1# Catalan translations for Git. 2# This file is distributed under the same license as the Git package. 3# Alex Henrie <alexhenrie24@gmail.com>, 2014-2016. 4# Jordi Mas i Hernàndez <jmas@softcatala.org>, 2016-2019 5# 6# Terminologia i criteris utilitzats 7# 8# Anglès | Català 9# -----------------+--------------------------------- 10# ahead | davant per 11# amend | esmenar 12# broken | malmès 13# delta | diferència 14# deprecated | en desús 15# dry | simulació 16# fatal | fatal 17# hook | lligam 18# hunk | tros 19# not supported | no està admès 20# repository | dipòsit 21# setting | paràmetre 22# skip | ometre 23# squelch | silenciar 24# token | testimoni 25# unset | desassignar 26# upstream | font 27# 28# Alguns termes que són ordres específiques del git i d'àmbit molt tècnic 29# hem decidit no traduir-los per facilitar-ne la compressió a l'usuari i perquè 30# no tenen una transcendència al gran públic. Es tracta de casos similars 31# a «ping» en l'àmbit de xarxes. 32# 33# Termes que mantenim en anglès: 34# 35# 36# Anglès | Català 37# -----------------+--------------------------------- 38# blame | «blame» 39# HEAD | HEAD (f, la branca) 40# cherry pick | «cherry pick» 41# rebase | «rebase» 42# stage | «stage» 43# stash | «stash» 44# squash | «squash» 45# trailer | «trailer» 46# unstage | «unstage» 47msgid "" 48msgstr "" 49"Project-Id-Version: Git\n" 50"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 51"POT-Creation-Date: 2018-11-20 10:05+0800\n" 52"PO-Revision-Date: 2018-11-25 15:32+0200\n" 53"Last-Translator: Jordi Mas <jmas@softcatala.org>\n" 54"Language-Team: Catalan\n" 55"Language: ca\n" 56"MIME-Version: 1.0\n" 57"Content-Type: text/plain; charset=UTF-8\n" 58"Content-Transfer-Encoding: 8bit\n" 59"Plural-Forms: nplurals=2; plural=(n != 1);\n" 60"X-Generator: Poedit 2.0.4\n" 61 62#: advice.c:99 63#, fuzzy, c-format 64msgid "%shint: %.*s%s\n" 65msgstr "pista: %.*s\n" 66 67#: advice.c:152 68msgid "Cherry-picking is not possible because you have unmerged files." 69msgstr "Fer «cherry pick» no és possible perquè teniu fitxers sense fusionar." 70 71#: advice.c:154 72msgid "Committing is not possible because you have unmerged files." 73msgstr "Cometre no és possible perquè teniu fitxers sense fusionar." 74 75#: advice.c:156 76msgid "Merging is not possible because you have unmerged files." 77msgstr "Fusionar no és possible perquè teniu fitxers sense fusionar." 78 79#: advice.c:158 80msgid "Pulling is not possible because you have unmerged files." 81msgstr "Baixar no és possible perquè teniu fitxers sense fusionar." 82 83#: advice.c:160 84msgid "Reverting is not possible because you have unmerged files." 85msgstr "Revertir no és possible perquè teniu fitxers sense fusionar." 86 87#: advice.c:162 88#, c-format 89msgid "It is not possible to %s because you have unmerged files." 90msgstr "No és possible %s perquè teniu fitxers sense fusionar." 91 92#: advice.c:170 93msgid "" 94"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 95"as appropriate to mark resolution and make a commit." 96msgstr "" 97"Arregleu-los en l'arbre de treball, i després useu\n" 98"'git add/rm <fitxer>' segons sigui apropiat per a marcar la\n" 99"resolució i feu una comissió." 100 101#: advice.c:178 102msgid "Exiting because of an unresolved conflict." 103msgstr "S'està sortint a causa d'un conflicte no resolt." 104 105#: advice.c:183 builtin/merge.c:1289 106msgid "You have not concluded your merge (MERGE_HEAD exists)." 107msgstr "No heu conclòs la vostra fusió (MERGE_HEAD existeix)." 108 109#: advice.c:185 110msgid "Please, commit your changes before merging." 111msgstr "Cometeu els vostres canvis abans de fusionar." 112 113#: advice.c:186 114msgid "Exiting because of unfinished merge." 115msgstr "S'està sortint a causa d'una fusió no terminada." 116 117#: advice.c:192 118#, c-format 119msgid "" 120"Note: checking out '%s'.\n" 121"\n" 122"You are in 'detached HEAD' state. You can look around, make experimental\n" 123"changes and commit them, and you can discard any commits you make in this\n" 124"state without impacting any branches by performing another checkout.\n" 125"\n" 126"If you want to create a new branch to retain commits you create, you may\n" 127"do so (now or later) by using -b with the checkout command again. Example:\n" 128"\n" 129" git checkout -b <new-branch-name>\n" 130"\n" 131msgstr "" 132"Avís: s'està agafant «%s».\n" 133"\n" 134"Esteu en un estat de «HEAD separat». Podeu mirar al voltant, fer canvis\n" 135"experimentals i cometre'ls, i podeu descartar qualsevol comissió que feu\n" 136"en aquest estat sense cap branca realitzant un altre agafament.\n" 137"\n" 138"Si voleu crear una branca nova per a conservar les comissions que creeu,\n" 139"poder fer-ho (ara o més tard) usant -b de nou amb l'ordre checkout.\n" 140"Exemple:\n" 141"\n" 142" git checkout -b <nom-de-branca-nova>\n" 143 144#: apply.c:59 145#, c-format 146msgid "unrecognized whitespace option '%s'" 147msgstr "opció d'espai en blanc «%s» no reconeguda" 148 149#: apply.c:75 150#, c-format 151msgid "unrecognized whitespace ignore option '%s'" 152msgstr "opció ignora l'espai en blanc «%s» no reconeguda" 153 154#: apply.c:125 155msgid "--reject and --3way cannot be used together." 156msgstr "--reject i --3way no es poden usar junts." 157 158#: apply.c:127 159msgid "--cached and --3way cannot be used together." 160msgstr "--cached i --3way no es poden usar junts." 161 162#: apply.c:130 163msgid "--3way outside a repository" 164msgstr "--3way fora d'un dipòsit" 165 166#: apply.c:141 167msgid "--index outside a repository" 168msgstr "--index fora d'un dipòsit" 169 170#: apply.c:144 171msgid "--cached outside a repository" 172msgstr "--cached fora d'un dipòsit" 173 174#: apply.c:826 175#, c-format 176msgid "Cannot prepare timestamp regexp %s" 177msgstr "No es pot preparar l'expressió regular de marca de temps %s" 178 179#: apply.c:835 180#, c-format 181msgid "regexec returned %d for input: %s" 182msgstr "regexec ha retornat %d per l'entrada: %s" 183 184#: apply.c:909 185#, c-format 186msgid "unable to find filename in patch at line %d" 187msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç a la línia %d" 188 189#: apply.c:947 190#, c-format 191msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 192msgstr "" 193"git apply: git-diff incorrecte - s'esperava /dev/null, s'ha rebut %s en la " 194"línia %d" 195 196#: apply.c:953 197#, c-format 198msgid "git apply: bad git-diff - inconsistent new filename on line %d" 199msgstr "" 200"git apply: git-diff incorrecte - nom de fitxer nou inconsistent en la línia " 201"%d" 202 203#: apply.c:954 204#, c-format 205msgid "git apply: bad git-diff - inconsistent old filename on line %d" 206msgstr "" 207"git apply: git-diff incorrecte - nom de fitxer antic inconsistent en la " 208"línia %d" 209 210#: apply.c:959 211#, c-format 212msgid "git apply: bad git-diff - expected /dev/null on line %d" 213msgstr "git apply: git-diff incorrecte - s'esperava /dev/null en la línia %d" 214 215#: apply.c:988 216#, c-format 217msgid "invalid mode on line %d: %s" 218msgstr "mode no vàlid en la línia %d: %s" 219 220#: apply.c:1307 221#, c-format 222msgid "inconsistent header lines %d and %d" 223msgstr "línies de capçalera %d i %d inconsistents" 224 225#: apply.c:1479 226#, c-format 227msgid "recount: unexpected line: %.*s" 228msgstr "recompte: línia inesperada: %.*s" 229 230#: apply.c:1548 231#, c-format 232msgid "patch fragment without header at line %d: %.*s" 233msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s" 234 235#: apply.c:1568 236#, c-format 237msgid "" 238"git diff header lacks filename information when removing %d leading pathname " 239"component (line %d)" 240msgid_plural "" 241"git diff header lacks filename information when removing %d leading pathname " 242"components (line %d)" 243msgstr[0] "" 244"a la capçalera de git diff li manca informació de nom de fitxer en eliminar " 245"%d component de nom de camí inicial (línia %d)" 246msgstr[1] "" 247"a la capçalera de git diff li manca informació de nom de fitxer en eliminar " 248"%d components de nom de camí inicial (línia %d)" 249 250#: apply.c:1581 251#, c-format 252msgid "git diff header lacks filename information (line %d)" 253msgstr "" 254"a la capçalera de git diff li manca informació de nom de fitxer (línia %d)" 255 256#: apply.c:1769 257msgid "new file depends on old contents" 258msgstr "el fitxer nou depèn dels continguts antics" 259 260#: apply.c:1771 261msgid "deleted file still has contents" 262msgstr "el fitxer suprimit encara té continguts" 263 264#: apply.c:1805 265#, c-format 266msgid "corrupt patch at line %d" 267msgstr "pedaç malmès a la línia %d" 268 269#: apply.c:1842 270#, c-format 271msgid "new file %s depends on old contents" 272msgstr "el fitxer nou %s depèn dels continguts antics" 273 274#: apply.c:1844 275#, c-format 276msgid "deleted file %s still has contents" 277msgstr "el fitxer suprimit %s encara té continguts" 278 279#: apply.c:1847 280#, c-format 281msgid "** warning: file %s becomes empty but is not deleted" 282msgstr "** advertència: el fitxer %s queda buit però no se suprimeix" 283 284#: apply.c:1994 285#, c-format 286msgid "corrupt binary patch at line %d: %.*s" 287msgstr "pedaç binari malmès a la línia %d: %.*s" 288 289#: apply.c:2031 290#, c-format 291msgid "unrecognized binary patch at line %d" 292msgstr "pedaç binari no reconegut a la línia %d" 293 294#: apply.c:2193 295#, c-format 296msgid "patch with only garbage at line %d" 297msgstr "pedaç amb només escombraries a la línia %d" 298 299#: apply.c:2279 300#, c-format 301msgid "unable to read symlink %s" 302msgstr "no s'ha pogut llegir l'enllaç simbòlic %s" 303 304#: apply.c:2283 305#, c-format 306msgid "unable to open or read %s" 307msgstr "no s'ha pogut obrir o llegir %s" 308 309#: apply.c:2942 310#, c-format 311msgid "invalid start of line: '%c'" 312msgstr "inici de línia no vàlid: '%c'" 313 314#: apply.c:3063 315#, c-format 316msgid "Hunk #%d succeeded at %d (offset %d line)." 317msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 318msgstr[0] "El tros #%d ha tingut èxit a %d (desplaçament d'%d línia)." 319msgstr[1] "El tros #%d ha tingut èxit a %d (desplaçament de %d línies)." 320 321#: apply.c:3075 322#, c-format 323msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 324msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d" 325 326#: apply.c:3081 327#, c-format 328msgid "" 329"while searching for:\n" 330"%.*s" 331msgstr "" 332"tot cercant:\n" 333"%.*s" 334 335#: apply.c:3103 336#, c-format 337msgid "missing binary patch data for '%s'" 338msgstr "manquen les dades de pedaç binari de «%s»" 339 340#: apply.c:3111 341#, c-format 342msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 343msgstr "no es pot aplicar al revés un pedaç binari sense el tros revés a «%s»" 344 345#: apply.c:3158 346#, c-format 347msgid "cannot apply binary patch to '%s' without full index line" 348msgstr "" 349"no es pot aplicar un pedaç binari a «%s» sense la línia d'índex completa" 350 351#: apply.c:3168 352#, c-format 353msgid "" 354"the patch applies to '%s' (%s), which does not match the current contents." 355msgstr "" 356"el pedaç s'aplica a «%s» (%s), el qual no coincideix amb els continguts " 357"actuals." 358 359#: apply.c:3176 360#, c-format 361msgid "the patch applies to an empty '%s' but it is not empty" 362msgstr "el pedaç s'aplica a un «%s» buit però no és buit" 363 364#: apply.c:3194 365#, c-format 366msgid "the necessary postimage %s for '%s' cannot be read" 367msgstr "no es pot llegir la postimatge %s necessària per a «%s»" 368 369#: apply.c:3207 370#, c-format 371msgid "binary patch does not apply to '%s'" 372msgstr "el pedaç binari no s'aplica a «%s»" 373 374#: apply.c:3213 375#, c-format 376msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 377msgstr "" 378"el pedaç binari a «%s» crea un resultat incorrecte (s'esperava %s, s'ha " 379"rebut %s)" 380 381#: apply.c:3234 382#, c-format 383msgid "patch failed: %s:%ld" 384msgstr "el pedaç ha fallat: %s:%ld" 385 386#: apply.c:3356 387#, c-format 388msgid "cannot checkout %s" 389msgstr "no es pot agafar %s" 390 391#: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278 392#, c-format 393msgid "failed to read %s" 394msgstr "s'ha produït un error en llegir %s" 395 396#: apply.c:3416 397#, c-format 398msgid "reading from '%s' beyond a symbolic link" 399msgstr "s'està llegint de «%s» més enllà d'un enllaç simbòlic" 400 401#: apply.c:3445 apply.c:3688 402#, c-format 403msgid "path %s has been renamed/deleted" 404msgstr "el camí %s s'ha canviat de nom / s'ha suprimit" 405 406#: apply.c:3531 apply.c:3703 407#, c-format 408msgid "%s: does not exist in index" 409msgstr "%s: no existeix en l'índex" 410 411#: apply.c:3540 apply.c:3711 412#, c-format 413msgid "%s: does not match index" 414msgstr "%s: no coincideix amb l'índex" 415 416#: apply.c:3575 417msgid "repository lacks the necessary blob to fall back on 3-way merge." 418msgstr "" 419"al dipòsit li manca el blob necessari per a retrocedir a una fusió de 3 vies." 420 421#: apply.c:3578 422#, c-format 423msgid "Falling back to three-way merge...\n" 424msgstr "S'està retrocedint a una fusió de 3 vies...\n" 425 426#: apply.c:3594 apply.c:3598 427#, c-format 428msgid "cannot read the current contents of '%s'" 429msgstr "no es poden llegir els continguts actuals de «%s»" 430 431#: apply.c:3610 432#, c-format 433msgid "Failed to fall back on three-way merge...\n" 434msgstr "S'ha produït un error en retrocedir a una fusió de 3 vies...\n" 435 436#: apply.c:3624 437#, c-format 438msgid "Applied patch to '%s' with conflicts.\n" 439msgstr "S'ha aplicat el pedaç a «%s» amb conflictes.\n" 440 441#: apply.c:3629 442#, c-format 443msgid "Applied patch to '%s' cleanly.\n" 444msgstr "S'ha aplicat el pedaç a «%s» netament.\n" 445 446#: apply.c:3655 447msgid "removal patch leaves file contents" 448msgstr "el pedaç d'eliminació deixa els continguts dels fitxers" 449 450#: apply.c:3728 451#, c-format 452msgid "%s: wrong type" 453msgstr "%s: tipus erroni" 454 455#: apply.c:3730 456#, c-format 457msgid "%s has type %o, expected %o" 458msgstr "%s és del tipus %o, s'esperava %o" 459 460#: apply.c:3881 apply.c:3883 461#, c-format 462msgid "invalid path '%s'" 463msgstr "camí no vàlid: «%s»" 464 465#: apply.c:3939 466#, c-format 467msgid "%s: already exists in index" 468msgstr "%s: ja existeix en l'índex" 469 470#: apply.c:3942 471#, c-format 472msgid "%s: already exists in working directory" 473msgstr "%s: ja existeix en el directori de treball" 474 475#: apply.c:3962 476#, c-format 477msgid "new mode (%o) of %s does not match old mode (%o)" 478msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)" 479 480#: apply.c:3967 481#, c-format 482msgid "new mode (%o) of %s does not match old mode (%o) of %s" 483msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s" 484 485#: apply.c:3987 486#, c-format 487msgid "affected file '%s' is beyond a symbolic link" 488msgstr "el fitxer afectat «%s» és més enllà d'un enllaç simbòlic" 489 490#: apply.c:3991 491#, c-format 492msgid "%s: patch does not apply" 493msgstr "%s: el pedaç no s'aplica" 494 495#: apply.c:4006 496#, c-format 497msgid "Checking patch %s..." 498msgstr "S'està comprovant el pedaç %s..." 499 500#: apply.c:4098 501#, c-format 502msgid "sha1 information is lacking or useless for submodule %s" 503msgstr "falta la informació sha1 o és inútil per al submòdul %s" 504 505#: apply.c:4105 506#, c-format 507msgid "mode change for %s, which is not in current HEAD" 508msgstr "canvi de mode per a %s, el qual no està en la HEAD actual" 509 510#: apply.c:4108 511#, c-format 512msgid "sha1 information is lacking or useless (%s)." 513msgstr "falta informació sha1 o és inútil (%s)." 514 515#: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142 516#, c-format 517msgid "make_cache_entry failed for path '%s'" 518msgstr "make_cache_entry ha fallat per al camí «%s»" 519 520#: apply.c:4117 521#, c-format 522msgid "could not add %s to temporary index" 523msgstr "no s'ha pogut afegir %s a l'índex temporal" 524 525#: apply.c:4127 526#, c-format 527msgid "could not write temporary index to %s" 528msgstr "no s'ha pogut escriure l'índex temporal a %s" 529 530#: apply.c:4265 531#, c-format 532msgid "unable to remove %s from index" 533msgstr "no s'ha pogut eliminar %s de l'índex" 534 535#: apply.c:4299 536#, c-format 537msgid "corrupt patch for submodule %s" 538msgstr "pedaç malmès per al submòdul %s" 539 540#: apply.c:4305 541#, c-format 542msgid "unable to stat newly created file '%s'" 543msgstr "no s'ha pogut fer stat al fitxer novament creat «%s»" 544 545#: apply.c:4313 546#, c-format 547msgid "unable to create backing store for newly created file %s" 548msgstr "" 549"no s'ha pogut crear un magatzem de recolzament per al fitxer novament creat " 550"%s" 551 552#: apply.c:4319 apply.c:4464 553#, c-format 554msgid "unable to add cache entry for %s" 555msgstr "no s'ha pogut afegir una entrada de cau per a %s" 556 557#: apply.c:4362 558#, c-format 559msgid "failed to write to '%s'" 560msgstr "no s'ha pogut escriure a «%s»" 561 562#: apply.c:4366 563#, c-format 564msgid "closing file '%s'" 565msgstr "s'està tancant el fitxer «%s»" 566 567#: apply.c:4436 568#, c-format 569msgid "unable to write file '%s' mode %o" 570msgstr "no s'ha pogut escriure el fitxer «%s» mode %o" 571 572#: apply.c:4534 573#, c-format 574msgid "Applied patch %s cleanly." 575msgstr "El pedaç %s s'ha aplicat netament." 576 577#: apply.c:4542 578msgid "internal error" 579msgstr "error intern" 580 581#: apply.c:4545 582#, c-format 583msgid "Applying patch %%s with %d reject..." 584msgid_plural "Applying patch %%s with %d rejects..." 585msgstr[0] "S'està aplicant el pedaç %%s amb %d rebuig..." 586msgstr[1] "S'està aplicant el pedaç %%s amb %d rebutjos..." 587 588#: apply.c:4556 589#, c-format 590msgid "truncating .rej filename to %.*s.rej" 591msgstr "s'està truncant el nom del fitxer .rej a %.*s.rej" 592 593#: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122 594#, c-format 595msgid "cannot open %s" 596msgstr "no es pot obrir %s" 597 598#: apply.c:4578 599#, c-format 600msgid "Hunk #%d applied cleanly." 601msgstr "El tros #%d s'ha aplicat netament." 602 603#: apply.c:4582 604#, c-format 605msgid "Rejected hunk #%d." 606msgstr "S'ha rebutjat el tros #%d." 607 608#: apply.c:4692 609#, c-format 610msgid "Skipped patch '%s'." 611msgstr "S'ha omès el pedaç «%s»." 612 613#: apply.c:4700 614msgid "unrecognized input" 615msgstr "entrada no reconeguda" 616 617#: apply.c:4719 618msgid "unable to read index file" 619msgstr "no es pot llegir el fitxer d'índex" 620 621#: apply.c:4874 622#, c-format 623msgid "can't open patch '%s': %s" 624msgstr "no es pot obrir el pedaç «%s»: %s" 625 626#: apply.c:4901 627#, c-format 628msgid "squelched %d whitespace error" 629msgid_plural "squelched %d whitespace errors" 630msgstr[0] "s'ha silenciat %d error d'espai en blanc" 631msgstr[1] "s'han silenciat %d errors d'espai en blanc" 632 633#: apply.c:4907 apply.c:4922 634#, c-format 635msgid "%d line adds whitespace errors." 636msgid_plural "%d lines add whitespace errors." 637msgstr[0] "%d línia afegeix errors d'espai en blanc." 638msgstr[1] "%d línies afegeixen errors d'espai en blanc." 639 640#: apply.c:4915 641#, c-format 642msgid "%d line applied after fixing whitespace errors." 643msgid_plural "%d lines applied after fixing whitespace errors." 644msgstr[0] "" 645"S'ha aplicat %d línia després d'arreglar els errors d'espai en blanc." 646msgstr[1] "" 647"S'han aplicat %d línies després d'arreglar els errors d'espai en blanc." 648 649#: apply.c:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389 650msgid "Unable to write new index file" 651msgstr "No s'ha pogut escriure un fitxer d'índex nou" 652 653#: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212 654#: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262 655#: builtin/pull.c:199 builtin/submodule--helper.c:406 656#: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365 657#: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849 658#: builtin/submodule--helper.c:2088 git-add--interactive.perl:197 659msgid "path" 660msgstr "camí" 661 662#: apply.c:4959 663msgid "don't apply changes matching the given path" 664msgstr "no apliquis els canvis que coincideixin amb el camí donat" 665 666#: apply.c:4962 667msgid "apply changes matching the given path" 668msgstr "aplica els canvis que coincideixin amb el camí donat" 669 670#: apply.c:4964 builtin/am.c:2218 671msgid "num" 672msgstr "número" 673 674#: apply.c:4965 675msgid "remove <num> leading slashes from traditional diff paths" 676msgstr "" 677"elimina <nombre> barres obliqües inicials dels camins de diferència " 678"tradicionals" 679 680#: apply.c:4968 681msgid "ignore additions made by the patch" 682msgstr "ignora afegiments fets pel pedaç" 683 684#: apply.c:4970 685msgid "instead of applying the patch, output diffstat for the input" 686msgstr "" 687"en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada" 688 689#: apply.c:4974 690msgid "show number of added and deleted lines in decimal notation" 691msgstr "mostra el nombre de línies afegides i suprimides en notació decimal" 692 693#: apply.c:4976 694msgid "instead of applying the patch, output a summary for the input" 695msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada" 696 697#: apply.c:4978 698msgid "instead of applying the patch, see if the patch is applicable" 699msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable" 700 701#: apply.c:4980 702msgid "make sure the patch is applicable to the current index" 703msgstr "assegura que el pedaç sigui aplicable a l'índex actual" 704 705#: apply.c:4982 706msgid "mark new files with `git add --intent-to-add`" 707msgstr "" 708 709#: apply.c:4984 710msgid "apply a patch without touching the working tree" 711msgstr "aplica un pedaç sense tocar l'arbre de treball" 712 713#: apply.c:4986 714msgid "accept a patch that touches outside the working area" 715msgstr "accepta un pedaç que toqui fora de l'àrea de treball" 716 717#: apply.c:4989 718msgid "also apply the patch (use with --stat/--summary/--check)" 719msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)" 720 721#: apply.c:4991 722msgid "attempt three-way merge if a patch does not apply" 723msgstr "intenta una fusió de tres vies si el pedaç no s'aplica" 724 725#: apply.c:4993 726msgid "build a temporary index based on embedded index information" 727msgstr "construeix un índex temporal basat en la informació d'índex incrustada" 728 729#: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523 730msgid "paths are separated with NUL character" 731msgstr "els camins se separen amb el caràcter NUL" 732 733#: apply.c:4998 734msgid "ensure at least <n> lines of context match" 735msgstr "assegura't que almenys <n> línies de context coincideixin" 736 737#: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97 738#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101 739#: builtin/pack-objects.c:3310 builtin/rebase.c:839 740msgid "action" 741msgstr "acció" 742 743#: apply.c:5000 744msgid "detect new or modified lines that have whitespace errors" 745msgstr "" 746"detecta les línies noves o modificades que tinguin errors d'espai en blanc" 747 748#: apply.c:5003 apply.c:5006 749msgid "ignore changes in whitespace when finding context" 750msgstr "ignora els canvis d'espai en blanc en cercar context" 751 752#: apply.c:5009 753msgid "apply the patch in reverse" 754msgstr "aplica el pedaç al revés" 755 756#: apply.c:5011 757msgid "don't expect at least one line of context" 758msgstr "no esperis almenys una línia de context" 759 760#: apply.c:5013 761msgid "leave the rejected hunks in corresponding *.rej files" 762msgstr "deixa els trossos rebutjats en fitxers *.rej corresponents" 763 764#: apply.c:5015 765msgid "allow overlapping hunks" 766msgstr "permet trossos encavalcants" 767 768#: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21 769#: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698 770#: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127 771#: builtin/rebase--interactive.c:157 772msgid "be verbose" 773msgstr "sigues detallat" 774 775#: apply.c:5018 776msgid "tolerate incorrectly detected missing new-line at the end of file" 777msgstr "tolera una línia nova incorrectament detectada al final del fitxer" 778 779#: apply.c:5021 780msgid "do not trust the line counts in the hunk headers" 781msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos" 782 783#: apply.c:5023 builtin/am.c:2206 784msgid "root" 785msgstr "arrel" 786 787#: apply.c:5024 788msgid "prepend <root> to all filenames" 789msgstr "anteposa <arrel> a tots els noms de fitxer" 790 791#: archive.c:14 792msgid "git archive [<options>] <tree-ish> [<path>...]" 793msgstr "git archive [<opcions>] <arbre> [<camí>...]" 794 795#: archive.c:15 796msgid "git archive --list" 797msgstr "git archive --list" 798 799#: archive.c:16 800msgid "" 801"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 802msgstr "" 803"git archive --remote <dipòsit> [--exec <ordre>] [<opcions>] <arbre> " 804"[<camí>...]" 805 806#: archive.c:17 807msgid "git archive --remote <repo> [--exec <cmd>] --list" 808msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list" 809 810#: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298 811#, c-format 812msgid "pathspec '%s' did not match any files" 813msgstr "l'especificació de camí «%s» no ha coincidit amb cap fitxer" 814 815#: archive.c:453 816msgid "fmt" 817msgstr "format" 818 819#: archive.c:453 820msgid "archive format" 821msgstr "format d'arxiu" 822 823#: archive.c:454 builtin/log.c:1536 824msgid "prefix" 825msgstr "prefix" 826 827#: archive.c:455 828msgid "prepend prefix to each pathname in the archive" 829msgstr "anteposa el prefix a cada nom de camí en l'arxiu" 830 831#: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129 832#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884 833#: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562 834#: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122 835#: parse-options.h:162 836msgid "file" 837msgstr "fitxer" 838 839#: archive.c:457 builtin/archive.c:89 840msgid "write the archive to this file" 841msgstr "escriu l'arxiu a aquest fitxer" 842 843#: archive.c:459 844msgid "read .gitattributes in working directory" 845msgstr "llegeix .gitattributes en el directori de treball" 846 847#: archive.c:460 848msgid "report archived files on stderr" 849msgstr "informa de fitxers arxivats en stderr" 850 851#: archive.c:461 852msgid "store only" 853msgstr "només emmagatzema" 854 855#: archive.c:462 856msgid "compress faster" 857msgstr "comprimeix més ràpidament" 858 859#: archive.c:470 860msgid "compress better" 861msgstr "comprimeix millor" 862 863#: archive.c:473 864msgid "list supported archive formats" 865msgstr "llista els formats d'arxiu admesos" 866 867#: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114 868#: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855 869msgid "repo" 870msgstr "dipòsit" 871 872#: archive.c:476 builtin/archive.c:91 873msgid "retrieve the archive from remote repository <repo>" 874msgstr "recupera l'arxiu del dipòsit remot <dipòsit>" 875 876#: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714 877#: builtin/notes.c:496 878msgid "command" 879msgstr "ordre" 880 881#: archive.c:478 builtin/archive.c:93 882msgid "path to the remote git-upload-archive command" 883msgstr "camí a l'ordre git-upload-archive remota" 884 885#: archive.c:485 886msgid "Unexpected option --remote" 887msgstr "Opció inesperada --remote" 888 889#: archive.c:487 890msgid "Option --exec can only be used together with --remote" 891msgstr "L'opció --exec només es pot usar juntament amb --remote" 892 893#: archive.c:489 894msgid "Unexpected option --output" 895msgstr "Opció inesperada --output" 896 897#: archive.c:511 898#, c-format 899msgid "Unknown archive format '%s'" 900msgstr "Format d'arxiu desconegut «%s»" 901 902#: archive.c:518 903#, c-format 904msgid "Argument not supported for format '%s': -%d" 905msgstr "Paràmetre no admès per al format «%s»: -%d" 906 907#: archive-tar.c:125 archive-zip.c:345 908#, fuzzy, c-format 909msgid "cannot stream blob %s" 910msgstr "no es pot emmagatzemar %s" 911 912#: archive-tar.c:260 archive-zip.c:363 913#, c-format 914msgid "unsupported file mode: 0%o (SHA1: %s)" 915msgstr "mode de fitxer no compatible: 0%o (SHA1: %s)" 916 917#: archive-tar.c:287 archive-zip.c:353 918#, c-format 919msgid "cannot read %s" 920msgstr "no es pot llegir «%s»" 921 922#: archive-tar.c:458 923#, c-format 924msgid "unable to start '%s' filter" 925msgstr "no s'ha pogut iniciar el filtre «%s»" 926 927#: archive-tar.c:461 928#, fuzzy 929msgid "unable to redirect descriptor" 930msgstr "no s'ha pogut actualitzar l'índex" 931 932#: archive-tar.c:468 933#, fuzzy, c-format 934msgid "'%s' filter reported error" 935msgstr "«%s» és fora del dipòsit" 936 937#: archive-zip.c:314 938#, c-format 939msgid "path is not valid UTF-8: %s" 940msgstr "" 941 942#: archive-zip.c:318 943#, c-format 944msgid "path too long (%d chars, SHA1: %s): %s" 945msgstr "" 946 947#: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227 948#, c-format 949msgid "deflate error (%d)" 950msgstr "error de deflació (%d)" 951 952#: archive-zip.c:609 953#, c-format 954msgid "timestamp too large for this system: %<PRIuMAX>" 955msgstr "" 956 957#: attr.c:212 958#, c-format 959msgid "%.*s is not a valid attribute name" 960msgstr "%.*s no és un nom d'atribut vàlid" 961 962#: attr.c:409 963msgid "" 964"Negative patterns are ignored in git attributes\n" 965"Use '\\!' for literal leading exclamation." 966msgstr "" 967"Els patrons negatius s'ignoren en els atributs de git\n" 968"Useu '\\!' per exclamació capdavantera literal." 969 970#: bisect.c:468 971#, c-format 972msgid "Badly quoted content in file '%s': %s" 973msgstr "Comentari amb cometes errònies en el fitxer «%s»: %s" 974 975#: bisect.c:676 976#, c-format 977msgid "We cannot bisect more!\n" 978msgstr "No podem bisecar més!\n" 979 980#: bisect.c:730 981#, c-format 982msgid "Not a valid commit name %s" 983msgstr "No és un nom de comissió vàlid %s" 984 985#: bisect.c:754 986#, c-format 987msgid "" 988"The merge base %s is bad.\n" 989"This means the bug has been fixed between %s and [%s].\n" 990msgstr "" 991"La base de fusió %s és errònia.\n" 992"Això vol dir que el defecte s'ha arreglat entre %s i [%s].\n" 993 994#: bisect.c:759 995#, c-format 996msgid "" 997"The merge base %s is new.\n" 998"The property has changed between %s and [%s].\n" 999msgstr ""1000"La base de fusió %s és nova.\n"1001"La propietat s'ha canviat entre %s i [%s].\n"10021003#: bisect.c:7641004#, c-format1005msgid ""1006"The merge base %s is %s.\n"1007"This means the first '%s' commit is between %s and [%s].\n"1008msgstr ""1009"La base de fusió %s és %s.\n"1010"Això vol dir que la primera comissió «%s» és entre %s i [%s].\n"10111012#: bisect.c:7721013#, c-format1014msgid ""1015"Some %s revs are not ancestors of the %s rev.\n"1016"git bisect cannot work properly in this case.\n"1017"Maybe you mistook %s and %s revs?\n"1018msgstr ""1019"Algunes revisions %s no són els avantpassats de la revisió %s.\n"1020"git bisect no pot funcionar correctament en aquest cas.\n"1021"Potser heu confós les revisions %s i %s?\n"10221023#: bisect.c:7851024#, c-format1025msgid ""1026"the merge base between %s and [%s] must be skipped.\n"1027"So we cannot be sure the first %s commit is between %s and %s.\n"1028"We continue anyway."1029msgstr ""1030"s'ha d'ometre la base de fusió entre %s i [%s].\n"1031"Llavors, no podem estar segurs que la primera comissió %s sigui entre %s i "1032"%s.\n"1033"Continuem de totes maneres."10341035#: bisect.c:8181036#, c-format1037msgid "Bisecting: a merge base must be tested\n"1038msgstr "Bisecant: s'ha de provar una base de fusió\n"10391040#: bisect.c:8581041#, c-format1042msgid "a %s revision is needed"1043msgstr "es necessita una revisió %s"10441045#: bisect.c:877 builtin/notes.c:177 builtin/tag.c:2371046#, c-format1047msgid "could not create file '%s'"1048msgstr "no s'ha pogut crear el fitxer «%s»"10491050#: bisect.c:928 builtin/merge.c:1381051#, c-format1052msgid "could not read file '%s'"1053msgstr "no s'ha pogut llegir el fitxer «%s»"10541055#: bisect.c:9581056msgid "reading bisect refs failed"1057msgstr "la lectura de les referències de bisecció ha fallat"10581059#: bisect.c:9771060#, c-format1061msgid "%s was both %s and %s\n"1062msgstr "%s era ambdós %s i %s\n"10631064#: bisect.c:9851065#, c-format1066msgid ""1067"No testable commit found.\n"1068"Maybe you started with bad path parameters?\n"1069msgstr ""1070"No s'ha trobat cap comissió comprovable.\n"1071"Potser heu començat amb paràmetres de camí incorrectes?\n"10721073#: bisect.c:10041074#, c-format1075msgid "(roughly %d step)"1076msgid_plural "(roughly %d steps)"1077msgstr[0] "(aproximadament %d pas)"1078msgstr[1] "(aproximadament %d passos)"10791080#. TRANSLATORS: the last %s will be replaced with "(roughly %d1081#. steps)" translation.1082#.1083#: bisect.c:10101084#, c-format1085msgid "Bisecting: %d revision left to test after this %s\n"1086msgid_plural "Bisecting: %d revisions left to test after this %s\n"1087msgstr[0] "Bisecant: manca %d revisió a provar després d'aquesta %s\n"1088msgstr[1] "Bisecant: manquen %d revisions a provar després d'aquesta %s\n"10891090#: blame.c:17871091msgid "--contents and --reverse do not blend well."1092msgstr "--contents i --reverse no funcionen bé juntes."10931094#: blame.c:18011095msgid "cannot use --contents with final commit object name"1096msgstr "no es pot usar --contents amb el nom d'objecte de la comissió final"10971098#: blame.c:18221099msgid "--reverse and --first-parent together require specified latest commit"1100msgstr ""1101"--reverse i --first-parent-together requereixen una última comissió "1102"especificada"11031104#: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:19631105#: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:9321106#: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:4061107#: builtin/pack-objects.c:3135 builtin/pack-objects.c:31501108#: builtin/shortlog.c:1921109msgid "revision walk setup failed"1110msgstr "la configuració del passeig per revisions ha fallat"11111112#: blame.c:18491113msgid ""1114"--reverse --first-parent together require range along first-parent chain"1115msgstr ""1116"--reverse --first-parent junts requereixen un rang de la cadena de mares "1117"primeres"11181119#: blame.c:18601120#, c-format1121msgid "no such path %s in %s"1122msgstr "no hi ha tal camí %s en %s"11231124#: blame.c:18711125#, c-format1126msgid "cannot read blob %s for path %s"1127msgstr "no es pot llegir el blob %s per al camí %s"11281129#: branch.c:521130#, c-format1131msgid ""1132"\n"1133"After fixing the error cause you may try to fix up\n"1134"the remote tracking information by invoking\n"1135"\"git branch --set-upstream-to=%s%s%s\"."1136msgstr ""1137"\n"1138"Després de corregir la causa de l'error, podeu\n"1139"intentar corregir la informació de seguiment remot\n"1140"invocant \"git branch --set-upstream-to=%s%s%s\"."11411142#: branch.c:661143#, c-format1144msgid "Not setting branch %s as its own upstream."1145msgstr "No s'està establint la branca %s com a la seva pròpia font."11461147#: branch.c:921148#, c-format1149msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."1150msgstr ""1151"La branca «%s» està configurada per a seguir la branca remota «%s» de «%s» "1152"fent «rebase»."11531154#: branch.c:931155#, c-format1156msgid "Branch '%s' set up to track remote branch '%s' from '%s'."1157msgstr ""1158"La branca «%s» està configurada per a seguir la branca remota «%s» de «%s»."11591160#: branch.c:971161#, c-format1162msgid "Branch '%s' set up to track local branch '%s' by rebasing."1163msgstr ""1164"La branca «%s» està configurada per a seguir la branca local «%s» fent "1165"«rebase»."11661167#: branch.c:981168#, c-format1169msgid "Branch '%s' set up to track local branch '%s'."1170msgstr "La branca «%s» està configurada per a seguir la branca local «%s»."11711172#: branch.c:1031173#, c-format1174msgid "Branch '%s' set up to track remote ref '%s' by rebasing."1175msgstr ""1176"La branca «%s» està configurada per a seguir la referència remota «%s» fent "1177"«rebase»."11781179#: branch.c:1041180#, c-format1181msgid "Branch '%s' set up to track remote ref '%s'."1182msgstr ""1183"La branca «%s» està configurada per a seguir la referència remota «%s»."11841185#: branch.c:1081186#, c-format1187msgid "Branch '%s' set up to track local ref '%s' by rebasing."1188msgstr ""1189"La branca «%s» està configurada per a seguir la referència local «%s» fent "1190"«rebase»."11911192#: branch.c:1091193#, c-format1194msgid "Branch '%s' set up to track local ref '%s'."1195msgstr "La branca «%s» està configurada per a seguir la referència local «%s»."11961197#: branch.c:1181198msgid "Unable to write upstream branch configuration"1199msgstr "No es pot escriure la configuració de la branca font"12001201#: branch.c:1551202#, c-format1203msgid "Not tracking: ambiguous information for ref %s"1204msgstr "No seguint: informació ambigua per a la referència %s"12051206#: branch.c:1881207#, c-format1208msgid "'%s' is not a valid branch name."1209msgstr "«%s» no és un nom de branca vàlid."12101211#: branch.c:2071212#, c-format1213msgid "A branch named '%s' already exists."1214msgstr "Una branca amb nom «%s» ja existeix."12151216#: branch.c:2121217msgid "Cannot force update the current branch."1218msgstr "No es pot actualitzar la branca actual a la força."12191220#: branch.c:2321221#, c-format1222msgid "Cannot setup tracking information; starting point '%s' is not a branch."1223msgstr ""1224"No es pot configurar la informació de seguiment; el punt inicial «%s» no és "1225"una branca."12261227#: branch.c:2341228#, c-format1229msgid "the requested upstream branch '%s' does not exist"1230msgstr "la branca font demanada «%s» no existeix"12311232#: branch.c:2361233msgid ""1234"\n"1235"If you are planning on basing your work on an upstream\n"1236"branch that already exists at the remote, you may need to\n"1237"run \"git fetch\" to retrieve it.\n"1238"\n"1239"If you are planning to push out a new local branch that\n"1240"will track its remote counterpart, you may want to use\n"1241"\"git push -u\" to set the upstream config as you push."1242msgstr ""1243"\n"1244"Si teniu pensat basar el vostre treball en una branca\n"1245"font que ja existeix al remot, pot ser que necessiteu\n"1246"executar «git fetch» per a obtenir-la.\n"1247"\n"1248"Si teniu pensat pujar una branca local nova que seguirà\n"1249"la seva contrapart remota, pot ser que vulgueu usar\n"1250"«git push -u» per a establir la configuració font\n"1251"mentre pugeu."12521253#: branch.c:2791254#, c-format1255msgid "Not a valid object name: '%s'."1256msgstr "No és un nom d'objecte vàlid: «%s»."12571258#: branch.c:2991259#, c-format1260msgid "Ambiguous object name: '%s'."1261msgstr "Nom d'objecte ambigu: «%s»."12621263#: branch.c:3041264#, c-format1265msgid "Not a valid branch point: '%s'."1266msgstr "No és un punt de ramificació vàlid: «%s»."12671268#: branch.c:3581269#, c-format1270msgid "'%s' is already checked out at '%s'"1271msgstr "«%s» ja s'ha agafat a «%s»"12721273#: branch.c:3811274#, c-format1275msgid "HEAD of working tree %s is not updated"1276msgstr "HEAD de l'arbre de treball %s no està actualitzat"12771278#: bundle.c:361279#, c-format1280msgid "'%s' does not look like a v2 bundle file"1281msgstr "«%s» no sembla un fitxer de farcell v2"12821283#: bundle.c:641284#, c-format1285msgid "unrecognized header: %s%s (%d)"1286msgstr "capçalera no reconeguda: %s%s (%d)"12871288#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:27221289#: builtin/commit.c:7741290#, c-format1291msgid "could not open '%s'"1292msgstr "no s'ha pogut obrir «%s»"12931294#: bundle.c:1411295msgid "Repository lacks these prerequisite commits:"1296msgstr "Al dipòsit li manquen aquestes comissions prerequisits:"12971298#: bundle.c:1921299#, c-format1300msgid "The bundle contains this ref:"1301msgid_plural "The bundle contains these %d refs:"1302msgstr[0] "El farcell conté aquesta referència:"1303msgstr[1] "El farcell conté aquestes %d referències:"13041305#: bundle.c:1991306msgid "The bundle records a complete history."1307msgstr "El farcell registra una història completa."13081309#: bundle.c:2011310#, c-format1311msgid "The bundle requires this ref:"1312msgid_plural "The bundle requires these %d refs:"1313msgstr[0] "El farcell requereix aquesta referència:"1314msgstr[1] "El farcell requereix aquestes %d referències:"13151316#: bundle.c:2671317#, fuzzy1318msgid "unable to dup bundle descriptor"1319msgstr "no s'ha pogut actualitzar l'índex"13201321#: bundle.c:2741322msgid "Could not spawn pack-objects"1323msgstr "No s'ha pogut executar el pack-objects"13241325#: bundle.c:2851326msgid "pack-objects died"1327msgstr "El pack-objects s'ha mort"13281329#: bundle.c:3271330msgid "rev-list died"1331msgstr "El rev-list s'ha mort"13321333#: bundle.c:3761334#, c-format1335msgid "ref '%s' is excluded by the rev-list options"1336msgstr "les opcions de la llista de revisions exclouen la referència «%s»"13371338#: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:3041339#, c-format1340msgid "unrecognized argument: %s"1341msgstr "paràmetre no reconegut: %s"13421343#: bundle.c:4641344msgid "Refusing to create empty bundle."1345msgstr "S'està refusant crear un farcell buit."13461347#: bundle.c:4741348#, c-format1349msgid "cannot create '%s'"1350msgstr "no es pot crear «%s»"13511352#: bundle.c:4981353msgid "index-pack died"1354msgstr "L'index-pack s'ha mort"13551356#: color.c:2961357#, c-format1358msgid "invalid color value: %.*s"1359msgstr "valor de color no vàlid: %.*s"13601361#: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:4141362#: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:3761363#: builtin/replace.c:4481364#, c-format1365msgid "could not parse %s"1366msgstr "no s'ha pogut analitzar %s"13671368#: commit.c:521369#, c-format1370msgid "%s %s is not a commit!"1371msgstr "%s %s no és una comissió!"13721373#: commit.c:1931374msgid ""1375"Support for <GIT_DIR>/info/grafts is deprecated\n"1376"and will be removed in a future Git version.\n"1377"\n"1378"Please use \"git replace --convert-graft-file\"\n"1379"to convert the grafts into replace refs.\n"1380"\n"1381"Turn this message off by running\n"1382"\"git config advice.graftFileDeprecated false\""1383msgstr ""13841385#: commit.c:11151386#, c-format1387msgid "Commit %s has an untrusted GPG signature, allegedly by %s."1388msgstr "La comissió %s té una signatura GPG no fiable, suposadament de %s."13891390#: commit.c:11181391#, c-format1392msgid "Commit %s has a bad GPG signature allegedly by %s."1393msgstr "La comissió %s té una signatura GPG incorrecta suposadament de %s."13941395#: commit.c:11211396#, c-format1397msgid "Commit %s does not have a GPG signature."1398msgstr "La comissió %s no té signatura GPG."13991400#: commit.c:11241401#, c-format1402msgid "Commit %s has a good GPG signature by %s\n"1403msgstr "La comissió %s té una signatura GPG bona de %s\n"14041405#: commit.c:13781406msgid ""1407"Warning: commit message did not conform to UTF-8.\n"1408"You may want to amend it after fixing the message, or set the config\n"1409"variable i18n.commitencoding to the encoding your project uses.\n"1410msgstr ""1411"Advertència: el missatge de comissió no és compatible amb UTF-8.\n"1412"Potser voleu esmenar-lo després de corregir el missatge, o establir\n"1413"la variable de configuració i18n.commitencoding a la codificació que\n"1414"usi el vostre projecte.\n"14151416#: commit-graph.c:1081417#, c-format1418msgid "graph file %s is too small"1419msgstr ""14201421#: commit-graph.c:1151422#, c-format1423msgid "graph signature %X does not match signature %X"1424msgstr ""14251426#: commit-graph.c:1221427#, fuzzy, c-format1428msgid "graph version %X does not match version %X"1429msgstr "el camí «%s» no té la seva versió"14301431#: commit-graph.c:1291432#, fuzzy, c-format1433msgid "hash version %X does not match version %X"1434msgstr "el camí «%s» no té la seva versió"14351436#: commit-graph.c:1531437#, c-format1438msgid "improper chunk offset %08x%08x"1439msgstr ""14401441#: commit-graph.c:1891442#, c-format1443msgid "chunk id %08x appears multiple times"1444msgstr ""14451446#: commit-graph.c:3081447#, c-format1448msgid "could not find commit %s"1449msgstr "no s'ha pogut trobar la comissió %s"14501451#: commit-graph.c:617 builtin/pack-objects.c:26521452#, c-format1453msgid "unable to get type of object %s"1454msgstr "no s'ha pogut obtenir el tipus de l'objecte: %s"14551456#: commit-graph.c:6511457#, fuzzy1458msgid "Annotating commits in commit graph"1459msgstr "masses comissions per escriure un graf"14601461#: commit-graph.c:6911462msgid "Computing commit graph generation numbers"1463msgstr ""14641465#: commit-graph.c:803 commit-graph.c:826 commit-graph.c:8521466#, fuzzy1467msgid "Finding commits for commit graph"1468msgstr "masses comissions per escriure un graf"14691470#: commit-graph.c:8121471#, c-format1472msgid "error adding pack %s"1473msgstr "error en afegir paquet %s"14741475#: commit-graph.c:8141476#, c-format1477msgid "error opening index for %s"1478msgstr "s'ha produït un error en obrir l'índex per «%s»"14791480#: commit-graph.c:8681481#, c-format1482msgid "the commit graph format cannot write %d commits"1483msgstr ""14841485#: commit-graph.c:8951486#, fuzzy1487msgid "too many commits to write graph"1488msgstr "masses comissions per escriure un graf"14891490#: commit-graph.c:902 midx.c:7691491#, c-format1492msgid "unable to create leading directories of %s"1493msgstr "no s'han pogut crear els directoris inicials de «%s»"14941495#: commit-graph.c:10021496msgid "the commit-graph file has incorrect checksum and is likely corrupt"1497msgstr ""14981499#: commit-graph.c:10461500msgid "Verifying commits in commit graph"1501msgstr ""15021503#: compat/obstack.c:405 compat/obstack.c:4071504msgid "memory exhausted"1505msgstr "memòria esgotada"15061507#: config.c:1231508#, c-format1509msgid ""1510"exceeded maximum include depth (%d) while including\n"1511"\t%s\n"1512"from\n"1513"\t%s\n"1514"This might be due to circular includes."1515msgstr ""15161517#: config.c:1391518#, c-format1519msgid "could not expand include path '%s'"1520msgstr "no s'ha pogut expandir el camí d'inclusió «%s»"15211522#: config.c:1501523msgid "relative config includes must come from files"1524msgstr "les inclusions de configuració relatives han de venir de fitxers"15251526#: config.c:1901527msgid "relative config include conditionals must come from files"1528msgstr ""1529"els condicionals d'inclusió de configuració relatius han de venir de fitxers"15301531#: config.c:3481532#, c-format1533msgid "key does not contain a section: %s"1534msgstr "la clau no conté una secció: «%s»"15351536#: config.c:3541537#, c-format1538msgid "key does not contain variable name: %s"1539msgstr "la clau no conté un nom de variable: «%s»"15401541#: config.c:378 sequencer.c:22961542#, c-format1543msgid "invalid key: %s"1544msgstr "clau no vàlida: %s"15451546#: config.c:3841547#, c-format1548msgid "invalid key (newline): %s"1549msgstr "clau no vàlida (línea nova): %s"15501551#: config.c:420 config.c:4321552#, c-format1553msgid "bogus config parameter: %s"1554msgstr "paràmetre de configuració erroni: %s"15551556#: config.c:4671557#, c-format1558msgid "bogus format in %s"1559msgstr "format erroni a %s"15601561#: config.c:7931562#, c-format1563msgid "bad config line %d in blob %s"1564msgstr "línia de configuració %d errònia en el blob %s"15651566#: config.c:7971567#, c-format1568msgid "bad config line %d in file %s"1569msgstr "línia de configuració %d errònia en el fitxer %s"15701571#: config.c:8011572#, c-format1573msgid "bad config line %d in standard input"1574msgstr "línia de configuració %d errònia en l'entrada estàndard"15751576#: config.c:8051577#, c-format1578msgid "bad config line %d in submodule-blob %s"1579msgstr "línia de configuració %d errònia en el blob de submòdul %s"15801581#: config.c:8091582#, c-format1583msgid "bad config line %d in command line %s"1584msgstr "línia de configuració %d errònia en la línia d'ordres %s"15851586#: config.c:8131587#, c-format1588msgid "bad config line %d in %s"1589msgstr "línia de configuració %d errònia en %s"15901591#: config.c:9521592msgid "out of range"1593msgstr "fora de rang"15941595#: config.c:9521596msgid "invalid unit"1597msgstr "unitat no vàlida"15981599#: config.c:9581600#, c-format1601msgid "bad numeric config value '%s' for '%s': %s"1602msgstr "valor de configuració numèric erroni «%s» per «%s»: %s"16031604#: config.c:9631605#, c-format1606msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1607msgstr "valor de configuració numèric erroni «%s» per «%s» en el blob %s: %s"16081609#: config.c:9661610#, c-format1611msgid "bad numeric config value '%s' for '%s' in file %s: %s"1612msgstr "valor de configuració numèric «%s» erroni per «%s» en el fitxer %s: %s"16131614#: config.c:9691615#, c-format1616msgid "bad numeric config value '%s' for '%s' in standard input: %s"1617msgstr ""1618"valor de configuració numèric «%s» erroni per «%s» en l'entrada estàndard: %s"16191620#: config.c:9721621#, c-format1622msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1623msgstr ""1624"valor de configuració numèric «%s» erroni' per «%s» en el blob de submòdul "1625"%s: %s"16261627#: config.c:9751628#, c-format1629msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1630msgstr ""1631"valor de configuració numèric «%s» erroni per «%s» en la línia d'ordres %s: "1632"%s"16331634#: config.c:9781635#, c-format1636msgid "bad numeric config value '%s' for '%s' in %s: %s"1637msgstr "valor de configuració numèric incorrecte «%s» per «%s» en %s: %s"16381639#: config.c:10731640#, c-format1641msgid "failed to expand user dir in: '%s'"1642msgstr "s'ha produït un error en expandir el directori d'usuari en: «%s»"16431644#: config.c:10821645#, c-format1646msgid "'%s' for '%s' is not a valid timestamp"1647msgstr "«%s» per a «%s» no és una marca de temps vàlida"16481649#: config.c:11731650#, c-format1651msgid "abbrev length out of range: %d"1652msgstr ""16531654#: config.c:1187 config.c:11981655#, c-format1656msgid "bad zlib compression level %d"1657msgstr "nivell de compressió de zlib incorrecte %d"16581659#: config.c:12901660msgid "core.commentChar should only be one character"1661msgstr ""16621663#: config.c:13231664#, c-format1665msgid "invalid mode for object creation: %s"1666msgstr "mode de creació d'objecte no vàlid: %s"16671668#: config.c:13951669#, c-format1670msgid "malformed value for %s"1671msgstr "valor no vàlid per a %s"16721673#: config.c:14211674#, c-format1675msgid "malformed value for %s: %s"1676msgstr "valor no vàlid per a %s: %s"16771678#: config.c:14221679msgid "must be one of nothing, matching, simple, upstream or current"1680msgstr ""16811682#: config.c:1481 builtin/pack-objects.c:33891683#, c-format1684msgid "bad pack compression level %d"1685msgstr "nivell de compressió de paquet %d Erroni"16861687#: config.c:16021688#, c-format1689msgid "unable to load config blob object '%s'"1690msgstr "no s'ha pogut carregar l'objecte blob de configuració «%s»"16911692#: config.c:16051693#, c-format1694msgid "reference '%s' does not point to a blob"1695msgstr "la referència «%s» no assenyala a un blob"16961697#: config.c:16221698#, c-format1699msgid "unable to resolve config blob '%s'"1700msgstr "no s'ha pogut resoldre el blob de configuració: «%s»"17011702#: config.c:16521703#, c-format1704msgid "failed to parse %s"1705msgstr "s'ha produït un error en analitzar %s"17061707#: config.c:17051708msgid "unable to parse command-line config"1709msgstr "no s'ha pogut analitzar la configuració de la línia d'ordres"17101711#: config.c:20371712msgid "unknown error occurred while reading the configuration files"1713msgstr "un error desconegut ha ocorregut en llegir els fitxers de configuració"17141715#: config.c:22071716#, c-format1717msgid "Invalid %s: '%s'"1718msgstr "%s no vàlid: «%s»"17191720#: config.c:22501721#, c-format1722msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"1723msgstr ""1724"valor «%s» a core.untrackedCache desconegut; utilitzant el valor per defecte "1725"«keep»"17261727#: config.c:22761728#, c-format1729msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"1730msgstr "valor «%d» a splitIndex.maxPercentChange ha d'estar entre 0 i 100"17311732#: config.c:23191733#, c-format1734msgid "unable to parse '%s' from command-line config"1735msgstr "no s'ha pogut analitzar «%s» de la configuració de la línia d'ordres"17361737#: config.c:23211738#, c-format1739msgid "bad config variable '%s' in file '%s' at line %d"1740msgstr "variable de configuració «%s» errònia en el fitxer «%s» a la línia %d"17411742#: config.c:24021743#, c-format1744msgid "invalid section name '%s'"1745msgstr "nom de secció no vàlid «%s»"17461747#: config.c:24341748#, c-format1749msgid "%s has multiple values"1750msgstr "%s té múltiples valors"17511752#: config.c:24631753#, c-format1754msgid "failed to write new configuration file %s"1755msgstr "no es pot escriure un nou fitxer de configuració %s"17561757#: config.c:2714 config.c:30381758#, c-format1759msgid "could not lock config file %s"1760msgstr "no s'ha pogut blocar el fitxer de configuració %s"17611762#: config.c:27251763#, c-format1764msgid "opening %s"1765msgstr "s'està obrint %s"17661767#: config.c:2760 builtin/config.c:3271768#, c-format1769msgid "invalid pattern: %s"1770msgstr "patró no vàlid: %s"17711772#: config.c:27851773#, c-format1774msgid "invalid config file %s"1775msgstr "fitxer de configuració vàlid %s"17761777#: config.c:2798 config.c:30511778#, c-format1779msgid "fstat on %s failed"1780msgstr "ha fallat fstat a %s"17811782#: config.c:28091783#, fuzzy, c-format1784msgid "unable to mmap '%s'"1785msgstr "no s'ha pogut accedir a «%s»"17861787#: config.c:2818 config.c:30561788#, c-format1789msgid "chmod on %s failed"1790msgstr "ha fallat chmod a %s"17911792#: config.c:2903 config.c:31531793#, c-format1794msgid "could not write config file %s"1795msgstr "no s'ha pogut escriure el fitxer de configuració «%s»"17961797#: config.c:29371798#, c-format1799msgid "could not set '%s' to '%s'"1800msgstr "no s'ha pogut establir «%s» a «%s»"18011802#: config.c:2939 builtin/remote.c:7821803#, c-format1804msgid "could not unset '%s'"1805msgstr "no s'ha pogut desassignar «%s»"18061807#: config.c:30291808#, c-format1809msgid "invalid section name: %s"1810msgstr "nom de secció no vàlida: %s"18111812#: config.c:31961813#, c-format1814msgid "missing value for '%s'"1815msgstr "falta el valor per «%s»"18161817#: connect.c:611818msgid "the remote end hung up upon initial contact"1819msgstr "el costat remot ha penjat en el moment de contacte inicial"18201821#: connect.c:631822msgid ""1823"Could not read from remote repository.\n"1824"\n"1825"Please make sure you have the correct access rights\n"1826"and the repository exists."1827msgstr ""1828"No s'ha pogut llegir del dipòsit remot.\n"1829"\n"1830"Assegureu-vos que tingueu els permisos\n"1831"d'accés correctes i que el dipòsit existeixi."18321833#: connect.c:811834#, c-format1835msgid "server doesn't support '%s'"1836msgstr "el servidor no és compatible amb «%s»"18371838#: connect.c:1031839#, c-format1840msgid "server doesn't support feature '%s'"1841msgstr "el servidor no es compatible amb la característica «%s»"18421843#: connect.c:1141844msgid "expected flush after capabilities"1845msgstr ""18461847#: connect.c:2331848#, c-format1849msgid "ignoring capabilities after first line '%s'"1850msgstr ""18511852#: connect.c:2521853msgid "protocol error: unexpected capabilities^{}"1854msgstr ""18551856#: connect.c:2731857#, fuzzy, c-format1858msgid "protocol error: expected shallow sha-1, got '%s'"1859msgstr "s'esperava shallow/unshallow, s'ha rebut %s"18601861#: connect.c:2751862msgid "repository on the other end cannot be shallow"1863msgstr ""18641865#: connect.c:310 fetch-pack.c:182 builtin/archive.c:631866#, c-format1867msgid "remote error: %s"1868msgstr "error remot: %s"18691870#: connect.c:3161871msgid "invalid packet"1872msgstr "paquet no vàlid"18731874#: connect.c:3361875#, fuzzy, c-format1876msgid "protocol error: unexpected '%s'"1877msgstr "error de protocol: capçalera de paquet errònia"18781879#: connect.c:4441880#, fuzzy, c-format1881msgid "invalid ls-refs response: %s"1882msgstr "referència no vàlida: %s"18831884#: connect.c:4481885msgid "expected flush after ref listing"1886msgstr ""18871888#: connect.c:5471889#, c-format1890msgid "protocol '%s' is not supported"1891msgstr "el protocol «%s» no és compatible"18921893#: connect.c:5981894msgid "unable to set SO_KEEPALIVE on socket"1895msgstr ""18961897#: connect.c:638 connect.c:7011898#, fuzzy, c-format1899msgid "Looking up %s ... "1900msgstr "S'està comprovant el pedaç %s..."19011902#: connect.c:6421903#, fuzzy, c-format1904msgid "unable to look up %s (port %s) (%s)"1905msgstr "no s'ha pogut moure %s a %s"19061907#. TRANSLATORS: this is the end of "Looking up %s ... "1908#: connect.c:646 connect.c:7171909#, c-format1910msgid ""1911"done.\n"1912"Connecting to %s (port %s) ... "1913msgstr ""19141915#: connect.c:668 connect.c:7451916#, c-format1917msgid ""1918"unable to connect to %s:\n"1919"%s"1920msgstr ""1921"no s'ha pogut connectar a %s:\n"1922"%s"19231924#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "1925#: connect.c:674 connect.c:7511926msgid "done."1927msgstr "fet."19281929#: connect.c:7051930#, fuzzy, c-format1931msgid "unable to look up %s (%s)"1932msgstr "no s'ha pogut obrir %s: %s\n"19331934#: connect.c:7111935#, c-format1936msgid "unknown port %s"1937msgstr "port desconegut %s"19381939#: connect.c:848 connect.c:11741940#, c-format1941msgid "strange hostname '%s' blocked"1942msgstr ""19431944#: connect.c:8501945#, c-format1946msgid "strange port '%s' blocked"1947msgstr ""19481949#: connect.c:8601950#, fuzzy, c-format1951msgid "cannot start proxy %s"1952msgstr "no es pot fer stat en «%s»"19531954#: connect.c:9271955msgid "no path specified; see 'git help pull' for valid url syntax"1956msgstr ""19571958#: connect.c:11221959msgid "ssh variant 'simple' does not support -4"1960msgstr ""19611962#: connect.c:11341963msgid "ssh variant 'simple' does not support -6"1964msgstr ""19651966#: connect.c:11511967#, fuzzy1968msgid "ssh variant 'simple' does not support setting port"1969msgstr "el destí receptor no admet pujar --signed"19701971#: connect.c:12621972#, c-format1973msgid "strange pathname '%s' blocked"1974msgstr ""19751976#: connect.c:13071977#, fuzzy1978msgid "unable to fork"1979msgstr "no s'ha pogut obrir %s"19801981#: connected.c:68 builtin/fsck.c:202 builtin/prune.c:1471982msgid "Checking connectivity"1983msgstr "S'està comprovant la connectivitat"19841985#: connected.c:801986msgid "Could not run 'git rev-list'"1987msgstr "No s'ha pogut executar 'git rev-list'"19881989#: connected.c:1001990msgid "failed write to rev-list"1991msgstr "escriptura fallada al rev-list"19921993#: connected.c:1071994msgid "failed to close rev-list's stdin"1995msgstr "s'ha produït un error en tancar l'stdin del rev-list"19961997#: convert.c:1941998#, c-format1999msgid "illegal crlf_action %d"2000msgstr ""20012002#: convert.c:2072003#, c-format2004msgid "CRLF would be replaced by LF in %s"2005msgstr "CRLF es reemplaçà per LF en %s."20062007#: convert.c:2092008#, c-format2009msgid ""2010"CRLF will be replaced by LF in %s.\n"2011"The file will have its original line endings in your working directory"2012msgstr ""2013"CRLF serà reemplaçat per LF en %s.\n"2014"El fitxer tindrà els seus terminadors de línia originals en el vostre "2015"directori de treball."20162017#: convert.c:2172018#, c-format2019msgid "LF would be replaced by CRLF in %s"2020msgstr "LF es reemplaçà per LF en %s"20212022#: convert.c:2192023#, c-format2024msgid ""2025"LF will be replaced by CRLF in %s.\n"2026"The file will have its original line endings in your working directory"2027msgstr ""2028"LF serà reemplaçat per CRLF en %s.\n"2029"El fitxer tindrà els seus terminadors de línia originals en el vostre "2030"directori de treball."20312032#: convert.c:2802033#, c-format2034msgid "BOM is prohibited in '%s' if encoded as %s"2035msgstr ""20362037#: convert.c:2872038#, c-format2039msgid ""2040"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"2041"tree-encoding."2042msgstr ""20432044#: convert.c:3052045#, c-format2046msgid "BOM is required in '%s' if encoded as %s"2047msgstr ""20482049#: convert.c:3072050#, c-format2051msgid ""2052"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"2053"%sLE (depending on the byte order) as working-tree-encoding."2054msgstr ""20552056#: convert.c:425 convert.c:4962057#, c-format2058msgid "failed to encode '%s' from %s to %s"2059msgstr "s'ha produït un error en codificar «%s» des de %s a %s"20602061#: convert.c:4682062#, c-format2063msgid "encoding '%s' from %s to %s and back is not the same"2064msgstr "codificar «%s» des de %s a %s i cap enrere no és el mateix"20652066#: convert.c:6742067#, c-format2068msgid "cannot fork to run external filter '%s'"2069msgstr "no es pot bifurcar per a executar el filtre extern «%s»"20702071#: convert.c:6942072#, c-format2073msgid "cannot feed the input to external filter '%s'"2074msgstr "no es pot alimentar l'entrada al filtre extern «%s»"20752076#: convert.c:7012077#, c-format2078msgid "external filter '%s' failed %d"2079msgstr "el filtre extern «%s» ha fallat %d"20802081#: convert.c:736 convert.c:7392082#, c-format2083msgid "read from external filter '%s' failed"2084msgstr "la lectura del filtre extern «%s» ha fallat"20852086#: convert.c:742 convert.c:7962087#, c-format2088msgid "external filter '%s' failed"2089msgstr "el filtre extern «%s» ha fallat"20902091#: convert.c:8442092msgid "unexpected filter type"2093msgstr "tipus de filtre inesperat"20942095#: convert.c:8552096msgid "path name too long for external filter"2097msgstr ""20982099#: convert.c:9292100#, c-format2101msgid ""2102"external filter '%s' is not available anymore although not all paths have "2103"been filtered"2104msgstr ""21052106#: convert.c:12282107msgid "true/false are no valid working-tree-encodings"2108msgstr ""21092110#: convert.c:1398 convert.c:14322111#, fuzzy, c-format2112msgid "%s: clean filter '%s' failed"2113msgstr "la creació de «%s» ha fallat"21142115#: convert.c:14762116#, fuzzy, c-format2117msgid "%s: smudge filter %s failed"2118msgstr "s'ha produït un error en actualitzar els fitxers"21192120#: date.c:1162121msgid "in the future"2122msgstr "en el futur"21232124#: date.c:1222125#, c-format2126msgid "%<PRIuMAX> second ago"2127msgid_plural "%<PRIuMAX> seconds ago"2128msgstr[0] "fa %<PRIuMAX> segon"2129msgstr[1] "fa %<PRIuMAX> segons"21302131#: date.c:1292132#, c-format2133msgid "%<PRIuMAX> minute ago"2134msgid_plural "%<PRIuMAX> minutes ago"2135msgstr[0] "fa %<PRIuMAX> minut"2136msgstr[1] "fa %<PRIuMAX> minuts"21372138#: date.c:1362139#, c-format2140msgid "%<PRIuMAX> hour ago"2141msgid_plural "%<PRIuMAX> hours ago"2142msgstr[0] "fa %<PRIuMAX> hora"2143msgstr[1] "fa %<PRIuMAX> hores"21442145#: date.c:1432146#, c-format2147msgid "%<PRIuMAX> day ago"2148msgid_plural "%<PRIuMAX> days ago"2149msgstr[0] "fa %<PRIuMAX> dia"2150msgstr[1] "fa %<PRIuMAX> dies"21512152#: date.c:1492153#, c-format2154msgid "%<PRIuMAX> week ago"2155msgid_plural "%<PRIuMAX> weeks ago"2156msgstr[0] "fa %<PRIuMAX> setmana"2157msgstr[1] "fa %<PRIuMAX> setmanes"21582159#: date.c:1562160#, c-format2161msgid "%<PRIuMAX> month ago"2162msgid_plural "%<PRIuMAX> months ago"2163msgstr[0] "fa %<PRIuMAX> mes"2164msgstr[1] "fa %<PRIuMAX> mesos"21652166#: date.c:1672167#, c-format2168msgid "%<PRIuMAX> year"2169msgid_plural "%<PRIuMAX> years"2170msgstr[0] "%<PRIuMAX> any"2171msgstr[1] "%<PRIuMAX> anys"21722173#. TRANSLATORS: "%s" is "<n> years"2174#: date.c:1702175#, c-format2176msgid "%s, %<PRIuMAX> month ago"2177msgid_plural "%s, %<PRIuMAX> months ago"2178msgstr[0] "fa %s i %<PRIuMAX> mes"2179msgstr[1] "fa %s i %<PRIuMAX> mesos"21802181#: date.c:175 date.c:1802182#, c-format2183msgid "%<PRIuMAX> year ago"2184msgid_plural "%<PRIuMAX> years ago"2185msgstr[0] "fa %<PRIuMAX> any"2186msgstr[1] "fa %<PRIuMAX> anys"21872188#: delta-islands.c:2682189msgid "Propagating island marks"2190msgstr ""21912192#: delta-islands.c:2862193#, fuzzy, c-format2194msgid "bad tree object %s"2195msgstr "s'ha produït un error en llegir l'objecte «%s»."21962197#: delta-islands.c:3302198#, fuzzy, c-format2199msgid "failed to load island regex for '%s': %s"2200msgstr "S'ha produït un error en cercar l'arbre de %s."22012202#: delta-islands.c:3862203#, c-format2204msgid "island regex from config has too many capture groups (max=%d)"2205msgstr ""22062207#: delta-islands.c:4622208#, c-format2209msgid "Marked %d islands, done.\n"2210msgstr ""22112212#: diffcore-order.c:242213#, c-format2214msgid "failed to read orderfile '%s'"2215msgstr "s'ha produït un error en llegir el fitxer d'ordres «%s»"22162217#: diffcore-rename.c:5442218msgid "Performing inexact rename detection"2219msgstr "S'està realitzant una detecció inexacta de canvis de nom"22202221#: diff.c:1082222#, c-format2223msgid "option '%s' requires a value"2224msgstr "l'opció «%s» requereix un valor"22252226#: diff.c:1582227#, c-format2228msgid " Failed to parse dirstat cut-off percentage '%s'\n"2229msgstr ""2230" S'ha produït un error en analitzar el percentatge limitant de dirstat "2231"«%s»\n"22322233#: diff.c:1632234#, c-format2235msgid " Unknown dirstat parameter '%s'\n"2236msgstr " Paràmetre de dirstat desconegut «%s»\n"22372238#: diff.c:2912239#, fuzzy2240msgid ""2241"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "2242"'dimmed-zebra', 'plain'"2243msgstr ""2244"el paràmetre de color en moviment ha de ser «no», «default», «zebra», "2245"«dimmed_zebra» o «plain»"22462247#: diff.c:3162248#, c-format2249msgid "ignoring unknown color-moved-ws mode '%s'"2250msgstr ""22512252#: diff.c:3232253msgid ""2254"color-moved-ws: allow-indentation-change cannot be combined with other white "2255"space modes"2256msgstr ""22572258#: diff.c:3942259#, c-format2260msgid "Unknown value for 'diff.submodule' config variable: '%s'"2261msgstr ""2262"Valor desconegut de la variable de configuració de 'diff.submodule': «%s»"22632264#: diff.c:4542265#, c-format2266msgid ""2267"Found errors in 'diff.dirstat' config variable:\n"2268"%s"2269msgstr ""2270"S'han trobat errors en la variable de configuració 'diff.dirstat':\n"2271"%s"22722273#: diff.c:41402274#, c-format2275msgid "external diff died, stopping at %s"2276msgstr "el diff external s'ha mort, s'està aturant a %s"22772278#: diff.c:44822279msgid "--name-only, --name-status, --check and -s are mutually exclusive"2280msgstr "--name-only, --name-status, --check i -s són mútuament excloents"22812282#: diff.c:44852283msgid "-G, -S and --find-object are mutually exclusive"2284msgstr "-G, -S and --find-object són mútuament excloents"22852286#: diff.c:45632287msgid "--follow requires exactly one pathspec"2288msgstr "--follow requereix exactament una especificació de camí"22892290#: diff.c:47292291#, c-format2292msgid ""2293"Failed to parse --dirstat/-X option parameter:\n"2294"%s"2295msgstr ""2296"S'ha produït un error en analitzar el paràmetre d'opció de --dirstat/-X:\n"2297"%s"22982299#: diff.c:47432300#, c-format2301msgid "Failed to parse --submodule option parameter: '%s'"2302msgstr ""2303"S'ha produït un error en analitzar el paràmetre d'opció de --submodule: «%s»"23042305#: diff.c:58232306msgid "inexact rename detection was skipped due to too many files."2307msgstr "s'ha omès la detecció de canvi de nom a causa de massa fitxers."23082309#: diff.c:58262310msgid "only found copies from modified paths due to too many files."2311msgstr ""2312"només s'han trobat còpies des de camins modificats a causa de massa fitxers."23132314#: diff.c:58292315#, c-format2316msgid ""2317"you may want to set your %s variable to at least %d and retry the command."2318msgstr ""2319"potser voleu establir la vostra variable %s a almenys %d i tornar a intentar "2320"l'ordre."23212322#: dir.c:5762323#, c-format2324msgid "pathspec '%s' did not match any file(s) known to git"2325msgstr ""2326"l'especificació de camí «%s» no ha coincidit amb cap fitxer que git conegui"23272328#: dir.c:9652329#, c-format2330msgid "cannot use %s as an exclude file"2331msgstr "no es pot usar %s com a fitxer d'exclusió"23322333#: dir.c:18802334#, c-format2335msgid "could not open directory '%s'"2336msgstr "no s'ha pogut obrir el directori «%s»"23372338#: dir.c:21222339msgid "failed to get kernel name and information"2340msgstr "s'ha produït un error en obtenir el nombre i la informació del nucli"23412342#: dir.c:22462343msgid "untracked cache is disabled on this system or location"2344msgstr ""2345"la memòria cau no seguida està inhabilitada en aquest sistema o ubicació"23462347#: dir.c:30472348#, c-format2349msgid "index file corrupt in repo %s"2350msgstr "el fitxer d'índex al dipòsit %s és malmès"23512352#: dir.c:3092 dir.c:30972353#, c-format2354msgid "could not create directories for %s"2355msgstr "no s'han pogut crear directoris per %s"23562357#: dir.c:31262358#, c-format2359msgid "could not migrate git directory from '%s' to '%s'"2360msgstr "no s'ha pogut migrar el directori de «%s» a «%s»"23612362#: editor.c:732363#, c-format2364msgid "hint: Waiting for your editor to close the file...%c"2365msgstr ""23662367#: entry.c:1782368msgid "Filtering content"2369msgstr "S'està filtrant el contingut"23702371#: entry.c:4652372#, c-format2373msgid "could not stat file '%s'"2374msgstr "no s'ha pogut fer «stat» sobre el fitxer «%s»"23752376#: environment.c:1502377#, c-format2378msgid "bad git namespace path \"%s\""2379msgstr ""23802381#: environment.c:3322382#, c-format2383msgid "could not set GIT_DIR to '%s'"2384msgstr "no s'ha pogut establir GIT_DIR a «%s»"23852386#: exec-cmd.c:3612387#, c-format2388msgid "too many args to run %s"2389msgstr "hi ha massa arguments per a executar %s"23902391#: fetch-object.c:172392msgid "Remote with no URL"2393msgstr "Remot sense URL"23942395#: fetch-pack.c:1512396msgid "git fetch-pack: expected shallow list"2397msgstr "git fetch-pack: llista superficial esperada"23982399#: fetch-pack.c:1632400msgid "git fetch-pack: expected ACK/NAK, got a flush packet"2401msgstr "git fetch-pack: s'esperava ACK/NAK, s'ha rebut un paquet de neteja"24022403#: fetch-pack.c:1832404#, c-format2405msgid "git fetch-pack: expected ACK/NAK, got '%s'"2406msgstr "git fetch-pack: s'esperava ACK/NAK, s'ha rebut «%s»"24072408#: fetch-pack.c:2532409msgid "--stateless-rpc requires multi_ack_detailed"2410msgstr "--stateless-rpc requereix multi_ack_detailed"24112412#: fetch-pack.c:347 fetch-pack.c:12772413#, c-format2414msgid "invalid shallow line: %s"2415msgstr "línia de shallow no vàlida: %s"24162417#: fetch-pack.c:353 fetch-pack.c:12832418#, c-format2419msgid "invalid unshallow line: %s"2420msgstr "línia d'unshallow no vàlida: %s"24212422#: fetch-pack.c:355 fetch-pack.c:12852423#, c-format2424msgid "object not found: %s"2425msgstr "objecte no trobat: %s"24262427#: fetch-pack.c:358 fetch-pack.c:12882428#, c-format2429msgid "error in object: %s"2430msgstr "error en objecte: %s"24312432#: fetch-pack.c:360 fetch-pack.c:12902433#, c-format2434msgid "no shallow found: %s"2435msgstr "no s'ha trobat cap shallow: %s"24362437#: fetch-pack.c:363 fetch-pack.c:12932438#, c-format2439msgid "expected shallow/unshallow, got %s"2440msgstr "s'esperava shallow/unshallow, s'ha rebut %s"24412442#: fetch-pack.c:4042443#, c-format2444msgid "got %s %d %s"2445msgstr "s'ha rebut %s %d %s"24462447#: fetch-pack.c:4212448#, c-format2449msgid "invalid commit %s"2450msgstr "comissió no vàlida %s"24512452#: fetch-pack.c:4522453msgid "giving up"2454msgstr "s'està rendint"24552456#: fetch-pack.c:464 progress.c:2292457msgid "done"2458msgstr "fet"24592460#: fetch-pack.c:4762461#, c-format2462msgid "got %s (%d) %s"2463msgstr "s'ha rebut %s (%d) %s"24642465#: fetch-pack.c:5222466#, c-format2467msgid "Marking %s as complete"2468msgstr "S'està marcant %s com a complet"24692470#: fetch-pack.c:7642471#, c-format2472msgid "already have %s (%s)"2473msgstr "ja es té %s (%s)"24742475#: fetch-pack.c:8032476msgid "fetch-pack: unable to fork off sideband demultiplexer"2477msgstr "fetch-pack: no s'ha pogut bifurcar del desmultiplexor de banda lateral"24782479#: fetch-pack.c:8112480msgid "protocol error: bad pack header"2481msgstr "error de protocol: capçalera de paquet errònia"24822483#: fetch-pack.c:8792484#, c-format2485msgid "fetch-pack: unable to fork off %s"2486msgstr "fetch-pack: no es pot bifurcar de %s"24872488#: fetch-pack.c:8952489#, c-format2490msgid "%s failed"2491msgstr "%s ha fallat"24922493#: fetch-pack.c:8972494msgid "error in sideband demultiplexer"2495msgstr "error en desmultiplexor de banda lateral"24962497#: fetch-pack.c:9262498msgid "Server does not support shallow clients"2499msgstr "El servidor no permet clients superficials"25002501#: fetch-pack.c:9302502msgid "Server supports multi_ack_detailed"2503msgstr "El servidor accepta multi_ack_detailed"25042505#: fetch-pack.c:9332506msgid "Server supports no-done"2507msgstr "El servidor accepta no-done"25082509#: fetch-pack.c:9392510msgid "Server supports multi_ack"2511msgstr "El servidor accepta multi_ack"25122513#: fetch-pack.c:9432514msgid "Server supports side-band-64k"2515msgstr "El servidor accepta side-band-64k"25162517#: fetch-pack.c:9472518msgid "Server supports side-band"2519msgstr "El servidor accepta banda lateral"25202521#: fetch-pack.c:9512522msgid "Server supports allow-tip-sha1-in-want"2523msgstr "El servidor accepta allow-tip-sha1-in-want"25242525#: fetch-pack.c:9552526msgid "Server supports allow-reachable-sha1-in-want"2527msgstr "El servidor accepta allow-reachable-sha1-in-want"25282529#: fetch-pack.c:9652530msgid "Server supports ofs-delta"2531msgstr "El servidor accepta ofs-delta"25322533#: fetch-pack.c:971 fetch-pack.c:11582534msgid "Server supports filter"2535msgstr "El servidor accepta filtre"25362537#: fetch-pack.c:9792538#, c-format2539msgid "Server version is %.*s"2540msgstr "La versió del servidor és %.*s"25412542#: fetch-pack.c:9852543msgid "Server does not support --shallow-since"2544msgstr "El servidor no admet --shallow-since"25452546#: fetch-pack.c:9892547msgid "Server does not support --shallow-exclude"2548msgstr "El servidor no admet --shallow-exclude"25492550#: fetch-pack.c:9912551msgid "Server does not support --deepen"2552msgstr "El servidor no admet --deepen"25532554#: fetch-pack.c:10082555msgid "no common commits"2556msgstr "cap comissió en comú"25572558#: fetch-pack.c:1020 fetch-pack.c:14182559msgid "git fetch-pack: fetch failed."2560msgstr "git fetch-pack: l'obtenció ha fallat."25612562#: fetch-pack.c:11532563#, fuzzy2564msgid "Server does not support shallow requests"2565msgstr "El servidor no permet clients superficials"25662567#: fetch-pack.c:11992568#, c-format2569msgid "error reading section header '%s'"2570msgstr "error en llegir la capçalera de la secció «%s»"25712572#: fetch-pack.c:12052573#, c-format2574msgid "expected '%s', received '%s'"2575msgstr "s'esperava «%s», s'ha rebut «%s»"25762577#: fetch-pack.c:12442578#, c-format2579msgid "unexpected acknowledgment line: '%s'"2580msgstr ""25812582#: fetch-pack.c:12492583#, fuzzy, c-format2584msgid "error processing acks: %d"2585msgstr "error en llegir %s"25862587#: fetch-pack.c:12592588msgid "expected packfile to be sent after 'ready'"2589msgstr ""25902591#: fetch-pack.c:12612592msgid "expected no other sections to be sent after no 'ready'"2593msgstr ""25942595#: fetch-pack.c:12982596#, c-format2597msgid "error processing shallow info: %d"2598msgstr ""25992600#: fetch-pack.c:13142601#, fuzzy, c-format2602msgid "expected wanted-ref, got '%s'"2603msgstr "s'esperava shallow/unshallow, s'ha rebut %s"26042605#: fetch-pack.c:13242606#, fuzzy, c-format2607msgid "unexpected wanted-ref: '%s'"2608msgstr "final de fitxer inesperat"26092610#: fetch-pack.c:13282611#, c-format2612msgid "error processing wanted refs: %d"2613msgstr ""26142615#: fetch-pack.c:16422616msgid "no matching remote head"2617msgstr "no hi ha cap HEAD remot coincident"26182619#: fetch-pack.c:1660 builtin/clone.c:6642620msgid "remote did not send all necessary objects"2621msgstr "el remot no ha enviat tots els objectes necessaris"26222623#: fetch-pack.c:16862624#, c-format2625msgid "no such remote ref %s"2626msgstr "no existeix la referència remota %s"26272628#: fetch-pack.c:16892629#, c-format2630msgid "Server does not allow request for unadvertised object %s"2631msgstr "El servidor no permet sol·licitar objectes no anunciats %s"26322633#: gpg-interface.c:3182634msgid "gpg failed to sign the data"2635msgstr "gpg ha fallat en signar les dades"26362637#: gpg-interface.c:3442638msgid "could not create temporary file"2639msgstr "no s'ha pogut crear el fitxer temporal"26402641#: gpg-interface.c:3472642#, c-format2643msgid "failed writing detached signature to '%s'"2644msgstr "s'ha produït un error en escriure la signatura separada a «%s»"26452646#: graph.c:972647#, c-format2648msgid "ignore invalid color '%.*s' in log.graphColors"2649msgstr "ignora el color no vàlid «%.*s» en log.graphColors"26502651#: grep.c:21132652#, c-format2653msgid "'%s': unable to read %s"2654msgstr "«%s»: no s'ha pogut llegir %s"26552656#: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:812657#: builtin/rm.c:1342658#, c-format2659msgid "failed to stat '%s'"2660msgstr "s'ha produït un error en fer stat a «%s»"26612662#: grep.c:21412663#, c-format2664msgid "'%s': short read"2665msgstr "«%s»: lectura curta"26662667#: help.c:232668msgid "start a working area (see also: git help tutorial)"2669msgstr "començar una àrea de treball (vegeu també: git help tutorial)"26702671#: help.c:242672msgid "work on the current change (see also: git help everyday)"2673msgstr "treballar en el canvi actual (vegeu també: git help everyday)"26742675#: help.c:252676msgid "examine the history and state (see also: git help revisions)"2677msgstr "examinar la història i l'estat (vegeu també: git help revisions)"26782679#: help.c:262680msgid "grow, mark and tweak your common history"2681msgstr "fer créixer, marcar i ajustar la vostra història comuna"26822683#: help.c:272684msgid "collaborate (see also: git help workflows)"2685msgstr "col·laborar (vegeu també: git help workflow)"26862687#: help.c:312688msgid "Main Porcelain Commands"2689msgstr ""26902691#: help.c:322692msgid "Ancillary Commands / Manipulators"2693msgstr ""26942695#: help.c:332696msgid "Ancillary Commands / Interrogators"2697msgstr ""26982699#: help.c:342700msgid "Interacting with Others"2701msgstr "Interaccionar amb altres"27022703#: help.c:352704msgid "Low-level Commands / Manipulators"2705msgstr ""27062707#: help.c:362708msgid "Low-level Commands / Interrogators"2709msgstr ""27102711#: help.c:372712msgid "Low-level Commands / Synching Repositories"2713msgstr ""27142715#: help.c:382716msgid "Low-level Commands / Internal Helpers"2717msgstr ""27182719#: help.c:2962720#, c-format2721msgid "available git commands in '%s'"2722msgstr "ordres de git disponibles en «%s»"27232724#: help.c:3032725msgid "git commands available from elsewhere on your $PATH"2726msgstr "ordres de git disponibles d'altres llocs en el vostre $PATH"27272728#: help.c:3122729msgid "These are common Git commands used in various situations:"2730msgstr ""2731"Aquestes són ordres del Git habitualment usades en diverses situacions:"27322733#: help.c:361 git.c:902734#, fuzzy, c-format2735msgid "unsupported command listing type '%s'"2736msgstr "versió d'índex no compatible %s"27372738#: help.c:4082739#, fuzzy2740msgid "The common Git guides are:"2741msgstr "Les guies de Git comunes són:\n"27422743#: help.c:5172744msgid "See 'git help <command>' to read about a specific subcommand"2745msgstr ""27462747#: help.c:5222748#, fuzzy2749msgid "External commands"2750msgstr "s'està executant $command"27512752#: help.c:5302753msgid "Command aliases"2754msgstr ""27552756#: help.c:5942757#, c-format2758msgid ""2759"'%s' appears to be a git command, but we were not\n"2760"able to execute it. Maybe git-%s is broken?"2761msgstr ""2762"«%s» sembla una ordre de git, però no hem pogut\n"2763"executar-la. Pot ser que git-%s estigui malmès?"27642765#: help.c:6532766msgid "Uh oh. Your system reports no Git commands at all."2767msgstr "Ai. El vostre sistema no informa de cap ordre de Git."27682769#: help.c:6752770#, c-format2771msgid "WARNING: You called a Git command named '%s', which does not exist."2772msgstr ""2773"ADVERTÈNCIA: Heu invocat una ordre de Git amb nom «%s», la qual no existeix."27742775#: help.c:6802776#, c-format2777msgid "Continuing under the assumption that you meant '%s'."2778msgstr "El procés continuarà, pressuposant que volíeu dir «%s»."27792780#: help.c:6852781#, c-format2782msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."2783msgstr ""2784"El procés continuarà en %0.1f segons, pressuposant que volíeu dir «%s»."27852786#: help.c:6932787#, c-format2788msgid "git: '%s' is not a git command. See 'git --help'."2789msgstr "git: «%s» no és una ordre de git. Vegeu 'git --help'."27902791#: help.c:6972792msgid ""2793"\n"2794"The most similar command is"2795msgid_plural ""2796"\n"2797"The most similar commands are"2798msgstr[0] ""2799"\n"2800"L'ordre més similar és"2801msgstr[1] ""2802"\n"2803"Les ordres més similar són"28042805#: help.c:7122806msgid "git version [<options>]"2807msgstr "git version [<opcions>]"28082809#: help.c:7802810#, c-format2811msgid "%s: %s - %s"2812msgstr "%s: %s - %s"28132814#: help.c:7842815msgid ""2816"\n"2817"Did you mean this?"2818msgid_plural ""2819"\n"2820"Did you mean one of these?"2821msgstr[0] ""2822"\n"2823"Volíeu dir això?"2824msgstr[1] ""2825"\n"2826"Volíeu dir un d'aquests?"28272828#: ident.c:3452829msgid ""2830"\n"2831"*** Please tell me who you are.\n"2832"\n"2833"Run\n"2834"\n"2835" git config --global user.email \"you@example.com\"\n"2836" git config --global user.name \"Your Name\"\n"2837"\n"2838"to set your account's default identity.\n"2839"Omit --global to set the identity only in this repository.\n"2840"\n"2841msgstr ""2842"\n"2843"*** Digueu-me qui sou.\n"2844"\n"2845"Executeu\n"2846"\n"2847" git config --global user.email \"usuari@domini.com\"\n"2848" git config --global user.name \"El vostre nom\"\n"2849"\n"2850"per a establir la identitat predeterminada del vostre compte.\n"2851"Ometeu --global per a establir la identitat només en aquest dipòsit.\n"28522853#: ident.c:3692854msgid "no email was given and auto-detection is disabled"2855msgstr ""2856"no s'ha proporcionat cap adreça electrònica i la detecció automàtica està "2857"inhabilitada"28582859#: ident.c:3742860#, c-format2861msgid "unable to auto-detect email address (got '%s')"2862msgstr ""2863"no s'ha pogut detectar automàticament una adreça electrònica vàlida (s'ha "2864"rebut «%s»)"28652866#: ident.c:3842867msgid "no name was given and auto-detection is disabled"2868msgstr ""2869"no s'ha proporcionat cap nom i la detecció automàtica està inhabilitada"28702871#: ident.c:3902872#, c-format2873msgid "unable to auto-detect name (got '%s')"2874msgstr "no s'ha pogut detectar automàticament el nom (s'ha rebut «%s»)"28752876#: ident.c:3982877#, c-format2878msgid "empty ident name (for <%s>) not allowed"2879msgstr "nom d'identitat buit (per <%s>) no és permès"28802881#: ident.c:4042882#, c-format2883msgid "name consists only of disallowed characters: %s"2884msgstr "el nom conté només caràcters no permesos: %s"28852886#: ident.c:419 builtin/commit.c:6062887#, c-format2888msgid "invalid date format: %s"2889msgstr "format de data no vàlid: %s"28902891#: list-objects-filter-options.c:352892msgid "multiple filter-specs cannot be combined"2893msgstr ""28942895#: list-objects-filter-options.c:582896#, fuzzy2897msgid "only 'tree:0' is supported"2898msgstr "el protocol «%s» no és compatible"28992900#: list-objects-filter-options.c:1372901msgid "cannot change partial clone promisor remote"2902msgstr ""29032904#: lockfile.c:1512905#, c-format2906msgid ""2907"Unable to create '%s.lock': %s.\n"2908"\n"2909"Another git process seems to be running in this repository, e.g.\n"2910"an editor opened by 'git commit'. Please make sure all processes\n"2911"are terminated then try again. If it still fails, a git process\n"2912"may have crashed in this repository earlier:\n"2913"remove the file manually to continue."2914msgstr ""2915"No s'ha pogut crear '%s.lock': %s.\n"2916"\n"2917"Sembla que un altre procés de git s'està executant en aquest\n"2918"dipòsit, per exemple, un editor obert per 'git commit'. \n"2919"Assegureu-vos que tots els processos s'hagin terminat i\n"2920"llavors proveu de nou. Si encara falla, pot ser que un procés de\n"2921"git ha tingut un error:\n"2922"elimineu el fitxer manualment per a continuar."29232924#: lockfile.c:1592925#, c-format2926msgid "Unable to create '%s.lock': %s"2927msgstr "No s'ha pogut crear '%s.lock': %s"29282929#: merge.c:412930msgid "failed to read the cache"2931msgstr "s'ha produït un error en llegir la memòria cau"29322933#: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:19332934#: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:7642935msgid "unable to write new index file"2936msgstr "no s'ha pogut escriure un fitxer d'índex nou"29372938#: merge-recursive.c:3232939msgid "(bad commit)\n"2940msgstr "(comissió errònia)\n"29412942#: merge-recursive.c:3452943#, fuzzy, c-format2944msgid "add_cacheinfo failed for path '%s'; merge aborting."2945msgstr "addinfo_cache ha fallat per al camí «%s»"29462947#: merge-recursive.c:3532948#, fuzzy, c-format2949msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."2950msgstr "addinfo_cache ha fallat per al camí «%s»"29512952#: merge-recursive.c:4352953msgid "error building trees"2954msgstr "error en construir arbres"29552956#: merge-recursive.c:9062957#, c-format2958msgid "failed to create path '%s'%s"2959msgstr "s'ha produït un error en crear el camí «%s»%s"29602961#: merge-recursive.c:9172962#, c-format2963msgid "Removing %s to make room for subdirectory\n"2964msgstr "S'està eliminant %s per a fer espai per al subdirectori\n"29652966#: merge-recursive.c:931 merge-recursive.c:9502967msgid ": perhaps a D/F conflict?"2968msgstr ": potser un conflicte D/F?"29692970#: merge-recursive.c:9402971#, c-format2972msgid "refusing to lose untracked file at '%s'"2973msgstr "s'està refusant perdre el fitxer no seguit a «%s»"29742975#: merge-recursive.c:982 builtin/cat-file.c:392976#, c-format2977msgid "cannot read object %s '%s'"2978msgstr "no es pot llegir l'objecte %s «%s»"29792980#: merge-recursive.c:9842981#, c-format2982msgid "blob expected for %s '%s'"2983msgstr "blob esperat per a %s «%s»"29842985#: merge-recursive.c:10082986#, c-format2987msgid "failed to open '%s': %s"2988msgstr "s'ha produït un error en obrir «%s»: %s"29892990#: merge-recursive.c:10192991#, c-format2992msgid "failed to symlink '%s': %s"2993msgstr "s'ha produït un error en fer l'enllaç simbòlic «%s»: %s"29942995#: merge-recursive.c:10242996#, c-format2997msgid "do not know what to do with %06o %s '%s'"2998msgstr "no se sap què fer amb %06o %s «%s»"29993000#: merge-recursive.c:12123001#, c-format3002msgid "Failed to merge submodule %s (not checked out)"3003msgstr "S'ha produït un error en fusionar el submòdul %s (no està agafat)"30043005#: merge-recursive.c:12193006#, c-format3007msgid "Failed to merge submodule %s (commits not present)"3008msgstr "S'ha produït un error en fusionar el submòdul %s (no hi ha comissions)"30093010#: merge-recursive.c:12263011#, c-format3012msgid "Failed to merge submodule %s (commits don't follow merge-base)"3013msgstr "S'ha produït un error en fusionar el submòdul %s (les comissions no segueixen merge-base)"30143015#: merge-recursive.c:1234 merge-recursive.c:12463016#, c-format3017msgid "Fast-forwarding submodule %s to the following commit:"3018msgstr "Avançament ràpid del submòdul %s a la següent comissió:"30193020#: merge-recursive.c:1237 merge-recursive.c:12493021#, c-format3022msgid "Fast-forwarding submodule %s"3023msgstr "Avançament ràpid al submòdul %s"30243025#: merge-recursive.c:12713026#, c-format3027msgid "Failed to merge submodule %s (merge following commits not found)"3028msgstr ""30293030#: merge-recursive.c:12753031#, c-format3032msgid "Failed to merge submodule %s (not fast-forward)"3033msgstr "S'ha produït un error en fusionar el submòdul %s (sense avançament ràpid)"30343035#: merge-recursive.c:12763036msgid "Found a possible merge resolution for the submodule:\n"3037msgstr "S'ha trobat una possible resolució de fusió pel submòdul:\n"30383039#: merge-recursive.c:12793040#, c-format3041msgid ""3042"If this is correct simply add it to the index for example\n"3043"by using:\n"3044"\n"3045" git update-index --cacheinfo 160000 %s \"%s\"\n"3046"\n"3047"which will accept this suggestion.\n"3048msgstr ""30493050#: merge-recursive.c:12883051#, c-format3052msgid "Failed to merge submodule %s (multiple merges found)"3053msgstr "S'ha produït un error en fusionar el submòdul %s (s'han trobat múltiples fusions)"30543055#: merge-recursive.c:13583056msgid "Failed to execute internal merge"3057msgstr "S'ha produït un error en executar la fusió interna"30583059#: merge-recursive.c:13633060#, c-format3061msgid "Unable to add %s to database"3062msgstr "No s'ha pogut afegir %s a la base de dades"30633064#: merge-recursive.c:13953065#, c-format3066msgid "Auto-merging %s"3067msgstr "S'està autofusionant %s"30683069#: merge-recursive.c:14163070#, fuzzy, c-format3071msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."3072msgstr "s'està refusant perdre el fitxer no seguit a «%s»"30733074#: merge-recursive.c:14833075#, c-format3076msgid ""3077"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3078"in tree."3079msgstr ""3080"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "3081"s'ha deixat en l'arbre."30823083#: merge-recursive.c:14883084#, c-format3085msgid ""3086"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3087"left in tree."3088msgstr ""3089"CONFLICTE: (%s/supressió): %s suprimit en %s i %s a %s en %s. La versió %s "3090"de %s s'ha deixat en l'arbre."30913092#: merge-recursive.c:14953093#, c-format3094msgid ""3095"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "3096"in tree at %s."3097msgstr ""3098"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "3099"s'ha deixat en l'arbre a %s."31003101#: merge-recursive.c:15003102#, c-format3103msgid ""3104"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "3105"left in tree at %s."3106msgstr ""3107"CONFLICTE: (%s/supressió): %s suprimit en %s i %s a %s en %s. La versió %s "3108"de %s s'ha deixat en l'arbre a %s."31093110#: merge-recursive.c:15343111msgid "rename"3112msgstr "canvi de nom"31133114#: merge-recursive.c:15343115msgid "renamed"3116msgstr "canviat de nom"31173118#: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:23693119#: merge-recursive.c:31243120#, c-format3121msgid "Refusing to lose dirty file at %s"3122msgstr "s'està refusant a perdre el fitxer brut a %s"31233124#: merge-recursive.c:16023125#, c-format3126msgid "%s is a directory in %s adding as %s instead"3127msgstr "%s és un directori en %s; s'està afegint com a %s en lloc d'això"31283129#: merge-recursive.c:16073130#, c-format3131msgid "Refusing to lose untracked file at %s; adding as %s instead"3132msgstr ""3133"s'està refusant perdre el fitxer no seguit a %s; en comptes, s'està afegint "3134"com a %s"31353136#: merge-recursive.c:16333137#, c-format3138msgid ""3139"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"3140"\"->\"%s\" in \"%s\"%s"3141msgstr ""3142"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la "3143"branca \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s"31443145#: merge-recursive.c:16383146msgid " (left unresolved)"3147msgstr " (deixat sense resolució)"31483149#: merge-recursive.c:16993150#, c-format3151msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"3152msgstr ""3153"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de "3154"nom %s->%s en %s"31553156#: merge-recursive.c:17343157#, c-format3158msgid "Renaming %s to %s and %s to %s instead"3159msgstr "S'està canviant el nom de %s a %s i %s a %s en lloc d'això"31603161#: merge-recursive.c:17463162#, fuzzy, c-format3163msgid "Refusing to lose untracked file at %s, even though it's in the way."3164msgstr "s'està refusant perdre el fitxer no seguit a «%s»"31653166#: merge-recursive.c:19523167#, c-format3168msgid ""3169"CONFLICT (directory rename split): Unclear where to place %s because "3170"directory %s was renamed to multiple other directories, with no destination "3171"getting a majority of the files."3172msgstr ""31733174#: merge-recursive.c:19843175#, c-format3176msgid ""3177"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "3178"implicit directory rename(s) putting the following path(s) there: %s."3179msgstr ""31803181#: merge-recursive.c:19943182#, c-format3183msgid ""3184"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "3185"implicit directory renames tried to put these paths there: %s"3186msgstr ""31873188#: merge-recursive.c:20863189#, fuzzy, c-format3190msgid ""3191"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"3192">%s in %s"3193msgstr ""3194"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de "3195"nom %s->%s en %s"31963197#: merge-recursive.c:23313198#, c-format3199msgid ""3200"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "3201"renamed."3202msgstr ""32033204#: merge-recursive.c:27373205#, c-format3206msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"3207msgstr ""3208"CONFLICTE (canvi de nom/afegiment): Canvi de nom %s->%s en %s. %s afegit en "3209"%s"32103211#: merge-recursive.c:27633212#, c-format3213msgid "Adding merged %s"3214msgstr "S'està afegint %s fusionat"32153216#: merge-recursive.c:2770 merge-recursive.c:31273217#, c-format3218msgid "Adding as %s instead"3219msgstr "S'està afegint com a %s en lloc d'això"32203221#: merge-recursive.c:29343222#, c-format3223msgid "cannot read object %s"3224msgstr "no es pot llegir l'objecte %s"32253226#: merge-recursive.c:29373227#, c-format3228msgid "object %s is not a blob"3229msgstr "l'objecte %s no és un blob"32303231#: merge-recursive.c:30063232msgid "modify"3233msgstr "modificació"32343235#: merge-recursive.c:30063236msgid "modified"3237msgstr "modificat"32383239#: merge-recursive.c:30173240msgid "content"3241msgstr "contingut"32423243#: merge-recursive.c:30243244msgid "add/add"3245msgstr "afegiment/afegiment"32463247#: merge-recursive.c:30713248#, c-format3249msgid "Skipped %s (merged same as existing)"3250msgstr "S'ha omès %s (el fusionat és igual a l'existent)"32513252#: merge-recursive.c:3093 git-submodule.sh:8583253msgid "submodule"3254msgstr "submòdul"32553256#: merge-recursive.c:30943257#, c-format3258msgid "CONFLICT (%s): Merge conflict in %s"3259msgstr "CONFLICTE (%s): Conflicte de fusió en %s"32603261#: merge-recursive.c:32163262#, c-format3263msgid "Removing %s"3264msgstr "S'està eliminant %s"32653266#: merge-recursive.c:32423267msgid "file/directory"3268msgstr "fitxer/directori"32693270#: merge-recursive.c:32483271msgid "directory/file"3272msgstr "directori/fitxer"32733274#: merge-recursive.c:32553275#, c-format3276msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"3277msgstr ""3278"CONFLICTE (%s): Hi ha un directori amb nom %s en %s. S'està afegint %s com a "3279"%s"32803281#: merge-recursive.c:32643282#, c-format3283msgid "Adding %s"3284msgstr "S'està afegint %s"32853286#: merge-recursive.c:33003287#, c-format3288msgid ""3289"Your local changes to the following files would be overwritten by merge:\n"3290" %s"3291msgstr ""3292"Els canvis locals als fitxers següents se sobreescriuran per la fusió:\n"3293" %s"32943295#: merge-recursive.c:33113296msgid "Already up to date!"3297msgstr "Ja està al dia!"32983299#: merge-recursive.c:33203300#, c-format3301msgid "merging of trees %s and %s failed"3302msgstr "la fusió dels arbres %s i %s ha fallat"33033304#: merge-recursive.c:34193305msgid "Merging:"3306msgstr "S'està fusionant:"33073308#: merge-recursive.c:34323309#, c-format3310msgid "found %u common ancestor:"3311msgid_plural "found %u common ancestors:"3312msgstr[0] "s'ha trobat %u avantpassat en comú:"3313msgstr[1] "s'han trobat %u avantpassats en comú:"33143315#: merge-recursive.c:34713316msgid "merge returned no commit"3317msgstr "la fusió no ha retornat cap comissió"33183319#: merge-recursive.c:35373320#, c-format3321msgid "Could not parse object '%s'"3322msgstr "No s'ha pogut analitzar l'objecte «%s»"33233324#: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:8493325msgid "Unable to write index."3326msgstr "No s'ha pogut escriure l'índex."33273328#: midx.c:653329#, c-format3330msgid "multi-pack-index file %s is too small"3331msgstr ""33323333#: midx.c:813334#, c-format3335msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"3336msgstr ""33373338#: midx.c:863339#, c-format3340msgid "multi-pack-index version %d not recognized"3341msgstr ""33423343#: midx.c:913344#, fuzzy, c-format3345msgid "hash version %u does not match"3346msgstr "el camí «%s» no té la seva versió"33473348#: midx.c:1053349msgid "invalid chunk offset (too large)"3350msgstr ""33513352#: midx.c:1293353msgid "terminating multi-pack-index chunk id appears earlier than expected"3354msgstr ""33553356#: midx.c:1423357msgid "multi-pack-index missing required pack-name chunk"3358msgstr ""33593360#: midx.c:1443361msgid "multi-pack-index missing required OID fanout chunk"3362msgstr ""33633364#: midx.c:1463365msgid "multi-pack-index missing required OID lookup chunk"3366msgstr ""33673368#: midx.c:1483369msgid "multi-pack-index missing required object offsets chunk"3370msgstr ""33713372#: midx.c:1623373#, c-format3374msgid "multi-pack-index pack names out of order: '%s' before '%s'"3375msgstr ""33763377#: midx.c:2053378#, c-format3379msgid "bad pack-int-id: %u (%u total packs"3380msgstr ""33813382#: midx.c:2463383msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"3384msgstr ""33853386#: midx.c:2713387msgid "error preparing packfile from multi-pack-index"3388msgstr ""33893390#: midx.c:4073391#, fuzzy, c-format3392msgid "failed to add packfile '%s'"3393msgstr "s'ha produït un error en llegir el fitxer d'ordres «%s»"33943395#: midx.c:4133396#, fuzzy, c-format3397msgid "failed to open pack-index '%s'"3398msgstr "s'ha produït un error en obrir «%s»"33993400#: midx.c:5073401#, fuzzy, c-format3402msgid "failed to locate object %d in packfile"3403msgstr "s'ha produït un error en llegir l'objecte «%s»."34043405#: midx.c:9433406#, fuzzy, c-format3407msgid "failed to clear multi-pack-index at %s"3408msgstr "s'ha produït un error en netejar l'índex"34093410#: midx.c:9813411#, c-format3412msgid ""3413"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"3414msgstr ""34153416#: midx.c:9923417#, c-format3418msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"3419msgstr ""34203421#: midx.c:9963422#, fuzzy3423msgid "Verifying object offsets"3424msgstr "S'estan escrivint els objectes"34253426#: midx.c:10043427#, fuzzy, c-format3428msgid "failed to load pack entry for oid[%d] = %s"3429msgstr "no s'ha pogut afegir una entrada de cau per a %s"34303431#: midx.c:10103432#, fuzzy, c-format3433msgid "failed to load pack-index for packfile %s"3434msgstr "s'ha produït un error en llegir el fitxer d'ordres «%s»"34353436#: midx.c:10193437#, c-format3438msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"3439msgstr ""34403441#: name-hash.c:5323442#, fuzzy, c-format3443msgid "unable to create lazy_dir thread: %s"3444msgstr "no s'ha pogut crear fil: %s"34453446#: name-hash.c:5543447#, fuzzy, c-format3448msgid "unable to create lazy_name thread: %s"3449msgstr "no s'ha pogut crear fil: %s"34503451#: name-hash.c:5603452#, fuzzy, c-format3453msgid "unable to join lazy_name thread: %s"3454msgstr "no s'ha pogut crear fil: %s"34553456#: notes-merge.c:2753457#, c-format3458msgid ""3459"You have not concluded your previous notes merge (%s exists).\n"3460"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "3461"commit/abort the previous merge before you start a new notes merge."3462msgstr ""3463"No heu acabat la vostra fusió de notes prèvia (%s existeix).\n"3464"Useu «git notes merge --commit» o «git notes merge --abort» per a cometre/"3465"avortar la fusió prèvia abans de començar una fusió de notes nova."34663467#: notes-merge.c:2823468#, c-format3469msgid "You have not concluded your notes merge (%s exists)."3470msgstr "No heu conclòs la vostra fusió de notes (%s existeix)."34713472#: notes-utils.c:453473msgid "Cannot commit uninitialized/unreferenced notes tree"3474msgstr "No es pot cometre un arbre de notes no inicialitzat / no referenciat"34753476#: notes-utils.c:1043477#, c-format3478msgid "Bad notes.rewriteMode value: '%s'"3479msgstr "Valor de notes.rewriteMode erroni: «%s»"34803481#: notes-utils.c:1143482#, c-format3483msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3484msgstr "S'està refusant reescriure les notes en %s (fora de refs/notes/)"34853486#. TRANSLATORS: The first %s is the name of3487#. the environment variable, the second %s is3488#. its value.3489#.3490#: notes-utils.c:1443491#, c-format3492msgid "Bad %s value: '%s'"3493msgstr "Valor erroni de %s: «%s»"34943495#: object.c:543496#, c-format3497msgid "invalid object type \"%s\""3498msgstr "tipus d'objecte «%s» no vàlid"34993500#: object.c:1733501#, c-format3502msgid "object %s is a %s, not a %s"3503msgstr "l'objecte %s és %s, no pas %s"35043505#: object.c:2333506#, c-format3507msgid "object %s has unknown type id %d"3508msgstr "l'objecte %s té un identificador de tipus %d desconegut"35093510#: object.c:2463511#, c-format3512msgid "unable to parse object: %s"3513msgstr "no s'ha pogut analitzar l'objecte: %s"35143515#: object.c:266 object.c:2773516#, c-format3517msgid "sha1 mismatch %s"3518msgstr ""35193520#: packfile.c:6073521msgid "offset before end of packfile (broken .idx?)"3522msgstr "desplaçament abans de la fi del fitxer de paquet (.idx trencat?)"35233524#: packfile.c:18643525#, c-format3526msgid "offset before start of pack index for %s (corrupt index?)"3527msgstr ""3528"desplaçament abans d'inici d'índex de paquet per a %s (índex corromput?)"35293530#: packfile.c:18683531#, c-format3532msgid "offset beyond end of pack index for %s (truncated index?)"3533msgstr ""3534"desplaçament més enllà de la fi d'índex de paquet per a %s (índex truncat?)"35353536#: parse-options.c:6723537msgid "..."3538msgstr "..."35393540#: parse-options.c:6913541#, c-format3542msgid "usage: %s"3543msgstr "ús: %s"35443545#. TRANSLATORS: the colon here should align with the3546#. one in "usage: %s" translation.3547#.3548#: parse-options.c:6973549#, c-format3550msgid " or: %s"3551msgstr " o: %s"35523553#: parse-options.c:7003554#, c-format3555msgid " %s"3556msgstr " %s"35573558#: parse-options.c:7393559msgid "-NUM"3560msgstr "-NUM"35613562#: parse-options-cb.c:373563#, c-format3564msgid "malformed expiration date '%s'"3565msgstr "data de venciment «%s» mal formada"35663567#: parse-options-cb.c:1093568#, c-format3569msgid "malformed object name '%s'"3570msgstr "nom d'objecte «%s» mal format"35713572#: path.c:8943573#, c-format3574msgid "Could not make %s writable by group"3575msgstr "No s'ha pogut fer %s escrivible pel grup"35763577#: pathspec.c:1293578msgid "Escape character '\\' not allowed as last character in attr value"3579msgstr ""3580"El caràcter d'escapament '\\' no està permès com a últim caràcter en un "3581"valor d'un atribut"35823583#: pathspec.c:1473584msgid "Only one 'attr:' specification is allowed."3585msgstr "Només es permet una especificació 'attr:'."35863587#: pathspec.c:1503588msgid "attr spec must not be empty"3589msgstr "una especificació d'atribut no pot estar buida"35903591#: pathspec.c:1933592#, c-format3593msgid "invalid attribute name %s"3594msgstr "nom d'atribut no vàlid %s"35953596#: pathspec.c:2583597msgid "global 'glob' and 'noglob' pathspec settings are incompatible"3598msgstr ""3599"els paràmetres d'especificació de camí 'glob' i 'noglob' globals són "3600"incompatibles"36013602#: pathspec.c:2653603msgid ""3604"global 'literal' pathspec setting is incompatible with all other global "3605"pathspec settings"3606msgstr ""3607"el paràmetre d'especificació de camí 'literal' global és incompatible amb "3608"tots els altres paràmetres d'especificació de camí globals"36093610#: pathspec.c:3053611msgid "invalid parameter for pathspec magic 'prefix'"3612msgstr "paràmetre no vàlid per a la màgia d'especificació de camí 'prefix'"36133614#: pathspec.c:3263615#, c-format3616msgid "Invalid pathspec magic '%.*s' in '%s'"3617msgstr "Màgia d'especificació de camí no vàlida '%.*s' en «%s»"36183619#: pathspec.c:3313620#, c-format3621msgid "Missing ')' at the end of pathspec magic in '%s'"3622msgstr "')' mancant al final de la màgia d'especificació de camí en «%s»"36233624#: pathspec.c:3693625#, c-format3626msgid "Unimplemented pathspec magic '%c' in '%s'"3627msgstr "Màgia d'especificació de camí no implementada '%c' en «%s»"36283629#: pathspec.c:4283630#, c-format3631msgid "%s: 'literal' and 'glob' are incompatible"3632msgstr "%s: 'literal' i 'glob' són incompatibles"36333634#: pathspec.c:4413635#, c-format3636msgid "%s: '%s' is outside repository"3637msgstr "%s: «%s» és fora del dipòsit"36383639#: pathspec.c:5153640#, c-format3641msgid "'%s' (mnemonic: '%c')"3642msgstr "«%s» (mnemònic: '%c')"36433644#: pathspec.c:5253645#, c-format3646msgid "%s: pathspec magic not supported by this command: %s"3647msgstr ""3648"%s: aquesta ordre no està admesa amb la màgia d'especificació de camí: %s"36493650#: pathspec.c:5923651#, c-format3652msgid "pathspec '%s' is beyond a symbolic link"3653msgstr "l'especificació de camí «%s» és més enllà d'un enllaç simbòlic"36543655#: pkt-line.c:1043656#, fuzzy3657msgid "flush packet write failed"3658msgstr "no s'ha pogut escriure el fitxer d'etiqueta"36593660#: pkt-line.c:142 pkt-line.c:2283661msgid "protocol error: impossibly long line"3662msgstr ""36633664#: pkt-line.c:158 pkt-line.c:1603665#, fuzzy3666msgid "packet write with format failed"3667msgstr "no s'ha pogut escriure el fitxer d'etiqueta"36683669#: pkt-line.c:1923670msgid "packet write failed - data exceeds max packet size"3671msgstr ""36723673#: pkt-line.c:199 pkt-line.c:2063674#, fuzzy3675msgid "packet write failed"3676msgstr "no s'ha pogut escriure el fitxer d'etiqueta"36773678#: pkt-line.c:2913679#, fuzzy3680msgid "read error"3681msgstr "error de lectura d'entrada"36823683#: pkt-line.c:2993684#, fuzzy3685msgid "the remote end hung up unexpectedly"3686msgstr "El costat remot ha penjat en el moment de contacte inicial"36873688#: pkt-line.c:3273689#, fuzzy, c-format3690msgid "protocol error: bad line length character: %.4s"3691msgstr "error de protocol: capçalera de paquet errònia"36923693#: pkt-line.c:337 pkt-line.c:3423694#, fuzzy, c-format3695msgid "protocol error: bad line length %d"3696msgstr "error de protocol: capçalera de paquet errònia"36973698#: preload-index.c:1183699#, fuzzy3700msgid "Refreshing index"3701msgstr "no s'ha pogut actualitzar l'índex"37023703#: preload-index.c:1373704#, fuzzy, c-format3705msgid "unable to create threaded lstat: %s"3706msgstr "no s'ha pogut crear fil: %s"37073708#: pretty.c:9623709msgid "unable to parse --pretty format"3710msgstr "no s'ha pogut analitzar el format --pretty"37113712#: range-diff.c:563713msgid "could not start `log`"3714msgstr "no s'ha pogut iniciar «log»"37153716#: range-diff.c:593717msgid "could not read `log` output"3718msgstr "no s'ha pogut llegir la sortida de «log»"37193720#: range-diff.c:74 sequencer.c:47643721#, c-format3722msgid "could not parse commit '%s'"3723msgstr "no s'ha pogut analitzar la comissió «%s»"37243725#: range-diff.c:2243726msgid "failed to generate diff"3727msgstr "s'ha produït un error en generar el diff"37283729#: range-diff.c:455 range-diff.c:4573730#, c-format3731msgid "could not parse log for '%s'"3732msgstr "no s'ha pogut llegir el fitxer de registre per «%s»"37333734#: read-cache.c:14903735msgid "Refresh index"3736msgstr "Actualitza l'índex"37373738#: read-cache.c:16043739#, c-format3740msgid ""3741"index.version set, but the value is invalid.\n"3742"Using version %i"3743msgstr ""3744"index.version està establerta, però el valor no és vàlid.\n"3745"S'està usant la versió %i"37463747#: read-cache.c:16143748#, c-format3749msgid ""3750"GIT_INDEX_VERSION set, but the value is invalid.\n"3751"Using version %i"3752msgstr ""3753"GIT_INDEX_VERSION està establerta, però el valor no és vàlid.\n"3754"S'està usant la versió %i"37553756#: read-cache.c:17923757#, c-format3758msgid "malformed name field in the index, near path '%s'"3759msgstr ""37603761#: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:4583762#: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:5853763#: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:3433764#: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:1443765#: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:3293766msgid "index file corrupt"3767msgstr "fitxer d'índex malmès"37683769#: read-cache.c:21013770#, fuzzy, c-format3771msgid "unable to create load_cache_entries thread: %s"3772msgstr "no s'ha pogut crear fil: %s"37733774#: read-cache.c:21143775#, fuzzy, c-format3776msgid "unable to join load_cache_entries thread: %s"3777msgstr "no s'ha pogut crear fil: %s"37783779#: read-cache.c:22003780#, fuzzy, c-format3781msgid "unable to create load_index_extensions thread: %s"3782msgstr "no s'ha pogut crear fil: %s"37833784#: read-cache.c:22273785#, fuzzy, c-format3786msgid "unable to join load_index_extensions thread: %s"3787msgstr "no s'ha pogut crear fil: %s"37883789#: read-cache.c:2953 sequencer.c:4727 wrapper.c:658 builtin/merge.c:10863790#, c-format3791msgid "could not close '%s'"3792msgstr "no s'ha pogut tancar «%s»"37933794#: read-cache.c:3026 sequencer.c:2203 sequencer.c:35923795#, c-format3796msgid "could not stat '%s'"3797msgstr "no s'ha pogut fer stat a «%s»"37983799#: read-cache.c:30393800#, c-format3801msgid "unable to open git dir: %s"3802msgstr "no s'ha pogut obrir el directori git: %s"38033804#: read-cache.c:30513805#, c-format3806msgid "unable to unlink: %s"3807msgstr "no s'ha pogut desenllaçar: %s"38083809#: rebase-interactive.c:103810#, fuzzy3811msgid ""3812"\n"3813"Commands:\n"3814"p, pick <commit> = use commit\n"3815"r, reword <commit> = use commit, but edit the commit message\n"3816"e, edit <commit> = use commit, but stop for amending\n"3817"s, squash <commit> = use commit, but meld into previous commit\n"3818"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"3819"x, exec <command> = run command (the rest of the line) using shell\n"3820"b, break = stop here (continue rebase later with 'git rebase --continue')\n"3821"d, drop <commit> = remove commit\n"3822"l, label <label> = label current HEAD with a name\n"3823"t, reset <label> = reset HEAD to a label\n"3824"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"3825". create a merge commit using the original merge commit's\n"3826". message (or the oneline, if no original merge commit was\n"3827". specified). Use -c <commit> to reword the commit message.\n"3828"\n"3829"These lines can be re-ordered; they are executed from top to bottom.\n"3830msgstr ""3831"\n"3832"Ordres:\n"3833" p, pick = usa la comissió\n"3834" r, reword = usa la comissió, però edita el missatge de comissió\n"3835" e, edit = usa la comissió, però atura't per a esmenar\n"3836" s, squash = usa la comissió, però fusiona'l a la comissió prèvia\n"3837" f, fixup = com \"squash\", però descarta el missatge de registre d'aquesta "3838"comissió\n"3839" x, exec = executa l'ordre (la resta de la línia) usant l'intèrpret "3840"d'ordres\n"3841" d, drop = elimina la comissió\n"3842"\n"3843"Es pot canviar l'ordre d'aquestes línies; s'executen de dalt a baix.\n"38443845#: rebase-interactive.c:31 git-rebase--preserve-merges.sh:1733846msgid ""3847"\n"3848"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"3849msgstr ""3850"\n"3851"No elimineu cap línia. Useu 'drop' explícitament per a eliminar una "3852"comissió.\n"38533854#: rebase-interactive.c:34 git-rebase--preserve-merges.sh:1773855msgid ""3856"\n"3857"If you remove a line here THAT COMMIT WILL BE LOST.\n"3858msgstr ""3859"\n"3860"Si elimineu una línia aquí, ES PERDRÀ AQUELLA COMISSIÓ.\n"38613862#: rebase-interactive.c:40 git-rebase--preserve-merges.sh:8163863msgid ""3864"\n"3865"You are editing the todo file of an ongoing interactive rebase.\n"3866"To continue rebase after editing, run:\n"3867" git rebase --continue\n"3868"\n"3869msgstr ""3870"\n"3871"Esteu editant el fitxer de coses a fer d'un «rebase» interactiu en marxa.\n"3872"Per a continuar el «rebase» després d'editar, executeu:\n"3873" git rebase --continue\n"3874"\n"38753876#: rebase-interactive.c:45 git-rebase--preserve-merges.sh:8933877msgid ""3878"\n"3879"However, if you remove everything, the rebase will be aborted.\n"3880"\n"3881msgstr ""3882"\n"3883"No obstant, si elimineu tot, s'avortarà el «rebase».\n"3884"\n"38853886#: rebase-interactive.c:51 git-rebase--preserve-merges.sh:9003887msgid "Note that empty commits are commented out"3888msgstr "Nota que les comissions buides estan comentades"38893890#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:21863891#: sequencer.c:4505 sequencer.c:4561 sequencer.c:48363892#, c-format3893msgid "could not read '%s'."3894msgstr "no s'ha pogut llegir «%s»."38953896#: refs.c:1923897#, fuzzy, c-format3898msgid "%s does not point to a valid object!"3899msgstr "«%s» no assenyala una comissió"39003901#: refs.c:5833902#, fuzzy, c-format3903msgid "ignoring dangling symref %s"3904msgstr "s'està ignorant la referència trencada %s"39053906#: refs.c:585 ref-filter.c:19513907#, c-format3908msgid "ignoring broken ref %s"3909msgstr "s'està ignorant la referència trencada %s"39103911#: refs.c:7113912#, c-format3913msgid "could not open '%s' for writing: %s"3914msgstr "no s'ha pogut obrir «%s» per a escriptura: %s"39153916#: refs.c:721 refs.c:7723917#, c-format3918msgid "could not read ref '%s'"3919msgstr "no s'ha pogut llegir la referència %s"39203921#: refs.c:7273922#, c-format3923msgid "ref '%s' already exists"3924msgstr "la referència «%s» ja existeix"39253926#: refs.c:7323927#, c-format3928msgid "unexpected object ID when writing '%s'"3929msgstr "ID d'objecte no esperat en escriure «%s»"39303931#: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:26363932#: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:47883933#: wrapper.c:6563934#, c-format3935msgid "could not write to '%s'"3936msgstr "no s'ha pogut escriure a «%s»"39373938#: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:3953939#: builtin/am.c:7283940#, c-format3941msgid "could not open '%s' for writing"3942msgstr "no s'ha pogut obrir «%s» per a escriptura"39433944#: refs.c:7743945#, c-format3946msgid "unexpected object ID when deleting '%s'"3947msgstr "ID d'objecte no esperat en suprimir «%s»"39483949#: refs.c:9053950#, c-format3951msgid "log for ref %s has gap after %s"3952msgstr ""39533954#: refs.c:9113955#, c-format3956msgid "log for ref %s unexpectedly ended on %s"3957msgstr ""39583959#: refs.c:9693960#, c-format3961msgid "log for %s is empty"3962msgstr ""39633964#: refs.c:10613965#, c-format3966msgid "refusing to update ref with bad name '%s'"3967msgstr "s'està refusant la referència amb nom malmès %s"39683969#: refs.c:11373970#, fuzzy, c-format3971msgid "update_ref failed for ref '%s': %s"3972msgstr "s'ha produït un error en obrir «%s»: %s"39733974#: refs.c:19113975#, fuzzy, c-format3976msgid "multiple updates for ref '%s' not allowed"3977msgstr "nom d'identitat buit (per <%s>) no és permès"39783979#: refs.c:19433980msgid "ref updates forbidden inside quarantine environment"3981msgstr "no està permès actualitzar les referències en un entorn de quarantena"39823983#: refs.c:2039 refs.c:20693984#, fuzzy, c-format3985msgid "'%s' exists; cannot create '%s'"3986msgstr "no es pot crear «%s»"39873988#: refs.c:2045 refs.c:20803989#, fuzzy, c-format3990msgid "cannot process '%s' and '%s' at the same time"3991msgstr ""3992"No es poden actualitzar els camins i canviar a la branca «%s» a la vegada."39933994#: refs/files-backend.c:12273995#, c-format3996msgid "could not remove reference %s"3997msgstr "no s'ha pogut eliminar la referència %s"39983999#: refs/files-backend.c:1241 refs/packed-backend.c:15324000#: refs/packed-backend.c:15424001#, c-format4002msgid "could not delete reference %s: %s"4003msgstr "no s'ha pogut suprimir la referència %s: %s"40044005#: refs/files-backend.c:1244 refs/packed-backend.c:15454006#, c-format4007msgid "could not delete references: %s"4008msgstr "no s'han pogut suprimir les referències: %s"40094010#: refspec.c:1374011#, fuzzy, c-format4012msgid "invalid refspec '%s'"4013msgstr "fitxer no vàlid: «%s»"40144015#: ref-filter.c:39 wt-status.c:18554016msgid "gone"4017msgstr "no hi és"40184019#: ref-filter.c:404020#, c-format4021msgid "ahead %d"4022msgstr "davant per %d"40234024#: ref-filter.c:414025#, c-format4026msgid "behind %d"4027msgstr "darrere per %d"40284029#: ref-filter.c:424030#, c-format4031msgid "ahead %d, behind %d"4032msgstr "davant per %d, darrere per %d"40334034#: ref-filter.c:1384035#, c-format4036msgid "expected format: %%(color:<color>)"4037msgstr "format esperat: %%(color:<color>)"40384039#: ref-filter.c:1404040#, c-format4041msgid "unrecognized color: %%(color:%s)"4042msgstr "color no reconegut: %%(color:%s)"40434044#: ref-filter.c:1624045#, c-format4046msgid "Integer value expected refname:lstrip=%s"4047msgstr "valor enter esperat pel nom de referència:lstrip=%s"40484049#: ref-filter.c:1664050#, c-format4051msgid "Integer value expected refname:rstrip=%s"4052msgstr "valor enter esperat pel nom de referència:rstrip=%s"40534054#: ref-filter.c:1684055#, c-format4056msgid "unrecognized %%(%s) argument: %s"4057msgstr "paràmetre %%(%s) desconegut: %s"40584059#: ref-filter.c:2234060#, c-format4061msgid "%%(objecttype) does not take arguments"4062msgstr "%%(subject) no accepta paràmetres"40634064#: ref-filter.c:2354065#, c-format4066msgid "%%(objectsize) does not take arguments"4067msgstr "%%(objectsize) no accepta paràmetres"40684069#: ref-filter.c:2474070#, c-format4071msgid "%%(body) does not take arguments"4072msgstr "%%(body) no accepta paràmetres"40734074#: ref-filter.c:2564075#, c-format4076msgid "%%(subject) does not take arguments"4077msgstr "%%(subject) no accepta paràmetres"40784079#: ref-filter.c:2784080#, c-format4081msgid "unknown %%(trailers) argument: %s"4082msgstr "paràmetre %%(trailers) desconegut: %s"40834084#: ref-filter.c:3074085#, c-format4086msgid "positive value expected contents:lines=%s"4087msgstr "valor positiu esperat conté:lines=%s"40884089#: ref-filter.c:3094090#, c-format4091msgid "unrecognized %%(contents) argument: %s"4092msgstr "paràmetre %%(contents) no reconegut: %s"40934094#: ref-filter.c:3244095#, c-format4096msgid "positive value expected objectname:short=%s"4097msgstr "valor positiu esperat nom d'objecte:curt=%s"40984099#: ref-filter.c:3284100#, c-format4101msgid "unrecognized %%(objectname) argument: %s"4102msgstr "paràmetre %%(objectname) no reconegut: %s"41034104#: ref-filter.c:3584105#, c-format4106msgid "expected format: %%(align:<width>,<position>)"4107msgstr "format esperat: %%(align:<amplada>,<posició>)"41084109#: ref-filter.c:3704110#, c-format4111msgid "unrecognized position:%s"4112msgstr "posició no reconeguda:%s"41134114#: ref-filter.c:3774115#, c-format4116msgid "unrecognized width:%s"4117msgstr "amplada no reconeguda:%s"41184119#: ref-filter.c:3864120#, c-format4121msgid "unrecognized %%(align) argument: %s"4122msgstr "paràmetre %%(align) no reconegut: %s"41234124#: ref-filter.c:3944125#, c-format4126msgid "positive width expected with the %%(align) atom"4127msgstr "amplada positiva esperada amb l'àtom %%(align)"41284129#: ref-filter.c:4124130#, c-format4131msgid "unrecognized %%(if) argument: %s"4132msgstr "paràmetre %%(if) no reconegut: %s"41334134#: ref-filter.c:5084135#, c-format4136msgid "malformed field name: %.*s"4137msgstr "nom de camp mal format: %.*s"41384139#: ref-filter.c:5354140#, c-format4141msgid "unknown field name: %.*s"4142msgstr "nom de camp desconegut: %.*s"41434144#: ref-filter.c:5394145#, c-format4146msgid ""4147"not a git repository, but the field '%.*s' requires access to object data"4148msgstr ""41494150#: ref-filter.c:6634151#, c-format4152msgid "format: %%(if) atom used without a %%(then) atom"4153msgstr "format: s'ha usat l'àtom %%(if) sense un àtom %%(then)"41544155#: ref-filter.c:7264156#, c-format4157msgid "format: %%(then) atom used without an %%(if) atom"4158msgstr "format: s'ha usat l'àtom %%(then) sense un àtom %%(if)"41594160#: ref-filter.c:7284161#, c-format4162msgid "format: %%(then) atom used more than once"4163msgstr "format: s'ha usat l'àtom %%(then) més d'un cop"41644165#: ref-filter.c:7304166#, c-format4167msgid "format: %%(then) atom used after %%(else)"4168msgstr "format: s'ha usat l'àtom %%(then) després de %%(else)"41694170#: ref-filter.c:7584171#, c-format4172msgid "format: %%(else) atom used without an %%(if) atom"4173msgstr "format: s'ha usat l'àtom %%(else) sense un àtom %%(if)"41744175#: ref-filter.c:7604176#, c-format4177msgid "format: %%(else) atom used without a %%(then) atom"4178msgstr "format: s'ha usat l'àtom %%(else) sense un àtom %%(then)"41794180#: ref-filter.c:7624181#, c-format4182msgid "format: %%(else) atom used more than once"4183msgstr "format: s'ha usat l'àtom %%(else) més d'un cop"41844185#: ref-filter.c:7774186#, c-format4187msgid "format: %%(end) atom used without corresponding atom"4188msgstr "format: s'ha usat l'àtom %%(end) sense l'àtom corresponent"41894190#: ref-filter.c:8344191#, c-format4192msgid "malformed format string %s"4193msgstr "cadena de format mal format %s"41944195#: ref-filter.c:14244196#, c-format4197msgid "(no branch, rebasing %s)"4198msgstr "(cap branca, s'està fent «rebase» %s)"41994200#: ref-filter.c:14274201#, c-format4202msgid "(no branch, rebasing detached HEAD %s)"4203msgstr "(cap branca, s'està fent «rebase» d'un «HEAD» %s no adjuntat)"42044205#: ref-filter.c:14304206#, c-format4207msgid "(no branch, bisect started on %s)"4208msgstr "(cap branca, bisecció començada en %s)"42094210#. TRANSLATORS: make sure this matches "HEAD4211#. detached at " in wt-status.c4212#.4213#: ref-filter.c:14384214#, c-format4215msgid "(HEAD detached at %s)"4216msgstr "(HEAD separat a %s)"42174218#. TRANSLATORS: make sure this matches "HEAD4219#. detached from " in wt-status.c4220#.4221#: ref-filter.c:14454222#, c-format4223msgid "(HEAD detached from %s)"4224msgstr "(HEAD separat de %s)"42254226#: ref-filter.c:14494227msgid "(no branch)"4228msgstr "(cap branca)"42294230#: ref-filter.c:1483 ref-filter.c:16384231#, c-format4232msgid "missing object %s for %s"4233msgstr "manca l'objecte %s per a %s"42344235#: ref-filter.c:14914236#, c-format4237msgid "parse_object_buffer failed on %s for %s"4238msgstr "parse_object_buffer ha fallat en %s per a %s"42394240#: ref-filter.c:18574241#, c-format4242msgid "malformed object at '%s'"4243msgstr "objecte mal format a «%s»"42444245#: ref-filter.c:19464246#, c-format4247msgid "ignoring ref with broken name %s"4248msgstr "s'està ignorant la referència amb nom malmès %s"42494250#: ref-filter.c:22324251#, c-format4252msgid "format: %%(end) atom missing"4253msgstr "format: manca l'àtom %%(end)"42544255#: ref-filter.c:23384256#, c-format4257msgid "malformed object name %s"4258msgstr "nom d'objecte %s mal format"42594260#: remote.c:6074261#, c-format4262msgid "Cannot fetch both %s and %s to %s"4263msgstr "No es poden obtenir ambdós %s i %s a %s"42644265#: remote.c:6114266#, c-format4267msgid "%s usually tracks %s, not %s"4268msgstr "%s generalment segueix %s, no %s"42694270#: remote.c:6154271#, c-format4272msgid "%s tracks both %s and %s"4273msgstr "%s segueix ambdós %s i %s"42744275#: remote.c:6234276msgid "Internal error"4277msgstr "Error intern"42784279#: remote.c:1569 remote.c:16704280msgid "HEAD does not point to a branch"4281msgstr "HEAD no assenyala cap branca"42824283#: remote.c:15784284#, c-format4285msgid "no such branch: '%s'"4286msgstr "no hi ha tal branca: «%s»"42874288#: remote.c:15814289#, c-format4290msgid "no upstream configured for branch '%s'"4291msgstr "cap font configurada per a la branca «%s»"42924293#: remote.c:15874294#, c-format4295msgid "upstream branch '%s' not stored as a remote-tracking branch"4296msgstr "la branca font «%s» no s'emmagatzema com a branca amb seguiment remot"42974298#: remote.c:16024299#, c-format4300msgid "push destination '%s' on remote '%s' has no local tracking branch"4301msgstr ""4302"el destí de pujada «%s» en el remot «%s» no té cap branca amb seguiment remot"43034304#: remote.c:16144305#, c-format4306msgid "branch '%s' has no remote for pushing"4307msgstr "la branca «%s» no té cap remot al qual pujar"43084309#: remote.c:16244310#, c-format4311msgid "push refspecs for '%s' do not include '%s'"4312msgstr "les especificacions de referència de «%s» no inclouen «%s»"43134314#: remote.c:16374315msgid "push has no destination (push.default is 'nothing')"4316msgstr "push no té destí (push.default és 'nothing')"43174318#: remote.c:16594319msgid "cannot resolve 'simple' push to a single destination"4320msgstr "no es pot resoldre una pujada 'simple' a un sol destí"43214322#: remote.c:19354323#, c-format4324msgid "Your branch is based on '%s', but the upstream is gone.\n"4325msgstr "La vostra branca està basada en «%s», però la font no hi és.\n"43264327#: remote.c:19394328msgid " (use \"git branch --unset-upstream\" to fixup)\n"4329msgstr " (useu \"git branch --unset-upstream\" per a arreglar)\n"43304331#: remote.c:19424332#, c-format4333msgid "Your branch is up to date with '%s'.\n"4334msgstr "La vostra branca està al dia amb «%s».\n"43354336#: remote.c:19464337#, c-format4338msgid "Your branch and '%s' refer to different commits.\n"4339msgstr "La vostra branca i «%s» es refereixen a diferents comissions.\n"43404341#: remote.c:19494342#, c-format4343msgid " (use \"%s\" for details)\n"4344msgstr ""43454346#: remote.c:19534347#, c-format4348msgid "Your branch is ahead of '%s' by %d commit.\n"4349msgid_plural "Your branch is ahead of '%s' by %d commits.\n"4350msgstr[0] "La vostra branca està davant de «%s» per %d comissió.\n"4351msgstr[1] "La vostra branca està davant de «%s» per %d comissions.\n"43524353#: remote.c:19594354msgid " (use \"git push\" to publish your local commits)\n"4355msgstr " (useu \"git push\" per a publicar les vostres comissions locals)\n"43564357#: remote.c:19624358#, c-format4359msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"4360msgid_plural ""4361"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"4362msgstr[0] ""4363"La vostra branca està darrere de «%s» %d comissió, i pot avançar-se "4364"ràpidament.\n"4365msgstr[1] ""4366"La vostra branca està darrere de «%s» %d comissions, i pot avançar-se "4367"ràpidament.\n"43684369#: remote.c:19704370msgid " (use \"git pull\" to update your local branch)\n"4371msgstr " (useu \"git pull\" per a actualitzar la vostra branca local)\n"43724373#: remote.c:19734374#, c-format4375msgid ""4376"Your branch and '%s' have diverged,\n"4377"and have %d and %d different commit each, respectively.\n"4378msgid_plural ""4379"Your branch and '%s' have diverged,\n"4380"and have %d and %d different commits each, respectively.\n"4381msgstr[0] ""4382"La vostra branca i «%s» han divergit,\n"4383"i tenen %d i %d comissió distinta cada una, respectivament.\n"4384msgstr[1] ""4385"La vostra branca i «%s» han divergit,\n"4386"i tenen %d i %d comissions distintes cada una, respectivament.\n"43874388#: remote.c:19834389msgid " (use \"git pull\" to merge the remote branch into yours)\n"4390msgstr " (useu \"git pull\" per a fusionar la branca remota a la vostra)\n"43914392#: replace-object.c:214393#, fuzzy, c-format4394msgid "bad replace ref name: %s"4395msgstr "suprimeix les referències reemplaçades"43964397#: replace-object.c:304398#, fuzzy, c-format4399msgid "duplicate replace ref: %s"4400msgstr "suprimeix les referències reemplaçades"44014402#: replace-object.c:734403#, fuzzy, c-format4404msgid "replace depth too high for object %s"4405msgstr "reemplaça l'etiqueta si existeix"44064407#: rerere.c:217 rerere.c:226 rerere.c:2294408msgid "corrupt MERGE_RR"4409msgstr ""44104411#: rerere.c:264 rerere.c:2694412#, fuzzy4413msgid "unable to write rerere record"4414msgstr "no s'ha pogut escriure l'objecte de nota"44154416#: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:31624417#, fuzzy, c-format4418msgid "could not write '%s'"4419msgstr "no s'ha pogut escriure a «%s»"44204421#: rerere.c:4954422#, fuzzy, c-format4423msgid "there were errors while writing '%s' (%s)"4424msgstr "error en llegir %s"44254426#: rerere.c:4984427#, fuzzy, c-format4428msgid "failed to flush '%s'"4429msgstr "s'ha produït un error en fer stat a «%s»"44304431#: rerere.c:503 rerere.c:10394432#, fuzzy, c-format4433msgid "could not parse conflict hunks in '%s'"4434msgstr "no s'ha pogut analitzar la comissió «%s»"44354436#: rerere.c:6844437#, fuzzy, c-format4438msgid "failed utime() on '%s'"4439msgstr "s'ha produït un error en obrir «%s»"44404441#: rerere.c:6944442#, fuzzy, c-format4443msgid "writing '%s' failed"4444msgstr "la creació de «%s» ha fallat"44454446#: rerere.c:7144447#, c-format4448msgid "Staged '%s' using previous resolution."4449msgstr ""44504451#: rerere.c:7534452#, c-format4453msgid "Recorded resolution for '%s'."4454msgstr ""44554456#: rerere.c:7884457#, c-format4458msgid "Resolved '%s' using previous resolution."4459msgstr ""44604461#: rerere.c:8034462#, fuzzy, c-format4463msgid "cannot unlink stray '%s'"4464msgstr "no es pot fer symlink en «%s» «%s»"44654466#: rerere.c:8074467#, fuzzy, c-format4468msgid "Recorded preimage for '%s'"4469msgstr "no s'ha pogut llegir el fitxer de registre «%s»"44704471#: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:14134472#: builtin/submodule--helper.c:14234473#, c-format4474msgid "could not create directory '%s'"4475msgstr "no s'ha pogut crear el directori «%s»"44764477#: rerere.c:10574478#, fuzzy, c-format4479msgid "failed to update conflicted state in '%s'"4480msgstr "no s'ha pogut escriure a «%s»"44814482#: rerere.c:1068 rerere.c:10754483#, fuzzy, c-format4484msgid "no remembered resolution for '%s'"4485msgstr "No s'ha pogut afegir el resultat de fusió per a «%s»"44864487#: rerere.c:10774488#, fuzzy, c-format4489msgid "cannot unlink '%s'"4490msgstr "no es pot fer readlink en «%s»"44914492#: rerere.c:10874493#, fuzzy, c-format4494msgid "Updated preimage for '%s'"4495msgstr "suprimeix les referències reemplaçades"44964497#: rerere.c:10964498#, fuzzy, c-format4499msgid "Forgot resolution for '%s'\n"4500msgstr "no s'ha pogut llegir el fitxer de registre «%s»"45014502#: rerere.c:11994503#, fuzzy4504msgid "unable to open rr-cache directory"4505msgstr "no s'ha pogut actualitzar l'arbre cau"45064507#: revision.c:23244508msgid "your current branch appears to be broken"4509msgstr "la vostra branca actual sembla malmesa"45104511#: revision.c:23274512#, c-format4513msgid "your current branch '%s' does not have any commits yet"4514msgstr "la branca actual «%s» encara no té cap comissió"45154516#: revision.c:25234517msgid "--first-parent is incompatible with --bisect"4518msgstr "--first-parent és incompatible amb --bisect"45194520#: run-command.c:7404521msgid "open /dev/null failed"4522msgstr "s'ha produït un error en obrir /dev/null"45234524#: run-command.c:12294525#, fuzzy, c-format4526msgid "cannot create async thread: %s"4527msgstr "no s'ha pogut crear fil: %s"45284529#: run-command.c:12934530#, c-format4531msgid ""4532"The '%s' hook was ignored because it's not set as executable.\n"4533"You can disable this warning with `git config advice.ignoredHook false`."4534msgstr ""45354536#: send-pack.c:1424537msgid "unexpected flush packet while reading remote unpack status"4538msgstr ""4539"paquet de neteja no esperat quan estava llegint l'estat del desempaquetament "4540"remot"45414542#: send-pack.c:1444543#, c-format4544msgid "unable to parse remote unpack status: %s"4545msgstr "no s'ha pogut analitzar l'estat del desempaquetament remot: %s"45464547#: send-pack.c:1464548#, c-format4549msgid "remote unpack failed: %s"4550msgstr "s'ha produït un error en el desempaquetament remot: %s"45514552#: send-pack.c:3084553msgid "failed to sign the push certificate"4554msgstr "s'ha produït un error en signar el certificat de pujada"45554556#: send-pack.c:4214557msgid "the receiving end does not support --signed push"4558msgstr "el destí receptor no admet pujar --signed"45594560#: send-pack.c:4234561msgid ""4562"not sending a push certificate since the receiving end does not support --"4563"signed push"4564msgstr ""4565"no s'està enviant una certificació de pujada perquè el destí receptor no "4566"admet pujar --signed"45674568#: send-pack.c:4354569msgid "the receiving end does not support --atomic push"4570msgstr "el destí receptor no admet pujar --atomic"45714572#: send-pack.c:4404573msgid "the receiving end does not support push options"4574msgstr "el destí receptor no admet opcions de pujada"45754576#: sequencer.c:1834577#, c-format4578msgid "invalid commit message cleanup mode '%s'"4579msgstr "mode de neteja «%s» no vàlid en la comissió del missatge"45804581#: sequencer.c:2874582#, fuzzy, c-format4583msgid "could not delete '%s'"4584msgstr "No s'ha pogut suprimir %s"45854586#: sequencer.c:3134587msgid "revert"4588msgstr "revertir"45894590#: sequencer.c:3154591msgid "cherry-pick"4592msgstr "cherry-pick"45934594#: sequencer.c:3174595msgid "rebase -i"4596msgstr "rebase -i"45974598#: sequencer.c:3194599#, fuzzy, c-format4600msgid "unknown action: %d"4601msgstr "Acció desconeguda: %d"46024603#: sequencer.c:3764604msgid ""4605"after resolving the conflicts, mark the corrected paths\n"4606"with 'git add <paths>' or 'git rm <paths>'"4607msgstr ""4608"després de resoldre els conflictes, marqueu els camins\n"4609"corregits amb 'git add <camins>' o 'git rm <camins>'"46104611#: sequencer.c:3794612msgid ""4613"after resolving the conflicts, mark the corrected paths\n"4614"with 'git add <paths>' or 'git rm <paths>'\n"4615"and commit the result with 'git commit'"4616msgstr ""4617"després de resoldre els conflictes, marqueu els camins\n"4618"corregits amb 'git add <camins>' o 'git rm <camins>'\n"4619"i cometeu el resultat amb 'git commit'"46204621#: sequencer.c:392 sequencer.c:26324622#, c-format4623msgid "could not lock '%s'"4624msgstr "no s'ha pogut bloquejar «%s»"46254626#: sequencer.c:3994627#, c-format4628msgid "could not write eol to '%s'"4629msgstr "no s'ha pogut escriure el terminador de línia a «%s»"46304631#: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:26524632#: sequencer.c:28854633#, c-format4634msgid "failed to finalize '%s'"4635msgstr "s'ha produït un error en finalitzar «%s»"46364637#: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:25354638#: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:7464639#: builtin/merge.c:1084 builtin/rebase.c:1524640#, c-format4641msgid "could not read '%s'"4642msgstr "no s'ha pogut llegir «%s»"46434644#: sequencer.c:4534645#, c-format4646msgid "your local changes would be overwritten by %s."4647msgstr "els vostres canvis locals se sobreescriurien per %s."46484649#: sequencer.c:4574650msgid "commit your changes or stash them to proceed."4651msgstr "cometeu els vostres canvis o feu un «stash» per a procedir."46524653#: sequencer.c:4864654#, c-format4655msgid "%s: fast-forward"4656msgstr "%s: avanç ràpid"46574658#. TRANSLATORS: %s will be "revert", "cherry-pick" or4659#. "rebase -i".4660#.4661#: sequencer.c:5754662#, c-format4663msgid "%s: Unable to write new index file"4664msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"46654666#: sequencer.c:5914667msgid "unable to update cache tree"4668msgstr "no s'ha pogut actualitzar l'arbre cau"46694670#: sequencer.c:6044671msgid "could not resolve HEAD commit"4672msgstr "no s'ha pogut resoldre la comissió HEAD"46734674#: sequencer.c:6844675#, fuzzy, c-format4676msgid "no key present in '%.*s'"4677msgstr "no s'ha pogut analitzar «%.*s»"46784679#: sequencer.c:6954680#, fuzzy, c-format4681msgid "unable to dequote value of '%s'"4682msgstr "No s'ha pogut afegir el resultat de fusió per a «%s»"46834684#: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:7194685#: builtin/am.c:811 builtin/merge.c:10814686#, c-format4687msgid "could not open '%s' for reading"4688msgstr "no s'ha pogut obrir «%s» per a lectura"46894690#: sequencer.c:7424691msgid "'GIT_AUTHOR_NAME' already given"4692msgstr "Ja s'ha donat «GIT_AUTHOR_NAME»"46934694#: sequencer.c:7474695msgid "'GIT_AUTHOR_EMAIL' already given"4696msgstr "Ja s'ha donat «GIT_AUTHOR_EMAIL»"46974698#: sequencer.c:7524699msgid "'GIT_AUTHOR_DATE' already given"4700msgstr "Ja s'ha donat «GIT_AUTHOR_DATE»"47014702#: sequencer.c:7564703#, c-format4704msgid "unknown variable '%s'"4705msgstr "variable «%s» desconeguda"47064707#: sequencer.c:7614708msgid "missing 'GIT_AUTHOR_NAME'"4709msgstr "falta «GIT_AUTHOR_NAME»"47104711#: sequencer.c:7634712msgid "missing 'GIT_AUTHOR_EMAIL'"4713msgstr "falta «GIT_AUTHOR_EMAIL»"47144715#: sequencer.c:7654716msgid "missing 'GIT_AUTHOR_DATE'"4717msgstr "falta «GIT_AUTHOR_DATE»"47184719#: sequencer.c:8254720#, fuzzy, c-format4721msgid "invalid date format '%s' in '%s'"4722msgstr "format de data no vàlid: %s"47234724#: sequencer.c:8424725#, c-format4726msgid ""4727"you have staged changes in your working tree\n"4728"If these changes are meant to be squashed into the previous commit, run:\n"4729"\n"4730" git commit --amend %s\n"4731"\n"4732"If they are meant to go into a new commit, run:\n"4733"\n"4734" git commit %s\n"4735"\n"4736"In both cases, once you're done, continue with:\n"4737"\n"4738" git rebase --continue\n"4739msgstr ""4740"teniu canvis «staged» en el vostre arbre de treball\n"4741"Si aquests canvis estan pensats per fer «squash» a la comissió prèvia, "4742"executeu:\n"4743"\n"4744" git commit --amend %s\n"4745"\n"4746"Si són per a formar una comissió nova, executeu:\n"4747"\n"4748" git commit %s\n"4749"\n"4750"En ambdós casos, quan hàgiu terminat, continueu amb:\n"4751"\n"4752" git rebase --continue\n"47534754#: sequencer.c:9354755#, fuzzy4756msgid "writing root commit"4757msgstr "no hi ha res a cometre\n"47584759#: sequencer.c:11424760msgid "'prepare-commit-msg' hook failed"4761msgstr "el lligam «prepare-commit-msg» ha fallat"47624763#: sequencer.c:11494764msgid ""4765"Your name and email address were configured automatically based\n"4766"on your username and hostname. Please check that they are accurate.\n"4767"You can suppress this message by setting them explicitly. Run the\n"4768"following command and follow the instructions in your editor to edit\n"4769"your configuration file:\n"4770"\n"4771" git config --global --edit\n"4772"\n"4773"After doing this, you may fix the identity used for this commit with:\n"4774"\n"4775" git commit --amend --reset-author\n"4776msgstr ""4777"S'han configurat el vostre nom i adreça electrònica\n"4778"automàticament basats en el vostre nom d'usuari i nom de màquina. \n"4779"Comproveu que siguin correctes. Podeu suprimir aquest\n"4780"missatge establint-los explícitament. Executeu l'ordre següent i\n"4781"seguiu les instruccions en el vostre editor per editar el vostre\n"4782"fitxer de configuració:\n"4783"\n"4784" git config --global --edit\n"4785"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"4786"comissió amb:\n"4787"\n"4788" git commit --amend --reset-author\n"47894790#: sequencer.c:11624791msgid ""4792"Your name and email address were configured automatically based\n"4793"on your username and hostname. Please check that they are accurate.\n"4794"You can suppress this message by setting them explicitly:\n"4795"\n"4796" git config --global user.name \"Your Name\"\n"4797" git config --global user.email you@example.com\n"4798"\n"4799"After doing this, you may fix the identity used for this commit with:\n"4800"\n"4801" git commit --amend --reset-author\n"4802msgstr ""4803"S'han configurat el vostre nom i adreça electrònica\n"4804"automàticament basats en el vostre nom d'usuari i nom de màquina. \n"4805"Comproveu que siguin correctes. Podeu suprimir aquest\n"4806"missatge establint-los explícitament:\n"4807"\n"4808" git config --global user.name \"El Vostre Nom\"\n"4809" git config --global user.email tu@example.com\n"4810"\n"4811"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"4812"comissió amb:\n"4813"\n"4814" git commit --amend --reset-author\n"48154816#: sequencer.c:12024817msgid "couldn't look up newly created commit"4818msgstr "no s'ha pogut trobar la comissió novament creada"48194820#: sequencer.c:12044821msgid "could not parse newly created commit"4822msgstr "no s'ha pogut analitzar la comissió novament creada"48234824#: sequencer.c:12504825msgid "unable to resolve HEAD after creating commit"4826msgstr "no s'ha pogut resoldre HEAD després de crear la comissió"48274828#: sequencer.c:12524829msgid "detached HEAD"4830msgstr "HEAD separat"48314832#: sequencer.c:12564833msgid " (root-commit)"4834msgstr " (comissió d'arrel)"48354836#: sequencer.c:12774837msgid "could not parse HEAD"4838msgstr "no s'ha pogut analitzar HEAD"48394840#: sequencer.c:12794841#, c-format4842msgid "HEAD %s is not a commit!"4843msgstr "HEAD %s no és una comissió!"48444845#: sequencer.c:1283 builtin/commit.c:15434846msgid "could not parse HEAD commit"4847msgstr "no s'ha pogut analitzar la comissió HEAD"48484849#: sequencer.c:1334 sequencer.c:19344850msgid "unable to parse commit author"4851msgstr "no s'ha pogut analitzar l'autor de la comissió"48524853#: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:6774854msgid "git write-tree failed to write a tree"4855msgstr "git write-tree ha fallat en escriure un arbre"48564857#: sequencer.c:1361 sequencer.c:14164858#, c-format4859msgid "unable to read commit message from '%s'"4860msgstr "no s'ha pogut llegir el missatge de comissió des de «%s»"48614862#: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:8584863#: builtin/merge.c:8834864msgid "failed to write commit object"4865msgstr "s'ha produït un error en escriure l'objecte de comissió"48664867#: sequencer.c:14434868#, c-format4869msgid "could not parse commit %s"4870msgstr "no s'ha pogut analitzar la comissió %s"48714872#: sequencer.c:14484873#, c-format4874msgid "could not parse parent commit %s"4875msgstr "no s'ha pogut analitzar la comissió pare %s"48764877#: sequencer.c:1546 sequencer.c:16544878#, c-format4879msgid "unknown command: %d"4880msgstr "ordre desconeguda: %d"48814882#: sequencer.c:1601 sequencer.c:16264883#, c-format4884msgid "This is a combination of %d commits."4885msgstr "Això és una combinació de %d comissions."48864887#: sequencer.c:1611 sequencer.c:47444888msgid "need a HEAD to fixup"4889msgstr "cal un HEAD per reparar-ho"48904891#: sequencer.c:1613 sequencer.c:29124892msgid "could not read HEAD"4893msgstr "no s'ha pogut llegir HEAD"48944895#: sequencer.c:16154896msgid "could not read HEAD's commit message"4897msgstr "no s'ha pogut llegir el missatge de comissió de HEAD"48984899#: sequencer.c:16214900#, c-format4901msgid "cannot write '%s'"4902msgstr "no es pot escriure «%s»"49034904#: sequencer.c:1628 git-rebase--preserve-merges.sh:4414905msgid "This is the 1st commit message:"4906msgstr "Aquest és el 1r missatge de comissió:"49074908#: sequencer.c:16364909#, c-format4910msgid "could not read commit message of %s"4911msgstr "no s'ha pogut llegir el missatge de comissió: %s"49124913#: sequencer.c:16434914#, c-format4915msgid "This is the commit message #%d:"4916msgstr "Aquest és el missatge de comissió #%d:"49174918#: sequencer.c:16494919#, c-format4920msgid "The commit message #%d will be skipped:"4921msgstr "El missatge de comissió núm. #%d s'ometrà:"49224923#: sequencer.c:17324924msgid "your index file is unmerged."4925msgstr "el vostre fitxer d'índex està sense fusionar."49264927#: sequencer.c:17394928#, fuzzy4929msgid "cannot fixup root commit"4930msgstr "no es pot trobar la comissió %s (%s)"49314932#: sequencer.c:17584933#, c-format4934msgid "commit %s is a merge but no -m option was given."4935msgstr "la comissió %s és una fusió però no s'ha donat cap opció -m."49364937#: sequencer.c:17664938#, c-format4939msgid "commit %s does not have parent %d"4940msgstr "la comissió %s no té pare %d"49414942#: sequencer.c:17704943#, c-format4944msgid "mainline was specified but commit %s is not a merge."4945msgstr ""4946"s'ha especificat la línia principal però la comissió %s no és una fusió."49474948#: sequencer.c:17764949#, c-format4950msgid "cannot get commit message for %s"4951msgstr "no es pot obtenir el missatge de comissió de %s"49524953#. TRANSLATORS: The first %s will be a "todo" command like4954#. "revert" or "pick", the second %s a SHA1.4955#: sequencer.c:17954956#, c-format4957msgid "%s: cannot parse parent commit %s"4958msgstr "%s: no es pot analitzar la comissió pare %s"49594960#: sequencer.c:18604961#, c-format4962msgid "could not rename '%s' to '%s'"4963msgstr "no s'ha pogut canviar el nom «%s» a «%s»"49644965#: sequencer.c:19154966#, c-format4967msgid "could not revert %s... %s"4968msgstr "no s'ha pogut revertir %s... %s"49694970#: sequencer.c:19164971#, c-format4972msgid "could not apply %s... %s"4973msgstr "no s'ha pogut aplicar %s... %s"49744975#: sequencer.c:19744976#, c-format4977msgid "git %s: failed to read the index"4978msgstr "git %s: s'ha produït un error en llegir l'índex"49794980#: sequencer.c:19814981#, c-format4982msgid "git %s: failed to refresh the index"4983msgstr "git %s: s'ha produït un error en actualitzar l'índex"49844985#: sequencer.c:20624986#, c-format4987msgid "%s does not accept arguments: '%s'"4988msgstr "%s no accepta paràmetres: «%s»"49894990#: sequencer.c:20714991#, c-format4992msgid "missing arguments for %s"4993msgstr "falten els arguments per %s"49944995#: sequencer.c:21304996#, c-format4997msgid "invalid line %d: %.*s"4998msgstr "línia no vàlida %d: %.*s"49995000#: sequencer.c:21385001#, c-format5002msgid "cannot '%s' without a previous commit"5003msgstr "No es pot «%s» sense una comissió prèvia"50045005#: sequencer.c:22095006msgid "please fix this using 'git rebase --edit-todo'."5007msgstr "corregiu-ho usant «git rebase --edit-todo»."50085009#: sequencer.c:22115010#, c-format5011msgid "unusable instruction sheet: '%s'"5012msgstr "full d'instruccions inusable: «%s»"50135014#: sequencer.c:22165015msgid "no commits parsed."5016msgstr "no s'ha analitzat cap comissió."50175018#: sequencer.c:22275019msgid "cannot cherry-pick during a revert."5020msgstr "no es pot fer «cherry pick» durant una reversió."50215022#: sequencer.c:22295023msgid "cannot revert during a cherry-pick."5024msgstr "no es pot revertir durant un «cherry pick»."50255026#: sequencer.c:22995027#, c-format5028msgid "invalid value for %s: %s"5029msgstr "valor no vàlid per a %s: %s"50305031#: sequencer.c:23805032msgid "unusable squash-onto"5033msgstr ""50345035#: sequencer.c:23965036#, c-format5037msgid "malformed options sheet: '%s'"5038msgstr "full d'opcions mal format: «%s»"50395040#: sequencer.c:2479 sequencer.c:40055041msgid "empty commit set passed"5042msgstr "conjunt de comissions buit passat"50435044#: sequencer.c:24875045msgid "a cherry-pick or revert is already in progress"5046msgstr "un «cherry pick» o una reversió ja està en curs"50475048#: sequencer.c:24885049msgid "try \"git cherry-pick (--continue | --quit | --abort)\""5050msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""50515052#: sequencer.c:24915053#, c-format5054msgid "could not create sequencer directory '%s'"5055msgstr "no s'ha pogut crear el directori de seqüenciador «%s»"50565057#: sequencer.c:25055058msgid "could not lock HEAD"5059msgstr "no s'ha pogut bloquejar HEAD"50605061#: sequencer.c:2560 sequencer.c:37615062msgid "no cherry-pick or revert in progress"5063msgstr "ni hi ha cap «cherry pick» ni cap reversió en curs"50645065#: sequencer.c:25625066msgid "cannot resolve HEAD"5067msgstr "no es pot resoldre HEAD"50685069#: sequencer.c:2564 sequencer.c:25995070msgid "cannot abort from a branch yet to be born"5071msgstr "no es pot avortar des d'una branca que encara ha de nàixer"50725073#: sequencer.c:2585 builtin/grep.c:7215074#, c-format5075msgid "cannot open '%s'"5076msgstr "no es pot obrir «%s»"50775078#: sequencer.c:25875079#, c-format5080msgid "cannot read '%s': %s"5081msgstr "no es pot llegir «%s»: %s"50825083#: sequencer.c:25885084msgid "unexpected end of file"5085msgstr "final de fitxer inesperat"50865087#: sequencer.c:25945088#, c-format5089msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"5090msgstr "el fitxer HEAD emmagatzemat abans de fer «cherry pick» «%s» és malmès"50915092#: sequencer.c:26055093msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"5094msgstr "Sembla que heu mogut HEAD sense rebobinar, comproveu-ho HEAD"50955096#: sequencer.c:2709 sequencer.c:36795097#, c-format5098msgid "could not update %s"5099msgstr "no s'ha pogut actualitzar %s"51005101#: sequencer.c:2747 sequencer.c:36595102msgid "cannot read HEAD"5103msgstr "No es pot llegir HEAD"51045105#: sequencer.c:27625106#, c-format5107msgid "unable to copy '%s' to '%s'"5108msgstr "no s'ha pogut copiar «%s» a «%s»"51095110#: sequencer.c:27705111#, fuzzy, c-format5112msgid ""5113"You can amend the commit now, with\n"5114"\n"5115" git commit --amend %s\n"5116"\n"5117"Once you are satisfied with your changes, run\n"5118"\n"5119" git rebase --continue\n"5120msgstr ""5121"Podeu esmenar la comissió ara, amb\n"5122"\n"5123"\tgit commit --amend $gpg_sign_opt_quoted\n"5124"\n"5125"Una vegada que estigueu satisfet amb els vostres canvis, executeu\n"5126"\n"5127"\tgit rebase --continue"51285129#: sequencer.c:27805130#, c-format5131msgid "Could not apply %s... %.*s"5132msgstr "No s'ha pogut aplicar %s... %.*s"51335134#: sequencer.c:27875135#, c-format5136msgid "Could not merge %.*s"5137msgstr "No s'ha pogut fusionar %.*s"51385139#: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:6405140#, c-format5141msgid "could not copy '%s' to '%s'"5142msgstr "no s'ha pogut copiar «%s» a «%s»"51435144#: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:9995145#: builtin/rebase.c:1350 builtin/rebase.c:14045146msgid "could not read index"5147msgstr "no s'ha pogut llegir l'índex"51485149#: sequencer.c:28295150#, c-format5151msgid ""5152"execution failed: %s\n"5153"%sYou can fix the problem, and then run\n"5154"\n"5155" git rebase --continue\n"5156"\n"5157msgstr ""5158"ha fallat: %s\n"5159"%sPodeu solucionar el problema, i llavors executar\n"5160"\n"5161" git rebase --continue\n"5162"\n"51635164#: sequencer.c:28355165msgid "and made changes to the index and/or the working tree\n"5166msgstr "i ha fet canvis a l'índex i/o l'arbre de treball\n"51675168#: sequencer.c:28415169#, c-format5170msgid ""5171"execution succeeded: %s\n"5172"but left changes to the index and/or the working tree\n"5173"Commit or stash your changes, and then run\n"5174"\n"5175" git rebase --continue\n"5176"\n"5177msgstr ""5178"l'execució ha tingut èxit: %s\n"5179"però ha deixat canvis a l'índex i/o l'arbre de treball\n"5180"Cometeu o feu «stash» dels vostres canvis, i llavors executeu\n"5181"\n"5182" git rebase --continue\n"51835184#: sequencer.c:29025185#, c-format5186msgid "illegal label name: '%.*s'"5187msgstr "nom d'etiqueta no permès: «%.*s»"51885189#: sequencer.c:29545190#, fuzzy5191msgid "writing fake root commit"5192msgstr "no hi ha res a cometre\n"51935194#: sequencer.c:29595195msgid "writing squash-onto"5196msgstr ""51975198#: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:5905199#, fuzzy, c-format5200msgid "failed to find tree of %s"5201msgstr "S'ha produït un error en cercar l'arbre de %s."52025203#: sequencer.c:3015 builtin/rebase.c:6035204msgid "could not write index"5205msgstr "no s'ha pogut escriure l'índex"52065207#: sequencer.c:30425208#, c-format5209msgid "could not resolve '%s'"5210msgstr "no s'ha pogut resoldre «%s»"52115212#: sequencer.c:30685213#, fuzzy5214msgid "cannot merge without a current revision"5215msgstr "No es pot «%s» sense una comissió prèvia"52165217#: sequencer.c:30905218#, c-format5219msgid "unable to parse '%.*s'"5220msgstr "no s'ha pogut analitzar «%.*s»"52215222#: sequencer.c:30995223#, c-format5224msgid "nothing to merge: '%.*s'"5225msgstr "no hi ha res per fusionar «%.*s»"52265227#: sequencer.c:31115228msgid "octopus merge cannot be executed on top of a [new root]"5229msgstr ""52305231#: sequencer.c:31265232#, fuzzy, c-format5233msgid "could not get commit message of '%s'"5234msgstr "no s'ha pogut llegir el missatge de comissió: %s"52355236#: sequencer.c:32745237#, c-format5238msgid "could not even attempt to merge '%.*s'"5239msgstr "no s'ha pogut fusionar «%.*s»"52405241#: sequencer.c:32905242#, fuzzy5243msgid "merge: Unable to write new index file"5244msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"52455246#: sequencer.c:3358 builtin/rebase.c:2685247#, c-format5248msgid "Applied autostash.\n"5249msgstr "S'ha aplicat el «stash» automàticament.\n"52505251#: sequencer.c:33705252#, c-format5253msgid "cannot store %s"5254msgstr "no es pot emmagatzemar %s"52555256#: sequencer.c:3373 builtin/rebase.c:2845257#, c-format5258msgid ""5259"Applying autostash resulted in conflicts.\n"5260"Your changes are safe in the stash.\n"5261"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"5262msgstr ""5263"L'aplicació del «stash» automàtic ha resultat en conflictes.\n"5264"Els vostres canvis estan segurs en el «stash».\n"5265"Podeu executar \"git stash pop\" o \"git stash drop\" en qualsevol moment.\n"52665267#: sequencer.c:34275268#, fuzzy, c-format5269msgid "could not checkout %s"5270msgstr "no es pot agafar %s"52715272#: sequencer.c:34415273#, fuzzy, c-format5274msgid "%s: not a valid OID"5275msgstr "«%s» no és un terme vàlid"52765277#: sequencer.c:3446 git-rebase--preserve-merges.sh:7245278msgid "could not detach HEAD"5279msgstr "no s'ha pogut separar HEAD"52805281#: sequencer.c:34615282#, fuzzy, c-format5283msgid "Stopped at HEAD\n"5284msgstr "Aturat a %s... %.*s\n"52855286#: sequencer.c:34635287#, fuzzy, c-format5288msgid "Stopped at %s\n"5289msgstr "Aturat a %s... %.*s\n"52905291#: sequencer.c:34715292#, c-format5293msgid ""5294"Could not execute the todo command\n"5295"\n"5296" %.*s\n"5297"It has been rescheduled; To edit the command before continuing, please\n"5298"edit the todo list first:\n"5299"\n"5300" git rebase --edit-todo\n"5301" git rebase --continue\n"5302msgstr ""53035304#: sequencer.c:35435305#, c-format5306msgid "Stopped at %s... %.*s\n"5307msgstr "Aturat a %s... %.*s\n"53085309#: sequencer.c:36225310#, c-format5311msgid "unknown command %d"5312msgstr "ordre %d desconeguda"53135314#: sequencer.c:36675315msgid "could not read orig-head"5316msgstr "No s'ha pogut llegir orig-head"53175318#: sequencer.c:3672 sequencer.c:47415319msgid "could not read 'onto'"5320msgstr "no s'ha pogut llegir 'onto'"53215322#: sequencer.c:36865323#, c-format5324msgid "could not update HEAD to %s"5325msgstr "no s'ha pogut actualitzar HEAD a %s"53265327#: sequencer.c:37725328msgid "cannot rebase: You have unstaged changes."5329msgstr "No es pot fer «rebase»: teniu canvis «unstaged»."53305331#: sequencer.c:37815332msgid "cannot amend non-existing commit"5333msgstr "no es pot esmenar una comissió no existent"53345335#: sequencer.c:37835336#, c-format5337msgid "invalid file: '%s'"5338msgstr "fitxer no vàlid: «%s»"53395340#: sequencer.c:37855341#, c-format5342msgid "invalid contents: '%s'"5343msgstr "contingut no vàlid: «%s»"53445345#: sequencer.c:37885346msgid ""5347"\n"5348"You have uncommitted changes in your working tree. Please, commit them\n"5349"first and then run 'git rebase --continue' again."5350msgstr ""5351"\n"5352"Teniu canvis no comesos en el vostre arbre de treball. \n"5353"Primer cometeu-los i després executeu 'git rebase --continue' de nou."53545355#: sequencer.c:3824 sequencer.c:38625356#, fuzzy, c-format5357msgid "could not write file: '%s'"5358msgstr "no s'ha pogut crear el fitxer «%s»"53595360#: sequencer.c:38775361msgid "could not remove CHERRY_PICK_HEAD"5362msgstr "No s'ha pogut eliminar CHERRY_PICK_HEAD"53635364#: sequencer.c:38845365msgid "could not commit staged changes."5366msgstr "No s'han pogut cometre els canvis «staged»."53675368#: sequencer.c:39825369#, c-format5370msgid "%s: can't cherry-pick a %s"5371msgstr "%s: no es pot fer «cherry pick» a %s"53725373#: sequencer.c:39865374#, c-format5375msgid "%s: bad revision"5376msgstr "%s: revisió incorrecta"53775378#: sequencer.c:40215379msgid "can't revert as initial commit"5380msgstr "no es pot revertir com a comissió inicial"53815382#: sequencer.c:44665383msgid "make_script: unhandled options"5384msgstr "make_script: opcions no gestionades"53855386#: sequencer.c:44695387msgid "make_script: error preparing revisions"5388msgstr "make_script: s'ha produït un error en preparar les revisions"53895390#: sequencer.c:4509 sequencer.c:4565 sequencer.c:48405391#, c-format5392msgid "unusable todo list: '%s'"5393msgstr "llista per a fer inestable: «%s»"53945395#: sequencer.c:46205396#, c-format5397msgid ""5398"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."5399msgstr ""5400"No s'ha reconegut el paràmetre %s per rebase.missingCommitsCheck. S'està "5401"ignorant."54025403#: sequencer.c:46905404#, c-format5405msgid ""5406"Warning: some commits may have been dropped accidentally.\n"5407"Dropped commits (newer to older):\n"5408msgstr ""5409"Advertència: pot ser que algunes comissions s'hagin descartat "5410"accidentalment.\n"5411"Les comissions descartades (més nova a més vella):\n"54125413#: sequencer.c:46975414#, c-format5415msgid ""5416"To avoid this message, use \"drop\" to explicitly remove a commit.\n"5417"\n"5418"Use 'git config rebase.missingCommitsCheck' to change the level of "5419"warnings.\n"5420"The possible behaviours are: ignore, warn, error.\n"5421"\n"5422msgstr ""5423"Per a evitar aquest missatge, useu \"drop\" per a eliminar explícitament una "5424"comissió.\n"5425"\n"5426"Useu 'git config rebase.missingCommitsCheck' per a canviar el nivell "5427"d'advertències.\n"5428"Els comportaments possibles són: ignore, warn, error.\n"54295430#: sequencer.c:47105431#, c-format5432msgid ""5433"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"5434"continue'.\n"5435"Or you can abort the rebase with 'git rebase --abort'.\n"5436msgstr ""5437"Podeu arreglar això amb 'git rebase --edit-todo' i després 'git rebase --"5438"continue'.\n"54395440#: sequencer.c:4848 sequencer.c:48865441#, fuzzy5442msgid "nothing to do"5443msgstr "no hi ha res a cometre\n"54445445#: sequencer.c:48525446#, fuzzy, c-format5447msgid "Rebase %s onto %s (%d command)"5448msgid_plural "Rebase %s onto %s (%d commands)"5449msgstr[0] "Rebasa $shortrevisions sobre $shortonto ($todocount ordre)"5450msgstr[1] "Rebasa $shortrevisions sobre $shortonto ($todocount ordres)"54515452#: sequencer.c:48645453#, c-format5454msgid "could not copy '%s' to '%s'."5455msgstr "no s'ha pogut copiar «%s» a «%s»."54565457#: sequencer.c:4868 sequencer.c:48975458msgid "could not transform the todo list"5459msgstr "no s'ha pogut transformar la llista per a fer"54605461#: sequencer.c:49005462msgid "could not skip unnecessary pick commands"5463msgstr "no s'han pogut ometre les ordres «picks» no necessàries"54645465#: sequencer.c:49835466msgid "the script was already rearranged."5467msgstr "l'script ja estava endreçat."54685469#: setup.c:1235470#, c-format5471msgid "'%s' is outside repository"5472msgstr "«%s» és fora del dipòsit"54735474#: setup.c:1725475#, c-format5476msgid ""5477"%s: no such path in the working tree.\n"5478"Use 'git <command> -- <path>...' to specify paths that do not exist locally."5479msgstr ""5480"%s: no hi ha tal camí en l'arbre de treball.\n"5481"Useu 'git <ordre> -- <camí>...' per a especificar camins que no existeixin "5482"localment."54835484#: setup.c:1855485#, c-format5486msgid ""5487"ambiguous argument '%s': unknown revision or path not in the working tree.\n"5488"Use '--' to separate paths from revisions, like this:\n"5489"'git <command> [<revision>...] -- [<file>...]'"5490msgstr ""5491"paràmetre ambigu «%s»: revisió no coneguda o el camí no és en l'arbre de treball.\n"5492"Useu '--' per a separar els camins de les revisions, com això:\n"5493"'git <ordre> [<revisió>...] -- [<fitxer>...]'"54945495#: setup.c:2345496#, c-format5497msgid "option '%s' must come before non-option arguments"5498msgstr "l'opció «%s» ha de venir abans dels arguments opcionals"54995500#: setup.c:2535501#, c-format5502msgid ""5503"ambiguous argument '%s': both revision and filename\n"5504"Use '--' to separate paths from revisions, like this:\n"5505"'git <command> [<revision>...] -- [<file>...]'"5506msgstr ""5507"paràmetre ambigu «%s»: ambdós una revisió i un nom de fitxer\n"5508"Useu '--' per a separar els camins de les revisions, com això:\n"5509"'git <ordre> [<revisió>...] -- [<fitxer>...]'"55105511#: setup.c:3895512msgid "unable to set up work tree using invalid config"5513msgstr ""5514"no s'ha pogut configurar un arbre de treball utilitzant una configuració no vàlida"55155516#: setup.c:3935517msgid "this operation must be run in a work tree"5518msgstr "aquesta operació s'ha d'executar en un arbre de treball"55195520#: setup.c:5275521#, c-format5522msgid "Expected git repo version <= %d, found %d"5523msgstr "S'esperava una versió de dipòsit de git <= %d, s'ha trobat %d"55245525#: setup.c:5355526msgid "unknown repository extensions found:"5527msgstr "s'han trobat extensions de dipòsit desconegudes:"55285529#: setup.c:5545530#, c-format5531msgid "error opening '%s'"5532msgstr "s'ha produït un error en obrir «%s»"55335534#: setup.c:5565535#, c-format5536msgid "too large to be a .git file: '%s'"5537msgstr "massa larg per a ser un fitxer .git: «%s»"55385539#: setup.c:5585540#, c-format5541msgid "error reading %s"5542msgstr "error en llegir %s"55435544#: setup.c:5605545#, c-format5546msgid "invalid gitfile format: %s"5547msgstr "format gitfile no vàlid: %s"55485549#: setup.c:5625550#, c-format5551msgid "no path in gitfile: %s"5552msgstr "sense camí al gitfile: %s"55535554#: setup.c:5645555#, c-format5556msgid "not a git repository: %s"5557msgstr "no és un dipòsit de git: %s"55585559#: setup.c:6635560#, c-format5561msgid "'$%s' too big"5562msgstr "«$%s» massa gran"55635564#: setup.c:6775565#, c-format5566msgid "not a git repository: '%s'"5567msgstr "no és un dipòsit de git: «%s»"55685569#: setup.c:706 setup.c:708 setup.c:7395570#, c-format5571msgid "cannot chdir to '%s'"5572msgstr "no es pot canviar de directori a «%s»"55735574#: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824 setup.c:8395575msgid "cannot come back to cwd"5576msgstr "no es pot tornar al directori de treball actual"55775578#: setup.c:8375579#, c-format5580msgid "not a git repository (or any of the parent directories): %s"5581msgstr "no és un dipòsit de git (ni cap dels directoris pares): %s"55825583#: setup.c:8485584#, c-format5585msgid "failed to stat '%*s%s%s'"5586msgstr "s'ha produït un error en fer stat a «%*s%s%s»"55875588#: setup.c:10785589msgid "Unable to read current working directory"5590msgstr "No s'ha pogut llegir el directori de treball actual"55915592#: setup.c:1090 setup.c:10965593#, c-format5594msgid "cannot change to '%s'"5595msgstr "no es pot canviar a «%s»"55965597#: setup.c:11095598#, c-format5599msgid ""5600"not a git repository (or any parent up to mount point %s)\n"5601"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."5602msgstr ""5603"no un dipòsit de git (ni cap pare fins al punt de muntatge %s)\n"5604"S'atura a la frontera de sistema de fitxers (GIT_DISCOVERY_ACROSS_FILESYSTEM "5605"no està establert)."56065607#: setup.c:11925608#, c-format5609msgid ""5610"problem with core.sharedRepository filemode value (0%.3o).\n"5611"The owner of files must always have read and write permissions."5612msgstr ""5613"hi ha un problema amb el valor de mode de fitxer core.sharedRepository "5614"(0%.3o).\n"5615"El propietari dels fitxers sempre ha de tenir permisos de lectura i "5616"escriptura."56175618#: setup.c:12355619msgid "open /dev/null or dup failed"5620msgstr "s'ha produït un error en obrir /dev/null o dup"56215622#: setup.c:12505623msgid "fork failed"5624msgstr "el «fork» ha fallat"56255626#: setup.c:12555627msgid "setsid failed"5628msgstr "l'«stash» ha fallat"56295630#: sha1-file.c:3815631#, c-format5632msgid "object directory %s does not exist; check .git/objects/info/alternates"5633msgstr ""56345635#: sha1-file.c:4325636#, fuzzy, c-format5637msgid "unable to normalize alternate object path: %s"5638msgstr "no s'ha pogut analitzar l'objecte: %s"56395640#: sha1-file.c:5035641#, c-format5642msgid "%s: ignoring alternate object stores, nesting too deep"5643msgstr ""56445645#: sha1-file.c:5105646#, fuzzy, c-format5647msgid "unable to normalize object directory: %s"5648msgstr "no s'ha pogut analitzar l'objecte: %s"56495650#: sha1-file.c:5655651#, fuzzy5652msgid "unable to fdopen alternates lockfile"5653msgstr "no s'han pogut escriure els paràmetres al fitxer de configuració"56545655#: sha1-file.c:5835656#, fuzzy5657msgid "unable to read alternates file"5658msgstr "no es pot llegir el fitxer d'índex"56595660#: sha1-file.c:5905661#, fuzzy5662msgid "unable to move new alternates file into place"5663msgstr "no s'ha pogut escriure un fitxer d'índex nou"56645665#: sha1-file.c:6255666#, c-format5667msgid "path '%s' does not exist"5668msgstr "el camí «%s» no existeix"56695670#: sha1-file.c:6515671#, c-format5672msgid "reference repository '%s' as a linked checkout is not supported yet."5673msgstr ""5674"Encara no se suporta el dipòsit de referència «%s» com a agafament enllaçat."56755676#: sha1-file.c:6575677#, c-format5678msgid "reference repository '%s' is not a local repository."5679msgstr "el dipòsit de referència «%s» no és un dipòsit local."56805681#: sha1-file.c:6635682#, c-format5683msgid "reference repository '%s' is shallow"5684msgstr "el dipòsit de referència «%s» és superficial"56855686#: sha1-file.c:6715687#, c-format5688msgid "reference repository '%s' is grafted"5689msgstr "el dipòsit de referència «%s» és empeltat"56905691#: sha1-file.c:7815692#, c-format5693msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"5694msgstr ""56955696#: sha1-file.c:8065697msgid "mmap failed"5698msgstr "mmap ha fallat"56995700#: sha1-file.c:9735701#, c-format5702msgid "object file %s is empty"5703msgstr "el tipus d'objecte %s és buit"57045705#: sha1-file.c:1093 sha1-file.c:22155706#, fuzzy, c-format5707msgid "corrupt loose object '%s'"5708msgstr "no s'ha pogut analitzar l'objecte «%s»"57095710#: sha1-file.c:1095 sha1-file.c:22195711#, fuzzy, c-format5712msgid "garbage at end of loose object '%s'"5713msgstr "no s'ha pogut analitzar l'objecte: %s"57145715#: sha1-file.c:11375716#, fuzzy5717msgid "invalid object type"5718msgstr "el tipus d'objecte és incorrecte."57195720#: sha1-file.c:12195721#, c-format5722msgid "unable to unpack %s header with --allow-unknown-type"5723msgstr ""57245725#: sha1-file.c:12225726#, fuzzy, c-format5727msgid "unable to unpack %s header"5728msgstr "no s'ha pogut actualitzar %s"57295730#: sha1-file.c:12285731#, c-format5732msgid "unable to parse %s header with --allow-unknown-type"5733msgstr ""57345735#: sha1-file.c:12315736#, fuzzy, c-format5737msgid "unable to parse %s header"5738msgstr "no s'ha pogut actualitzar %s"57395740#: sha1-file.c:14225741#, fuzzy, c-format5742msgid "failed to read object %s"5743msgstr "s'ha produït un error en llegir l'objecte «%s»."57445745#: sha1-file.c:14265746#, fuzzy, c-format5747msgid "replacement %s not found for %s"5748msgstr "no s'han trobat les plantilles %s"57495750#: sha1-file.c:14305751#, fuzzy, c-format5752msgid "loose object %s (stored in %s) is corrupt"5753msgstr "l'objecte local %s és malmès"57545755#: sha1-file.c:14345756#, fuzzy, c-format5757msgid "packed object %s (stored in %s) is corrupt"5758msgstr "l'objecte local %s és malmès"57595760#: sha1-file.c:15365761#, fuzzy, c-format5762msgid "unable to write sha1 filename %s"5763msgstr "no s'ha pogut escriure el fitxer d'etiqueta"57645765#: sha1-file.c:15435766#, fuzzy, c-format5767msgid "unable to set permission to '%s'"5768msgstr "no s'ha pogut resoldre la revisió: %s"57695770#: sha1-file.c:15505771#, fuzzy5772msgid "file write error"5773msgstr "escriptura fallada al rev-list"57745775#: sha1-file.c:15695776#, fuzzy5777msgid "error when closing sha1 file"5778msgstr "error en tancar el fitxer de paquet"57795780#: sha1-file.c:16355781#, c-format5782msgid "insufficient permission for adding an object to repository database %s"5783msgstr ""57845785#: sha1-file.c:16375786#, fuzzy5787msgid "unable to create temporary file"5788msgstr "no s'ha pogut crear un índex temporal"57895790#: sha1-file.c:16615791#, fuzzy5792msgid "unable to write sha1 file"5793msgstr "no s'ha pogut escriure el fitxer d'etiqueta"57945795#: sha1-file.c:16675796#, fuzzy, c-format5797msgid "unable to deflate new object %s (%d)"5798msgstr "no s'ha pogut desinflar l'objecte annexat (%d)"57995800#: sha1-file.c:16715801#, fuzzy, c-format5802msgid "deflateEnd on object %s failed (%d)"5803msgstr "ha fallat fstat a %s"58045805#: sha1-file.c:16755806#, c-format5807msgid "confused by unstable object source data for %s"5808msgstr ""58095810#: sha1-file.c:1685 builtin/pack-objects.c:9185811#, fuzzy, c-format5812msgid "failed utime() on %s"5813msgstr "s'ha produït un error en obrir «%s»"58145815#: sha1-file.c:17605816#, fuzzy, c-format5817msgid "cannot read sha1_file for %s"5818msgstr "no es pot llegir $file per a reproducció"58195820#: sha1-file.c:18055821#, fuzzy5822msgid "corrupt commit"5823msgstr "autor corregit de la comissió"58245825#: sha1-file.c:18135826#, fuzzy5827msgid "corrupt tag"5828msgstr "informa de les etiquetes"58295830#: sha1-file.c:19125831#, fuzzy, c-format5832msgid "read error while indexing %s"5833msgstr "error en llegir %s"58345835#: sha1-file.c:19155836#, fuzzy, c-format5837msgid "short read while indexing %s"5838msgstr "no es pot llegir l'índex"58395840#: sha1-file.c:1988 sha1-file.c:19975841#, fuzzy, c-format5842msgid "%s: failed to insert into database"5843msgstr "gpg ha fallat en signar les dades"58445845#: sha1-file.c:20035846#, fuzzy, c-format5847msgid "%s: unsupported file type"5848msgstr "versió d'índex no compatible %s"58495850#: sha1-file.c:20275851#, fuzzy, c-format5852msgid "%s is not a valid object"5853msgstr "«%s» no és una terme vàlid"58545855#: sha1-file.c:20295856#, fuzzy, c-format5857msgid "%s is not a valid '%s' object"5858msgstr "«%s» no és una terme vàlid"58595860#: sha1-file.c:2056 builtin/index-pack.c:1545861#, c-format5862msgid "unable to open %s"5863msgstr "no s'ha pogut obrir %s"58645865#: sha1-file.c:2226 sha1-file.c:22785866#, c-format5867msgid "sha1 mismatch for %s (expected %s)"5868msgstr ""58695870#: sha1-file.c:22505871#, fuzzy, c-format5872msgid "unable to mmap %s"5873msgstr "no s'ha pogut obrir %s"58745875#: sha1-file.c:22555876#, fuzzy, c-format5877msgid "unable to unpack header of %s"5878msgstr "no s'ha pogut actualitzar %s"58795880#: sha1-file.c:22615881#, fuzzy, c-format5882msgid "unable to parse header of %s"5883msgstr "no s'ha pogut llegir %s"58845885#: sha1-file.c:22725886#, fuzzy, c-format5887msgid "unable to unpack contents of %s"5888msgstr "no s'ha pogut analitzar el contacte: %s"58895890#: sha1-name.c:4765891#, c-format5892msgid "short SHA1 %s is ambiguous"5893msgstr "l'SHA1 %s curt és ambigu"58945895#: sha1-name.c:4875896msgid "The candidates are:"5897msgstr "Els candidats són:"58985899#: sha1-name.c:7705900msgid ""5901"Git normally never creates a ref that ends with 40 hex characters\n"5902"because it will be ignored when you just specify 40-hex. These refs\n"5903"may be created by mistake. For example,\n"5904"\n"5905" git checkout -b $br $(git rev-parse ...)\n"5906"\n"5907"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"5908"examine these refs and maybe delete them. Turn this message off by\n"5909"running \"git config advice.objectNameWarning false\""5910msgstr ""5911"Git normalment mai crea una referència que acabi amb 40 caràcters\n"5912"hexadecimals perquè s'ignorarà quan només especifiqueu 40 caràcters\n"5913"hexadecimals. Aquestes referències es poden crear per error. Per\n"5914"exemple,\n"5915"\n"5916" git checkout -b $br $(git rev-parse ...)\n"5917"\n"5918"on «$br» és d'alguna manera buida i una referència de 40 caràcters\n"5919"hexadecimals. Examineu aquestes referències i potser\n"5920"suprimiu-les. Desactiveu aquest missatge executant\n"5921"«git config advice.objectNameWarning false»"59225923#: submodule.c:116 submodule.c:1455924msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"5925msgstr ""5926"No es pot canviar un .gitmodules no fusionat, primer resoleu els conflictes "5927"de fusió"59285929#: submodule.c:120 submodule.c:1495930#, c-format5931msgid "Could not find section in .gitmodules where path=%s"5932msgstr "No s'ha pogut trobar la secció en .gitmodules on path=%s"59335934#: submodule.c:1565935#, c-format5936msgid "Could not remove .gitmodules entry for %s"5937msgstr "No s'ha pogut eliminar l'entrada de .gitmodules per a %s"59385939#: submodule.c:1675940msgid "staging updated .gitmodules failed"5941msgstr "l'allistament del .gitmodules actualitzat ha fallat"59425943#: submodule.c:3295944#, c-format5945msgid "in unpopulated submodule '%s'"5946msgstr "al submòdul no populat «%s»"59475948#: submodule.c:3605949#, c-format5950msgid "Pathspec '%s' is in submodule '%.*s'"5951msgstr "L'especificació «%s» és en el submòdul «%.*s»"59525953#: submodule.c:8575954#, c-format5955msgid "submodule entry '%s' (%s) is a %s, not a commit"5956msgstr "l'entrada del submòdul «%s» (%s) és a %s, no és una comissió"59575958#: submodule.c:1097 builtin/branch.c:656 builtin/submodule--helper.c:19855959msgid "Failed to resolve HEAD as a valid ref."5960msgstr "S'ha produït un error en resoldre HEAD com a referència vàlida."59615962#: submodule.c:14045963#, c-format5964msgid "'%s' not recognized as a git repository"5965msgstr "«%s» no reconegut com un dipòsit git"59665967#: submodule.c:15425968#, c-format5969msgid "could not start 'git status' in submodule '%s'"5970msgstr "no s'ha pogut iniciar «git status» al submòdul «%s»"59715972#: submodule.c:15555973#, c-format5974msgid "could not run 'git status' in submodule '%s'"5975msgstr "no s'ha pogut executar 'git status' al submòdul «%s»"59765977#: submodule.c:16485978#, c-format5979msgid "submodule '%s' has dirty index"5980msgstr "el submòdul «%s» té l'índex brut"59815982#: submodule.c:17005983#, fuzzy, c-format5984msgid "Submodule '%s' could not be updated."5985msgstr "Submòduls canviats però no actualitzats:"59865987#: submodule.c:17475988#, c-format5989msgid ""5990"relocate_gitdir for submodule '%s' with more than one worktree not supported"5991msgstr ""5992"no està admès relocate_gitdir per al submòdul «%s» amb més d'un arbre de "5993"treball"59945995#: submodule.c:1759 submodule.c:18155996#, c-format5997msgid "could not lookup name for submodule '%s'"5998msgstr "no s'ha trobat el nom pel submòdul «%s»"59996000#: submodule.c:17666001#, c-format6002msgid ""6003"Migrating git directory of '%s%s' from\n"6004"'%s' to\n"6005"'%s'\n"6006msgstr ""6007"S'està migrant el directori de «%s%s» des de\n"6008"«%s» a\n"6009"«%s»\n"60106011#: submodule.c:18506012#, c-format6013msgid "could not recurse into submodule '%s'"6014msgstr "s'ha produït un error en cercar recursivament al camí de submòdul «%s»"60156016#: submodule.c:18946017msgid "could not start ls-files in .."6018msgstr "no s'ha pogut iniciar ls-files a .."60196020#: submodule.c:19336021#, c-format6022msgid "ls-tree returned unexpected return code %d"6023msgstr "ls-tree ha retornat un codi de retorn %d no esperat"60246025#: submodule-config.c:2326026#, fuzzy, c-format6027msgid "ignoring suspicious submodule name: %s"6028msgstr "s'està ignorant la referència amb nom malmès %s"60296030#: submodule-config.c:2966031msgid "negative values not allowed for submodule.fetchjobs"6032msgstr "no es permeten els valors negatius a submodule.fetchjobs"60336034#: submodule-config.c:3906035#, c-format6036msgid "ignoring '%s' which may be interpreted as a command-line option: %s"6037msgstr ""60386039#: submodule-config.c:4796040#, c-format6041msgid "invalid value for %s"6042msgstr "valor no vàlid per a %s"60436044#: submodule-config.c:7546045#, c-format6046msgid "Could not update .gitmodules entry %s"6047msgstr "No s'ha pogut actualitzar l'entrada de .gitmodules %s"60486049#: trailer.c:2386050#, c-format6051msgid "running trailer command '%s' failed"6052msgstr "l'execució de l'ordre de remolc «%s» ha fallat"60536054#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:5536055#: trailer.c:5576056#, c-format6057msgid "unknown value '%s' for key '%s'"6058msgstr "valor desconegut «%s» per a la clau «%s»"60596060#: trailer.c:539 trailer.c:544 builtin/remote.c:2956061#, c-format6062msgid "more than one %s"6063msgstr "més d'un %s"60646065#: trailer.c:7306066#, c-format6067msgid "empty trailer token in trailer '%.*s'"6068msgstr "testimoni de remolc buit en el remolc '%.*s'"60696070#: trailer.c:7506071#, c-format6072msgid "could not read input file '%s'"6073msgstr "no s'ha pogut llegir el fitxer d'entrada «%s»"60746075#: trailer.c:7536076msgid "could not read from stdin"6077msgstr "no s'ha pogut llegir des de stdin"60786079#: trailer.c:1011 builtin/am.c:476080#, c-format6081msgid "could not stat %s"6082msgstr "no s'ha pogut fer stat a %s"60836084#: trailer.c:10136085#, c-format6086msgid "file %s is not a regular file"6087msgstr "el fitxer %s no és un fitxer regular"60886089#: trailer.c:10156090#, c-format6091msgid "file %s is not writable by user"6092msgstr "el fitxer %s no és gravable per l'usuari"60936094#: trailer.c:10276095msgid "could not open temporary file"6096msgstr "no s'ha pogut obrir el fitxer temporal"60976098#: trailer.c:10676099#, c-format6100msgid "could not rename temporary file to %s"6101msgstr "no s'ha pogut canviar el nom del fitxer temporal a %s"61026103#: transport.c:1166104#, c-format6105msgid "Would set upstream of '%s' to '%s' of '%s'\n"6106msgstr "Canviaria la font de «%s» a «%s» de «%s»\n"61076108#: transport.c:1426109#, fuzzy, c-format6110msgid "could not read bundle '%s'"6111msgstr "no s'ha pogut llegir el fitxer «%s»"61126113#: transport.c:2086114#, c-format6115msgid "transport: invalid depth option '%s'"6116msgstr "transport: opció de profunditat no vàlida «%s»"61176118#: transport.c:6166119#, fuzzy6120msgid "could not parse transport.color.* config"6121msgstr "no s'ha pogut analitzar l'script d'autor"61226123#: transport.c:6896124msgid "support for protocol v2 not implemented yet"6125msgstr ""61266127#: transport.c:8166128#, fuzzy, c-format6129msgid "unknown value for config '%s': %s"6130msgstr "valor desconegut «%s» per a la clau «%s»"61316132#: transport.c:8826133#, fuzzy, c-format6134msgid "transport '%s' not allowed"6135msgstr "no s'ha trobat la branca «%s»."61366137#: transport.c:9366138msgid "git-over-rsync is no longer supported"6139msgstr ""61406141#: transport.c:10316142#, c-format6143msgid ""6144"The following submodule paths contain changes that can\n"6145"not be found on any remote:\n"6146msgstr ""6147"Els camins de submòdul següents contenen canvis que no\n"6148"es poden trobar en cap remot:\n"61496150#: transport.c:10356151#, c-format6152msgid ""6153"\n"6154"Please try\n"6155"\n"6156"\tgit push --recurse-submodules=on-demand\n"6157"\n"6158"or cd to the path and use\n"6159"\n"6160"\tgit push\n"6161"\n"6162"to push them to a remote.\n"6163"\n"6164msgstr ""6165"\n"6166"Intenteu\n"6167"\n"6168"\tgit push --recurse-submodules=on-demand\n"6169"\n"6170"o canviar de directori al camí i useu\n"6171"\n"6172"\tgit push\n"6173"\n"6174"per a pujar-los a un remot.\n"61756176#: transport.c:10436177msgid "Aborting."6178msgstr "S'està avortant."61796180#: transport.c:11826181#, fuzzy6182msgid "failed to push all needed submodules"6183msgstr "s'ha produït un error en cercar recursivament al submòdul «%s»"61846185#: transport.c:1315 transport-helper.c:6436186#, fuzzy6187msgid "operation not supported by protocol"6188msgstr "opció no admesa amb --recurse-submodules."61896190#: transport.c:14196191#, c-format6192msgid "invalid line while parsing alternate refs: %s"6193msgstr ""61946195#: transport-helper.c:51 transport-helper.c:806196#, fuzzy6197msgid "full write to remote helper failed"6198msgstr "imprimeix l'estat des de l'ajudant remot"61996200#: transport-helper.c:1326201#, fuzzy, c-format6202msgid "unable to find remote helper for '%s'"6203msgstr "No s'ha pogut afegir el resultat de fusió per a «%s»"62046205#: transport-helper.c:148 transport-helper.c:5576206msgid "can't dup helper output fd"6207msgstr ""62086209#: transport-helper.c:1996210#, c-format6211msgid ""6212"unknown mandatory capability %s; this remote helper probably needs newer "6213"version of Git"6214msgstr ""62156216#: transport-helper.c:2056217msgid "this remote helper should implement refspec capability"6218msgstr ""62196220#: transport-helper.c:272 transport-helper.c:4126221#, fuzzy, c-format6222msgid "%s unexpectedly said: '%s'"6223msgstr "blob esperat per a %s «%s»"62246225#: transport-helper.c:4016226#, c-format6227msgid "%s also locked %s"6228msgstr "%s també ha bloquejat %s"62296230#: transport-helper.c:4796231#, fuzzy6232msgid "couldn't run fast-import"6233msgstr "no s'ha pogut executar «stash»."62346235#: transport-helper.c:5026236#, fuzzy6237msgid "error while running fast-import"6238msgstr "error en tancar el fitxer de paquet"62396240#: transport-helper.c:531 transport-helper.c:10916241#, fuzzy, c-format6242msgid "could not read ref %s"6243msgstr "No s'ha pogut llegir la referència %s"62446245#: transport-helper.c:5766246#, fuzzy, c-format6247msgid "unknown response to connect: %s"6248msgstr "opció desconeguda: %s\n"62496250#: transport-helper.c:5986251msgid "setting remote service path not supported by protocol"6252msgstr ""62536254#: transport-helper.c:6006255#, fuzzy6256msgid "invalid remote service path"6257msgstr "referència no vàlida: %s"62586259#: transport-helper.c:6466260#, c-format6261msgid "can't connect to subservice %s"6262msgstr ""62636264#: transport-helper.c:7136265#, fuzzy, c-format6266msgid "expected ok/error, helper said '%s'"6267msgstr "blob esperat per a %s «%s»"62686269#: transport-helper.c:7666270#, fuzzy, c-format6271msgid "helper reported unexpected status of %s"6272msgstr "ls-tree ha retornat un codi de retorn %d no esperat"62736274#: transport-helper.c:8276275#, fuzzy, c-format6276msgid "helper %s does not support dry-run"6277msgstr "El servidor no admet --deepen"62786279#: transport-helper.c:8306280#, fuzzy, c-format6281msgid "helper %s does not support --signed"6282msgstr "El servidor no admet --shallow-since"62836284#: transport-helper.c:8336285#, fuzzy, c-format6286msgid "helper %s does not support --signed=if-asked"6287msgstr "el destí receptor no admet pujar --signed"62886289#: transport-helper.c:8406290#, fuzzy, c-format6291msgid "helper %s does not support 'push-option'"6292msgstr "el destí receptor no admet opcions de pujada"62936294#: transport-helper.c:9326295msgid "remote-helper doesn't support push; refspec needed"6296msgstr ""62976298#: transport-helper.c:9376299#, fuzzy, c-format6300msgid "helper %s does not support 'force'"6301msgstr "El servidor no admet --deepen"63026303#: transport-helper.c:9846304#, fuzzy6305msgid "couldn't run fast-export"6306msgstr "no s'ha pogut executar «stash»."63076308#: transport-helper.c:9896309#, fuzzy6310msgid "error while running fast-export"6311msgstr "error en tancar el fitxer de paquet"63126313#: transport-helper.c:10146314#, c-format6315msgid ""6316"No refs in common and none specified; doing nothing.\n"6317"Perhaps you should specify a branch such as 'master'.\n"6318msgstr ""63196320#: transport-helper.c:10776321#, fuzzy, c-format6322msgid "malformed response in ref list: %s"6323msgstr "full d'opcions mal format: «%s»"63246325#: transport-helper.c:12316326#, fuzzy, c-format6327msgid "read(%s) failed"6328msgstr "%s ha fallat"63296330#: transport-helper.c:12586331#, fuzzy, c-format6332msgid "write(%s) failed"6333msgstr "%s ha fallat"63346335#: transport-helper.c:13076336#, fuzzy, c-format6337msgid "%s thread failed"6338msgstr "%s ha fallat"63396340#: transport-helper.c:13116341#, fuzzy, c-format6342msgid "%s thread failed to join: %s"6343msgstr "s'ha produït un error en obrir «%s»"63446345#: transport-helper.c:1330 transport-helper.c:13346346#, c-format6347msgid "can't start thread for copying data: %s"6348msgstr ""63496350#: transport-helper.c:13716351#, c-format6352msgid "%s process failed to wait"6353msgstr ""63546355#: transport-helper.c:13756356#, fuzzy, c-format6357msgid "%s process failed"6358msgstr "%s ha fallat"63596360#: transport-helper.c:1393 transport-helper.c:14026361msgid "can't start thread for copying data"6362msgstr ""63636364#: tree-walk.c:336365msgid "too-short tree object"6366msgstr "objecte d'arbre massa curt"63676368#: tree-walk.c:396369msgid "malformed mode in tree entry"6370msgstr "mode mal format en entrada d'arbre"63716372#: tree-walk.c:436373msgid "empty filename in tree entry"6374msgstr "nom de fitxer buit en una entrada d'arbre"63756376#: tree-walk.c:1156377msgid "too-short tree file"6378msgstr "fitxer d'arbre massa curt"63796380#: unpack-trees.c:1126381#, c-format6382msgid ""6383"Your local changes to the following files would be overwritten by checkout:\n"6384"%%sPlease commit your changes or stash them before you switch branches."6385msgstr ""6386"Els vostres canvis locals als fitxers següents se sobreescriurien per "6387"agafar:\n"6388"%%sCometeu els vostres canvis o feu «stash» abans de canviar de branca."63896390#: unpack-trees.c:1146391#, c-format6392msgid ""6393"Your local changes to the following files would be overwritten by checkout:\n"6394"%%s"6395msgstr ""6396"Els vostres canvis locals als fitxers següents se sobreescriurien per "6397"agafar:\n"6398"%%s"63996400#: unpack-trees.c:1176401#, c-format6402msgid ""6403"Your local changes to the following files would be overwritten by merge:\n"6404"%%sPlease commit your changes or stash them before you merge."6405msgstr ""6406"Els vostres canvis locals als fitxers següents se sobreescriurien per "6407"fusionar:\n"6408"%%sCometeu els vostres canvis o feu «stash» abans de fusionar."64096410#: unpack-trees.c:1196411#, c-format6412msgid ""6413"Your local changes to the following files would be overwritten by merge:\n"6414"%%s"6415msgstr ""6416"Els vostres canvis locals als fitxers següents se sobreescriurien per "6417"fusionar:\n"6418"%%s"64196420#: unpack-trees.c:1226421#, c-format6422msgid ""6423"Your local changes to the following files would be overwritten by %s:\n"6424"%%sPlease commit your changes or stash them before you %s."6425msgstr ""6426"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"6427"%%sCometeu els vostres canvis o feu «stash» abans de %s."64286429#: unpack-trees.c:1246430#, c-format6431msgid ""6432"Your local changes to the following files would be overwritten by %s:\n"6433"%%s"6434msgstr ""6435"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"6436"%%s"64376438#: unpack-trees.c:1296439#, c-format6440msgid ""6441"Updating the following directories would lose untracked files in them:\n"6442"%s"6443msgstr ""6444"En actualitzar els directoris següents perdria fitxers no seguits en el:\n"6445"%s"64466447#: unpack-trees.c:1336448#, c-format6449msgid ""6450"The following untracked working tree files would be removed by checkout:\n"6451"%%sPlease move or remove them before you switch branches."6452msgstr ""6453"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "6454"agafar:\n"6455"%%sMoveu-los o elimineu-los abans de canviar de branca."64566457#: unpack-trees.c:1356458#, c-format6459msgid ""6460"The following untracked working tree files would be removed by checkout:\n"6461"%%s"6462msgstr ""6463"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "6464"agafar:\n"6465"%%s"64666467#: unpack-trees.c:1386468#, c-format6469msgid ""6470"The following untracked working tree files would be removed by merge:\n"6471"%%sPlease move or remove them before you merge."6472msgstr ""6473"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "6474"fusionar:\n"6475"%%sMoveu-los o elimineu-los abans de fusionar."64766477#: unpack-trees.c:1406478#, c-format6479msgid ""6480"The following untracked working tree files would be removed by merge:\n"6481"%%s"6482msgstr ""6483"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "6484"fusionar:\n"6485"%%s"64866487#: unpack-trees.c:1436488#, c-format6489msgid ""6490"The following untracked working tree files would be removed by %s:\n"6491"%%sPlease move or remove them before you %s."6492msgstr ""6493"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"6494"%%sMoveu-los o elimineu-los abans de %s."64956496#: unpack-trees.c:1456497#, c-format6498msgid ""6499"The following untracked working tree files would be removed by %s:\n"6500"%%s"6501msgstr ""6502"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"6503"%%s"65046505#: unpack-trees.c:1516506#, c-format6507msgid ""6508"The following untracked working tree files would be overwritten by "6509"checkout:\n"6510"%%sPlease move or remove them before you switch branches."6511msgstr ""6512"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "6513"agafar:\n"6514"%%sMoveu-los o elimineu-los abans de canviar de branca."65156516#: unpack-trees.c:1536517#, c-format6518msgid ""6519"The following untracked working tree files would be overwritten by "6520"checkout:\n"6521"%%s"6522msgstr ""6523"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "6524"agafar:\n"6525"%%s"65266527#: unpack-trees.c:1566528#, c-format6529msgid ""6530"The following untracked working tree files would be overwritten by merge:\n"6531"%%sPlease move or remove them before you merge."6532msgstr ""6533"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "6534"fusionar:\n"6535"%%sMoveu-los o elimineu-los abans de fusionar."65366537#: unpack-trees.c:1586538#, c-format6539msgid ""6540"The following untracked working tree files would be overwritten by merge:\n"6541"%%s"6542msgstr ""6543"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "6544"fusionar:\n"6545"%%s"65466547#: unpack-trees.c:1616548#, c-format6549msgid ""6550"The following untracked working tree files would be overwritten by %s:\n"6551"%%sPlease move or remove them before you %s."6552msgstr ""6553"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "6554"%s:\n"6555"%%sMoveu-los o elimineu-los abans de %s."65566557#: unpack-trees.c:1636558#, c-format6559msgid ""6560"The following untracked working tree files would be overwritten by %s:\n"6561"%%s"6562msgstr ""6563"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "6564"%s:\n"6565"%%s"65666567#: unpack-trees.c:1716568#, c-format6569msgid "Entry '%s' overlaps with '%s'. Cannot bind."6570msgstr "L'entrada «%s» encavalca amb «%s». No es pot vincular."65716572#: unpack-trees.c:1746573#, c-format6574msgid ""6575"Cannot update sparse checkout: the following entries are not up to date:\n"6576"%s"6577msgstr ""6578"No es pot actualitzar l'agafament parcial: les entrades següents no estan al "6579"dia:\n"6580"%s"65816582#: unpack-trees.c:1766583#, c-format6584msgid ""6585"The following working tree files would be overwritten by sparse checkout "6586"update:\n"6587"%s"6588msgstr ""6589"Els fitxers següents en l'arbre de treball se sobreescriurien per "6590"actualitzar l'agafament parcial:\n"6591"%s"65926593#: unpack-trees.c:1786594#, c-format6595msgid ""6596"The following working tree files would be removed by sparse checkout "6597"update:\n"6598"%s"6599msgstr ""6600"Els fitxers següents en l'arbre de treball s'eliminarien per actualitzar "6601"l'agafament parcial:\n"6602"%s"66036604#: unpack-trees.c:1806605#, c-format6606msgid ""6607"Cannot update submodule:\n"6608"%s"6609msgstr ""6610"No es pot actualitzar el submòdul:\n"6611"%s"66126613#: unpack-trees.c:2546614#, c-format6615msgid "Aborting\n"6616msgstr "S'està avortant\n"66176618#: unpack-trees.c:3366619msgid "Checking out files"6620msgstr "S'estan agafant fitxers"66216622#: unpack-trees.c:3686623msgid ""6624"the following paths have collided (e.g. case-sensitive paths\n"6625"on a case-insensitive filesystem) and only one from the same\n"6626"colliding group is in the working tree:\n"6627msgstr ""66286629#: urlmatch.c:1636630msgid "invalid URL scheme name or missing '://' suffix"6631msgstr "l'esquema d'URL no és vàlid o li manca el sufix '://'"66326633#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:4056634#, c-format6635msgid "invalid %XX escape sequence"6636msgstr "seqüència d'escapament %XX no vàlida"66376638#: urlmatch.c:2156639msgid "missing host and scheme is not 'file:'"6640msgstr "manca la màquina i l'esquema no és 'file:'"66416642#: urlmatch.c:2326643msgid "a 'file:' URL may not have a port number"6644msgstr "un URL 'file:' no pot tenir número de port"66456646#: urlmatch.c:2476647msgid "invalid characters in host name"6648msgstr "hi ha caràcters no vàlids en el nom de màquina"66496650#: urlmatch.c:292 urlmatch.c:3036651msgid "invalid port number"6652msgstr "número de port no vàlid"66536654#: urlmatch.c:3716655msgid "invalid '..' path segment"6656msgstr "segment de camí '..' no vàlid"66576658#: worktree.c:249 builtin/am.c:21006659#, c-format6660msgid "failed to read '%s'"6661msgstr "s'ha produït un error en llegir «%s»"66626663#: worktree.c:2956664#, c-format6665msgid "'%s' at main working tree is not the repository directory"6666msgstr ""66676668#: worktree.c:3066669#, c-format6670msgid "'%s' file does not contain absolute path to the working tree location"6671msgstr ""66726673#: worktree.c:3186674#, c-format6675msgid "'%s' does not exist"6676msgstr "«%s» no existeix"66776678#: worktree.c:3246679#, c-format6680msgid "'%s' is not a .git file, error code %d"6681msgstr "«%s» no és un fitxer .git, codi d'error %d"66826683#: worktree.c:3326684#, c-format6685msgid "'%s' does not point back to '%s'"6686msgstr "«%s» no assenyala de tornada a «%s»"66876688#: wrapper.c:223 wrapper.c:3936689#, c-format6690msgid "could not open '%s' for reading and writing"6691msgstr "no s'ha pogut obrir «%s» per a lectura i escriptura"66926693#: wrapper.c:424 wrapper.c:6246694#, c-format6695msgid "unable to access '%s'"6696msgstr "no s'ha pogut accedir a «%s»"66976698#: wrapper.c:6326699msgid "unable to get current working directory"6700msgstr "no s'ha pogut obtenir el directori de treball actual"67016702#: wt-status.c:1546703msgid "Unmerged paths:"6704msgstr "Camins sense fusionar:"67056706#: wt-status.c:181 wt-status.c:2086707#, c-format6708msgid " (use \"git reset %s <file>...\" to unstage)"6709msgstr " (useu \"git reset %s <fitxer>...\" per a fer «unstage»)"67106711#: wt-status.c:183 wt-status.c:2106712msgid " (use \"git rm --cached <file>...\" to unstage)"6713msgstr " (useu \"git rm --cached <fitxer>...\" per a fer «unstage»)"67146715#: wt-status.c:1876716msgid " (use \"git add <file>...\" to mark resolution)"6717msgstr " (useu \"git add <fitxer>...\" per a senyalar resolució)"67186719#: wt-status.c:189 wt-status.c:1936720msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"6721msgstr ""6722" (useu \"git add/rm <fitxer>...\" segons sigui apropiat per a senyalar "6723"resolució)"67246725#: wt-status.c:1916726msgid " (use \"git rm <file>...\" to mark resolution)"6727msgstr " (useu \"git rm <fitxer>...\" per a senyalar resolució)"67286729#: wt-status.c:202 wt-status.c:10426730msgid "Changes to be committed:"6731msgstr "Canvis a cometre:"67326733#: wt-status.c:220 wt-status.c:10516734msgid "Changes not staged for commit:"6735msgstr "Canvis no «staged» per a cometre:"67366737#: wt-status.c:2246738msgid " (use \"git add <file>...\" to update what will be committed)"6739msgstr " (useu \"git add <fitxer>...\" per a actualitzar què es cometrà)"67406741#: wt-status.c:2266742msgid " (use \"git add/rm <file>...\" to update what will be committed)"6743msgstr " (useu \"git add/rm <fitxer>...\" per a actualitzar què es cometrà)"67446745#: wt-status.c:2276746msgid ""6747" (use \"git checkout -- <file>...\" to discard changes in working directory)"6748msgstr ""6749" (useu \"git checkout -- <fitxer>...\" per a descartar els canvis en el "6750"directori de treball)"67516752#: wt-status.c:2296753msgid " (commit or discard the untracked or modified content in submodules)"6754msgstr ""6755" (cometeu o descarteu el contingut modificat o no seguit en els submòduls)"67566757#: wt-status.c:2416758#, c-format6759msgid " (use \"git %s <file>...\" to include in what will be committed)"6760msgstr ""6761" (useu \"git %s <fitxer>...\" per a incloure-ho en el que es cometrà)"67626763#: wt-status.c:2566764msgid "both deleted:"6765msgstr "suprimit per ambdós:"67666767#: wt-status.c:2586768msgid "added by us:"6769msgstr "afegit per nosaltres:"67706771#: wt-status.c:2606772msgid "deleted by them:"6773msgstr "suprimit per ells:"67746775#: wt-status.c:2626776msgid "added by them:"6777msgstr "afegit per ells:"67786779#: wt-status.c:2646780msgid "deleted by us:"6781msgstr "suprimit per nosaltres:"67826783#: wt-status.c:2666784msgid "both added:"6785msgstr "afegit per ambdós:"67866787#: wt-status.c:2686788msgid "both modified:"6789msgstr "modificat per ambdós:"67906791#: wt-status.c:2786792msgid "new file:"6793msgstr "fitxer nou:"67946795#: wt-status.c:2806796msgid "copied:"6797msgstr "copiat:"67986799#: wt-status.c:2826800msgid "deleted:"6801msgstr "suprimit:"68026803#: wt-status.c:2846804msgid "modified:"6805msgstr "modificat:"68066807#: wt-status.c:2866808msgid "renamed:"6809msgstr "canviat de nom:"68106811#: wt-status.c:2886812msgid "typechange:"6813msgstr "canviat de tipus:"68146815#: wt-status.c:2906816msgid "unknown:"6817msgstr "desconegut:"68186819#: wt-status.c:2926820msgid "unmerged:"6821msgstr "sense fusionar:"68226823#: wt-status.c:3726824msgid "new commits, "6825msgstr "comissions noves, "68266827#: wt-status.c:3746828msgid "modified content, "6829msgstr "contingut modificat, "68306831#: wt-status.c:3766832msgid "untracked content, "6833msgstr "contingut no seguit, "68346835#: wt-status.c:8806836#, c-format6837msgid "Your stash currently has %d entry"6838msgid_plural "Your stash currently has %d entries"6839msgstr[0] "L'«stash» té actualment %d entrada"6840msgstr[1] "L'«stash» té actualment %d entrades"68416842#: wt-status.c:9126843msgid "Submodules changed but not updated:"6844msgstr "Submòduls canviats però no actualitzats:"68456846#: wt-status.c:9146847msgid "Submodule changes to be committed:"6848msgstr "Canvis de submòdul a cometre:"68496850#: wt-status.c:9966851msgid ""6852"Do not modify or remove the line above.\n"6853"Everything below it will be ignored."6854msgstr ""6855"No modifiqueu o suprimiu la línia de dalt.\n"6856"Tot el que hi ha a sota s'ignorarà."68576858#: wt-status.c:10976859msgid "You have unmerged paths."6860msgstr "Teniu camins sense fusionar."68616862#: wt-status.c:11006863msgid " (fix conflicts and run \"git commit\")"6864msgstr " (arregleu els conflictes i executeu \"git commit\")"68656866#: wt-status.c:11026867msgid " (use \"git merge --abort\" to abort the merge)"6868msgstr " (useu \"git merge --abort\" per a avortar la fusió)"68696870#: wt-status.c:11066871msgid "All conflicts fixed but you are still merging."6872msgstr "Tots els conflictes estan arreglats però encara esteu fusionant."68736874#: wt-status.c:11096875msgid " (use \"git commit\" to conclude merge)"6876msgstr " (useu \"git commit\" per a concloure la fusió)"68776878#: wt-status.c:11186879msgid "You are in the middle of an am session."6880msgstr "Esteu enmig d'una sessió am."68816882#: wt-status.c:11216883msgid "The current patch is empty."6884msgstr "El pedaç actual està buit."68856886#: wt-status.c:11256887msgid " (fix conflicts and then run \"git am --continue\")"6888msgstr " (arregleu els conflictes i després executeu \"git am --continue\")"68896890#: wt-status.c:11276891msgid " (use \"git am --skip\" to skip this patch)"6892msgstr " (useu \"git am --skip\" per a ometre aquest pedaç)"68936894#: wt-status.c:11296895msgid " (use \"git am --abort\" to restore the original branch)"6896msgstr " (useu \"git am --abort\" per a restaurar la branca original)"68976898#: wt-status.c:12606899msgid "git-rebase-todo is missing."6900msgstr "Manca git-rebase-todo."69016902#: wt-status.c:12626903msgid "No commands done."6904msgstr "No s'ha fet cap ordre."69056906#: wt-status.c:12656907#, c-format6908msgid "Last command done (%d command done):"6909msgid_plural "Last commands done (%d commands done):"6910msgstr[0] "Última ordre feta (%d ordre feta):"6911msgstr[1] "Últimes ordres fetes (%d ordres fetes):"69126913#: wt-status.c:12766914#, c-format6915msgid " (see more in file %s)"6916msgstr " (vegeu més en el fitxer %s)"69176918#: wt-status.c:12816919msgid "No commands remaining."6920msgstr "No manca cap ordre."69216922#: wt-status.c:12846923#, c-format6924msgid "Next command to do (%d remaining command):"6925msgid_plural "Next commands to do (%d remaining commands):"6926msgstr[0] "Ordre següent a fer (manca %d ordre):"6927msgstr[1] "Ordres següents a fer (manquen %d ordres):"69286929#: wt-status.c:12926930msgid " (use \"git rebase --edit-todo\" to view and edit)"6931msgstr " (useu \"git rebase --edit-todo\" per a veure i editar)"69326933#: wt-status.c:13046934#, c-format6935msgid "You are currently rebasing branch '%s' on '%s'."6936msgstr "Actualment esteu fent «rebase» de la branca «%s» en «%s»."69376938#: wt-status.c:13096939msgid "You are currently rebasing."6940msgstr "Actualment esteu fent «rebase»."69416942#: wt-status.c:13226943msgid " (fix conflicts and then run \"git rebase --continue\")"6944msgstr ""6945" (arregleu els conflictes i després executeu \"git rebase --continue\")"69466947#: wt-status.c:13246948msgid " (use \"git rebase --skip\" to skip this patch)"6949msgstr " (useu \"git rebase --skip\" per a ometre aquest pedaç)"69506951#: wt-status.c:13266952msgid " (use \"git rebase --abort\" to check out the original branch)"6953msgstr " (useu \"git rebase --abort\" per a agafar la branca original)"69546955#: wt-status.c:13336956msgid " (all conflicts fixed: run \"git rebase --continue\")"6957msgstr ""6958" (tots els conflictes estan arreglats: executeu \"git rebase --continue\")"69596960#: wt-status.c:13376961#, c-format6962msgid ""6963"You are currently splitting a commit while rebasing branch '%s' on '%s'."6964msgstr ""6965"Actualment esteu dividint una comissió mentre es fa «rebase» de la branca "6966"«%s» en «%s»."69676968#: wt-status.c:13426969msgid "You are currently splitting a commit during a rebase."6970msgstr "Actualment esteu dividint una comissió durant un «rebase»."69716972#: wt-status.c:13456973msgid " (Once your working directory is clean, run \"git rebase --continue\")"6974msgstr ""6975" (Una vegada que el vostre directori de treball sigui net, executeu \"git "6976"rebase --continue\")"69776978#: wt-status.c:13496979#, c-format6980msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."6981msgstr ""6982"Actualment esteu editant una comissió mentre es fa «rebase» de la branca "6983"«%s» en «%s»."69846985#: wt-status.c:13546986msgid "You are currently editing a commit during a rebase."6987msgstr "Actualment esteu editant una comissió durant un «rebase»."69886989#: wt-status.c:13576990msgid " (use \"git commit --amend\" to amend the current commit)"6991msgstr " (useu \"git commit --amend\" per a esmenar la comissió actual)"69926993#: wt-status.c:13596994msgid ""6995" (use \"git rebase --continue\" once you are satisfied with your changes)"6996msgstr ""6997" (useu \"git rebase --continue\" una vegada que estigueu satisfet amb els "6998"vostres canvis)"69997000#: wt-status.c:13687001#, c-format7002msgid "You are currently cherry-picking commit %s."7003msgstr "Actualment esteu fent «cherry pick» a la comissió %s."70047005#: wt-status.c:13737006msgid " (fix conflicts and run \"git cherry-pick --continue\")"7007msgstr " (arregleu els conflictes i executeu \"git cherry-pick --continue\")"70087009#: wt-status.c:13767010msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"7011msgstr ""7012" (tots els conflictes estan arreglats: executeu \"git cherry-pick --continue"7013"\")"70147015#: wt-status.c:13787016msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"7017msgstr ""7018" (useu \"git cherry-pick --abort\" per a cancel·lar l'operació de «cherry "7019"pick»)"70207021#: wt-status.c:13867022#, c-format7023msgid "You are currently reverting commit %s."7024msgstr "Actualment esteu revertint la comissió %s."70257026#: wt-status.c:13917027msgid " (fix conflicts and run \"git revert --continue\")"7028msgstr " (arregleu els conflictes i executeu \"git revert --continue\")"70297030#: wt-status.c:13947031msgid " (all conflicts fixed: run \"git revert --continue\")"7032msgstr ""7033" (tots els conflictes estan arreglats: executeu \"git revert --continue\")"70347035#: wt-status.c:13967036msgid " (use \"git revert --abort\" to cancel the revert operation)"7037msgstr ""7038" (useu \"git revert --abort\" per a cancel·lar l'operació de reversió)"70397040#: wt-status.c:14067041#, c-format7042msgid "You are currently bisecting, started from branch '%s'."7043msgstr "Actualment esteu bisecant, heu començat des de la branca «%s»."70447045#: wt-status.c:14107046msgid "You are currently bisecting."7047msgstr "Actualment esteu bisecant."70487049#: wt-status.c:14137050msgid " (use \"git bisect reset\" to get back to the original branch)"7051msgstr " (useu \"git bisect reset\" per a tornar a la branca original)"70527053#: wt-status.c:16117054msgid "On branch "7055msgstr "En la branca "70567057#: wt-status.c:16187058msgid "interactive rebase in progress; onto "7059msgstr "«rebase» interactiu en curs; sobre "70607061#: wt-status.c:16207062msgid "rebase in progress; onto "7063msgstr "«rebase» en curs; sobre "70647065#: wt-status.c:16257066msgid "HEAD detached at "7067msgstr "HEAD separat a "70687069#: wt-status.c:16277070msgid "HEAD detached from "7071msgstr "HEAD separat de "70727073#: wt-status.c:16307074msgid "Not currently on any branch."7075msgstr "Actualment no s'és en cap branca."70767077#: wt-status.c:16477078msgid "Initial commit"7079msgstr "Comissió inicial"70807081#: wt-status.c:16487082msgid "No commits yet"7083msgstr "No s'ha fet cap comissió encara."70847085#: wt-status.c:16627086msgid "Untracked files"7087msgstr "Fitxers no seguits"70887089#: wt-status.c:16647090msgid "Ignored files"7091msgstr "Fitxers ignorats"70927093#: wt-status.c:16687094#, c-format7095msgid ""7096"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"7097"may speed it up, but you have to be careful not to forget to add\n"7098"new files yourself (see 'git help status')."7099msgstr ""7100"Ha trigat %.2f segons enumerar els fitxers no seguits.\n"7101"'status -uno' pot accelerar-ho, però heu d'anar amb compte de no\n"7102"oblidar-vos d'afegir fitxers nous vosaltres mateixos (vegeu\n"7103"'git help status')."71047105#: wt-status.c:16747106#, c-format7107msgid "Untracked files not listed%s"7108msgstr "Els fitxers no seguits no estan llistats%s"71097110#: wt-status.c:16767111msgid " (use -u option to show untracked files)"7112msgstr " (useu l'opció -u per a mostrar els fitxers no seguits)"71137114#: wt-status.c:16827115msgid "No changes"7116msgstr "Sense canvis"71177118#: wt-status.c:16877119#, c-format7120msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"7121msgstr ""7122"no hi ha canvis afegits a cometre (useu \"git add\" o \"git commit -a\")\n"71237124#: wt-status.c:16907125#, c-format7126msgid "no changes added to commit\n"7127msgstr "no hi ha canvis afegits a cometre\n"71287129#: wt-status.c:16937130#, c-format7131msgid ""7132"nothing added to commit but untracked files present (use \"git add\" to "7133"track)\n"7134msgstr ""7135"no hi ha res afegit a cometre però hi ha fitxers no seguits (useu \"git add"7136"\" per a seguir-los)\n"71377138#: wt-status.c:16967139#, c-format7140msgid "nothing added to commit but untracked files present\n"7141msgstr "no hi ha res afegit a cometre però hi ha fitxers no seguits\n"71427143#: wt-status.c:16997144#, c-format7145msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"7146msgstr ""7147"no hi ha res a cometre (creeu/copieu fitxers i useu \"git add\" per a seguir-"7148"los)\n"71497150#: wt-status.c:1702 wt-status.c:17077151#, c-format7152msgid "nothing to commit\n"7153msgstr "no hi ha res a cometre\n"71547155#: wt-status.c:17057156#, c-format7157msgid "nothing to commit (use -u to show untracked files)\n"7158msgstr ""7159"no hi ha res a cometre (useu -u per a mostrar els fitxers no seguits)\n"71607161#: wt-status.c:17097162#, c-format7163msgid "nothing to commit, working tree clean\n"7164msgstr "no hi ha res a cometre, l'arbre de treball està net\n"71657166#: wt-status.c:18227167msgid "No commits yet on "7168msgstr "No s'ha fet cap comissió encara a "71697170#: wt-status.c:18267171msgid "HEAD (no branch)"7172msgstr "HEAD (sense branca)"71737174#: wt-status.c:18577175msgid "different"7176msgstr "diferent"71777178#: wt-status.c:1859 wt-status.c:18677179msgid "behind "7180msgstr "darrere "71817182#: wt-status.c:1862 wt-status.c:18657183msgid "ahead "7184msgstr "davant per "71857186#. TRANSLATORS: the action is e.g. "pull with rebase"7187#: wt-status.c:23747188#, c-format7189msgid "cannot %s: You have unstaged changes."7190msgstr "no es pot %s: Teniu canvis «unstaged»."71917192#: wt-status.c:23807193msgid "additionally, your index contains uncommitted changes."7194msgstr "addicionalment, el vostre índex conté canvis sense cometre."71957196#: wt-status.c:23827197#, c-format7198msgid "cannot %s: Your index contains uncommitted changes."7199msgstr "no es pot %s: El vostre índex conté canvis sense cometre."72007201#: builtin/add.c:247202msgid "git add [<options>] [--] <pathspec>..."7203msgstr "git add [<opcions>] [--] <especificació-de-camí>..."72047205#: builtin/add.c:837206#, c-format7207msgid "unexpected diff status %c"7208msgstr "estat de diff inesperat %c"72097210#: builtin/add.c:88 builtin/commit.c:2847211msgid "updating files failed"7212msgstr "s'ha produït un error en actualitzar els fitxers"72137214#: builtin/add.c:987215#, c-format7216msgid "remove '%s'\n"7217msgstr "elimina «%s»\n"72187219#: builtin/add.c:1737220msgid "Unstaged changes after refreshing the index:"7221msgstr "Canvis «unstaged» després d'actualitzar l'índex:"72227223#: builtin/add.c:233 builtin/rev-parse.c:8957224msgid "Could not read the index"7225msgstr "No s'ha pogut llegir l'índex"72267227#: builtin/add.c:2447228#, c-format7229msgid "Could not open '%s' for writing."7230msgstr "No s'ha pogut obrir «%s» per a escriptura."72317232#: builtin/add.c:2487233msgid "Could not write patch"7234msgstr "No s'ha pogut escriure el pedaç"72357236#: builtin/add.c:2517237msgid "editing patch failed"7238msgstr "l'edició del pedaç ha fallat"72397240#: builtin/add.c:2547241#, c-format7242msgid "Could not stat '%s'"7243msgstr "No s'ha pogut fer stat a «%s»"72447245#: builtin/add.c:2567246msgid "Empty patch. Aborted."7247msgstr "El pedaç és buit. S'ha avortat."72487249#: builtin/add.c:2617250#, c-format7251msgid "Could not apply '%s'"7252msgstr "No s'ha pogut aplicar «%s»"72537254#: builtin/add.c:2697255msgid "The following paths are ignored by one of your .gitignore files:\n"7256msgstr ""7257"Els camins següents s'ignoren per un dels vostres fitxers .gitignore:\n"72587259#: builtin/add.c:289 builtin/clean.c:907 builtin/fetch.c:137 builtin/mv.c:1237260#: builtin/prune-packed.c:56 builtin/pull.c:213 builtin/push.c:5577261#: builtin/remote.c:1345 builtin/rm.c:240 builtin/send-pack.c:1657262msgid "dry run"7263msgstr "marxa en sec"72647265#: builtin/add.c:2927266msgid "interactive picking"7267msgstr "recull interactiu"72687269#: builtin/add.c:293 builtin/checkout.c:1258 builtin/reset.c:3057270msgid "select hunks interactively"7271msgstr "selecciona els trossos interactivament"72727273#: builtin/add.c:2947274msgid "edit current diff and apply"7275msgstr "edita la diferència actual i aplica-la"72767277#: builtin/add.c:2957278msgid "allow adding otherwise ignored files"7279msgstr "permet afegir fitxers que d'altra manera s'ignoren"72807281#: builtin/add.c:2967282msgid "update tracked files"7283msgstr "actualitza els fitxers seguits"72847285#: builtin/add.c:2977286msgid "renormalize EOL of tracked files (implies -u)"7287msgstr ""72887289#: builtin/add.c:2987290msgid "record only the fact that the path will be added later"7291msgstr "registra només el fet que el camí s'afegirà més tard"72927293#: builtin/add.c:2997294msgid "add changes from all tracked and untracked files"7295msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"72967297#: builtin/add.c:3027298msgid "ignore paths removed in the working tree (same as --no-all)"7299msgstr ""7300"ignora els camins eliminats en l'arbre de treball (el mateix que --no-all)"73017302#: builtin/add.c:3047303msgid "don't add, only refresh the index"7304msgstr "no afegeixis, només actualitza l'índex"73057306#: builtin/add.c:3057307msgid "just skip files which cannot be added because of errors"7308msgstr "només omet els fitxers que no es poden afegir a causa d'errors"73097310#: builtin/add.c:3067311msgid "check if - even missing - files are ignored in dry run"7312msgstr ""7313"comproveu si els fitxers - fins i tot els absents - s'ignoren en marxa en sec"73147315#: builtin/add.c:308 builtin/update-index.c:9907316msgid "override the executable bit of the listed files"7317msgstr "passa per alt el bit executable dels fitxers llistats"73187319#: builtin/add.c:3107320msgid "warn when adding an embedded repository"7321msgstr "avisa'm quan s'afegeixi un dipòsit incrustat"73227323#: builtin/add.c:3257324#, c-format7325msgid ""7326"You've added another git repository inside your current repository.\n"7327"Clones of the outer repository will not contain the contents of\n"7328"the embedded repository and will not know how to obtain it.\n"7329"If you meant to add a submodule, use:\n"7330"\n"7331"\tgit submodule add <url> %s\n"7332"\n"7333"If you added this path by mistake, you can remove it from the\n"7334"index with:\n"7335"\n"7336"\tgit rm --cached %s\n"7337"\n"7338"See \"git help submodule\" for more information."7339msgstr ""7340"Heu afegit un altre dipòsit git dins del dipòsit actual.\n"7341"Els clons de dipòsits externs no contindran els continguts de\n"7342"del dipòsit incrustat i no sabran com obtenir-ho.\n"7343"Si volíeu afegir un submòdul, useu:\n"7344"\n"7345"\tgit submodule add <url> %s\n"7346"\n"7347"Si heu afegit aquest camí per error, podeu suprimir-lo de\n"7348"l'índex amb:\n"7349"\n"7350"\tgit rm --cached %s\n"7351"\n"7352"Vegeu \"git help submodule\" per a més informació."73537354#: builtin/add.c:3537355#, c-format7356msgid "adding embedded git repository: %s"7357msgstr "s'està afegint un dipòsit incrustat: %s"73587359#: builtin/add.c:3717360#, c-format7361msgid "Use -f if you really want to add them.\n"7362msgstr "Useu -f si realment els voleu afegir.\n"73637364#: builtin/add.c:3797365msgid "adding files failed"7366msgstr "l'afegiment de fitxers ha fallat"73677368#: builtin/add.c:4177369msgid "-A and -u are mutually incompatible"7370msgstr "-A i -u són mútuament incompatibles"73717372#: builtin/add.c:4247373msgid "Option --ignore-missing can only be used together with --dry-run"7374msgstr "L'opció --ignore-missing només es pot usar juntament amb --dry-run"73757376#: builtin/add.c:4287377#, c-format7378msgid "--chmod param '%s' must be either -x or +x"7379msgstr "el paràmetre --chmod «%s» ha de ser o -x o +x"73807381#: builtin/add.c:4437382#, c-format7383msgid "Nothing specified, nothing added.\n"7384msgstr "No s'ha especificat res, no s'ha afegit res.\n"73857386#: builtin/add.c:4447387#, c-format7388msgid "Maybe you wanted to say 'git add .'?\n"7389msgstr "Potser volíeu dir «git add .»?\n"73907391#: builtin/am.c:3637392msgid "could not parse author script"7393msgstr "no s'ha pogut analitzar l'script d'autor"73947395#: builtin/am.c:4477396#, c-format7397msgid "'%s' was deleted by the applypatch-msg hook"7398msgstr "s'ha suprimit «%s» pel lligam applypatch-msg"73997400#: builtin/am.c:4887401#, c-format7402msgid "Malformed input line: '%s'."7403msgstr "Línia d'entrada mal formada: «%s»."74047405#: builtin/am.c:5257406#, c-format7407msgid "Failed to copy notes from '%s' to '%s'"7408msgstr "S'ha produït un error en copiar les notes de «%s» a «%s»"74097410#: builtin/am.c:5517411msgid "fseek failed"7412msgstr "fseek ha fallat"74137414#: builtin/am.c:7397415#, c-format7416msgid "could not parse patch '%s'"7417msgstr "no s'ha pogut analitzar el pedaç «%s»"74187419#: builtin/am.c:8047420msgid "Only one StGIT patch series can be applied at once"7421msgstr "Només una sèrie de pedaços StGIT es pot aplicar a la vegada"74227423#: builtin/am.c:8527424msgid "invalid timestamp"7425msgstr "marca de temps no vàlida"74267427#: builtin/am.c:857 builtin/am.c:8697428msgid "invalid Date line"7429msgstr "línia Date no vàlida"74307431#: builtin/am.c:8647432msgid "invalid timezone offset"7433msgstr "desplaçament de zona de temps no vàlid"74347435#: builtin/am.c:9577436msgid "Patch format detection failed."7437msgstr "La detecció de format de pedaç ha fallat."74387439#: builtin/am.c:962 builtin/clone.c:4087440#, c-format7441msgid "failed to create directory '%s'"7442msgstr "s'ha produït un error en crear el directori «%s»"74437444#: builtin/am.c:9677445msgid "Failed to split patches."7446msgstr "S'ha produït un error en dividir els pedaços."74477448#: builtin/am.c:1097 builtin/commit.c:3697449msgid "unable to write index file"7450msgstr "no s'ha pogut escriure el fitxer d'índex"74517452#: builtin/am.c:11117453#, c-format7454msgid "When you have resolved this problem, run \"%s --continue\"."7455msgstr "Quan hàgiu resolt aquest problema, executeu \"%s --continue\"."74567457#: builtin/am.c:11127458#, c-format7459msgid "If you prefer to skip this patch, run \"%s --skip\" instead."7460msgstr ""7461"Si preferiu ometre aquest pedaç, executeu \"%s --skip\" en lloc d'això."74627463#: builtin/am.c:11137464#, c-format7465msgid "To restore the original branch and stop patching, run \"%s --abort\"."7466msgstr ""7467"Per a restaurar la branca original i deixar d'apedaçar, executeu \"%s --abort"7468"\"."74697470#: builtin/am.c:11967471msgid "Patch sent with format=flowed; space at the end of lines might be lost."7472msgstr ""74737474#: builtin/am.c:12247475msgid "Patch is empty."7476msgstr "El pedaç està buit."74777478#: builtin/am.c:12907479#, c-format7480msgid "invalid ident line: %.*s"7481msgstr "línia d'identitat no vàlida: %.*s"74827483#: builtin/am.c:13127484#, c-format7485msgid "unable to parse commit %s"7486msgstr "no s'ha pogut analitzar la comissió %s"74877488#: builtin/am.c:15087489msgid "Repository lacks necessary blobs to fall back on 3-way merge."7490msgstr ""7491"Al dipòsit li manquen els blobs necessaris per a retrocedir a una fusió de 3 "7492"vies."74937494#: builtin/am.c:15107495msgid "Using index info to reconstruct a base tree..."7496msgstr "S'està usant la informació d'índex per a reconstruir un arbre base..."74977498#: builtin/am.c:15297499msgid ""7500"Did you hand edit your patch?\n"7501"It does not apply to blobs recorded in its index."7502msgstr ""7503"Heu editat el vostre pedaç a mà?\n"7504"No s'aplica als blobs recordats en el seu índex."75057506#: builtin/am.c:15357507msgid "Falling back to patching base and 3-way merge..."7508msgstr "S'està retrocedint a apedaçar la base i una fusió de 3 vies..."75097510#: builtin/am.c:15617511msgid "Failed to merge in the changes."7512msgstr "S'ha produït un error en fusionar els canvis."75137514#: builtin/am.c:15937515msgid "applying to an empty history"7516msgstr "s'està aplicant a una història buida"75177518#: builtin/am.c:1639 builtin/am.c:16437519#, c-format7520msgid "cannot resume: %s does not exist."7521msgstr "no es pot reprendre: %s no existeix."75227523#: builtin/am.c:16597524msgid "cannot be interactive without stdin connected to a terminal."7525msgstr ""7526"no es pot ser interactiu sense que stdin estigui connectada a un terminal."75277528#: builtin/am.c:16647529msgid "Commit Body is:"7530msgstr "El cos de la comissió és:"75317532#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]7533#. in your translation. The program will only accept English7534#. input at this point.7535#.7536#: builtin/am.c:16747537msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "7538msgstr ""7539"Voleu aplicar-lo? [y]es/[n]o/[e]dita/[v]isualitza el pedaç/[a]ccepta'ls "7540"tots: "75417542#: builtin/am.c:17247543#, c-format7544msgid "Dirty index: cannot apply patches (dirty: %s)"7545msgstr "Índex brut: no es poden aplicar pedaços (bruts: %s)"75467547#: builtin/am.c:1764 builtin/am.c:18327548#, c-format7549msgid "Applying: %.*s"7550msgstr "S'està aplicant: %.*s"75517552#: builtin/am.c:17817553msgid "No changes -- Patch already applied."7554msgstr "Sense canvis -- El pedaç ja s'ha aplicat."75557556#: builtin/am.c:17877557#, c-format7558msgid "Patch failed at %s %.*s"7559msgstr "El pedaç ha fallat a %s %.*s"75607561#: builtin/am.c:17917562msgid "Use 'git am --show-current-patch' to see the failed patch"7563msgstr ""75647565#: builtin/am.c:18357566msgid ""7567"No changes - did you forget to use 'git add'?\n"7568"If there is nothing left to stage, chances are that something else\n"7569"already introduced the same changes; you might want to skip this patch."7570msgstr ""7571"Cap canvi - heu oblidat d'usar 'git add'?\n"7572"Si no hi ha res per fer «stage», probablement alguna altra cosa ja ha\n"7573"introduït els mateixos canvis; potser voleu ometre aquest pedaç."75747575#: builtin/am.c:18427576msgid ""7577"You still have unmerged paths in your index.\n"7578"You should 'git add' each file with resolved conflicts to mark them as "7579"such.\n"7580"You might run `git rm` on a file to accept \"deleted by them\" for it."7581msgstr ""7582"Encara teniu camins sense fusionar a l'índex.\n"7583"Heu de fer 'git add' a cada fitxer amb conflictes resolts per marcar-los com "7584"a tal.\n"7585"Podeu executar `git rm` en un fitxer per acceptar \"suprimit per ells\" pel "7586"fitxer."75877588#: builtin/am.c:1949 builtin/am.c:1953 builtin/am.c:1965 builtin/reset.c:3287589#: builtin/reset.c:3367590#, c-format7591msgid "Could not parse object '%s'."7592msgstr "No s'ha pogut analitzar l'objecte «%s»."75937594#: builtin/am.c:20017595msgid "failed to clean index"7596msgstr "s'ha produït un error en netejar l'índex"75977598#: builtin/am.c:20367599msgid ""7600"You seem to have moved HEAD since the last 'am' failure.\n"7601"Not rewinding to ORIG_HEAD"7602msgstr ""7603"Sembla que heu mogut HEAD després de l'última fallada de 'am'.\n"7604"No s'està rebobinant a ORIG_HEAD"76057606#: builtin/am.c:21297607#, c-format7608msgid "Invalid value for --patch-format: %s"7609msgstr "Valor no vàlid per a --patch-format: %s"76107611#: builtin/am.c:21657612msgid "git am [<options>] [(<mbox> | <Maildir>)...]"7613msgstr "git am [<opcions>] [(<bústia> | <directori-de-correu>)...]"76147615#: builtin/am.c:21667616msgid "git am [<options>] (--continue | --skip | --abort)"7617msgstr "git am [<opcions>] (--continue | --skip | --abort)"76187619#: builtin/am.c:21727620msgid "run interactively"7621msgstr "executa interactivament"76227623#: builtin/am.c:21747624msgid "historical option -- no-op"7625msgstr "opció històrica -- no-op"76267627#: builtin/am.c:21767628msgid "allow fall back on 3way merging if needed"7629msgstr "permet retrocedir a una fusió de 3 vies si és necessari"76307631#: builtin/am.c:2177 builtin/init-db.c:486 builtin/prune-packed.c:587632#: builtin/repack.c:3067633msgid "be quiet"7634msgstr "silenciós"76357636#: builtin/am.c:21797637msgid "add a Signed-off-by line to the commit message"7638msgstr "afegeix una línia «Signed-off-by» al missatge de comissió"76397640#: builtin/am.c:21827641msgid "recode into utf8 (default)"7642msgstr "recodifica en utf8 (per defecte)"76437644#: builtin/am.c:21847645msgid "pass -k flag to git-mailinfo"7646msgstr "passa l'indicador -k a git-mailinfo"76477648#: builtin/am.c:21867649msgid "pass -b flag to git-mailinfo"7650msgstr "passa l'indicador -b a git-mailinfo"76517652#: builtin/am.c:21887653msgid "pass -m flag to git-mailinfo"7654msgstr "passa l'indicador -m a git-mailinfo"76557656#: builtin/am.c:21907657msgid "pass --keep-cr flag to git-mailsplit for mbox format"7658msgstr "passa l'indicador --keep-cr a git-mailsplit per al format mbox"76597660#: builtin/am.c:21937661msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"7662msgstr ""7663"no passis l'indicador --keep-cr a git-mailsplit independent d'am.keepcr"76647665#: builtin/am.c:21967666msgid "strip everything before a scissors line"7667msgstr "elimina tot abans d'una línia de tisores"76687669#: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:22077670#: builtin/am.c:2210 builtin/am.c:2213 builtin/am.c:2216 builtin/am.c:22197671#: builtin/am.c:22257672msgid "pass it through git-apply"7673msgstr "passa-ho a través de git-apply"76747675#: builtin/am.c:2215 builtin/commit.c:1340 builtin/fmt-merge-msg.c:6717676#: builtin/fmt-merge-msg.c:674 builtin/grep.c:868 builtin/merge.c:2397677#: builtin/pull.c:151 builtin/pull.c:209 builtin/rebase.c:8367678#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:3237679#: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:3867680#: parse-options.h:144 parse-options.h:146 parse-options.h:2687681msgid "n"7682msgstr "n"76837684#: builtin/am.c:2221 builtin/branch.c:637 builtin/for-each-ref.c:387685#: builtin/replace.c:543 builtin/tag.c:422 builtin/verify-tag.c:397686msgid "format"7687msgstr "format"76887689#: builtin/am.c:22227690msgid "format the patch(es) are in"7691msgstr "el format en el qual estan els pedaços"76927693#: builtin/am.c:22287694msgid "override error message when patch failure occurs"7695msgstr "passa per alt el missatge d'error si falla l'aplicació del pedaç"76967697#: builtin/am.c:22307698msgid "continue applying patches after resolving a conflict"7699msgstr "segueix aplicant pedaços després de resoldre un conflicte"77007701#: builtin/am.c:22337702msgid "synonyms for --continue"7703msgstr "sinònims de --continue"77047705#: builtin/am.c:22367706msgid "skip the current patch"7707msgstr "omet el pedaç actual"77087709#: builtin/am.c:22397710msgid "restore the original branch and abort the patching operation."7711msgstr "restaura la branca original i avorta l'operació d'apedaçament."77127713#: builtin/am.c:22427714msgid "abort the patching operation but keep HEAD where it is."7715msgstr ""77167717#: builtin/am.c:22457718msgid "show the patch being applied."7719msgstr "mostra el pedaç que s'està aplicant."77207721#: builtin/am.c:22497722msgid "lie about committer date"7723msgstr "menteix sobre la data del comitent"77247725#: builtin/am.c:22517726msgid "use current timestamp for author date"7727msgstr "usa el marc de temps actual per la data d'autor"77287729#: builtin/am.c:2253 builtin/commit.c:1483 builtin/merge.c:2737730#: builtin/pull.c:184 builtin/rebase.c:880 builtin/rebase--interactive.c:1837731#: builtin/revert.c:113 builtin/tag.c:4027732msgid "key-id"7733msgstr "ID de clau"77347735#: builtin/am.c:2254 builtin/rebase.c:881 builtin/rebase--interactive.c:1847736msgid "GPG-sign commits"7737msgstr "signa les comissions amb GPG"77387739#: builtin/am.c:22577740msgid "(internal use for git-rebase)"7741msgstr "(ús intern per a git-rebase)"77427743#: builtin/am.c:22757744msgid ""7745"The -b/--binary option has been a no-op for long time, and\n"7746"it will be removed. Please do not use it anymore."7747msgstr ""7748"Fa molt que l'opció -b/--binary no ha fet res, i\n"7749"s'eliminarà. No l'useu més."77507751#: builtin/am.c:22827752msgid "failed to read the index"7753msgstr "S'ha produït un error en llegir l'índex"77547755#: builtin/am.c:22977756#, c-format7757msgid "previous rebase directory %s still exists but mbox given."7758msgstr ""7759"un directori de «rebase» anterior %s encara existeix però s'ha donat una "7760"bústia."77617762#: builtin/am.c:23217763#, c-format7764msgid ""7765"Stray %s directory found.\n"7766"Use \"git am --abort\" to remove it."7767msgstr ""7768"S'ha trobat un directori %s extraviat.\n"7769"Useu \"git am --abort\" per a eliminar-lo."77707771#: builtin/am.c:23277772msgid "Resolve operation not in progress, we are not resuming."7773msgstr "Una operació de resolució no està en curs; no reprenem."77747775#: builtin/apply.c:87776msgid "git apply [<options>] [<patch>...]"7777msgstr "git apply [<opcions>] [<pedaç>...]"77787779#: builtin/archive.c:177780#, c-format7781msgid "could not create archive file '%s'"7782msgstr "no s'ha pogut crear el fitxer d'arxiu «%s»"77837784#: builtin/archive.c:207785msgid "could not redirect output"7786msgstr "no s'ha pogut redirigir la sortida"77877788#: builtin/archive.c:377789msgid "git archive: Remote with no URL"7790msgstr "git archive: Remot sense URL"77917792#: builtin/archive.c:587793msgid "git archive: expected ACK/NAK, got a flush packet"7794msgstr "git archive: s'esperava ACK/NAK, s'ha rebut un paquet de neteja"77957796#: builtin/archive.c:617797#, c-format7798msgid "git archive: NACK %s"7799msgstr "git archive: %s NACK"78007801#: builtin/archive.c:647802msgid "git archive: protocol error"7803msgstr "git archive: error de protocol"78047805#: builtin/archive.c:687806msgid "git archive: expected a flush"7807msgstr "git archive: s'esperava una neteja"78087809#: builtin/bisect--helper.c:127810msgid "git bisect--helper --next-all [--no-checkout]"7811msgstr "git bisect--helper --next-all [--no-checkout]"78127813#: builtin/bisect--helper.c:137814msgid "git bisect--helper --write-terms <bad_term> <good_term>"7815msgstr "git bisect--helper --write-terms <mal_terme> <bon_terme>"78167817#: builtin/bisect--helper.c:147818msgid "git bisect--helper --bisect-clean-state"7819msgstr "git bisect--helper --bisect-clean-state"78207821#: builtin/bisect--helper.c:467822#, c-format7823msgid "'%s' is not a valid term"7824msgstr "«%s» no és un terme vàlid"78257826#: builtin/bisect--helper.c:507827#, c-format7828msgid "can't use the builtin command '%s' as a term"7829msgstr "no es pot usar l'ordre interna «%s» com a terme"78307831#: builtin/bisect--helper.c:607832#, c-format7833msgid "can't change the meaning of the term '%s'"7834msgstr "no es pot canviar el significat del terme «%s»"78357836#: builtin/bisect--helper.c:717837msgid "please use two different terms"7838msgstr "useu dos termes distintes"78397840#: builtin/bisect--helper.c:787841msgid "could not open the file BISECT_TERMS"7842msgstr "no s'ha pogut obrir el BISECT_TERMS"78437844#: builtin/bisect--helper.c:1207845msgid "perform 'git bisect next'"7846msgstr "realitza 'git bisect next'"78477848#: builtin/bisect--helper.c:1227849msgid "write the terms to .git/BISECT_TERMS"7850msgstr "escriu els termes a .git/BISECT_TERMS"78517852#: builtin/bisect--helper.c:1247853msgid "cleanup the bisection state"7854msgstr "neteja l'estat de la bisecció"78557856#: builtin/bisect--helper.c:1267857msgid "check for expected revs"7858msgstr "comprova les revisions esperades"78597860#: builtin/bisect--helper.c:1287861msgid "update BISECT_HEAD instead of checking out the current commit"7862msgstr "actualitza BISECT_HEAD en lloc d'agafar la comissió actual"78637864#: builtin/bisect--helper.c:1437865msgid "--write-terms requires two arguments"7866msgstr "--write-terms requereix dos paràmetres"78677868#: builtin/bisect--helper.c:1477869msgid "--bisect-clean-state requires no arguments"7870msgstr "--bisect-clean-state no accepta paràmetres"78717872#: builtin/blame.c:317873msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"7874msgstr "git blame [<opcions>] [<opcions-de-revisió>] [<revisió>] [--] fitxer"78757876#: builtin/blame.c:367877msgid "<rev-opts> are documented in git-rev-list(1)"7878msgstr "es documenten les <opcions-de-revisió> en git-rev-list(1)"78797880#: builtin/blame.c:4067881#, fuzzy, c-format7882msgid "expecting a color: %s"7883msgstr "respecta els colors del format"78847885#: builtin/blame.c:4137886msgid "must end with a color"7887msgstr ""78887889#: builtin/blame.c:7007890#, fuzzy, c-format7891msgid "invalid color '%s' in color.blame.repeatedLines"7892msgstr "ignora el color no vàlid «%.*s» en log.graphColors"78937894#: builtin/blame.c:7187895#, fuzzy7896msgid "invalid value for blame.coloring"7897msgstr "valor no vàlid per a --missing"78987899#: builtin/blame.c:7937900msgid "Show blame entries as we find them, incrementally"7901msgstr "Mostra les entrades «blame» mentre les trobem, incrementalment"79027903#: builtin/blame.c:7947904msgid "Show blank SHA-1 for boundary commits (Default: off)"7905msgstr ""7906"Mostra un SHA-1 en blanc per les comissions de frontera (Per defecte: "7907"desactivat)"79087909#: builtin/blame.c:7957910msgid "Do not treat root commits as boundaries (Default: off)"7911msgstr ""7912"No tractis les comissions d'arrel com a límits (Per defecte: desactivat)"79137914#: builtin/blame.c:7967915msgid "Show work cost statistics"7916msgstr "Mostra les estadístiques de preu de treball"79177918#: builtin/blame.c:7977919msgid "Force progress reporting"7920msgstr "Força l'informe de progrés"79217922#: builtin/blame.c:7987923msgid "Show output score for blame entries"7924msgstr "Mostra la puntuació de sortida de les entrades «blame»"79257926#: builtin/blame.c:7997927msgid "Show original filename (Default: auto)"7928msgstr "Mostra el nom de fitxer original (Per defecte: automàtic)"79297930#: builtin/blame.c:8007931msgid "Show original linenumber (Default: off)"7932msgstr "Mostra el número de línia original (Per defecte: desactivat)"79337934#: builtin/blame.c:8017935msgid "Show in a format designed for machine consumption"7936msgstr "Presenta en un format dissenyat per consumpció per màquina"79377938#: builtin/blame.c:8027939msgid "Show porcelain format with per-line commit information"7940msgstr "Mostra el format de porcellana amb informació de comissió per línia"79417942#: builtin/blame.c:8037943msgid "Use the same output mode as git-annotate (Default: off)"7944msgstr ""7945"Usa el mateix mode de sortida que git-annotate (Per defecte: desactivat)"79467947#: builtin/blame.c:8047948msgid "Show raw timestamp (Default: off)"7949msgstr "Mostra la marca de temps crua (Per defecte: desactivat)"79507951#: builtin/blame.c:8057952msgid "Show long commit SHA1 (Default: off)"7953msgstr "Mostra l'SHA1 de comissió llarg (Per defecte: desactivat)"79547955#: builtin/blame.c:8067956msgid "Suppress author name and timestamp (Default: off)"7957msgstr "Omet el nom d'autor i la marca de temps (Per defecte: desactivat)"79587959#: builtin/blame.c:8077960msgid "Show author email instead of name (Default: off)"7961msgstr ""7962"Mostra l'adreça electrònica de l'autor en lloc del nom (Per defecte: "7963"desactivat)"79647965#: builtin/blame.c:8087966msgid "Ignore whitespace differences"7967msgstr "Ignora les diferències d'espai en blanc"79687969#: builtin/blame.c:8097970msgid "color redundant metadata from previous line differently"7971msgstr ""79727973#: builtin/blame.c:8107974msgid "color lines by age"7975msgstr ""79767977#: builtin/blame.c:8177978msgid "Use an experimental heuristic to improve diffs"7979msgstr "Usa un heurístic experimental per a millorar les diferències"79807981#: builtin/blame.c:8197982msgid "Spend extra cycles to find better match"7983msgstr "Gasta cicles extres per a trobar una coincidència millor"79847985#: builtin/blame.c:8207986msgid "Use revisions from <file> instead of calling git-rev-list"7987msgstr "Usa les revisions de <fitxer> en lloc d'invocar git-rev-list"79887989#: builtin/blame.c:8217990msgid "Use <file>'s contents as the final image"7991msgstr "Usa els continguts de <fitxer> com a la imatge final"79927993#: builtin/blame.c:822 builtin/blame.c:8237994msgid "score"7995msgstr "puntuació"79967997#: builtin/blame.c:8227998msgid "Find line copies within and across files"7999msgstr "Troba còpies de línia dins i a través dels fitxers"80008001#: builtin/blame.c:8238002msgid "Find line movements within and across files"8003msgstr "Troba moviments de línia dins i a través dels fitxers"80048005#: builtin/blame.c:8248006msgid "n,m"8007msgstr "n,m"80088009#: builtin/blame.c:8248010msgid "Process only line range n,m, counting from 1"8011msgstr "Processa només el rang de línies n,m, comptant des d'1"80128013#: builtin/blame.c:8738014msgid "--progress can't be used with --incremental or porcelain formats"8015msgstr ""8016"no es pot usar --progress amb els formats --incremental o de porcellana"80178018#. TRANSLATORS: This string is used to tell us the8019#. maximum display width for a relative timestamp in8020#. "git blame" output. For C locale, "4 years, 118021#. months ago", which takes 22 places, is the longest8022#. among various forms of relative timestamps, but8023#. your language may need more or fewer display8024#. columns.8025#.8026#: builtin/blame.c:9248027msgid "4 years, 11 months ago"8028msgstr "fa 4 anys i 11 mesos"80298030#: builtin/blame.c:10118031#, c-format8032msgid "file %s has only %lu line"8033msgid_plural "file %s has only %lu lines"8034msgstr[0] "el fitxer %s té només %lu línia"8035msgstr[1] "el fitxer %s té només %lu línies"80368037#: builtin/blame.c:10578038msgid "Blaming lines"8039msgstr "S'està fent un «blame»"80408041#: builtin/branch.c:298042msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"8043msgstr "git branch [<opcions>] [-r | -a] [--merged | --no-merged]"80448045#: builtin/branch.c:308046msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"8047msgstr "git branch [<opcions>] [-l] [-f] <nom-de-branca> [<punt-inicial>]"80488049#: builtin/branch.c:318050msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."8051msgstr "git branch [<opcions>] [-r] (-d | -D) <nom-de-branca>..."80528053#: builtin/branch.c:328054msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"8055msgstr "git branch [<opcions>] (-m | -M) [<branca-antiga>] <branca-nova>"80568057#: builtin/branch.c:338058msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"8059msgstr "git branch [<opcions>] (-c | -C) [<branca-antiga>] <branca-nova>"80608061#: builtin/branch.c:348062msgid "git branch [<options>] [-r | -a] [--points-at]"8063msgstr "git branch [<opcions>] [-r | -a] [--points-at]"80648065#: builtin/branch.c:358066msgid "git branch [<options>] [-r | -a] [--format]"8067msgstr "git branch [<opcions>] [-r | -a] [--format]"80688069#: builtin/branch.c:1518070#, c-format8071msgid ""8072"deleting branch '%s' that has been merged to\n"8073" '%s', but not yet merged to HEAD."8074msgstr ""8075"s'està suprimint la branca «%s» que s'ha\n"8076" fusionat a «%s», però encara no\n"8077" s'ha fusionat a HEAD."80788079#: builtin/branch.c:1558080#, c-format8081msgid ""8082"not deleting branch '%s' that is not yet merged to\n"8083" '%s', even though it is merged to HEAD."8084msgstr ""8085"no s'està suprimint la branca «%s» que encara no\n"8086" s'ha fusionat a «%s», encara que està\n"8087" fusionada a HEAD."80888089#: builtin/branch.c:1698090#, c-format8091msgid "Couldn't look up commit object for '%s'"8092msgstr "No s'ha pogut trobar l'objecte de comissió de «%s»"80938094#: builtin/branch.c:1738095#, c-format8096msgid ""8097"The branch '%s' is not fully merged.\n"8098"If you are sure you want to delete it, run 'git branch -D %s'."8099msgstr ""8100"La branca «%s» no està totalment fusionada.\n"8101"Si esteu segur que la voleu suprimir, executeu 'git branch -D %s'."81028103#: builtin/branch.c:1868104msgid "Update of config-file failed"8105msgstr "L'actualització del fitxer de configuració ha fallat"81068107#: builtin/branch.c:2178108msgid "cannot use -a with -d"8109msgstr "no es pot usar -a amb -d"81108111#: builtin/branch.c:2238112msgid "Couldn't look up commit object for HEAD"8113msgstr "No s'ha pogut trobar l'objecte de comissió de HEAD"81148115#: builtin/branch.c:2378116#, c-format8117msgid "Cannot delete branch '%s' checked out at '%s'"8118msgstr "No es pot suprimir la branca «%s» agafada a «%s»"81198120#: builtin/branch.c:2528121#, c-format8122msgid "remote-tracking branch '%s' not found."8123msgstr "no s'ha trobat la branca amb seguiment remot «%s»."81248125#: builtin/branch.c:2538126#, c-format8127msgid "branch '%s' not found."8128msgstr "no s'ha trobat la branca «%s»."81298130#: builtin/branch.c:2688131#, c-format8132msgid "Error deleting remote-tracking branch '%s'"8133msgstr "Error en suprimir la branca amb seguiment remot «%s»"81348135#: builtin/branch.c:2698136#, c-format8137msgid "Error deleting branch '%s'"8138msgstr "Error en suprimir la branca «%s»"81398140#: builtin/branch.c:2768141#, c-format8142msgid "Deleted remote-tracking branch %s (was %s).\n"8143msgstr "S'ha suprimit la branca amb seguiment remot %s (era %s).\n"81448145#: builtin/branch.c:2778146#, c-format8147msgid "Deleted branch %s (was %s).\n"8148msgstr "S'ha suprimit la branca %s (era %s).\n"81498150#: builtin/branch.c:421 builtin/tag.c:598151msgid "unable to parse format string"8152msgstr "no s'ha pogut analitzar la cadena de format"81538154#: builtin/branch.c:4588155#, c-format8156msgid "Branch %s is being rebased at %s"8157msgstr "S'està fent «rebase» en la branca %s a %s"81588159#: builtin/branch.c:4628160#, c-format8161msgid "Branch %s is being bisected at %s"8162msgstr "La branca %s s'està bisecant a %s"81638164#: builtin/branch.c:4798165msgid "cannot copy the current branch while not on any."8166msgstr "no es pot copiar branca actual mentre no s'és a cap."81678168#: builtin/branch.c:4818169msgid "cannot rename the current branch while not on any."8170msgstr "no es pot canviar el nom de la branca actual mentre no s'és a cap."81718172#: builtin/branch.c:4928173#, c-format8174msgid "Invalid branch name: '%s'"8175msgstr "Nom de branca no vàlid: «%s»"81768177#: builtin/branch.c:5198178msgid "Branch rename failed"8179msgstr "El canvi de nom de branca ha fallat"81808181#: builtin/branch.c:5218182msgid "Branch copy failed"8183msgstr "La còpia de la branca ha fallat"81848185#: builtin/branch.c:5258186#, c-format8187msgid "Created a copy of a misnamed branch '%s'"8188msgstr "S'ha creat una còpia d'una branca mal anomenada «%s»"81898190#: builtin/branch.c:5288191#, c-format8192msgid "Renamed a misnamed branch '%s' away"8193msgstr "S'ha canviat el nom de la branca mal anomenada «%s»"81948195#: builtin/branch.c:5348196#, c-format8197msgid "Branch renamed to %s, but HEAD is not updated!"8198msgstr "S'ha canviat el nom de la branca a %s, però HEAD no està actualitzat!"81998200#: builtin/branch.c:5438201msgid "Branch is renamed, but update of config-file failed"8202msgstr ""8203"La branca està canviada de nom, però l'actualització del fitxer de "8204"configuració ha fallat"82058206#: builtin/branch.c:5458207msgid "Branch is copied, but update of config-file failed"8208msgstr ""8209"La branca està copiada, però l'actualització del fitxer de configuració ha "8210"fallat"82118212#: builtin/branch.c:5618213#, c-format8214msgid ""8215"Please edit the description for the branch\n"8216" %s\n"8217"Lines starting with '%c' will be stripped.\n"8218msgstr ""8219"Editeu la descripció de la branca\n"8220" %s\n"8221"S'eliminaran les línies que comencin amb '%c'.\n"82228223#: builtin/branch.c:5948224msgid "Generic options"8225msgstr "Opcions genèriques"82268227#: builtin/branch.c:5968228msgid "show hash and subject, give twice for upstream branch"8229msgstr "mostra el hash i l'assumpte, doneu dues vegades per la branca font"82308231#: builtin/branch.c:5978232msgid "suppress informational messages"8233msgstr "omet els missatges informatius"82348235#: builtin/branch.c:5988236msgid "set up tracking mode (see git-pull(1))"8237msgstr "configura el mode de seguiment (vegeu git-pull(1))"82388239#: builtin/branch.c:6008240msgid "do not use"8241msgstr "no usar"82428243#: builtin/branch.c:602 builtin/rebase--interactive.c:1808244msgid "upstream"8245msgstr "font"82468247#: builtin/branch.c:6028248msgid "change the upstream info"8249msgstr "canvia la informació de font"82508251#: builtin/branch.c:6038252msgid "Unset the upstream info"8253msgstr "Desassigna la informació de font"82548255#: builtin/branch.c:6048256msgid "use colored output"8257msgstr "usa sortida colorada"82588259#: builtin/branch.c:6058260msgid "act on remote-tracking branches"8261msgstr "actua en branques amb seguiment remot"82628263#: builtin/branch.c:607 builtin/branch.c:6098264msgid "print only branches that contain the commit"8265msgstr "imprimeix només les branques que continguin la comissió"82668267#: builtin/branch.c:608 builtin/branch.c:6108268msgid "print only branches that don't contain the commit"8269msgstr "imprimeix només les branques que no continguin la comissió"82708271#: builtin/branch.c:6138272msgid "Specific git-branch actions:"8273msgstr "Accions de git-branch específiques:"82748275#: builtin/branch.c:6148276msgid "list both remote-tracking and local branches"8277msgstr "llista les branques amb seguiment remot i les locals"82788279#: builtin/branch.c:6168280msgid "delete fully merged branch"8281msgstr "suprimeix la branca si està completament fusionada"82828283#: builtin/branch.c:6178284msgid "delete branch (even if not merged)"8285msgstr "suprimeix la branca (encara que no estigui fusionada)"82868287#: builtin/branch.c:6188288msgid "move/rename a branch and its reflog"8289msgstr "mou/canvia de nom una branca i el seu registre de referència"82908291#: builtin/branch.c:6198292msgid "move/rename a branch, even if target exists"8293msgstr "mou/canvia de nom una branca, encara que el destí existeixi"82948295#: builtin/branch.c:6208296msgid "copy a branch and its reflog"8297msgstr "copia una branca i el seu registre de referència"82988299#: builtin/branch.c:6218300msgid "copy a branch, even if target exists"8301msgstr "copia una branca, encara que el destí existeixi"83028303#: builtin/branch.c:6228304msgid "list branch names"8305msgstr "llista els noms de branca"83068307#: builtin/branch.c:6238308msgid "create the branch's reflog"8309msgstr "crea el registre de referència de la branca"83108311#: builtin/branch.c:6258312msgid "edit the description for the branch"8313msgstr "edita la descripció de la branca"83148315#: builtin/branch.c:6268316msgid "force creation, move/rename, deletion"8317msgstr "força creació, moviment/canvi de nom, supressió"83188319#: builtin/branch.c:6278320msgid "print only branches that are merged"8321msgstr "imprimeix només les branques que s'han fusionat"83228323#: builtin/branch.c:6288324msgid "print only branches that are not merged"8325msgstr "imprimeix només les branques que no s'han fusionat"83268327#: builtin/branch.c:6298328msgid "list branches in columns"8329msgstr "llista les branques en columnes"83308331#: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:708332#: builtin/tag.c:4158333msgid "key"8334msgstr "clau"83358336#: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:718337#: builtin/tag.c:4168338msgid "field name to sort on"8339msgstr "nom del camp en el qual ordenar"83408341#: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:4158342#: builtin/notes.c:418 builtin/notes.c:578 builtin/notes.c:5818343#: builtin/tag.c:4188344msgid "object"8345msgstr "objecte"83468347#: builtin/branch.c:6348348msgid "print only branches of the object"8349msgstr "imprimeix només les branques de l'objecte"83508351#: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:4258352msgid "sorting and filtering are case insensitive"8353msgstr "l'ordenació i el filtratge distingeixen entre majúscules i minúscules"83548355#: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:4238356#: builtin/verify-tag.c:398357msgid "format to use for the output"8358msgstr "format a usar en la sortida"83598360#: builtin/branch.c:660 builtin/clone.c:7398361msgid "HEAD not found below refs/heads!"8362msgstr "HEAD no trobat sota refs/heads!"83638364#: builtin/branch.c:6838365msgid "--column and --verbose are incompatible"8366msgstr "--column i --verbose són incompatibles"83678368#: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:7588369msgid "branch name required"8370msgstr "cal el nom de branca"83718372#: builtin/branch.c:7258373msgid "Cannot give description to detached HEAD"8374msgstr "No es pot donar descripció a un HEAD separat"83758376#: builtin/branch.c:7308377msgid "cannot edit description of more than one branch"8378msgstr "no es pot editar la descripció de més d'una branca"83798380#: builtin/branch.c:7378381#, c-format8382msgid "No commit on branch '%s' yet."8383msgstr "Encara no hi ha cap comissió en la branca «%s»."83848385#: builtin/branch.c:7408386#, c-format8387msgid "No branch named '%s'."8388msgstr "No hi ha cap branca amb nom «%s»."83898390#: builtin/branch.c:7558391msgid "too many branches for a copy operation"8392msgstr "hi ha massa branques per a una operació de còpia"83938394#: builtin/branch.c:7648395msgid "too many arguments for a rename operation"8396msgstr "hi ha massa arguments per a una operació remota"83978398#: builtin/branch.c:7698399msgid "too many arguments to set new upstream"8400msgstr "hi ha massa arguments per a establir una nova font"84018402#: builtin/branch.c:7738403#, c-format8404msgid ""8405"could not set upstream of HEAD to %s when it does not point to any branch."8406msgstr ""8407"no s'ha pogut establir la font de HEAD com a %s quan no assenyala cap branca."84088409#: builtin/branch.c:776 builtin/branch.c:7988410#, c-format8411msgid "no such branch '%s'"8412msgstr "no hi ha tal branca «%s»"84138414#: builtin/branch.c:7808415#, c-format8416msgid "branch '%s' does not exist"8417msgstr "la branca «%s» no existeix"84188419#: builtin/branch.c:7928420msgid "too many arguments to unset upstream"8421msgstr "hi ha massa arguments per a desassignar la font"84228423#: builtin/branch.c:7968424msgid "could not unset upstream of HEAD when it does not point to any branch."8425msgstr ""8426"no s'ha pogut desassignar la font de HEAD perquè no assenyala cap branca."84278428#: builtin/branch.c:8028429#, c-format8430msgid "Branch '%s' has no upstream information"8431msgstr "La branca «%s» no té informació de font"84328433#: builtin/branch.c:8128434msgid "-a and -r options to 'git branch' do not make sense with a branch name"8435msgstr ""8436"les opcions -a i -r a 'git branch' no tenen sentit amb un nom de branca"84378438#: builtin/branch.c:8158439msgid ""8440"the '--set-upstream' option is no longer supported. Please use '--track' or "8441"'--set-upstream-to' instead."8442msgstr ""8443"L'opció --set-upstream ja no està suportada. Useu en comptes --track o --set-"8444"upstream-to."84458446#: builtin/bundle.c:458447#, c-format8448msgid "%s is okay\n"8449msgstr "%s està bé\n"84508451#: builtin/bundle.c:588452msgid "Need a repository to create a bundle."8453msgstr "Cal un dipòsit per a fer un farcell."84548455#: builtin/bundle.c:628456msgid "Need a repository to unbundle."8457msgstr "Cal un dipòsit per a desfer un farcell."84588459#: builtin/cat-file.c:5878460msgid ""8461"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"8462"p | <type> | --textconv | --filters) [--path=<path>] <object>"8463msgstr ""8464"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"8465"p | <tipus> | --textconv | --filters [--path=<camí>]) <objecte>"84668467#: builtin/cat-file.c:5888468msgid ""8469"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"8470"filters]"8471msgstr ""8472"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"8473"filters]"84748475#: builtin/cat-file.c:6098476#, fuzzy8477msgid "only one batch option may be specified"8478msgstr "Cap nom de branca especificat"84798480#: builtin/cat-file.c:6278481msgid "<type> can be one of: blob, tree, commit, tag"8482msgstr "<tipus> pot ser un de: blob, tree, commit, tag"84838484#: builtin/cat-file.c:6288485msgid "show object type"8486msgstr "mostra el tipus de l'objecte"84878488#: builtin/cat-file.c:6298489msgid "show object size"8490msgstr "mostra la mida de l'objecte"84918492#: builtin/cat-file.c:6318493msgid "exit with zero when there's no error"8494msgstr "surt amb zero quan no hi ha error"84958496#: builtin/cat-file.c:6328497msgid "pretty-print object's content"8498msgstr "imprimeix bellament el contingut de l'objecte"84998500#: builtin/cat-file.c:6348501msgid "for blob objects, run textconv on object's content"8502msgstr "en els objectes de blob, executa textconv en el contingut de l'objecte"85038504#: builtin/cat-file.c:6368505msgid "for blob objects, run filters on object's content"8506msgstr ""8507"en els objectes de blob, executa els filtres en el contingut de l'objecte"85088509#: builtin/cat-file.c:637 git-submodule.sh:8578510msgid "blob"8511msgstr "blob"85128513#: builtin/cat-file.c:6388514msgid "use a specific path for --textconv/--filters"8515msgstr "usa un camí específic per a --textconv/--filters"85168517#: builtin/cat-file.c:6408518msgid "allow -s and -t to work with broken/corrupt objects"8519msgstr "permet que -s i -t funcionin amb objectes trencats/malmesos"85208521#: builtin/cat-file.c:6418522msgid "buffer --batch output"8523msgstr "posa la sortida de --batch en memòria intermèdia"85248525#: builtin/cat-file.c:6438526msgid "show info and content of objects fed from the standard input"8527msgstr ""8528"mostra la informació i contingut dels objectes rebuts de l'entrada estàndard"85298530#: builtin/cat-file.c:6478531msgid "show info about objects fed from the standard input"8532msgstr "mostra informació sobre els objectes rebuts de l'entrada estàndard"85338534#: builtin/cat-file.c:6518535msgid "follow in-tree symlinks (used with --batch or --batch-check)"8536msgstr ""8537"segueix els enllaços simbòlics en l'arbre (s'usa amb --batch o --batch-check)"85388539#: builtin/cat-file.c:6538540msgid "show all objects with --batch or --batch-check"8541msgstr "mostra tots els objectes amb --batch o --batch-check"85428543#: builtin/cat-file.c:6558544msgid "do not order --batch-all-objects output"8545msgstr ""85468547#: builtin/check-attr.c:128548msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."8549msgstr "git check-attr [-a | --all | <atribut>...] [--] <nom-de-camí>..."85508551#: builtin/check-attr.c:138552msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"8553msgstr "git check-attr --stdin [-z] [-a | --all | <atribut>...]"85548555#: builtin/check-attr.c:208556msgid "report all attributes set on file"8557msgstr "informa de tots els atributs establerts en el fitxer"85588559#: builtin/check-attr.c:218560msgid "use .gitattributes only from the index"8561msgstr "usa .gitattributes només des de l'índex"85628563#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:1018564msgid "read file names from stdin"8565msgstr "llegeix els noms de fitxer de stdin"85668567#: builtin/check-attr.c:24 builtin/check-ignore.c:268568msgid "terminate input and output records by a NUL character"8569msgstr "acaba els registres d'entrada i de sortida amb un caràcter NUL"85708571#: builtin/check-ignore.c:20 builtin/checkout.c:1234 builtin/gc.c:5178572#: builtin/worktree.c:4958573msgid "suppress progress reporting"8574msgstr "omet els informes de progrés"85758576#: builtin/check-ignore.c:288577msgid "show non-matching input paths"8578msgstr "mostra els camins d'entrada que no coincideixin"85798580#: builtin/check-ignore.c:308581msgid "ignore index when checking"8582msgstr "ignora l'índex en comprovar"85838584#: builtin/check-ignore.c:1598585msgid "cannot specify pathnames with --stdin"8586msgstr "no es poden especificar noms de camí amb --stdin"85878588#: builtin/check-ignore.c:1628589msgid "-z only makes sense with --stdin"8590msgstr "-z només té sentit amb --stdin"85918592#: builtin/check-ignore.c:1648593msgid "no path specified"8594msgstr "cap camí especificat"85958596#: builtin/check-ignore.c:1688597msgid "--quiet is only valid with a single pathname"8598msgstr "--quiet només és vàlid amb un sol nom de camí"85998600#: builtin/check-ignore.c:1708601msgid "cannot have both --quiet and --verbose"8602msgstr "no es poden especificar --quiet i --verbose alhora"86038604#: builtin/check-ignore.c:1738605msgid "--non-matching is only valid with --verbose"8606msgstr "--non-matching és vàlid només amb --verbose"86078608#: builtin/check-mailmap.c:98609msgid "git check-mailmap [<options>] <contact>..."8610msgstr "git check-mailmap [<opcions>] <contacte>..."86118612#: builtin/check-mailmap.c:148613msgid "also read contacts from stdin"8614msgstr "també llegeix els contactes des de stdin"86158616#: builtin/check-mailmap.c:258617#, c-format8618msgid "unable to parse contact: %s"8619msgstr "no s'ha pogut analitzar el contacte: %s"86208621#: builtin/check-mailmap.c:488622msgid "no contacts specified"8623msgstr "no hi ha contactes especificats"86248625#: builtin/checkout-index.c:1288626msgid "git checkout-index [<options>] [--] [<file>...]"8627msgstr "git checkout-index [<opcions>] [--] [<fitxer>...]"86288629#: builtin/checkout-index.c:1458630msgid "stage should be between 1 and 3 or all"8631msgstr "«stage» ha de ser entre 1 i 3 o all"86328633#: builtin/checkout-index.c:1618634msgid "check out all files in the index"8635msgstr "agafa tots els fitxers en l'índex"86368637#: builtin/checkout-index.c:1628638msgid "force overwrite of existing files"8639msgstr "força la sobreescriptura de fitxers existents"86408641#: builtin/checkout-index.c:1648642msgid "no warning for existing files and files not in index"8643msgstr ""8644"cap advertència per a fitxers existents i fitxers que no siguin a l'índex"86458646#: builtin/checkout-index.c:1668647msgid "don't checkout new files"8648msgstr "no agafis fitxers nous"86498650#: builtin/checkout-index.c:1688651msgid "update stat information in the index file"8652msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"86538654#: builtin/checkout-index.c:1728655msgid "read list of paths from the standard input"8656msgstr "llegeix la llista de camins des de l'entrada estàndard"86578658#: builtin/checkout-index.c:1748659msgid "write the content to temporary files"8660msgstr "escriu el contingut a fitxers temporals"86618662#: builtin/checkout-index.c:175 builtin/column.c:318663#: builtin/submodule--helper.c:1368 builtin/submodule--helper.c:13718664#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:18538665#: builtin/worktree.c:6688666msgid "string"8667msgstr "cadena"86688669#: builtin/checkout-index.c:1768670msgid "when creating files, prepend <string>"8671msgstr "en crear fitxers, anteposa <cadena>"86728673#: builtin/checkout-index.c:1788674msgid "copy out the files from named stage"8675msgstr "copia els fitxers des de «stage» amb nom"86768677#: builtin/checkout.c:318678msgid "git checkout [<options>] <branch>"8679msgstr "git checkout [<opcions>] <branca>"86808681#: builtin/checkout.c:328682msgid "git checkout [<options>] [<branch>] -- <file>..."8683msgstr "git checkout [<opcions>] [<branca>] -- <fitxer>..."86848685#: builtin/checkout.c:144 builtin/checkout.c:1778686#, c-format8687msgid "path '%s' does not have our version"8688msgstr "el camí «%s» no té la nostra versió"86898690#: builtin/checkout.c:146 builtin/checkout.c:1798691#, c-format8692msgid "path '%s' does not have their version"8693msgstr "el camí «%s» no té la seva versió"86948695#: builtin/checkout.c:1628696#, c-format8697msgid "path '%s' does not have all necessary versions"8698msgstr "el camí «%s» no té totes les versions necessàries"86998700#: builtin/checkout.c:2068701#, c-format8702msgid "path '%s' does not have necessary versions"8703msgstr "el camí «%s» no té les versions necessàries"87048705#: builtin/checkout.c:2248706#, c-format8707msgid "path '%s': cannot merge"8708msgstr "camí «%s»: no es pot fusionar"87098710#: builtin/checkout.c:2408711#, c-format8712msgid "Unable to add merge result for '%s'"8713msgstr "No s'ha pogut afegir el resultat de fusió per a «%s»"87148715#: builtin/checkout.c:262 builtin/checkout.c:265 builtin/checkout.c:2688716#: builtin/checkout.c:2718717#, c-format8718msgid "'%s' cannot be used with updating paths"8719msgstr "«%s» no es pot usar amb actualització de camins"87208721#: builtin/checkout.c:274 builtin/checkout.c:2778722#, c-format8723msgid "'%s' cannot be used with %s"8724msgstr "«%s» no es pot usar amb %s"87258726#: builtin/checkout.c:2808727#, c-format8728msgid "Cannot update paths and switch to branch '%s' at the same time."8729msgstr ""8730"No es poden actualitzar els camins i canviar a la branca «%s» a la vegada."87318732#: builtin/checkout.c:349 builtin/checkout.c:3568733#, c-format8734msgid "path '%s' is unmerged"8735msgstr "el camí «%s» està sense fusionar"87368737#: builtin/checkout.c:6088738msgid "you need to resolve your current index first"8739msgstr "heu de primer resoldre el vostre índex actual"87408741#: builtin/checkout.c:7458742#, c-format8743msgid "Can not do reflog for '%s': %s\n"8744msgstr "No es pot fer reflog per a «%s»: %s\n"87458746#: builtin/checkout.c:7868747msgid "HEAD is now at"8748msgstr "HEAD ara és a"87498750#: builtin/checkout.c:790 builtin/clone.c:6928751msgid "unable to update HEAD"8752msgstr "no s'ha pogut actualitzar HEAD"87538754#: builtin/checkout.c:7948755#, c-format8756msgid "Reset branch '%s'\n"8757msgstr "Restableix la branca «%s»\n"87588759#: builtin/checkout.c:7978760#, c-format8761msgid "Already on '%s'\n"8762msgstr "Ja en «%s»\n"87638764#: builtin/checkout.c:8018765#, c-format8766msgid "Switched to and reset branch '%s'\n"8767msgstr "S'ha canviat i restablert a la branca «%s»\n"87688769#: builtin/checkout.c:803 builtin/checkout.c:11668770#, c-format8771msgid "Switched to a new branch '%s'\n"8772msgstr "S'ha canviat a la branca nova «%s»\n"87738774#: builtin/checkout.c:8058775#, c-format8776msgid "Switched to branch '%s'\n"8777msgstr "S'ha canviat a la branca «%s»\n"87788779#: builtin/checkout.c:8568780#, c-format8781msgid " ... and %d more.\n"8782msgstr " ... i %d més.\n"87838784#: builtin/checkout.c:8628785#, c-format8786msgid ""8787"Warning: you are leaving %d commit behind, not connected to\n"8788"any of your branches:\n"8789"\n"8790"%s\n"8791msgid_plural ""8792"Warning: you are leaving %d commits behind, not connected to\n"8793"any of your branches:\n"8794"\n"8795"%s\n"8796msgstr[0] ""8797"Advertència: esteu deixant enrere %d comissió, no\n"8798"vinculada a cap de les vostres branques:\n"8799"\n"8800"%s\n"8801msgstr[1] ""8802"Advertència: esteu deixant enrere %d comissions, no\n"8803"vinculades a cap de les vostres branques:\n"8804"\n"8805"%s\n"88068807#: builtin/checkout.c:8818808#, c-format8809msgid ""8810"If you want to keep it by creating a new branch, this may be a good time\n"8811"to do so with:\n"8812"\n"8813" git branch <new-branch-name> %s\n"8814"\n"8815msgid_plural ""8816"If you want to keep them by creating a new branch, this may be a good time\n"8817"to do so with:\n"8818"\n"8819" git branch <new-branch-name> %s\n"8820"\n"8821msgstr[0] ""8822"Si la voleu mantenir creant una branca nova, ara pot ser un bon moment\n"8823"per a fer-ho amb:\n"8824"\n"8825" git branch <nom-de-branca-nova> %s\n"8826"\n"8827msgstr[1] ""8828"Si les voleu mantenir creant una branca nova, ara pot ser un bon moment\n"8829"per a fer-ho amb:\n"8830"\n"8831" git branch <nom-de-branca-nova> %s\n"8832"\n"88338834#: builtin/checkout.c:9138835msgid "internal error in revision walk"8836msgstr "error intern en el passeig per revisions"88378838#: builtin/checkout.c:9178839msgid "Previous HEAD position was"8840msgstr "La posició de HEAD anterior era"88418842#: builtin/checkout.c:945 builtin/checkout.c:11618843msgid "You are on a branch yet to be born"8844msgstr "Sou en una branca que encara ha de néixer"88458846#: builtin/checkout.c:10668847#, c-format8848msgid "only one reference expected, %d given."8849msgstr "s'esperava només una referència, s'han donat %d."88508851#: builtin/checkout.c:1107 builtin/worktree.c:289 builtin/worktree.c:4448852#, c-format8853msgid "invalid reference: %s"8854msgstr "referència no vàlida: %s"88558856#: builtin/checkout.c:11368857#, c-format8858msgid "reference is not a tree: %s"8859msgstr "la referència no és un arbre: %s"88608861#: builtin/checkout.c:11758862msgid "paths cannot be used with switching branches"8863msgstr "els camins no es poden usar amb canvi de branca"88648865#: builtin/checkout.c:1178 builtin/checkout.c:11828866#, c-format8867msgid "'%s' cannot be used with switching branches"8868msgstr "«%s» no es pot usar amb canvi de branca"88698870#: builtin/checkout.c:1186 builtin/checkout.c:1189 builtin/checkout.c:11948871#: builtin/checkout.c:11978872#, c-format8873msgid "'%s' cannot be used with '%s'"8874msgstr "«%s» no es pot usar amb «%s»"88758876#: builtin/checkout.c:12028877#, c-format8878msgid "Cannot switch branch to a non-commit '%s'"8879msgstr "No es pot canviar la branca a la no comissió «%s»"88808881#: builtin/checkout.c:1235 builtin/checkout.c:1237 builtin/clone.c:1198882#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:4888883#: builtin/worktree.c:4908884msgid "branch"8885msgstr "branca"88868887#: builtin/checkout.c:12368888msgid "create and checkout a new branch"8889msgstr "crea i agafa una branca nova"88908891#: builtin/checkout.c:12388892msgid "create/reset and checkout a branch"8893msgstr "crea/restableix i agafa una branca"88948895#: builtin/checkout.c:12398896msgid "create reflog for new branch"8897msgstr "crea un registre de referència per a la branca nova"88988899#: builtin/checkout.c:1240 builtin/worktree.c:4928900msgid "detach HEAD at named commit"8901msgstr "separa HEAD a la comissió anomenada"89028903#: builtin/checkout.c:12418904msgid "set upstream info for new branch"8905msgstr "estableix la informació de font de la branca nova"89068907#: builtin/checkout.c:12438908msgid "new-branch"8909msgstr "branca-nova"89108911#: builtin/checkout.c:12438912msgid "new unparented branch"8913msgstr "branca òrfena nova"89148915#: builtin/checkout.c:12458916msgid "checkout our version for unmerged files"8917msgstr "agafa la versió nostra dels fitxers sense fusionar"89188919#: builtin/checkout.c:12488920msgid "checkout their version for unmerged files"8921msgstr "agafa la versió seva dels fitxers sense fusionar"89228923#: builtin/checkout.c:12508924msgid "force checkout (throw away local modifications)"8925msgstr "agafa a la força (descarta qualsevol modificació local)"89268927#: builtin/checkout.c:12528928msgid "perform a 3-way merge with the new branch"8929msgstr "realitza una fusió de 3 vies amb la branca nova"89308931#: builtin/checkout.c:1254 builtin/merge.c:2758932msgid "update ignored files (default)"8933msgstr "actualitza els fitxers ignorats (per defecte)"89348935#: builtin/checkout.c:1256 builtin/log.c:1573 parse-options.h:2748936msgid "style"8937msgstr "estil"89388939#: builtin/checkout.c:12578940msgid "conflict style (merge or diff3)"8941msgstr "estil de conflicte (fusió o diff3)"89428943#: builtin/checkout.c:12608944msgid "do not limit pathspecs to sparse entries only"8945msgstr "no limitis les especificacions de camí només a entrades disperses"89468947#: builtin/checkout.c:12628948msgid "second guess 'git checkout <no-such-branch>'"8949msgstr "dubta 'git checkout <cap-branca-així>'"89508951#: builtin/checkout.c:12648952msgid "do not check if another worktree is holding the given ref"8953msgstr "no comprovis si altre arbre de treball té la referència donada"89548955#: builtin/checkout.c:1268 builtin/clone.c:86 builtin/fetch.c:1418956#: builtin/merge.c:272 builtin/pull.c:129 builtin/push.c:5728957#: builtin/send-pack.c:1748958msgid "force progress reporting"8959msgstr "força l'informe de progrés"89608961#: builtin/checkout.c:12988962msgid "-b, -B and --orphan are mutually exclusive"8963msgstr "-b, -B i --orphan són mútuament excloents"89648965#: builtin/checkout.c:13158966msgid "--track needs a branch name"8967msgstr "--track necessita un nom de branca"89688969#: builtin/checkout.c:13208970#, fuzzy8971msgid "missing branch name; try -b"8972msgstr "Manca el nom de branca; proveu -b"89738974#: builtin/checkout.c:13578975msgid "invalid path specification"8976msgstr "especificació de camí no vàlida"89778978#: builtin/checkout.c:13648979#, c-format8980msgid "'%s' is not a commit and a branch '%s' cannot be created from it"8981msgstr ""8982"«%s» no és una comissió i la branca «%s» no es pot crear a partir d'aquesta "8983"comissió"89848985#: builtin/checkout.c:13688986#, c-format8987msgid "git checkout: --detach does not take a path argument '%s'"8988msgstr "git checkout: --detach no accepta un paràmetre de camí «%s»"89898990#: builtin/checkout.c:13728991msgid ""8992"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"8993"checking out of the index."8994msgstr ""8995"git checkout: --ours/--theirs, --force i --merge són incompatibles en\n"8996"agafar de l'índex."89978998#: builtin/checkout.c:13928999#, c-format9000msgid ""9001"'%s' matched more than one remote tracking branch.\n"9002"We found %d remotes with a reference that matched. So we fell back\n"9003"on trying to resolve the argument as a path, but failed there too!\n"9004"\n"9005"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"9006"you can do so by fully qualifying the name with the --track option:\n"9007"\n"9008" git checkout --track origin/<name>\n"9009"\n"9010"If you'd like to always have checkouts of an ambiguous <name> prefer\n"9011"one remote, e.g. the 'origin' remote, consider setting\n"9012"checkout.defaultRemote=origin in your config."9013msgstr ""90149015#: builtin/clean.c:279016msgid ""9017"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."9018msgstr ""9019"git clean [-d] [-f] [-i] [-n] [-q] [-e <patró>] [-x | -X] [--] <camins>..."90209021#: builtin/clean.c:319022#, c-format9023msgid "Removing %s\n"9024msgstr "S'està eliminant %s\n"90259026#: builtin/clean.c:329027#, c-format9028msgid "Would remove %s\n"9029msgstr "Eliminaria %s\n"90309031#: builtin/clean.c:339032#, c-format9033msgid "Skipping repository %s\n"9034msgstr "S'està ometent el dipòsit %s\n"90359036#: builtin/clean.c:349037#, c-format9038msgid "Would skip repository %s\n"9039msgstr "Ometria el dipòsit %s\n"90409041#: builtin/clean.c:359042#, c-format9043msgid "failed to remove %s"9044msgstr "s'ha produït un error en eliminar %s"90459046#: builtin/clean.c:298 git-add--interactive.perl:5799047#, c-format9048msgid ""9049"Prompt help:\n"9050"1 - select a numbered item\n"9051"foo - select item based on unique prefix\n"9052" - (empty) select nothing\n"9053msgstr ""9054"Ajuda:\n"9055"1 - selecciona un ítem numerat\n"9056"foo - selecciona un ítem basat en un prefix únic\n"9057" - (buit) no seleccionis res\n"90589059#: builtin/clean.c:302 git-add--interactive.perl:5889060#, c-format9061msgid ""9062"Prompt help:\n"9063"1 - select a single item\n"9064"3-5 - select a range of items\n"9065"2-3,6-9 - select multiple ranges\n"9066"foo - select item based on unique prefix\n"9067"-... - unselect specified items\n"9068"* - choose all items\n"9069" - (empty) finish selecting\n"9070msgstr ""9071"Ajuda:\n"9072"1 - selecciona un sol ítem\n"9073"3-5 - selecciona un rang d'ítems\n"9074"2-3,6-9 - selecciona múltiples rangs\n"9075"foo - selecciona un ítem basat en un prefix únic\n"9076"-... - desselecciona els ítems seleccionats\n"9077"* - tria tots els ítems\n"9078" - (buit) finalitza la selecció\n"90799080#: builtin/clean.c:518 git-add--interactive.perl:5549081#: git-add--interactive.perl:5599082#, c-format, perl-format9083msgid "Huh (%s)?\n"9084msgstr "Perdó (%s)?\n"90859086#: builtin/clean.c:6609087#, c-format9088msgid "Input ignore patterns>> "9089msgstr "Introduïu els patrons a ignorar>> "90909091#: builtin/clean.c:6979092#, c-format9093msgid "WARNING: Cannot find items matched by: %s"9094msgstr "ADVERTÈNCIA: No es poden trobar ítems que coincideixin amb: %s"90959096#: builtin/clean.c:7189097msgid "Select items to delete"9098msgstr "Selecciona els ítems a suprimir"90999100#. TRANSLATORS: Make sure to keep [y/N] as is9101#: builtin/clean.c:7599102#, c-format9103msgid "Remove %s [y/N]? "9104msgstr "Voleu eliminar %s [y/N]? "91059106#: builtin/clean.c:784 git-add--interactive.perl:17179107#, c-format9108msgid "Bye.\n"9109msgstr "Adeu.\n"91109111#: builtin/clean.c:7929112msgid ""9113"clean - start cleaning\n"9114"filter by pattern - exclude items from deletion\n"9115"select by numbers - select items to be deleted by numbers\n"9116"ask each - confirm each deletion (like \"rm -i\")\n"9117"quit - stop cleaning\n"9118"help - this screen\n"9119"? - help for prompt selection"9120msgstr ""9121"clean - comença a netejar\n"9122"filter by pattern - exclou ítems de supressió\n"9123"select by numbers - selecciona ítems a suprimir per números\n"9124"ask each - confirma cada supressió (com \"rm -i\")\n"9125"quit - deixa de netejar\n"9126"help - aquesta pantalla\n"9127"? - ajuda de selecció de l'avís"91289129#: builtin/clean.c:819 git-add--interactive.perl:17939130msgid "*** Commands ***"9131msgstr "*** Ordres ***"91329133#: builtin/clean.c:820 git-add--interactive.perl:17909134msgid "What now"9135msgstr "I ara què"91369137#: builtin/clean.c:8289138msgid "Would remove the following item:"9139msgid_plural "Would remove the following items:"9140msgstr[0] "Eliminaria l'ítem següent:"9141msgstr[1] "Eliminaria els ítems següents:"91429143#: builtin/clean.c:8449144msgid "No more files to clean, exiting."9145msgstr "No hi ha més fitxers a netejar; s'està sortint."91469147#: builtin/clean.c:9069148msgid "do not print names of files removed"9149msgstr "no imprimeixis els noms dels fitxers eliminats"91509151#: builtin/clean.c:9089152msgid "force"9153msgstr "força"91549155#: builtin/clean.c:9099156msgid "interactive cleaning"9157msgstr "neteja interactiva"91589159#: builtin/clean.c:9119160msgid "remove whole directories"9161msgstr "elimina directoris sencers"91629163#: builtin/clean.c:912 builtin/describe.c:545 builtin/describe.c:5479164#: builtin/grep.c:886 builtin/log.c:166 builtin/log.c:1689165#: builtin/ls-files.c:556 builtin/name-rev.c:415 builtin/name-rev.c:4179166#: builtin/show-ref.c:1789167msgid "pattern"9168msgstr "patró"91699170#: builtin/clean.c:9139171msgid "add <pattern> to ignore rules"9172msgstr "afegiu <patró> per a ignorar les regles"91739174#: builtin/clean.c:9149175msgid "remove ignored files, too"9176msgstr "elimina els fitxers ignorats, també"91779178#: builtin/clean.c:9169179msgid "remove only ignored files"9180msgstr "elimina només els fitxers ignorats"91819182#: builtin/clean.c:9349183msgid "-x and -X cannot be used together"9184msgstr "-x i -X no es poden usar junts"91859186#: builtin/clean.c:9389187msgid ""9188"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "9189"clean"9190msgstr ""9191"clean.requireForce està establerta en cert i ni -i, -n ni -f s'han indicat; "9192"refusant netejar"91939194#: builtin/clean.c:9419195msgid ""9196"clean.requireForce defaults to true and neither -i, -n, nor -f given; "9197"refusing to clean"9198msgstr ""9199"clean.requireForce és per defecte cert i ni -i, -n ni -f s'han indicat; "9200"refusant netejar"92019202#: builtin/clone.c:439203msgid "git clone [<options>] [--] <repo> [<dir>]"9204msgstr "git clone [<opcions>] [--] <dipòsit> [<directori>]"92059206#: builtin/clone.c:889207msgid "don't create a checkout"9208msgstr "no facis cap agafament"92099210#: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:4819211msgid "create a bare repository"9212msgstr "crea un dipòsit nu"92139214#: builtin/clone.c:939215msgid "create a mirror repository (implies bare)"9216msgstr "crea un dipòsit mirall (implica bare)"92179218#: builtin/clone.c:959219msgid "to clone from a local repository"9220msgstr "per a clonar des d'un dipòsit local"92219222#: builtin/clone.c:979223msgid "don't use local hardlinks, always copy"9224msgstr "no usis enllaços durs locals, sempre copia"92259226#: builtin/clone.c:999227msgid "setup as shared repository"9228msgstr "configura com a dipòsit compartit"92299230#: builtin/clone.c:101 builtin/clone.c:1059231msgid "pathspec"9232msgstr "especificació de camí"92339234#: builtin/clone.c:101 builtin/clone.c:1059235msgid "initialize submodules in the clone"9236msgstr "inicialitza els submòduls en el clon"92379238#: builtin/clone.c:1089239msgid "number of submodules cloned in parallel"9240msgstr "nombre de submòduls clonats en paral·lel"92419242#: builtin/clone.c:109 builtin/init-db.c:4789243msgid "template-directory"9244msgstr "directori-de-plantilla"92459246#: builtin/clone.c:110 builtin/init-db.c:4799247msgid "directory from which templates will be used"9248msgstr "directori des del qual s'usaran les plantilles"92499250#: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:13759251#: builtin/submodule--helper.c:18569252msgid "reference repository"9253msgstr "dipòsit de referència"92549255#: builtin/clone.c:116 builtin/submodule--helper.c:13779256#: builtin/submodule--helper.c:18589257msgid "use --reference only while cloning"9258msgstr "usa --reference només en clonar"92599260#: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:469261#: builtin/pack-objects.c:3299 builtin/repack.c:3299262msgid "name"9263msgstr "nom"92649265#: builtin/clone.c:1189266msgid "use <name> instead of 'origin' to track upstream"9267msgstr "usa <nom> en lloc de 'origin' per a seguir la font"92689269#: builtin/clone.c:1209270msgid "checkout <branch> instead of the remote's HEAD"9271msgstr "agafa <branca> en lloc de la HEAD del remot"92729273#: builtin/clone.c:1229274msgid "path to git-upload-pack on the remote"9275msgstr "camí a git-upload-pack en el remot"92769277#: builtin/clone.c:123 builtin/fetch.c:142 builtin/grep.c:8259278#: builtin/pull.c:2179279msgid "depth"9280msgstr "profunditat"92819282#: builtin/clone.c:1249283msgid "create a shallow clone of that depth"9284msgstr "crea un clon superficial de tal profunditat"92859286#: builtin/clone.c:125 builtin/fetch.c:144 builtin/pack-objects.c:32909287msgid "time"9288msgstr "hora"92899290#: builtin/clone.c:1269291msgid "create a shallow clone since a specific time"9292msgstr "crea un clon superficial des d'una hora específica"92939294#: builtin/clone.c:127 builtin/fetch.c:146 builtin/fetch.c:1699295#: builtin/rebase.c:8139296msgid "revision"9297msgstr "revisió"92989299#: builtin/clone.c:128 builtin/fetch.c:1479300msgid "deepen history of shallow clone, excluding rev"9301msgstr "aprofundeix la història d'un clon superficial, excloent una revisió"93029303#: builtin/clone.c:1309304msgid "clone only one branch, HEAD or --branch"9305msgstr "clona només una branca, HEAD o --branch"93069307#: builtin/clone.c:1329308msgid "don't clone any tags, and make later fetches not to follow them"9309msgstr ""9310"no cloneu cap etiqueta, i feu que els «fetch» següents no els segueixen"93119312#: builtin/clone.c:1349313msgid "any cloned submodules will be shallow"9314msgstr "qualsevol submòdul clonat serà superficial"93159316#: builtin/clone.c:135 builtin/init-db.c:4879317msgid "gitdir"9318msgstr "directori de git"93199320#: builtin/clone.c:136 builtin/init-db.c:4889321msgid "separate git dir from working tree"9322msgstr "separa el directori de git de l'arbre de treball"93239324#: builtin/clone.c:1379325msgid "key=value"9326msgstr "clau=valor"93279328#: builtin/clone.c:1389329msgid "set config inside the new repository"9330msgstr "estableix la configuració dins del dipòsit nou"93319332#: builtin/clone.c:139 builtin/fetch.c:165 builtin/pull.c:2309333#: builtin/push.c:5839334msgid "use IPv4 addresses only"9335msgstr "usa només adreces IPv4"93369337#: builtin/clone.c:141 builtin/fetch.c:167 builtin/pull.c:2339338#: builtin/push.c:5859339msgid "use IPv6 addresses only"9340msgstr "usa només adreces IPv6"93419342#: builtin/clone.c:2799343msgid ""9344"No directory name could be guessed.\n"9345"Please specify a directory on the command line"9346msgstr ""9347"No s'ha pogut endevinar cap nom de directori.\n"9348"Especifiqueu un directori en la línia d'ordres"93499350#: builtin/clone.c:3329351#, c-format9352msgid "info: Could not add alternate for '%s': %s\n"9353msgstr "info: No s'ha pogut afegir un alternatiu per a «%s»: %s\n"93549355#: builtin/clone.c:4049356#, c-format9357msgid "failed to open '%s'"9358msgstr "s'ha produït un error en obrir «%s»"93599360#: builtin/clone.c:4129361#, c-format9362msgid "%s exists and is not a directory"9363msgstr "%s existeix i no és directori"93649365#: builtin/clone.c:4269366#, c-format9367msgid "failed to stat %s\n"9368msgstr "s'ha produït un error en fer stat a '%s'\n"93699370#: builtin/clone.c:4439371#, c-format9372msgid "failed to unlink '%s'"9373msgstr "s'ha produït un error en desenllaçar «%s»"93749375#: builtin/clone.c:4489376#, c-format9377msgid "failed to create link '%s'"9378msgstr "s'ha produït un error en crear l'enllaç «%s»"93799380#: builtin/clone.c:4529381#, c-format9382msgid "failed to copy file to '%s'"9383msgstr "s'ha produït un error en copiar el fitxer a «%s»"93849385#: builtin/clone.c:4789386#, c-format9387msgid "done.\n"9388msgstr "fet.\n"93899390#: builtin/clone.c:4929391msgid ""9392"Clone succeeded, but checkout failed.\n"9393"You can inspect what was checked out with 'git status'\n"9394"and retry the checkout with 'git checkout -f HEAD'\n"9395msgstr ""9396"El clonatge ha tingut èxit, però l'agafament ha\n"9397"fallat. Podeu inspeccionar què s'ha agafat amb\n"9398"'git status' i tornar a intentar l'agafament amb\n"9399"'git checkout -f HEAD'\n"94009401#: builtin/clone.c:5699402#, c-format9403msgid "Could not find remote branch %s to clone."9404msgstr "No s'ha pogut trobar la branca remota %s per a clonar."94059406#: builtin/clone.c:6809407#, c-format9408msgid "unable to update %s"9409msgstr "no s'ha pogut actualitzar %s"94109411#: builtin/clone.c:7309412msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"9413msgstr ""9414"la HEAD remot es refereix a una referència que no existeix; no s'ha pogut "9415"agafar.\n"94169417#: builtin/clone.c:7619418msgid "unable to checkout working tree"9419msgstr "no s'ha pogut agafar l'arbre de treball"94209421#: builtin/clone.c:8069422msgid "unable to write parameters to config file"9423msgstr "no s'han pogut escriure els paràmetres al fitxer de configuració"94249425#: builtin/clone.c:8699426msgid "cannot repack to clean up"9427msgstr "no es pot reempaquetar per a netejar"94289429#: builtin/clone.c:8719430msgid "cannot unlink temporary alternates file"9431msgstr "no es pot desenllaçar el fitxer d'alternatives temporal"94329433#: builtin/clone.c:911 builtin/receive-pack.c:19419434msgid "Too many arguments."9435msgstr "Hi ha massa paràmetres."94369437#: builtin/clone.c:9159438msgid "You must specify a repository to clone."9439msgstr "Heu d'especificar un dipòsit per a clonar."94409441#: builtin/clone.c:9289442#, c-format9443msgid "--bare and --origin %s options are incompatible."9444msgstr "les opcions --bare i --origin %s són incompatibles."94459446#: builtin/clone.c:9319447msgid "--bare and --separate-git-dir are incompatible."9448msgstr "--bare i --separate-git-dir són incompatibles."94499450#: builtin/clone.c:9449451#, c-format9452msgid "repository '%s' does not exist"9453msgstr "el dipòsit «%s» no existeix"94549455#: builtin/clone.c:950 builtin/fetch.c:16069456#, c-format9457msgid "depth %s is not a positive number"9458msgstr "la profunditat %s no és nombre positiu"94599460#: builtin/clone.c:9609461#, c-format9462msgid "destination path '%s' already exists and is not an empty directory."9463msgstr "el camí destí «%s» ja existeix i no és un directori buit."94649465#: builtin/clone.c:9709466#, c-format9467msgid "working tree '%s' already exists."9468msgstr "l'arbre de treball «%s» ja existeix."94699470#: builtin/clone.c:985 builtin/clone.c:1006 builtin/difftool.c:2719471#: builtin/worktree.c:295 builtin/worktree.c:3259472#, c-format9473msgid "could not create leading directories of '%s'"9474msgstr "no s'han pogut crear els directoris inicials de «%s»"94759476#: builtin/clone.c:9909477#, c-format9478msgid "could not create work tree dir '%s'"9479msgstr "no s'ha pogut crear el directori d'arbre de treball «%s»"94809481#: builtin/clone.c:10109482#, c-format9483msgid "Cloning into bare repository '%s'...\n"9484msgstr "S'està clonant al dipòsit nu «%s»...\n"94859486#: builtin/clone.c:10129487#, c-format9488msgid "Cloning into '%s'...\n"9489msgstr "S'està clonant a «%s»...\n"94909491#: builtin/clone.c:10369492msgid ""9493"clone --recursive is not compatible with both --reference and --reference-if-"9494"able"9495msgstr ""9496"clone --recursive no és compatible amb ambdós --reference i --reference-if-"9497"able"94989499#: builtin/clone.c:10979500msgid "--depth is ignored in local clones; use file:// instead."9501msgstr "--depth s'ignora en els clons locals; useu file:// en lloc d'això."95029503#: builtin/clone.c:10999504msgid "--shallow-since is ignored in local clones; use file:// instead."9505msgstr ""9506"--shallow-since s'ignora en els clons locals; useu file:// en lloc d'això."95079508#: builtin/clone.c:11019509msgid "--shallow-exclude is ignored in local clones; use file:// instead."9510msgstr ""9511"--shallow-exclude s'ignora en els clons locals; useu file:// en lloc d'això."95129513#: builtin/clone.c:11039514msgid "--filter is ignored in local clones; use file:// instead."9515msgstr "--filter s'ignora en els clons locals; useu file:// en lloc d'això."95169517#: builtin/clone.c:11069518msgid "source repository is shallow, ignoring --local"9519msgstr "el dipòsit font és superficial, s'està ignorant --local"95209521#: builtin/clone.c:11119522msgid "--local is ignored"9523msgstr "--local s'ignora"95249525#: builtin/clone.c:1181 builtin/clone.c:11899526#, c-format9527msgid "Remote branch %s not found in upstream %s"9528msgstr "La branca remota %s no es troba en la font %s"95299530#: builtin/clone.c:11929531msgid "You appear to have cloned an empty repository."9532msgstr "Sembla que heu clonat un dipòsit buit."95339534#: builtin/column.c:109535msgid "git column [<options>]"9536msgstr "git column [<opcions>]"95379538#: builtin/column.c:279539msgid "lookup config vars"9540msgstr "cerca les variables de configuració"95419542#: builtin/column.c:28 builtin/column.c:299543msgid "layout to use"9544msgstr "disposició a usar"95459546#: builtin/column.c:309547msgid "Maximum width"9548msgstr "Amplada màxima"95499550#: builtin/column.c:319551msgid "Padding space on left border"9552msgstr "Espai d'encoixinada en el marge esquerre"95539554#: builtin/column.c:329555msgid "Padding space on right border"9556msgstr "Espai d'encoixinada en el marge dret"95579558#: builtin/column.c:339559msgid "Padding space between columns"9560msgstr "Espai d'encoixinada entre columnes"95619562#: builtin/column.c:519563msgid "--command must be the first argument"9564msgstr "--command ha de ser el primer paràmetre"95659566#: builtin/commit.c:409567msgid "git commit [<options>] [--] <pathspec>..."9568msgstr "git commit [<opcions>] [--] <especificació-de-camí>..."95699570#: builtin/commit.c:459571msgid "git status [<options>] [--] <pathspec>..."9572msgstr "git status [<opcions>] [--] <especificació-de-camí>..."95739574#: builtin/commit.c:509575msgid ""9576"You asked to amend the most recent commit, but doing so would make\n"9577"it empty. You can repeat your command with --allow-empty, or you can\n"9578"remove the commit entirely with \"git reset HEAD^\".\n"9579msgstr ""9580"Heu demanat esmenar la comissió més recent, però fer això la\n"9581"deixaria buida. Podeu repetir la vostra ordre amb --allow-empty, o\n"9582"podeu eliminar la comissió per complet amb \"git reset HEAD^\".\n"95839584#: builtin/commit.c:559585msgid ""9586"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"9587"If you wish to commit it anyway, use:\n"9588"\n"9589" git commit --allow-empty\n"9590"\n"9591msgstr ""9592"El «cherry pick» previ ja està buit, possiblement a causa de resolució de "9593"conflicte.\n"9594"Si el voleu cometre de totes maneres, useu:\n"9595"\n"9596" git commit --allow-empty\n"9597"\n"95989599#: builtin/commit.c:629600msgid "Otherwise, please use 'git reset'\n"9601msgstr "D'altra manera, useu «git reset»\n"96029603#: builtin/commit.c:659604msgid ""9605"If you wish to skip this commit, use:\n"9606"\n"9607" git reset\n"9608"\n"9609"Then \"git cherry-pick --continue\" will resume cherry-picking\n"9610"the remaining commits.\n"9611msgstr ""9612"Si voleu ometre aquesta comissió, useu:\n"9613"\n"9614" git reset\n"9615"\n"9616"Llavors \"git cherry-pick --continue\" reprendrà\n"9617"com a «cherry pick» les comissions restants.\n"96189619#: builtin/commit.c:3119620msgid "failed to unpack HEAD tree object"9621msgstr "s'ha produït un error en desempaquetar l'objecte d'arbre HEAD"96229623#: builtin/commit.c:3529624msgid "unable to create temporary index"9625msgstr "no s'ha pogut crear un índex temporal"96269627#: builtin/commit.c:3589628msgid "interactive add failed"9629msgstr "l'afegiment interactiu ha fallat"96309631#: builtin/commit.c:3719632msgid "unable to update temporary index"9633msgstr "no s'ha pogut actualitzar l'índex temporal"96349635#: builtin/commit.c:3739636msgid "Failed to update main cache tree"9637msgstr "S'ha produït un error en actualitzar l'arbre principal de memòria cau"96389639#: builtin/commit.c:398 builtin/commit.c:421 builtin/commit.c:4679640msgid "unable to write new_index file"9641msgstr "no s'ha pogut escriure el fitxer new_index"96429643#: builtin/commit.c:4509644msgid "cannot do a partial commit during a merge."9645msgstr "no es pot fer una comissió parcial durant una fusió."96469647#: builtin/commit.c:4529648msgid "cannot do a partial commit during a cherry-pick."9649msgstr "no es pot fer una comissió parcial durant un «cherry pick»."96509651#: builtin/commit.c:4609652msgid "cannot read the index"9653msgstr "no es pot llegir l'índex"96549655#: builtin/commit.c:4799656msgid "unable to write temporary index file"9657msgstr "no s'ha pogut escriure un fitxer d'índex temporal"96589659#: builtin/commit.c:5779660#, c-format9661msgid "commit '%s' lacks author header"9662msgstr "a la comissió «%s» li manca la capçalera d'autor"96639664#: builtin/commit.c:5799665#, c-format9666msgid "commit '%s' has malformed author line"9667msgstr "la comissió «%s» té una línia d'autor mal formada"96689669#: builtin/commit.c:5989670msgid "malformed --author parameter"9671msgstr "paràmetre --author mal format"96729673#: builtin/commit.c:6509674msgid ""9675"unable to select a comment character that is not used\n"9676"in the current commit message"9677msgstr ""9678"no es pot seleccionar un caràcter de comentari que\n"9679"no sigui usat en el missatge de comissió actual"96809681#: builtin/commit.c:687 builtin/commit.c:720 builtin/commit.c:10499682#, c-format9683msgid "could not lookup commit %s"9684msgstr "no s'ha pogut trobar la comissió %s"96859686#: builtin/commit.c:699 builtin/shortlog.c:3179687#, c-format9688msgid "(reading log message from standard input)\n"9689msgstr "(s'està llegint el missatge de registre des de l'entrada estàndard)\n"96909691#: builtin/commit.c:7019692msgid "could not read log from standard input"9693msgstr "no s'ha pogut llegir el registre des de l'entrada estàndard"96949695#: builtin/commit.c:7059696#, c-format9697msgid "could not read log file '%s'"9698msgstr "no s'ha pogut llegir el fitxer de registre «%s»"96999700#: builtin/commit.c:734 builtin/commit.c:7429701msgid "could not read SQUASH_MSG"9702msgstr "no s'ha pogut llegir SQUASH_MSG"97039704#: builtin/commit.c:7399705msgid "could not read MERGE_MSG"9706msgstr "no s'ha pogut llegir MERGE_MSG"97079708#: builtin/commit.c:7939709msgid "could not write commit template"9710msgstr "no s'ha pogut escriure la plantilla de comissió"97119712#: builtin/commit.c:8119713#, c-format9714msgid ""9715"\n"9716"It looks like you may be committing a merge.\n"9717"If this is not correct, please remove the file\n"9718"\t%s\n"9719"and try again.\n"9720msgstr ""9721"\n"9722"Sembla que podeu estar cometent una fusió.\n"9723"Si això no és correcte, elimineu el fitxer\n"9724"\t%s\n"9725"i intenteu-ho de nou.\n"97269727#: builtin/commit.c:8169728#, c-format9729msgid ""9730"\n"9731"It looks like you may be committing a cherry-pick.\n"9732"If this is not correct, please remove the file\n"9733"\t%s\n"9734"and try again.\n"9735msgstr ""9736"\n"9737"Sembla que podeu estar cometent un «cherry pick».\n"9738"Si això no és correcte, elimineu el fitxer\n"9739"\t%s\n"9740"i intenteu-ho de nou.\n"97419742#: builtin/commit.c:8299743#, c-format9744msgid ""9745"Please enter the commit message for your changes. Lines starting\n"9746"with '%c' will be ignored, and an empty message aborts the commit.\n"9747msgstr ""9748"Introduïu el missatge de comissió dels vostres canvis.\n"9749"S'ignoraran les línies començant amb '%c', i un missatge de\n"9750"comissió buit avorta la comissió.\n"97519752#: builtin/commit.c:8379753#, c-format9754msgid ""9755"Please enter the commit message for your changes. Lines starting\n"9756"with '%c' will be kept; you may remove them yourself if you want to.\n"9757"An empty message aborts the commit.\n"9758msgstr ""9759"Introduïu el missatge de comissió dels vostres canvis.\n"9760"Es mantindran les línies que comencin amb '%c'; podeu eliminar-les "9761"vosaltres\n"9762"mateixos si voleu. Un missatge buit avorta la comissió.\n"97639764#: builtin/commit.c:8549765#, c-format9766msgid "%sAuthor: %.*s <%.*s>"9767msgstr "%sAutor: %.*s <%.*s>"97689769#: builtin/commit.c:8629770#, c-format9771msgid "%sDate: %s"9772msgstr "%sData: %s"97739774#: builtin/commit.c:8699775#, c-format9776msgid "%sCommitter: %.*s <%.*s>"9777msgstr "%sComitent: %.*s <%.*s>"97789779#: builtin/commit.c:8879780msgid "Cannot read index"9781msgstr "No es pot llegir l'índex"97829783#: builtin/commit.c:9539784msgid "Error building trees"9785msgstr "Error en construir arbres"97869787#: builtin/commit.c:967 builtin/tag.c:2589788#, c-format9789msgid "Please supply the message using either -m or -F option.\n"9790msgstr "Especifiqueu el missatge usant l'opció -m o l'opció -F.\n"97919792#: builtin/commit.c:10119793#, c-format9794msgid "--author '%s' is not 'Name <email>' and matches no existing author"9795msgstr ""9796"--author «%s» no és «Nom <adreça-electrònica>» i no coincideix amb\n"9797"cap autor existent"97989799#: builtin/commit.c:10259800#, c-format9801msgid "Invalid ignored mode '%s'"9802msgstr "mode ignorat no vàlid «%s»"98039804#: builtin/commit.c:1039 builtin/commit.c:12769805#, c-format9806msgid "Invalid untracked files mode '%s'"9807msgstr "Mode de fitxers no seguits no vàlid «%s»"98089809#: builtin/commit.c:10779810msgid "--long and -z are incompatible"9811msgstr "--long i -z són incompatibles"98129813#: builtin/commit.c:11109814msgid "Using both --reset-author and --author does not make sense"9815msgstr "Usar ambdós --reset-author i --author no té sentit"98169817#: builtin/commit.c:11199818msgid "You have nothing to amend."9819msgstr "No teniu res a esmenar."98209821#: builtin/commit.c:11229822msgid "You are in the middle of a merge -- cannot amend."9823msgstr "Esteu enmig d'una fusió -- no es pot esmenar."98249825#: builtin/commit.c:11249826msgid "You are in the middle of a cherry-pick -- cannot amend."9827msgstr "Esteu enmig d'un «cherry pick» -- no es pot esmenar."98289829#: builtin/commit.c:11279830msgid "Options --squash and --fixup cannot be used together"9831msgstr "Les opcions --squash i --fixup no es poden usar juntes"98329833#: builtin/commit.c:11379834msgid "Only one of -c/-C/-F/--fixup can be used."9835msgstr "Només un de -c/-C/-F/--fixup es pot usar."98369837#: builtin/commit.c:11399838msgid "Option -m cannot be combined with -c/-C/-F."9839msgstr "L'opció -m no es pot combinar amb -c/-C/-F/."98409841#: builtin/commit.c:11479842msgid "--reset-author can be used only with -C, -c or --amend."9843msgstr "--reset-author només es pot usar amb -C, -c o --amend."98449845#: builtin/commit.c:11649846msgid "Only one of --include/--only/--all/--interactive/--patch can be used."9847msgstr "Només un de --include/--only/--all/--interactive/--patch es pot usar."98489849#: builtin/commit.c:11669850msgid "No paths with --include/--only does not make sense."9851msgstr "--include/--only no té sentit sense camí."98529853#: builtin/commit.c:1180 builtin/tag.c:5469854#, c-format9855msgid "Invalid cleanup mode %s"9856msgstr "Mode de neteja no vàlid %s"98579858#: builtin/commit.c:11859859msgid "Paths with -a does not make sense."9860msgstr "-a no té sentit amb camins."98619862#: builtin/commit.c:1311 builtin/commit.c:14959863msgid "show status concisely"9864msgstr "mostra l'estat concisament"98659866#: builtin/commit.c:1313 builtin/commit.c:14979867msgid "show branch information"9868msgstr "mostra la informació de branca"98699870#: builtin/commit.c:13159871msgid "show stash information"9872msgstr "mostra la informació de «stash»"98739874#: builtin/commit.c:1317 builtin/commit.c:14999875msgid "compute full ahead/behind values"9876msgstr ""98779878#: builtin/commit.c:13199879msgid "version"9880msgstr "versió"98819882#: builtin/commit.c:1319 builtin/commit.c:1501 builtin/push.c:5589883#: builtin/worktree.c:6399884msgid "machine-readable output"9885msgstr "sortida llegible per màquina"98869887#: builtin/commit.c:1322 builtin/commit.c:15039888msgid "show status in long format (default)"9889msgstr "mostra l'estat en format llarg (per defecte)"98909891#: builtin/commit.c:1325 builtin/commit.c:15069892msgid "terminate entries with NUL"9893msgstr "acaba les entrades amb NUL"98949895#: builtin/commit.c:1327 builtin/commit.c:1331 builtin/commit.c:15099896#: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/rebase.c:8929897#: builtin/tag.c:4009898msgid "mode"9899msgstr "mode"99009901#: builtin/commit.c:1328 builtin/commit.c:15099902msgid "show untracked files, optional modes: all, normal, no. (Default: all)"9903msgstr ""9904"mostra els fitxers no seguits, modes opcionals: all, normal, no. (Per "9905"defecte: all)"99069907#: builtin/commit.c:13329908msgid ""9909"show ignored files, optional modes: traditional, matching, no. (Default: "9910"traditional)"9911msgstr ""9912"mostra els fitxers ignorats, modes opcionals: traditional, matching, no. "9913"(Per defecte: traditional, matching, no.)"99149915#: builtin/commit.c:1334 parse-options.h:1649916msgid "when"9917msgstr "quan"99189919#: builtin/commit.c:13359920msgid ""9921"ignore changes to submodules, optional when: all, dirty, untracked. "9922"(Default: all)"9923msgstr ""9924"ignora els canvis als submòduls, opcional quan: all, dirty, untracked. (Per "9925"defecte: all)"99269927#: builtin/commit.c:13379928msgid "list untracked files in columns"9929msgstr "mostra els fitxers no seguits en columnes"99309931#: builtin/commit.c:13389932msgid "do not detect renames"9933msgstr "no detectis canvis de noms"99349935#: builtin/commit.c:13409936msgid "detect renames, optionally set similarity index"9937msgstr "detecta canvis de noms, i opcionalment estableix un índex de semblança"99389939#: builtin/commit.c:13609940msgid "Unsupported combination of ignored and untracked-files arguments"9941msgstr ""99429943#: builtin/commit.c:14659944msgid "suppress summary after successful commit"9945msgstr "omet el resum després d'una comissió reeixida"99469947#: builtin/commit.c:14669948msgid "show diff in commit message template"9949msgstr "mostra la diferència en la plantilla de missatge de comissió"99509951#: builtin/commit.c:14689952msgid "Commit message options"9953msgstr "Opcions de missatge de comissió"99549955#: builtin/commit.c:1469 builtin/merge.c:263 builtin/tag.c:3979956msgid "read message from file"9957msgstr "llegiu el missatge des d'un fitxer"99589959#: builtin/commit.c:14709960msgid "author"9961msgstr "autor"99629963#: builtin/commit.c:14709964msgid "override author for commit"9965msgstr "autor corregit de la comissió"99669967#: builtin/commit.c:1471 builtin/gc.c:5189968msgid "date"9969msgstr "data"99709971#: builtin/commit.c:14719972msgid "override date for commit"9973msgstr "data corregida de la comissió"99749975#: builtin/commit.c:1472 builtin/merge.c:259 builtin/notes.c:4099976#: builtin/notes.c:572 builtin/tag.c:3959977msgid "message"9978msgstr "missatge"99799980#: builtin/commit.c:14729981msgid "commit message"9982msgstr "missatge de comissió"99839984#: builtin/commit.c:1473 builtin/commit.c:1474 builtin/commit.c:14759985#: builtin/commit.c:1476 ref-filter.h:92 parse-options.h:2809986msgid "commit"9987msgstr "comissió"99889989#: builtin/commit.c:14739990msgid "reuse and edit message from specified commit"9991msgstr "reusa i edita el missatge de la comissió especificada"99929993#: builtin/commit.c:14749994msgid "reuse message from specified commit"9995msgstr "reusa el missatge de la comissió especificada"99969997#: builtin/commit.c:14759998msgid "use autosquash formatted message to fixup specified commit"9999msgstr ""10000"usa el missatge formatat de «squash» automàtic per a corregir la comissió "10001"especificada"1000210003#: builtin/commit.c:147610004msgid "use autosquash formatted message to squash specified commit"10005msgstr ""10006"usa el missatge formatat de «squash» automàtic per a «squash» a la comissió "10007"especificada"1000810009#: builtin/commit.c:147710010msgid "the commit is authored by me now (used with -C/-c/--amend)"10011msgstr "l'autor de la comissió ja sóc jo (s'usa amb -C/-c/--amend)"1001210013#: builtin/commit.c:1478 builtin/log.c:1520 builtin/merge.c:27610014#: builtin/pull.c:155 builtin/revert.c:10610015msgid "add Signed-off-by:"10016msgstr "afegeix Signed-off-by:"1001710018#: builtin/commit.c:147910019msgid "use specified template file"10020msgstr "usa el fitxer de plantilla especificat"1002110022#: builtin/commit.c:148010023msgid "force edit of commit"10024msgstr "força l'edició de la comissió"1002510026#: builtin/commit.c:148110027msgid "default"10028msgstr "per defecte"1002910030#: builtin/commit.c:1481 builtin/tag.c:40110031msgid "how to strip spaces and #comments from message"10032msgstr "com suprimir els espais i #comentaris del missatge"1003310034#: builtin/commit.c:148210035msgid "include status in commit message template"10036msgstr "inclou l'estat en la plantilla de missatge de comissió"1003710038#: builtin/commit.c:1484 builtin/merge.c:274 builtin/pull.c:18510039#: builtin/revert.c:11410040msgid "GPG sign commit"10041msgstr "signa la comissió amb GPG"1004210043#: builtin/commit.c:148710044msgid "Commit contents options"10045msgstr "Opcions dels continguts de les comissions"1004610047#: builtin/commit.c:148810048msgid "commit all changed files"10049msgstr "comet tots els fitxers canviats"1005010051#: builtin/commit.c:148910052msgid "add specified files to index for commit"10053msgstr "afegeix els fitxers especificats a l'índex per a cometre"1005410055#: builtin/commit.c:149010056msgid "interactively add files"10057msgstr "afegeix els fitxers interactivament"1005810059#: builtin/commit.c:149110060msgid "interactively add changes"10061msgstr "afegeix els canvis interactivament"1006210063#: builtin/commit.c:149210064msgid "commit only specified files"10065msgstr "comet només els fitxers especificats"1006610067#: builtin/commit.c:149310068msgid "bypass pre-commit and commit-msg hooks"10069msgstr "evita els lligams de precomissió i missatge de comissió"1007010071#: builtin/commit.c:149410072msgid "show what would be committed"10073msgstr "mostra què es cometria"1007410075#: builtin/commit.c:150710076msgid "amend previous commit"10077msgstr "esmena la comissió anterior"1007810079#: builtin/commit.c:150810080msgid "bypass post-rewrite hook"10081msgstr "evita el lligam de post escriptura"1008210083#: builtin/commit.c:151310084msgid "ok to record an empty change"10085msgstr "està bé registrar un canvi buit"1008610087#: builtin/commit.c:151510088msgid "ok to record a change with an empty message"10089msgstr "està bé registrar un canvi amb missatge buit"1009010091#: builtin/commit.c:158810092#, c-format10093msgid "Corrupt MERGE_HEAD file (%s)"10094msgstr "Fitxer MERGE_HEAD malmès (%s)"1009510096#: builtin/commit.c:159510097msgid "could not read MERGE_MODE"10098msgstr "no s'ha pogut llegir MERGE_MODE"1009910100#: builtin/commit.c:161410101#, c-format10102msgid "could not read commit message: %s"10103msgstr "no s'ha pogut llegir el missatge de comissió: %s"1010410105#: builtin/commit.c:162510106#, c-format10107msgid "Aborting commit due to empty commit message.\n"10108msgstr "S'està avortant la comissió a causa d'un missatge de comissió buit.\n"1010910110#: builtin/commit.c:163010111#, c-format10112msgid "Aborting commit; you did not edit the message.\n"10113msgstr "S'està avortant la comissió; no heu editat el missatge.\n"1011410115#: builtin/commit.c:166510116msgid ""10117"repository has been updated, but unable to write\n"10118"new_index file. Check that disk is not full and quota is\n"10119"not exceeded, and then \"git reset HEAD\" to recover."10120msgstr ""10121"s'ha actualitzat el dipòsit, però no es pot escriure el\n"10122"fitxer new_index. Comproveu que el disc no estigui ple i\n"10123"que no s'hagi excedit la quota, i després feu \n"10124"«git reset HEAD» per a recuperar-ho."1012510126#: builtin/commit-graph.c:1010127msgid "git commit-graph [--object-dir <objdir>]"10128msgstr ""1012910130#: builtin/commit-graph.c:11 builtin/commit-graph.c:2310131msgid "git commit-graph read [--object-dir <objdir>]"10132msgstr ""1013310134#: builtin/commit-graph.c:12 builtin/commit-graph.c:1810135msgid "git commit-graph verify [--object-dir <objdir>]"10136msgstr ""1013710138#: builtin/commit-graph.c:13 builtin/commit-graph.c:2810139msgid ""10140"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"10141"stdin-packs|--stdin-commits]"10142msgstr ""1014310144#: builtin/commit-graph.c:48 builtin/commit-graph.c:7810145#: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:15310146#: builtin/log.c:154010147msgid "dir"10148msgstr "directori"1014910150#: builtin/commit-graph.c:49 builtin/commit-graph.c:7910151#: builtin/commit-graph.c:133 builtin/commit-graph.c:19110152msgid "The object directory to store the graph"10153msgstr ""1015410155#: builtin/commit-graph.c:13510156msgid "start walk at all refs"10157msgstr ""1015810159#: builtin/commit-graph.c:13710160msgid "scan pack-indexes listed by stdin for commits"10161msgstr ""1016210163#: builtin/commit-graph.c:13910164msgid "start walk at commits listed by stdin"10165msgstr ""1016610167#: builtin/commit-graph.c:14110168msgid "include all commits already in the commit-graph file"10169msgstr ""1017010171#: builtin/commit-graph.c:15010172msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"10173msgstr ""1017410175#: builtin/config.c:1110176msgid "git config [<options>]"10177msgstr "git config [<opcions>]"1017810179#: builtin/config.c:10310180#, c-format10181msgid "unrecognized --type argument, %s"10182msgstr "paràmetre --type no reconegut, %s"1018310184#: builtin/config.c:11510185msgid "only one type at a time"10186msgstr "només un tipus cada cop"1018710188#: builtin/config.c:12410189msgid "Config file location"10190msgstr "Ubicació del fitxer de configuració"1019110192#: builtin/config.c:12510193msgid "use global config file"10194msgstr "usa el fitxer de configuració global"1019510196#: builtin/config.c:12610197msgid "use system config file"10198msgstr "usa el fitxer de configuració del sistema"1019910200#: builtin/config.c:12710201msgid "use repository config file"10202msgstr "usa el fitxer de configuració del dipòsit"1020310204#: builtin/config.c:12810205msgid "use per-worktree config file"10206msgstr "usa un fitxer de configuració per dipòsit"1020710208#: builtin/config.c:12910209msgid "use given config file"10210msgstr "usa el fitxer de configuració donat"1021110212#: builtin/config.c:13010213msgid "blob-id"10214msgstr "ID de blob"1021510216#: builtin/config.c:13010217msgid "read config from given blob object"10218msgstr "llegeix la configuració de l'objecte de blob donat"1021910220#: builtin/config.c:13110221msgid "Action"10222msgstr "Acció"1022310224#: builtin/config.c:13210225msgid "get value: name [value-regex]"10226msgstr "obtén valor: nom [regex-de-valors]"1022710228#: builtin/config.c:13310229msgid "get all values: key [value-regex]"10230msgstr "obtén tots els valors: clau [regex-de-valors]"1023110232#: builtin/config.c:13410233msgid "get values for regexp: name-regex [value-regex]"10234msgstr "obtén valors de regexp: regex-de-noms [regex-de-valors]"1023510236#: builtin/config.c:13510237msgid "get value specific for the URL: section[.var] URL"10238msgstr "obtén el valor específic per a l'URL: secció[.variable] URL"1023910240#: builtin/config.c:13610241msgid "replace all matching variables: name value [value_regex]"10242msgstr ""10243"reemplaça totes les variables que coincideixen: nom valor [regex_de_valors]"1024410245#: builtin/config.c:13710246msgid "add a new variable: name value"10247msgstr "afegeix una variable nova: nom valor"1024810249#: builtin/config.c:13810250msgid "remove a variable: name [value-regex]"10251msgstr "elimina una variable: nom [regex-de-valors]"1025210253#: builtin/config.c:13910254msgid "remove all matches: name [value-regex]"10255msgstr "elimina totes les coincidències: nom [regex-de-valors]"1025610257#: builtin/config.c:14010258msgid "rename section: old-name new-name"10259msgstr "canvia el nom de secció: nom-antic nom-nou"1026010261#: builtin/config.c:14110262msgid "remove a section: name"10263msgstr "elimina una secció: nom"1026410265#: builtin/config.c:14210266msgid "list all"10267msgstr "llista tots"1026810269#: builtin/config.c:14310270msgid "open an editor"10271msgstr "obre un editor"1027210273#: builtin/config.c:14410274msgid "find the color configured: slot [default]"10275msgstr "troba el color configurat: ranura [per defecte]"1027610277#: builtin/config.c:14510278msgid "find the color setting: slot [stdout-is-tty]"10279msgstr "troba el paràmetre de color: ranura [stdout-és-tty]"1028010281#: builtin/config.c:14610282msgid "Type"10283msgstr "Tipus"1028410285#: builtin/config.c:14710286#, fuzzy10287msgid "value is given this type"10288msgstr "el valor té aquest tipus"1028910290#: builtin/config.c:14810291msgid "value is \"true\" or \"false\""10292msgstr "el valor és \"true\" o \"false\""1029310294#: builtin/config.c:14910295msgid "value is decimal number"10296msgstr "el valor és un nombre decimal"1029710298#: builtin/config.c:15010299msgid "value is --bool or --int"10300msgstr "el valor és --bool o --int"1030110302#: builtin/config.c:15110303msgid "value is a path (file or directory name)"10304msgstr "el valor és un camí (nom de fitxer o directori)"1030510306#: builtin/config.c:15210307msgid "value is an expiry date"10308msgstr "el valor és una data de venciment"1030910310#: builtin/config.c:15310311msgid "Other"10312msgstr "Altre"1031310314#: builtin/config.c:15410315msgid "terminate values with NUL byte"10316msgstr "acaba els valors amb un octet NUL"1031710318#: builtin/config.c:15510319msgid "show variable names only"10320msgstr "mostra només els noms de variable"1032110322#: builtin/config.c:15610323msgid "respect include directives on lookup"10324msgstr "respecta les directives d'inclusió en cercar"1032510326#: builtin/config.c:15710327msgid "show origin of config (file, standard input, blob, command line)"10328msgstr ""10329"mostra l'origen de la configuració (fitxer, entrada estàndard, blob, línia "10330"d'ordres)"1033110332#: builtin/config.c:15810333msgid "value"10334msgstr "valor"1033510336#: builtin/config.c:15810337msgid "with --get, use default value when missing entry"10338msgstr ""1033910340#: builtin/config.c:17110341#, c-format10342msgid "wrong number of arguments, should be %d"10343msgstr ""1034410345#: builtin/config.c:17310346#, c-format10347msgid "wrong number of arguments, should be from %d to %d"10348msgstr ""1034910350#: builtin/config.c:30710351#, c-format10352msgid "invalid key pattern: %s"10353msgstr "patró de la clau no vàlid: %s"1035410355#: builtin/config.c:34310356#, fuzzy, c-format10357msgid "failed to format default config value: %s"10358msgstr "s'ha produït un error en crear el fitxer %s"1035910360#: builtin/config.c:40010361#, c-format10362msgid "cannot parse color '%s'"10363msgstr "no es pot analitzar el color «%s»"1036410365#: builtin/config.c:44210366msgid "unable to parse default color value"10367msgstr "no s'ha pogut analitzar el valor de color per defecte"1036810369#: builtin/config.c:495 builtin/config.c:74110370#, fuzzy10371msgid "not in a git directory"10372msgstr "no és en un dipòsit de git"1037310374#: builtin/config.c:49810375#, fuzzy10376msgid "writing to stdin is not supported"10377msgstr "No s'admet una profunditat negativa en --deepen"1037810379#: builtin/config.c:50110380#, fuzzy10381msgid "writing config blobs is not supported"10382msgstr "avís: el sobrenom de sendmail amb cometes no està suportat: %s\n"1038310384#: builtin/config.c:58610385#, c-format10386msgid ""10387"# This is Git's per-user configuration file.\n"10388"[user]\n"10389"# Please adapt and uncomment the following lines:\n"10390"#\tname = %s\n"10391"#\temail = %s\n"10392msgstr ""10393"# Això és el fitxer de configuració del Git de l'usuari.\n"10394"[user]\n"10395"# Adapteu i descomenteu les línies següents:\n"10396"#\tname = %s\n"10397"#\temail = %s\n"1039810399#: builtin/config.c:61010400msgid "only one config file at a time"10401msgstr ""1040210403#: builtin/config.c:61510404msgid "--local can only be used inside a git repository"10405msgstr "--local només es pot usar dins d'un dipòsit git"1040610407#: builtin/config.c:61810408#, fuzzy10409msgid "--blob can only be used inside a git repository"10410msgstr "--local només es pot usar dins d'un dipòsit git"1041110412#: builtin/config.c:63710413#, fuzzy10414msgid "$HOME not set"10415msgstr "no usar"1041610417#: builtin/config.c:65710418msgid ""10419"--worktree cannot be used with multiple working trees unless the config\n"10420"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"10421"section in \"git help worktree\" for details"10422msgstr ""1042310424#: builtin/config.c:68710425msgid "--get-color and variable type are incoherent"10426msgstr ""1042710428#: builtin/config.c:69210429msgid "only one action at a time"10430msgstr ""1043110432#: builtin/config.c:70510433msgid "--name-only is only applicable to --list or --get-regexp"10434msgstr ""1043510436#: builtin/config.c:71110437msgid ""10438"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"10439"list"10440msgstr ""1044110442#: builtin/config.c:71710443msgid "--default is only applicable to --get"10444msgstr ""1044510446#: builtin/config.c:73010447#, fuzzy, c-format10448msgid "unable to read config file '%s'"10449msgstr "no s'ha pogut llegir el fitxer de signatura «%s»"1045010451#: builtin/config.c:73310452#, fuzzy10453msgid "error processing config file(s)"10454msgstr "usa el fitxer de configuració del dipòsit"1045510456#: builtin/config.c:74310457#, fuzzy10458msgid "editing stdin is not supported"10459msgstr "No s'admet una profunditat negativa en --deepen"1046010461#: builtin/config.c:74510462#, fuzzy10463msgid "editing blobs is not supported"10464msgstr "No s'admet una profunditat negativa en --deepen"1046510466#: builtin/config.c:75910467#, c-format10468msgid "cannot create configuration file %s"10469msgstr "no es pot crear el fitxer de configuració %s"1047010471#: builtin/config.c:77210472#, c-format10473msgid ""10474"cannot overwrite multiple values with a single value\n"10475" Use a regexp, --add or --replace-all to change %s."10476msgstr ""10477"no es poden sobreescriure múltiples valors amb un sol valor\n"10478" Useu una expressió regular, --add o --replace-all per a canviar %s."1047910480#: builtin/config.c:846 builtin/config.c:85710481#, fuzzy, c-format10482msgid "no such section: %s"10483msgstr "no hi ha tal referència %s"1048410485#: builtin/count-objects.c:9010486msgid "git count-objects [-v] [-H | --human-readable]"10487msgstr "git count-objects [-v] [-H | --human-readable]"1048810489#: builtin/count-objects.c:10010490msgid "print sizes in human readable format"10491msgstr "imprimeix les mides en un format llegible pels humans"1049210493#: builtin/describe.c:2610494msgid "git describe [<options>] [<commit-ish>...]"10495msgstr "git describe [<opcions>] [<comissió>...]"1049610497#: builtin/describe.c:2710498msgid "git describe [<options>] --dirty"10499msgstr "git describe [<opcions>] --dirty"1050010501#: builtin/describe.c:6210502msgid "head"10503msgstr "davant per"1050410505#: builtin/describe.c:6210506msgid "lightweight"10507msgstr "lleuger"1050810509#: builtin/describe.c:6210510msgid "annotated"10511msgstr "anotat"1051210513#: builtin/describe.c:27210514#, c-format10515msgid "annotated tag %s not available"10516msgstr "l'etiqueta anotada %s no és disponible"1051710518#: builtin/describe.c:27610519#, c-format10520msgid "annotated tag %s has no embedded name"10521msgstr "l'etiqueta anotada %s no té nom incrustat"1052210523#: builtin/describe.c:27810524#, c-format10525msgid "tag '%s' is really '%s' here"10526msgstr "l'etiqueta «%s» realment és «%s» aquí"1052710528#: builtin/describe.c:32210529#, c-format10530msgid "no tag exactly matches '%s'"10531msgstr "cap etiqueta coincideix exactament amb «%s»"1053210533#: builtin/describe.c:32410534#, c-format10535msgid "No exact match on refs or tags, searching to describe\n"10536msgstr ""1053710538#: builtin/describe.c:37810539#, c-format10540msgid "finished search at %s\n"10541msgstr "s'ha finalitzat la cerca a %s\n"1054210543#: builtin/describe.c:40410544#, c-format10545msgid ""10546"No annotated tags can describe '%s'.\n"10547"However, there were unannotated tags: try --tags."10548msgstr ""10549"Cap etiqueta anotada pot descriure «%s».\n"10550"No obstant, hi havia etiquetes no anotades: proveu --tags."1055110552#: builtin/describe.c:40810553#, c-format10554msgid ""10555"No tags can describe '%s'.\n"10556"Try --always, or create some tags."10557msgstr ""10558"Cap etiqueta pot descriure «%s».\n"10559"Proveu --always, o creeu algunes etiquetes."1056010561#: builtin/describe.c:43810562#, c-format10563msgid "traversed %lu commits\n"10564msgstr "%lu comissions travessades\n"1056510566#: builtin/describe.c:44110567#, c-format10568msgid ""10569"more than %i tags found; listed %i most recent\n"10570"gave up search at %s\n"10571msgstr ""10572"s'han trobat més de %i etiquetes: s'han llistat les %i més recents\n"10573"s'ha renunciat la cerca a %s\n"1057410575#: builtin/describe.c:50910576#, c-format10577msgid "describe %s\n"10578msgstr "descriu %s\n"1057910580#: builtin/describe.c:512 builtin/log.c:51310581#, c-format10582msgid "Not a valid object name %s"10583msgstr "%s no és un nom d'objecte vàlid"1058410585#: builtin/describe.c:52010586#, c-format10587msgid "%s is neither a commit nor blob"10588msgstr "%s no és una comissió o un blob"1058910590#: builtin/describe.c:53410591msgid "find the tag that comes after the commit"10592msgstr "troba l'etiqueta que vingui després de la comissió"1059310594#: builtin/describe.c:53510595msgid "debug search strategy on stderr"10596msgstr "estratègia de cerca de depuració en stderr"1059710598#: builtin/describe.c:53610599msgid "use any ref"10600msgstr "usa qualsevol referència"1060110602#: builtin/describe.c:53710603msgid "use any tag, even unannotated"10604msgstr "usa qualsevol etiqueta, fins i tot aquelles sense anotar"1060510606#: builtin/describe.c:53810607msgid "always use long format"10608msgstr "sempre usa el format llarg"1060910610#: builtin/describe.c:53910611msgid "only follow first parent"10612msgstr "només segueix la primera mare"1061310614#: builtin/describe.c:54210615msgid "only output exact matches"10616msgstr "emet només coincidències exactes"1061710618#: builtin/describe.c:54410619msgid "consider <n> most recent tags (default: 10)"10620msgstr "considera les <n> etiquetes més recents (per defecte: 10)"1062110622#: builtin/describe.c:54610623msgid "only consider tags matching <pattern>"10624msgstr "només considera les etiquetes que coincideixen amb <patró>"1062510626#: builtin/describe.c:54810627msgid "do not consider tags matching <pattern>"10628msgstr "no consideris les etiquetes que no coincideixen amb <patró>"1062910630#: builtin/describe.c:550 builtin/name-rev.c:42410631msgid "show abbreviated commit object as fallback"10632msgstr "mostra l'objecte de comissió abreviat com a sistema alternatiu"1063310634#: builtin/describe.c:551 builtin/describe.c:55410635msgid "mark"10636msgstr "marca"1063710638#: builtin/describe.c:55210639msgid "append <mark> on dirty working tree (default: \"-dirty\")"10640msgstr "annexa <marca> en l'arbre de treball brut (per defecte: \"-dirty\")"1064110642#: builtin/describe.c:55510643msgid "append <mark> on broken working tree (default: \"-broken\")"10644msgstr "annexa <marca> en l'arbre de treball brut (per defecte: \"-broken\")"1064510646#: builtin/describe.c:57310647msgid "--long is incompatible with --abbrev=0"10648msgstr "--long és incompatible amb --abbrev=0"1064910650#: builtin/describe.c:60210651msgid "No names found, cannot describe anything."10652msgstr "No s'ha trobat cap nom, no es pot descriure res."1065310654#: builtin/describe.c:65210655msgid "--dirty is incompatible with commit-ishes"10656msgstr "--dirty és incompatible amb les comissions"1065710658#: builtin/describe.c:65410659msgid "--broken is incompatible with commit-ishes"10660msgstr "--broken és incompatible amb les comissions"1066110662#: builtin/diff.c:8310663#, c-format10664msgid "'%s': not a regular file or symlink"10665msgstr "«%s»: no és ni fitxer regular ni enllaç simbòlic"1066610667#: builtin/diff.c:23410668#, c-format10669msgid "invalid option: %s"10670msgstr "opció no vàlida: %s"1067110672#: builtin/diff.c:36310673msgid "Not a git repository"10674msgstr "No és un dipòsit de git"1067510676#: builtin/diff.c:40710677#, c-format10678msgid "invalid object '%s' given."10679msgstr "s'ha donat un objecte no vàlid «%s»."1068010681#: builtin/diff.c:41610682#, c-format10683msgid "more than two blobs given: '%s'"10684msgstr "s'ha donat més de dos blobs: «%s»"1068510686#: builtin/diff.c:42110687#, c-format10688msgid "unhandled object '%s' given."10689msgstr "s'ha donat l'objecte no gestionat «%s»."1069010691#: builtin/difftool.c:3010692msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"10693msgstr "git difftool [<opcions>] [<commit> [<commit>]] [--] [<camí>...]"1069410695#: builtin/difftool.c:26010696#, c-format10697msgid "failed: %d"10698msgstr "ha fallat: %d"1069910700#: builtin/difftool.c:30210701#, c-format10702msgid "could not read symlink %s"10703msgstr "no s'ha pogut llegir l'enllaç simbòlic %s"1070410705#: builtin/difftool.c:30410706#, c-format10707msgid "could not read symlink file %s"10708msgstr "no s'ha pogut llegir el fitxer d'enllaç simbòlic %s"1070910710#: builtin/difftool.c:31210711#, c-format10712msgid "could not read object %s for symlink %s"10713msgstr "No es pot llegir l'objecte %s per l'enllaç simbòlic %s"1071410715#: builtin/difftool.c:41310716msgid ""10717"combined diff formats('-c' and '--cc') are not supported in\n"10718"directory diff mode('-d' and '--dir-diff')."10719msgstr ""10720"els formats de diff combinats ('-c' and '--cc') no són admesos \n"10721"en el mode diff per directoris ('-d' and '--dir-diff')."1072210723#: builtin/difftool.c:63310724#, c-format10725msgid "both files modified: '%s' and '%s'."10726msgstr "s'han modificat ambdós fitxers: «%s» i «%s»."1072710728#: builtin/difftool.c:63510729msgid "working tree file has been left."10730msgstr "s'ha deixat un fitxer de l'arbre de treball."1073110732#: builtin/difftool.c:64610733#, c-format10734msgid "temporary files exist in '%s'."10735msgstr "existeix un fitxer temporal a %s'."1073610737#: builtin/difftool.c:64710738msgid "you may want to cleanup or recover these."10739msgstr "podeu netejar o recuperar-los."1074010741#: builtin/difftool.c:69610742msgid "use `diff.guitool` instead of `diff.tool`"10743msgstr "utilitza `diff.guitool` en comptes de `diff.tool`"1074410745#: builtin/difftool.c:69810746msgid "perform a full-directory diff"10747msgstr "fes un diff de tot el directori"1074810749#: builtin/difftool.c:70010750msgid "do not prompt before launching a diff tool"10751msgstr "no preguntis abans d'executar l'eina diff"1075210753#: builtin/difftool.c:70510754msgid "use symlinks in dir-diff mode"10755msgstr "utilitza enllaços simbòlics en mode dir-diff"1075610757#: builtin/difftool.c:70610758#, fuzzy10759msgid "tool"10760msgstr "<tool>"1076110762#: builtin/difftool.c:70710763msgid "use the specified diff tool"10764msgstr "utilitza l'eina de diff especificada"1076510766#: builtin/difftool.c:70910767msgid "print a list of diff tools that may be used with `--tool`"10768msgstr ""10769"imprimeix una llista de totes les eines diff que podeu usar amb `--tool`"1077010771#: builtin/difftool.c:71210772msgid ""10773"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "10774"code"10775msgstr ""10776"fes que 'git-difftool' surti quan l'eina de diff invocada torna un codi de "10777"sortida diferent de zero"1077810779#: builtin/difftool.c:71510780msgid "specify a custom command for viewing diffs"10781msgstr "especifiqueu una ordre personalitzada per veure diffs"1078210783#: builtin/difftool.c:73910784msgid "no <tool> given for --tool=<tool>"10785msgstr "no s'ha proporcionat <tool> per --tool=<tool>"1078610787#: builtin/difftool.c:74610788msgid "no <cmd> given for --extcmd=<cmd>"10789msgstr "no s'ha proporcionat <cmd> per --extcmd=<cmd>"1079010791#: builtin/fast-export.c:2910792msgid "git fast-export [rev-list-opts]"10793msgstr "git fast-export [opcions-de-llista-de-revisions]"1079410795#: builtin/fast-export.c:100610796msgid "show progress after <n> objects"10797msgstr "mostra el progrés després de <n> objectes"1079810799#: builtin/fast-export.c:100810800msgid "select handling of signed tags"10801msgstr "selecciona la gestió de les etiquetes signades"1080210803#: builtin/fast-export.c:101110804msgid "select handling of tags that tag filtered objects"10805msgstr "selecciona la gestió de les etiquetes que etiquetin objectes filtrats"1080610807#: builtin/fast-export.c:101410808msgid "Dump marks to this file"10809msgstr "Bolca les marques a aquest fitxer"1081010811#: builtin/fast-export.c:101610812msgid "Import marks from this file"10813msgstr "Importa les marques d'aquest fitxer"1081410815#: builtin/fast-export.c:101810816msgid "Fake a tagger when tags lack one"10817msgstr "Fingeix un etiquetador quan els en manca un a les etiquetes"1081810819#: builtin/fast-export.c:102010820msgid "Output full tree for each commit"10821msgstr "Imprimeix l'arbre complet de cada comissió"1082210823#: builtin/fast-export.c:102210824msgid "Use the done feature to terminate the stream"10825msgstr "Usa la característica done per a acabar el corrent"1082610827#: builtin/fast-export.c:102310828msgid "Skip output of blob data"10829msgstr "Omet l'emissió de dades de blob"1083010831#: builtin/fast-export.c:1024 builtin/log.c:158810832msgid "refspec"10833msgstr "especificació de referència"1083410835#: builtin/fast-export.c:102510836msgid "Apply refspec to exported refs"10837msgstr "Aplica l'especificació de referència a les referències exportades"1083810839#: builtin/fast-export.c:102610840msgid "anonymize output"10841msgstr "anonimitza la sortida"1084210843#: builtin/fetch.c:2810844msgid "git fetch [<options>] [<repository> [<refspec>...]]"10845msgstr "git fetch [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"1084610847#: builtin/fetch.c:2910848msgid "git fetch [<options>] <group>"10849msgstr "git fetch [<opcions>] <grup>"1085010851#: builtin/fetch.c:3010852msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"10853msgstr "git fetch --multiple [<opcions>] [(<dipòsit> | <grup>)...]"1085410855#: builtin/fetch.c:3110856msgid "git fetch --all [<options>]"10857msgstr "git fetch --all [<opcions>]"1085810859#: builtin/fetch.c:115 builtin/pull.c:19410860msgid "fetch from all remotes"10861msgstr "obtén de tots els remots"1086210863#: builtin/fetch.c:117 builtin/pull.c:19710864msgid "append to .git/FETCH_HEAD instead of overwriting"10865msgstr "annexa a .git/FETCH_HEAD en lloc de sobreescriure"1086610867#: builtin/fetch.c:119 builtin/pull.c:20010868msgid "path to upload pack on remote end"10869msgstr "camí al qual pujar el paquet al costat remot"1087010871#: builtin/fetch.c:12010872#, fuzzy10873msgid "force overwrite of local reference"10874msgstr "força la sobreescriptura de la branca local"1087510876#: builtin/fetch.c:12210877msgid "fetch from multiple remotes"10878msgstr "obtén de múltiples remots"1087910880#: builtin/fetch.c:124 builtin/pull.c:20410881msgid "fetch all tags and associated objects"10882msgstr "obtén totes les etiquetes i tots els objectes associats"1088310884#: builtin/fetch.c:12610885msgid "do not fetch all tags (--no-tags)"10886msgstr "no obtinguis les etiquetes (--no-tags)"1088710888#: builtin/fetch.c:12810889msgid "number of submodules fetched in parallel"10890msgstr "nombre de submòduls obtinguts en paral·lel"1089110892#: builtin/fetch.c:130 builtin/pull.c:20710893msgid "prune remote-tracking branches no longer on remote"10894msgstr "poda les branques amb seguiment remot que ja no estiguin en el remot"1089510896#: builtin/fetch.c:13210897msgid "prune local tags no longer on remote and clobber changed tags"10898msgstr ""1089910900#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:13210901msgid "on-demand"10902msgstr "sota demanda"1090310904#: builtin/fetch.c:13410905msgid "control recursive fetching of submodules"10906msgstr "controla l'obtenció recursiva de submòduls"1090710908#: builtin/fetch.c:138 builtin/pull.c:21510909msgid "keep downloaded pack"10910msgstr "retén el paquet baixat"1091110912#: builtin/fetch.c:14010913msgid "allow updating of HEAD ref"10914msgstr "permet l'actualització de la referència HEAD"1091510916#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:21810917msgid "deepen history of shallow clone"10918msgstr "aprofundeix la història d'un clon superficial"1091910920#: builtin/fetch.c:14510921msgid "deepen history of shallow repository based on time"10922msgstr "aprofundeix la història d'un clon superficial basat en temps"1092310924#: builtin/fetch.c:151 builtin/pull.c:22110925msgid "convert to a complete repository"10926msgstr "converteix en un dipòsit complet"1092710928#: builtin/fetch.c:15410929msgid "prepend this to submodule path output"10930msgstr "anteposa això a la sortida de camí del submòdul"1093110932#: builtin/fetch.c:15710933msgid ""10934"default for recursive fetching of submodules (lower priority than config "10935"files)"10936msgstr ""10937"per defecte per a l'obtenció recursiva de submòduls (prioritat més baixa que "10938"els fitxers de configuració)"1093910940#: builtin/fetch.c:161 builtin/pull.c:22410941msgid "accept refs that update .git/shallow"10942msgstr "accepta les referències que actualitzin .git/shallow"1094310944#: builtin/fetch.c:162 builtin/pull.c:22610945msgid "refmap"10946msgstr "mapa de referències"1094710948#: builtin/fetch.c:163 builtin/pull.c:22710949msgid "specify fetch refmap"10950msgstr "mostra el mapa de referències d'obtenció"1095110952#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:58210953#: builtin/send-pack.c:17210954msgid "server-specific"10955msgstr "específic al servidor"1095610957#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:58210958#: builtin/send-pack.c:17310959msgid "option to transmit"10960msgstr "opció a transmetre"1096110962#: builtin/fetch.c:17010963msgid "report that we have only objects reachable from this object"10964msgstr ""1096510966#: builtin/fetch.c:47010967msgid "Couldn't find remote ref HEAD"10968msgstr "No s'ha pogut trobar la referència HEAD remota"1096910970#: builtin/fetch.c:60910971#, c-format10972msgid "configuration fetch.output contains invalid value %s"10973msgstr "la configuració fetch.output conté un valor no vàlid %s"1097410975#: builtin/fetch.c:70210976#, c-format10977msgid "object %s not found"10978msgstr "objecte %s no trobat"1097910980#: builtin/fetch.c:70610981msgid "[up to date]"10982msgstr "[al dia]"1098310984#: builtin/fetch.c:719 builtin/fetch.c:735 builtin/fetch.c:80710985msgid "[rejected]"10986msgstr "[rebutjat]"1098710988#: builtin/fetch.c:72010989msgid "can't fetch in current branch"10990msgstr "no es pot obtenir en la branca actual"1099110992#: builtin/fetch.c:73010993msgid "[tag update]"10994msgstr "[actualització d'etiqueta]"1099510996#: builtin/fetch.c:731 builtin/fetch.c:771 builtin/fetch.c:78710997#: builtin/fetch.c:80210998msgid "unable to update local ref"10999msgstr "no s'ha pogut actualitzar la referència local"1100011001#: builtin/fetch.c:73511002msgid "would clobber existing tag"11003msgstr ""1100411005#: builtin/fetch.c:75711006msgid "[new tag]"11007msgstr "[etiqueta nova]"1100811009#: builtin/fetch.c:76011010msgid "[new branch]"11011msgstr "[branca nova]"1101211013#: builtin/fetch.c:76311014msgid "[new ref]"11015msgstr "[referència nova]"1101611017#: builtin/fetch.c:80211018msgid "forced update"11019msgstr "actualització forçada"1102011021#: builtin/fetch.c:80711022msgid "non-fast-forward"11023msgstr "sense avanç ràpid"1102411025#: builtin/fetch.c:85311026#, c-format11027msgid "%s did not send all necessary objects\n"11028msgstr "%s no ha enviat tots els objectes necessaris\n"1102911030#: builtin/fetch.c:87411031#, c-format11032msgid "reject %s because shallow roots are not allowed to be updated"11033msgstr ""11034"rebutja %s perquè no es permet que les arrels superficials s'actualitzin"1103511036#: builtin/fetch.c:963 builtin/fetch.c:108511037#, c-format11038msgid "From %.*s\n"11039msgstr "De %.*s\n"1104011041#: builtin/fetch.c:97411042#, c-format11043msgid ""11044"some local refs could not be updated; try running\n"11045" 'git remote prune %s' to remove any old, conflicting branches"11046msgstr ""11047"algunes referències locals no s'han pogut actualitzar;\n"11048" intenteu executar 'git remote prune %s' per a eliminar\n"11049" qualsevol branca antiga o conflictiva"1105011051#: builtin/fetch.c:105511052#, c-format11053msgid " (%s will become dangling)"11054msgstr " (%s es tornarà penjant)"1105511056#: builtin/fetch.c:105611057#, c-format11058msgid " (%s has become dangling)"11059msgstr " (%s s'ha tornat penjant)"1106011061#: builtin/fetch.c:108811062msgid "[deleted]"11063msgstr "[suprimit]"1106411065#: builtin/fetch.c:1089 builtin/remote.c:103611066msgid "(none)"11067msgstr "(cap)"1106811069#: builtin/fetch.c:111211070#, c-format11071msgid "Refusing to fetch into current branch %s of non-bare repository"11072msgstr "S'està refusant obtenir en la branca actual %s d'un dipòsit no nu"1107311074#: builtin/fetch.c:113111075#, c-format11076msgid "Option \"%s\" value \"%s\" is not valid for %s"11077msgstr "L'opció \"%s\" amb valor \"%s\" no és vàlida per a %s"1107811079#: builtin/fetch.c:113411080#, c-format11081msgid "Option \"%s\" is ignored for %s\n"11082msgstr "S'ignora l'opció \"%s\" per a %s\n"1108311084#: builtin/fetch.c:143311085#, c-format11086msgid "Fetching %s\n"11087msgstr "S'està obtenint %s\n"1108811089#: builtin/fetch.c:1435 builtin/remote.c:10011090#, c-format11091msgid "Could not fetch %s"11092msgstr "No s'ha pogut obtenir %s"1109311094#: builtin/fetch.c:1481 builtin/fetch.c:164911095msgid ""11096"--filter can only be used with the remote configured in core.partialClone"11097msgstr ""1109811099#: builtin/fetch.c:150411100msgid ""11101"No remote repository specified. Please, specify either a URL or a\n"11102"remote name from which new revisions should be fetched."11103msgstr ""11104"Cap dipòsit remot especificat. Especifiqueu un URL o\n"11105"un nom remot del qual es deuen obtenir les revisions noves."1110611107#: builtin/fetch.c:154111108msgid "You need to specify a tag name."11109msgstr "Necessiteu especificar un nom d'etiqueta."1111011111#: builtin/fetch.c:159011112msgid "Negative depth in --deepen is not supported"11113msgstr "No s'admet una profunditat negativa en --deepen"1111411115#: builtin/fetch.c:159211116msgid "--deepen and --depth are mutually exclusive"11117msgstr "--deepen i --depth són mútuament excloents"1111811119#: builtin/fetch.c:159711120msgid "--depth and --unshallow cannot be used together"11121msgstr "--depth i --unshallow no es poden usar junts"1112211123#: builtin/fetch.c:159911124msgid "--unshallow on a complete repository does not make sense"11125msgstr "--unshallow en un dipòsit complet no té sentit"1112611127#: builtin/fetch.c:161511128msgid "fetch --all does not take a repository argument"11129msgstr "fetch --all no accepta un paràmetre de dipòsit"1113011131#: builtin/fetch.c:161711132msgid "fetch --all does not make sense with refspecs"11133msgstr "fetch --all no té sentit amb especificacions de referència"1113411135#: builtin/fetch.c:162611136#, c-format11137msgid "No such remote or remote group: %s"11138msgstr "No hi ha tal remot ni tal grup remot: %s"1113911140#: builtin/fetch.c:163311141msgid "Fetching a group and specifying refspecs does not make sense"11142msgstr "Obtenir un grup i especificar referències no té sentit"1114311144#: builtin/fmt-merge-msg.c:1811145msgid ""11146"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"11147msgstr ""11148"git fmt-merge-msg [-m <missatge>] [--log[=<n>] | --no-log] [--file <fitxer>]"1114911150#: builtin/fmt-merge-msg.c:67211151msgid "populate log with at most <n> entries from shortlog"11152msgstr "emplena el registre amb <n> entrades del registre curt com a màxim"1115311154#: builtin/fmt-merge-msg.c:67511155msgid "alias for --log (deprecated)"11156msgstr "àlies per --log (en desús)"1115711158#: builtin/fmt-merge-msg.c:67811159msgid "text"11160msgstr "text"1116111162#: builtin/fmt-merge-msg.c:67911163msgid "use <text> as start of message"11164msgstr "usa <text> com a inici de missatge"1116511166#: builtin/fmt-merge-msg.c:68011167msgid "file to read from"11168msgstr "fitxer del qual llegir"1116911170#: builtin/for-each-ref.c:1011171msgid "git for-each-ref [<options>] [<pattern>]"11172msgstr "git for-each-ref [<opcions>] [<patró>]"1117311174#: builtin/for-each-ref.c:1111175msgid "git for-each-ref [--points-at <object>]"11176msgstr "git for-each-ref [--points-at <objecte>]"1117711178#: builtin/for-each-ref.c:1211179msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"11180msgstr "git for-each-ref [(--merged | --no-merged) [<comissió>]]"1118111182#: builtin/for-each-ref.c:1311183msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"11184msgstr ""11185"git for-each-ref [--contains [<comissió>]] [--no-contains [<comissió>]]"1118611187#: builtin/for-each-ref.c:2811188msgid "quote placeholders suitably for shells"11189msgstr ""11190"posa els marcadors de posició de forma adequada per a intèrprets d'ordres"1119111192#: builtin/for-each-ref.c:3011193msgid "quote placeholders suitably for perl"11194msgstr "posa els marcadors de posició entre cometes adequades per al perl"1119511196#: builtin/for-each-ref.c:3211197msgid "quote placeholders suitably for python"11198msgstr "posa els marcadors de posició entre cometes adequades per al python"1119911200#: builtin/for-each-ref.c:3411201msgid "quote placeholders suitably for Tcl"11202msgstr "posa els marcadors de posició entre cometes adequades per al Tcl"1120311204#: builtin/for-each-ref.c:3711205msgid "show only <n> matched refs"11206msgstr "mostra només <n> referències coincidents"1120711208#: builtin/for-each-ref.c:39 builtin/tag.c:42411209msgid "respect format colors"11210msgstr "respecta els colors del format"1121111212#: builtin/for-each-ref.c:4311213msgid "print only refs which points at the given object"11214msgstr "imprimeix només les referències que assenyalin l'objecte donat"1121511216#: builtin/for-each-ref.c:4511217msgid "print only refs that are merged"11218msgstr "imprimeix només les referències que s'han fusionat"1121911220#: builtin/for-each-ref.c:4611221msgid "print only refs that are not merged"11222msgstr "imprimeix només les referències que no s'han fusionat"1122311224#: builtin/for-each-ref.c:4711225msgid "print only refs which contain the commit"11226msgstr "imprimeix només les referències que continguin la comissió"1122711228#: builtin/for-each-ref.c:4811229msgid "print only refs which don't contain the commit"11230msgstr "imprimeix només les referències que no continguin la comissió"1123111232#: builtin/fsck.c:59811233msgid "Checking object directories"11234msgstr "S'estan comprovant els directoris d'objecte"1123511236#: builtin/fsck.c:69311237msgid "git fsck [<options>] [<object>...]"11238msgstr "git fsck [<opcions>] [<objecte>...]"1123911240#: builtin/fsck.c:69911241msgid "show unreachable objects"11242msgstr "mostra els objectes inabastables"1124311244#: builtin/fsck.c:70011245msgid "show dangling objects"11246msgstr "mostra els objectes penjants"1124711248#: builtin/fsck.c:70111249msgid "report tags"11250msgstr "informa de les etiquetes"1125111252#: builtin/fsck.c:70211253msgid "report root nodes"11254msgstr "informa dels nodes d'arrel"1125511256#: builtin/fsck.c:70311257msgid "make index objects head nodes"11258msgstr "fes els objectes d'índex nodes de cap"1125911260#: builtin/fsck.c:70411261msgid "make reflogs head nodes (default)"11262msgstr "fes que els registres de referències siguin nodes de cap (per defecte)"1126311264#: builtin/fsck.c:70511265msgid "also consider packs and alternate objects"11266msgstr "també considera els paquets i els objectes alternatius"1126711268#: builtin/fsck.c:70611269msgid "check only connectivity"11270msgstr "comprova només la connectivitat"1127111272#: builtin/fsck.c:70711273msgid "enable more strict checking"11274msgstr "habilita la comprovació més estricta"1127511276#: builtin/fsck.c:70911277msgid "write dangling objects in .git/lost-found"11278msgstr "escriu objectes penjants a .git/lost-found"1127911280#: builtin/fsck.c:710 builtin/prune.c:11011281msgid "show progress"11282msgstr "mostra el progrés"1128311284#: builtin/fsck.c:71111285msgid "show verbose names for reachable objects"11286msgstr "mostra els noms detallats dels objectes abastables"1128711288#: builtin/fsck.c:77611289msgid "Checking objects"11290msgstr "S'estan comprovant els objectes"1129111292#: builtin/gc.c:3411293msgid "git gc [<options>]"11294msgstr "git gc [<opcions>]"1129511296#: builtin/gc.c:9011297#, c-format11298msgid "Failed to fstat %s: %s"11299msgstr "S'ha produït un error en fer fstat %s: %s"1130011301#: builtin/gc.c:461 builtin/init-db.c:5511302#, c-format11303msgid "cannot stat '%s'"11304msgstr "no es pot fer stat en «%s»"1130511306#: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:51011307#, c-format11308msgid "cannot read '%s'"11309msgstr "no es pot llegir «%s»"1131011311#: builtin/gc.c:47711312#, c-format11313msgid ""11314"The last gc run reported the following. Please correct the root cause\n"11315"and remove %s.\n"11316"Automatic cleanup will not be performed until the file is removed.\n"11317"\n"11318"%s"11319msgstr ""11320"L'última execució de gc ha informat el següent. Corregiu\n"11321"la causa primordial i elimineu %s.\n"11322"No es realitzarà la neteja automàtica fins que s'elimini el fitxer.\n"11323"\n"11324"%s"1132511326#: builtin/gc.c:51911327msgid "prune unreferenced objects"11328msgstr "poda objectes sense referència"1132911330#: builtin/gc.c:52111331msgid "be more thorough (increased runtime)"11332msgstr "sigues més exhaustiu (el temps d'execució augmenta)"1133311334#: builtin/gc.c:52211335msgid "enable auto-gc mode"11336msgstr "habilita el mode de recollida d'escombraries automàtica"1133711338#: builtin/gc.c:52511339msgid "force running gc even if there may be another gc running"11340msgstr "força l'execució de gc encara que hi pugui haver un altre gc executant"1134111342#: builtin/gc.c:52811343msgid "repack all other packs except the largest pack"11344msgstr ""1134511346#: builtin/gc.c:54511347#, fuzzy, c-format11348msgid "failed to parse gc.logexpiry value %s"11349msgstr "No s'ha pogut analitzar el valor gc.logexpiry %s"1135011351#: builtin/gc.c:55611352#, fuzzy, c-format11353msgid "failed to parse prune expiry value %s"11354msgstr "No s'ha pogut analitzar el valor gc.logexpiry %s"1135511356#: builtin/gc.c:57611357#, c-format11358msgid "Auto packing the repository in background for optimum performance.\n"11359msgstr ""11360"S'està empaquetant el dipòsit automàticament en el fons per rendiment "11361"òptim.\n"1136211363#: builtin/gc.c:57811364#, c-format11365msgid "Auto packing the repository for optimum performance.\n"11366msgstr "S'està empaquetant automàticament el dipòsit per rendiment òptim.\n"1136711368#: builtin/gc.c:57911369#, c-format11370msgid "See \"git help gc\" for manual housekeeping.\n"11371msgstr "Vegeu \"git help gc\" per neteja manual.\n"1137211373#: builtin/gc.c:61911374#, c-format11375msgid ""11376"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"11377msgstr ""11378"gc ja s'està executant en la màquina «%s» pid %<PRIuMAX> (useu --force si no)"1137911380#: builtin/gc.c:67011381msgid ""11382"There are too many unreachable loose objects; run 'git prune' to remove them."11383msgstr ""11384"Hi ha massa objectes solts inabastables; executeu 'git prune' per a eliminar-"11385"los."1138611387#: builtin/grep.c:2811388msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"11389msgstr "git grep [<opcions>] [-e] <patró> [<revisió>...] [[--] <camí>...]"1139011391#: builtin/grep.c:22411392#, c-format11393msgid "grep: failed to create thread: %s"11394msgstr "grep: s'ha produït un error en crear fil: %s"1139511396#: builtin/grep.c:27811397#, c-format11398msgid "invalid number of threads specified (%d) for %s"11399msgstr "s'ha especificat un nombre de fils no vàlid (%d) per a %s"1140011401#. TRANSLATORS: %s is the configuration11402#. variable for tweaking threads, currently11403#. grep.threads11404#.11405#: builtin/grep.c:286 builtin/index-pack.c:1506 builtin/index-pack.c:169711406#: builtin/pack-objects.c:271911407#, c-format11408msgid "no threads support, ignoring %s"11409msgstr "no hi ha suport de fils, s'està ignorant %s"1141011411#: builtin/grep.c:458 builtin/grep.c:579 builtin/grep.c:62011412#, c-format11413msgid "unable to read tree (%s)"11414msgstr "no s'ha pogut llegir l'arbre (%s)"1141511416#: builtin/grep.c:63511417#, c-format11418msgid "unable to grep from object of type %s"11419msgstr "no es pot fer grep des d'un objecte de tipus %s"1142011421#: builtin/grep.c:70111422#, c-format11423msgid "switch `%c' expects a numerical value"11424msgstr "l'opció «%c» espera un valor numèric"1142511426#: builtin/grep.c:80011427msgid "search in index instead of in the work tree"11428msgstr "cerca en l'índex en lloc de l'arbre de treball"1142911430#: builtin/grep.c:80211431msgid "find in contents not managed by git"11432msgstr "cerca en continguts no gestionats per git"1143311434#: builtin/grep.c:80411435msgid "search in both tracked and untracked files"11436msgstr "cerca tant en fitxers seguits com en no seguits"1143711438#: builtin/grep.c:80611439msgid "ignore files specified via '.gitignore'"11440msgstr "ignora els fitxers especificats mitjançant '.gitignore'"1144111442#: builtin/grep.c:80811443msgid "recursively search in each submodule"11444msgstr "cerca recursivament a cada submòdul"1144511446#: builtin/grep.c:81111447msgid "show non-matching lines"11448msgstr "mostra les línies no coincidents"1144911450#: builtin/grep.c:81311451msgid "case insensitive matching"11452msgstr "coincidència insensible a majúscula i minúscula"1145311454#: builtin/grep.c:81511455msgid "match patterns only at word boundaries"11456msgstr "coincideix amb els patrons només als límits de paraula"1145711458#: builtin/grep.c:81711459msgid "process binary files as text"11460msgstr "processa els fitxers binaris com a text"1146111462#: builtin/grep.c:81911463msgid "don't match patterns in binary files"11464msgstr "no coincideixis amb els patrons en els fitxers binaris"1146511466#: builtin/grep.c:82211467msgid "process binary files with textconv filters"11468msgstr "processa els fitxers binaris amb filtres de textconv"1146911470#: builtin/grep.c:82411471#, fuzzy11472msgid "search in subdirectories (default)"11473msgstr "poda les referències soltes (per defecte)"1147411475#: builtin/grep.c:82611476msgid "descend at most <depth> levels"11477msgstr "descendeix com a màxim <profunditat> nivells"1147811479#: builtin/grep.c:83011480msgid "use extended POSIX regular expressions"11481msgstr "usa les expressions regulars POSIX ampliades"1148211483#: builtin/grep.c:83311484msgid "use basic POSIX regular expressions (default)"11485msgstr "usa les expressions regulars POSIX bàsiques (per defecte)"1148611487#: builtin/grep.c:83611488msgid "interpret patterns as fixed strings"11489msgstr "interpreta els patrons com a cadenes fixes"1149011491#: builtin/grep.c:83911492msgid "use Perl-compatible regular expressions"11493msgstr "usa les expressions regulars compatibles amb Perl"1149411495#: builtin/grep.c:84211496msgid "show line numbers"11497msgstr "mostra els números de línia"1149811499#: builtin/grep.c:84311500#, fuzzy11501msgid "show column number of first match"11502msgstr "mostra només els noms dels fitxers sense coincidència"1150311504#: builtin/grep.c:84411505msgid "don't show filenames"11506msgstr "no mostris els noms de fitxer"1150711508#: builtin/grep.c:84511509msgid "show filenames"11510msgstr "mostra els noms de fitxer"1151111512#: builtin/grep.c:84711513msgid "show filenames relative to top directory"11514msgstr "mostra els noms de fitxer relatius al directori superior"1151511516#: builtin/grep.c:84911517msgid "show only filenames instead of matching lines"11518msgstr "mostra només els noms de fitxer en lloc de les línies coincidents"1151911520#: builtin/grep.c:85111521msgid "synonym for --files-with-matches"11522msgstr "sinònim de --files-with-matches"1152311524#: builtin/grep.c:85411525msgid "show only the names of files without match"11526msgstr "mostra només els noms dels fitxers sense coincidència"1152711528#: builtin/grep.c:85611529msgid "print NUL after filenames"11530msgstr "imprimeix NUL després dels noms de fitxer"1153111532#: builtin/grep.c:85911533#, fuzzy11534msgid "show only matching parts of a line"11535msgstr "mostra les línies no coincidents"1153611537#: builtin/grep.c:86111538msgid "show the number of matches instead of matching lines"11539msgstr "mostra el nombre de coincidències en lloc de les línies coincidents"1154011541#: builtin/grep.c:86211542msgid "highlight matches"11543msgstr "ressalta les coincidències"1154411545#: builtin/grep.c:86411546msgid "print empty line between matches from different files"11547msgstr "imprimeix una línia buida entre coincidències de fitxers distints"1154811549#: builtin/grep.c:86611550msgid "show filename only once above matches from same file"11551msgstr ""11552"mostra el nom de fitxer només una vegada a dalt de les coincidències del "11553"mateix fitxer"1155411555#: builtin/grep.c:86911556msgid "show <n> context lines before and after matches"11557msgstr "mostra <n> línies de context abans i després d'una coincidència"1155811559#: builtin/grep.c:87211560msgid "show <n> context lines before matches"11561msgstr "mostra <n> línies de context abans d'una coincidència"1156211563#: builtin/grep.c:87411564msgid "show <n> context lines after matches"11565msgstr "mostra <n> línies de context després d'una coincidència"1156611567#: builtin/grep.c:87611568msgid "use <n> worker threads"11569msgstr "usa <n> fils de treball"1157011571#: builtin/grep.c:87711572msgid "shortcut for -C NUM"11573msgstr "drecera per -C NUM"1157411575#: builtin/grep.c:88011576msgid "show a line with the function name before matches"11577msgstr "mostra una línia amb el nom de funció abans de les coincidències"1157811579#: builtin/grep.c:88211580msgid "show the surrounding function"11581msgstr "mostra la funció circumdant"1158211583#: builtin/grep.c:88511584msgid "read patterns from file"11585msgstr "llegeix els patrons des d'un fitxer"1158611587#: builtin/grep.c:88711588msgid "match <pattern>"11589msgstr "coincideix amb <patró>"1159011591#: builtin/grep.c:88911592msgid "combine patterns specified with -e"11593msgstr "combina els patrons especificats amb -e"1159411595#: builtin/grep.c:90111596msgid "indicate hit with exit status without output"11597msgstr "indica coincidència amb estat de sortida sense sortida textual"1159811599#: builtin/grep.c:90311600msgid "show only matches from files that match all patterns"11601msgstr ""11602"mostra només les coincidències dels fitxers que coincideixin amb tots els "11603"patrons"1160411605#: builtin/grep.c:90511606msgid "show parse tree for grep expression"11607msgstr "mostra l'arbre d'anàlisi de l'expressió grep"1160811609#: builtin/grep.c:90911610msgid "pager"11611msgstr "paginador"1161211613#: builtin/grep.c:90911614msgid "show matching files in the pager"11615msgstr "mostra els fitxers coincidents en el paginador"1161611617#: builtin/grep.c:91311618msgid "allow calling of grep(1) (ignored by this build)"11619msgstr "permet la invocació de grep(1) (ignorat per aquesta compilació)"1162011621#: builtin/grep.c:97711622#, fuzzy11623msgid "no pattern given"11624msgstr "cap patró donat."1162511626#: builtin/grep.c:101311627msgid "--no-index or --untracked cannot be used with revs"11628msgstr "--no-index o --untracked no es pot usar amb revisions"1162911630#: builtin/grep.c:102011631#, c-format11632msgid "unable to resolve revision: %s"11633msgstr "no s'ha pogut resoldre la revisió: %s"1163411635#: builtin/grep.c:105111636#, fuzzy11637msgid "invalid option combination, ignoring --threads"11638msgstr "no hi ha suport de fils, s'està ignorant --threads"1163911640#: builtin/grep.c:1054 builtin/pack-objects.c:339511641msgid "no threads support, ignoring --threads"11642msgstr "no hi ha suport de fils, s'està ignorant --threads"1164311644#: builtin/grep.c:1057 builtin/index-pack.c:1503 builtin/pack-objects.c:271611645#, c-format11646msgid "invalid number of threads specified (%d)"11647msgstr "s'ha especificat un nombre de fils no vàlid (%d)"1164811649#: builtin/grep.c:108011650msgid "--open-files-in-pager only works on the worktree"11651msgstr "--open-files-in-pager només funciona en l'arbre de treball"1165211653#: builtin/grep.c:110311654#, fuzzy11655msgid "option not supported with --recurse-submodules"11656msgstr "opció no admesa amb --recurse-submodules."1165711658#: builtin/grep.c:110911659#, fuzzy11660msgid "--cached or --untracked cannot be used with --no-index"11661msgstr "--cached o --untracked no es pot usar amb --no-index."1166211663#: builtin/grep.c:111511664#, fuzzy11665msgid "--[no-]exclude-standard cannot be used for tracked contents"11666msgstr "--[no-]exclude-standard no es pot usar per als continguts seguits."1166711668#: builtin/grep.c:112311669#, fuzzy11670msgid "both --cached and trees are given"11671msgstr "s'han donat ambdós --caches i arbres."1167211673#: builtin/hash-object.c:8411674msgid ""11675"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "11676"[--] <file>..."11677msgstr ""11678"git hash-object [-t <tipus>] [-w] [--path=<fitxer> | --no-filters] [--stdin] "11679"[--] <fitxer>..."1168011681#: builtin/hash-object.c:8511682msgid "git hash-object --stdin-paths"11683msgstr "git hash-object --stdin-paths"1168411685#: builtin/hash-object.c:9711686msgid "type"11687msgstr "tipus"1168811689#: builtin/hash-object.c:9711690msgid "object type"11691msgstr "tipus d'objecte"1169211693#: builtin/hash-object.c:9811694msgid "write the object into the object database"11695msgstr "escriu l'objecte a la base de dades d'objectes"1169611697#: builtin/hash-object.c:10011698msgid "read the object from stdin"11699msgstr "llegeix l'objecte des de stdin"1170011701#: builtin/hash-object.c:10211702msgid "store file as is without filters"11703msgstr "emmagatzema el fitxer tal com és sense filtres"1170411705#: builtin/hash-object.c:10311706msgid ""11707"just hash any random garbage to create corrupt objects for debugging Git"11708msgstr ""11709"només suma qualsevol brossa aleatòria per a crear objectes malmesos per a "11710"depurar al Git"1171111712#: builtin/hash-object.c:10411713msgid "process file as it were from this path"11714msgstr "processa el fitxer com si fos d'aquest camí"1171511716#: builtin/help.c:4611717msgid "print all available commands"11718msgstr "imprimeix totes les ordres disponibles"1171911720#: builtin/help.c:4711721msgid "exclude guides"11722msgstr "exclou guies"1172311724#: builtin/help.c:4811725msgid "print list of useful guides"11726msgstr "imprimeix la llista de guies útils"1172711728#: builtin/help.c:4911729#, fuzzy11730msgid "print all configuration variable names"11731msgstr "no es pot crear el fitxer de configuració %s"1173211733#: builtin/help.c:5111734msgid "show man page"11735msgstr "mostra la pàgina de manual"1173611737#: builtin/help.c:5211738msgid "show manual in web browser"11739msgstr "mostra la pàgina de manual en el navegador web"1174011741#: builtin/help.c:5411742msgid "show info page"11743msgstr "mostra la pàgina d'informació"1174411745#: builtin/help.c:5611746#, fuzzy11747msgid "print command description"11748msgstr "imprimeix els continguts de la comissió"1174911750#: builtin/help.c:6111751msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"11752msgstr "git help [--all] [--guides] [--man | --web | --info] [<ordre>]"1175311754#: builtin/help.c:7311755#, c-format11756msgid "unrecognized help format '%s'"11757msgstr "format d'ajuda no reconegut «%s»"1175811759#: builtin/help.c:10011760msgid "Failed to start emacsclient."11761msgstr "S'ha produït un error'ha produït un error en iniciar emacsclient."1176211763#: builtin/help.c:11311764msgid "Failed to parse emacsclient version."11765msgstr "S'ha produït un error en analitzar la versió d'emacsclient."1176611767#: builtin/help.c:12111768#, c-format11769msgid "emacsclient version '%d' too old (< 22)."11770msgstr "la versió d'emacsclient «%d» és massa vella (< 22)."1177111772#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:17911773#, c-format11774msgid "failed to exec '%s'"11775msgstr "s'ha produït un error en executar «%s»"1177611777#: builtin/help.c:21711778#, c-format11779msgid ""11780"'%s': path for unsupported man viewer.\n"11781"Please consider using 'man.<tool>.cmd' instead."11782msgstr ""11783"«%s»: camí a un visualitzador de manuals no compatible.\n"11784"Considereu usar 'man.<eina>.cmd' en lloc d'això."1178511786#: builtin/help.c:22911787#, c-format11788msgid ""11789"'%s': cmd for supported man viewer.\n"11790"Please consider using 'man.<tool>.path' instead."11791msgstr ""11792"«%s»: ordre per a un visualitzador de manuals compatible.\n"11793"Considereu usar 'man.<eina>.path' en lloc d'això."1179411795#: builtin/help.c:34611796#, c-format11797msgid "'%s': unknown man viewer."11798msgstr "«%s»: visualitzador de manuals desconegut."1179911800#: builtin/help.c:36311801msgid "no man viewer handled the request"11802msgstr "cap visualitzador de manuals ha gestionat la sol·licitud"1180311804#: builtin/help.c:37111805msgid "no info viewer handled the request"11806msgstr "cap visualitzador d'informació ha gestionat la sol·licitud"1180711808#: builtin/help.c:430 builtin/help.c:441 git.c:32211809#, c-format11810msgid "'%s' is aliased to '%s'"11811msgstr "«%s» és un àlies de «%s»"1181211813#: builtin/help.c:44411814#, fuzzy, c-format11815msgid "bad alias.%s string: %s"11816msgstr "Cadena branch.%s.mergeoptions incorrecta: %s"1181711818#: builtin/help.c:473 builtin/help.c:50311819#, c-format11820msgid "usage: %s%s"11821msgstr "ús: %s%s"1182211823#: builtin/help.c:48711824msgid "'git help config' for more information"11825msgstr ""1182611827#: builtin/index-pack.c:18411828#, c-format11829msgid "object type mismatch at %s"11830msgstr "hi ha una discordança de tipus d'objecte a %s"1183111832#: builtin/index-pack.c:20411833#, c-format11834msgid "did not receive expected object %s"11835msgstr "no s'ha rebut l'objecte esperat %s"1183611837#: builtin/index-pack.c:20711838#, c-format11839msgid "object %s: expected type %s, found %s"11840msgstr "objecte %s: s'esperava el tipus %s, s'ha trobat %s"1184111842#: builtin/index-pack.c:24911843#, c-format11844msgid "cannot fill %d byte"11845msgid_plural "cannot fill %d bytes"11846msgstr[0] "no es pot omplir %d octet"11847msgstr[1] "no es pot omplir %d octets"1184811849#: builtin/index-pack.c:25911850msgid "early EOF"11851msgstr "EOF prematur"1185211853#: builtin/index-pack.c:26011854msgid "read error on input"11855msgstr "error de lectura d'entrada"1185611857#: builtin/index-pack.c:27211858msgid "used more bytes than were available"11859msgstr "s'han usat més octets que hi havia disponibles"1186011861#: builtin/index-pack.c:279 builtin/pack-objects.c:59811862msgid "pack too large for current definition of off_t"11863msgstr "paquet massa gran per a la definició actual d'off_t"1186411865#: builtin/index-pack.c:282 builtin/unpack-objects.c:9411866msgid "pack exceeds maximum allowed size"11867msgstr "el paquet supera la mida màxima permesa"1186811869#: builtin/index-pack.c:29711870#, c-format11871msgid "unable to create '%s'"11872msgstr "no s'ha pogut crear «%s»"1187311874#: builtin/index-pack.c:30311875#, c-format11876msgid "cannot open packfile '%s'"11877msgstr "no es pot obrir el fitxer de paquet «%s»"1187811879#: builtin/index-pack.c:31711880msgid "pack signature mismatch"11881msgstr "hi ha una discordança de signatura de paquet"1188211883#: builtin/index-pack.c:31911884#, c-format11885msgid "pack version %<PRIu32> unsupported"11886msgstr "la versió de paquet %<PRIu32> no és compatible"1188711888#: builtin/index-pack.c:33711889#, c-format11890msgid "pack has bad object at offset %<PRIuMAX>: %s"11891msgstr "el paquet té un objecte incorrecte a la posició %<PRIuMAX>: %s"1189211893#: builtin/index-pack.c:45711894#, c-format11895msgid "inflate returned %d"11896msgstr "la inflació ha retornat %d"1189711898#: builtin/index-pack.c:50611899msgid "offset value overflow for delta base object"11900msgstr ""11901"desbordament de valor de desplaçament per a l'objecte base de diferències"1190211903#: builtin/index-pack.c:51411904msgid "delta base offset is out of bound"11905msgstr "el desplaçament de base de diferències està fora de límits"1190611907#: builtin/index-pack.c:52211908#, c-format11909msgid "unknown object type %d"11910msgstr "tipus d'objecte desconegut %d"1191111912#: builtin/index-pack.c:55311913msgid "cannot pread pack file"11914msgstr "no es pot fer pread en el fitxer de paquet"1191511916#: builtin/index-pack.c:55511917#, c-format11918msgid "premature end of pack file, %<PRIuMAX> byte missing"11919msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"11920msgstr[0] "el final del fitxer de paquet és prematur, manca %<PRIuMAX> octet"11921msgstr[1] ""11922"el final del fitxer de paquet és prematur, manquen %<PRIuMAX> octets"1192311924#: builtin/index-pack.c:58111925msgid "serious inflate inconsistency"11926msgstr "hi ha una inconsistència seriosa d'inflació"1192711928#: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:75511929#: builtin/index-pack.c:794 builtin/index-pack.c:80311930#, c-format11931msgid "SHA1 COLLISION FOUND WITH %s !"11932msgstr "S'HA TROBAT UNA COL·LISIÓ SHA1 AMB %s !"1193311934#: builtin/index-pack.c:729 builtin/pack-objects.c:15111935#: builtin/pack-objects.c:211 builtin/pack-objects.c:30511936#, c-format11937msgid "unable to read %s"11938msgstr "no s'ha pogut llegir %s"1193911940#: builtin/index-pack.c:79211941#, c-format11942msgid "cannot read existing object info %s"11943msgstr "no es pot llegir la informació d'objecte existent %s"1194411945#: builtin/index-pack.c:80011946#, c-format11947msgid "cannot read existing object %s"11948msgstr "no es pot llegir l'objecte existent %s"1194911950#: builtin/index-pack.c:81411951#, c-format11952msgid "invalid blob object %s"11953msgstr "objecte de blob no vàlid %s"1195411955#: builtin/index-pack.c:817 builtin/index-pack.c:83611956#, fuzzy11957msgid "fsck error in packed object"11958msgstr "ignora els objectes empaquetats"1195911960#: builtin/index-pack.c:83311961#, c-format11962msgid "invalid %s"11963msgstr "%s no vàlid"1196411965#: builtin/index-pack.c:83811966#, c-format11967msgid "Not all child objects of %s are reachable"11968msgstr "No tots els objectes fills de %s són abastables"1196911970#: builtin/index-pack.c:910 builtin/index-pack.c:94111971msgid "failed to apply delta"11972msgstr "s'ha produït un error en aplicar la diferència"1197311974#: builtin/index-pack.c:110911975msgid "Receiving objects"11976msgstr "S'estan rebent objectes"1197711978#: builtin/index-pack.c:110911979msgid "Indexing objects"11980msgstr "S'estan indexant objectes"1198111982#: builtin/index-pack.c:114311983msgid "pack is corrupted (SHA1 mismatch)"11984msgstr "el paquet és malmès (discordança SHA1)"1198511986#: builtin/index-pack.c:114811987msgid "cannot fstat packfile"11988msgstr "no es pot fer fstat en el fitxer de paquet"1198911990#: builtin/index-pack.c:115111991msgid "pack has junk at the end"11992msgstr "el paquet té brossa al seu final"1199311994#: builtin/index-pack.c:116311995msgid "confusion beyond insanity in parse_pack_objects()"11996msgstr "confusió més enllà de la bogeria en parse_pack_objects()"1199711998#: builtin/index-pack.c:118611999msgid "Resolving deltas"12000msgstr "S'estan resolent les diferències"1200112002#: builtin/index-pack.c:1196 builtin/pack-objects.c:249212003#, c-format12004msgid "unable to create thread: %s"12005msgstr "no s'ha pogut crear fil: %s"1200612007#: builtin/index-pack.c:123712008msgid "confusion beyond insanity"12009msgstr "confusió més enllà de la bogeria"1201012011#: builtin/index-pack.c:124312012#, c-format12013msgid "completed with %d local object"12014msgid_plural "completed with %d local objects"12015msgstr[0] "s'ha completat amb %d objecte local"12016msgstr[1] "s'ha completat amb %d objectes locals"1201712018#: builtin/index-pack.c:125512019#, c-format12020msgid "Unexpected tail checksum for %s (disk corruption?)"12021msgstr "Suma de verificació final no esperada per a %s (corrupció de disc?)"1202212023#: builtin/index-pack.c:125912024#, c-format12025msgid "pack has %d unresolved delta"12026msgid_plural "pack has %d unresolved deltas"12027msgstr[0] "El paquet té %d diferència no resolta"12028msgstr[1] "El paquet té %d diferències no resoltes"1202912030#: builtin/index-pack.c:128312031#, c-format12032msgid "unable to deflate appended object (%d)"12033msgstr "no s'ha pogut desinflar l'objecte annexat (%d)"1203412035#: builtin/index-pack.c:136012036#, c-format12037msgid "local object %s is corrupt"12038msgstr "l'objecte local %s és malmès"1203912040#: builtin/index-pack.c:137412041#, c-format12042msgid "packfile name '%s' does not end with '.pack'"12043msgstr "el nom del fitxer de paquet «%s» no acaba amb '.pack'"1204412045#: builtin/index-pack.c:139912046#, c-format12047msgid "cannot write %s file '%s'"12048msgstr "no es pot escriure «%s» al fitxer «%s»"1204912050#: builtin/index-pack.c:140712051#, fuzzy, c-format12052msgid "cannot close written %s file '%s'"12053msgstr "no es pot tancar el fitxer escrit a mantenir «%s»"1205412055#: builtin/index-pack.c:143112056msgid "error while closing pack file"12057msgstr "error en tancar el fitxer de paquet"1205812059#: builtin/index-pack.c:144512060msgid "cannot store pack file"12061msgstr "no es pot emmagatzemar el fitxer de paquet"1206212063#: builtin/index-pack.c:145312064msgid "cannot store index file"12065msgstr "no es pot emmagatzemar el fitxer d'índex"1206612067#: builtin/index-pack.c:1497 builtin/pack-objects.c:272712068#, c-format12069msgid "bad pack.indexversion=%<PRIu32>"12070msgstr "pack.indexversion=%<PRIu32> incorrecte"1207112072#: builtin/index-pack.c:156512073#, c-format12074msgid "Cannot open existing pack file '%s'"12075msgstr "No es pot obrir el fitxer de paquet existent «%s»"1207612077#: builtin/index-pack.c:156712078#, c-format12079msgid "Cannot open existing pack idx file for '%s'"12080msgstr "No es pot obrir el fitxer d'índex de paquets existent de «%s»"1208112082#: builtin/index-pack.c:161512083#, c-format12084msgid "non delta: %d object"12085msgid_plural "non delta: %d objects"12086msgstr[0] "sense diferències: %d objecte"12087msgstr[1] "sense diferències: %d objectes"1208812089#: builtin/index-pack.c:162212090#, c-format12091msgid "chain length = %d: %lu object"12092msgid_plural "chain length = %d: %lu objects"12093msgstr[0] "longitud de cadena = %d: %lu objecte"12094msgstr[1] "longitud de cadena = %d: %lu objectes"1209512096#: builtin/index-pack.c:165912097msgid "Cannot come back to cwd"12098msgstr "No es pot tornar al directori de treball actual"1209912100#: builtin/index-pack.c:1708 builtin/index-pack.c:171112101#: builtin/index-pack.c:1727 builtin/index-pack.c:173112102#, c-format12103msgid "bad %s"12104msgstr "%s incorrecte"1210512106#: builtin/index-pack.c:174712107msgid "--fix-thin cannot be used without --stdin"12108msgstr "--fix-thin no es pot usar sense --stdin"1210912110#: builtin/index-pack.c:174912111msgid "--stdin requires a git repository"12112msgstr "--stdin requereix un dipòsit git"1211312114#: builtin/index-pack.c:175512115msgid "--verify with no packfile name given"12116msgstr "s'ha donat --verify sense nom de fitxer de paquet"1211712118#: builtin/index-pack.c:1803 builtin/unpack-objects.c:58012119#, fuzzy12120msgid "fsck error in pack objects"12121msgstr "error en objecte: %s"1212212123#: builtin/init-db.c:6112124#, c-format12125msgid "cannot stat template '%s'"12126msgstr "no es pot fer stat en la plantilla «%s»"1212712128#: builtin/init-db.c:6612129#, c-format12130msgid "cannot opendir '%s'"12131msgstr "no es pot fer opendir en el directori «%s»"1213212133#: builtin/init-db.c:7812134#, c-format12135msgid "cannot readlink '%s'"12136msgstr "no es pot fer readlink en «%s»"1213712138#: builtin/init-db.c:8012139#, c-format12140msgid "cannot symlink '%s' '%s'"12141msgstr "no es pot fer symlink en «%s» «%s»"1214212143#: builtin/init-db.c:8612144#, c-format12145msgid "cannot copy '%s' to '%s'"12146msgstr "no es pot copiar «%s» a «%s»"1214712148#: builtin/init-db.c:9012149#, c-format12150msgid "ignoring template %s"12151msgstr "s'està ignorant la plantilla %s"1215212153#: builtin/init-db.c:12112154#, fuzzy, c-format12155msgid "templates not found in %s"12156msgstr "no s'han trobat les plantilles %s"1215712158#: builtin/init-db.c:13612159#, c-format12160msgid "not copying templates from '%s': %s"12161msgstr "no s'estan copiant plantilles de «%s»: %s"1216212163#: builtin/init-db.c:32912164#, c-format12165msgid "unable to handle file type %d"12166msgstr "no s'ha pogut gestionar el tipus de fitxer %d"1216712168#: builtin/init-db.c:33212169#, c-format12170msgid "unable to move %s to %s"12171msgstr "no s'ha pogut moure %s a %s"1217212173#: builtin/init-db.c:349 builtin/init-db.c:35212174#, c-format12175msgid "%s already exists"12176msgstr "%s ja existeix"1217712178#: builtin/init-db.c:40512179#, c-format12180msgid "Reinitialized existing shared Git repository in %s%s\n"12181msgstr "S'ha reinicialitzat el dipòsit compartit existent del Git en %s%s\n"1218212183#: builtin/init-db.c:40612184#, c-format12185msgid "Reinitialized existing Git repository in %s%s\n"12186msgstr "S'ha reinicialitzat el dipòsit existent del Git en %s%s\n"1218712188#: builtin/init-db.c:41012189#, c-format12190msgid "Initialized empty shared Git repository in %s%s\n"12191msgstr "S'ha inicialitzat un dipòsit compartit buit del Git en %s%s\n"1219212193#: builtin/init-db.c:41112194#, c-format12195msgid "Initialized empty Git repository in %s%s\n"12196msgstr "S'ha inicialitzat un dipòsit buit del Git en %s%s\n"1219712198#: builtin/init-db.c:46012199msgid ""12200"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"12201"shared[=<permissions>]] [<directory>]"12202msgstr ""12203"git init [-q | --quiet] [--bare] [--template=<directori-de-plantilla>] [--"12204"shared[=<permisos>]] [<directori>]"1220512206#: builtin/init-db.c:48312207msgid "permissions"12208msgstr "permisos"1220912210#: builtin/init-db.c:48412211msgid "specify that the git repository is to be shared amongst several users"12212msgstr "especifica que el dipòsit de git es compartirà entre diversos usuaris"1221312214#: builtin/init-db.c:518 builtin/init-db.c:52312215#, c-format12216msgid "cannot mkdir %s"12217msgstr "no es pot mkdir %s"1221812219#: builtin/init-db.c:52712220#, c-format12221msgid "cannot chdir to %s"12222msgstr "no es pot canviar de directori a %s"1222312224#: builtin/init-db.c:54812225#, c-format12226msgid ""12227"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"12228"dir=<directory>)"12229msgstr ""12230"no es permet %s (o --work-tree=<directori>) sense especificar %s (o --git-"12231"dir=<directori>)"1223212233#: builtin/init-db.c:57612234#, c-format12235msgid "Cannot access work tree '%s'"12236msgstr "No es pot accedir a l'arbre de treball «%s»"1223712238#: builtin/interpret-trailers.c:1512239msgid ""12240"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "12241"<token>[(=|:)<value>])...] [<file>...]"12242msgstr ""12243"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "12244"<testimoni>[(=|:)<valor>])...] [<fitxer>...]"1224512246#: builtin/interpret-trailers.c:9412247msgid "edit files in place"12248msgstr "edita els fitxers in situ"1224912250#: builtin/interpret-trailers.c:9512251msgid "trim empty trailers"12252msgstr "escurça els remolcs buits"1225312254#: builtin/interpret-trailers.c:9812255msgid "where to place the new trailer"12256msgstr "on ubica"1225712258#: builtin/interpret-trailers.c:10012259msgid "action if trailer already exists"12260msgstr "acció si el «trailer» ja existeix"1226112262#: builtin/interpret-trailers.c:10212263msgid "action if trailer is missing"12264msgstr "acció si el «trailer» falta"1226512266#: builtin/interpret-trailers.c:10412267msgid "output only the trailers"12268msgstr "mostra només els «trailer»"1226912270#: builtin/interpret-trailers.c:10512271msgid "do not apply config rules"12272msgstr "no apliquis les regles de configuració"1227312274#: builtin/interpret-trailers.c:10612275msgid "join whitespace-continued values"12276msgstr "uneix els valors continus amb espais en blanc"1227712278#: builtin/interpret-trailers.c:10712279msgid "set parsing options"12280msgstr "estableix les opcions d'anàlisi"1228112282#: builtin/interpret-trailers.c:10912283msgid "do not treat --- specially"12284msgstr ""1228512286#: builtin/interpret-trailers.c:11012287msgid "trailer"12288msgstr "remolc"1228912290#: builtin/interpret-trailers.c:11112291msgid "trailer(s) to add"12292msgstr "remolcs a afegir"1229312294#: builtin/interpret-trailers.c:12012295msgid "--trailer with --only-input does not make sense"12296msgstr "--trailer amb --only-input no té sentit"1229712298#: builtin/interpret-trailers.c:13012299msgid "no input file given for in-place editing"12300msgstr "no s'ha donat cap fitxer d'entrada per a edició in situ"1230112302#: builtin/log.c:5412303msgid "git log [<options>] [<revision-range>] [[--] <path>...]"12304msgstr "git log [<opcions>] [<rang-de-revisions>] [[--] <camí>...]"1230512306#: builtin/log.c:5512307msgid "git show [<options>] <object>..."12308msgstr "git show [<opcions>] <objecte>..."1230912310#: builtin/log.c:9912311#, c-format12312msgid "invalid --decorate option: %s"12313msgstr "opció --decorate no vàlida: %s"1231412315#: builtin/log.c:16212316msgid "suppress diff output"12317msgstr "omet la sortida de diferències"1231812319#: builtin/log.c:16312320msgid "show source"12321msgstr "mostra la font"1232212323#: builtin/log.c:16412324msgid "Use mail map file"12325msgstr "Usa el fitxer de mapa de correu"1232612327#: builtin/log.c:16612328msgid "only decorate refs that match <pattern>"12329msgstr "només decora les referències que coincideixin amb <patró>"1233012331#: builtin/log.c:16812332msgid "do not decorate refs that match <pattern>"12333msgstr "no decoris les referències que coincideixen amb <patró>"1233412335#: builtin/log.c:16912336msgid "decorate options"12337msgstr "opcions de decoració"1233812339#: builtin/log.c:17212340msgid "Process line range n,m in file, counting from 1"12341msgstr "Processa el rang de línies n,m en el fitxer, comptant des d'1"1234212343#: builtin/log.c:27012344#, c-format12345msgid "Final output: %d %s\n"12346msgstr "Sortida final: %d %s\n"1234712348#: builtin/log.c:52212349#, c-format12350msgid "git show %s: bad file"12351msgstr "git show %s: fitxer incorrecte"1235212353#: builtin/log.c:537 builtin/log.c:63112354#, c-format12355msgid "Could not read object %s"12356msgstr "No es pot llegir l'objecte %s"1235712358#: builtin/log.c:65512359#, c-format12360msgid "Unknown type: %d"12361msgstr "Tipus desconegut: %d"1236212363#: builtin/log.c:77612364msgid "format.headers without value"12365msgstr "format.headers sense valor"1236612367#: builtin/log.c:87712368msgid "name of output directory is too long"12369msgstr "el nom del directori de sortida és massa llarg"1237012371#: builtin/log.c:89312372#, c-format12373msgid "Cannot open patch file %s"12374msgstr "No es pot obrir el fitxer de pedaç %s"1237512376#: builtin/log.c:91012377msgid "Need exactly one range."12378msgstr "Cal exactament un rang."1237912380#: builtin/log.c:92012381msgid "Not a range."12382msgstr "No és un rang."1238312384#: builtin/log.c:104312385msgid "Cover letter needs email format"12386msgstr "La carta de presentació necessita el format de correu electrònic"1238712388#: builtin/log.c:111912389#, c-format12390msgid "insane in-reply-to: %s"12391msgstr "in-reply-to boig: %s"1239212393#: builtin/log.c:114612394msgid "git format-patch [<options>] [<since> | <revision-range>]"12395msgstr "git format-patch [<opcions>] [<des-de> | <rang-de-revisions>]"1239612397#: builtin/log.c:120412398msgid "Two output directories?"12399msgstr "Hi ha dos directoris de sortida?"1240012401#: builtin/log.c:1311 builtin/log.c:2054 builtin/log.c:2056 builtin/log.c:206812402#, c-format12403msgid "Unknown commit %s"12404msgstr "Comissió desconeguda %s"1240512406#: builtin/log.c:1321 builtin/notes.c:894 builtin/tag.c:52612407#, c-format12408msgid "Failed to resolve '%s' as a valid ref."12409msgstr "S'ha produït un error en resoldre «%s» com a referència vàlida."1241012411#: builtin/log.c:132612412msgid "Could not find exact merge base."12413msgstr "No s'ha pogut trobar la base exacta de fusió."1241412415#: builtin/log.c:133012416msgid ""12417"Failed to get upstream, if you want to record base commit automatically,\n"12418"please use git branch --set-upstream-to to track a remote branch.\n"12419"Or you could specify base commit by --base=<base-commit-id> manually."12420msgstr ""12421"S'ha produït un error en obtenir la font. Si voleu registrar la comissió "12422"base\n"12423"automàticament, useu git branch --set-upstream-to per a\n"12424"seguir una branca remota. O podeu especificar la comissió base manualment\n"12425"amb --base=<id-de-comissió-base>."1242612427#: builtin/log.c:135012428msgid "Failed to find exact merge base"12429msgstr "S'ha produït un error en trobar la base exacta de fusió."1243012431#: builtin/log.c:136112432msgid "base commit should be the ancestor of revision list"12433msgstr "la comissió base ha de ser l'avantpassat de la llista de revisions"1243412435#: builtin/log.c:136512436msgid "base commit shouldn't be in revision list"12437msgstr "la comissió base no ha de ser en la llista de revisions"1243812439#: builtin/log.c:141812440msgid "cannot get patch id"12441msgstr "no es pot obtenir l'id del pedaç"1244212443#: builtin/log.c:147012444#, fuzzy12445msgid "failed to infer range-diff ranges"12446msgstr "s'ha produït un error en executar «%s»"1244712448#: builtin/log.c:151512449msgid "use [PATCH n/m] even with a single patch"12450msgstr "usa [PATCH n/m] fins i tot amb un sol pedaç"1245112452#: builtin/log.c:151812453msgid "use [PATCH] even with multiple patches"12454msgstr "usa [PATCH] fins i tot amb múltiples pedaços"1245512456#: builtin/log.c:152212457msgid "print patches to standard out"12458msgstr "imprimeix els pedaços a la sortida estàndard"1245912460#: builtin/log.c:152412461msgid "generate a cover letter"12462msgstr "genera una carta de presentació"1246312464#: builtin/log.c:152612465msgid "use simple number sequence for output file names"12466msgstr "usa una seqüència de números per als noms dels fitxers de sortida"1246712468#: builtin/log.c:152712469msgid "sfx"12470msgstr "sufix"1247112472#: builtin/log.c:152812473msgid "use <sfx> instead of '.patch'"12474msgstr "usa <sufix> en lloc de '.patch'"1247512476#: builtin/log.c:153012477msgid "start numbering patches at <n> instead of 1"12478msgstr "comença numerant els pedaços a <n> en lloc d'1"1247912480#: builtin/log.c:153212481msgid "mark the series as Nth re-roll"12482msgstr "marca la sèrie com a l'enèsima llançada"1248312484#: builtin/log.c:153412485msgid "Use [RFC PATCH] instead of [PATCH]"12486msgstr "Usa [RFC PATCH] en lloc de [PATCH]"1248712488#: builtin/log.c:153712489msgid "Use [<prefix>] instead of [PATCH]"12490msgstr "Usa [<prefix>] en lloc de [PATCH]"1249112492#: builtin/log.c:154012493msgid "store resulting files in <dir>"12494msgstr "emmagatzema els fitxers resultants a <directori>"1249512496#: builtin/log.c:154312497msgid "don't strip/add [PATCH]"12498msgstr "no despullis/afegeixis [PATCH]"1249912500#: builtin/log.c:154612501msgid "don't output binary diffs"12502msgstr "no emetis diferències binàries"1250312504#: builtin/log.c:154812505msgid "output all-zero hash in From header"12506msgstr "emet un hash de tots zeros en la capçalera From"1250712508#: builtin/log.c:155012509msgid "don't include a patch matching a commit upstream"12510msgstr "no incloguis pedaços que coincideixin amb comissions a la font"1251112512#: builtin/log.c:155212513msgid "show patch format instead of default (patch + stat)"12514msgstr ""12515"mostra el format de pedaç en lloc del per defecte (pedaç + estadístiques)"1251612517#: builtin/log.c:155412518msgid "Messaging"12519msgstr "Missatgeria"1252012521#: builtin/log.c:155512522msgid "header"12523msgstr "capçalera"1252412525#: builtin/log.c:155612526msgid "add email header"12527msgstr "afegeix una capçalera de correu electrònic"1252812529#: builtin/log.c:1557 builtin/log.c:155912530msgid "email"12531msgstr "correu electrònic"1253212533#: builtin/log.c:155712534msgid "add To: header"12535msgstr "afegeix la capçalera To:"1253612537#: builtin/log.c:155912538msgid "add Cc: header"12539msgstr "afegeix la capçalera Cc:"1254012541#: builtin/log.c:156112542msgid "ident"12543msgstr "identitat"1254412545#: builtin/log.c:156212546msgid "set From address to <ident> (or committer ident if absent)"12547msgstr ""12548"estableix l'adreça From a <identitat> (o la identitat del comitent si manca)"1254912550#: builtin/log.c:156412551msgid "message-id"12552msgstr "ID de missatge"1255312554#: builtin/log.c:156512555msgid "make first mail a reply to <message-id>"12556msgstr "fes que el primer missatge sigui una resposta a <ID de missatge>"1255712558#: builtin/log.c:1566 builtin/log.c:156912559msgid "boundary"12560msgstr "límit"1256112562#: builtin/log.c:156712563msgid "attach the patch"12564msgstr "adjunta el pedaç"1256512566#: builtin/log.c:157012567msgid "inline the patch"12568msgstr "posa el pedaç en el cos"1256912570#: builtin/log.c:157412571msgid "enable message threading, styles: shallow, deep"12572msgstr "habilita l'enfilada de missatges, estils: shallow, deep"1257312574#: builtin/log.c:157612575msgid "signature"12576msgstr "signatura"1257712578#: builtin/log.c:157712579msgid "add a signature"12580msgstr "afegeix una signatura"1258112582#: builtin/log.c:157812583msgid "base-commit"12584msgstr "comissió base"1258512586#: builtin/log.c:157912587msgid "add prerequisite tree info to the patch series"12588msgstr "afegeix la informació d'arbre requerida a la sèrie de pedaços"1258912590#: builtin/log.c:158112591msgid "add a signature from a file"12592msgstr "afegeix una signatura des d'un fitxer"1259312594#: builtin/log.c:158212595msgid "don't print the patch filenames"12596msgstr "no imprimeixis els noms de fitxer del pedaç"1259712598#: builtin/log.c:158412599msgid "show progress while generating patches"12600msgstr "mostra el progrés durant la generació de pedaços"1260112602#: builtin/log.c:158512603msgid "rev"12604msgstr "rev"1260512606#: builtin/log.c:158612607msgid "show changes against <rev> in cover letter or single patch"12608msgstr ""1260912610#: builtin/log.c:158912611msgid "show changes against <refspec> in cover letter or single patch"12612msgstr ""1261312614#: builtin/log.c:159112615msgid "percentage by which creation is weighted"12616msgstr ""1261712618#: builtin/log.c:166612619#, c-format12620msgid "invalid ident line: %s"12621msgstr "línia d'identitat no vàlida: %s"1262212623#: builtin/log.c:168112624#, fuzzy12625msgid "-n and -k are mutually exclusive"12626msgstr "-n i -k són mútuament excloents."1262712628#: builtin/log.c:168312629#, fuzzy12630msgid "--subject-prefix/--rfc and -k are mutually exclusive"12631msgstr "--subject-prefix/--rfc i -k són mútuament excloents."1263212633#: builtin/log.c:169112634msgid "--name-only does not make sense"12635msgstr "--name-only no té sentit"1263612637#: builtin/log.c:169312638msgid "--name-status does not make sense"12639msgstr "--name-status no té sentit"1264012641#: builtin/log.c:169512642msgid "--check does not make sense"12643msgstr "--check no té sentit"1264412645#: builtin/log.c:172712646msgid "standard output, or directory, which one?"12647msgstr "sortida estàndard o directori, quin dels dos?"1264812649#: builtin/log.c:172912650#, c-format12651msgid "Could not create directory '%s'"12652msgstr "No s'ha pogut crear el directori «%s»"1265312654#: builtin/log.c:181612655msgid "--interdiff requires --cover-letter or single patch"12656msgstr ""1265712658#: builtin/log.c:182012659msgid "Interdiff:"12660msgstr ""1266112662#: builtin/log.c:182112663#, c-format12664msgid "Interdiff against v%d:"12665msgstr ""1266612667#: builtin/log.c:182712668msgid "--creation-factor requires --range-diff"12669msgstr ""1267012671#: builtin/log.c:183112672msgid "--range-diff requires --cover-letter or single patch"12673msgstr ""1267412675#: builtin/log.c:183912676msgid "Range-diff:"12677msgstr ""1267812679#: builtin/log.c:184012680#, c-format12681msgid "Range-diff against v%d:"12682msgstr ""1268312684#: builtin/log.c:185112685#, c-format12686msgid "unable to read signature file '%s'"12687msgstr "no s'ha pogut llegir el fitxer de signatura «%s»"1268812689#: builtin/log.c:188712690msgid "Generating patches"12691msgstr "S'estan generant els pedaços"1269212693#: builtin/log.c:193112694msgid "Failed to create output files"12695msgstr "S'ha produït un error en crear els fitxers de sortida"1269612697#: builtin/log.c:198912698msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"12699msgstr "git cherry [-v] [<font> [<cap> [<límit>]]]"1270012701#: builtin/log.c:204312702#, c-format12703msgid ""12704"Could not find a tracked remote branch, please specify <upstream> manually.\n"12705msgstr ""12706"No s'ha pogut trobar una branca remota seguida. Especifiqueu <font> "12707"manualment.\n"1270812709#: builtin/ls-files.c:46912710msgid "git ls-files [<options>] [<file>...]"12711msgstr "git ls-files [<opcions>] [<fitxer>...]"1271212713#: builtin/ls-files.c:52512714msgid "identify the file status with tags"12715msgstr "identifica l'estat de fitxer amb etiquetes"1271612717#: builtin/ls-files.c:52712718msgid "use lowercase letters for 'assume unchanged' files"12719msgstr "usa lletres minúscules per als fitxers 'assume unchanged'"1272012721#: builtin/ls-files.c:52912722msgid "use lowercase letters for 'fsmonitor clean' files"12723msgstr "usa lletres minúscules per als fitxers 'fsmonitor clean'"1272412725#: builtin/ls-files.c:53112726msgid "show cached files in the output (default)"12727msgstr ""12728"mostra en la sortida els fitxers desats en la memòria cau (per defecte)"1272912730#: builtin/ls-files.c:53312731msgid "show deleted files in the output"12732msgstr "mostra en la sortida els fitxers suprimits"1273312734#: builtin/ls-files.c:53512735msgid "show modified files in the output"12736msgstr "mostra en la sortida els fitxers modificats"1273712738#: builtin/ls-files.c:53712739msgid "show other files in the output"12740msgstr "mostra en la sortida els altres fitxers"1274112742#: builtin/ls-files.c:53912743msgid "show ignored files in the output"12744msgstr "mostra en la sortida els fitxers ignorats"1274512746#: builtin/ls-files.c:54212747msgid "show staged contents' object name in the output"12748msgstr "mostra en la sortida el nom d'objecte dels continguts «stage»"1274912750#: builtin/ls-files.c:54412751msgid "show files on the filesystem that need to be removed"12752msgstr "mostra els fitxers en el sistema de fitxers que s'han d'eliminar"1275312754#: builtin/ls-files.c:54612755msgid "show 'other' directories' names only"12756msgstr "mostra només els noms dels directoris 'other'"1275712758#: builtin/ls-files.c:54812759msgid "show line endings of files"12760msgstr "mostra els terminadors de línia dels fitxers"1276112762#: builtin/ls-files.c:55012763msgid "don't show empty directories"12764msgstr "no mostris els directoris buits"1276512766#: builtin/ls-files.c:55312767msgid "show unmerged files in the output"12768msgstr "mostra en la sortida els fitxers sense fusionar"1276912770#: builtin/ls-files.c:55512771msgid "show resolve-undo information"12772msgstr "mostra la informació de resolució de desfet"1277312774#: builtin/ls-files.c:55712775msgid "skip files matching pattern"12776msgstr "omet els fitxers coincidents amb el patró"1277712778#: builtin/ls-files.c:56012779msgid "exclude patterns are read from <file>"12780msgstr "els patrons d'exclusió es llegeixen de <fitxer>"1278112782#: builtin/ls-files.c:56312783msgid "read additional per-directory exclude patterns in <file>"12784msgstr "llegeix els patrons addicionals d'exclusió per directori en <fitxer>"1278512786#: builtin/ls-files.c:56512787msgid "add the standard git exclusions"12788msgstr "afegeix les exclusions estàndards de git"1278912790#: builtin/ls-files.c:56912791msgid "make the output relative to the project top directory"12792msgstr "fes que la sortida sigui relativa al directori superior del projecte"1279312794#: builtin/ls-files.c:57212795msgid "recurse through submodules"12796msgstr "inclou recursivament als submòduls"1279712798#: builtin/ls-files.c:57412799msgid "if any <file> is not in the index, treat this as an error"12800msgstr "si qualsevol <fitxer> no és en l'índex, tracta-ho com a error"1280112802#: builtin/ls-files.c:57512803msgid "tree-ish"12804msgstr "arbre"1280512806#: builtin/ls-files.c:57612807msgid "pretend that paths removed since <tree-ish> are still present"12808msgstr ""12809"pretén que els camins eliminats després de <arbre> encara siguin presents"1281012811#: builtin/ls-files.c:57812812msgid "show debugging data"12813msgstr "mostra les dades de depuració"1281412815#: builtin/ls-remote.c:912816msgid ""12817"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"12818" [-q | --quiet] [--exit-code] [--get-url]\n"12819" [--symref] [<repository> [<refs>...]]"12820msgstr ""12821"git ls-remote [--heads] [--tags] [--refs]\n"12822" [--upload-pack=<executable>] [-q | --quiet]\n"12823" [--exit-code] [--get-url] [--symref]\n"12824" [<dipòsit> [<referències>...]]"1282512826#: builtin/ls-remote.c:5912827msgid "do not print remote URL"12828msgstr "no imprimeixis l'URL remot"1282912830#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:88512831msgid "exec"12832msgstr "executable"1283312834#: builtin/ls-remote.c:61 builtin/ls-remote.c:6312835msgid "path of git-upload-pack on the remote host"12836msgstr "camí a git-upload-pack en la màquina remota"1283712838#: builtin/ls-remote.c:6512839msgid "limit to tags"12840msgstr "limita a etiquetes"1284112842#: builtin/ls-remote.c:6612843msgid "limit to heads"12844msgstr "limita a caps"1284512846#: builtin/ls-remote.c:6712847msgid "do not show peeled tags"12848msgstr "no mostris les etiquetes pelades"1284912850#: builtin/ls-remote.c:6912851msgid "take url.<base>.insteadOf into account"12852msgstr "tingues en compte url.<base>.insteadOf"1285312854#: builtin/ls-remote.c:7312855msgid "exit with exit code 2 if no matching refs are found"12856msgstr "surt amb codi de sortida 2 si no es troba cap referència coincident"1285712858#: builtin/ls-remote.c:7612859msgid "show underlying ref in addition to the object pointed by it"12860msgstr "mostra la referència subjacent a més de l'objecte que senyali"1286112862#: builtin/ls-tree.c:3012863msgid "git ls-tree [<options>] <tree-ish> [<path>...]"12864msgstr "git ls-tree [<opcions>] <arbre> [<camí>...]"1286512866#: builtin/ls-tree.c:12812867msgid "only show trees"12868msgstr "mostra només els arbres"1286912870#: builtin/ls-tree.c:13012871msgid "recurse into subtrees"12872msgstr "inclou recursivament als subarbres"1287312874#: builtin/ls-tree.c:13212875msgid "show trees when recursing"12876msgstr "mostra els arbres quan es treballa recursivament"1287712878#: builtin/ls-tree.c:13512879msgid "terminate entries with NUL byte"12880msgstr "acaba les entrades amb un octet NUL"1288112882#: builtin/ls-tree.c:13612883msgid "include object size"12884msgstr "mida de l'objecte d'inclusió"1288512886#: builtin/ls-tree.c:138 builtin/ls-tree.c:14012887msgid "list only filenames"12888msgstr "llista només els noms de fitxer"1288912890#: builtin/ls-tree.c:14312891msgid "use full path names"12892msgstr "usa els noms de camí complets"1289312894#: builtin/ls-tree.c:14512895msgid "list entire tree; not just current directory (implies --full-name)"12896msgstr ""12897"llista l'arbre sencer; no només el directori actual (implica --full-name)"1289812899#: builtin/mailsplit.c:24112900#, c-format12901msgid "empty mbox: '%s'"12902msgstr "mbox buit: «%s»"1290312904#: builtin/merge.c:5212905msgid "git merge [<options>] [<commit>...]"12906msgstr "git merge [<opcions>] [<comissió>...]"1290712908#: builtin/merge.c:5312909msgid "git merge --abort"12910msgstr "git merge --abort"1291112912#: builtin/merge.c:5412913msgid "git merge --continue"12914msgstr "git merge --continue"1291512916#: builtin/merge.c:11112917msgid "switch `m' requires a value"12918msgstr "l'opció «m» requereix un valor"1291912920#: builtin/merge.c:17712921#, c-format12922msgid "Could not find merge strategy '%s'.\n"12923msgstr "No s'ha pogut trobar l'estratègia de fusió «%s».\n"1292412925#: builtin/merge.c:17812926#, c-format12927msgid "Available strategies are:"12928msgstr "Les estratègies disponibles són:"1292912930#: builtin/merge.c:18312931#, c-format12932msgid "Available custom strategies are:"12933msgstr "Les estratègies personalitzades disponibles són:"1293412935#: builtin/merge.c:234 builtin/pull.c:14312936msgid "do not show a diffstat at the end of the merge"12937msgstr "no mostris les estadístiques de diferència al final de la fusió"1293812939#: builtin/merge.c:237 builtin/pull.c:14612940msgid "show a diffstat at the end of the merge"12941msgstr "mostra les estadístiques de diferència al final de la fusió"1294212943#: builtin/merge.c:238 builtin/pull.c:14912944msgid "(synonym to --stat)"12945msgstr "(sinònim de --stat)"1294612947#: builtin/merge.c:240 builtin/pull.c:15212948msgid "add (at most <n>) entries from shortlog to merge commit message"12949msgstr ""12950"afegeix (com a màxim <n>) entrades del registre curt al missatge de comissió "12951"de fusió"1295212953#: builtin/merge.c:243 builtin/pull.c:15812954msgid "create a single commit instead of doing a merge"12955msgstr "crea una única comissió en lloc de fusionar"1295612957#: builtin/merge.c:245 builtin/pull.c:16112958msgid "perform a commit if the merge succeeds (default)"12959msgstr "realitza una comissió si la fusió té èxit (per defecte)"1296012961#: builtin/merge.c:247 builtin/pull.c:16412962msgid "edit message before committing"12963msgstr "edita el missatge abans de cometre"1296412965#: builtin/merge.c:24812966msgid "allow fast-forward (default)"12967msgstr "permet l'avanç ràpid (per defecte)"1296812969#: builtin/merge.c:250 builtin/pull.c:17012970msgid "abort if fast-forward is not possible"12971msgstr "avorta si l'avanç ràpid no és possible"1297212973#: builtin/merge.c:254 builtin/pull.c:17312974msgid "verify that the named commit has a valid GPG signature"12975msgstr "verifica que la comissió anomenada tingui una signatura GPG vàlida"1297612977#: builtin/merge.c:255 builtin/notes.c:784 builtin/pull.c:17712978#: builtin/rebase.c:898 builtin/rebase--interactive.c:186 builtin/revert.c:11012979msgid "strategy"12980msgstr "estratègia"1298112982#: builtin/merge.c:256 builtin/pull.c:17812983msgid "merge strategy to use"12984msgstr "estratègia de fusió a usar"1298512986#: builtin/merge.c:257 builtin/pull.c:18112987msgid "option=value"12988msgstr "opció=valor"1298912990#: builtin/merge.c:258 builtin/pull.c:18212991msgid "option for selected merge strategy"12992msgstr "opció per a l'estratègia de fusió seleccionada"1299312994#: builtin/merge.c:26012995msgid "merge commit message (for a non-fast-forward merge)"12996msgstr "missatge de comissió de fusió (per a una fusió no d'avanç ràpid)"1299712998#: builtin/merge.c:26712999msgid "abort the current in-progress merge"13000msgstr "avorta la fusió en curs actual"1300113002#: builtin/merge.c:26913003msgid "continue the current in-progress merge"13004msgstr "continua la fusió en curs actual"1300513006#: builtin/merge.c:271 builtin/pull.c:18913007msgid "allow merging unrelated histories"13008msgstr "permet fusionar històries no relacionades"1300913010#: builtin/merge.c:27713011msgid "verify commit-msg hook"13012msgstr "verifica el lligam de missatge de comissió"1301313014#: builtin/merge.c:30213015msgid "could not run stash."13016msgstr "no s'ha pogut executar «stash»."1301713018#: builtin/merge.c:30713019msgid "stash failed"13020msgstr "l'«stash» ha fallat"1302113022#: builtin/merge.c:31213023#, c-format13024msgid "not a valid object: %s"13025msgstr "no és un objecte vàlid: %s"1302613027#: builtin/merge.c:334 builtin/merge.c:35113028msgid "read-tree failed"13029msgstr "read-tree ha fallat"1303013031#: builtin/merge.c:38113032msgid " (nothing to squash)"13033msgstr " (res a fer «squash»)"1303413035#: builtin/merge.c:39213036#, c-format13037msgid "Squash commit -- not updating HEAD\n"13038msgstr "Comissió «squash» -- no s'està actualitzant HEAD\n"1303913040#: builtin/merge.c:44213041#, c-format13042msgid "No merge message -- not updating HEAD\n"13043msgstr "Cap missatge de fusió -- no s'està actualitzant HEAD\n"1304413045#: builtin/merge.c:49313046#, c-format13047msgid "'%s' does not point to a commit"13048msgstr "«%s» no assenyala una comissió"1304913050#: builtin/merge.c:58013051#, c-format13052msgid "Bad branch.%s.mergeoptions string: %s"13053msgstr "Cadena branch.%s.mergeoptions incorrecta: %s"1305413055#: builtin/merge.c:70113056msgid "Not handling anything other than two heads merge."13057msgstr "No s'està gestionant res a part de la fusió de dos caps."1305813059#: builtin/merge.c:71513060#, c-format13061msgid "Unknown option for merge-recursive: -X%s"13062msgstr "Opció desconeguda de merge-recursive: -X%s"1306313064#: builtin/merge.c:73013065#, c-format13066msgid "unable to write %s"13067msgstr "no s'ha pogut escriure %s"1306813069#: builtin/merge.c:78213070#, c-format13071msgid "Could not read from '%s'"13072msgstr "No s'ha pogut llegir de «%s»"1307313074#: builtin/merge.c:79113075#, c-format13076msgid "Not committing merge; use 'git commit' to complete the merge.\n"13077msgstr ""13078"No s'està cometent la fusió; useu 'git commit' per a completar la fusió.\n"1307913080#: builtin/merge.c:79713081#, c-format13082msgid ""13083"Please enter a commit message to explain why this merge is necessary,\n"13084"especially if it merges an updated upstream into a topic branch.\n"13085"\n"13086"Lines starting with '%c' will be ignored, and an empty message aborts\n"13087"the commit.\n"13088msgstr ""13089"Introduïu un missatge de comissió per a explicar per què\n"13090"aquesta fusió és necessària, especialment si fusiona una font\n"13091"actualitzada a una branca temàtica.\n"13092"\n"13093"S'ignoraran les línies que comencin amb '%c', i un missatge buit\n"13094"avorta la comissió.\n"1309513096#: builtin/merge.c:83313097msgid "Empty commit message."13098msgstr "El missatge de comissió és buit."1309913100#: builtin/merge.c:85213101#, c-format13102msgid "Wonderful.\n"13103msgstr "Meravellós.\n"1310413105#: builtin/merge.c:90513106#, c-format13107msgid "Automatic merge failed; fix conflicts and then commit the result.\n"13108msgstr ""13109"La fusió automàtica ha fallat; arregleu els conflictes i després cometeu el "13110"resultat.\n"1311113112#: builtin/merge.c:94413113msgid "No current branch."13114msgstr "No hi ha cap branca actual."1311513116#: builtin/merge.c:94613117msgid "No remote for the current branch."13118msgstr "No hi ha cap remot per a la branca actual."1311913120#: builtin/merge.c:94813121msgid "No default upstream defined for the current branch."13122msgstr "No hi ha cap font per defecte definida per a la branca actual."1312313124#: builtin/merge.c:95313125#, c-format13126msgid "No remote-tracking branch for %s from %s"13127msgstr "No hi ha cap branca amb seguiment remot per a %s de %s"1312813129#: builtin/merge.c:101013130#, c-format13131msgid "Bad value '%s' in environment '%s'"13132msgstr "Valor incorrecte «%s» en l'entorn «%s»"1313313134#: builtin/merge.c:111313135#, c-format13136msgid "not something we can merge in %s: %s"13137msgstr "no és quelcom que puguem fusionar en %s: %s"1313813139#: builtin/merge.c:114713140msgid "not something we can merge"13141msgstr "no és quelcom que puguem fusionar"1314213143#: builtin/merge.c:125013144msgid "--abort expects no arguments"13145msgstr "--abort no accepta paràmetres"1314613147#: builtin/merge.c:125413148msgid "There is no merge to abort (MERGE_HEAD missing)."13149msgstr "No hi ha fusió a avortar (manca MERGE_HEAD)."1315013151#: builtin/merge.c:126613152msgid "--continue expects no arguments"13153msgstr "--continue no accepta paràmetres"1315413155#: builtin/merge.c:127013156msgid "There is no merge in progress (MERGE_HEAD missing)."13157msgstr "No hi ha cap fusió en curs (manca MERGE_HEAD)."1315813159#: builtin/merge.c:128613160msgid ""13161"You have not concluded your merge (MERGE_HEAD exists).\n"13162"Please, commit your changes before you merge."13163msgstr ""13164"No heu conclòs la vostra fusió (MERGE_HEAD existeix).\n"13165"Cometeu els vostres canvis abans de fusionar."1316613167#: builtin/merge.c:129313168msgid ""13169"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"13170"Please, commit your changes before you merge."13171msgstr ""13172"No heu conclòs el vostre «cherry pick» (CHERRY_PICK_HEAD existeix).\n"13173"Cometeu els vostres canvis abans de fusionar."1317413175#: builtin/merge.c:129613176msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."13177msgstr "No heu conclòs el vostre «cherry pick» (CHERRY_PICK_HEAD existeix)."1317813179#: builtin/merge.c:130513180msgid "You cannot combine --squash with --no-ff."13181msgstr "No podeu combinar --squash amb --no-ff."1318213183#: builtin/merge.c:131313184msgid "No commit specified and merge.defaultToUpstream not set."13185msgstr ""13186"No hi ha una comissió especificada i merge.defaultToUpstream no està "13187"establert."1318813189#: builtin/merge.c:133013190msgid "Squash commit into empty head not supported yet"13191msgstr "Una comissió «squash» a un HEAD buit encara no es permet"1319213193#: builtin/merge.c:133213194msgid "Non-fast-forward commit does not make sense into an empty head"13195msgstr "Una comissió no d'avanç ràpid no té sentit a un HEAD buit"1319613197#: builtin/merge.c:133713198#, c-format13199msgid "%s - not something we can merge"13200msgstr "%s - no és una cosa que puguem fusionar"1320113202#: builtin/merge.c:133913203msgid "Can merge only exactly one commit into empty head"13204msgstr "Es pot fusionar només una comissió a un HEAD buit"1320513206#: builtin/merge.c:142113207msgid "refusing to merge unrelated histories"13208msgstr "s'està refusant fusionar històries no relacionades"1320913210#: builtin/merge.c:143013211msgid "Already up to date."13212msgstr "Ja està al dia."1321313214#: builtin/merge.c:144013215#, c-format13216msgid "Updating %s..%s\n"13217msgstr "S'estan actualitzant %s..%s\n"1321813219#: builtin/merge.c:148213220#, c-format13221msgid "Trying really trivial in-index merge...\n"13222msgstr "S'està intentant una fusió molt trivial en l'índex...\n"1322313224#: builtin/merge.c:148913225#, c-format13226msgid "Nope.\n"13227msgstr "No.\n"1322813229#: builtin/merge.c:151413230msgid "Already up to date. Yeeah!"13231msgstr "Ja està al dia. Estupend!"1323213233#: builtin/merge.c:152013234msgid "Not possible to fast-forward, aborting."13235msgstr "No és possible avançar ràpidament, s'està avortant."1323613237#: builtin/merge.c:1543 builtin/merge.c:162213238#, c-format13239msgid "Rewinding the tree to pristine...\n"13240msgstr "S'està rebobinant l'arbre a la pristina...\n"1324113242#: builtin/merge.c:154713243#, c-format13244msgid "Trying merge strategy %s...\n"13245msgstr "S'està intentant l'estratègia de fusió %s...\n"1324613247#: builtin/merge.c:161313248#, c-format13249msgid "No merge strategy handled the merge.\n"13250msgstr "Cap estratègia de fusió ha gestionat la fusió.\n"1325113252#: builtin/merge.c:161513253#, c-format13254msgid "Merge with strategy %s failed.\n"13255msgstr "L'estratègia de fusió %s ha fallat.\n"1325613257#: builtin/merge.c:162413258#, c-format13259msgid "Using the %s to prepare resolving by hand.\n"13260msgstr "S'està usant el %s per a preparar la resolució a mà.\n"1326113262#: builtin/merge.c:163613263#, c-format13264msgid "Automatic merge went well; stopped before committing as requested\n"13265msgstr ""13266"La fusió automàtica ha sortit bé; s'ha aturat abans de cometre com s'havia "13267"demanat\n"1326813269#: builtin/merge-base.c:3213270msgid "git merge-base [-a | --all] <commit> <commit>..."13271msgstr "git merge-base [-a | --all] <comissió> <comissió>..."1327213273#: builtin/merge-base.c:3313274msgid "git merge-base [-a | --all] --octopus <commit>..."13275msgstr "git merge-base [-a | --all] --octopus <comissió>..."1327613277#: builtin/merge-base.c:3413278msgid "git merge-base --independent <commit>..."13279msgstr "git merge-base --independent <comissió>..."1328013281#: builtin/merge-base.c:3513282msgid "git merge-base --is-ancestor <commit> <commit>"13283msgstr "git merge-base --is-ancestor <comissió> <comissió>"1328413285#: builtin/merge-base.c:3613286msgid "git merge-base --fork-point <ref> [<commit>]"13287msgstr "git merge-base --fork-point <referència> [<comissió>]"1328813289#: builtin/merge-base.c:15313290msgid "output all common ancestors"13291msgstr "emet tots els avantpassats comuns"1329213293#: builtin/merge-base.c:15513294msgid "find ancestors for a single n-way merge"13295msgstr "troba els avantpassats per a una sola fusió d'n vies"1329613297#: builtin/merge-base.c:15713298msgid "list revs not reachable from others"13299msgstr "llista les revisions no abastables d'altres"1330013301#: builtin/merge-base.c:15913302msgid "is the first one ancestor of the other?"13303msgstr "és la primera un avantpassat de l'altre?"1330413305#: builtin/merge-base.c:16113306msgid "find where <commit> forked from reflog of <ref>"13307msgstr ""13308"troba on <comissió> s'ha bifurcat del registre de referències de <referència>"1330913310#: builtin/merge-file.c:913311msgid ""13312"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "13313"<orig-file> <file2>"13314msgstr ""13315"git merge-file [<opcions>] [-L <nom1> [-L <original> [-L <nom2>]]] <fitxer1> "13316"<fitxer-original> <fitxer2>"1331713318#: builtin/merge-file.c:3513319msgid "send results to standard output"13320msgstr "envia els resultats a la sortida estàndard"1332113322#: builtin/merge-file.c:3613323msgid "use a diff3 based merge"13324msgstr "usa una fusió basada en diff3"1332513326#: builtin/merge-file.c:3713327msgid "for conflicts, use our version"13328msgstr "en conflictes, usa la nostra versió"1332913330#: builtin/merge-file.c:3913331msgid "for conflicts, use their version"13332msgstr "en conflictes, usa la seva versió"1333313334#: builtin/merge-file.c:4113335msgid "for conflicts, use a union version"13336msgstr "en conflictes, usa una versió d'unió"1333713338#: builtin/merge-file.c:4413339msgid "for conflicts, use this marker size"13340msgstr "en conflictes, usa aquesta mida de marcador"1334113342#: builtin/merge-file.c:4513343msgid "do not warn about conflicts"13344msgstr "no avisis de conflictes"1334513346#: builtin/merge-file.c:4713347msgid "set labels for file1/orig-file/file2"13348msgstr "estableix les etiquetes per a fitxer1/fitxer-original/fitxer2"1334913350#: builtin/merge-recursive.c:4513351#, c-format13352msgid "unknown option %s"13353msgstr "opció desconeguda %s"1335413355#: builtin/merge-recursive.c:5113356#, c-format13357msgid "could not parse object '%s'"13358msgstr "no s'ha pogut analitzar l'objecte «%s»"1335913360#: builtin/merge-recursive.c:5513361#, c-format13362msgid "cannot handle more than %d base. Ignoring %s."13363msgid_plural "cannot handle more than %d bases. Ignoring %s."13364msgstr[0] "no es pot gestionar més d'%d base. S'està ignorant %s."13365msgstr[1] "no es poden gestionar més de %d bases. S'està ignorant %s."1336613367#: builtin/merge-recursive.c:6313368msgid "not handling anything other than two heads merge."13369msgstr "no s'està gestionant res a part de la fusió de dos caps."1337013371#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:7113372#, c-format13373msgid "could not resolve ref '%s'"13374msgstr "no s'ha pogut resoldre la referència «%s»"1337513376#: builtin/merge-recursive.c:7713377#, c-format13378msgid "Merging %s with %s\n"13379msgstr "S'està fusionant %s amb %s\n"1338013381#: builtin/mktree.c:6613382msgid "git mktree [-z] [--missing] [--batch]"13383msgstr "git mktree [-z] [--missing] [--batch]"1338413385#: builtin/mktree.c:15413386msgid "input is NUL terminated"13387msgstr "l'entrada és acabada amb NUL"1338813389#: builtin/mktree.c:155 builtin/write-tree.c:2513390msgid "allow missing objects"13391msgstr "permet els objectes absents"1339213393#: builtin/mktree.c:15613394msgid "allow creation of more than one tree"13395msgstr "permet la creació de més d'un arbre"1339613397#: builtin/multi-pack-index.c:813398msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"13399msgstr ""1340013401#: builtin/multi-pack-index.c:2113402msgid "object directory containing set of packfile and pack-index pairs"13403msgstr ""1340413405#: builtin/multi-pack-index.c:3913406msgid "too many arguments"13407msgstr "hi ha massa paràmetres"1340813409#: builtin/multi-pack-index.c:4813410#, c-format13411msgid "unrecognized verb: %s"13412msgstr "paràmetre no reconegut: %s"1341313414#: builtin/mv.c:1713415msgid "git mv [<options>] <source>... <destination>"13416msgstr "git mv [<opcions>] <font>... <destí>"1341713418#: builtin/mv.c:8213419#, c-format13420msgid "Directory %s is in index and no submodule?"13421msgstr "El directori %s és en l'índex i no hi ha cap submòdul?"1342213423#: builtin/mv.c:8413424msgid "Please stage your changes to .gitmodules or stash them to proceed"13425msgstr ""13426"Feu «stage» dels vostres canvis a .gitmodules o feu «stash» dels mateixos "13427"per a procedir"1342813429#: builtin/mv.c:10213430#, c-format13431msgid "%.*s is in index"13432msgstr "%.*s és en l'índex"1343313434#: builtin/mv.c:12413435msgid "force move/rename even if target exists"13436msgstr "força el moviment / canvi de nom encara que el destí existeixi"1343713438#: builtin/mv.c:12613439msgid "skip move/rename errors"13440msgstr "omet els errors de moviment / canvi de nom"1344113442#: builtin/mv.c:16813443#, c-format13444msgid "destination '%s' is not a directory"13445msgstr "el destí «%s» no és un directori"1344613447#: builtin/mv.c:17913448#, c-format13449msgid "Checking rename of '%s' to '%s'\n"13450msgstr "S'està comprovant el canvi de nom de «%s» a «%s»\n"1345113452#: builtin/mv.c:18313453msgid "bad source"13454msgstr "font incorrecta"1345513456#: builtin/mv.c:18613457msgid "can not move directory into itself"13458msgstr "no es pot moure un directori a dins d'ell mateix"1345913460#: builtin/mv.c:18913461msgid "cannot move directory over file"13462msgstr "no es pot moure un directori sobre un fitxer"1346313464#: builtin/mv.c:19813465msgid "source directory is empty"13466msgstr "el directori font està buit"1346713468#: builtin/mv.c:22313469msgid "not under version control"13470msgstr "no està sota control de versions"1347113472#: builtin/mv.c:22613473msgid "destination exists"13474msgstr "el destí existeix"1347513476#: builtin/mv.c:23413477#, c-format13478msgid "overwriting '%s'"13479msgstr "s'està sobreescrivint «%s»"1348013481#: builtin/mv.c:23713482msgid "Cannot overwrite"13483msgstr "No es pot sobreescriure"1348413485#: builtin/mv.c:24013486msgid "multiple sources for the same target"13487msgstr "múltiples fonts per al mateix destí"1348813489#: builtin/mv.c:24213490msgid "destination directory does not exist"13491msgstr "el directori destí no existeix"1349213493#: builtin/mv.c:24913494#, c-format13495msgid "%s, source=%s, destination=%s"13496msgstr "%s, origen=%s, destí=%s"1349713498#: builtin/mv.c:27013499#, c-format13500msgid "Renaming %s to %s\n"13501msgstr "S'està canviant el nom de %s a %s\n"1350213503#: builtin/mv.c:276 builtin/remote.c:717 builtin/repack.c:51113504#, c-format13505msgid "renaming '%s' failed"13506msgstr "el canvi del nom de «%s» ha fallat"1350713508#: builtin/name-rev.c:35513509msgid "git name-rev [<options>] <commit>..."13510msgstr "git name-rev [<opcions>] <comissió>..."1351113512#: builtin/name-rev.c:35613513msgid "git name-rev [<options>] --all"13514msgstr "git name-rev [<opcions>] --all"1351513516#: builtin/name-rev.c:35713517msgid "git name-rev [<options>] --stdin"13518msgstr "git name-rev [<opcions>] --stdin"1351913520#: builtin/name-rev.c:41313521msgid "print only names (no SHA-1)"13522msgstr "imprimeix només els noms (sense SHA-1)"1352313524#: builtin/name-rev.c:41413525msgid "only use tags to name the commits"13526msgstr "només usa les etiquetes per a anomenar les comissions"1352713528#: builtin/name-rev.c:41613529msgid "only use refs matching <pattern>"13530msgstr "només usa les referències que coincideixin amb <patró>"1353113532#: builtin/name-rev.c:41813533msgid "ignore refs matching <pattern>"13534msgstr "ignora les referències que coincideixin amb <patró>"1353513536#: builtin/name-rev.c:42013537msgid "list all commits reachable from all refs"13538msgstr "llista totes les comissions abastables de totes les referències"1353913540#: builtin/name-rev.c:42113541msgid "read from stdin"13542msgstr "llegeix de stdin"1354313544#: builtin/name-rev.c:42213545msgid "allow to print `undefined` names (default)"13546msgstr "permet imprimir els noms `undefined` (per defecte)"1354713548#: builtin/name-rev.c:42813549msgid "dereference tags in the input (internal use)"13550msgstr "desreferencia les etiquetes en l'entrada (ús intern)"1355113552#: builtin/notes.c:2813553msgid "git notes [--ref <notes-ref>] [list [<object>]]"13554msgstr "git notes [--ref <referència-de-notes>] [llista [<objecte>]]"1355513556#: builtin/notes.c:2913557msgid ""13558"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "13559"| (-c | -C) <object>] [<object>]"13560msgstr ""13561"git notes [--ref <referència-de-notes>] add [-f] [--allow-empty] [-m "13562"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"1356313564#: builtin/notes.c:3013565msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"13566msgstr ""13567"git notes [--ref <referència-de-notes>] copy [-f] <d'objecte> <a-objecte>"1356813569#: builtin/notes.c:3113570msgid ""13571"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "13572"(-c | -C) <object>] [<object>]"13573msgstr ""13574"git notes [--ref <referència-de-notes>] append [--allow-empty] [-m "13575"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"1357613577#: builtin/notes.c:3213578msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"13579msgstr ""13580"git notes [--ref <referència-de-notes>] edit [--allow-empty] [<objecte>]"1358113582#: builtin/notes.c:3313583msgid "git notes [--ref <notes-ref>] show [<object>]"13584msgstr "git notes [--ref <referència-de-notes>] show [<objecte>]"1358513586#: builtin/notes.c:3413587msgid ""13588"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"13589msgstr ""13590"git notes [--ref <referència-de-notes>] merge [-v | -q] [-s <estratègia>] "13591"<referència-de-notes>"1359213593#: builtin/notes.c:3513594msgid "git notes merge --commit [-v | -q]"13595msgstr "git notes merge --commit [-v | -q]"1359613597#: builtin/notes.c:3613598msgid "git notes merge --abort [-v | -q]"13599msgstr "git notes merge --abort [-v | -q]"1360013601#: builtin/notes.c:3713602msgid "git notes [--ref <notes-ref>] remove [<object>...]"13603msgstr "git notes [--ref <referència-de-notes>] remove [<objecte>...]"1360413605#: builtin/notes.c:3813606msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"13607msgstr "git notes [--ref <referència-de-notes>] prune [-n] [-v]"1360813609#: builtin/notes.c:3913610msgid "git notes [--ref <notes-ref>] get-ref"13611msgstr "git notes [--ref <referència-de-notes>] get-ref"1361213613#: builtin/notes.c:4413614msgid "git notes [list [<object>]]"13615msgstr "git notes [llista [<objecte>]]"1361613617#: builtin/notes.c:4913618msgid "git notes add [<options>] [<object>]"13619msgstr "git notes add [<opcions>] [<objecte>]"1362013621#: builtin/notes.c:5413622msgid "git notes copy [<options>] <from-object> <to-object>"13623msgstr "git notes copy [<opcions>] <d'objecte> <a-objecte>"1362413625#: builtin/notes.c:5513626msgid "git notes copy --stdin [<from-object> <to-object>]..."13627msgstr "git notes copy --stdin [<d'objecte> <a-objecte>]..."1362813629#: builtin/notes.c:6013630msgid "git notes append [<options>] [<object>]"13631msgstr "git notes append [<opcions>] [<objecte>]"1363213633#: builtin/notes.c:6513634msgid "git notes edit [<object>]"13635msgstr "git notes edit [<objecte>]"1363613637#: builtin/notes.c:7013638msgid "git notes show [<object>]"13639msgstr "git notes show [<objecte>]"1364013641#: builtin/notes.c:7513642msgid "git notes merge [<options>] <notes-ref>"13643msgstr "git notes merge [<opcions>] <referència-de-notes>"1364413645#: builtin/notes.c:7613646msgid "git notes merge --commit [<options>]"13647msgstr "git notes merge --commit [<opcions>]"1364813649#: builtin/notes.c:7713650msgid "git notes merge --abort [<options>]"13651msgstr "git notes merge --abort [<opcions>]"1365213653#: builtin/notes.c:8213654msgid "git notes remove [<object>]"13655msgstr "git notes remove [<objecte>]"1365613657#: builtin/notes.c:8713658msgid "git notes prune [<options>]"13659msgstr "git notes prune [<opcions>]"1366013661#: builtin/notes.c:9213662msgid "git notes get-ref"13663msgstr "git notes get-ref"1366413665#: builtin/notes.c:9713666msgid "Write/edit the notes for the following object:"13667msgstr "Escriviu/editeu les notes per l'objecte següent:"1366813669#: builtin/notes.c:15013670#, c-format13671msgid "unable to start 'show' for object '%s'"13672msgstr "no s'ha pogut iniciar 'show' per a l'objecte «%s»"1367313674#: builtin/notes.c:15413675msgid "could not read 'show' output"13676msgstr "no s'ha pogut llegir la sortida de 'show'"1367713678#: builtin/notes.c:16213679#, c-format13680msgid "failed to finish 'show' for object '%s'"13681msgstr "S'ha produït un error en finalitzar 'show' per a l'objecte «%s»"1368213683#: builtin/notes.c:19713684msgid "please supply the note contents using either -m or -F option"13685msgstr ""13686"especifiqueu el contingut de la nota fent servir l'opció -m o l'opció -F"1368713688#: builtin/notes.c:20613689msgid "unable to write note object"13690msgstr "no s'ha pogut escriure l'objecte de nota"1369113692#: builtin/notes.c:20813693#, c-format13694msgid "the note contents have been left in %s"13695msgstr "s'han deixat els continguts de la nota en %s"1369613697#: builtin/notes.c:242 builtin/tag.c:51313698#, c-format13699msgid "could not open or read '%s'"13700msgstr "no s'ha pogut obrir o llegir «%s»"1370113702#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:31513703#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:52413704#: builtin/notes.c:529 builtin/notes.c:607 builtin/notes.c:66913705#, c-format13706msgid "failed to resolve '%s' as a valid ref."13707msgstr "s'ha produït un error en resoldre «%s» com a referència vàlida."1370813709#: builtin/notes.c:26513710#, c-format13711msgid "failed to read object '%s'."13712msgstr "s'ha produït un error en llegir l'objecte «%s»."1371313714#: builtin/notes.c:26813715#, c-format13716msgid "cannot read note data from non-blob object '%s'."13717msgstr "no es poden llegir les dades de node de l'objecte no de blob «%s»."1371813719#: builtin/notes.c:30913720#, c-format13721msgid "malformed input line: '%s'."13722msgstr "línia d'entrada mal formada: «%s»."1372313724#: builtin/notes.c:32413725#, c-format13726msgid "failed to copy notes from '%s' to '%s'"13727msgstr "s'ha produït un error en copiar les notes de «%s» a «%s»"1372813729#. TRANSLATORS: the first %s will be replaced by a git13730#. notes command: 'add', 'merge', 'remove', etc.13731#.13732#: builtin/notes.c:35613733#, c-format13734msgid "refusing to %s notes in %s (outside of refs/notes/)"13735msgstr "s'està refusant %s les notes en %s (fora de refs/notes/)"1373613737#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:50713738#: builtin/notes.c:519 builtin/notes.c:595 builtin/notes.c:66213739#: builtin/notes.c:812 builtin/notes.c:959 builtin/notes.c:98013740msgid "too many parameters"13741msgstr "massa paràmetres"1374213743#: builtin/notes.c:389 builtin/notes.c:67513744#, c-format13745msgid "no note found for object %s."13746msgstr "no s'ha trobat cap nota per a l'objecte %s."1374713748#: builtin/notes.c:410 builtin/notes.c:57313749msgid "note contents as a string"13750msgstr "anota els continguts com a cadena"1375113752#: builtin/notes.c:413 builtin/notes.c:57613753msgid "note contents in a file"13754msgstr "anota els continguts en un fitxer"1375513756#: builtin/notes.c:416 builtin/notes.c:57913757msgid "reuse and edit specified note object"13758msgstr "reusa i edita l'objecte de nota especificat"1375913760#: builtin/notes.c:419 builtin/notes.c:58213761msgid "reuse specified note object"13762msgstr "reusa l'objecte de nota especificat"1376313764#: builtin/notes.c:422 builtin/notes.c:58513765msgid "allow storing empty note"13766msgstr "permet l'emmagatzematge d'una nota buida"1376713768#: builtin/notes.c:423 builtin/notes.c:49413769msgid "replace existing notes"13770msgstr "reemplaça les notes existents"1377113772#: builtin/notes.c:44813773#, c-format13774msgid ""13775"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "13776"existing notes"13777msgstr ""13778"No es poden afegir les notes. S'han trobat notes existents de l'objecte %s. "13779"Useu '-f' per a sobreescriure les notes existents."1378013781#: builtin/notes.c:463 builtin/notes.c:54213782#, c-format13783msgid "Overwriting existing notes for object %s\n"13784msgstr "S'estan sobreescrivint les notes existents de l'objecte %s\n"1378513786#: builtin/notes.c:474 builtin/notes.c:634 builtin/notes.c:89913787#, c-format13788msgid "Removing note for object %s\n"13789msgstr "S'està eliminant la nota de l'objecte %s\n"1379013791#: builtin/notes.c:49513792msgid "read objects from stdin"13793msgstr "llegeix els objectes des de stdin"1379413795#: builtin/notes.c:49713796msgid "load rewriting config for <command> (implies --stdin)"13797msgstr ""13798"carrega la configuració de reescriptura per a <ordre> (implica --stdin)"1379913800#: builtin/notes.c:51513801msgid "too few parameters"13802msgstr "hi ha massa pocs paràmetres"1380313804#: builtin/notes.c:53613805#, c-format13806msgid ""13807"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "13808"existing notes"13809msgstr ""13810"No es poden copiar les notes. S'han trobat notes existents de l'objecte %s. "13811"Useu '-f' per a sobreescriure les notes existents."1381213813#: builtin/notes.c:54813814#, c-format13815msgid "missing notes on source object %s. Cannot copy."13816msgstr "manquen notes a l'objecte font %s. No es pot copiar."1381713818#: builtin/notes.c:60013819#, c-format13820msgid ""13821"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"13822"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"13823msgstr ""13824"Es desaconsellen les opcions -m/-F/-c/-C en favor de la subordre 'edit'.\n"13825"Useu «git notes add -f -m/-F/-c/-C» en lloc d'això.\n"1382613827#: builtin/notes.c:69513828msgid "failed to delete ref NOTES_MERGE_PARTIAL"13829msgstr "s'ha produït un error en suprimir la referència NOTES_MERGE_PARTIAL"1383013831#: builtin/notes.c:69713832msgid "failed to delete ref NOTES_MERGE_REF"13833msgstr "s'ha produït un error en suprimir la referència NOTES_MERGE_REF"1383413835#: builtin/notes.c:69913836msgid "failed to remove 'git notes merge' worktree"13837msgstr ""13838"s'ha produït un error en eliminar l'arbre de treball de 'git notes merge'"1383913840#: builtin/notes.c:71913841msgid "failed to read ref NOTES_MERGE_PARTIAL"13842msgstr "s'ha produït un error en llegir la referència NOTES_MERGE_PARTIAL"1384313844#: builtin/notes.c:72113845msgid "could not find commit from NOTES_MERGE_PARTIAL."13846msgstr "no s'ha pogut trobar cap comissió de NOTES_MERGE_PARTIAL."1384713848#: builtin/notes.c:72313849msgid "could not parse commit from NOTES_MERGE_PARTIAL."13850msgstr "no s'ha pogut analitzar la comissió de NOTES_MERGE_PARTIAL."1385113852#: builtin/notes.c:73613853msgid "failed to resolve NOTES_MERGE_REF"13854msgstr "s'ha produït un error en resoldre NOTES_MERGE_REF"1385513856#: builtin/notes.c:73913857msgid "failed to finalize notes merge"13858msgstr "s'ha produït un error en finalitzar la fusió de notes"1385913860#: builtin/notes.c:76513861#, c-format13862msgid "unknown notes merge strategy %s"13863msgstr "estratègia de fusió de notes desconeguda %s"1386413865#: builtin/notes.c:78113866msgid "General options"13867msgstr "Opcions generals"1386813869#: builtin/notes.c:78313870msgid "Merge options"13871msgstr "Opcions de fusió"1387213873#: builtin/notes.c:78513874msgid ""13875"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"13876"cat_sort_uniq)"13877msgstr ""13878"resol els conflictes de nota usant l'estratègia donada (manual/ours/theirs/"13879"union/cat_sort_uniq)"1388013881#: builtin/notes.c:78713882msgid "Committing unmerged notes"13883msgstr "S'estan cometent les notes sense fusionar"1388413885#: builtin/notes.c:78913886msgid "finalize notes merge by committing unmerged notes"13887msgstr "finalitza la fusió de notes cometent les notes sense fusionar"1388813889#: builtin/notes.c:79113890msgid "Aborting notes merge resolution"13891msgstr "S'està avortant la resolució de fusió de notes"1389213893#: builtin/notes.c:79313894msgid "abort notes merge"13895msgstr "avorta la fusió de notes"1389613897#: builtin/notes.c:80413898msgid "cannot mix --commit, --abort or -s/--strategy"13899msgstr "no es pot combinar --commit, --abort i -s/--strategy"1390013901#: builtin/notes.c:80913902msgid "must specify a notes ref to merge"13903msgstr "cal especificar una referència de notes a fusionar"1390413905#: builtin/notes.c:83313906#, c-format13907msgid "unknown -s/--strategy: %s"13908msgstr "-s/--strategy desconeguda: %s"1390913910#: builtin/notes.c:87013911#, c-format13912msgid "a notes merge into %s is already in-progress at %s"13913msgstr "una fusió de notes a %s ja està en curs a %s"1391413915#: builtin/notes.c:87313916#, c-format13917msgid "failed to store link to current notes ref (%s)"13918msgstr ""13919"s'ha produït un error en emmagatzemar l'enllaç a la referència de notes "13920"actual (%s)"1392113922#: builtin/notes.c:87513923#, c-format13924msgid ""13925"Automatic notes merge failed. Fix conflicts in %s and commit the result with "13926"'git notes merge --commit', or abort the merge with 'git notes merge --"13927"abort'.\n"13928msgstr ""13929"La fusió de notes automàtica ha fallat. Arregleu els conflictes en %s i "13930"cometeu el resultat amb 'git notes merge --commit', o avorteu la fusió amb "13931"'git notes merge --abort'.\n"1393213933#: builtin/notes.c:89713934#, c-format13935msgid "Object %s has no note\n"13936msgstr "L'objecte %s no té cap nota\n"1393713938#: builtin/notes.c:90913939msgid "attempt to remove non-existent note is not an error"13940msgstr "l'intent d'eliminar una nota no existent no és un error"1394113942#: builtin/notes.c:91213943msgid "read object names from the standard input"13944msgstr "llegeix els noms d'objecte des de l'entrada estàndard"1394513946#: builtin/notes.c:950 builtin/prune.c:108 builtin/worktree.c:16413947msgid "do not remove, show only"13948msgstr "no eliminis, només mostra"1394913950#: builtin/notes.c:95113951msgid "report pruned notes"13952msgstr "informa de notes podades"1395313954#: builtin/notes.c:99313955msgid "notes-ref"13956msgstr "referència de notes"1395713958#: builtin/notes.c:99413959msgid "use notes from <notes-ref>"13960msgstr "usa les notes de <referència-de-notes>"1396113962#: builtin/notes.c:102913963#, c-format13964msgid "unknown subcommand: %s"13965msgstr "subordre desconeguda: %s"1396613967#: builtin/pack-objects.c:5113968msgid ""13969"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"13970msgstr ""13971"git pack-objects --stdout [<opcions>...] [< <llista-de-referències> | < "13972"<llista-de-objectes>]"1397313974#: builtin/pack-objects.c:5213975msgid ""13976"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"13977msgstr ""13978"git pack-objects [<opcions>...] <nom-base> [< <llista-de-referències> | < "13979"<llista-de-objectes>]"1398013981#: builtin/pack-objects.c:42213982#, fuzzy, c-format13983msgid "bad packed object CRC for %s"13984msgstr "ignora els objectes empaquetats"1398513986#: builtin/pack-objects.c:43313987#, fuzzy, c-format13988msgid "corrupt packed object for %s"13989msgstr "ignora els objectes empaquetats"1399013991#: builtin/pack-objects.c:56413992#, fuzzy, c-format13993msgid "recursive delta detected for object %s"13994msgstr "no s'ha rebut l'objecte esperat %s"1399513996#: builtin/pack-objects.c:77513997#, c-format13998msgid "ordered %u objects, expected %<PRIu32>"13999msgstr ""1400014001#: builtin/pack-objects.c:78814002#, fuzzy, c-format14003msgid "packfile is invalid: %s"14004msgstr "%s no vàlid"1400514006#: builtin/pack-objects.c:79214007#, fuzzy, c-format14008msgid "unable to open packfile for reuse: %s"14009msgstr "no s'ha pogut obrir o llegir %s"1401014011#: builtin/pack-objects.c:79614012#, fuzzy14013msgid "unable to seek in reused packfile"14014msgstr "no es pot llegir el fitxer d'índex"1401514016#: builtin/pack-objects.c:80714017#, fuzzy14018msgid "unable to read from reused packfile"14019msgstr "no es pot llegir el fitxer d'índex"1402014021#: builtin/pack-objects.c:83514022msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"14023msgstr ""14024"s'està inhabilitant l'escriptura de mapes de bits, es divideixen els paquets "14025"a causa de pack.packSizeLimit"1402614027#: builtin/pack-objects.c:84814028msgid "Writing objects"14029msgstr "S'estan escrivint els objectes"1403014031#: builtin/pack-objects.c:910 builtin/update-index.c:8814032#, c-format14033msgid "failed to stat %s"14034msgstr "s'ha produït un error en fer stat a %s"1403514036#: builtin/pack-objects.c:96314037#, c-format14038msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"14039msgstr ""1404014041#: builtin/pack-objects.c:115714042msgid "disabling bitmap writing, as some objects are not being packed"14043msgstr ""14044"s'està inhabilitant l'escriptura de mapes de bits, perquè alguns objectes no "14045"s'empaqueten"1404614047#: builtin/pack-objects.c:158514048#, fuzzy, c-format14049msgid "delta base offset overflow in pack for %s"14050msgstr "el desplaçament de base de diferències està fora de límits"1405114052#: builtin/pack-objects.c:159414053#, fuzzy, c-format14054msgid "delta base offset out of bound for %s"14055msgstr "el desplaçament de base de diferències està fora de límits"1405614057#: builtin/pack-objects.c:186314058msgid "Counting objects"14059msgstr "S'estan comptant els objectes"1406014061#: builtin/pack-objects.c:199814062#, fuzzy, c-format14063msgid "unable to get size of %s"14064msgstr "no s'ha pogut moure %s a %s"1406514066#: builtin/pack-objects.c:201314067#, fuzzy, c-format14068msgid "unable to parse object header of %s"14069msgstr "no s'ha pogut analitzar l'objecte: %s"1407014071#: builtin/pack-objects.c:2083 builtin/pack-objects.c:209914072#: builtin/pack-objects.c:210914073#, fuzzy, c-format14074msgid "object %s cannot be read"14075msgstr "objecte %s no trobat"1407614077#: builtin/pack-objects.c:2086 builtin/pack-objects.c:211314078#, c-format14079msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"14080msgstr ""1408114082#: builtin/pack-objects.c:212314083msgid "suboptimal pack - out of memory"14084msgstr ""1408514086#: builtin/pack-objects.c:245114087#, c-format14088msgid "Delta compression using up to %d threads"14089msgstr ""1409014091#: builtin/pack-objects.c:258314092#, fuzzy, c-format14093msgid "unable to pack objects reachable from tag %s"14094msgstr "inclou els objectes abastables de qualsevol referència"1409514096#: builtin/pack-objects.c:267014097msgid "Compressing objects"14098msgstr "S'estan comprimint els objectes"1409914100#: builtin/pack-objects.c:267614101msgid "inconsistency with delta count"14102msgstr ""1410314104#: builtin/pack-objects.c:275314105#, c-format14106msgid ""14107"expected edge object ID, got garbage:\n"14108" %s"14109msgstr ""1411014111#: builtin/pack-objects.c:275914112#, c-format14113msgid ""14114"expected object ID, got garbage:\n"14115" %s"14116msgstr ""1411714118#: builtin/pack-objects.c:285514119msgid "invalid value for --missing"14120msgstr "valor no vàlid per a --missing"1412114122#: builtin/pack-objects.c:2914 builtin/pack-objects.c:302214123#, fuzzy14124msgid "cannot open pack index"14125msgstr "no es pot fer pread en el fitxer de paquet"1412614127#: builtin/pack-objects.c:294514128#, c-format14129msgid "loose object at %s could not be examined"14130msgstr ""1413114132#: builtin/pack-objects.c:303014133#, fuzzy14134msgid "unable to force loose object"14135msgstr "no s'ha pogut escriure l'objecte de nota"1413614137#: builtin/pack-objects.c:312014138#, fuzzy, c-format14139msgid "not a rev '%s'"14140msgstr "no es pot llegir «%s»"1414114142#: builtin/pack-objects.c:312314143#, c-format14144msgid "bad revision '%s'"14145msgstr "revisió incorrecte «%s»"1414614147#: builtin/pack-objects.c:314814148msgid "unable to add recent objects"14149msgstr "no s'han pogut afegir els objectes recents"1415014151#: builtin/pack-objects.c:320114152#, c-format14153msgid "unsupported index version %s"14154msgstr "versió d'índex no compatible %s"1415514156#: builtin/pack-objects.c:320514157#, c-format14158msgid "bad index version '%s'"14159msgstr "versió d'índex incorrecta «%s»"1416014161#: builtin/pack-objects.c:323514162msgid "do not show progress meter"14163msgstr "no mostris l'indicador de progrés"1416414165#: builtin/pack-objects.c:323714166msgid "show progress meter"14167msgstr "mostra l'indicador de progrés"1416814169#: builtin/pack-objects.c:323914170msgid "show progress meter during object writing phase"14171msgstr "mostra l'indicador de progrés durant la fase d'escriptura d'objectes"1417214173#: builtin/pack-objects.c:324214174msgid "similar to --all-progress when progress meter is shown"14175msgstr "similar a --all-progress quan l'indicador de progrés es mostra"1417614177#: builtin/pack-objects.c:324314178msgid "<version>[,<offset>]"14179msgstr "<versió>[,<desplaçament>]"1418014181#: builtin/pack-objects.c:324414182msgid "write the pack index file in the specified idx format version"14183msgstr ""14184"escriu el fitxer d'índex de paquet en la versió de format d'índex "14185"especificada"1418614187#: builtin/pack-objects.c:324714188msgid "maximum size of each output pack file"14189msgstr "mida màxima de cada fitxer de paquet de sortida"1419014191#: builtin/pack-objects.c:324914192msgid "ignore borrowed objects from alternate object store"14193msgstr "ignora els objectes prestats d'un emmagatzematge d'objectes alternatiu"1419414195#: builtin/pack-objects.c:325114196msgid "ignore packed objects"14197msgstr "ignora els objectes empaquetats"1419814199#: builtin/pack-objects.c:325314200msgid "limit pack window by objects"14201msgstr "limita la finestra d'empaquetament per objectes"1420214203#: builtin/pack-objects.c:325514204msgid "limit pack window by memory in addition to object limit"14205msgstr ""14206"limita la finestra d'empaquetament per memòria a més del límit d'objectes"1420714208#: builtin/pack-objects.c:325714209msgid "maximum length of delta chain allowed in the resulting pack"14210msgstr ""14211"longitud màxima de la cadena de diferències permesa en el paquet resultant"1421214213#: builtin/pack-objects.c:325914214msgid "reuse existing deltas"14215msgstr "reusa les diferències existents"1421614217#: builtin/pack-objects.c:326114218msgid "reuse existing objects"14219msgstr "reusa els objectes existents"1422014221#: builtin/pack-objects.c:326314222msgid "use OFS_DELTA objects"14223msgstr "usa objectes OFS_DELTA"1422414225#: builtin/pack-objects.c:326514226msgid "use threads when searching for best delta matches"14227msgstr "usa fils en cercar les millores coincidències de diferències"1422814229#: builtin/pack-objects.c:326714230msgid "do not create an empty pack output"14231msgstr "no creïs una emissió de paquet buida"1423214233#: builtin/pack-objects.c:326914234msgid "read revision arguments from standard input"14235msgstr "llegeix els paràmetres de revisió des de l'entrada estàndard"1423614237#: builtin/pack-objects.c:327114238msgid "limit the objects to those that are not yet packed"14239msgstr "limita els objectes als quals encara no s'hagin empaquetat"1424014241#: builtin/pack-objects.c:327414242msgid "include objects reachable from any reference"14243msgstr "inclou els objectes abastables de qualsevol referència"1424414245#: builtin/pack-objects.c:327714246msgid "include objects referred by reflog entries"14247msgstr ""14248"inclou els objectes als quals facin referència les entrades del registre de "14249"referències"1425014251#: builtin/pack-objects.c:328014252msgid "include objects referred to by the index"14253msgstr "inclou els objectes als quals faci referència l'índex"1425414255#: builtin/pack-objects.c:328314256msgid "output pack to stdout"14257msgstr "emet el paquet a stdout"1425814259#: builtin/pack-objects.c:328514260msgid "include tag objects that refer to objects to be packed"14261msgstr ""14262"inclou els objectes d'etiqueta que facin referència als objectes a empaquetar"1426314264#: builtin/pack-objects.c:328714265msgid "keep unreachable objects"14266msgstr "retén els objectes inabastables"1426714268#: builtin/pack-objects.c:328914269msgid "pack loose unreachable objects"14270msgstr "empaqueta els objectes inabastables solts"1427114272#: builtin/pack-objects.c:329114273msgid "unpack unreachable objects newer than <time>"14274msgstr "desempaqueta els objectes inabastables més nous que <hora>"1427514276#: builtin/pack-objects.c:329414277msgid "create thin packs"14278msgstr "crea paquets prims"1427914280#: builtin/pack-objects.c:329614281msgid "create packs suitable for shallow fetches"14282msgstr "crea paquets adequats per a les obtencions superficials"1428314284#: builtin/pack-objects.c:329814285msgid "ignore packs that have companion .keep file"14286msgstr "ignora els paquets que tinguin un fitxer .keep corresponent"1428714288#: builtin/pack-objects.c:330014289#, fuzzy14290msgid "ignore this pack"14291msgstr "usa el paquet prim"1429214293#: builtin/pack-objects.c:330214294msgid "pack compression level"14295msgstr "nivell de compressió de paquet"1429614297#: builtin/pack-objects.c:330414298msgid "do not hide commits by grafts"14299msgstr "no amaguis les comissions per empelt"1430014301#: builtin/pack-objects.c:330614302msgid "use a bitmap index if available to speed up counting objects"14303msgstr ""14304"usa un índex de mapa de bits, si està disponible, per a accelerar el "14305"recompte d'objectes"1430614307#: builtin/pack-objects.c:330814308msgid "write a bitmap index together with the pack index"14309msgstr "escriu un índex de mapa de bits juntament amb l'índex de paquet"1431014311#: builtin/pack-objects.c:331114312msgid "handling for missing objects"14313msgstr "gestió dels objectes absents"1431414315#: builtin/pack-objects.c:331414316msgid "do not pack objects in promisor packfiles"14317msgstr ""1431814319#: builtin/pack-objects.c:331614320#, fuzzy14321msgid "respect islands during delta compression"14322msgstr "mida de la finestra que s'usa per a compressió de diferències"1432314324#: builtin/pack-objects.c:334014325#, c-format14326msgid "delta chain depth %d is too deep, forcing %d"14327msgstr ""1432814329#: builtin/pack-objects.c:334514330#, c-format14331msgid "pack.deltaCacheLimit is too high, forcing %d"14332msgstr ""1433314334#: builtin/pack-objects.c:339914335msgid "--max-pack-size cannot be used to build a pack for transfer"14336msgstr ""1433714338#: builtin/pack-objects.c:340114339msgid "minimum pack size limit is 1 MiB"14340msgstr ""1434114342#: builtin/pack-objects.c:340614343#, fuzzy14344msgid "--thin cannot be used to build an indexable pack"14345msgstr "--fix-thin no es pot usar sense --stdin"1434614347#: builtin/pack-objects.c:340914348#, fuzzy14349msgid "--keep-unreachable and --unpack-unreachable are incompatible"14350msgstr "--keep-unreachable i -A són incompatibles"1435114352#: builtin/pack-objects.c:341514353#, fuzzy14354msgid "cannot use --filter without --stdout"14355msgstr "no es pot usar -a amb -d"1435614357#: builtin/pack-objects.c:347414358#, fuzzy14359msgid "Enumerating objects"14360msgstr "S'estan escrivint els objectes"1436114362#: builtin/pack-objects.c:349314363#, c-format14364msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"14365msgstr ""1436614367#: builtin/pack-refs.c:714368msgid "git pack-refs [<options>]"14369msgstr "git pack-refs [<opcions>]"1437014371#: builtin/pack-refs.c:1514372msgid "pack everything"14373msgstr "empaqueta-ho tot"1437414375#: builtin/pack-refs.c:1614376msgid "prune loose refs (default)"14377msgstr "poda les referències soltes (per defecte)"1437814379#: builtin/prune-packed.c:914380msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"14381msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1438214383#: builtin/prune-packed.c:4214384msgid "Removing duplicate objects"14385msgstr "S'estan eliminant objectes duplicats"1438614387#: builtin/prune.c:1214388msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"14389msgstr "git prune [-n] [-v] [--progress] [--expire <hora>] [--] [<head>...]"1439014391#: builtin/prune.c:10914392msgid "report pruned objects"14393msgstr "informa d'objectes podats"1439414395#: builtin/prune.c:11214396msgid "expire objects older than <time>"14397msgstr "fes caducar els objectes més vells que <hora>"1439814399#: builtin/prune.c:11414400msgid "limit traversal to objects outside promisor packfiles"14401msgstr ""1440214403#: builtin/prune.c:12914404msgid "cannot prune in a precious-objects repo"14405msgstr "no es pot podar en un dipòsit d'objectes preciosos"1440614407#: builtin/pull.c:60 builtin/pull.c:6214408#, c-format14409msgid "Invalid value for %s: %s"14410msgstr "Valor no vàlid per a %s: %s"1441114412#: builtin/pull.c:8214413msgid "git pull [<options>] [<repository> [<refspec>...]]"14414msgstr "git pull [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"1441514416#: builtin/pull.c:13314417msgid "control for recursive fetching of submodules"14418msgstr "controla l'obtenció recursiva de submòduls"1441914420#: builtin/pull.c:13714421msgid "Options related to merging"14422msgstr "Opcions relacionades amb fusionar"1442314424#: builtin/pull.c:14014425msgid "incorporate changes by rebasing rather than merging"14426msgstr "incorpora els canvis fent «rebase» en lloc de fusionar"1442714428#: builtin/pull.c:167 builtin/rebase--interactive.c:147 builtin/revert.c:12214429msgid "allow fast-forward"14430msgstr "permet l'avanç ràpid"1443114432#: builtin/pull.c:17614433msgid "automatically stash/stash pop before and after rebase"14434msgstr ""14435"fes «stash» i «stash pop» automàticament abans i després de fer «rebase»"1443614437#: builtin/pull.c:19214438msgid "Options related to fetching"14439msgstr "Opcions relacionades amb obtenir"1444014441#: builtin/pull.c:20214442msgid "force overwrite of local branch"14443msgstr "força la sobreescriptura de la branca local"1444414445#: builtin/pull.c:21014446msgid "number of submodules pulled in parallel"14447msgstr "nombre de submòduls baixats en paral·lel"1444814449#: builtin/pull.c:30514450#, c-format14451msgid "Invalid value for pull.ff: %s"14452msgstr "Valor no vàlid per a pull.ff: %s"1445314454#: builtin/pull.c:42114455msgid ""14456"There is no candidate for rebasing against among the refs that you just "14457"fetched."14458msgstr ""14459"No hi ha cap candidat sobre el qual fer «rebase» entre les referències que "14460"acabeu d'obtenir."1446114462#: builtin/pull.c:42314463msgid ""14464"There are no candidates for merging among the refs that you just fetched."14465msgstr ""14466"No hi ha candidats per a fusionar entre les referències que acabeu d'obtenir."1446714468#: builtin/pull.c:42414469msgid ""14470"Generally this means that you provided a wildcard refspec which had no\n"14471"matches on the remote end."14472msgstr ""14473"Generalment això vol dir que heu proveït una especificació de\n"14474"referència de comodí que no tenia cap coincidència en el costat remot."1447514476#: builtin/pull.c:42714477#, c-format14478msgid ""14479"You asked to pull from the remote '%s', but did not specify\n"14480"a branch. Because this is not the default configured remote\n"14481"for your current branch, you must specify a branch on the command line."14482msgstr ""14483"Heu demanat baixar del remot «%s», però no heu especificat cap branca.\n"14484"Perquè aquest no és el remot configurat per defecte per a la vostra\n"14485"branca actual, heu d'especificar una branca en la línia d'ordres."1448614487#: builtin/pull.c:432 builtin/rebase.c:760 git-parse-remote.sh:7314488msgid "You are not currently on a branch."14489msgstr "Actualment no sou en cap branca."1449014491#: builtin/pull.c:434 builtin/pull.c:449 git-parse-remote.sh:7914492msgid "Please specify which branch you want to rebase against."14493msgstr "Especifiqueu sobre què branca voleu fer «rebase»."1449414495#: builtin/pull.c:436 builtin/pull.c:451 git-parse-remote.sh:8214496msgid "Please specify which branch you want to merge with."14497msgstr "Especifiqueu amb quina branca voleu fusionar."1449814499#: builtin/pull.c:437 builtin/pull.c:45214500msgid "See git-pull(1) for details."14501msgstr "Vegeu git-pull(1) per detalls."1450214503#: builtin/pull.c:439 builtin/pull.c:445 builtin/pull.c:45414504#: builtin/rebase.c:766 git-parse-remote.sh:6414505msgid "<remote>"14506msgstr "<remot>"1450714508#: builtin/pull.c:439 builtin/pull.c:454 builtin/pull.c:45914509#: git-legacy-rebase.sh:548 git-parse-remote.sh:6514510msgid "<branch>"14511msgstr "<branca>"1451214513#: builtin/pull.c:447 builtin/rebase.c:758 git-parse-remote.sh:7514514msgid "There is no tracking information for the current branch."14515msgstr "No hi ha cap informació de seguiment per a la branca actual."1451614517#: builtin/pull.c:456 git-parse-remote.sh:9514518msgid ""14519"If you wish to set tracking information for this branch you can do so with:"14520msgstr ""14521"Si voleu establir informació de seguiment per a aquesta branca, podeu fer-ho "14522"amb:"1452314524#: builtin/pull.c:46114525#, c-format14526msgid ""14527"Your configuration specifies to merge with the ref '%s'\n"14528"from the remote, but no such ref was fetched."14529msgstr ""14530"La vostra configuració especifica fusionar amb la referència «%s»\n"14531"del remot, però no s'ha obtingut tal referència."1453214533#: builtin/pull.c:56514534#, fuzzy, c-format14535msgid "unable to access commit %s"14536msgstr "no s'ha pogut analitzar la comissió %s"1453714538#: builtin/pull.c:84314539msgid "ignoring --verify-signatures for rebase"14540msgstr "s'està ignorant --verify-signatures en fer «rebase»"1454114542#: builtin/pull.c:89114543msgid "--[no-]autostash option is only valid with --rebase."14544msgstr "l'opció --[no-]-autostash és vàlid només amb --rebase."1454514546#: builtin/pull.c:89914547msgid "Updating an unborn branch with changes added to the index."14548msgstr ""14549"S'està actualitzant una branca no nascuda amb canvis afegits a l'índex."1455014551#: builtin/pull.c:90214552msgid "pull with rebase"14553msgstr "baixar fent «rebase»"1455414555#: builtin/pull.c:90314556msgid "please commit or stash them."14557msgstr "cometeu-los o emmagatzemeu-los."1455814559#: builtin/pull.c:92814560#, c-format14561msgid ""14562"fetch updated the current branch head.\n"14563"fast-forwarding your working tree from\n"14564"commit %s."14565msgstr ""14566"l'obtenció ha actualitzat HEAD de la branca actual.\n"14567"s'està avançant ràpidament el vostre arbre de treball des de\n"14568"la comissió %s."1456914570#: builtin/pull.c:93414571#, c-format14572msgid ""14573"Cannot fast-forward your working tree.\n"14574"After making sure that you saved anything precious from\n"14575"$ git diff %s\n"14576"output, run\n"14577"$ git reset --hard\n"14578"to recover."14579msgstr ""14580"No es pot avançar ràpidament el vostre arbre de treball.\n"14581"Després d'assegurar que hàgiu desat qualsevol cosa preciosa de la sortida "14582"de\n"14583"$ git diff %s\n"14584"executeu\n"14585"$ git reset --hard\n"14586"per a recuperar."1458714588#: builtin/pull.c:94914589msgid "Cannot merge multiple branches into empty head."14590msgstr "No es poden fusionar múltiples branques a un HEAD buit."1459114592#: builtin/pull.c:95314593msgid "Cannot rebase onto multiple branches."14594msgstr "No es pot fer «rebase» sobre múltiples branques."1459514596#: builtin/pull.c:96014597msgid "cannot rebase with locally recorded submodule modifications"14598msgstr ""14599"no es pot fer «rebase» amb modificacions als submòduls enregistrades "14600"localment"1460114602#: builtin/push.c:1914603msgid "git push [<options>] [<repository> [<refspec>...]]"14604msgstr "git push [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"1460514606#: builtin/push.c:11114607msgid "tag shorthand without <tag>"14608msgstr "abreviatura d'etiqueta sense <tag>"1460914610#: builtin/push.c:12114611msgid "--delete only accepts plain target ref names"14612msgstr "--delete només accepta noms de referència de destí senzills"1461314614#: builtin/push.c:16514615msgid ""14616"\n"14617"To choose either option permanently, see push.default in 'git help config'."14618msgstr ""14619"\n"14620"Per a triar qualsevol opció permanentment, vegeu push.default a 'git help "14621"config'."1462214623#: builtin/push.c:16814624#, c-format14625msgid ""14626"The upstream branch of your current branch does not match\n"14627"the name of your current branch. To push to the upstream branch\n"14628"on the remote, use\n"14629"\n"14630" git push %s HEAD:%s\n"14631"\n"14632"To push to the branch of the same name on the remote, use\n"14633"\n"14634" git push %s %s\n"14635"%s"14636msgstr ""14637"La branca font de la vostra branca actual no coincideix\n"14638"amb el nom de la vostra branca actual. Per a pujar-la a la\n"14639"branca font en el remot, useu\n"14640"\n"14641" git push %s HEAD:%s\n"14642"\n"14643"Per a pujar a la branca del mateix nom en el remot, useu\n"14644"\n"14645" git push %s %s\n"14646"%s"1464714648#: builtin/push.c:18314649#, c-format14650msgid ""14651"You are not currently on a branch.\n"14652"To push the history leading to the current (detached HEAD)\n"14653"state now, use\n"14654"\n"14655" git push %s HEAD:<name-of-remote-branch>\n"14656msgstr ""14657"Actualment no sou en cap branca.\n"14658"Per a pujar la història que condueix a l'estat actual\n"14659"(HEAD separat) ara, useu\n"14660"\n"14661" git push %s HEAD:<nom-de-branca-remota>\n"1466214663#: builtin/push.c:19714664#, c-format14665msgid ""14666"The current branch %s has no upstream branch.\n"14667"To push the current branch and set the remote as upstream, use\n"14668"\n"14669" git push --set-upstream %s %s\n"14670msgstr ""14671"La branca actual %s no té cap branca font.\n"14672"Per a pujar la branca actual i establir el remot com a font, useu\n"14673"\n"14674" git push --set-upstream %s %s\n"1467514676#: builtin/push.c:20514677#, c-format14678msgid "The current branch %s has multiple upstream branches, refusing to push."14679msgstr ""14680"La branca actual %s té múltiples branques fonts, s'està refusant pujar."1468114682#: builtin/push.c:20814683#, c-format14684msgid ""14685"You are pushing to remote '%s', which is not the upstream of\n"14686"your current branch '%s', without telling me what to push\n"14687"to update which remote branch."14688msgstr ""14689"Esteu pujant al remot «%s», que no és la font de la vostra\n"14690"branca actual «%s», sense dir-me què pujar per a actualitzar\n"14691"quina branca remota."1469214693#: builtin/push.c:26714694msgid ""14695"You didn't specify any refspecs to push, and push.default is \"nothing\"."14696msgstr ""14697"No heu especificat cap especificació de referència a pujar, i push.default "14698"és \"nothing\"."1469914700#: builtin/push.c:27414701msgid ""14702"Updates were rejected because the tip of your current branch is behind\n"14703"its remote counterpart. Integrate the remote changes (e.g.\n"14704"'git pull ...') before pushing again.\n"14705"See the 'Note about fast-forwards' in 'git push --help' for details."14706msgstr ""14707"S'han rebutjat les actualitzacions perquè el punt de la vostra branca\n"14708"actual està darrere de la seva branca remota corresponent. Integreu\n"14709"els canvis remots (per exemple, 'git pull ...') abans de pujar de nou.\n"14710"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1471114712#: builtin/push.c:28014713msgid ""14714"Updates were rejected because a pushed branch tip is behind its remote\n"14715"counterpart. Check out this branch and integrate the remote changes\n"14716"(e.g. 'git pull ...') before pushing again.\n"14717"See the 'Note about fast-forwards' in 'git push --help' for details."14718msgstr ""14719"S'han rebutjat les actualitzacions perquè un punt de branca pujada\n"14720"està darrere de la seva branca remota corresponent. Agafeu aquesta\n"14721"branca i integreu els canvis remots (per exemple, 'git pull ...')\n"14722"abans de pujar de nou.\n"14723"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1472414725#: builtin/push.c:28614726msgid ""14727"Updates were rejected because the remote contains work that you do\n"14728"not have locally. This is usually caused by another repository pushing\n"14729"to the same ref. You may want to first integrate the remote changes\n"14730"(e.g., 'git pull ...') before pushing again.\n"14731"See the 'Note about fast-forwards' in 'git push --help' for details."14732msgstr ""14733"S'han rebutjat les actualitzacions perquè el remot conté canvis\n"14734"que no teniu localment. Això acostuma a ser causat per un altre dipòsit\n"14735"que ha pujat a la mateixa referència. Pot ser que primer vulgueu\n"14736"integrar els canvis remots (per exemple, 'git pull ...') abans de\n"14737"pujar de nou.\n"14738"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1473914740#: builtin/push.c:29314741msgid "Updates were rejected because the tag already exists in the remote."14742msgstr ""14743"S'han rebutjat les actualitzacions perquè l'etiqueta ja existeix en el remot."1474414745#: builtin/push.c:29614746msgid ""14747"You cannot update a remote ref that points at a non-commit object,\n"14748"or update a remote ref to make it point at a non-commit object,\n"14749"without using the '--force' option.\n"14750msgstr ""14751"No podeu actualitzar una referència remota que assenyala un\n"14752"objecte no de comissió, ni actualitzar una referència remota per\n"14753"fer que assenyali un objecte no de comissió, sense usar l'opció\n"14754"'--force'.\n"1475514756#: builtin/push.c:35714757#, c-format14758msgid "Pushing to %s\n"14759msgstr "S'està pujant a %s\n"1476014761#: builtin/push.c:36114762#, c-format14763msgid "failed to push some refs to '%s'"14764msgstr "s'ha produït un error en pujar algunes referències a «%s»"1476514766#: builtin/push.c:39514767#, c-format14768msgid "bad repository '%s'"14769msgstr "dipòsit incorrecte «%s»"1477014771#: builtin/push.c:39614772msgid ""14773"No configured push destination.\n"14774"Either specify the URL from the command-line or configure a remote "14775"repository using\n"14776"\n"14777" git remote add <name> <url>\n"14778"\n"14779"and then push using the remote name\n"14780"\n"14781" git push <name>\n"14782msgstr ""14783"No hi ha cap destí de pujada configurat.\n"14784"Especifiqueu l'URL des de la línia d'ordres o bé configureu un dipòsit remot "14785"fent servir\n"14786"\n"14787" git remote add <nom> <url>\n"14788"\n"14789"i després pugeu fent servir el nom remot\n"14790"\n"14791" git push <nom>\n"1479214793#: builtin/push.c:55114794msgid "repository"14795msgstr "dipòsit"1479614797#: builtin/push.c:552 builtin/send-pack.c:16414798msgid "push all refs"14799msgstr "puja totes les referències"1480014801#: builtin/push.c:553 builtin/send-pack.c:16614802msgid "mirror all refs"14803msgstr "reflecteix totes les referències"1480414805#: builtin/push.c:55514806msgid "delete refs"14807msgstr "suprimeix les referències"1480814809#: builtin/push.c:55614810msgid "push tags (can't be used with --all or --mirror)"14811msgstr "puja les etiquetes (no es pot usar amb --all o --mirror)"1481214813#: builtin/push.c:559 builtin/send-pack.c:16714814msgid "force updates"14815msgstr "força les actualitzacions"1481614817#: builtin/push.c:561 builtin/send-pack.c:18114818#, fuzzy14819msgid "<refname>:<expect>"14820msgstr "nom-de-referència>:<esperat"1482114822#: builtin/push.c:562 builtin/send-pack.c:18214823msgid "require old value of ref to be at this value"14824msgstr "requereix que el valor antic de la referència sigui d'aquest valor"1482514826#: builtin/push.c:56514827msgid "control recursive pushing of submodules"14828msgstr "controla la pujada recursiva dels submòduls"1482914830#: builtin/push.c:567 builtin/send-pack.c:17514831msgid "use thin pack"14832msgstr "usa el paquet prim"1483314834#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:16114835#: builtin/send-pack.c:16214836msgid "receive pack program"14837msgstr "programa que rep els paquets"1483814839#: builtin/push.c:57014840msgid "set upstream for git pull/status"14841msgstr "estableix la font per a git pull/status"1484214843#: builtin/push.c:57314844msgid "prune locally removed refs"14845msgstr "poda les referències eliminades localment"1484614847#: builtin/push.c:57514848msgid "bypass pre-push hook"14849msgstr "evita el lligam de prepujada"1485014851#: builtin/push.c:57614852msgid "push missing but relevant tags"14853msgstr "puja les etiquetes absents però rellevants"1485414855#: builtin/push.c:579 builtin/send-pack.c:16914856msgid "GPG sign the push"14857msgstr "signa la pujada amb GPG"1485814859#: builtin/push.c:581 builtin/send-pack.c:17614860msgid "request atomic transaction on remote side"14861msgstr "demana una transacció atòmica al costat remot"1486214863#: builtin/push.c:59914864msgid "--delete is incompatible with --all, --mirror and --tags"14865msgstr "--delete és incompatible amb --all, --mirror i --tags"1486614867#: builtin/push.c:60114868msgid "--delete doesn't make sense without any refs"14869msgstr "--delete no té sentit sense referències"1487014871#: builtin/push.c:60414872msgid "--all and --tags are incompatible"14873msgstr "--all i --tags són incompatibles"1487414875#: builtin/push.c:60614876msgid "--all can't be combined with refspecs"14877msgstr "--all no es pot combinar amb especificacions de referència"1487814879#: builtin/push.c:61014880msgid "--mirror and --tags are incompatible"14881msgstr "--mirror i --tags són incompatibles"1488214883#: builtin/push.c:61214884msgid "--mirror can't be combined with refspecs"14885msgstr "--mirror no es pot combinar amb especificacions de referència"1488614887#: builtin/push.c:61514888msgid "--all and --mirror are incompatible"14889msgstr "--all i --mirror són incompatibles"1489014891#: builtin/push.c:63414892msgid "push options must not have new line characters"14893msgstr "les opcions de pujada no han de tenir caràcters de línia nova"1489414895#: builtin/range-diff.c:814896msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"14897msgstr ""1489814899#: builtin/range-diff.c:914900#, fuzzy14901msgid "git range-diff [<options>] <old-tip>...<new-tip>"14902msgstr "git merge [<opcions>] [<comissió>...]"1490314904#: builtin/range-diff.c:1014905#, fuzzy14906msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"14907msgstr "git mv [<opcions>] <font>... <destí>"1490814909#: builtin/range-diff.c:2114910msgid "Percentage by which creation is weighted"14911msgstr ""1491214913#: builtin/range-diff.c:2314914msgid "use simple diff colors"14915msgstr "utilitza colors simples de diff"1491614917#: builtin/range-diff.c:61 builtin/range-diff.c:6514918#, c-format14919msgid "no .. in range: '%s'"14920msgstr "cap .. en rang: «%s»"1492114922#: builtin/range-diff.c:7514923msgid "single arg format must be symmetric range"14924msgstr "el format de l'argument únic ha de ser de rang simètric"1492514926#: builtin/range-diff.c:9014927msgid "need two commit ranges"14928msgstr "calen dos rangs de comissió"1492914930#: builtin/read-tree.c:4014931msgid ""14932"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "14933"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"14934"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"14935msgstr ""14936"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "14937"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"14938"index-output=<fitxer>] (--empty | <arbre1> [<arbre2> [<arbre3>]])"1493914940#: builtin/read-tree.c:12314941msgid "write resulting index to <file>"14942msgstr "escriu l'índex resultant al <fitxer>"1494314944#: builtin/read-tree.c:12614945msgid "only empty the index"14946msgstr "només buida l'índex"1494714948#: builtin/read-tree.c:12814949msgid "Merging"14950msgstr "S'està fusionant"1495114952#: builtin/read-tree.c:13014953msgid "perform a merge in addition to a read"14954msgstr "realitza una fusió a més d'una lectura"1495514956#: builtin/read-tree.c:13214957msgid "3-way merge if no file level merging required"14958msgstr "fusió de 3 vies si no cal fusió a nivell de fitxers"1495914960#: builtin/read-tree.c:13414961msgid "3-way merge in presence of adds and removes"14962msgstr "fusió de 3 vies en presència d'afegiments i eliminacions"1496314964#: builtin/read-tree.c:13614965msgid "same as -m, but discard unmerged entries"14966msgstr "el mateix que -m, però descarta les entrades no fusionades"1496714968#: builtin/read-tree.c:13714969msgid "<subdirectory>/"14970msgstr "<subdirectori>/"1497114972#: builtin/read-tree.c:13814973msgid "read the tree into the index under <subdirectory>/"14974msgstr "llegiu l'arbre a l'índex sota <subdirectori>/"1497514976#: builtin/read-tree.c:14114977msgid "update working tree with merge result"14978msgstr "actualitza l'arbre de treball amb el resultat de fusió"1497914980#: builtin/read-tree.c:14314981msgid "gitignore"14982msgstr "gitignore"1498314984#: builtin/read-tree.c:14414985msgid "allow explicitly ignored files to be overwritten"14986msgstr "permet que els fitxers explícitament ignorats se sobreescriguin"1498714988#: builtin/read-tree.c:14714989msgid "don't check the working tree after merging"14990msgstr "no comprovis l'arbre de treball després de fusionar"1499114992#: builtin/read-tree.c:14814993msgid "don't update the index or the work tree"14994msgstr "no actualitzis l'índex ni l'arbre de treball"1499514996#: builtin/read-tree.c:15014997msgid "skip applying sparse checkout filter"14998msgstr "omet l'aplicació del filtre d'agafament parcial"1499915000#: builtin/read-tree.c:15215001msgid "debug unpack-trees"15002msgstr "depura unpack-trees"1500315004#: builtin/rebase.c:2915005#, fuzzy15006msgid ""15007"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "15008"[<branch>]"15009msgstr ""15010"git archive --remote <dipòsit> [--exec <ordre>] [<opcions>] <arbre> "15011"[<camí>...]"1501215013#: builtin/rebase.c:3115014msgid ""15015"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"15016msgstr ""1501715018#: builtin/rebase.c:3315019msgid "git rebase --continue | --abort | --skip | --edit-todo"15020msgstr "git rebase --continue | --abort | --skip | --edit-todo"1502115022#: builtin/rebase.c:11915023#, c-format15024msgid "%s requires an interactive rebase"15025msgstr "%s requereix un «rebase» interactiu"1502615027#: builtin/rebase.c:17115028#, fuzzy, c-format15029msgid "could not get 'onto': '%s'"15030msgstr "no s'ha pogut establir «%s» a «%s»"1503115032#: builtin/rebase.c:18615033#, fuzzy, c-format15034msgid "invalid orig-head: '%s'"15035msgstr "fitxer no vàlid: «%s»"1503615037#: builtin/rebase.c:21415038#, c-format15039msgid "ignoring invalid allow_rerere_autoupdate: '%s'"15040msgstr ""1504115042#: builtin/rebase.c:25915043#, c-format15044msgid "Could not read '%s'"15045msgstr "No s'ha pogut llegir «%s»"1504615047#: builtin/rebase.c:27715048#, c-format15049msgid "Cannot store %s"15050msgstr "No es pot emmagatzemar %s"1505115052#: builtin/rebase.c:33715053msgid ""15054"Resolve all conflicts manually, mark them as resolved with\n"15055"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"15056"You can instead skip this commit: run \"git rebase --skip\".\n"15057"To abort and get back to the state before \"git rebase\", run \"git rebase --"15058"abort\"."15059msgstr ""15060"Resoleu tots els conflictes manualment, marqueu-los com a resolts amb\n"15061"«git add/rm <fitxers amb conflicte>», llavors executeu «git rebase --"15062"continue».\n"15063"Podeu en comptes ometre aquesta comissió: executeu «git rebase --skip».\n"15064"Per a avortar i tornar a l'estat anterior abans de l'ordre «git rebase», "15065"executeu «git rebase --abort»."1506615067#: builtin/rebase.c:56115068msgid "could not determine HEAD revision"15069msgstr "no s'ha pogut determinar la revisió de HEAD"1507015071#: builtin/rebase.c:75215072#, fuzzy, c-format15073msgid ""15074"%s\n"15075"Please specify which branch you want to rebase against.\n"15076"See git-rebase(1) for details.\n"15077"\n"15078" git rebase '<branch>'\n"15079"\n"15080msgstr "Especifiqueu sobre què branca voleu fer «rebase»."1508115082#: builtin/rebase.c:76815083#, fuzzy, c-format15084msgid ""15085"If you wish to set tracking information for this branch you can do so with:\n"15086"\n"15087" git branch --set-upstream-to=%s/<branch> %s\n"15088"\n"15089msgstr ""15090"Si voleu establir informació de seguiment per a aquesta branca, podeu fer-ho "15091"amb:"1509215093#: builtin/rebase.c:81415094msgid "rebase onto given branch instead of upstream"15095msgstr "fes un «rebase» en la branca donada en comptes de la font"1509615097#: builtin/rebase.c:81615098msgid "allow pre-rebase hook to run"15099msgstr "permet al lligam pre-rebase executar-se"1510015101#: builtin/rebase.c:81815102msgid "be quiet. implies --no-stat"15103msgstr "silenciós. Implica --no-stat"1510415105#: builtin/rebase.c:82115106msgid "display a diffstat of what changed upstream"15107msgstr ""1510815109#: builtin/rebase.c:82415110#, fuzzy15111msgid "do not show diffstat of what changed upstream"15112msgstr "no mostris les estadístiques de diferència al final de la fusió"1511315114#: builtin/rebase.c:82715115#, fuzzy15116msgid "add a Signed-off-by: line to each commit"15117msgstr "afegeix una línia «Signed-off-by» al missatge de comissió"1511815119#: builtin/rebase.c:829 builtin/rebase.c:833 builtin/rebase.c:83515120msgid "passed to 'git am'"15121msgstr "passa-ho a «git am»"1512215123#: builtin/rebase.c:837 builtin/rebase.c:83915124msgid "passed to 'git apply'"15125msgstr "passa-ho a «git-apply»"1512615127#: builtin/rebase.c:841 builtin/rebase.c:84415128msgid "cherry-pick all commits, even if unchanged"15129msgstr "«cherry pick» totes les comissions, inclús les no canviades"1513015131#: builtin/rebase.c:84615132msgid "continue"15133msgstr "continua"1513415135#: builtin/rebase.c:84915136msgid "skip current patch and continue"15137msgstr "omet el pedaç actual i continua"1513815139#: builtin/rebase.c:85115140msgid "abort and check out the original branch"15141msgstr "interromp i agafa la branca original"1514215143#: builtin/rebase.c:85415144msgid "abort but keep HEAD where it is"15145msgstr "interromp però manté HEAD on és"1514615147#: builtin/rebase.c:85515148msgid "edit the todo list during an interactive rebase"15149msgstr "edita la llista de coses a fer durant un «rebase» interactiu"1515015151#: builtin/rebase.c:85815152#, fuzzy15153msgid "show the patch file being applied or merged"15154msgstr "mostra el pedaç que s'està aplicant."1515515156#: builtin/rebase.c:86115157#, fuzzy15158msgid "use merging strategies to rebase"15159msgstr "estratègia de fusió a usar"1516015161#: builtin/rebase.c:86515162msgid "let the user edit the list of commits to rebase"15163msgstr ""1516415165#: builtin/rebase.c:86915166msgid "try to recreate merges instead of ignoring them"15167msgstr ""1516815169#: builtin/rebase.c:87315170msgid "allow rerere to update index with resolved conflict"15171msgstr ""1517215173#: builtin/rebase.c:87615174#, fuzzy15175msgid "preserve empty commits during rebase"15176msgstr "preserva les comissions inicialment buides"1517715178#: builtin/rebase.c:87815179msgid "move commits that begin with squash!/fixup! under -i"15180msgstr ""1518115182#: builtin/rebase.c:88415183#, fuzzy15184msgid "automatically stash/stash pop before and after"15185msgstr ""15186"fes «stash» i «stash pop» automàticament abans i després de fer «rebase»"1518715188#: builtin/rebase.c:88615189msgid "add exec lines after each commit of the editable list"15190msgstr ""1519115192#: builtin/rebase.c:89015193#, fuzzy15194msgid "allow rebasing commits with empty messages"15195msgstr "permet les comissions amb missatges buits"1519615197#: builtin/rebase.c:89315198msgid "try to rebase merges instead of skipping them"15199msgstr ""1520015201#: builtin/rebase.c:89615202#, fuzzy15203msgid "use 'merge-base --fork-point' to refine upstream"15204msgstr "git merge-base --fork-point <referència> [<comissió>]"1520515206#: builtin/rebase.c:89815207#, fuzzy15208msgid "use the given merge strategy"15209msgstr "opció d'estratègia de fusió"1521015211#: builtin/rebase.c:900 builtin/revert.c:11115212msgid "option"15213msgstr "opció"1521415215#: builtin/rebase.c:90115216msgid "pass the argument through to the merge strategy"15217msgstr "passa l'argument a l'estratègia de fussió"1521815219#: builtin/rebase.c:90415220msgid "rebase all reachable commits up to the root(s)"15221msgstr "fes «rebase» de totes les comissions accessibles fins l'arrel"1522215223#: builtin/rebase.c:92015224#, c-format15225msgid "could not exec %s"15226msgstr "no s'ha pogut executar %s"1522715228#: builtin/rebase.c:938 git-legacy-rebase.sh:21315229msgid "It looks like 'git am' is in progress. Cannot rebase."15230msgstr "Sembla que «git am» està en curs. No es pot fer «rebase»."1523115232#: builtin/rebase.c:979 git-legacy-rebase.sh:38715233msgid "No rebase in progress?"15234msgstr "No hi ha un «rebase» en curs?"1523515236#: builtin/rebase.c:982 git-legacy-rebase.sh:39815237msgid "The --edit-todo action can only be used during interactive rebase."15238msgstr "L'acció --edit-todo només es pot usar durant un «rebase» interactiu."1523915240#: builtin/rebase.c:995 git-legacy-rebase.sh:40515241msgid "Cannot read HEAD"15242msgstr "No es pot llegir HEAD"1524315244#: builtin/rebase.c:1008 git-legacy-rebase.sh:40815245msgid ""15246"You must edit all merge conflicts and then\n"15247"mark them as resolved using git add"15248msgstr ""15249"Heu d'editar tots els conflictes de fusió i després\n"15250"marcar-los com a resolts fent servir git add"1525115252#: builtin/rebase.c:102615253msgid "could not discard worktree changes"15254msgstr "no s'han pogut descartar els canvis de l'arbre de treball"1525515256#: builtin/rebase.c:104415257#, c-format15258msgid "could not move back to %s"15259msgstr "no s'ha pogut tornar a %s"1526015261#: builtin/rebase.c:1055 builtin/rm.c:36815262#, c-format15263msgid "could not remove '%s'"15264msgstr "no s'ha pogut suprimir «%s»"1526515266#: builtin/rebase.c:108115267#, fuzzy, c-format15268msgid ""15269"It seems that there is already a %s directory, and\n"15270"I wonder if you are in the middle of another rebase. If that is the\n"15271"case, please try\n"15272"\t%s\n"15273"If that is not the case, please\n"15274"\t%s\n"15275"and run me again. I am stopping in case you still have something\n"15276"valuable there.\n"15277msgstr ""15278"Sembla que ja hi ha un directori $state_dir_base, i\n"15279"em pregunto si esteu enmig d'un altre «rebase». Si aquest és el\n"15280"cas, proveu\n"15281"\t$cmd_live_rebase\n"15282"Si no és el cas, \n"15283"\t$cmd_clear_stale_rebase\n"15284"i executeu-me de nou. M'aturo per si encara hi teniu alguna cosa\n"15285"de valor."1528615287#: builtin/rebase.c:110215288#, fuzzy15289msgid "switch `C' expects a numerical value"15290msgstr "l'opció «%c» espera un valor numèric"1529115292#: builtin/rebase.c:113915293#, c-format15294msgid "Unknown mode: %s"15295msgstr "Mode desconegut: %s"1529615297#: builtin/rebase.c:116115298msgid "--strategy requires --merge or --interactive"15299msgstr "--strategy requereix --merge o --interactive"1530015301#: builtin/rebase.c:120415302#, c-format15303msgid ""15304"error: cannot combine interactive options (--interactive, --exec, --rebase-"15305"merges, --preserve-merges, --keep-empty, --root + --onto) with am options "15306"(%s)"15307msgstr ""1530815309#: builtin/rebase.c:120915310#, c-format15311msgid ""15312"error: cannot combine merge options (--merge, --strategy, --strategy-option) "15313"with am options (%s)"15314msgstr ""1531515316#: builtin/rebase.c:1229 git-legacy-rebase.sh:52815317msgid "error: cannot combine '--preserve-merges' with '--rebase-merges'"15318msgstr "error: no es pot combinar «--preserve-merges» amb «--rebase-merges»"1531915320#: builtin/rebase.c:1234 git-legacy-rebase.sh:53415321msgid "error: cannot combine '--rebase-merges' with '--strategy-option'"15322msgstr "error: no es pot combinar «--rebase-merges» amb «--strategy-option»"1532315324#: builtin/rebase.c:1237 git-legacy-rebase.sh:53615325msgid "error: cannot combine '--rebase-merges' with '--strategy'"15326msgstr "error: no es pot combinar «--rebase-merges» amb «--strategy»"1532715328#: builtin/rebase.c:126115329#, c-format15330msgid "invalid upstream '%s'"15331msgstr "font no vàlida: «%s»"1533215333#: builtin/rebase.c:126715334msgid "Could not create new root commit"15335msgstr "no s'ha pogut crear una comissió arrel nova"1533615337#: builtin/rebase.c:128515338#, fuzzy, c-format15339msgid "'%s': need exactly one merge base"15340msgstr "Cal exactament un rang."1534115342#: builtin/rebase.c:129215343#, fuzzy, c-format15344msgid "Does not point to a valid commit '%s'"15345msgstr "No assenyala una comissió vàlida: $onto_name"1534615347#: builtin/rebase.c:131715348#, fuzzy, c-format15349msgid "fatal: no such branch/commit '%s'"15350msgstr "fatal: no hi ha tal branca: $branch_name"1535115352#: builtin/rebase.c:1325 builtin/submodule--helper.c:3715353#: builtin/submodule--helper.c:193015354#, c-format15355msgid "No such ref: %s"15356msgstr "No hi ha tal referència: %s"1535715358#: builtin/rebase.c:133715359#, fuzzy15360msgid "Could not resolve HEAD to a revision"15361msgstr "no s'ha pogut resoldre la comissió HEAD"1536215363#: builtin/rebase.c:1377 git-legacy-rebase.sh:65715364msgid "Cannot autostash"15365msgstr "No es pot emmagatzemar automàticament"1536615367#: builtin/rebase.c:138015368#, fuzzy, c-format15369msgid "Unexpected stash response: '%s'"15370msgstr "final de fitxer inesperat"1537115372#: builtin/rebase.c:138615373#, fuzzy, c-format15374msgid "Could not create directory for '%s'"15375msgstr "No s'ha pogut crear el directori «%s»"1537615377#: builtin/rebase.c:138915378#, fuzzy, c-format15379msgid "Created autostash: %s\n"15380msgstr "S'ha creat un magatzem automàtic: $stash_abbrev"1538115382#: builtin/rebase.c:139215383#, fuzzy15384msgid "could not reset --hard"15385msgstr "No s'ha pogut llegir orig-head"1538615387#: builtin/rebase.c:1393 builtin/reset.c:11315388#, c-format15389msgid "HEAD is now at %s"15390msgstr "HEAD ara és a %s"1539115392#: builtin/rebase.c:1409 git-legacy-rebase.sh:66615393msgid "Please commit or stash them."15394msgstr "Cometeu-los o emmagatzemeu-los."1539515396#: builtin/rebase.c:143615397#, fuzzy, c-format15398msgid "could not parse '%s'"15399msgstr "no s'ha pogut analitzar %s"1540015401#: builtin/rebase.c:144715402#, fuzzy, c-format15403msgid "could not switch to %s"15404msgstr "no s'ha pogut escriure a «%s»"1540515406#: builtin/rebase.c:1458 git-legacy-rebase.sh:68915407#, sh-format15408msgid "HEAD is up to date."15409msgstr "HEAD està al dia."1541015411#: builtin/rebase.c:146015412#, fuzzy, c-format15413msgid "Current branch %s is up to date.\n"15414msgstr "La branca actual $branch_name està al dia."1541515416#: builtin/rebase.c:1468 git-legacy-rebase.sh:69915417#, fuzzy, sh-format15418msgid "HEAD is up to date, rebase forced."15419msgstr "La branca actual $branch_name està al dia; «rebase» forçat."1542015421#: builtin/rebase.c:147015422#, fuzzy, c-format15423msgid "Current branch %s is up to date, rebase forced.\n"15424msgstr "La branca actual $branch_name està al dia; «rebase» forçat."1542515426#: builtin/rebase.c:1478 git-legacy-rebase.sh:20815427msgid "The pre-rebase hook refused to rebase."15428msgstr "El lligam pre-«rebase» ha refusat a fer «rebase»."1542915430#: builtin/rebase.c:148415431#, fuzzy, c-format15432msgid "Changes from %s to %s:\n"15433msgstr "Canvis de $mb a $onto:"1543415435#: builtin/rebase.c:150715436#, fuzzy, c-format15437msgid "First, rewinding head to replay your work on top of it...\n"15438msgstr ""15439"Primer, s'està rebobinant HEAD per a reproduir el vostre treball al damunt..."1544015441#: builtin/rebase.c:151315442#, fuzzy15443msgid "Could not detach HEAD"15444msgstr "no s'ha pogut separar HEAD"1544515446#: builtin/rebase.c:152215447#, fuzzy, c-format15448msgid "Fast-forwarded %s to %s. \n"15449msgstr "Avanç ràpid a $sha1"1545015451#: builtin/rebase--interactive.c:2415452#, fuzzy15453msgid "no HEAD?"15454msgstr "No hi ha cap HEAD?"1545515456#: builtin/rebase--interactive.c:5115457#, fuzzy, c-format15458msgid "could not create temporary %s"15459msgstr "no s'ha pogut crear el fitxer temporal"1546015461#: builtin/rebase--interactive.c:5715462#, fuzzy15463msgid "could not mark as interactive"15464msgstr "No s'ha pogut marcar com a interactiu"1546515466#: builtin/rebase--interactive.c:10115467#, fuzzy, c-format15468msgid "could not open %s"15469msgstr "no s'ha pogut obrir «%s»"1547015471#: builtin/rebase--interactive.c:11415472#, fuzzy15473msgid "could not generate todo list"15474msgstr "no s'ha pogut escriure la llista per a fer"1547515476#: builtin/rebase--interactive.c:12915477#, fuzzy15478msgid "git rebase--interactive [<options>]"15479msgstr "git rebase--helper [<opcions>]"1548015481#: builtin/rebase--interactive.c:14815482msgid "keep empty commits"15483msgstr "mantén les comissions buides"1548415485#: builtin/rebase--interactive.c:150 builtin/revert.c:12415486msgid "allow commits with empty messages"15487msgstr "permet les comissions amb missatges buits"1548815489#: builtin/rebase--interactive.c:15115490#, fuzzy15491msgid "rebase merge commits"15492msgstr "etiqueta de fusió incorrecta en la comissió «%s»"1549315494#: builtin/rebase--interactive.c:15315495msgid "keep original branch points of cousins"15496msgstr ""1549715498#: builtin/rebase--interactive.c:15515499msgid "move commits that begin with squash!/fixup!"15500msgstr ""1550115502#: builtin/rebase--interactive.c:15615503#, fuzzy15504msgid "sign commits"15505msgstr "signa les comissions amb GPG"1550615507#: builtin/rebase--interactive.c:15815508msgid "continue rebase"15509msgstr "continua el «rebase»"1551015511#: builtin/rebase--interactive.c:16015512#, fuzzy15513msgid "skip commit"15514msgstr "comissió"1551515516#: builtin/rebase--interactive.c:16115517#, fuzzy15518msgid "edit the todo list"15519msgstr "comprova la llista a fer"1552015521#: builtin/rebase--interactive.c:16315522#, fuzzy15523msgid "show the current patch"15524msgstr "omet el pedaç actual"1552515526#: builtin/rebase--interactive.c:16615527msgid "shorten commit ids in the todo list"15528msgstr "escurça els ids de les comissions en la llista per a fer"1552915530#: builtin/rebase--interactive.c:16815531msgid "expand commit ids in the todo list"15532msgstr "expandeix els ids de els comissions en la llista per a fer"1553315534#: builtin/rebase--interactive.c:17015535msgid "check the todo list"15536msgstr "comprova la llista a fer"1553715538#: builtin/rebase--interactive.c:17215539msgid "rearrange fixup/squash lines"15540msgstr "reorganitza les línies «fixup/pick»"1554115542#: builtin/rebase--interactive.c:17415543msgid "insert exec commands in todo list"15544msgstr "expandeix les ordres exec en la llista per a fer"1554515546#: builtin/rebase--interactive.c:17515547msgid "onto"15548msgstr ""1554915550#: builtin/rebase--interactive.c:17715551#, fuzzy15552msgid "restrict-revision"15553msgstr "revisió"1555415555#: builtin/rebase--interactive.c:17715556#, fuzzy15557msgid "restrict revision"15558msgstr "revisió"1555915560#: builtin/rebase--interactive.c:17815561msgid "squash-onto"15562msgstr ""1556315564#: builtin/rebase--interactive.c:17915565msgid "squash onto"15566msgstr ""1556715568#: builtin/rebase--interactive.c:18115569#, fuzzy15570msgid "the upstream commit"15571msgstr "Desassigna la informació de font"1557215573#: builtin/rebase--interactive.c:18215574#, fuzzy15575msgid "head-name"15576msgstr "canvi de nom"1557715578#: builtin/rebase--interactive.c:18215579#, fuzzy15580msgid "head name"15581msgstr "davant per "1558215583#: builtin/rebase--interactive.c:18715584#, fuzzy15585msgid "rebase strategy"15586msgstr "estratègia de fusió"1558715588#: builtin/rebase--interactive.c:18815589#, fuzzy15590msgid "strategy-opts"15591msgstr "estratègia"1559215593#: builtin/rebase--interactive.c:18915594#, fuzzy15595msgid "strategy options"15596msgstr "opcions de decoració"1559715598#: builtin/rebase--interactive.c:19015599msgid "switch-to"15600msgstr ""1560115602#: builtin/rebase--interactive.c:19115603msgid "the branch or commit to checkout"15604msgstr ""1560515606#: builtin/rebase--interactive.c:19215607#, fuzzy15608msgid "onto-name"15609msgstr "nom"1561015611#: builtin/rebase--interactive.c:19215612#, fuzzy15613msgid "onto name"15614msgstr "nom del remot"1561515616#: builtin/rebase--interactive.c:19315617#, fuzzy15618msgid "cmd"15619msgstr "ordre"1562015621#: builtin/rebase--interactive.c:19315622#, fuzzy15623msgid "the command to run"15624msgstr "No s'ha fet cap ordre."1562515626#: builtin/rebase--interactive.c:22015627msgid "--[no-]rebase-cousins has no effect without --rebase-merges"15628msgstr ""1562915630#: builtin/rebase--interactive.c:22615631msgid "a base commit must be provided with --upstream or --onto"15632msgstr ""1563315634#: builtin/receive-pack.c:3315635msgid "git receive-pack <git-dir>"15636msgstr "git receive-pack <git-dir>"1563715638#: builtin/receive-pack.c:83015639msgid ""15640"By default, updating the current branch in a non-bare repository\n"15641"is denied, because it will make the index and work tree inconsistent\n"15642"with what you pushed, and will require 'git reset --hard' to match\n"15643"the work tree to HEAD.\n"15644"\n"15645"You can set the 'receive.denyCurrentBranch' configuration variable\n"15646"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"15647"its current branch; however, this is not recommended unless you\n"15648"arranged to update its work tree to match what you pushed in some\n"15649"other way.\n"15650"\n"15651"To squelch this message and still keep the default behaviour, set\n"15652"'receive.denyCurrentBranch' configuration variable to 'refuse'."15653msgstr ""15654"Per defecte, es denega actualitzar la branca actual en un dipòsit no\n"15655"nu, perquè faria l'índex i l'arbre de treball inconsistents amb el\n"15656"que hàgiu pujat, i requeriria 'git reset --hard' per a fer que\n"15657"l'arbre de treball coincideixi amb HEAD.\n"15658"\n"15659"Podeu establir la variable de configuració\n"15660"'receive.denyCurrentBranch' a 'ignore' o 'warn' en el dipòsit remot\n"15661"per a permetre pujar a la seva branca actual; no obstant, no es\n"15662"recomana això a menys que hàgiu decidit actualitzar el seu arbre en\n"15663"alguna altra manera per a coincidir amb el que hàgiu pujat.\n"15664"\n"15665"Per a silenciar aquest missatge i mantenir el comportament\n"15666"predeterminat, establiu la variable de configuració\n"15667"'receive.denyCurrentBranch' a 'refuse'."1566815669#: builtin/receive-pack.c:85015670msgid ""15671"By default, deleting the current branch is denied, because the next\n"15672"'git clone' won't result in any file checked out, causing confusion.\n"15673"\n"15674"You can set 'receive.denyDeleteCurrent' configuration variable to\n"15675"'warn' or 'ignore' in the remote repository to allow deleting the\n"15676"current branch, with or without a warning message.\n"15677"\n"15678"To squelch this message, you can set it to 'refuse'."15679msgstr ""15680"Per defecte, es denega suprimir la branca actual, perquè el\n"15681"'git clone' següent no resultarà en cap fitxer agafat, causant\n"15682"confusió.\n"15683"\n"15684"Podeu establir la variable de configuració\n"15685"'receive.denyDeleteCurrent' a 'warn' o 'ignore' en el dipòsit remot\n"15686"per a permetre suprimir la branca actual, amb un missatge\n"15687"d'advertència o sense.\n"15688"\n"15689"Per a silenciar aquest missatge, podeu establir-la a 'refuse'."1569015691#: builtin/receive-pack.c:192915692msgid "quiet"15693msgstr "silenciós"1569415695#: builtin/receive-pack.c:194315696msgid "You must specify a directory."15697msgstr "Heu d'especificar un directori."1569815699#: builtin/reflog.c:563 builtin/reflog.c:56815700#, c-format15701msgid "'%s' is not a valid timestamp"15702msgstr "«%s» no és una marca de temps vàlida"1570315704#: builtin/remote.c:1615705msgid "git remote [-v | --verbose]"15706msgstr "git remote [-v | --verbose]"1570715708#: builtin/remote.c:1715709msgid ""15710"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"15711"mirror=<fetch|push>] <name> <url>"15712msgstr ""15713"git remote add [-t <branca>] [-m <mestra>] [-f] [--tags | --no-tags] [--"15714"mirror=<fetch|push>] <nom> <url>"1571515716#: builtin/remote.c:18 builtin/remote.c:3815717msgid "git remote rename <old> <new>"15718msgstr "git remote rename <antic> <nou>"1571915720#: builtin/remote.c:19 builtin/remote.c:4315721msgid "git remote remove <name>"15722msgstr "git remote remove <nom>"1572315724#: builtin/remote.c:20 builtin/remote.c:4815725msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"15726msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <branca>)"1572715728#: builtin/remote.c:2115729msgid "git remote [-v | --verbose] show [-n] <name>"15730msgstr "git remote [-v | --verbose] show [-n] <nom>"1573115732#: builtin/remote.c:2215733msgid "git remote prune [-n | --dry-run] <name>"15734msgstr "git remote prune [-n | --dry-run] <nom>"1573515736#: builtin/remote.c:2315737msgid ""15738"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"15739msgstr ""15740"git remote [-v | --verbose] update [-p | --prune] [(<grup> | <remot>)...]"1574115742#: builtin/remote.c:2415743msgid "git remote set-branches [--add] <name> <branch>..."15744msgstr "git remote set-branches [--add] <nom> <branca>..."1574515746#: builtin/remote.c:25 builtin/remote.c:7415747msgid "git remote get-url [--push] [--all] <name>"15748msgstr "git remote get-url [--push] [--all] <nom>"1574915750#: builtin/remote.c:26 builtin/remote.c:7915751msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"15752msgstr "git remote set-url [--push] <nom> <url-nou> [<url-antic>]"1575315754#: builtin/remote.c:27 builtin/remote.c:8015755msgid "git remote set-url --add <name> <newurl>"15756msgstr "git remote set-url --add <nom> <url-nou>"1575715758#: builtin/remote.c:28 builtin/remote.c:8115759msgid "git remote set-url --delete <name> <url>"15760msgstr "git remote set-url --delete <nom> <url>"1576115762#: builtin/remote.c:3315763msgid "git remote add [<options>] <name> <url>"15764msgstr "git remote add [<opcions>] <nom> <url>"1576515766#: builtin/remote.c:5315767msgid "git remote set-branches <name> <branch>..."15768msgstr "git remote set-branches <nom> <branca>..."1576915770#: builtin/remote.c:5415771msgid "git remote set-branches --add <name> <branch>..."15772msgstr "git remote set-branches --add <nom> <branca>..."1577315774#: builtin/remote.c:5915775msgid "git remote show [<options>] <name>"15776msgstr "git remote show [<opcions>] <nom>"1577715778#: builtin/remote.c:6415779msgid "git remote prune [<options>] <name>"15780msgstr "git remote prune [<opcions>] <nom>"1578115782#: builtin/remote.c:6915783msgid "git remote update [<options>] [<group> | <remote>]..."15784msgstr "git remote update [<opcions>] [<grup> | <remot>]..."1578515786#: builtin/remote.c:9815787#, c-format15788msgid "Updating %s"15789msgstr "S'està actualitzant %s"1579015791#: builtin/remote.c:13015792msgid ""15793"--mirror is dangerous and deprecated; please\n"15794"\t use --mirror=fetch or --mirror=push instead"15795msgstr ""15796"--mirror és perillós i està en desús; \n"15797"\t useu --mirror=fetch o\n"15798"\t --mirror=push en lloc d'això"1579915800#: builtin/remote.c:14715801#, c-format15802msgid "unknown mirror argument: %s"15803msgstr "paràmetre de reflexió desconegut: %s"1580415805#: builtin/remote.c:16315806msgid "fetch the remote branches"15807msgstr "obtén les branques remotes"1580815809#: builtin/remote.c:16515810msgid "import all tags and associated objects when fetching"15811msgstr "en obtenir, importa totes les etiquetes i tots els objectes"1581215813#: builtin/remote.c:16815814msgid "or do not fetch any tag at all (--no-tags)"15815msgstr "o no obtinguis cap etiqueta (--no-tags)"1581615817#: builtin/remote.c:17015818msgid "branch(es) to track"15819msgstr "branques a seguir"1582015821#: builtin/remote.c:17115822msgid "master branch"15823msgstr "branca mestra"1582415825#: builtin/remote.c:17315826msgid "set up remote as a mirror to push to or fetch from"15827msgstr "estableix el remot com a mirall al qual pujar o del qual obtenir"1582815829#: builtin/remote.c:18515830msgid "specifying a master branch makes no sense with --mirror"15831msgstr "especificar una branca mestra no té sentit amb --mirror"1583215833#: builtin/remote.c:18715834msgid "specifying branches to track makes sense only with fetch mirrors"15835msgstr ""15836"especificar les branques a seguir té sentit només amb miralls d'obtenció"1583715838#: builtin/remote.c:194 builtin/remote.c:63615839#, c-format15840msgid "remote %s already exists."15841msgstr "el remot %s ja existeix."1584215843#: builtin/remote.c:198 builtin/remote.c:64015844#, c-format15845msgid "'%s' is not a valid remote name"15846msgstr "«%s» no és un nom de remot vàlid"1584715848#: builtin/remote.c:23815849#, c-format15850msgid "Could not setup master '%s'"15851msgstr "No s'ha pogut configurar la mestra «%s»"1585215853#: builtin/remote.c:34415854#, c-format15855msgid "Could not get fetch map for refspec %s"15856msgstr ""15857"No s'ha pogut obtenir el mapa d'obtenció de l'especificació de referència %s"1585815859#: builtin/remote.c:443 builtin/remote.c:45115860msgid "(matching)"15861msgstr "(coincident)"1586215863#: builtin/remote.c:45515864msgid "(delete)"15865msgstr "(suprimir)"1586615867#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:86415868#, fuzzy, c-format15869msgid "No such remote: '%s'"15870msgstr "No hi ha tal remot «%s»"1587115872#: builtin/remote.c:64615873#, c-format15874msgid "Could not rename config section '%s' to '%s'"15875msgstr "No s'ha pogut canviar el nom de la secció de configuració «%s» a «%s»"1587615877#: builtin/remote.c:66615878#, c-format15879msgid ""15880"Not updating non-default fetch refspec\n"15881"\t%s\n"15882"\tPlease update the configuration manually if necessary."15883msgstr ""15884"No s'està actualitzant l'especificació de referències d'obtenció no per "15885"defecte\n"15886"\t%s\n"15887"\tActualitzeu la configuració manualment si és necessari."1588815889#: builtin/remote.c:70215890#, c-format15891msgid "deleting '%s' failed"15892msgstr "la supressió de «%s» ha fallat"1589315894#: builtin/remote.c:73615895#, c-format15896msgid "creating '%s' failed"15897msgstr "la creació de «%s» ha fallat"1589815899#: builtin/remote.c:80215900msgid ""15901"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"15902"to delete it, use:"15903msgid_plural ""15904"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"15905"to delete them, use:"15906msgstr[0] ""15907"Nota: Una branca fora de la jerarquia refs/remotes/ no s'ha eliminat;\n"15908"per a suprimir-la, useu:"15909msgstr[1] ""15910"Nota: Algunes branques fora de la jerarquia refs/remotes/ no s'han "15911"eliminat;\n"15912"per a suprimir-les, useu:"1591315914#: builtin/remote.c:81615915#, c-format15916msgid "Could not remove config section '%s'"15917msgstr "No s'ha pogut eliminar la secció de configuració «%s»"1591815919#: builtin/remote.c:91715920#, c-format15921msgid " new (next fetch will store in remotes/%s)"15922msgstr " nou (la pròxima obtenció emmagatzemarà a remotes/%s)"1592315924#: builtin/remote.c:92015925msgid " tracked"15926msgstr " seguit"1592715928#: builtin/remote.c:92215929msgid " stale (use 'git remote prune' to remove)"15930msgstr " estancat (useu 'git remote prune' per a eliminar)"1593115932#: builtin/remote.c:92415933msgid " ???"15934msgstr " ???"1593515936#: builtin/remote.c:96515937#, c-format15938msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"15939msgstr "branch.%s.merge no vàlid; no es pot fer «rebase» sobre > 1 branca"1594015941#: builtin/remote.c:97415942#, c-format15943msgid "rebases interactively onto remote %s"15944msgstr "es fa «rebase» interactivament sobre el remot %s"1594515946#: builtin/remote.c:97615947#, fuzzy, c-format15948msgid "rebases interactively (with merges) onto remote %s"15949msgstr "es fa «rebase» interactivament sobre el remot %s"1595015951#: builtin/remote.c:97915952#, c-format15953msgid "rebases onto remote %s"15954msgstr "es fa «rebase» sobre el remot %s"1595515956#: builtin/remote.c:98315957#, c-format15958msgid " merges with remote %s"15959msgstr "es fusiona amb el remot %s"1596015961#: builtin/remote.c:98615962#, c-format15963msgid "merges with remote %s"15964msgstr "es fusiona amb el remot %s"1596515966#: builtin/remote.c:98915967#, c-format15968msgid "%-*s and with remote %s\n"15969msgstr "%-*s i amb el remot %s\n"1597015971#: builtin/remote.c:103215972msgid "create"15973msgstr "crea"1597415975#: builtin/remote.c:103515976msgid "delete"15977msgstr "suprimeix"1597815979#: builtin/remote.c:103915980msgid "up to date"15981msgstr "al dia"1598215983#: builtin/remote.c:104215984msgid "fast-forwardable"15985msgstr "avanç ràpid possible"1598615987#: builtin/remote.c:104515988msgid "local out of date"15989msgstr "local no actualitzat"1599015991#: builtin/remote.c:105215992#, c-format15993msgid " %-*s forces to %-*s (%s)"15994msgstr " %-*s força a %-*s (%s)"1599515996#: builtin/remote.c:105515997#, c-format15998msgid " %-*s pushes to %-*s (%s)"15999msgstr " %-*s puja a %-*s (%s)"1600016001#: builtin/remote.c:105916002#, c-format16003msgid " %-*s forces to %s"16004msgstr " %-*s força a %s"1600516006#: builtin/remote.c:106216007#, c-format16008msgid " %-*s pushes to %s"16009msgstr " %-*s puja a %s"1601016011#: builtin/remote.c:113016012msgid "do not query remotes"16013msgstr "no consultis els remots"1601416015#: builtin/remote.c:115716016#, c-format16017msgid "* remote %s"16018msgstr "* remot %s"1601916020#: builtin/remote.c:115816021#, c-format16022msgid " Fetch URL: %s"16023msgstr " URL d'obtenció: %s"1602416025#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:131416026msgid "(no URL)"16027msgstr "(sense URL)"1602816029#. TRANSLATORS: the colon ':' should align16030#. with the one in " Fetch URL: %s"16031#. translation.16032#.16033#: builtin/remote.c:1173 builtin/remote.c:117516034#, c-format16035msgid " Push URL: %s"16036msgstr " URL de pujada: %s"1603716038#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:118116039#, c-format16040msgid " HEAD branch: %s"16041msgstr " Branca de HEAD: %s"1604216043#: builtin/remote.c:117716044msgid "(not queried)"16045msgstr "(no consultat)"1604616047#: builtin/remote.c:117916048msgid "(unknown)"16049msgstr "(desconegut)"1605016051#: builtin/remote.c:118316052#, c-format16053msgid ""16054" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"16055msgstr ""16056" Branca de HEAD (la HEAD remot és ambigua, pot ser un dels següents):\n"1605716058#: builtin/remote.c:119516059#, c-format16060msgid " Remote branch:%s"16061msgid_plural " Remote branches:%s"16062msgstr[0] " Branca remota:%s"16063msgstr[1] " Branques remotes:%s"1606416065#: builtin/remote.c:1198 builtin/remote.c:122416066msgid " (status not queried)"16067msgstr " (estat no consultat)"1606816069#: builtin/remote.c:120716070msgid " Local branch configured for 'git pull':"16071msgid_plural " Local branches configured for 'git pull':"16072msgstr[0] " Branca local configurada per a «git pull»:"16073msgstr[1] " Branques locals configurades per a «git pull»:"1607416075#: builtin/remote.c:121516076msgid " Local refs will be mirrored by 'git push'"16077msgstr " «git push» reflectirà les referències locals"1607816079#: builtin/remote.c:122116080#, c-format16081msgid " Local ref configured for 'git push'%s:"16082msgid_plural " Local refs configured for 'git push'%s:"16083msgstr[0] " Referència local configurada per a «git push»%s:"16084msgstr[1] " Referències locals configurades per a «git push»%s:"1608516086#: builtin/remote.c:124216087msgid "set refs/remotes/<name>/HEAD according to remote"16088msgstr "estableix refs/remotes/<name>/HEAD segons el remot"1608916090#: builtin/remote.c:124416091msgid "delete refs/remotes/<name>/HEAD"16092msgstr "suprimeix refs/remotes/<name>/HEAD"1609316094#: builtin/remote.c:125916095msgid "Cannot determine remote HEAD"16096msgstr "No es pot determinar la HEAD remota"1609716098#: builtin/remote.c:126116099msgid "Multiple remote HEAD branches. Please choose one explicitly with:"16100msgstr "Múltiples branques de HEAD remotes. Trieu-ne una explícitament amb:"1610116102#: builtin/remote.c:127116103#, c-format16104msgid "Could not delete %s"16105msgstr "No s'ha pogut suprimir %s"1610616107#: builtin/remote.c:127916108#, c-format16109msgid "Not a valid ref: %s"16110msgstr "No és una referència vàlida: %s"1611116112#: builtin/remote.c:128116113#, c-format16114msgid "Could not setup %s"16115msgstr "No s'ha pogut configurar %s"1611616117#: builtin/remote.c:129916118#, c-format16119msgid " %s will become dangling!"16120msgstr " %s es tornarà penjant!"1612116122#: builtin/remote.c:130016123#, c-format16124msgid " %s has become dangling!"16125msgstr " %s s'ha tornat penjant!"1612616127#: builtin/remote.c:131016128#, c-format16129msgid "Pruning %s"16130msgstr "S'està podant %s"1613116132#: builtin/remote.c:131116133#, c-format16134msgid "URL: %s"16135msgstr "URL: %s"1613616137#: builtin/remote.c:132716138#, c-format16139msgid " * [would prune] %s"16140msgstr " * [podaria] %s"1614116142#: builtin/remote.c:133016143#, c-format16144msgid " * [pruned] %s"16145msgstr " * [podat] %s"1614616147#: builtin/remote.c:137516148msgid "prune remotes after fetching"16149msgstr "poda els remots després d'obtenir-los"1615016151#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:156016152#, c-format16153msgid "No such remote '%s'"16154msgstr "No hi ha tal remot «%s»"1615516156#: builtin/remote.c:145416157msgid "add branch"16158msgstr "afegeix branca"1615916160#: builtin/remote.c:146116161msgid "no remote specified"16162msgstr "cap remot especificat"1616316164#: builtin/remote.c:147816165msgid "query push URLs rather than fetch URLs"16166msgstr "consulta els URL de pujada en lloc dels URL d'obtenció"1616716168#: builtin/remote.c:148016169msgid "return all URLs"16170msgstr "retorna tots els URL"1617116172#: builtin/remote.c:150816173#, c-format16174msgid "no URLs configured for remote '%s'"16175msgstr "cap URL configurat per al remot «%s»"1617616177#: builtin/remote.c:153416178msgid "manipulate push URLs"16179msgstr "manipula els URL de pujada"1618016181#: builtin/remote.c:153616182msgid "add URL"16183msgstr "afegeix URL"1618416185#: builtin/remote.c:153816186msgid "delete URLs"16187msgstr "suprimeix els URL"1618816189#: builtin/remote.c:154516190msgid "--add --delete doesn't make sense"16191msgstr "--add --delete no té sentit"1619216193#: builtin/remote.c:158416194#, c-format16195msgid "Invalid old URL pattern: %s"16196msgstr "Patró d'URL antic no vàlid: %s"1619716198#: builtin/remote.c:159216199#, c-format16200msgid "No such URL found: %s"16201msgstr "No s'ha trobat tal URL: %s"1620216203#: builtin/remote.c:159416204msgid "Will not delete all non-push URLs"16205msgstr "No se suprimiran tots els URL no de pujada"1620616207#: builtin/remote.c:161016208msgid "be verbose; must be placed before a subcommand"16209msgstr "sigues detallat; s'ha de col·locar abans d'una subordre"1621016211#: builtin/remote.c:164116212#, c-format16213msgid "Unknown subcommand: %s"16214msgstr "Subordre desconeguda: %s"1621516216#: builtin/repack.c:2216217msgid "git repack [<options>]"16218msgstr "git repack [<opcions>]"1621916220#: builtin/repack.c:2716221msgid ""16222"Incremental repacks are incompatible with bitmap indexes. Use\n"16223"--no-write-bitmap-index or disable the pack.writebitmaps configuration."16224msgstr ""16225"Els reempaquetaments incrementals són incompatibles amb els índexs de "16226"bitmaps. Useu\n"16227"--no-write-bitmap-index o inhabiliteu el paràmetre de configuració pack."16228"writebitmaps."1622916230#: builtin/repack.c:29416231msgid "pack everything in a single pack"16232msgstr "empaqueta-ho tot en un únic paquet"1623316234#: builtin/repack.c:29616235msgid "same as -a, and turn unreachable objects loose"16236msgstr "el mateix que -a, i solta els objectes inabastables"1623716238#: builtin/repack.c:29916239msgid "remove redundant packs, and run git-prune-packed"16240msgstr "elimina els paquets redundants, i executeu git-prune-packed"1624116242#: builtin/repack.c:30116243msgid "pass --no-reuse-delta to git-pack-objects"16244msgstr "passa --no-reuse-delta a git-pack-objects"1624516246#: builtin/repack.c:30316247msgid "pass --no-reuse-object to git-pack-objects"16248msgstr "passa --no-reuse-object a git-pack-objects"1624916250#: builtin/repack.c:30516251msgid "do not run git-update-server-info"16252msgstr "no executis git-update-server-info"1625316254#: builtin/repack.c:30816255msgid "pass --local to git-pack-objects"16256msgstr "passa --local a git-pack-objects"1625716258#: builtin/repack.c:31016259msgid "write bitmap index"16260msgstr "escriu índex de mapa de bits"1626116262#: builtin/repack.c:31216263#, fuzzy16264msgid "pass --delta-islands to git-pack-objects"16265msgstr "passa --local a git-pack-objects"1626616267#: builtin/repack.c:31316268msgid "approxidate"16269msgstr "data aproximada"1627016271#: builtin/repack.c:31416272msgid "with -A, do not loosen objects older than this"16273msgstr "amb -A, no soltis els objectes més vells que aquest"1627416275#: builtin/repack.c:31616276msgid "with -a, repack unreachable objects"16277msgstr "amb -a, reempaqueta els objectes inabastables"1627816279#: builtin/repack.c:31816280msgid "size of the window used for delta compression"16281msgstr "mida de la finestra que s'usa per a compressió de diferències"1628216283#: builtin/repack.c:319 builtin/repack.c:32516284msgid "bytes"16285msgstr "octets"1628616287#: builtin/repack.c:32016288msgid "same as the above, but limit memory size instead of entries count"16289msgstr ""16290"el mateix que l'anterior, però limita la mida de memòria en lloc del nombre "16291"d'entrades"1629216293#: builtin/repack.c:32216294msgid "limits the maximum delta depth"16295msgstr "limita la profunditat màxima de les diferències"1629616297#: builtin/repack.c:32416298msgid "limits the maximum number of threads"16299msgstr "limita el nombre màxim de fils"1630016301#: builtin/repack.c:32616302msgid "maximum size of each packfile"16303msgstr "mida màxima de cada fitxer de paquet"1630416305#: builtin/repack.c:32816306msgid "repack objects in packs marked with .keep"16307msgstr "reempaqueta els objectes en paquets marcats amb .keep"1630816309#: builtin/repack.c:33016310#, fuzzy16311msgid "do not repack this pack"16312msgstr "crea paquets prims"1631316314#: builtin/repack.c:34016315msgid "cannot delete packs in a precious-objects repo"16316msgstr "no es poden suprimir paquets en un dipòsit d'objectes preciosos"1631716318#: builtin/repack.c:34416319msgid "--keep-unreachable and -A are incompatible"16320msgstr "--keep-unreachable i -A són incompatibles"1632116322#: builtin/repack.c:52716323#, c-format16324msgid "failed to remove '%s'"16325msgstr "s'ha produït un error en eliminar «%s»"1632616327#: builtin/replace.c:2216328msgid "git replace [-f] <object> <replacement>"16329msgstr "git replace [-f] <objecte> <reemplaçament>"1633016331#: builtin/replace.c:2316332msgid "git replace [-f] --edit <object>"16333msgstr "git replace [-f] --edit <objecte>"1633416335#: builtin/replace.c:2416336msgid "git replace [-f] --graft <commit> [<parent>...]"16337msgstr "git replace [-f] --graft <comissió> [<mare>...]"1633816339#: builtin/replace.c:2516340msgid "git replace [-f] --convert-graft-file"16341msgstr "git replace [-f] --convert-graft-file"1634216343#: builtin/replace.c:2616344msgid "git replace -d <object>..."16345msgstr "git replace -d <objecte>..."1634616347#: builtin/replace.c:2716348msgid "git replace [--format=<format>] [-l [<pattern>]]"16349msgstr "git replace [--format=<format>] [-l [<patró>]]"1635016351#: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:20616352#, c-format16353msgid "failed to resolve '%s' as a valid ref"16354msgstr "s'ha produït un error en resoldre «%s» com a referència vàlida"1635516356#: builtin/replace.c:8616357#, c-format16358msgid ""16359"invalid replace format '%s'\n"16360"valid formats are 'short', 'medium' and 'long'"16361msgstr ""1636216363#: builtin/replace.c:12116364#, fuzzy, c-format16365msgid "replace ref '%s' not found"16366msgstr "no s'ha trobat la branca «%s»."1636716368#: builtin/replace.c:13716369#, fuzzy, c-format16370msgid "Deleted replace ref '%s'"16371msgstr "suprimeix les referències reemplaçades"1637216373#: builtin/replace.c:14916374#, fuzzy, c-format16375msgid "'%s' is not a valid ref name"16376msgstr "«%s» no és un nom de remot vàlid"1637716378#: builtin/replace.c:15416379#, fuzzy, c-format16380msgid "replace ref '%s' already exists"16381msgstr "el destí «%s» ja existeix"1638216383#: builtin/replace.c:17416384#, c-format16385msgid ""16386"Objects must be of the same type.\n"16387"'%s' points to a replaced object of type '%s'\n"16388"while '%s' points to a replacement object of type '%s'."16389msgstr ""1639016391#: builtin/replace.c:22516392#, fuzzy, c-format16393msgid "unable to open %s for writing"16394msgstr "No s'ha pogut obrir «%s» per a escriptura"1639516396#: builtin/replace.c:23816397msgid "cat-file reported failure"16398msgstr ""1639916400#: builtin/replace.c:25416401#, fuzzy, c-format16402msgid "unable to open %s for reading"16403msgstr "no s'ha pogut obrir o llegir %s"1640416405#: builtin/replace.c:26816406#, fuzzy16407msgid "unable to spawn mktree"16408msgstr "no s'ha pogut llegir l'arbre (%s)"1640916410#: builtin/replace.c:27216411#, fuzzy16412msgid "unable to read from mktree"16413msgstr "no s'ha pogut llegir l'arbre (%s)"1641416415#: builtin/replace.c:28116416#, fuzzy16417msgid "mktree reported failure"16418msgstr "la reversió ha fallat"1641916420#: builtin/replace.c:28516421#, fuzzy16422msgid "mktree did not return an object name"16423msgstr "el remot no ha enviat tots els objectes necessaris"1642416425#: builtin/replace.c:29416426#, fuzzy, c-format16427msgid "unable to fstat %s"16428msgstr "no s'ha pogut actualitzar %s"1642916430#: builtin/replace.c:29916431#, fuzzy16432msgid "unable to write object to database"16433msgstr "no s'ha pogut escriure l'objecte de nota"1643416435#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:41516436#: builtin/replace.c:44516437#, fuzzy, c-format16438msgid "not a valid object name: '%s'"16439msgstr "No és un nom d'objecte vàlid: «%s»"1644016441#: builtin/replace.c:32216442#, fuzzy, c-format16443msgid "unable to get object type for %s"16444msgstr "no es pot fer grep des d'un objecte de tipus %s"1644516446#: builtin/replace.c:33816447#, fuzzy16448msgid "editing object file failed"16449msgstr "la lectura de les referències de bisecció ha fallat"1645016451#: builtin/replace.c:34716452#, c-format16453msgid "new object is the same as the old one: '%s'"16454msgstr ""1645516456#: builtin/replace.c:40716457#, c-format16458msgid "bad mergetag in commit '%s'"16459msgstr "etiqueta de fusió incorrecta en la comissió «%s»"1646016461#: builtin/replace.c:40916462#, c-format16463msgid "malformed mergetag in commit '%s'"16464msgstr "etiqueta de fusió mal formada en la comissió «%s»"1646516466#: builtin/replace.c:42116467#, c-format16468msgid ""16469"original commit '%s' contains mergetag '%s' that is discarded; use --edit "16470"instead of --graft"16471msgstr ""16472"la comissió original «%s» conté l'etiqueta de fusió «%s» que es descarta; "16473"useu --edit en lloc de --graft"1647416475#: builtin/replace.c:46016476#, fuzzy, c-format16477msgid "the original commit '%s' has a gpg signature"16478msgstr "la comissió original «%s» té una signatura gpg."1647916480#: builtin/replace.c:46116481msgid "the signature will be removed in the replacement commit!"16482msgstr "s'eliminarà la signatura en la comissió de reemplaçament!"1648316484#: builtin/replace.c:47116485#, c-format16486msgid "could not write replacement commit for: '%s'"16487msgstr "no s'ha pogut escriure la comissió de reemplaçament per a: «%s»"1648816489#: builtin/replace.c:47916490#, c-format16491msgid "graft for '%s' unnecessary"16492msgstr ""1649316494#: builtin/replace.c:48216495#, c-format16496msgid "new commit is the same as the old one: '%s'"16497msgstr ""1649816499#: builtin/replace.c:51416500#, fuzzy, c-format16501msgid ""16502"could not convert the following graft(s):\n"16503"%s"16504msgstr "Eliminaria l'ítem següent:"1650516506#: builtin/replace.c:53516507msgid "list replace refs"16508msgstr "llista les referències reemplaçades"1650916510#: builtin/replace.c:53616511msgid "delete replace refs"16512msgstr "suprimeix les referències reemplaçades"1651316514#: builtin/replace.c:53716515msgid "edit existing object"16516msgstr "edita un objecte existent"1651716518#: builtin/replace.c:53816519msgid "change a commit's parents"16520msgstr "canvia les mares d'una comissió"1652116522#: builtin/replace.c:53916523#, fuzzy16524msgid "convert existing graft file"16525msgstr "força la sobreescriptura de fitxers existents"1652616527#: builtin/replace.c:54016528msgid "replace the ref if it exists"16529msgstr "reemplaça la referència si existeix"1653016531#: builtin/replace.c:54216532msgid "do not pretty-print contents for --edit"16533msgstr "no imprimeixis bellament els continguts per a --edit"1653416535#: builtin/replace.c:54316536msgid "use this format"16537msgstr "usa aquest format"1653816539#: builtin/replace.c:55616540#, fuzzy16541msgid "--format cannot be used when not listing"16542msgstr "--fix-thin no es pot usar sense --stdin"1654316544#: builtin/replace.c:56416545#, fuzzy16546msgid "-f only makes sense when writing a replacement"16547msgstr "-z només té sentit amb --stdin"1654816549#: builtin/replace.c:56816550#, fuzzy16551msgid "--raw only makes sense with --edit"16552msgstr "-z només té sentit amb --stdin"1655316554#: builtin/replace.c:57416555msgid "-d needs at least one argument"16556msgstr ""1655716558#: builtin/replace.c:58016559msgid "bad number of arguments"16560msgstr ""1656116562#: builtin/replace.c:58616563#, fuzzy16564msgid "-e needs exactly one argument"16565msgstr "Cal exactament un rang."1656616567#: builtin/replace.c:59216568msgid "-g needs at least one argument"16569msgstr ""1657016571#: builtin/replace.c:59816572#, fuzzy16573msgid "--convert-graft-file takes no argument"16574msgstr "--continue no accepta paràmetres"1657516576#: builtin/replace.c:60416577#, fuzzy16578msgid "only one pattern can be given with -l"16579msgstr "combina els patrons especificats amb -e"1658016581#: builtin/rerere.c:1316582msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"16583msgstr "git rerere [clear | forget <camí>... | status | remaining | diff | gc]"1658416585#: builtin/rerere.c:6016586msgid "register clean resolutions in index"16587msgstr "registra les resolucions netes en l'índex"1658816589#: builtin/rerere.c:7916590msgid "'git rerere forget' without paths is deprecated"16591msgstr ""1659216593#: builtin/rerere.c:11116594#, fuzzy, c-format16595msgid "unable to generate diff for '%s'"16596msgstr "s'ha produït un error en executar «%s»"1659716598#: builtin/reset.c:3116599msgid ""16600"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"16601msgstr ""16602"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<comissió>]"1660316604#: builtin/reset.c:3216605msgid "git reset [-q] [<tree-ish>] [--] <paths>..."16606msgstr "git reset [-q] [<arbre>] [--] <camins>..."1660716608#: builtin/reset.c:3316609msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"16610msgstr "git reset --patch [<arbre>] [--] [<camins>...]"1661116612#: builtin/reset.c:3916613msgid "mixed"16614msgstr "mixt"1661516616#: builtin/reset.c:3916617msgid "soft"16618msgstr "suau"1661916620#: builtin/reset.c:3916621msgid "hard"16622msgstr "dur"1662316624#: builtin/reset.c:3916625msgid "merge"16626msgstr "fusió"1662716628#: builtin/reset.c:3916629msgid "keep"16630msgstr "reteniment"1663116632#: builtin/reset.c:8016633msgid "You do not have a valid HEAD."16634msgstr "No teniu un HEAD vàlid."1663516636#: builtin/reset.c:8216637msgid "Failed to find tree of HEAD."16638msgstr "S'ha produït un error en trobar l'arbre de HEAD."1663916640#: builtin/reset.c:8816641#, c-format16642msgid "Failed to find tree of %s."16643msgstr "S'ha produït un error en cercar l'arbre de %s."1664416645#: builtin/reset.c:19216646#, c-format16647msgid "Cannot do a %s reset in the middle of a merge."16648msgstr "No es pot fer un restabliment de %s enmig d'una fusió."1664916650#: builtin/reset.c:29216651msgid "be quiet, only report errors"16652msgstr "sigues silenciós, només informa d'errors"1665316654#: builtin/reset.c:29416655msgid "reset HEAD and index"16656msgstr "restableix HEAD i l'índex"1665716658#: builtin/reset.c:29516659msgid "reset only HEAD"16660msgstr "restableix només HEAD"1666116662#: builtin/reset.c:297 builtin/reset.c:29916663msgid "reset HEAD, index and working tree"16664msgstr "restableix HEAD, l'índex i l'arbre de treball"1666516666#: builtin/reset.c:30116667msgid "reset HEAD but keep local changes"16668msgstr "restableix HEAD però retén els canvis locals"1666916670#: builtin/reset.c:30716671msgid "record only the fact that removed paths will be added later"16672msgstr "registra només el fet que els camins eliminats s'afegiran després"1667316674#: builtin/reset.c:32516675#, c-format16676msgid "Failed to resolve '%s' as a valid revision."16677msgstr "S'ha produït un error en resoldre «%s» com a revisió vàlida."1667816679#: builtin/reset.c:33316680#, c-format16681msgid "Failed to resolve '%s' as a valid tree."16682msgstr "S'ha produït un error en resoldre «%s» com a arbre vàlid."1668316684#: builtin/reset.c:34216685msgid "--patch is incompatible with --{hard,mixed,soft}"16686msgstr "--patch és incompatible amb --{hard,mixed,soft}"1668716688#: builtin/reset.c:35116689msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."16690msgstr ""16691"--mixed amb camins està en desús; useu 'git reset -- <camins>' en lloc "16692"d'això."1669316694#: builtin/reset.c:35316695#, c-format16696msgid "Cannot do %s reset with paths."16697msgstr "No es pot restablir de %s amb camins."1669816699#: builtin/reset.c:36316700#, c-format16701msgid "%s reset is not allowed in a bare repository"16702msgstr "el restabliment de %s no es permet en un dipòsit nu"1670316704#: builtin/reset.c:36716705msgid "-N can only be used with --mixed"16706msgstr "-N només es pot usar amb --mixed"1670716708#: builtin/reset.c:38716709msgid "Unstaged changes after reset:"16710msgstr "Canvis «unstaged» després del restabliment:"1671116712#: builtin/reset.c:39016713#, c-format16714msgid ""16715"\n"16716"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"16717"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"16718"to make this the default.\n"16719msgstr ""1672016721#: builtin/reset.c:40016722#, c-format16723msgid "Could not reset index file to revision '%s'."16724msgstr "No s'ha pogut restablir el fitxer d'índex a la revisió «%s»."1672516726#: builtin/reset.c:40416727msgid "Could not write new index file."16728msgstr "No s'ha pogut escriure el fitxer d'índex nou."1672916730#: builtin/rev-list.c:40316731msgid "cannot combine --exclude-promisor-objects and --missing"16732msgstr ""1673316734#: builtin/rev-list.c:46116735msgid "object filtering requires --objects"16736msgstr "el filtratge d'objectes requereix --objects"1673716738#: builtin/rev-list.c:46416739#, c-format16740msgid "invalid sparse value '%s'"16741msgstr "valor parcial no vàlid: «%s»"1674216743#: builtin/rev-list.c:50516744msgid "rev-list does not support display of notes"16745msgstr "el rev-list no permet mostrar notes"1674616747#: builtin/rev-list.c:50816748msgid "cannot combine --use-bitmap-index with object filtering"16749msgstr "no es pot combinar --use-bitmap-index amb el filtratge d'objectes"1675016751#: builtin/rev-parse.c:40716752msgid "git rev-parse --parseopt [<options>] -- [<args>...]"16753msgstr "git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]"1675416755#: builtin/rev-parse.c:41216756msgid "keep the `--` passed as an arg"16757msgstr "retén el «--» passat com a paràmetre"1675816759#: builtin/rev-parse.c:41416760msgid "stop parsing after the first non-option argument"16761msgstr "deixa d'analitzar després del primer paràmetre no d'opció"1676216763#: builtin/rev-parse.c:41716764msgid "output in stuck long form"16765msgstr "emet en forma llarga enganxada"1676616767#: builtin/rev-parse.c:55016768msgid ""16769"git rev-parse --parseopt [<options>] -- [<args>...]\n"16770" or: git rev-parse --sq-quote [<arg>...]\n"16771" or: git rev-parse [<options>] [<arg>...]\n"16772"\n"16773"Run \"git rev-parse --parseopt -h\" for more information on the first usage."16774msgstr ""16775"git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]\n"16776" or: git rev-parse --sq-quote [<paràmetre>...]\n"16777" or: git rev-parse [<opcions>] [<paràmetre>...]\n"16778"\n"16779"Executeu \"git rev-parse --parseopt -h\" per més informació sobre l'ús "16780"inicial."1678116782#: builtin/revert.c:2416783msgid "git revert [<options>] <commit-ish>..."16784msgstr "git revert [<opcions>] <comissió>..."1678516786#: builtin/revert.c:2516787msgid "git revert <subcommand>"16788msgstr "git revert <subordre>"1678916790#: builtin/revert.c:3016791msgid "git cherry-pick [<options>] <commit-ish>..."16792msgstr "git cherry-pick [<opcions>] <comissió>..."1679316794#: builtin/revert.c:3116795msgid "git cherry-pick <subcommand>"16796msgstr "git cherry-pick <subordre>"1679716798#: builtin/revert.c:9116799#, c-format16800msgid "%s: %s cannot be used with %s"16801msgstr "%s: %s no es pot usar amb %s"1680216803#: builtin/revert.c:10016804msgid "end revert or cherry-pick sequence"16805msgstr "acaba la seqüència de reversió o el «cherry pick»"1680616807#: builtin/revert.c:10116808msgid "resume revert or cherry-pick sequence"16809msgstr "reprèn la seqüència de reversió o el «cherry pick»"1681016811#: builtin/revert.c:10216812msgid "cancel revert or cherry-pick sequence"16813msgstr "cancel·la la seqüència de reversió o el «cherry pick»"1681416815#: builtin/revert.c:10316816msgid "don't automatically commit"16817msgstr "no cometis automàticament"1681816819#: builtin/revert.c:10416820msgid "edit the commit message"16821msgstr "edita el missatge de comissió"1682216823#: builtin/revert.c:10716824msgid "parent-number"16825msgstr "número del pare"1682616827#: builtin/revert.c:10816828msgid "select mainline parent"16829msgstr "selecciona la línia principal del pare"1683016831#: builtin/revert.c:11016832msgid "merge strategy"16833msgstr "estratègia de fusió"1683416835#: builtin/revert.c:11216836msgid "option for merge strategy"16837msgstr "opció d'estratègia de fusió"1683816839#: builtin/revert.c:12116840msgid "append commit name"16841msgstr "nom de la comissió a annexar"1684216843#: builtin/revert.c:12316844msgid "preserve initially empty commits"16845msgstr "preserva les comissions inicialment buides"1684616847#: builtin/revert.c:12516848msgid "keep redundant, empty commits"16849msgstr "retén les comissions redundants i buides"1685016851#: builtin/revert.c:21916852msgid "revert failed"16853msgstr "la reversió ha fallat"1685416855#: builtin/revert.c:23216856msgid "cherry-pick failed"16857msgstr "el «cherry pick» ha fallat"1685816859#: builtin/rm.c:1816860msgid "git rm [<options>] [--] <file>..."16861msgstr "git rm [<opcions>] [--] <fitxer>..."1686216863#: builtin/rm.c:20616864msgid ""16865"the following file has staged content different from both the\n"16866"file and the HEAD:"16867msgid_plural ""16868"the following files have staged content different from both the\n"16869"file and the HEAD:"16870msgstr[0] ""16871"el fitxer següent té contingut «stage» diferent d'ambdós el\n"16872"fitxer i la HEAD:"16873msgstr[1] ""16874"els fitxers següents tenen contingut «stage» diferent d'ambdós\n"16875"el fitxer i la HEAD:"1687616877#: builtin/rm.c:21116878msgid ""16879"\n"16880"(use -f to force removal)"16881msgstr ""16882"\n"16883"(useu -f per a forçar l'eliminació)"1688416885#: builtin/rm.c:21516886msgid "the following file has changes staged in the index:"16887msgid_plural "the following files have changes staged in the index:"16888msgstr[0] "el fitxer següent té canvis «staged» en l'índex:"16889msgstr[1] "els fitxers següents tenen canvis «staged» en l'índex:"1689016891#: builtin/rm.c:219 builtin/rm.c:22816892msgid ""16893"\n"16894"(use --cached to keep the file, or -f to force removal)"16895msgstr ""16896"\n"16897"(useu --cached per a mantenir el fitxer, o -f per a forçar l'eliminació)"1689816899#: builtin/rm.c:22516900msgid "the following file has local modifications:"16901msgid_plural "the following files have local modifications:"16902msgstr[0] "el fitxer següent té modificacions locals:"16903msgstr[1] "els fitxers següents tenen modificacions locals:"1690416905#: builtin/rm.c:24116906msgid "do not list removed files"16907msgstr "no llistis els fitxers eliminats"1690816909#: builtin/rm.c:24216910msgid "only remove from the index"16911msgstr "només elimina de l'índex"1691216913#: builtin/rm.c:24316914msgid "override the up-to-date check"16915msgstr "passa per alt la comprovació d'actualitat"1691616917#: builtin/rm.c:24416918msgid "allow recursive removal"16919msgstr "permet l'eliminació recursiva"1692016921#: builtin/rm.c:24616922msgid "exit with a zero status even if nothing matched"16923msgstr "surt amb estat zero encara que res hagi coincidit"1692416925#: builtin/rm.c:28816926#, fuzzy16927msgid "please stage your changes to .gitmodules or stash them to proceed"16928msgstr ""16929"Feu «stage» dels vostres canvis a .gitmodules o feu «stash» dels mateixos "16930"per a procedir"1693116932#: builtin/rm.c:30616933#, c-format16934msgid "not removing '%s' recursively without -r"16935msgstr "no s'està eliminant «%s» recursivament sense -r"1693616937#: builtin/rm.c:34516938#, c-format16939msgid "git rm: unable to remove %s"16940msgstr "git rm: no s'ha pogut eliminar %s"1694116942#: builtin/send-pack.c:2016943msgid ""16944"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"16945"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "16946"[<ref>...]\n"16947" --all and explicit <ref> specification are mutually exclusive."16948msgstr ""16949"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-"16950"pack=<paquet-del-git-receive>] [--verbose] [--thin] [--atomic] "16951"[<màquina>:]<directori> [<referència>...]\n"16952" --all i especificació <referència> explícita són mútuament excloents."1695316954#: builtin/send-pack.c:16316955msgid "remote name"16956msgstr "nom del remot"1695716958#: builtin/send-pack.c:17716959msgid "use stateless RPC protocol"16960msgstr "usa el protocol RPC sense estat"1696116962#: builtin/send-pack.c:17816963msgid "read refs from stdin"16964msgstr "llegeix les referències des de stdin"1696516966#: builtin/send-pack.c:17916967msgid "print status from remote helper"16968msgstr "imprimeix l'estat des de l'ajudant remot"1696916970#: builtin/serve.c:716971#, fuzzy16972msgid "git serve [<options>]"16973msgstr "git repack [<opcions>]"1697416975#: builtin/serve.c:17 builtin/upload-pack.c:2316976msgid "quit after a single request/response exchange"16977msgstr "surt després d'un sol intercanvi de sol·licitud/resposta"1697816979#: builtin/serve.c:1916980#, fuzzy16981msgid "exit immediately after advertising capabilities"16982msgstr "surt immediatament després de l'anunci inicial de referència"1698316984#: builtin/shortlog.c:1416985#, fuzzy16986msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"16987msgstr "git shortlog [<opcions>] [<rang-de-revisions>] [[--] [<camí>...]]"1698816989#: builtin/shortlog.c:1516990#, fuzzy16991msgid "git log --pretty=short | git shortlog [<options>]"16992msgstr "git worktree list [<opcions>]"1699316994#: builtin/shortlog.c:26416995msgid "Group by committer rather than author"16996msgstr "Agrupa per «comitter» en comptes de per autor"1699716998#: builtin/shortlog.c:26616999msgid "sort output according to the number of commits per author"17000msgstr "ordena la sortida segons el nombre de comissions per autor"1700117002#: builtin/shortlog.c:26817003msgid "Suppress commit descriptions, only provides commit count"17004msgstr ""17005"Omet les descripcions de comissió, només proveeix el recompte de comissions"1700617007#: builtin/shortlog.c:27017008msgid "Show the email address of each author"17009msgstr "Mostra l'adreça electrònica de cada autor"1701017011#: builtin/shortlog.c:27117012msgid "<w>[,<i1>[,<i2>]]"17013msgstr ""1701417015#: builtin/shortlog.c:27217016msgid "Linewrap output"17017msgstr "Ajusta les línies de la sortida"1701817019#: builtin/shortlog.c:29917020#, fuzzy17021msgid "too many arguments given outside repository"17022msgstr "hi ha massa arguments per a desassignar la font"1702317024#: builtin/show-branch.c:1317025msgid ""17026"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"17027"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"17028"\t\t[--more=<n> | --list | --independent | --merge-base]\n"17029"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"17030msgstr ""17031"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"17032"\t\t[--current] [--color[=<quan>] | --no-color] [--sparse]\n"17033"\t\t[--more=<n> | --list | --independent | --merge-base]\n"17034"\t\t[--no-name | --sha1-name] [--topics] [(<revisió> | <glob>)...]"1703517036#: builtin/show-branch.c:1717037msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"17038msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<referència>]"1703917040#: builtin/show-branch.c:39517041#, c-format17042msgid "ignoring %s; cannot handle more than %d ref"17043msgid_plural "ignoring %s; cannot handle more than %d refs"17044msgstr[0] "s'està ignorant %s; no es pot gestionar més de %d referència"17045msgstr[1] "s'està ignorant %s; no es poden gestionar més de %d referències"1704617047#: builtin/show-branch.c:54917048#, c-format17049msgid "no matching refs with %s"17050msgstr "no hi ha referències coincidents amb %s"1705117052#: builtin/show-branch.c:64617053msgid "show remote-tracking and local branches"17054msgstr "mostra les branques amb seguiment remot i les locals"1705517056#: builtin/show-branch.c:64817057msgid "show remote-tracking branches"17058msgstr "mostra les branques amb seguiment remot"1705917060#: builtin/show-branch.c:65017061msgid "color '*!+-' corresponding to the branch"17062msgstr "colora '*!+-' corresponent a la branca"1706317064#: builtin/show-branch.c:65217065msgid "show <n> more commits after the common ancestor"17066msgstr "mostra <n> comissions després de l'avantpassat comú"1706717068#: builtin/show-branch.c:65417069msgid "synonym to more=-1"17070msgstr "sinònim de more=-1"1707117072#: builtin/show-branch.c:65517073msgid "suppress naming strings"17074msgstr "omet anomenar cadenes"1707517076#: builtin/show-branch.c:65717077msgid "include the current branch"17078msgstr "inclou la branca actual"1707917080#: builtin/show-branch.c:65917081msgid "name commits with their object names"17082msgstr "anomena les comissions amb els seus noms d'objecte"1708317084#: builtin/show-branch.c:66117085msgid "show possible merge bases"17086msgstr "mostra les bases de fusió possibles"1708717088#: builtin/show-branch.c:66317089msgid "show refs unreachable from any other ref"17090msgstr "mostra les referències inabastables de qualsevol altra referència"1709117092#: builtin/show-branch.c:66517093msgid "show commits in topological order"17094msgstr "mostra les comissions en ordre topològic"1709517096#: builtin/show-branch.c:66817097msgid "show only commits not on the first branch"17098msgstr "mostra només les comissions que no siguin en la primera branca"1709917100#: builtin/show-branch.c:67017101msgid "show merges reachable from only one tip"17102msgstr "mostra les fusions abastables de només una punta"1710317104#: builtin/show-branch.c:67217105msgid "topologically sort, maintaining date order where possible"17106msgstr "ordena topològicament, mantenint l'ordre de dates on sigui possible"1710717108#: builtin/show-branch.c:67517109msgid "<n>[,<base>]"17110msgstr "<n>[,<base>]"1711117112#: builtin/show-branch.c:67617113msgid "show <n> most recent ref-log entries starting at base"17114msgstr "mostra les <n> entrades més recents començant a la base"1711517116#: builtin/show-branch.c:71217117msgid ""17118"--reflog is incompatible with --all, --remotes, --independent or --merge-base"17119msgstr ""17120"--reflog és incompatible amb --all, --remotes, --independent o --merge-base"1712117122#: builtin/show-branch.c:73617123msgid "no branches given, and HEAD is not valid"17124msgstr "no s'ha donat cap branca, i HEAD no és vàlid"1712517126#: builtin/show-branch.c:73917127msgid "--reflog option needs one branch name"17128msgstr "l'opció --reflog necessita un nom de branca"1712917130#: builtin/show-branch.c:74217131#, c-format17132msgid "only %d entry can be shown at one time."17133msgid_plural "only %d entries can be shown at one time."17134msgstr[0] "es pot mostrar només %d entrada a la vegada."17135msgstr[1] "es poden mostrar només %d entrades a la vegada."1713617137#: builtin/show-branch.c:74617138#, c-format17139msgid "no such ref %s"17140msgstr "no hi ha tal referència %s"1714117142#: builtin/show-branch.c:83017143#, c-format17144msgid "cannot handle more than %d rev."17145msgid_plural "cannot handle more than %d revs."17146msgstr[0] "no es pot gestionar més d'%d revisió."17147msgstr[1] "no es poden gestionar més de %d revisions."1714817149#: builtin/show-branch.c:83417150#, c-format17151msgid "'%s' is not a valid ref."17152msgstr "«%s» no és una referència vàlida."1715317154#: builtin/show-branch.c:83717155#, c-format17156msgid "cannot find commit %s (%s)"17157msgstr "no es pot trobar la comissió %s (%s)"1715817159#: builtin/show-ref.c:1117160msgid ""17161"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"17162"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"17163msgstr ""17164"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"17165"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<patró>...]"1716617167#: builtin/show-ref.c:1217168msgid "git show-ref --exclude-existing[=<pattern>]"17169msgstr "git show-ref --exclude-existing[=<patró>]"1717017171#: builtin/show-ref.c:16117172msgid "only show tags (can be combined with heads)"17173msgstr "mostra només les etiquetes (es pot combinar amb heads)"1717417175#: builtin/show-ref.c:16217176msgid "only show heads (can be combined with tags)"17177msgstr "mostra només els caps (es pot combinar amb tags)"1717817179#: builtin/show-ref.c:16317180msgid "stricter reference checking, requires exact ref path"17181msgstr ""17182"comprovació de referència més estricta, requereix el camí de referència "17183"exacte"1718417185#: builtin/show-ref.c:166 builtin/show-ref.c:16817186msgid "show the HEAD reference, even if it would be filtered out"17187msgstr "mostra la referència HEAD, encara que es filtrés"1718817189#: builtin/show-ref.c:17017190msgid "dereference tags into object IDs"17191msgstr "desreferencia les etiquetes a ID d'objecte"1719217193#: builtin/show-ref.c:17217194msgid "only show SHA1 hash using <n> digits"17195msgstr "mostra el hash SHA1 usant només <n> xifres"1719617197#: builtin/show-ref.c:17617198msgid "do not print results to stdout (useful with --verify)"17199msgstr "no imprimeixis els resultats a stdout (útil amb --verify)"1720017201#: builtin/show-ref.c:17817202msgid "show refs from stdin that aren't in local repository"17203msgstr "mostra les referències de stdin que no siguin en el dipòsit local"1720417205#: builtin/stripspace.c:1817206msgid "git stripspace [-s | --strip-comments]"17207msgstr "git stripspace [-s | --strip-comments]"1720817209#: builtin/stripspace.c:1917210msgid "git stripspace [-c | --comment-lines]"17211msgstr "git stripspace [-c | --comment-lines]"1721217213#: builtin/stripspace.c:3617214msgid "skip and remove all lines starting with comment character"17215msgstr ""17216"omet i elimina totes les línies que comencin amb el caràcter de comentari"1721717218#: builtin/stripspace.c:3917219msgid "prepend comment character and space to each line"17220msgstr "anteposa el caràcter de comentari i un espai a cada línia"1722117222#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:193917223#, c-format17224msgid "Expecting a full ref name, got %s"17225msgstr "S'espera un nom de referència ple, s'ha rebut %s"1722617227#: builtin/submodule--helper.c:6117228msgid "submodule--helper print-default-remote takes no arguments"17229msgstr ""1723017231#: builtin/submodule--helper.c:9917232#, c-format17233msgid "cannot strip one component off url '%s'"17234msgstr "no es pot despullar un component de l'url «%s»"1723517236#: builtin/submodule--helper.c:407 builtin/submodule--helper.c:136317237msgid "alternative anchor for relative paths"17238msgstr "àncora alternativa per als camins relatius"1723917240#: builtin/submodule--helper.c:41217241msgid "git submodule--helper list [--prefix=<path>] [<path>...]"17242msgstr "git submodule--helper list [--prefix=<camí>] [<camí>...]"1724317244#: builtin/submodule--helper.c:469 builtin/submodule--helper.c:62617245#: builtin/submodule--helper.c:64917246#, c-format17247msgid "No url found for submodule path '%s' in .gitmodules"17248msgstr "No s'ha trobat cap url per al camí de submòdul «%s» a .gitmodules"1724917250#: builtin/submodule--helper.c:52117251#, fuzzy, c-format17252msgid "Entering '%s'\n"17253msgstr "s'està sobreescrivint «%s»"1725417255#: builtin/submodule--helper.c:52417256#, c-format17257msgid ""17258"run_command returned non-zero status for %s\n"17259"."17260msgstr ""1726117262#: builtin/submodule--helper.c:54517263#, c-format17264msgid ""17265"run_command returned non-zero status while recursing in the nested "17266"submodules of %s\n"17267"."17268msgstr ""1726917270#: builtin/submodule--helper.c:56117271#, fuzzy17272msgid "Suppress output of entering each submodule command"17273msgstr "Omet la sortida d'inicialitzar un submòdul"1727417275#: builtin/submodule--helper.c:563 builtin/submodule--helper.c:104817276msgid "Recurse into nested submodules"17277msgstr "Inclou recursivament els submòduls imbrincats"1727817279#: builtin/submodule--helper.c:56817280#, fuzzy17281msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"17282msgstr "git submodule--helper sync [--quiet] [--recursive] [<camí>]"1728317284#: builtin/submodule--helper.c:59517285#, fuzzy, c-format17286msgid ""17287"could not look up configuration '%s'. Assuming this repository is its own "17288"authoritative upstream."17289msgstr ""17290"no s'ha pogut trobar la configuració «%s». S'assumeix que aquest dipòsit és "17291"el seu dipòsit font autoritzat."1729217293#: builtin/submodule--helper.c:66317294#, c-format17295msgid "Failed to register url for submodule path '%s'"17296msgstr "S'ha produït un error en registrar l'url per al camí de submòdul «%s»"1729717298#: builtin/submodule--helper.c:66717299#, c-format17300msgid "Submodule '%s' (%s) registered for path '%s'\n"17301msgstr "S'ha registrat el submòdul «%s» (%s) per al camí «%s»\n"1730217303#: builtin/submodule--helper.c:67717304#, c-format17305msgid "warning: command update mode suggested for submodule '%s'\n"17306msgstr ""17307"advertència: se suggereix el mode d'actualització per ordre per al submòdul "17308"«%s»\n"1730917310#: builtin/submodule--helper.c:68417311#, c-format17312msgid "Failed to register update mode for submodule path '%s'"17313msgstr ""17314"S'ha produït un error en registrar el mode d'actualització per al camí de "17315"submòdul «%s»"1731617317#: builtin/submodule--helper.c:70617318msgid "Suppress output for initializing a submodule"17319msgstr "Omet la sortida d'inicialitzar un submòdul"1732017321#: builtin/submodule--helper.c:71117322msgid "git submodule--helper init [<path>]"17323msgstr "git submodule--helper init [<camí>]"1732417325#: builtin/submodule--helper.c:783 builtin/submodule--helper.c:90917326#, c-format17327msgid "no submodule mapping found in .gitmodules for path '%s'"17328msgstr "No s'ha trobat cap mapatge de submòdul a .gitmodules per al camí «%s»"1732917330#: builtin/submodule--helper.c:82217331#, c-format17332msgid "could not resolve HEAD ref inside the submodule '%s'"17333msgstr "no s'ha pogut resoldre la referència a HEAD dins del submòdul «%s»"1733417335#: builtin/submodule--helper.c:849 builtin/submodule--helper.c:101817336#, c-format17337msgid "failed to recurse into submodule '%s'"17338msgstr "s'ha produït un error en cercar recursivament al submòdul «%s»"1733917340#: builtin/submodule--helper.c:873 builtin/submodule--helper.c:118217341msgid "Suppress submodule status output"17342msgstr "Suprimeix la sortida de l'estat del submòdul"1734317344#: builtin/submodule--helper.c:87417345msgid ""17346"Use commit stored in the index instead of the one stored in the submodule "17347"HEAD"17348msgstr ""1734917350#: builtin/submodule--helper.c:87517351msgid "recurse into nested submodules"17352msgstr "inclou recursivament els submòduls imbrincats"1735317354#: builtin/submodule--helper.c:88017355msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"17356msgstr "git submodule status [--quiet] [--cached] [--recursive] [<camí>...]"1735717358#: builtin/submodule--helper.c:90417359msgid "git submodule--helper name <path>"17360msgstr "git submodule--helper name <camí>"1736117362#: builtin/submodule--helper.c:96817363#, c-format17364msgid "Synchronizing submodule url for '%s'\n"17365msgstr "S'està sincronitzant l'url del submòdul per a «%s»\n"1736617367#: builtin/submodule--helper.c:97417368#, c-format17369msgid "failed to register url for submodule path '%s'"17370msgstr "s'ha produït un error en registrar l'url per al camí del submòdul «%s»"1737117372#: builtin/submodule--helper.c:98817373#, c-format17374msgid "failed to get the default remote for submodule '%s'"17375msgstr ""17376"s'ha produït un error en obtenir el remot per defecte pel submòdul «%s»"1737717378#: builtin/submodule--helper.c:99917379#, c-format17380msgid "failed to update remote for submodule '%s'"17381msgstr "s'ha produït un error en actualitzar el remot pel submòdul «%s»"1738217383#: builtin/submodule--helper.c:104617384msgid "Suppress output of synchronizing submodule url"17385msgstr "Omet la sortida de la sincronització de l'url del submòdul"1738617387#: builtin/submodule--helper.c:105317388msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"17389msgstr "git submodule--helper sync [--quiet] [--recursive] [<camí>]"1739017391#: builtin/submodule--helper.c:110717392#, c-format17393msgid ""17394"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "17395"really want to remove it including all of its history)"17396msgstr ""17397"L'arbre de treball de submòdul «%s» conté un directori .git\n"17398"(useu 'rm -rf' si realment voleu eliminar-lo, incloent tota la seva història)"1739917400#: builtin/submodule--helper.c:111917401#, c-format17402msgid ""17403"Submodule work tree '%s' contains local modifications; use '-f' to discard "17404"them"17405msgstr ""17406"L'arbre de treball del submòdul «%s» conté modificacions locals; useu '-f' "17407"per a descartar-les"1740817409#: builtin/submodule--helper.c:112717410#, c-format17411msgid "Cleared directory '%s'\n"17412msgstr "S'ha netejat el directori «%s»\n"1741317414#: builtin/submodule--helper.c:112917415#, c-format17416msgid "Could not remove submodule work tree '%s'\n"17417msgstr "No s'ha pogut eliminar l'arbre de treball de submòdul «%s»\n"1741817419#: builtin/submodule--helper.c:113817420#, c-format17421msgid "could not create empty submodule directory %s"17422msgstr "no s'ha pogut crear el directori de submòdul buit %s"1742317424#: builtin/submodule--helper.c:115417425#, c-format17426msgid "Submodule '%s' (%s) unregistered for path '%s'\n"17427msgstr "S'ha desregistrat el submòdul «%s» (%s) per al camí «%s»\n"1742817429#: builtin/submodule--helper.c:118317430msgid "Remove submodule working trees even if they contain local changes"17431msgstr ""17432"Suprimeix els arbres de treball dels submòduls fins i tot si contenen canvis "17433"locals"1743417435#: builtin/submodule--helper.c:118417436msgid "Unregister all submodules"17437msgstr "Desregistra recursivament tots els submòduls"1743817439#: builtin/submodule--helper.c:118917440msgid ""17441"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"17442msgstr ""17443"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<camí>...]]"1744417445#: builtin/submodule--helper.c:120317446msgid "Use '--all' if you really want to deinitialize all submodules"17447msgstr "Useu '--all' si realment voleu desinicialitzar tots els submòduls"1744817449#: builtin/submodule--helper.c:1297 builtin/submodule--helper.c:130017450#, c-format17451msgid "submodule '%s' cannot add alternate: %s"17452msgstr "el submòdul «%s» no pot afegir un alternatiu: %s"1745317454#: builtin/submodule--helper.c:133617455#, c-format17456msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"17457msgstr "No es reconeix el valor «%s» per a submodule.alternateErrorStrategy"1745817459#: builtin/submodule--helper.c:134317460#, c-format17461msgid "Value '%s' for submodule.alternateLocation is not recognized"17462msgstr "No es reconeix el valor «%s» per a submodule.alternateLocation"1746317464#: builtin/submodule--helper.c:136617465msgid "where the new submodule will be cloned to"17466msgstr "a on es clonarà el submòdul nou"1746717468#: builtin/submodule--helper.c:136917469msgid "name of the new submodule"17470msgstr "nom del submòdul nou"1747117472#: builtin/submodule--helper.c:137217473msgid "url where to clone the submodule from"17474msgstr "url del qual clonar el submòdul"1747517476#: builtin/submodule--helper.c:138017477msgid "depth for shallow clones"17478msgstr "profunditat dels clons superficials"1747917480#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:186817481msgid "force cloning progress"17482msgstr "força el progrés del clonatge"1748317484#: builtin/submodule--helper.c:138817485msgid ""17486"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "17487"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"17488msgstr ""17489"git submodule--helper clone [--prefix=<camí>] [--quiet] [--reference "17490"<dipòsit>] [--name <nom>] [--depth <profunditat>] --url <url> --path <camí>"1749117492#: builtin/submodule--helper.c:141917493#, c-format17494msgid "clone of '%s' into submodule path '%s' failed"17495msgstr "el clonatge de «%s» al camí de submòdul «%s» ha fallat"1749617497#: builtin/submodule--helper.c:143317498#, c-format17499msgid "could not get submodule directory for '%s'"17500msgstr "no s'ha pogut obtenir el directori de submòdul per a «%s»"1750117502#: builtin/submodule--helper.c:146917503#, fuzzy, c-format17504msgid "Invalid update mode '%s' for submodule path '%s'"17505msgstr ""17506"S'ha produït un error en registrar el mode d'actualització per al camí de "17507"submòdul «%s»"1750817509#: builtin/submodule--helper.c:147317510#, fuzzy, c-format17511msgid "Invalid update mode '%s' configured for submodule path '%s'"17512msgstr ""17513"S'ha produït un error en registrar el mode d'actualització per al camí de "17514"submòdul «%s»"1751517516#: builtin/submodule--helper.c:156617517#, c-format17518msgid "Submodule path '%s' not initialized"17519msgstr "El camí de submòdul «%s» no està inicialitzat"1752017521#: builtin/submodule--helper.c:157017522msgid "Maybe you want to use 'update --init'?"17523msgstr "Potser voleu usar 'update --init'?"1752417525#: builtin/submodule--helper.c:160017526#, c-format17527msgid "Skipping unmerged submodule %s"17528msgstr "S'està ometent el submòdul no fusionat %s"1752917530#: builtin/submodule--helper.c:162917531#, c-format17532msgid "Skipping submodule '%s'"17533msgstr "S'està ometent el submòdul «%s»"1753417535#: builtin/submodule--helper.c:177317536#, c-format17537msgid "Failed to clone '%s'. Retry scheduled"17538msgstr "S'ha produït un error en clonar «%s». S'ha programat un reintent"1753917540#: builtin/submodule--helper.c:178417541#, c-format17542msgid "Failed to clone '%s' a second time, aborting"17543msgstr "S'ha produït un error per segon cop en clonar «%s», s'està avortant"1754417545#: builtin/submodule--helper.c:1847 builtin/submodule--helper.c:208917546msgid "path into the working tree"17547msgstr "camí a l'arbre de treball"1754817549#: builtin/submodule--helper.c:185017550msgid "path into the working tree, across nested submodule boundaries"17551msgstr "camí a l'arbre de treball, a través de fronteres de submòduls niats"1755217553#: builtin/submodule--helper.c:185417554msgid "rebase, merge, checkout or none"17555msgstr "rebase, merge, checkout o none"1755617557#: builtin/submodule--helper.c:186017558msgid "Create a shallow clone truncated to the specified number of revisions"17559msgstr "Crea un clon superficial truncat al nombre de revisions especificat"1756017561#: builtin/submodule--helper.c:186317562msgid "parallel jobs"17563msgstr "tasques paral·leles"1756417565#: builtin/submodule--helper.c:186517566msgid "whether the initial clone should follow the shallow recommendation"17567msgstr "si el clonatge inicial ha de seguir la recomanació de superficialitat"1756817569#: builtin/submodule--helper.c:186617570msgid "don't print cloning progress"17571msgstr "no imprimeixis el progrés del clonatge"1757217573#: builtin/submodule--helper.c:187317574msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"17575msgstr "git submodule--helper update_clone [--prefix=<camí>] [<camí>...]"1757617577#: builtin/submodule--helper.c:188617578msgid "bad value for update parameter"17579msgstr "valor incorrecte per al paràmetre update"1758017581#: builtin/submodule--helper.c:193417582#, c-format17583msgid ""17584"Submodule (%s) branch configured to inherit branch from superproject, but "17585"the superproject is not on any branch"17586msgstr ""17587"La branca de submòdul (%s) està configurada per a heretar la branca del "17588"superprojecte, però el superprojecte no és en cap branca"1758917590#: builtin/submodule--helper.c:205717591#, fuzzy, c-format17592msgid "could not get a repository handle for submodule '%s'"17593msgstr "no s'ha trobat el nom pel submòdul «%s»"1759417595#: builtin/submodule--helper.c:209017596msgid "recurse into submodules"17597msgstr "inclou recursivament als submòduls"1759817599#: builtin/submodule--helper.c:209617600msgid "git submodule--helper embed-git-dir [<path>...]"17601msgstr "git submodule--helper embed-git-dir [<camí>...]"1760217603#: builtin/submodule--helper.c:215217604msgid "check if it is safe to write to the .gitmodules file"17605msgstr ""1760617607#: builtin/submodule--helper.c:215717608#, fuzzy17609msgid "git submodule--helper config name [value]"17610msgstr "git submodule--helper name <camí>"1761117612#: builtin/submodule--helper.c:215817613#, fuzzy17614msgid "git submodule--helper config --check-writeable"17615msgstr "git submodule--helper init [<camí>]"1761617617#: builtin/submodule--helper.c:2175 git-submodule.sh:16917618#, fuzzy, sh-format17619msgid "please make sure that the .gitmodules file is in the working tree"17620msgstr ""17621"Feu «stage» dels vostres canvis a .gitmodules o feu «stash» dels mateixos "17622"per a procedir"1762317624#: builtin/submodule--helper.c:222517625#, c-format17626msgid "%s doesn't support --super-prefix"17627msgstr "%s no admet --super-prefix"1762817629#: builtin/submodule--helper.c:223117630#, c-format17631msgid "'%s' is not a valid submodule--helper subcommand"17632msgstr "«%s» no és una subordre vàlida de submodule--helper"1763317634#: builtin/symbolic-ref.c:817635msgid "git symbolic-ref [<options>] <name> [<ref>]"17636msgstr "git symbolic-ref [<opcions>] <nom> [<referència>]"1763717638#: builtin/symbolic-ref.c:917639msgid "git symbolic-ref -d [-q] <name>"17640msgstr "git symbolic-ref -d [-q] <nom>"1764117642#: builtin/symbolic-ref.c:4017643msgid "suppress error message for non-symbolic (detached) refs"17644msgstr "omet el missatge d'error de referències no simbòliques (separades)"1764517646#: builtin/symbolic-ref.c:4117647msgid "delete symbolic ref"17648msgstr "suprimeix la referència simbòlica"1764917650#: builtin/symbolic-ref.c:4217651msgid "shorten ref output"17652msgstr "escurça la sortida de referències"1765317654#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36317655msgid "reason"17656msgstr "raó"1765717658#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36317659msgid "reason of the update"17660msgstr "raó de l'actualització"1766117662#: builtin/tag.c:2517663msgid ""17664"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "17665"[<head>]"17666msgstr ""17667"git tag [-a | -s | -u <id-de-clau>] [-f] [-m <missatge> | -F <fitxer>] <nom-"17668"d'etiqueta> [<cap>]"1766917670#: builtin/tag.c:2617671msgid "git tag -d <tagname>..."17672msgstr "git tag -d <nom-d'etiqueta>..."1767317674#: builtin/tag.c:2717675msgid ""17676"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"17677"points-at <object>]\n"17678"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"17679msgstr ""17680"git tag -l [-n[<nombre>]] [--contains <comissió>] [--no-contains <comissió>] "17681"[--points-at <objecte>]\n"17682"\t\t[--format=<format>] [--[no-]merged [<comissió>]] [<patró>...]"1768317684#: builtin/tag.c:2917685msgid "git tag -v [--format=<format>] <tagname>..."17686msgstr "git tag -v [--format=<format>] <nom-d'etiqueta>..."1768717688#: builtin/tag.c:8717689#, c-format17690msgid "tag '%s' not found."17691msgstr "no s'ha trobat l'etiqueta «%s»."1769217693#: builtin/tag.c:10317694#, c-format17695msgid "Deleted tag '%s' (was %s)\n"17696msgstr "S'ha suprimit l'etiqueta «%s» (era %s)\n"1769717698#: builtin/tag.c:13317699#, c-format17700msgid ""17701"\n"17702"Write a message for tag:\n"17703" %s\n"17704"Lines starting with '%c' will be ignored.\n"17705msgstr ""17706"\n"17707"Escriviu el missatge de l'etiqueta:\n"17708" %s\n"17709"Les línies que comencin amb '%c' s'ignoraran.\n"1771017711#: builtin/tag.c:13717712#, c-format17713msgid ""17714"\n"17715"Write a message for tag:\n"17716" %s\n"17717"Lines starting with '%c' will be kept; you may remove them yourself if you "17718"want to.\n"17719msgstr ""17720"\n"17721"Escriviu el missatge de l'etiqueta:\n"17722" %s\n"17723"Les línies que comencin amb '%c' es retindran; podeu eliminar-les per vós "17724"mateix si voleu.\n"1772517726#: builtin/tag.c:19117727msgid "unable to sign the tag"17728msgstr "no s'ha pogut signar l'etiqueta"1772917730#: builtin/tag.c:19317731msgid "unable to write tag file"17732msgstr "no s'ha pogut escriure el fitxer d'etiqueta"1773317734#: builtin/tag.c:21817735msgid "bad object type."17736msgstr "el tipus d'objecte és incorrecte."1773717738#: builtin/tag.c:26717739msgid "no tag message?"17740msgstr "no hi ha cap missatge d'etiqueta?"1774117742#: builtin/tag.c:27417743#, c-format17744msgid "The tag message has been left in %s\n"17745msgstr "S'ha deixat el missatge de l'etiqueta en %s\n"1774617747#: builtin/tag.c:38517748msgid "list tag names"17749msgstr "llista els noms d'etiqueta"1775017751#: builtin/tag.c:38717752msgid "print <n> lines of each tag message"17753msgstr "imprimeix <n> línies de cada missatge d'etiqueta"1775417755#: builtin/tag.c:38917756msgid "delete tags"17757msgstr "suprimeix les etiquetes"1775817759#: builtin/tag.c:39017760msgid "verify tags"17761msgstr "verifica les etiquetes"1776217763#: builtin/tag.c:39217764msgid "Tag creation options"17765msgstr "Opcions de creació d'etiquetes"1776617767#: builtin/tag.c:39417768msgid "annotated tag, needs a message"17769msgstr "etiqueta anotada, necessita un missatge"1777017771#: builtin/tag.c:39617772msgid "tag message"17773msgstr "missatge d'etiqueta"1777417775#: builtin/tag.c:39817776msgid "force edit of tag message"17777msgstr "força l'edició del missatge de l'etiqueta"1777817779#: builtin/tag.c:39917780msgid "annotated and GPG-signed tag"17781msgstr "etiqueta anotada i signada per GPG"1778217783#: builtin/tag.c:40317784msgid "use another key to sign the tag"17785msgstr "usa una altra clau per a signar l'etiqueta"1778617787#: builtin/tag.c:40417788msgid "replace the tag if exists"17789msgstr "reemplaça l'etiqueta si existeix"1779017791#: builtin/tag.c:405 builtin/update-ref.c:36917792msgid "create a reflog"17793msgstr "crea un registre de referències"1779417795#: builtin/tag.c:40717796msgid "Tag listing options"17797msgstr "Opcions de llistat d'etiquetes"1779817799#: builtin/tag.c:40817800msgid "show tag list in columns"17801msgstr "mostra la llista d'etiquetes en columnes"1780217803#: builtin/tag.c:409 builtin/tag.c:41117804msgid "print only tags that contain the commit"17805msgstr "imprimeix només les etiquetes que continguin la comissió"1780617807#: builtin/tag.c:410 builtin/tag.c:41217808msgid "print only tags that don't contain the commit"17809msgstr "imprimeix només les etiquetes que no continguin la comissió"1781017811#: builtin/tag.c:41317812msgid "print only tags that are merged"17813msgstr "imprimeix només les etiquetes que s'han fusionat"1781417815#: builtin/tag.c:41417816msgid "print only tags that are not merged"17817msgstr "imprimeix només les etiquetes que no s'han fusionat"1781817819#: builtin/tag.c:41917820msgid "print only tags of the object"17821msgstr "imprimeix només les etiquetes de l'objecte"1782217823#: builtin/tag.c:46317824msgid "--column and -n are incompatible"17825msgstr "--column i -n són incompatibles"1782617827#: builtin/tag.c:48517828msgid "-n option is only allowed in list mode"17829msgstr "es permet l'opció -n només amb mode llista"1783017831#: builtin/tag.c:48717832msgid "--contains option is only allowed in list mode"17833msgstr "es permet l'opció --contains només amb mode llista"1783417835#: builtin/tag.c:48917836msgid "--no-contains option is only allowed in list mode"17837msgstr "es permet l'opció --no-contains només amb mode llista"1783817839#: builtin/tag.c:49117840msgid "--points-at option is only allowed in list mode"17841msgstr "es permet --points-at option només amb mode llista"1784217843#: builtin/tag.c:49317844msgid "--merged and --no-merged options are only allowed in list mode"17845msgstr "es permeten les opcions --merged i --no-merged només amb mode llista"1784617847#: builtin/tag.c:50417848msgid "only one -F or -m option is allowed."17849msgstr "només es permet una opció -F o -m."1785017851#: builtin/tag.c:52317852msgid "too many params"17853msgstr "massa paràmetres"1785417855#: builtin/tag.c:52917856#, c-format17857msgid "'%s' is not a valid tag name."17858msgstr "«%s» no és un nom d'etiqueta vàlid."1785917860#: builtin/tag.c:53417861#, c-format17862msgid "tag '%s' already exists"17863msgstr "l'etiqueta «%s» ja existeix"1786417865#: builtin/tag.c:56517866#, c-format17867msgid "Updated tag '%s' (was %s)\n"17868msgstr "Etiqueta «%s» actualitzada (era %s)\n"1786917870#: builtin/unpack-objects.c:50017871msgid "Unpacking objects"17872msgstr "S'estan desempaquetant els objectes"1787317874#: builtin/update-index.c:8217875#, c-format17876msgid "failed to create directory %s"17877msgstr "s'ha produït un error en crear el directori %s"1787817879#: builtin/update-index.c:9817880#, c-format17881msgid "failed to create file %s"17882msgstr "s'ha produït un error en crear el fitxer %s"1788317884#: builtin/update-index.c:10617885#, c-format17886msgid "failed to delete file %s"17887msgstr "s'ha produït un error en suprimir el fitxer %s"1788817889#: builtin/update-index.c:113 builtin/update-index.c:21917890#, c-format17891msgid "failed to delete directory %s"17892msgstr "s'ha produït un error en suprimir el directori %s"1789317894#: builtin/update-index.c:13817895#, c-format17896msgid "Testing mtime in '%s' "17897msgstr "S'està provant mtime en «%s» "1789817899#: builtin/update-index.c:15217900msgid "directory stat info does not change after adding a new file"17901msgstr ""17902"la informació d'stat de directori no canvia després d'afegir un fitxer nou"1790317904#: builtin/update-index.c:16517905msgid "directory stat info does not change after adding a new directory"17906msgstr ""17907"la informació d'stat de directori no canvia després d'afegir un directori nou"1790817909#: builtin/update-index.c:17817910msgid "directory stat info changes after updating a file"17911msgstr ""17912"la informació d'stat de directori canvia després d'actualitzar un fitxer"1791317914#: builtin/update-index.c:18917915msgid "directory stat info changes after adding a file inside subdirectory"17916msgstr ""17917"la informació d'stat de directori canvia després d'afegir un fitxer dins "17918"d'un subdirectori"1791917920#: builtin/update-index.c:20017921msgid "directory stat info does not change after deleting a file"17922msgstr ""17923"la informació d'stat de directori no canvia després de suprimir un fitxer"1792417925#: builtin/update-index.c:21317926msgid "directory stat info does not change after deleting a directory"17927msgstr ""17928"la informació d'stat de directori no canvia després de suprimir un directori"1792917930#: builtin/update-index.c:22017931msgid " OK"17932msgstr " D'acord"1793317934#: builtin/update-index.c:58817935msgid "git update-index [<options>] [--] [<file>...]"17936msgstr "git update-index [<opcions>] [--] [<fitxer>...]"1793717938#: builtin/update-index.c:96117939msgid "continue refresh even when index needs update"17940msgstr ""17941"continua l'actualització encara que l'índex necessiti una actualització"1794217943#: builtin/update-index.c:96417944msgid "refresh: ignore submodules"17945msgstr "actualitza: ignora els submòduls"1794617947#: builtin/update-index.c:96717948msgid "do not ignore new files"17949msgstr "no ignoris els fitxers nous"1795017951#: builtin/update-index.c:96917952msgid "let files replace directories and vice-versa"17953msgstr "deixa que els fitxers reemplacin els directoris i viceversa"1795417955#: builtin/update-index.c:97117956msgid "notice files missing from worktree"17957msgstr "tingues en compte els fitxers absents de l'arbre de treball"1795817959#: builtin/update-index.c:97317960msgid "refresh even if index contains unmerged entries"17961msgstr "actualitza encara que l'índex contingui entrades no fusionades"1796217963#: builtin/update-index.c:97617964msgid "refresh stat information"17965msgstr "actualitza la informació d'estadístiques"1796617967#: builtin/update-index.c:98017968msgid "like --refresh, but ignore assume-unchanged setting"17969msgstr "com --refresh, però ignora el paràmetre assume-unchanged"1797017971#: builtin/update-index.c:98417972msgid "<mode>,<object>,<path>"17973msgstr "<mode>,<objecte>,<camí>"1797417975#: builtin/update-index.c:98517976msgid "add the specified entry to the index"17977msgstr "afegeix l'entrada especificada a l'índex"1797817979#: builtin/update-index.c:99417980msgid "mark files as \"not changing\""17981msgstr "marca els fitxers com a \"no canviant\""1798217983#: builtin/update-index.c:99717984msgid "clear assumed-unchanged bit"17985msgstr "neteja el bit assumed-unchanged"1798617987#: builtin/update-index.c:100017988msgid "mark files as \"index-only\""17989msgstr "marca els fitxers com a \"només índex\""1799017991#: builtin/update-index.c:100317992msgid "clear skip-worktree bit"17993msgstr "neteja el bit skip-worktree"1799417995#: builtin/update-index.c:100617996msgid "add to index only; do not add content to object database"17997msgstr ""17998"només afegeix a l'índex; no afegeixis el contingut a la base de dades "17999"d'objectes"1800018001#: builtin/update-index.c:100818002msgid "remove named paths even if present in worktree"18003msgstr ""18004"elimina els camins anomenats encara que estiguin presents en l'arbre de "18005"treball"1800618007#: builtin/update-index.c:101018008msgid "with --stdin: input lines are terminated by null bytes"18009msgstr "amb --stdin: les línies d'entrada acaben amb octets nuls"1801018011#: builtin/update-index.c:101218012msgid "read list of paths to be updated from standard input"18013msgstr "llegeix la llista de camins a actualitzar des de l'entrada estàndard"1801418015#: builtin/update-index.c:101618016msgid "add entries from standard input to the index"18017msgstr "afegeix les entrades de l'entrada estàndard a l'índex"1801818019#: builtin/update-index.c:102018020msgid "repopulate stages #2 and #3 for the listed paths"18021msgstr "reemplena les «stage» #2 i #3 per als camins llistats"1802218023#: builtin/update-index.c:102418024msgid "only update entries that differ from HEAD"18025msgstr "només actualitza les entrades que difereixin de HEAD"1802618027#: builtin/update-index.c:102818028msgid "ignore files missing from worktree"18029msgstr "ignora els fitxers absents de l'arbre de treball"1803018031#: builtin/update-index.c:103118032msgid "report actions to standard output"18033msgstr "informa de les accions en la sortida estàndard"1803418035#: builtin/update-index.c:103318036msgid "(for porcelains) forget saved unresolved conflicts"18037msgstr "(per a porcellanes) oblida't dels conflictes no resolts ni desats"1803818039#: builtin/update-index.c:103718040msgid "write index in this format"18041msgstr "escriu l'índex en aquest format"1804218043#: builtin/update-index.c:103918044msgid "enable or disable split index"18045msgstr "habilita o inhabilita l'índex dividit"1804618047#: builtin/update-index.c:104118048msgid "enable/disable untracked cache"18049msgstr "habilita/inhabilita la memòria cau no seguida"1805018051#: builtin/update-index.c:104318052msgid "test if the filesystem supports untracked cache"18053msgstr "prova si el sistema de fitxers admet la memòria cau no seguida"1805418055#: builtin/update-index.c:104518056msgid "enable untracked cache without testing the filesystem"18057msgstr "habilita la memòria cau no seguida sense provar el sistema de fitxers"1805818059#: builtin/update-index.c:104718060msgid "write out the index even if is not flagged as changed"18061msgstr ""1806218063#: builtin/update-index.c:104918064msgid "enable or disable file system monitor"18065msgstr "habilita o inhabilita el monitor del sistema de fitxers"1806618067#: builtin/update-index.c:105118068msgid "mark files as fsmonitor valid"18069msgstr "marca els fitxers com a vàlids pel fsmonitor"1807018071#: builtin/update-index.c:105418072msgid "clear fsmonitor valid bit"18073msgstr "neteja el bit de validesa del fsmonitor"1807418075#: builtin/update-index.c:115318076msgid ""18077"core.splitIndex is set to false; remove or change it, if you really want to "18078"enable split index"18079msgstr ""18080"core.splitIndex està establert a fals; elimineu-lo o canviar-lo, si realment "18081"voleu habilitar l'índex dividit"1808218083#: builtin/update-index.c:116218084msgid ""18085"core.splitIndex is set to true; remove or change it, if you really want to "18086"disable split index"18087msgstr ""18088"core.splitIndex està establert a cert; elimineu-lo o canvieu-lo, si realment "18089"voleu inhabilitar l'índex dividit"1809018091#: builtin/update-index.c:117318092msgid ""18093"core.untrackedCache is set to true; remove or change it, if you really want "18094"to disable the untracked cache"18095msgstr ""18096"core.untrackedCache està establert a cert; elimineu-lo o canvieu-lo, si "18097"realment voleu inhabilitar el cau no seguit"1809818099#: builtin/update-index.c:117718100msgid "Untracked cache disabled"18101msgstr "La memòria cau no seguida està inhabilitada"1810218103#: builtin/update-index.c:118518104msgid ""18105"core.untrackedCache is set to false; remove or change it, if you really want "18106"to enable the untracked cache"18107msgstr ""18108"core.untrackedCache està establert a fals; elimineu-lo o canviar-lo, si "18109"realment voleu habilitar el cau no seguit"1811018111#: builtin/update-index.c:118918112#, c-format18113msgid "Untracked cache enabled for '%s'"18114msgstr "La memòria cau no seguida està habilitada per a «%s»"1811518116#: builtin/update-index.c:119718117msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"18118msgstr ""18119"core.fsmonitor està establert a fals; establiu-lo a cert si realment voleu "18120"habilitar fsmonitor"1812118122#: builtin/update-index.c:120118123msgid "fsmonitor enabled"18124msgstr "fsmonitor habilitat"1812518126#: builtin/update-index.c:120418127msgid ""18128"core.fsmonitor is set; remove it if you really want to disable fsmonitor"18129msgstr ""18130"core.fsmonitor està establert a cert; elimineu-lo si realment voleu "18131"inhabilitar fsmonitor"1813218133#: builtin/update-index.c:120818134msgid "fsmonitor disabled"18135msgstr "fsmonitor inhabilitat"1813618137#: builtin/update-ref.c:1018138msgid "git update-ref [<options>] -d <refname> [<old-val>]"18139msgstr "git update-ref [<opcions>] -d <nom-de-referència> [<valor-antic>]"1814018141#: builtin/update-ref.c:1118142msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"18143msgstr ""18144"git update-ref [<opcions>] <nom-de-referència> <valor-nou> [<valor-antic>]"1814518146#: builtin/update-ref.c:1218147msgid "git update-ref [<options>] --stdin [-z]"18148msgstr "git update-ref [<opcions>] --stdin [-z]"1814918150#: builtin/update-ref.c:36418151msgid "delete the reference"18152msgstr "suprimeix la referència"1815318154#: builtin/update-ref.c:36618155msgid "update <refname> not the one it points to"18156msgstr "actualitza <nom de referència>, no la que assenyali"1815718158#: builtin/update-ref.c:36718159msgid "stdin has NUL-terminated arguments"18160msgstr "stdin té paràmetres acabats amb NUL"1816118162#: builtin/update-ref.c:36818163msgid "read updates from stdin"18164msgstr "llegeix les actualitzacions des de stdin"1816518166#: builtin/update-server-info.c:718167msgid "git update-server-info [--force]"18168msgstr "git update-server-info [--force]"1816918170#: builtin/update-server-info.c:1518171msgid "update the info files from scratch"18172msgstr "actualitza els fitxers d'informació des de zero"1817318174#: builtin/upload-pack.c:1118175msgid "git upload-pack [<options>] <dir>"18176msgstr "git upload-pack [<opcions>] <directori>"1817718178#: builtin/upload-pack.c:2518179msgid "exit immediately after initial ref advertisement"18180msgstr "surt immediatament després de l'anunci inicial de referència"1818118182#: builtin/upload-pack.c:2718183msgid "do not try <directory>/.git/ if <directory> is no Git directory"18184msgstr ""18185"no intentis <directori>/.git/ si <directori> no és cap directori del Git"1818618187#: builtin/upload-pack.c:2918188msgid "interrupt transfer after <n> seconds of inactivity"18189msgstr "interromp la transferència després de <n> segons d'inactivitat"1819018191#: builtin/verify-commit.c:2018192msgid "git verify-commit [-v | --verbose] <commit>..."18193msgstr "git verify-commit [-v | --verbose] <comissió>..."1819418195#: builtin/verify-commit.c:7618196msgid "print commit contents"18197msgstr "imprimeix els continguts de la comissió"1819818199#: builtin/verify-commit.c:77 builtin/verify-tag.c:3818200msgid "print raw gpg status output"18201msgstr "imprimeix la sortida crua de l'estat gpg"1820218203#: builtin/verify-pack.c:5518204msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."18205msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <paquet>..."1820618207#: builtin/verify-pack.c:6518208msgid "verbose"18209msgstr "detallat"1821018211#: builtin/verify-pack.c:6718212msgid "show statistics only"18213msgstr "mostra només estadístiques"1821418215#: builtin/verify-tag.c:1918216msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."18217msgstr "git verify-tag [-v | --verbose] [--format=<format>] <etiqueta>..."1821818219#: builtin/verify-tag.c:3718220msgid "print tag contents"18221msgstr "imprimeix els continguts de l'etiqueta"1822218223#: builtin/worktree.c:1718224msgid "git worktree add [<options>] <path> [<commit-ish>]"18225msgstr "git worktree add [<opcions>] <camí> [<commit-ish>"1822618227#: builtin/worktree.c:1818228msgid "git worktree list [<options>]"18229msgstr "git worktree list [<opcions>]"1823018231#: builtin/worktree.c:1918232msgid "git worktree lock [<options>] <path>"18233msgstr "git worktree lock [<opcions>] <camí>"1823418235#: builtin/worktree.c:2018236msgid "git worktree move <worktree> <new-path>"18237msgstr "git worktree move <arbre de treball> <camí-nou>"1823818239#: builtin/worktree.c:2118240msgid "git worktree prune [<options>]"18241msgstr "git worktree prune [<opcions>]"1824218243#: builtin/worktree.c:2218244msgid "git worktree remove [<options>] <worktree>"18245msgstr "git worktree lock [<opcions>] <arbre de treball>"1824618247#: builtin/worktree.c:2318248msgid "git worktree unlock <path>"18249msgstr "git worktree unlock <camí>"1825018251#: builtin/worktree.c:60 builtin/worktree.c:87118252#, fuzzy, c-format18253msgid "failed to delete '%s'"18254msgstr "s'ha produït un error en executar «%s»"1825518256#: builtin/worktree.c:7918257#, c-format18258msgid "Removing worktrees/%s: not a valid directory"18259msgstr "Eliminació de worktrees/%s: no és un directori vàlid"1826018261#: builtin/worktree.c:8518262#, c-format18263msgid "Removing worktrees/%s: gitdir file does not exist"18264msgstr "Eliminació de worktrees/%s: el fitxer gitdir no existeix"1826518266#: builtin/worktree.c:90 builtin/worktree.c:9918267#, c-format18268msgid "Removing worktrees/%s: unable to read gitdir file (%s)"18269msgstr "Eliminació de worktrees/%s: no s'ha pogut llegir el fitxer gitdir (%s)"1827018271#: builtin/worktree.c:10918272#, c-format18273msgid ""18274"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "18275"%<PRIuMAX>)"18276msgstr ""18277"S'estan suprimint els arbres de treball/%s: lectura curta (s'esperaven "18278"%<PRIuMAX> bytes, llegits %<PRIuMAX>)"1827918280#: builtin/worktree.c:11718281#, c-format18282msgid "Removing worktrees/%s: invalid gitdir file"18283msgstr "Eliminació de worktrees/%s: fitxer gitdir no vàlid"1828418285#: builtin/worktree.c:12618286#, c-format18287msgid "Removing worktrees/%s: gitdir file points to non-existent location"18288msgstr ""18289"Eliminació de worktrees/%s: el fitxer gitdir es refereix a una ubicació no "18290"existent"1829118292#: builtin/worktree.c:16518293msgid "report pruned working trees"18294msgstr "informa dels arbres de treball podats"1829518296#: builtin/worktree.c:16718297msgid "expire working trees older than <time>"18298msgstr "fes caducar els arbres de treball més vells que <hora>"1829918300#: builtin/worktree.c:23418301#, c-format18302msgid "'%s' already exists"18303msgstr "«%s» ja existeix"1830418305#: builtin/worktree.c:25118306#, fuzzy, c-format18307msgid "unable to re-add worktree '%s'"18308msgstr "no s'ha pogut llegir l'arbre (%s)"1830918310#: builtin/worktree.c:25618311#, c-format18312msgid ""18313"'%s' is a missing but locked worktree;\n"18314"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"18315msgstr ""1831618317#: builtin/worktree.c:25818318#, c-format18319msgid ""18320"'%s' is a missing but already registered worktree;\n"18321"use 'add -f' to override, or 'prune' or 'remove' to clear"18322msgstr ""1832318324#: builtin/worktree.c:30918325#, c-format18326msgid "could not create directory of '%s'"18327msgstr "no s'ha pogut crear directori de «%s»"1832818329#: builtin/worktree.c:428 builtin/worktree.c:43418330#, c-format18331msgid "Preparing worktree (new branch '%s')"18332msgstr "S'està preparant l'arbre de treball (branca nova «%s»)"1833318334#: builtin/worktree.c:43018335#, c-format18336msgid "Preparing worktree (resetting branch '%s'; was at %s)"18337msgstr ""1833818339#: builtin/worktree.c:43918340#, c-format18341msgid "Preparing worktree (checking out '%s')"18342msgstr "S'està preparant l'arbre de treball (s'està agafant «%s»)"1834318344#: builtin/worktree.c:44518345#, c-format18346msgid "Preparing worktree (detached HEAD %s)"18347msgstr "S'està preparant l'arbre de treball (HEAD %s separat)"1834818349#: builtin/worktree.c:48618350msgid "checkout <branch> even if already checked out in other worktree"18351msgstr "agafa <branca> encara que sigui agafada en altre arbre de treball"1835218353#: builtin/worktree.c:48918354msgid "create a new branch"18355msgstr "crea una branca nova"1835618357#: builtin/worktree.c:49118358msgid "create or reset a branch"18359msgstr "crea o restableix una branca"1836018361#: builtin/worktree.c:49318362msgid "populate the new working tree"18363msgstr "emplena l'arbre de treball nou"1836418365#: builtin/worktree.c:49418366msgid "keep the new working tree locked"18367msgstr "mantén l'arbre de treball nou bloquejat"1836818369#: builtin/worktree.c:49718370msgid "set up tracking mode (see git-branch(1))"18371msgstr "configura el mode de seguiment (vegeu git-branch(1))"1837218373#: builtin/worktree.c:50018374#, fuzzy18375msgid "try to match the new branch name with a remote-tracking branch"18376msgstr "la branca font «%s» no s'emmagatzema com a branca amb seguiment remot"1837718378#: builtin/worktree.c:50818379msgid "-b, -B, and --detach are mutually exclusive"18380msgstr "-b, -B i --detach són mútuament excloents"1838118382#: builtin/worktree.c:56918383#, fuzzy18384msgid "--[no-]track can only be used if a new branch is created"18385msgstr "--local només es pot usar dins d'un dipòsit git"1838618387#: builtin/worktree.c:66918388msgid "reason for locking"18389msgstr "raó per bloquejar"1839018391#: builtin/worktree.c:681 builtin/worktree.c:714 builtin/worktree.c:77218392#: builtin/worktree.c:89918393#, c-format18394msgid "'%s' is not a working tree"18395msgstr "«%s» no és un arbre de treball"1839618397#: builtin/worktree.c:683 builtin/worktree.c:71618398msgid "The main working tree cannot be locked or unlocked"18399msgstr "No es pot bloquejar ni desbloquejar l'arbre de treball principal"1840018401#: builtin/worktree.c:68818402#, c-format18403msgid "'%s' is already locked, reason: %s"18404msgstr "«%s» ja està bloquejat, raó: «%s»"1840518406#: builtin/worktree.c:69018407#, c-format18408msgid "'%s' is already locked"18409msgstr "«%s» ja està bloquejat"1841018411#: builtin/worktree.c:71818412#, c-format18413msgid "'%s' is not locked"18414msgstr "«%s» no està bloquejat"1841518416#: builtin/worktree.c:74318417msgid "working trees containing submodules cannot be moved or removed"18418msgstr ""1841918420#: builtin/worktree.c:75118421#, fuzzy18422msgid "force move even if worktree is dirty or locked"18423msgstr "força el moviment / canvi de nom encara que el destí existeixi"1842418425#: builtin/worktree.c:774 builtin/worktree.c:90118426#, c-format18427msgid "'%s' is a main working tree"18428msgstr "«%s» és un arbre de treball principal"1842918430#: builtin/worktree.c:77918431#, c-format18432msgid "could not figure out destination name from '%s'"18433msgstr "no s'ha pogut deduir el nom de destí des de «%s»"1843418435#: builtin/worktree.c:78518436#, c-format18437msgid "target '%s' already exists"18438msgstr "el destí «%s» ja existeix"1843918440#: builtin/worktree.c:79318441#, fuzzy, c-format18442msgid ""18443"cannot move a locked working tree, lock reason: %s\n"18444"use 'move -f -f' to override or unlock first"18445msgstr "No es poden eliminar els canvis de l'arbre de treball"1844618447#: builtin/worktree.c:79518448#, fuzzy18449msgid ""18450"cannot move a locked working tree;\n"18451"use 'move -f -f' to override or unlock first"18452msgstr "No es poden eliminar els canvis de l'arbre de treball"1845318454#: builtin/worktree.c:79818455#, c-format18456msgid "validation failed, cannot move working tree: %s"18457msgstr "la validació ha fallat, no es pot moure l'arbre de treball: %s"1845818459#: builtin/worktree.c:80318460#, c-format18461msgid "failed to move '%s' to '%s'"18462msgstr "s'ha produït un error en moure «%s» a «%s»"1846318464#: builtin/worktree.c:85118465#, fuzzy, c-format18466msgid "failed to run 'git status' on '%s'"18467msgstr "no s'ha pogut escriure a «%s»"1846818469#: builtin/worktree.c:85518470#, c-format18471msgid "'%s' is dirty, use --force to delete it"18472msgstr ""1847318474#: builtin/worktree.c:86018475#, fuzzy, c-format18476msgid "failed to run 'git status' on '%s', code %d"18477msgstr "no s'ha pogut executar 'git status' al submòdul «%s»"1847818479#: builtin/worktree.c:88318480#, fuzzy18481msgid "force removal even if worktree is dirty or locked"18482msgstr "força el moviment / canvi de nom encara que el destí existeixi"1848318484#: builtin/worktree.c:90618485#, fuzzy, c-format18486msgid ""18487"cannot remove a locked working tree, lock reason: %s\n"18488"use 'remove -f -f' to override or unlock first"18489msgstr "No es poden eliminar els canvis de l'arbre de treball"1849018491#: builtin/worktree.c:90818492#, fuzzy18493msgid ""18494"cannot remove a locked working tree;\n"18495"use 'remove -f -f' to override or unlock first"18496msgstr "No es poden eliminar els canvis de l'arbre de treball"1849718498#: builtin/worktree.c:91118499#, c-format18500msgid "validation failed, cannot remove working tree: %s"18501msgstr ""1850218503#: builtin/write-tree.c:1418504msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"18505msgstr "git write-tree [--missing-ok] [--prefix=<prefix>/]"1850618507#: builtin/write-tree.c:2718508msgid "<prefix>/"18509msgstr "<prefix>/"1851018511#: builtin/write-tree.c:2818512msgid "write tree object for a subdirectory <prefix>"18513msgstr "escriu l'objecte d'arbre per a un subdirectori <prefix>"1851418515#: builtin/write-tree.c:3018516msgid "only useful for debugging"18517msgstr "només útil per a la depuració"1851818519#: credential-cache--daemon.c:22218520#, c-format18521msgid ""18522"The permissions on your socket directory are too loose; other\n"18523"users may be able to read your cached credentials. Consider running:\n"18524"\n"18525"\tchmod 0700 %s"18526msgstr ""18527"Els permisos en el vostre directori de sòcol són massa liberals;\n"18528"pot ser que altres usuaris poden llegir les vostres credencials.\n"18529"Considereu executar:\n"18530"\n"18531"\tchmod 0700 %s"1853218533#: credential-cache--daemon.c:27118534msgid "print debugging messages to stderr"18535msgstr "imprimeix els missatges de depuració a stderr"1853618537#: t/helper/test-reach.c:15218538#, fuzzy, c-format18539msgid "commit %s is not marked reachable"18540msgstr "la comissió %s no té pare %d"1854118542#: t/helper/test-reach.c:16218543#, fuzzy18544msgid "too many commits marked reachable"18545msgstr "masses comissions per escriure un graf"1854618547#: git.c:2718548msgid ""18549"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"18550" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"18551" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"18552"bare]\n"18553" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"18554" <command> [<args>]"18555msgstr ""1855618557#: git.c:3418558msgid ""18559"'git help -a' and 'git help -g' list available subcommands and some\n"18560"concept guides. See 'git help <command>' or 'git help <concept>'\n"18561"to read about a specific subcommand or concept."18562msgstr ""18563"'git help -a' i 'git help -g' llisten subordres disponibles i\n"18564"algunes guies de concepte. Vegeu 'git help <ordre>' o\n"18565"'git help <concepte>' per a llegir sobre una subordre o concepte específic."1856618567#: git.c:17318568#, c-format18569msgid "no directory given for --git-dir\n"18570msgstr "no s'ha especificat un directori per --git-dir\n"1857118572#: git.c:18718573#, c-format18574msgid "no namespace given for --namespace\n"18575msgstr "no s'ha especificat un nom d'espai per --namespace\n"1857618577#: git.c:20118578#, c-format18579msgid "no directory given for --work-tree\n"18580msgstr "no s'ha especificat un directori per --work-tree\n"1858118582#: git.c:21518583#, fuzzy, c-format18584msgid "no prefix given for --super-prefix\n"18585msgstr "%s no admet --super-prefix"1858618587#: git.c:23718588#, c-format18589msgid "-c expects a configuration string\n"18590msgstr "-c espera una cadena de configuració\n"1859118592#: git.c:27518593#, c-format18594msgid "no directory given for -C\n"18595msgstr "no s'ha especificat un directori per -C\n"1859618597#: git.c:30018598#, c-format18599msgid "unknown option: %s\n"18600msgstr "opció desconeguda: %s\n"1860118602#: git.c:71918603#, c-format18604msgid "alias loop detected: expansion of '%s' does not terminate:%s"18605msgstr ""1860618607#: git.c:80218608#, c-format18609msgid "expansion of alias '%s' failed; '%s' is not a git command\n"18610msgstr ""1861118612#: git.c:81418613#, fuzzy, c-format18614msgid "failed to run command '%s': %s\n"18615msgstr "s'ha produït un error en obrir «%s»: %s"1861618617#: http.c:37418618#, c-format18619msgid "negative value for http.postbuffer; defaulting to %d"18620msgstr "valor negatiu per http.postbuffer; utilitzant el valor %d"1862118622#: http.c:39518623msgid "Delegation control is not supported with cURL < 7.22.0"18624msgstr "No s'admet el control de delegació amb el cURL < 7.22.0"1862518626#: http.c:40418627msgid "Public key pinning not supported with cURL < 7.44.0"18628msgstr "No s'admet l'enganx de clau pública amb cURL < 7.44.0"1862918630#: http.c:83718631#, fuzzy18632msgid "CURLSSLOPT_NO_REVOKE not suported with cURL < 7.44.0"18633msgstr "No s'admet l'enganx de clau pública amb cURL < 7.44.0"1863418635#: http.c:91018636#, fuzzy18637msgid "Protocol restrictions not supported with cURL < 7.19.4"18638msgstr "No s'admet l'enganx de clau pública amb cURL < 7.44.0"1863918640#: http.c:104618641#, c-format18642msgid "Unsupported SSL backend '%s'. Supported SSL backends:"18643msgstr ""1864418645#: http.c:105318646#, c-format18647msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"18648msgstr ""1864918650#: http.c:105718651#, fuzzy, c-format18652msgid "Could not set SSL backend to '%s': already set"18653msgstr "No s'ha pogut tornar a $head_name"1865418655#: http.c:192118656#, c-format18657msgid ""18658"unable to update url base from redirection:\n"18659" asked for: %s\n"18660" redirect: %s"18661msgstr ""18662"no s'ha pogut actualitzar l'URL base des de la redirecció:\n"18663" petició: %s\n"18664" redirecció: %s"1866518666#: remote-curl.c:40118667#, c-format18668msgid "redirecting to %s"18669msgstr "s'està redirigint a %s"1867018671#: list-objects-filter-options.h:6018672msgid "args"18673msgstr "args"1867418675#: list-objects-filter-options.h:6118676#, fuzzy18677msgid "object filtering"18678msgstr "tipus d'objecte"1867918680#: parse-options.h:15418681msgid "expiry-date"18682msgstr "data-de-caducitat"1868318684#: parse-options.h:16918685msgid "no-op (backward compatibility)"18686msgstr "operació nul·la (per a compatibilitat amb versions anteriors)"1868718688#: parse-options.h:26118689msgid "be more verbose"18690msgstr "sigues més detallat"1869118692#: parse-options.h:26318693msgid "be more quiet"18694msgstr "sigues més callat"1869518696#: parse-options.h:26918697msgid "use <n> digits to display SHA-1s"18698msgstr "usa <n> xifres per presentar els SHA-1"1869918700#: command-list.h:5018701msgid "Add file contents to the index"18702msgstr "Afegeix els continguts dels fitxers a l'índex"1870318704#: command-list.h:5118705msgid "Apply a series of patches from a mailbox"18706msgstr "Aplica una sèrie de pedaços des d'una bústia de correu"1870718708#: command-list.h:5218709msgid "Annotate file lines with commit information"18710msgstr "Anota les línies del fitxer amb la informació de la comissió"1871118712#: command-list.h:5318713msgid "Apply a patch to files and/or to the index"18714msgstr "Aplica un pedaç a fitxer i/o a l'índex"1871518716#: command-list.h:5418717msgid "Import a GNU Arch repository into Git"18718msgstr "Importa un dipòsit GNU Arch a Git"1871918720#: command-list.h:5518721msgid "Create an archive of files from a named tree"18722msgstr "Crea un arxiu de fitxers des d'un arbre amb nom"1872318724#: command-list.h:5618725msgid "Use binary search to find the commit that introduced a bug"18726msgstr "Troba per cerca binària el canvi que hagi introduït un defecte"1872718728#: command-list.h:5718729msgid "Show what revision and author last modified each line of a file"18730msgstr "Mostra quina revisió i autor ha modificat per últim cop cada línia d'un fitxer"1873118732#: command-list.h:5818733msgid "List, create, or delete branches"18734msgstr "Llista, crea o suprimeix branques"1873518736#: command-list.h:5918737msgid "Move objects and refs by archive"18738msgstr ""1873918740#: command-list.h:6018741msgid "Provide content or type and size information for repository objects"18742msgstr "Proveeix contingut o informació del tipus i mida per als objectes del dipòsit"1874318744#: command-list.h:6118745#, fuzzy18746msgid "Display gitattributes information"18747msgstr "usa .gitattributes només des de l'índex"1874818749#: command-list.h:6218750msgid "Debug gitignore / exclude files"18751msgstr ""1875218753#: command-list.h:6318754#, fuzzy18755msgid "Show canonical names and email addresses of contacts"18756msgstr "Mostra l'adreça electrònica de cada autor"1875718758#: command-list.h:6418759msgid "Switch branches or restore working tree files"18760msgstr "Canvia de branca o restaura els fitxers de l'arbre de treball"1876118762#: command-list.h:6518763#, fuzzy18764msgid "Copy files from the index to the working tree"18765msgstr "camí a l'arbre de treball"1876618767#: command-list.h:6618768msgid "Ensures that a reference name is well formed"18769msgstr ""1877018771#: command-list.h:6718772msgid "Find commits yet to be applied to upstream"18773msgstr ""1877418775#: command-list.h:6818776msgid "Apply the changes introduced by some existing commits"18777msgstr ""1877818779#: command-list.h:6918780msgid "Graphical alternative to git-commit"18781msgstr ""1878218783#: command-list.h:7018784#, fuzzy18785msgid "Remove untracked files from the working tree"18786msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1878718788#: command-list.h:7118789msgid "Clone a repository into a new directory"18790msgstr "Clona un dipòsit a un directori nou"1879118792#: command-list.h:7218793#, fuzzy18794msgid "Display data in columns"18795msgstr "llista les branques en columnes"1879618797#: command-list.h:7318798msgid "Record changes to the repository"18799msgstr "Registra els canvis al dipòsit"1880018801#: command-list.h:7418802msgid "Write and verify Git commit-graph files"18803msgstr ""1880418805#: command-list.h:7518806#, fuzzy18807msgid "Create a new commit object"18808msgstr "s'ha produït un error en escriure l'objecte de comissió"1880918810#: command-list.h:7618811msgid "Get and set repository or global options"18812msgstr ""1881318814#: command-list.h:7718815msgid "Count unpacked number of objects and their disk consumption"18816msgstr ""1881718818#: command-list.h:7818819msgid "Retrieve and store user credentials"18820msgstr ""1882118822#: command-list.h:7918823msgid "Helper to temporarily store passwords in memory"18824msgstr ""1882518826#: command-list.h:8018827msgid "Helper to store credentials on disk"18828msgstr ""1882918830#: command-list.h:8118831msgid "Export a single commit to a CVS checkout"18832msgstr ""1883318834#: command-list.h:8218835msgid "Salvage your data out of another SCM people love to hate"18836msgstr ""1883718838#: command-list.h:8318839msgid "A CVS server emulator for Git"18840msgstr ""1884118842#: command-list.h:8418843msgid "A really simple server for Git repositories"18844msgstr ""1884518846#: command-list.h:8518847msgid "Give an object a human readable name based on an available ref"18848msgstr ""1884918850#: command-list.h:8618851msgid "Show changes between commits, commit and working tree, etc"18852msgstr ""18853"Mostra els canvis entre comissions, la comissió i l'arbre de treball, etc."1885418855#: command-list.h:8718856#, fuzzy18857msgid "Compares files in the working tree and the index"18858msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1885918860#: command-list.h:8818861#, fuzzy18862msgid "Compare a tree to the working tree or index"18863msgstr "camí a l'arbre de treball"1886418865#: command-list.h:8918866msgid "Compares the content and mode of blobs found via two tree objects"18867msgstr ""1886818869#: command-list.h:9018870msgid "Show changes using common diff tools"18871msgstr ""1887218873#: command-list.h:9118874msgid "Git data exporter"18875msgstr ""1887618877#: command-list.h:9218878msgid "Backend for fast Git data importers"18879msgstr ""1888018881#: command-list.h:9318882msgid "Download objects and refs from another repository"18883msgstr "Baixa objectes i referències d'un altre dipòsit"1888418885#: command-list.h:9418886#, fuzzy18887msgid "Receive missing objects from another repository"18888msgstr "Baixa objectes i referències d'un altre dipòsit"1888918890#: command-list.h:9518891#, fuzzy18892msgid "Rewrite branches"18893msgstr " Branca remota:%s"1889418895#: command-list.h:9618896#, fuzzy18897msgid "Produce a merge commit message"18898msgstr "edita el missatge de comissió"1889918900#: command-list.h:9718901#, fuzzy18902msgid "Output information on each ref"18903msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"1890418905#: command-list.h:9818906msgid "Prepare patches for e-mail submission"18907msgstr ""1890818909#: command-list.h:9918910#, fuzzy18911msgid "Verifies the connectivity and validity of the objects in the database"18912msgstr "escriu l'objecte a la base de dades d'objectes"1891318914#: command-list.h:10018915msgid "Cleanup unnecessary files and optimize the local repository"18916msgstr ""1891718918#: command-list.h:10118919msgid "Extract commit ID from an archive created using git-archive"18920msgstr ""1892118922#: command-list.h:10218923msgid "Print lines matching a pattern"18924msgstr "Imprimeix les línies coincidents amb un patró"1892518926#: command-list.h:10318927msgid "A portable graphical interface to Git"18928msgstr ""1892918930#: command-list.h:10418931msgid "Compute object ID and optionally creates a blob from a file"18932msgstr ""1893318934#: command-list.h:10518935msgid "Display help information about Git"18936msgstr ""1893718938#: command-list.h:10618939msgid "Server side implementation of Git over HTTP"18940msgstr ""1894118942#: command-list.h:10718943#, fuzzy18944msgid "Download from a remote Git repository via HTTP"18945msgstr "Baixa objectes i referències d'un altre dipòsit"1894618947#: command-list.h:10818948#, fuzzy18949msgid "Push objects over HTTP/DAV to another repository"18950msgstr "Baixa objectes i referències d'un altre dipòsit"1895118952#: command-list.h:10918953msgid "Send a collection of patches from stdin to an IMAP folder"18954msgstr ""1895518956#: command-list.h:11018957msgid "Build pack index file for an existing packed archive"18958msgstr ""1895918960#: command-list.h:11118961msgid "Create an empty Git repository or reinitialize an existing one"18962msgstr "Crea un dipòsit de Git buit o reinicialitza un existent"1896318964#: command-list.h:11218965msgid "Instantly browse your working repository in gitweb"18966msgstr ""1896718968#: command-list.h:11318969msgid "add or parse structured information in commit messages"18970msgstr ""1897118972#: command-list.h:11418973#, fuzzy18974msgid "The Git repository browser"18975msgstr "no és un dipòsit de git: %s"1897618977#: command-list.h:11518978msgid "Show commit logs"18979msgstr "Mostra els registres de comissió"1898018981#: command-list.h:11618982#, fuzzy18983msgid "Show information about files in the index and the working tree"18984msgstr "i ha fet canvis a l'índex o l'arbre de treball"1898518986#: command-list.h:11718987#, fuzzy18988msgid "List references in a remote repository"18989msgstr "dipòsit de referència"1899018991#: command-list.h:11818992#, fuzzy18993msgid "List the contents of a tree object"18994msgstr "imprimeix només les etiquetes de l'objecte"1899518996#: command-list.h:11918997msgid "Extracts patch and authorship from a single e-mail message"18998msgstr ""1899919000#: command-list.h:12019001msgid "Simple UNIX mbox splitter program"19002msgstr ""1900319004#: command-list.h:12119005msgid "Join two or more development histories together"19006msgstr "Uneix dues o més històries de desenvolupament"1900719008#: command-list.h:12219009#, fuzzy19010msgid "Find as good common ancestors as possible for a merge"19011msgstr "troba els avantpassats per a una sola fusió d'n vies"1901219013#: command-list.h:12319014#, fuzzy19015msgid "Run a three-way file merge"19016msgstr "S'està retrocedint a una fusió de 3 vies...\n"1901719018#: command-list.h:12419019#, fuzzy19020msgid "Run a merge for files needing merging"19021msgstr "fusió de 3 vies si no cal fusió a nivell de fitxers"1902219023#: command-list.h:12519024msgid "The standard helper program to use with git-merge-index"19025msgstr ""1902619027#: command-list.h:12619028msgid "Run merge conflict resolution tools to resolve merge conflicts"19029msgstr ""1903019031#: command-list.h:12719032msgid "Show three-way merge without touching index"19033msgstr ""1903419035#: command-list.h:12819036msgid "Write and verify multi-pack-indexes"19037msgstr ""1903819039#: command-list.h:12919040#, fuzzy19041msgid "Creates a tag object"19042msgstr "edita un objecte existent"1904319044#: command-list.h:13019045msgid "Build a tree-object from ls-tree formatted text"19046msgstr ""1904719048#: command-list.h:13119049msgid "Move or rename a file, a directory, or a symlink"19050msgstr "Mou o canvia de nom a un fitxer, directori o enllaç simbòlic"1905119052#: command-list.h:13219053msgid "Find symbolic names for given revs"19054msgstr ""1905519056#: command-list.h:13319057#, fuzzy19058msgid "Add or inspect object notes"19059msgstr "no s'ha rebut l'objecte esperat %s"1906019061#: command-list.h:13419062msgid "Import from and submit to Perforce repositories"19063msgstr ""1906419065#: command-list.h:13519066#, fuzzy19067msgid "Create a packed archive of objects"19068msgstr "ignora els objectes empaquetats"1906919070#: command-list.h:13619071#, fuzzy19072msgid "Find redundant pack files"19073msgstr "no es pot fer pread en el fitxer de paquet"1907419075#: command-list.h:13719076msgid "Pack heads and tags for efficient repository access"19077msgstr ""1907819079#: command-list.h:13819080msgid "Routines to help parsing remote repository access parameters"19081msgstr ""1908219083#: command-list.h:13919084msgid "Compute unique ID for a patch"19085msgstr "Calcula un identificador única per a cada pedaç"1908619087#: command-list.h:14019088msgid "Prune all unreachable objects from the object database"19089msgstr "Poda tots els objectes no accessibles de la base de dades d'objectes"1909019091#: command-list.h:14119092msgid "Remove extra objects that are already in pack files"19093msgstr ""1909419095#: command-list.h:14219096msgid "Fetch from and integrate with another repository or a local branch"19097msgstr "Obtén i integra amb un altre dipòsit o una branca local"1909819099#: command-list.h:14319100msgid "Update remote refs along with associated objects"19101msgstr ""19102"Actualitza les referències remotes juntament amb els objectes associats"1910319104#: command-list.h:14419105#, fuzzy19106msgid "Applies a quilt patchset onto the current branch"19107msgstr "No hi ha cap font per defecte definida per a la branca actual."1910819109#: command-list.h:14519110msgid "Compare two commit ranges (e.g. two versions of a branch)"19111msgstr ""1911219113#: command-list.h:14619114#, fuzzy19115msgid "Reads tree information into the index"19116msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"1911719118#: command-list.h:14719119msgid "Reapply commits on top of another base tip"19120msgstr "Torna a aplicar les comissions sobre un altre punt de basament"1912119122#: command-list.h:14819123#, fuzzy19124msgid "Receive what is pushed into the repository"19125msgstr "Registra els canvis al dipòsit"1912619127#: command-list.h:14919128#, fuzzy19129msgid "Manage reflog information"19130msgstr "mostra la informació de resolució de desfet"1913119132#: command-list.h:15019133#, fuzzy19134msgid "Manage set of tracked repositories"19135msgstr "Registra els canvis al dipòsit"1913619137#: command-list.h:15119138#, fuzzy19139msgid "Pack unpacked objects in a repository"19140msgstr "--cached fora d'un dipòsit"1914119142#: command-list.h:15219143#, fuzzy19144msgid "Create, list, delete refs to replace objects"19145msgstr ""19146"Crea, llista, suprimeix o verifica un objecte d'etiqueta signat amb GPG"1914719148#: command-list.h:15319149msgid "Generates a summary of pending changes"19150msgstr ""1915119152#: command-list.h:15419153msgid "Reuse recorded resolution of conflicted merges"19154msgstr ""1915519156#: command-list.h:15519157msgid "Reset current HEAD to the specified state"19158msgstr "Restableix la HEAD actual a l'estat especificat"1915919160#: command-list.h:15619161#, fuzzy19162msgid "Revert some existing commits"19163msgstr "no es pot esmenar una comissió no existent"1916419165#: command-list.h:15719166#, fuzzy19167msgid "Lists commit objects in reverse chronological order"19168msgstr "mostra les comissions en ordre topològic"1916919170#: command-list.h:15819171#, fuzzy19172msgid "Pick out and massage parameters"19173msgstr "massa paràmetres"1917419175#: command-list.h:15919176msgid "Remove files from the working tree and from the index"19177msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1917819179#: command-list.h:16019180msgid "Send a collection of patches as emails"19181msgstr ""1918219183#: command-list.h:16119184#, fuzzy19185msgid "Push objects over Git protocol to another repository"19186msgstr "Baixa objectes i referències d'un altre dipòsit"1918719188#: command-list.h:16219189msgid "Restricted login shell for Git-only SSH access"19190msgstr ""1919119192#: command-list.h:16319193msgid "Summarize 'git log' output"19194msgstr ""1919519196#: command-list.h:16419197msgid "Show various types of objects"19198msgstr "Mostra diversos tipus d'objectes"1919919200#: command-list.h:16519201#, fuzzy19202msgid "Show branches and their commits"19203msgstr "imprimeix només les branques que continguin la comissió"1920419205#: command-list.h:16619206msgid "Show packed archive index"19207msgstr ""1920819209#: command-list.h:16719210#, fuzzy19211msgid "List references in a local repository"19212msgstr "el dipòsit de referència «%s» no és un dipòsit local."1921319214#: command-list.h:16819215msgid "Git's i18n setup code for shell scripts"19216msgstr ""1921719218#: command-list.h:16919219msgid "Common Git shell script setup code"19220msgstr ""1922119222#: command-list.h:17019223#, fuzzy19224msgid "Stash the changes in a dirty working directory away"19225msgstr "%s: ja existeix en el directori de treball"1922619227#: command-list.h:17119228#, fuzzy19229msgid "Add file contents to the staging area"19230msgstr "Afegeix els continguts dels fitxers a l'índex"1923119232#: command-list.h:17219233msgid "Show the working tree status"19234msgstr "Mostra l'estat de l'arbre de treball"1923519236#: command-list.h:17319237msgid "Remove unnecessary whitespace"19238msgstr "Suprimeix l'espai en blanc innecessari"1923919240#: command-list.h:17419241#, fuzzy19242msgid "Initialize, update or inspect submodules"19243msgstr "s'ha produït un error en actualitzar el remot pel submòdul «%s»"1924419245#: command-list.h:17519246msgid "Bidirectional operation between a Subversion repository and Git"19247msgstr ""1924819249#: command-list.h:17619250#, fuzzy19251msgid "Read, modify and delete symbolic refs"19252msgstr "suprimeix la referència simbòlica"1925319254#: command-list.h:17719255msgid "Create, list, delete or verify a tag object signed with GPG"19256msgstr ""19257"Crea, llista, suprimeix o verifica un objecte d'etiqueta signat amb GPG"1925819259#: command-list.h:17819260msgid "Creates a temporary file with a blob's contents"19261msgstr ""1926219263#: command-list.h:17919264msgid "Unpack objects from a packed archive"19265msgstr ""1926619267#: command-list.h:18019268#, fuzzy19269msgid "Register file contents in the working tree to the index"19270msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1927119272#: command-list.h:18119273msgid "Update the object name stored in a ref safely"19274msgstr ""1927519276#: command-list.h:18219277msgid "Update auxiliary info file to help dumb servers"19278msgstr ""1927919280#: command-list.h:18319281msgid "Send archive back to git-archive"19282msgstr ""1928319284#: command-list.h:18419285msgid "Send objects packed back to git-fetch-pack"19286msgstr ""1928719288#: command-list.h:18519289msgid "Show a Git logical variable"19290msgstr ""1929119292#: command-list.h:18619293#, fuzzy19294msgid "Check the GPG signature of commits"19295msgstr "signa la comissió amb GPG"1929619297#: command-list.h:18719298#, fuzzy19299msgid "Validate packed Git archive files"19300msgstr "no s'ha pogut crear el fitxer d'arxiu «%s»"1930119302#: command-list.h:18819303msgid "Check the GPG signature of tags"19304msgstr ""1930519306#: command-list.h:18919307msgid "Git web interface (web frontend to Git repositories)"19308msgstr ""1930919310#: command-list.h:19019311msgid "Show logs with difference each commit introduces"19312msgstr ""1931319314#: command-list.h:19119315msgid "Manage multiple working trees"19316msgstr "Gestiona múltiples arbres de treball"1931719318#: command-list.h:19219319#, fuzzy19320msgid "Create a tree object from the current index"19321msgstr "llegeix l'objecte des de stdin"1932219323#: command-list.h:19319324msgid "Defining attributes per path"19325msgstr "La definició d'atributs per camí"1932619327#: command-list.h:19419328msgid "Git command-line interface and conventions"19329msgstr ""1933019331#: command-list.h:19519332msgid "A Git core tutorial for developers"19333msgstr ""1933419335#: command-list.h:19619336msgid "Git for CVS users"19337msgstr ""1933819339#: command-list.h:19719340#, fuzzy19341msgid "Tweaking diff output"19342msgstr "omet la sortida de diferències"1934319344#: command-list.h:19819345msgid "A useful minimum set of commands for Everyday Git"19346msgstr ""1934719348#: command-list.h:19919349msgid "A Git Glossary"19350msgstr "Un glossari de Git"1935119352#: command-list.h:20019353msgid "Hooks used by Git"19354msgstr "Lligams utilitzats pel Git"1935519356#: command-list.h:20119357msgid "Specifies intentionally untracked files to ignore"19358msgstr "Especifica els fitxers intencionalment no seguits a ignorar"1935919360#: command-list.h:20219361msgid "Defining submodule properties"19362msgstr "La definició de les propietats de submòduls"1936319364#: command-list.h:20319365msgid "Git namespaces"19366msgstr "Espais de noms del Git"1936719368#: command-list.h:20419369msgid "Git Repository Layout"19370msgstr ""1937119372#: command-list.h:20519373msgid "Specifying revisions and ranges for Git"19374msgstr "L'especificació de revisions i rangs per al Git"1937519376#: command-list.h:20619377#, fuzzy19378msgid "A tutorial introduction to Git: part two"19379msgstr "Una introducció tutorial al Git (per a la versió 1.5.1 o més nova)"1938019381#: command-list.h:20719382#, fuzzy19383msgid "A tutorial introduction to Git"19384msgstr "Una introducció tutorial al Git (per a la versió 1.5.1 o més nova)"1938519386#: command-list.h:20819387msgid "An overview of recommended workflows with Git"19388msgstr "Una visió de conjunt de fluxos de treball recomanats amb Git"1938919390#: rerere.h:4419391msgid "update the index with reused conflict resolution if possible"19392msgstr ""19393"actualitza l'índex amb la resolució de conflicte reusada si és possible"1939419395#: git-bisect.sh:5419396msgid "You need to start by \"git bisect start\""19397msgstr "Cal començar per \"git bisect start\""1939819399#. TRANSLATORS: Make sure to include [Y] and [n] in your19400#. translation. The program will only accept English input19401#. at this point.19402#: git-bisect.sh:6019403msgid "Do you want me to do it for you [Y/n]? "19404msgstr "Voleu que ho faci per vostè [Y/n]? "1940519406#: git-bisect.sh:12119407#, sh-format19408msgid "unrecognised option: '$arg'"19409msgstr "opció no reconeguda: '$arg'"1941019411#: git-bisect.sh:12519412#, sh-format19413msgid "'$arg' does not appear to be a valid revision"19414msgstr "'$arg' no sembla una revisió vàlida"1941519416#: git-bisect.sh:15419417msgid "Bad HEAD - I need a HEAD"19418msgstr "HEAD incorrecte - Cal un HEAD"1941919420#: git-bisect.sh:16719421#, sh-format19422msgid ""19423"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."19424msgstr ""19425"L'agafament de '$start_head' ha fallat. Proveu 'git bisect reset <branca-"19426"vàlida>'."1942719428#: git-bisect.sh:17719429msgid "won't bisect on cg-seek'ed tree"19430msgstr "no es bisecarà en un arbre en el qual s'ha fet cg-seek"1943119432#: git-bisect.sh:18119433msgid "Bad HEAD - strange symbolic ref"19434msgstr "HEAD incorrecte - referència simbòlica estranya"1943519436#: git-bisect.sh:23319437#, sh-format19438msgid "Bad bisect_write argument: $state"19439msgstr "Paràmetre bisect_write incorrecte: $state"1944019441#: git-bisect.sh:24619442#, sh-format19443msgid "Bad rev input: $arg"19444msgstr "Introducció de revisió errònia: $arg"1944519446#: git-bisect.sh:26519447#, sh-format19448msgid "Bad rev input: $bisected_head"19449msgstr "Entrada de revisió errònia: $bisected_head"1945019451#: git-bisect.sh:27419452#, sh-format19453msgid "Bad rev input: $rev"19454msgstr "Introducció de revisió errònia: $rev"1945519456#: git-bisect.sh:28319457#, sh-format19458msgid "'git bisect $TERM_BAD' can take only one argument."19459msgstr "'git bisect $TERM_BAD' pot acceptar només un paràmetre."1946019461#: git-bisect.sh:30619462#, sh-format19463msgid "Warning: bisecting only with a $TERM_BAD commit."19464msgstr "Advertència: bisecant amb només comissió $TERM_BAD."1946519466#. TRANSLATORS: Make sure to include [Y] and [n] in your19467#. translation. The program will only accept English input19468#. at this point.19469#: git-bisect.sh:31219470msgid "Are you sure [Y/n]? "19471msgstr "N'esteu segur [Y/n]? "1947219473#: git-bisect.sh:32419474#, sh-format19475msgid ""19476"You need to give me at least one $bad_syn and one $good_syn revision.\n"19477"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"19478msgstr ""19479"Cal donar-me almenys una revisió $bad_syn i una $good_syn.\n"19480"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1948119482#: git-bisect.sh:32719483#, sh-format19484msgid ""19485"You need to start by \"git bisect start\".\n"19486"You then need to give me at least one $good_syn and one $bad_syn revision.\n"19487"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"19488msgstr ""19489"Cal començar amb \"git bisect start\".\n"19490"Després cal donar-me almenys una revisió $good_syn i una $bad_syn.\n"19491"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1949219493#: git-bisect.sh:398 git-bisect.sh:51219494msgid "We are not bisecting."19495msgstr "No estem bisecant."1949619497#: git-bisect.sh:40519498#, sh-format19499msgid "'$invalid' is not a valid commit"19500msgstr "'$invalid' no és una comissió vàlida"1950119502#: git-bisect.sh:41419503#, sh-format19504msgid ""19505"Could not check out original HEAD '$branch'.\n"19506"Try 'git bisect reset <commit>'."19507msgstr ""19508"No s'ha pogut agafar la HEAD original '$branch'.\n"19509"Proveu 'git bisect reset <comissió>'."1951019511#: git-bisect.sh:42219512msgid "No logfile given"19513msgstr "Cap fitxer de registre donat"1951419515#: git-bisect.sh:42319516#, sh-format19517msgid "cannot read $file for replaying"19518msgstr "no es pot llegir $file per a reproducció"1951919520#: git-bisect.sh:44419521msgid "?? what are you talking about?"19522msgstr "?? de què parleu?"1952319524#: git-bisect.sh:45319525msgid "bisect run failed: no command provided."19526msgstr ""1952719528#: git-bisect.sh:45819529#, sh-format19530msgid "running $command"19531msgstr "s'està executant $command"1953219533#: git-bisect.sh:46519534#, sh-format19535msgid ""19536"bisect run failed:\n"19537"exit code $res from '$command' is < 0 or >= 128"19538msgstr ""19539"el pas de bisecció ha fallat:\n"19540"el codi de sortida $res de '$command' és < 0 o >= 128"1954119542#: git-bisect.sh:49119543msgid "bisect run cannot continue any more"19544msgstr "el pas de bisecció no pot continuar més"1954519546#: git-bisect.sh:49719547#, sh-format19548msgid ""19549"bisect run failed:\n"19550"'bisect_state $state' exited with error code $res"19551msgstr ""19552"el pas de bisecció ha fallat:\n"19553"'bisect_state $state' ha sortit amb el codi d'error $res"1955419555#: git-bisect.sh:50419556msgid "bisect run success"19557msgstr "pas de bisecció reeixit"1955819559#: git-bisect.sh:53319560#, sh-format19561msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."19562msgstr ""19563"Ordre no vàlida: actualment esteu en una bisecció $TERM_BAD/$TERM_GOOD."1956419565#: git-bisect.sh:56719566msgid "no terms defined"19567msgstr "cap terme definit"1956819569#: git-bisect.sh:58419570#, sh-format19571msgid ""19572"invalid argument $arg for 'git bisect terms'.\n"19573"Supported options are: --term-good|--term-old and --term-bad|--term-new."19574msgstr ""19575"paràmetre no vàlid $arg per a 'git bisect terms'.\n"19576"Les opcions admeses són: --term-good|--term-old i --term-bad|--term-new."1957719578#: git-merge-octopus.sh:4619579msgid ""19580"Error: Your local changes to the following files would be overwritten by "19581"merge"19582msgstr ""19583"Error: Els vostres canvis locals als fitxers següents se sobreescriurien per "19584"fusionar"1958519586#: git-merge-octopus.sh:6119587msgid "Automated merge did not work."19588msgstr "La fusió automàtica no ha funcionat."1958919590#: git-merge-octopus.sh:6219591msgid "Should not be doing an octopus."19592msgstr "No s'ha de fer un pop."1959319594#: git-merge-octopus.sh:7319595#, sh-format19596msgid "Unable to find common commit with $pretty_name"19597msgstr "No s'ha pogut trobar cap comissió en comú amb $pretty_name"1959819599#: git-merge-octopus.sh:7719600#, sh-format19601msgid "Already up to date with $pretty_name"19602msgstr "Ja està al dia amb $pretty_name"1960319604#: git-merge-octopus.sh:8919605#, sh-format19606msgid "Fast-forwarding to: $pretty_name"19607msgstr "S'està avançant ràpidament a: $pretty_name"1960819609#: git-merge-octopus.sh:9719610#, sh-format19611msgid "Trying simple merge with $pretty_name"19612msgstr "S'està intentant una fusió simple amb $pretty_name"1961319614#: git-merge-octopus.sh:10219615msgid "Simple merge did not work, trying automatic merge."19616msgstr ""19617"La fusió simple no ha funcionat, s'està intentant una fusió automàtica."1961819619#: git-legacy-rebase.sh:42619620#, sh-format19621msgid "Could not move back to $head_name"19622msgstr "No s'ha pogut tornar a $head_name"1962319624#: git-legacy-rebase.sh:45219625#, sh-format19626msgid ""19627"It seems that there is already a $state_dir_base directory, and\n"19628"I wonder if you are in the middle of another rebase. If that is the\n"19629"case, please try\n"19630"\t$cmd_live_rebase\n"19631"If that is not the case, please\n"19632"\t$cmd_clear_stale_rebase\n"19633"and run me again. I am stopping in case you still have something\n"19634"valuable there."19635msgstr ""19636"Sembla que ja hi ha un directori $state_dir_base, i\n"19637"em pregunto si esteu enmig d'un altre «rebase». Si aquest és el\n"19638"cas, proveu\n"19639"\t$cmd_live_rebase\n"19640"Si no és el cas, \n"19641"\t$cmd_clear_stale_rebase\n"19642"i executeu-me de nou. M'aturo per si encara hi teniu alguna cosa\n"19643"de valor."1964419645#: git-legacy-rebase.sh:51719646msgid "error: cannot combine '--signoff' with '--preserve-merges'"19647msgstr ""1964819649#: git-legacy-rebase.sh:56219650#, fuzzy, sh-format19651msgid "invalid upstream '$upstream_name'"19652msgstr "font no vàlida $upstream_name"1965319654#: git-legacy-rebase.sh:58619655#, sh-format19656msgid "$onto_name: there are more than one merge bases"19657msgstr "$onto_name: ja hi ha més d'una base de fusió"1965819659#: git-legacy-rebase.sh:589 git-legacy-rebase.sh:59319660#, sh-format19661msgid "$onto_name: there is no merge base"19662msgstr "$onto_name: no hi ha cap base de fusió"1966319664#: git-legacy-rebase.sh:59819665#, sh-format19666msgid "Does not point to a valid commit: $onto_name"19667msgstr "No assenyala una comissió vàlida: $onto_name"1966819669#: git-legacy-rebase.sh:62419670#, fuzzy, sh-format19671msgid "fatal: no such branch/commit '$branch_name'"19672msgstr "fatal: no hi ha tal branca: $branch_name"1967319674#: git-legacy-rebase.sh:66219675#, sh-format19676msgid "Created autostash: $stash_abbrev"19677msgstr "S'ha creat un magatzem automàtic: $stash_abbrev"1967819679#: git-legacy-rebase.sh:69119680#, sh-format19681msgid "Current branch $branch_name is up to date."19682msgstr "La branca actual $branch_name està al dia."1968319684#: git-legacy-rebase.sh:70119685#, sh-format19686msgid "Current branch $branch_name is up to date, rebase forced."19687msgstr "La branca actual $branch_name està al dia; «rebase» forçat."1968819689#: git-legacy-rebase.sh:71319690#, sh-format19691msgid "Changes from $mb to $onto:"19692msgstr "Canvis de $mb a $onto:"1969319694#: git-legacy-rebase.sh:72219695msgid "First, rewinding head to replay your work on top of it..."19696msgstr ""19697"Primer, s'està rebobinant HEAD per a reproduir el vostre treball al damunt..."1969819699#: git-legacy-rebase.sh:73219700#, sh-format19701msgid "Fast-forwarded $branch_name to $onto_name."19702msgstr "S'ha avançat $branch_name ràpidament a $onto_name."1970319704#: git-stash.sh:6119705msgid "git stash clear with parameters is unimplemented"19706msgstr "git stash clear amb paràmetres no està implementat"1970719708#: git-stash.sh:10819709msgid "You do not have the initial commit yet"19710msgstr "Encara no teniu la comissió inicial"1971119712#: git-stash.sh:12319713msgid "Cannot save the current index state"19714msgstr "No es pot desar l'estat d'índex actual"1971519716#: git-stash.sh:13819717msgid "Cannot save the untracked files"19718msgstr "No es poden desar els fitxers no seguits"1971919720#: git-stash.sh:158 git-stash.sh:17119721msgid "Cannot save the current worktree state"19722msgstr "No es pot desar l'estat d'arbre de treball actual"1972319724#: git-stash.sh:17519725msgid "No changes selected"19726msgstr "No hi ha canvis seleccionats"1972719728#: git-stash.sh:17819729msgid "Cannot remove temporary index (can't happen)"19730msgstr "No es pot eliminar l'índex temporal (això no pot passar)"1973119732#: git-stash.sh:19119733msgid "Cannot record working tree state"19734msgstr "No es pot registrar l'estat de l'arbre de treball"1973519736#: git-stash.sh:22919737#, sh-format19738msgid "Cannot update $ref_stash with $w_commit"19739msgstr "No es pot actualitzar $ref_stash amb $w_commit"1974019741#: git-stash.sh:28119742#, sh-format19743msgid "error: unknown option for 'stash push': $option"19744msgstr ""1974519746#: git-stash.sh:29519747msgid "Can't use --patch and --include-untracked or --all at the same time"19748msgstr "No es poden usar --patch i --include-untracked o --all a la vegada."1974919750#: git-stash.sh:30319751msgid "No local changes to save"19752msgstr "No hi ha canvis locals a desar"1975319754#: git-stash.sh:30819755msgid "Cannot initialize stash"19756msgstr "No es pot inicialitzar el magatzem"1975719758#: git-stash.sh:31219759msgid "Cannot save the current status"19760msgstr "No es pot desar l'estat actual"1976119762#: git-stash.sh:31319763#, sh-format19764msgid "Saved working directory and index state $stash_msg"19765msgstr "S'han desat el directori de treball i l'estat d'índex $stash_msg"1976619767#: git-stash.sh:34219768msgid "Cannot remove worktree changes"19769msgstr "No es poden eliminar els canvis de l'arbre de treball"1977019771#: git-stash.sh:49019772#, sh-format19773msgid "unknown option: $opt"19774msgstr "opció desconeguda: $opt"1977519776#: git-stash.sh:50319777msgid "No stash entries found."19778msgstr "No s'ha trobat cap «stash»."1977919780#: git-stash.sh:51019781#, sh-format19782msgid "Too many revisions specified: $REV"19783msgstr "S'han especificat massa revisions: $REV"1978419785#: git-stash.sh:52519786#, sh-format19787msgid "$reference is not a valid reference"19788msgstr "$reference no és una referència vàlida"1978919790#: git-stash.sh:55319791#, sh-format19792msgid "'$args' is not a stash-like commit"19793msgstr "'$args' no és una comissió de tipus magatzem"1979419795#: git-stash.sh:56419796#, sh-format19797msgid "'$args' is not a stash reference"19798msgstr "'$args' no és una referència de magatzem"1979919800#: git-stash.sh:57219801msgid "unable to refresh index"19802msgstr "no s'ha pogut actualitzar l'índex"1980319804#: git-stash.sh:57619805msgid "Cannot apply a stash in the middle of a merge"19806msgstr "No es pot aplicar un magatzem enmig d'una fusió"1980719808#: git-stash.sh:58419809msgid "Conflicts in index. Try without --index."19810msgstr "Hi ha conflictes en l'índex. Proveu-ho sense --index."1981119812#: git-stash.sh:58619813msgid "Could not save index tree"19814msgstr "No s'ha pogut desar l'arbre d'índex"1981519816#: git-stash.sh:59519817msgid "Could not restore untracked files from stash entry"19818msgstr "No s'han pogut restaurar els fitxers no seguits des del «stash»"1981919820#: git-stash.sh:62019821msgid "Cannot unstage modified files"19822msgstr "No es pot fer «unstage» dels fitxers modificats"1982319824#: git-stash.sh:63519825msgid "Index was not unstashed."19826msgstr "L'índex no estava sense emmagatzemar."1982719828#: git-stash.sh:64919829msgid "The stash entry is kept in case you need it again."19830msgstr "Es conserva l'entrada «stash» en cas que la necessiteu altra vegada."1983119832#: git-stash.sh:65819833#, sh-format19834msgid "Dropped ${REV} ($s)"19835msgstr "${REV} ($s) descartada"1983619837#: git-stash.sh:65919838#, sh-format19839msgid "${REV}: Could not drop stash entry"19840msgstr "${REV}: No s'ha pogut descartar l'entrada de magatzem"1984119842#: git-stash.sh:66719843msgid "No branch name specified"19844msgstr "Cap nom de branca especificat"1984519846#: git-stash.sh:74619847msgid "(To restore them type \"git stash apply\")"19848msgstr "(Per restaurar-les teclegeu \"git stash apply\")"1984919850#: git-submodule.sh:19819851msgid "Relative path can only be used from the toplevel of the working tree"19852msgstr ""19853"El camí relatiu només es pot usar des del nivell superior de l'arbre de "19854"treball"1985519856#: git-submodule.sh:20819857#, sh-format19858msgid "repo URL: '$repo' must be absolute or begin with ./|../"19859msgstr "URL de dipòsit: '$repo' ha de ser absolut o començar amb ./|../"1986019861#: git-submodule.sh:22719862#, sh-format19863msgid "'$sm_path' already exists in the index"19864msgstr "'$sm_path' ja existeix en l'índex"1986519866#: git-submodule.sh:23019867#, sh-format19868msgid "'$sm_path' already exists in the index and is not a submodule"19869msgstr "'$sm_path' ja existeix en l'índex i no és submòdul"1987019871#: git-submodule.sh:23619872#, sh-format19873msgid ""19874"The following path is ignored by one of your .gitignore files:\n"19875"$sm_path\n"19876"Use -f if you really want to add it."19877msgstr ""19878"El camí següent s'ignora per un dels vostres fitxers .gitignore:\n"19879"$sm_path\n"19880"Useu -f si realment voleu afegir-lo."1988119882#: git-submodule.sh:25919883#, sh-format19884msgid "Adding existing repo at '$sm_path' to the index"19885msgstr "S'està afegint el dipòsit existent a '$sm_path' a l'índex"1988619887#: git-submodule.sh:26119888#, sh-format19889msgid "'$sm_path' already exists and is not a valid git repo"19890msgstr "'$sm_path' ja existeix i no és un dipòsit de git vàlid"1989119892#: git-submodule.sh:26919893#, sh-format19894msgid "A git directory for '$sm_name' is found locally with remote(s):"19895msgstr ""19896"Es troba un directori de git per a '$sm_name' localment amb els remots:"1989719898#: git-submodule.sh:27119899#, sh-format19900msgid ""19901"If you want to reuse this local git directory instead of cloning again from\n"19902" $realrepo\n"19903"use the '--force' option. If the local git directory is not the correct "19904"repo\n"19905"or you are unsure what this means choose another name with the '--name' "19906"option."19907msgstr ""19908"Si voleu reusar aquest directori de git local en lloc de clonar de nou de\n"19909" $realrepo\n"19910"useu l'opció '--force'. Si el directori de git local no és el dipòsit "19911"correcte\n"19912"o no esteu segur de què vol dir això, trieu un altre nom amb l'opció '--"19913"name'."1991419915#: git-submodule.sh:27719916#, sh-format19917msgid "Reactivating local git directory for submodule '$sm_name'."19918msgstr ""19919"S'està reactivant el directori de git local per al submòdul '$sm_name'."1992019921#: git-submodule.sh:28919922#, sh-format19923msgid "Unable to checkout submodule '$sm_path'"19924msgstr "No s'ha pogut agafar el submòdul '$sm_path'"1992519926#: git-submodule.sh:29419927#, sh-format19928msgid "Failed to add submodule '$sm_path'"19929msgstr "S'ha produït un error en afegir el submòdul '$sm_path'"1993019931#: git-submodule.sh:30319932#, sh-format19933msgid "Failed to register submodule '$sm_path'"19934msgstr "S'ha produït un error en registrar el submòdul '$sm_path'"1993519936#: git-submodule.sh:56319937#, sh-format19938msgid "Unable to find current revision in submodule path '$displaypath'"19939msgstr ""19940"No s'ha pogut trobar la revisió actual en el camí de submòdul '$displaypath'"1994119942#: git-submodule.sh:57319943#, sh-format19944msgid "Unable to fetch in submodule path '$sm_path'"19945msgstr "No s'ha pogut obtenir en el camí de submòdul '$sm_path'"1994619947#: git-submodule.sh:57819948#, sh-format19949msgid ""19950"Unable to find current ${remote_name}/${branch} revision in submodule path "19951"'$sm_path'"19952msgstr ""19953"No s'ha pogut trobar la revisió actual de ${remote_name}/${branch} en el "19954"camí de submòdul '$sm_path'"1995519956#: git-submodule.sh:59619957#, sh-format19958msgid "Unable to fetch in submodule path '$displaypath'"19959msgstr "No s'ha pogut obtenir en el camí de submòdul '$displaypath'"1996019961#: git-submodule.sh:60219962#, sh-format19963msgid ""19964"Fetched in submodule path '$displaypath', but it did not contain $sha1. "19965"Direct fetching of that commit failed."19966msgstr ""19967"S'ha obtingut en el camí de submòdul '$displaypath', però no contenia $sha1. "19968"L'obtenció directa d'aquella comissió ha fallat."1996919970#: git-submodule.sh:60919971#, sh-format19972msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"19973msgstr "No s'ha pogut agafar '$sha1' en el camí de submòdul '$displaypath'"1997419975#: git-submodule.sh:61019976#, sh-format19977msgid "Submodule path '$displaypath': checked out '$sha1'"19978msgstr "Camí de submòdul '$displaypath': s'ha agafat '$sha1'"1997919980#: git-submodule.sh:61419981#, sh-format19982msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"19983msgstr ""19984"No s'ha pogut fer «rebase» '$sha1' en el camí de submòdul '$displaypath'"1998519986#: git-submodule.sh:61519987#, sh-format19988msgid "Submodule path '$displaypath': rebased into '$sha1'"19989msgstr "Camí de submòdul '$displaypath': s'ha fet «rebase» en '$sha1'"1999019991#: git-submodule.sh:62019992#, sh-format19993msgid "Unable to merge '$sha1' in submodule path '$displaypath'"19994msgstr "No s'ha pogut fusionar '$sha1' en el camí de submòdul '$displaypath'"1999519996#: git-submodule.sh:62119997#, sh-format19998msgid "Submodule path '$displaypath': merged in '$sha1'"19999msgstr "Camí de submòdul '$displaypath': s'ha fusionat en '$sha1'"2000020001#: git-submodule.sh:62620002#, sh-format20003msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"20004msgstr ""20005"L'execució de '$command $sha1' ha fallat en el camí de submòdul "20006"'$displaypath'"2000720008#: git-submodule.sh:62720009#, sh-format20010msgid "Submodule path '$displaypath': '$command $sha1'"20011msgstr "Camí de submòdul '$displaypath': '$command $sha1'"2001220013#: git-submodule.sh:65820014#, sh-format20015msgid "Failed to recurse into submodule path '$displaypath'"20016msgstr ""20017"S'ha produït un error en recorre recursivament dins del camí de submòdul "20018"'$displaypath'"2001920020#: git-submodule.sh:75420021msgid "The --cached option cannot be used with the --files option"20022msgstr "L'opció --cached no es pot usar amb l'opció --files"2002320024#: git-submodule.sh:80620025#, sh-format20026msgid "unexpected mode $mod_dst"20027msgstr "mode inesperat $mod_dst"2002820029#: git-submodule.sh:82620030#, sh-format20031msgid " Warn: $display_name doesn't contain commit $sha1_src"20032msgstr " Avís: $display_name no conté la comissió $sha1_src"2003320034#: git-submodule.sh:82920035#, sh-format20036msgid " Warn: $display_name doesn't contain commit $sha1_dst"20037msgstr " Avís: $display_name no conté la comissió $sha1_dst"2003820039#: git-submodule.sh:83220040#, sh-format20041msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"20042msgstr " Avís: $display_name no conté les comissions $sha1_src i $sha1_dst"2004320044#: git-parse-remote.sh:8920045#, sh-format20046msgid "See git-${cmd}(1) for details."20047msgstr "Vegeu git-${cmd}(1) per detalls."2004820049#: git-rebase--preserve-merges.sh:13620050#, sh-format20051msgid "Rebasing ($new_count/$total)"20052msgstr "S'està fent «rebase» ($new_count/$total)"2005320054#: git-rebase--preserve-merges.sh:15220055#, fuzzy20056msgid ""20057"\n"20058"Commands:\n"20059"p, pick <commit> = use commit\n"20060"r, reword <commit> = use commit, but edit the commit message\n"20061"e, edit <commit> = use commit, but stop for amending\n"20062"s, squash <commit> = use commit, but meld into previous commit\n"20063"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"20064"x, exec <commit> = run command (the rest of the line) using shell\n"20065"d, drop <commit> = remove commit\n"20066"l, label <label> = label current HEAD with a name\n"20067"t, reset <label> = reset HEAD to a label\n"20068"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"20069". create a merge commit using the original merge commit's\n"20070". message (or the oneline, if no original merge commit was\n"20071". specified). Use -c <commit> to reword the commit message.\n"20072"\n"20073"These lines can be re-ordered; they are executed from top to bottom.\n"20074msgstr ""20075"\n"20076"Ordres:\n"20077" p, pick = usa la comissió\n"20078" r, reword = usa la comissió, però edita el missatge de comissió\n"20079" e, edit = usa la comissió, però atura't per a esmenar\n"20080" s, squash = usa la comissió, però fusiona'l a la comissió prèvia\n"20081" f, fixup = com \"squash\", però descarta el missatge de registre d'aquesta "20082"comissió\n"20083" x, exec = executa l'ordre (la resta de la línia) usant l'intèrpret "20084"d'ordres\n"20085" d, drop = elimina la comissió\n"20086"\n"20087"Es pot canviar l'ordre d'aquestes línies; s'executen de dalt a baix.\n"2008820089#: git-rebase--preserve-merges.sh:21520090#, sh-format20091msgid ""20092"You can amend the commit now, with\n"20093"\n"20094"\tgit commit --amend $gpg_sign_opt_quoted\n"20095"\n"20096"Once you are satisfied with your changes, run\n"20097"\n"20098"\tgit rebase --continue"20099msgstr ""20100"Podeu esmenar la comissió ara, amb\n"20101"\n"20102"\tgit commit --amend $gpg_sign_opt_quoted\n"20103"\n"20104"Una vegada que estigueu satisfet amb els vostres canvis, executeu\n"20105"\n"20106"\tgit rebase --continue"2010720108#: git-rebase--preserve-merges.sh:24020109#, sh-format20110msgid "$sha1: not a commit that can be picked"20111msgstr "$sha1: no és una comissió que es pugui escollir"2011220113#: git-rebase--preserve-merges.sh:27920114#, sh-format20115msgid "Invalid commit name: $sha1"20116msgstr "Nom de comissió no vàlid: $sha1"2011720118#: git-rebase--preserve-merges.sh:30920119msgid "Cannot write current commit's replacement sha1"20120msgstr "No es pot escriure el sha1 reemplaçant de la comissió actual"2012120122#: git-rebase--preserve-merges.sh:36020123#, sh-format20124msgid "Fast-forward to $sha1"20125msgstr "Avanç ràpid a $sha1"2012620127#: git-rebase--preserve-merges.sh:36220128#, sh-format20129msgid "Cannot fast-forward to $sha1"20130msgstr "No es pot avançar ràpidament a $sha1"2013120132#: git-rebase--preserve-merges.sh:37120133#, sh-format20134msgid "Cannot move HEAD to $first_parent"20135msgstr "No es pot moure HEAD a $first_parent"2013620137#: git-rebase--preserve-merges.sh:37620138#, sh-format20139msgid "Refusing to squash a merge: $sha1"20140msgstr "S'està refusant fer «squash» a una fusió: $sha1"2014120142#: git-rebase--preserve-merges.sh:39420143#, sh-format20144msgid "Error redoing merge $sha1"20145msgstr "Error en refer la fusió $sha1"2014620147#: git-rebase--preserve-merges.sh:40320148#, sh-format20149msgid "Could not pick $sha1"20150msgstr "No s'ha pogut escollir $sha1"2015120152#: git-rebase--preserve-merges.sh:41220153#, sh-format20154msgid "This is the commit message #${n}:"20155msgstr "Aquest és el missatge de comissió núm. ${n}:"2015620157#: git-rebase--preserve-merges.sh:41720158#, sh-format20159msgid "The commit message #${n} will be skipped:"20160msgstr "El missatge de comissió núm. ${n} s'ometrà:"2016120162#: git-rebase--preserve-merges.sh:42820163#, sh-format20164msgid "This is a combination of $count commit."20165msgid_plural "This is a combination of $count commits."20166msgstr[0] "Això és una combinació de $count comissió."20167msgstr[1] "Això és una combinació de $count comissions."2016820169#: git-rebase--preserve-merges.sh:43720170#, sh-format20171msgid "Cannot write $fixup_msg"20172msgstr "No es pot escriure $fixup_msg"2017320174#: git-rebase--preserve-merges.sh:44020175msgid "This is a combination of 2 commits."20176msgstr "Això és una combinació de 2 comissions."2017720178#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:52420179#: git-rebase--preserve-merges.sh:52720180#, sh-format20181msgid "Could not apply $sha1... $rest"20182msgstr "No s'ha pogut aplicar $sha1... $rest"2018320184#: git-rebase--preserve-merges.sh:55620185#, sh-format20186msgid ""20187"Could not amend commit after successfully picking $sha1... $rest\n"20188"This is most likely due to an empty commit message, or the pre-commit hook\n"20189"failed. If the pre-commit hook failed, you may need to resolve the issue "20190"before\n"20191"you are able to reword the commit."20192msgstr ""20193"No s'ha pogut esmenar la comissió després d'escollir amb èxit $sha1... "20194"$rest\n"20195"Això és probablement a causa d'un missatge de comissió buit, o el lligam de\n"20196"precomissió ha fallat. Si el lligam de precomissió ha fallat, pot ser que\n"20197"necessiteu resoldre el problema abans que pugueu canviar el missatge de\n"20198"comissió."2019920200#: git-rebase--preserve-merges.sh:57120201#, sh-format20202msgid "Stopped at $sha1_abbrev... $rest"20203msgstr "S'ha aturat a $sha1_abbrev... $rest"2020420205#: git-rebase--preserve-merges.sh:58620206#, sh-format20207msgid "Cannot '$squash_style' without a previous commit"20208msgstr "No es pot '$squash_style' sense una comissió prèvia"2020920210#: git-rebase--preserve-merges.sh:62820211#, sh-format20212msgid "Executing: $rest"20213msgstr "S'està executant: $rest"2021420215#: git-rebase--preserve-merges.sh:63620216#, sh-format20217msgid "Execution failed: $rest"20218msgstr "L'execució ha fallat: $rest"2021920220#: git-rebase--preserve-merges.sh:63820221msgid "and made changes to the index and/or the working tree"20222msgstr "i ha fet canvis a l'índex o l'arbre de treball"2022320224#: git-rebase--preserve-merges.sh:64020225msgid ""20226"You can fix the problem, and then run\n"20227"\n"20228"\tgit rebase --continue"20229msgstr ""20230"Podeu arreglar el problema, i llavors executeu\n"20231"\n"20232"\tgit rebase --continue"2023320234#. TRANSLATORS: after these lines is a command to be issued by the user20235#: git-rebase--preserve-merges.sh:65320236#, sh-format20237msgid ""20238"Execution succeeded: $rest\n"20239"but left changes to the index and/or the working tree\n"20240"Commit or stash your changes, and then run\n"20241"\n"20242"\tgit rebase --continue"20243msgstr ""20244"L'execució ha tingut èxit: $rest\n"20245"però ha deixat canvis a l'índex o l'arbre de treball\n"20246"Cometeu o emmagatzemeu els vostres canvis, i llavors executeu\n"20247"\n"20248"\tgit rebase --continue"2024920250#: git-rebase--preserve-merges.sh:66420251#, sh-format20252msgid "Unknown command: $command $sha1 $rest"20253msgstr "Ordre desconeguda: $command $sha1 $rest"2025420255#: git-rebase--preserve-merges.sh:66520256msgid "Please fix this using 'git rebase --edit-todo'."20257msgstr "Corregiu-ho usant «git rebase --edit-todo»."2025820259#: git-rebase--preserve-merges.sh:70020260#, sh-format20261msgid "Successfully rebased and updated $head_name."20262msgstr "S'ha fet «rebase» i actualitzat $head_name amb èxit."2026320264#: git-rebase--preserve-merges.sh:75720265msgid "Could not remove CHERRY_PICK_HEAD"20266msgstr "No s'ha pogut eliminar CHERRY_PICK_HEAD"2026720268#: git-rebase--preserve-merges.sh:76220269#, sh-format20270msgid ""20271"You have staged changes in your working tree.\n"20272"If these changes are meant to be\n"20273"squashed into the previous commit, run:\n"20274"\n"20275" git commit --amend $gpg_sign_opt_quoted\n"20276"\n"20277"If they are meant to go into a new commit, run:\n"20278"\n"20279" git commit $gpg_sign_opt_quoted\n"20280"\n"20281"In both cases, once you're done, continue with:\n"20282"\n"20283" git rebase --continue\n"20284msgstr ""20285"Teniu canvis «stage» en el vostre arbre de treball.\n"20286"Si aquests canvis són per fer «squash»\n"20287"a la comissió prèvia, executeu:\n"20288"\n"20289" git commit --amend $gpg_sign_opt_quoted\n"20290"\n"20291"Si són per a formar una comissió nova, executeu:\n"20292"\n"20293" git commit $gpg_sign_opt_quoted\n"20294"\n"20295"En ambdós casos, quan hàgiu terminat, continueu amb:\n"20296"\n"20297" git rebase --continue\n"2029820299#: git-rebase--preserve-merges.sh:77920300msgid "Error trying to find the author identity to amend commit"20301msgstr ""20302"Hi ha hagut un error en intentar trobar la identitat d'autor per a esmenar "20303"la comissió"2030420305#: git-rebase--preserve-merges.sh:78420306msgid ""20307"You have uncommitted changes in your working tree. Please commit them\n"20308"first and then run 'git rebase --continue' again."20309msgstr ""20310"Teniu canvis no comesos en el vostre arbre de treball. \n"20311"Primer cometeu-los i després executeu «git rebase --continue» de nou."2031220313#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:79320314msgid "Could not commit staged changes."20315msgstr "No s'han pogut cometre els canvis «staged»."2031620317#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:91020318msgid "Could not execute editor"20319msgstr "No s'ha pogut executar l'editor"2032020321#: git-rebase--preserve-merges.sh:84520322#, sh-format20323msgid "Could not checkout $switch_to"20324msgstr "No s'ha pogut agafar $switch_to"2032520326#: git-rebase--preserve-merges.sh:85220327msgid "No HEAD?"20328msgstr "No hi ha cap HEAD?"2032920330#: git-rebase--preserve-merges.sh:85320331#, sh-format20332msgid "Could not create temporary $state_dir"20333msgstr "No s'ha pogut crear el $state_dir temporal"2033420335#: git-rebase--preserve-merges.sh:85620336msgid "Could not mark as interactive"20337msgstr "No s'ha pogut marcar com a interactiu"2033820339#: git-rebase--preserve-merges.sh:88820340#, sh-format20341msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"20342msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"20343msgstr[0] "Rebasa $shortrevisions sobre $shortonto ($todocount ordre)"20344msgstr[1] "Rebasa $shortrevisions sobre $shortonto ($todocount ordres)"2034520346#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:94720347msgid "Could not init rewritten commits"20348msgstr "No s'han pogut iniciar les comissions reescrites"2034920350#: git-sh-setup.sh:89 git-sh-setup.sh:9420351#, sh-format20352msgid "usage: $dashless $USAGE"20353msgstr "ús: $dashless $USAGE"2035420355#: git-sh-setup.sh:19020356#, sh-format20357msgid "Cannot chdir to $cdup, the toplevel of the working tree"20358msgstr ""20359"No es pot canviar de directori a $cdup, el nivell superior de l'arbre de "20360"treball"2036120362#: git-sh-setup.sh:199 git-sh-setup.sh:20620363#, sh-format20364msgid "fatal: $program_name cannot be used without a working tree."20365msgstr "fatal: no es pot usar $program_name sense un arbre de treball."2036620367#: git-sh-setup.sh:22020368msgid "Cannot rebase: You have unstaged changes."20369msgstr "No es pot fer «rebase»: teniu canvis «unstaged»."2037020371#: git-sh-setup.sh:22320372msgid "Cannot rewrite branches: You have unstaged changes."20373msgstr "No es poden reescriure branques: Teniu canvis «unstaged»."2037420375#: git-sh-setup.sh:22620376msgid "Cannot pull with rebase: You have unstaged changes."20377msgstr "No es pot baixar fent «rebase»: Teniu canvis «unstaged»."2037820379#: git-sh-setup.sh:22920380#, sh-format20381msgid "Cannot $action: You have unstaged changes."20382msgstr "No es pot $action: Teniu canvis «unstaged»."2038320384#: git-sh-setup.sh:24220385msgid "Cannot rebase: Your index contains uncommitted changes."20386msgstr "No es pot fer «rebase»: El vostre índex conté canvis sense cometre."2038720388#: git-sh-setup.sh:24520389msgid "Cannot pull with rebase: Your index contains uncommitted changes."20390msgstr ""20391"No es pot baixar fent «rebase»: El vostre índex conté canvis sense cometre."2039220393#: git-sh-setup.sh:24820394#, sh-format20395msgid "Cannot $action: Your index contains uncommitted changes."20396msgstr "No es pot $action: El vostre índex conté canvis sense cometre."2039720398#: git-sh-setup.sh:25220399msgid "Additionally, your index contains uncommitted changes."20400msgstr "Addicionalment, el vostre índex conté canvis sense cometre."2040120402#: git-sh-setup.sh:37220403msgid "You need to run this command from the toplevel of the working tree."20404msgstr ""20405"Heu d'executar aquesta ordre des del nivell superior de l'arbre de treball."2040620407#: git-sh-setup.sh:37720408msgid "Unable to determine absolute path of git directory"20409msgstr "No s'ha pogut determinar el camí absolut del directori de git"2041020411#. TRANSLATORS: you can adjust this to align "git add -i" status menu20412#: git-add--interactive.perl:19620413#, perl-format20414msgid "%12s %12s %s"20415msgstr "%12s %12s %s"2041620417#: git-add--interactive.perl:19720418msgid "staged"20419msgstr "staged"2042020421#: git-add--interactive.perl:19720422msgid "unstaged"20423msgstr "unstaged"2042420425#: git-add--interactive.perl:253 git-add--interactive.perl:27820426msgid "binary"20427msgstr "binari"2042820429#: git-add--interactive.perl:262 git-add--interactive.perl:31620430msgid "nothing"20431msgstr "res"2043220433#: git-add--interactive.perl:298 git-add--interactive.perl:31320434msgid "unchanged"20435msgstr "sense canvis"2043620437#: git-add--interactive.perl:60920438#, perl-format20439msgid "added %d path\n"20440msgid_plural "added %d paths\n"20441msgstr[0] "afegit %d camí\n"20442msgstr[1] "afegits %d camins\n"2044320444#: git-add--interactive.perl:61220445#, perl-format20446msgid "updated %d path\n"20447msgid_plural "updated %d paths\n"20448msgstr[0] "actualitzat %d camí\n"20449msgstr[1] "actualitzats %d camins\n"2045020451#: git-add--interactive.perl:61520452#, perl-format20453msgid "reverted %d path\n"20454msgid_plural "reverted %d paths\n"20455msgstr[0] "revertit %d camí\n"20456msgstr[1] "revertits %d camins\n"2045720458#: git-add--interactive.perl:61820459#, perl-format20460msgid "touched %d path\n"20461msgid_plural "touched %d paths\n"20462msgstr[0] "modificat %d camí\n"20463msgstr[1] "modificat %d camins\n"2046420465#: git-add--interactive.perl:62720466msgid "Update"20467msgstr "Actualitza"2046820469#: git-add--interactive.perl:63920470msgid "Revert"20471msgstr "Reverteix"2047220473#: git-add--interactive.perl:66220474#, perl-format20475msgid "note: %s is untracked now.\n"20476msgstr "nota: %s està ara sense seguiment.\n"2047720478#: git-add--interactive.perl:67320479msgid "Add untracked"20480msgstr "Afegeix sense seguiment"2048120482#: git-add--interactive.perl:67920483msgid "No untracked files.\n"20484msgstr "Sense fitxers no seguits.\n"2048520486#: git-add--interactive.perl:103320487msgid ""20488"If the patch applies cleanly, the edited hunk will immediately be\n"20489"marked for staging."20490msgstr ""20491"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"20492"per «staging»."2049320494#: git-add--interactive.perl:103620495msgid ""20496"If the patch applies cleanly, the edited hunk will immediately be\n"20497"marked for stashing."20498msgstr ""20499"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"20500"per «stashing»."2050120502#: git-add--interactive.perl:103920503msgid ""20504"If the patch applies cleanly, the edited hunk will immediately be\n"20505"marked for unstaging."20506msgstr ""20507"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"20508"per «unstaging»."2050920510#: git-add--interactive.perl:1042 git-add--interactive.perl:105120511msgid ""20512"If the patch applies cleanly, the edited hunk will immediately be\n"20513"marked for applying."20514msgstr ""20515"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"20516"per aplicar-se."2051720518#: git-add--interactive.perl:1045 git-add--interactive.perl:104820519msgid ""20520"If the patch applies cleanly, the edited hunk will immediately be\n"20521"marked for discarding."20522msgstr ""20523"Si el pedaç s'aplica correctament, el tros editat es marcarà immediatament\n"20524"per descartar-se."2052520526#: git-add--interactive.perl:108520527#, perl-format20528msgid "failed to open hunk edit file for writing: %s"20529msgstr "s'ha produït un error en escriure al fitxer d'edició del tros: %s"2053020531#: git-add--interactive.perl:108620532msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"20533msgstr ""20534"Mode d'edició de trossos manual - vegeu més avall per una guia ràpida.\n"2053520536#: git-add--interactive.perl:109220537#, perl-format20538msgid ""20539"---\n"20540"To remove '%s' lines, make them ' ' lines (context).\n"20541"To remove '%s' lines, delete them.\n"20542"Lines starting with %s will be removed.\n"20543msgstr ""20544"---\n"20545"Per suprimir «%s» línies, feu-les línies ' ' (context).\n"20546"Per suprimir «%s» línies, suprimiu-les.\n"20547"Les línies que comencin per %s seran suprimides.\n"2054820549#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.20550#: git-add--interactive.perl:110020551msgid ""20552"If it does not apply cleanly, you will be given an opportunity to\n"20553"edit again. If all lines of the hunk are removed, then the edit is\n"20554"aborted and the hunk is left unchanged.\n"20555msgstr ""20556"Si no s'aplica correctament, tindreu una oportunitat per editar-lo\n"20557"de nou. Si totes les línies del tros se suprimeixen, llavors l'edició "20558"s'avorta\n"20559"i el tros es deixa sense cap canvi.\n"2056020561#: git-add--interactive.perl:111420562#, perl-format20563msgid "failed to open hunk edit file for reading: %s"20564msgstr "s'ha produït un error en llegir al fitxer d'edició del tros: %s"2056520566#. TRANSLATORS: do not translate [y/n]20567#. The program will only accept that input20568#. at this point.20569#. Consider translating (saying "no" discards!) as20570#. (saying "n" for "no" discards!) if the translation20571#. of the word "no" does not start with n.20572#: git-add--interactive.perl:121320573msgid ""20574"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "20575msgstr ""20576"El tros editat no s'aplica. Editeu-lo de nou (si responeu \"no\" es "20577"descartarà) [y/n]? "2057820579#: git-add--interactive.perl:122220580msgid ""20581"y - stage this hunk\n"20582"n - do not stage this hunk\n"20583"q - quit; do not stage this hunk or any of the remaining ones\n"20584"a - stage this hunk and all later hunks in the file\n"20585"d - do not stage this hunk or any of the later hunks in the file"20586msgstr ""20587"y - fes «stage» d'aquest tros\n"20588"n - no facis «stage» d'aquest tros\n"20589"q - surt; no facis «stage» d'aquest tros o de cap altre restant\n"20590"a - fes «stage» d'aquest tros i tota la resta de trossos del fitxer\n"20591"d - no facis «stage» d'aquest tros o de cap altre restant del fitxer"2059220593#: git-add--interactive.perl:122820594msgid ""20595"y - stash this hunk\n"20596"n - do not stash this hunk\n"20597"q - quit; do not stash this hunk or any of the remaining ones\n"20598"a - stash this hunk and all later hunks in the file\n"20599"d - do not stash this hunk or any of the later hunks in the file"20600msgstr ""20601"y - fes «stash» d'aquest tros\n"20602"n - no facis «stash» d'aquest tros\n"20603"q - surt; no facis «stash» d'aquest tros o de cap altre restant\n"20604"a - fes «stash» d'aquest tros i tota la resta de trossos del fitxer\n"20605"d - no facis «stash» d'aquest tros o de cap altre restant del fitxer"2060620607#: git-add--interactive.perl:123420608msgid ""20609"y - unstage this hunk\n"20610"n - do not unstage this hunk\n"20611"q - quit; do not unstage this hunk or any of the remaining ones\n"20612"a - unstage this hunk and all later hunks in the file\n"20613"d - do not unstage this hunk or any of the later hunks in the file"20614msgstr ""20615"y - fes «unstage» d'aquest tros\n"20616"n - no facis «unstage» d'aquest tros\n"20617"q - surt; no facis «unstage» d'aquest tros o de cap altre restant\n"20618"a - fes «unstage» d'aquest tros i tota la resta de trossos del fitxer\n"20619"d - no facis «unstage» d'aquest tros o de cap altre restant del fitxer"2062020621#: git-add--interactive.perl:124020622msgid ""20623"y - apply this hunk to index\n"20624"n - do not apply this hunk to index\n"20625"q - quit; do not apply this hunk or any of the remaining ones\n"20626"a - apply this hunk and all later hunks in the file\n"20627"d - do not apply this hunk or any of the later hunks in the file"20628msgstr ""20629"y - aplica aquest tros a l'índex\n"20630"n - no apliquis aquest tros a l'índex\n"20631"q - surt; no apliquis aquest tros ni cap dels pendents\n"20632"a - aplica aquest tros i tots els trossos posteriors en el fitxer\n"20633"d - no apliquis aquest tros ni cap dels trossos posteriors en el fitxer"2063420635#: git-add--interactive.perl:124620636msgid ""20637"y - discard this hunk from worktree\n"20638"n - do not discard this hunk from worktree\n"20639"q - quit; do not discard this hunk or any of the remaining ones\n"20640"a - discard this hunk and all later hunks in the file\n"20641"d - do not discard this hunk or any of the later hunks in the file"20642msgstr ""20643"y - descarta aquest tros de l'arbre de treball\n"20644"n - no descartis aquest tros des de l'arbre de treball\n"20645"q - surt; no apliquis aquest tros ni cap dels pendents\n"20646"a - descarta aquest tros i tots els trossos posteriors en el fitxer\n"20647"d - no descartis aquest tros ni cap dels trossos posteriors en el fitxer"2064820649#: git-add--interactive.perl:125220650msgid ""20651"y - discard this hunk from index and worktree\n"20652"n - do not discard this hunk from index and worktree\n"20653"q - quit; do not discard this hunk or any of the remaining ones\n"20654"a - discard this hunk and all later hunks in the file\n"20655"d - do not discard this hunk or any of the later hunks in the file"20656msgstr ""20657"y - descarta aquest tros de l'índex i de l'arbre de treball\n"20658"n - no descartis aquest tros des de l'índex i de l'arbre de treball\n"20659"q - surt; no apliquis aquest tros ni cap dels pendents\n"20660"a - descarta aquest tros i tots els trossos posteriors en el fitxer\n"20661"d - no descartis aquest tros ni cap dels trossos posteriors en el fitxer"2066220663#: git-add--interactive.perl:125820664msgid ""20665"y - apply this hunk to index and worktree\n"20666"n - do not apply this hunk to index and worktree\n"20667"q - quit; do not apply this hunk or any of the remaining ones\n"20668"a - apply this hunk and all later hunks in the file\n"20669"d - do not apply this hunk or any of the later hunks in the file"20670msgstr ""20671"y - aplica aquest tros a l'índex i l'arbre de treball\n"20672"n - no apliquis aquest tros des de l'índex i de l'arbre de treball\n"20673"q - surt; no apliquis aquest tros ni cap dels pendents\n"20674"a - aplica aquest tros i tots els trossos posteriors en el fitxer\n"20675"d - no apliquis aquest tros ni cap dels trossos posteriors en el fitxer"2067620677#: git-add--interactive.perl:127320678msgid ""20679"g - select a hunk to go to\n"20680"/ - search for a hunk matching the given regex\n"20681"j - leave this hunk undecided, see next undecided hunk\n"20682"J - leave this hunk undecided, see next hunk\n"20683"k - leave this hunk undecided, see previous undecided hunk\n"20684"K - leave this hunk undecided, see previous hunk\n"20685"s - split the current hunk into smaller hunks\n"20686"e - manually edit the current hunk\n"20687"? - print help\n"20688msgstr ""20689"g - selecciona el tros on voleu anar\n"20690"/ - cerca un tros que coincideixi amb l'expressió regular donada\n"20691"j - deixa aquest tros sense decidir, veure el tros sense decidir següent\n"20692"J - deixa aquest tros sense decidir, veure el tros següent\n"20693"k - deixa aquest tros sense decidir, veure el tros sense decidir anterior\n"20694"K - deixa aquest tros sense decidir, veure el tros anterior\n"20695"s - divideix el tros actual en trossos més petits\n"20696"e - edita manualment el tros actual\n"20697"? - mostra l'ajuda\n"2069820699#: git-add--interactive.perl:130420700msgid "The selected hunks do not apply to the index!\n"20701msgstr "Els trossos seleccionats no apliquen a l'índex\n"2070220703#: git-add--interactive.perl:130520704msgid "Apply them to the worktree anyway? "20705msgstr "Voleu aplicar-los igualment a l'arbre de treball? "2070620707#: git-add--interactive.perl:130820708msgid "Nothing was applied.\n"20709msgstr "No s'ha aplicat res.\n"2071020711#: git-add--interactive.perl:131920712#, perl-format20713msgid "ignoring unmerged: %s\n"20714msgstr "s'està ignorant %s no fusionat\n"2071520716#: git-add--interactive.perl:132820717msgid "Only binary files changed.\n"20718msgstr "Només s'han canviat els fitxers binaris.\n"2071920720#: git-add--interactive.perl:133020721msgid "No changes.\n"20722msgstr "Sense canvis.\n"2072320724#: git-add--interactive.perl:133820725msgid "Patch update"20726msgstr "Actualització del pedaç"2072720728#: git-add--interactive.perl:139020729#, perl-format20730msgid "Stage mode change [y,n,q,a,d%s,?]? "20731msgstr "Canvia el mode de «stage» [y,n,q,a,d%s,?]? "2073220733#: git-add--interactive.perl:139120734#, perl-format20735msgid "Stage deletion [y,n,q,a,d%s,?]? "20736msgstr "Suprimeix «stage» [y,n,q,a,d%s,?]? "2073720738#: git-add--interactive.perl:139220739#, perl-format20740msgid "Stage this hunk [y,n,q,a,d%s,?]? "20741msgstr "Fer un «stage» d'aquest tros [y,n,q,a,d%s,?]? "2074220743#: git-add--interactive.perl:139520744#, perl-format20745msgid "Stash mode change [y,n,q,a,d%s,?]? "20746msgstr "Canvia el mode de «stash» [y,n,q,a,d%s,?]? "2074720748#: git-add--interactive.perl:139620749#, perl-format20750msgid "Stash deletion [y,n,q,a,d%s,?]? "20751msgstr "Suprimeix «stash» [y,n,q,a,d%s,?]? "2075220753#: git-add--interactive.perl:139720754#, perl-format20755msgid "Stash this hunk [y,n,q,a,d%s,?]? "20756msgstr "Fer un «stash» d'aquest tros [y,n,q,a,d%s,?]? "2075720758#: git-add--interactive.perl:140020759#, perl-format20760msgid "Unstage mode change [y,n,q,a,d%s,?]? "20761msgstr "Canvia el mode de «unstage» [y,n,q,a,d%s,?]? "2076220763#: git-add--interactive.perl:140120764#, perl-format20765msgid "Unstage deletion [y,n,q,a,d%s,?]? "20766msgstr "Suprimeix «Unstage» [y,n,q,a,d%s,?]? "2076720768#: git-add--interactive.perl:140220769#, perl-format20770msgid "Unstage this hunk [y,n,q,a,d%s,?]? "20771msgstr "Fer un «unstage» d'aquest tros [y,n,q,a,d%s,?]? "2077220773#: git-add--interactive.perl:140520774#, perl-format20775msgid "Apply mode change to index [y,n,q,a,d%s,?]? "20776msgstr "Aplica el canvi de mode a l'índex [y,n,q,a,d%s,?]? "2077720778#: git-add--interactive.perl:140620779#, perl-format20780msgid "Apply deletion to index [y,n,q,a,d%s,?]? "20781msgstr "Aplica l'esborrat a l'índex [y,n,q,a,d%s,?]? "2078220783#: git-add--interactive.perl:140720784#, perl-format20785msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "20786msgstr "Aplica aquest tros a l'índex [y,n,q,a,d%s,?]? "2078720788#: git-add--interactive.perl:141020789#, perl-format20790msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "20791msgstr "Descarta el canvi de mode des de l'arbre de treball [y,n,q,a,d%s,?]? "2079220793#: git-add--interactive.perl:141120794#, perl-format20795msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "20796msgstr "Descarta l'esborrat des de l'arbre de treball [y,n,q,a,d%s,?]? "2079720798#: git-add--interactive.perl:141220799#, perl-format20800msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "20801msgstr "Descarta aquest tros des de l'arbre de treball [y,n,q,a,d%s,?]? "2080220803#: git-add--interactive.perl:141520804#, perl-format20805msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "20806msgstr ""20807"Descarta el canvi de mode des de l'índex i l'arbre de treball [y,n,q,a,d"20808"%s,?]? "2080920810#: git-add--interactive.perl:141620811#, perl-format20812msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "20813msgstr ""20814"Descarta la supressió des de l'índex i l'arbre de treball [y,n,q,a,d%s,?]? "2081520816#: git-add--interactive.perl:141720817#, perl-format20818msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "20819msgstr ""20820"Descarta aquest tros des de l'índex i l'arbre de treball [y,n,q,a,d%s,?]? "2082120822#: git-add--interactive.perl:142020823#, perl-format20824msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "20825msgstr ""20826"Aplica el canvi de mode a l'índex i l'arbre de treball [y,n,q,a,d%s,?]? "2082720828#: git-add--interactive.perl:142120829#, perl-format20830msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "20831msgstr "Aplica la supressió a l'índex i l'arbre de treball [y,n,q,a,d%s,?]? "2083220833#: git-add--interactive.perl:142220834#, perl-format20835msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "20836msgstr "Aplica aquest tros a l'índex i l'arbre de treball [y,n,q,a,d%s,?]? "2083720838#: git-add--interactive.perl:152220839msgid "No other hunks to goto\n"20840msgstr "No hi ha altres trossos on anar-hi\n"2084120842#: git-add--interactive.perl:152920843msgid "go to which hunk (<ret> to see more)? "20844msgstr "vés a quin tros (<ret> per veure'n més)? "2084520846#: git-add--interactive.perl:153120847msgid "go to which hunk? "20848msgstr "vés a quin tros? "2084920850#: git-add--interactive.perl:154020851#, perl-format20852msgid "Invalid number: '%s'\n"20853msgstr "Número no vàlid: '%s'\n"2085420855#: git-add--interactive.perl:154520856#, perl-format20857msgid "Sorry, only %d hunk available.\n"20858msgid_plural "Sorry, only %d hunks available.\n"20859msgstr[0] "Només %d tros disponible.\n"20860msgstr[1] "Només %d trossos disponibles.\n"2086120862#: git-add--interactive.perl:157120863msgid "No other hunks to search\n"20864msgstr "No hi ha cap altre tros a cercar\n"2086520866#: git-add--interactive.perl:157520867msgid "search for regex? "20868msgstr "Cerca per expressió regular? "2086920870#: git-add--interactive.perl:158820871#, perl-format20872msgid "Malformed search regexp %s: %s\n"20873msgstr "Expressió regular de cerca mal formada %s: %s\n"2087420875#: git-add--interactive.perl:159820876msgid "No hunk matches the given pattern\n"20877msgstr "No hi ha trossos que coincideixin amb el patró donat\n"2087820879#: git-add--interactive.perl:1610 git-add--interactive.perl:163220880msgid "No previous hunk\n"20881msgstr "Sense tros previ\n"2088220883#: git-add--interactive.perl:1619 git-add--interactive.perl:163820884msgid "No next hunk\n"20885msgstr "No hi ha tros següent\n"2088620887#: git-add--interactive.perl:164420888msgid "Sorry, cannot split this hunk\n"20889msgstr "No es pot dividir aquest tros\n"2089020891#: git-add--interactive.perl:165020892#, perl-format20893msgid "Split into %d hunk.\n"20894msgid_plural "Split into %d hunks.\n"20895msgstr[0] "Divideix en %d tros.\n"20896msgstr[1] "Divideix en %d trossos.\n"2089720898#: git-add--interactive.perl:166020899msgid "Sorry, cannot edit this hunk\n"20900msgstr "No es pot editar aquest tros\n"2090120902#: git-add--interactive.perl:170620903msgid "Review diff"20904msgstr "Reviseu les diferències"2090520906#. TRANSLATORS: please do not translate the command names20907#. 'status', 'update', 'revert', etc.20908#: git-add--interactive.perl:172520909msgid ""20910"status - show paths with changes\n"20911"update - add working tree state to the staged set of changes\n"20912"revert - revert staged set of changes back to the HEAD version\n"20913"patch - pick hunks and update selectively\n"20914"diff - view diff between HEAD and index\n"20915"add untracked - add contents of untracked files to the staged set of "20916"changes\n"20917msgstr ""20918"status - mostra els camins amb canvis\n"20919"update - afegeix l'estat de l'arbre de treball al conjunt de canvis "20920"«staged»\n"20921"revert - reverteix el conjunt de canvis de «staged» a la versió HEAD\n"20922"patch - selecciona trossos i actualitza'ls selectivament\n"20923"diff - mostra la diferència entre HEAD i l'índex\n"20924"add untracked - afegeix el contingut dels fitxers no seguits al conjunt de "20925"canvis «staged»\n"2092620927#: git-add--interactive.perl:1742 git-add--interactive.perl:174720928#: git-add--interactive.perl:1750 git-add--interactive.perl:175720929#: git-add--interactive.perl:1761 git-add--interactive.perl:176720930msgid "missing --"20931msgstr "manca --"2093220933#: git-add--interactive.perl:176320934#, perl-format20935msgid "unknown --patch mode: %s"20936msgstr "desconegut --patch mode: %s"2093720938#: git-add--interactive.perl:1769 git-add--interactive.perl:177520939#, perl-format20940msgid "invalid argument %s, expecting --"20941msgstr "argument %s no vàlid, s'esperava --"2094220943#: git-send-email.perl:13820944msgid "local zone differs from GMT by a non-minute interval\n"20945msgstr "la zona local difereix de GMT per un interval que no és de minuts\n"2094620947#: git-send-email.perl:145 git-send-email.perl:15120948msgid "local time offset greater than or equal to 24 hours\n"20949msgstr "el desplaçament de la zona local és més gran o igual a 24 hores\n"2095020951#: git-send-email.perl:219 git-send-email.perl:22520952msgid "the editor exited uncleanly, aborting everything"20953msgstr "l'editor no ha sortit correctament, avortant-ho tot"2095420955#: git-send-email.perl:30220956#, perl-format20957msgid ""20958"'%s' contains an intermediate version of the email you were composing.\n"20959msgstr "«%s» conté una versió intermèdia del correu que estàveu redactant.\n"2096020961#: git-send-email.perl:30720962#, perl-format20963msgid "'%s.final' contains the composed email.\n"20964msgstr "'%s.final' conté el correu redactat.\n"2096520966#: git-send-email.perl:32620967msgid "--dump-aliases incompatible with other options\n"20968msgstr "--dump-aliases és incompatible amb altres opcions\n"2096920970#: git-send-email.perl:395 git-send-email.perl:65020971msgid "Cannot run git format-patch from outside a repository\n"20972msgstr "No es pot executar git format-patch des de fora del dipòsit\n"2097320974#: git-send-email.perl:39820975msgid ""20976"`batch-size` and `relogin` must be specified together (via command-line or "20977"configuration option)\n"20978msgstr ""2097920980#: git-send-email.perl:46820981#, perl-format20982msgid "Unknown --suppress-cc field: '%s'\n"20983msgstr "Camp --suppress-cc desconegut: «%s»\n"2098420985#: git-send-email.perl:49720986#, perl-format20987msgid "Unknown --confirm setting: '%s'\n"20988msgstr "--confirm setting desconegut: «%s»\n"2098920990#: git-send-email.perl:52520991#, perl-format20992msgid "warning: sendmail alias with quotes is not supported: %s\n"20993msgstr "avís: el sobrenom de sendmail amb cometes no està suportat: %s\n"2099420995#: git-send-email.perl:52720996#, perl-format20997msgid "warning: `:include:` not supported: %s\n"20998msgstr "avís: `:include:` no està suportat: %s\n"2099921000#: git-send-email.perl:52921001#, perl-format21002msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"21003msgstr "avís: les redireccions `/file` or `|pipe no són admeses: %s\n"2100421005#: git-send-email.perl:53421006#, perl-format21007msgid "warning: sendmail line is not recognized: %s\n"21008msgstr "avís: no es pot reconèixer la línia sendmail: %s\n"2100921010#: git-send-email.perl:61621011#, perl-format21012msgid ""21013"File '%s' exists but it could also be the range of commits\n"21014"to produce patches for. Please disambiguate by...\n"21015"\n"21016" * Saying \"./%s\" if you mean a file; or\n"21017" * Giving --format-patch option if you mean a range.\n"21018msgstr ""21019"El fitxer «%s» existeix però també pot ser un rang de comissions\n"21020"per produir pedaços. Desambigüeu...\n"21021"\n"21022" * Dient \"./%s\" si volíeu especificar aquest fitxer; o\n"21023" * Proporcionant l'opció --format-patch si volíeu especificar un rang.\n"2102421025#: git-send-email.perl:63721026#, perl-format21027msgid "Failed to opendir %s: %s"21028msgstr "S'ha produït un error en obrir el directori %s: %s"2102921030#: git-send-email.perl:66121031#, perl-format21032msgid ""21033"fatal: %s: %s\n"21034"warning: no patches were sent\n"21035msgstr ""21036"fatal: %s: %s\n"21037"avís: no s'han enviat pedaços\n"2103821039#: git-send-email.perl:67221040msgid ""21041"\n"21042"No patch files specified!\n"21043"\n"21044msgstr ""21045"\n"21046"No s'han especificat fitxers de pedaç\n"21047"\n"2104821049#: git-send-email.perl:68521050#, perl-format21051msgid "No subject line in %s?"21052msgstr "Sense assumpte a %s?"2105321054#: git-send-email.perl:69521055#, perl-format21056msgid "Failed to open for writing %s: %s"21057msgstr "S'ha produït un error en obrir per escriptura %s: %s"2105821059#: git-send-email.perl:70621060msgid ""21061"Lines beginning in \"GIT:\" will be removed.\n"21062"Consider including an overall diffstat or table of contents\n"21063"for the patch you are writing.\n"21064"\n"21065"Clear the body content if you don't wish to send a summary.\n"21066msgstr ""21067"Se suprimiran les línies que comencen amb \"GIT:\".\n"21068"Considereu incloure un diffstat global o una taula de continguts\n"21069"per cada pedaç que esteu escrivint.\n"21070"\n"21071"Netegeu el contingut del cos si no voleu enviar un resum.\n"2107221073#: git-send-email.perl:73021074#, perl-format21075msgid "Failed to open %s: %s"21076msgstr "S'ha produït un error en obrir %s: %s"2107721078#: git-send-email.perl:74721079#, perl-format21080msgid "Failed to open %s.final: %s"21081msgstr "S'ha produït un error en obrir %s.final: %s"2108221083#: git-send-email.perl:79021084msgid "Summary email is empty, skipping it\n"21085msgstr "El correu electrònic de resum està buit, s'omet\n"2108621087#. TRANSLATORS: please keep [y/N] as is.21088#: git-send-email.perl:82521089#, perl-format21090msgid "Are you sure you want to use <%s> [y/N]? "21091msgstr "Esteu segur que voleu usar <%s> [y/N]? "2109221093#: git-send-email.perl:88021094msgid ""21095"The following files are 8bit, but do not declare a Content-Transfer-"21096"Encoding.\n"21097msgstr ""21098"Els fitxers següents són 8bit, però no declaren un Content-Transfer-"21099"Encoding.\n"2110021101#: git-send-email.perl:88521102msgid "Which 8bit encoding should I declare [UTF-8]? "21103msgstr "Quina codificació de 8 bits hauria de declarar [UTF-8]? "2110421105#: git-send-email.perl:89321106#, perl-format21107msgid ""21108"Refusing to send because the patch\n"21109"\t%s\n"21110"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "21111"want to send.\n"21112msgstr ""21113"S'ha refusat a enviar perquè el pedaç\n"21114"\t%s\n"21115"perquè la plantilla té l'assumpte '*** SUBJECT HERE ***'. Passeu --force si "21116"realment voleu enviar-lo.\n"2111721118#: git-send-email.perl:91221119msgid "To whom should the emails be sent (if anyone)?"21120msgstr ""21121"A qui s'haurien d'enviar els correus electrònics (si s'han d'enviar a algú)?"2112221123#: git-send-email.perl:93021124#, perl-format21125msgid "fatal: alias '%s' expands to itself\n"21126msgstr "fatal: l'àlies «%s» s'expandeix a si mateix\n"2112721128#: git-send-email.perl:94221129msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "21130msgstr ""21131"S'ha d'usar el Message-ID com a In-Reply-To pel primer correu (si n'hi ha "21132"cap)? "2113321134#: git-send-email.perl:1000 git-send-email.perl:100821135#, perl-format21136msgid "error: unable to extract a valid address from: %s\n"21137msgstr "error: no s'ha pogut extreure una adreça vàlida de: %s\n"2113821139#. TRANSLATORS: Make sure to include [q] [d] [e] in your21140#. translation. The program will only accept English input21141#. at this point.21142#: git-send-email.perl:101221143msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "21144msgstr "Què cal fer amb aquesta adreça? ([q]surt|[d]escarta|[e]dita): "2114521146#: git-send-email.perl:132921147#, perl-format21148msgid "CA path \"%s\" does not exist"21149msgstr "el camí CA \"%s\" no existeix"2115021151#: git-send-email.perl:141221152msgid ""21153" The Cc list above has been expanded by additional\n"21154" addresses found in the patch commit message. By default\n"21155" send-email prompts before sending whenever this occurs.\n"21156" This behavior is controlled by the sendemail.confirm\n"21157" configuration setting.\n"21158"\n"21159" For additional information, run 'git send-email --help'.\n"21160" To retain the current behavior, but squelch this message,\n"21161" run 'git config --global sendemail.confirm auto'.\n"21162"\n"21163msgstr ""21164" La llista de Cc de sobre s'ha ampliat amb adreces addicionals\n"21165" trobades al missatge de la comissió del pedaç. Per defecte, \n"21166" send-email pregunta abans d'enviar el missatge quan això succeeix.\n"21167" Aquest comportament està controlat pel paràmetre de configuració\n"21168" sendemail.confirm.\n"21169"\n"21170" Per a informació addicional, executeu 'git send-email --help'.\n"21171" Per mantenir el comportament actual, però silenciar aquest\n"21172" missatge, executeu 'git config --global sendemail.confirm auto'.\n"21173"\n"2117421175#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your21176#. translation. The program will only accept English input21177#. at this point.21178#: git-send-email.perl:142721179#, fuzzy21180msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "21181msgstr "Voleu enviar aquest correu electrònic? ([y]sí|[n]o|[q]surt|[a]tot): "2118221183#: git-send-email.perl:143021184msgid "Send this email reply required"21185msgstr "Requereix resposta en enviar el correu"2118621187#: git-send-email.perl:145821188msgid "The required SMTP server is not properly defined."21189msgstr "El servidor SMTP requerit no està correctament definit."2119021191#: git-send-email.perl:150521192#, perl-format21193msgid "Server does not support STARTTLS! %s"21194msgstr "El servidor no admet STARTTLS! %s"2119521196#: git-send-email.perl:1510 git-send-email.perl:151421197#, perl-format21198msgid "STARTTLS failed! %s"21199msgstr "STARTTLS ha fallat! %s"2120021201#: git-send-email.perl:152321202msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."21203msgstr ""21204"No s'ha pogut inicialitzar SMTP correctament. Comproveu-ho la configuració i "21205"useu --smtp-debug."2120621207#: git-send-email.perl:154121208#, perl-format21209msgid "Failed to send %s\n"21210msgstr "S'ha produït un error en enviar %s\n"2121121212#: git-send-email.perl:154421213#, perl-format21214msgid "Dry-Sent %s\n"21215msgstr "Simulació d'enviament %s\n"2121621217#: git-send-email.perl:154421218#, perl-format21219msgid "Sent %s\n"21220msgstr "Enviat %s\n"2122121222#: git-send-email.perl:154621223msgid "Dry-OK. Log says:\n"21224msgstr "Simulació de correcte. El registre diu:\n"2122521226#: git-send-email.perl:154621227msgid "OK. Log says:\n"21228msgstr "Correcte. El registre diu: \n"2122921230#: git-send-email.perl:155821231msgid "Result: "21232msgstr "Resultat: "2123321234#: git-send-email.perl:156121235msgid "Result: OK\n"21236msgstr "Resultat: correcte\n"2123721238#: git-send-email.perl:157921239#, perl-format21240msgid "can't open file %s"21241msgstr "no es pot obrir el fitxer %s"2124221243#: git-send-email.perl:1626 git-send-email.perl:164621244#, perl-format21245msgid "(mbox) Adding cc: %s from line '%s'\n"21246msgstr "(mbox) S'està afegint cc: %s des de la línia «%s»\n"2124721248#: git-send-email.perl:163221249#, perl-format21250msgid "(mbox) Adding to: %s from line '%s'\n"21251msgstr "(mbox) S'està afegint a: %s des de la línia «%s»\n"2125221253#: git-send-email.perl:168521254#, perl-format21255msgid "(non-mbox) Adding cc: %s from line '%s'\n"21256msgstr "(no mbox) S'està afegint cc: %s des de la línia «%s»\n"2125721258#: git-send-email.perl:172021259#, perl-format21260msgid "(body) Adding cc: %s from line '%s'\n"21261msgstr "(cos) S'està afegint cc: %s des de la línia «%s»\n"2126221263#: git-send-email.perl:183121264#, perl-format21265msgid "(%s) Could not execute '%s'"21266msgstr "(%s) no s'ha pogut executar «%s»"2126721268#: git-send-email.perl:183821269#, perl-format21270msgid "(%s) Adding %s: %s from: '%s'\n"21271msgstr "(%s) S'està afegint %s: %s des de: «%s»\n"2127221273#: git-send-email.perl:184221274#, perl-format21275msgid "(%s) failed to close pipe to '%s'"21276msgstr "(%s) s'ha produït un error en tancar el conducte «%s»"2127721278#: git-send-email.perl:187221279msgid "cannot send message as 7bit"21280msgstr "no es pot enviar el missatge en 7 bits"2128121282#: git-send-email.perl:188021283msgid "invalid transfer encoding"21284msgstr "codificació de transferència no vàlida"2128521286#: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:198321287#, perl-format21288msgid "unable to open %s: %s\n"21289msgstr "no s'ha pogut obrir %s: %s\n"2129021291#: git-send-email.perl:192421292#, perl-format21293msgid "%s: patch contains a line longer than 998 characters"21294msgstr "%s: el pedaç conté una línia més gran de 998 caràcters"2129521296#: git-send-email.perl:194121297#, perl-format21298msgid "Skipping %s with backup suffix '%s'.\n"21299msgstr "S'està ometent %s amb el sufix de còpia de seguretat «%s».\n"2130021301#. TRANSLATORS: please keep "[y|N]" as is.21302#: git-send-email.perl:194521303#, perl-format21304msgid "Do you really want to send %s? [y|N]: "21305msgstr "Esteu segur que voleu enviar %s? [y|N]: "2130621307#, fuzzy21308#~ msgid "could not parse '%s' (looking for '%s')"21309#~ msgstr "no s'ha pogut establir «%s» a «%s»"2131021311#, fuzzy21312#~ msgid "bad quoting on %s value in '%s'"21313#~ msgstr "Valor erroni de %s: «%s»"2131421315#, fuzzy21316#~ msgid "Could not unset core.worktree setting in submodule '%s'"21317#~ msgstr "no s'ha pogut executar 'git status' al submòdul «%s»"2131821319#~ msgid "Can't stat %s"21320#~ msgstr "No es pot fer stat en %s"2132121322#~ msgid "abort rebase"21323#~ msgstr "avorta el «rebase»"2132421325#~ msgid "make rebase script"21326#~ msgstr "fes un script de «rebase»"2132721328#~ msgid "No such remote: %s"21329#~ msgstr "No hi ha tal remot: %s"2133021331#, fuzzy21332#~ msgid "cannot move a locked working tree"21333#~ msgstr "No es pot registrar l'estat de l'arbre de treball"2133421335#, fuzzy21336#~ msgid "cannot remove a locked working tree"21337#~ msgstr "No es pot registrar l'estat de l'arbre de treball"2133821339#~ msgid "Applied autostash."21340#~ msgstr "S'ha aplicat el magatzem automàtic."2134121342#~ msgid "Cannot store $stash_sha1"21343#~ msgstr "No es pot emmagatzemar $stash_sha1"2134421345#, fuzzy21346#~ msgid ""21347#~ "\n"21348#~ "\tHowever, if you remove everything, the rebase will be aborted.\n"21349#~ "\n"21350#~ "\t"21351#~ msgstr ""21352#~ "\n"21353#~ "No obstant, si elimineu tot, s'avortarà el «rebase».\n"21354#~ "\n"2135521356#~ msgid "Dirty index: cannot merge (dirty: %s)"21357#~ msgstr "Índex brut: no es pot fusionar (bruts: %s)"2135821359#~ msgid ""21360#~ "unexpected 1st line of squash message:\n"21361#~ "\n"21362#~ "\t%.*s"21363#~ msgstr ""21364#~ "Primera línia del missatge de «squash» no esperada:\n"21365#~ "\n"21366#~ "\t%.*s"2136721368#~ msgid ""21369#~ "invalid 1st line of squash message:\n"21370#~ "\n"21371#~ "\t%.*s"21372#~ msgstr ""21373#~ "Primera línia del missatge de «squash» no vàlida:\n"21374#~ "\n"21375#~ "\t%.*s"2137621377#~ msgid "BUG: returned path string doesn't match cwd?"21378#~ msgstr "ERRADA: la cadena del camí retornada no coincideix amb cwd?"2137921380#~ msgid "(+/-)x"21381#~ msgstr "(+/-)x"2138221383#~ msgid "<command>"21384#~ msgstr "<command>"2138521386#~ msgid "Everyday Git With 20 Commands Or So"21387#~ msgstr "Git quotidià amb més o menys 20 ordres"2138821389#~ msgid "Error in object"21390#~ msgstr "Error en objecte"2139121392#~ msgid "push|fetch"21393#~ msgstr "push|fetch"2139421395#~ msgid "w[,i1[,i2]]"21396#~ msgstr "w[,i1[,i2]]"2139721398#~ msgid "Entering '$displaypath'"21399#~ msgstr "S'està entrant '$displaypath'"2140021401#~ msgid "Stopping at '$displaypath'; script returned non-zero status."21402#~ msgstr ""21403#~ "S'està aturant a '$displaypath'; l'script ha retornat un estat no zero."