1# Catalan translations for Git. 2# Copyright (C) 2014 Alex Henrie <alexhenrie24@gmail.com> 3# This file is distributed under the same license as the Git package. 4# Alex Henrie <alexhenrie24@gmail.com>, 2014. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: Git\n" 9"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 10"POT-Creation-Date: 2016-11-25 22:50+0800\n" 11"PO-Revision-Date: 2016-11-28 20:03-0700\n" 12"Last-Translator: Alex Henrie <alexhenrie24@gmail.com>\n" 13"Language-Team: Catalan\n" 14"Language: ca\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=UTF-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Plural-Forms: nplurals=2; plural=(n != 1);\n" 19"X-Generator: Poedit 1.8.11\n" 20 21#: advice.c:55 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "pista: %.*s\n" 25 26#: advice.c:83 27msgid "Cherry-picking is not possible because you have unmerged files." 28msgstr "Recollir cireres no és possible perquè teniu fitxers no fusionats." 29 30#: advice.c:85 31msgid "Committing is not possible because you have unmerged files." 32msgstr "Cometre no és possible perquè teniu fitxers no fusionats." 33 34#: advice.c:87 35msgid "Merging is not possible because you have unmerged files." 36msgstr "Fusionar no és possible perquè teniu fitxers no fusionats." 37 38#: advice.c:89 39msgid "Pulling is not possible because you have unmerged files." 40msgstr "Baixar no es possible perquè teniu fitxers no fusionats." 41 42#: advice.c:91 43msgid "Reverting is not possible because you have unmerged files." 44msgstr "Revertir no és possible perquè teniu fitxers no fusionats." 45 46#: advice.c:93 47#, c-format 48msgid "It is not possible to %s because you have unmerged files." 49msgstr "No es possible %s perquè teniu fitxers no fusionats." 50 51#: advice.c:101 52msgid "" 53"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 54"as appropriate to mark resolution and make a commit." 55msgstr "" 56"Arregleu-los en l'arbre de treball, i després useu\n" 57"'git add/rm <fitxer>' segons sigui apropiat per a marcar la\n" 58"resolució i feu una comissió." 59 60#: advice.c:109 61msgid "Exiting because of an unresolved conflict." 62msgstr "S'està sortint a causa d'un conflicte no resolt." 63 64#: advice.c:114 builtin/merge.c:1181 65msgid "You have not concluded your merge (MERGE_HEAD exists)." 66msgstr "No heu conclòs la vostra fusió (MERGE_HEAD existeix)." 67 68#: advice.c:116 69msgid "Please, commit your changes before merging." 70msgstr "Si us plau, cometeu els vostres canvis abans de fusionar." 71 72#: advice.c:117 73msgid "Exiting because of unfinished merge." 74msgstr "S'està sortint a causa d'una fusió no terminada." 75 76#: advice.c:123 77#, c-format 78msgid "" 79"Note: checking out '%s'.\n" 80"\n" 81"You are in 'detached HEAD' state. You can look around, make experimental\n" 82"changes and commit them, and you can discard any commits you make in this\n" 83"state without impacting any branches by performing another checkout.\n" 84"\n" 85"If you want to create a new branch to retain commits you create, you may\n" 86"do so (now or later) by using -b with the checkout command again. Example:\n" 87"\n" 88" git checkout -b <new-branch-name>\n" 89"\n" 90msgstr "" 91"Avís: s'està agafant '%s'.\n" 92"\n" 93"Esteu en un estat de 'HEAD separat'. Podeu mirar al voltant, fer canvis\n" 94"experimentals i cometre-los i podeu descartar qualsevulla comissió que feu\n" 95"en aquest estat sense impactar cap branca realitzant un altre agafament.\n" 96"\n" 97"Si voleu crear una branca nova per a conservar les comissions que creeu,\n" 98"poder fer així (ara o més tard) usant -b de nou amb l'ordre checkout.\n" 99"Exemple:\n" 100"\n" 101" git checkout -b <nom-de-branca-nova>\n" 102 103#: apply.c:57 104#, c-format 105msgid "unrecognized whitespace option '%s'" 106msgstr "opció d'espai en blanc '%s' no reconeguda" 107 108#: apply.c:73 109#, c-format 110msgid "unrecognized whitespace ignore option '%s'" 111msgstr "opció d'ignoral d'espai en blanc '%s' no reconeguda" 112 113#: apply.c:125 114msgid "--reject and --3way cannot be used together." 115msgstr "--reject i --3way no es poden usar junts." 116 117#: apply.c:127 118msgid "--cached and --3way cannot be used together." 119msgstr "--cached i --3way no es poden usar junts." 120 121#: apply.c:130 122msgid "--3way outside a repository" 123msgstr "--3way fora d'un dipòsit" 124 125#: apply.c:141 126msgid "--index outside a repository" 127msgstr "--index fora d'un dipòsit" 128 129#: apply.c:144 130msgid "--cached outside a repository" 131msgstr "--cached fora d'un dipòsit" 132 133#: apply.c:845 134#, c-format 135msgid "Cannot prepare timestamp regexp %s" 136msgstr "No es pot preparar l'expressió regular de marca de temps %s" 137 138#: apply.c:854 139#, c-format 140msgid "regexec returned %d for input: %s" 141msgstr "regexec ha retornat %d per l'entrada: %s" 142 143#: apply.c:938 144#, c-format 145msgid "unable to find filename in patch at line %d" 146msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç a la línia %d" 147 148#: apply.c:977 149#, c-format 150msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 151msgstr "" 152"git apply: git-diff dolent - /dev/null esperat, %s rebut en la línia %d" 153 154#: apply.c:983 155#, c-format 156msgid "git apply: bad git-diff - inconsistent new filename on line %d" 157msgstr "" 158"git apply: git-diff dolent - nom de fitxer nou inconsistent en la línia %d" 159 160#: apply.c:984 161#, c-format 162msgid "git apply: bad git-diff - inconsistent old filename on line %d" 163msgstr "" 164"git apply: git-diff dolent - nom de fitxer antic inconsistent en la línia %d" 165 166#: apply.c:990 167#, c-format 168msgid "git apply: bad git-diff - expected /dev/null on line %d" 169msgstr "git apply: git-diff dolent - /dev/null esperat en la línia %d" 170 171#: apply.c:1488 172#, c-format 173msgid "recount: unexpected line: %.*s" 174msgstr "recompte: línia inesperada: %.*s" 175 176#: apply.c:1557 177#, c-format 178msgid "patch fragment without header at line %d: %.*s" 179msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s" 180 181#: apply.c:1577 182#, c-format 183msgid "" 184"git diff header lacks filename information when removing %d leading pathname " 185"component (line %d)" 186msgid_plural "" 187"git diff header lacks filename information when removing %d leading pathname " 188"components (line %d)" 189msgstr[0] "" 190"a la capçalera de git diff li manca informació de nom de fitxer en eliminar " 191"%d component de nom de camí inicial (línia %d)" 192msgstr[1] "" 193"a la capçalera de git diff li manca informació de nom de fitxer en eliminar " 194"%d components de nom de camí inicial (línia %d)" 195 196#: apply.c:1589 197#, c-format 198msgid "git diff header lacks filename information (line %d)" 199msgstr "" 200"a la capçalera de git diff li manca informació de nom de fitxer (línia %d)" 201 202#: apply.c:1759 203msgid "new file depends on old contents" 204msgstr "el fitxer nou depèn dels continguts antics" 205 206#: apply.c:1761 207msgid "deleted file still has contents" 208msgstr "el fitxer suprimit encara té continguts" 209 210#: apply.c:1795 211#, c-format 212msgid "corrupt patch at line %d" 213msgstr "pedaç malmès a la línia %d" 214 215#: apply.c:1832 216#, c-format 217msgid "new file %s depends on old contents" 218msgstr "el fitxer nou %s depèn dels continguts antics" 219 220#: apply.c:1834 221#, c-format 222msgid "deleted file %s still has contents" 223msgstr "el fitxer suprimit %s encara té continguts" 224 225#: apply.c:1837 226#, c-format 227msgid "** warning: file %s becomes empty but is not deleted" 228msgstr "** advertència: el fitxer %s queda buit però no se suprimeix" 229 230#: apply.c:1984 231#, c-format 232msgid "corrupt binary patch at line %d: %.*s" 233msgstr "pedaç binari malmès a la línia %d: %.*s" 234 235#: apply.c:2021 236#, c-format 237msgid "unrecognized binary patch at line %d" 238msgstr "pedaç binari no reconegut a la línia %d" 239 240#: apply.c:2182 241#, c-format 242msgid "patch with only garbage at line %d" 243msgstr "pedaç amb només escombraries a la línia %d" 244 245#: apply.c:2274 246#, c-format 247msgid "unable to read symlink %s" 248msgstr "no s'ha pogut llegir l'enllaç simbòlic %s" 249 250#: apply.c:2278 251#, c-format 252msgid "unable to open or read %s" 253msgstr "no s'ha pogut obrir o llegir %s" 254 255#: apply.c:2931 256#, c-format 257msgid "invalid start of line: '%c'" 258msgstr "inici de línia no vàlid: '%c'" 259 260#: apply.c:3050 261#, c-format 262msgid "Hunk #%d succeeded at %d (offset %d line)." 263msgid_plural "Hunk #%d succeeded at %d (offset %d lines)." 264msgstr[0] "El tros #%d ha tingut èxit a %d (desplaçament d'%d línia)." 265msgstr[1] "El tros #%d ha tingut èxit a %d (desplaçament de %d línies)." 266 267#: apply.c:3062 268#, c-format 269msgid "Context reduced to (%ld/%ld) to apply fragment at %d" 270msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d" 271 272#: apply.c:3068 273#, c-format 274msgid "" 275"while searching for:\n" 276"%.*s" 277msgstr "" 278"tot cercant:\n" 279"%.*s" 280 281#: apply.c:3090 282#, c-format 283msgid "missing binary patch data for '%s'" 284msgstr "manquen les dades de pedaç binari de '%s'" 285 286#: apply.c:3098 287#, c-format 288msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'" 289msgstr "no es pot aplicar al revés un pedaç binari sense el tros revés a '%s'" 290 291#: apply.c:3144 292#, c-format 293msgid "cannot apply binary patch to '%s' without full index line" 294msgstr "" 295"no es pot aplicar un pedaç binari a '%s' sense la línia d'índex completa" 296 297#: apply.c:3154 298#, c-format 299msgid "" 300"the patch applies to '%s' (%s), which does not match the current contents." 301msgstr "" 302"el pedaç s'aplica a '%s' (%s), el qual no coincideix amb els continguts " 303"actuals." 304 305#: apply.c:3162 306#, c-format 307msgid "the patch applies to an empty '%s' but it is not empty" 308msgstr "el pedaç s'aplica a un '%s' buit però no és buit" 309 310#: apply.c:3180 311#, c-format 312msgid "the necessary postimage %s for '%s' cannot be read" 313msgstr "no es pot llegir la postimatge necessari %s per a '%s'" 314 315#: apply.c:3193 316#, c-format 317msgid "binary patch does not apply to '%s'" 318msgstr "el pedaç binari no s'aplica a '%s'" 319 320#: apply.c:3199 321#, c-format 322msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)" 323msgstr "" 324"el pedaç binari a '%s' crea un resultat incorrecte (esperant %s, %s rebut)" 325 326#: apply.c:3220 327#, c-format 328msgid "patch failed: %s:%ld" 329msgstr "el pedaç ha fallat: %s:%ld" 330 331#: apply.c:3342 332#, c-format 333msgid "cannot checkout %s" 334msgstr "no es pot agafar %s" 335 336#: apply.c:3390 apply.c:3401 apply.c:3447 setup.c:248 337#, c-format 338msgid "failed to read %s" 339msgstr "s'ha fallat en llegir %s" 340 341#: apply.c:3398 342#, c-format 343msgid "reading from '%s' beyond a symbolic link" 344msgstr "s'està llegint de '%s' més enllà d'un enllaç simbòlic" 345 346#: apply.c:3427 apply.c:3667 347#, c-format 348msgid "path %s has been renamed/deleted" 349msgstr "el camí %s s'ha canviat de nom / s'ha suprimit" 350 351#: apply.c:3510 apply.c:3681 352#, c-format 353msgid "%s: does not exist in index" 354msgstr "%s: no existeix en l'índex" 355 356#: apply.c:3519 apply.c:3689 357#, c-format 358msgid "%s: does not match index" 359msgstr "%s: no coincideix amb l'índex" 360 361#: apply.c:3554 362msgid "repository lacks the necessary blob to fall back on 3-way merge." 363msgstr "" 364"al dipòsit li manca el blob necessari per a retrocedir a una fusió de 3 vies." 365 366#: apply.c:3557 367#, c-format 368msgid "Falling back to three-way merge...\n" 369msgstr "S'està retrocedint a una fusió de 3 vies...\n" 370 371#: apply.c:3573 apply.c:3577 372#, c-format 373msgid "cannot read the current contents of '%s'" 374msgstr "no es poden llegir els continguts actuals de '%s'" 375 376#: apply.c:3589 377#, c-format 378msgid "Failed to fall back on three-way merge...\n" 379msgstr "S'ha fallat en retrocedir a una fusió de 3 vies...\n" 380 381#: apply.c:3603 382#, c-format 383msgid "Applied patch to '%s' with conflicts.\n" 384msgstr "S'ha aplicat el pedaç a '%s' amb conflictes.\n" 385 386#: apply.c:3608 387#, c-format 388msgid "Applied patch to '%s' cleanly.\n" 389msgstr "S'ha aplicat el pedaç a '%s' netament.\n" 390 391#: apply.c:3634 392msgid "removal patch leaves file contents" 393msgstr "el pedaç d'eliminació deixa els continguts dels fitxers" 394 395#: apply.c:3706 396#, c-format 397msgid "%s: wrong type" 398msgstr "%s: tipus erroni" 399 400#: apply.c:3708 401#, c-format 402msgid "%s has type %o, expected %o" 403msgstr "%s és del tipus %o, s'esperava %o" 404 405#: apply.c:3859 apply.c:3861 406#, c-format 407msgid "invalid path '%s'" 408msgstr "camí no vàlid: %s" 409 410#: apply.c:3917 411#, c-format 412msgid "%s: already exists in index" 413msgstr "%s: ja existeix en l'índex" 414 415#: apply.c:3920 416#, c-format 417msgid "%s: already exists in working directory" 418msgstr "%s: ja existeix en el directori de treball" 419 420#: apply.c:3940 421#, c-format 422msgid "new mode (%o) of %s does not match old mode (%o)" 423msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)" 424 425#: apply.c:3945 426#, c-format 427msgid "new mode (%o) of %s does not match old mode (%o) of %s" 428msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s" 429 430#: apply.c:3965 431#, c-format 432msgid "affected file '%s' is beyond a symbolic link" 433msgstr "el fitxer afectat '%s' és més enllà d'un enllaç simbòlic" 434 435#: apply.c:3969 436#, c-format 437msgid "%s: patch does not apply" 438msgstr "%s: el pedaç no s'aplica" 439 440#: apply.c:3984 441#, c-format 442msgid "Checking patch %s..." 443msgstr "S'està comprovant el pedaç %s..." 444 445#: apply.c:4075 446#, c-format 447msgid "sha1 information is lacking or useless for submodule %s" 448msgstr "falta la informació sha1 o és inútil per al submòdul %s" 449 450#: apply.c:4082 451#, c-format 452msgid "mode change for %s, which is not in current HEAD" 453msgstr "canvi de mode per a %s, el qual no està en el HEAD actual" 454 455#: apply.c:4085 456#, c-format 457msgid "sha1 information is lacking or useless (%s)." 458msgstr "falta informació sha1 o és inútil (%s)." 459 460#: apply.c:4090 builtin/checkout.c:233 builtin/reset.c:135 461#, c-format 462msgid "make_cache_entry failed for path '%s'" 463msgstr "make_cache_entry ha fallat per al camí '%s'" 464 465#: apply.c:4094 466#, c-format 467msgid "could not add %s to temporary index" 468msgstr "no s'ha pogut afegir %s a l'index temporal" 469 470#: apply.c:4104 471#, c-format 472msgid "could not write temporary index to %s" 473msgstr "no s'ha pogut escriure l'índex temporal a %s" 474 475#: apply.c:4242 476#, c-format 477msgid "unable to remove %s from index" 478msgstr "no s'ha pogut eliminar %s de l'índex" 479 480#: apply.c:4277 481#, c-format 482msgid "corrupt patch for submodule %s" 483msgstr "pedaç malmès per al submòdul %s" 484 485#: apply.c:4283 486#, c-format 487msgid "unable to stat newly created file '%s'" 488msgstr "no s'ha pogut fer stat al fitxer novament creat '%s'" 489 490#: apply.c:4291 491#, c-format 492msgid "unable to create backing store for newly created file %s" 493msgstr "" 494"no s'ha pogut crear un magatzem de recolzament per al fitxer novament creat " 495"%s" 496 497#: apply.c:4297 apply.c:4441 498#, c-format 499msgid "unable to add cache entry for %s" 500msgstr "no s'ha pogut afegir una entrada de cau per a %s" 501 502#: apply.c:4338 503#, c-format 504msgid "failed to write to '%s'" 505msgstr "s'ha fallat en escriure a '%s'" 506 507#: apply.c:4342 508#, c-format 509msgid "closing file '%s'" 510msgstr "s'està tancant el fitxer '%s'" 511 512#: apply.c:4412 513#, c-format 514msgid "unable to write file '%s' mode %o" 515msgstr "no s'ha pogut escriure el fitxer '%s' mode %o" 516 517#: apply.c:4510 518#, c-format 519msgid "Applied patch %s cleanly." 520msgstr "El pedaç %s s'ha aplicat netament." 521 522#: apply.c:4518 523msgid "internal error" 524msgstr "error intern" 525 526#: apply.c:4521 527#, c-format 528msgid "Applying patch %%s with %d reject..." 529msgid_plural "Applying patch %%s with %d rejects..." 530msgstr[0] "S'està aplicant el pedaç %%s amb %d rebuig..." 531msgstr[1] "S'està aplicant el pedaç %%s amb %d rebuitjos..." 532 533#: apply.c:4532 534#, c-format 535msgid "truncating .rej filename to %.*s.rej" 536msgstr "s'està truncant el nom del fitxer .rej a %.*s.rej" 537 538#: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989 539#, c-format 540msgid "cannot open %s" 541msgstr "no es pot obrir %s" 542 543#: apply.c:4554 544#, c-format 545msgid "Hunk #%d applied cleanly." 546msgstr "El tros #%d s'ha aplicat netament." 547 548#: apply.c:4558 549#, c-format 550msgid "Rejected hunk #%d." 551msgstr "S'ha rebutjat el tros #%d." 552 553#: apply.c:4668 554#, c-format 555msgid "Skipped patch '%s'." 556msgstr "S'ha saltat el pedaç '%s'." 557 558#: apply.c:4676 559msgid "unrecognized input" 560msgstr "entrada no reconeguda" 561 562#: apply.c:4695 563msgid "unable to read index file" 564msgstr "no es pot llegir el fitxer d'índex" 565 566#: apply.c:4833 567#, c-format 568msgid "can't open patch '%s': %s" 569msgstr "no es pot obrir el pedaç '%s': %s" 570 571#: apply.c:4858 572#, c-format 573msgid "squelched %d whitespace error" 574msgid_plural "squelched %d whitespace errors" 575msgstr[0] "s'ha omès %d error d'espai en blanc" 576msgstr[1] "s'han omès %d errors d'espai en blanc" 577 578#: apply.c:4864 apply.c:4879 579#, c-format 580msgid "%d line adds whitespace errors." 581msgid_plural "%d lines add whitespace errors." 582msgstr[0] "%d línia afegeix errors d'espai en blanc." 583msgstr[1] "%d línies afegeixen errors d'espai en blanc." 584 585#: apply.c:4872 586#, c-format 587msgid "%d line applied after fixing whitespace errors." 588msgid_plural "%d lines applied after fixing whitespace errors." 589msgstr[0] "" 590"S'ha aplicat %d línia desprès d'arreglar els errors d'espai en blanc." 591msgstr[1] "" 592"S'han aplicat %d línies desprès d'arreglar els errors d'espai en blanc." 593 594#: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431 595msgid "Unable to write new index file" 596msgstr "no s'ha pogut escriure un fitxer d'índex nou" 597 598#: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280 599#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180 600#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407 601#: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592 602#: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947 603msgid "path" 604msgstr "camí" 605 606#: apply.c:4920 607msgid "don't apply changes matching the given path" 608msgstr "no apliquis els canvis que coincideixin amb el camí donat" 609 610#: apply.c:4923 611msgid "apply changes matching the given path" 612msgstr "aplica els canvis que coincideixin amb el camí donat" 613 614#: apply.c:4925 builtin/am.c:2286 615msgid "num" 616msgstr "número" 617 618#: apply.c:4926 619msgid "remove <num> leading slashes from traditional diff paths" 620msgstr "" 621"elimina <nombre> barres obliqües inicials dels camins de diferència " 622"tradicionals" 623 624#: apply.c:4929 625msgid "ignore additions made by the patch" 626msgstr "ignora afegiments fets pel pedaç" 627 628#: apply.c:4931 629msgid "instead of applying the patch, output diffstat for the input" 630msgstr "" 631"en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada" 632 633#: apply.c:4935 634msgid "show number of added and deleted lines in decimal notation" 635msgstr "mostra el nombre de línies afegides i suprimides en notació decimal" 636 637#: apply.c:4937 638msgid "instead of applying the patch, output a summary for the input" 639msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada" 640 641#: apply.c:4939 642msgid "instead of applying the patch, see if the patch is applicable" 643msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable" 644 645#: apply.c:4941 646msgid "make sure the patch is applicable to the current index" 647msgstr "assegura que el pedaç sigui aplicable a l'índex actual" 648 649#: apply.c:4943 650msgid "apply a patch without touching the working tree" 651msgstr "aplica un pedaç sense tocar l'arbre de treball" 652 653#: apply.c:4945 654msgid "accept a patch that touches outside the working area" 655msgstr "accepta un pedaç que toqui fora de l'àrea de treball" 656 657#: apply.c:4947 658msgid "also apply the patch (use with --stat/--summary/--check)" 659msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)" 660 661#: apply.c:4949 662msgid "attempt three-way merge if a patch does not apply" 663msgstr "intenta una fusió de tres vies si el pedaç no s'aplica" 664 665#: apply.c:4951 666msgid "build a temporary index based on embedded index information" 667msgstr "construeix un índex temporal basat en la informació d'índex incrustada" 668 669#: apply.c:4954 builtin/checkout-index.c:169 builtin/ls-files.c:505 670msgid "paths are separated with NUL character" 671msgstr "els camins se separen amb el caràcter NUL" 672 673#: apply.c:4956 674msgid "ensure at least <n> lines of context match" 675msgstr "assegura't que almenys <n> línies de context coincideixin" 676 677#: apply.c:4957 builtin/am.c:2265 678msgid "action" 679msgstr "acció" 680 681#: apply.c:4958 682msgid "detect new or modified lines that have whitespace errors" 683msgstr "" 684"detecta les línies noves o modificades que tinguin errors d'espai en blanc" 685 686#: apply.c:4961 apply.c:4964 687msgid "ignore changes in whitespace when finding context" 688msgstr "ignora els canvis d'espai en blanc en cercar context" 689 690#: apply.c:4967 691msgid "apply the patch in reverse" 692msgstr "aplica el pedaç al revés" 693 694#: apply.c:4969 695msgid "don't expect at least one line of context" 696msgstr "no esperis almenys una línia de context" 697 698#: apply.c:4971 699msgid "leave the rejected hunks in corresponding *.rej files" 700msgstr "deixa els trossos rebutjats en fitxers *.reg corresponents" 701 702#: apply.c:4973 703msgid "allow overlapping hunks" 704msgstr "permet trossos encavalcants" 705 706#: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19 707#: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593 708#: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114 709msgid "be verbose" 710msgstr "sigues detallat" 711 712#: apply.c:4976 713msgid "tolerate incorrectly detected missing new-line at the end of file" 714msgstr "tolera una línia nova incorrectament detectada al final del fitxer" 715 716#: apply.c:4979 717msgid "do not trust the line counts in the hunk headers" 718msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos" 719 720#: apply.c:4981 builtin/am.c:2274 721msgid "root" 722msgstr "arrel" 723 724#: apply.c:4982 725msgid "prepend <root> to all filenames" 726msgstr "anteposa <arrel> a tots els noms de fitxer" 727 728#: archive.c:12 729msgid "git archive [<options>] <tree-ish> [<path>...]" 730msgstr "git archive [<opcions>] <arbre> [<camí>...]" 731 732#: archive.c:13 733msgid "git archive --list" 734msgstr "git archive --list" 735 736#: archive.c:14 737msgid "" 738"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 739msgstr "" 740"git archive --remote <dipòsit> [--exec <ordre>] [<opcions>] <arbre> " 741"[<camí>...]" 742 743#: archive.c:15 744msgid "git archive --remote <repo> [--exec <cmd>] --list" 745msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list" 746 747#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327 748#, c-format 749msgid "pathspec '%s' did not match any files" 750msgstr "l'especificació de camí '%s' no ha coincidit amb cap fitxer" 751 752#: archive.c:429 753msgid "fmt" 754msgstr "format" 755 756#: archive.c:429 757msgid "archive format" 758msgstr "format d'arxiu" 759 760#: archive.c:430 builtin/log.c:1429 761msgid "prefix" 762msgstr "prefix" 763 764#: archive.c:431 765msgid "prepend prefix to each pathname in the archive" 766msgstr "anteposa el prefix a cada nom de camí en l'arxiu" 767 768#: archive.c:432 builtin/blame.c:2603 builtin/blame.c:2604 builtin/config.c:59 769#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:723 770#: builtin/hash-object.c:101 builtin/ls-files.c:539 builtin/ls-files.c:542 771#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109 772#: parse-options.h:153 773msgid "file" 774msgstr "fitxer" 775 776#: archive.c:433 builtin/archive.c:89 777msgid "write the archive to this file" 778msgstr "escriu l'arxiu a aquest fitxer" 779 780#: archive.c:435 781msgid "read .gitattributes in working directory" 782msgstr "llegeix .gitattributes en el directori de treball" 783 784#: archive.c:436 785msgid "report archived files on stderr" 786msgstr "informa de fitxers arxivats en stderr" 787 788#: archive.c:437 789msgid "store only" 790msgstr "només emmagatzema" 791 792#: archive.c:438 793msgid "compress faster" 794msgstr "comprimeix més ràpidament" 795 796#: archive.c:446 797msgid "compress better" 798msgstr "comprimeix millor" 799 800#: archive.c:449 801msgid "list supported archive formats" 802msgstr "allista els formats d'arxiu admesos" 803 804#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88 805#: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953 806msgid "repo" 807msgstr "dipòsit" 808 809#: archive.c:452 builtin/archive.c:91 810msgid "retrieve the archive from remote repository <repo>" 811msgstr "recupera l'arxiu del dipòsit remot <dipòsit>" 812 813#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485 814msgid "command" 815msgstr "ordre" 816 817#: archive.c:454 builtin/archive.c:93 818msgid "path to the remote git-upload-archive command" 819msgstr "camí a l'ordre git-upload-archive remota" 820 821#: archive.c:461 822msgid "Unexpected option --remote" 823msgstr "Opció inesperada --remote" 824 825#: archive.c:463 826msgid "Option --exec can only be used together with --remote" 827msgstr "L'opció --exec només es pot usar junt amb --remote" 828 829#: archive.c:465 830msgid "Unexpected option --output" 831msgstr "Opció inesperada --output" 832 833#: archive.c:487 834#, c-format 835msgid "Unknown archive format '%s'" 836msgstr "Format d'arxiu desconegut '%s'" 837 838#: archive.c:494 839#, c-format 840msgid "Argument not supported for format '%s': -%d" 841msgstr "Paràmetre no admès per al format '%s': -%d" 842 843#: attr.c:263 844msgid "" 845"Negative patterns are ignored in git attributes\n" 846"Use '\\!' for literal leading exclamation." 847msgstr "" 848"Els patrons negatius s'ignoren en els atributs de git\n" 849"Useu '\\!' per exclamació capdavantera literal." 850 851#: bisect.c:441 852#, c-format 853msgid "Could not open file '%s'" 854msgstr "No s'ha pogut obrir el fitxer '%s'" 855 856#: bisect.c:446 857#, c-format 858msgid "Badly quoted content in file '%s': %s" 859msgstr "Comentari amb cometes dolentes en el fitxer '%s': %s" 860 861#: bisect.c:655 862#, c-format 863msgid "We cannot bisect more!\n" 864msgstr "No podem bisecar més!\n" 865 866#: bisect.c:708 867#, c-format 868msgid "Not a valid commit name %s" 869msgstr "No és un nom de comissió vàlid %s" 870 871#: bisect.c:732 872#, c-format 873msgid "" 874"The merge base %s is bad.\n" 875"This means the bug has been fixed between %s and [%s].\n" 876msgstr "" 877"La base de fusió %s és dolenta.\n" 878"Això vol dir que el defecte s'ha arreglat entre %s i [%s].\n" 879 880#: bisect.c:737 881#, c-format 882msgid "" 883"The merge base %s is new.\n" 884"The property has changed between %s and [%s].\n" 885msgstr "" 886"La base de fusió %s és nova.\n" 887"La propietat s'ha canviat entre %s i [%s].\n" 888 889#: bisect.c:742 890#, c-format 891msgid "" 892"The merge base %s is %s.\n" 893"This means the first '%s' commit is between %s and [%s].\n" 894msgstr "" 895"La base de fusió %s és %s.\n" 896"Això vol dir que la primera comissió '%s' és entre %s i [%s].\n" 897 898#: bisect.c:750 899#, c-format 900msgid "" 901"Some %s revs are not ancestor of the %s rev.\n" 902"git bisect cannot work properly in this case.\n" 903"Maybe you mistook %s and %s revs?\n" 904msgstr "" 905"Unes revisions %s no són els avantpassats de la revisió %s.\n" 906"git bisect no pot funcionar correctament en aquest cas.\n" 907"Potser heu confós les revisions %s i %s?\n" 908 909#: bisect.c:763 910#, c-format 911msgid "" 912"the merge base between %s and [%s] must be skipped.\n" 913"So we cannot be sure the first %s commit is between %s and %s.\n" 914"We continue anyway." 915msgstr "" 916"s'ha de saltar la base de fusió entre %s i [%s].\n" 917"Llavors, no podem estar segurs de que la primera comissió %s sigui entre %s " 918"i %s.\n" 919"Continuem de totes maneres." 920 921#: bisect.c:798 922#, c-format 923msgid "Bisecting: a merge base must be tested\n" 924msgstr "Bisecant: s'ha de provar una base de fusió\n" 925 926#: bisect.c:849 927#, c-format 928msgid "a %s revision is needed" 929msgstr "es necessita una revisió %s" 930 931#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248 932#, c-format 933msgid "could not create file '%s'" 934msgstr "no s'ha pogut crear el fitxer '%s'" 935 936#: bisect.c:917 937#, c-format 938msgid "could not read file '%s'" 939msgstr "no s'ha pogut llegir el fitxer '%s'" 940 941#: bisect.c:947 942msgid "reading bisect refs failed" 943msgstr "la lectura de les referències de bisecció ha fallat" 944 945#: bisect.c:967 946#, c-format 947msgid "%s was both %s and %s\n" 948msgstr "%s era ambdós %s i %s\n" 949 950#: bisect.c:975 951#, c-format 952msgid "" 953"No testable commit found.\n" 954"Maybe you started with bad path parameters?\n" 955msgstr "" 956"No s'ha trobat cap comissió provable.\n" 957"Potser heu començat amb paràmetres de camí dolents?\n" 958 959#: bisect.c:994 960#, c-format 961msgid "(roughly %d step)" 962msgid_plural "(roughly %d steps)" 963msgstr[0] "(aproximadament %d pas)" 964msgstr[1] "(aproximadament %d passos)" 965 966#. TRANSLATORS: the last %s will be replaced with 967#. "(roughly %d steps)" translation 968#: bisect.c:998 969#, c-format 970msgid "Bisecting: %d revision left to test after this %s\n" 971msgid_plural "Bisecting: %d revisions left to test after this %s\n" 972msgstr[0] "Bisecant: manca %d revisió a provar després d'aquesta %s\n" 973msgstr[1] "Bisecant: manquen %d revisions a provar després d'aquesta %s\n" 974 975#: branch.c:53 976#, c-format 977msgid "" 978"\n" 979"After fixing the error cause you may try to fix up\n" 980"the remote tracking information by invoking\n" 981"\"git branch --set-upstream-to=%s%s%s\"." 982msgstr "" 983"\n" 984"Després de corregir la causa de l'error, podeu\n" 985"intentar corregir la informació de seguiment remot\n" 986"invocant \"git branch --set-upstream-to=%s%s%s\"." 987 988#: branch.c:67 989#, c-format 990msgid "Not setting branch %s as its own upstream." 991msgstr "No s'està establint la branca %s com a la seva pròpia font." 992 993#: branch.c:93 994#, c-format 995msgid "Branch %s set up to track remote branch %s from %s by rebasing." 996msgstr "" 997"La branca %s està configurada per a seguir la branca remota %s de %s per " 998"rebasar." 9991000#: branch.c:941001#, c-format1002msgid "Branch %s set up to track remote branch %s from %s."1003msgstr "La branca %s està configurada per a seguir la branca remota %s de %s."10041005#: branch.c:981006#, c-format1007msgid "Branch %s set up to track local branch %s by rebasing."1008msgstr ""1009"La branca %s està configurada per a seguir la branca local %s per rebasar."10101011#: branch.c:991012#, c-format1013msgid "Branch %s set up to track local branch %s."1014msgstr "La branca %s està configurada per a seguir la branca local %s."10151016#: branch.c:1041017#, c-format1018msgid "Branch %s set up to track remote ref %s by rebasing."1019msgstr ""1020"La branca %s està configurada per a seguir la referència remota %s per "1021"rebasar."10221023#: branch.c:1051024#, c-format1025msgid "Branch %s set up to track remote ref %s."1026msgstr "La branca %s està configurada per a seguir la referència remota %s."10271028#: branch.c:1091029#, c-format1030msgid "Branch %s set up to track local ref %s by rebasing."1031msgstr ""1032"La branca %s està configurada per a seguir la referència local %s per "1033"rebasar."10341035#: branch.c:1101036#, c-format1037msgid "Branch %s set up to track local ref %s."1038msgstr "La branca %s està configurada per a seguir la referència local %s."10391040#: branch.c:1191041msgid "Unable to write upstream branch configuration"1042msgstr "No es pot escriure la configuració de la branca font"10431044#: branch.c:1561045#, c-format1046msgid "Not tracking: ambiguous information for ref %s"1047msgstr "No seguint: informació ambigua per a la referència %s"10481049#: branch.c:1851050#, c-format1051msgid "'%s' is not a valid branch name."1052msgstr "'%s' no és un nom de branca vàlid."10531054#: branch.c:1901055#, c-format1056msgid "A branch named '%s' already exists."1057msgstr "Una branca amb nom '%s' ja existeix."10581059#: branch.c:1981060msgid "Cannot force update the current branch."1061msgstr "No es pot actualitzar la branca actual a la força."10621063#: branch.c:2181064#, c-format1065msgid "Cannot setup tracking information; starting point '%s' is not a branch."1066msgstr ""1067"No es pot configurar la informació de seguiment; el punt inicial '%s' no és "1068"una branca."10691070#: branch.c:2201071#, c-format1072msgid "the requested upstream branch '%s' does not exist"1073msgstr "la branca font demanada '%s' no existeix"10741075#: branch.c:2221076msgid ""1077"\n"1078"If you are planning on basing your work on an upstream\n"1079"branch that already exists at the remote, you may need to\n"1080"run \"git fetch\" to retrieve it.\n"1081"\n"1082"If you are planning to push out a new local branch that\n"1083"will track its remote counterpart, you may want to use\n"1084"\"git push -u\" to set the upstream config as you push."1085msgstr ""1086"\n"1087"Si teniu pensat basar el vostre treball en una branca\n"1088"font que ja existeix al remot, pot ser que necessiteu\n"1089"executar \"git fetch\" per a obtenir-la.\n"1090"\n"1091"Si teniu pensat pujar una branca local nova que seguirà\n"1092"la seva contrapart remota, pot ser que vulgueu usar\n"1093"\"git push -u\" per a establir la configuració font\n"1094"mentre pugeu."10951096#: branch.c:2651097#, c-format1098msgid "Not a valid object name: '%s'."1099msgstr "No és un nom d'objecte vàlid: '%s'."11001101#: branch.c:2851102#, c-format1103msgid "Ambiguous object name: '%s'."1104msgstr "Nom d'objecte ambigu: '%s'."11051106#: branch.c:2901107#, c-format1108msgid "Not a valid branch point: '%s'."1109msgstr "No és un punt de ramificació vàlid: '%s'."11101111#: branch.c:3441112#, c-format1113msgid "'%s' is already checked out at '%s'"1114msgstr "'%s' ja s'ha agafat a '%s'"11151116#: branch.c:3631117#, c-format1118msgid "HEAD of working tree %s is not updated"1119msgstr "La HEAD de l'arbre de treball %s no està actualitzat"11201121#: bundle.c:341122#, c-format1123msgid "'%s' does not look like a v2 bundle file"1124msgstr "'%s' no sembla un fitxer de farcell v2"11251126#: bundle.c:611127#, c-format1128msgid "unrecognized header: %s%s (%d)"1129msgstr "capçalera no reconeguda: %s%s (%d)"11301131#: bundle.c:87 sequencer.c:963 builtin/commit.c:7771132#, c-format1133msgid "could not open '%s'"1134msgstr "no s'ha pogut obrir '%s'"11351136#: bundle.c:1391137msgid "Repository lacks these prerequisite commits:"1138msgstr "Al dipòsit li manquen aquestes comissions prerequisits:"11391140#: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:13741141#: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:3481142#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:19091143#: builtin/merge.c:356 builtin/shortlog.c:1701144msgid "revision walk setup failed"1145msgstr "la configuració del passeig per revisions ha fallat"11461147#: bundle.c:1851148#, c-format1149msgid "The bundle contains this ref:"1150msgid_plural "The bundle contains these %d refs:"1151msgstr[0] "El farcell conté aquesta referència:"1152msgstr[1] "El farcell conté aquestes %d referències:"11531154#: bundle.c:1921155msgid "The bundle records a complete history."1156msgstr "El farcell registra una història completa."11571158#: bundle.c:1941159#, c-format1160msgid "The bundle requires this ref:"1161msgid_plural "The bundle requires these %d refs:"1162msgstr[0] "El farcell requereix aquesta referència:"1163msgstr[1] "El farcell requereix aquestes %d referències:"11641165#: bundle.c:2531166msgid "Could not spawn pack-objects"1167msgstr "No s'ha pogut executar el pack-objects"11681169#: bundle.c:2641170msgid "pack-objects died"1171msgstr "El pack-objects s'ha mort"11721173#: bundle.c:3041174msgid "rev-list died"1175msgstr "El rev-list s'ha mort"11761177#: bundle.c:3531178#, c-format1179msgid "ref '%s' is excluded by the rev-list options"1180msgstr "les opcions de la llista de revisions exclouen la referència '%s'"11811182#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:2731183#, c-format1184msgid "unrecognized argument: %s"1185msgstr "paràmetre no reconegut: %s"11861187#: bundle.c:4511188msgid "Refusing to create empty bundle."1189msgstr "S'està refusant crear un farcell buit."11901191#: bundle.c:4631192#, c-format1193msgid "cannot create '%s'"1194msgstr "no es pot crear '%s'"11951196#: bundle.c:4911197msgid "index-pack died"1198msgstr "L'index-pack s'ha mort"11991200#: color.c:2901201#, c-format1202msgid "invalid color value: %.*s"1203msgstr "valor de color no vàlid: %.*s"12041205#: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:14931206#: builtin/am.c:21271207#, c-format1208msgid "could not parse %s"1209msgstr "no s'ha pogut analitzar %s"12101211#: commit.c:421212#, c-format1213msgid "%s %s is not a commit!"1214msgstr "%s %s no és una comissió!"12151216#: commit.c:15141217msgid ""1218"Warning: commit message did not conform to UTF-8.\n"1219"You may want to amend it after fixing the message, or set the config\n"1220"variable i18n.commitencoding to the encoding your project uses.\n"1221msgstr ""1222"Advertència: el missatge de comissió no conformava a UTF-8.\n"1223"Potser voleu esemenar-lo després de corregir el missatge, o establir\n"1224"la variable de configuració i18n.commitencoding a la codificació que\n"1225"usi el vostre projecte.\n"12261227#: compat/obstack.c:406 compat/obstack.c:4081228msgid "memory exhausted"1229msgstr "memòria esgotada"12301231#: config.c:5161232#, c-format1233msgid "bad config line %d in blob %s"1234msgstr "línia de configuració dolenta %d en el blob %s"12351236#: config.c:5201237#, c-format1238msgid "bad config line %d in file %s"1239msgstr "línia de configuració dolenta %d en el fitxer %s"12401241#: config.c:5241242#, c-format1243msgid "bad config line %d in standard input"1244msgstr "línia de configuració dolenta %d en l'entrada estàndard"12451246#: config.c:5281247#, c-format1248msgid "bad config line %d in submodule-blob %s"1249msgstr "línia de configuració dolenta %d en el blob de submòdul %s"12501251#: config.c:5321252#, c-format1253msgid "bad config line %d in command line %s"1254msgstr "línia de configuració dolenta %d en la línia d'ordres %s"12551256#: config.c:5361257#, c-format1258msgid "bad config line %d in %s"1259msgstr "línia de configuració dolenta %d en %s"12601261#: config.c:6551262msgid "out of range"1263msgstr "fora de rang"12641265#: config.c:6551266msgid "invalid unit"1267msgstr "unitat no vàlida"12681269#: config.c:6611270#, c-format1271msgid "bad numeric config value '%s' for '%s': %s"1272msgstr "valor de configuració numèric dolent '%s' per '%s': %s"12731274#: config.c:6661275#, c-format1276msgid "bad numeric config value '%s' for '%s' in blob %s: %s"1277msgstr "valor de configuració numèric dolent '%s' per '%s' en el blob %s: %s"12781279#: config.c:6691280#, c-format1281msgid "bad numeric config value '%s' for '%s' in file %s: %s"1282msgstr "valor de configuració numèric dolent '%s' per '%s' en el fitxer %s: %s"12831284#: config.c:6721285#, c-format1286msgid "bad numeric config value '%s' for '%s' in standard input: %s"1287msgstr ""1288"valor de configuració numèric dolent '%s' per '%s' en l'entrada estàndard: %s"12891290#: config.c:6751291#, c-format1292msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"1293msgstr ""1294"valor de configuració numèric dolent '%s' per '%s' en el blob de submòdul "1295"%s: %s"12961297#: config.c:6781298#, c-format1299msgid "bad numeric config value '%s' for '%s' in command line %s: %s"1300msgstr ""1301"valor de configuració numèric dolent '%s' per '%s' en la línia d'ordres %s: "1302"%s"13031304#: config.c:6811305#, c-format1306msgid "bad numeric config value '%s' for '%s' in %s: %s"1307msgstr "valor de configuració numèric dolent '%s' per '%s' en %s: %s"13081309#: config.c:7681310#, c-format1311msgid "failed to expand user dir in: '%s'"1312msgstr "s'ha fallat en expandir el directori d'usuari en: '%s'"13131314#: config.c:852 config.c:8631315#, c-format1316msgid "bad zlib compression level %d"1317msgstr "nivell de compressió de zlib dolent %d"13181319#: config.c:9781320#, c-format1321msgid "invalid mode for object creation: %s"1322msgstr "mode de creació d'objecte no vàlid: %s"13231324#: config.c:13121325msgid "unable to parse command-line config"1326msgstr "no s'ha pogut analitzar la configuració de la línia d'ordres"13271328#: config.c:13621329msgid "unknown error occurred while reading the configuration files"1330msgstr "un error desconegut ha ocorregut en llegir els fitxers de configuració"13311332#: config.c:17161333#, c-format1334msgid "unable to parse '%s' from command-line config"1335msgstr "no s'ha pogut analitzar '%s' de la configuració de la línia d'ordres"13361337#: config.c:17181338#, c-format1339msgid "bad config variable '%s' in file '%s' at line %d"1340msgstr "variable de configuració dolenta '%s' en el fitxer '%s' a la línia %d"13411342#: config.c:17771343#, c-format1344msgid "%s has multiple values"1345msgstr "%s té múltiples valors"13461347#: config.c:23111348#, c-format1349msgid "could not set '%s' to '%s'"1350msgstr "no s'ha pogut establir '%s' a '%s'"13511352#: config.c:23131353#, c-format1354msgid "could not unset '%s'"1355msgstr "no s'ha pogut desestablir '%s'"13561357#: connect.c:491358msgid "The remote end hung up upon initial contact"1359msgstr "El costat remot ha penjat en el moment de contacte inicial"13601361#: connect.c:511362msgid ""1363"Could not read from remote repository.\n"1364"\n"1365"Please make sure you have the correct access rights\n"1366"and the repository exists."1367msgstr ""1368"No s'ha pogut llegir del dipòsit remot.\n"1369"\n"1370"Si us plau, assegureu-vos que tingueu els drets\n"1371"d'accés correctes i que el dipòsit existeixi."13721373#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:1401374msgid "Checking connectivity"1375msgstr "S'està comprovant la connectivitat"13761377#: connected.c:751378msgid "Could not run 'git rev-list'"1379msgstr "No s'ha pogut executar 'git rev-list'"13801381#: connected.c:951382msgid "failed write to rev-list"1383msgstr "escriptura fallada al rev-list"13841385#: connected.c:1021386msgid "failed to close rev-list's stdin"1387msgstr "s'ha fallat en tancar l'stdin del rev-list"13881389#: convert.c:2011390#, c-format1391msgid ""1392"CRLF will be replaced by LF in %s.\n"1393"The file will have its original line endings in your working directory."1394msgstr ""1395"LF reemplaçarà CRLF en %s.\n"1396"El fitxer tindrà els seus terminadors de línia originals en el vostre "1397"directori de treball."13981399#: convert.c:2051400#, c-format1401msgid "CRLF would be replaced by LF in %s."1402msgstr "LF reemplaçaria CRLF en %s."14031404#: convert.c:2111405#, c-format1406msgid ""1407"LF will be replaced by CRLF in %s.\n"1408"The file will have its original line endings in your working directory."1409msgstr ""1410"CRLF reemplaçarà LF en %s.\n"1411"El fitxer tindrà els seus terminadors de línia originals en el vostre "1412"directori de treball."14131414#: convert.c:2151415#, c-format1416msgid "LF would be replaced by CRLF in %s"1417msgstr "CRLF reemplaçaria LF en %s"14181419#: date.c:971420msgid "in the future"1421msgstr "en el futur"14221423#: date.c:1031424#, c-format1425msgid "%lu second ago"1426msgid_plural "%lu seconds ago"1427msgstr[0] "fa %lu segon"1428msgstr[1] "fa %lu segons"14291430#: date.c:1101431#, c-format1432msgid "%lu minute ago"1433msgid_plural "%lu minutes ago"1434msgstr[0] "fa %lu minut"1435msgstr[1] "fa %lu minuts"14361437#: date.c:1171438#, c-format1439msgid "%lu hour ago"1440msgid_plural "%lu hours ago"1441msgstr[0] "fa %lu hora"1442msgstr[1] "fa %lu hores"14431444#: date.c:1241445#, c-format1446msgid "%lu day ago"1447msgid_plural "%lu days ago"1448msgstr[0] "fa %lu dia"1449msgstr[1] "fa %lu dies"14501451#: date.c:1301452#, c-format1453msgid "%lu week ago"1454msgid_plural "%lu weeks ago"1455msgstr[0] "fa %lu setmana"1456msgstr[1] "fa %lu setmanes"14571458#: date.c:1371459#, c-format1460msgid "%lu month ago"1461msgid_plural "%lu months ago"1462msgstr[0] "fa %lu mes"1463msgstr[1] "fa %lu mesos"14641465#: date.c:1481466#, c-format1467msgid "%lu year"1468msgid_plural "%lu years"1469msgstr[0] "%lu any"1470msgstr[1] "%lu anys"14711472#. TRANSLATORS: "%s" is "<n> years"1473#: date.c:1511474#, c-format1475msgid "%s, %lu month ago"1476msgid_plural "%s, %lu months ago"1477msgstr[0] "fa %s i %lu mes"1478msgstr[1] "fa %s i %lu mesos"14791480#: date.c:156 date.c:1611481#, c-format1482msgid "%lu year ago"1483msgid_plural "%lu years ago"1484msgstr[0] "fa %lu any"1485msgstr[1] "fa %lu anys"14861487#: diffcore-order.c:241488#, c-format1489msgid "failed to read orderfile '%s'"1490msgstr "s'ha fallat en llegir el fitxer d'ordres '%s'"14911492#: diffcore-rename.c:5361493msgid "Performing inexact rename detection"1494msgstr "S'està realitzant una detecció inexacta de canvis de nom"14951496#: diff.c:621497#, c-format1498msgid "option '%s' requires a value"1499msgstr "l'opció '%s' requereix un valor"15001501#: diff.c:1241502#, c-format1503msgid " Failed to parse dirstat cut-off percentage '%s'\n"1504msgstr " S'ha fallat en analitzar el percentatge limitant de dirstat '%s'\n"15051506#: diff.c:1291507#, c-format1508msgid " Unknown dirstat parameter '%s'\n"1509msgstr " Paràmetre de dirstat desconegut '%s'\n"15101511#: diff.c:2831512#, c-format1513msgid "Unknown value for 'diff.submodule' config variable: '%s'"1514msgstr ""1515"Valor desconegut de la variable de configuració de 'diff.submodule': '%s'"15161517#: diff.c:3461518#, c-format1519msgid ""1520"Found errors in 'diff.dirstat' config variable:\n"1521"%s"1522msgstr ""1523"S'han trobat errors en la variable de configuració 'diff.dirstat':\n"1524"%s"15251526#: diff.c:30871527#, c-format1528msgid "external diff died, stopping at %s"1529msgstr "el diff external s'ha mort, s'està aturant a %s"15301531#: diff.c:34121532msgid "--name-only, --name-status, --check and -s are mutually exclusive"1533msgstr "--name-only, --name-status, --check i -s són mutualment exclusius"15341535#: diff.c:35021536msgid "--follow requires exactly one pathspec"1537msgstr "--follow requereix exactament una especificació de camí"15381539#: diff.c:36651540#, c-format1541msgid ""1542"Failed to parse --dirstat/-X option parameter:\n"1543"%s"1544msgstr ""1545"S'ha fallat en analitzar el paràmetre d'opció de --dirstat/-X:\n"1546"%s"15471548#: diff.c:36791549#, c-format1550msgid "Failed to parse --submodule option parameter: '%s'"1551msgstr "S'ha fallat en analitzar el paràmetre d'opció de --submodule: '%s'"15521553#: diff.c:47001554msgid "inexact rename detection was skipped due to too many files."1555msgstr "s'ha saltat la detecció de canvi de nom a causa de massa fitxers."15561557#: diff.c:47031558msgid "only found copies from modified paths due to too many files."1559msgstr ""1560"només s'han trobat còpies des de camins modificats a causa de massa fitxers."15611562#: diff.c:47061563#, c-format1564msgid ""1565"you may want to set your %s variable to at least %d and retry the command."1566msgstr ""1567"potser voleu establir la vostra variable %s a almenys %d i tornar a intentar "1568"l'ordre."15691570#: dir.c:18661571msgid "failed to get kernel name and information"1572msgstr "s'ha fallat en obtenir el nombre i la informació del nucli"15731574#: dir.c:19851575msgid "Untracked cache is disabled on this system or location."1576msgstr ""1577"La memòria cau no seguida està inhabilitada en aquest sistema o ubicació."15781579#: fetch-pack.c:2131580msgid "git fetch-pack: expected shallow list"1581msgstr "git fetch-pack: llista superficial esperada"15821583#: fetch-pack.c:2251584msgid "git fetch-pack: expected ACK/NAK, got EOF"1585msgstr "git fetch-pack: ACK/NAK esperat, EOF rebut"15861587#: fetch-pack.c:2431588#, c-format1589msgid "git fetch-pack: expected ACK/NAK, got '%s'"1590msgstr "git fetch-pack: ACK/NAK esperat, '%s' rebut"15911592#: fetch-pack.c:2951593msgid "--stateless-rpc requires multi_ack_detailed"1594msgstr "--stateless-rpc requereix multi_ack_detailed"15951596#: fetch-pack.c:3811597#, c-format1598msgid "invalid shallow line: %s"1599msgstr "línia de shallow no vàlida: %s"16001601#: fetch-pack.c:3871602#, c-format1603msgid "invalid unshallow line: %s"1604msgstr "línia d'unshallow no vàlida: %s"16051606#: fetch-pack.c:3891607#, c-format1608msgid "object not found: %s"1609msgstr "objecte no trobat: %s"16101611#: fetch-pack.c:3921612#, c-format1613msgid "error in object: %s"1614msgstr "error en objecte: %s"16151616#: fetch-pack.c:3941617#, c-format1618msgid "no shallow found: %s"1619msgstr "no s'ha trobat cap superficial: %s"16201621#: fetch-pack.c:3971622#, c-format1623msgid "expected shallow/unshallow, got %s"1624msgstr "s'esperava shallow/unshallow, s'ha rebut %s"16251626#: fetch-pack.c:4361627#, c-format1628msgid "got %s %d %s"1629msgstr "%s %d %s rebut"16301631#: fetch-pack.c:4501632#, c-format1633msgid "invalid commit %s"1634msgstr "comissió no vàlida %s"16351636#: fetch-pack.c:4831637msgid "giving up"1638msgstr "s'està rendint"16391640#: fetch-pack.c:493 progress.c:2351641msgid "done"1642msgstr "fet"16431644#: fetch-pack.c:5051645#, c-format1646msgid "got %s (%d) %s"1647msgstr "s'ha rebut %s (%d) %s"16481649#: fetch-pack.c:5511650#, c-format1651msgid "Marking %s as complete"1652msgstr "S'està marcant %s com a complet"16531654#: fetch-pack.c:6971655#, c-format1656msgid "already have %s (%s)"1657msgstr "ja es té %s (%s)"16581659#: fetch-pack.c:7351660msgid "fetch-pack: unable to fork off sideband demultiplexer"1661msgstr "fetch-pack: no s'ha pogut bifurcar del demultiplexor de banda lateral"16621663#: fetch-pack.c:7431664msgid "protocol error: bad pack header"1665msgstr "error de protocol: capçalera de paquet dolent"16661667#: fetch-pack.c:7991668#, c-format1669msgid "fetch-pack: unable to fork off %s"1670msgstr "fetch-pack: no es pot bifurcar de %s"16711672#: fetch-pack.c:8151673#, c-format1674msgid "%s failed"1675msgstr "%s ha fallat"16761677#: fetch-pack.c:8171678msgid "error in sideband demultiplexer"1679msgstr "error en demultiplexor de banda lateral"16801681#: fetch-pack.c:8441682msgid "Server does not support shallow clients"1683msgstr "El servidor no permet clients superficials"16841685#: fetch-pack.c:8481686msgid "Server supports multi_ack_detailed"1687msgstr "El servidor accepta multi_ack_detailed"16881689#: fetch-pack.c:8511690msgid "Server supports no-done"1691msgstr "El servidor accepta no-done"16921693#: fetch-pack.c:8571694msgid "Server supports multi_ack"1695msgstr "El servidor accepta multi_ack"16961697#: fetch-pack.c:8611698msgid "Server supports side-band-64k"1699msgstr "El servidor accepta side-band-64k"17001701#: fetch-pack.c:8651702msgid "Server supports side-band"1703msgstr "El servidor accepta banda lateral"17041705#: fetch-pack.c:8691706msgid "Server supports allow-tip-sha1-in-want"1707msgstr "El servidor accepta allow-tip-sha1-in-want"17081709#: fetch-pack.c:8731710msgid "Server supports allow-reachable-sha1-in-want"1711msgstr "El servidor accepta allow-reachable-sha1-in-want"17121713#: fetch-pack.c:8831714msgid "Server supports ofs-delta"1715msgstr "El servidor accepta ofs-delta"17161717#: fetch-pack.c:8901718#, c-format1719msgid "Server version is %.*s"1720msgstr "La versió del servidor és %.*s"17211722#: fetch-pack.c:8961723msgid "Server does not support --shallow-since"1724msgstr "El servidor no admet --shallow-since"17251726#: fetch-pack.c:9001727msgid "Server does not support --shallow-exclude"1728msgstr "El servidor no admet --shallow-exclude"17291730#: fetch-pack.c:9021731msgid "Server does not support --deepen"1732msgstr "El servidor no admet --deepen"17331734#: fetch-pack.c:9131735msgid "no common commits"1736msgstr "cap comissió en comú"17371738#: fetch-pack.c:9251739msgid "git fetch-pack: fetch failed."1740msgstr "git fetch-pack: l'obtenció ha fallat."17411742#: fetch-pack.c:10871743msgid "no matching remote head"1744msgstr "no hi ha cap cap remot coincident"17451746#: gpg-interface.c:1851747msgid "gpg failed to sign the data"1748msgstr "gpg ha fallat en signar les dades"17491750#: gpg-interface.c:2151751msgid "could not create temporary file"1752msgstr "no s'ha pogut crear el fitxer temporal"17531754#: gpg-interface.c:2171755#, c-format1756msgid "failed writing detached signature to '%s'"1757msgstr "s'ha fallat en escriure la signatura separada a '%s'"17581759#: grep.c:17821760#, c-format1761msgid "'%s': unable to read %s"1762msgstr "'%s': no s'ha pogut llegir %s"17631764#: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:1551765#, c-format1766msgid "failed to stat '%s'"1767msgstr "s'ha fallat en fer stat a '%s'"17681769#: grep.c:18101770#, c-format1771msgid "'%s': short read"1772msgstr "'%s': lectura curta"17731774#: help.c:2031775#, c-format1776msgid "available git commands in '%s'"1777msgstr "ordres de git disponibles en '%s'"17781779#: help.c:2101780msgid "git commands available from elsewhere on your $PATH"1781msgstr "ordres de git disponibles d'altres llocs en el vostre $PATH"17821783#: help.c:2411784msgid "These are common Git commands used in various situations:"1785msgstr "Aquestes són ordres del Git comunament usades en diverses situacions:"17861787#: help.c:3061788#, c-format1789msgid ""1790"'%s' appears to be a git command, but we were not\n"1791"able to execute it. Maybe git-%s is broken?"1792msgstr ""1793"'%s' sembla una ordre de git, però no hem pogut\n"1794"executar-la. Pot ser que git-%s estigui estropejat?"17951796#: help.c:3611797msgid "Uh oh. Your system reports no Git commands at all."1798msgstr "Ai. El vostre sistema no informa de cap ordre de Git."17991800#: help.c:3831801#, c-format1802msgid ""1803"WARNING: You called a Git command named '%s', which does not exist.\n"1804"Continuing under the assumption that you meant '%s'"1805msgstr ""1806"ADVERTÈNCIA: Heu invocat una ordre de Git amb nom '%s', la qual no "1807"existeix.\n"1808"S'està continuant sota l'assumpció que volíeu dir '%s'"18091810#: help.c:3881811#, c-format1812msgid "in %0.1f seconds automatically..."1813msgstr "en %0.1f segons automàticament..."18141815#: help.c:3951816#, c-format1817msgid "git: '%s' is not a git command. See 'git --help'."1818msgstr "git: '%s' no és una ordre de git. Vegeu 'git --help'."18191820#: help.c:399 help.c:4651821msgid ""1822"\n"1823"Did you mean this?"1824msgid_plural ""1825"\n"1826"Did you mean one of these?"1827msgstr[0] ""1828"\n"1829"Volíeu dir això?"1830msgstr[1] ""1831"\n"1832"Volíeu dir un d'aquests?"18331834#: help.c:4611835#, c-format1836msgid "%s: %s - %s"1837msgstr "%s: %s - %s"18381839#: ident.c:3341840msgid ""1841"\n"1842"*** Please tell me who you are.\n"1843"\n"1844"Run\n"1845"\n"1846" git config --global user.email \"you@example.com\"\n"1847" git config --global user.name \"Your Name\"\n"1848"\n"1849"to set your account's default identity.\n"1850"Omit --global to set the identity only in this repository.\n"1851"\n"1852msgstr ""1853"\n"1854"*** Si us plau, digueu-me qui sou.\n"1855"\n"1856"Executeu\n"1857"\n"1858" git config --global user.email \"vós@example.com\"\n"1859" git config --global user.name \"El Vostre Nom\"\n"1860"\n"1861"per a establir la identitat predeterminat del vostre compte.\n"1862"Ometeu --global per a establir la identitat només en aquest dipòsit.\n"18631864#: lockfile.c:1521865#, c-format1866msgid ""1867"Unable to create '%s.lock': %s.\n"1868"\n"1869"Another git process seems to be running in this repository, e.g.\n"1870"an editor opened by 'git commit'. Please make sure all processes\n"1871"are terminated then try again. If it still fails, a git process\n"1872"may have crashed in this repository earlier:\n"1873"remove the file manually to continue."1874msgstr ""1875"No s'ha pogut crear '%s.lock': %s.\n"1876"\n"1877"Sembla que un altre procés de git s'està executant en aquest\n"1878"dipòsit, per exemple, un editor obert per 'git commit'. Si us\n"1879"plau, assegureu-vos que tots els processos s'hagin terminat i\n"1880"llavors trobeu de nou. Si encara falla, potser que un procés de\n"1881"git ha tingut una pana:\n"1882"elimineu el fitxer manualment per a continuar."18831884#: lockfile.c:1601885#, c-format1886msgid "Unable to create '%s.lock': %s"1887msgstr "No s'ha pogut crear '%s.lock': %s"18881889#: merge.c:411890msgid "failed to read the cache"1891msgstr "s'ha fallat en llegir la memòria cau"18921893#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:3741894#: builtin/checkout.c:588 builtin/clone.c:7311895msgid "unable to write new index file"1896msgstr "no s'ha pogut escriure un fitxer d'índex nou"18971898#: merge-recursive.c:2091899msgid "(bad commit)\n"1900msgstr "(comissió dolenta)\n"19011902#: merge-recursive.c:2311903#, c-format1904msgid "addinfo_cache failed for path '%s'"1905msgstr "addinfo_cache ha fallat per al camí '%s'"19061907#: merge-recursive.c:3011908msgid "error building trees"1909msgstr "error en construir arbres"19101911#: merge-recursive.c:7201912#, c-format1913msgid "failed to create path '%s'%s"1914msgstr "s'ha fallat en crear el camí '%s'%s"19151916#: merge-recursive.c:7311917#, c-format1918msgid "Removing %s to make room for subdirectory\n"1919msgstr "S'està eliminant %s per a fer espai per al subdirectori\n"19201921#: merge-recursive.c:745 merge-recursive.c:7641922msgid ": perhaps a D/F conflict?"1923msgstr ": potser un conflicte D/F?"19241925#: merge-recursive.c:7541926#, c-format1927msgid "refusing to lose untracked file at '%s'"1928msgstr "s'està refusant perdre el fitxer no seguit a '%s'"19291930#: merge-recursive.c:796 builtin/cat-file.c:341931#, c-format1932msgid "cannot read object %s '%s'"1933msgstr "no es pot llegir l'objecte %s '%s'"19341935#: merge-recursive.c:7981936#, c-format1937msgid "blob expected for %s '%s'"1938msgstr "blob esperat per a %s '%s'"19391940#: merge-recursive.c:8221941#, c-format1942msgid "failed to open '%s': %s"1943msgstr "s'ha fallat en obrir '%s': %s"19441945#: merge-recursive.c:8331946#, c-format1947msgid "failed to symlink '%s': %s"1948msgstr "s'ha fallat en fer l'enllaç simbòlic '%s': %s"19491950#: merge-recursive.c:8381951#, c-format1952msgid "do not know what to do with %06o %s '%s'"1953msgstr "no se sap què fer amb %06o %s '%s'"19541955#: merge-recursive.c:9781956msgid "Failed to execute internal merge"1957msgstr "S'ha fallat en executar la fusió interna"19581959#: merge-recursive.c:9821960#, c-format1961msgid "Unable to add %s to database"1962msgstr "no s'ha pogut afegir %s a la base de dades"19631964#: merge-recursive.c:1081 merge-recursive.c:10951965#, c-format1966msgid ""1967"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "1968"in tree."1969msgstr ""1970"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "1971"s'ha deixat en l'arbre."19721973#: merge-recursive.c:1087 merge-recursive.c:11001974#, c-format1975msgid ""1976"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "1977"in tree at %s."1978msgstr ""1979"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s "1980"s'ha deixat en l'arbre a %s."19811982#: merge-recursive.c:11431983msgid "rename"1984msgstr "canvi de nom"19851986#: merge-recursive.c:11431987msgid "renamed"1988msgstr "canviat de nom"19891990#: merge-recursive.c:12001991#, c-format1992msgid "%s is a directory in %s adding as %s instead"1993msgstr "%s és un directori en %s; s'està afegint com a %s en lloc d'això"19941995#: merge-recursive.c:12251996#, c-format1997msgid ""1998"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"1999"\"->\"%s\" in \"%s\"%s"2000msgstr ""2001"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la "2002"branca \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s"20032004#: merge-recursive.c:12302005msgid " (left unresolved)"2006msgstr " (deixat sense resolució)"20072008#: merge-recursive.c:12922009#, c-format2010msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"2011msgstr ""2012"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de "2013"nom %s->%s en %s"20142015#: merge-recursive.c:13252016#, c-format2017msgid "Renaming %s to %s and %s to %s instead"2018msgstr "S'està canviant el nom de %s a %s i %s a %s en lloc d'això"20192020#: merge-recursive.c:15312021#, c-format2022msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"2023msgstr ""2024"CONFLICTE (canvi de nom/afegiment): Canvi de nom %s->%s en %s. %s afegit en "2025"%s"20262027#: merge-recursive.c:15462028#, c-format2029msgid "Adding merged %s"2030msgstr "S'està afegint %s fusionat"20312032#: merge-recursive.c:1553 merge-recursive.c:17662033#, c-format2034msgid "Adding as %s instead"2035msgstr "S'està afegint com a %s en lloc d'això"20362037#: merge-recursive.c:16102038#, c-format2039msgid "cannot read object %s"2040msgstr "no es pot llegir l'objecte %s"20412042#: merge-recursive.c:16132043#, c-format2044msgid "object %s is not a blob"2045msgstr "l'objecte %s no és un blob"20462047#: merge-recursive.c:16662048msgid "modify"2049msgstr "modificació"20502051#: merge-recursive.c:16662052msgid "modified"2053msgstr "modificat"20542055#: merge-recursive.c:16762056msgid "content"2057msgstr "contingut"20582059#: merge-recursive.c:16832060msgid "add/add"2061msgstr "afegiment/afegiment"20622063#: merge-recursive.c:17182064#, c-format2065msgid "Skipped %s (merged same as existing)"2066msgstr "S'ha saltat %s (el fusionat és igual a l'existent)"20672068#: merge-recursive.c:17322069#, c-format2070msgid "Auto-merging %s"2071msgstr "S'està autofusionant %s"20722073#: merge-recursive.c:1736 git-submodule.sh:9242074msgid "submodule"2075msgstr "submòdul"20762077#: merge-recursive.c:17372078#, c-format2079msgid "CONFLICT (%s): Merge conflict in %s"2080msgstr "CONFLICTE (%s): Conflicte de fusió en %s"20812082#: merge-recursive.c:18312083#, c-format2084msgid "Removing %s"2085msgstr "S'està eliminant %s"20862087#: merge-recursive.c:18572088msgid "file/directory"2089msgstr "fitxer/directori"20902091#: merge-recursive.c:18632092msgid "directory/file"2093msgstr "directori/fitxer"20942095#: merge-recursive.c:18682096#, c-format2097msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"2098msgstr ""2099"CONFLICTE (%s): Hi ha un directori amb nom %s en %s. S'està afegint %s com a "2100"%s"21012102#: merge-recursive.c:18772103#, c-format2104msgid "Adding %s"2105msgstr "S'està afegint %s"21062107#: merge-recursive.c:19142108msgid "Already up-to-date!"2109msgstr "Ja està al dia!"21102111#: merge-recursive.c:19232112#, c-format2113msgid "merging of trees %s and %s failed"2114msgstr "la fusió dels arbres %s i %s ha fallat"21152116#: merge-recursive.c:20062117msgid "Merging:"2118msgstr "Fusionant:"21192120#: merge-recursive.c:20192121#, c-format2122msgid "found %u common ancestor:"2123msgid_plural "found %u common ancestors:"2124msgstr[0] "s'ha trobat %u avantpassat en comú:"2125msgstr[1] "s'han trobat %u avantpassats en comú:"21262127#: merge-recursive.c:20582128msgid "merge returned no commit"2129msgstr "la fusió no ha retornat cap comissió"21302131#: merge-recursive.c:21212132#, c-format2133msgid "Could not parse object '%s'"2134msgstr "No s'ha pogut analitzar l'objecte '%s'"21352136#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:7882137msgid "Unable to write index."2138msgstr "No s'ha pogut escriure l'índex."21392140#: notes-merge.c:2732141#, c-format2142msgid ""2143"You have not concluded your previous notes merge (%s exists).\n"2144"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "2145"commit/abort the previous merge before you start a new notes merge."2146msgstr ""2147"No heu conclòs la vostra fusió de notes prèvia (%s existeix).\n"2148"Si us plau, useu 'git notes merge --commit' o 'git notes merge --abort' per "2149"a cometre/avortar la fusió prèvia abans de començar una fusió de notes nova."21502151#: notes-merge.c:2802152#, c-format2153msgid "You have not concluded your notes merge (%s exists)."2154msgstr "No heu conclòs la vostra fusió de notes (%s existeix)."21552156#: notes-utils.c:412157msgid "Cannot commit uninitialized/unreferenced notes tree"2158msgstr "No es pot cometre un arbre de notes no inicialitzat / no referenciat"21592160#: notes-utils.c:1002161#, c-format2162msgid "Bad notes.rewriteMode value: '%s'"2163msgstr "Valor de notes.rewriteMode dolent: '%s'"21642165#: notes-utils.c:1102166#, c-format2167msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2168msgstr "S'està refusant reescriure les notes en %s (fora de refs/notes/)"21692170#. TRANSLATORS: The first %s is the name of the2171#. environment variable, the second %s is its value2172#: notes-utils.c:1372173#, c-format2174msgid "Bad %s value: '%s'"2175msgstr "Valor dolent de %s: '%s'"21762177#: object.c:2422178#, c-format2179msgid "unable to parse object: %s"2180msgstr "no s'ha pogut analitzar l'objecte: %s"21812182#: parse-options.c:5722183msgid "..."2184msgstr "..."21852186#: parse-options.c:5902187#, c-format2188msgid "usage: %s"2189msgstr "ús: %s"21902191#. TRANSLATORS: the colon here should align with the2192#. one in "usage: %s" translation2193#: parse-options.c:5942194#, c-format2195msgid " or: %s"2196msgstr " o: %s"21972198#: parse-options.c:5972199#, c-format2200msgid " %s"2201msgstr " %s"22022203#: parse-options.c:6312204msgid "-NUM"2205msgstr "-NUM"22062207#: parse-options-cb.c:1082208#, c-format2209msgid "malformed object name '%s'"2210msgstr "nom d'objecte mal format '%s'"22112212#: path.c:8262213#, c-format2214msgid "Could not make %s writable by group"2215msgstr "No s'ha pogut fer %s escrivible pel grup"22162217#: pathspec.c:1332218msgid "global 'glob' and 'noglob' pathspec settings are incompatible"2219msgstr ""2220"els ajusts d'especificació de camí 'glob' i 'noglob' globals són "2221"incompatibles"22222223#: pathspec.c:1432224msgid ""2225"global 'literal' pathspec setting is incompatible with all other global "2226"pathspec settings"2227msgstr ""2228"l'ajust d'especificació de camí 'literal' global és incompatible amb tots "2229"els altres ajusts d'especificació de camí globals"22302231#: pathspec.c:1772232msgid "invalid parameter for pathspec magic 'prefix'"2233msgstr "paràmetre no vàlid per a la màgia d'especificació de camí 'prefix'"22342235#: pathspec.c:1832236#, c-format2237msgid "Invalid pathspec magic '%.*s' in '%s'"2238msgstr "Màgia d'especificació de camí no vàlida '%.*s' en '%s'"22392240#: pathspec.c:1872241#, c-format2242msgid "Missing ')' at the end of pathspec magic in '%s'"2243msgstr "')' mancant al final de la màgia d'especificació de camí en '%s'"22442245#: pathspec.c:2052246#, c-format2247msgid "Unimplemented pathspec magic '%c' in '%s'"2248msgstr "Màgia d'especificació de camí no implementada '%c' en '%s'"22492250#: pathspec.c:2302251#, c-format2252msgid "%s: 'literal' and 'glob' are incompatible"2253msgstr "%s: 'literal' i 'glob' són incompatibles"22542255#: pathspec.c:2412256#, c-format2257msgid "%s: '%s' is outside repository"2258msgstr "%s: '%s' és fora del dipòsit"22592260#: pathspec.c:2912261#, c-format2262msgid "Pathspec '%s' is in submodule '%.*s'"2263msgstr "L'especificació '%s' és en el submòdul '%.*s'"22642265#: pathspec.c:3532266#, c-format2267msgid "%s: pathspec magic not supported by this command: %s"2268msgstr ""2269"%s: aquesta ordre no és compatible amb la màgia d'especificació de camí: %s"22702271#: pathspec.c:4082272msgid ""2273"empty strings as pathspecs will be made invalid in upcoming releases. please "2274"use . instead if you meant to match all paths"2275msgstr ""2276"es faran no vàlides les cadenes buides com especificacions de camí en "2277"versions futures. si us plau, useu . en lloc d'això si volíeu coincidir amb "2278"tots els camins"22792280#: pathspec.c:4402281#, c-format2282msgid "pathspec '%s' is beyond a symbolic link"2283msgstr "l'especificació de camí '%s' és més enllà d'un enllaç simbòlic"22842285#: pathspec.c:4492286msgid ""2287"There is nothing to exclude from by :(exclude) patterns.\n"2288"Perhaps you forgot to add either ':/' or '.' ?"2289msgstr ""2290"No hi ha res a excloure per patrons :(exclusió).\n"2291"Potser heu oblidat afegir o ':/' o '.' ?"22922293#: pretty.c:9712294msgid "unable to parse --pretty format"2295msgstr "no s'ha pogut analitzar el format --pretty"22962297#: read-cache.c:13152298#, c-format2299msgid ""2300"index.version set, but the value is invalid.\n"2301"Using version %i"2302msgstr ""2303"index.version està establerta, però el valor no és vàlid.\n"2304"S'està usant la versió %i"23052306#: read-cache.c:13252307#, c-format2308msgid ""2309"GIT_INDEX_VERSION set, but the value is invalid.\n"2310"Using version %i"2311msgstr ""2312"GIT_INDEX_VERSION està establerta, però el valor no és vàlid.\n"2313"S'està usant la versió %i"23142315#: refs.c:576 builtin/merge.c:8402316#, c-format2317msgid "Could not open '%s' for writing"2318msgstr "No s'ha pogut obrir '%s' per a escriptura"23192320#: refs/files-backend.c:24812321#, c-format2322msgid "could not delete reference %s: %s"2323msgstr "no s'ha pogut suprimir la referència %s: %s"23242325#: refs/files-backend.c:24842326#, c-format2327msgid "could not delete references: %s"2328msgstr "no s'ha pogut suprimir les referències: %s"23292330#: refs/files-backend.c:24932331#, c-format2332msgid "could not remove reference %s"2333msgstr "no s'ha pogut eliminar la referència %s"23342335#: ref-filter.c:552336#, c-format2337msgid "expected format: %%(color:<color>)"2338msgstr "format esperat: %%(color:<color>)"23392340#: ref-filter.c:572341#, c-format2342msgid "unrecognized color: %%(color:%s)"2343msgstr "color no reconegut: %%(color:%s)"23442345#: ref-filter.c:712346#, c-format2347msgid "unrecognized format: %%(%s)"2348msgstr "format no reconegut: %%(%s)"23492350#: ref-filter.c:772351#, c-format2352msgid "%%(body) does not take arguments"2353msgstr "%%(body) no accepta paràmetres"23542355#: ref-filter.c:842356#, c-format2357msgid "%%(subject) does not take arguments"2358msgstr "%%(subject) no accepta paràmetres"23592360#: ref-filter.c:1012361#, c-format2362msgid "positive value expected contents:lines=%s"2363msgstr "valor positiu esperat contents:lines=%s"23642365#: ref-filter.c:1032366#, c-format2367msgid "unrecognized %%(contents) argument: %s"2368msgstr "paràmetre %%(contents) no reconegut: %s"23692370#: ref-filter.c:1132371#, c-format2372msgid "unrecognized %%(objectname) argument: %s"2373msgstr "paràmetre %%(objectname) no reconegut: %s"23742375#: ref-filter.c:1352376#, c-format2377msgid "expected format: %%(align:<width>,<position>)"2378msgstr "format esperat: %%(align:<amplada>,<posició>)"23792380#: ref-filter.c:1472381#, c-format2382msgid "unrecognized position:%s"2383msgstr "posició no reconeguda:%s"23842385#: ref-filter.c:1512386#, c-format2387msgid "unrecognized width:%s"2388msgstr "amplada no reconeguda:%s"23892390#: ref-filter.c:1572391#, c-format2392msgid "unrecognized %%(align) argument: %s"2393msgstr "paràmetre %%(align) no reconegut: %s"23942395#: ref-filter.c:1612396#, c-format2397msgid "positive width expected with the %%(align) atom"2398msgstr "amplada positiva esperada amb l'àtom %%(align)"23992400#: ref-filter.c:2442401#, c-format2402msgid "malformed field name: %.*s"2403msgstr "nom de camp mal format: %.*s"24042405#: ref-filter.c:2702406#, c-format2407msgid "unknown field name: %.*s"2408msgstr "nom de camp desconegut: %.*s"24092410#: ref-filter.c:3722411#, c-format2412msgid "format: %%(end) atom used without corresponding atom"2413msgstr "format: s'ha usat l'àtom %%(end) sense l'àtom corresponent"24142415#: ref-filter.c:4242416#, c-format2417msgid "malformed format string %s"2418msgstr "cadena de format mal format %s"24192420#: ref-filter.c:8782421msgid ":strip= requires a positive integer argument"2422msgstr ":strip= requereix un paràmetre enter positiu"24232424#: ref-filter.c:8832425#, c-format2426msgid "ref '%s' does not have %ld components to :strip"2427msgstr "la referència '%s' no té %ld components per a :strip"24282429#: ref-filter.c:10462430#, c-format2431msgid "unknown %.*s format %s"2432msgstr "format de %.*s desconegut %s"24332434#: ref-filter.c:1066 ref-filter.c:10972435#, c-format2436msgid "missing object %s for %s"2437msgstr "manca l'objecte %s per a %s"24382439#: ref-filter.c:1069 ref-filter.c:11002440#, c-format2441msgid "parse_object_buffer failed on %s for %s"2442msgstr "parse_object_buffer ha fallat en %s per a %s"24432444#: ref-filter.c:13112445#, c-format2446msgid "malformed object at '%s'"2447msgstr "objecte mal format a '%s'"24482449#: ref-filter.c:13732450#, c-format2451msgid "ignoring ref with broken name %s"2452msgstr "s'està ignorant la referència amb nom trencat %s"24532454#: ref-filter.c:13782455#, c-format2456msgid "ignoring broken ref %s"2457msgstr "s'està ignorant la referència trencada %s"24582459#: ref-filter.c:16332460#, c-format2461msgid "format: %%(end) atom missing"2462msgstr "format: manca l'àtom %%(end)"24632464#: ref-filter.c:16872465#, c-format2466msgid "malformed object name %s"2467msgstr "nom d'objecte %s mal format"24682469#: remote.c:7462470#, c-format2471msgid "Cannot fetch both %s and %s to %s"2472msgstr "No es pot obtenir ambdós %s i %s a %s"24732474#: remote.c:7502475#, c-format2476msgid "%s usually tracks %s, not %s"2477msgstr "%s generalment segueix %s, no %s"24782479#: remote.c:7542480#, c-format2481msgid "%s tracks both %s and %s"2482msgstr "%s segueix ambdós %s i %s"24832484#: remote.c:7622485msgid "Internal error"2486msgstr "Error intern"24872488#: remote.c:1677 remote.c:17202489msgid "HEAD does not point to a branch"2490msgstr "HEAD no assenyala cap branca"24912492#: remote.c:16862493#, c-format2494msgid "no such branch: '%s'"2495msgstr "no hi ha tal branca: '%s'"24962497#: remote.c:16892498#, c-format2499msgid "no upstream configured for branch '%s'"2500msgstr "cap font configurada per a la branca '%s'"25012502#: remote.c:16952503#, c-format2504msgid "upstream branch '%s' not stored as a remote-tracking branch"2505msgstr "la branca font '%s' no s'emmagatzema com a branca amb seguiment remot"25062507#: remote.c:17102508#, c-format2509msgid "push destination '%s' on remote '%s' has no local tracking branch"2510msgstr ""2511"el destí de pujada '%s' en el remot '%s' no té cap branca seguidora local"25122513#: remote.c:17252514#, c-format2515msgid "branch '%s' has no remote for pushing"2516msgstr "la branca '%s' no té cap remot al qual pujar"25172518#: remote.c:17362519#, c-format2520msgid "push refspecs for '%s' do not include '%s'"2521msgstr "les especificacions de referència de '%s' no inclouen '%s'"25222523#: remote.c:17492524msgid "push has no destination (push.default is 'nothing')"2525msgstr "push no té destí (push.default és 'nothing')"25262527#: remote.c:17712528msgid "cannot resolve 'simple' push to a single destination"2529msgstr "no es pot resoldre una pujada 'simple' a un sol destí"25302531#: remote.c:20732532#, c-format2533msgid "Your branch is based on '%s', but the upstream is gone.\n"2534msgstr "La vostra branca està basada en '%s', però la font no hi és.\n"25352536#: remote.c:20772537msgid " (use \"git branch --unset-upstream\" to fixup)\n"2538msgstr " (useu \"git branch --unset-upstream\" per a arreglar)\n"25392540#: remote.c:20802541#, c-format2542msgid "Your branch is up-to-date with '%s'.\n"2543msgstr "La vostra branca està al dia amb '%s'.\n"25442545#: remote.c:20842546#, c-format2547msgid "Your branch is ahead of '%s' by %d commit.\n"2548msgid_plural "Your branch is ahead of '%s' by %d commits.\n"2549msgstr[0] "La vostra branca està davant de '%s' per %d comissió.\n"2550msgstr[1] "La vostra branca està davant de '%s' per %d comissions.\n"25512552#: remote.c:20902553msgid " (use \"git push\" to publish your local commits)\n"2554msgstr " (useu \"git push\" per a publicar les vostres comissions locals)\n"25552556#: remote.c:20932557#, c-format2558msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"2559msgid_plural ""2560"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"2561msgstr[0] ""2562"La vostra branca està darrere de '%s' per %d comissió, i pot avançar-se "2563"ràpidament.\n"2564msgstr[1] ""2565"La vostra branca està darrere de '%s' per %d comissions, i pot avançar-se "2566"ràpidament.\n"25672568#: remote.c:21012569msgid " (use \"git pull\" to update your local branch)\n"2570msgstr " (useu \"git pull\" per a actualitzar la vostra branca local)\n"25712572#: remote.c:21042573#, c-format2574msgid ""2575"Your branch and '%s' have diverged,\n"2576"and have %d and %d different commit each, respectively.\n"2577msgid_plural ""2578"Your branch and '%s' have diverged,\n"2579"and have %d and %d different commits each, respectively.\n"2580msgstr[0] ""2581"La vostra branca i '%s' s'han divergit,\n"2582"i tenen %d i %d comissió distinta cada una, respectivament.\n"2583msgstr[1] ""2584"La vostra branca i '%s' s'han divergit,\n"2585"i tenen %d i %d comissions distintes cada una, respectivament.\n"25862587#: remote.c:21142588msgid " (use \"git pull\" to merge the remote branch into yours)\n"2589msgstr " (useu \"git pull\" per a fusionar la branca remota a la vostra)\n"25902591#: revision.c:21582592msgid "your current branch appears to be broken"2593msgstr "la vostra branca actual sembla trencada"25942595#: revision.c:21612596#, c-format2597msgid "your current branch '%s' does not have any commits yet"2598msgstr "la vostra branca actual '%s' encara no té cap comissió"25992600#: revision.c:23552601msgid "--first-parent is incompatible with --bisect"2602msgstr "--first-parent és incompatible amb --bisect"26032604#: run-command.c:1062605msgid "open /dev/null failed"2606msgstr "s'ha fallat en obrir /dev/null"26072608#: run-command.c:1082609#, c-format2610msgid "dup2(%d,%d) failed"2611msgstr "dup2(%d,%d) ha fallat"26122613#: send-pack.c:2972614msgid "failed to sign the push certificate"2615msgstr "s'ha fallat en signar el certificat de pujada"26162617#: send-pack.c:4102618msgid "the receiving end does not support --signed push"2619msgstr "el destí receptor no admet pujar --signed"26202621#: send-pack.c:4122622msgid ""2623"not sending a push certificate since the receiving end does not support --"2624"signed push"2625msgstr ""2626"no s'està enviant una certificació de pujada perquè el destí receptor no "2627"admet pujar --signed"26282629#: send-pack.c:4242630msgid "the receiving end does not support --atomic push"2631msgstr "el destí receptor no admet pujar --atomic"26322633#: send-pack.c:4292634msgid "the receiving end does not support push options"2635msgstr "el destí receptor no admet opcions de pujada"26362637#: sequencer.c:1712638msgid "revert"2639msgstr "revertir"26402641#: sequencer.c:1712642msgid "cherry-pick"2643msgstr "recollir cireres"26442645#: sequencer.c:2282646msgid ""2647"after resolving the conflicts, mark the corrected paths\n"2648"with 'git add <paths>' or 'git rm <paths>'"2649msgstr ""2650"després de resoldre els conflictes, marqueu els camins\n"2651"corregits amb 'git add <camins>' o 'git rm <camins>'"26522653#: sequencer.c:2312654msgid ""2655"after resolving the conflicts, mark the corrected paths\n"2656"with 'git add <paths>' or 'git rm <paths>'\n"2657"and commit the result with 'git commit'"2658msgstr ""2659"després de resoldre els conflictes, marqueu els camins\n"2660"corregits amb 'git add <camins>' o 'git rm <camins>'\n"2661"i cometeu el resultat amb 'git commit'"26622663#: sequencer.c:244 sequencer.c:12092664#, c-format2665msgid "could not lock '%s'"2666msgstr "no s'ha pogut bloquejar '%s'"26672668#: sequencer.c:247 sequencer.c:1125 sequencer.c:12142669#, c-format2670msgid "could not write to '%s'"2671msgstr "no s'ha pogut escriure a '%s'"26722673#: sequencer.c:2512674#, c-format2675msgid "could not write eol to '%s'"2676msgstr "no s'ha pogut escriure el terminador de línia a '%s'"26772678#: sequencer.c:255 sequencer.c:1130 sequencer.c:12162679#, c-format2680msgid "failed to finalize '%s'."2681msgstr "s'ha fallat en finalitzar '%s'."26822683#: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:10322684#, c-format2685msgid "could not read '%s'"2686msgstr "no s'ha pogut llegir '%s'"26872688#: sequencer.c:3052689#, c-format2690msgid "your local changes would be overwritten by %s."2691msgstr "els vostres canvis locals se sobreescriurien per %s."26922693#: sequencer.c:3092694msgid "commit your changes or stash them to proceed."2695msgstr "cometeu els vostres canvis o emmagatzemeu-los per a procedir."26962697#: sequencer.c:3242698#, c-format2699msgid "%s: fast-forward"2700msgstr "%s: avanç ràpid"27012702#. TRANSLATORS: %s will be "revert" or "cherry-pick"2703#: sequencer.c:3992704#, c-format2705msgid "%s: Unable to write new index file"2706msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"27072708#: sequencer.c:4182709msgid "could not resolve HEAD commit\n"2710msgstr "no s'ha pogut resoldre la comissió HEAD\n"27112712#: sequencer.c:4382713msgid "unable to update cache tree\n"2714msgstr "no s'ha pogut actualitzar l'arbre cau\n"27152716#: sequencer.c:4832717#, c-format2718msgid ""2719"you have staged changes in your working tree\n"2720"If these changes are meant to be squashed into the previous commit, run:\n"2721"\n"2722" git commit --amend %s\n"2723"\n"2724"If they are meant to go into a new commit, run:\n"2725"\n"2726" git commit %s\n"2727"\n"2728"In both cases, once you're done, continue with:\n"2729"\n"2730" git rebase --continue\n"2731msgstr ""2732"teniu canvis allistats en el vostre arbre de treball\n"2733"Si aquests canvis són per a aixafar-se a la comissió prèvia, executeu:\n"2734"\n"2735" git commit --amend %s\n"2736"\n"2737"Si són per a formar una comissió nova, executeu:\n"2738"\n"2739" git commit %s\n"2740"\n"2741"En ambdós cassos, quan hàgiu terminat, continueu amb:\n"2742"\n"2743" git rebase --continue\n"27442745#: sequencer.c:5672746#, c-format2747msgid "could not parse commit %s\n"2748msgstr "no s'ha pogut analitzar la comissió %s\n"27492750#: sequencer.c:5722751#, c-format2752msgid "could not parse parent commit %s\n"2753msgstr "no s'ha pogut analitzar la comissió mare %s\n"27542755#: sequencer.c:6562756msgid "your index file is unmerged."2757msgstr "el vostre fitxer d'índex està sense fusionar."27582759#: sequencer.c:6752760#, c-format2761msgid "commit %s is a merge but no -m option was given."2762msgstr "la comissió %s és una fusió però no s'ha donat cap opció -m."27632764#: sequencer.c:6832765#, c-format2766msgid "commit %s does not have parent %d"2767msgstr "la comissió %s no té mare %d"27682769#: sequencer.c:6872770#, c-format2771msgid "mainline was specified but commit %s is not a merge."2772msgstr ""2773"s'ha especificat la línia principal però la comissió %s no és una fusió."27742775#. TRANSLATORS: The first %s will be a "todo" command like2776#. "revert" or "pick", the second %s a SHA1.2777#: sequencer.c:7002778#, c-format2779msgid "%s: cannot parse parent commit %s"2780msgstr "%s: no es pot analitzar la comissió mare %s"27812782#: sequencer.c:7052783#, c-format2784msgid "cannot get commit message for %s"2785msgstr "no es pot obtenir el missatge de comissió de %s"27862787#: sequencer.c:7972788#, c-format2789msgid "could not revert %s... %s"2790msgstr "no s'ha pogut revertir %s... %s"27912792#: sequencer.c:7982793#, c-format2794msgid "could not apply %s... %s"2795msgstr "no s'ha pogut aplicar %s... %s"27962797#: sequencer.c:8332798msgid "empty commit set passed"2799msgstr "conjunt de comissions buit passat"28002801#: sequencer.c:8432802#, c-format2803msgid "git %s: failed to read the index"2804msgstr "git %s: s'ha fallat en llegir l'índex"28052806#: sequencer.c:8502807#, c-format2808msgid "git %s: failed to refresh the index"2809msgstr "git %s: s'ha fallat en actualitzar l'índex"28102811#: sequencer.c:9442812#, c-format2813msgid "invalid line %d: %.*s"2814msgstr "línia no vàlida %d: %.*s"28152816#: sequencer.c:9502817msgid "no commits parsed."2818msgstr "no s'ha analitzat cap comissió."28192820#: sequencer.c:9662821#, c-format2822msgid "could not read '%s'."2823msgstr "no s'ha pogut llegir '%s'."28242825#: sequencer.c:9722826#, c-format2827msgid "unusable instruction sheet: '%s'"2828msgstr "full d'instruccions inusable: '%s'"28292830#: sequencer.c:9832831msgid "cannot cherry-pick during a revert."2832msgstr "no es pot recollir cireres durant una reversió."28332834#: sequencer.c:9852835msgid "cannot revert during a cherry-pick."2836msgstr "no es pot revertir durant un recull de cireres."28372838#: sequencer.c:10282839#, c-format2840msgid "invalid key: %s"2841msgstr "clau no vàlida: %s"28422843#: sequencer.c:10312844#, c-format2845msgid "invalid value for %s: %s"2846msgstr "valor no vàlid per a %s: %s"28472848#: sequencer.c:10632849#, c-format2850msgid "malformed options sheet: '%s'"2851msgstr "full d'opcions mal format: '%s'"28522853#: sequencer.c:11012854msgid "a cherry-pick or revert is already in progress"2855msgstr "un recull de cireres o una reversió ja està en curs"28562857#: sequencer.c:11022858msgid "try \"git cherry-pick (--continue | --quit | --abort)\""2859msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""28602861#: sequencer.c:11062862#, c-format2863msgid "could not create sequencer directory '%s'"2864msgstr "no s'ha pogut crear el directori de seqüenciador '%s'"28652866#: sequencer.c:11202867msgid "could not lock HEAD"2868msgstr "no s'ha pogut bloquejar HEAD"28692870#: sequencer.c:1151 sequencer.c:12892871msgid "no cherry-pick or revert in progress"2872msgstr "ni hi ha cap recull de cireres ni cap reversió en curs"28732874#: sequencer.c:11532875msgid "cannot resolve HEAD"2876msgstr "no es pot resoldre HEAD"28772878#: sequencer.c:1155 sequencer.c:11892879msgid "cannot abort from a branch yet to be born"2880msgstr "no es pot avortar des d'una branca que encara ha de nàixer"28812882#: sequencer.c:1175 builtin/grep.c:5782883#, c-format2884msgid "cannot open '%s'"2885msgstr "no es pot obrir '%s'"28862887#: sequencer.c:11772888#, c-format2889msgid "cannot read '%s': %s"2890msgstr "no es pot llegir '%s': %s"28912892#: sequencer.c:11782893msgid "unexpected end of file"2894msgstr "final de fitxer inesperat"28952896#: sequencer.c:11842897#, c-format2898msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"2899msgstr "el fitxer HEAD emmagatzemat abans del recull de cireres '%s' és malmès"29002901#: sequencer.c:13542902#, c-format2903msgid "%s: can't cherry-pick a %s"2904msgstr "%s: no es pot recollir com a cirera un %s"29052906#: sequencer.c:13582907#, c-format2908msgid "%s: bad revision"2909msgstr "%s: revisió dolenta"29102911#: sequencer.c:13912912msgid "can't revert as initial commit"2913msgstr "no es pot revertir com a comissió inicial"29142915#: setup.c:1602916#, c-format2917msgid ""2918"%s: no such path in the working tree.\n"2919"Use 'git <command> -- <path>...' to specify paths that do not exist locally."2920msgstr ""2921"%s: no hi ha tal camí en l'arbre de treball.\n"2922"Useu 'git <ordre> -- <camí>...' per a especificar camins que no existeixin "2923"localment."29242925#: setup.c:1732926#, c-format2927msgid ""2928"ambiguous argument '%s': unknown revision or path not in the working tree.\n"2929"Use '--' to separate paths from revisions, like this:\n"2930"'git <command> [<revision>...] -- [<file>...]'"2931msgstr ""2932"paràmetre ambigu '%s': revisió no coneguda o camí no en l'arbre de treball.\n"2933"Useu '--' per a separar els camins de les revisions, com això:\n"2934"'git <ordre> [<revisió>...] -- [<fitxer>...]'"29352936#: setup.c:2232937#, c-format2938msgid ""2939"ambiguous argument '%s': both revision and filename\n"2940"Use '--' to separate paths from revisions, like this:\n"2941"'git <command> [<revision>...] -- [<file>...]'"2942msgstr ""2943"paràmetre ambigu '%s': ambdós una revisió i un nom de fitxer\n"2944"Useu '--' per a separar els camins de les revisions, com això:\n"2945"'git <ordre> [<revisió>...] -- [<fitxer>...]'"29462947#: setup.c:4682948#, c-format2949msgid "Expected git repo version <= %d, found %d"2950msgstr "S'esperava una versió de dipòsit de git <= %d, s'ha trobat %d"29512952#: setup.c:4762953msgid "unknown repository extensions found:"2954msgstr "s'han trobat extensions de dipòsit desconegudes:"29552956#: setup.c:7622957#, c-format2958msgid "Not a git repository (or any of the parent directories): %s"2959msgstr "No és un dipòsit de git (ni cap dels directoris pares): %s"29602961#: setup.c:764 setup.c:915 builtin/index-pack.c:16412962msgid "Cannot come back to cwd"2963msgstr "No es pot tornar al directori de treball actual"29642965#: setup.c:8452966msgid "Unable to read current working directory"2967msgstr "No s'ha pogut llegir el directori de treball actual"29682969#: setup.c:9202970#, c-format2971msgid ""2972"Not a git repository (or any parent up to mount point %s)\n"2973"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."2974msgstr ""2975"No un dipòsit de git (ni cap pare fins el punt de muntatge %s)\n"2976"S'atura a la frontera de sistema de fitxers (GIT_DISCOVERY_ACROSS_FILESYSTEM "2977"no està establert)."29782979#: setup.c:9272980#, c-format2981msgid "Cannot change to '%s/..'"2982msgstr "No es pot canviar a '%s/..'"29832984#: setup.c:9892985#, c-format2986msgid ""2987"Problem with core.sharedRepository filemode value (0%.3o).\n"2988"The owner of files must always have read and write permissions."2989msgstr ""2990"Hi ha un problema amb el valor de mode de fitxer core.sharedRepository "2991"(0%.3o).\n"2992"El propietari dels fitxers sempre ha de tenir permissions de lectura i "2993"escriptura."29942995#: sha1_file.c:4732996#, c-format2997msgid "path '%s' does not exist"2998msgstr "el camí '%s' no existeix"29993000#: sha1_file.c:4993001#, c-format3002msgid "reference repository '%s' as a linked checkout is not supported yet."3003msgstr ""3004"Encara no se suporta el dipòsit de referència '%s' com a agafament enllaçat."30053006#: sha1_file.c:5053007#, c-format3008msgid "reference repository '%s' is not a local repository."3009msgstr "el dipòsit de referència '%s' no és un dipòsit local."30103011#: sha1_file.c:5113012#, c-format3013msgid "reference repository '%s' is shallow"3014msgstr "el dipòsit de referència '%s' és superficial"30153016#: sha1_file.c:5193017#, c-format3018msgid "reference repository '%s' is grafted"3019msgstr "el dipòsit de referència '%s' és empeltat"30203021#: sha1_file.c:11593022msgid "offset before end of packfile (broken .idx?)"3023msgstr "desplaçament abans de la fi del fitxer de paquet (.idx trencat?)"30243025#: sha1_file.c:25923026#, c-format3027msgid "offset before start of pack index for %s (corrupt index?)"3028msgstr ""3029"desplaçament abans d'inici d'índex de paquet per a %s (índex corromput?)"30303031#: sha1_file.c:25963032#, c-format3033msgid "offset beyond end of pack index for %s (truncated index?)"3034msgstr ""3035"desplaçament més enllà de la fi d'índex de paquet per a %s (índex truncat?)"30363037#: sha1_name.c:4073038#, c-format3039msgid "short SHA1 %s is ambiguous"3040msgstr "l'SHA1 %s curt és ambigu"30413042#: sha1_name.c:4183043msgid "The candidates are:"3044msgstr "Els candidats són:"30453046#: sha1_name.c:5783047msgid ""3048"Git normally never creates a ref that ends with 40 hex characters\n"3049"because it will be ignored when you just specify 40-hex. These refs\n"3050"may be created by mistake. For example,\n"3051"\n"3052" git checkout -b $br $(git rev-parse ...)\n"3053"\n"3054"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"3055"examine these refs and maybe delete them. Turn this message off by\n"3056"running \"git config advice.objectNameWarning false\""3057msgstr ""3058"Git normalment mai crea una referència que acabi amb 40 caràcters\n"3059"hexadecimals perquè s'ignorarà quan només especifiqueu 40 caràcters\n"3060"hexadecimals. Aquestes referències es poden crear per error. Per\n"3061"exemple,\n"3062"\n"3063" git checkout -b $br $(git rev-parse ...)\n"3064"\n"3065"on \"$br\" és d'alguna manera buida i una referència de 40 caràcters\n"3066"hexadecimals. Si us plau, examineu aquestes referències i potser\n"3067"suprimiu-les. Desactiveu aquest missatge executant\n"3068"\"git config advice.objectNameWarning false\""30693070#: submodule.c:64 submodule.c:983071msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"3072msgstr ""3073"No es pot canviar un .gitmodules no fusionat, primer resoldreu els "3074"conflictes de fusió"30753076#: submodule.c:68 submodule.c:1023077#, c-format3078msgid "Could not find section in .gitmodules where path=%s"3079msgstr "No s'ha pogut trobar la secció en .gitmodules on path=%s"30803081#: submodule.c:763082#, c-format3083msgid "Could not update .gitmodules entry %s"3084msgstr "No s'ha pogut actualitzar l'entrada de .gitmodules %s"30853086#: submodule.c:1093087#, c-format3088msgid "Could not remove .gitmodules entry for %s"3089msgstr "No s'ha pogut eliminar l'entrada de .gitmodules per a %s"30903091#: submodule.c:1203092msgid "staging updated .gitmodules failed"3093msgstr "l'allistament del .gitmodules actualitzat ha fallat"30943095#: submodule.c:1583096msgid "negative values not allowed for submodule.fetchJobs"3097msgstr "no es permeten els valors negatius a submodule.fetchJobs"30983099#: submodule-config.c:3583100#, c-format3101msgid "invalid value for %s"3102msgstr "valor no vàlid per a %s"31033104#: trailer.c:2383105#, c-format3106msgid "running trailer command '%s' failed"3107msgstr "l'execució de l'ordre de remolc '%s' ha fallat"31083109#: trailer.c:471 trailer.c:475 trailer.c:479 trailer.c:533 trailer.c:5373110#: trailer.c:5413111#, c-format3112msgid "unknown value '%s' for key '%s'"3113msgstr "valor desconegut '%s' per a la clau '%s'"31143115#: trailer.c:523 trailer.c:528 builtin/remote.c:2893116#, c-format3117msgid "more than one %s"3118msgstr "més d'un %s"31193120#: trailer.c:6723121#, c-format3122msgid "empty trailer token in trailer '%.*s'"3123msgstr "fitxa de remolc buida en el remolc '%.*s'"31243125#: trailer.c:6953126#, c-format3127msgid "could not read input file '%s'"3128msgstr "no s'ha pogut llegir el fitxer d'entrada '%s'"31293130#: trailer.c:6983131msgid "could not read from stdin"3132msgstr "no s'ha pogut llegir des d'stdin"31333134#: trailer.c:929 builtin/am.c:443135#, c-format3136msgid "could not stat %s"3137msgstr "no s'ha pogut fer stat a %s"31383139#: trailer.c:9313140#, c-format3141msgid "file %s is not a regular file"3142msgstr "el fitxer %s no és un fitxer regular"31433144#: trailer.c:9333145#, c-format3146msgid "file %s is not writable by user"3147msgstr "el fitxer %s no és gravable per l'usuari"31483149#: trailer.c:9453150msgid "could not open temporary file"3151msgstr "no s'ha pogut obrir el fitxer temporal"31523153#: trailer.c:9833154#, c-format3155msgid "could not rename temporary file to %s"3156msgstr "no s'ha pogut canviar el nom del fitxer temporal a %s"31573158#: transport.c:623159#, c-format3160msgid "Would set upstream of '%s' to '%s' of '%s'\n"3161msgstr "Canviaria la font de '%s' a '%s' de '%s'\n"31623163#: transport.c:1513164#, c-format3165msgid "transport: invalid depth option '%s'"3166msgstr "transport: opció de profunditat no vàlida '%s'"31673168#: transport.c:8173169#, c-format3170msgid ""3171"The following submodule paths contain changes that can\n"3172"not be found on any remote:\n"3173msgstr ""3174"Els camins de submòdul següents contenen canvis que no\n"3175"es poden trobar en cap remot:\n"31763177#: transport.c:8213178#, c-format3179msgid ""3180"\n"3181"Please try\n"3182"\n"3183"\tgit push --recurse-submodules=on-demand\n"3184"\n"3185"or cd to the path and use\n"3186"\n"3187"\tgit push\n"3188"\n"3189"to push them to a remote.\n"3190"\n"3191msgstr ""3192"\n"3193"Si us plau, intenteu\n"3194"\n"3195"\tgit push --recurse-submodules=on-demand\n"3196"\n"3197"o canviar de directori al camí i useu\n"3198"\n"3199"\tgit push\n"3200"\n"3201"per a pujar-los a un remot.\n"32023203#: transport.c:8293204msgid "Aborting."3205msgstr "S'està avortant."32063207#: transport-helper.c:10753208#, c-format3209msgid "Could not read ref %s"3210msgstr "No s'ha pogut llegir la referència %s"32113212#: tree-walk.c:313213msgid "too-short tree object"3214msgstr "objecte d'arbre massa curt"32153216#: tree-walk.c:373217msgid "malformed mode in tree entry"3218msgstr "mode mal format en entrada d'arbre"32193220#: tree-walk.c:413221msgid "empty filename in tree entry"3222msgstr "nom de fitxer buit en entrada de arbre"32233224#: tree-walk.c:1133225msgid "too-short tree file"3226msgstr "fitxer d'arbre massa curt"32273228#: unpack-trees.c:643229#, c-format3230msgid ""3231"Your local changes to the following files would be overwritten by checkout:\n"3232"%%sPlease commit your changes or stash them before you switch branches."3233msgstr ""3234"Els vostres canvis locals als fitxers següents se sobreescriurien per "3235"agafar:\n"3236"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de "3237"canviar de branca."32383239#: unpack-trees.c:663240#, c-format3241msgid ""3242"Your local changes to the following files would be overwritten by checkout:\n"3243"%%s"3244msgstr ""3245"Els vostres canvis locals als fitxers següents se sobreescriurien per "3246"agafar:\n"3247"%%s"32483249#: unpack-trees.c:693250#, c-format3251msgid ""3252"Your local changes to the following files would be overwritten by merge:\n"3253"%%sPlease commit your changes or stash them before you merge."3254msgstr ""3255"Els vostres canvis locals als fitxers següents se sobreescriurien per "3256"fusionar:\n"3257"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de "3258"fusionar."32593260#: unpack-trees.c:713261#, c-format3262msgid ""3263"Your local changes to the following files would be overwritten by merge:\n"3264"%%s"3265msgstr ""3266"Els vostres canvis locals als fitxers següents se sobreescriurien per "3267"fusionar:\n"3268"%%s"32693270#: unpack-trees.c:743271#, c-format3272msgid ""3273"Your local changes to the following files would be overwritten by %s:\n"3274"%%sPlease commit your changes or stash them before you %s."3275msgstr ""3276"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"3277"%%sSi us plau, cometeu els vostres canvis o emmagatzemeu-los abans de %s."32783279#: unpack-trees.c:763280#, c-format3281msgid ""3282"Your local changes to the following files would be overwritten by %s:\n"3283"%%s"3284msgstr ""3285"Els vostres canvis locals als fitxers següents se sobreescriurien per %s:\n"3286"%%s"32873288#: unpack-trees.c:813289#, c-format3290msgid ""3291"Updating the following directories would lose untracked files in it:\n"3292"%s"3293msgstr ""3294"Actualitzar els directoris següents perdria fitxers no seguits en el:\n"3295"%s"32963297#: unpack-trees.c:853298#, c-format3299msgid ""3300"The following untracked working tree files would be removed by checkout:\n"3301"%%sPlease move or remove them before you switch branches."3302msgstr ""3303"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3304"agafar:\n"3305"%%sSi us plau, moveu-los o elimineu-los abans de canviar de branca."33063307#: unpack-trees.c:873308#, c-format3309msgid ""3310"The following untracked working tree files would be removed by checkout:\n"3311"%%s"3312msgstr ""3313"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3314"agafar:\n"3315"%%s"33163317#: unpack-trees.c:903318#, c-format3319msgid ""3320"The following untracked working tree files would be removed by merge:\n"3321"%%sPlease move or remove them before you merge."3322msgstr ""3323"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3324"fusionar:\n"3325"%%sSi us plau, moveu-los o elimineu-los abans de fusionar."33263327#: unpack-trees.c:923328#, c-format3329msgid ""3330"The following untracked working tree files would be removed by merge:\n"3331"%%s"3332msgstr ""3333"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per "3334"fusionar:\n"3335"%%s"33363337#: unpack-trees.c:953338#, c-format3339msgid ""3340"The following untracked working tree files would be removed by %s:\n"3341"%%sPlease move or remove them before you %s."3342msgstr ""3343"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"3344"%%sSi us plau, moveu-los o elimineu-los abans de %s."33453346#: unpack-trees.c:973347#, c-format3348msgid ""3349"The following untracked working tree files would be removed by %s:\n"3350"%%s"3351msgstr ""3352"Els següents fitxers no seguits en l'arbre de treball s'eliminarien per %s:\n"3353"%%s"33543355#: unpack-trees.c:1023356#, c-format3357msgid ""3358"The following untracked working tree files would be overwritten by "3359"checkout:\n"3360"%%sPlease move or remove them before you switch branches."3361msgstr ""3362"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3363"agafar:\n"3364"%%sSi us plau, moveu-los o elimineu-los abans de canviar de branca."33653366#: unpack-trees.c:1043367#, c-format3368msgid ""3369"The following untracked working tree files would be overwritten by "3370"checkout:\n"3371"%%s"3372msgstr ""3373"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3374"agafar:\n"3375"%%s"33763377#: unpack-trees.c:1073378#, c-format3379msgid ""3380"The following untracked working tree files would be overwritten by merge:\n"3381"%%sPlease move or remove them before you merge."3382msgstr ""3383"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3384"fusionar:\n"3385"%%sSi us plau, moveu-los o elimineu-los abans de fusionar."33863387#: unpack-trees.c:1093388#, c-format3389msgid ""3390"The following untracked working tree files would be overwritten by merge:\n"3391"%%s"3392msgstr ""3393"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3394"fusionar:\n"3395"%%s"33963397#: unpack-trees.c:1123398#, c-format3399msgid ""3400"The following untracked working tree files would be overwritten by %s:\n"3401"%%sPlease move or remove them before you %s."3402msgstr ""3403"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3404"%s:\n"3405"%%sSi us plau, moveu-los o elimineu-los abans de %s."34063407#: unpack-trees.c:1143408#, c-format3409msgid ""3410"The following untracked working tree files would be overwritten by %s:\n"3411"%%s"3412msgstr ""3413"Els següents fitxers no seguits en l'arbre de treball se sobreescriurien per "3414"%s:\n"3415"%%s"34163417#: unpack-trees.c:1213418#, c-format3419msgid "Entry '%s' overlaps with '%s'. Cannot bind."3420msgstr "L'entrada '%s' encavalca amb '%s'. No es pot vincular."34213422#: unpack-trees.c:1243423#, c-format3424msgid ""3425"Cannot update sparse checkout: the following entries are not up-to-date:\n"3426"%s"3427msgstr ""3428"No es pot actualitzar l'agafament parcial: les entrades següents no estan al "3429"dia:\n"3430"%s"34313432#: unpack-trees.c:1263433#, c-format3434msgid ""3435"The following working tree files would be overwritten by sparse checkout "3436"update:\n"3437"%s"3438msgstr ""3439"Els fitxers següents en l'arbre de treball se sobreescriurien per "3440"actualitzar l'agafament parcial:\n"3441"%s"34423443#: unpack-trees.c:1283444#, c-format3445msgid ""3446"The following working tree files would be removed by sparse checkout "3447"update:\n"3448"%s"3449msgstr ""3450"Els fitxers següents en l'arbre de treball s'eliminarien per actualitzar "3451"l'agafament parcial:\n"3452"%s"34533454#: unpack-trees.c:2053455#, c-format3456msgid "Aborting\n"3457msgstr "S'està avortant\n"34583459#: unpack-trees.c:2373460msgid "Checking out files"3461msgstr "S'està agafant fitxers"34623463#: urlmatch.c:1203464msgid "invalid URL scheme name or missing '://' suffix"3465msgstr "l'esquema d'URL no és vàlid o li manca el sufix '://'"34663467#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3563468#, c-format3469msgid "invalid %XX escape sequence"3470msgstr "seqüència d'escapament %XX no vàlida"34713472#: urlmatch.c:1723473msgid "missing host and scheme is not 'file:'"3474msgstr "manca la màquina i l'esquema no és 'file:'"34753476#: urlmatch.c:1893477msgid "a 'file:' URL may not have a port number"3478msgstr "un URL 'file:' no pot tenir número de port"34793480#: urlmatch.c:1993481msgid "invalid characters in host name"3482msgstr "hi ha caràcters no vàlids en el nom de màquina"34833484#: urlmatch.c:244 urlmatch.c:2553485msgid "invalid port number"3486msgstr "número de port no vàlid"34873488#: urlmatch.c:3223489msgid "invalid '..' path segment"3490msgstr "segment de camí '..' no vàlid"34913492#: worktree.c:2823493#, c-format3494msgid "failed to read '%s'"3495msgstr "s'ha fallat en llegir '%s'"34963497#: wrapper.c:222 wrapper.c:3923498#, c-format3499msgid "could not open '%s' for reading and writing"3500msgstr "no s'ha pogut obrir '%s' per a lectura i escriptura"35013502#: wrapper.c:224 wrapper.c:394 builtin/am.c:7663503#, c-format3504msgid "could not open '%s' for writing"3505msgstr "no s'ha pogut obrir '%s' per a escriptura"35063507#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:7593508#: builtin/am.c:847 builtin/commit.c:1705 builtin/merge.c:10293509#: builtin/pull.c:3413510#, c-format3511msgid "could not open '%s' for reading"3512msgstr "no s'ha pogut obrir '%s' per a lectura"35133514#: wrapper.c:605 wrapper.c:6263515#, c-format3516msgid "unable to access '%s'"3517msgstr "no s'ha pogut accedir a '%s'"35183519#: wrapper.c:6343520msgid "unable to get current working directory"3521msgstr "no s'ha pogut obtenir el directori de treball actual"35223523#: wrapper.c:6583524#, c-format3525msgid "could not write to %s"3526msgstr "no s'ha pogut escriure a %s"35273528#: wrapper.c:6603529#, c-format3530msgid "could not close %s"3531msgstr "no s'ha pogut tancar %s"35323533#: wt-status.c:1513534msgid "Unmerged paths:"3535msgstr "Camins sense fusionar:"35363537#: wt-status.c:178 wt-status.c:2053538#, c-format3539msgid " (use \"git reset %s <file>...\" to unstage)"3540msgstr " (useu \"git reset %s <fitxer>...\" per a desallistar)"35413542#: wt-status.c:180 wt-status.c:2073543msgid " (use \"git rm --cached <file>...\" to unstage)"3544msgstr " (useu \"git rm --cached <fitxer>...\" per a desallistar)"35453546#: wt-status.c:1843547msgid " (use \"git add <file>...\" to mark resolution)"3548msgstr " (useu \"git add <fitxer>...\" per a senyalar resolució)"35493550#: wt-status.c:186 wt-status.c:1903551msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"3552msgstr ""3553" (useu \"git add/rm <fitxer>...\" segons sigui apropiat per a senyalar "3554"resolució)"35553556#: wt-status.c:1883557msgid " (use \"git rm <file>...\" to mark resolution)"3558msgstr " (useu \"git rm <fitxer>...\" per a senyalar resolució)"35593560#: wt-status.c:199 wt-status.c:9453561msgid "Changes to be committed:"3562msgstr "Canvis a cometre:"35633564#: wt-status.c:217 wt-status.c:9543565msgid "Changes not staged for commit:"3566msgstr "Canvis no allistats per a cometre:"35673568#: wt-status.c:2213569msgid " (use \"git add <file>...\" to update what will be committed)"3570msgstr " (useu \"git add <fitxer>...\" per a actualitzar què es cometrà)"35713572#: wt-status.c:2233573msgid " (use \"git add/rm <file>...\" to update what will be committed)"3574msgstr " (useu \"git add/rm <fitxer>...\" per a actualitzar què es cometrà)"35753576#: wt-status.c:2243577msgid ""3578" (use \"git checkout -- <file>...\" to discard changes in working directory)"3579msgstr ""3580" (useu \"git checkout -- <fitxer>...\" per a descartar els canvis en el "3581"directori de treball)"35823583#: wt-status.c:2263584msgid " (commit or discard the untracked or modified content in submodules)"3585msgstr ""3586" (cometeu o descarteu el contingut modificat o no seguit en els submòduls)"35873588#: wt-status.c:2383589#, c-format3590msgid " (use \"git %s <file>...\" to include in what will be committed)"3591msgstr " (useu \"git %s <fitxer>...\" per a incloure-ho en què es cometrà)"35923593#: wt-status.c:2533594msgid "both deleted:"3595msgstr "suprimit per ambdós:"35963597#: wt-status.c:2553598msgid "added by us:"3599msgstr "afegit per nosaltres:"36003601#: wt-status.c:2573602msgid "deleted by them:"3603msgstr "suprimit per ells:"36043605#: wt-status.c:2593606msgid "added by them:"3607msgstr "afegit per ells:"36083609#: wt-status.c:2613610msgid "deleted by us:"3611msgstr "suprimit per nosaltres:"36123613#: wt-status.c:2633614msgid "both added:"3615msgstr "afegit per ambdós:"36163617#: wt-status.c:2653618msgid "both modified:"3619msgstr "modificat per ambdós:"36203621#: wt-status.c:2753622msgid "new file:"3623msgstr "fitxer nou:"36243625#: wt-status.c:2773626msgid "copied:"3627msgstr "copiat:"36283629#: wt-status.c:2793630msgid "deleted:"3631msgstr "suprimit:"36323633#: wt-status.c:2813634msgid "modified:"3635msgstr "modificat:"36363637#: wt-status.c:2833638msgid "renamed:"3639msgstr "canviat de nom:"36403641#: wt-status.c:2853642msgid "typechange:"3643msgstr "canviat de tipus:"36443645#: wt-status.c:2873646msgid "unknown:"3647msgstr "desconegut:"36483649#: wt-status.c:2893650msgid "unmerged:"3651msgstr "sense fusionar:"36523653#: wt-status.c:3713654msgid "new commits, "3655msgstr "comissions noves, "36563657#: wt-status.c:3733658msgid "modified content, "3659msgstr "contingut modificat, "36603661#: wt-status.c:3753662msgid "untracked content, "3663msgstr "contingut no seguit, "36643665#: wt-status.c:8183666msgid "Submodules changed but not updated:"3667msgstr "Submòduls canviats però no actualitzats:"36683669#: wt-status.c:8203670msgid "Submodule changes to be committed:"3671msgstr "Canvis de submòdul a cometre:"36723673#: wt-status.c:9013674msgid ""3675"Do not touch the line above.\n"3676"Everything below will be removed."3677msgstr ""3678"No toqueu la línia a dalt.\n"3679"Tot el que hi ha a sota s'eliminarà."36803681#: wt-status.c:10133682msgid "You have unmerged paths."3683msgstr "Teniu camins sense fusionar."36843685#: wt-status.c:10163686msgid " (fix conflicts and run \"git commit\")"3687msgstr " (arregleu els conflictes i executeu \"git commit\")"36883689#: wt-status.c:10183690msgid " (use \"git merge --abort\" to abort the merge)"3691msgstr " (useu \"git merge --abort\" per a avortar la fusió)"36923693#: wt-status.c:10233694msgid "All conflicts fixed but you are still merging."3695msgstr "Tots els conflictes estan arreglats però encara esteu fusionant."36963697#: wt-status.c:10263698msgid " (use \"git commit\" to conclude merge)"3699msgstr " (useu \"git commit\" per a concloure la fusió)"37003701#: wt-status.c:10363702msgid "You are in the middle of an am session."3703msgstr "Esteu enmig d'una sessió am."37043705#: wt-status.c:10393706msgid "The current patch is empty."3707msgstr "El pedaç actual està buit."37083709#: wt-status.c:10433710msgid " (fix conflicts and then run \"git am --continue\")"3711msgstr " (arregleu els conflictes i després executeu \"git am --continue\")"37123713#: wt-status.c:10453714msgid " (use \"git am --skip\" to skip this patch)"3715msgstr " (useu \"git am --skip\" per a ometre aquest pedaç)"37163717#: wt-status.c:10473718msgid " (use \"git am --abort\" to restore the original branch)"3719msgstr " (useu \"git am --abort\" per a restaurar la branca original)"37203721#: wt-status.c:11723722msgid "No commands done."3723msgstr "No s'ha fet cap ordre."37243725#: wt-status.c:11753726#, c-format3727msgid "Last command done (%d command done):"3728msgid_plural "Last commands done (%d commands done):"3729msgstr[0] "Última ordre feta (%d ordre feta):"3730msgstr[1] "Últimes ordres fetes (%d ordres fetes):"37313732#: wt-status.c:11863733#, c-format3734msgid " (see more in file %s)"3735msgstr " (vegeu més en el fitxer %s)"37363737#: wt-status.c:11913738msgid "No commands remaining."3739msgstr "No manca cap ordre."37403741#: wt-status.c:11943742#, c-format3743msgid "Next command to do (%d remaining command):"3744msgid_plural "Next commands to do (%d remaining commands):"3745msgstr[0] "Ordre següent a fer (manca %d ordre):"3746msgstr[1] "Ordres següents a fer (manquen %d ordres):"37473748#: wt-status.c:12023749msgid " (use \"git rebase --edit-todo\" to view and edit)"3750msgstr " (useu \"git rebase --edit-todo\" per a veure i editar)"37513752#: wt-status.c:12153753#, c-format3754msgid "You are currently rebasing branch '%s' on '%s'."3755msgstr "Actualment esteu rebasant la branca '%s' en '%s'."37563757#: wt-status.c:12203758msgid "You are currently rebasing."3759msgstr "Actualment esteu rebasant."37603761#: wt-status.c:12343762msgid " (fix conflicts and then run \"git rebase --continue\")"3763msgstr ""3764" (arregleu els conflictes i després executeu \"git rebase --continue\")"37653766#: wt-status.c:12363767msgid " (use \"git rebase --skip\" to skip this patch)"3768msgstr " (useu \"git rebase --skip\" per a saltar aquest pedaç)"37693770#: wt-status.c:12383771msgid " (use \"git rebase --abort\" to check out the original branch)"3772msgstr " (useu \"git rebase --abort\" per a agafar la branca original)"37733774#: wt-status.c:12443775msgid " (all conflicts fixed: run \"git rebase --continue\")"3776msgstr ""3777" (tots els conflictes estan arreglats: executeu \"git rebase --continue\")"37783779#: wt-status.c:12483780#, c-format3781msgid ""3782"You are currently splitting a commit while rebasing branch '%s' on '%s'."3783msgstr ""3784"Actualment esteu dividint una comissió mentre rebaseu la branca '%s' en '%s'."37853786#: wt-status.c:12533787msgid "You are currently splitting a commit during a rebase."3788msgstr "Actualment esteu dividint una comissió durant un rebasament."37893790#: wt-status.c:12563791msgid " (Once your working directory is clean, run \"git rebase --continue\")"3792msgstr ""3793" (Una vegada que el vostre directori de treball sigui net, executeu \"git "3794"rebase --continue\")"37953796#: wt-status.c:12603797#, c-format3798msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."3799msgstr ""3800"Actualment esteu editant una comissió mentre rebaseu la branca '%s' en '%s'."38013802#: wt-status.c:12653803msgid "You are currently editing a commit during a rebase."3804msgstr "Actualment esteu editant una comissió durant un rebasament."38053806#: wt-status.c:12683807msgid " (use \"git commit --amend\" to amend the current commit)"3808msgstr " (useu \"git commit --amend\" per a esmenar la comissió actual)"38093810#: wt-status.c:12703811msgid ""3812" (use \"git rebase --continue\" once you are satisfied with your changes)"3813msgstr ""3814" (useu \"git rebase --continue\" una vegada que estigueu satisfet amb els "3815"vostres canvis)"38163817#: wt-status.c:12803818#, c-format3819msgid "You are currently cherry-picking commit %s."3820msgstr "Actualment esteu recollint com a cirera la comissió %s."38213822#: wt-status.c:12853823msgid " (fix conflicts and run \"git cherry-pick --continue\")"3824msgstr " (arregleu els conflictes i executeu \"git cherry-pick --continue\")"38253826#: wt-status.c:12883827msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"3828msgstr ""3829" (tots els conflictes estan arreglats: executeu \"git cherry-pick --continue"3830"\")"38313832#: wt-status.c:12903833msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"3834msgstr ""3835" (useu \"git cherry-pick --abort\" per a cancel·lar l'operació de recull de "3836"cireres)"38373838#: wt-status.c:12993839#, c-format3840msgid "You are currently reverting commit %s."3841msgstr "Actualment esteu revertint la comissió %s."38423843#: wt-status.c:13043844msgid " (fix conflicts and run \"git revert --continue\")"3845msgstr " (arregleu els conflictes i executeu \"git revert --continue\")"38463847#: wt-status.c:13073848msgid " (all conflicts fixed: run \"git revert --continue\")"3849msgstr ""3850" (tots els conflictes estan arreglats: executeu \"git revert --continue\")"38513852#: wt-status.c:13093853msgid " (use \"git revert --abort\" to cancel the revert operation)"3854msgstr ""3855" (useu \"git revert --abort\" per a cancel·lar l'operació de reversió)"38563857#: wt-status.c:13203858#, c-format3859msgid "You are currently bisecting, started from branch '%s'."3860msgstr "Actualment esteu bisecant, heu començat des de la branca '%s'."38613862#: wt-status.c:13243863msgid "You are currently bisecting."3864msgstr "Actualment esteu bisecant."38653866#: wt-status.c:13273867msgid " (use \"git bisect reset\" to get back to the original branch)"3868msgstr " (useu \"git bisect reset\" per a tornar a la branca original)"38693870#: wt-status.c:15243871msgid "On branch "3872msgstr "En la branca "38733874#: wt-status.c:15303875msgid "interactive rebase in progress; onto "3876msgstr "rebasament interactiu en progrés; sobre "38773878#: wt-status.c:15323879msgid "rebase in progress; onto "3880msgstr "rebasament en progrés; sobre "38813882#: wt-status.c:15373883msgid "HEAD detached at "3884msgstr "HEAD separat a "38853886#: wt-status.c:15393887msgid "HEAD detached from "3888msgstr "HEAD separat de "38893890#: wt-status.c:15423891msgid "Not currently on any branch."3892msgstr "Actualment no s'és en cap branca."38933894#: wt-status.c:15603895msgid "Initial commit"3896msgstr "Comissió inicial"38973898#: wt-status.c:15743899msgid "Untracked files"3900msgstr "Fitxers no seguits"39013902#: wt-status.c:15763903msgid "Ignored files"3904msgstr "Fitxers ignorats"39053906#: wt-status.c:15803907#, c-format3908msgid ""3909"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"3910"may speed it up, but you have to be careful not to forget to add\n"3911"new files yourself (see 'git help status')."3912msgstr ""3913"Ha trigat %.2f segons enumerar els fitxers no seguits.\n"3914"'status -uno' pot accelerar-ho, però heu d'anar amb compte de no\n"3915"oblidar-vos d'afegir fitxers nous per vós mateix (vegeu\n"3916"'git help status')."39173918#: wt-status.c:15863919#, c-format3920msgid "Untracked files not listed%s"3921msgstr "Els fitxers no seguits no estan llistats%s"39223923#: wt-status.c:15883924msgid " (use -u option to show untracked files)"3925msgstr " (useu l'opció -u per a mostrar els fitxers no seguits)"39263927#: wt-status.c:15943928msgid "No changes"3929msgstr "Sense canvis"39303931#: wt-status.c:15993932#, c-format3933msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"3934msgstr ""3935"no hi ha canvis afegits a cometre (useu \"git add\" o \"git commit -a\")\n"39363937#: wt-status.c:16023938#, c-format3939msgid "no changes added to commit\n"3940msgstr "no hi ha canvis afegits a cometre\n"39413942#: wt-status.c:16053943#, c-format3944msgid ""3945"nothing added to commit but untracked files present (use \"git add\" to "3946"track)\n"3947msgstr ""3948"no hi ha res afegit a cometre però fitxers no seguits estan presents (useu "3949"\"git add\" per a seguir-los)\n"39503951#: wt-status.c:16083952#, c-format3953msgid "nothing added to commit but untracked files present\n"3954msgstr "no hi ha res afegit a cometre però fitxers no seguits estan presents\n"39553956#: wt-status.c:16113957#, c-format3958msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"3959msgstr ""3960"no hi ha res a cometre (creeu/copieu fitxers i useu \"git add\" per a seguir-"3961"los)\n"39623963#: wt-status.c:1614 wt-status.c:16193964#, c-format3965msgid "nothing to commit\n"3966msgstr "no hi ha res a cometre\n"39673968#: wt-status.c:16173969#, c-format3970msgid "nothing to commit (use -u to show untracked files)\n"3971msgstr ""3972"no hi ha res a cometre (useu -u per a mostrar els fitxers no seguits)\n"39733974#: wt-status.c:16213975#, c-format3976msgid "nothing to commit, working tree clean\n"3977msgstr "no hi ha res a cometre, l'arbre de treball està net\n"39783979#: wt-status.c:17283980msgid "Initial commit on "3981msgstr "Comissió inicial en "39823983#: wt-status.c:17323984msgid "HEAD (no branch)"3985msgstr "HEAD (sense branca)"39863987#: wt-status.c:17613988msgid "gone"3989msgstr "no hi és"39903991#: wt-status.c:1763 wt-status.c:17713992msgid "behind "3993msgstr "darrere "39943995#: wt-status.c:1766 wt-status.c:17693996msgid "ahead "3997msgstr "davant per "39983999#. TRANSLATORS: the action is e.g. "pull with rebase"4000#: wt-status.c:22704001#, c-format4002msgid "cannot %s: You have unstaged changes."4003msgstr "no es pot %s: Teniu canvis no allistats."40044005#: wt-status.c:22764006msgid "additionally, your index contains uncommitted changes."4007msgstr "addicionalment, el vostre índex conté canvis sense cometre."40084009#: wt-status.c:22784010#, c-format4011msgid "cannot %s: Your index contains uncommitted changes."4012msgstr "no es pot %s: El vostre índex conté canvis sense cometre."40134014#: compat/precompose_utf8.c:57 builtin/clone.c:4144015#, c-format4016msgid "failed to unlink '%s'"4017msgstr "s'ha fallat en desenllaçar '%s'"40184019#: builtin/add.c:224020msgid "git add [<options>] [--] <pathspec>..."4021msgstr "git add [<opcions>] [--] <especificació-de-camí>..."40224023#: builtin/add.c:804024#, c-format4025msgid "unexpected diff status %c"4026msgstr "estat de diff inesperat %c"40274028#: builtin/add.c:85 builtin/commit.c:2914029msgid "updating files failed"4030msgstr "s'ha fallat en actualitzar els fitxers"40314032#: builtin/add.c:954033#, c-format4034msgid "remove '%s'\n"4035msgstr "elimina '%s'\n"40364037#: builtin/add.c:1494038msgid "Unstaged changes after refreshing the index:"4039msgstr "Canvis no allistats després d'actualitzar l'índex:"40404041#: builtin/add.c:209 builtin/rev-parse.c:8404042msgid "Could not read the index"4043msgstr "No s'ha pogut llegir l'índex"40444045#: builtin/add.c:2204046#, c-format4047msgid "Could not open '%s' for writing."4048msgstr "No s'ha pogut obrir '%s' per a escriptura."40494050#: builtin/add.c:2244051msgid "Could not write patch"4052msgstr "No s'ha pogut escriure el pedaç"40534054#: builtin/add.c:2274055msgid "editing patch failed"4056msgstr "l'edició del pedaç ha fallat"40574058#: builtin/add.c:2304059#, c-format4060msgid "Could not stat '%s'"4061msgstr "No s'ha pogut fer stat a '%s'"40624063#: builtin/add.c:2324064msgid "Empty patch. Aborted."4065msgstr "El pedaç és buit. S'ha avortat."40664067#: builtin/add.c:2374068#, c-format4069msgid "Could not apply '%s'"4070msgstr "No s'ha pogut aplicar '%s'"40714072#: builtin/add.c:2474073msgid "The following paths are ignored by one of your .gitignore files:\n"4074msgstr ""4075"Els camins següents s'ignoren per un dels vostres fitxers .gitignore:\n"40764077#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:1114078#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:5214079#: builtin/remote.c:1326 builtin/rm.c:268 builtin/send-pack.c:1624080msgid "dry run"4081msgstr "marxa en sec"40824083#: builtin/add.c:2694084msgid "interactive picking"4085msgstr "recull interactiu"40864087#: builtin/add.c:270 builtin/checkout.c:1156 builtin/reset.c:2864088msgid "select hunks interactively"4089msgstr "selecciona els trossos interactivament"40904091#: builtin/add.c:2714092msgid "edit current diff and apply"4093msgstr "edita la diferència actual i aplica-la"40944095#: builtin/add.c:2724096msgid "allow adding otherwise ignored files"4097msgstr "permet afegir fitxers que d'altra manera s'ignoren"40984099#: builtin/add.c:2734100msgid "update tracked files"4101msgstr "actualitza els fitxers seguits"41024103#: builtin/add.c:2744104msgid "record only the fact that the path will be added later"4105msgstr "registra només el fet de que el camí s'afegirà més tard"41064107#: builtin/add.c:2754108msgid "add changes from all tracked and untracked files"4109msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"41104111#: builtin/add.c:2784112msgid "ignore paths removed in the working tree (same as --no-all)"4113msgstr ""4114"ignora els camins eliminats en l'arbre de treball (el mateix que --no-all)"41154116#: builtin/add.c:2804117msgid "don't add, only refresh the index"4118msgstr "no afegeixis, només actualitza l'índex"41194120#: builtin/add.c:2814121msgid "just skip files which cannot be added because of errors"4122msgstr "només omet els fitxers que no es poden afegir a causa d'errors"41234124#: builtin/add.c:2824125msgid "check if - even missing - files are ignored in dry run"4126msgstr ""4127"comproveu si els fitxers - fins i tot els absents - s'ignoren en marxa en sec"41284129#: builtin/add.c:283 builtin/update-index.c:9474130msgid "(+/-)x"4131msgstr "(+/-)x"41324133#: builtin/add.c:283 builtin/update-index.c:9484134msgid "override the executable bit of the listed files"4135msgstr "passa per alt el bit executable dels fitxers llistats"41364137#: builtin/add.c:3054138#, c-format4139msgid "Use -f if you really want to add them.\n"4140msgstr "Useu -f si realment els voleu afegir.\n"41414142#: builtin/add.c:3124143msgid "adding files failed"4144msgstr "l'afegiment de fitxers ha fallat"41454146#: builtin/add.c:3484147msgid "-A and -u are mutually incompatible"4148msgstr "-A i -u són mutualment incompatibles"41494150#: builtin/add.c:3554151msgid "Option --ignore-missing can only be used together with --dry-run"4152msgstr "L'opció --ignore-missing només es pot usar junt amb --dry-run"41534154#: builtin/add.c:3594155#, c-format4156msgid "--chmod param '%s' must be either -x or +x"4157msgstr "el paràmetre --chmod '%s' ha de ser o -x o +x"41584159#: builtin/add.c:3744160#, c-format4161msgid "Nothing specified, nothing added.\n"4162msgstr "No s'ha especificat res, no s'ha afegit res.\n"41634164#: builtin/add.c:3754165#, c-format4166msgid "Maybe you wanted to say 'git add .'?\n"4167msgstr "Potser volíeu dir 'git add .'?\n"41684169#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:2794170#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:3504171#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:2984172#: builtin/submodule--helper.c:2444173msgid "index file corrupt"4174msgstr "fitxer d'índex malmès"41754176#: builtin/am.c:4144177msgid "could not parse author script"4178msgstr "no s'ha pogut analitzar l'script d'autor"41794180#: builtin/am.c:4914181#, c-format4182msgid "'%s' was deleted by the applypatch-msg hook"4183msgstr "s'ha suprimit '%s' pel ganxo applypatch-msg"41844185#: builtin/am.c:5324186#, c-format4187msgid "Malformed input line: '%s'."4188msgstr "Línia d'entrada mal formada: '%s'."41894190#: builtin/am.c:5694191#, c-format4192msgid "Failed to copy notes from '%s' to '%s'"4193msgstr "S'ha fallat en copiar les notes de '%s' a '%s'"41944195#: builtin/am.c:5954196msgid "fseek failed"4197msgstr "fseek ha fallat"41984199#: builtin/am.c:7754200#, c-format4201msgid "could not parse patch '%s'"4202msgstr "no s'ha pogut analitzar el pedaç '%s'"42034204#: builtin/am.c:8404205msgid "Only one StGIT patch series can be applied at once"4206msgstr "només una sèrie de pedaços StGIT es pot aplicar a la vegada"42074208#: builtin/am.c:8874209msgid "invalid timestamp"4210msgstr "marca de temps no vàlida"42114212#: builtin/am.c:890 builtin/am.c:8984213msgid "invalid Date line"4214msgstr "línia Date no vàlida"42154216#: builtin/am.c:8954217msgid "invalid timezone offset"4218msgstr "desplaçament de zona de temps no vàlid"42194220#: builtin/am.c:9844221msgid "Patch format detection failed."4222msgstr "La detecció de format de pedaç ha fallat."42234224#: builtin/am.c:989 builtin/clone.c:3794225#, c-format4226msgid "failed to create directory '%s'"4227msgstr "s'ha fallat en crear el directori '%s'"42284229#: builtin/am.c:9934230msgid "Failed to split patches."4231msgstr "S'ha fallat en dividir els pedaços."42324233#: builtin/am.c:1125 builtin/commit.c:3764234msgid "unable to write index file"4235msgstr "no s'ha pogut escriure el fitxer d'índex"42364237#: builtin/am.c:11764238#, c-format4239msgid "When you have resolved this problem, run \"%s --continue\"."4240msgstr "Quan hàgiu resolt aquest problema, executeu \"%s --continue\"."42414242#: builtin/am.c:11774243#, c-format4244msgid "If you prefer to skip this patch, run \"%s --skip\" instead."4245msgstr ""4246"Si preferiu saltar aquest pedaç, executeu \"%s --skip\" en lloc d'això."42474248#: builtin/am.c:11784249#, c-format4250msgid "To restore the original branch and stop patching, run \"%s --abort\"."4251msgstr ""4252"Per a restaurar la branca original i deixar d'apedaçar, executeu \"%s --abort"4253"\"."42544255#: builtin/am.c:13164256msgid "Patch is empty. Was it split wrong?"4257msgstr "El pedaç és buit. S'ha dividit malament?"42584259#: builtin/am.c:1390 builtin/log.c:15504260#, c-format4261msgid "invalid ident line: %s"4262msgstr "línia d'identitat no vàlida: %s"42634264#: builtin/am.c:14174265#, c-format4266msgid "unable to parse commit %s"4267msgstr "no s'ha pogut analitzar la comissió %s"42684269#: builtin/am.c:16104270msgid "Repository lacks necessary blobs to fall back on 3-way merge."4271msgstr ""4272"Al dipòsit li manquen els blobs necessaris per a retrocedir a una fusió de 3 "4273"vies."42744275#: builtin/am.c:16124276msgid "Using index info to reconstruct a base tree..."4277msgstr "S'està usant la informació d'índex per a reconstruir un arbre base..."42784279#: builtin/am.c:16314280msgid ""4281"Did you hand edit your patch?\n"4282"It does not apply to blobs recorded in its index."4283msgstr ""4284"Heu editat el vostre pedaç a mà?\n"4285"No s'aplica als blobs recordats en el seu índex."42864287#: builtin/am.c:16374288msgid "Falling back to patching base and 3-way merge..."4289msgstr "S'està retrocedint a apedaçar la base i fusionar de 3 vies..."42904291#: builtin/am.c:16624292msgid "Failed to merge in the changes."4293msgstr "S'ha fallat en fusionar els canvis."42944295#: builtin/am.c:1686 builtin/merge.c:6284296msgid "git write-tree failed to write a tree"4297msgstr "git write-tree ha fallat en escriure un arbre"42984299#: builtin/am.c:16934300msgid "applying to an empty history"4301msgstr "s'està aplicant a una història buida"43024303#: builtin/am.c:1706 builtin/commit.c:1769 builtin/merge.c:7984304#: builtin/merge.c:8234305msgid "failed to write commit object"4306msgstr "s'ha fallat en escriure l'objecte de comissió"43074308#: builtin/am.c:1739 builtin/am.c:17434309#, c-format4310msgid "cannot resume: %s does not exist."4311msgstr "no es pot reprendre: %s no existeix."43124313#: builtin/am.c:17594314msgid "cannot be interactive without stdin connected to a terminal."4315msgstr ""4316"no es pot ser interactiu sense que stdin estigui connectada a un terminal."43174318#: builtin/am.c:17644319msgid "Commit Body is:"4320msgstr "El cos de la comissió és:"43214322#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4323#. in your translation. The program will only accept English4324#. input at this point.4325#.4326#: builtin/am.c:17744327msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "4328msgstr ""4329"Voleu aplicar-lo? [y]es/[n]o/[e]dita/[v]isualitza el pedaç/[a]ccepta'ls "4330"tots: "43314332#: builtin/am.c:18244333#, c-format4334msgid "Dirty index: cannot apply patches (dirty: %s)"4335msgstr "Índex brut: no es pot aplicar pedaços (bruts: %s)"43364337#: builtin/am.c:1861 builtin/am.c:19334338#, c-format4339msgid "Applying: %.*s"4340msgstr "S'està aplicant: %.*s"43414342#: builtin/am.c:18774343msgid "No changes -- Patch already applied."4344msgstr "Sense canvis -- El pedaç ja s'ha aplicat."43454346#: builtin/am.c:18854347#, c-format4348msgid "Patch failed at %s %.*s"4349msgstr "El pedaç ha fallat a %s %.*s"43504351#: builtin/am.c:18914352#, c-format4353msgid "The copy of the patch that failed is found in: %s"4354msgstr "La còpia del pedaç que ha fallat es troba en: %s"43554356#: builtin/am.c:19364357msgid ""4358"No changes - did you forget to use 'git add'?\n"4359"If there is nothing left to stage, chances are that something else\n"4360"already introduced the same changes; you might want to skip this patch."4361msgstr ""4362"Cap canvi - heu oblidat d'usar 'git add'?\n"4363"Si no hi ha res a allistar, probablement alguna altra cosa ja ha\n"4364"introduït els mateixos canvis; potser voleu ometre aquest pedaç."43654366#: builtin/am.c:19434367msgid ""4368"You still have unmerged paths in your index.\n"4369"Did you forget to use 'git add'?"4370msgstr ""4371"Encara teniu camins sense fusionar en el vostre índex.\n"4372"Heu oblidat d'usar 'git add'?"43734374#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:3084375#: builtin/reset.c:3164376#, c-format4377msgid "Could not parse object '%s'."4378msgstr "No s'ha pogut analitzar l'objecte '%s'."43794380#: builtin/am.c:21034381msgid "failed to clean index"4382msgstr "s'ha fallat en netejar l'índex"43834384#: builtin/am.c:21374385msgid ""4386"You seem to have moved HEAD since the last 'am' failure.\n"4387"Not rewinding to ORIG_HEAD"4388msgstr ""4389"Sembla que heu mogut HEAD després de l'última fallada de 'am'.\n"4390"No s'està rebobinant a ORIG_HEAD"43914392#: builtin/am.c:22004393#, c-format4394msgid "Invalid value for --patch-format: %s"4395msgstr "Valor no vàlid per a --patch-format: %s"43964397#: builtin/am.c:22334398msgid "git am [<options>] [(<mbox> | <Maildir>)...]"4399msgstr "git am [<opcions>] [(<bústia> | <directori-de-correu>)...]"44004401#: builtin/am.c:22344402msgid "git am [<options>] (--continue | --skip | --abort)"4403msgstr "git am [<opcions>] (--continue | --skip | --abort)"44044405#: builtin/am.c:22404406msgid "run interactively"4407msgstr "executa interactivament"44084409#: builtin/am.c:22424410msgid "historical option -- no-op"4411msgstr "opció històrica -- no-op"44124413#: builtin/am.c:22444414msgid "allow fall back on 3way merging if needed"4415msgstr "permet retrocedir a una fusió de 3 vies si és necessari"44164417#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:574418#: builtin/repack.c:1724419msgid "be quiet"4420msgstr "calla"44214422#: builtin/am.c:22474423msgid "add a Signed-off-by line to the commit message"4424msgstr "afegeix una línia Signed-off-by al missatge de comissió"44254426#: builtin/am.c:22504427msgid "recode into utf8 (default)"4428msgstr "recodifica en utf8 (per defecte)"44294430#: builtin/am.c:22524431msgid "pass -k flag to git-mailinfo"4432msgstr "passa la bandera -k al git-mailinfo"44334434#: builtin/am.c:22544435msgid "pass -b flag to git-mailinfo"4436msgstr "passa la bandera -b al git-mailinfo"44374438#: builtin/am.c:22564439msgid "pass -m flag to git-mailinfo"4440msgstr "passa la bandera -m al git-mailinfo"44414442#: builtin/am.c:22584443msgid "pass --keep-cr flag to git-mailsplit for mbox format"4444msgstr "passa la bandera --keep-cr al git-mailsplit per al format mbox"44454446#: builtin/am.c:22614447msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"4448msgstr ""4449"no passis la bandera --keep-cr al git-mailsplit independent de am.keepcr"44504451#: builtin/am.c:22644452msgid "strip everything before a scissors line"4453msgstr "despulla tot abans d'una línia de tissores"44544455#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:22754456#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:22874457#: builtin/am.c:22934458msgid "pass it through git-apply"4459msgstr "passa-ho a través del git-apply"44604461#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:6654462#: builtin/grep.c:707 builtin/merge.c:200 builtin/pull.c:135 builtin/pull.c:1944463#: builtin/repack.c:181 builtin/repack.c:185 builtin/show-branch.c:6444464#: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:1324465#: parse-options.h:134 parse-options.h:2454466msgid "n"4467msgstr "n"44684469#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:4384470#: builtin/tag.c:3724471msgid "format"4472msgstr "format"44734474#: builtin/am.c:22904475msgid "format the patch(es) are in"4476msgstr "el format en el qual estan els pedaços"44774478#: builtin/am.c:22964479msgid "override error message when patch failure occurs"4480msgstr ""4481"passa per alt el missatge d'error quan s'ocorre una fallada en apedaçar"44824483#: builtin/am.c:22984484msgid "continue applying patches after resolving a conflict"4485msgstr "segueix aplicant pedaços després de resoldre un conflicte"44864487#: builtin/am.c:23014488msgid "synonyms for --continue"4489msgstr "sinònims de --continue"44904491#: builtin/am.c:23044492msgid "skip the current patch"4493msgstr "salta el pedaç actual"44944495#: builtin/am.c:23074496msgid "restore the original branch and abort the patching operation."4497msgstr "restaura la branca original i avorta l'operació d'apedaçament."44984499#: builtin/am.c:23114500msgid "lie about committer date"4501msgstr "menteix sobre la data del comitent"45024503#: builtin/am.c:23134504msgid "use current timestamp for author date"4505msgstr "usa el marc de temps actual per la data d'autor"45064507#: builtin/am.c:2315 builtin/commit.c:1605 builtin/merge.c:2294508#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:3554509msgid "key-id"4510msgstr "ID de clau"45114512#: builtin/am.c:23164513msgid "GPG-sign commits"4514msgstr "signa les comissions amb GPG"45154516#: builtin/am.c:23194517msgid "(internal use for git-rebase)"4518msgstr "(ús intern per al git-rebase)"45194520#: builtin/am.c:23344521msgid ""4522"The -b/--binary option has been a no-op for long time, and\n"4523"it will be removed. Please do not use it anymore."4524msgstr ""4525"Fa molt que l'opció -b/--binary no ha fet res, i\n"4526"s'eliminarà. Si us plau, no l'useu més."45274528#: builtin/am.c:23414529msgid "failed to read the index"4530msgstr "s'ha fallat en llegir l'índex"45314532#: builtin/am.c:23564533#, c-format4534msgid "previous rebase directory %s still exists but mbox given."4535msgstr ""4536"un directori de rebasament anterior %s encara existeix però s'ha donat una "4537"bústia."45384539#: builtin/am.c:23804540#, c-format4541msgid ""4542"Stray %s directory found.\n"4543"Use \"git am --abort\" to remove it."4544msgstr ""4545"S'ha trobat un directori %s extraviat.\n"4546"Useu \"git am --abort\" per a eliminar-lo."45474548#: builtin/am.c:23864549msgid "Resolve operation not in progress, we are not resuming."4550msgstr "Una operació de resolució no està en curs; no reprenem."45514552#: builtin/apply.c:84553msgid "git apply [<options>] [<patch>...]"4554msgstr "git apply [<opcions>] [<pedaç>...]"45554556#: builtin/archive.c:174557#, c-format4558msgid "could not create archive file '%s'"4559msgstr "no s'ha pogut crear el fitxer d'arxiu '%s'"45604561#: builtin/archive.c:204562msgid "could not redirect output"4563msgstr "no s'ha pogut redirigir la sortida"45644565#: builtin/archive.c:374566msgid "git archive: Remote with no URL"4567msgstr "git archive: Remot sense URL"45684569#: builtin/archive.c:584570msgid "git archive: expected ACK/NAK, got EOF"4571msgstr "git archive: ACK/NAK esperat, EOF rebut"45724573#: builtin/archive.c:614574#, c-format4575msgid "git archive: NACK %s"4576msgstr "git archive: %s NACK"45774578#: builtin/archive.c:634579#, c-format4580msgid "remote error: %s"4581msgstr "error remot: %s"45824583#: builtin/archive.c:644584msgid "git archive: protocol error"4585msgstr "git archive: error de protocol"45864587#: builtin/archive.c:684588msgid "git archive: expected a flush"4589msgstr "git archive: rentada esperada"45904591#: builtin/bisect--helper.c:74592msgid "git bisect--helper --next-all [--no-checkout]"4593msgstr "git bisect--helper --next-all [--no-checkout]"45944595#: builtin/bisect--helper.c:174596msgid "perform 'git bisect next'"4597msgstr "realitza 'git bisect next'"45984599#: builtin/bisect--helper.c:194600msgid "update BISECT_HEAD instead of checking out the current commit"4601msgstr "actualitza BISECT_HEAD en lloc d'agafar la comissió actual"46024603#: builtin/blame.c:334604msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"4605msgstr "git blame [<opcions>] [<opcions-de-revisió>] [<revisió>] [--] fitxer"46064607#: builtin/blame.c:384608msgid "<rev-opts> are documented in git-rev-list(1)"4609msgstr "es documenten les <opcions-de-revisió> en git-rev-list(1)"46104611#: builtin/blame.c:17814612msgid "Blaming lines"4613msgstr "S'estan culpant les línies"46144615#: builtin/blame.c:25774616msgid "Show blame entries as we find them, incrementally"4617msgstr "Mostra les entrades de culpa mentre les trobem, incrementalment"46184619#: builtin/blame.c:25784620msgid "Show blank SHA-1 for boundary commits (Default: off)"4621msgstr ""4622"Mostra un SHA-1 en blanc per les comissions de frontera (Per defecte: "4623"desactivat)"46244625#: builtin/blame.c:25794626msgid "Do not treat root commits as boundaries (Default: off)"4627msgstr ""4628"No tractis les comissions d'arrel com a límits (Per defecte: desactivat)"46294630#: builtin/blame.c:25804631msgid "Show work cost statistics"4632msgstr "Mostra les estadístiques de preu de treball"46334634#: builtin/blame.c:25814635msgid "Force progress reporting"4636msgstr "Força l'informe de progrés"46374638#: builtin/blame.c:25824639msgid "Show output score for blame entries"4640msgstr "Mostra la puntuació de sortida de les entrades de culpa"46414642#: builtin/blame.c:25834643msgid "Show original filename (Default: auto)"4644msgstr "Mostra el nom de fitxer original (Per defecte: automàtic)"46454646#: builtin/blame.c:25844647msgid "Show original linenumber (Default: off)"4648msgstr "Mostra el número de línia original (Per defecte: desactivat)"46494650#: builtin/blame.c:25854651msgid "Show in a format designed for machine consumption"4652msgstr "Presenta en un format dissenyat per consumpció per màquina"46534654#: builtin/blame.c:25864655msgid "Show porcelain format with per-line commit information"4656msgstr "Mostra el format de porcellana amb informació de comissió per línia"46574658#: builtin/blame.c:25874659msgid "Use the same output mode as git-annotate (Default: off)"4660msgstr ""4661"Usa el mateix mode de sortida que git-annotate (Per defecte: desactivat)"46624663#: builtin/blame.c:25884664msgid "Show raw timestamp (Default: off)"4665msgstr "Mostra la marca de temps crua (Per defecte: desactivat)"46664667#: builtin/blame.c:25894668msgid "Show long commit SHA1 (Default: off)"4669msgstr "Mostra l'SHA1 de comissió llarg (Per defecte: desactivat)"46704671#: builtin/blame.c:25904672msgid "Suppress author name and timestamp (Default: off)"4673msgstr "Omet el nom d'autor i la marca de temps (Per defecte: desactivat)"46744675#: builtin/blame.c:25914676msgid "Show author email instead of name (Default: off)"4677msgstr ""4678"Mostra l'adreça de correu electrònic de l'autor en lloc del nom (Per "4679"defecte: desactivat)"46804681#: builtin/blame.c:25924682msgid "Ignore whitespace differences"4683msgstr "Ignora les diferències d'espai en blanc"46844685#: builtin/blame.c:25994686msgid "Use an experimental indent-based heuristic to improve diffs"4687msgstr ""4688"Usa un heurístic experimental basat en sagnat per a millorar les diferències"46894690#: builtin/blame.c:26004691msgid "Use an experimental blank-line-based heuristic to improve diffs"4692msgstr ""4693"Usa un heurístic experimental basat en línies en blanc per a millorar les "4694"diferències"46954696#: builtin/blame.c:26024697msgid "Spend extra cycles to find better match"4698msgstr "Gasta cicles extres per a trobar una coincidència millor"46994700#: builtin/blame.c:26034701msgid "Use revisions from <file> instead of calling git-rev-list"4702msgstr "Usa les revisions de <fitxer> en lloc d'invocar git-rev-list"47034704#: builtin/blame.c:26044705msgid "Use <file>'s contents as the final image"4706msgstr "Usa els continguts de <fitxer> com a la imatge final"47074708#: builtin/blame.c:2605 builtin/blame.c:26064709msgid "score"4710msgstr "puntuació"47114712#: builtin/blame.c:26054713msgid "Find line copies within and across files"4714msgstr "Troba còpies de línia dins i a través dels fitxers"47154716#: builtin/blame.c:26064717msgid "Find line movements within and across files"4718msgstr "Troba moviments de línia dins i a través dels fitxers"47194720#: builtin/blame.c:26074721msgid "n,m"4722msgstr "n,m"47234724#: builtin/blame.c:26074725msgid "Process only line range n,m, counting from 1"4726msgstr "Processa només el rang de línies n,m, comptant des d'1"47274728#: builtin/blame.c:26544729msgid "--progress can't be used with --incremental or porcelain formats"4730msgstr ""4731"no es pot usar --progress amb els formats --incremental o de porcellana"47324733#. TRANSLATORS: This string is used to tell us the maximum4734#. display width for a relative timestamp in "git blame"4735#. output. For C locale, "4 years, 11 months ago", which4736#. takes 22 places, is the longest among various forms of4737#. relative timestamps, but your language may need more or4738#. fewer display columns.4739#: builtin/blame.c:27004740msgid "4 years, 11 months ago"4741msgstr "fa 4 anys i 11 mesos"47424743#: builtin/blame.c:27804744msgid "--contents and --reverse do not blend well."4745msgstr "--contents i --reverse no es jutgen bé."47464747#: builtin/blame.c:28004748msgid "cannot use --contents with final commit object name"4749msgstr "no es pot usar --contents amb el nom d'objecte de la comissió final"47504751#: builtin/blame.c:28054752msgid "--reverse and --first-parent together require specified latest commit"4753msgstr ""4754"--reverse i --first-parent-together requereixen una última comissió "4755"especificada"47564757#: builtin/blame.c:28324758msgid ""4759"--reverse --first-parent together require range along first-parent chain"4760msgstr ""4761"--reverse --first-parent junts requereixen un rang de la cadena de mares "4762"primeres"47634764#: builtin/blame.c:28434765#, c-format4766msgid "no such path %s in %s"4767msgstr "no hi ha tal camí %s en %s"47684769#: builtin/blame.c:28544770#, c-format4771msgid "cannot read blob %s for path %s"4772msgstr "no es pot llegir el blob %s per al camí %s"47734774#: builtin/blame.c:28734775#, c-format4776msgid "file %s has only %lu line"4777msgid_plural "file %s has only %lu lines"4778msgstr[0] "el fitxer %s té només %lu línia"4779msgstr[1] "el fitxer %s té només %lu línies"47804781#: builtin/branch.c:264782msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"4783msgstr "git branch [<opcions>] [-r | -a] [--merged | --no-merged]"47844785#: builtin/branch.c:274786msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"4787msgstr "git branch [<opcions>] [-l] [-f] <nom-de-branca> [<punt-inicial>]"47884789#: builtin/branch.c:284790msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."4791msgstr "git branch [<opcions>] [-r] (-d | -D) <nom-de-branca>..."47924793#: builtin/branch.c:294794msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"4795msgstr "git branch [<opcions>] (-m | -M) [<branca-antiga>] <branca-nova>"47964797#: builtin/branch.c:304798msgid "git branch [<options>] [-r | -a] [--points-at]"4799msgstr "git branch [<opcions>] [-r | -a] [--points-at]"48004801#: builtin/branch.c:1434802#, c-format4803msgid ""4804"deleting branch '%s' that has been merged to\n"4805" '%s', but not yet merged to HEAD."4806msgstr ""4807"s'està suprimint la branca '%s' que s'ha\n"4808" fusionat a '%s', però encara no\n"4809" s'ha fusionat a HEAD."48104811#: builtin/branch.c:1474812#, c-format4813msgid ""4814"not deleting branch '%s' that is not yet merged to\n"4815" '%s', even though it is merged to HEAD."4816msgstr ""4817"no s'està suprimint la branca '%s' que encara no\n"4818" s'ha fusionat a '%s', encara que està\n"4819" fusionada a HEAD."48204821#: builtin/branch.c:1614822#, c-format4823msgid "Couldn't look up commit object for '%s'"4824msgstr "No s'ha pogut trobar l'objecte de comissió de '%s'"48254826#: builtin/branch.c:1654827#, c-format4828msgid ""4829"The branch '%s' is not fully merged.\n"4830"If you are sure you want to delete it, run 'git branch -D %s'."4831msgstr ""4832"La branca '%s' no està totalment fusionada.\n"4833"Si esteu segur que la voleu suprimir, executeu 'git branch -D %s'."48344835#: builtin/branch.c:1784836msgid "Update of config-file failed"4837msgstr "L'actualització del fitxer de configuració ha fallat"48384839#: builtin/branch.c:2064840msgid "cannot use -a with -d"4841msgstr "no es pot usar -a amb -d"48424843#: builtin/branch.c:2124844msgid "Couldn't look up commit object for HEAD"4845msgstr "No s'ha pogut trobar l'objecte de comissió de HEAD"48464847#: builtin/branch.c:2264848#, c-format4849msgid "Cannot delete branch '%s' checked out at '%s'"4850msgstr "No es pot suprimir la branca '%s' agafada a '%s'"48514852#: builtin/branch.c:2414853#, c-format4854msgid "remote-tracking branch '%s' not found."4855msgstr "no s'ha trobat la branca amb seguiment remot '%s'."48564857#: builtin/branch.c:2424858#, c-format4859msgid "branch '%s' not found."4860msgstr "no s'ha trobat la branca '%s'."48614862#: builtin/branch.c:2574863#, c-format4864msgid "Error deleting remote-tracking branch '%s'"4865msgstr "Error en suprimir la branca amb seguiment remot '%s'"48664867#: builtin/branch.c:2584868#, c-format4869msgid "Error deleting branch '%s'"4870msgstr "Error en suprimir la branca '%s'"48714872#: builtin/branch.c:2654873#, c-format4874msgid "Deleted remote-tracking branch %s (was %s).\n"4875msgstr "S'ha suprimit la branca amb seguiment remot %s (era %s).\n"48764877#: builtin/branch.c:2664878#, c-format4879msgid "Deleted branch %s (was %s).\n"4880msgstr "S'ha suprimit la branca %s (era %s).\n"48814882#: builtin/branch.c:3124883#, c-format4884msgid "[%s: gone]"4885msgstr "[%s: no hi és]"48864887#: builtin/branch.c:3174888#, c-format4889msgid "[%s]"4890msgstr "[%s]"48914892#: builtin/branch.c:3224893#, c-format4894msgid "[%s: behind %d]"4895msgstr "[%s: darrere per %d]"48964897#: builtin/branch.c:3244898#, c-format4899msgid "[behind %d]"4900msgstr "[darrere de %d]"49014902#: builtin/branch.c:3284903#, c-format4904msgid "[%s: ahead %d]"4905msgstr "[%s: davant per %d]"49064907#: builtin/branch.c:3304908#, c-format4909msgid "[ahead %d]"4910msgstr "[davant de %d]"49114912#: builtin/branch.c:3334913#, c-format4914msgid "[%s: ahead %d, behind %d]"4915msgstr "[%s: davant per %d, darrere per %d]"49164917#: builtin/branch.c:3364918#, c-format4919msgid "[ahead %d, behind %d]"4920msgstr "[davant %d, darrere %d]"49214922#: builtin/branch.c:3494923msgid " **** invalid ref ****"4924msgstr " **** referència no vàlida ****"49254926#: builtin/branch.c:3754927#, c-format4928msgid "(no branch, rebasing %s)"4929msgstr "(cap branca, s'està rebasant %s)"49304931#: builtin/branch.c:3784932#, c-format4933msgid "(no branch, bisect started on %s)"4934msgstr "(cap branca, bisecció començada en %s)"49354936#. TRANSLATORS: make sure this matches4937#. "HEAD detached at " in wt-status.c4938#: builtin/branch.c:3844939#, c-format4940msgid "(HEAD detached at %s)"4941msgstr "(HEAD separat a %s)"49424943#. TRANSLATORS: make sure this matches4944#. "HEAD detached from " in wt-status.c4945#: builtin/branch.c:3894946#, c-format4947msgid "(HEAD detached from %s)"4948msgstr "(HEAD separat de %s)"49494950#: builtin/branch.c:3934951msgid "(no branch)"4952msgstr "(cap branca)"49534954#: builtin/branch.c:5444955#, c-format4956msgid "Branch %s is being rebased at %s"4957msgstr "La branca %s s'està rebasant a %s"49584959#: builtin/branch.c:5484960#, c-format4961msgid "Branch %s is being bisected at %s"4962msgstr "La branca %s s'està bisecant a %s"49634964#: builtin/branch.c:5634965msgid "cannot rename the current branch while not on any."4966msgstr "no es pot canviar el nom de la branca actual mentre no s'és a cap."49674968#: builtin/branch.c:5734969#, c-format4970msgid "Invalid branch name: '%s'"4971msgstr "Nom de branca no vàlid: '%s'"49724973#: builtin/branch.c:5904974msgid "Branch rename failed"4975msgstr "El canvi de nom de branca ha fallat"49764977#: builtin/branch.c:5944978#, c-format4979msgid "Renamed a misnamed branch '%s' away"4980msgstr "S'ha canviat el nom de la branca malanomenada '%s'"49814982#: builtin/branch.c:5974983#, c-format4984msgid "Branch renamed to %s, but HEAD is not updated!"4985msgstr "S'ha canviat el nom de la branca a %s, però HEAD no està actualitzat!"49864987#: builtin/branch.c:6044988msgid "Branch is renamed, but update of config-file failed"4989msgstr ""4990"La branca està canviada de nom, però l'actualització del fitxer de "4991"configuració ha fallat"49924993#: builtin/branch.c:6204994#, c-format4995msgid ""4996"Please edit the description for the branch\n"4997" %s\n"4998"Lines starting with '%c' will be stripped.\n"4999msgstr ""5000"Si us plau, editeu la descripció de la branca\n"5001" %s\n"5002"Es despullaran les línies que comencin amb '%c'.\n"50035004#: builtin/branch.c:6515005msgid "Generic options"5006msgstr "Opcions genèriques"50075008#: builtin/branch.c:6535009msgid "show hash and subject, give twice for upstream branch"5010msgstr "mostra el hash i l'assumpte, doneu dues vegades per la branca font"50115012#: builtin/branch.c:6545013msgid "suppress informational messages"5014msgstr "omet els missatges informatius"50155016#: builtin/branch.c:6555017msgid "set up tracking mode (see git-pull(1))"5018msgstr "configura el mode de seguiment (vegeu git-pull(1))"50195020#: builtin/branch.c:6575021msgid "change upstream info"5022msgstr "canvia la informació de font"50235024#: builtin/branch.c:6595025msgid "upstream"5026msgstr "font"50275028#: builtin/branch.c:6595029msgid "change the upstream info"5030msgstr "canvia la informació de font"50315032#: builtin/branch.c:6605033msgid "Unset the upstream info"5034msgstr "Desestableix la informació de font"50355036#: builtin/branch.c:6615037msgid "use colored output"5038msgstr "usa sortida colorada"50395040#: builtin/branch.c:6625041msgid "act on remote-tracking branches"5042msgstr "actua en branques amb seguiment remot"50435044#: builtin/branch.c:664 builtin/branch.c:6655045msgid "print only branches that contain the commit"5046msgstr "imprimeix només les branques que continguin la comissió"50475048#: builtin/branch.c:6685049msgid "Specific git-branch actions:"5050msgstr "Accions de git-branch específiques:"50515052#: builtin/branch.c:6695053msgid "list both remote-tracking and local branches"5054msgstr "llista les branques amb seguiment remot i les locals"50555056#: builtin/branch.c:6715057msgid "delete fully merged branch"5058msgstr "suprimeix la branca si està completament fusionada"50595060#: builtin/branch.c:6725061msgid "delete branch (even if not merged)"5062msgstr "suprimeix la branca (encara que no estigui fusionada)"50635064#: builtin/branch.c:6735065msgid "move/rename a branch and its reflog"5066msgstr "mou/canvia de nom una branca i el seu registre de referència"50675068#: builtin/branch.c:6745069msgid "move/rename a branch, even if target exists"5070msgstr "mou/canvia de nom una branca, encara que el destí existeixi"50715072#: builtin/branch.c:6755073msgid "list branch names"5074msgstr "llista els noms de branca"50755076#: builtin/branch.c:6765077msgid "create the branch's reflog"5078msgstr "crea el registre de referència de la branca"50795080#: builtin/branch.c:6785081msgid "edit the description for the branch"5082msgstr "edita la descripció de la branca"50835084#: builtin/branch.c:6795085msgid "force creation, move/rename, deletion"5086msgstr "força creació, moviment/canvi de nom, supressió"50875088#: builtin/branch.c:6805089msgid "print only branches that are merged"5090msgstr "imprimeix només les branques que s'han fusionat"50915092#: builtin/branch.c:6815093msgid "print only branches that are not merged"5094msgstr "imprimeix només les branques que no s'han fusionat"50955096#: builtin/branch.c:6825097msgid "list branches in columns"5098msgstr "llista les branques en columnes"50995100#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:3665101msgid "key"5102msgstr "clau"51035104#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:3675105msgid "field name to sort on"5106msgstr "nom del camp en el qual ordenar"51075108#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:4045109#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:5705110#: builtin/tag.c:3695111msgid "object"5112msgstr "objecte"51135114#: builtin/branch.c:6875115msgid "print only branches of the object"5116msgstr "imprimeix només les branques de l'objecte"51175118#: builtin/branch.c:7055119msgid "Failed to resolve HEAD as a valid ref."5120msgstr "S'ha fallat en resoldre HEAD com a referència vàlida."51215122#: builtin/branch.c:709 builtin/clone.c:7065123msgid "HEAD not found below refs/heads!"5124msgstr "HEAD no trobat sota refs/heads!"51255126#: builtin/branch.c:7295127msgid "--column and --verbose are incompatible"5128msgstr "--column i --verbose són incompatibles"51295130#: builtin/branch.c:740 builtin/branch.c:7825131msgid "branch name required"5132msgstr "cal el nom de branca"51335134#: builtin/branch.c:7585135msgid "Cannot give description to detached HEAD"5136msgstr "No es pot donar descripció a un HEAD separat"51375138#: builtin/branch.c:7635139msgid "cannot edit description of more than one branch"5140msgstr "no es pot editar la descripció de més d'una branca"51415142#: builtin/branch.c:7705143#, c-format5144msgid "No commit on branch '%s' yet."5145msgstr "Encara no hi ha cap comissió en la branca '%s'."51465147#: builtin/branch.c:7735148#, c-format5149msgid "No branch named '%s'."5150msgstr "No hi ha branca amb nom '%s'."51515152#: builtin/branch.c:7885153msgid "too many branches for a rename operation"5154msgstr "hi ha massa branques per a una operació de canvi de nom"51555156#: builtin/branch.c:7935157msgid "too many branches to set new upstream"5158msgstr "hi ha massa branques per a establir una nova font"51595160#: builtin/branch.c:7975161#, c-format5162msgid ""5163"could not set upstream of HEAD to %s when it does not point to any branch."5164msgstr ""5165"no s'ha pogut establir la font de HEAD com a %s quan no assenyala cap branca."51665167#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:8435168#, c-format5169msgid "no such branch '%s'"5170msgstr "no hi ha tal branca '%s'"51715172#: builtin/branch.c:8045173#, c-format5174msgid "branch '%s' does not exist"5175msgstr "la branca '%s' no existeix"51765177#: builtin/branch.c:8165178msgid "too many branches to unset upstream"5179msgstr "hi ha massa branques per a desestablir la font"51805181#: builtin/branch.c:8205182msgid "could not unset upstream of HEAD when it does not point to any branch."5183msgstr ""5184"no s'ha pogut desestablir la font de HEAD perquè no assenyala cap branca."51855186#: builtin/branch.c:8265187#, c-format5188msgid "Branch '%s' has no upstream information"5189msgstr "La branca '%s' no té informació de font"51905191#: builtin/branch.c:8405192msgid "it does not make sense to create 'HEAD' manually"5193msgstr "no té sentit crear 'HEAD' manualment"51945195#: builtin/branch.c:8465196msgid "-a and -r options to 'git branch' do not make sense with a branch name"5197msgstr ""5198"les opcions -a i -r a 'git branch' no tenen sentit amb un nom de branca"51995200#: builtin/branch.c:8495201#, c-format5202msgid ""5203"The --set-upstream flag is deprecated and will be removed. Consider using --"5204"track or --set-upstream-to\n"5205msgstr ""5206"La bandera --set-upstream està desaprovada i s'eliminarà. Considereu usar --"5207"track o --set-upstream-to\n"52085209#: builtin/branch.c:8665210#, c-format5211msgid ""5212"\n"5213"If you wanted to make '%s' track '%s', do this:\n"5214"\n"5215msgstr ""5216"\n"5217"Si volíeu fer '%s' seguir '%s', feu això:\n"5218"\n"52195220#: builtin/bundle.c:515221#, c-format5222msgid "%s is okay\n"5223msgstr "%s està bé\n"52245225#: builtin/bundle.c:645226msgid "Need a repository to create a bundle."5227msgstr "Cal un dipòsit per a fer un farcell."52285229#: builtin/bundle.c:685230msgid "Need a repository to unbundle."5231msgstr "Cal un dipòsit per a desfer un farcell."52325233#: builtin/cat-file.c:5135234msgid ""5235"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5236"p | <type> | --textconv | --filters) [--path=<path>] <object>"5237msgstr ""5238"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"5239"p | <tipus> | --textconv | --filters [--path=<camí>]) <objecte>"52405241#: builtin/cat-file.c:5145242msgid ""5243"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5244"filters]"5245msgstr ""5246"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"5247"filters]"52485249#: builtin/cat-file.c:5515250msgid "<type> can be one of: blob, tree, commit, tag"5251msgstr "<tipus> pot ser un de: blob, tree, commit, tag"52525253#: builtin/cat-file.c:5525254msgid "show object type"5255msgstr "mostra el tipus de l'objecte"52565257#: builtin/cat-file.c:5535258msgid "show object size"5259msgstr "mostra la mida de l'objecte"52605261#: builtin/cat-file.c:5555262msgid "exit with zero when there's no error"5263msgstr "surt amb zero quan no hi ha error"52645265#: builtin/cat-file.c:5565266msgid "pretty-print object's content"5267msgstr "imprimeix bellament el contingut de l'objecte"52685269#: builtin/cat-file.c:5585270msgid "for blob objects, run textconv on object's content"5271msgstr "en els objectes de blob, executa textconv en el contingut de l'objecte"52725273#: builtin/cat-file.c:5605274msgid "for blob objects, run filters on object's content"5275msgstr ""5276"en els objectes de blob, executa els filtres en el contingut de l'objecte"52775278#: builtin/cat-file.c:561 git-submodule.sh:9235279msgid "blob"5280msgstr "blob"52815282#: builtin/cat-file.c:5625283msgid "use a specific path for --textconv/--filters"5284msgstr "usa un camí especìfic per a --textconv/--filters"52855286#: builtin/cat-file.c:5645287msgid "allow -s and -t to work with broken/corrupt objects"5288msgstr "permet que -s i -t funcionin amb objectes trencats/malmesos"52895290#: builtin/cat-file.c:5655291msgid "buffer --batch output"5292msgstr "posa la sortida de --batch en memòria intermèdia"52935294#: builtin/cat-file.c:5675295msgid "show info and content of objects fed from the standard input"5296msgstr ""5297"mostra la informació i contingut dels objectes rebuts de l'entrada estàndard"52985299#: builtin/cat-file.c:5705300msgid "show info about objects fed from the standard input"5301msgstr "mostra informació sobre els objectes rebuts de l'entrada estàndard"53025303#: builtin/cat-file.c:5735304msgid "follow in-tree symlinks (used with --batch or --batch-check)"5305msgstr ""5306"segueix els enllaços simbòlics en l'arbre (s'usa amb --batch o --batch-check)"53075308#: builtin/cat-file.c:5755309msgid "show all objects with --batch or --batch-check"5310msgstr "mostra tots els objectes amb --batch o --batch-check"53115312#: builtin/check-attr.c:115313msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."5314msgstr "git check-attr [-a | --all | <atribut>...] [--] <nom-de-camí>..."53155316#: builtin/check-attr.c:125317msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"5318msgstr "git check-attr --stdin [-z] [-a | --all | <atribut>...]"53195320#: builtin/check-attr.c:195321msgid "report all attributes set on file"5322msgstr "informa de tots els atributs establerts en el fitxer"53235324#: builtin/check-attr.c:205325msgid "use .gitattributes only from the index"5326msgstr "usa .gitattributes només des de l'índex"53275328#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:985329msgid "read file names from stdin"5330msgstr "llegeix els noms de fitxer d'stdin"53315332#: builtin/check-attr.c:23 builtin/check-ignore.c:245333msgid "terminate input and output records by a NUL character"5334msgstr "acaba els registres d'entrada i de sortida amb un caràcter NUL"53355336#: builtin/check-ignore.c:18 builtin/checkout.c:1137 builtin/gc.c:3255337msgid "suppress progress reporting"5338msgstr "omet el reportatge de progrés"53395340#: builtin/check-ignore.c:265341msgid "show non-matching input paths"5342msgstr "mostra els camins d'entrada que no coincideixin"53435344#: builtin/check-ignore.c:285345msgid "ignore index when checking"5346msgstr "ignora l'índex en comprovar"53475348#: builtin/check-ignore.c:1545349msgid "cannot specify pathnames with --stdin"5350msgstr "no es pot especificar noms de camí amb --stdin"53515352#: builtin/check-ignore.c:1575353msgid "-z only makes sense with --stdin"5354msgstr "-z només té sentit amb --stdin"53555356#: builtin/check-ignore.c:1595357msgid "no path specified"5358msgstr "cap camí especificat"53595360#: builtin/check-ignore.c:1635361msgid "--quiet is only valid with a single pathname"5362msgstr "--quiet només és vàlid amb un sol nom de camí"53635364#: builtin/check-ignore.c:1655365msgid "cannot have both --quiet and --verbose"5366msgstr "no es pot tenir ambdós --quiet i --verbose"53675368#: builtin/check-ignore.c:1685369msgid "--non-matching is only valid with --verbose"5370msgstr "--non-matching és vàlid només amb --verbose"53715372#: builtin/check-mailmap.c:85373msgid "git check-mailmap [<options>] <contact>..."5374msgstr "git check-mailmap [<opcions>] <contacte>..."53755376#: builtin/check-mailmap.c:135377msgid "also read contacts from stdin"5378msgstr "també llegeix els contactes des d'stdin"53795380#: builtin/check-mailmap.c:245381#, c-format5382msgid "unable to parse contact: %s"5383msgstr "no s'ha pogut analitzar el contacte: %s"53845385#: builtin/check-mailmap.c:475386msgid "no contacts specified"5387msgstr "no hi ha contactes especificats"53885389#: builtin/checkout-index.c:1275390msgid "git checkout-index [<options>] [--] [<file>...]"5391msgstr "git checkout-index [<opcions>] [--] [<fitxer>...]"53925393#: builtin/checkout-index.c:1445394msgid "stage should be between 1 and 3 or all"5395msgstr "l'etapa ha de ser entre 1 i 3 o all"53965397#: builtin/checkout-index.c:1605398msgid "check out all files in the index"5399msgstr "agafa tots els fitxers en l'índex"54005401#: builtin/checkout-index.c:1615402msgid "force overwrite of existing files"5403msgstr "força la sobreescriptura de fitxers existents"54045405#: builtin/checkout-index.c:1635406msgid "no warning for existing files and files not in index"5407msgstr "cap advertència per a fitxers existents i fitxers no en l'índex"54085409#: builtin/checkout-index.c:1655410msgid "don't checkout new files"5411msgstr "no agafis fitxers nous"54125413#: builtin/checkout-index.c:1675414msgid "update stat information in the index file"5415msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"54165417#: builtin/checkout-index.c:1715418msgid "read list of paths from the standard input"5419msgstr "llegeix la llista de camins des de l'entrada estàndard"54205421#: builtin/checkout-index.c:1735422msgid "write the content to temporary files"5423msgstr "escriu el contingut a fitxers temporals"54245425#: builtin/checkout-index.c:174 builtin/column.c:305426#: builtin/submodule--helper.c:595 builtin/submodule--helper.c:5985427#: builtin/submodule--helper.c:604 builtin/submodule--helper.c:9515428#: builtin/worktree.c:4695429msgid "string"5430msgstr "cadena"54315432#: builtin/checkout-index.c:1755433msgid "when creating files, prepend <string>"5434msgstr "en crear fitxers, anteposa <cadena>"54355436#: builtin/checkout-index.c:1775437msgid "copy out the files from named stage"5438msgstr "copia els fitxers des de l'etapa anomenada"54395440#: builtin/checkout.c:255441msgid "git checkout [<options>] <branch>"5442msgstr "git checkout [<opcions>] <branca>"54435444#: builtin/checkout.c:265445msgid "git checkout [<options>] [<branch>] -- <file>..."5446msgstr "git checkout [<opcions>] [<branca>] -- <fitxer>..."54475448#: builtin/checkout.c:134 builtin/checkout.c:1675449#, c-format5450msgid "path '%s' does not have our version"5451msgstr "el camí '%s' no té la versió nostra"54525453#: builtin/checkout.c:136 builtin/checkout.c:1695454#, c-format5455msgid "path '%s' does not have their version"5456msgstr "el camí '%s' no té la versió seva"54575458#: builtin/checkout.c:1525459#, c-format5460msgid "path '%s' does not have all necessary versions"5461msgstr "el camí '%s' no té totes les versions necessàries"54625463#: builtin/checkout.c:1965464#, c-format5465msgid "path '%s' does not have necessary versions"5466msgstr "el camí '%s' no té les versions necessàries"54675468#: builtin/checkout.c:2135469#, c-format5470msgid "path '%s': cannot merge"5471msgstr "camí '%s': no es pot fusionar"54725473#: builtin/checkout.c:2305474#, c-format5475msgid "Unable to add merge result for '%s'"5476msgstr "No s'ha pogut afegir el resultat de fusió per a '%s'"54775478#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2565479#: builtin/checkout.c:2595480#, c-format5481msgid "'%s' cannot be used with updating paths"5482msgstr "'%s' no es pot usar amb actualització de camins"54835484#: builtin/checkout.c:262 builtin/checkout.c:2655485#, c-format5486msgid "'%s' cannot be used with %s"5487msgstr "'%s' no es pot usar amb %s"54885489#: builtin/checkout.c:2685490#, c-format5491msgid "Cannot update paths and switch to branch '%s' at the same time."5492msgstr ""5493"No es pot actualitzar els camins i canviar a la branca '%s' a la vegada."54945495#: builtin/checkout.c:339 builtin/checkout.c:3465496#, c-format5497msgid "path '%s' is unmerged"5498msgstr "el camí '%s' està sense fusionar"54995500#: builtin/checkout.c:4945501msgid "you need to resolve your current index first"5502msgstr "heu de primer resoldre el vostre índex actual"55035504#: builtin/checkout.c:6245505#, c-format5506msgid "Can not do reflog for '%s': %s\n"5507msgstr "No es pot fer reflog per a '%s': %s\n"55085509#: builtin/checkout.c:6635510msgid "HEAD is now at"5511msgstr "HEAD ara és a"55125513#: builtin/checkout.c:667 builtin/clone.c:6605514msgid "unable to update HEAD"5515msgstr "no s'ha pogut actualitzar HEAD"55165517#: builtin/checkout.c:6715518#, c-format5519msgid "Reset branch '%s'\n"5520msgstr "Restableix la branca '%s'\n"55215522#: builtin/checkout.c:6745523#, c-format5524msgid "Already on '%s'\n"5525msgstr "Ja en '%s'\n"55265527#: builtin/checkout.c:6785528#, c-format5529msgid "Switched to and reset branch '%s'\n"5530msgstr "S'ha agafat i restablert la branca '%s'\n"55315532#: builtin/checkout.c:680 builtin/checkout.c:10695533#, c-format5534msgid "Switched to a new branch '%s'\n"5535msgstr "S'ha agafat la branca nova '%s'\n"55365537#: builtin/checkout.c:6825538#, c-format5539msgid "Switched to branch '%s'\n"5540msgstr "S'ha agafat la branca '%s'\n"55415542#: builtin/checkout.c:7335543#, c-format5544msgid " ... and %d more.\n"5545msgstr " ... i %d més.\n"55465547#: builtin/checkout.c:7395548#, c-format5549msgid ""5550"Warning: you are leaving %d commit behind, not connected to\n"5551"any of your branches:\n"5552"\n"5553"%s\n"5554msgid_plural ""5555"Warning: you are leaving %d commits behind, not connected to\n"5556"any of your branches:\n"5557"\n"5558"%s\n"5559msgstr[0] ""5560"Advertència: esteu deixant enrere %d comissió, no\n"5561"connectada a cap de les vostres branques:\n"5562"\n"5563"%s\n"5564msgstr[1] ""5565"Advertència: esteu deixant enrere %d comissions, no\n"5566"connectades a cap de les vostres branques:\n"5567"\n"5568"%s\n"55695570#: builtin/checkout.c:7585571#, c-format5572msgid ""5573"If you want to keep it by creating a new branch, this may be a good time\n"5574"to do so with:\n"5575"\n"5576" git branch <new-branch-name> %s\n"5577"\n"5578msgid_plural ""5579"If you want to keep them by creating a new branch, this may be a good time\n"5580"to do so with:\n"5581"\n"5582" git branch <new-branch-name> %s\n"5583"\n"5584msgstr[0] ""5585"Si la voleu retenir creant una branca nova, ara pot ser un bon moment\n"5586"per a fer-ho amb:\n"5587"\n"5588" git branch <nom-de-branca-nova> %s\n"5589"\n"5590msgstr[1] ""5591"Si les voleu retenir creant una branca nova, ara pot ser un bon moment\n"5592"per a fer-ho amb:\n"5593"\n"5594" git branch <nom-de-branca-nova> %s\n"5595"\n"55965597#: builtin/checkout.c:7945598msgid "internal error in revision walk"5599msgstr "error intern en el passeig per revisions"56005601#: builtin/checkout.c:7985602msgid "Previous HEAD position was"5603msgstr "La posició de HEAD anterior era"56045605#: builtin/checkout.c:825 builtin/checkout.c:10645606msgid "You are on a branch yet to be born"5607msgstr "Sou en una branca que encara ha de nàixer"56085609#: builtin/checkout.c:9705610#, c-format5611msgid "only one reference expected, %d given."5612msgstr "s'esperava només una referència, s'han donat %d."56135614#: builtin/checkout.c:1010 builtin/worktree.c:2145615#, c-format5616msgid "invalid reference: %s"5617msgstr "referència no vàlida: %s"56185619#: builtin/checkout.c:10395620#, c-format5621msgid "reference is not a tree: %s"5622msgstr "la referència no és un arbre: %s"56235624#: builtin/checkout.c:10785625msgid "paths cannot be used with switching branches"5626msgstr "els camins no es poden usar amb canvi de branca"56275628#: builtin/checkout.c:1081 builtin/checkout.c:10855629#, c-format5630msgid "'%s' cannot be used with switching branches"5631msgstr "'%s' no es pot usar amb canvi de branca"56325633#: builtin/checkout.c:1089 builtin/checkout.c:1092 builtin/checkout.c:10975634#: builtin/checkout.c:11005635#, c-format5636msgid "'%s' cannot be used with '%s'"5637msgstr "'%s' no es pot usar amb '%s'"56385639#: builtin/checkout.c:11055640#, c-format5641msgid "Cannot switch branch to a non-commit '%s'"5642msgstr "No es pot canviar la branca a la no comissió '%s'"56435644#: builtin/checkout.c:1138 builtin/checkout.c:1140 builtin/clone.c:935645#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3245646#: builtin/worktree.c:3265647msgid "branch"5648msgstr "branca"56495650#: builtin/checkout.c:11395651msgid "create and checkout a new branch"5652msgstr "crea i agafa una branca nova"56535654#: builtin/checkout.c:11415655msgid "create/reset and checkout a branch"5656msgstr "crea/restableix i agafa una branca"56575658#: builtin/checkout.c:11425659msgid "create reflog for new branch"5660msgstr "crea un registre de referència per a la branca nova"56615662#: builtin/checkout.c:1143 builtin/worktree.c:3285663msgid "detach HEAD at named commit"5664msgstr "separa HEAD a la comissió anomenada"56655666#: builtin/checkout.c:11445667msgid "set upstream info for new branch"5668msgstr "estableix la informació de font de la branca nova"56695670#: builtin/checkout.c:11465671msgid "new-branch"5672msgstr "branca-nova"56735674#: builtin/checkout.c:11465675msgid "new unparented branch"5676msgstr "branca òrfena nova"56775678#: builtin/checkout.c:11475679msgid "checkout our version for unmerged files"5680msgstr "agafa la versió nostra dels fitxers sense fusionar"56815682#: builtin/checkout.c:11495683msgid "checkout their version for unmerged files"5684msgstr "agafa la versió seva dels fitxers sense fusionar"56855686#: builtin/checkout.c:11515687msgid "force checkout (throw away local modifications)"5688msgstr "agafa a la força (descarta qualsevulla modificació local)"56895690#: builtin/checkout.c:11525691msgid "perform a 3-way merge with the new branch"5692msgstr "realitza una fusió de 3 vies amb la branca nova"56935694#: builtin/checkout.c:1153 builtin/merge.c:2315695msgid "update ignored files (default)"5696msgstr "actualitza els fitxers ignorats (per defecte)"56975698#: builtin/checkout.c:1154 builtin/log.c:1466 parse-options.h:2515699msgid "style"5700msgstr "estil"57015702#: builtin/checkout.c:11555703msgid "conflict style (merge or diff3)"5704msgstr "estil de conflicte (fusió o diff3)"57055706#: builtin/checkout.c:11585707msgid "do not limit pathspecs to sparse entries only"5708msgstr "no limitis les especificacions de camí només a entrades disperses"57095710#: builtin/checkout.c:11605711msgid "second guess 'git checkout <no-such-branch>'"5712msgstr "dubta 'git checkout <cap-branca-així>'"57135714#: builtin/checkout.c:11625715msgid "do not check if another worktree is holding the given ref"5716msgstr "no comprovis si altre arbre de treball té la referència donada"57175718#: builtin/checkout.c:1163 builtin/clone.c:63 builtin/fetch.c:1195719#: builtin/merge.c:228 builtin/pull.c:117 builtin/push.c:5365720#: builtin/send-pack.c:1685721msgid "force progress reporting"5722msgstr "força l'informe de progrés"57235724#: builtin/checkout.c:11945725msgid "-b, -B and --orphan are mutually exclusive"5726msgstr "-b, -B i --orphan són mutualment exclusius"57275728#: builtin/checkout.c:12115729msgid "--track needs a branch name"5730msgstr "--track necessita un nom de branca"57315732#: builtin/checkout.c:12165733msgid "Missing branch name; try -b"5734msgstr "Manca el nom de branca; proveu -b"57355736#: builtin/checkout.c:12525737msgid "invalid path specification"5738msgstr "especificació de camí no vàlida"57395740#: builtin/checkout.c:12595741#, c-format5742msgid ""5743"Cannot update paths and switch to branch '%s' at the same time.\n"5744"Did you intend to checkout '%s' which can not be resolved as commit?"5745msgstr ""5746"No es poden actualitzar els camins i canviar a la branca '%s' a la vegada.\n"5747"Volíeu agafar '%s', la qual no es pot resoldre com a comissió?"57485749#: builtin/checkout.c:12645750#, c-format5751msgid "git checkout: --detach does not take a path argument '%s'"5752msgstr "git checkout: --detach no accepta un paràmetre de camí '%s'"57535754#: builtin/checkout.c:12685755msgid ""5756"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"5757"checking out of the index."5758msgstr ""5759"git checkout: --ours/--theirs, --force i --merge són incompatibles en\n"5760"agafar de l'índex."57615762#: builtin/clean.c:255763msgid ""5764"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."5765msgstr ""5766"git clean [-d] [-f] [-i] [-n] [-q] [-e <patró>] [-x | -X] [--] <camins>..."57675768#: builtin/clean.c:295769#, c-format5770msgid "Removing %s\n"5771msgstr "S'està eliminant %s\n"57725773#: builtin/clean.c:305774#, c-format5775msgid "Would remove %s\n"5776msgstr "Eliminaria %s\n"57775778#: builtin/clean.c:315779#, c-format5780msgid "Skipping repository %s\n"5781msgstr "S'està saltant el dipòsit %s\n"57825783#: builtin/clean.c:325784#, c-format5785msgid "Would skip repository %s\n"5786msgstr "Saltaria el dipòsit %s\n"57875788#: builtin/clean.c:335789#, c-format5790msgid "failed to remove %s"5791msgstr "s'ha fallat en eliminar %s"57925793#: builtin/clean.c:2915794msgid ""5795"Prompt help:\n"5796"1 - select a numbered item\n"5797"foo - select item based on unique prefix\n"5798" - (empty) select nothing"5799msgstr ""5800"Ajuda d'avís:\n"5801"1 - selecciona un ítem numerat\n"5802"foo - selecciona un ítem basat en un prefix únic\n"5803" - (buit) no seleccionis res"58045805#: builtin/clean.c:2955806msgid ""5807"Prompt help:\n"5808"1 - select a single item\n"5809"3-5 - select a range of items\n"5810"2-3,6-9 - select multiple ranges\n"5811"foo - select item based on unique prefix\n"5812"-... - unselect specified items\n"5813"* - choose all items\n"5814" - (empty) finish selecting"5815msgstr ""5816"Ajuda d'avís:\n"5817"1 - selecciona un sol ítem\n"5818"3-5 - selecciona un rang d'ítems\n"5819"2-3,6-9 - selecciona múltiples rangs\n"5820"foo - selecciona un ítem basat en un prefix únic\n"5821"-... - desselecciona els ítems seleccionats\n"5822"* - tria tots els ítems\n"5823" - (buit) finalitza la selecció"58245825#: builtin/clean.c:5115826#, c-format5827msgid "Huh (%s)?"5828msgstr "Perdó (%s)?"58295830#: builtin/clean.c:6535831#, c-format5832msgid "Input ignore patterns>> "5833msgstr "Introduïu els patrons a ignorar>> "58345835#: builtin/clean.c:6905836#, c-format5837msgid "WARNING: Cannot find items matched by: %s"5838msgstr "ADVERTÈNCIA: No es pot trobar ítems que coincideixin amb: %s"58395840#: builtin/clean.c:7115841msgid "Select items to delete"5842msgstr "Selecciona els ítems a suprimir"58435844#. TRANSLATORS: Make sure to keep [y/N] as is5845#: builtin/clean.c:7525846#, c-format5847msgid "Remove %s [y/N]? "5848msgstr "Voleu eliminar %s [y/N]? "58495850#: builtin/clean.c:7775851msgid "Bye."5852msgstr "Adéu."58535854#: builtin/clean.c:7855855msgid ""5856"clean - start cleaning\n"5857"filter by pattern - exclude items from deletion\n"5858"select by numbers - select items to be deleted by numbers\n"5859"ask each - confirm each deletion (like \"rm -i\")\n"5860"quit - stop cleaning\n"5861"help - this screen\n"5862"? - help for prompt selection"5863msgstr ""5864"clean - comença a netejar\n"5865"filter by pattern - exclou ítems de supressió\n"5866"select by numbers - selecciona ítems a suprimir per números\n"5867"ask each - confirma cada supressió (com \"rm -i\")\n"5868"quit - deixa de netejar\n"5869"help - aquesta pantalla\n"5870"? - ajuda de selecció de l'avís"58715872#: builtin/clean.c:8125873msgid "*** Commands ***"5874msgstr "*** Ordres ***"58755876#: builtin/clean.c:8135877msgid "What now"5878msgstr "I ara què"58795880#: builtin/clean.c:8215881msgid "Would remove the following item:"5882msgid_plural "Would remove the following items:"5883msgstr[0] "Eliminaria l'ítem següent:"5884msgstr[1] "Eliminaria els ítems següents:"58855886#: builtin/clean.c:8385887msgid "No more files to clean, exiting."5888msgstr "No hi ha més fitxers a netejar; s'està sortint."58895890#: builtin/clean.c:8695891msgid "do not print names of files removed"5892msgstr "no imprimeixis els noms dels fitxers eliminats"58935894#: builtin/clean.c:8715895msgid "force"5896msgstr "força"58975898#: builtin/clean.c:8725899msgid "interactive cleaning"5900msgstr "neteja interactiva"59015902#: builtin/clean.c:8745903msgid "remove whole directories"5904msgstr "elimina directoris sencers"59055906#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:7255907#: builtin/ls-files.c:536 builtin/name-rev.c:313 builtin/show-ref.c:1825908msgid "pattern"5909msgstr "patró"59105911#: builtin/clean.c:8765912msgid "add <pattern> to ignore rules"5913msgstr "afegiu <patró> per a ignorar les regles"59145915#: builtin/clean.c:8775916msgid "remove ignored files, too"5917msgstr "elimina els fitxers ignorats, també"59185919#: builtin/clean.c:8795920msgid "remove only ignored files"5921msgstr "elimina només els fitxers ignorats"59225923#: builtin/clean.c:8975924msgid "-x and -X cannot be used together"5925msgstr "-x i -X no es poden usar junts"59265927#: builtin/clean.c:9015928msgid ""5929"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "5930"clean"5931msgstr ""5932"clean.requireForce està establerta a veritat i ni -i, -n ni -f s'ha donat; "5933"refusant netejar"59345935#: builtin/clean.c:9045936msgid ""5937"clean.requireForce defaults to true and neither -i, -n, nor -f given; "5938"refusing to clean"5939msgstr ""5940"clean.requireForce és per defecte veritat i ni -i, -n ni -f s'ha donat; "5941"refusant netejar"59425943#: builtin/clone.c:375944msgid "git clone [<options>] [--] <repo> [<dir>]"5945msgstr "git clone [<opcions>] [--] <dipòsit> [<directori>]"59465947#: builtin/clone.c:655948msgid "don't create a checkout"5949msgstr "no facis cap agafament"59505951#: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:4785952msgid "create a bare repository"5953msgstr "crea un dipòsit nu"59545955#: builtin/clone.c:705956msgid "create a mirror repository (implies bare)"5957msgstr "crea un dipòsit reflectit (implica bare)"59585959#: builtin/clone.c:725960msgid "to clone from a local repository"5961msgstr "per a clonar des d'un dipòsit local"59625963#: builtin/clone.c:745964msgid "don't use local hardlinks, always copy"5965msgstr "no usis enllaços durs locals, sempre copia"59665967#: builtin/clone.c:765968msgid "setup as shared repository"5969msgstr "configura com a dipòsit compartit"59705971#: builtin/clone.c:78 builtin/clone.c:805972msgid "initialize submodules in the clone"5973msgstr "inicialitza els submòduls en el clon"59745975#: builtin/clone.c:825976msgid "number of submodules cloned in parallel"5977msgstr "nombre de submòduls clonats en paral·lel"59785979#: builtin/clone.c:83 builtin/init-db.c:4755980msgid "template-directory"5981msgstr "directori-de-plantilla"59825983#: builtin/clone.c:84 builtin/init-db.c:4765984msgid "directory from which templates will be used"5985msgstr "directori del qual les plantilles s'usaran"59865987#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:6025988#: builtin/submodule--helper.c:9545989msgid "reference repository"5990msgstr "dipòsit de referència"59915992#: builtin/clone.c:905993msgid "use --reference only while cloning"5994msgstr "usa --reference només en clonar"59955996#: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:445997msgid "name"5998msgstr "nom"59996000#: builtin/clone.c:926001msgid "use <name> instead of 'origin' to track upstream"6002msgstr "usa <nom> en lloc de 'origin' per a seguir la font"60036004#: builtin/clone.c:946005msgid "checkout <branch> instead of the remote's HEAD"6006msgstr "agafa <branca> en lloc del HEAD del remot"60076008#: builtin/clone.c:966009msgid "path to git-upload-pack on the remote"6010msgstr "camí a git-upload-pack en el remot"60116012#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:668 builtin/pull.c:2026013msgid "depth"6014msgstr "profunditat"60156016#: builtin/clone.c:986017msgid "create a shallow clone of that depth"6018msgstr "crea un clon superficial de tal profunditat"60196020#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:28486021#: parse-options.h:1426022msgid "time"6023msgstr "hora"60246025#: builtin/clone.c:1006026msgid "create a shallow clone since a specific time"6027msgstr "crea un clon superficial des d'una hora específica"60286029#: builtin/clone.c:101 builtin/fetch.c:1246030msgid "revision"6031msgstr "revisió"60326033#: builtin/clone.c:102 builtin/fetch.c:1256034msgid "deepen history of shallow clone by excluding rev"6035msgstr "aprofundeix la història d'un clon superficial excloent una revisió"60366037#: builtin/clone.c:1046038msgid "clone only one branch, HEAD or --branch"6039msgstr "clona només una branca, HEAD o --branch"60406041#: builtin/clone.c:1066042msgid "any cloned submodules will be shallow"6043msgstr "qualsevol submòdul clonat serà superficial"60446045#: builtin/clone.c:107 builtin/init-db.c:4846046msgid "gitdir"6047msgstr "directori de git"60486049#: builtin/clone.c:108 builtin/init-db.c:4856050msgid "separate git dir from working tree"6051msgstr "separa el directori de git de l'arbre de treball"60526053#: builtin/clone.c:1096054msgid "key=value"6055msgstr "clau=valor"60566057#: builtin/clone.c:1106058msgid "set config inside the new repository"6059msgstr "estableix la configuració dins del dipòsit nou"60606061#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:5476062msgid "use IPv4 addresses only"6063msgstr "usa només les adreces IPv4"60646065#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:5496066msgid "use IPv6 addresses only"6067msgstr "usa només les adreces IPv6"60686069#: builtin/clone.c:2506070msgid ""6071"No directory name could be guessed.\n"6072"Please specify a directory on the command line"6073msgstr ""6074"No s'ha pogut endevinar cap nom de directori.\n"6075"Si us plau, especifiqueu un directori en la línia d'ordres"60766077#: builtin/clone.c:3036078#, c-format6079msgid "info: Could not add alternate for '%s': %s\n"6080msgstr "info: No s'ha pogut afegir un alternatiu per a '%s': %s\n"60816082#: builtin/clone.c:3756083#, c-format6084msgid "failed to open '%s'"6085msgstr "s'ha fallat en obrir '%s'"60866087#: builtin/clone.c:3836088#, c-format6089msgid "%s exists and is not a directory"6090msgstr "%s existeix i no és directori"60916092#: builtin/clone.c:3976093#, c-format6094msgid "failed to stat %s\n"6095msgstr "s'ha fallat en fer stat a '%s'\n"60966097#: builtin/clone.c:4196098#, c-format6099msgid "failed to create link '%s'"6100msgstr "s'ha fallat en crear l'enllaç '%s'"61016102#: builtin/clone.c:4236103#, c-format6104msgid "failed to copy file to '%s'"6105msgstr "s'ha fallat en copiar el fitxer a '%s'"61066107#: builtin/clone.c:4486108#, c-format6109msgid "done.\n"6110msgstr "fet.\n"61116112#: builtin/clone.c:4606113msgid ""6114"Clone succeeded, but checkout failed.\n"6115"You can inspect what was checked out with 'git status'\n"6116"and retry the checkout with 'git checkout -f HEAD'\n"6117msgstr ""6118"El clonatge ha tingut èxit, però l'agafament ha\n"6119"fallat. Podeu inspeccionar què s'ha agafat amb\n"6120"'git status' i tornar a intentar l'agafament amb\n"6121"'git checkout -f HEAD'\n"61226123#: builtin/clone.c:5376124#, c-format6125msgid "Could not find remote branch %s to clone."6126msgstr "No s'ha pogut trobar la branca remota %s per a clonar."61276128#: builtin/clone.c:6326129msgid "remote did not send all necessary objects"6130msgstr "el remot no ha enviat tots els objectes necessaris"61316132#: builtin/clone.c:6486133#, c-format6134msgid "unable to update %s"6135msgstr "no s'ha pogut actualitzar %s"61366137#: builtin/clone.c:6976138msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"6139msgstr ""6140"el HEAD remot es refereix a una referència que no existeix; no s'ha pogut "6141"agafar.\n"61426143#: builtin/clone.c:7286144msgid "unable to checkout working tree"6145msgstr "no s'ha pogut agafar l'arbre de treball"61466147#: builtin/clone.c:7686148msgid "unable to write parameters to config file"6149msgstr "no s'ha pogut escriure els paràmetres al fitxer de configuració"61506151#: builtin/clone.c:8316152msgid "cannot repack to clean up"6153msgstr "no es pot reempaquetar per a netejar"61546155#: builtin/clone.c:8336156msgid "cannot unlink temporary alternates file"6157msgstr "no es pot desenllaçar el fitxer d'alternatives temporal"61586159#: builtin/clone.c:866 builtin/receive-pack.c:18956160msgid "Too many arguments."6161msgstr "Hi ha massa paràmetres."61626163#: builtin/clone.c:8706164msgid "You must specify a repository to clone."6165msgstr "Heu d'especificar un dipòsit per a clonar."61666167#: builtin/clone.c:8836168#, c-format6169msgid "--bare and --origin %s options are incompatible."6170msgstr "les opcions --bare i --origin %s són incompatibles."61716172#: builtin/clone.c:8866173msgid "--bare and --separate-git-dir are incompatible."6174msgstr "--bare i --separate-git-dir són incompatibles."61756176#: builtin/clone.c:8996177#, c-format6178msgid "repository '%s' does not exist"6179msgstr "el dipòsit '%s' no existeix"61806181#: builtin/clone.c:905 builtin/fetch.c:13386182#, c-format6183msgid "depth %s is not a positive number"6184msgstr "la profunditat %s no és nombre positiu"61856186#: builtin/clone.c:9156187#, c-format6188msgid "destination path '%s' already exists and is not an empty directory."6189msgstr "el camí destí '%s' ja existeix i no és un directori buit."61906191#: builtin/clone.c:9256192#, c-format6193msgid "working tree '%s' already exists."6194msgstr "l'arbre de treball '%s' ja existeix."61956196#: builtin/clone.c:940 builtin/clone.c:951 builtin/submodule--helper.c:6576197#: builtin/worktree.c:222 builtin/worktree.c:2496198#, c-format6199msgid "could not create leading directories of '%s'"6200msgstr "no s'ha pogut crear els directoris inicials de '%s'"62016202#: builtin/clone.c:9436203#, c-format6204msgid "could not create work tree dir '%s'"6205msgstr "no s'ha pogut crear el directori d'arbre de treball '%s'"62066207#: builtin/clone.c:9556208#, c-format6209msgid "Cloning into bare repository '%s'...\n"6210msgstr "S'està clonant al dipòsit nu '%s'...\n"62116212#: builtin/clone.c:9576213#, c-format6214msgid "Cloning into '%s'...\n"6215msgstr "S'està clonant a '%s'...\n"62166217#: builtin/clone.c:9636218msgid ""6219"clone --recursive is not compatible with both --reference and --reference-if-"6220"able"6221msgstr ""6222"clone --recursive no és compatible amb ambdòs --reference i --reference-if-"6223"able"62246225#: builtin/clone.c:10196226msgid "--depth is ignored in local clones; use file:// instead."6227msgstr "--depth s'ignora en els clons locals; useu file:// en lloc d'això."62286229#: builtin/clone.c:10216230msgid "--shallow-since is ignored in local clones; use file:// instead."6231msgstr ""6232"--shallow-since s'ignora en els clons locals; useu file:// en lloc d'això."62336234#: builtin/clone.c:10236235msgid "--shallow-exclude is ignored in local clones; use file:// instead."6236msgstr ""6237"--shallow-exclude s'ignora en els clons locals; useu file:// en lloc d'això."62386239#: builtin/clone.c:10266240msgid "source repository is shallow, ignoring --local"6241msgstr "el dipòsit font és superficial, s'està ignorant --local"62426243#: builtin/clone.c:10316244msgid "--local is ignored"6245msgstr "--local s'ignora"62466247#: builtin/clone.c:10356248#, c-format6249msgid "Don't know how to clone %s"6250msgstr "No se sap com clonar %s"62516252#: builtin/clone.c:1090 builtin/clone.c:10986253#, c-format6254msgid "Remote branch %s not found in upstream %s"6255msgstr "La branca remota %s no es troba en la font %s"62566257#: builtin/clone.c:11016258msgid "You appear to have cloned an empty repository."6259msgstr "Sembla que heu clonat un dipòsit buit."62606261#: builtin/column.c:96262msgid "git column [<options>]"6263msgstr "git column [<opcions>]"62646265#: builtin/column.c:266266msgid "lookup config vars"6267msgstr "cerca les variables de configuració"62686269#: builtin/column.c:27 builtin/column.c:286270msgid "layout to use"6271msgstr "disposició a usar"62726273#: builtin/column.c:296274msgid "Maximum width"6275msgstr "Amplada màxima"62766277#: builtin/column.c:306278msgid "Padding space on left border"6279msgstr "Espai d'encoixinada en el marge esquerre"62806281#: builtin/column.c:316282msgid "Padding space on right border"6283msgstr "Espai d'encoixinada en el marge dret"62846285#: builtin/column.c:326286msgid "Padding space between columns"6287msgstr "Espai d'encoixinada entre columnes"62886289#: builtin/column.c:516290msgid "--command must be the first argument"6291msgstr "--command ha de ser el primer paràmetre"62926293#: builtin/commit.c:386294msgid "git commit [<options>] [--] <pathspec>..."6295msgstr "git commit [<opcions>] [--] <especificació-de-camí>..."62966297#: builtin/commit.c:436298msgid "git status [<options>] [--] <pathspec>..."6299msgstr "git status [<opcions>] [--] <especificació-de-camí>..."63006301#: builtin/commit.c:486302msgid ""6303"Your name and email address were configured automatically based\n"6304"on your username and hostname. Please check that they are accurate.\n"6305"You can suppress this message by setting them explicitly. Run the\n"6306"following command and follow the instructions in your editor to edit\n"6307"your configuration file:\n"6308"\n"6309" git config --global --edit\n"6310"\n"6311"After doing this, you may fix the identity used for this commit with:\n"6312"\n"6313" git commit --amend --reset-author\n"6314msgstr ""6315"S'han configurat el vostre nom i adreça de correu electrònic\n"6316"automàticament basats en el vostre nom d'usuari i nom de màquina. Si\n"6317"us plau, comproveu que siguin correctes. Podeu suprimir aquest\n"6318"missatge establint-los explícitament. Executeu l'ordre següent i\n"6319"seguiu les instruccions en el vostre editor per editar el vostre\n"6320"fitxer de configuració:\n"6321"\n"6322" git config --global --edit\n"6323"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"6324"comissió amb:\n"6325"\n"6326" git commit --amend --reset-author\n"63276328#: builtin/commit.c:616329msgid ""6330"Your name and email address were configured automatically based\n"6331"on your username and hostname. Please check that they are accurate.\n"6332"You can suppress this message by setting them explicitly:\n"6333"\n"6334" git config --global user.name \"Your Name\"\n"6335" git config --global user.email you@example.com\n"6336"\n"6337"After doing this, you may fix the identity used for this commit with:\n"6338"\n"6339" git commit --amend --reset-author\n"6340msgstr ""6341"S'han configurat el vostre nom i adreça de correu electrònic\n"6342"automàticament basats en el vostre nom d'usuari i nom de màquina. Si\n"6343"us plau, comproveu que siguin correctes. Podeu suprimir aquest\n"6344"missatge establint-los explícitament:\n"6345"\n"6346" git config --global user.name \"El Vostre Nom\"\n"6347" git config --global user.email tu@example.com\n"6348"\n"6349"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"6350"comissió amb:\n"6351"\n"6352" git commit --amend --reset-author\n"63536354#: builtin/commit.c:736355msgid ""6356"You asked to amend the most recent commit, but doing so would make\n"6357"it empty. You can repeat your command with --allow-empty, or you can\n"6358"remove the commit entirely with \"git reset HEAD^\".\n"6359msgstr ""6360"Heu demanat esmenar la comissió més recent, però fer això la\n"6361"deixaria buida. Podeu repetir la vostra ordre amb --allow-empty, o\n"6362"podeu eliminar la comissió per complet amb \"git reset HEAD^\".\n"63636364#: builtin/commit.c:786365msgid ""6366"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"6367"If you wish to commit it anyway, use:\n"6368"\n"6369" git commit --allow-empty\n"6370"\n"6371msgstr ""6372"El recull de cireres previ ja està buit, possiblement a causa de resolució "6373"de conflicte.\n"6374"Si el voleu cometre de totes maneres, useu:\n"6375"\n"6376" git commit --allow-empty\n"6377"\n"63786379#: builtin/commit.c:856380msgid "Otherwise, please use 'git reset'\n"6381msgstr "D'altra manera, si us plau, useu 'git reset'\n"63826383#: builtin/commit.c:886384msgid ""6385"If you wish to skip this commit, use:\n"6386"\n"6387" git reset\n"6388"\n"6389"Then \"git cherry-pick --continue\" will resume cherry-picking\n"6390"the remaining commits.\n"6391msgstr ""6392"Si voleu ometre aquesta comissió, useu:\n"6393"\n"6394" git reset\n"6395"\n"6396"Llavors \"git cherry-pick --continue\" reprendrà recollint\n"6397"com a cireres les comissions restants.\n"63986399#: builtin/commit.c:3186400msgid "failed to unpack HEAD tree object"6401msgstr "s'ha fallat en desempaquetar l'objecte d'arbre HEAD"64026403#: builtin/commit.c:3596404msgid "unable to create temporary index"6405msgstr "no s'ha pogut crear un índex temporal"64066407#: builtin/commit.c:3656408msgid "interactive add failed"6409msgstr "l'afegiment interactiu ha fallat"64106411#: builtin/commit.c:3786412msgid "unable to update temporary index"6413msgstr "no s'ha pogut actualitzar l'índex temporal"64146415#: builtin/commit.c:3806416msgid "Failed to update main cache tree"6417msgstr "S'ha fallat en actualitzar l'arbre principal de memòria cau"64186419#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:4766420msgid "unable to write new_index file"6421msgstr "no s'ha pogut escriure el fitxer new_index"64226423#: builtin/commit.c:4586424msgid "cannot do a partial commit during a merge."6425msgstr "no es pot fer una comissió parcial durant una fusió."64266427#: builtin/commit.c:4606428msgid "cannot do a partial commit during a cherry-pick."6429msgstr "no es pot fer una comissió parcial durant un recull de cireres."64306431#: builtin/commit.c:4696432msgid "cannot read the index"6433msgstr "no es pot llegir l'índex"64346435#: builtin/commit.c:4886436msgid "unable to write temporary index file"6437msgstr "no s'ha pogut escriure un fitxer d'índex temporal"64386439#: builtin/commit.c:5826440#, c-format6441msgid "commit '%s' lacks author header"6442msgstr "a la comissió '%s' li manca la capçalera d'autor"64436444#: builtin/commit.c:5846445#, c-format6446msgid "commit '%s' has malformed author line"6447msgstr "la comissió '%s' té una línia d'autor mal formada"64486449#: builtin/commit.c:6036450msgid "malformed --author parameter"6451msgstr "paràmetre --author mal format"64526453#: builtin/commit.c:6116454#, c-format6455msgid "invalid date format: %s"6456msgstr "format de data no vàlid: %s"64576458#: builtin/commit.c:6556459msgid ""6460"unable to select a comment character that is not used\n"6461"in the current commit message"6462msgstr ""6463"no es pot seleccionar un caràcter de comentari que\n"6464"no sigui usat en el missatge de comissió actual"64656466#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:10966467#, c-format6468msgid "could not lookup commit %s"6469msgstr "no s'ha pogut trobar la comissió %s"64706471#: builtin/commit.c:704 builtin/shortlog.c:2866472#, c-format6473msgid "(reading log message from standard input)\n"6474msgstr "(s'està llegint el missatge de registre des de l'entrada estàndard)\n"64756476#: builtin/commit.c:7066477msgid "could not read log from standard input"6478msgstr "no s'ha pogut llegir el registre des de l'entrada estàndard"64796480#: builtin/commit.c:7106481#, c-format6482msgid "could not read log file '%s'"6483msgstr "no s'ha pogut llegir el fitxer de registre '%s'"64846485#: builtin/commit.c:737 builtin/commit.c:7456486msgid "could not read SQUASH_MSG"6487msgstr "no s'ha pogut llegir SQUASH_MSG"64886489#: builtin/commit.c:7426490msgid "could not read MERGE_MSG"6491msgstr "no s'ha pogut llegir MERGE_MSG"64926493#: builtin/commit.c:7966494msgid "could not write commit template"6495msgstr "no s'ha pogut escriure la plantilla de comissió"64966497#: builtin/commit.c:8146498#, c-format6499msgid ""6500"\n"6501"It looks like you may be committing a merge.\n"6502"If this is not correct, please remove the file\n"6503"\t%s\n"6504"and try again.\n"6505msgstr ""6506"\n"6507"Sembla que podeu estar cometent una fusió.\n"6508"Si això no és correcte, si us plau, elimineu el fitxer\n"6509"\t%s\n"6510"i intenteu-ho de nou.\n"65116512#: builtin/commit.c:8196513#, c-format6514msgid ""6515"\n"6516"It looks like you may be committing a cherry-pick.\n"6517"If this is not correct, please remove the file\n"6518"\t%s\n"6519"and try again.\n"6520msgstr ""6521"\n"6522"Sembla que podeu estar cometent un recull de cireres.\n"6523"Si això no és correcte, si us plau, elimineu el fitxer\n"6524"\t%s\n"6525"i intenteu-ho de nou.\n"65266527#: builtin/commit.c:8326528#, c-format6529msgid ""6530"Please enter the commit message for your changes. Lines starting\n"6531"with '%c' will be ignored, and an empty message aborts the commit.\n"6532msgstr ""6533"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"6534"S'ignoraran les línies començant amb '%c', i un missatge de\n"6535"comissió buit avorta la comissió.\n"65366537#: builtin/commit.c:8396538#, c-format6539msgid ""6540"Please enter the commit message for your changes. Lines starting\n"6541"with '%c' will be kept; you may remove them yourself if you want to.\n"6542"An empty message aborts the commit.\n"6543msgstr ""6544"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"6545"Es retindran les línies començants amb '%c'; podeu eliminar-les per vós\n"6546"mateix si voleu. Un missatge buit avorta la comissió.\n"65476548#: builtin/commit.c:8596549#, c-format6550msgid "%sAuthor: %.*s <%.*s>"6551msgstr "%sAutor: %.*s <%.*s>"65526553#: builtin/commit.c:8676554#, c-format6555msgid "%sDate: %s"6556msgstr "%sData: %s"65576558#: builtin/commit.c:8746559#, c-format6560msgid "%sCommitter: %.*s <%.*s>"6561msgstr "%sComitent: %.*s <%.*s>"65626563#: builtin/commit.c:8926564msgid "Cannot read index"6565msgstr "No es pot llegir l'índex"65666567#: builtin/commit.c:9546568msgid "Error building trees"6569msgstr "Error en construir arbres"65706571#: builtin/commit.c:969 builtin/tag.c:2666572#, c-format6573msgid "Please supply the message using either -m or -F option.\n"6574msgstr "Si us plau, proveïu el missatge per usar o l'opció -m o l'opció -F.\n"65756576#: builtin/commit.c:10716577#, c-format6578msgid "--author '%s' is not 'Name <email>' and matches no existing author"6579msgstr ""6580"--author '%s' no és 'Nom <adreça-de-correu-electrònic>' i no coincideix amb\n"6581"cap autor existent"65826583#: builtin/commit.c:1086 builtin/commit.c:13276584#, c-format6585msgid "Invalid untracked files mode '%s'"6586msgstr "Mode de fitxers no seguits no vàlid '%s'"65876588#: builtin/commit.c:11246589msgid "--long and -z are incompatible"6590msgstr "--long i -z són incompatibles"65916592#: builtin/commit.c:11546593msgid "Using both --reset-author and --author does not make sense"6594msgstr "Usar ambdós --reset-author i --author no té sentit"65956596#: builtin/commit.c:11636597msgid "You have nothing to amend."6598msgstr "No teniu res a esmenar."65996600#: builtin/commit.c:11666601msgid "You are in the middle of a merge -- cannot amend."6602msgstr "Esteu enmig d'una fusió -- no es pot esmenar."66036604#: builtin/commit.c:11686605msgid "You are in the middle of a cherry-pick -- cannot amend."6606msgstr "Esteu enmig d'un recull de cireres -- no es pot esmenar."66076608#: builtin/commit.c:11716609msgid "Options --squash and --fixup cannot be used together"6610msgstr "Les opcions --squash i --fixup no es poden usar juntes"66116612#: builtin/commit.c:11816613msgid "Only one of -c/-C/-F/--fixup can be used."6614msgstr "Només un de -c/-C/-F/--fixup es pot usar."66156616#: builtin/commit.c:11836617msgid "Option -m cannot be combined with -c/-C/-F/--fixup."6618msgstr "L'opció -m no es pot combinar amb -c/-C/-F/--fixup."66196620#: builtin/commit.c:11916621msgid "--reset-author can be used only with -C, -c or --amend."6622msgstr "--reset-author només es pot usar amb -C, -c o --amend."66236624#: builtin/commit.c:12086625msgid "Only one of --include/--only/--all/--interactive/--patch can be used."6626msgstr "Només un de --include/--only/--all/--interactive/--patch es pot usar."66276628#: builtin/commit.c:12106629msgid "No paths with --include/--only does not make sense."6630msgstr "--include/--only no té sentit sense camí."66316632#: builtin/commit.c:12126633msgid "Clever... amending the last one with dirty index."6634msgstr "Intel·ligent... s'està esmenant l'últim amb índex brut."66356636#: builtin/commit.c:12146637msgid "Explicit paths specified without -i or -o; assuming --only paths..."6638msgstr ""6639"S'han especificat camins explícits sense -i o -o; s'està presumint camins --"6640"only..."66416642#: builtin/commit.c:1226 builtin/tag.c:4746643#, c-format6644msgid "Invalid cleanup mode %s"6645msgstr "Mode de neteja no vàlid %s"66466647#: builtin/commit.c:12316648msgid "Paths with -a does not make sense."6649msgstr "-a no té sentit amb camins."66506651#: builtin/commit.c:1341 builtin/commit.c:16176652msgid "show status concisely"6653msgstr "mostra l'estat concisament"66546655#: builtin/commit.c:1343 builtin/commit.c:16196656msgid "show branch information"6657msgstr "mostra la informació de branca"66586659#: builtin/commit.c:13456660msgid "version"6661msgstr "versió"66626663#: builtin/commit.c:1345 builtin/commit.c:1621 builtin/push.c:5226664#: builtin/worktree.c:4406665msgid "machine-readable output"6666msgstr "sortida llegible per màquina"66676668#: builtin/commit.c:1348 builtin/commit.c:16236669msgid "show status in long format (default)"6670msgstr "mostra l'estat en format llarg (per defecte)"66716672#: builtin/commit.c:1351 builtin/commit.c:16266673msgid "terminate entries with NUL"6674msgstr "acaba les entrades amb NUL"66756676#: builtin/commit.c:1353 builtin/commit.c:1629 builtin/fast-export.c:9816677#: builtin/fast-export.c:984 builtin/tag.c:3536678msgid "mode"6679msgstr "mode"66806681#: builtin/commit.c:1354 builtin/commit.c:16296682msgid "show untracked files, optional modes: all, normal, no. (Default: all)"6683msgstr ""6684"mostra els fitxers no seguits, modes opcionals: all, normal, no. (Per "6685"defecte: all)"66866687#: builtin/commit.c:13576688msgid "show ignored files"6689msgstr "mostra els fitxers ignorats"66906691#: builtin/commit.c:1358 parse-options.h:1556692msgid "when"6693msgstr "quan"66946695#: builtin/commit.c:13596696msgid ""6697"ignore changes to submodules, optional when: all, dirty, untracked. "6698"(Default: all)"6699msgstr ""6700"ignora els canvis als submòduls, opcional quan: all, dirty, untracked. (Per "6701"defecte: all)"67026703#: builtin/commit.c:13616704msgid "list untracked files in columns"6705msgstr "mostra els fitxers no seguits en columnes"67066707#: builtin/commit.c:14376708msgid "couldn't look up newly created commit"6709msgstr "no s'ha pogut trobar la comissió novament creada"67106711#: builtin/commit.c:14396712msgid "could not parse newly created commit"6713msgstr "no s'ha pogut analitzar la comissió novament creada"67146715#: builtin/commit.c:14846716msgid "detached HEAD"6717msgstr "HEAD separat"67186719#: builtin/commit.c:14876720msgid " (root-commit)"6721msgstr " (comissió d'arrel)"67226723#: builtin/commit.c:15876724msgid "suppress summary after successful commit"6725msgstr "omet el resum després d'una comissió reeixida"67266727#: builtin/commit.c:15886728msgid "show diff in commit message template"6729msgstr "mostra la diferència en la plantilla de missatge de comissió"67306731#: builtin/commit.c:15906732msgid "Commit message options"6733msgstr "Opcions de missatge de comissió"67346735#: builtin/commit.c:1591 builtin/tag.c:3516736msgid "read message from file"6737msgstr "llegiu el missatge des d'un fitxer"67386739#: builtin/commit.c:15926740msgid "author"6741msgstr "autor"67426743#: builtin/commit.c:15926744msgid "override author for commit"6745msgstr "autor corregit de la comissió"67466747#: builtin/commit.c:1593 builtin/gc.c:3266748msgid "date"6749msgstr "data"67506751#: builtin/commit.c:15936752msgid "override date for commit"6753msgstr "data corregida de la comissió"67546755#: builtin/commit.c:1594 builtin/merge.c:220 builtin/notes.c:3986756#: builtin/notes.c:561 builtin/tag.c:3496757msgid "message"6758msgstr "missatge"67596760#: builtin/commit.c:15946761msgid "commit message"6762msgstr "missatge de comissió"67636764#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:15976765#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:796766msgid "commit"6767msgstr "comissió"67686769#: builtin/commit.c:15956770msgid "reuse and edit message from specified commit"6771msgstr "reusa i edita el missatge de la comissió especificada"67726773#: builtin/commit.c:15966774msgid "reuse message from specified commit"6775msgstr "reusa el missatge de la comissió especificada"67766777#: builtin/commit.c:15976778msgid "use autosquash formatted message to fixup specified commit"6779msgstr ""6780"usa el missatge formatat d'aixafada automàtica per a arreglar la comissió "6781"especificada"67826783#: builtin/commit.c:15986784msgid "use autosquash formatted message to squash specified commit"6785msgstr ""6786"usa el missatge formatat d'aixafada automàtica per a aixafar la comissió "6787"especificada"67886789#: builtin/commit.c:15996790msgid "the commit is authored by me now (used with -C/-c/--amend)"6791msgstr "l'autor de la comissió ja sóc jo (s'usa amb -C/-c/--amend)"67926793#: builtin/commit.c:1600 builtin/log.c:1413 builtin/revert.c:866794msgid "add Signed-off-by:"6795msgstr "afegeix Signed-off-by:"67966797#: builtin/commit.c:16016798msgid "use specified template file"6799msgstr "usa el fitxer de plantilla especificat"68006801#: builtin/commit.c:16026802msgid "force edit of commit"6803msgstr "força l'edició de la comissió"68046805#: builtin/commit.c:16036806msgid "default"6807msgstr "per defecte"68086809#: builtin/commit.c:1603 builtin/tag.c:3546810msgid "how to strip spaces and #comments from message"6811msgstr "com despullar els espais i #comentaris del missatge"68126813#: builtin/commit.c:16046814msgid "include status in commit message template"6815msgstr "inclou l'estat en la plantilla de missatge de comissió"68166817#: builtin/commit.c:1606 builtin/merge.c:230 builtin/pull.c:1666818#: builtin/revert.c:936819msgid "GPG sign commit"6820msgstr "signa la comissió amb GPG"68216822#: builtin/commit.c:16096823msgid "Commit contents options"6824msgstr "Opcions dels continguts de les comissions"68256826#: builtin/commit.c:16106827msgid "commit all changed files"6828msgstr "comet tots els fitxers canviats"68296830#: builtin/commit.c:16116831msgid "add specified files to index for commit"6832msgstr "afegeix els fitxers especificats a l'índex per a cometre"68336834#: builtin/commit.c:16126835msgid "interactively add files"6836msgstr "afegeix els fitxers interactivament"68376838#: builtin/commit.c:16136839msgid "interactively add changes"6840msgstr "afegeix els canvis interactivament"68416842#: builtin/commit.c:16146843msgid "commit only specified files"6844msgstr "comet només els fitxers especificats"68456846#: builtin/commit.c:16156847msgid "bypass pre-commit and commit-msg hooks"6848msgstr "evita els ganxos de precomissió i missatge de comissió"68496850#: builtin/commit.c:16166851msgid "show what would be committed"6852msgstr "mostra què es cometria"68536854#: builtin/commit.c:16276855msgid "amend previous commit"6856msgstr "esmena la comissió anterior"68576858#: builtin/commit.c:16286859msgid "bypass post-rewrite hook"6860msgstr "evita el ganxo de postreescriure"68616862#: builtin/commit.c:16336863msgid "ok to record an empty change"6864msgstr "està bé registrar un canvi buit"68656866#: builtin/commit.c:16356867msgid "ok to record a change with an empty message"6868msgstr "està bé registrar un canvi amb missatge buit"68696870#: builtin/commit.c:16646871msgid "could not parse HEAD commit"6872msgstr "no s'ha pogut analitzar la comissió HEAD"68736874#: builtin/commit.c:17126875#, c-format6876msgid "Corrupt MERGE_HEAD file (%s)"6877msgstr "Fitxer MERGE_HEAD malmès (%s)"68786879#: builtin/commit.c:17196880msgid "could not read MERGE_MODE"6881msgstr "no s'ha pogut llegir MERGE_MODE"68826883#: builtin/commit.c:17386884#, c-format6885msgid "could not read commit message: %s"6886msgstr "no s'ha pogut llegir el missatge de comissió: %s"68876888#: builtin/commit.c:17496889#, c-format6890msgid "Aborting commit; you did not edit the message.\n"6891msgstr "S'està avortant la comissió; no heu editat el missatge.\n"68926893#: builtin/commit.c:17546894#, c-format6895msgid "Aborting commit due to empty commit message.\n"6896msgstr "S'està avortant la comissió a causa d'un missatge de comissió buit.\n"68976898#: builtin/commit.c:18026899msgid ""6900"Repository has been updated, but unable to write\n"6901"new_index file. Check that disk is not full and quota is\n"6902"not exceeded, and then \"git reset HEAD\" to recover."6903msgstr ""6904"S'ha actualitzat el dipòsit, però no es pot escriure el\n"6905"fitxer new_index. Comproveu que el disc no estigui ple i\n"6906"que la quota no estigui excedida, i després\n"6907"\"git reset HEAD\" per a recuperar."69086909#: builtin/config.c:96910msgid "git config [<options>]"6911msgstr "git config [<opcions>]"69126913#: builtin/config.c:556914msgid "Config file location"6915msgstr "Ubicació del fitxer de configuració"69166917#: builtin/config.c:566918msgid "use global config file"6919msgstr "usa el fitxer de configuració global"69206921#: builtin/config.c:576922msgid "use system config file"6923msgstr "usa el fitxer de configuració del sistema"69246925#: builtin/config.c:586926msgid "use repository config file"6927msgstr "usa el fitxer de configuració del dipòsit"69286929#: builtin/config.c:596930msgid "use given config file"6931msgstr "usa el fitxer de configuració donat"69326933#: builtin/config.c:606934msgid "blob-id"6935msgstr "ID de blob"69366937#: builtin/config.c:606938msgid "read config from given blob object"6939msgstr "llegeix la configuració de l'objecte de blob donat"69406941#: builtin/config.c:616942msgid "Action"6943msgstr "Acció"69446945#: builtin/config.c:626946msgid "get value: name [value-regex]"6947msgstr "obtén valor: nom [regex-de-valors]"69486949#: builtin/config.c:636950msgid "get all values: key [value-regex]"6951msgstr "obtén tots els valors: clau [regex-de-valors]"69526953#: builtin/config.c:646954msgid "get values for regexp: name-regex [value-regex]"6955msgstr "obtén valors de regexp: regex-de-noms [regex-de-valors]"69566957#: builtin/config.c:656958msgid "get value specific for the URL: section[.var] URL"6959msgstr "obtén el valor específic per a l'URL: secció[.variable] URL"69606961#: builtin/config.c:666962msgid "replace all matching variables: name value [value_regex]"6963msgstr ""6964"reemplaça totes les variables que coincideixen: nom valor [regex_de_valors]"69656966#: builtin/config.c:676967msgid "add a new variable: name value"6968msgstr "afegeix una variable nova: nom valor"69696970#: builtin/config.c:686971msgid "remove a variable: name [value-regex]"6972msgstr "elimina una variable: nom [regex-de-valors]"69736974#: builtin/config.c:696975msgid "remove all matches: name [value-regex]"6976msgstr "elimina totes les coincidències: nom [regex-de-valors]"69776978#: builtin/config.c:706979msgid "rename section: old-name new-name"6980msgstr "canvia el nom de secció: nom-antic nom-nou"69816982#: builtin/config.c:716983msgid "remove a section: name"6984msgstr "elimina una secció: nom"69856986#: builtin/config.c:726987msgid "list all"6988msgstr "llista tots"69896990#: builtin/config.c:736991msgid "open an editor"6992msgstr "obre un editor"69936994#: builtin/config.c:746995msgid "find the color configured: slot [default]"6996msgstr "troba el color configurat: ranura [per defecte]"69976998#: builtin/config.c:756999msgid "find the color setting: slot [stdout-is-tty]"7000msgstr "troba l'ajust de color: ranura [stdout-és-tty]"70017002#: builtin/config.c:767003msgid "Type"7004msgstr "Tipus"70057006#: builtin/config.c:777007msgid "value is \"true\" or \"false\""7008msgstr "el valor és \"true\" o \"false\""70097010#: builtin/config.c:787011msgid "value is decimal number"7012msgstr "el valor és un nombre decimal"70137014#: builtin/config.c:797015msgid "value is --bool or --int"7016msgstr "el valor és --bool o --int"70177018#: builtin/config.c:807019msgid "value is a path (file or directory name)"7020msgstr "el valor és un camí (nom de fitxer o directori)"70217022#: builtin/config.c:817023msgid "Other"7024msgstr "Altre"70257026#: builtin/config.c:827027msgid "terminate values with NUL byte"7028msgstr "acaba els valors amb un octet NUL"70297030#: builtin/config.c:837031msgid "show variable names only"7032msgstr "mostra només els noms de variable"70337034#: builtin/config.c:847035msgid "respect include directives on lookup"7036msgstr "respecta les directives d'inclusió en cercar"70377038#: builtin/config.c:857039msgid "show origin of config (file, standard input, blob, command line)"7040msgstr ""7041"mostra l'origen de la configuració (fitxer, entrada estàndar, blob, línia "7042"d'ordres)"70437044#: builtin/config.c:3277045msgid "unable to parse default color value"7046msgstr "no s'ha pogut analitzar el valor de color per defecte"70477048#: builtin/config.c:4717049#, c-format7050msgid ""7051"# This is Git's per-user configuration file.\n"7052"[user]\n"7053"# Please adapt and uncomment the following lines:\n"7054"#\tname = %s\n"7055"#\temail = %s\n"7056msgstr ""7057"# Això és el fitxer de configuració del Git de l'usuari.\n"7058"[user]\n"7059"# Si us plau, adapteu i descomenteu les línies següents:\n"7060"#\tname = %s\n"7061"#\temail = %s\n"70627063#: builtin/config.c:6137064#, c-format7065msgid "cannot create configuration file %s"7066msgstr "no es pot crear el fitxer de configuració '%s'"70677068#: builtin/config.c:6257069#, c-format7070msgid ""7071"cannot overwrite multiple values with a single value\n"7072" Use a regexp, --add or --replace-all to change %s."7073msgstr ""7074"no es pot sobreescriure múltiples valors amb un sol valor\n"7075" Useu una expresió regular, --add o --replace-all per a canviar %s."70767077#: builtin/count-objects.c:867078msgid "git count-objects [-v] [-H | --human-readable]"7079msgstr "git count-objects [-v] [-H | --human-readable]"70807081#: builtin/count-objects.c:967082msgid "print sizes in human readable format"7083msgstr "imprimeix les mides en un format llegible pels humans"70847085#: builtin/describe.c:177086msgid "git describe [<options>] [<commit-ish>...]"7087msgstr "git describe [<opcions>] [<comissió>...]"70887089#: builtin/describe.c:187090msgid "git describe [<options>] --dirty"7091msgstr "git describe [<opcions>] --dirty"70927093#: builtin/describe.c:2177094#, c-format7095msgid "annotated tag %s not available"7096msgstr "l'etiqueta anotada %s no és disponible"70977098#: builtin/describe.c:2217099#, c-format7100msgid "annotated tag %s has no embedded name"7101msgstr "l'etiqueta anotada %s no té nom incrustat"71027103#: builtin/describe.c:2237104#, c-format7105msgid "tag '%s' is really '%s' here"7106msgstr "l'etiqueta '%s' realment és '%s' aquí"71077108#: builtin/describe.c:250 builtin/log.c:4807109#, c-format7110msgid "Not a valid object name %s"7111msgstr "%s no és un nom d'objecte vàlid"71127113#: builtin/describe.c:2537114#, c-format7115msgid "%s is not a valid '%s' object"7116msgstr "%s no és un objecte de '%s' vàlid"71177118#: builtin/describe.c:2707119#, c-format7120msgid "no tag exactly matches '%s'"7121msgstr "cap etiqueta coincideix exactament amb '%s'"71227123#: builtin/describe.c:2727124#, c-format7125msgid "searching to describe %s\n"7126msgstr "s'està cercant per a descriure %s\n"71277128#: builtin/describe.c:3197129#, c-format7130msgid "finished search at %s\n"7131msgstr "s'ha finalitzat la cerca a %s\n"71327133#: builtin/describe.c:3467134#, c-format7135msgid ""7136"No annotated tags can describe '%s'.\n"7137"However, there were unannotated tags: try --tags."7138msgstr ""7139"Cap etiqueta anotada pot descriure '%s'.\n"7140"No obstant, hi havia etiquetes no anotades: proveu --tags."71417142#: builtin/describe.c:3507143#, c-format7144msgid ""7145"No tags can describe '%s'.\n"7146"Try --always, or create some tags."7147msgstr ""7148"Cap etiqueta pot descriure '%s'.\n"7149"Proveu --always, o creeu algunes etiquetes."71507151#: builtin/describe.c:3717152#, c-format7153msgid "traversed %lu commits\n"7154msgstr "%lu comissions travessades\n"71557156#: builtin/describe.c:3747157#, c-format7158msgid ""7159"more than %i tags found; listed %i most recent\n"7160"gave up search at %s\n"7161msgstr ""7162"s'han trobat més de %i etiquetes: s'han llistat les %i més recents\n"7163"s'ha renunciat la cerca a %s\n"71647165#: builtin/describe.c:3967166msgid "find the tag that comes after the commit"7167msgstr "troba l'etiqueta que vingui després de la comissió"71687169#: builtin/describe.c:3977170msgid "debug search strategy on stderr"7171msgstr "estratègia de cerca de depuració en stderr"71727173#: builtin/describe.c:3987174msgid "use any ref"7175msgstr "usa qualsevulla referència"71767177#: builtin/describe.c:3997178msgid "use any tag, even unannotated"7179msgstr "usa qualsevulla etiqueta, fins i tot aquelles sense anotar"71807181#: builtin/describe.c:4007182msgid "always use long format"7183msgstr "sempre usa el format llarg"71847185#: builtin/describe.c:4017186msgid "only follow first parent"7187msgstr "només segueix la primera mare"71887189#: builtin/describe.c:4047190msgid "only output exact matches"7191msgstr "emet només coincidències exactes"71927193#: builtin/describe.c:4067194msgid "consider <n> most recent tags (default: 10)"7195msgstr "considera les <n> etiquetes més recents (per defecte: 10)"71967197#: builtin/describe.c:4087198msgid "only consider tags matching <pattern>"7199msgstr "només considera les etiquetes que coincideixen amb <patró>"72007201#: builtin/describe.c:410 builtin/name-rev.c:3207202msgid "show abbreviated commit object as fallback"7203msgstr "mostra l'objecte de comissió abreviat com a retrocediment"72047205#: builtin/describe.c:4117206msgid "mark"7207msgstr "marca"72087209#: builtin/describe.c:4127210msgid "append <mark> on dirty working tree (default: \"-dirty\")"7211msgstr "annexa <marca> en l'arbre de treball brut (per defecte: \"-dirty\")"72127213#: builtin/describe.c:4307214msgid "--long is incompatible with --abbrev=0"7215msgstr "--long és incompatible amb --abbrev=0"72167217#: builtin/describe.c:4567218msgid "No names found, cannot describe anything."7219msgstr "No s'ha trobat cap nom, no es pot descriure res."72207221#: builtin/describe.c:4767222msgid "--dirty is incompatible with commit-ishes"7223msgstr "--dirty és incompatible amb les comissions"72247225#: builtin/diff.c:867226#, c-format7227msgid "'%s': not a regular file or symlink"7228msgstr "'%s': no és ni fitxer regular ni enllaç simbòlic"72297230#: builtin/diff.c:2377231#, c-format7232msgid "invalid option: %s"7233msgstr "opció no vàlida: %s"72347235#: builtin/diff.c:3617236msgid "Not a git repository"7237msgstr "No és un dipòsit de git"72387239#: builtin/diff.c:4047240#, c-format7241msgid "invalid object '%s' given."7242msgstr "s'ha donat un objecte no vàlid '%s'."72437244#: builtin/diff.c:4137245#, c-format7246msgid "more than two blobs given: '%s'"7247msgstr "s'ha donat més de dos blobs: '%s"72487249#: builtin/diff.c:4207250#, c-format7251msgid "unhandled object '%s' given."7252msgstr "s'ha donat l'objecte no gestionat '%s'."72537254#: builtin/fast-export.c:257255msgid "git fast-export [rev-list-opts]"7256msgstr "git fast-export [opcions-de-llista-de-revisions]"72577258#: builtin/fast-export.c:9807259msgid "show progress after <n> objects"7260msgstr "mostra el progrés després de <n> objectes"72617262#: builtin/fast-export.c:9827263msgid "select handling of signed tags"7264msgstr "selecciona la gestió de les etiquetes signades"72657266#: builtin/fast-export.c:9857267msgid "select handling of tags that tag filtered objects"7268msgstr "selecciona la gestió de les etiquetes que etiquetin objectes filtrats"72697270#: builtin/fast-export.c:9887271msgid "Dump marks to this file"7272msgstr "Bolca les marques a aquest fitxer"72737274#: builtin/fast-export.c:9907275msgid "Import marks from this file"7276msgstr "Importa les marques d'aquest fitxer"72777278#: builtin/fast-export.c:9927279msgid "Fake a tagger when tags lack one"7280msgstr "Fingeix un etiquetador quan els en manca un a les etiquetes"72817282#: builtin/fast-export.c:9947283msgid "Output full tree for each commit"7284msgstr "Imprimeix l'arbre complet de cada comissió"72857286#: builtin/fast-export.c:9967287msgid "Use the done feature to terminate the stream"7288msgstr "Usa la característica done per a acabar el corrent"72897290#: builtin/fast-export.c:9977291msgid "Skip output of blob data"7292msgstr "Salta l'emissió de dades de blob"72937294#: builtin/fast-export.c:9987295msgid "refspec"7296msgstr "especificació de referència"72977298#: builtin/fast-export.c:9997299msgid "Apply refspec to exported refs"7300msgstr "Aplica l'especificació de referència a les referències exportades"73017302#: builtin/fast-export.c:10007303msgid "anonymize output"7304msgstr "anonimitza la sortida"73057306#: builtin/fetch.c:217307msgid "git fetch [<options>] [<repository> [<refspec>...]]"7308msgstr "git fetch [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"73097310#: builtin/fetch.c:227311msgid "git fetch [<options>] <group>"7312msgstr "git fetch [<opcions>] <grup>"73137314#: builtin/fetch.c:237315msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"7316msgstr "git fetch --multiple [<opcions>] [(<dipòsit> | <grup>)...]"73177318#: builtin/fetch.c:247319msgid "git fetch --all [<options>]"7320msgstr "git fetch --all [<opcions>]"73217322#: builtin/fetch.c:95 builtin/pull.c:1757323msgid "fetch from all remotes"7324msgstr "obtén de tots els remots"73257326#: builtin/fetch.c:97 builtin/pull.c:1787327msgid "append to .git/FETCH_HEAD instead of overwriting"7328msgstr "annexa a .git/FETCH_HEAD en lloc de sobreescriure"73297330#: builtin/fetch.c:99 builtin/pull.c:1817331msgid "path to upload pack on remote end"7332msgstr "camí al qual pujar el paquet al costat remot"73337334#: builtin/fetch.c:100 builtin/pull.c:1837335msgid "force overwrite of local branch"7336msgstr "força la sobreescriptura de la branca local"73377338#: builtin/fetch.c:1027339msgid "fetch from multiple remotes"7340msgstr "obtén de múltiples remots"73417342#: builtin/fetch.c:104 builtin/pull.c:1857343msgid "fetch all tags and associated objects"7344msgstr "obtén totes les etiquetes i tots els objectes associats"73457346#: builtin/fetch.c:1067347msgid "do not fetch all tags (--no-tags)"7348msgstr "no obtinguis les etiquetes (--no-tags)"73497350#: builtin/fetch.c:1087351msgid "number of submodules fetched in parallel"7352msgstr "nombre de submòduls obtinguts en paral·lel"73537354#: builtin/fetch.c:110 builtin/pull.c:1887355msgid "prune remote-tracking branches no longer on remote"7356msgstr "poda les branques amb seguiment remot que ja no estiguin en el remot"73577358#: builtin/fetch.c:111 builtin/pull.c:1917359msgid "on-demand"7360msgstr "sota demanda"73617362#: builtin/fetch.c:112 builtin/pull.c:1927363msgid "control recursive fetching of submodules"7364msgstr "controla l'obtenció recursiva de submòduls"73657366#: builtin/fetch.c:116 builtin/pull.c:2007367msgid "keep downloaded pack"7368msgstr "retén el paquet baixat"73697370#: builtin/fetch.c:1187371msgid "allow updating of HEAD ref"7372msgstr "permet l'actualització de la referència HEAD"73737374#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:2037375msgid "deepen history of shallow clone"7376msgstr "aprofundeix la història d'un clon superficial"73777378#: builtin/fetch.c:1237379msgid "deepen history of shallow repository based on time"7380msgstr "aprofundeix la història d'un clon superficial basat en temps"73817382#: builtin/fetch.c:129 builtin/pull.c:2067383msgid "convert to a complete repository"7384msgstr "converteix en un dipòsit complet"73857386#: builtin/fetch.c:131 builtin/log.c:14337387msgid "dir"7388msgstr "directori"73897390#: builtin/fetch.c:1327391msgid "prepend this to submodule path output"7392msgstr "anteposa això a la sortida de camí del submòdul"73937394#: builtin/fetch.c:1357395msgid "default mode for recursion"7396msgstr "mode de recursivitat per defecte"73977398#: builtin/fetch.c:137 builtin/pull.c:2097399msgid "accept refs that update .git/shallow"7400msgstr "accepta les referències que actualitzin .git/shallow"74017402#: builtin/fetch.c:138 builtin/pull.c:2117403msgid "refmap"7404msgstr "mapa de referències"74057406#: builtin/fetch.c:139 builtin/pull.c:2127407msgid "specify fetch refmap"7408msgstr "mostra el mapa de referències d'obtenció"74097410#: builtin/fetch.c:3987411msgid "Couldn't find remote ref HEAD"7412msgstr "No s'ha pogut trobar la referència HEAD remota"74137414#: builtin/fetch.c:5147415#, c-format7416msgid "configuration fetch.output contains invalid value %s"7417msgstr "la configuració fetch.output conté un valor no vàlid %s"74187419#: builtin/fetch.c:6077420#, c-format7421msgid "object %s not found"7422msgstr "objecte %s no trobat"74237424#: builtin/fetch.c:6117425msgid "[up to date]"7426msgstr "[al dia]"74277428#: builtin/fetch.c:624 builtin/fetch.c:7047429msgid "[rejected]"7430msgstr "[rebutjat]"74317432#: builtin/fetch.c:6257433msgid "can't fetch in current branch"7434msgstr "no es pot obtenir en la branca actual"74357436#: builtin/fetch.c:6347437msgid "[tag update]"7438msgstr "[actualització d'etiqueta]"74397440#: builtin/fetch.c:635 builtin/fetch.c:668 builtin/fetch.c:6847441#: builtin/fetch.c:6997442msgid "unable to update local ref"7443msgstr "no s'ha pogut actualitzar la referència local"74447445#: builtin/fetch.c:6547446msgid "[new tag]"7447msgstr "[etiqueta nova]"74487449#: builtin/fetch.c:6577450msgid "[new branch]"7451msgstr "[branca nova]"74527453#: builtin/fetch.c:6607454msgid "[new ref]"7455msgstr "[referència nova]"74567457#: builtin/fetch.c:6997458msgid "forced update"7459msgstr "actualització forçada"74607461#: builtin/fetch.c:7047462msgid "non-fast-forward"7463msgstr "sense avanç ràpid"74647465#: builtin/fetch.c:7497466#, c-format7467msgid "%s did not send all necessary objects\n"7468msgstr "%s no ha enviat tots els objectes necessaris\n"74697470#: builtin/fetch.c:7697471#, c-format7472msgid "reject %s because shallow roots are not allowed to be updated"7473msgstr ""7474"rebutja %s perquè no es permet que les arrels superficials s'actualitzin"74757476#: builtin/fetch.c:856 builtin/fetch.c:9527477#, c-format7478msgid "From %.*s\n"7479msgstr "De %.*s\n"74807481#: builtin/fetch.c:8677482#, c-format7483msgid ""7484"some local refs could not be updated; try running\n"7485" 'git remote prune %s' to remove any old, conflicting branches"7486msgstr ""7487"algunes referències locals no s'han pogut actualitzar;\n"7488" intenteu executar 'git remote prune %s' per a eliminar\n"7489" qualsevulla branca antiga o conflictiva"74907491#: builtin/fetch.c:9227492#, c-format7493msgid " (%s will become dangling)"7494msgstr " (%s es tornarà penjant)"74957496#: builtin/fetch.c:9237497#, c-format7498msgid " (%s has become dangling)"7499msgstr " (%s s'ha tornat penjant)"75007501#: builtin/fetch.c:9557502msgid "[deleted]"7503msgstr "[suprimit]"75047505#: builtin/fetch.c:956 builtin/remote.c:10207506msgid "(none)"7507msgstr "(cap)"75087509#: builtin/fetch.c:9797510#, c-format7511msgid "Refusing to fetch into current branch %s of non-bare repository"7512msgstr "S'està refusant obtenir en la branca actual %s d'un dipòsit no nu"75137514#: builtin/fetch.c:9987515#, c-format7516msgid "Option \"%s\" value \"%s\" is not valid for %s"7517msgstr "L'opció \"%s\" amb valor \"%s\" no és vàlida per a %s"75187519#: builtin/fetch.c:10017520#, c-format7521msgid "Option \"%s\" is ignored for %s\n"7522msgstr "S'ignora l'opció \"%s\" per a %s\n"75237524#: builtin/fetch.c:10777525#, c-format7526msgid "Don't know how to fetch from %s"7527msgstr "No se sap com obtenir de %s"75287529#: builtin/fetch.c:12377530#, c-format7531msgid "Fetching %s\n"7532msgstr "S'està obtenint %s\n"75337534#: builtin/fetch.c:1239 builtin/remote.c:967535#, c-format7536msgid "Could not fetch %s"7537msgstr "No s'ha pogut obtenir %s"75387539#: builtin/fetch.c:12577540msgid ""7541"No remote repository specified. Please, specify either a URL or a\n"7542"remote name from which new revisions should be fetched."7543msgstr ""7544"Cap dipòsit remot especificat. Si us plau, especifiqueu o un URL o\n"7545"un nom remot del qual es deuen obtenir les revisions noves."75467547#: builtin/fetch.c:12807548msgid "You need to specify a tag name."7549msgstr "Necessiteu especificar un nom d'etiqueta."75507551#: builtin/fetch.c:13227552msgid "Negative depth in --deepen is not supported"7553msgstr "No s'admet una profunditat negativa en --deepen"75547555#: builtin/fetch.c:13247556msgid "--deepen and --depth are mutually exclusive"7557msgstr "--deepen i --depth són mutualment exclusius"75587559#: builtin/fetch.c:13297560msgid "--depth and --unshallow cannot be used together"7561msgstr "--depth i --unshallow no es poden usar junts"75627563#: builtin/fetch.c:13317564msgid "--unshallow on a complete repository does not make sense"7565msgstr "--unshallow en un dipòsit complet no té sentit"75667567#: builtin/fetch.c:13537568msgid "fetch --all does not take a repository argument"7569msgstr "fetch --all no accepta un paràmetre de dipòsit"75707571#: builtin/fetch.c:13557572msgid "fetch --all does not make sense with refspecs"7573msgstr "fetch --all no té sentit amb especificacions de referència"75747575#: builtin/fetch.c:13667576#, c-format7577msgid "No such remote or remote group: %s"7578msgstr "No hi ha tal remot ni tal grup remot: %s"75797580#: builtin/fetch.c:13747581msgid "Fetching a group and specifying refspecs does not make sense"7582msgstr "Obtenir un grup i especificar referències no té sentit"75837584#: builtin/fmt-merge-msg.c:147585msgid ""7586"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"7587msgstr ""7588"git fmt-merge-msg [-m <missatge>] [--log[=<n>] | --no-log] [--file <fitxer>]"75897590#: builtin/fmt-merge-msg.c:6637591msgid "populate log with at most <n> entries from shortlog"7592msgstr "emplena el registre amb <n> entrades del registre curt com a màxim"75937594#: builtin/fmt-merge-msg.c:6667595msgid "alias for --log (deprecated)"7596msgstr "àlies per --log (desaprovat)"75977598#: builtin/fmt-merge-msg.c:6697599msgid "text"7600msgstr "text"76017602#: builtin/fmt-merge-msg.c:6707603msgid "use <text> as start of message"7604msgstr "usa <text> com a inici de missatge"76057606#: builtin/fmt-merge-msg.c:6717607msgid "file to read from"7608msgstr "fitxer del qual llegir"76097610#: builtin/for-each-ref.c:97611msgid "git for-each-ref [<options>] [<pattern>]"7612msgstr "git for-each-ref [<opcions>] [<patró>]"76137614#: builtin/for-each-ref.c:107615msgid "git for-each-ref [--points-at <object>]"7616msgstr "git for-each-ref [--points-at <objecte>]"76177618#: builtin/for-each-ref.c:117619msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"7620msgstr "git for-each-ref [(--merged | --no-merged) [<objecte>]]"76217622#: builtin/for-each-ref.c:127623msgid "git for-each-ref [--contains [<object>]]"7624msgstr "git for-each-ref [--contains [<objecte>]]"76257626#: builtin/for-each-ref.c:277627msgid "quote placeholders suitably for shells"7628msgstr ""7629"posa els marcadors de posició entre cometes de forma adequada per a "7630"intèrprets d'ordres"76317632#: builtin/for-each-ref.c:297633msgid "quote placeholders suitably for perl"7634msgstr "posa els marcadors de posició entre cometes adequades per al perl"76357636#: builtin/for-each-ref.c:317637msgid "quote placeholders suitably for python"7638msgstr "posa els marcadors de posició entre cometes adequades per al python"76397640#: builtin/for-each-ref.c:337641msgid "quote placeholders suitably for Tcl"7642msgstr "posa els marcadors de posició entre cometes adequades per al Tcl"76437644#: builtin/for-each-ref.c:367645msgid "show only <n> matched refs"7646msgstr "mostra només <n> referències coincidents"76477648#: builtin/for-each-ref.c:37 builtin/tag.c:3727649msgid "format to use for the output"7650msgstr "format a usar en la sortida"76517652#: builtin/for-each-ref.c:417653msgid "print only refs which points at the given object"7654msgstr "imprimeix només les referències que assenyalin l'objecte donat"76557656#: builtin/for-each-ref.c:437657msgid "print only refs that are merged"7658msgstr "imprimeix només les referències que s'han fusionat"76597660#: builtin/for-each-ref.c:447661msgid "print only refs that are not merged"7662msgstr "imprimeix només les referències que no s'han fusionat"76637664#: builtin/for-each-ref.c:457665msgid "print only refs which contain the commit"7666msgstr "imprimeix només les referències que continguin la comissió"76677668#: builtin/fsck.c:5197669msgid "Checking object directories"7670msgstr "S'estan comprovant els directoris d'objecte"76717672#: builtin/fsck.c:5887673msgid "git fsck [<options>] [<object>...]"7674msgstr "git fsck [<opcions>] [<objecte>...]"76757676#: builtin/fsck.c:5947677msgid "show unreachable objects"7678msgstr "mostra els objectes inabastables"76797680#: builtin/fsck.c:5957681msgid "show dangling objects"7682msgstr "mostra els objectes penjants"76837684#: builtin/fsck.c:5967685msgid "report tags"7686msgstr "informa de les etiquetes"76877688#: builtin/fsck.c:5977689msgid "report root nodes"7690msgstr "informa dels nodes d'arrel"76917692#: builtin/fsck.c:5987693msgid "make index objects head nodes"7694msgstr "fes els objectes d'índex nodes de cap"76957696#: builtin/fsck.c:5997697msgid "make reflogs head nodes (default)"7698msgstr "fes que els registres de referències siguin nodes de cap (per defecte)"76997700#: builtin/fsck.c:6007701msgid "also consider packs and alternate objects"7702msgstr "també considera els paquets i els objectes alternatius"77037704#: builtin/fsck.c:6017705msgid "check only connectivity"7706msgstr "comprova només la connectivitat"77077708#: builtin/fsck.c:6027709msgid "enable more strict checking"7710msgstr "habilita la comprovació més estricta"77117712#: builtin/fsck.c:6047713msgid "write dangling objects in .git/lost-found"7714msgstr "escriu objectes penjants a .git/lost-found"77157716#: builtin/fsck.c:605 builtin/prune.c:1077717msgid "show progress"7718msgstr "mostra el progrés"77197720#: builtin/fsck.c:6067721msgid "show verbose names for reachable objects"7722msgstr "mostra els noms detallats dels objectes abastables"77237724#: builtin/fsck.c:6657725msgid "Checking objects"7726msgstr "S'estan comprovant els objectes"77277728#: builtin/gc.c:257729msgid "git gc [<options>]"7730msgstr "git gc [<opcions>]"77317732#: builtin/gc.c:727733#, c-format7734msgid "Invalid %s: '%s'"7735msgstr "%s no vàlid: %s"77367737#: builtin/gc.c:1397738#, c-format7739msgid "insanely long object directory %.*s"7740msgstr "directori d'objectes increïblement llarg %.*s"77417742#: builtin/gc.c:2907743#, c-format7744msgid ""7745"The last gc run reported the following. Please correct the root cause\n"7746"and remove %s.\n"7747"Automatic cleanup will not be performed until the file is removed.\n"7748"\n"7749"%s"7750msgstr ""7751"L'última execució de gc ha informat d'ho següent. Si us plau, corregiu\n"7752"la causa primordial i elimineu %s.\n"7753"No es realitzarà la neteja automàtica fins que s'elimini el fitxer.\n"7754"\n"7755"%s"77567757#: builtin/gc.c:3277758msgid "prune unreferenced objects"7759msgstr "poda objectes sense referència"77607761#: builtin/gc.c:3297762msgid "be more thorough (increased runtime)"7763msgstr "sigues més exhaustiu (el temps d'execució augmenta)"77647765#: builtin/gc.c:3307766msgid "enable auto-gc mode"7767msgstr "habilita el mode de recollida d'escombraries automàtica"77687769#: builtin/gc.c:3317770msgid "force running gc even if there may be another gc running"7771msgstr "força l'execució de gc encara que hi pugui haver un altre gc executant"77727773#: builtin/gc.c:3737774#, c-format7775msgid "Auto packing the repository in background for optimum performance.\n"7776msgstr ""7777"S'està empaquetant el dipòsit automàticament en el fons per rendiment "7778"òptim.\n"77797780#: builtin/gc.c:3757781#, c-format7782msgid "Auto packing the repository for optimum performance.\n"7783msgstr "S'està empaquetant automàticament el dipòsit per rendiment òptim.\n"77847785#: builtin/gc.c:3767786#, c-format7787msgid "See \"git help gc\" for manual housekeeping.\n"7788msgstr "Vegeu \"git help gc\" per neteja manual.\n"77897790#: builtin/gc.c:3977791#, c-format7792msgid ""7793"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"7794msgstr ""7795"gc ja s'està executant en la màquina '%s' pid %<PRIuMAX> (useu --force si no)"77967797#: builtin/gc.c:4417798msgid ""7799"There are too many unreachable loose objects; run 'git prune' to remove them."7800msgstr ""7801"Hi ha massa objectes solts inabastables; executeu 'git prune' per a eliminar-"7802"los."78037804#: builtin/grep.c:237805msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"7806msgstr "git grep [<opcions>] [-e] <patró> [<revisió>...] [[--] <camí>...]"78077808#: builtin/grep.c:2197809#, c-format7810msgid "grep: failed to create thread: %s"7811msgstr "grep: s'ha fallat en crear fil: %s"78127813#: builtin/grep.c:2777814#, c-format7815msgid "invalid number of threads specified (%d) for %s"7816msgstr "s'ha especificat un nombre de fils no vàlid (%d) per a %s"78177818#: builtin/grep.c:453 builtin/grep.c:4887819#, c-format7820msgid "unable to read tree (%s)"7821msgstr "no s'ha pogut llegir l'arbre (%s)"78227823#: builtin/grep.c:5037824#, c-format7825msgid "unable to grep from object of type %s"7826msgstr "no es pot fer grep des d'un objecte de tipus %s"78277828#: builtin/grep.c:5617829#, c-format7830msgid "switch `%c' expects a numerical value"7831msgstr "l'opció `%c' espera un valor numèric"78327833#: builtin/grep.c:6477834msgid "search in index instead of in the work tree"7835msgstr "cerca en l'índex en lloc de l'arbre de treball"78367837#: builtin/grep.c:6497838msgid "find in contents not managed by git"7839msgstr "cerca en continguts no gestionats per git"78407841#: builtin/grep.c:6517842msgid "search in both tracked and untracked files"7843msgstr "cerca tant en fitxers seguits com en no seguits"78447845#: builtin/grep.c:6537846msgid "ignore files specified via '.gitignore'"7847msgstr "ignora els fitxers especificats mitjançant '.gitignore'"78487849#: builtin/grep.c:6567850msgid "show non-matching lines"7851msgstr "mostra les línies no coincidents"78527853#: builtin/grep.c:6587854msgid "case insensitive matching"7855msgstr "coincidència insensible a majúscula i minúscula"78567857#: builtin/grep.c:6607858msgid "match patterns only at word boundaries"7859msgstr "coincideix amb els patrons només als límits de paraula"78607861#: builtin/grep.c:6627862msgid "process binary files as text"7863msgstr "processa els fitxers binaris com a text"78647865#: builtin/grep.c:6647866msgid "don't match patterns in binary files"7867msgstr "no coincideixis amb els patrons en els fitxers binaris"78687869#: builtin/grep.c:6677870msgid "process binary files with textconv filters"7871msgstr "processa els fitxers binaris amb filtres de textconv"78727873#: builtin/grep.c:6697874msgid "descend at most <depth> levels"7875msgstr "descendeix com a màxim <profunditat> nivells"78767877#: builtin/grep.c:6737878msgid "use extended POSIX regular expressions"7879msgstr "usa les expressions regulars POSIX esteses"78807881#: builtin/grep.c:6767882msgid "use basic POSIX regular expressions (default)"7883msgstr "usa les expressions regulars POSIX bàsiques (per defecte)"78847885#: builtin/grep.c:6797886msgid "interpret patterns as fixed strings"7887msgstr "interpreta els patrons com a cadenes fixes"78887889#: builtin/grep.c:6827890msgid "use Perl-compatible regular expressions"7891msgstr "usa les expressions regulars compatibles amb Perl"78927893#: builtin/grep.c:6857894msgid "show line numbers"7895msgstr "mostra els números de línia"78967897#: builtin/grep.c:6867898msgid "don't show filenames"7899msgstr "no mostris els noms de fitxer"79007901#: builtin/grep.c:6877902msgid "show filenames"7903msgstr "mostra els noms de fitxer"79047905#: builtin/grep.c:6897906msgid "show filenames relative to top directory"7907msgstr "mostra els noms de fitxer relatius al directori superior"79087909#: builtin/grep.c:6917910msgid "show only filenames instead of matching lines"7911msgstr "mostra només els noms de fitxer en lloc de les línies coincidents"79127913#: builtin/grep.c:6937914msgid "synonym for --files-with-matches"7915msgstr "sinònim de --files-with-matches"79167917#: builtin/grep.c:6967918msgid "show only the names of files without match"7919msgstr "mostra només els noms dels fitxers sense coincidència"79207921#: builtin/grep.c:6987922msgid "print NUL after filenames"7923msgstr "imprimeix NUL després dels noms de fitxer"79247925#: builtin/grep.c:7007926msgid "show the number of matches instead of matching lines"7927msgstr "mostra el nombre de coincidències en lloc de les línies coincidents"79287929#: builtin/grep.c:7017930msgid "highlight matches"7931msgstr "ressalta les coincidències"79327933#: builtin/grep.c:7037934msgid "print empty line between matches from different files"7935msgstr "imprimeix una línia buida entre coincidències de fitxers distints"79367937#: builtin/grep.c:7057938msgid "show filename only once above matches from same file"7939msgstr ""7940"mostra el nom de fitxer només una vegada a dalt de les coincidències del "7941"mateix fitxer"79427943#: builtin/grep.c:7087944msgid "show <n> context lines before and after matches"7945msgstr "mostra <n> línies de context abans i després d'una coincidència"79467947#: builtin/grep.c:7117948msgid "show <n> context lines before matches"7949msgstr "mostra <n> línies de context abans d'una coincidència"79507951#: builtin/grep.c:7137952msgid "show <n> context lines after matches"7953msgstr "mostra <n> línies de context després d'una coincidència"79547955#: builtin/grep.c:7157956msgid "use <n> worker threads"7957msgstr "usa <n> fils obrers"79587959#: builtin/grep.c:7167960msgid "shortcut for -C NUM"7961msgstr "drecera per -C NUM"79627963#: builtin/grep.c:7197964msgid "show a line with the function name before matches"7965msgstr "mostra una línia amb el nom de funció abans de les coincidències"79667967#: builtin/grep.c:7217968msgid "show the surrounding function"7969msgstr "mostra la funció circumdant"79707971#: builtin/grep.c:7247972msgid "read patterns from file"7973msgstr "llegeix els patrons des d'un fitxer"79747975#: builtin/grep.c:7267976msgid "match <pattern>"7977msgstr "coincideix amb <patró>"79787979#: builtin/grep.c:7287980msgid "combine patterns specified with -e"7981msgstr "combina els patrons especificats amb -e"79827983#: builtin/grep.c:7407984msgid "indicate hit with exit status without output"7985msgstr "indica coincidència amb estat de sortida sense sortida textual"79867987#: builtin/grep.c:7427988msgid "show only matches from files that match all patterns"7989msgstr ""7990"mostra només les coincidències dels fitxers que coincideixin amb tots els "7991"patrons"79927993#: builtin/grep.c:7447994msgid "show parse tree for grep expression"7995msgstr "mostra l'arbre d'anàlisis de l'expressió de grep"79967997#: builtin/grep.c:7487998msgid "pager"7999msgstr "paginador"80008001#: builtin/grep.c:7488002msgid "show matching files in the pager"8003msgstr "mostra els fitxers coincidents en el paginador"80048005#: builtin/grep.c:7518006msgid "allow calling of grep(1) (ignored by this build)"8007msgstr "permet la invocació de grep(1) (ignorat per aquesta compilació)"80088009#: builtin/grep.c:8148010msgid "no pattern given."8011msgstr "cap patró donat."80128013#: builtin/grep.c:846 builtin/index-pack.c:14808014#, c-format8015msgid "invalid number of threads specified (%d)"8016msgstr "s'ha especificat un nombre de fils no vàlid (%d)"80178018#: builtin/grep.c:8768019msgid "--open-files-in-pager only works on the worktree"8020msgstr "--open-files-in-pager només funciona en l'arbre de treball"80218022#: builtin/grep.c:9028023msgid "--cached or --untracked cannot be used with --no-index."8024msgstr "--cached o --untracked no es pot usar amb --no-index."80258026#: builtin/grep.c:9078027msgid "--no-index or --untracked cannot be used with revs."8028msgstr "--no-index o --untracked no es pot usar amb revisions."80298030#: builtin/grep.c:9108031msgid "--[no-]exclude-standard cannot be used for tracked contents."8032msgstr "--[no-]exclude-standard no es pot usar per als continguts seguits."80338034#: builtin/grep.c:9188035msgid "both --cached and trees are given."8036msgstr "s'han donat ambdós --caches i arbres."80378038#: builtin/hash-object.c:818039msgid ""8040"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "8041"[--] <file>..."8042msgstr ""8043"git hash-object [-t <tipus>] [-w] [--path=<fitxer> | --no-filters] [--stdin] "8044"[--] <fitxer>..."80458046#: builtin/hash-object.c:828047msgid "git hash-object --stdin-paths"8048msgstr "git hash-object --stdin-paths"80498050#: builtin/hash-object.c:948051msgid "type"8052msgstr "tipus"80538054#: builtin/hash-object.c:948055msgid "object type"8056msgstr "tipus d'objecte"80578058#: builtin/hash-object.c:958059msgid "write the object into the object database"8060msgstr "escriu l'objecte a la base de dades d'objectes"80618062#: builtin/hash-object.c:978063msgid "read the object from stdin"8064msgstr "llegeix l'objecte des d'stdin"80658066#: builtin/hash-object.c:998067msgid "store file as is without filters"8068msgstr "emmagatzema el fitxer tal com és sense filtres"80698070#: builtin/hash-object.c:1008071msgid ""8072"just hash any random garbage to create corrupt objects for debugging Git"8073msgstr ""8074"només suma qualsevulla brossa aleatòria per a crear objectes malmesos per a "8075"depurar al Git"80768077#: builtin/hash-object.c:1018078msgid "process file as it were from this path"8079msgstr "processa el fitxer com si fos d'aquest camí"80808081#: builtin/help.c:428082msgid "print all available commands"8083msgstr "imprimeix totes les ordres disponibles"80848085#: builtin/help.c:438086msgid "exclude guides"8087msgstr "exclou guíes"80888089#: builtin/help.c:448090msgid "print list of useful guides"8091msgstr "imprimeix la llista de guies útils"80928093#: builtin/help.c:458094msgid "show man page"8095msgstr "mostra la pàgina de manual"80968097#: builtin/help.c:468098msgid "show manual in web browser"8099msgstr "mostra la pàgina de manual en el navegador web"81008101#: builtin/help.c:488102msgid "show info page"8103msgstr "mostra la pàgina d'informació"81048105#: builtin/help.c:548106msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"8107msgstr "git help [--all] [--guides] [--man | --web | --info] [<ordre>]"81088109#: builtin/help.c:668110#, c-format8111msgid "unrecognized help format '%s'"8112msgstr "format d'ajuda no reconegut '%s'"81138114#: builtin/help.c:938115msgid "Failed to start emacsclient."8116msgstr "S'ha fallat en iniciar emacsclient."81178118#: builtin/help.c:1068119msgid "Failed to parse emacsclient version."8120msgstr "S'ha fallat en analitzar la versió d'emacsclient."81218122#: builtin/help.c:1148123#, c-format8124msgid "emacsclient version '%d' too old (< 22)."8125msgstr "la versió d'emacsclient '%d' és massa vella (< 22)."81268127#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:1708128#, c-format8129msgid "failed to exec '%s'"8130msgstr "s'ha fallat en executar '%s'"81318132#: builtin/help.c:2078133#, c-format8134msgid ""8135"'%s': path for unsupported man viewer.\n"8136"Please consider using 'man.<tool>.cmd' instead."8137msgstr ""8138"'%s': camí a un visualitzador de manuals no compatible.\n"8139"Si us plau, considereu usar 'man.<eina>.cmd' en lloc d'això."81408141#: builtin/help.c:2198142#, c-format8143msgid ""8144"'%s': cmd for supported man viewer.\n"8145"Please consider using 'man.<tool>.path' instead."8146msgstr ""8147"'%s': ordre per a un visualitzador de manuals compatible.\n"8148"Si us plau, considereu usar 'man.<eina>.path' en lloc d'això."81498150#: builtin/help.c:3368151#, c-format8152msgid "'%s': unknown man viewer."8153msgstr "'%s': visualitzador de manuals desconegut."81548155#: builtin/help.c:3538156msgid "no man viewer handled the request"8157msgstr "cap visualitzador de manuals ha gestionat la sol·licitud"81588159#: builtin/help.c:3618160msgid "no info viewer handled the request"8161msgstr "cap visualitzador d'informació ha gestionat la sol·licitud"81628163#: builtin/help.c:4038164msgid "Defining attributes per path"8165msgstr "La definició d'atributs per camí"81668167#: builtin/help.c:4048168msgid "Everyday Git With 20 Commands Or So"8169msgstr "Git quotidià amb més o menys 20 ordres"81708171#: builtin/help.c:4058172msgid "A Git glossary"8173msgstr "Un glossari de Git"81748175#: builtin/help.c:4068176msgid "Specifies intentionally untracked files to ignore"8177msgstr "Especifica els fitxers intencionalment no seguits a ignorar"81788179#: builtin/help.c:4078180msgid "Defining submodule properties"8181msgstr "La definició de les propietats de submòduls"81828183#: builtin/help.c:4088184msgid "Specifying revisions and ranges for Git"8185msgstr "L'especificació de revisions i rangs per al Git"81868187#: builtin/help.c:4098188msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"8189msgstr "Una introducció tutorial al Git (per a la versió 1.5.1 o més nou)"81908191#: builtin/help.c:4108192msgid "An overview of recommended workflows with Git"8193msgstr "Una visió de conjunt de fluxos de treball recomanats amb Git"81948195#: builtin/help.c:4228196msgid "The common Git guides are:\n"8197msgstr "Les guies de Git comunes són:\n"81988199#: builtin/help.c:4408200#, c-format8201msgid "`git %s' is aliased to `%s'"8202msgstr "`git %s' és un àlies de `%s'"82038204#: builtin/help.c:462 builtin/help.c:4798205#, c-format8206msgid "usage: %s%s"8207msgstr "ús: %s%s"82088209#: builtin/index-pack.c:1548210#, c-format8211msgid "unable to open %s"8212msgstr "no s'ha pogut obrir %s"82138214#: builtin/index-pack.c:2048215#, c-format8216msgid "object type mismatch at %s"8217msgstr "hi ha una discordança de tipus d'objecte a %s"82188219#: builtin/index-pack.c:2248220#, c-format8221msgid "did not receive expected object %s"8222msgstr "no s'ha rebut l'objecte esperat %s"82238224#: builtin/index-pack.c:2278225#, c-format8226msgid "object %s: expected type %s, found %s"8227msgstr "objecte %s: tipus %s esperat, %s trobat"82288229#: builtin/index-pack.c:2698230#, c-format8231msgid "cannot fill %d byte"8232msgid_plural "cannot fill %d bytes"8233msgstr[0] "no es pot omplir %d octet"8234msgstr[1] "no es pot omplir %d octets"82358236#: builtin/index-pack.c:2798237msgid "early EOF"8238msgstr "EOF prematur"82398240#: builtin/index-pack.c:2808241msgid "read error on input"8242msgstr "error de lectura d'entrada"82438244#: builtin/index-pack.c:2928245msgid "used more bytes than were available"8246msgstr "s'han usat més octets que hi havia disponibles"82478248#: builtin/index-pack.c:2998249msgid "pack too large for current definition of off_t"8250msgstr "paquet massa gran per a la definició actual d'off_t"82518252#: builtin/index-pack.c:302 builtin/unpack-objects.c:928253msgid "pack exceeds maximum allowed size"8254msgstr "el paquet supera la mida màxima permesa"82558256#: builtin/index-pack.c:3178257#, c-format8258msgid "unable to create '%s'"8259msgstr "no s'ha pogut crear '%s'"82608261#: builtin/index-pack.c:3228262#, c-format8263msgid "cannot open packfile '%s'"8264msgstr "no es pot obrir el fitxer de paquet '%s'"82658266#: builtin/index-pack.c:3368267msgid "pack signature mismatch"8268msgstr "hi ha una discordança de signatura de paquet"82698270#: builtin/index-pack.c:3388271#, c-format8272msgid "pack version %<PRIu32> unsupported"8273msgstr "la versió de paquet %<PRIu32> no és compatible"82748275#: builtin/index-pack.c:3568276#, c-format8277msgid "pack has bad object at offset %<PRIuMAX>: %s"8278msgstr "el paquet té un objecte dolent a la posició %<PRIuMAX>: %s"82798280#: builtin/index-pack.c:4788281#, c-format8282msgid "inflate returned %d"8283msgstr "la inflació ha retornat %d"82848285#: builtin/index-pack.c:5278286msgid "offset value overflow for delta base object"8287msgstr "desbordament de valor de desplaçament per a l'objecte base de delta"82888289#: builtin/index-pack.c:5358290msgid "delta base offset is out of bound"8291msgstr "el desplaçament de base de delta està fora de límits"82928293#: builtin/index-pack.c:5438294#, c-format8295msgid "unknown object type %d"8296msgstr "tipus d'objecte desconegut %d"82978298#: builtin/index-pack.c:5748299msgid "cannot pread pack file"8300msgstr "no es pot fer pread en el fitxer de paquet"83018302#: builtin/index-pack.c:5768303#, c-format8304msgid "premature end of pack file, %<PRIuMAX> byte missing"8305msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"8306msgstr[0] "el final del fitxer de paquet és prematur, manca %<PRIuMAX> octet"8307msgstr[1] ""8308"el final del fitxer de paquet és prematur, manquen %<PRIuMAX> octets"83098310#: builtin/index-pack.c:6028311msgid "serious inflate inconsistency"8312msgstr "hi ha una inconsistència seriosa d'inflació"83138314#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:7778315#: builtin/index-pack.c:811 builtin/index-pack.c:8208316#, c-format8317msgid "SHA1 COLLISION FOUND WITH %s !"8318msgstr "S'HA TROBAT UNA COL·LISIÓ SHA1 AMB %s !"83198320#: builtin/index-pack.c:751 builtin/pack-objects.c:1668321#: builtin/pack-objects.c:2588322#, c-format8323msgid "unable to read %s"8324msgstr "no s'ha pogut llegir %s"83258326#: builtin/index-pack.c:8178327#, c-format8328msgid "cannot read existing object %s"8329msgstr "no es pot llegir l'objecte existent %s"83308331#: builtin/index-pack.c:8318332#, c-format8333msgid "invalid blob object %s"8334msgstr "objecte de blob no vàlid %s"83358336#: builtin/index-pack.c:8458337#, c-format8338msgid "invalid %s"8339msgstr "%s no vàlid"83408341#: builtin/index-pack.c:8488342msgid "Error in object"8343msgstr "Error en objecte"83448345#: builtin/index-pack.c:8508346#, c-format8347msgid "Not all child objects of %s are reachable"8348msgstr "No tots els objectes fills de %s són abastables"83498350#: builtin/index-pack.c:922 builtin/index-pack.c:9538351msgid "failed to apply delta"8352msgstr "s'ha fallat en aplicar la delta"83538354#: builtin/index-pack.c:11238355msgid "Receiving objects"8356msgstr "S'estan rebent objectes"83578358#: builtin/index-pack.c:11238359msgid "Indexing objects"8360msgstr "S'estan indexant objectes"83618362#: builtin/index-pack.c:11558363msgid "pack is corrupted (SHA1 mismatch)"8364msgstr "el paquet és malmès (discordança SHA1)"83658366#: builtin/index-pack.c:11608367msgid "cannot fstat packfile"8368msgstr "no es pot fer fstat en el fitxer de paquet"83698370#: builtin/index-pack.c:11638371msgid "pack has junk at the end"8372msgstr "el paquet té brossa al seu final"83738374#: builtin/index-pack.c:11748375msgid "confusion beyond insanity in parse_pack_objects()"8376msgstr "confusió més enllà de la bogeria en parse_pack_objects()"83778378#: builtin/index-pack.c:11978379msgid "Resolving deltas"8380msgstr "S'estan resolent les deltes"83818382#: builtin/index-pack.c:12088383#, c-format8384msgid "unable to create thread: %s"8385msgstr "no s'ha pogut crear fil: %s"83868387#: builtin/index-pack.c:12508388msgid "confusion beyond insanity"8389msgstr "confusió més enllà de la bogeria"83908391#: builtin/index-pack.c:12568392#, c-format8393msgid "completed with %d local object"8394msgid_plural "completed with %d local objects"8395msgstr[0] "s'ha completat amb %d objecte local"8396msgstr[1] "s'ha completat amb %d objectes locals"83978398#: builtin/index-pack.c:12688399#, c-format8400msgid "Unexpected tail checksum for %s (disk corruption?)"8401msgstr "Suma de verificació final no esperada per a %s (corrupció de disc?)"84028403#: builtin/index-pack.c:12728404#, c-format8405msgid "pack has %d unresolved delta"8406msgid_plural "pack has %d unresolved deltas"8407msgstr[0] "El paquet té %d delta no resolta"8408msgstr[1] "El paquet té %d deltes no resoltes"84098410#: builtin/index-pack.c:12968411#, c-format8412msgid "unable to deflate appended object (%d)"8413msgstr "no s'ha pogut desinflar l'objecte annexat (%d)"84148415#: builtin/index-pack.c:13728416#, c-format8417msgid "local object %s is corrupt"8418msgstr "l'objecte local %s és malmès"84198420#: builtin/index-pack.c:13968421msgid "error while closing pack file"8422msgstr "error en tancar el fitxer de paquet"84238424#: builtin/index-pack.c:14098425#, c-format8426msgid "cannot write keep file '%s'"8427msgstr "no es pot escriure el fitxer a retenir '%s'"84288429#: builtin/index-pack.c:14178430#, c-format8431msgid "cannot close written keep file '%s'"8432msgstr "no es pot tancar el fitxer escrit a retenir '%s'"84338434#: builtin/index-pack.c:14308435msgid "cannot store pack file"8436msgstr "no es pot emmagatzemar el fitxer de paquet"84378438#: builtin/index-pack.c:14418439msgid "cannot store index file"8440msgstr "no es pot emmagatzemar el fitxer d'índex"84418442#: builtin/index-pack.c:14748443#, c-format8444msgid "bad pack.indexversion=%<PRIu32>"8445msgstr "pack.indexversion=%<PRIu32> dolent"84468447#: builtin/index-pack.c:1484 builtin/index-pack.c:16818448#, c-format8449msgid "no threads support, ignoring %s"8450msgstr "no hi ha suport de fils, s'està ignorant %s"84518452#: builtin/index-pack.c:15428453#, c-format8454msgid "Cannot open existing pack file '%s'"8455msgstr "No es pot obrir el fitxer de paquet existent '%s'"84568457#: builtin/index-pack.c:15448458#, c-format8459msgid "Cannot open existing pack idx file for '%s'"8460msgstr "No es pot obrir el fitxer d'índex de paquets existent de '%s'"84618462#: builtin/index-pack.c:15918463#, c-format8464msgid "non delta: %d object"8465msgid_plural "non delta: %d objects"8466msgstr[0] "sense delta: %d objecte"8467msgstr[1] "sense delta: %d objectes"84688469#: builtin/index-pack.c:15988470#, c-format8471msgid "chain length = %d: %lu object"8472msgid_plural "chain length = %d: %lu objects"8473msgstr[0] "longitud de cadena = %d: %lu objecte"8474msgstr[1] "longitud de cadena = %d: %lu objectes"84758476#: builtin/index-pack.c:16118477#, c-format8478msgid "packfile name '%s' does not end with '.pack'"8479msgstr "el nom del fitxer de paquet '%s' no acaba amb '.pack'"84808481#: builtin/index-pack.c:1693 builtin/index-pack.c:16968482#: builtin/index-pack.c:1712 builtin/index-pack.c:17168483#, c-format8484msgid "bad %s"8485msgstr "%s dolent"84868487#: builtin/index-pack.c:17328488msgid "--fix-thin cannot be used without --stdin"8489msgstr "--fix-thin no es pot usar sense --stdin"84908491#: builtin/index-pack.c:17408492msgid "--verify with no packfile name given"8493msgstr "s'ha donat --verify sense nom de fitxer de paquet"84948495#: builtin/init-db.c:548496#, c-format8497msgid "cannot stat '%s'"8498msgstr "no es pot fer stat en '%s'"84998500#: builtin/init-db.c:608501#, c-format8502msgid "cannot stat template '%s'"8503msgstr "no es pot fer stat en la plantilla '%s'"85048505#: builtin/init-db.c:658506#, c-format8507msgid "cannot opendir '%s'"8508msgstr "no es pot fer opendir en el directori '%s'"85098510#: builtin/init-db.c:768511#, c-format8512msgid "cannot readlink '%s'"8513msgstr "no es pot fer readlink en '%s'"85148515#: builtin/init-db.c:788516#, c-format8517msgid "cannot symlink '%s' '%s'"8518msgstr "no es pot fer symlink en '%s' '%s'"85198520#: builtin/init-db.c:848521#, c-format8522msgid "cannot copy '%s' to '%s'"8523msgstr "no es pot copiar '%s' a '%s'"85248525#: builtin/init-db.c:888526#, c-format8527msgid "ignoring template %s"8528msgstr "s'està ignorant la plantilla %s"85298530#: builtin/init-db.c:1198531#, c-format8532msgid "templates not found %s"8533msgstr "no s'han trobat les plantilles %s"85348535#: builtin/init-db.c:1348536#, c-format8537msgid "not copying templates from '%s': %s"8538msgstr "no s'està copiant plantilles de '%s': %s"85398540#: builtin/init-db.c:3278541#, c-format8542msgid "unable to handle file type %d"8543msgstr "no s'ha pogut gestionar el tipus de fitxer %d"85448545#: builtin/init-db.c:3308546#, c-format8547msgid "unable to move %s to %s"8548msgstr "no s'ha pogut moure %s a %s"85498550#: builtin/init-db.c:347 builtin/init-db.c:3508551#, c-format8552msgid "%s already exists"8553msgstr "%s ja existeix"85548555#: builtin/init-db.c:4038556#, c-format8557msgid "Reinitialized existing shared Git repository in %s%s\n"8558msgstr "S'ha reinicialitzat el dipòsit compartit existent del Git en %s%s\n"85598560#: builtin/init-db.c:4048561#, c-format8562msgid "Reinitialized existing Git repository in %s%s\n"8563msgstr "S'ha reinicialitzat el dipòsit existent del Git en %s%s\n"85648565#: builtin/init-db.c:4088566#, c-format8567msgid "Initialized empty shared Git repository in %s%s\n"8568msgstr "S'ha inicialitzat un dipòsit compartit buit del Git en %s%s\n"85698570#: builtin/init-db.c:4098571#, c-format8572msgid "Initialized empty Git repository in %s%s\n"8573msgstr "S'ha inicialitzat un dipòsit buit del Git en %s%s\n"85748575#: builtin/init-db.c:4578576msgid ""8577"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"8578"shared[=<permissions>]] [<directory>]"8579msgstr ""8580"git init [-q | --quiet] [--bare] [--template=<directori-de-plantilla>] [--"8581"shared[=<permisos>]] [<directori>]"85828583#: builtin/init-db.c:4808584msgid "permissions"8585msgstr "permisos"85868587#: builtin/init-db.c:4818588msgid "specify that the git repository is to be shared amongst several users"8589msgstr "especifica que el dipòsit de git es compartirà entre diversos usuaris"85908591#: builtin/init-db.c:515 builtin/init-db.c:5208592#, c-format8593msgid "cannot mkdir %s"8594msgstr "no es pot mkdir %s"85958596#: builtin/init-db.c:5248597#, c-format8598msgid "cannot chdir to %s"8599msgstr "no es pot canviar de directori a %s"86008601#: builtin/init-db.c:5458602#, c-format8603msgid ""8604"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"8605"dir=<directory>)"8606msgstr ""8607"no es permet %s (o --work-tree=<directori>) sense especificar %s (o --git-"8608"dir=<directori>)"86098610#: builtin/init-db.c:5738611#, c-format8612msgid "Cannot access work tree '%s'"8613msgstr "No es pot accedir a l'arbre de treball '%s'"86148615#: builtin/interpret-trailers.c:158616msgid ""8617"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "8618"<token>[(=|:)<value>])...] [<file>...]"8619msgstr ""8620"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "8621"<fitxa>[(=|:)<valor>])...] [<fitxer>...]"86228623#: builtin/interpret-trailers.c:268624msgid "edit files in place"8625msgstr "edita els fitxers in situ"86268627#: builtin/interpret-trailers.c:278628msgid "trim empty trailers"8629msgstr "escurça els remolcs buits"86308631#: builtin/interpret-trailers.c:288632msgid "trailer"8633msgstr "remolc"86348635#: builtin/interpret-trailers.c:298636msgid "trailer(s) to add"8637msgstr "remolcs a afegir"86388639#: builtin/interpret-trailers.c:428640msgid "no input file given for in-place editing"8641msgstr "no s'ha donat cap fitxer d'entrada per a edició in situ"86428643#: builtin/log.c:448644msgid "git log [<options>] [<revision-range>] [[--] <path>...]"8645msgstr "git log [<opcions>] [<rang-de-revisions>] [[--] <camí>...]"86468647#: builtin/log.c:458648msgid "git show [<options>] <object>..."8649msgstr "git show [<opcions>] <objecte>..."86508651#: builtin/log.c:848652#, c-format8653msgid "invalid --decorate option: %s"8654msgstr "opció --decorate no vàlida: %s"86558656#: builtin/log.c:1398657msgid "suppress diff output"8658msgstr "omet la sortida de diferències"86598660#: builtin/log.c:1408661msgid "show source"8662msgstr "mostra la font"86638664#: builtin/log.c:1418665msgid "Use mail map file"8666msgstr "Usa el fitxer de mapa de correu"86678668#: builtin/log.c:1428669msgid "decorate options"8670msgstr "opcions de decoració"86718672#: builtin/log.c:1458673msgid "Process line range n,m in file, counting from 1"8674msgstr "Processa el rang de línies n,m en el fitxer, comptant des d'1"86758676#: builtin/log.c:2418677#, c-format8678msgid "Final output: %d %s\n"8679msgstr "Sortida final: %d %s\n"86808681#: builtin/log.c:4868682#, c-format8683msgid "git show %s: bad file"8684msgstr "git show %s: fitxer dolent"86858686#: builtin/log.c:500 builtin/log.c:5948687#, c-format8688msgid "Could not read object %s"8689msgstr "No es pot llegir l'objecte %s"86908691#: builtin/log.c:6188692#, c-format8693msgid "Unknown type: %d"8694msgstr "Tipus desconegut: %d"86958696#: builtin/log.c:7398697msgid "format.headers without value"8698msgstr "format.headers sense valor"86998700#: builtin/log.c:8398701msgid "name of output directory is too long"8702msgstr "el nom del directori de sortida és massa llarg"87038704#: builtin/log.c:8548705#, c-format8706msgid "Cannot open patch file %s"8707msgstr "No es pot obrir el fitxer de pedaç %s"87088709#: builtin/log.c:8688710msgid "Need exactly one range."8711msgstr "Cal exactament un rang."87128713#: builtin/log.c:8788714msgid "Not a range."8715msgstr "No és un rang."87168717#: builtin/log.c:9848718msgid "Cover letter needs email format"8719msgstr "La carta de presentació necessita el format de correu electrònic"87208721#: builtin/log.c:10638722#, c-format8723msgid "insane in-reply-to: %s"8724msgstr "in-reply-to boig: %s"87258726#: builtin/log.c:10918727msgid "git format-patch [<options>] [<since> | <revision-range>]"8728msgstr "git format-patch [<opcions>] [<des-de> | <rang-de-revisions>]"87298730#: builtin/log.c:11418731msgid "Two output directories?"8732msgstr "Hi ha dos directoris de sortida?"87338734#: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:19058735#, c-format8736msgid "Unknown commit %s"8737msgstr "Comissió desconeguda %s"87388739#: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:4558740#, c-format8741msgid "Failed to resolve '%s' as a valid ref."8742msgstr "S'ha fallat en resoldre '%s' com a referència vàlida."87438744#: builtin/log.c:12638745msgid "Could not find exact merge base."8746msgstr "No s'ha pogut trobar la base exacta de fusió."87478748#: builtin/log.c:12678749msgid ""8750"Failed to get upstream, if you want to record base commit automatically,\n"8751"please use git branch --set-upstream-to to track a remote branch.\n"8752"Or you could specify base commit by --base=<base-commit-id> manually."8753msgstr ""8754"S'ha fallat en obtenir la font. Si voleu registrar la comissió base\n"8755"automàticament, si us plau, useu git branch --set-upstream-to per a\n"8756"seguir una branca remot. O podeu especificar la comissió base manualment\n"8757"amb --base=<id-de-comissió-base>."87588759#: builtin/log.c:12878760msgid "Failed to find exact merge base"8761msgstr "S'ha fallat en trobar la base exacta de fusió."87628763#: builtin/log.c:12988764msgid "base commit should be the ancestor of revision list"8765msgstr "la comissió base ha de ser l'avantpassat de la llista de revisions"87668767#: builtin/log.c:13028768msgid "base commit shouldn't be in revision list"8769msgstr "la comissió base no ha de ser en la llista de revisions"87708771#: builtin/log.c:13518772msgid "cannot get patch id"8773msgstr "no es pot obtenir l'id del pedaç"87748775#: builtin/log.c:14088776msgid "use [PATCH n/m] even with a single patch"8777msgstr "usa [PATCH n/m] fins i tot amb un sol pedaç"87788779#: builtin/log.c:14118780msgid "use [PATCH] even with multiple patches"8781msgstr "usa [PATCH] fins i tot amb múltiples pedaços"87828783#: builtin/log.c:14158784msgid "print patches to standard out"8785msgstr "imprimeix els pedaços a la sortida estàndard"87868787#: builtin/log.c:14178788msgid "generate a cover letter"8789msgstr "genera una carta de presentació"87908791#: builtin/log.c:14198792msgid "use simple number sequence for output file names"8793msgstr "usa una seqüència de números per als noms dels fitxers de sortida"87948795#: builtin/log.c:14208796msgid "sfx"8797msgstr "sufix"87988799#: builtin/log.c:14218800msgid "use <sfx> instead of '.patch'"8801msgstr "usa <sufix> en lloc de '.patch'"88028803#: builtin/log.c:14238804msgid "start numbering patches at <n> instead of 1"8805msgstr "comença numerant els pedaços a <n> en lloc d'1"88068807#: builtin/log.c:14258808msgid "mark the series as Nth re-roll"8809msgstr "marca la sèrie com a l'enèsima llançada"88108811#: builtin/log.c:14278812msgid "Use [RFC PATCH] instead of [PATCH]"8813msgstr "Usa [RFC PATCH] en lloc de [PATCH]"88148815#: builtin/log.c:14308816msgid "Use [<prefix>] instead of [PATCH]"8817msgstr "Usa [<prefix>] en lloc de [PATCH]"88188819#: builtin/log.c:14338820msgid "store resulting files in <dir>"8821msgstr "emmagatzema els fitxers resultants a <directori>"88228823#: builtin/log.c:14368824msgid "don't strip/add [PATCH]"8825msgstr "no despullis/afegeixis [PATCH]"88268827#: builtin/log.c:14398828msgid "don't output binary diffs"8829msgstr "no emetis diferències binàries"88308831#: builtin/log.c:14418832msgid "output all-zero hash in From header"8833msgstr "emet un hash de tots zeros en la capçalera From"88348835#: builtin/log.c:14438836msgid "don't include a patch matching a commit upstream"8837msgstr "no incloguis pedaços que coincideixin amb comissions a la font"88388839#: builtin/log.c:14458840msgid "show patch format instead of default (patch + stat)"8841msgstr ""8842"mostra el format de pedaç en lloc del per defecte (pedaç + estadístiques)"88438844#: builtin/log.c:14478845msgid "Messaging"8846msgstr "Missatgeria"88478848#: builtin/log.c:14488849msgid "header"8850msgstr "capçalera"88518852#: builtin/log.c:14498853msgid "add email header"8854msgstr "afegeix una capçalera de correu electrònic"88558856#: builtin/log.c:1450 builtin/log.c:14528857msgid "email"8858msgstr "correu electrònic"88598860#: builtin/log.c:14508861msgid "add To: header"8862msgstr "afegeix la capçalera To:"88638864#: builtin/log.c:14528865msgid "add Cc: header"8866msgstr "afegeix la capçalera Cc:"88678868#: builtin/log.c:14548869msgid "ident"8870msgstr "identitat"88718872#: builtin/log.c:14558873msgid "set From address to <ident> (or committer ident if absent)"8874msgstr ""8875"estableix l'adreça From a <identitat> (o la identitat del comitent si manca)"88768877#: builtin/log.c:14578878msgid "message-id"8879msgstr "ID de missatge"88808881#: builtin/log.c:14588882msgid "make first mail a reply to <message-id>"8883msgstr "fes que el primer missatge sigui una resposta a <ID de missatge>"88848885#: builtin/log.c:1459 builtin/log.c:14628886msgid "boundary"8887msgstr "límit"88888889#: builtin/log.c:14608890msgid "attach the patch"8891msgstr "ajunta el pedaç"88928893#: builtin/log.c:14638894msgid "inline the patch"8895msgstr "posa el pedaç en el cos"88968897#: builtin/log.c:14678898msgid "enable message threading, styles: shallow, deep"8899msgstr "habilita l'enfilada de missatges, estils: shallow, deep"89008901#: builtin/log.c:14698902msgid "signature"8903msgstr "signatura"89048905#: builtin/log.c:14708906msgid "add a signature"8907msgstr "afegeix una signatura"89088909#: builtin/log.c:14718910msgid "base-commit"8911msgstr "comissió base"89128913#: builtin/log.c:14728914msgid "add prerequisite tree info to the patch series"8915msgstr "afegeix la informació d'arbre prerequerida a la sèrie de pedaços"89168917#: builtin/log.c:14748918msgid "add a signature from a file"8919msgstr "afegeix una signatura des d'un fitxer"89208921#: builtin/log.c:14758922msgid "don't print the patch filenames"8923msgstr "no imprimeixis els noms de fitxer del pedaç"89248925#: builtin/log.c:15658926msgid "-n and -k are mutually exclusive."8927msgstr "-n i -k són mutualment exclusius."89288929#: builtin/log.c:15678930msgid "--subject-prefix/--rfc and -k are mutually exclusive."8931msgstr "--subject-prefix/--rfc i -k són mutualment exclusius."89328933#: builtin/log.c:15758934msgid "--name-only does not make sense"8935msgstr "--name-only no té sentit"89368937#: builtin/log.c:15778938msgid "--name-status does not make sense"8939msgstr "--name-status no té sentit"89408941#: builtin/log.c:15798942msgid "--check does not make sense"8943msgstr "--check no té sentit"89448945#: builtin/log.c:16098946msgid "standard output, or directory, which one?"8947msgstr "sortida estàndard o directori, quin dels dos?"89488949#: builtin/log.c:16118950#, c-format8951msgid "Could not create directory '%s'"8952msgstr "No s'ha pogut crear el directori '%s'"89538954#: builtin/log.c:17058955#, c-format8956msgid "unable to read signature file '%s'"8957msgstr "no s'ha pogut llegir el fitxer de signatura '%s'"89588959#: builtin/log.c:17778960msgid "Failed to create output files"8961msgstr "S'ha fallat en crear els fitxers de sortida"89628963#: builtin/log.c:18268964msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"8965msgstr "git cherry [-v] [<font> [<cap> [<límit>]]]"89668967#: builtin/log.c:18808968#, c-format8969msgid ""8970"Could not find a tracked remote branch, please specify <upstream> manually.\n"8971msgstr ""8972"No s'ha pogut trobar una branca remota seguida. Si us plau, especifiqueu "8973"<font> manualment.\n"89748975#: builtin/ls-files.c:4588976msgid "git ls-files [<options>] [<file>...]"8977msgstr "git ls-files [<opcions>] [<fitxer>...]"89788979#: builtin/ls-files.c:5078980msgid "identify the file status with tags"8981msgstr "identifica l'estat de fitxer amb etiquetes"89828983#: builtin/ls-files.c:5098984msgid "use lowercase letters for 'assume unchanged' files"8985msgstr "usa lletres minúscules per als fitxers 'assume unchanged'"89868987#: builtin/ls-files.c:5118988msgid "show cached files in the output (default)"8989msgstr ""8990"mostra en la sortida els fitxers desats en la memòria cau (per defecte)"89918992#: builtin/ls-files.c:5138993msgid "show deleted files in the output"8994msgstr "mostra en la sortida els fitxers suprimits"89958996#: builtin/ls-files.c:5158997msgid "show modified files in the output"8998msgstr "mostra en la sortida els fitxers modificats"89999000#: builtin/ls-files.c:5179001msgid "show other files in the output"9002msgstr "mostra en la sortida els altres fitxers"90039004#: builtin/ls-files.c:5199005msgid "show ignored files in the output"9006msgstr "mostra en la sortida els fitxers ignorats"90079008#: builtin/ls-files.c:5229009msgid "show staged contents' object name in the output"9010msgstr "mostra en la sortida el nom d'objecte dels continguts allistats"90119012#: builtin/ls-files.c:5249013msgid "show files on the filesystem that need to be removed"9014msgstr "mostra els fitxers en el sistema de fitxers que s'han d'eliminar"90159016#: builtin/ls-files.c:5269017msgid "show 'other' directories' names only"9018msgstr "mostra només els noms dels directoris 'other'"90199020#: builtin/ls-files.c:5289021msgid "show line endings of files"9022msgstr "mostra els terminadors de línia dels fitxers"90239024#: builtin/ls-files.c:5309025msgid "don't show empty directories"9026msgstr "no mostris els directoris buits"90279028#: builtin/ls-files.c:5339029msgid "show unmerged files in the output"9030msgstr "mostra en la sortida els fitxers sense fusionar"90319032#: builtin/ls-files.c:5359033msgid "show resolve-undo information"9034msgstr "mostra la informació de resolució de desfet"90359036#: builtin/ls-files.c:5379037msgid "skip files matching pattern"9038msgstr "salta els fitxers coincidents amb el patró"90399040#: builtin/ls-files.c:5409041msgid "exclude patterns are read from <file>"9042msgstr "els patrons d'exclusió es llegeixen de <fitxer>"90439044#: builtin/ls-files.c:5439045msgid "read additional per-directory exclude patterns in <file>"9046msgstr "llegeix els patrons addicionals d'exclusió per directori en <fitxer>"90479048#: builtin/ls-files.c:5459049msgid "add the standard git exclusions"9050msgstr "afegeix les exclusions estàndards de git"90519052#: builtin/ls-files.c:5489053msgid "make the output relative to the project top directory"9054msgstr "fes que la sortida sigui relativa al directori superior del projecte"90559056#: builtin/ls-files.c:5519057msgid "recurse through submodules"9058msgstr "recursa als submòduls"90599060#: builtin/ls-files.c:5539061msgid "if any <file> is not in the index, treat this as an error"9062msgstr "si qualsevol <fitxer> no és en l'índex, tracta això com a error"90639064#: builtin/ls-files.c:5549065msgid "tree-ish"9066msgstr "arbre"90679068#: builtin/ls-files.c:5559069msgid "pretend that paths removed since <tree-ish> are still present"9070msgstr ""9071"pretén que els camins eliminats després de <arbre> encara siguin presents"90729073#: builtin/ls-files.c:5579074msgid "show debugging data"9075msgstr "mostra les dades de depuració"90769077#: builtin/ls-remote.c:79078msgid ""9079"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"9080" [-q | --quiet] [--exit-code] [--get-url]\n"9081" [--symref] [<repository> [<refs>...]]"9082msgstr ""9083"git ls-remote [--heads] [--tags] [--refs]\n"9084" [--upload-pack=<executable>] [-q | --quiet]\n"9085" [--exit-code] [--get-url] [--symref]\n"9086" [<dipòsit> [<referències>...]]"90879088#: builtin/ls-remote.c:509089msgid "do not print remote URL"9090msgstr "no imprimeixis l'URL remot"90919092#: builtin/ls-remote.c:51 builtin/ls-remote.c:539093msgid "exec"9094msgstr "executable"90959096#: builtin/ls-remote.c:52 builtin/ls-remote.c:549097msgid "path of git-upload-pack on the remote host"9098msgstr "camí a git-upload-pack en la màquina remota"90999100#: builtin/ls-remote.c:569101msgid "limit to tags"9102msgstr "limita a etiquetes"91039104#: builtin/ls-remote.c:579105msgid "limit to heads"9106msgstr "limita a caps"91079108#: builtin/ls-remote.c:589109msgid "do not show peeled tags"9110msgstr "no mostris les etiquetes pelades"91119112#: builtin/ls-remote.c:609113msgid "take url.<base>.insteadOf into account"9114msgstr "tingues en compte url.<base>.insteadOf"91159116#: builtin/ls-remote.c:629117msgid "exit with exit code 2 if no matching refs are found"9118msgstr "surt amb codi de sortida 2 si no es troba cap referència coincident"91199120#: builtin/ls-remote.c:649121msgid "show underlying ref in addition to the object pointed by it"9122msgstr "mostra la referència subjacent a més de l'objecte que senyali"91239124#: builtin/ls-tree.c:289125msgid "git ls-tree [<options>] <tree-ish> [<path>...]"9126msgstr "git ls-tree [<opcions>] <arbre> [<camí>...]"91279128#: builtin/ls-tree.c:1289129msgid "only show trees"9130msgstr "mostra només els arbres"91319132#: builtin/ls-tree.c:1309133msgid "recurse into subtrees"9134msgstr "recursa als subarbres"91359136#: builtin/ls-tree.c:1329137msgid "show trees when recursing"9138msgstr "mostra els arbres en recursar"91399140#: builtin/ls-tree.c:1359141msgid "terminate entries with NUL byte"9142msgstr "acaba les entrades amb un octet NUL"91439144#: builtin/ls-tree.c:1369145msgid "include object size"9146msgstr "mida de l'objecte d'inclusió"91479148#: builtin/ls-tree.c:138 builtin/ls-tree.c:1409149msgid "list only filenames"9150msgstr "llista només els noms de fitxer"91519152#: builtin/ls-tree.c:1439153msgid "use full path names"9154msgstr "usa els noms de camí complets"91559156#: builtin/ls-tree.c:1459157msgid "list entire tree; not just current directory (implies --full-name)"9158msgstr ""9159"llista l'arbre sencer; no només el directori actual (implica --full-name)"91609161#: builtin/merge.c:469162msgid "git merge [<options>] [<commit>...]"9163msgstr "git merge [<opcions>] [<comissió>...]"91649165#: builtin/merge.c:479166msgid "git merge [<options>] <msg> HEAD <commit>"9167msgstr "git merge [<opcions>] <missatge> HEAD <comissió>"91689169#: builtin/merge.c:489170msgid "git merge --abort"9171msgstr "git merge --abort"91729173#: builtin/merge.c:1029174msgid "switch `m' requires a value"9175msgstr "l'opció `m' requereix un valor"91769177#: builtin/merge.c:1399178#, c-format9179msgid "Could not find merge strategy '%s'.\n"9180msgstr "No s'ha pogut trobar l'estratègia de fusió '%s'.\n"91819182#: builtin/merge.c:1409183#, c-format9184msgid "Available strategies are:"9185msgstr "Les estratègies disponibles són:"91869187#: builtin/merge.c:1459188#, c-format9189msgid "Available custom strategies are:"9190msgstr "Les estratègies personalitzades disponibles són:"91919192#: builtin/merge.c:195 builtin/pull.c:1279193msgid "do not show a diffstat at the end of the merge"9194msgstr "no mostris les estadístiques de diferència al final de la fusió"91959196#: builtin/merge.c:198 builtin/pull.c:1309197msgid "show a diffstat at the end of the merge"9198msgstr "mostra les estadístiques de diferència al final de la fusió"91999200#: builtin/merge.c:199 builtin/pull.c:1339201msgid "(synonym to --stat)"9202msgstr "(sinònim de --stat)"92039204#: builtin/merge.c:201 builtin/pull.c:1369205msgid "add (at most <n>) entries from shortlog to merge commit message"9206msgstr ""9207"afegeix (com a màxim <n>) entrades del registre curt al missatge de comissió "9208"de fusió"92099210#: builtin/merge.c:204 builtin/pull.c:1399211msgid "create a single commit instead of doing a merge"9212msgstr "crea una única comissió en lloc de fusionar"92139214#: builtin/merge.c:206 builtin/pull.c:1429215msgid "perform a commit if the merge succeeds (default)"9216msgstr "realitza una comissió si la fusió té èxit (per defecte)"92179218#: builtin/merge.c:208 builtin/pull.c:1459219msgid "edit message before committing"9220msgstr "edita el missatge abans de cometre"92219222#: builtin/merge.c:2099223msgid "allow fast-forward (default)"9224msgstr "permet l'avanç ràpid (per defecte)"92259226#: builtin/merge.c:211 builtin/pull.c:1519227msgid "abort if fast-forward is not possible"9228msgstr "avorta si l'avanç ràpid no és possible"92299230#: builtin/merge.c:215 builtin/pull.c:1549231msgid "verify that the named commit has a valid GPG signature"9232msgstr "verifica que la comissió anomenada tingui una signatura GPG vàlida"92339234#: builtin/merge.c:216 builtin/notes.c:774 builtin/pull.c:1589235#: builtin/revert.c:899236msgid "strategy"9237msgstr "estratègia"92389239#: builtin/merge.c:217 builtin/pull.c:1599240msgid "merge strategy to use"9241msgstr "estratègia de fusió a usar"92429243#: builtin/merge.c:218 builtin/pull.c:1629244msgid "option=value"9245msgstr "opció=valor"92469247#: builtin/merge.c:219 builtin/pull.c:1639248msgid "option for selected merge strategy"9249msgstr "opció per a l'estratègia de fusió seleccionada"92509251#: builtin/merge.c:2219252msgid "merge commit message (for a non-fast-forward merge)"9253msgstr "missatge de comissió de fusió (per a una fusió no d'avanç ràpid)"92549255#: builtin/merge.c:2259256msgid "abort the current in-progress merge"9257msgstr "avorta la fusió en curs actual"92589259#: builtin/merge.c:227 builtin/pull.c:1709260msgid "allow merging unrelated histories"9261msgstr "permet fusionar històries no relacionades"92629263#: builtin/merge.c:2559264msgid "could not run stash."9265msgstr "no s'ha pogut executar stash."92669267#: builtin/merge.c:2609268msgid "stash failed"9269msgstr "l'emmagatzemament ha fallat"92709271#: builtin/merge.c:2659272#, c-format9273msgid "not a valid object: %s"9274msgstr "no és un objecte vàlid: %s"92759276#: builtin/merge.c:284 builtin/merge.c:3019277msgid "read-tree failed"9278msgstr "read-tree ha fallat"92799280#: builtin/merge.c:3319281msgid " (nothing to squash)"9282msgstr " (res a aixafar)"92839284#: builtin/merge.c:3429285#, c-format9286msgid "Squash commit -- not updating HEAD\n"9287msgstr "Comissió d'aixafada -- no s'està actualitzant HEAD\n"92889289#: builtin/merge.c:3929290#, c-format9291msgid "No merge message -- not updating HEAD\n"9292msgstr "Cap missatge de fusió -- no s'està actualitzant HEAD\n"92939294#: builtin/merge.c:4439295#, c-format9296msgid "'%s' does not point to a commit"9297msgstr "'%s' no assenyala una comissió"92989299#: builtin/merge.c:5339300#, c-format9301msgid "Bad branch.%s.mergeoptions string: %s"9302msgstr "Cadena branch.%s.mergeoptions dolenta: %s"93039304#: builtin/merge.c:6529305msgid "Not handling anything other than two heads merge."9306msgstr "No s'està gestionant res a part de la fusió de dos caps."93079308#: builtin/merge.c:6669309#, c-format9310msgid "Unknown option for merge-recursive: -X%s"9311msgstr "Opció desconeguda de merge-recursive: -X%s"93129313#: builtin/merge.c:6819314#, c-format9315msgid "unable to write %s"9316msgstr "no s'ha pogut escriure %s"93179318#: builtin/merge.c:7339319#, c-format9320msgid "Could not read from '%s'"9321msgstr "No s'ha pogut llegir de '%s'"93229323#: builtin/merge.c:7429324#, c-format9325msgid "Not committing merge; use 'git commit' to complete the merge.\n"9326msgstr ""9327"No s'està cometent la fusió; useu 'git commit' per a completar la fusió.\n"93289329#: builtin/merge.c:7489330#, c-format9331msgid ""9332"Please enter a commit message to explain why this merge is necessary,\n"9333"especially if it merges an updated upstream into a topic branch.\n"9334"\n"9335"Lines starting with '%c' will be ignored, and an empty message aborts\n"9336"the commit.\n"9337msgstr ""9338"Si us plau, introduïu un missatge de comissió per a explicar per què\n"9339"aquesta fusió és necessària, especialment si fusiona una font\n"9340"actualitzada a una branca temàtica.\n"9341"\n"9342"S'ignoraran les línies que comencin amb '%c', i un missatge buit\n"9343"avorta la comissió.\n"93449345#: builtin/merge.c:7729346msgid "Empty commit message."9347msgstr "El missatge de comissió és buit."93489349#: builtin/merge.c:7929350#, c-format9351msgid "Wonderful.\n"9352msgstr "Meravellós.\n"93539354#: builtin/merge.c:8479355#, c-format9356msgid "Automatic merge failed; fix conflicts and then commit the result.\n"9357msgstr ""9358"La fusió automàtica ha fallat; arregleu els conflictes i després cometeu el "9359"resultat.\n"93609361#: builtin/merge.c:8639362#, c-format9363msgid "'%s' is not a commit"9364msgstr "'%s' no és una comissió"93659366#: builtin/merge.c:9049367msgid "No current branch."9368msgstr "No hi ha cap branca actual."93699370#: builtin/merge.c:9069371msgid "No remote for the current branch."9372msgstr "No hi ha cap remot per a la branca actual."93739374#: builtin/merge.c:9089375msgid "No default upstream defined for the current branch."9376msgstr "No hi ha cap font per defecte definida per a la branca actual."93779378#: builtin/merge.c:9139379#, c-format9380msgid "No remote-tracking branch for %s from %s"9381msgstr "No hi ha cap branca amb seguiment remot per a %s de %s"93829383#: builtin/merge.c:9609384#, c-format9385msgid "Bad value '%s' in environment '%s'"9386msgstr "Valor dolent '%s' en l'entorn '%s'"93879388#: builtin/merge.c:10349389#, c-format9390msgid "could not close '%s'"9391msgstr "no s'ha pogut tancar '%s'"93929393#: builtin/merge.c:10619394#, c-format9395msgid "not something we can merge in %s: %s"9396msgstr "no és cosa que puguem fusionar en %s: %s"93979398#: builtin/merge.c:10959399msgid "not something we can merge"9400msgstr "no és cosa que puguem fusionar"94019402#: builtin/merge.c:11629403msgid "There is no merge to abort (MERGE_HEAD missing)."9404msgstr "No hi ha fusió a avortar (manca MERGE_HEAD)."94059406#: builtin/merge.c:11789407msgid ""9408"You have not concluded your merge (MERGE_HEAD exists).\n"9409"Please, commit your changes before you merge."9410msgstr ""9411"No heu conclòs la vostra fusió (MERGE_HEAD existeix).\n"9412"Si us plau, cometeu els vostres canvis abans de fusionar."94139414#: builtin/merge.c:11859415msgid ""9416"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"9417"Please, commit your changes before you merge."9418msgstr ""9419"No heu conclòs el vostre recull de cireres (CHERRY_PICK_HEAD existeix).\n"9420"Si us plau, cometeu els vostres canvis abans de fusionar."94219422#: builtin/merge.c:11889423msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."9424msgstr ""9425"No heu conclòs el vostre recull de cireres (CHERRY_PICK_HEAD existeix)."94269427#: builtin/merge.c:11979428msgid "You cannot combine --squash with --no-ff."9429msgstr "No podeu combinar --squash amb --no-ff."94309431#: builtin/merge.c:12059432msgid "No commit specified and merge.defaultToUpstream not set."9433msgstr ""9434"No hi ha una comissió especificada i merge.defaultToUpstream no està "9435"establert."94369437#: builtin/merge.c:12229438msgid "Squash commit into empty head not supported yet"9439msgstr "Aixafar una comissió a un cap buit encara no es permet"94409441#: builtin/merge.c:12249442msgid "Non-fast-forward commit does not make sense into an empty head"9443msgstr "Una comissió no d'avanç ràpid no té sentit a un cap buit"94449445#: builtin/merge.c:12299446#, c-format9447msgid "%s - not something we can merge"9448msgstr "%s - no és una cosa que puguem fusionar"94499450#: builtin/merge.c:12319451msgid "Can merge only exactly one commit into empty head"9452msgstr "Es pot fusionar no més d'exactament una comissió a un cap buit"94539454#: builtin/merge.c:12879455#, c-format9456msgid "Commit %s has an untrusted GPG signature, allegedly by %s."9457msgstr "La comissió %s té una signatura GPG no fiable, suposadament de %s."94589459#: builtin/merge.c:12909460#, c-format9461msgid "Commit %s has a bad GPG signature allegedly by %s."9462msgstr "La comissió %s té una signatura GPG dolenta suposadament de %s."94639464#: builtin/merge.c:12939465#, c-format9466msgid "Commit %s does not have a GPG signature."9467msgstr "La comissió %s no té signatura GPG."94689469#: builtin/merge.c:12969470#, c-format9471msgid "Commit %s has a good GPG signature by %s\n"9472msgstr "La comissió %s té una signatura GPG bona de %s\n"94739474#: builtin/merge.c:13589475msgid "refusing to merge unrelated histories"9476msgstr "s'està refusant fusionar històries no relacionades"94779478#: builtin/merge.c:13679479msgid "Already up-to-date."9480msgstr "Ja està al dia."94819482#: builtin/merge.c:13779483#, c-format9484msgid "Updating %s..%s\n"9485msgstr "S'estan actualitzant %s..%s\n"94869487#: builtin/merge.c:14189488#, c-format9489msgid "Trying really trivial in-index merge...\n"9490msgstr "S'està intentant una fusió molt trivial en l'índex...\n"94919492#: builtin/merge.c:14259493#, c-format9494msgid "Nope.\n"9495msgstr "No.\n"94969497#: builtin/merge.c:14509498msgid "Already up-to-date. Yeeah!"9499msgstr "Ja està al dia. Estupend!"95009501#: builtin/merge.c:14569502msgid "Not possible to fast-forward, aborting."9503msgstr "No és possible avançar ràpidament, s'està avortant."95049505#: builtin/merge.c:1479 builtin/merge.c:15589506#, c-format9507msgid "Rewinding the tree to pristine...\n"9508msgstr "S'està rebobinant l'arbre a la pristina...\n"95099510#: builtin/merge.c:14839511#, c-format9512msgid "Trying merge strategy %s...\n"9513msgstr "S'està intentant l'estratègia de fusió %s...\n"95149515#: builtin/merge.c:15499516#, c-format9517msgid "No merge strategy handled the merge.\n"9518msgstr "Cap estratègia de fusió ha gestionat la fusió.\n"95199520#: builtin/merge.c:15519521#, c-format9522msgid "Merge with strategy %s failed.\n"9523msgstr "L'estratègia de fusió %s ha fallat.\n"95249525#: builtin/merge.c:15609526#, c-format9527msgid "Using the %s to prepare resolving by hand.\n"9528msgstr "S'està usant el %s per a preparar la resolució a mà.\n"95299530#: builtin/merge.c:15729531#, c-format9532msgid "Automatic merge went well; stopped before committing as requested\n"9533msgstr ""9534"La fusió automàtica ha sortit bé; s'ha aturat abans de cometre com s'havia "9535"demanat\n"95369537#: builtin/merge-base.c:299538msgid "git merge-base [-a | --all] <commit> <commit>..."9539msgstr "git merge-base [-a | --all] <comissió> <comissió>..."95409541#: builtin/merge-base.c:309542msgid "git merge-base [-a | --all] --octopus <commit>..."9543msgstr "git merge-base [-a | --all] --octopus <comissió>..."95449545#: builtin/merge-base.c:319546msgid "git merge-base --independent <commit>..."9547msgstr "git merge-base --independent <comissió>..."95489549#: builtin/merge-base.c:329550msgid "git merge-base --is-ancestor <commit> <commit>"9551msgstr "git merge-base --is-ancestor <comissió> <comissió>"95529553#: builtin/merge-base.c:339554msgid "git merge-base --fork-point <ref> [<commit>]"9555msgstr "git merge-base --fork-point <referència> [<comissió>]"95569557#: builtin/merge-base.c:2179558msgid "output all common ancestors"9559msgstr "emet tots els avantpassats comuns"95609561#: builtin/merge-base.c:2199562msgid "find ancestors for a single n-way merge"9563msgstr "troba els avantpassats per a una sola fusió d'n vies"95649565#: builtin/merge-base.c:2219566msgid "list revs not reachable from others"9567msgstr "llista les revisions no abastables d'altres"95689569#: builtin/merge-base.c:2239570msgid "is the first one ancestor of the other?"9571msgstr "és la primera un avantpassat de l'altre?"95729573#: builtin/merge-base.c:2259574msgid "find where <commit> forked from reflog of <ref>"9575msgstr ""9576"troba on <comissió> s'ha bifurcat del registre de referències de <referència>"95779578#: builtin/merge-file.c:89579msgid ""9580"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "9581"<orig-file> <file2>"9582msgstr ""9583"git merge-file [<opcions>] [-L <nom1> [-L <original> [-L <nom2>]]] <fitxer1> "9584"<fitxer-original> <fitxer2>"95859586#: builtin/merge-file.c:339587msgid "send results to standard output"9588msgstr "envia els resultats a la sortida estàndard"95899590#: builtin/merge-file.c:349591msgid "use a diff3 based merge"9592msgstr "usa una fusió basada en diff3"95939594#: builtin/merge-file.c:359595msgid "for conflicts, use our version"9596msgstr "en conflictes, usa la versió nostra"95979598#: builtin/merge-file.c:379599msgid "for conflicts, use their version"9600msgstr "en conflictes, usa la versió seva"96019602#: builtin/merge-file.c:399603msgid "for conflicts, use a union version"9604msgstr "en conflictes, usa una versió d'unió"96059606#: builtin/merge-file.c:429607msgid "for conflicts, use this marker size"9608msgstr "en conflictes, usa aquesta mida de marcador"96099610#: builtin/merge-file.c:439611msgid "do not warn about conflicts"9612msgstr "no avisis de conflictes"96139614#: builtin/merge-file.c:459615msgid "set labels for file1/orig-file/file2"9616msgstr "estableix les etiquetes per a fitxer1/fitxer-original/fitxer2"96179618#: builtin/merge-recursive.c:459619#, c-format9620msgid "unknown option %s"9621msgstr "opció desconeguda %s"96229623#: builtin/merge-recursive.c:519624#, c-format9625msgid "could not parse object '%s'"9626msgstr "no s'ha pogut analitzar l'objecte '%s'"96279628#: builtin/merge-recursive.c:559629#, c-format9630msgid "cannot handle more than %d base. Ignoring %s."9631msgid_plural "cannot handle more than %d bases. Ignoring %s."9632msgstr[0] "no es pot gestionar més d'%d base. S'està ignorant %s."9633msgstr[1] "no es poden gestionar més de %d bases. S'està ignorant %s."96349635#: builtin/merge-recursive.c:639636msgid "not handling anything other than two heads merge."9637msgstr "no s'està gestionant res a part de la fusió de dos caps."96389639#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:719640#, c-format9641msgid "could not resolve ref '%s'"9642msgstr "no s'ha pogut resoldre la referència '%s'"96439644#: builtin/merge-recursive.c:779645#, c-format9646msgid "Merging %s with %s\n"9647msgstr "S'està fusionant %s amb %s\n"96489649#: builtin/mktree.c:659650msgid "git mktree [-z] [--missing] [--batch]"9651msgstr "git mktree [-z] [--missing] [--batch]"96529653#: builtin/mktree.c:1529654msgid "input is NUL terminated"9655msgstr "l'entrada és acabada amb NUL"96569657#: builtin/mktree.c:153 builtin/write-tree.c:249658msgid "allow missing objects"9659msgstr "permet els objectes absents"96609661#: builtin/mktree.c:1549662msgid "allow creation of more than one tree"9663msgstr "permet la creació de més d'un arbre"96649665#: builtin/mv.c:159666msgid "git mv [<options>] <source>... <destination>"9667msgstr "git mv [<opcions>] <font>... <destí>"96689669#: builtin/mv.c:709670#, c-format9671msgid "Directory %s is in index and no submodule?"9672msgstr "El directori %s és en l'índex i no hi ha cap submòdul?"96739674#: builtin/mv.c:72 builtin/rm.c:3179675msgid "Please stage your changes to .gitmodules or stash them to proceed"9676msgstr ""9677"Si us plau, allisteu els vostres canvis a .gitmodules o emmagatzemeu-los per "9678"a procedir"96799680#: builtin/mv.c:909681#, c-format9682msgid "%.*s is in index"9683msgstr "%.*s és en l'índex"96849685#: builtin/mv.c:1129686msgid "force move/rename even if target exists"9687msgstr "força el moviment / canvi de nom encara que el destí existeixi"96889689#: builtin/mv.c:1139690msgid "skip move/rename errors"9691msgstr "omet els errors de moviment / canvi de nom"96929693#: builtin/mv.c:1559694#, c-format9695msgid "destination '%s' is not a directory"9696msgstr "el destí '%s' no és un directori"96979698#: builtin/mv.c:1669699#, c-format9700msgid "Checking rename of '%s' to '%s'\n"9701msgstr "S'està comprovant el canvi de nom de '%s' a '%s'\n"97029703#: builtin/mv.c:1709704msgid "bad source"9705msgstr "font dolenta"97069707#: builtin/mv.c:1739708msgid "can not move directory into itself"9709msgstr "no es pot moure un directori a dins d'ell mateix"97109711#: builtin/mv.c:1769712msgid "cannot move directory over file"9713msgstr "no es pot moure un directori sobre un fitxer"97149715#: builtin/mv.c:1859716msgid "source directory is empty"9717msgstr "el directori font està buit"97189719#: builtin/mv.c:2109720msgid "not under version control"9721msgstr "no està sota control de versions"97229723#: builtin/mv.c:2139724msgid "destination exists"9725msgstr "el destí existeix"97269727#: builtin/mv.c:2219728#, c-format9729msgid "overwriting '%s'"9730msgstr "s'està sobreescrivint '%s'"97319732#: builtin/mv.c:2249733msgid "Cannot overwrite"9734msgstr "No es pot sobreescriure"97359736#: builtin/mv.c:2279737msgid "multiple sources for the same target"9738msgstr "múltiples fonts per al mateix destí"97399740#: builtin/mv.c:2299741msgid "destination directory does not exist"9742msgstr "el directori destí no existeix"97439744#: builtin/mv.c:2369745#, c-format9746msgid "%s, source=%s, destination=%s"9747msgstr "%s, origen=%s, destí=%s"97489749#: builtin/mv.c:2579750#, c-format9751msgid "Renaming %s to %s\n"9752msgstr "S'està canviant el nom de %s a %s\n"97539754#: builtin/mv.c:263 builtin/remote.c:710 builtin/repack.c:3759755#, c-format9756msgid "renaming '%s' failed"9757msgstr "el canvi del nom de '%s' ha fallat"97589759#: builtin/name-rev.c:2579760msgid "git name-rev [<options>] <commit>..."9761msgstr "git name-rev [<opcions>] <comissió>..."97629763#: builtin/name-rev.c:2589764msgid "git name-rev [<options>] --all"9765msgstr "git name-rev [<opcions>] --all"97669767#: builtin/name-rev.c:2599768msgid "git name-rev [<options>] --stdin"9769msgstr "git name-rev [<opcions>] --stdin"97709771#: builtin/name-rev.c:3119772msgid "print only names (no SHA-1)"9773msgstr "imprimeix només els noms (sense SHA-1)"97749775#: builtin/name-rev.c:3129776msgid "only use tags to name the commits"9777msgstr "només usa les etiquetes per a anomenar les comissions"97789779#: builtin/name-rev.c:3149780msgid "only use refs matching <pattern>"9781msgstr "només usa les referències que coincideixin amb <patró>"97829783#: builtin/name-rev.c:3169784msgid "list all commits reachable from all refs"9785msgstr "llista totes les comissions abastables de totes les referències"97869787#: builtin/name-rev.c:3179788msgid "read from stdin"9789msgstr "llegeix d'stdin"97909791#: builtin/name-rev.c:3189792msgid "allow to print `undefined` names (default)"9793msgstr "permet imprimir els noms `undefined` (per defecte)"97949795#: builtin/name-rev.c:3249796msgid "dereference tags in the input (internal use)"9797msgstr "dereferencia les etiquetes en l'entrada (ús intern)"97989799#: builtin/notes.c:259800msgid "git notes [--ref <notes-ref>] [list [<object>]]"9801msgstr "git notes [--ref <referència-de-notes>] [llista [<objecte>]]"98029803#: builtin/notes.c:269804msgid ""9805"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "9806"| (-c | -C) <object>] [<object>]"9807msgstr ""9808"git notes [--ref <referència-de-notes>] add [-f] [--allow-empty] [-m "9809"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"98109811#: builtin/notes.c:279812msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"9813msgstr ""9814"git notes [--ref <referència-de-notes>] copy [-f] <d'objecte> <a-objecte>"98159816#: builtin/notes.c:289817msgid ""9818"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "9819"(-c | -C) <object>] [<object>]"9820msgstr ""9821"git notes [--ref <referència-de-notes>] append [--allow-empty] [-m "9822"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"98239824#: builtin/notes.c:299825msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"9826msgstr ""9827"git notes [--ref <referència-de-notes>] edit [--allow-empty] [<objecte>]"98289829#: builtin/notes.c:309830msgid "git notes [--ref <notes-ref>] show [<object>]"9831msgstr "git notes [--ref <referència-de-notes>] show [<objecte>]"98329833#: builtin/notes.c:319834msgid ""9835"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"9836msgstr ""9837"git notes [--ref <referència-de-notes>] merge [-v | -q] [-s <estratègia>] "9838"<referència-de-notes>"98399840#: builtin/notes.c:329841msgid "git notes merge --commit [-v | -q]"9842msgstr "git notes merge --commit [-v | -q]"98439844#: builtin/notes.c:339845msgid "git notes merge --abort [-v | -q]"9846msgstr "git notes merge --abort [-v | -q]"98479848#: builtin/notes.c:349849msgid "git notes [--ref <notes-ref>] remove [<object>...]"9850msgstr "git notes [--ref <referència-de-notes>] remove [<objecte>...]"98519852#: builtin/notes.c:359853msgid "git notes [--ref <notes-ref>] prune [-n | -v]"9854msgstr "git notes [--ref <referència-de-notes>] prune [-n | -v]"98559856#: builtin/notes.c:369857msgid "git notes [--ref <notes-ref>] get-ref"9858msgstr "git notes [--ref <referència-de-notes>] get-ref"98599860#: builtin/notes.c:419861msgid "git notes [list [<object>]]"9862msgstr "git notes [llista [<objecte>]]"98639864#: builtin/notes.c:469865msgid "git notes add [<options>] [<object>]"9866msgstr "git notes add [<opcions>] [<objecte>]"98679868#: builtin/notes.c:519869msgid "git notes copy [<options>] <from-object> <to-object>"9870msgstr "git notes copy [<options>] <d'objecte> <a-objecte>"98719872#: builtin/notes.c:529873msgid "git notes copy --stdin [<from-object> <to-object>]..."9874msgstr "git notes copy --stdin [<d'objecte> <a-objecte>]..."98759876#: builtin/notes.c:579877msgid "git notes append [<options>] [<object>]"9878msgstr "git notes append [<opcions>] [<objecte>]"98799880#: builtin/notes.c:629881msgid "git notes edit [<object>]"9882msgstr "git notes edit [<objecte>]"98839884#: builtin/notes.c:679885msgid "git notes show [<object>]"9886msgstr "git notes show [<objecte>]"98879888#: builtin/notes.c:729889msgid "git notes merge [<options>] <notes-ref>"9890msgstr "git notes merge [<opcions>] <referència-de-notes>"98919892#: builtin/notes.c:739893msgid "git notes merge --commit [<options>]"9894msgstr "git notes merge --commit [<opcions>]"98959896#: builtin/notes.c:749897msgid "git notes merge --abort [<options>]"9898msgstr "git notes merge --abort [<opcions>]"98999900#: builtin/notes.c:799901msgid "git notes remove [<object>]"9902msgstr "git notes remove [<objecte>]"99039904#: builtin/notes.c:849905msgid "git notes prune [<options>]"9906msgstr "git notes prune [<opcions>]"99079908#: builtin/notes.c:899909msgid "git notes get-ref"9910msgstr "git notes get-ref"99119912#: builtin/notes.c:949913msgid "Write/edit the notes for the following object:"9914msgstr "Escriviu/editeu les notes de l'objecte següent:"99159916#: builtin/notes.c:1479917#, c-format9918msgid "unable to start 'show' for object '%s'"9919msgstr "no s'ha pogut iniciar 'show' per a l'objecte '%s'"99209921#: builtin/notes.c:1519922msgid "could not read 'show' output"9923msgstr "no s'ha pogut llegir la sortida de 'show'"99249925#: builtin/notes.c:1599926#, c-format9927msgid "failed to finish 'show' for object '%s'"9928msgstr "s'ha fallat en finalitzar 'show' per a l'objecte '%s'"99299930#: builtin/notes.c:1949931msgid "please supply the note contents using either -m or -F option"9932msgstr ""9933"si us plau, proveïu els continguts de la nota fent servir l'opció -m o "9934"l'opció -F"99359936#: builtin/notes.c:2039937msgid "unable to write note object"9938msgstr "no s'ha pogut escriure l'objecte de nota"99399940#: builtin/notes.c:2059941#, c-format9942msgid "the note contents have been left in %s"9943msgstr "s'han deixat els continguts de la nota en %s"99449945#: builtin/notes.c:233 builtin/tag.c:4399946#, c-format9947msgid "cannot read '%s'"9948msgstr "no es pot llegir '%s'"99499950#: builtin/notes.c:235 builtin/tag.c:4429951#, c-format9952msgid "could not open or read '%s'"9953msgstr "no s'ha pogut obrir o llegir '%s'"99549955#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:3079956#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:5139957#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:6599958#, c-format9959msgid "failed to resolve '%s' as a valid ref."9960msgstr "s'ha fallat en resoldre '%s' com a referència vàlida."99619962#: builtin/notes.c:2579963#, c-format9964msgid "failed to read object '%s'."9965msgstr "s'ha fallat en llegir l'objecte '%s'."99669967#: builtin/notes.c:2619968#, c-format9969msgid "cannot read note data from non-blob object '%s'."9970msgstr "no es pot llegir les dades de node de l'objecte no de blob '%s'."99719972#: builtin/notes.c:3019973#, c-format9974msgid "malformed input line: '%s'."9975msgstr "línia d'entrada mal formada: '%s'."99769977#: builtin/notes.c:3169978#, c-format9979msgid "failed to copy notes from '%s' to '%s'"9980msgstr "s'ha fallat en copiar les notes de '%s' a '%s'"99819982#. TRANSLATORS: the first %s will be replaced by a9983#. git notes command: 'add', 'merge', 'remove', etc.9984#: builtin/notes.c:3459985#, c-format9986msgid "refusing to %s notes in %s (outside of refs/notes/)"9987msgstr "s'està refusant %s les notes en %s (fora de refs/notes/)"99889989#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:4969990#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:6529991#: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:9709992msgid "too many parameters"9993msgstr "massa paràmetres"99949995#: builtin/notes.c:378 builtin/notes.c:6659996#, c-format9997msgid "no note found for object %s."9998msgstr "no s'ha trobat cap nota per a l'objecte %s."999910000#: builtin/notes.c:399 builtin/notes.c:56210001msgid "note contents as a string"10002msgstr "anota els continguts com a cadena"1000310004#: builtin/notes.c:402 builtin/notes.c:56510005msgid "note contents in a file"10006msgstr "anota els continguts en un fitxer"1000710008#: builtin/notes.c:405 builtin/notes.c:56810009msgid "reuse and edit specified note object"10010msgstr "reusa i edita l'objecte de nota especificat"1001110012#: builtin/notes.c:408 builtin/notes.c:57110013msgid "reuse specified note object"10014msgstr "reusa l'objecte de nota especificat"1001510016#: builtin/notes.c:411 builtin/notes.c:57410017msgid "allow storing empty note"10018msgstr "permet l'emmagatzematge d'una nota buida"1001910020#: builtin/notes.c:412 builtin/notes.c:48310021msgid "replace existing notes"10022msgstr "reemplaça les notes existents"1002310024#: builtin/notes.c:43710025#, c-format10026msgid ""10027"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "10028"existing notes"10029msgstr ""10030"No es pot afegir les notes. S'han trobat notes existents de l'objecte %s. "10031"Useu '-f' per a sobreescriure les notes existents."1003210033#: builtin/notes.c:452 builtin/notes.c:53110034#, c-format10035msgid "Overwriting existing notes for object %s\n"10036msgstr "S'estan sobreescrivint les notes existents de l'objecte %s\n"1003710038#: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:88910039#, c-format10040msgid "Removing note for object %s\n"10041msgstr "S'està eliminant la nota de l'objecte %s\n"1004210043#: builtin/notes.c:48410044msgid "read objects from stdin"10045msgstr "llegeix els objectes des d'stdin"1004610047#: builtin/notes.c:48610048msgid "load rewriting config for <command> (implies --stdin)"10049msgstr ""10050"carrega la configuració de reescriptura per a <ordre> (implica --stdin)"1005110052#: builtin/notes.c:50410053msgid "too few parameters"10054msgstr "hi ha massa pocs paràmetres"1005510056#: builtin/notes.c:52510057#, c-format10058msgid ""10059"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "10060"existing notes"10061msgstr ""10062"No es pot copiar les notes. S'han trobat notes existents de l'objecte %s. "10063"Useu '-f' per a sobreescriure les notes existents."1006410065#: builtin/notes.c:53710066#, c-format10067msgid "missing notes on source object %s. Cannot copy."10068msgstr "manquen notes a l'objecte font %s. No es pot copiar."1006910070#: builtin/notes.c:58910071#, c-format10072msgid ""10073"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"10074"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"10075msgstr ""10076"S'han desaprovat les opcions -m/-F/-c/-C en favor de la subordre 'edit'.\n"10077"Si us plau, useu 'git notes add -f -m/-F/-c/-C' en lloc d'això.\n"1007810079#: builtin/notes.c:68510080msgid "failed to delete ref NOTES_MERGE_PARTIAL"10081msgstr "s'ha fallat en suprimir la referència NOTES_MERGE_PARTIAL"1008210083#: builtin/notes.c:68710084msgid "failed to delete ref NOTES_MERGE_REF"10085msgstr "s'ha fallat en suprimir la referència NOTES_MERGE_REF"1008610087#: builtin/notes.c:68910088msgid "failed to remove 'git notes merge' worktree"10089msgstr "s'ha fallat en eliminar l'arbre de treball de 'git notes merge'"1009010091#: builtin/notes.c:70910092msgid "failed to read ref NOTES_MERGE_PARTIAL"10093msgstr "s'ha fallat en llegir la referència NOTES_MERGE_PARTIAL"1009410095#: builtin/notes.c:71110096msgid "could not find commit from NOTES_MERGE_PARTIAL."10097msgstr "no s'ha pogut trobar cap comissió de NOTES_MERGE_PARTIAL."1009810099#: builtin/notes.c:71310100msgid "could not parse commit from NOTES_MERGE_PARTIAL."10101msgstr "no s'ha pogut analitzar la comissió de NOTES_MERGE_PARTIAL."1010210103#: builtin/notes.c:72610104msgid "failed to resolve NOTES_MERGE_REF"10105msgstr "s'ha fallat en resoldre NOTES_MERGE_REF"1010610107#: builtin/notes.c:72910108msgid "failed to finalize notes merge"10109msgstr "s'ha fallat en finalitzar la fusió de notes"1011010111#: builtin/notes.c:75510112#, c-format10113msgid "unknown notes merge strategy %s"10114msgstr "estratègia de fusió de notes desconeguda %s"1011510116#: builtin/notes.c:77110117msgid "General options"10118msgstr "Opcions generals"1011910120#: builtin/notes.c:77310121msgid "Merge options"10122msgstr "Opcions de fusió"1012310124#: builtin/notes.c:77510125msgid ""10126"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"10127"cat_sort_uniq)"10128msgstr ""10129"resol els conflictes de nota usant l'estratègia donada (manual/ours/theirs/"10130"union/cat_sort_uniq)"1013110132#: builtin/notes.c:77710133msgid "Committing unmerged notes"10134msgstr "S'estan cometent les notes sense fusionar"1013510136#: builtin/notes.c:77910137msgid "finalize notes merge by committing unmerged notes"10138msgstr "finalitza la fusió de notes cometent les notes sense fusionar"1013910140#: builtin/notes.c:78110141msgid "Aborting notes merge resolution"10142msgstr "S'està avortant la resolució de fusió de notes"1014310144#: builtin/notes.c:78310145msgid "abort notes merge"10146msgstr "avorta la fusió de notes"1014710148#: builtin/notes.c:79410149msgid "cannot mix --commit, --abort or -s/--strategy"10150msgstr "no es pot combinar --commit, --abort i -s/--strategy"1015110152#: builtin/notes.c:79910153msgid "must specify a notes ref to merge"10154msgstr "cal especificar una referència de notes a fusionar"1015510156#: builtin/notes.c:82310157#, c-format10158msgid "unknown -s/--strategy: %s"10159msgstr "-s/--strategy desconeguda: %s"1016010161#: builtin/notes.c:86010162#, c-format10163msgid "a notes merge into %s is already in-progress at %s"10164msgstr "una fusió de notes a %s ja està en curs a %s"1016510166#: builtin/notes.c:86310167#, c-format10168msgid "failed to store link to current notes ref (%s)"10169msgstr ""10170"s'ha fallat en emmagatzemar l'enllaç a la referència de notes actual (%s)"1017110172#: builtin/notes.c:86510173#, c-format10174msgid ""10175"Automatic notes merge failed. Fix conflicts in %s and commit the result with "10176"'git notes merge --commit', or abort the merge with 'git notes merge --"10177"abort'.\n"10178msgstr ""10179"La fusió de notes automàtica ha fallat. Arregleu els conflictes en %s i "10180"cometeu el resultat amb 'git notes merge --commit', o avorteu la fusió amb "10181"'git notes merge --abort'.\n"1018210183#: builtin/notes.c:88710184#, c-format10185msgid "Object %s has no note\n"10186msgstr "L'objecte %s no té cap nota\n"1018710188#: builtin/notes.c:89910189msgid "attempt to remove non-existent note is not an error"10190msgstr "l'intent d'eliminar una nota no existent no és un error"1019110192#: builtin/notes.c:90210193msgid "read object names from the standard input"10194msgstr "llegeix els noms d'objecte des de l'entrada estàndard"1019510196#: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:12710197msgid "do not remove, show only"10198msgstr "no eliminis, només mostra"1019910200#: builtin/notes.c:94110201msgid "report pruned notes"10202msgstr "informa de notes podades"1020310204#: builtin/notes.c:98310205msgid "notes-ref"10206msgstr "referència de notes"1020710208#: builtin/notes.c:98410209msgid "use notes from <notes-ref>"10210msgstr "usa les notes de <referència-de-notes>"1021110212#: builtin/notes.c:101910213#, c-format10214msgid "unknown subcommand: %s"10215msgstr "subordre desconeguda: %s"1021610217#: builtin/pack-objects.c:2910218msgid ""10219"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"10220msgstr ""10221"git pack-objects --stdout [<opcions>...] [< <llista-de-referències> | < "10222"<llista-de-objectes>]"1022310224#: builtin/pack-objects.c:3010225msgid ""10226"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"10227msgstr ""10228"git pack-objects [<opcions>...] <nom-base> [< <llista-de-referències> | < "10229"<llista-de-objectes>]"1023010231#: builtin/pack-objects.c:179 builtin/pack-objects.c:18210232#, c-format10233msgid "deflate error (%d)"10234msgstr "error de deflació (%d)"1023510236#: builtin/pack-objects.c:76810237msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"10238msgstr ""10239"s'està inhabilitant l'escriptura de mapes de bits, es divideixen els paquets "10240"a causa de pack.packSizeLimit"1024110242#: builtin/pack-objects.c:78110243msgid "Writing objects"10244msgstr "S'estan escrivint els objectes"1024510246#: builtin/pack-objects.c:107010247msgid "disabling bitmap writing, as some objects are not being packed"10248msgstr ""10249"s'està inhabilitant l'escriptura de mapes de bits, perquè alguns objectes no "10250"s'empaqueten"1025110252#: builtin/pack-objects.c:234610253msgid "Compressing objects"10254msgstr "S'estan comprimint objectes"1025510256#: builtin/pack-objects.c:275910257#, c-format10258msgid "unsupported index version %s"10259msgstr "versió d'índex no compatible %s"1026010261#: builtin/pack-objects.c:276310262#, c-format10263msgid "bad index version '%s'"10264msgstr "versió d'índex dolenta '%s'"1026510266#: builtin/pack-objects.c:279310267msgid "do not show progress meter"10268msgstr "no mostris l'indicador de progrés"1026910270#: builtin/pack-objects.c:279510271msgid "show progress meter"10272msgstr "mostra l'indicador de progrés"1027310274#: builtin/pack-objects.c:279710275msgid "show progress meter during object writing phase"10276msgstr "mostra l'indicador de progrés durant la fase d'escriptura d'objectes"1027710278#: builtin/pack-objects.c:280010279msgid "similar to --all-progress when progress meter is shown"10280msgstr "similar a --all-progress quan l'indicador de progrés es mostra"1028110282#: builtin/pack-objects.c:280110283msgid "version[,offset]"10284msgstr "versió[,desplaçament]"1028510286#: builtin/pack-objects.c:280210287msgid "write the pack index file in the specified idx format version"10288msgstr ""10289"escriu el fitxer d'índex de paquet en la versió de format d'índex "10290"especificada"1029110292#: builtin/pack-objects.c:280510293msgid "maximum size of each output pack file"10294msgstr "mida màxima de cada fitxer de paquet de sortida"1029510296#: builtin/pack-objects.c:280710297msgid "ignore borrowed objects from alternate object store"10298msgstr ""10299"ignora els objectes prestats d'un emmagatzemament d'objectes alternatiu"1030010301#: builtin/pack-objects.c:280910302msgid "ignore packed objects"10303msgstr "ignora els objectes empaquetats"1030410305#: builtin/pack-objects.c:281110306msgid "limit pack window by objects"10307msgstr "limita la finestra d'empaquetament per objectes"1030810309#: builtin/pack-objects.c:281310310msgid "limit pack window by memory in addition to object limit"10311msgstr ""10312"limita la finestra d'empaquetament per memòria a més del límit d'objectes"1031310314#: builtin/pack-objects.c:281510315msgid "maximum length of delta chain allowed in the resulting pack"10316msgstr "longitud màxima de la cadena de deltes permesa en el paquet resultant"1031710318#: builtin/pack-objects.c:281710319msgid "reuse existing deltas"10320msgstr "reusa les deltes existents"1032110322#: builtin/pack-objects.c:281910323msgid "reuse existing objects"10324msgstr "reusa els objectes existents"1032510326#: builtin/pack-objects.c:282110327msgid "use OFS_DELTA objects"10328msgstr "usa objectes OFS_DELTA"1032910330#: builtin/pack-objects.c:282310331msgid "use threads when searching for best delta matches"10332msgstr "usa fils en cercar les millores coincidències de delta"1033310334#: builtin/pack-objects.c:282510335msgid "do not create an empty pack output"10336msgstr "no creïs una emissió de paquet buida"1033710338#: builtin/pack-objects.c:282710339msgid "read revision arguments from standard input"10340msgstr "llegeix els paràmetres de revisió des de l'entrada estàndard"1034110342#: builtin/pack-objects.c:282910343msgid "limit the objects to those that are not yet packed"10344msgstr "limita els objectes als quals encara no s'hagin empaquetat"1034510346#: builtin/pack-objects.c:283210347msgid "include objects reachable from any reference"10348msgstr "inclou els objectes abastables de qualsevulla referència"1034910350#: builtin/pack-objects.c:283510351msgid "include objects referred by reflog entries"10352msgstr ""10353"inclou els objectes als quals facin referència les entrades del registre de "10354"referències"1035510356#: builtin/pack-objects.c:283810357msgid "include objects referred to by the index"10358msgstr "inclou els objectes als quals faci referència l'índex"1035910360#: builtin/pack-objects.c:284110361msgid "output pack to stdout"10362msgstr "emet el paquet a stdout"1036310364#: builtin/pack-objects.c:284310365msgid "include tag objects that refer to objects to be packed"10366msgstr ""10367"inclou els objectes d'etiqueta que facin referència als objectes a empaquetar"1036810369#: builtin/pack-objects.c:284510370msgid "keep unreachable objects"10371msgstr "retén els objectes inabastables"1037210373#: builtin/pack-objects.c:284710374msgid "pack loose unreachable objects"10375msgstr "empaqueta els objectes inabastables solts"1037610377#: builtin/pack-objects.c:284910378msgid "unpack unreachable objects newer than <time>"10379msgstr "desempaqueta els objectes inabastables més nous que <hora>"1038010381#: builtin/pack-objects.c:285210382msgid "create thin packs"10383msgstr "crea paquets prims"1038410385#: builtin/pack-objects.c:285410386msgid "create packs suitable for shallow fetches"10387msgstr "crea paquets adequats per a les obtencions superficials"1038810389#: builtin/pack-objects.c:285610390msgid "ignore packs that have companion .keep file"10391msgstr "ignora els paquets que tinguin un fitxer .keep corresponent"1039210393#: builtin/pack-objects.c:285810394msgid "pack compression level"10395msgstr "nivell de compressió de paquet"1039610397#: builtin/pack-objects.c:286010398msgid "do not hide commits by grafts"10399msgstr "no amaguis les comissions per empelt"1040010401#: builtin/pack-objects.c:286210402msgid "use a bitmap index if available to speed up counting objects"10403msgstr ""10404"usa un índex de mapa de bits, si està disponible, per a accelerar el "10405"recompte d'objectes"1040610407#: builtin/pack-objects.c:286410408msgid "write a bitmap index together with the pack index"10409msgstr "escriu un índex de mapa de bits junt amb l'índex de paquet"1041010411#: builtin/pack-objects.c:299310412msgid "Counting objects"10413msgstr "S'estan comptant els objectes"1041410415#: builtin/pack-refs.c:610416msgid "git pack-refs [<options>]"10417msgstr "git pack-refs [<opcions>]"1041810419#: builtin/pack-refs.c:1410420msgid "pack everything"10421msgstr "empaqueta-ho tot"1042210423#: builtin/pack-refs.c:1510424msgid "prune loose refs (default)"10425msgstr "poda les referències soltes (per defecte)"1042610427#: builtin/prune-packed.c:710428msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"10429msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"1043010431#: builtin/prune-packed.c:4010432msgid "Removing duplicate objects"10433msgstr "S'estan eliminant objectes duplicats"1043410435#: builtin/prune.c:1110436msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"10437msgstr "git prune [-n] [-v] [--expire <hora>] [--] [<cap>...]"1043810439#: builtin/prune.c:106 builtin/worktree.c:12810440msgid "report pruned objects"10441msgstr "informa d'objectes podats"1044210443#: builtin/prune.c:109 builtin/worktree.c:13010444msgid "expire objects older than <time>"10445msgstr "fes caducar els objectes més vells que <hora>"1044610447#: builtin/prune.c:12310448msgid "cannot prune in a precious-objects repo"10449msgstr "no es pot podar en un dipòsit d'objectes preciosos"1045010451#: builtin/pull.c:51 builtin/pull.c:5310452#, c-format10453msgid "Invalid value for %s: %s"10454msgstr "Valor no vàlid per a %s: %s"1045510456#: builtin/pull.c:7310457msgid "git pull [<options>] [<repository> [<refspec>...]]"10458msgstr "git pull [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"1045910460#: builtin/pull.c:12110461msgid "Options related to merging"10462msgstr "Opcions relacionades amb fusionar"1046310464#: builtin/pull.c:12410465msgid "incorporate changes by rebasing rather than merging"10466msgstr "incorpora els canvis per rebasar en lloc de fusionar"1046710468#: builtin/pull.c:148 builtin/revert.c:10110469msgid "allow fast-forward"10470msgstr "permet l'avanç ràpid"1047110472#: builtin/pull.c:15710473msgid "automatically stash/stash pop before and after rebase"10474msgstr "automàticament emmagatzema/desempila abans i després de rebasament"1047510476#: builtin/pull.c:17310477msgid "Options related to fetching"10478msgstr "Opcions relacionades amb obtenir"1047910480#: builtin/pull.c:19510481msgid "number of submodules pulled in parallel"10482msgstr "nombre de submòduls baixats en paral·lel"1048310484#: builtin/pull.c:28410485#, c-format10486msgid "Invalid value for pull.ff: %s"10487msgstr "Valor no vàlid per a pull.ff: %s"1048810489#: builtin/pull.c:39710490msgid ""10491"There is no candidate for rebasing against among the refs that you just "10492"fetched."10493msgstr ""10494"No hi ha cap candidat sobre el qual rebasar entre les referències que acabeu "10495"d'obtenir."1049610497#: builtin/pull.c:39910498msgid ""10499"There are no candidates for merging among the refs that you just fetched."10500msgstr ""10501"No hi ha candidats per a fusionar entre les referències que acabeu d'obtenir."1050210503#: builtin/pull.c:40010504msgid ""10505"Generally this means that you provided a wildcard refspec which had no\n"10506"matches on the remote end."10507msgstr ""10508"Generalment això vol dir que heu proveït una especificació de\n"10509"referència de comodí que no tenia cap coincidència en el costat remot."1051010511#: builtin/pull.c:40310512#, c-format10513msgid ""10514"You asked to pull from the remote '%s', but did not specify\n"10515"a branch. Because this is not the default configured remote\n"10516"for your current branch, you must specify a branch on the command line."10517msgstr ""10518"Heu demanat baixar del remot '%s', però no heu especificat cap branca.\n"10519"Perquè aquest no és el remot configurat per defecte per a la vostra\n"10520"branca actual, heu d'especificar una branca en la línia d'ordres."1052110522#: builtin/pull.c:408 git-parse-remote.sh:7310523msgid "You are not currently on a branch."10524msgstr "Actualment no sou en cap branca."1052510526#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:7910527msgid "Please specify which branch you want to rebase against."10528msgstr "Si us plau, especifiqueu sobre què branca voleu rebasar."1052910530#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:8210531msgid "Please specify which branch you want to merge with."10532msgstr "Si us plau, especifiqueu amb què branca voleu fusionar."1053310534#: builtin/pull.c:413 builtin/pull.c:42810535msgid "See git-pull(1) for details."10536msgstr "Vegeu git-pull(1) per detalls."1053710538#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:43010539#: git-parse-remote.sh:6410540msgid "<remote>"10541msgstr "<remot>"1054210543#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:45110544#: git-parse-remote.sh:6510545msgid "<branch>"10546msgstr "<branca>"1054710548#: builtin/pull.c:423 git-parse-remote.sh:7510549msgid "There is no tracking information for the current branch."10550msgstr "No hi ha cap informació de seguiment per a la branca actual."1055110552#: builtin/pull.c:432 git-parse-remote.sh:9510553msgid ""10554"If you wish to set tracking information for this branch you can do so with:"10555msgstr ""10556"Si voleu establir informació de seguiment per a aquesta branca, podeu fer-ho "10557"amb:"1055810559#: builtin/pull.c:43710560#, c-format10561msgid ""10562"Your configuration specifies to merge with the ref '%s'\n"10563"from the remote, but no such ref was fetched."10564msgstr ""10565"La vostra configuració especifica fusionar amb la referència '%s'\n"10566"del remot, però no s'ha obtingut tal referència."1056710568#: builtin/pull.c:75410569msgid "ignoring --verify-signatures for rebase"10570msgstr "s'està ignorant --verify-signatures per a rebasar"1057110572#: builtin/pull.c:80110573msgid "--[no-]autostash option is only valid with --rebase."10574msgstr "l'opció --[no-]-autostash és vàlid només amb --rebase."1057510576#: builtin/pull.c:80910577msgid "Updating an unborn branch with changes added to the index."10578msgstr ""10579"S'està actualitzant una branca no nascuda amb canvis afegits a l'índex."1058010581#: builtin/pull.c:81210582msgid "pull with rebase"10583msgstr "baixar amb rebasament"1058410585#: builtin/pull.c:81310586msgid "please commit or stash them."10587msgstr "si us plau, cometeu-los o emmagatzemeu-los."1058810589#: builtin/pull.c:83810590#, c-format10591msgid ""10592"fetch updated the current branch head.\n"10593"fast-forwarding your working tree from\n"10594"commit %s."10595msgstr ""10596"l'obtenció ha actualitzat el cap de la branca actual.\n"10597"s'està avançant ràpidament el vostre arbre de treball des de\n"10598"la comissió %s."1059910600#: builtin/pull.c:84310601#, c-format10602msgid ""10603"Cannot fast-forward your working tree.\n"10604"After making sure that you saved anything precious from\n"10605"$ git diff %s\n"10606"output, run\n"10607"$ git reset --hard\n"10608"to recover."10609msgstr ""10610"No es pot avançar ràpidament el vostre arbre de treball.\n"10611"Després d'assegurar que hàgiu desat qualsevulla cosa preciosa de la sortida "10612"de\n"10613"$ git diff %s\n"10614"executeu\n"10615"$ git reset --hard\n"10616"per a recuperar."1061710618#: builtin/pull.c:85810619msgid "Cannot merge multiple branches into empty head."10620msgstr "No es pot fusionar múltiples branques a un cap buit."1062110622#: builtin/pull.c:86210623msgid "Cannot rebase onto multiple branches."10624msgstr "No es pot rebasar sobre múltiples branques."1062510626#: builtin/push.c:1610627msgid "git push [<options>] [<repository> [<refspec>...]]"10628msgstr "git push [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"1062910630#: builtin/push.c:8910631msgid "tag shorthand without <tag>"10632msgstr "abreviatura d'etiqueta sense <tag>"1063310634#: builtin/push.c:9910635msgid "--delete only accepts plain target ref names"10636msgstr "--delete només accepta noms de referència de destí senzills"1063710638#: builtin/push.c:14310639msgid ""10640"\n"10641"To choose either option permanently, see push.default in 'git help config'."10642msgstr ""10643"\n"10644"Per a triar qualsevulla opció permanentment, vegeu push.default a 'git help "10645"config'."1064610647#: builtin/push.c:14610648#, c-format10649msgid ""10650"The upstream branch of your current branch does not match\n"10651"the name of your current branch. To push to the upstream branch\n"10652"on the remote, use\n"10653"\n"10654" git push %s HEAD:%s\n"10655"\n"10656"To push to the branch of the same name on the remote, use\n"10657"\n"10658" git push %s %s\n"10659"%s"10660msgstr ""10661"La branca font de la vostra branca actual no coincideix\n"10662"amb el nom de la vostra branca actual. Per a pujar-la a la\n"10663"branca font en el remot, useu\n"10664"\n"10665" git push %s HEAD:%s\n"10666"\n"10667"Per a pujar a la branca del mateix nom en el remot, useu\n"10668"\n"10669" git push %s %s\n"10670"%s"1067110672#: builtin/push.c:16110673#, c-format10674msgid ""10675"You are not currently on a branch.\n"10676"To push the history leading to the current (detached HEAD)\n"10677"state now, use\n"10678"\n"10679" git push %s HEAD:<name-of-remote-branch>\n"10680msgstr ""10681"Actualment no sou en cap branca.\n"10682"Per a pujar la història que condueix a l'estat actual\n"10683"(HEAD separat) ara, useu\n"10684"\n"10685" git push %s HEAD:<nom-de-branca-remota>\n"1068610687#: builtin/push.c:17510688#, c-format10689msgid ""10690"The current branch %s has no upstream branch.\n"10691"To push the current branch and set the remote as upstream, use\n"10692"\n"10693" git push --set-upstream %s %s\n"10694msgstr ""10695"La branca actual %s no té cap branca font.\n"10696"Per a pujar la branca actual i establir el remot com a font, useu\n"10697"\n"10698" git push --set-upstream %s %s\n"1069910700#: builtin/push.c:18310701#, c-format10702msgid "The current branch %s has multiple upstream branches, refusing to push."10703msgstr ""10704"La branca actual %s té múltiples branques fonts, s'està refusant pujar."1070510706#: builtin/push.c:18610707#, c-format10708msgid ""10709"You are pushing to remote '%s', which is not the upstream of\n"10710"your current branch '%s', without telling me what to push\n"10711"to update which remote branch."10712msgstr ""10713"Esteu pujant al remot '%s', que no és la font de la vostra\n"10714"branca actual '%s', sense dir-me què pujar per a actualitzar\n"10715"quina branca remota."1071610717#: builtin/push.c:24210718msgid ""10719"You didn't specify any refspecs to push, and push.default is \"nothing\"."10720msgstr ""10721"No heu especificat cap especificació de referència a pujar, i push.default "10722"és \"nothing\"."1072310724#: builtin/push.c:24910725msgid ""10726"Updates were rejected because the tip of your current branch is behind\n"10727"its remote counterpart. Integrate the remote changes (e.g.\n"10728"'git pull ...') before pushing again.\n"10729"See the 'Note about fast-forwards' in 'git push --help' for details."10730msgstr ""10731"S'han rebutjat les actualitzacions perquè el punt de la vostra branca\n"10732"actual està darrere de la seva branca remota corresponent. Integreu\n"10733"els canvis remots (per exemple, 'git pull ...') abans de pujar de nou.\n"10734"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1073510736#: builtin/push.c:25510737msgid ""10738"Updates were rejected because a pushed branch tip is behind its remote\n"10739"counterpart. Check out this branch and integrate the remote changes\n"10740"(e.g. 'git pull ...') before pushing again.\n"10741"See the 'Note about fast-forwards' in 'git push --help' for details."10742msgstr ""10743"S'han rebutjat les actualitzacions perquè un punt de branca pujada\n"10744"està darrere de la seva branca remota corresponent. Agafeu aquesta\n"10745"branca i integreu els canvis remots (per exemple, 'git pull ...')\n"10746"abans de pujar de nou.\n"10747"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1074810749#: builtin/push.c:26110750msgid ""10751"Updates were rejected because the remote contains work that you do\n"10752"not have locally. This is usually caused by another repository pushing\n"10753"to the same ref. You may want to first integrate the remote changes\n"10754"(e.g., 'git pull ...') before pushing again.\n"10755"See the 'Note about fast-forwards' in 'git push --help' for details."10756msgstr ""10757"S'han rebutjat les actualitzacions perquè el remot conté treball\n"10758"que no teniu localment. Això usualment és causat per un altre dipòsit\n"10759"que ha pujat a la mateixa referència. Pot ser que primer vulgueu\n"10760"integrar els canvis remots (per exemple, 'git pull ...') abans de\n"10761"pujar de nou.\n"10762"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."1076310764#: builtin/push.c:26810765msgid "Updates were rejected because the tag already exists in the remote."10766msgstr ""10767"S'han rebutjat les actualitzacions perquè l'etiqueta ja existeix en el remot."1076810769#: builtin/push.c:27110770msgid ""10771"You cannot update a remote ref that points at a non-commit object,\n"10772"or update a remote ref to make it point at a non-commit object,\n"10773"without using the '--force' option.\n"10774msgstr ""10775"No podeu actualitzar una referència remota que assenyala un\n"10776"objecte no de comissió, ni actualitzar una referència remota per\n"10777"fer que assenyali un objecte no de comissió, sense usar l'opció\n"10778"'--force'.\n"1077910780#: builtin/push.c:33110781#, c-format10782msgid "Pushing to %s\n"10783msgstr "S'està pujant a %s\n"1078410785#: builtin/push.c:33510786#, c-format10787msgid "failed to push some refs to '%s'"10788msgstr "s'ha fallat en pujar algunes referències a '%s'"1078910790#: builtin/push.c:36610791#, c-format10792msgid "bad repository '%s'"10793msgstr "dipòsit dolent '%s'"1079410795#: builtin/push.c:36710796msgid ""10797"No configured push destination.\n"10798"Either specify the URL from the command-line or configure a remote "10799"repository using\n"10800"\n"10801" git remote add <name> <url>\n"10802"\n"10803"and then push using the remote name\n"10804"\n"10805" git push <name>\n"10806msgstr ""10807"No hi ha cap destí de pujada configurat.\n"10808"Especifiqueu l'URL des de la línia d'ordres o bé configureu un dipòsit remot "10809"fent servir\n"10810"\n"10811" git remote add <nom> <url>\n"10812"\n"10813"i després pugeu fent servir el nom remot\n"10814"\n"10815" git push <nom>\n"1081610817#: builtin/push.c:38510818msgid "--all and --tags are incompatible"10819msgstr "--all i --tags són incompatibles"1082010821#: builtin/push.c:38610822msgid "--all can't be combined with refspecs"10823msgstr "--all no es pot combinar amb especificacions de referència"1082410825#: builtin/push.c:39110826msgid "--mirror and --tags are incompatible"10827msgstr "--mirror i --tags són incompatibles"1082810829#: builtin/push.c:39210830msgid "--mirror can't be combined with refspecs"10831msgstr "--mirror no es pot combinar amb especificacions de referència"1083210833#: builtin/push.c:39710834msgid "--all and --mirror are incompatible"10835msgstr "--all i --mirror són incompatibles"1083610837#: builtin/push.c:51510838msgid "repository"10839msgstr "dipòsit"1084010841#: builtin/push.c:516 builtin/send-pack.c:16110842msgid "push all refs"10843msgstr "puja totes les referències"1084410845#: builtin/push.c:517 builtin/send-pack.c:16310846msgid "mirror all refs"10847msgstr "reflecteix totes les referències"1084810849#: builtin/push.c:51910850msgid "delete refs"10851msgstr "suprimeix les referències"1085210853#: builtin/push.c:52010854msgid "push tags (can't be used with --all or --mirror)"10855msgstr "puja les etiquetes (no es pot usar amb --all o --mirror)"1085610857#: builtin/push.c:523 builtin/send-pack.c:16410858msgid "force updates"10859msgstr "força les actualitzacions"1086010861#: builtin/push.c:525 builtin/send-pack.c:17510862msgid "refname>:<expect"10863msgstr "nom-de-referència>:<esperat"1086410865#: builtin/push.c:526 builtin/send-pack.c:17610866msgid "require old value of ref to be at this value"10867msgstr "requereix que el valor antic de la referència sigui d'aquest valor"1086810869#: builtin/push.c:52910870msgid "control recursive pushing of submodules"10871msgstr "controla la pujada recursiva dels submòduls"1087210873#: builtin/push.c:531 builtin/send-pack.c:16910874msgid "use thin pack"10875msgstr "usa el paquet prim"1087610877#: builtin/push.c:532 builtin/push.c:533 builtin/send-pack.c:15810878#: builtin/send-pack.c:15910879msgid "receive pack program"10880msgstr "programa que rep els paquets"1088110882#: builtin/push.c:53410883msgid "set upstream for git pull/status"10884msgstr "estableix la font per a git pull/status"1088510886#: builtin/push.c:53710887msgid "prune locally removed refs"10888msgstr "poda les referències eliminades localment"1088910890#: builtin/push.c:53910891msgid "bypass pre-push hook"10892msgstr "evita el ganxo de prepujada"1089310894#: builtin/push.c:54010895msgid "push missing but relevant tags"10896msgstr "puja les etiquetes absents però rellevants"1089710898#: builtin/push.c:543 builtin/send-pack.c:16610899msgid "GPG sign the push"10900msgstr "signa la pujada amb GPG"1090110902#: builtin/push.c:545 builtin/send-pack.c:17010903msgid "request atomic transaction on remote side"10904msgstr "demana una transacció atòmica al costat remot"1090510906#: builtin/push.c:54610907msgid "server-specific"10908msgstr "específic al servidor"1090910910#: builtin/push.c:54610911msgid "option to transmit"10912msgstr "opció a transmetre"1091310914#: builtin/push.c:56010915msgid "--delete is incompatible with --all, --mirror and --tags"10916msgstr "--delete és incompatible amb --all, --mirror i --tags"1091710918#: builtin/push.c:56210919msgid "--delete doesn't make sense without any refs"10920msgstr "--delete no té sentit sense referències"1092110922#: builtin/push.c:57910923msgid "push options must not have new line characters"10924msgstr "les opcions de pujada no han de tenir caràcters de línia nova"1092510926#: builtin/read-tree.c:3710927msgid ""10928"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "10929"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"10930"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"10931msgstr ""10932"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "10933"[-u [--exclude-per-directory=<ignoral-de-git>] | -i]] [--no-sparse-checkout] "10934"[--index-output=<fitxer>] (--empty | <arbre1> [<arbre2> [<arbre3>]])"1093510936#: builtin/read-tree.c:11010937msgid "write resulting index to <file>"10938msgstr "escriu l'índex resultant al <fitxer>"1093910940#: builtin/read-tree.c:11310941msgid "only empty the index"10942msgstr "només buida l'índex"1094310944#: builtin/read-tree.c:11510945msgid "Merging"10946msgstr "Fusión"1094710948#: builtin/read-tree.c:11710949msgid "perform a merge in addition to a read"10950msgstr "realitza una fusió a més d'una lectura"1095110952#: builtin/read-tree.c:11910953msgid "3-way merge if no file level merging required"10954msgstr "fusió de 3 vies si no cal fusió a nivell de fitxers"1095510956#: builtin/read-tree.c:12110957msgid "3-way merge in presence of adds and removes"10958msgstr "fusió de 3 vies en presència d'afegiments i eliminacions"1095910960#: builtin/read-tree.c:12310961msgid "same as -m, but discard unmerged entries"10962msgstr "el mateix que -m, però descarta les entrades no fusionades"1096310964#: builtin/read-tree.c:12410965msgid "<subdirectory>/"10966msgstr "<subdirectori>/"1096710968#: builtin/read-tree.c:12510969msgid "read the tree into the index under <subdirectory>/"10970msgstr "llegiu l'arbre a l'índex sota <subdirectori>/"1097110972#: builtin/read-tree.c:12810973msgid "update working tree with merge result"10974msgstr "actualitza l'arbre de treball amb el resultat de fusió"1097510976#: builtin/read-tree.c:13010977msgid "gitignore"10978msgstr "ignoral de git"1097910980#: builtin/read-tree.c:13110981msgid "allow explicitly ignored files to be overwritten"10982msgstr "permet que els fitxers explícitament ignorats se sobreescriguin"1098310984#: builtin/read-tree.c:13410985msgid "don't check the working tree after merging"10986msgstr "no comprovis l'arbre de treball després de fusionar"1098710988#: builtin/read-tree.c:13510989msgid "don't update the index or the work tree"10990msgstr "no actualitzis l'índex ni l'arbre de treball"1099110992#: builtin/read-tree.c:13710993msgid "skip applying sparse checkout filter"10994msgstr "salta l'aplicació del filtre d'agafament parcial"1099510996#: builtin/read-tree.c:13910997msgid "debug unpack-trees"10998msgstr "depura unpack-trees"1099911000#: builtin/receive-pack.c:2611001msgid "git receive-pack <git-dir>"11002msgstr "git receive-pack <git-dir>"1100311004#: builtin/receive-pack.c:79311005msgid ""11006"By default, updating the current branch in a non-bare repository\n"11007"is denied, because it will make the index and work tree inconsistent\n"11008"with what you pushed, and will require 'git reset --hard' to match\n"11009"the work tree to HEAD.\n"11010"\n"11011"You can set 'receive.denyCurrentBranch' configuration variable to\n"11012"'ignore' or 'warn' in the remote repository to allow pushing into\n"11013"its current branch; however, this is not recommended unless you\n"11014"arranged to update its work tree to match what you pushed in some\n"11015"other way.\n"11016"\n"11017"To squelch this message and still keep the default behaviour, set\n"11018"'receive.denyCurrentBranch' configuration variable to 'refuse'."11019msgstr ""11020"Per defecte, es denega actualizar la branca actual en un dipòsit no\n"11021"nu, perquè feria l'índex i l'arbre de treball inconsistents amb el\n"11022"que hàgiu pujat, i requerria 'git reset --hard' per a fer que\n"11023"l'arbre de treball coincideixi amb HEAD.\n"11024"\n"11025"Podeu establir la variable de configuració\n"11026"'receive.denyCurrentBranch' a 'ignore' o 'warn' en el dipòsit remot\n"11027"per a permetre pujar a la seva branca actual; no obstant, no es\n"11028"recomana això a menys que hàgiu decidit actualitzar el seu arbre en\n"11029"alguna altra manera per a coincidar amb el que hàgiu pujat.\n"11030"\n"11031"Per a silenciar aquest missatge i encara retenir el comportament\n"11032"predeterminat, establiu la variable de configuració\n"11033"'receive.denyCurrentBranch' a 'refuse'."1103411035#: builtin/receive-pack.c:81311036msgid ""11037"By default, deleting the current branch is denied, because the next\n"11038"'git clone' won't result in any file checked out, causing confusion.\n"11039"\n"11040"You can set 'receive.denyDeleteCurrent' configuration variable to\n"11041"'warn' or 'ignore' in the remote repository to allow deleting the\n"11042"current branch, with or without a warning message.\n"11043"\n"11044"To squelch this message, you can set it to 'refuse'."11045msgstr ""11046"Per defecte, es denega suprimir la branca actual, perquè el\n"11047"'git clone' següent no resultarà en cap fitxer agafat, causant\n"11048"confusió.\n"11049"\n"11050"Podeu establir la variable de configuració\n"11051"'receive.denyDeleteCurrent' a 'warn' o 'ignore' en el dipòsit remot\n"11052"per a permetre suprimir la branca actual, amb o sense un missatge\n"11053"d'advertència.\n"11054"\n"11055"Per a silenciar aquest missatge, podeu establir-la a 'refuse'."1105611057#: builtin/receive-pack.c:188311058msgid "quiet"11059msgstr "callat"1106011061#: builtin/receive-pack.c:189711062msgid "You must specify a directory."11063msgstr "Heu d'especificar un directori."1106411065#: builtin/reflog.c:42311066#, c-format11067msgid "'%s' for '%s' is not a valid timestamp"11068msgstr "'%s' per a '%s' no és una marca de temps vàlida"1106911070#: builtin/reflog.c:540 builtin/reflog.c:54511071#, c-format11072msgid "'%s' is not a valid timestamp"11073msgstr "'%s' no és una marca de temps vàlida"1107411075#: builtin/remote.c:1211076msgid "git remote [-v | --verbose]"11077msgstr "git remote [-v | --verbose]"1107811079#: builtin/remote.c:1311080msgid ""11081"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"11082"mirror=<fetch|push>] <name> <url>"11083msgstr ""11084"git remote add [-t <branca>] [-m <mestra>] [-f] [--tags | --no-tags] [--"11085"mirror=<fetch|push>] <nom> <url>"1108611087#: builtin/remote.c:14 builtin/remote.c:3411088msgid "git remote rename <old> <new>"11089msgstr "git remote rename <antic> <nou>"1109011091#: builtin/remote.c:15 builtin/remote.c:3911092msgid "git remote remove <name>"11093msgstr "git remote remove <nom>"1109411095#: builtin/remote.c:16 builtin/remote.c:4411096msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"11097msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <branca>)"1109811099#: builtin/remote.c:1711100msgid "git remote [-v | --verbose] show [-n] <name>"11101msgstr "git remote [-v | --verbose] show [-n] <nom>"1110211103#: builtin/remote.c:1811104msgid "git remote prune [-n | --dry-run] <name>"11105msgstr "git remote prune [-n | --dry-run] <nom>"1110611107#: builtin/remote.c:1911108msgid ""11109"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"11110msgstr ""11111"git remote [-v | --verbose] update [-p | --prune] [(<grup> | <remot>)...]"1111211113#: builtin/remote.c:2011114msgid "git remote set-branches [--add] <name> <branch>..."11115msgstr "git remote set-branches [--add] <nom> <branca>..."1111611117#: builtin/remote.c:21 builtin/remote.c:7011118msgid "git remote get-url [--push] [--all] <name>"11119msgstr "git remote get-url [--push] [--all] <nom>"1112011121#: builtin/remote.c:22 builtin/remote.c:7511122msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"11123msgstr "git remote set-url [--push] <nom> <url-nou> [<url-antic>]"1112411125#: builtin/remote.c:23 builtin/remote.c:7611126msgid "git remote set-url --add <name> <newurl>"11127msgstr "git remote set-url --add <nom> <url-nou>"1112811129#: builtin/remote.c:24 builtin/remote.c:7711130msgid "git remote set-url --delete <name> <url>"11131msgstr "git remote set-url --delete <nom> <url>"1113211133#: builtin/remote.c:2911134msgid "git remote add [<options>] <name> <url>"11135msgstr "git remote add [<opcions>] <nom> <url>"1113611137#: builtin/remote.c:4911138msgid "git remote set-branches <name> <branch>..."11139msgstr "git remote set-branches <nom> <branca>..."1114011141#: builtin/remote.c:5011142msgid "git remote set-branches --add <name> <branch>..."11143msgstr "git remote set-branches --add <nom> <branca>..."1114411145#: builtin/remote.c:5511146msgid "git remote show [<options>] <name>"11147msgstr "git remote show [<opcions>] <nom>"1114811149#: builtin/remote.c:6011150msgid "git remote prune [<options>] <name>"11151msgstr "git remote prune [<opcions>] <nom>"1115211153#: builtin/remote.c:6511154msgid "git remote update [<options>] [<group> | <remote>]..."11155msgstr "git remote update [<opcions>] [<grup> | <remot>]..."1115611157#: builtin/remote.c:9411158#, c-format11159msgid "Updating %s"11160msgstr "S'està actualitzant %s"1116111162#: builtin/remote.c:12611163msgid ""11164"--mirror is dangerous and deprecated; please\n"11165"\t use --mirror=fetch or --mirror=push instead"11166msgstr ""11167"--mirror és perillós i desaprovat; si us\n"11168"\t plau, useu --mirror=fetch o\n"11169"\t --mirror=push en lloc d'això"1117011171#: builtin/remote.c:14311172#, c-format11173msgid "unknown mirror argument: %s"11174msgstr "paràmetre de reflexió desconegut: %s"1117511176#: builtin/remote.c:15911177msgid "fetch the remote branches"11178msgstr "obtén les branques remotes"1117911180#: builtin/remote.c:16111181msgid "import all tags and associated objects when fetching"11182msgstr "en obtenir, importa totes les etiquetes i tots els objectes"1118311184#: builtin/remote.c:16411185msgid "or do not fetch any tag at all (--no-tags)"11186msgstr "o no obtinguis cap etiqueta (--no-tags)"1118711188#: builtin/remote.c:16611189msgid "branch(es) to track"11190msgstr "branques a seguir"1119111192#: builtin/remote.c:16711193msgid "master branch"11194msgstr "branca mestra"1119511196#: builtin/remote.c:16811197msgid "push|fetch"11198msgstr "push|fetch"1119911200#: builtin/remote.c:16911201msgid "set up remote as a mirror to push to or fetch from"11202msgstr "estableix el remot com a mirall al qual pujar o del qual obtenir"1120311204#: builtin/remote.c:18111205msgid "specifying a master branch makes no sense with --mirror"11206msgstr "especificar una branca mestra no té sentit amb --mirror"1120711208#: builtin/remote.c:18311209msgid "specifying branches to track makes sense only with fetch mirrors"11210msgstr ""11211"especificar les branques a seguir té sentit només amb miralls d'obtenció"1121211213#: builtin/remote.c:190 builtin/remote.c:62911214#, c-format11215msgid "remote %s already exists."11216msgstr "el remot %s ja existeix."1121711218#: builtin/remote.c:194 builtin/remote.c:63311219#, c-format11220msgid "'%s' is not a valid remote name"11221msgstr "'%s' no és un nom de remot vàlid"1122211223#: builtin/remote.c:23411224#, c-format11225msgid "Could not setup master '%s'"11226msgstr "No s'ha pogut configurar la mestra '%s'"1122711228#: builtin/remote.c:33611229#, c-format11230msgid "Could not get fetch map for refspec %s"11231msgstr ""11232"No s'ha pogut obtenir el mapa d'obtenció de l'especificació de referència %s"1123311234#: builtin/remote.c:437 builtin/remote.c:44511235msgid "(matching)"11236msgstr "(coincident)"1123711238#: builtin/remote.c:44911239msgid "(delete)"11240msgstr "(suprimir)"1124111242#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:85411243#, c-format11244msgid "No such remote: %s"11245msgstr "No hi ha tal remot: %s"1124611247#: builtin/remote.c:63911248#, c-format11249msgid "Could not rename config section '%s' to '%s'"11250msgstr "No s'ha pogut canviar el nom de la secció de configuració '%s' a '%s'"1125111252#: builtin/remote.c:65911253#, c-format11254msgid ""11255"Not updating non-default fetch refspec\n"11256"\t%s\n"11257"\tPlease update the configuration manually if necessary."11258msgstr ""11259"No s'està actualitzant l'especificació de referències d'obtenció no per "11260"defecte\n"11261"\t%s\n"11262"\tSi us plau, actualitzeu la configuració manualment si és necessari."1126311264#: builtin/remote.c:69511265#, c-format11266msgid "deleting '%s' failed"11267msgstr "la supressió de '%s' ha fallat"1126811269#: builtin/remote.c:72911270#, c-format11271msgid "creating '%s' failed"11272msgstr "la creació de '%s' ha fallat"1127311274#: builtin/remote.c:79211275msgid ""11276"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"11277"to delete it, use:"11278msgid_plural ""11279"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"11280"to delete them, use:"11281msgstr[0] ""11282"Nota: Una branca fora de la jerarquia refs/remotes/ no s'ha eliminat;\n"11283"per a suprimir-la, useu:"11284msgstr[1] ""11285"Nota: Algunes branques fora de la jerarquia refs/remotes/ no s'han "11286"eliminat;\n"11287"per a suprimir-les, useu:"1128811289#: builtin/remote.c:80611290#, c-format11291msgid "Could not remove config section '%s'"11292msgstr "No s'ha pogut eliminar la secció de configuració '%s'"1129311294#: builtin/remote.c:90711295#, c-format11296msgid " new (next fetch will store in remotes/%s)"11297msgstr " nou (la pròxima obtenció emmagatzemarà a remotes/%s)"1129811299#: builtin/remote.c:91011300msgid " tracked"11301msgstr " seguit"1130211303#: builtin/remote.c:91211304msgid " stale (use 'git remote prune' to remove)"11305msgstr " estancat (useu 'git remote prune' per a eliminar)"1130611307#: builtin/remote.c:91411308msgid " ???"11309msgstr " ???"1131011311#: builtin/remote.c:95511312#, c-format11313msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"11314msgstr "branch.%s.merge no vàlid; no es pot rebasar sobre > 1 branca"1131511316#: builtin/remote.c:96311317#, c-format11318msgid "rebases interactively onto remote %s"11319msgstr "es rebasa interactivament sobre el remot %s"1132011321#: builtin/remote.c:96411322#, c-format11323msgid "rebases onto remote %s"11324msgstr "es rebasa sobre el remot %s"1132511326#: builtin/remote.c:96711327#, c-format11328msgid " merges with remote %s"11329msgstr "es fusiona amb el remot %s"1133011331#: builtin/remote.c:97011332#, c-format11333msgid "merges with remote %s"11334msgstr "es fusiona amb el remot %s"1133511336#: builtin/remote.c:97311337#, c-format11338msgid "%-*s and with remote %s\n"11339msgstr "%-*s i amb el remot %s\n"1134011341#: builtin/remote.c:101611342msgid "create"11343msgstr "crea"1134411345#: builtin/remote.c:101911346msgid "delete"11347msgstr "suprimeix"1134811349#: builtin/remote.c:102311350msgid "up to date"11351msgstr "al dia"1135211353#: builtin/remote.c:102611354msgid "fast-forwardable"11355msgstr "avanç ràpid possible"1135611357#: builtin/remote.c:102911358msgid "local out of date"11359msgstr "local no actualitzat"1136011361#: builtin/remote.c:103611362#, c-format11363msgid " %-*s forces to %-*s (%s)"11364msgstr " %-*s força a %-*s (%s)"1136511366#: builtin/remote.c:103911367#, c-format11368msgid " %-*s pushes to %-*s (%s)"11369msgstr " %-*s puja a %-*s (%s)"1137011371#: builtin/remote.c:104311372#, c-format11373msgid " %-*s forces to %s"11374msgstr " %-*s força a %s"1137511376#: builtin/remote.c:104611377#, c-format11378msgid " %-*s pushes to %s"11379msgstr " %-*s puja a %s"1138011381#: builtin/remote.c:111411382msgid "do not query remotes"11383msgstr "no consultis els remots"1138411385#: builtin/remote.c:114111386#, c-format11387msgid "* remote %s"11388msgstr "* remot %s"1138911390#: builtin/remote.c:114211391#, c-format11392msgid " Fetch URL: %s"11393msgstr " URL d'obtenció: %s"1139411395#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:129511396msgid "(no URL)"11397msgstr "(sense URL)"1139811399#. TRANSLATORS: the colon ':' should align with11400#. the one in " Fetch URL: %s" translation11401#: builtin/remote.c:1154 builtin/remote.c:115611402#, c-format11403msgid " Push URL: %s"11404msgstr " URL de pujada: %s"1140511406#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:116211407#, c-format11408msgid " HEAD branch: %s"11409msgstr " Branca de HEAD: %s"1141011411#: builtin/remote.c:115811412msgid "(not queried)"11413msgstr "(no consultat)"1141411415#: builtin/remote.c:116011416msgid "(unknown)"11417msgstr "(desconegut)"1141811419#: builtin/remote.c:116411420#, c-format11421msgid ""11422" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"11423msgstr ""11424" Branca de HEAD (el HEAD remot és ambigu, pot ser un dels següents):\n"1142511426#: builtin/remote.c:117611427#, c-format11428msgid " Remote branch:%s"11429msgid_plural " Remote branches:%s"11430msgstr[0] " Branca remota:%s"11431msgstr[1] " Branques remotes:%s"1143211433#: builtin/remote.c:1179 builtin/remote.c:120511434msgid " (status not queried)"11435msgstr " (estat no consultat)"1143611437#: builtin/remote.c:118811438msgid " Local branch configured for 'git pull':"11439msgid_plural " Local branches configured for 'git pull':"11440msgstr[0] " Branca local configurada per a 'git pull':"11441msgstr[1] " Branques locals configurades per a 'git pull':"1144211443#: builtin/remote.c:119611444msgid " Local refs will be mirrored by 'git push'"11445msgstr " 'git push' reflectirà les referències locals"1144611447#: builtin/remote.c:120211448#, c-format11449msgid " Local ref configured for 'git push'%s:"11450msgid_plural " Local refs configured for 'git push'%s:"11451msgstr[0] " Referència local configurada per a 'git push'%s:"11452msgstr[1] " Referències locals configurades per a 'git push'%s:"1145311454#: builtin/remote.c:122311455msgid "set refs/remotes/<name>/HEAD according to remote"11456msgstr "estableix refs/remotes/<name>/HEAD segons el remot"1145711458#: builtin/remote.c:122511459msgid "delete refs/remotes/<name>/HEAD"11460msgstr "suprimeix refs/remotes/<name>/HEAD"1146111462#: builtin/remote.c:124011463msgid "Cannot determine remote HEAD"11464msgstr "No es pot determinar el HEAD remot"1146511466#: builtin/remote.c:124211467msgid "Multiple remote HEAD branches. Please choose one explicitly with:"11468msgstr ""11469"Múltiples branques de HEAD remotes. Si us plau, trieu-ne una explícitament "11470"amb:"1147111472#: builtin/remote.c:125211473#, c-format11474msgid "Could not delete %s"11475msgstr "No s'ha pogut suprimir %s"1147611477#: builtin/remote.c:126011478#, c-format11479msgid "Not a valid ref: %s"11480msgstr "No és una referència vàlida: %s"1148111482#: builtin/remote.c:126211483#, c-format11484msgid "Could not setup %s"11485msgstr "No s'ha pogut configurar %s"1148611487#: builtin/remote.c:128011488#, c-format11489msgid " %s will become dangling!"11490msgstr " %s es tornarà penjant!"1149111492#: builtin/remote.c:128111493#, c-format11494msgid " %s has become dangling!"11495msgstr " %s s'ha tornat penjant!"1149611497#: builtin/remote.c:129111498#, c-format11499msgid "Pruning %s"11500msgstr "S'està podant %s"1150111502#: builtin/remote.c:129211503#, c-format11504msgid "URL: %s"11505msgstr "URL: %s"1150611507#: builtin/remote.c:130811508#, c-format11509msgid " * [would prune] %s"11510msgstr " * [podaria] %s"1151111512#: builtin/remote.c:131111513#, c-format11514msgid " * [pruned] %s"11515msgstr " * [podat] %s"1151611517#: builtin/remote.c:135611518msgid "prune remotes after fetching"11519msgstr "poda els remots després d'obtenir-los"1152011521#: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:154111522#, c-format11523msgid "No such remote '%s'"11524msgstr "No hi ha tal remot '%s'"1152511526#: builtin/remote.c:143511527msgid "add branch"11528msgstr "afegeix branca"1152911530#: builtin/remote.c:144211531msgid "no remote specified"11532msgstr "cap remot especificat"1153311534#: builtin/remote.c:145911535msgid "query push URLs rather than fetch URLs"11536msgstr "consulta els URL de pujada en lloc dels URL d'obtenció"1153711538#: builtin/remote.c:146111539msgid "return all URLs"11540msgstr "retorna tots els URL"1154111542#: builtin/remote.c:148911543#, c-format11544msgid "no URLs configured for remote '%s'"11545msgstr "cap URL configurat per al remot '%s'"1154611547#: builtin/remote.c:151511548msgid "manipulate push URLs"11549msgstr "manipula els URL de pujada"1155011551#: builtin/remote.c:151711552msgid "add URL"11553msgstr "afegeix URL"1155411555#: builtin/remote.c:151911556msgid "delete URLs"11557msgstr "suprimeix URLs"1155811559#: builtin/remote.c:152611560msgid "--add --delete doesn't make sense"11561msgstr "--add --delete no té sentit"1156211563#: builtin/remote.c:156711564#, c-format11565msgid "Invalid old URL pattern: %s"11566msgstr "Patró d'URL antic no vàlid: %s"1156711568#: builtin/remote.c:157511569#, c-format11570msgid "No such URL found: %s"11571msgstr "No s'ha trobat tal URL: %s"1157211573#: builtin/remote.c:157711574msgid "Will not delete all non-push URLs"11575msgstr "No se suprimiran tots els URL no de pujada"1157611577#: builtin/remote.c:159111578msgid "be verbose; must be placed before a subcommand"11579msgstr "sigues detallat; s'ha de col·locar abans d'una subordre"1158011581#: builtin/remote.c:162211582#, c-format11583msgid "Unknown subcommand: %s"11584msgstr "Subordre desconeguda: %s"1158511586#: builtin/repack.c:1711587msgid "git repack [<options>]"11588msgstr "git repack [<opcions>]"1158911590#: builtin/repack.c:16011591msgid "pack everything in a single pack"11592msgstr "empaqueta-ho tot en un únic paquet"1159311594#: builtin/repack.c:16211595msgid "same as -a, and turn unreachable objects loose"11596msgstr "el mateix que -a, i solta els objectes inabastables"1159711598#: builtin/repack.c:16511599msgid "remove redundant packs, and run git-prune-packed"11600msgstr "elimina els paquets redundants, i executeu git-prune-packed"1160111602#: builtin/repack.c:16711603msgid "pass --no-reuse-delta to git-pack-objects"11604msgstr "passa --no-reuse-delta a git-pack-objects"1160511606#: builtin/repack.c:16911607msgid "pass --no-reuse-object to git-pack-objects"11608msgstr "passa --no-reuse-object a git-pack-objects"1160911610#: builtin/repack.c:17111611msgid "do not run git-update-server-info"11612msgstr "no executis git-update-server-info"1161311614#: builtin/repack.c:17411615msgid "pass --local to git-pack-objects"11616msgstr "passa --local a git-pack-objects"1161711618#: builtin/repack.c:17611619msgid "write bitmap index"11620msgstr "escriu índex de mapa de bits"1162111622#: builtin/repack.c:17711623msgid "approxidate"11624msgstr "data aproximada"1162511626#: builtin/repack.c:17811627msgid "with -A, do not loosen objects older than this"11628msgstr "amb -A, no soltis els objectes més vells que aquest"1162911630#: builtin/repack.c:18011631msgid "with -a, repack unreachable objects"11632msgstr "amb -a, reempaqueta els objectes inabastables"1163311634#: builtin/repack.c:18211635msgid "size of the window used for delta compression"11636msgstr "mida de la finestra que s'usa per a compressió de deltes"1163711638#: builtin/repack.c:183 builtin/repack.c:18711639msgid "bytes"11640msgstr "octets"1164111642#: builtin/repack.c:18411643msgid "same as the above, but limit memory size instead of entries count"11644msgstr ""11645"el mateix que l'anterior, però limita la mida de memòria en lloc del nombre "11646"d'entrades"1164711648#: builtin/repack.c:18611649msgid "limits the maximum delta depth"11650msgstr "limita la profunditat màxima de les deltes"1165111652#: builtin/repack.c:18811653msgid "maximum size of each packfile"11654msgstr "mida màxima de cada fitxer de paquet"1165511656#: builtin/repack.c:19011657msgid "repack objects in packs marked with .keep"11658msgstr "reempaqueta els objectes en paquets marcats amb .keep"1165911660#: builtin/repack.c:20011661msgid "cannot delete packs in a precious-objects repo"11662msgstr "no es pot suprimir paquets en un dipòsit d'objectes preciosos"1166311664#: builtin/repack.c:20411665msgid "--keep-unreachable and -A are incompatible"11666msgstr "--keep-unreachable i -A són incompatibles"1166711668#: builtin/repack.c:391 builtin/worktree.c:11511669#, c-format11670msgid "failed to remove '%s'"11671msgstr "s'ha fallat en eliminar '%s'"1167211673#: builtin/replace.c:1911674msgid "git replace [-f] <object> <replacement>"11675msgstr "git replace [-f] <objecte> <reemplaçament>"1167611677#: builtin/replace.c:2011678msgid "git replace [-f] --edit <object>"11679msgstr "git replace [-f] --edit <objecte>"1168011681#: builtin/replace.c:2111682msgid "git replace [-f] --graft <commit> [<parent>...]"11683msgstr "git replace [-f] --graft <comissió> [<mare>...]"1168411685#: builtin/replace.c:2211686msgid "git replace -d <object>..."11687msgstr "git replace -d <objecte>..."1168811689#: builtin/replace.c:2311690msgid "git replace [--format=<format>] [-l [<pattern>]]"11691msgstr "git replace [--format=<format>] [-l [<patró>]]"1169211693#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39111694#, c-format11695msgid "Not a valid object name: '%s'"11696msgstr "No és un nom d'objecte vàlid: '%s'"1169711698#: builtin/replace.c:35511699#, c-format11700msgid "bad mergetag in commit '%s'"11701msgstr "etiqueta de fusió dolenta en la comissió '%s'"1170211703#: builtin/replace.c:35711704#, c-format11705msgid "malformed mergetag in commit '%s'"11706msgstr "etiqueta de fusió mal formada en la comissió '%s'"1170711708#: builtin/replace.c:36811709#, c-format11710msgid ""11711"original commit '%s' contains mergetag '%s' that is discarded; use --edit "11712"instead of --graft"11713msgstr ""11714"la comissió original '%s' conté l'etiqueta de fusió '%s' que es descarta; "11715"useu --edit en lloc de --graft"1171611717#: builtin/replace.c:40111718#, c-format11719msgid "the original commit '%s' has a gpg signature."11720msgstr "la comissió original '%s' té una signatura gpg."1172111722#: builtin/replace.c:40211723msgid "the signature will be removed in the replacement commit!"11724msgstr "s'eliminarà la signatura en la comissió de reemplaçament!"1172511726#: builtin/replace.c:40811727#, c-format11728msgid "could not write replacement commit for: '%s'"11729msgstr "no s'ha pogut escriure la comissió de reemplaçament per a: '%s'"1173011731#: builtin/replace.c:43211732msgid "list replace refs"11733msgstr "llista les referències reemplaçades"1173411735#: builtin/replace.c:43311736msgid "delete replace refs"11737msgstr "suprimeix les referències reemplaçades"1173811739#: builtin/replace.c:43411740msgid "edit existing object"11741msgstr "edita un objecte existent"1174211743#: builtin/replace.c:43511744msgid "change a commit's parents"11745msgstr "canvia les mares d'una comissió"1174611747#: builtin/replace.c:43611748msgid "replace the ref if it exists"11749msgstr "reemplaça la referència si existeix"1175011751#: builtin/replace.c:43711752msgid "do not pretty-print contents for --edit"11753msgstr "no imprimeixis bellament els continguts per a --edit"1175411755#: builtin/replace.c:43811756msgid "use this format"11757msgstr "usa aquest format"1175811759#: builtin/rerere.c:1211760msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"11761msgstr "git rerere [clear | forget <camí>... | status | remaining | diff | gc]"1176211763#: builtin/rerere.c:5811764msgid "register clean resolutions in index"11765msgstr "registra les resolucions netes en l'índex"1176611767#: builtin/reset.c:2611768msgid ""11769"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"11770msgstr ""11771"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<comissió>]"1177211773#: builtin/reset.c:2711774msgid "git reset [-q] [<tree-ish>] [--] <paths>..."11775msgstr "git reset [-q] [<arbre>] [--] <camins>..."1177611777#: builtin/reset.c:2811778msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"11779msgstr "git reset --patch [<arbre>] [--] [<camins>...]"1178011781#: builtin/reset.c:3411782msgid "mixed"11783msgstr "mixt"1178411785#: builtin/reset.c:3411786msgid "soft"11787msgstr "suau"1178811789#: builtin/reset.c:3411790msgid "hard"11791msgstr "dur"1179211793#: builtin/reset.c:3411794msgid "merge"11795msgstr "fusió"1179611797#: builtin/reset.c:3411798msgid "keep"11799msgstr "reteniment"1180011801#: builtin/reset.c:7411802msgid "You do not have a valid HEAD."11803msgstr "No teniu un HEAD vàlid."1180411805#: builtin/reset.c:7611806msgid "Failed to find tree of HEAD."11807msgstr "S'ha fallat en trobar l'arbre de HEAD."1180811809#: builtin/reset.c:8211810#, c-format11811msgid "Failed to find tree of %s."11812msgstr "S'ha fallat en trobar l'arbre de %s."1181311814#: builtin/reset.c:10011815#, c-format11816msgid "HEAD is now at %s"11817msgstr "HEAD ara és a %s"1181811819#: builtin/reset.c:18311820#, c-format11821msgid "Cannot do a %s reset in the middle of a merge."11822msgstr "No es pot fer un restabliment de %s enmig d'una fusió."1182311824#: builtin/reset.c:27611825msgid "be quiet, only report errors"11826msgstr "calla, només informa d'errors"1182711828#: builtin/reset.c:27811829msgid "reset HEAD and index"11830msgstr "restableix HEAD i l'índex"1183111832#: builtin/reset.c:27911833msgid "reset only HEAD"11834msgstr "restableix només HEAD"1183511836#: builtin/reset.c:281 builtin/reset.c:28311837msgid "reset HEAD, index and working tree"11838msgstr "restableix HEAD, l'índex i l'arbre de treball"1183911840#: builtin/reset.c:28511841msgid "reset HEAD but keep local changes"11842msgstr "restableix HEAD però retén els canvis locals"1184311844#: builtin/reset.c:28811845msgid "record only the fact that removed paths will be added later"11846msgstr "registra només el fet de que els camins eliminats s'afegiran després"1184711848#: builtin/reset.c:30511849#, c-format11850msgid "Failed to resolve '%s' as a valid revision."11851msgstr "S'ha fallat en resoldre '%s' com a revisió vàlida."1185211853#: builtin/reset.c:31311854#, c-format11855msgid "Failed to resolve '%s' as a valid tree."11856msgstr "S'ha fallat en resoldre '%s' com a arbre vàlid."1185711858#: builtin/reset.c:32211859msgid "--patch is incompatible with --{hard,mixed,soft}"11860msgstr "--patch és incompatible amb --{hard,mixed,soft}"1186111862#: builtin/reset.c:33111863msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."11864msgstr ""11865"--mixed amb camins està desaprovat; useu 'git reset -- <camins>' en lloc "11866"d'això."1186711868#: builtin/reset.c:33311869#, c-format11870msgid "Cannot do %s reset with paths."11871msgstr "No es pot restablir de %s amb camins."1187211873#: builtin/reset.c:34311874#, c-format11875msgid "%s reset is not allowed in a bare repository"11876msgstr "el restabliment de %s no es permet en un dipòsit nu"1187711878#: builtin/reset.c:34711879msgid "-N can only be used with --mixed"11880msgstr "-N només es pot usar amb --mixed"1188111882#: builtin/reset.c:36411883msgid "Unstaged changes after reset:"11884msgstr "Canvis no allistats després de restabliment:"1188511886#: builtin/reset.c:37011887#, c-format11888msgid "Could not reset index file to revision '%s'."11889msgstr "No s'ha pogut restablir el fitxer d'índex a la revisió '%s'."1189011891#: builtin/reset.c:37411892msgid "Could not write new index file."11893msgstr "No s'ha pogut escriure el fitxer d'índex nou."1189411895#: builtin/rev-list.c:35411896msgid "rev-list does not support display of notes"11897msgstr "el rev-list no permet mostrar notes"1189811899#: builtin/rev-parse.c:38611900msgid "git rev-parse --parseopt [<options>] -- [<args>...]"11901msgstr "git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]"1190211903#: builtin/rev-parse.c:39111904msgid "keep the `--` passed as an arg"11905msgstr "retén el `--` passat com a paràmetre"1190611907#: builtin/rev-parse.c:39311908msgid "stop parsing after the first non-option argument"11909msgstr "deixa d'analitzar després del primer paràmetre no d'opció"1191011911#: builtin/rev-parse.c:39611912msgid "output in stuck long form"11913msgstr "emet en forma llarga enganxada"1191411915#: builtin/rev-parse.c:52711916msgid ""11917"git rev-parse --parseopt [<options>] -- [<args>...]\n"11918" or: git rev-parse --sq-quote [<arg>...]\n"11919" or: git rev-parse [<options>] [<arg>...]\n"11920"\n"11921"Run \"git rev-parse --parseopt -h\" for more information on the first usage."11922msgstr ""11923"git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]\n"11924" or: git rev-parse --sq-quote [<paràmetre>...]\n"11925" or: git rev-parse [<opcions>] [<paràmetre>...]\n"11926"\n"11927"Executeu \"git rev-parse --parseopt -h\" per més informació sobre l'ús "11928"inicial."1192911930#: builtin/revert.c:2211931msgid "git revert [<options>] <commit-ish>..."11932msgstr "git revert [<opcions>] <comissió>..."1193311934#: builtin/revert.c:2311935msgid "git revert <subcommand>"11936msgstr "git revert <subordre>"1193711938#: builtin/revert.c:2811939msgid "git cherry-pick [<options>] <commit-ish>..."11940msgstr "git cherry-pick [<opcions>] <comissió>..."1194111942#: builtin/revert.c:2911943msgid "git cherry-pick <subcommand>"11944msgstr "git cherry-pick <subordre>"1194511946#: builtin/revert.c:7111947#, c-format11948msgid "%s: %s cannot be used with %s"11949msgstr "%s: %s no es pot usar amb %s"1195011951#: builtin/revert.c:8011952msgid "end revert or cherry-pick sequence"11953msgstr "acaba la seqüència de reversió o el recull de cireres"1195411955#: builtin/revert.c:8111956msgid "resume revert or cherry-pick sequence"11957msgstr "reprèn la seqüència de reversió o el recull de cireres"1195811959#: builtin/revert.c:8211960msgid "cancel revert or cherry-pick sequence"11961msgstr "cancel·la la seqüència de reversió o el recull de cireres"1196211963#: builtin/revert.c:8311964msgid "don't automatically commit"11965msgstr "no cometis automàticament"1196611967#: builtin/revert.c:8411968msgid "edit the commit message"11969msgstr "edita el missatge de comissió"1197011971#: builtin/revert.c:8711972msgid "parent number"11973msgstr "número de mare"1197411975#: builtin/revert.c:8911976msgid "merge strategy"11977msgstr "estratègia de fusió"1197811979#: builtin/revert.c:9011980msgid "option"11981msgstr "opció"1198211983#: builtin/revert.c:9111984msgid "option for merge strategy"11985msgstr "opció d'estratègia de fusió"1198611987#: builtin/revert.c:10011988msgid "append commit name"11989msgstr "nom de la comissió a annexar"1199011991#: builtin/revert.c:10211992msgid "preserve initially empty commits"11993msgstr "preserva les comissions inicialment buides"1199411995#: builtin/revert.c:10311996msgid "allow commits with empty messages"11997msgstr "permet les comissions amb missatges buits"1199811999#: builtin/revert.c:10412000msgid "keep redundant, empty commits"12001msgstr "retén les comissions redundants i buides"1200212003#: builtin/revert.c:19212004msgid "revert failed"12005msgstr "la reversió ha fallat"1200612007#: builtin/revert.c:20512008msgid "cherry-pick failed"12009msgstr "el recull de cireres ha fallat"1201012011#: builtin/rm.c:1712012msgid "git rm [<options>] [--] <file>..."12013msgstr "git rm [<opcions>] [--] <fitxer>..."1201412015#: builtin/rm.c:6512016msgid ""12017"the following submodule (or one of its nested submodules)\n"12018"uses a .git directory:"12019msgid_plural ""12020"the following submodules (or one of their nested submodules)\n"12021"use a .git directory:"12022msgstr[0] ""12023"el submòdul següent (o un dels seus submòduls niats)\n"12024"usa un directori .git:"12025msgstr[1] ""12026"els submòduls següents (o un dels seus submòduls niats)\n"12027"usa un directori .git:"1202812029#: builtin/rm.c:7112030msgid ""12031"\n"12032"(use 'rm -rf' if you really want to remove it including all of its history)"12033msgstr ""12034"\n"12035"(useu 'rm -rf' si realment voleu eliminar-lo, incloent tota la seva història)"1203612037#: builtin/rm.c:23012038msgid ""12039"the following file has staged content different from both the\n"12040"file and the HEAD:"12041msgid_plural ""12042"the following files have staged content different from both the\n"12043"file and the HEAD:"12044msgstr[0] ""12045"el fitxer següent té contingut allistat diferent d'ambdós el\n"12046"fitxer i el HEAD:"12047msgstr[1] ""12048"els fitxers següents tenen contingut allistat diferent d'ambdós\n"12049"el fitxer i el HEAD:"1205012051#: builtin/rm.c:23512052msgid ""12053"\n"12054"(use -f to force removal)"12055msgstr ""12056"\n"12057"(useu -f per a forçar l'eliminació)"1205812059#: builtin/rm.c:23912060msgid "the following file has changes staged in the index:"12061msgid_plural "the following files have changes staged in the index:"12062msgstr[0] "el fitxer següent té canvis allistats en l'índex:"12063msgstr[1] "els fitxers següents tenen canvis allistats en l'índex:"1206412065#: builtin/rm.c:243 builtin/rm.c:25412066msgid ""12067"\n"12068"(use --cached to keep the file, or -f to force removal)"12069msgstr ""12070"\n"12071"(useu --cached per a retenir el fitxer, o -f per a forçar l'eliminació)"1207212073#: builtin/rm.c:25112074msgid "the following file has local modifications:"12075msgid_plural "the following files have local modifications:"12076msgstr[0] "el fitxer següent té modificacions locals:"12077msgstr[1] "els fitxers següents tenen modificacions locals:"1207812079#: builtin/rm.c:26912080msgid "do not list removed files"12081msgstr "no llistis els fitxers eliminats"1208212083#: builtin/rm.c:27012084msgid "only remove from the index"12085msgstr "només elimina de l'índex"1208612087#: builtin/rm.c:27112088msgid "override the up-to-date check"12089msgstr "passa per alt la comprovació d'actualitat"1209012091#: builtin/rm.c:27212092msgid "allow recursive removal"12093msgstr "permet l'eliminació recursiva"1209412095#: builtin/rm.c:27412096msgid "exit with a zero status even if nothing matched"12097msgstr "surt amb estat zero encara que res hagi coincidit"1209812099#: builtin/rm.c:33512100#, c-format12101msgid "not removing '%s' recursively without -r"12102msgstr "no s'està eliminant '%s' recursivament sense -r"1210312104#: builtin/rm.c:37412105#, c-format12106msgid "git rm: unable to remove %s"12107msgstr "git rm: no s'ha pogut eliminar %s"1210812109#: builtin/send-pack.c:1812110msgid ""12111"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"12112"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "12113"[<ref>...]\n"12114" --all and explicit <ref> specification are mutually exclusive."12115msgstr ""12116"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-"12117"pack=<paquet-del-git-receive>] [--verbose] [--thin] [--atomic] "12118"[<màquina>:]<directori> [<referència>...]\n"12119" --all i especificació <referència> explícita són mutualment exclusius."1212012121#: builtin/send-pack.c:16012122msgid "remote name"12123msgstr "nom del remot"1212412125#: builtin/send-pack.c:17112126msgid "use stateless RPC protocol"12127msgstr "usa el protocol RPC sense estat"1212812129#: builtin/send-pack.c:17212130msgid "read refs from stdin"12131msgstr "llegeix les referències des d'stdin"1213212133#: builtin/send-pack.c:17312134msgid "print status from remote helper"12135msgstr "imprimeix l'estat des de l'ajudant remot"1213612137#: builtin/shortlog.c:1312138msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"12139msgstr "git shortlog [<opcions>] [<rang-de-revisions>] [[--] [<camí>...]]"1214012141#: builtin/shortlog.c:24212142msgid "sort output according to the number of commits per author"12143msgstr "ordena la sortida segons el nombre de comissions per autor"1214412145#: builtin/shortlog.c:24412146msgid "Suppress commit descriptions, only provides commit count"12147msgstr ""12148"Omet les descripcions de comissió, només proveeix el recompte de comissions"1214912150#: builtin/shortlog.c:24612151msgid "Show the email address of each author"12152msgstr "Mostra l'adreça de correu electrònic de cada autor"1215312154#: builtin/shortlog.c:24712155msgid "w[,i1[,i2]]"12156msgstr "w[,i1[,i2]]"1215712158#: builtin/shortlog.c:24812159msgid "Linewrap output"12160msgstr "Ajusta les línies de la sortida"1216112162#: builtin/show-branch.c:1012163msgid ""12164"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"12165"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"12166"\t\t[--more=<n> | --list | --independent | --merge-base]\n"12167"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"12168msgstr ""12169"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"12170"\t\t [--current] [--color[=<quan>] | --no-color] [--sparse]\n"12171"\t\t [--more=<n> | --list | --independent | --merge-base]\n"12172"\t\t [--no-name | --sha1-name] [--topics] [(<revisió> | <glob>)...]"1217312174#: builtin/show-branch.c:1412175msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"12176msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<referència>]"1217712178#: builtin/show-branch.c:37512179#, c-format12180msgid "ignoring %s; cannot handle more than %d ref"12181msgid_plural "ignoring %s; cannot handle more than %d refs"12182msgstr[0] "s'està ignorant %s; no es pot gestionar més de %d referència"12183msgstr[1] "s'està ignorant %s; no es poden gestionar més de %d referències"1218412185#: builtin/show-branch.c:54112186#, c-format12187msgid "no matching refs with %s"12188msgstr "no hi ha referències coincidents amb %s"1218912190#: builtin/show-branch.c:63912191msgid "show remote-tracking and local branches"12192msgstr "mostra les branques amb seguiment remot i les locals"1219312194#: builtin/show-branch.c:64112195msgid "show remote-tracking branches"12196msgstr "mostra les branques amb seguiment remot"1219712198#: builtin/show-branch.c:64312199msgid "color '*!+-' corresponding to the branch"12200msgstr "colora '*!+-' corresponent a la branca"1220112202#: builtin/show-branch.c:64512203msgid "show <n> more commits after the common ancestor"12204msgstr "mostra <n> comissions després de l'avantpassat comú"1220512206#: builtin/show-branch.c:64712207msgid "synonym to more=-1"12208msgstr "sinònim de more=-1"1220912210#: builtin/show-branch.c:64812211msgid "suppress naming strings"12212msgstr "omet l'anomenament de cadenes"1221312214#: builtin/show-branch.c:65012215msgid "include the current branch"12216msgstr "inclou la branca actual"1221712218#: builtin/show-branch.c:65212219msgid "name commits with their object names"12220msgstr "anomena les comissions amb els seus noms d'objecte"1222112222#: builtin/show-branch.c:65412223msgid "show possible merge bases"12224msgstr "mostra les bases de fusió possibles"1222512226#: builtin/show-branch.c:65612227msgid "show refs unreachable from any other ref"12228msgstr "mostra les referències inabastables de qualsevulla altra referència"1222912230#: builtin/show-branch.c:65812231msgid "show commits in topological order"12232msgstr "mostra les comissions en ordre topològic"1223312234#: builtin/show-branch.c:66112235msgid "show only commits not on the first branch"12236msgstr "mostra només les comissions que no siguin en la primera branca"1223712238#: builtin/show-branch.c:66312239msgid "show merges reachable from only one tip"12240msgstr "mostra les fusions abastables de només una punta"1224112242#: builtin/show-branch.c:66512243msgid "topologically sort, maintaining date order where possible"12244msgstr "ordena topològicament, mantenint l'ordre de dates on sigui possible"1224512246#: builtin/show-branch.c:66812247msgid "<n>[,<base>]"12248msgstr "<n>[,<base>]"1224912250#: builtin/show-branch.c:66912251msgid "show <n> most recent ref-log entries starting at base"12252msgstr "mostra les <n> entrades més recents començant a la base"1225312254#: builtin/show-branch.c:70312255msgid ""12256"--reflog is incompatible with --all, --remotes, --independent or --merge-base"12257msgstr ""12258"--reflog és incompatible amb --all, --remotes, --independent o --merge-base"1225912260#: builtin/show-branch.c:72712261msgid "no branches given, and HEAD is not valid"12262msgstr "no s'ha donat cap branca, i HEAD no és vàlid"1226312264#: builtin/show-branch.c:73012265msgid "--reflog option needs one branch name"12266msgstr "l'opció --reflog necessita un nom de branca"1226712268#: builtin/show-branch.c:73312269#, c-format12270msgid "only %d entry can be shown at one time."12271msgid_plural "only %d entries can be shown at one time."12272msgstr[0] "es pot mostrar només %d entrada a la vegada."12273msgstr[1] "es poden mostrar només %d entrades a la vegada."1227412275#: builtin/show-branch.c:73712276#, c-format12277msgid "no such ref %s"12278msgstr "no hi ha tal referència %s"1227912280#: builtin/show-branch.c:82912281#, c-format12282msgid "cannot handle more than %d rev."12283msgid_plural "cannot handle more than %d revs."12284msgstr[0] "no es pot gestionar més d'%d revisió."12285msgstr[1] "no es poden gestionar més de %d revisions."1228612287#: builtin/show-branch.c:83312288#, c-format12289msgid "'%s' is not a valid ref."12290msgstr "'%s' no és una referència vàlida."1229112292#: builtin/show-branch.c:83612293#, c-format12294msgid "cannot find commit %s (%s)"12295msgstr "no es pot trobar la comissió %s (%s)"1229612297#: builtin/show-ref.c:1012298msgid ""12299"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"12300"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"12301msgstr ""12302"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"12303"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<patró>...]"1230412305#: builtin/show-ref.c:1112306msgid "git show-ref --exclude-existing[=<pattern>]"12307msgstr "git show-ref --exclude-existing[=<patró>]"1230812309#: builtin/show-ref.c:16512310msgid "only show tags (can be combined with heads)"12311msgstr "mostra només les etiquetes (es pot combinar amb heads)"1231212313#: builtin/show-ref.c:16612314msgid "only show heads (can be combined with tags)"12315msgstr "mostra només els caps (es pot combinar amb tags)"1231612317#: builtin/show-ref.c:16712318msgid "stricter reference checking, requires exact ref path"12319msgstr ""12320"comprovació de referència més estricta, requereix el camí de referència "12321"exacte"1232212323#: builtin/show-ref.c:170 builtin/show-ref.c:17212324msgid "show the HEAD reference, even if it would be filtered out"12325msgstr "mostra la referència HEAD, encara que es filtrés"1232612327#: builtin/show-ref.c:17412328msgid "dereference tags into object IDs"12329msgstr "dereferencia les etiquetes a IDs d'objecte"1233012331#: builtin/show-ref.c:17612332msgid "only show SHA1 hash using <n> digits"12333msgstr "mostra el hash SHA1 usant només <n> xifres"1233412335#: builtin/show-ref.c:18012336msgid "do not print results to stdout (useful with --verify)"12337msgstr "no imprimeixis els resultats a stdout (útil amb --verify)"1233812339#: builtin/show-ref.c:18212340msgid "show refs from stdin that aren't in local repository"12341msgstr "mostra les referències d'stdin que no siguin en el dipòsit local"1234212343#: builtin/stripspace.c:1712344msgid "git stripspace [-s | --strip-comments]"12345msgstr "git stripspace [-s | --strip-comments]"1234612347#: builtin/stripspace.c:1812348msgid "git stripspace [-c | --comment-lines]"12349msgstr "git stripspace [-c | --comment-lines]"1235012351#: builtin/stripspace.c:3512352msgid "skip and remove all lines starting with comment character"12353msgstr ""12354"salta i elimina totes les línies començant amb el caràcter de comentari"1235512356#: builtin/stripspace.c:3812357msgid "prepend comment character and space to each line"12358msgstr "anteposa el caràcter de comentari i un espai a cada línia"1235912360#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:104612361#, c-format12362msgid "No such ref: %s"12363msgstr "No hi ha tal referència: %s"1236412365#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:105512366#, c-format12367msgid "Expecting a full ref name, got %s"12368msgstr "S'espera un nom de referència ple, s'ha rebut %s"1236912370#: builtin/submodule--helper.c:7112371#, c-format12372msgid "cannot strip one component off url '%s'"12373msgstr "no es pot despullar un component de l'url '%s'"1237412375#: builtin/submodule--helper.c:282 builtin/submodule--helper.c:40812376#: builtin/submodule--helper.c:59012377msgid "alternative anchor for relative paths"12378msgstr "àncora alternativa per als camins relatius"1237912380#: builtin/submodule--helper.c:28712381msgid "git submodule--helper list [--prefix=<path>] [<path>...]"12382msgstr "git submodule--helper list [--prefix=<camí>] [<camí>...]"1238312384#: builtin/submodule--helper.c:329 builtin/submodule--helper.c:34312385#, c-format12386msgid "No url found for submodule path '%s' in .gitmodules"12387msgstr "No s'ha trobat cap url per al camí de submòdul '%s' a .gitmodules"1238812389#: builtin/submodule--helper.c:36912390#, c-format12391msgid "Failed to register url for submodule path '%s'"12392msgstr "S'ha fallat en registrar l'url per al camí de submòdul '%s'"1239312394#: builtin/submodule--helper.c:37312395#, c-format12396msgid "Submodule '%s' (%s) registered for path '%s'\n"12397msgstr "S'ha registrat el submòdul '%s' (%s) per al camí '%s'\n"1239812399#: builtin/submodule--helper.c:38312400#, c-format12401msgid "warning: command update mode suggested for submodule '%s'\n"12402msgstr ""12403"advertència: se suggereix el mode d'actualització per ordre per al submòdul "12404"'%s'\n"1240512406#: builtin/submodule--helper.c:39012407#, c-format12408msgid "Failed to register update mode for submodule path '%s'"12409msgstr ""12410"S'ha fallat en registrar el mode d'actualització per al camí de submòdul '%s'"1241112412#: builtin/submodule--helper.c:40912413msgid "Suppress output for initializing a submodule"12414msgstr "Omet la sortida d'inicialitzar un submòdul"1241512416#: builtin/submodule--helper.c:41412417msgid "git submodule--helper init [<path>]"12418msgstr "git submodule--helper init [<camí>]"1241912420#: builtin/submodule--helper.c:43512421msgid "git submodule--helper name <path>"12422msgstr "git submodule--helper name <camí>"1242312424#: builtin/submodule--helper.c:44112425#, c-format12426msgid "no submodule mapping found in .gitmodules for path '%s'"12427msgstr "No s'ha trobat cap mapatge de submòdul a .gitmodules per al camí '%s'"1242812429#: builtin/submodule--helper.c:524 builtin/submodule--helper.c:52712430#, c-format12431msgid "submodule '%s' cannot add alternate: %s"12432msgstr "el submòdul '%s' no pot afegir un alternatiu: %s"1243312434#: builtin/submodule--helper.c:56312435#, c-format12436msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"12437msgstr "No es reconeix el valor '%s' per a submodule.alternateErrorStrategy"1243812439#: builtin/submodule--helper.c:57012440#, c-format12441msgid "Value '%s' for submodule.alternateLocation is not recognized"12442msgstr "No es reconeix el valor '%s' per a submodule.alternateLocation"1244312444#: builtin/submodule--helper.c:59312445msgid "where the new submodule will be cloned to"12446msgstr "a on es clonarà el submòdul nou"1244712448#: builtin/submodule--helper.c:59612449msgid "name of the new submodule"12450msgstr "nom del submòdul nou"1245112452#: builtin/submodule--helper.c:59912453msgid "url where to clone the submodule from"12454msgstr "url del qual clonar el submòdul"1245512456#: builtin/submodule--helper.c:60512457msgid "depth for shallow clones"12458msgstr "profunditat dels clons superficials"1245912460#: builtin/submodule--helper.c:608 builtin/submodule--helper.c:96412461msgid "force cloning progress"12462msgstr "força el progrés del clonatge"1246312464#: builtin/submodule--helper.c:61312465msgid ""12466"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "12467"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"12468msgstr ""12469"git submodule--helper clone [--prefix=<camí>] [--quiet] [--reference "12470"<dipòsit>] [--name <nom>] [--depth <profunditat>] --url <url> --path <camí>"1247112472#: builtin/submodule--helper.c:638 builtin/submodule--helper.c:64812473#, c-format12474msgid "could not create directory '%s'"12475msgstr "no s'ha pogut crear el directori '%s'"1247612477#: builtin/submodule--helper.c:64412478#, c-format12479msgid "clone of '%s' into submodule path '%s' failed"12480msgstr "el clonatge de '%s' al camí de submòdul '%s' ha fallat"1248112482#: builtin/submodule--helper.c:66012483#, c-format12484msgid "cannot open file '%s'"12485msgstr "no es pot obrir el fitxer '%s'"1248612487#: builtin/submodule--helper.c:66512488#, c-format12489msgid "could not close file %s"12490msgstr "no s'ha pogut tancar el fitxer %s"1249112492#: builtin/submodule--helper.c:67212493#, c-format12494msgid "could not get submodule directory for '%s'"12495msgstr "no s'ha pogut obtenir el directori de submòdul per a '%s'"1249612497#: builtin/submodule--helper.c:72612498#, c-format12499msgid "Submodule path '%s' not initialized"12500msgstr "El camí de submòdul '%s' no està inicialitzat"1250112502#: builtin/submodule--helper.c:73012503msgid "Maybe you want to use 'update --init'?"12504msgstr "Potser voleu usar 'update --init'?"1250512506#: builtin/submodule--helper.c:75612507#, c-format12508msgid "Skipping unmerged submodule %s"12509msgstr "S'està saltant el submòdul no fusionat %s"1251012511#: builtin/submodule--helper.c:77712512#, c-format12513msgid "Skipping submodule '%s'"12514msgstr "S'està saltant el submòdul '%s'"1251512516#: builtin/submodule--helper.c:91312517#, c-format12518msgid "Failed to clone '%s'. Retry scheduled"12519msgstr "S'ha fallat en clonar '%s'. S'ha programat un reintent"1252012521#: builtin/submodule--helper.c:92412522#, c-format12523msgid "Failed to clone '%s' a second time, aborting"12524msgstr "S'ha fallat una segona vegada en clonar '%s', s'està avortant"1252512526#: builtin/submodule--helper.c:94512527msgid "path into the working tree"12528msgstr "camí a l'arbre de treball"1252912530#: builtin/submodule--helper.c:94812531msgid "path into the working tree, across nested submodule boundaries"12532msgstr "camí a l'arbre de treball, a través de fronteres de submòduls niats"1253312534#: builtin/submodule--helper.c:95212535msgid "rebase, merge, checkout or none"12536msgstr "rebase, merge, checkout o none"1253712538#: builtin/submodule--helper.c:95612539msgid "Create a shallow clone truncated to the specified number of revisions"12540msgstr "Crea un clon superficial truncat al nombre de revisions especificat"1254112542#: builtin/submodule--helper.c:95912543msgid "parallel jobs"12544msgstr "tasques paral·leles"1254512546#: builtin/submodule--helper.c:96112547msgid "whether the initial clone should follow the shallow recommendation"12548msgstr "si el clonatge inicial ha de seguir la recomanació de superficialitat"1254912550#: builtin/submodule--helper.c:96212551msgid "don't print cloning progress"12552msgstr "no imprimeixis el progrés del clonatge"1255312554#: builtin/submodule--helper.c:96912555msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"12556msgstr "git submodule--helper update_clone [--prefix=<camí>] [<camí>...]"1255712558#: builtin/submodule--helper.c:97912559msgid "bad value for update parameter"12560msgstr "valor dolent per al paràmetre update"1256112562#: builtin/submodule--helper.c:105012563#, c-format12564msgid ""12565"Submodule (%s) branch configured to inherit branch from superproject, but "12566"the superproject is not on any branch"12567msgstr ""12568"La branca de submòdul (%s) està configurada per a heretar la branca del "12569"superprojecte, però el superprojecte no és en cap branca"1257012571#: builtin/submodule--helper.c:110012572msgid "submodule--helper subcommand must be called with a subcommand"12573msgstr "s'ha d'executar la subordre submodule--helper amb una subordre"1257412575#: builtin/submodule--helper.c:110712576#, c-format12577msgid "'%s' is not a valid submodule--helper subcommand"12578msgstr "'%s' no és una subordre vàlida de submodule--helper"1257912580#: builtin/symbolic-ref.c:712581msgid "git symbolic-ref [<options>] <name> [<ref>]"12582msgstr "git symbolic-ref [<opcions>] <nom> [<referència>]"1258312584#: builtin/symbolic-ref.c:812585msgid "git symbolic-ref -d [-q] <name>"12586msgstr "git symbolic-ref -d [-q] <nom>"1258712588#: builtin/symbolic-ref.c:4012589msgid "suppress error message for non-symbolic (detached) refs"12590msgstr "omet el missatge d'error de referències no simbòliques (separades)"1259112592#: builtin/symbolic-ref.c:4112593msgid "delete symbolic ref"12594msgstr "suprimeix la referència simbòlica"1259512596#: builtin/symbolic-ref.c:4212597msgid "shorten ref output"12598msgstr "escurça la sortida de referències"1259912600#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36212601msgid "reason"12602msgstr "raó"1260312604#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36212605msgid "reason of the update"12606msgstr "raó de l'actualització"1260712608#: builtin/tag.c:2312609msgid ""12610"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "12611"[<head>]"12612msgstr ""12613"git tag [-a | -s | -u <id-de-clau>] [-f] [-m <missatge> | -F <fitxer>] <nom-"12614"d'etiqueta> [<cap>]"1261512616#: builtin/tag.c:2412617msgid "git tag -d <tagname>..."12618msgstr "git tag -d <nom-d'etiqueta>..."1261912620#: builtin/tag.c:2512621msgid ""12622"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"12623"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"12624msgstr ""12625"git tag -l [-n[<nombre>]] [--contains <comissió>]\n"12626"\t\t[--points-at <objecte>] [--format=<format>]\n"12627"\t\t[--[no-]merged [<comissió>]] [<patró>...]"1262812629#: builtin/tag.c:2712630msgid "git tag -v <tagname>..."12631msgstr "git tag -v <nom-d'etiqueta>..."1263212633#: builtin/tag.c:8112634#, c-format12635msgid "tag name too long: %.*s..."12636msgstr "nom d'etiqueta massa llarg: %.*s..."1263712638#: builtin/tag.c:8612639#, c-format12640msgid "tag '%s' not found."12641msgstr "no s'ha trobat l'etiqueta '%s'."1264212643#: builtin/tag.c:10112644#, c-format12645msgid "Deleted tag '%s' (was %s)\n"12646msgstr "S'ha suprimit l'etiqueta '%s' (era %s)\n"1264712648#: builtin/tag.c:11712649#, c-format12650msgid ""12651"\n"12652"Write a message for tag:\n"12653" %s\n"12654"Lines starting with '%c' will be ignored.\n"12655msgstr ""12656"\n"12657"Escriviu el missatge de l'etiqueta:\n"12658" %s\n"12659"Les línies que comencin amb '%c' s'ignoraran.\n"1266012661#: builtin/tag.c:12112662#, c-format12663msgid ""12664"\n"12665"Write a message for tag:\n"12666" %s\n"12667"Lines starting with '%c' will be kept; you may remove them yourself if you "12668"want to.\n"12669msgstr ""12670"\n"12671"Escriviu el missatge de l'etiqueta:\n"12672" %s\n"12673"Les línies que comencin amb '%c' es retindran; podeu eliminar-les per vós "12674"mateix si voleu.\n"1267512676#: builtin/tag.c:19912677msgid "unable to sign the tag"12678msgstr "no s'ha pogut signar l'etiqueta"1267912680#: builtin/tag.c:20112681msgid "unable to write tag file"12682msgstr "no s'ha pogut escriure el fitxer d'etiqueta"1268312684#: builtin/tag.c:22612685msgid "bad object type."12686msgstr "el tipus d'objecte és dolent."1268712688#: builtin/tag.c:23912689msgid "tag header too big."12690msgstr "la capçalera d'etiqueta és massa gran."1269112692#: builtin/tag.c:27512693msgid "no tag message?"12694msgstr "no hi ha cap missatge d'etiqueta?"1269512696#: builtin/tag.c:28112697#, c-format12698msgid "The tag message has been left in %s\n"12699msgstr "S'ha deixat el missatge de l'etiqueta en %s\n"1270012701#: builtin/tag.c:33912702msgid "list tag names"12703msgstr "llista els noms d'etiqueta"1270412705#: builtin/tag.c:34112706msgid "print <n> lines of each tag message"12707msgstr "imprimeix <n> línies de cada missatge d'etiqueta"1270812709#: builtin/tag.c:34312710msgid "delete tags"12711msgstr "suprimeix les etiquetes"1271212713#: builtin/tag.c:34412714msgid "verify tags"12715msgstr "verifica les etiquetes"1271612717#: builtin/tag.c:34612718msgid "Tag creation options"12719msgstr "Opcions de creació d'etiquetes"1272012721#: builtin/tag.c:34812722msgid "annotated tag, needs a message"12723msgstr "etiqueta anotada, necessita un missatge"1272412725#: builtin/tag.c:35012726msgid "tag message"12727msgstr "missatge d'etiqueta"1272812729#: builtin/tag.c:35212730msgid "annotated and GPG-signed tag"12731msgstr "etiqueta anotada i signada per GPG"1273212733#: builtin/tag.c:35612734msgid "use another key to sign the tag"12735msgstr "usa una altra clau per a signar l'etiqueta"1273612737#: builtin/tag.c:35712738msgid "replace the tag if exists"12739msgstr "reemplaça l'etiqueta si existeix"1274012741#: builtin/tag.c:358 builtin/update-ref.c:36812742msgid "create a reflog"12743msgstr "crea un registre de referències"1274412745#: builtin/tag.c:36012746msgid "Tag listing options"12747msgstr "Opcions de llistat d'etiquetes"1274812749#: builtin/tag.c:36112750msgid "show tag list in columns"12751msgstr "mostra la llista d'etiquetes en columnes"1275212753#: builtin/tag.c:362 builtin/tag.c:36312754msgid "print only tags that contain the commit"12755msgstr "imprimeix només les etiquetes que continguin la comissió"1275612757#: builtin/tag.c:36412758msgid "print only tags that are merged"12759msgstr "imprimeix només les etiquetes que s'han fusionat"1276012761#: builtin/tag.c:36512762msgid "print only tags that are not merged"12763msgstr "imprimeix només les etiquetes que no s'han fusionat"1276412765#: builtin/tag.c:37012766msgid "print only tags of the object"12767msgstr "imprimeix només les etiquetes de l'objecte"1276812769#: builtin/tag.c:39912770msgid "--column and -n are incompatible"12771msgstr "--column i -n són incompatibles"1277212773#: builtin/tag.c:41912774msgid "-n option is only allowed with -l."12775msgstr "es permet l'opció -n només amb -l."1277612777#: builtin/tag.c:42112778msgid "--contains option is only allowed with -l."12779msgstr "es permet l'opció --contains només amb -l."1278012781#: builtin/tag.c:42312782msgid "--points-at option is only allowed with -l."12783msgstr "es permet --points-at option només amb -l."1278412785#: builtin/tag.c:42512786msgid "--merged and --no-merged option are only allowed with -l"12787msgstr "es permeten les opcions --merged i --no-merged només amb -l"1278812789#: builtin/tag.c:43312790msgid "only one -F or -m option is allowed."12791msgstr "només es permet una opció -F o -m."1279212793#: builtin/tag.c:45212794msgid "too many params"12795msgstr "massa paràmetres"1279612797#: builtin/tag.c:45812798#, c-format12799msgid "'%s' is not a valid tag name."12800msgstr "'%s' no és un nom d'etiqueta vàlid."1280112802#: builtin/tag.c:46312803#, c-format12804msgid "tag '%s' already exists"12805msgstr "l'etiqueta '%s' ja existeix"1280612807#: builtin/tag.c:49112808#, c-format12809msgid "Updated tag '%s' (was %s)\n"12810msgstr "Etiqueta '%s' actualitzada (era %s)\n"1281112812#: builtin/unpack-objects.c:49312813msgid "Unpacking objects"12814msgstr "S'estan desempaquetant els objectes"1281512816#: builtin/update-index.c:7912817#, c-format12818msgid "failed to create directory %s"12819msgstr "s'ha fallat en crear el directori %s"1282012821#: builtin/update-index.c:8512822#, c-format12823msgid "failed to stat %s"12824msgstr "s'ha fallat en fer stat a %s"1282512826#: builtin/update-index.c:9512827#, c-format12828msgid "failed to create file %s"12829msgstr "s'ha fallat en crear el fitxer %s"1283012831#: builtin/update-index.c:10312832#, c-format12833msgid "failed to delete file %s"12834msgstr "s'ha fallat en suprimir el fitxer %s"1283512836#: builtin/update-index.c:110 builtin/update-index.c:21212837#, c-format12838msgid "failed to delete directory %s"12839msgstr "s'ha fallat en suprimir el directori %s"1284012841#: builtin/update-index.c:13312842#, c-format12843msgid "Testing mtime in '%s' "12844msgstr "S'està provant mtime en '%s' "1284512846#: builtin/update-index.c:14512847msgid "directory stat info does not change after adding a new file"12848msgstr ""12849"la informació d'stat de directori no canvia després d'afegir un fitxer nou"1285012851#: builtin/update-index.c:15812852msgid "directory stat info does not change after adding a new directory"12853msgstr ""12854"la informació d'stat de directori no canvia després d'afegir un directori nou"1285512856#: builtin/update-index.c:17112857msgid "directory stat info changes after updating a file"12858msgstr ""12859"la informació d'stat de directori canvia després d'actualitzar un fitxer"1286012861#: builtin/update-index.c:18212862msgid "directory stat info changes after adding a file inside subdirectory"12863msgstr ""12864"la informació d'stat de directori canvia després d'afegir un fitxer dins "12865"d'un subdirectori"1286612867#: builtin/update-index.c:19312868msgid "directory stat info does not change after deleting a file"12869msgstr ""12870"la informació d'stat de directori no canvia després de suprimir un fitxer"1287112872#: builtin/update-index.c:20612873msgid "directory stat info does not change after deleting a directory"12874msgstr ""12875"la informació d'stat de directori no canvia després de suprimir un directori"1287612877#: builtin/update-index.c:21312878msgid " OK"12879msgstr " D'acord"1288012881#: builtin/update-index.c:56412882msgid "git update-index [<options>] [--] [<file>...]"12883msgstr "git update-index [<opcions>] [--] [<fitxer>...]"1288412885#: builtin/update-index.c:91912886msgid "continue refresh even when index needs update"12887msgstr ""12888"continua l'actualització encara que l'índex necessiti una actualització"1288912890#: builtin/update-index.c:92212891msgid "refresh: ignore submodules"12892msgstr "actualitza: ignora els submòduls"1289312894#: builtin/update-index.c:92512895msgid "do not ignore new files"12896msgstr "no ignoris els fitxers nous"1289712898#: builtin/update-index.c:92712899msgid "let files replace directories and vice-versa"12900msgstr "deixa que els fitxers reemplacin els directoris i viceversa"1290112902#: builtin/update-index.c:92912903msgid "notice files missing from worktree"12904msgstr "tingues en compte els fitxers absents de l'arbre de treball"1290512906#: builtin/update-index.c:93112907msgid "refresh even if index contains unmerged entries"12908msgstr "actualitza encara que l'índex contingui entrades no fusionades"1290912910#: builtin/update-index.c:93412911msgid "refresh stat information"12912msgstr "actualitza la informació d'estadístiques"1291312914#: builtin/update-index.c:93812915msgid "like --refresh, but ignore assume-unchanged setting"12916msgstr "com --refresh, però ignora l'ajust assume-unchanged"1291712918#: builtin/update-index.c:94212919msgid "<mode>,<object>,<path>"12920msgstr "<mode>,<objecte>,<camí>"1292112922#: builtin/update-index.c:94312923msgid "add the specified entry to the index"12924msgstr "afegeix l'entrada especificada a l'índex"1292512926#: builtin/update-index.c:95212927msgid "mark files as \"not changing\""12928msgstr "marca els fitxers com a \"no canviant\""1292912930#: builtin/update-index.c:95512931msgid "clear assumed-unchanged bit"12932msgstr "neteja el bit assumed-unchanged"1293312934#: builtin/update-index.c:95812935msgid "mark files as \"index-only\""12936msgstr "marca els fitxers com a \"només índex\""1293712938#: builtin/update-index.c:96112939msgid "clear skip-worktree bit"12940msgstr "neteja el bit skip-worktree"1294112942#: builtin/update-index.c:96412943msgid "add to index only; do not add content to object database"12944msgstr ""12945"només afegeix a l'índex; no afegeixis el contingut a la base de dades "12946"d'objectes"1294712948#: builtin/update-index.c:96612949msgid "remove named paths even if present in worktree"12950msgstr ""12951"elimina els camins anomenats encara que estiguin presents en l'arbre de "12952"treball"1295312954#: builtin/update-index.c:96812955msgid "with --stdin: input lines are terminated by null bytes"12956msgstr "amb --stdin: les línies d'entrada acaben amb octets nuls"1295712958#: builtin/update-index.c:97012959msgid "read list of paths to be updated from standard input"12960msgstr "llegeix la llista de camins a actualitzar des de l'entrada estàndard"1296112962#: builtin/update-index.c:97412963msgid "add entries from standard input to the index"12964msgstr "afegeix les entrades de l'entrada estàndard a l'índex"1296512966#: builtin/update-index.c:97812967msgid "repopulate stages #2 and #3 for the listed paths"12968msgstr "reemplena les etapes #2 i #3 per als camins llistats"1296912970#: builtin/update-index.c:98212971msgid "only update entries that differ from HEAD"12972msgstr "només actualitza les entrades que difereixin de HEAD"1297312974#: builtin/update-index.c:98612975msgid "ignore files missing from worktree"12976msgstr "ignora els fitxers absents de l'arbre de treball"1297712978#: builtin/update-index.c:98912979msgid "report actions to standard output"12980msgstr "informa de les accions en la sortida estàndard"1298112982#: builtin/update-index.c:99112983msgid "(for porcelains) forget saved unresolved conflicts"12984msgstr "(per a porcellanes) oblida't dels conflictes no resolts ni desats"1298512986#: builtin/update-index.c:99512987msgid "write index in this format"12988msgstr "escriu l'índex en aquest format"1298912990#: builtin/update-index.c:99712991msgid "enable or disable split index"12992msgstr "habilita o inhabilita l'índex dividit"1299312994#: builtin/update-index.c:99912995msgid "enable/disable untracked cache"12996msgstr "habilita/inhabilita la memòria cau no seguida"1299712998#: builtin/update-index.c:100112999msgid "test if the filesystem supports untracked cache"13000msgstr "prova si el sistema de fitxers admet la memòria cau no seguida"1300113002#: builtin/update-index.c:100313003msgid "enable untracked cache without testing the filesystem"13004msgstr "habilita la memòria cau no seguida sense provar el sistema de fitxers"1300513006#: builtin/update-index.c:111913007msgid ""13008"core.untrackedCache is set to true; remove or change it, if you really want "13009"to disable the untracked cache"13010msgstr ""13011"core.untrackedCache està establert a veritable; elimineu-lo o canvieu-lo, si "13012"realment voleu inhabilitar el cau no seguit"1301313014#: builtin/update-index.c:112313015msgid "Untracked cache disabled"13016msgstr "La memòria cau no seguida està inhabilitada"1301713018#: builtin/update-index.c:113113019msgid ""13020"core.untrackedCache is set to false; remove or change it, if you really want "13021"to enable the untracked cache"13022msgstr ""13023"core.untrackedCache està establert a fals; elimineu-lo o canviar-lo, si "13024"realment voleu habilitar el cau no seguit"1302513026#: builtin/update-index.c:113513027#, c-format13028msgid "Untracked cache enabled for '%s'"13029msgstr "La memòria cau no seguida està habilitada per a '%s'"1303013031#: builtin/update-ref.c:913032msgid "git update-ref [<options>] -d <refname> [<old-val>]"13033msgstr "git update-ref [<opcions>] -d <nom-de-referència> [<valor-antic>]"1303413035#: builtin/update-ref.c:1013036msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"13037msgstr ""13038"git update-ref [<opcions>] <nom-de-referència> <valor-nou> [<valor-antic>]"1303913040#: builtin/update-ref.c:1113041msgid "git update-ref [<options>] --stdin [-z]"13042msgstr "git update-ref [<opcions>] --stdin [-z]"1304313044#: builtin/update-ref.c:36313045msgid "delete the reference"13046msgstr "suprimeix la referència"1304713048#: builtin/update-ref.c:36513049msgid "update <refname> not the one it points to"13050msgstr "actualitza <nom de referència>, no la que assenyali"1305113052#: builtin/update-ref.c:36613053msgid "stdin has NUL-terminated arguments"13054msgstr "stdin té paràmetres acabats amb NUL"1305513056#: builtin/update-ref.c:36713057msgid "read updates from stdin"13058msgstr "llegeix les actualitzacions des d'stdin"1305913060#: builtin/update-server-info.c:613061msgid "git update-server-info [--force]"13062msgstr "git update-server-info [--force]"1306313064#: builtin/update-server-info.c:1413065msgid "update the info files from scratch"13066msgstr "actualitza els fitxers d'informació des de zero"1306713068#: builtin/verify-commit.c:1713069msgid "git verify-commit [-v | --verbose] <commit>..."13070msgstr "git verify-commit [-v | --verbose] <comissió>..."1307113072#: builtin/verify-commit.c:7213073msgid "print commit contents"13074msgstr "imprimeix els continguts de la comissió"1307513076#: builtin/verify-commit.c:73 builtin/verify-tag.c:3513077msgid "print raw gpg status output"13078msgstr "imprimeix la sortida crua de l'estat gpg"1307913080#: builtin/verify-pack.c:5413081msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."13082msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <paquet>..."1308313084#: builtin/verify-pack.c:6413085msgid "verbose"13086msgstr "detallat"1308713088#: builtin/verify-pack.c:6613089msgid "show statistics only"13090msgstr "mostra només estadístiques"1309113092#: builtin/verify-tag.c:1713093msgid "git verify-tag [-v | --verbose] <tag>..."13094msgstr "git verify-tag [-v | --verbose] <etiqueta>..."1309513096#: builtin/verify-tag.c:3413097msgid "print tag contents"13098msgstr "imprimeix els continguts de l'etiqueta"1309913100#: builtin/worktree.c:1513101msgid "git worktree add [<options>] <path> [<branch>]"13102msgstr "git worktree add [<opcions>] <camí> [<branca>]"1310313104#: builtin/worktree.c:1613105msgid "git worktree list [<options>]"13106msgstr "git worktree list [<opcions>]"1310713108#: builtin/worktree.c:1713109msgid "git worktree lock [<options>] <path>"13110msgstr "git worktree lock [<opcions>] <camí>"1311113112#: builtin/worktree.c:1813113msgid "git worktree prune [<options>]"13114msgstr "git worktree prune [<opcions>]"1311513116#: builtin/worktree.c:1913117msgid "git worktree unlock <path>"13118msgstr "git worktree unlock <camí>"1311913120#: builtin/worktree.c:4213121#, c-format13122msgid "Removing worktrees/%s: not a valid directory"13123msgstr "Eliminació de worktrees/%s: no és un directori vàlid"1312413125#: builtin/worktree.c:4813126#, c-format13127msgid "Removing worktrees/%s: gitdir file does not exist"13128msgstr "Eliminació de worktrees/%s: el fitxer gitdir no existeix"1312913130#: builtin/worktree.c:5313131#, c-format13132msgid "Removing worktrees/%s: unable to read gitdir file (%s)"13133msgstr "Eliminació de worktrees/%s: no s'ha pogut llegir el fitxer gitdir (%s)"1313413135#: builtin/worktree.c:6413136#, c-format13137msgid "Removing worktrees/%s: invalid gitdir file"13138msgstr "Eliminació de worktrees/%s: fitxer gitdir no vàlid"1313913140#: builtin/worktree.c:8013141#, c-format13142msgid "Removing worktrees/%s: gitdir file points to non-existent location"13143msgstr ""13144"Eliminació de worktrees/%s: el fitxer gitdir es refereix a una ubicació no "13145"existent"1314613147#: builtin/worktree.c:20413148#, c-format13149msgid "'%s' already exists"13150msgstr "'%s' ja existeix"1315113152#: builtin/worktree.c:23613153#, c-format13154msgid "could not create directory of '%s'"13155msgstr "no s'ha pogut crear directori de '%s'"1315613157#: builtin/worktree.c:27213158#, c-format13159msgid "Preparing %s (identifier %s)"13160msgstr "S'està preparant %s (identificador %s)"1316113162#: builtin/worktree.c:32313163msgid "checkout <branch> even if already checked out in other worktree"13164msgstr "agafa <branca> encara que sigui agafada en altre arbre de treball"1316513166#: builtin/worktree.c:32513167msgid "create a new branch"13168msgstr "crea una branca nova"1316913170#: builtin/worktree.c:32713171msgid "create or reset a branch"13172msgstr "crea o restableix una branca"1317313174#: builtin/worktree.c:32913175msgid "populate the new working tree"13176msgstr "emplena l'arbre de treball nou"1317713178#: builtin/worktree.c:33713179msgid "-b, -B, and --detach are mutually exclusive"13180msgstr "-b, -B i --detach són mutualment exclusius"1318113182#: builtin/worktree.c:47013183msgid "reason for locking"13184msgstr "raó per bloquejar"1318513186#: builtin/worktree.c:482 builtin/worktree.c:51513187#, c-format13188msgid "'%s' is not a working tree"13189msgstr "'%s' no és un arbre de treball"1319013191#: builtin/worktree.c:484 builtin/worktree.c:51713192msgid "The main working tree cannot be locked or unlocked"13193msgstr "No es pot bloquejar ni desbloquejar l'arbre de treball principal"1319413195#: builtin/worktree.c:48913196#, c-format13197msgid "'%s' is already locked, reason: %s"13198msgstr "'%s' ja està bloquejat, raó: '%s'"1319913200#: builtin/worktree.c:49113201#, c-format13202msgid "'%s' is already locked"13203msgstr "'%s' ja està bloquejat"1320413205#: builtin/worktree.c:51913206#, c-format13207msgid "'%s' is not locked"13208msgstr "'%s' no està bloquejat"1320913210#: builtin/write-tree.c:1313211msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"13212msgstr "git write-tree [--missing-ok] [--prefix=<prefix>/]"1321313214#: builtin/write-tree.c:2613215msgid "<prefix>/"13216msgstr "<prefix>/"1321713218#: builtin/write-tree.c:2713219msgid "write tree object for a subdirectory <prefix>"13220msgstr "escriu l'objecte d'arbre per a un subdirectori <prefix>"1322113222#: builtin/write-tree.c:3013223msgid "only useful for debugging"13224msgstr "només útil per a la depuració"1322513226#: upload-pack.c:2213227msgid "git upload-pack [<options>] <dir>"13228msgstr "git upload-pack [<opcions>] <directori>"1322913230#: upload-pack.c:102813231msgid "quit after a single request/response exchange"13232msgstr "surt després d'un sol intercanvi de sol·licitud/resposta"1323313234#: upload-pack.c:103013235msgid "exit immediately after initial ref advertisement"13236msgstr "surt immediatament després del anunci inicial de referència"1323713238#: upload-pack.c:103213239msgid "do not try <directory>/.git/ if <directory> is no Git directory"13240msgstr ""13241"no intentis <directori>/.git/ si <directori> no és cap directori del Git"1324213243#: upload-pack.c:103413244msgid "interrupt transfer after <n> seconds of inactivity"13245msgstr "interromp la transferència després de <n> segons d'inactivitat"1324613247#: credential-cache--daemon.c:22313248#, c-format13249msgid ""13250"The permissions on your socket directory are too loose; other\n"13251"users may be able to read your cached credentials. Consider running:\n"13252"\n"13253"\tchmod 0700 %s"13254msgstr ""13255"Els permisos en el vostre directori de sòcol són massa liberals;\n"13256"potser que altres usuaris poden llegir els vostres credencials.\n"13257"Considereu executar:\n"13258"\n"13259"\tchmod 0700 %s"1326013261#: credential-cache--daemon.c:27113262msgid "print debugging messages to stderr"13263msgstr "imprimeix els missatges de depuració a stderr"1326413265#: git.c:1413266msgid ""13267"'git help -a' and 'git help -g' list available subcommands and some\n"13268"concept guides. See 'git help <command>' or 'git help <concept>'\n"13269"to read about a specific subcommand or concept."13270msgstr ""13271"'git help -a' i 'git help -g' llisten subordres disponibles i\n"13272"algunes guies de concepte. Vegeu 'git help <ordre>' o\n"13273"'git help <concepte>' per a llegir sobre una subordre o concepte\n"13274"específic."1327513276#: http.c:34213277msgid "Delegation control is not supported with cURL < 7.22.0"13278msgstr "No s'admet el control de delegació amb el cURL < 7.22.0"1327913280#: http.c:35113281msgid "Public key pinning not supported with cURL < 7.44.0"13282msgstr "No s'admet l'enganx de clau pública amb cURL < 7.44.0"1328313284#: common-cmds.h:913285msgid "start a working area (see also: git help tutorial)"13286msgstr "començar una àrea de treball (vegeu també: git help tutorial)"1328713288#: common-cmds.h:1013289msgid "work on the current change (see also: git help everyday)"13290msgstr "treballar en el canvi actual (vegeu també: git help everyday)"1329113292#: common-cmds.h:1113293msgid "examine the history and state (see also: git help revisions)"13294msgstr "examinar la història i l'estat (vegeu també: git help revisions)"1329513296#: common-cmds.h:1213297msgid "grow, mark and tweak your common history"13298msgstr "fer créixer, marcar i ajustar la vostra història comuna"1329913300#: common-cmds.h:1313301msgid "collaborate (see also: git help workflows)"13302msgstr "col·laborar (vegeu també: git help workflow)"1330313304#: common-cmds.h:1713305msgid "Add file contents to the index"13306msgstr "Afegeix els continguts dels fitxers a l'índex"1330713308#: common-cmds.h:1813309msgid "Use binary search to find the commit that introduced a bug"13310msgstr "Troba per cerca binària el canvi que hagi introduït un defecte"1331113312#: common-cmds.h:1913313msgid "List, create, or delete branches"13314msgstr "Llista, crea o suprimeix branques"1331513316#: common-cmds.h:2013317msgid "Switch branches or restore working tree files"13318msgstr "Canvia de branca o restaura els fitxers de l'arbre de treball"1331913320#: common-cmds.h:2113321msgid "Clone a repository into a new directory"13322msgstr "Clona un dipòsit a un directori nou"1332313324#: common-cmds.h:2213325msgid "Record changes to the repository"13326msgstr "Registra els canvis al dipòsit"1332713328#: common-cmds.h:2313329msgid "Show changes between commits, commit and working tree, etc"13330msgstr ""13331"Mostra els canvis entre comissions, la comissió i l'arbre de treball, etc."1333213333#: common-cmds.h:2413334msgid "Download objects and refs from another repository"13335msgstr "Baixa objectes i referències d'un altre dipòsit"1333613337#: common-cmds.h:2513338msgid "Print lines matching a pattern"13339msgstr "Imprimeix les línies coincidents amb un patró"1334013341#: common-cmds.h:2613342msgid "Create an empty Git repository or reinitialize an existing one"13343msgstr "Crea un dipòsit de Git buit o reinicialitza un existent"1334413345#: common-cmds.h:2713346msgid "Show commit logs"13347msgstr "Mostra els registres de comissió"1334813349#: common-cmds.h:2813350msgid "Join two or more development histories together"13351msgstr "Uneix dues o més històries de desenvolupament"1335213353#: common-cmds.h:2913354msgid "Move or rename a file, a directory, or a symlink"13355msgstr "Mou o canvia de nom a un fitxer, directori o enllaç simbòlic"1335613357#: common-cmds.h:3013358msgid "Fetch from and integrate with another repository or a local branch"13359msgstr "Obtén de i integra amb un altre dipòsit o una branca local"1336013361#: common-cmds.h:3113362msgid "Update remote refs along with associated objects"13363msgstr ""13364"Actualitza les referències remotes juntament amb els objectes associats"1336513366#: common-cmds.h:3213367msgid "Reapply commits on top of another base tip"13368msgstr "Reaplica les comissions sobre un altre punt de basament"1336913370#: common-cmds.h:3313371msgid "Reset current HEAD to the specified state"13372msgstr "Restableix el HEAD actual a l'estat especificat"1337313374#: common-cmds.h:3413375msgid "Remove files from the working tree and from the index"13376msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1337713378#: common-cmds.h:3513379msgid "Show various types of objects"13380msgstr "Mostra diversos tipus d'objectes"1338113382#: common-cmds.h:3613383msgid "Show the working tree status"13384msgstr "Mostra l'estat de l'arbre de treball"1338513386#: common-cmds.h:3713387msgid "Create, list, delete or verify a tag object signed with GPG"13388msgstr ""13389"Crea, llista, suprimeix o verifica un objecte d'etiqueta signat amb GPG"1339013391#: parse-options.h:14513392msgid "expiry-date"13393msgstr "data-de-caducitat"1339413395#: parse-options.h:16013396msgid "no-op (backward compatibility)"13397msgstr "operació nul·la (per a compatibilitat amb versions anteriors)"1339813399#: parse-options.h:23813400msgid "be more verbose"13401msgstr "sigues més detallat"1340213403#: parse-options.h:24013404msgid "be more quiet"13405msgstr "sigues més callat"1340613407#: parse-options.h:24613408msgid "use <n> digits to display SHA-1s"13409msgstr "usa <n> xifres per presentar els SHA-1"1341013411#: rerere.h:4013412msgid "update the index with reused conflict resolution if possible"13413msgstr ""13414"actualitza l'índex amb la resolució de conflicte reusada si és possible"1341513416#: git-bisect.sh:5413417msgid "You need to start by \"git bisect start\""13418msgstr "Cal començar per \"git bisect start\""1341913420#. TRANSLATORS: Make sure to include [Y] and [n] in your13421#. translation. The program will only accept English input13422#. at this point.13423#: git-bisect.sh:6013424msgid "Do you want me to do it for you [Y/n]? "13425msgstr "Voleu que ho faci per vós [Y/n]? "1342613427#: git-bisect.sh:12113428#, sh-format13429msgid "unrecognised option: '$arg'"13430msgstr "opció no reconeguda: '$arg'"1343113432#: git-bisect.sh:12513433#, sh-format13434msgid "'$arg' does not appear to be a valid revision"13435msgstr "'$arg' no sembla una revisió vàlida"1343613437#: git-bisect.sh:15413438msgid "Bad HEAD - I need a HEAD"13439msgstr "HEAD dolent - Cal un HEAD"1344013441#: git-bisect.sh:16713442#, sh-format13443msgid ""13444"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."13445msgstr ""13446"L'agafament de '$start_head' ha fallat. Proveu 'git bisect reset <branca-"13447"vàlida>'."1344813449#: git-bisect.sh:17713450msgid "won't bisect on cg-seek'ed tree"13451msgstr "no es bisecarà en un arbre en el qual s'ha fet cg-seek"1345213453#: git-bisect.sh:18113454msgid "Bad HEAD - strange symbolic ref"13455msgstr "HEAD dolent - referència simbòlica estranya"1345613457#: git-bisect.sh:23313458#, sh-format13459msgid "Bad bisect_write argument: $state"13460msgstr "Paràmetre bisect_write dolent: $state"1346113462#: git-bisect.sh:26213463#, sh-format13464msgid "Bad rev input: $arg"13465msgstr "Introducció de revisió dolenta: $arg"1346613467#: git-bisect.sh:28113468#, sh-format13469msgid "Bad rev input: $bisected_head"13470msgstr "Entrada de revisió dolenta: $bisected_head"1347113472#: git-bisect.sh:29013473#, sh-format13474msgid "Bad rev input: $rev"13475msgstr "Introducció de revisió dolenta: $rev"1347613477#: git-bisect.sh:29913478#, sh-format13479msgid "'git bisect $TERM_BAD' can take only one argument."13480msgstr "'git bisect $TERM_BAD' pot acceptar només un paràmetre."1348113482#: git-bisect.sh:32213483#, sh-format13484msgid "Warning: bisecting only with a $TERM_BAD commit."13485msgstr "Advertència: bisecant amb només comissió $TERM_BAD."1348613487#. TRANSLATORS: Make sure to include [Y] and [n] in your13488#. translation. The program will only accept English input13489#. at this point.13490#: git-bisect.sh:32813491msgid "Are you sure [Y/n]? "13492msgstr "N'esteu segur [Y/n]? "1349313494#: git-bisect.sh:34013495#, sh-format13496msgid ""13497"You need to give me at least one $bad_syn and one $good_syn revision.\n"13498"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"13499msgstr ""13500"Cal donar-me almenys una revisió $bad_syn i una $good_syn.\n"13501"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1350213503#: git-bisect.sh:34313504#, sh-format13505msgid ""13506"You need to start by \"git bisect start\".\n"13507"You then need to give me at least one $good_syn and one $bad_syn revision.\n"13508"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"13509msgstr ""13510"Cal començar amb \"git bisect start\".\n"13511"Després cal donar-me almenys una revisió $good_syn i una $bad_syn.\n"13512"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1351313514#: git-bisect.sh:414 git-bisect.sh:54613515msgid "We are not bisecting."13516msgstr "No estem bisecant."1351713518#: git-bisect.sh:42113519#, sh-format13520msgid "'$invalid' is not a valid commit"13521msgstr "'$invalid' no és una comissió vàlida"1352213523#: git-bisect.sh:43013524#, sh-format13525msgid ""13526"Could not check out original HEAD '$branch'.\n"13527"Try 'git bisect reset <commit>'."13528msgstr ""13529"No s'ha pogut agafar el HEAD original '$branch'.\n"13530"Proveu 'git bisect reset <comissió>'."1353113532#: git-bisect.sh:45813533msgid "No logfile given"13534msgstr "Cap fitxer de registre donat"1353513536#: git-bisect.sh:45913537#, sh-format13538msgid "cannot read $file for replaying"13539msgstr "no es pot llegir $file per a reproducció"1354013541#: git-bisect.sh:48013542msgid "?? what are you talking about?"13543msgstr "?? de què parleu?"1354413545#: git-bisect.sh:49213546#, sh-format13547msgid "running $command"13548msgstr "s'està executant $command"1354913550#: git-bisect.sh:49913551#, sh-format13552msgid ""13553"bisect run failed:\n"13554"exit code $res from '$command' is < 0 or >= 128"13555msgstr ""13556"el pas de bisecció ha fallat:\n"13557"el codi de sortida $res de '$command' és < 0 o >= 128"1355813559#: git-bisect.sh:52513560msgid "bisect run cannot continue any more"13561msgstr "el pas de bisecció no pot continuar més"1356213563#: git-bisect.sh:53113564#, sh-format13565msgid ""13566"bisect run failed:\n"13567"'bisect_state $state' exited with error code $res"13568msgstr ""13569"el pas de bisecció ha fallat:\n"13570"'bisect_state $state' ha surt amb el codi d'error $res"1357113572#: git-bisect.sh:53813573msgid "bisect run success"13574msgstr "pas de bisecció reeixit"1357513576#: git-bisect.sh:56513577msgid "please use two different terms"13578msgstr "si us plau, useu dos termes distintes"1357913580#: git-bisect.sh:57513581#, sh-format13582msgid "'$term' is not a valid term"13583msgstr "'$term' no és un terme vàlid"1358413585#: git-bisect.sh:57813586#, sh-format13587msgid "can't use the builtin command '$term' as a term"13588msgstr "no es pot usar l'ordre interna '$term' com a terme"1358913590#: git-bisect.sh:587 git-bisect.sh:59313591#, sh-format13592msgid "can't change the meaning of term '$term'"13593msgstr "no es pot canviar el significat del terme '$term'"1359413595#: git-bisect.sh:60613596#, sh-format13597msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."13598msgstr ""13599"Ordre no vàlida: actualment esteu en una bisecció $TERM_BAD/$TERM_GOOD."1360013601#: git-bisect.sh:63613602msgid "no terms defined"13603msgstr "cap terme definit"1360413605#: git-bisect.sh:65313606#, sh-format13607msgid ""13608"invalid argument $arg for 'git bisect terms'.\n"13609"Supported options are: --term-good|--term-old and --term-bad|--term-new."13610msgstr ""13611"paràmetre no vàlid $arg per a 'git bisect terms'.\n"13612"Les opcions admeses són: --term-good|--term-old i --term-bad|--term-new."1361313614#: git-merge-octopus.sh:4613615msgid ""13616"Error: Your local changes to the following files would be overwritten by "13617"merge"13618msgstr ""13619"Error: Els vostres canvis locals als fitxers següents se sobreescriurien per "13620"fusionar"1362113622#: git-merge-octopus.sh:6113623msgid "Automated merge did not work."13624msgstr "La fusió automàtica no ha funcionat."1362513626#: git-merge-octopus.sh:6213627msgid "Should not be doing an octopus."13628msgstr "No s'ha de fer un pop."1362913630#: git-merge-octopus.sh:7313631#, sh-format13632msgid "Unable to find common commit with $pretty_name"13633msgstr "No s'ha pogut trobar cap comissió en comú amb $pretty_name"1363413635#: git-merge-octopus.sh:7713636#, sh-format13637msgid "Already up-to-date with $pretty_name"13638msgstr "Ja al dia amb $pretty_name"1363913640#: git-merge-octopus.sh:8913641#, sh-format13642msgid "Fast-forwarding to: $pretty_name"13643msgstr "S'està avançant ràpidament a: $pretty_name"1364413645#: git-merge-octopus.sh:9713646#, sh-format13647msgid "Trying simple merge with $pretty_name"13648msgstr "S'està intentant una fusió simple amb $pretty_name"1364913650#: git-merge-octopus.sh:10213651msgid "Simple merge did not work, trying automatic merge."13652msgstr ""13653"La fusió simple no ha funcionat, s'està intentant una fusió automàtica."1365413655#: git-rebase.sh:5613656msgid ""13657"When you have resolved this problem, run \"git rebase --continue\".\n"13658"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"13659"To check out the original branch and stop rebasing, run \"git rebase --abort"13660"\"."13661msgstr ""13662"Quan hàgiu resolt aquest problema, executeu \"git rebase --continue\".\n"13663"Si preferiu saltar aquest pedaç, executeu \"git rebase --skip\" en lloc "13664"d'això.\n"13665"Per a agafar la branca original i deixar de rebasar, executeu \"git rebase --"13666"abort\"."1366713668#: git-rebase.sh:156 git-rebase.sh:39513669#, sh-format13670msgid "Could not move back to $head_name"13671msgstr "No s'ha pogut tornar a $head_name"1367213673#: git-rebase.sh:16713674msgid "Applied autostash."13675msgstr "S'ha aplicat el magatzem automàtic."1367613677#: git-rebase.sh:17013678#, sh-format13679msgid "Cannot store $stash_sha1"13680msgstr "No es pot emmagatzemar $stash_sha1"1368113682#: git-rebase.sh:17113683msgid ""13684"Applying autostash resulted in conflicts.\n"13685"Your changes are safe in the stash.\n"13686"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"13687msgstr ""13688"L'aplicació del magatzem automàtic ha resultat en conflictes.\n"13689"Els vostres canvis estan segurs en el magatzem.\n"13690"Podeu executar \"git stash pop\" o \"git stash drop\" en qualsevol moment.\n"1369113692#: git-rebase.sh:21013693msgid "The pre-rebase hook refused to rebase."13694msgstr "El ganxo de prerebasament ha refusat rebasar."1369513696#: git-rebase.sh:21513697msgid "It looks like git-am is in progress. Cannot rebase."13698msgstr "Sembla que git-am està en curs. No es pot rebasar."1369913700#: git-rebase.sh:35613701msgid "No rebase in progress?"13702msgstr "No hi ha rebasament en curs?"1370313704#: git-rebase.sh:36713705msgid "The --edit-todo action can only be used during interactive rebase."13706msgstr ""13707"L'acció --edit-todo només es pot usar durant un rebasament interactiva."1370813709#: git-rebase.sh:37413710msgid "Cannot read HEAD"13711msgstr "No es pot llegir HEAD"1371213713#: git-rebase.sh:37713714msgid ""13715"You must edit all merge conflicts and then\n"13716"mark them as resolved using git add"13717msgstr ""13718"Heu d'editar tots els conflictes de fusió i després\n"13719"marcar-los com a resolts fent servir git add"1372013721#: git-rebase.sh:41413722#, sh-format13723msgid ""13724"It seems that there is already a $state_dir_base directory, and\n"13725"I wonder if you are in the middle of another rebase. If that is the\n"13726"case, please try\n"13727"\t$cmd_live_rebase\n"13728"If that is not the case, please\n"13729"\t$cmd_clear_stale_rebase\n"13730"and run me again. I am stopping in case you still have something\n"13731"valuable there."13732msgstr ""13733"Sembla que ja hi ha un directori $state_dir_base, i\n"13734"em pregunto si esteu enmig d'un altre rebasament. Si aquest és el\n"13735"cas, si us plau, proveu\n"13736"\t$cmd_live_rebase\n"13737"Si no és el cas, si us plau,\n"13738"\t$cmd_clear_stale_rebase\n"13739"i executeu-me de nou. M'aturo per si encara hi teniu alguna cosa\n"13740"de valor."1374113742#: git-rebase.sh:46513743#, sh-format13744msgid "invalid upstream $upstream_name"13745msgstr "font no vàlida $upstream_name"1374613747#: git-rebase.sh:48913748#, sh-format13749msgid "$onto_name: there are more than one merge bases"13750msgstr "$onto_name: ja hi ha més d'una base de fusió"1375113752#: git-rebase.sh:492 git-rebase.sh:49613753#, sh-format13754msgid "$onto_name: there is no merge base"13755msgstr "$onto_name: no hi ha cap base de fusió"1375613757#: git-rebase.sh:50113758#, sh-format13759msgid "Does not point to a valid commit: $onto_name"13760msgstr "No assenyala una comissió vàlida: $onto_name"1376113762#: git-rebase.sh:52413763#, sh-format13764msgid "fatal: no such branch: $branch_name"13765msgstr "fatal: no hi ha tal branca: $branch_name"1376613767#: git-rebase.sh:55713768msgid "Cannot autostash"13769msgstr "No es pot emmagatzemar automàticament"1377013771#: git-rebase.sh:56213772#, sh-format13773msgid "Created autostash: $stash_abbrev"13774msgstr "S'ha creat un magatzem automàtic: $stash_abbrev"1377513776#: git-rebase.sh:56613777msgid "Please commit or stash them."13778msgstr "Si us plau, cometeu-los o emmagatzemeu-los."1377913780#: git-rebase.sh:58613781#, sh-format13782msgid "Current branch $branch_name is up to date."13783msgstr "La branca actual $branch_name està al dia."1378413785#: git-rebase.sh:59013786#, sh-format13787msgid "Current branch $branch_name is up to date, rebase forced."13788msgstr "La branca actual $branch_name està al dia; rebasament forçada."1378913790#: git-rebase.sh:60113791#, sh-format13792msgid "Changes from $mb to $onto:"13793msgstr "Canvis de $mb a $onto:"1379413795#: git-rebase.sh:61013796msgid "First, rewinding head to replay your work on top of it..."13797msgstr ""13798"Primer, s'està rebobinant el cap per a reproduir el vostre treball al "13799"damunt..."1380013801#: git-rebase.sh:62013802#, sh-format13803msgid "Fast-forwarded $branch_name to $onto_name."13804msgstr "S'ha avançat $branch_name ràpidament a $onto_name."1380513806#: git-stash.sh:5013807msgid "git stash clear with parameters is unimplemented"13808msgstr "git stash clear amb paràmetres no està implementat"1380913810#: git-stash.sh:7313811msgid "You do not have the initial commit yet"13812msgstr "Encara no teniu la comissió inicial"1381313814#: git-stash.sh:8813815msgid "Cannot save the current index state"13816msgstr "No es pot desar l'estat d'índex actual"1381713818#: git-stash.sh:10313819msgid "Cannot save the untracked files"13820msgstr "No es pot desar els fitxers no seguits"1382113822#: git-stash.sh:123 git-stash.sh:13613823msgid "Cannot save the current worktree state"13824msgstr "No es pot desar l'estat d'arbre de treball actual"1382513826#: git-stash.sh:14013827msgid "No changes selected"13828msgstr "No hi ha canvis seleccionats"1382913830#: git-stash.sh:14313831msgid "Cannot remove temporary index (can't happen)"13832msgstr "No es pot eliminar l'índex temporal (això no pot passar)"1383313834#: git-stash.sh:15613835msgid "Cannot record working tree state"13836msgstr "No es pot registrar l'estat de l'arbre de treball"1383713838#: git-stash.sh:18813839#, sh-format13840msgid "Cannot update $ref_stash with $w_commit"13841msgstr "No es pot actualitzar $ref_stash amb $w_commit"1384213843#. TRANSLATORS: $option is an invalid option, like13844#. `--blah-blah'. The 7 spaces at the beginning of the13845#. second line correspond to "error: ". So you should line13846#. up the second line with however many characters the13847#. translation of "error: " takes in your language. E.g. in13848#. English this is:13849#.13850#. $ git stash save --blah-blah 2>&1 | head -n 213851#. error: unknown option for 'stash save': --blah-blah13852#. To provide a message, use git stash save -- '--blah-blah'13853#: git-stash.sh:23813854#, sh-format13855msgid ""13856"error: unknown option for 'stash save': $option\n"13857" To provide a message, use git stash save -- '$option'"13858msgstr ""13859"error: opció desconeguda de 'stash save': $option\n"13860" Per a proveir un missatge, useu git stash save -- '$option'"1386113862#: git-stash.sh:25113863msgid "Can't use --patch and --include-untracked or --all at the same time"13864msgstr "No es poden usar --patch i --include-untracked o --all a la vegada."1386513866#: git-stash.sh:25913867msgid "No local changes to save"13868msgstr "No hi ha canvis locals a desar"1386913870#: git-stash.sh:26313871msgid "Cannot initialize stash"13872msgstr "No es pot inicialitzar el magatzem"1387313874#: git-stash.sh:26713875msgid "Cannot save the current status"13876msgstr "No es pot desar l'estat actual"1387713878#: git-stash.sh:26813879#, sh-format13880msgid "Saved working directory and index state $stash_msg"13881msgstr "S'han desat el directori de treball i l'estat d'ìndex $stash_msg"1388213883#: git-stash.sh:28513884msgid "Cannot remove worktree changes"13885msgstr "No es pot eliminar els canvis de l'arbre de treball"1388613887#: git-stash.sh:40313888#, sh-format13889msgid "unknown option: $opt"13890msgstr "opció desconeguda: $opt"1389113892#: git-stash.sh:41613893msgid "No stash found."13894msgstr "No s'ha trobat cap magatzem."1389513896#: git-stash.sh:42313897#, sh-format13898msgid "Too many revisions specified: $REV"13899msgstr "S'han especificat massa revisions: $REV"1390013901#: git-stash.sh:43813902#, sh-format13903msgid "$reference is not a valid reference"13904msgstr "$reference no és una referència vàlida"1390513906#: git-stash.sh:46613907#, sh-format13908msgid "'$args' is not a stash-like commit"13909msgstr "'$args' no és una comissió de tipus magatzem"1391013911#: git-stash.sh:47713912#, sh-format13913msgid "'$args' is not a stash reference"13914msgstr "'$args' no és una referència de magatzem"1391513916#: git-stash.sh:48513917msgid "unable to refresh index"13918msgstr "no s'ha pogut actualitzar l'índex"1391913920#: git-stash.sh:48913921msgid "Cannot apply a stash in the middle of a merge"13922msgstr "No es pot aplicar un magatzem enmig d'una fusió"1392313924#: git-stash.sh:49713925msgid "Conflicts in index. Try without --index."13926msgstr "Hi ha conflictes en l'índex. Proveu-ho sense --index."1392713928#: git-stash.sh:49913929msgid "Could not save index tree"13930msgstr "No s'ha pogut desar l'arbre d'índex"1393113932#: git-stash.sh:50813933msgid "Could not restore untracked files from stash"13934msgstr "No s'ha pogut restaurar els fitxers no seguits des d'emmagatzematge"1393513936#: git-stash.sh:53313937msgid "Cannot unstage modified files"13938msgstr "No es pot desallistar fitxers modificats"1393913940#: git-stash.sh:54813941msgid "Index was not unstashed."13942msgstr "L'índex no estava sense emmagatzemar."1394313944#: git-stash.sh:56213945msgid "The stash is kept in case you need it again."13946msgstr "Es conserva el magatzem en cas de que el necessiteu altra vegada."1394713948#: git-stash.sh:57113949#, sh-format13950msgid "Dropped ${REV} ($s)"13951msgstr "${REV} ($s) descartada"1395213953#: git-stash.sh:57213954#, sh-format13955msgid "${REV}: Could not drop stash entry"13956msgstr "${REV}: No s'ha pogut descartar l'entrada de magatzem"1395713958#: git-stash.sh:58013959msgid "No branch name specified"13960msgstr "Cap nom de branca especificat"1396113962#: git-stash.sh:65213963msgid "(To restore them type \"git stash apply\")"13964msgstr "(Per restaurar-les teclegeu \"git stash apply\")"1396513966#: git-submodule.sh:18413967msgid "Relative path can only be used from the toplevel of the working tree"13968msgstr ""13969"El camí relatiu només es pot usar des del nivell superior de l'arbre de "13970"treball"1397113972#: git-submodule.sh:19413973#, sh-format13974msgid "repo URL: '$repo' must be absolute or begin with ./|../"13975msgstr "URL de dipòsit: '$repo' ha de ser absolut o començar amb ./|../"1397613977#: git-submodule.sh:21113978#, sh-format13979msgid "'$sm_path' already exists in the index"13980msgstr "'$sm_path' ja existeix en l'índex"1398113982#: git-submodule.sh:21513983#, sh-format13984msgid ""13985"The following path is ignored by one of your .gitignore files:\n"13986"$sm_path\n"13987"Use -f if you really want to add it."13988msgstr ""13989"El camí següent s'ignora per un dels vostres fitxers .gitignore:\n"13990"$sm_path\n"13991"Useu -f si realment voleu afegir-lo."1399213993#: git-submodule.sh:23313994#, sh-format13995msgid "Adding existing repo at '$sm_path' to the index"13996msgstr "S'està afegint el dipòsit existent a '$sm_path' a l'índex"1399713998#: git-submodule.sh:23513999#, sh-format14000msgid "'$sm_path' already exists and is not a valid git repo"14001msgstr "'$sm_path' ja existeix i no és un dipòsit de git vàlid"1400214003#: git-submodule.sh:24314004#, sh-format14005msgid "A git directory for '$sm_name' is found locally with remote(s):"14006msgstr ""14007"Es troba un directori de git per a '$sm_name' localment amb els remots:"1400814009#: git-submodule.sh:24514010#, sh-format14011msgid ""14012"If you want to reuse this local git directory instead of cloning again from\n"14013" $realrepo\n"14014"use the '--force' option. If the local git directory is not the correct "14015"repo\n"14016"or you are unsure what this means choose another name with the '--name' "14017"option."14018msgstr ""14019"Si voleu reusar aquest directori de git local en lloc de clonar de nou de\n"14020" $realrepo\n"14021"useu l'opció '--force'. Si el directori de git local no és el dipòsit "14022"correcte\n"14023"o no esteu segur de què vol dir això, trieu un altre nom amb l'opció '--"14024"name'."1402514026#: git-submodule.sh:25114027#, sh-format14028msgid "Reactivating local git directory for submodule '$sm_name'."14029msgstr ""14030"S'està reactivant el directori de git local per al submòdul '$sm_name'."1403114032#: git-submodule.sh:26314033#, sh-format14034msgid "Unable to checkout submodule '$sm_path'"14035msgstr "no s'ha pogut agafar el submòdul '$sm_path'"1403614037#: git-submodule.sh:26814038#, sh-format14039msgid "Failed to add submodule '$sm_path'"14040msgstr "S'ha fallat en afegir el submòdul '$sm_path'"1404114042#: git-submodule.sh:27714043#, sh-format14044msgid "Failed to register submodule '$sm_path'"14045msgstr "S'ha fallat en registrar el submòdul '$sm_path'"1404614047#: git-submodule.sh:32414048#, sh-format14049msgid "Entering '$displaypath'"14050msgstr "S'està entrant '$displaypath'"1405114052#: git-submodule.sh:34414053#, sh-format14054msgid "Stopping at '$displaypath'; script returned non-zero status."14055msgstr ""14056"S'està aturant a '$displaypath'; l'script ha retornat un estat no zero."1405714058#: git-submodule.sh:41514059#, sh-format14060msgid "pathspec and --all are incompatible"14061msgstr "--pathspec i --all són incompatibles"1406214063#: git-submodule.sh:42014064#, sh-format14065msgid "Use '--all' if you really want to deinitialize all submodules"14066msgstr "Useu '--all' si realment voleu desinicialitzar tots els submòduls"1406714068#: git-submodule.sh:44014069#, sh-format14070msgid ""14071"Submodule work tree '$displaypath' contains a .git directory\n"14072"(use 'rm -rf' if you really want to remove it including all of its history)"14073msgstr ""14074"L'arbre de treball de submòdul '$displaypath' conté un directori .git\n"14075"(useu 'rm -rf' si realment voleu eliminar-lo, incloent tota la seva història)"1407614077#: git-submodule.sh:44814078#, sh-format14079msgid ""14080"Submodule work tree '$displaypath' contains local modifications; use '-f' to "14081"discard them"14082msgstr ""14083"L'arbre de treball de submòdul '$displaypath' conté modificacions locals; "14084"useu '-f' per a descartar-les"1408514086#: git-submodule.sh:45114087#, sh-format14088msgid "Cleared directory '$displaypath'"14089msgstr "S'ha netejat el directori '$displaypath'"1409014091#: git-submodule.sh:45214092#, sh-format14093msgid "Could not remove submodule work tree '$displaypath'"14094msgstr "No s'ha pogut eliminar l'arbre de treball de submòdul '$displaypath'"1409514096#: git-submodule.sh:45514097#, sh-format14098msgid "Could not create empty submodule directory '$displaypath'"14099msgstr "No s'ha pogut crear el directori de submòdul buit '$displaypath'"1410014101#: git-submodule.sh:46414102#, sh-format14103msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"14104msgstr "Submòdul '$name' ($url) no registrat per al camí '$displaypath'"1410514106#: git-submodule.sh:61714107#, sh-format14108msgid "Unable to find current revision in submodule path '$displaypath'"14109msgstr ""14110"No s'ha pogut trobar la revisió actual en el camí de submòdul '$displaypath'"1411114112#: git-submodule.sh:62714113#, sh-format14114msgid "Unable to fetch in submodule path '$sm_path'"14115msgstr "No s'ha pogut obtenir en el camí de submòdul '$sm_path'"1411614117#: git-submodule.sh:63214118#, sh-format14119msgid ""14120"Unable to find current ${remote_name}/${branch} revision in submodule path "14121"'$sm_path'"14122msgstr ""14123"No s'ha pogut trobar la revisió actual de ${remote_name}/${branch} en el "14124"camí de submòdul '$sm_path'"1412514126#: git-submodule.sh:65014127#, sh-format14128msgid "Unable to fetch in submodule path '$displaypath'"14129msgstr "No s'ha pogut obtenir en el camí de submòdul '$displaypath'"1413014131#: git-submodule.sh:65614132#, sh-format14133msgid ""14134"Fetched in submodule path '$displaypath', but it did not contain $sha1. "14135"Direct fetching of that commit failed."14136msgstr ""14137"S'ha obtingut en el camí de submòdul '$displaypath', però no contenia $sha1. "14138"L'obtenció directa d'aquella comissió ha fallat."1413914140#: git-submodule.sh:66314141#, sh-format14142msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"14143msgstr "No s'ha pogut agafar '$sha1' en el camí de submòdul '$displaypath'"1414414145#: git-submodule.sh:66414146#, sh-format14147msgid "Submodule path '$displaypath': checked out '$sha1'"14148msgstr "Camí de submòdul '$displaypath': s'ha agafat '$sha1'"1414914150#: git-submodule.sh:66814151#, sh-format14152msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"14153msgstr "no s'ha pogut rebasar '$sha1' en el camí de submòdul '$displaypath'"1415414155#: git-submodule.sh:66914156#, sh-format14157msgid "Submodule path '$displaypath': rebased into '$sha1'"14158msgstr "Camí de submòdul '$displaypath': s'ha rebasat en '$sha1'"1415914160#: git-submodule.sh:67414161#, sh-format14162msgid "Unable to merge '$sha1' in submodule path '$displaypath'"14163msgstr "No s'ha pogut fusionar '$sha1' en el camí de submòdul '$displaypath'"1416414165#: git-submodule.sh:67514166#, sh-format14167msgid "Submodule path '$displaypath': merged in '$sha1'"14168msgstr "Camí de submòdul '$displaypath': s'ha fusionat en '$sha1'"1416914170#: git-submodule.sh:68014171#, sh-format14172msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"14173msgstr ""14174"L'execució de '$command $sha1' ha fallat en el camí de submòdul "14175"'$displaypath'"1417614177#: git-submodule.sh:68114178#, sh-format14179msgid "Submodule path '$displaypath': '$command $sha1'"14180msgstr "Camí de submòdul '$displaypath': '$command $sha1'"1418114182#: git-submodule.sh:71214183#, sh-format14184msgid "Failed to recurse into submodule path '$displaypath'"14185msgstr "S'ha fallat en recursar al camí de submòdul '$displaypath'"1418614187#: git-submodule.sh:82014188msgid "The --cached option cannot be used with the --files option"14189msgstr "L'opció --cached no es pot usar amb l'opció --files"1419014191#: git-submodule.sh:87214192#, sh-format14193msgid "unexpected mode $mod_dst"14194msgstr "mode inesperat $mod_dst"1419514196#: git-submodule.sh:89214197#, sh-format14198msgid " Warn: $display_name doesn't contain commit $sha1_src"14199msgstr " Avís: $display_name no conté la comissió $sha1_src"1420014201#: git-submodule.sh:89514202#, sh-format14203msgid " Warn: $display_name doesn't contain commit $sha1_dst"14204msgstr " Avís: $display_name no conté la comissió $sha1_dst"1420514206#: git-submodule.sh:89814207#, sh-format14208msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"14209msgstr " Avís: $display_name no conté les comissions $sha1_src i $sha1_dst"1421014211#: git-submodule.sh:104514212#, sh-format14213msgid "Failed to recurse into submodule path '$sm_path'"14214msgstr "S'ha fallat en recursar al camí de submòdul '$sm_path'"1421514216#: git-submodule.sh:111214217#, sh-format14218msgid "Synchronizing submodule url for '$displaypath'"14219msgstr "S'està sincronitzant l'url de submòdul per a '$displaypath'"1422014221#: git-parse-remote.sh:8914222#, sh-format14223msgid "See git-${cmd}(1) for details."14224msgstr "Vegeu git-${cmd}(1) per detalls."1422514226#: git-rebase--interactive.sh:14014227#, sh-format14228msgid "Rebasing ($new_count/$total)"14229msgstr "S'està rebasant ($new_count/$total)"1423014231#: git-rebase--interactive.sh:15614232msgid ""14233"\n"14234"Commands:\n"14235" p, pick = use commit\n"14236" r, reword = use commit, but edit the commit message\n"14237" e, edit = use commit, but stop for amending\n"14238" s, squash = use commit, but meld into previous commit\n"14239" f, fixup = like \"squash\", but discard this commit's log message\n"14240" x, exec = run command (the rest of the line) using shell\n"14241" d, drop = remove commit\n"14242"\n"14243"These lines can be re-ordered; they are executed from top to bottom.\n"14244msgstr ""14245"\n"14246"Ordres:\n"14247" p, pick = usa la comissió\n"14248" r, reword = usa la comissió, però edita el missatge de comissió\n"14249" e, edit = usa la commissió, però atura't per a esmenar\n"14250" s, squash = usa la comissió, però fusiona'l a la comissió prèvia\n"14251" f, fixup = com \"squash\", però descarta el missatge de registre d'aquesta "14252"comissió\n"14253" x, exec = executa l'ordre (el reste de la línia) usant l'intèrpret "14254"d'ordres\n"14255" d, drop = elimina la comissió\n"14256"\n"14257"Es pot canviar l'ordre d'aquestes línies; s'executen de dalt a baix.\n"1425814259#: git-rebase--interactive.sh:17114260msgid ""14261"\n"14262"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"14263msgstr ""14264"\n"14265"No elimineu cap línia. Useu 'drop' explícitament per a eliminar una "14266"comissió.\n"1426714268#: git-rebase--interactive.sh:17514269msgid ""14270"\n"14271"If you remove a line here THAT COMMIT WILL BE LOST.\n"14272msgstr ""14273"\n"14274"Si elimineu una línia aquí, ES PERDRÀ AQUELLA COMISSIÓ.\n"1427514276#: git-rebase--interactive.sh:21114277#, sh-format14278msgid ""14279"You can amend the commit now, with\n"14280"\n"14281"\tgit commit --amend $gpg_sign_opt_quoted\n"14282"\n"14283"Once you are satisfied with your changes, run\n"14284"\n"14285"\tgit rebase --continue"14286msgstr ""14287"Podeu esmenar la comissió ara, amb\n"14288"\n"14289"\tgit commit --amend $gpg_sign_opt_quoted\n"14290"\n"14291"Una vegada que estigueu satisfet amb els vostres canvis, executeu\n"14292"\n"14293"\tgit rebase --continue"1429414295#: git-rebase--interactive.sh:23614296#, sh-format14297msgid "$sha1: not a commit that can be picked"14298msgstr "$sha1: no és una comissió que es pugi escollir"1429914300#: git-rebase--interactive.sh:27514301#, sh-format14302msgid "Invalid commit name: $sha1"14303msgstr "Nom de comissió no vàlid: $sha1"1430414305#: git-rebase--interactive.sh:31714306msgid "Cannot write current commit's replacement sha1"14307msgstr "No es pot escriure el sha1 reemplaçant de la comissió actual"1430814309#: git-rebase--interactive.sh:36914310#, sh-format14311msgid "Fast-forward to $sha1"14312msgstr "Avanç ràpid a $sha1"1431314314#: git-rebase--interactive.sh:37114315#, sh-format14316msgid "Cannot fast-forward to $sha1"14317msgstr "No es pot avançar ràpidament a $sha1"1431814319#: git-rebase--interactive.sh:38014320#, sh-format14321msgid "Cannot move HEAD to $first_parent"14322msgstr "No es pot moure HEAD a $first_parent"1432314324#: git-rebase--interactive.sh:38514325#, sh-format14326msgid "Refusing to squash a merge: $sha1"14327msgstr "S'està refusant aixafar una fusió: $sha1"1432814329#: git-rebase--interactive.sh:39914330#, sh-format14331msgid "Error redoing merge $sha1"14332msgstr "Error en refer la fusió $sha1"1433314334#: git-rebase--interactive.sh:40714335#, sh-format14336msgid "Could not pick $sha1"14337msgstr "No s'ha pogut escollir $sha1"1433814339#: git-rebase--interactive.sh:41614340#, sh-format14341msgid "This is the commit message #${n}:"14342msgstr "Aquest és el missatge de comissió núm. ${n}:"1434314344#: git-rebase--interactive.sh:42114345#, sh-format14346msgid "The commit message #${n} will be skipped:"14347msgstr "El missatge de comissió núm. ${n} se saltarà:"1434814349#: git-rebase--interactive.sh:43214350#, sh-format14351msgid "This is a combination of $count commit."14352msgid_plural "This is a combination of $count commits."14353msgstr[0] "Això és una combinació de $count comissió."14354msgstr[1] "Això és una combinació de $count comissions."1435514356#: git-rebase--interactive.sh:44014357#, sh-format14358msgid "Cannot write $fixup_msg"14359msgstr "No es pot escriure $fixup_msg"1436014361#: git-rebase--interactive.sh:44314362msgid "This is a combination of 2 commits."14363msgstr "Això és una combinació de 2 comissions."1436414365#: git-rebase--interactive.sh:44414366msgid "This is the 1st commit message:"14367msgstr "Aquest és el 1er missatge de comissió:"1436814369#: git-rebase--interactive.sh:484 git-rebase--interactive.sh:52714370#: git-rebase--interactive.sh:53014371#, sh-format14372msgid "Could not apply $sha1... $rest"14373msgstr "No s'ha pogut aplicar $sha1... $rest"1437414375#: git-rebase--interactive.sh:55814376#, sh-format14377msgid ""14378"Could not amend commit after successfully picking $sha1... $rest\n"14379"This is most likely due to an empty commit message, or the pre-commit hook\n"14380"failed. If the pre-commit hook failed, you may need to resolve the issue "14381"before\n"14382"you are able to reword the commit."14383msgstr ""14384"No s'ha pogut esmenar la comissió després d'escollir amb èxit $sha1... "14385"$rest\n"14386"Això és probablement a causa d'un missatge de comissió buit, o el ganxo de\n"14387"precomissió ha fallat. Si el ganxo de precomissió ha fallat, potser que\n"14388"necessiteu resoldre el problema abans que pugueu canviar el missatge de\n"14389"comissió."1439014391#: git-rebase--interactive.sh:57314392#, sh-format14393msgid "Stopped at $sha1_abbrev... $rest"14394msgstr "S'ha aturat a $sha1_abbrev... $rest"1439514396#: git-rebase--interactive.sh:58814397#, sh-format14398msgid "Cannot '$squash_style' without a previous commit"14399msgstr "No es pot '$squash_style' sense una comissió prèvia"1440014401#: git-rebase--interactive.sh:63014402#, sh-format14403msgid "Executing: $rest"14404msgstr "S'està executant: $rest"1440514406#: git-rebase--interactive.sh:63814407#, sh-format14408msgid "Execution failed: $rest"14409msgstr "L'execució ha fallat: $rest"1441014411#: git-rebase--interactive.sh:64014412msgid "and made changes to the index and/or the working tree"14413msgstr "i ha fet canvis a l'índex o l'arbre de treball"1441414415#: git-rebase--interactive.sh:64214416msgid ""14417"You can fix the problem, and then run\n"14418"\n"14419"\tgit rebase --continue"14420msgstr ""14421"Podeu arreglar el problema, i llavors executeu\n"14422"\n"14423"\tgit rebase --continue"1442414425#. TRANSLATORS: after these lines is a command to be issued by the user14426#: git-rebase--interactive.sh:65514427#, sh-format14428msgid ""14429"Execution succeeded: $rest\n"14430"but left changes to the index and/or the working tree\n"14431"Commit or stash your changes, and then run\n"14432"\n"14433"\tgit rebase --continue"14434msgstr ""14435"L'execució ha tingut èxit: $rest\n"14436"però ha deixat canvis a l'índex o l'arbre de treball\n"14437"Cometeu o emmagatzemeu els vostres canvis, i llavors executeu\n"14438"\n"14439"\tgit rebase --continue"1444014441#: git-rebase--interactive.sh:66614442#, sh-format14443msgid "Unknown command: $command $sha1 $rest"14444msgstr "Ordre desconeguda: $command $sha1 $rest"1444514446#: git-rebase--interactive.sh:66714447msgid "Please fix this using 'git rebase --edit-todo'."14448msgstr "Si us plau, arregleu això usant 'git rebase --edit-todo'."1444914450#: git-rebase--interactive.sh:70214451#, sh-format14452msgid "Successfully rebased and updated $head_name."14453msgstr "S'ha rebasat i actualitzat $head_name amb èxit."1445414455#: git-rebase--interactive.sh:74914456msgid "Could not skip unnecessary pick commands"14457msgstr "No s'ha pogut saltar ordres innecessaris d'elecció"1445814459#: git-rebase--interactive.sh:90714460#, sh-format14461msgid ""14462"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"14463" - $line"14464msgstr ""14465"Advertència: manca el SHA-1 o no és una comissió en la línia següent:\n"14466" - $line"1446714468#: git-rebase--interactive.sh:94014469#, sh-format14470msgid ""14471"Warning: the command isn't recognized in the following line:\n"14472" - $line"14473msgstr ""14474"Advertència: no es reconeix l'ordre en la línia següent:\n"14475" - $line"1447614477#: git-rebase--interactive.sh:97914478msgid "could not detach HEAD"14479msgstr "no s'ha pogut separar HEAD"1448014481#: git-rebase--interactive.sh:101714482msgid ""14483"Warning: some commits may have been dropped accidentally.\n"14484"Dropped commits (newer to older):"14485msgstr ""14486"Advertència: pot ser que algunes comissions s'hagin descartat "14487"accidentalment.\n"14488"Les comissions descartades (més nova a més vella):"1448914490#: git-rebase--interactive.sh:102514491msgid ""14492"To avoid this message, use \"drop\" to explicitly remove a commit.\n"14493"\n"14494"Use 'git config rebase.missingCommitsCheck' to change the level of "14495"warnings.\n"14496"The possible behaviours are: ignore, warn, error."14497msgstr ""14498"Per a evitar aquest missatge, useu \"drop\" per a eliminar explícitament una "14499"comissió.\n"14500"\n"14501"Useu 'git config rebase.missingCommitsCheck' per a canviar el nivell "14502"d'advertències.\n"14503"Els comportaments possibles són: ignore, warn, error."1450414505#: git-rebase--interactive.sh:103614506#, sh-format14507msgid ""14508"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "14509"Ignoring."14510msgstr ""14511"No s'ha reconegut l'ajust $check_level per a l'opció rebase."14512"missingCommitsCheck. S'està ignorant."1451314514#: git-rebase--interactive.sh:105314515msgid ""14516"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"14517"continue'."14518msgstr ""14519"Podeu arreglar això amb 'git rebase --edit-todo' i desprès 'git rebase --"14520"continue'."1452114522#: git-rebase--interactive.sh:105414523msgid "Or you can abort the rebase with 'git rebase --abort'."14524msgstr "O podeu avortar el rebasament amb 'git rebase --abort'."1452514526#: git-rebase--interactive.sh:107814527msgid "Could not remove CHERRY_PICK_HEAD"14528msgstr "No s'ha pogut eliminar CHERRY_PICK_HEAD"1452914530#: git-rebase--interactive.sh:108314531#, sh-format14532msgid ""14533"You have staged changes in your working tree.\n"14534"If these changes are meant to be\n"14535"squashed into the previous commit, run:\n"14536"\n"14537" git commit --amend $gpg_sign_opt_quoted\n"14538"\n"14539"If they are meant to go into a new commit, run:\n"14540"\n"14541" git commit $gpg_sign_opt_quoted\n"14542"\n"14543"In both cases, once you're done, continue with:\n"14544"\n"14545" git rebase --continue\n"14546msgstr ""14547"Teniu canvis emmagatzemats en el vostre arbre de treball.\n"14548"Si aquests canvis són per a aixafar-se\n"14549"a la comissió prèvia, executeu:\n"14550"\n"14551" git commit --amend $gpg_sign_opt_quoted\n"14552"\n"14553"Si són per a formar una comissió nova, executeu:\n"14554"\n"14555" git commit $gpg_sign_opt_quoted\n"14556"\n"14557"En ambdós cassos, quan hàgiu terminat, continueu amb:\n"14558"\n"14559" git rebase --continue\n"1456014561#: git-rebase--interactive.sh:110014562msgid "Error trying to find the author identity to amend commit"14563msgstr ""14564"Ha hagut un error en intentar trobar la identitat d'autor per a esmenar la "14565"comissió"1456614567#: git-rebase--interactive.sh:110514568msgid ""14569"You have uncommitted changes in your working tree. Please commit them\n"14570"first and then run 'git rebase --continue' again."14571msgstr ""14572"Teniu canvis no comessos en el vostre arbre de treball. Si us plau,\n"14573"primer cometeu-los i després executeu 'git rebase --continue' de nou."1457414575#: git-rebase--interactive.sh:1110 git-rebase--interactive.sh:111414576msgid "Could not commit staged changes."14577msgstr "No s'ha pogut cometre els canvis emmagatzemats."1457814579#: git-rebase--interactive.sh:113814580msgid ""14581"\n"14582"You are editing the todo file of an ongoing interactive rebase.\n"14583"To continue rebase after editing, run:\n"14584" git rebase --continue\n"14585"\n"14586msgstr ""14587"\n"14588"Esteu editant el fitxer de coses a fer d'un rebasament interactiu en marxa.\n"14589"Per a continuar el rebasament després d'editar, executeu:\n"14590" git rebase --continue\n"14591"\n"1459214593#: git-rebase--interactive.sh:1146 git-rebase--interactive.sh:130414594msgid "Could not execute editor"14595msgstr "No s'ha pogut executar l'editor"1459614597#: git-rebase--interactive.sh:115914598#, sh-format14599msgid "Could not checkout $switch_to"14600msgstr "No s'ha pogut agafar $switch_to"1460114602#: git-rebase--interactive.sh:116414603msgid "No HEAD?"14604msgstr "No hi ha cap HEAD?"1460514606#: git-rebase--interactive.sh:116514607#, sh-format14608msgid "Could not create temporary $state_dir"14609msgstr "No s'ha pogut crear el $state_dir temporal"1461014611#: git-rebase--interactive.sh:116714612msgid "Could not mark as interactive"14613msgstr "No s'ha pogut marcar com a interactiu"1461414615#: git-rebase--interactive.sh:1177 git-rebase--interactive.sh:118214616msgid "Could not init rewritten commits"14617msgstr "No s'ha pogut iniciar les comissions reescrites"1461814619#: git-rebase--interactive.sh:128214620#, sh-format14621msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"14622msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"14623msgstr[0] "Rebasa $shortrevisions sobre $shortonto ($todocount ordre)"14624msgstr[1] "Rebasa $shortrevisions sobre $shortonto ($todocount ordres)"1462514626#: git-rebase--interactive.sh:128714627msgid ""14628"\n"14629"However, if you remove everything, the rebase will be aborted.\n"14630"\n"14631msgstr ""14632"\n"14633"No obstant, si elimineu tot, s'avortarà el rebasament.\n"14634"\n"1463514636#: git-rebase--interactive.sh:129414637msgid "Note that empty commits are commented out"14638msgstr "Nota que les comissions buides estan comentades"1463914640#: git-sh-setup.sh:89 git-sh-setup.sh:9414641#, sh-format14642msgid "usage: $dashless $USAGE"14643msgstr "ús: $dashless $USAGE"1464414645#: git-sh-setup.sh:19014646#, sh-format14647msgid "Cannot chdir to $cdup, the toplevel of the working tree"14648msgstr ""14649"No es pot canviar de directori a $cdup, el nivell superior de l'arbre de "14650"treball"1465114652#: git-sh-setup.sh:199 git-sh-setup.sh:20614653#, sh-format14654msgid "fatal: $program_name cannot be used without a working tree."14655msgstr "fatal: no es pot usar $program_name sense un arbre de treball."1465614657#: git-sh-setup.sh:22014658msgid "Cannot rebase: You have unstaged changes."14659msgstr "No es pot rebasar: Teniu canvis no allistats."1466014661#: git-sh-setup.sh:22314662msgid "Cannot rewrite branches: You have unstaged changes."14663msgstr "No es pot reescriure branques: Teniu canvis no allistats."1466414665#: git-sh-setup.sh:22614666msgid "Cannot pull with rebase: You have unstaged changes."14667msgstr "No es pot baixar amb rebasament: Teniu canvis no allistats."1466814669#: git-sh-setup.sh:22914670#, sh-format14671msgid "Cannot $action: You have unstaged changes."14672msgstr "No es pot $action: Teniu canvis no allistats."1467314674#: git-sh-setup.sh:24214675msgid "Cannot rebase: Your index contains uncommitted changes."14676msgstr "No es pot rebasar: El vostre índex conté canvis sense cometre."1467714678#: git-sh-setup.sh:24514679msgid "Cannot pull with rebase: Your index contains uncommitted changes."14680msgstr ""14681"No es pot baixar amb rebasament: El vostre índex conté canvis sense cometre."1468214683#: git-sh-setup.sh:24814684#, sh-format14685msgid "Cannot $action: Your index contains uncommitted changes."14686msgstr "No es pot $action: El vostre índex conté canvis sense cometre."1468714688#: git-sh-setup.sh:25214689msgid "Additionally, your index contains uncommitted changes."14690msgstr "Addicionalment, el vostre índex conté canvis sense cometre."1469114692#: git-sh-setup.sh:37214693msgid "You need to run this command from the toplevel of the working tree."14694msgstr ""14695"Heu d'executar aquesta ordre des del nivell superior de l'arbre de treball."1469614697#: git-sh-setup.sh:37714698msgid "Unable to determine absolute path of git directory"14699msgstr "No s'ha pogut determinar el camí absolut del directori de git"