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: 2015-01-18 11:24+0800\n" 11"PO-Revision-Date: 2015-01-30 15:01-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.7.3\n" 20 21#: advice.c:55 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "pista: %.*s\n" 25 26#: advice.c:88 27msgid "" 28"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 29"as appropriate to mark resolution and make a commit." 30msgstr "" 31"Arregleu-los en l'arbre de treball, i després useu\n" 32"'git add/rm <fitxer>' segons sigui apropiat per a marcar la\n" 33"resolució i feu una comissió." 34 35#: archive.c:11 36msgid "git archive [options] <tree-ish> [<path>...]" 37msgstr "git archive [opcions] <arbre> [<camí>...]" 38 39#: archive.c:12 40msgid "git archive --list" 41msgstr "git archive --list" 42 43#: archive.c:13 44msgid "" 45"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 46msgstr "" 47"git archive --remote <dipòsit> [--exec <ordre>] [opcions] <arbre> [<camí>...]" 48 49#: archive.c:14 50msgid "git archive --remote <repo> [--exec <cmd>] --list" 51msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list" 52 53#: archive.c:342 builtin/add.c:137 builtin/add.c:427 builtin/rm.c:328 54#, c-format 55msgid "pathspec '%s' did not match any files" 56msgstr "L'especificació de camí '%s' no ha coincidit amb cap fitxer" 57 58#: archive.c:427 59msgid "fmt" 60msgstr "format" 61 62#: archive.c:427 63msgid "archive format" 64msgstr "format d'arxiu" 65 66#: archive.c:428 builtin/log.c:1204 67msgid "prefix" 68msgstr "prefix" 69 70#: archive.c:429 71msgid "prepend prefix to each pathname in the archive" 72msgstr "anteposa el prefix a cada nom de camí en l'arxiu" 73 74#: archive.c:430 builtin/archive.c:88 builtin/blame.c:2517 75#: builtin/blame.c:2518 builtin/config.c:57 builtin/fast-export.c:986 76#: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:101 77#: builtin/ls-files.c:489 builtin/ls-files.c:492 builtin/notes.c:394 78#: builtin/notes.c:557 builtin/read-tree.c:109 parse-options.h:151 79msgid "file" 80msgstr "fitxer" 81 82#: archive.c:431 builtin/archive.c:89 83msgid "write the archive to this file" 84msgstr "escriu l'arxiu a aquest fitxer" 85 86#: archive.c:433 87msgid "read .gitattributes in working directory" 88msgstr "llegeix .gitattributes en el directori de treball" 89 90#: archive.c:434 91msgid "report archived files on stderr" 92msgstr "informa de fitxers arxivats en stderr" 93 94#: archive.c:435 95msgid "store only" 96msgstr "només emmagatzemar" 97 98#: archive.c:436 99msgid "compress faster" 100msgstr "comprimeix més ràpid" 101 102#: archive.c:444 103msgid "compress better" 104msgstr "comprimeix millor" 105 106#: archive.c:447 107msgid "list supported archive formats" 108msgstr "allista els formats d'arxiu admesos" 109 110#: archive.c:449 builtin/archive.c:90 builtin/clone.c:86 111msgid "repo" 112msgstr "dipòsit" 113 114#: archive.c:450 builtin/archive.c:91 115msgid "retrieve the archive from remote repository <repo>" 116msgstr "recupera l'arxiu del dipòsit remot <dipòsit>" 117 118#: archive.c:451 builtin/archive.c:92 builtin/notes.c:478 119msgid "command" 120msgstr "ordre" 121 122#: archive.c:452 builtin/archive.c:93 123msgid "path to the remote git-upload-archive command" 124msgstr "camí a l'ordre git-upload-archive remot" 125 126#: attr.c:258 127msgid "" 128"Negative patterns are ignored in git attributes\n" 129"Use '\\!' for literal leading exclamation." 130msgstr "" 131"Els patrons negatius s'ignoren en els atributs de git\n" 132"Useu '\\!' per exclamació capdavantera literal." 133 134#: branch.c:60 135#, c-format 136msgid "Not setting branch %s as its own upstream." 137msgstr "No establint la branca %s com a la seva pròpia font." 138 139#: branch.c:83 140#, c-format 141msgid "Branch %s set up to track remote branch %s from %s by rebasing." 142msgstr "" 143"La branca %s està configurada per a seguir la branca remota %s de %s per " 144"rebasar." 145 146#: branch.c:84 147#, c-format 148msgid "Branch %s set up to track remote branch %s from %s." 149msgstr "La branca %s està configurada per a seguir la branca remota %s de %s." 150 151#: branch.c:88 152#, c-format 153msgid "Branch %s set up to track local branch %s by rebasing." 154msgstr "" 155"La branca %s està configurada per a seguir la branca local %s per rebasar." 156 157#: branch.c:89 158#, c-format 159msgid "Branch %s set up to track local branch %s." 160msgstr "La branca %s està configurada per a seguir la branca local %s." 161 162#: branch.c:94 163#, c-format 164msgid "Branch %s set up to track remote ref %s by rebasing." 165msgstr "" 166"La branca %s està configurada per a seguir la referència remota %s per " 167"rebasar." 168 169#: branch.c:95 170#, c-format 171msgid "Branch %s set up to track remote ref %s." 172msgstr "La branca %s està configurada per a seguir la referència remota %s." 173 174#: branch.c:99 175#, c-format 176msgid "Branch %s set up to track local ref %s by rebasing." 177msgstr "" 178"La branca %s està configurada per a seguir la referència local %s per " 179"rebasar." 180 181#: branch.c:100 182#, c-format 183msgid "Branch %s set up to track local ref %s." 184msgstr "La branca %s està configurada per a seguir la referència local %s." 185 186#: branch.c:133 187#, c-format 188msgid "Not tracking: ambiguous information for ref %s" 189msgstr "No seguint: informació ambigua per a la referència %s" 190 191#: branch.c:162 192#, c-format 193msgid "'%s' is not a valid branch name." 194msgstr "'%s' no és un nom de branca vàlid." 195 196#: branch.c:167 197#, c-format 198msgid "A branch named '%s' already exists." 199msgstr "Una branca amb nom '%s' ja existeix." 200 201#: branch.c:175 202msgid "Cannot force update the current branch." 203msgstr "No es pot actualitzar la branca actual a la força." 204 205#: branch.c:195 206#, c-format 207msgid "Cannot setup tracking information; starting point '%s' is not a branch." 208msgstr "" 209"No es pot configurar la informació de seguiment; el punt inicial '%s' no és " 210"una branca." 211 212#: branch.c:197 213#, c-format 214msgid "the requested upstream branch '%s' does not exist" 215msgstr "la branca font demanada '%s' no existeix" 216 217#: branch.c:199 218msgid "" 219"\n" 220"If you are planning on basing your work on an upstream\n" 221"branch that already exists at the remote, you may need to\n" 222"run \"git fetch\" to retrieve it.\n" 223"\n" 224"If you are planning to push out a new local branch that\n" 225"will track its remote counterpart, you may want to use\n" 226"\"git push -u\" to set the upstream config as you push." 227msgstr "" 228"\n" 229"Si teniu pensat basar el vostre treball en una branca\n" 230"font que ja existeix al remot, pot ser que necessiteu\n" 231"executar \"git fetch\" per a obtenir-la.\n" 232"\n" 233"Si teniu pensat pujar una branca local nova que seguirà\n" 234"la seva contrapart remota, pot ser que vulgueu usar\n" 235"\"git push -u\" per a establir la configuració font\n" 236"mentre pugeu." 237 238#: branch.c:243 239#, c-format 240msgid "Not a valid object name: '%s'." 241msgstr "No és un nom d'objecte vàlid: '%s'." 242 243#: branch.c:263 244#, c-format 245msgid "Ambiguous object name: '%s'." 246msgstr "Nom d'objecte ambigu: '%s'." 247 248#: branch.c:268 249#, c-format 250msgid "Not a valid branch point: '%s'." 251msgstr "No és un punt de ramificació vàlid: '%s'." 252 253#: bundle.c:34 254#, c-format 255msgid "'%s' does not look like a v2 bundle file" 256msgstr "'%s' no sembla un fitxer de farcell v2" 257 258#: bundle.c:61 259#, c-format 260msgid "unrecognized header: %s%s (%d)" 261msgstr "capçalera no reconeguda: %s%s (%d)" 262 263#: bundle.c:87 builtin/commit.c:770 264#, c-format 265msgid "could not open '%s'" 266msgstr "no s'ha pogut obrir '%s'" 267 268#: bundle.c:139 269msgid "Repository lacks these prerequisite commits:" 270msgstr "Al dipòsit li manquen aquestes comissions prerequisits:" 271 272#: bundle.c:163 sequencer.c:645 sequencer.c:1100 builtin/blame.c:2706 273#: builtin/branch.c:652 builtin/commit.c:1049 builtin/log.c:330 274#: builtin/log.c:823 builtin/log.c:1432 builtin/log.c:1669 builtin/merge.c:358 275#: builtin/shortlog.c:158 276msgid "revision walk setup failed" 277msgstr "la configuració del passeig per revisions ha fallat" 278 279#: bundle.c:185 280#, c-format 281msgid "The bundle contains this ref:" 282msgid_plural "The bundle contains these %d refs:" 283msgstr[0] "El farcell conté aquesta referència:" 284msgstr[1] "El farcell conté aquestes %d referències:" 285 286#: bundle.c:192 287msgid "The bundle records a complete history." 288msgstr "El farcell registra una història completa." 289 290#: bundle.c:194 291#, c-format 292msgid "The bundle requires this ref:" 293msgid_plural "The bundle requires these %d refs:" 294msgstr[0] "El farcell requereix aquesta referència:" 295msgstr[1] "El farcell requereix aquestes %d referències:" 296 297#: bundle.c:251 298msgid "Could not spawn pack-objects" 299msgstr "No s'ha pogut executar el pack-objects" 300 301#: bundle.c:269 302msgid "pack-objects died" 303msgstr "El pack-objects s'ha mort" 304 305#: bundle.c:309 306msgid "rev-list died" 307msgstr "El rev-list s'ha mort" 308 309#: bundle.c:358 310#, c-format 311msgid "ref '%s' is excluded by the rev-list options" 312msgstr "les opcions de la llista de revisions exclouen la referència '%s'" 313 314#: bundle.c:438 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261 315#, c-format 316msgid "unrecognized argument: %s" 317msgstr "paràmetre no reconegut: %s" 318 319#: bundle.c:444 320msgid "Refusing to create empty bundle." 321msgstr "Refusant crear un farcell buit." 322 323#: bundle.c:454 324#, c-format 325msgid "cannot create '%s'" 326msgstr "no es pot crear '%s'" 327 328#: bundle.c:475 329msgid "index-pack died" 330msgstr "L'index-pack s'ha mort" 331 332#: color.c:259 333#, c-format 334msgid "invalid color value: %.*s" 335msgstr "valor de color no vàlid: %.*s" 336 337#: commit.c:40 338#, c-format 339msgid "could not parse %s" 340msgstr "no s'ha pogut analitzar %s" 341 342#: commit.c:42 343#, c-format 344msgid "%s %s is not a commit!" 345msgstr "%s %s no és una comissió!" 346 347#: compat/obstack.c:406 compat/obstack.c:408 348msgid "memory exhausted" 349msgstr "memòria esgotada" 350 351#: config.c:469 config.c:471 352#, c-format 353msgid "bad config file line %d in %s" 354msgstr "línia de fitxer de configuració dolenta %d en %s" 355 356#: config.c:587 357#, c-format 358msgid "bad numeric config value '%s' for '%s' in %s: %s" 359msgstr "valor de configuració numèrica dolent '%s' per '%s' en %s: %s" 360 361#: config.c:589 362#, c-format 363msgid "bad numeric config value '%s' for '%s': %s" 364msgstr "valor de configuració numèrica dolent '%s' per '%s': %s" 365 366#: config.c:674 367#, c-format 368msgid "failed to expand user dir in: '%s'" 369msgstr "s'ha fallat en expandir el directori d'usuari en '%s'" 370 371#: config.c:752 config.c:763 372#, c-format 373msgid "bad zlib compression level %d" 374msgstr "nivell de compressió de zlib dolent %d" 375 376#: config.c:885 377#, c-format 378msgid "invalid mode for object creation: %s" 379msgstr "mode de creació d'objecte no vàlid: %s" 380 381#: config.c:1211 382msgid "unable to parse command-line config" 383msgstr "no s'ha pogut analitzar la configuració de la línia d'ordres" 384 385#: config.c:1272 386msgid "unknown error occured while reading the configuration files" 387msgstr "ha ocorregut un error desconegut en llegir els fitxers de configuració" 388 389#: config.c:1596 390#, c-format 391msgid "unable to parse '%s' from command-line config" 392msgstr "no s'ha pogut analitzar '%s' de la configuració de la línia d'ordres" 393 394#: config.c:1598 395#, c-format 396msgid "bad config variable '%s' in file '%s' at line %d" 397msgstr "variable de configuració dolenta '%s' en el fitxer '%s' a la línia %d" 398 399#: config.c:1657 400#, c-format 401msgid "%s has multiple values" 402msgstr "%s té múltiples valors" 403 404#: connected.c:69 405msgid "Could not run 'git rev-list'" 406msgstr "No s'ha pogut executar 'git rev-list'" 407 408#: connected.c:89 409#, c-format 410msgid "failed write to rev-list: %s" 411msgstr "escriptura fallada al rev-list: %s" 412 413#: connected.c:97 414#, c-format 415msgid "failed to close rev-list's stdin: %s" 416msgstr "s'ha fallat en tancar l'stdin del rev-list: %s" 417 418#: date.c:95 419msgid "in the future" 420msgstr "en el futur" 421 422#: date.c:101 423#, c-format 424msgid "%lu second ago" 425msgid_plural "%lu seconds ago" 426msgstr[0] "fa %lu segon" 427msgstr[1] "fa %lu segons" 428 429#: date.c:108 430#, c-format 431msgid "%lu minute ago" 432msgid_plural "%lu minutes ago" 433msgstr[0] "fa %lu minut" 434msgstr[1] "fa %lu minuts" 435 436#: date.c:115 437#, c-format 438msgid "%lu hour ago" 439msgid_plural "%lu hours ago" 440msgstr[0] "fa %lu hora" 441msgstr[1] "fa %lu hores" 442 443#: date.c:122 444#, c-format 445msgid "%lu day ago" 446msgid_plural "%lu days ago" 447msgstr[0] "fa %lu dia" 448msgstr[1] "fa %lu dies" 449 450#: date.c:128 451#, c-format 452msgid "%lu week ago" 453msgid_plural "%lu weeks ago" 454msgstr[0] "fa %lu setmana" 455msgstr[1] "fa %lu setmanes" 456 457#: date.c:135 458#, c-format 459msgid "%lu month ago" 460msgid_plural "%lu months ago" 461msgstr[0] "fa %lu mes" 462msgstr[1] "fa %lu mesos" 463 464#: date.c:146 465#, c-format 466msgid "%lu year" 467msgid_plural "%lu years" 468msgstr[0] "%lu any" 469msgstr[1] "%lu anys" 470 471#. TRANSLATORS: "%s" is "<n> years" 472#: date.c:149 473#, c-format 474msgid "%s, %lu month ago" 475msgid_plural "%s, %lu months ago" 476msgstr[0] "fa %s i %lu mes" 477msgstr[1] "fa %s i %lu mesos" 478 479#: date.c:154 date.c:159 480#, c-format 481msgid "%lu year ago" 482msgid_plural "%lu years ago" 483msgstr[0] "fa %lu any" 484msgstr[1] "fa %lu anys" 485 486#: diffcore-order.c:24 487#, c-format 488msgid "failed to read orderfile '%s'" 489msgstr "s'ha fallat en llegir el fitxer d'ordres '%s'" 490 491#: diffcore-rename.c:516 492msgid "Performing inexact rename detection" 493msgstr "Realitzant detecció inexacta de canvis de nom" 494 495#: diff.c:114 496#, c-format 497msgid " Failed to parse dirstat cut-off percentage '%s'\n" 498msgstr " S'ha fallat en analitzar el percentatge limitant de dirstat '%s'\n" 499 500#: diff.c:119 501#, c-format 502msgid " Unknown dirstat parameter '%s'\n" 503msgstr " Paràmetre de dirstat desconegut '%s'\n" 504 505#: diff.c:214 506#, c-format 507msgid "Unknown value for 'diff.submodule' config variable: '%s'" 508msgstr "" 509"Valor desconegut de la variable de configuració de 'diff.submodule': '%s'" 510 511#: diff.c:266 512#, c-format 513msgid "" 514"Found errors in 'diff.dirstat' config variable:\n" 515"%s" 516msgstr "" 517"Errors trobats en la variable de configuració 'diff.dirstat':\n" 518"%s" 519 520#: diff.c:2957 521#, c-format 522msgid "external diff died, stopping at %s" 523msgstr "El diff external s'ha mort, aturant a %s" 524 525#: diff.c:3352 526msgid "--follow requires exactly one pathspec" 527msgstr "--follow requereix exactament una especificació de camí" 528 529#: diff.c:3515 530#, c-format 531msgid "" 532"Failed to parse --dirstat/-X option parameter:\n" 533"%s" 534msgstr "" 535"S'ha fallat en analitzar el paràmetre d'opció de --dirstat/-X:\n" 536"%s" 537 538#: diff.c:3529 539#, c-format 540msgid "Failed to parse --submodule option parameter: '%s'" 541msgstr "S'ha fallat en analitzar el paràmetre d'opció de --submodule: %s" 542 543#: gpg-interface.c:129 gpg-interface.c:200 544msgid "could not run gpg." 545msgstr "no s'ha pogut executar el gpg." 546 547#: gpg-interface.c:141 548msgid "gpg did not accept the data" 549msgstr "El gpg no ha acceptat les dades" 550 551#: gpg-interface.c:152 552msgid "gpg failed to sign the data" 553msgstr "gpg ha fallat en firmar les dades" 554 555#: gpg-interface.c:185 556#, c-format 557msgid "could not create temporary file '%s': %s" 558msgstr "no s'ha pogut crear el fitxer temporal '%s': %s" 559 560#: gpg-interface.c:188 561#, c-format 562msgid "failed writing detached signature to '%s': %s" 563msgstr "s'ha fallat en escriure la firma separada a '%s': %s" 564 565#: grep.c:1718 566#, c-format 567msgid "'%s': unable to read %s" 568msgstr "'%s': no s'ha pogut llegir %s" 569 570#: grep.c:1735 571#, c-format 572msgid "'%s': %s" 573msgstr "'%s': %s" 574 575#: grep.c:1746 576#, c-format 577msgid "'%s': short read %s" 578msgstr "'%s': lectura curta %s" 579 580#: help.c:207 581#, c-format 582msgid "available git commands in '%s'" 583msgstr "ordres de git disponibles en '%s'" 584 585#: help.c:214 586msgid "git commands available from elsewhere on your $PATH" 587msgstr "ordres de git disponibles d'altres llocs en el vostre $PATH" 588 589#: help.c:230 590msgid "The most commonly used git commands are:" 591msgstr "Les ordres de git més freqüentment usades són:" 592 593#: help.c:289 594#, c-format 595msgid "" 596"'%s' appears to be a git command, but we were not\n" 597"able to execute it. Maybe git-%s is broken?" 598msgstr "" 599"'%s' sembla una ordre git, però no hem pogut\n" 600"executar-la. Pot ser que git-%s estigui estropejat?" 601 602#: help.c:346 603msgid "Uh oh. Your system reports no Git commands at all." 604msgstr "Ai. El vostre sistema no informa de cap ordre de Git." 605 606#: help.c:368 607#, c-format 608msgid "" 609"WARNING: You called a Git command named '%s', which does not exist.\n" 610"Continuing under the assumption that you meant '%s'" 611msgstr "" 612"AVÍS: Heu invocat una ordre de Git amb nom '%s', la qual no existeix.\n" 613"Continuant sota l'assumpció que volíeu dir '%s'" 614 615#: help.c:373 616#, c-format 617msgid "in %0.1f seconds automatically..." 618msgstr "en %0.1f segons automàticament..." 619 620#: help.c:380 621#, c-format 622msgid "git: '%s' is not a git command. See 'git --help'." 623msgstr "git: '%s' no és una ordre de git. Vegeu 'git --help'." 624 625#: help.c:384 help.c:444 626msgid "" 627"\n" 628"Did you mean this?" 629msgid_plural "" 630"\n" 631"Did you mean one of these?" 632msgstr[0] "" 633"\n" 634"Volíeu dir això?" 635msgstr[1] "" 636"\n" 637"Volíeu dir un d'aquests?" 638 639#: help.c:440 640#, c-format 641msgid "%s: %s - %s" 642msgstr "%s: %s - %s" 643 644#: lockfile.c:283 645msgid "BUG: reopen a lockfile that is still open" 646msgstr "BUG: reobrir un fitxer de bloqueig que encara està obert" 647 648#: lockfile.c:285 649msgid "BUG: reopen a lockfile that has been committed" 650msgstr "BUG: reobrir un fitxer de bloqueig que s'ha comès" 651 652#: merge.c:41 653msgid "failed to read the cache" 654msgstr "s'ha fallat en llegir la memòria cau" 655 656#: merge.c:94 builtin/checkout.c:374 builtin/checkout.c:580 657#: builtin/clone.c:662 658msgid "unable to write new index file" 659msgstr "no s'ha pogut escriure un fitxer d'índex nou" 660 661#: merge-recursive.c:189 662#, c-format 663msgid "(bad commit)\n" 664msgstr "(comissió dolenta)\n" 665 666#: merge-recursive.c:209 667#, c-format 668msgid "addinfo_cache failed for path '%s'" 669msgstr "addinfo_cache ha fallat per al camí '%s'" 670 671#: merge-recursive.c:270 672msgid "error building trees" 673msgstr "error en construir arbres" 674 675#: merge-recursive.c:688 676#, c-format 677msgid "failed to create path '%s'%s" 678msgstr "s'ha fallat en crear el camí '%s' %s" 679 680#: merge-recursive.c:699 681#, c-format 682msgid "Removing %s to make room for subdirectory\n" 683msgstr "Eliminant %s per a fer espai per al subdirectori\n" 684 685#: merge-recursive.c:713 merge-recursive.c:734 686msgid ": perhaps a D/F conflict?" 687msgstr ": potser un conflicte D/F?" 688 689#: merge-recursive.c:724 690#, c-format 691msgid "refusing to lose untracked file at '%s'" 692msgstr "refusant perdre el fitxer no seguit a '%s'" 693 694#: merge-recursive.c:764 695#, c-format 696msgid "cannot read object %s '%s'" 697msgstr "no es pot llegir l'objecte %s '%s'" 698 699#: merge-recursive.c:766 700#, c-format 701msgid "blob expected for %s '%s'" 702msgstr "blob esperat per a %s '%s'" 703 704#: merge-recursive.c:789 builtin/clone.c:321 705#, c-format 706msgid "failed to open '%s'" 707msgstr "s'ha fallat en obrir '%s'" 708 709#: merge-recursive.c:797 710#, c-format 711msgid "failed to symlink '%s'" 712msgstr "s'ha fallat en fer l'enllaç simbòlic '%s'" 713 714#: merge-recursive.c:800 715#, c-format 716msgid "do not know what to do with %06o %s '%s'" 717msgstr "no es sap què fer amb %06o %s '%s'" 718 719#: merge-recursive.c:938 720msgid "Failed to execute internal merge" 721msgstr "S'ha fallat en executar la fusió interna" 722 723#: merge-recursive.c:942 724#, c-format 725msgid "Unable to add %s to database" 726msgstr "no s'ha pogut afegir %s a la base de dades" 727 728#: merge-recursive.c:958 729msgid "unsupported object type in the tree" 730msgstr "tipus d'objecte no compatible en l'arbre" 731 732#: merge-recursive.c:1033 merge-recursive.c:1047 733#, c-format 734msgid "" 735"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 736"in tree." 737msgstr "" 738"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s " 739"s'ha deixat en l'arbre." 740 741#: merge-recursive.c:1039 merge-recursive.c:1052 742#, c-format 743msgid "" 744"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 745"in tree at %s." 746msgstr "" 747"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s " 748"s'ha deixat en l'arbre a %s." 749 750#: merge-recursive.c:1093 751msgid "rename" 752msgstr "canvia de nom" 753 754#: merge-recursive.c:1093 755msgid "renamed" 756msgstr "canviat de nom" 757 758#: merge-recursive.c:1149 759#, c-format 760msgid "%s is a directory in %s adding as %s instead" 761msgstr "%s és un directori en %s; afegint com a %s en lloc" 762 763#: merge-recursive.c:1171 764#, c-format 765msgid "" 766"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 767"\"->\"%s\" in \"%s\"%s" 768msgstr "" 769"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la " 770"branca \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s" 771 772#: merge-recursive.c:1176 773msgid " (left unresolved)" 774msgstr " (deixat sense resolució)" 775 776#: merge-recursive.c:1230 777#, c-format 778msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 779msgstr "" 780"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de " 781"nom %s->%s en %s" 782 783#: merge-recursive.c:1260 784#, c-format 785msgid "Renaming %s to %s and %s to %s instead" 786msgstr "Canviant el nom de %s a %s i %s a %s en lloc d'això" 787 788#: merge-recursive.c:1459 789#, c-format 790msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 791msgstr "" 792"CONFLICTE (supressió/afegiment): Canvi de nom %s->%s en %s. %s afegit en %s" 793 794#: merge-recursive.c:1469 795#, c-format 796msgid "Adding merged %s" 797msgstr "Afegint %s fusionat" 798 799#: merge-recursive.c:1474 merge-recursive.c:1672 800#, c-format 801msgid "Adding as %s instead" 802msgstr "Afegint com a %s en lloc d'això" 803 804#: merge-recursive.c:1525 805#, c-format 806msgid "cannot read object %s" 807msgstr "no es pot llegir l'objecte %s" 808 809#: merge-recursive.c:1528 810#, c-format 811msgid "object %s is not a blob" 812msgstr "L'objecte %s no és un blob" 813 814#: merge-recursive.c:1576 815msgid "modify" 816msgstr "modifica" 817 818#: merge-recursive.c:1576 819msgid "modified" 820msgstr "modificat" 821 822#: merge-recursive.c:1586 823msgid "content" 824msgstr "contingut" 825 826#: merge-recursive.c:1593 827msgid "add/add" 828msgstr "afegiment/afegiment" 829 830#: merge-recursive.c:1627 831#, c-format 832msgid "Skipped %s (merged same as existing)" 833msgstr "%s saltat (el fusionat és igual a l'existent)" 834 835#: merge-recursive.c:1641 836#, c-format 837msgid "Auto-merging %s" 838msgstr "Autofusionant %s" 839 840#: merge-recursive.c:1645 git-submodule.sh:1150 841msgid "submodule" 842msgstr "submòdul" 843 844#: merge-recursive.c:1646 845#, c-format 846msgid "CONFLICT (%s): Merge conflict in %s" 847msgstr "CONFLICTE (%s): Conflicte de fusió en %s" 848 849#: merge-recursive.c:1732 850#, c-format 851msgid "Removing %s" 852msgstr "Eliminant %s" 853 854#: merge-recursive.c:1757 855msgid "file/directory" 856msgstr "fitxer/directori" 857 858#: merge-recursive.c:1763 859msgid "directory/file" 860msgstr "directori/fitxer" 861 862#: merge-recursive.c:1768 863#, c-format 864msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 865msgstr "" 866"CONFLICTE (%s): Hi ha un directori amb nom %s en %s. Afegint %s com a %s" 867 868#: merge-recursive.c:1778 869#, c-format 870msgid "Adding %s" 871msgstr "Afegint %s" 872 873#: merge-recursive.c:1795 874msgid "Fatal merge failure, shouldn't happen." 875msgstr "Fallat de fusió fatal; això no ha de passar." 876 877#: merge-recursive.c:1814 878msgid "Already up-to-date!" 879msgstr "Ja al dia!" 880 881#: merge-recursive.c:1823 882#, c-format 883msgid "merging of trees %s and %s failed" 884msgstr "la fusió dels arbres %s i %s ha fallat" 885 886#: merge-recursive.c:1853 887#, c-format 888msgid "Unprocessed path??? %s" 889msgstr "Camí no processat??? %s" 890 891#: merge-recursive.c:1898 892msgid "Merging:" 893msgstr "Fusionant:" 894 895#: merge-recursive.c:1911 896#, c-format 897msgid "found %u common ancestor:" 898msgid_plural "found %u common ancestors:" 899msgstr[0] "s'ha trobat %u avantpassat:" 900msgstr[1] "s'han trobat %u avantpassats:" 901 902#: merge-recursive.c:1948 903msgid "merge returned no commit" 904msgstr "la fusió no ha retornat cap comissió" 905 906#: merge-recursive.c:2005 907#, c-format 908msgid "Could not parse object '%s'" 909msgstr "No s'ha pogut analitzar l'objecte '%s'" 910 911#: merge-recursive.c:2016 builtin/merge.c:667 912msgid "Unable to write index." 913msgstr "No s'ha pogut escriure l'índex." 914 915#: notes-utils.c:41 916msgid "Cannot commit uninitialized/unreferenced notes tree" 917msgstr "No es pot cometre un arbre de notes no inicialitzat / no referenciat" 918 919#: notes-utils.c:82 920#, c-format 921msgid "Bad notes.rewriteMode value: '%s'" 922msgstr "Valor de notes.rewriteMode dolent: '%s'" 923 924#: notes-utils.c:92 925#, c-format 926msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 927msgstr "Refusant reescriure les notes en %s (fora de refs/notes/)" 928 929#. TRANSLATORS: The first %s is the name of the 930#. environment variable, the second %s is its value 931#: notes-utils.c:119 932#, c-format 933msgid "Bad %s value: '%s'" 934msgstr "Valor dolent de %s: '%s'" 935 936#: object.c:241 937#, c-format 938msgid "unable to parse object: %s" 939msgstr "no s'ha pogut analitzar l'objecte: %s" 940 941#: parse-options.c:546 942msgid "..." 943msgstr "..." 944 945#: parse-options.c:564 946#, c-format 947msgid "usage: %s" 948msgstr "ús: %s" 949 950#. TRANSLATORS: the colon here should align with the 951#. one in "usage: %s" translation 952#: parse-options.c:568 953#, c-format 954msgid " or: %s" 955msgstr " o: %s" 956 957#: parse-options.c:571 958#, c-format 959msgid " %s" 960msgstr " %s" 961 962#: parse-options.c:605 963msgid "-NUM" 964msgstr "-NUM" 965 966#: pathspec.c:133 967msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 968msgstr "" 969"els ajusts d'especificació de camí 'glob' i 'noglob' globals són " 970"incompatibles" 971 972#: pathspec.c:143 973msgid "" 974"global 'literal' pathspec setting is incompatible with all other global " 975"pathspec settings" 976msgstr "" 977"l'ajust d'especificació de camí 'literal' global és incompatible amb tots " 978"els altres ajusts d'especificació de camí globals" 979 980#: pathspec.c:177 981msgid "invalid parameter for pathspec magic 'prefix'" 982msgstr "paràmetre no vàlid per a la màgia d'especificació de camí 'prefix'" 983 984#: pathspec.c:183 985#, c-format 986msgid "Invalid pathspec magic '%.*s' in '%s'" 987msgstr "Màgia d'especificació de camí no vàlida '%.*s' en '%s'" 988 989#: pathspec.c:187 990#, c-format 991msgid "Missing ')' at the end of pathspec magic in '%s'" 992msgstr "')' mancant al final de la màgia d'especificació de camí en '%s'" 993 994#: pathspec.c:205 995#, c-format 996msgid "Unimplemented pathspec magic '%c' in '%s'" 997msgstr "Màgia d'especificació de camí no implementada '%c' en '%s'" 998 999#: pathspec.c:2301000#, c-format1001msgid "%s: 'literal' and 'glob' are incompatible"1002msgstr "%s: 'literal' i 'glob' són incompatibles"10031004#: pathspec.c:2411005#, c-format1006msgid "%s: '%s' is outside repository"1007msgstr "%s: '%s' és fora del dipòsit"10081009#: pathspec.c:2911010#, c-format1011msgid "Pathspec '%s' is in submodule '%.*s'"1012msgstr "L'especificació '%s' és en el submòdul '%.*s'"10131014#: pathspec.c:3531015#, c-format1016msgid "%s: pathspec magic not supported by this command: %s"1017msgstr ""1018"%s: aquesta ordre no és compatible amb la màgia d'especificació de camí: %s"10191020#: pathspec.c:4321021#, c-format1022msgid "pathspec '%s' is beyond a symbolic link"1023msgstr "l'especificació de camí '%s' és més enllà d'un enllaç simbòlic"10241025#: pathspec.c:4411026msgid ""1027"There is nothing to exclude from by :(exclude) patterns.\n"1028"Perhaps you forgot to add either ':/' or '.' ?"1029msgstr ""1030"No hi ha res a excloure per patrons :(exclusió).\n"1031"Potser heu oblidat afegir o ':/' o '.' ?"10321033#: pretty.c:9681034msgid "unable to parse --pretty format"1035msgstr "no s'ha pogut analitzar el format --pretty"10361037#: progress.c:2251038msgid "done"1039msgstr "fet"10401041#: read-cache.c:12671042#, c-format1043msgid ""1044"index.version set, but the value is invalid.\n"1045"Using version %i"1046msgstr ""1047"index.version establert, però el valor no és vàlid.\n"1048"Usant la versió %i"10491050#: read-cache.c:12771051#, c-format1052msgid ""1053"GIT_INDEX_VERSION set, but the value is invalid.\n"1054"Using version %i"1055msgstr ""1056"GIT_INDEX_VERSION establert, però el valor no és vàlid.\n"1057"Usant la versió %i"10581059#: remote.c:7821060#, c-format1061msgid "Cannot fetch both %s and %s to %s"1062msgstr "No es pot obtenir ambdós %s i %s a %s"10631064#: remote.c:7861065#, c-format1066msgid "%s usually tracks %s, not %s"1067msgstr "%s generalment segueix %s, no %s"10681069#: remote.c:7901070#, c-format1071msgid "%s tracks both %s and %s"1072msgstr "%s segueix ambdós %s i %s"10731074#: remote.c:7981075msgid "Internal error"1076msgstr "Error intern"10771078#: remote.c:19801079#, c-format1080msgid "Your branch is based on '%s', but the upstream is gone.\n"1081msgstr "La vostra branca està basada en '%s', però la font no hi és.\n"10821083#: remote.c:19841084msgid " (use \"git branch --unset-upstream\" to fixup)\n"1085msgstr " (useu \"git branch --unset-upstream\" per a arreglar)\n"10861087#: remote.c:19871088#, c-format1089msgid "Your branch is up-to-date with '%s'.\n"1090msgstr "La vostra branca està al dia amb '%s'.\n"10911092#: remote.c:19911093#, c-format1094msgid "Your branch is ahead of '%s' by %d commit.\n"1095msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1096msgstr[0] "La vostra branca està davant de '%s' per %d comissió.\n"1097msgstr[1] "La vostra branca està davant de '%s' per %d comissions.\n"10981099#: remote.c:19971100msgid " (use \"git push\" to publish your local commits)\n"1101msgstr " (useu \"git push\" per a publicar les vostres comissions locals)\n"11021103#: remote.c:20001104#, c-format1105msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1106msgid_plural ""1107"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1108msgstr[0] ""1109"La vostra branca està darrere de '%s' per %d comissió, i pot avançar-se "1110"ràpidament.\n"1111msgstr[1] ""1112"La vostra branca està darrere de '%s' per %d comissions, i pot avançar-se "1113"ràpidament.\n"11141115#: remote.c:20081116msgid " (use \"git pull\" to update your local branch)\n"1117msgstr " (useu \"git pull\" per a actualitzar la vostra branca local)\n"11181119#: remote.c:20111120#, c-format1121msgid ""1122"Your branch and '%s' have diverged,\n"1123"and have %d and %d different commit each, respectively.\n"1124msgid_plural ""1125"Your branch and '%s' have diverged,\n"1126"and have %d and %d different commits each, respectively.\n"1127msgstr[0] ""1128"La vostra branca i '%s' s'han divergit,\n"1129"i tenen %d i %d comissió distinta cada una, respectivament.\n"1130msgstr[1] ""1131"La vostra branca i '%s' s'han divergit,\n"1132"i tenen %d i %d comissions distintes cada una, respectivament.\n"11331134#: remote.c:20211135msgid " (use \"git pull\" to merge the remote branch into yours)\n"1136msgstr " (useu \"git pull\" per a fusionar la branca remota a la vostra)\n"11371138#: run-command.c:871139msgid "open /dev/null failed"1140msgstr "s'ha fallat en obrir /dev/null"11411142#: run-command.c:891143#, c-format1144msgid "dup2(%d,%d) failed"1145msgstr "dup2(%d,%d) ha fallat"11461147#: send-pack.c:2681148msgid "failed to sign the push certificate"1149msgstr "s'ha fallat en firmar el certificat de pujada"11501151#: send-pack.c:3251152msgid "the receiving end does not support --signed push"1153msgstr "el destí receptor no admet pujar --signed"11541155#: sequencer.c:172 builtin/merge.c:782 builtin/merge.c:893 builtin/merge.c:9951156#: builtin/merge.c:10051157#, c-format1158msgid "Could not open '%s' for writing"1159msgstr "No s'ha pogut obrir '%s' per a escriptura"11601161#: sequencer.c:174 builtin/merge.c:344 builtin/merge.c:785 builtin/merge.c:9971162#: builtin/merge.c:10101163#, c-format1164msgid "Could not write to '%s'"1165msgstr "No s'ha pogut escriure al '%s'"11661167#: sequencer.c:1951168msgid ""1169"after resolving the conflicts, mark the corrected paths\n"1170"with 'git add <paths>' or 'git rm <paths>'"1171msgstr ""1172"després de resoldre els conflictes, marqueu els camins\n"1173"corregits amb 'git add <camins>' o 'git rm <camins>'"11741175#: sequencer.c:1981176msgid ""1177"after resolving the conflicts, mark the corrected paths\n"1178"with 'git add <paths>' or 'git rm <paths>'\n"1179"and commit the result with 'git commit'"1180msgstr ""1181"després de resoldre els conflictes, marqueu els camins\n"1182"corregits amb 'git add <camins>' o 'git rm <camins>'\n"1183"i cometeu el resultat amb 'git commit'"11841185#: sequencer.c:211 sequencer.c:856 sequencer.c:9391186#, c-format1187msgid "Could not write to %s"1188msgstr "No s'ha pogut escriure a %s"11891190#: sequencer.c:2141191#, c-format1192msgid "Error wrapping up %s"1193msgstr "Error en finalitzar %s"11941195#: sequencer.c:2291196msgid "Your local changes would be overwritten by cherry-pick."1197msgstr "Els vostres canvis locals es sobreescriurien pel recull de cireres."11981199#: sequencer.c:2311200msgid "Your local changes would be overwritten by revert."1201msgstr "Els vostres canvis locals es sobreescriurien per la reversió."12021203#: sequencer.c:2341204msgid "Commit your changes or stash them to proceed."1205msgstr "Cometeu els vostres canvis o emmagatzemeu-los per a procedir."12061207#. TRANSLATORS: %s will be "revert" or "cherry-pick"1208#: sequencer.c:3211209#, c-format1210msgid "%s: Unable to write new index file"1211msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"12121213#: sequencer.c:3391214msgid "Could not resolve HEAD commit\n"1215msgstr "No s'ha pogut resoldre la comissió HEAD\n"12161217#: sequencer.c:3591218msgid "Unable to update cache tree\n"1219msgstr "No s'ha pogut actualitzar l'arbre cau\n"12201221#: sequencer.c:4061222#, c-format1223msgid "Could not parse commit %s\n"1224msgstr "No s'ha pogut analitzar la comissió %s\n"12251226#: sequencer.c:4111227#, c-format1228msgid "Could not parse parent commit %s\n"1229msgstr "No s'ha pogut analitzar la comissió mare %s\n"12301231#: sequencer.c:4771232msgid "Your index file is unmerged."1233msgstr "El vostre fitxer d'índex està sense fusionar."12341235#: sequencer.c:4961236#, c-format1237msgid "Commit %s is a merge but no -m option was given."1238msgstr "La comissió %s és una fusió però no s'ha donat cap opció -m."12391240#: sequencer.c:5041241#, c-format1242msgid "Commit %s does not have parent %d"1243msgstr "La comissió %s no té mare %d"12441245#: sequencer.c:5081246#, c-format1247msgid "Mainline was specified but commit %s is not a merge."1248msgstr ""1249"S'ha especificat la línia principal però la comissió %s no és una fusió."12501251#. TRANSLATORS: The first %s will be "revert" or1252#. "cherry-pick", the second %s a SHA11253#: sequencer.c:5211254#, c-format1255msgid "%s: cannot parse parent commit %s"1256msgstr "%s: no es pot analitzar la comissió mare %s"12571258#: sequencer.c:5251259#, c-format1260msgid "Cannot get commit message for %s"1261msgstr "No es pot obtenir el missatge de comissió de %s"12621263#: sequencer.c:6111264#, c-format1265msgid "could not revert %s... %s"1266msgstr "no s'ha pogut revertir %s...%s"12671268#: sequencer.c:6121269#, c-format1270msgid "could not apply %s... %s"1271msgstr "no s'ha pogut aplicar %s...%s"12721273#: sequencer.c:6481274msgid "empty commit set passed"1275msgstr "conjunt de comissions buit passat"12761277#: sequencer.c:6561278#, c-format1279msgid "git %s: failed to read the index"1280msgstr "git %s: s'ha fallat en llegir l'índex"12811282#: sequencer.c:6601283#, c-format1284msgid "git %s: failed to refresh the index"1285msgstr "git %s: s'ha fallat en actualitzar l'índex"12861287#: sequencer.c:7201288#, c-format1289msgid "Cannot %s during a %s"1290msgstr "No es pot %s durant un %s"12911292#: sequencer.c:7421293#, c-format1294msgid "Could not parse line %d."1295msgstr "No s'ha pogut analitzar la línia %d."12961297#: sequencer.c:7471298msgid "No commits parsed."1299msgstr "Cap comissió analitzada."13001301#: sequencer.c:7601302#, c-format1303msgid "Could not open %s"1304msgstr "No s'ha pogut obrir %s"13051306#: sequencer.c:7641307#, c-format1308msgid "Could not read %s."1309msgstr "No s'ha pogut llegir %s."13101311#: sequencer.c:7711312#, c-format1313msgid "Unusable instruction sheet: %s"1314msgstr "Full d'instruccions inusable: %s"13151316#: sequencer.c:8011317#, c-format1318msgid "Invalid key: %s"1319msgstr "Clau no vàlida: %s"13201321#: sequencer.c:8041322#, c-format1323msgid "Invalid value for %s: %s"1324msgstr "Valor no vàlid per a %s: %s"13251326#: sequencer.c:8161327#, c-format1328msgid "Malformed options sheet: %s"1329msgstr "Full d'opcions mal format: %s"13301331#: sequencer.c:8371332msgid "a cherry-pick or revert is already in progress"1333msgstr "un recull de cireres o una reversió ja està en curs"13341335#: sequencer.c:8381336msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1337msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""13381339#: sequencer.c:8421340#, c-format1341msgid "Could not create sequencer directory %s"1342msgstr "No s'ha pogut crear el directori de seqüenciador %s"13431344#: sequencer.c:858 sequencer.c:9431345#, c-format1346msgid "Error wrapping up %s."1347msgstr "Error en finalitzar %s."13481349#: sequencer.c:877 sequencer.c:10131350msgid "no cherry-pick or revert in progress"1351msgstr "ni hi ha cap recull de cireres ni cap reversió en curs"13521353#: sequencer.c:8791354msgid "cannot resolve HEAD"1355msgstr "no es pot resoldre HEAD"13561357#: sequencer.c:8811358msgid "cannot abort from a branch yet to be born"1359msgstr "no es pot avortar des d'una branca que encara ha de nàixer"13601361#: sequencer.c:903 builtin/apply.c:41281362#, c-format1363msgid "cannot open %s: %s"1364msgstr "no es pot obrir %s: %s"13651366#: sequencer.c:9061367#, c-format1368msgid "cannot read %s: %s"1369msgstr "no es pot llegir %s: %s"13701371#: sequencer.c:9071372msgid "unexpected end of file"1373msgstr "final de fitxer inesperat"13741375#: sequencer.c:9131376#, c-format1377msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1378msgstr ""1379"el fitxer HEAD emmagatzemat abans del recull de cireres '%s' és corrupte"13801381#: sequencer.c:9361382#, c-format1383msgid "Could not format %s."1384msgstr "No s'ha pogut formatar %s."13851386#: sequencer.c:10811387#, c-format1388msgid "%s: can't cherry-pick a %s"1389msgstr "%s: no es pot recollir com a cirera un %s"13901391#: sequencer.c:10841392#, c-format1393msgid "%s: bad revision"1394msgstr "%s: revisió dolenta"13951396#: sequencer.c:11181397msgid "Can't revert as initial commit"1398msgstr "No es pot revertir com a comissió inicial"13991400#: sequencer.c:11191401msgid "Can't cherry-pick into empty head"1402msgstr "No es pot recollir cireres en un cap buit"14031404#: sha1_name.c:4401405msgid ""1406"Git normally never creates a ref that ends with 40 hex characters\n"1407"because it will be ignored when you just specify 40-hex. These refs\n"1408"may be created by mistake. For example,\n"1409"\n"1410" git checkout -b $br $(git rev-parse ...)\n"1411"\n"1412"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1413"examine these refs and maybe delete them. Turn this message off by\n"1414"running \"git config advice.objectNameWarning false\""1415msgstr ""1416"Git normalment mai crea una referència que acabi amb 40 caràcters\n"1417"hexadecimals perquè s'ignorarà quan només especifiqueu 40 caràcters\n"1418"hexadecimals. Aquestes referències es poden crear per error. Per\n"1419"exemple,\n"1420"\n"1421" git checkout -b $br $(git rev-parse ...)\n"1422"\n"1423"on \"$br\" és d'alguna manera buit i una referència de 40 caràcters\n"1424"hexadecimals. Si us plau, examineu aquests referències i potser\n"1425"suprimiu-les. Desactiveu aquest missatge executant\n"1426"\"git config advice.objectNameWarning false\""14271428#: sha1_name.c:10681429msgid "HEAD does not point to a branch"1430msgstr "HEAD no assenyala cap branca"14311432#: sha1_name.c:10711433#, c-format1434msgid "No such branch: '%s'"1435msgstr "No hi ha tal branca: '%s'"14361437#: sha1_name.c:10731438#, c-format1439msgid "No upstream configured for branch '%s'"1440msgstr "Cap font configurada per a la branca '%s'"14411442#: sha1_name.c:10771443#, c-format1444msgid "Upstream branch '%s' not stored as a remote-tracking branch"1445msgstr ""1446"La branca font '%s' no s'emmagatzema com a branca que segueixi al remot"14471448#: submodule.c:64 submodule.c:981449msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1450msgstr ""1451"No es pot canviar un .gitmodules no fusionat, primer resoldreu els "1452"conflictes de fusió"14531454#: submodule.c:68 submodule.c:1021455#, c-format1456msgid "Could not find section in .gitmodules where path=%s"1457msgstr "No s'ha pogut trobar la secció en .gitmodules on path=%s"14581459#: submodule.c:761460#, c-format1461msgid "Could not update .gitmodules entry %s"1462msgstr "No s'ha pogut actualitzar l'entrada de .gitmodules %s"14631464#: submodule.c:1091465#, c-format1466msgid "Could not remove .gitmodules entry for %s"1467msgstr "No s'ha pogut eliminar l'entrada de .gitmodules per a %s"14681469#: submodule.c:1201470msgid "staging updated .gitmodules failed"1471msgstr "L'allistament del .gitmodules actualitzat ha fallat"14721473#: submodule.c:1111 builtin/init-db.c:3711474#, c-format1475msgid "Could not create git link %s"1476msgstr "No s'ha pogut crear l'enllaç de git %s"14771478#: submodule.c:11221479#, c-format1480msgid "Could not set core.worktree in %s"1481msgstr "No s'ha pogut establir core.worktree en %s"14821483#: trailer.c:500 trailer.c:504 trailer.c:508 trailer.c:562 trailer.c:5661484#: trailer.c:5701485#, c-format1486msgid "unknown value '%s' for key '%s'"1487msgstr "valor desconegut '%s' per a la clau '%s'"14881489#: trailer.c:552 trailer.c:557 builtin/remote.c:2901490#, c-format1491msgid "more than one %s"1492msgstr "més d'un %s"14931494#: trailer.c:5901495#, c-format1496msgid "empty trailer token in trailer '%.*s'"1497msgstr "fitxa de remolc buida en el remolc '%.*s'"14981499#: trailer.c:7101500#, c-format1501msgid "could not read input file '%s'"1502msgstr "no s'ha pogut llegir el fitxer d'entrada '%s'"15031504#: trailer.c:7131505msgid "could not read from stdin"1506msgstr "No s'ha pogut llegir des d'stdin"15071508#: unpack-trees.c:2021509msgid "Checking out files"1510msgstr "Agafant fitxers"15111512#: urlmatch.c:1201513msgid "invalid URL scheme name or missing '://' suffix"1514msgstr "l'esquema d'URL no és vàlida o li manca el sufix '://'"15151516#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561517#, c-format1518msgid "invalid %XX escape sequence"1519msgstr "seqüència d'escapament %XX no vàlida"15201521#: urlmatch.c:1721522msgid "missing host and scheme is not 'file:'"1523msgstr "manca l'host i l'esquema no és 'file:'"15241525#: urlmatch.c:1891526msgid "a 'file:' URL may not have a port number"1527msgstr "un URL 'file:' no pot tenir número de port"15281529#: urlmatch.c:1991530msgid "invalid characters in host name"1531msgstr "hi ha caràcters no vàlids en el nom de host"15321533#: urlmatch.c:244 urlmatch.c:2551534msgid "invalid port number"1535msgstr "número de port no vàlid"15361537#: urlmatch.c:3221538msgid "invalid '..' path segment"1539msgstr "segment de camí '..' no vàlid"15401541#: wrapper.c:5091542#, c-format1543msgid "unable to access '%s': %s"1544msgstr "no s'ha pogut accedir a '%s': %s"15451546#: wrapper.c:5301547#, c-format1548msgid "unable to access '%s'"1549msgstr "no s'ha pogut accedir a '%s'"15501551#: wrapper.c:5411552#, c-format1553msgid "unable to look up current user in the passwd file: %s"1554msgstr "no s'ha pogut trobar l'usuari actual en el fitxer passwd: %s"15551556#: wrapper.c:5421557msgid "no such user"1558msgstr "no hi ha tal usuari"15591560#: wrapper.c:5501561msgid "unable to get current working directory"1562msgstr "no s'ha pogut obtenir el directori de treball actual"15631564#: wt-status.c:1501565msgid "Unmerged paths:"1566msgstr "Camins sense fusionar:"15671568#: wt-status.c:177 wt-status.c:2041569#, c-format1570msgid " (use \"git reset %s <file>...\" to unstage)"1571msgstr " (useu \"git reset %s <fitxer>...\" per a desallistar)"15721573#: wt-status.c:179 wt-status.c:2061574msgid " (use \"git rm --cached <file>...\" to unstage)"1575msgstr " (useu \"git rm --cached <fitxer>...\" per a desallistar)"15761577#: wt-status.c:1831578msgid " (use \"git add <file>...\" to mark resolution)"1579msgstr " (useu \"git add <fitxer>...\" per a senyalar resolució)"15801581#: wt-status.c:185 wt-status.c:1891582msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1583msgstr ""1584" (useu \"git add/rm <fitxer>...\" segons sigui apropiat per a senyalar "1585"resolució)"15861587#: wt-status.c:1871588msgid " (use \"git rm <file>...\" to mark resolution)"1589msgstr " (useu \"git rm <fitxer>...\" per a senyalar resolució)"15901591#: wt-status.c:1981592msgid "Changes to be committed:"1593msgstr "Canvis a cometre:"15941595#: wt-status.c:2161596msgid "Changes not staged for commit:"1597msgstr "Canvis no allistats per a cometre:"15981599#: wt-status.c:2201600msgid " (use \"git add <file>...\" to update what will be committed)"1601msgstr " (useu \"git add <fitxer>...\" per a actualitzar què es cometrà)"16021603#: wt-status.c:2221604msgid " (use \"git add/rm <file>...\" to update what will be committed)"1605msgstr " (useu \"git add/rm <fitxer>...\" per a actualitzar què es cometrà)"16061607#: wt-status.c:2231608msgid ""1609" (use \"git checkout -- <file>...\" to discard changes in working directory)"1610msgstr ""1611" (useu \"git checkout -- <fitxer>...\" per a descartar els canvis en el "1612"directori de treball)"16131614#: wt-status.c:2251615msgid " (commit or discard the untracked or modified content in submodules)"1616msgstr ""1617" (cometeu o descarteu el contingut modificat o no seguit en els submòduls)"16181619#: wt-status.c:2371620#, c-format1621msgid " (use \"git %s <file>...\" to include in what will be committed)"1622msgstr " (useu \"git %s <fitxer>...\" per a incloure-ho en què es cometrà)"16231624#: wt-status.c:2521625msgid "both deleted:"1626msgstr "suprimit per ambdós:"16271628#: wt-status.c:2541629msgid "added by us:"1630msgstr "afegit per nosaltres:"16311632#: wt-status.c:2561633msgid "deleted by them:"1634msgstr "suprimit per ells:"16351636#: wt-status.c:2581637msgid "added by them:"1638msgstr "afegit per ells:"16391640#: wt-status.c:2601641msgid "deleted by us:"1642msgstr "suprimit per nosaltres:"16431644#: wt-status.c:2621645msgid "both added:"1646msgstr "afegit per ambdós:"16471648#: wt-status.c:2641649msgid "both modified:"1650msgstr "modificat per ambdós:"16511652#: wt-status.c:2661653#, c-format1654msgid "bug: unhandled unmerged status %x"1655msgstr "bug: estat no fusionat no gestionat %x"16561657#: wt-status.c:2741658msgid "new file:"1659msgstr "fitxer nou:"16601661#: wt-status.c:2761662msgid "copied:"1663msgstr "copiat:"16641665#: wt-status.c:2781666msgid "deleted:"1667msgstr "suprimit:"16681669#: wt-status.c:2801670msgid "modified:"1671msgstr "modificat:"16721673#: wt-status.c:2821674msgid "renamed:"1675msgstr "canviat de nom:"16761677#: wt-status.c:2841678msgid "typechange:"1679msgstr "canviat de tipus:"16801681#: wt-status.c:2861682msgid "unknown:"1683msgstr "desconegut:"16841685#: wt-status.c:2881686msgid "unmerged:"1687msgstr "sense fusionar:"16881689#: wt-status.c:3701690msgid "new commits, "1691msgstr "comissions noves, "16921693#: wt-status.c:3721694msgid "modified content, "1695msgstr "contingut modificat, "16961697#: wt-status.c:3741698msgid "untracked content, "1699msgstr "contingut no seguit, "17001701#: wt-status.c:3911702#, c-format1703msgid "bug: unhandled diff status %c"1704msgstr "bug: estat de diferència no gestionat %c"17051706#: wt-status.c:7581707msgid "Submodules changed but not updated:"1708msgstr "Submòduls canviats però no actualitzats:"17091710#: wt-status.c:7601711msgid "Submodule changes to be committed:"1712msgstr "Canvis de submòdul a cometre:"17131714#: wt-status.c:8391715msgid ""1716"Do not touch the line above.\n"1717"Everything below will be removed."1718msgstr ""1719"No toqueu la línia de sobre.\n"1720"Tot el que hi ha a sota s'eliminarà."17211722#: wt-status.c:9301723msgid "You have unmerged paths."1724msgstr "Teniu camins sense fusionar."17251726#: wt-status.c:9331727msgid " (fix conflicts and run \"git commit\")"1728msgstr " (arregleu els conflictes i executeu \"git commit\")"17291730#: wt-status.c:9361731msgid "All conflicts fixed but you are still merging."1732msgstr "Tots els conflictes estan arreglats però encara esteu fusionant."17331734#: wt-status.c:9391735msgid " (use \"git commit\" to conclude merge)"1736msgstr " (useu \"git commit\" per a concloure la fusió)"17371738#: wt-status.c:9491739msgid "You are in the middle of an am session."1740msgstr "Esteu enmig d'una sessió am."17411742#: wt-status.c:9521743msgid "The current patch is empty."1744msgstr "El pedaç actual està buit."17451746#: wt-status.c:9561747msgid " (fix conflicts and then run \"git am --continue\")"1748msgstr " (arregleu els conflictes i després executeu \"git am --continue\")"17491750#: wt-status.c:9581751msgid " (use \"git am --skip\" to skip this patch)"1752msgstr " (useu \"git am --skip\" per a ometre aquest pedaç)"17531754#: wt-status.c:9601755msgid " (use \"git am --abort\" to restore the original branch)"1756msgstr " (useu \"git am --abort\" per a restaurar la branca original)"17571758#: wt-status.c:1020 wt-status.c:10371759#, c-format1760msgid "You are currently rebasing branch '%s' on '%s'."1761msgstr "Actualment esteu rebasant la branca '%s' en '%s'."17621763#: wt-status.c:1025 wt-status.c:10421764msgid "You are currently rebasing."1765msgstr "Actualment esteu rebasant."17661767#: wt-status.c:10281768msgid " (fix conflicts and then run \"git rebase --continue\")"1769msgstr ""1770" (arregleu els conflictes i després executeu \"git rebase --continue\")"17711772#: wt-status.c:10301773msgid " (use \"git rebase --skip\" to skip this patch)"1774msgstr " (useu \"git rebase --skip\" per a saltar aquest pedaç)"17751776#: wt-status.c:10321777msgid " (use \"git rebase --abort\" to check out the original branch)"1778msgstr " (useu \"git rebase --abort\" per a agafar la branca original)"17791780#: wt-status.c:10451781msgid " (all conflicts fixed: run \"git rebase --continue\")"1782msgstr " (tots els conflictes arreglats: executeu \"git rebase --continue\")"17831784#: wt-status.c:10491785#, c-format1786msgid ""1787"You are currently splitting a commit while rebasing branch '%s' on '%s'."1788msgstr ""1789"Actualment esteu dividint una comissió mentre rebaseu la branca '%s' en '%s'."17901791#: wt-status.c:10541792msgid "You are currently splitting a commit during a rebase."1793msgstr "Actualment esteu dividint una comissió durant una rebase."17941795#: wt-status.c:10571796msgid " (Once your working directory is clean, run \"git rebase --continue\")"1797msgstr ""1798" (Una vegada que el vostre directori de treball sigui net, executeu \"git "1799"rebase --continue\")"18001801#: wt-status.c:10611802#, c-format1803msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1804msgstr ""1805"Actualment esteu editant una comissió mentre rebaseu la branca '%s' en '%s'."18061807#: wt-status.c:10661808msgid "You are currently editing a commit during a rebase."1809msgstr "Actualment esteu editant una comissió durant una rebase."18101811#: wt-status.c:10691812msgid " (use \"git commit --amend\" to amend the current commit)"1813msgstr " (useu \"git commit --amend\" per a esmenar la comissió actual)"18141815#: wt-status.c:10711816msgid ""1817" (use \"git rebase --continue\" once you are satisfied with your changes)"1818msgstr ""1819" (useu \"git rebase --continue\" una vegada que esteu satisfet amb els "1820"vostres canvis)"18211822#: wt-status.c:10811823#, c-format1824msgid "You are currently cherry-picking commit %s."1825msgstr "Actualment esteu recollint com a cirera la comissió %s."18261827#: wt-status.c:10861828msgid " (fix conflicts and run \"git cherry-pick --continue\")"1829msgstr " (arregleu els conflictes i executeu \"git cherry-pick --continue\")"18301831#: wt-status.c:10891832msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1833msgstr ""1834" (tots els conflictes arreglats: executeu \"git cherry-pick --continue\")"18351836#: wt-status.c:10911837msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1838msgstr ""1839" (useu \"git cherry-pick --abort\" per a cancel·lar l'operació de recull de "1840"cireres)"18411842#: wt-status.c:11001843#, c-format1844msgid "You are currently reverting commit %s."1845msgstr "Actualment esteu revertint la comissió %s."18461847#: wt-status.c:11051848msgid " (fix conflicts and run \"git revert --continue\")"1849msgstr " (arregleu els conflictes i executeu \"git revert --continue\")"18501851#: wt-status.c:11081852msgid " (all conflicts fixed: run \"git revert --continue\")"1853msgstr ""1854" (tots els conflictes estan arreglats: executeu \"git revert --continue\")"18551856#: wt-status.c:11101857msgid " (use \"git revert --abort\" to cancel the revert operation)"1858msgstr ""1859" (useu \"git revert --abort\" per a cancel·lar l'operació de reversió)"18601861#: wt-status.c:11211862#, c-format1863msgid "You are currently bisecting, started from branch '%s'."1864msgstr "Actualment esteu bisecant, heu començat des de la branca '%s'."18651866#: wt-status.c:11251867msgid "You are currently bisecting."1868msgstr "Actualment esteu bisecant."18691870#: wt-status.c:11281871msgid " (use \"git bisect reset\" to get back to the original branch)"1872msgstr " (useu \"git bisect reset\" per a tornar a la branca original)"18731874#: wt-status.c:13031875msgid "On branch "1876msgstr "En la branca "18771878#: wt-status.c:13101879msgid "rebase in progress; onto "1880msgstr "rebase en progrés; en "18811882#: wt-status.c:13171883msgid "HEAD detached at "1884msgstr "HEAD separat a "18851886#: wt-status.c:13191887msgid "HEAD detached from "1888msgstr "HEAD separat de "18891890#: wt-status.c:13221891msgid "Not currently on any branch."1892msgstr "Actualment no en cap branca."18931894#: wt-status.c:13391895msgid "Initial commit"1896msgstr "Comissió inicial"18971898#: wt-status.c:13531899msgid "Untracked files"1900msgstr "Fitxers no seguits"19011902#: wt-status.c:13551903msgid "Ignored files"1904msgstr "Fitxers ignorats"19051906#: wt-status.c:13591907#, c-format1908msgid ""1909"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1910"may speed it up, but you have to be careful not to forget to add\n"1911"new files yourself (see 'git help status')."1912msgstr ""1913"S'ha trigat %.2f segons a enumerar fitxers no seguits.\n"1914"'status -uno' pot accelerar-ho, però heu d'anar amb compte de no\n"1915"oblidar-vos d'afegir fitxers nous per vós mateix (vegeu\n"1916"'git help status')."19171918#: wt-status.c:13651919#, c-format1920msgid "Untracked files not listed%s"1921msgstr "Els fitxers no seguits no estan llistats%s"19221923#: wt-status.c:13671924msgid " (use -u option to show untracked files)"1925msgstr " (useu l'opció -u per a mostrar els fitxers no seguits)"19261927#: wt-status.c:13731928msgid "No changes"1929msgstr "Sense canvis"19301931#: wt-status.c:13781932#, c-format1933msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1934msgstr ""1935"no hi ha canvis afegits a cometre (useu \"git add\" o \"git commit -a\")\n"19361937#: wt-status.c:13811938#, c-format1939msgid "no changes added to commit\n"1940msgstr "no hi ha canvis afegits a cometre\n"19411942#: wt-status.c:13841943#, c-format1944msgid ""1945"nothing added to commit but untracked files present (use \"git add\" to "1946"track)\n"1947msgstr ""1948"no hi ha res afegit a cometre però fitxers no seguits estan presents (useu "1949"\"git add\" per a seguir-los)\n"19501951#: wt-status.c:13871952#, c-format1953msgid "nothing added to commit but untracked files present\n"1954msgstr "no hi ha res afegit a cometre però fitxers no seguits estan presents\n"19551956#: wt-status.c:13901957#, c-format1958msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1959msgstr ""1960"no hi ha res a cometre (creeu/copieu fitxers i useu \"git add\" per a seguir-"1961"los)\n"19621963#: wt-status.c:1393 wt-status.c:13981964#, c-format1965msgid "nothing to commit\n"1966msgstr "no hi ha res a cometre\n"19671968#: wt-status.c:13961969#, c-format1970msgid "nothing to commit (use -u to show untracked files)\n"1971msgstr ""1972"no hi ha res a cometre (useu -u per a mostrar els fitxers no seguits)\n"19731974#: wt-status.c:14001975#, c-format1976msgid "nothing to commit, working directory clean\n"1977msgstr "no hi ha res a cometre, directori de treball net\n"19781979#: wt-status.c:15091980msgid "HEAD (no branch)"1981msgstr "HEAD (sense branca)"19821983#: wt-status.c:15151984msgid "Initial commit on "1985msgstr "Comissió inicial en "19861987#: wt-status.c:15471988msgid "gone"1989msgstr "no hi és"19901991#: wt-status.c:1549 wt-status.c:15571992msgid "behind "1993msgstr "darrere "19941995#: compat/precompose_utf8.c:55 builtin/clone.c:3601996#, c-format1997msgid "failed to unlink '%s'"1998msgstr "s'ha fallat en desenllaçar '%s'"19992000#: builtin/add.c:222001msgid "git add [options] [--] <pathspec>..."2002msgstr "git add [opcions] [--] <especificació-de-camí>..."20032004#: builtin/add.c:652005#, c-format2006msgid "unexpected diff status %c"2007msgstr "estat de diff inesperat %c"20082009#: builtin/add.c:70 builtin/commit.c:2752010msgid "updating files failed"2011msgstr "s'ha fallat en actualitzar els fitxers"20122013#: builtin/add.c:802014#, c-format2015msgid "remove '%s'\n"2016msgstr "elimina '%s'\n"20172018#: builtin/add.c:1342019msgid "Unstaged changes after refreshing the index:"2020msgstr "Canvis no allistats després d'actualitzar l'índex:"20212022#: builtin/add.c:194 builtin/rev-parse.c:7852023msgid "Could not read the index"2024msgstr "No s'ha pogut llegir l'índex"20252026#: builtin/add.c:2052027#, c-format2028msgid "Could not open '%s' for writing."2029msgstr "No s'ha pogut obrir '%s' per a escriptura."20302031#: builtin/add.c:2092032msgid "Could not write patch"2033msgstr "No s'ha pogut escriure el pedaç"20342035#: builtin/add.c:2142036#, c-format2037msgid "Could not stat '%s'"2038msgstr "No s'ha pogut fer stat a '%s'"20392040#: builtin/add.c:2162041msgid "Empty patch. Aborted."2042msgstr "El pedaç és buit. Avortat."20432044#: builtin/add.c:2212045#, c-format2046msgid "Could not apply '%s'"2047msgstr "No s'ha pogut aplicar '%s'"20482049#: builtin/add.c:2312050msgid "The following paths are ignored by one of your .gitignore files:\n"2051msgstr ""2052"Els camins següents s'ignoren per un dels vostres fitxers .gitignore:\n"20532054#: builtin/add.c:248 builtin/clean.c:875 builtin/fetch.c:108 builtin/mv.c:1102055#: builtin/prune-packed.c:55 builtin/push.c:499 builtin/remote.c:13722056#: builtin/rm.c:2692057msgid "dry run"2058msgstr "marxa en sec"20592060#: builtin/add.c:249 builtin/apply.c:4415 builtin/check-ignore.c:192061#: builtin/commit.c:1326 builtin/count-objects.c:63 builtin/fsck.c:6082062#: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:1142063msgid "be verbose"2064msgstr "sigues detallat"20652066#: builtin/add.c:2512067msgid "interactive picking"2068msgstr "recull interactiu"20692070#: builtin/add.c:252 builtin/checkout.c:1126 builtin/reset.c:2862071msgid "select hunks interactively"2072msgstr "selecciona els trossos interactivament"20732074#: builtin/add.c:2532075msgid "edit current diff and apply"2076msgstr "edita la diferència actual i aplica-la"20772078#: builtin/add.c:2542079msgid "allow adding otherwise ignored files"2080msgstr "permet afegir fitxers que d'altra manera s'ignoren"20812082#: builtin/add.c:2552083msgid "update tracked files"2084msgstr "actualitza els fitxers seguits"20852086#: builtin/add.c:2562087msgid "record only the fact that the path will be added later"2088msgstr "registra només el fet que el camí s'afegirà més tard"20892090#: builtin/add.c:2572091msgid "add changes from all tracked and untracked files"2092msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"20932094#: builtin/add.c:2602095msgid "ignore paths removed in the working tree (same as --no-all)"2096msgstr ""2097"ignora els camins eliminats en l'arbre de treball (el mateix que --no-all)"20982099#: builtin/add.c:2622100msgid "don't add, only refresh the index"2101msgstr "no afegeixis, només actualitza l'índex"21022103#: builtin/add.c:2632104msgid "just skip files which cannot be added because of errors"2105msgstr "només omet els fitxers que no es poden afegir a causa d'errors"21062107#: builtin/add.c:2642108msgid "check if - even missing - files are ignored in dry run"2109msgstr ""2110"comproveu si els fitxers - fins i tot els absents - s'ignoren en marxa en sec"21112112#: builtin/add.c:2862113#, c-format2114msgid "Use -f if you really want to add them.\n"2115msgstr "Useu -f si realment els voleu afegir.\n"21162117#: builtin/add.c:2932118msgid "adding files failed"2119msgstr "l'afegiment de fitxers ha fallat"21202121#: builtin/add.c:3292122msgid "-A and -u are mutually incompatible"2123msgstr "-A i -u són mutualment incompatibles"21242125#: builtin/add.c:3362126msgid "Option --ignore-missing can only be used together with --dry-run"2127msgstr "L'opció --ignore-missing només es pot usar junt amb --dry-run"21282129#: builtin/add.c:3572130#, c-format2131msgid "Nothing specified, nothing added.\n"2132msgstr "Res especificat, res afegit.\n"21332134#: builtin/add.c:3582135#, c-format2136msgid "Maybe you wanted to say 'git add .'?\n"2137msgstr "Potser volíeu dir 'git add .'?\n"21382139#: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:9192140#: builtin/commit.c:333 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:2992141msgid "index file corrupt"2142msgstr "fitxer d'índex malmès"21432144#: builtin/add.c:446 builtin/apply.c:4510 builtin/mv.c:279 builtin/rm.c:4312145msgid "Unable to write new index file"2146msgstr "no s'ha pogut escriure un fitxer d'índex nou"21472148#: builtin/apply.c:582149msgid "git apply [options] [<patch>...]"2150msgstr "git apply [opcions] [<pedaç>...]"21512152#: builtin/apply.c:1112153#, c-format2154msgid "unrecognized whitespace option '%s'"2155msgstr "opció d'espai en blanc '%s' no reconeguda"21562157#: builtin/apply.c:1262158#, c-format2159msgid "unrecognized whitespace ignore option '%s'"2160msgstr "opció d'ignoral d'espai en blanc '%s' no reconeguda"21612162#: builtin/apply.c:8262163#, c-format2164msgid "Cannot prepare timestamp regexp %s"2165msgstr "No es pot preparar l'expressió regular de marca de temps %s"21662167#: builtin/apply.c:8352168#, c-format2169msgid "regexec returned %d for input: %s"2170msgstr "regexec ha retornat %d per l'entrada: %s"21712172#: builtin/apply.c:9162173#, c-format2174msgid "unable to find filename in patch at line %d"2175msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç a la línia %d"21762177#: builtin/apply.c:9482178#, c-format2179msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2180msgstr ""2181"git apply: git-diff dolent - /dev/null esperat, %s rebut en la línia %d"21822183#: builtin/apply.c:9522184#, c-format2185msgid "git apply: bad git-diff - inconsistent new filename on line %d"2186msgstr ""2187"git apply: git-diff dolent - nom de fitxer nou inconsistent en la línia %d"21882189#: builtin/apply.c:9532190#, c-format2191msgid "git apply: bad git-diff - inconsistent old filename on line %d"2192msgstr ""2193"git apply: git-diff dolent - nom de fitxer antic inconsistent en la línia %d"21942195#: builtin/apply.c:9602196#, c-format2197msgid "git apply: bad git-diff - expected /dev/null on line %d"2198msgstr "git apply: git-diff dolent - /dev/null esperat en la línia %d"21992200#: builtin/apply.c:14232201#, c-format2202msgid "recount: unexpected line: %.*s"2203msgstr "recompte: línia inesperada: %.*s"22042205#: builtin/apply.c:14802206#, c-format2207msgid "patch fragment without header at line %d: %.*s"2208msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s"22092210#: builtin/apply.c:14972211#, c-format2212msgid ""2213"git diff header lacks filename information when removing %d leading pathname "2214"component (line %d)"2215msgid_plural ""2216"git diff header lacks filename information when removing %d leading pathname "2217"components (line %d)"2218msgstr[0] ""2219"a la capçalera de git diff li manca informació de nom de fitxer en eliminar "2220"%d component de nom de camí inicial (línia %d)"2221msgstr[1] ""2222"a la capçalera de git diff li manca informació de nom de fitxer en eliminar "2223"%d components de nom de camí inicial (línia %d)"22242225#: builtin/apply.c:16572226msgid "new file depends on old contents"2227msgstr "el fitxer nou depèn dels continguts antics"22282229#: builtin/apply.c:16592230msgid "deleted file still has contents"2231msgstr "el fitxer suprimit encara té continguts"22322233#: builtin/apply.c:16852234#, c-format2235msgid "corrupt patch at line %d"2236msgstr "el pedaç és malmès a la línia %d"22372238#: builtin/apply.c:17212239#, c-format2240msgid "new file %s depends on old contents"2241msgstr "el fitxer nou %s depèn dels continguts antics"22422243#: builtin/apply.c:17232244#, c-format2245msgid "deleted file %s still has contents"2246msgstr "el fitxer suprimit %s encara té continguts"22472248#: builtin/apply.c:17262249#, c-format2250msgid "** warning: file %s becomes empty but is not deleted"2251msgstr "** avís: el fitxer %s queda buit però no es suprimeix"22522253#: builtin/apply.c:18722254#, c-format2255msgid "corrupt binary patch at line %d: %.*s"2256msgstr "pedaç binari malmès a la línia %d: %.*s"22572258#: builtin/apply.c:19012259#, c-format2260msgid "unrecognized binary patch at line %d"2261msgstr "pedaç binari no reconegut a la línia %d"22622263#: builtin/apply.c:20522264#, c-format2265msgid "patch with only garbage at line %d"2266msgstr "pedaç amb només escombraries a la línia %d"22672268#: builtin/apply.c:21422269#, c-format2270msgid "unable to read symlink %s"2271msgstr "no s'ha pogut llegir l'enllaç simbòlic %s"22722273#: builtin/apply.c:21462274#, c-format2275msgid "unable to open or read %s"2276msgstr "no s'ha pogut obrir o llegir %s"22772278#: builtin/apply.c:27542279#, c-format2280msgid "invalid start of line: '%c'"2281msgstr "inici de línia no vàlid: '%c'"22822283#: builtin/apply.c:28722284#, c-format2285msgid "Hunk #%d succeeded at %d (offset %d line)."2286msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2287msgstr[0] "El tros #%d ha tingut éxit a %d (desplaçament %d línia)."2288msgstr[1] "El tros #%d ha tingut éxit a %d (desplaçament %d línies)."22892290#: builtin/apply.c:28842291#, c-format2292msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2293msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d"22942295#: builtin/apply.c:28902296#, c-format2297msgid ""2298"while searching for:\n"2299"%.*s"2300msgstr ""2301"tot cercant:\n"2302"%.*s"23032304#: builtin/apply.c:29092305#, c-format2306msgid "missing binary patch data for '%s'"2307msgstr "manquen les dades de pedaç binari de '%s'"23082309#: builtin/apply.c:30102310#, c-format2311msgid "binary patch does not apply to '%s'"2312msgstr "el pedaç binari no s'aplica a '%s'"23132314#: builtin/apply.c:30162315#, c-format2316msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2317msgstr ""2318"el pedaç binari a '%s' crea un resultat incorrecte (esperant %s, %s rebut)"23192320#: builtin/apply.c:30372321#, c-format2322msgid "patch failed: %s:%ld"2323msgstr "el pedaç ha fallat: %s:%ld"23242325#: builtin/apply.c:31612326#, c-format2327msgid "cannot checkout %s"2328msgstr "no es pot agafar %s"23292330#: builtin/apply.c:3206 builtin/apply.c:3215 builtin/apply.c:32602331#, c-format2332msgid "read of %s failed"2333msgstr "la lectura de %s ha fallat"23342335#: builtin/apply.c:3240 builtin/apply.c:34622336#, c-format2337msgid "path %s has been renamed/deleted"2338msgstr "el camí %s s'ha canviat de nom / s'ha suprimit"23392340#: builtin/apply.c:3321 builtin/apply.c:34762341#, c-format2342msgid "%s: does not exist in index"2343msgstr "%s: no existeix en l'índex"23442345#: builtin/apply.c:3325 builtin/apply.c:3468 builtin/apply.c:34902346#, c-format2347msgid "%s: %s"2348msgstr "%s: %s"23492350#: builtin/apply.c:3330 builtin/apply.c:34842351#, c-format2352msgid "%s: does not match index"2353msgstr "%s: no coincideix amb l'índex"23542355#: builtin/apply.c:34322356msgid "removal patch leaves file contents"2357msgstr "el pedaç de supressió deixa els continguts dels fitxers"23582359#: builtin/apply.c:35012360#, c-format2361msgid "%s: wrong type"2362msgstr "%s: tipus erroni"23632364#: builtin/apply.c:35032365#, c-format2366msgid "%s has type %o, expected %o"2367msgstr "%s és del tipus %o, s'esperava %o"23682369#: builtin/apply.c:36042370#, c-format2371msgid "%s: already exists in index"2372msgstr "%s: ja existeix en l'índex"23732374#: builtin/apply.c:36072375#, c-format2376msgid "%s: already exists in working directory"2377msgstr "%s: ja existeix en el directori de treball"23782379#: builtin/apply.c:36272380#, c-format2381msgid "new mode (%o) of %s does not match old mode (%o)"2382msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)"23832384#: builtin/apply.c:36322385#, c-format2386msgid "new mode (%o) of %s does not match old mode (%o) of %s"2387msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s"23882389#: builtin/apply.c:36402390#, c-format2391msgid "%s: patch does not apply"2392msgstr "%s: el pedaç no aplica"23932394#: builtin/apply.c:36532395#, c-format2396msgid "Checking patch %s..."2397msgstr "Comprovant el pedaç %s..."23982399#: builtin/apply.c:3746 builtin/checkout.c:231 builtin/reset.c:1352400#, c-format2401msgid "make_cache_entry failed for path '%s'"2402msgstr "make_cache_entry ha fallat per al camí '%s'"24032404#: builtin/apply.c:38892405#, c-format2406msgid "unable to remove %s from index"2407msgstr "no s'ha pogut eliminar %s de l'índex"24082409#: builtin/apply.c:39182410#, c-format2411msgid "corrupt patch for submodule %s"2412msgstr "pedaç corrupte per al submòdul %s"24132414#: builtin/apply.c:39222415#, c-format2416msgid "unable to stat newly created file '%s'"2417msgstr "no s'ha pogut fer stat al fitxer novament creat '%s'"24182419#: builtin/apply.c:39272420#, c-format2421msgid "unable to create backing store for newly created file %s"2422msgstr ""2423"no s'ha pogut crear un magatzem de recolzament per al fitxer novament creat "2424"%s"24252426#: builtin/apply.c:3930 builtin/apply.c:40382427#, c-format2428msgid "unable to add cache entry for %s"2429msgstr "no s'ha pogut afegir una entrada de cau per a %s"24302431#: builtin/apply.c:39632432#, c-format2433msgid "closing file '%s'"2434msgstr "tancant el fitxer '%s'"24352436#: builtin/apply.c:40122437#, c-format2438msgid "unable to write file '%s' mode %o"2439msgstr "no s'ha pogut escriure el fitxer '%s' mode %o"24402441#: builtin/apply.c:40992442#, c-format2443msgid "Applied patch %s cleanly."2444msgstr "El pedaç %s s'ha aplicat netament."24452446#: builtin/apply.c:41072447msgid "internal error"2448msgstr "error intern"24492450#: builtin/apply.c:41102451#, c-format2452msgid "Applying patch %%s with %d reject..."2453msgid_plural "Applying patch %%s with %d rejects..."2454msgstr[0] "Aplicant el pedaç %%s amb %d rebuig"2455msgstr[1] "Aplicant el pedaç %%s amb %d rebuitjos"24562457#: builtin/apply.c:41202458#, c-format2459msgid "truncating .rej filename to %.*s.rej"2460msgstr "truncant el nom del fitxer .rej a %.*s.rej"24612462#: builtin/apply.c:41412463#, c-format2464msgid "Hunk #%d applied cleanly."2465msgstr "El tros #%d s'ha aplicat netament."24662467#: builtin/apply.c:41442468#, c-format2469msgid "Rejected hunk #%d."2470msgstr "S'ha rebutjat el tros #%d."24712472#: builtin/apply.c:42342473msgid "unrecognized input"2474msgstr "entrada no reconeguda"24752476#: builtin/apply.c:42452477msgid "unable to read index file"2478msgstr "no es pot llegir el fitxer d'índex"24792480#: builtin/apply.c:4362 builtin/apply.c:4365 builtin/clone.c:922481#: builtin/fetch.c:932482msgid "path"2483msgstr "camí"24842485#: builtin/apply.c:43632486msgid "don't apply changes matching the given path"2487msgstr "no apliquis els canvis que coincideixin amb el camí donat"24882489#: builtin/apply.c:43662490msgid "apply changes matching the given path"2491msgstr "aplica els canvis que coincideixin amb el camí donat"24922493#: builtin/apply.c:43682494msgid "num"2495msgstr "número"24962497#: builtin/apply.c:43692498msgid "remove <num> leading slashes from traditional diff paths"2499msgstr ""2500"elimina <nombre> barres obliqües inicials dels camins de diferència "2501"tradicionals"25022503#: builtin/apply.c:43722504msgid "ignore additions made by the patch"2505msgstr "ignora afegiments fets pel pedaç"25062507#: builtin/apply.c:43742508msgid "instead of applying the patch, output diffstat for the input"2509msgstr ""2510"en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada"25112512#: builtin/apply.c:43782513msgid "show number of added and deleted lines in decimal notation"2514msgstr "mostra el nombre de línies afegides i suprimides en notació decimal"25152516#: builtin/apply.c:43802517msgid "instead of applying the patch, output a summary for the input"2518msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada"25192520#: builtin/apply.c:43822521msgid "instead of applying the patch, see if the patch is applicable"2522msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable"25232524#: builtin/apply.c:43842525msgid "make sure the patch is applicable to the current index"2526msgstr "assegura que el pedaç sigui aplicable a l'índex actual"25272528#: builtin/apply.c:43862529msgid "apply a patch without touching the working tree"2530msgstr "aplica un pedaç sense tocar l'arbre de treball"25312532#: builtin/apply.c:43882533msgid "also apply the patch (use with --stat/--summary/--check)"2534msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)"25352536#: builtin/apply.c:43902537msgid "attempt three-way merge if a patch does not apply"2538msgstr "intenta una fusió de tres vies si el pedaç no s'aplica"25392540#: builtin/apply.c:43922541msgid "build a temporary index based on embedded index information"2542msgstr "construeix un índex temporal basat en la informació d'índex incrustada"25432544#: builtin/apply.c:4394 builtin/checkout-index.c:198 builtin/ls-files.c:4552545msgid "paths are separated with NUL character"2546msgstr "els camins es separen amb el caràcter NUL"25472548#: builtin/apply.c:43972549msgid "ensure at least <n> lines of context match"2550msgstr "assegura't que almenys <n> línies de context coincideixin"25512552#: builtin/apply.c:43982553msgid "action"2554msgstr "acció"25552556#: builtin/apply.c:43992557msgid "detect new or modified lines that have whitespace errors"2558msgstr ""2559"detecta les línies noves o modificades que tinguin errors d'espai en blanc"25602561#: builtin/apply.c:4402 builtin/apply.c:44052562msgid "ignore changes in whitespace when finding context"2563msgstr "ignora els canvis d'espai en blanc en cercar context"25642565#: builtin/apply.c:44082566msgid "apply the patch in reverse"2567msgstr "aplica el pedaç al revés"25682569#: builtin/apply.c:44102570msgid "don't expect at least one line of context"2571msgstr "no esperis almenys una línia de context"25722573#: builtin/apply.c:44122574msgid "leave the rejected hunks in corresponding *.rej files"2575msgstr "deixa els trossos rebutjats en fitxers *.reg coresspondents"25762577#: builtin/apply.c:44142578msgid "allow overlapping hunks"2579msgstr "permet trossos encavalcants"25802581#: builtin/apply.c:44172582msgid "tolerate incorrectly detected missing new-line at the end of file"2583msgstr "tolera una línia nova incorrectament detectada al final del fitxer"25842585#: builtin/apply.c:44202586msgid "do not trust the line counts in the hunk headers"2587msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos"25882589#: builtin/apply.c:44222590msgid "root"2591msgstr "arrel"25922593#: builtin/apply.c:44232594msgid "prepend <root> to all filenames"2595msgstr "anteposa <arrel> a tots els noms de fitxer"25962597#: builtin/apply.c:44452598msgid "--3way outside a repository"2599msgstr "--3way fora d'un dipòsit"26002601#: builtin/apply.c:44532602msgid "--index outside a repository"2603msgstr "--index fora d'un dipòsit"26042605#: builtin/apply.c:44562606msgid "--cached outside a repository"2607msgstr "--cached fora d'un dipòsit"26082609#: builtin/apply.c:44722610#, c-format2611msgid "can't open patch '%s'"2612msgstr "no es pot obrir el pedaç '%s'"26132614#: builtin/apply.c:44862615#, c-format2616msgid "squelched %d whitespace error"2617msgid_plural "squelched %d whitespace errors"2618msgstr[0] "%d error d'espai en blanc omès"2619msgstr[1] "%d errors d'espai en blanc omesos"26202621#: builtin/apply.c:4492 builtin/apply.c:45022622#, c-format2623msgid "%d line adds whitespace errors."2624msgid_plural "%d lines add whitespace errors."2625msgstr[0] "%d línia afegeix errors d'espai en blanc."2626msgstr[1] "%d línies afegeixen errors d'espai en blanc."26272628#: builtin/archive.c:172629#, c-format2630msgid "could not create archive file '%s'"2631msgstr "no es pot crear el fitxer d'arxiu '%s'"26322633#: builtin/archive.c:202634msgid "could not redirect output"2635msgstr "no s'ha pogut redirigir la sortida"26362637#: builtin/archive.c:372638msgid "git archive: Remote with no URL"2639msgstr "git archive: Remot sense URL"26402641#: builtin/archive.c:582642msgid "git archive: expected ACK/NAK, got EOF"2643msgstr "git archive: ACK/NAK esperat, EOF rebut"26442645#: builtin/archive.c:612646#, c-format2647msgid "git archive: NACK %s"2648msgstr "git archive: %s NACK"26492650#: builtin/archive.c:632651#, c-format2652msgid "remote error: %s"2653msgstr "error remot: %s"26542655#: builtin/archive.c:642656msgid "git archive: protocol error"2657msgstr "git archive: error de protocol"26582659#: builtin/archive.c:682660msgid "git archive: expected a flush"2661msgstr "git archive: rentada esperada"26622663#: builtin/bisect--helper.c:72664msgid "git bisect--helper --next-all [--no-checkout]"2665msgstr "git bisect--helper --next-all [--no-checkout]"26662667#: builtin/bisect--helper.c:172668msgid "perform 'git bisect next'"2669msgstr "realitza 'git bisect next'"26702671#: builtin/bisect--helper.c:192672msgid "update BISECT_HEAD instead of checking out the current commit"2673msgstr "actualitza BISECT_HEAD en lloc d'agafar la comissió actual"26742675#: builtin/blame.c:302676msgid "git blame [options] [rev-opts] [rev] [--] file"2677msgstr "git blame [opcions] [opcions-de-revisió] [revisió] [--] fitxer"26782679#: builtin/blame.c:352680msgid "[rev-opts] are documented in git-rev-list(1)"2681msgstr "les [opcions-de-revisió] estan documentades en git-rev-list(1)"26822683#: builtin/blame.c:25012684msgid "Show blame entries as we find them, incrementally"2685msgstr "Mostra les entrades de culpa mentre les trobem, incrementalment"26862687#: builtin/blame.c:25022688msgid "Show blank SHA-1 for boundary commits (Default: off)"2689msgstr ""2690"Mostra un SHA-1 en blanc per les comissions de frontera (Per defecte: "2691"desactivat)"26922693#: builtin/blame.c:25032694msgid "Do not treat root commits as boundaries (Default: off)"2695msgstr ""2696"No tractis les comissions d'arrel com a límits (Per defecte: desactivat)"26972698#: builtin/blame.c:25042699msgid "Show work cost statistics"2700msgstr "Mostra les estadístiques de preu de treball"27012702#: builtin/blame.c:25052703msgid "Show output score for blame entries"2704msgstr "Mostra la puntuació de sortida de les entrades de culpa"27052706#: builtin/blame.c:25062707msgid "Show original filename (Default: auto)"2708msgstr "Mostra el nom de fitxer original (Per defecte: automàtic)"27092710#: builtin/blame.c:25072711msgid "Show original linenumber (Default: off)"2712msgstr "Mostra el número de línia original (Per defecte: desactivat)"27132714#: builtin/blame.c:25082715msgid "Show in a format designed for machine consumption"2716msgstr "Presenta en un format dissenyat per consumpció per màquina"27172718#: builtin/blame.c:25092719msgid "Show porcelain format with per-line commit information"2720msgstr "Mostra el format de porcellana amb informació de comissió per línia"27212722#: builtin/blame.c:25102723msgid "Use the same output mode as git-annotate (Default: off)"2724msgstr ""2725"Usa el mateix mode de sortida que git-annotate (Per defecte: desactivat)"27262727#: builtin/blame.c:25112728msgid "Show raw timestamp (Default: off)"2729msgstr "Mostra la marca de temps crua (Per defecte: desactivat)"27302731#: builtin/blame.c:25122732msgid "Show long commit SHA1 (Default: off)"2733msgstr "Mostra l'SHA1 de comissió llarg (Per defecte: desactivat)"27342735#: builtin/blame.c:25132736msgid "Suppress author name and timestamp (Default: off)"2737msgstr "Omet el nom d'autor i la marca de temps (Per defecte: desactivat)"27382739#: builtin/blame.c:25142740msgid "Show author email instead of name (Default: off)"2741msgstr ""2742"Mostra l'adreça de correu electrònic de l'autor en lloc del nom (Per "2743"defecte: desactivat)"27442745#: builtin/blame.c:25152746msgid "Ignore whitespace differences"2747msgstr "Ignora les diferencies d'espai en blanc"27482749#: builtin/blame.c:25162750msgid "Spend extra cycles to find better match"2751msgstr "Gasta cicles extres per a trobar una coincidència millor"27522753#: builtin/blame.c:25172754msgid "Use revisions from <file> instead of calling git-rev-list"2755msgstr "Usa les revisions de <fitxer> en lloc d'invocar git-rev-list"27562757#: builtin/blame.c:25182758msgid "Use <file>'s contents as the final image"2759msgstr "Usa els continguts de <fitxer> com a la imatge final"27602761#: builtin/blame.c:2519 builtin/blame.c:25202762msgid "score"2763msgstr "puntuació"27642765#: builtin/blame.c:25192766msgid "Find line copies within and across files"2767msgstr "Troba còpies de línia dins i a través dels fitxers"27682769#: builtin/blame.c:25202770msgid "Find line movements within and across files"2771msgstr "Troba moviments de línia dins i a través dels fitxers"27722773#: builtin/blame.c:25212774msgid "n,m"2775msgstr "n,m"27762777#: builtin/blame.c:25212778msgid "Process only line range n,m, counting from 1"2779msgstr "Processa només el rang de línies n,m, comptant des de 1"27802781#. TRANSLATORS: This string is used to tell us the maximum2782#. display width for a relative timestamp in "git blame"2783#. output. For C locale, "4 years, 11 months ago", which2784#. takes 22 places, is the longest among various forms of2785#. relative timestamps, but your language may need more or2786#. fewer display columns.2787#: builtin/blame.c:26022788msgid "4 years, 11 months ago"2789msgstr "fa 4 anys i 11 mesos"27902791#: builtin/branch.c:242792msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2793msgstr "git branch [opcions] [-r | -a] [--merged | --no-merged]"27942795#: builtin/branch.c:252796msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2797msgstr "git branch [opcions] [-l] [-f] <nom-de-branca> [<punt-inicial>]"27982799#: builtin/branch.c:262800msgid "git branch [options] [-r] (-d | -D) <branchname>..."2801msgstr "git branch [opcions] [-r] (-d | -D) <nom-de-branca>..."28022803#: builtin/branch.c:272804msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2805msgstr "git branch [opcions] (-m | -M) [<branca-antiga>] <branca-nova>"28062807#: builtin/branch.c:1522808#, c-format2809msgid ""2810"deleting branch '%s' that has been merged to\n"2811" '%s', but not yet merged to HEAD."2812msgstr ""2813"suprimint la branca '%s' que s'ha fusionat a\n"2814" '%s', però encara no s'ha fusionat\n"2815" a HEAD."28162817#: builtin/branch.c:1562818#, c-format2819msgid ""2820"not deleting branch '%s' that is not yet merged to\n"2821" '%s', even though it is merged to HEAD."2822msgstr ""2823"no suprimint la branca '%s' que encara no s'ha\n"2824" fusionat a '%s', encara que està\n"2825" fusionada a HEAD."28262827#: builtin/branch.c:1702828#, c-format2829msgid "Couldn't look up commit object for '%s'"2830msgstr "No s'ha pogut trobar l'objecte de comissió de '%s'"28312832#: builtin/branch.c:1742833#, c-format2834msgid ""2835"The branch '%s' is not fully merged.\n"2836"If you are sure you want to delete it, run 'git branch -D %s'."2837msgstr ""2838"La branca '%s' no està totalment fusionada.\n"2839"Si esteu segur que la voleu suprimir, executeu 'git branch -D %s'."28402841#: builtin/branch.c:1872842msgid "Update of config-file failed"2843msgstr "L'actualització del fitxer de configuració ha fallat"28442845#: builtin/branch.c:2152846msgid "cannot use -a with -d"2847msgstr "no es pot usar -a amb -d"28482849#: builtin/branch.c:2212850msgid "Couldn't look up commit object for HEAD"2851msgstr "No s'ha pogut trobar l'objecte de comissió de HEAD"28522853#: builtin/branch.c:2292854#, c-format2855msgid "Cannot delete the branch '%s' which you are currently on."2856msgstr "No es pot suprimir la branca '%s', en la qual sou actualment."28572858#: builtin/branch.c:2452859#, c-format2860msgid "remote branch '%s' not found."2861msgstr "no s'ha trobat la branca remota '%s'."28622863#: builtin/branch.c:2462864#, c-format2865msgid "branch '%s' not found."2866msgstr "no s'ha trobat la branca '%s'."28672868#: builtin/branch.c:2602869#, c-format2870msgid "Error deleting remote branch '%s'"2871msgstr "Error en suprimir la branca remota '%s'"28722873#: builtin/branch.c:2612874#, c-format2875msgid "Error deleting branch '%s'"2876msgstr "Error en suprimir la branca '%s'"28772878#: builtin/branch.c:2682879#, c-format2880msgid "Deleted remote branch %s (was %s).\n"2881msgstr "S'ha suprimit la branca remota %s (ha estat %s).\n"28822883#: builtin/branch.c:2692884#, c-format2885msgid "Deleted branch %s (was %s).\n"2886msgstr "S'ha suprimit la branca %s (ha estat %s).\n"28872888#: builtin/branch.c:3702889#, c-format2890msgid "branch '%s' does not point at a commit"2891msgstr "la branca '%s' no assenyala cap comissió"28922893#: builtin/branch.c:4592894#, c-format2895msgid "[%s: gone]"2896msgstr "[%s: no hi és]"28972898#: builtin/branch.c:4642899#, c-format2900msgid "[%s]"2901msgstr "[%s]"29022903#: builtin/branch.c:4692904#, c-format2905msgid "[%s: behind %d]"2906msgstr "[%s: darrere per %d]"29072908#: builtin/branch.c:4712909#, c-format2910msgid "[behind %d]"2911msgstr "[darrere de %d]"29122913#: builtin/branch.c:4752914#, c-format2915msgid "[%s: ahead %d]"2916msgstr "[%s: davant per %d]"29172918#: builtin/branch.c:4772919#, c-format2920msgid "[ahead %d]"2921msgstr "[davant de %d]"29222923#: builtin/branch.c:4802924#, c-format2925msgid "[%s: ahead %d, behind %d]"2926msgstr "[%s: davant per %d, darrere per %d]"29272928#: builtin/branch.c:4832929#, c-format2930msgid "[ahead %d, behind %d]"2931msgstr "[davant %d, darrere %d]"29322933#: builtin/branch.c:4962934msgid " **** invalid ref ****"2935msgstr " **** referència no vàlida ****"29362937#: builtin/branch.c:5872938#, c-format2939msgid "(no branch, rebasing %s)"2940msgstr "(cap branca, rebasant %s)"29412942#: builtin/branch.c:5902943#, c-format2944msgid "(no branch, bisect started on %s)"2945msgstr "(cap branca, bisecció començada en %s)"29462947#: builtin/branch.c:5932948#, c-format2949msgid "(detached from %s)"2950msgstr "(separat de %s)"29512952#: builtin/branch.c:5962953msgid "(no branch)"2954msgstr "(cap branca)"29552956#: builtin/branch.c:6432957#, c-format2958msgid "object '%s' does not point to a commit"2959msgstr "l'objecte '%s' no assenyala cap comissió"29602961#: builtin/branch.c:6912962msgid "some refs could not be read"2963msgstr "no s'han pogut llegir algunes referències"29642965#: builtin/branch.c:7042966msgid "cannot rename the current branch while not on any."2967msgstr "no es pot canviar el nom de la branca actual mentre no s'és a cap."29682969#: builtin/branch.c:7142970#, c-format2971msgid "Invalid branch name: '%s'"2972msgstr "Nom de branca no vàlid: '%s'"29732974#: builtin/branch.c:7292975msgid "Branch rename failed"2976msgstr "El canvi de nom de branca ha fallat"29772978#: builtin/branch.c:7332979#, c-format2980msgid "Renamed a misnamed branch '%s' away"2981msgstr "S'ha canviat el nom de la branca malanomenada '%s'"29822983#: builtin/branch.c:7372984#, c-format2985msgid "Branch renamed to %s, but HEAD is not updated!"2986msgstr "S'ha canviat el nom de la branca a %s, però HEAD no està actualitzat!"29872988#: builtin/branch.c:7442989msgid "Branch is renamed, but update of config-file failed"2990msgstr ""2991"La branca està canviada de nom, però l'actualització del fitxer de "2992"configuració ha fallat"29932994#: builtin/branch.c:7592995#, c-format2996msgid "malformed object name %s"2997msgstr "nom d'objecte %s mal format"29982999#: builtin/branch.c:7833000#, c-format3001msgid "could not write branch description template: %s"3002msgstr "no s'ha pogut escriure la plantilla de descripció de branca: %s"30033004#: builtin/branch.c:8133005msgid "Generic options"3006msgstr "Opcions genèriques"30073008#: builtin/branch.c:8153009msgid "show hash and subject, give twice for upstream branch"3010msgstr "mostra el hash i el tema, doneu dues vegades per la branca font"30113012#: builtin/branch.c:8163013msgid "suppress informational messages"3014msgstr "omet els missatges informatius"30153016#: builtin/branch.c:8173017msgid "set up tracking mode (see git-pull(1))"3018msgstr "configura el mode de seguiment (vegeu git-pull(1))"30193020#: builtin/branch.c:8193021msgid "change upstream info"3022msgstr "canvia la informació de font"30233024#: builtin/branch.c:8233025msgid "use colored output"3026msgstr "usa sortida colorada"30273028#: builtin/branch.c:8243029msgid "act on remote-tracking branches"3030msgstr "actua en branques amb seguiment remot"30313032#: builtin/branch.c:827 builtin/branch.c:833 builtin/branch.c:8543033#: builtin/branch.c:860 builtin/commit.c:1586 builtin/commit.c:15873034#: builtin/commit.c:1588 builtin/commit.c:1589 builtin/tag.c:6163035#: builtin/tag.c:6223036msgid "commit"3037msgstr "comissió"30383039#: builtin/branch.c:828 builtin/branch.c:8343040msgid "print only branches that contain the commit"3041msgstr "imprimeix només les branques que continguin la comissió"30423043#: builtin/branch.c:8403044msgid "Specific git-branch actions:"3045msgstr "Accions de git-branch específiques:"30463047#: builtin/branch.c:8413048msgid "list both remote-tracking and local branches"3049msgstr "llista les branques amb seguiment remot i les locals"30503051#: builtin/branch.c:8433052msgid "delete fully merged branch"3053msgstr "suprimeix la branca si és completament fusionada"30543055#: builtin/branch.c:8443056msgid "delete branch (even if not merged)"3057msgstr "suprimeix la branca (encara que no estigui fusionada)"30583059#: builtin/branch.c:8453060msgid "move/rename a branch and its reflog"3061msgstr "mou/canvia de nom una branca i el seu registre de referència"30623063#: builtin/branch.c:8463064msgid "move/rename a branch, even if target exists"3065msgstr "mou/canvia de nom una branca, encara que el destí existeixi"30663067#: builtin/branch.c:8473068msgid "list branch names"3069msgstr "llista els noms de branca"30703071#: builtin/branch.c:8483072msgid "create the branch's reflog"3073msgstr "crea el registre de referència de la branca"30743075#: builtin/branch.c:8503076msgid "edit the description for the branch"3077msgstr "edita la descripció de la branca"30783079#: builtin/branch.c:8513080msgid "force creation, move/rename, deletion"3081msgstr "força creació, moviment/canvi de nom, supressió"30823083#: builtin/branch.c:8543084msgid "print only not merged branches"3085msgstr "imprimeix només les branques sense fusionar"30863087#: builtin/branch.c:8603088msgid "print only merged branches"3089msgstr "imprimeix només les branques fusionades"30903091#: builtin/branch.c:8643092msgid "list branches in columns"3093msgstr "llista les branques en columnes"30943095#: builtin/branch.c:8773096msgid "Failed to resolve HEAD as a valid ref."3097msgstr "S'ha fallat en resoldre HEAD com a referència vàlida."30983099#: builtin/branch.c:881 builtin/clone.c:6373100msgid "HEAD not found below refs/heads!"3101msgstr "HEAD no trobat sota refs/heads!"31023103#: builtin/branch.c:9033104msgid "--column and --verbose are incompatible"3105msgstr "--column i --verbose són incompatibles"31063107#: builtin/branch.c:914 builtin/branch.c:9533108msgid "branch name required"3109msgstr "cal el nom de branca"31103111#: builtin/branch.c:9293112msgid "Cannot give description to detached HEAD"3113msgstr "No es pot donar descripció a un HEAD separat"31143115#: builtin/branch.c:9343116msgid "cannot edit description of more than one branch"3117msgstr "no es pot editar la descripció de més d'una branca"31183119#: builtin/branch.c:9413120#, c-format3121msgid "No commit on branch '%s' yet."3122msgstr "Encara no hi ha comissió en la branca '%s'."31233124#: builtin/branch.c:9443125#, c-format3126msgid "No branch named '%s'."3127msgstr "No hi ha branca amb nom '%s'."31283129#: builtin/branch.c:9593130msgid "too many branches for a rename operation"3131msgstr "hi ha massa branques per a una operació de canvi de nom"31323133#: builtin/branch.c:9643134msgid "too many branches to set new upstream"3135msgstr "hi ha massa branques per a establir una nova font"31363137#: builtin/branch.c:9683138#, c-format3139msgid ""3140"could not set upstream of HEAD to %s when it does not point to any branch."3141msgstr ""3142"no s'ha pogut establir la font de HEAD com a %s quan no assenyala cap branca."31433144#: builtin/branch.c:971 builtin/branch.c:993 builtin/branch.c:10143145#, c-format3146msgid "no such branch '%s'"3147msgstr "no hi ha tal branca '%s'"31483149#: builtin/branch.c:9753150#, c-format3151msgid "branch '%s' does not exist"3152msgstr "la branca '%s' no existeix"31533154#: builtin/branch.c:9873155msgid "too many branches to unset upstream"3156msgstr "hi ha massa branques per a desestablir la font"31573158#: builtin/branch.c:9913159msgid "could not unset upstream of HEAD when it does not point to any branch."3160msgstr ""3161"no s'ha pogut desestablir la font de HEAD perquè no assenyala cap branca."31623163#: builtin/branch.c:9973164#, c-format3165msgid "Branch '%s' has no upstream information"3166msgstr "La branca '%s' no té informació de font"31673168#: builtin/branch.c:10113169msgid "it does not make sense to create 'HEAD' manually"3170msgstr "no té sentit crear 'HEAD' manualment"31713172#: builtin/branch.c:10173173msgid "-a and -r options to 'git branch' do not make sense with a branch name"3174msgstr ""3175"les opcions -a i -r a 'git branch' no tenen sentit amb un nom de branca"31763177#: builtin/branch.c:10203178#, c-format3179msgid ""3180"The --set-upstream flag is deprecated and will be removed. Consider using --"3181"track or --set-upstream-to\n"3182msgstr ""3183"La bandera --set-upstream està desaprovada i s'eliminarà. Considereu usar --"3184"track o --set-upstream-to\n"31853186#: builtin/branch.c:10373187#, c-format3188msgid ""3189"\n"3190"If you wanted to make '%s' track '%s', do this:\n"3191"\n"3192msgstr ""3193"\n"3194"Si volíeu fer '%s' seguir '%s', feu això:\n"3195"\n"31963197#: builtin/branch.c:10383198#, c-format3199msgid " git branch -d %s\n"3200msgstr " git branch -d %s\n"32013202#: builtin/branch.c:10393203#, c-format3204msgid " git branch --set-upstream-to %s\n"3205msgstr " git branch --set-upstream-to %s\n"32063207#: builtin/bundle.c:473208#, c-format3209msgid "%s is okay\n"3210msgstr "%s està bé\n"32113212#: builtin/bundle.c:563213msgid "Need a repository to create a bundle."3214msgstr "Cal un dipòsit per a fer un farcell."32153216#: builtin/bundle.c:603217msgid "Need a repository to unbundle."3218msgstr "Cal un dipòsit per a desfer un farcell."32193220#: builtin/cat-file.c:3283221msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"3222msgstr "git cat-file (-t|-s|-e|-p|<tipus>|--textconv) <objecte>"32233224#: builtin/cat-file.c:3293225msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"3226msgstr "git cat-file (--batch|--batch-check) < <llista_de_objectes>"32273228#: builtin/cat-file.c:3663229msgid "<type> can be one of: blob, tree, commit, tag"3230msgstr "<tipus> pot ser un de: blob, tree, commit, tag"32313232#: builtin/cat-file.c:3673233msgid "show object type"3234msgstr "mostra el tipus de l'objecte"32353236#: builtin/cat-file.c:3683237msgid "show object size"3238msgstr "mostra la mida de l'objecte"32393240#: builtin/cat-file.c:3703241msgid "exit with zero when there's no error"3242msgstr "surt amb zero quan no hi ha error"32433244#: builtin/cat-file.c:3713245msgid "pretty-print object's content"3246msgstr "imprimeix bellament el contingut de l'objecte"32473248#: builtin/cat-file.c:3733249msgid "for blob objects, run textconv on object's content"3250msgstr "en els objectes de blob, executa textconv en el contingut de l'objecte"32513252#: builtin/cat-file.c:3753253msgid "show info and content of objects fed from the standard input"3254msgstr ""3255"mostra la informació i contingut dels objectes rebuts de l'entrada estàndard"32563257#: builtin/cat-file.c:3783258msgid "show info about objects fed from the standard input"3259msgstr "mostra informació sobre els objectes rebuts de l'entrada estàndard"32603261#: builtin/check-attr.c:113262msgid "git check-attr [-a | --all | attr...] [--] pathname..."3263msgstr "git check-attr [-a | --all | atribut...] [--] nom-de-camí..."32643265#: builtin/check-attr.c:123266msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"3267msgstr ""3268"git check-attr --stdin [-z] [-a | --all | atribut...] < <llista-de-camins>"32693270#: builtin/check-attr.c:193271msgid "report all attributes set on file"3272msgstr "informa de tots els atributs establerts en el fitxer"32733274#: builtin/check-attr.c:203275msgid "use .gitattributes only from the index"3276msgstr "usa .gitattributes només des de l'índex"32773278#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:983279msgid "read file names from stdin"3280msgstr "llegeix els noms de fitxer d'stdin"32813282#: builtin/check-attr.c:23 builtin/check-ignore.c:243283msgid "terminate input and output records by a NUL character"3284msgstr "acaba els registres d'entrada i de sortida amb un caràcter NUL"32853286#: builtin/check-ignore.c:18 builtin/checkout.c:1107 builtin/gc.c:2743287msgid "suppress progress reporting"3288msgstr "omet el reportatge de progrés"32893290#: builtin/check-ignore.c:263291msgid "show non-matching input paths"3292msgstr "mostra els camins d'entrada que no coincideixin"32933294#: builtin/check-ignore.c:283295msgid "ignore index when checking"3296msgstr "ignora l'índex en comprovar"32973298#: builtin/check-ignore.c:1543299msgid "cannot specify pathnames with --stdin"3300msgstr "no es pot especificar noms de camí amb --stdin"33013302#: builtin/check-ignore.c:1573303msgid "-z only makes sense with --stdin"3304msgstr "-z només té sentit amb --stdin"33053306#: builtin/check-ignore.c:1593307msgid "no path specified"3308msgstr "cap camí especificat"33093310#: builtin/check-ignore.c:1633311msgid "--quiet is only valid with a single pathname"3312msgstr "--quiet només és vàlid amb un sol nom de camí"33133314#: builtin/check-ignore.c:1653315msgid "cannot have both --quiet and --verbose"3316msgstr "no es pot tenir ambdós --quiet i --verbose"33173318#: builtin/check-ignore.c:1683319msgid "--non-matching is only valid with --verbose"3320msgstr "--non-matching és vàlid només amb --verbose"33213322#: builtin/check-mailmap.c:83323msgid "git check-mailmap [options] <contact>..."3324msgstr "git check-mailmap [opcions] <contacte>..."33253326#: builtin/check-mailmap.c:133327msgid "also read contacts from stdin"3328msgstr "també llegeix els contactes des d'stdin"33293330#: builtin/check-mailmap.c:243331#, c-format3332msgid "unable to parse contact: %s"3333msgstr "no s'ha pogut analitzar el contacte: %s"33343335#: builtin/check-mailmap.c:473336msgid "no contacts specified"3337msgstr "no hi ha contactes especificats"33383339#: builtin/checkout-index.c:1263340msgid "git checkout-index [options] [--] [<file>...]"3341msgstr "git checkout-index [opcions] [--] [<fitxer>...]"33423343#: builtin/checkout-index.c:1883344msgid "check out all files in the index"3345msgstr "agafa tots els fitxers en l'índex"33463347#: builtin/checkout-index.c:1893348msgid "force overwrite of existing files"3349msgstr "força la sobreescriptura de fitxers existents"33503351#: builtin/checkout-index.c:1913352msgid "no warning for existing files and files not in index"3353msgstr "cap avís per a fitxers existents i fitxers no en l'índex"33543355#: builtin/checkout-index.c:1933356msgid "don't checkout new files"3357msgstr "no agafis fitxers nous"33583359#: builtin/checkout-index.c:1953360msgid "update stat information in the index file"3361msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"33623363#: builtin/checkout-index.c:2013364msgid "read list of paths from the standard input"3365msgstr "llegeix la llista de camins des de l'entrada estàndard"33663367#: builtin/checkout-index.c:2033368msgid "write the content to temporary files"3369msgstr "escriu el contingut a fitxers temporals"33703371#: builtin/checkout-index.c:204 builtin/column.c:303372msgid "string"3373msgstr "cadena"33743375#: builtin/checkout-index.c:2053376msgid "when creating files, prepend <string>"3377msgstr "en crear fitxers, anteposa <cadena>"33783379#: builtin/checkout-index.c:2083380msgid "copy out the files from named stage"3381msgstr "copia els fitxers des de l'etapa anomenada"33823383#: builtin/checkout.c:253384msgid "git checkout [options] <branch>"3385msgstr "git checkout [opcions] <branca>"33863387#: builtin/checkout.c:263388msgid "git checkout [options] [<branch>] -- <file>..."3389msgstr "git checkout [opcions] [<branca>] -- <fitxer>..."33903391#: builtin/checkout.c:132 builtin/checkout.c:1653392#, c-format3393msgid "path '%s' does not have our version"3394msgstr "el camí '%s' no té la versió nostra"33953396#: builtin/checkout.c:134 builtin/checkout.c:1673397#, c-format3398msgid "path '%s' does not have their version"3399msgstr "el camí '%s' no té la versió seva"34003401#: builtin/checkout.c:1503402#, c-format3403msgid "path '%s' does not have all necessary versions"3404msgstr "el camí '%s' no té totes les versions necessàries"34053406#: builtin/checkout.c:1943407#, c-format3408msgid "path '%s' does not have necessary versions"3409msgstr "el camí '%s' no té les versions necessàries"34103411#: builtin/checkout.c:2113412#, c-format3413msgid "path '%s': cannot merge"3414msgstr "camí '%s': no es pot fusionar"34153416#: builtin/checkout.c:2283417#, c-format3418msgid "Unable to add merge result for '%s'"3419msgstr "no s'ha pogut afegir el resultat de fusió per a '%s'"34203421#: builtin/checkout.c:249 builtin/checkout.c:252 builtin/checkout.c:2553422#: builtin/checkout.c:2583423#, c-format3424msgid "'%s' cannot be used with updating paths"3425msgstr "'%s' no es pot usar amb actualització de camins"34263427#: builtin/checkout.c:261 builtin/checkout.c:2643428#, c-format3429msgid "'%s' cannot be used with %s"3430msgstr "'%s' no es pot usar amb %s"34313432#: builtin/checkout.c:2673433#, c-format3434msgid "Cannot update paths and switch to branch '%s' at the same time."3435msgstr ""3436"No es pot actualitzar els camins i canviar a la branca '%s' a la vegada."34373438#: builtin/checkout.c:278 builtin/checkout.c:4673439msgid "corrupt index file"3440msgstr "fitxer d'índex corrupte"34413442#: builtin/checkout.c:338 builtin/checkout.c:3453443#, c-format3444msgid "path '%s' is unmerged"3445msgstr "el camí '%s' està sense fusionar"34463447#: builtin/checkout.c:4893448msgid "you need to resolve your current index first"3449msgstr "heu de resoldre el vostre índex actual primer"34503451#: builtin/checkout.c:6153452#, c-format3453msgid "Can not do reflog for '%s'\n"3454msgstr "No es pot fer reflog per a '%s'\n"34553456#: builtin/checkout.c:6533457msgid "HEAD is now at"3458msgstr "HEAD ara és a"34593460#: builtin/checkout.c:6603461#, c-format3462msgid "Reset branch '%s'\n"3463msgstr "Restableix la branca '%s'\n"34643465#: builtin/checkout.c:6633466#, c-format3467msgid "Already on '%s'\n"3468msgstr "Ja en '%s'\n"34693470#: builtin/checkout.c:6673471#, c-format3472msgid "Switched to and reset branch '%s'\n"3473msgstr "S'ha agafat i restablert la branca '%s'\n"34743475#: builtin/checkout.c:669 builtin/checkout.c:10503476#, c-format3477msgid "Switched to a new branch '%s'\n"3478msgstr "S'ha agafat la branca nova '%s'\n"34793480#: builtin/checkout.c:6713481#, c-format3482msgid "Switched to branch '%s'\n"3483msgstr "S'ha agafat la branca '%s'\n"34843485#: builtin/checkout.c:7233486#, c-format3487msgid " ... and %d more.\n"3488msgstr " ... i %d més.\n"34893490#: builtin/checkout.c:7293491#, c-format3492msgid ""3493"Warning: you are leaving %d commit behind, not connected to\n"3494"any of your branches:\n"3495"\n"3496"%s\n"3497msgid_plural ""3498"Warning: you are leaving %d commits behind, not connected to\n"3499"any of your branches:\n"3500"\n"3501"%s\n"3502msgstr[0] ""3503"Avís: esteu deixant enrere %d comissió, no connectada a\n"3504"cap de les vostres branques:\n"3505"\n"3506"%s\n"3507msgstr[1] ""3508"Avís: esteu deixant enrere %d comissions, no connectades a\n"3509"cap de les vostres branques:\n"3510"\n"3511"%s\n"35123513#: builtin/checkout.c:7473514#, c-format3515msgid ""3516"If you want to keep them by creating a new branch, this may be a good time\n"3517"to do so with:\n"3518"\n"3519" git branch new_branch_name %s\n"3520"\n"3521msgstr ""3522"Si els voleu retenir per a crear una branca nova, ara pot ser un bon moment\n"3523"per a fer-ho amb:\n"3524"\n"3525" git branch nom_de_branca_nova %s\n"3526"\n"35273528#: builtin/checkout.c:7773529msgid "internal error in revision walk"3530msgstr "error intern en el passeig per revisions"35313532#: builtin/checkout.c:7813533msgid "Previous HEAD position was"3534msgstr "La posició de HEAD anterior era"35353536#: builtin/checkout.c:808 builtin/checkout.c:10453537msgid "You are on a branch yet to be born"3538msgstr "Sou en una branca que encara ha de nàixer"35393540#: builtin/checkout.c:9523541#, c-format3542msgid "only one reference expected, %d given."3543msgstr "només una referència esperada, %d donades."35443545#: builtin/checkout.c:9913546#, c-format3547msgid "invalid reference: %s"3548msgstr "referència no vàlida: %s"35493550#: builtin/checkout.c:10203551#, c-format3552msgid "reference is not a tree: %s"3553msgstr "la referència no és un arbre: %s"35543555#: builtin/checkout.c:10593556msgid "paths cannot be used with switching branches"3557msgstr "els camins no es poden usar amb canvi de branca"35583559#: builtin/checkout.c:1062 builtin/checkout.c:10663560#, c-format3561msgid "'%s' cannot be used with switching branches"3562msgstr "'%s' no es pot usar amb canvi de branca"35633564#: builtin/checkout.c:1070 builtin/checkout.c:1073 builtin/checkout.c:10783565#: builtin/checkout.c:10813566#, c-format3567msgid "'%s' cannot be used with '%s'"3568msgstr "'%s' no es pot usar amb '%s'"35693570#: builtin/checkout.c:10863571#, c-format3572msgid "Cannot switch branch to a non-commit '%s'"3573msgstr "No es pot canviar la branca a una no comissió '%s'"35743575#: builtin/checkout.c:1108 builtin/checkout.c:1110 builtin/clone.c:903576#: builtin/remote.c:159 builtin/remote.c:1613577msgid "branch"3578msgstr "branca"35793580#: builtin/checkout.c:11093581msgid "create and checkout a new branch"3582msgstr "crea i agafa una branca nova"35833584#: builtin/checkout.c:11113585msgid "create/reset and checkout a branch"3586msgstr "crea/restableix i agafa una branca"35873588#: builtin/checkout.c:11123589msgid "create reflog for new branch"3590msgstr "crea un registre de referència per a la branca nova"35913592#: builtin/checkout.c:11133593msgid "detach the HEAD at named commit"3594msgstr "separa el HEAD a la comissió anomenada"35953596#: builtin/checkout.c:11143597msgid "set upstream info for new branch"3598msgstr "estableix la informació de font de la branca nova"35993600#: builtin/checkout.c:11163601msgid "new-branch"3602msgstr "branca-nova"36033604#: builtin/checkout.c:11163605msgid "new unparented branch"3606msgstr "branca nova sense mare"36073608#: builtin/checkout.c:11173609msgid "checkout our version for unmerged files"3610msgstr "agafa la versió nostra dels fitxers sense fusionar"36113612#: builtin/checkout.c:11193613msgid "checkout their version for unmerged files"3614msgstr "agafa la versió seva dels fitxers sense fusionar"36153616#: builtin/checkout.c:11213617msgid "force checkout (throw away local modifications)"3618msgstr "agafa a la força (descarta qualsevulles modificacions locals)"36193620#: builtin/checkout.c:11223621msgid "perform a 3-way merge with the new branch"3622msgstr "realitza una fusió de 3 vies amb la branca nova"36233624#: builtin/checkout.c:1123 builtin/merge.c:2273625msgid "update ignored files (default)"3626msgstr "actualitza els fitxers ignorats (per defecte)"36273628#: builtin/checkout.c:1124 builtin/log.c:1239 parse-options.h:2453629msgid "style"3630msgstr "estil"36313632#: builtin/checkout.c:11253633msgid "conflict style (merge or diff3)"3634msgstr "estil de conflicte (fusió o diff3)"36353636#: builtin/checkout.c:11283637msgid "do not limit pathspecs to sparse entries only"3638msgstr "no limitis les especificacions de camí només a entrades escasses"36393640#: builtin/checkout.c:11303641msgid "second guess 'git checkout no-such-branch'"3642msgstr "dubta 'git checkout cap-branca-així'"36433644#: builtin/checkout.c:11533645msgid "-b, -B and --orphan are mutually exclusive"3646msgstr "-b, -B i --orphan són mutualment exclusius"36473648#: builtin/checkout.c:11703649msgid "--track needs a branch name"3650msgstr "--track necessita un nom de branca"36513652#: builtin/checkout.c:11753653msgid "Missing branch name; try -b"3654msgstr "Manca el nom de branca; proveu -b"36553656#: builtin/checkout.c:12123657msgid "invalid path specification"3658msgstr "especificació de camí no vàlida"36593660#: builtin/checkout.c:12193661#, c-format3662msgid ""3663"Cannot update paths and switch to branch '%s' at the same time.\n"3664"Did you intend to checkout '%s' which can not be resolved as commit?"3665msgstr ""3666"No es poden actualitzar els camins i canviar a la branca '%s' a la vegada.\n"3667"Volíeu agafar '%s', la qual no es pot resoldre com a comissió?"36683669#: builtin/checkout.c:12243670#, c-format3671msgid "git checkout: --detach does not take a path argument '%s'"3672msgstr "git checkout: --detach no accepta un paràmetre de camí '%s'"36733674#: builtin/checkout.c:12283675msgid ""3676"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3677"checking out of the index."3678msgstr ""3679"git checkout: --ours/--theirs, --force i --merge són incompatibles en\n"3680"agafar de l'índex."36813682#: builtin/clean.c:263683msgid ""3684"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3685msgstr ""3686"git clean [-d] [-f] [-i] [-n] [-q] [-e <patró>] [-x | -X] [--] <camins>..."36873688#: builtin/clean.c:303689#, c-format3690msgid "Removing %s\n"3691msgstr "Eliminant %s\n"36923693#: builtin/clean.c:313694#, c-format3695msgid "Would remove %s\n"3696msgstr "Eliminaria %s\n"36973698#: builtin/clean.c:323699#, c-format3700msgid "Skipping repository %s\n"3701msgstr "Saltant el dipòsit %s\n"37023703#: builtin/clean.c:333704#, c-format3705msgid "Would skip repository %s\n"3706msgstr "Saltaria el dipòsit %s\n"37073708#: builtin/clean.c:343709#, c-format3710msgid "failed to remove %s"3711msgstr "s'ha fallat en eliminar %s"37123713#: builtin/clean.c:2953714msgid ""3715"Prompt help:\n"3716"1 - select a numbered item\n"3717"foo - select item based on unique prefix\n"3718" - (empty) select nothing"3719msgstr ""3720"Ajuda d'avís:\n"3721"1 - selecciona un ítem numerat\n"3722"foo - selecciona un ítem basat en un prefix únic\n"3723" - (buit) no seleccionis res"37243725#: builtin/clean.c:2993726msgid ""3727"Prompt help:\n"3728"1 - select a single item\n"3729"3-5 - select a range of items\n"3730"2-3,6-9 - select multiple ranges\n"3731"foo - select item based on unique prefix\n"3732"-... - unselect specified items\n"3733"* - choose all items\n"3734" - (empty) finish selecting"3735msgstr ""3736"Ajuda d'avís:\n"3737"1 - selecciona un sol ítem\n"3738"3-5 - selecciona un rang d'ítems\n"3739"2-3,6-9 - selecciona múltiples rangs\n"3740"foo - selecciona un ítem basat en un prefix únic\n"3741"-... - desselecciona els ítems seleccionats\n"3742"* - tria tots els ítems\n"3743" - (buit) finalitza la selecció"37443745#: builtin/clean.c:5173746#, c-format3747msgid "Huh (%s)?"3748msgstr "Perdó (%s)?"37493750#: builtin/clean.c:6593751#, c-format3752msgid "Input ignore patterns>> "3753msgstr "Introduïu els patrons a ignorar>> "37543755#: builtin/clean.c:6963756#, c-format3757msgid "WARNING: Cannot find items matched by: %s"3758msgstr "AVÍS: No es pot trobar ítems que coincideixin amb: %s"37593760#: builtin/clean.c:7173761msgid "Select items to delete"3762msgstr "Selecciona els ítems a suprimir"37633764#: builtin/clean.c:7573765#, c-format3766msgid "remove %s? "3767msgstr "eliminar %s? "37683769#: builtin/clean.c:7823770msgid "Bye."3771msgstr "Adéu."37723773#: builtin/clean.c:7903774msgid ""3775"clean - start cleaning\n"3776"filter by pattern - exclude items from deletion\n"3777"select by numbers - select items to be deleted by numbers\n"3778"ask each - confirm each deletion (like \"rm -i\")\n"3779"quit - stop cleaning\n"3780"help - this screen\n"3781"? - help for prompt selection"3782msgstr ""3783"clean - comença a netejar\n"3784"filter by pattern - exclou ítems de supressió\n"3785"select by numbers - selecciona ítems a suprimir per números\n"3786"ask each - confirma cada supressió (com \"rm -i\")\n"3787"quit - deixa de netejar\n"3788"help - aquesta pantalla\n"3789"? - ajuda de selecció de l'avís"37903791#: builtin/clean.c:8173792msgid "*** Commands ***"3793msgstr "*** Ordres ***"37943795#: builtin/clean.c:8183796msgid "What now"3797msgstr "Què ara"37983799#: builtin/clean.c:8263800msgid "Would remove the following item:"3801msgid_plural "Would remove the following items:"3802msgstr[0] "Eliminaria l'ítem següent:"3803msgstr[1] "Eliminaria els ítems següents:"38043805#: builtin/clean.c:8433806msgid "No more files to clean, exiting."3807msgstr "No hi ha més fitxers a netejar; sortint."38083809#: builtin/clean.c:8743810msgid "do not print names of files removed"3811msgstr "no imprimeixis els noms dels fitxers eliminats"38123813#: builtin/clean.c:8763814msgid "force"3815msgstr "força"38163817#: builtin/clean.c:8773818msgid "interactive cleaning"3819msgstr "neteja interactiva"38203821#: builtin/clean.c:8793822msgid "remove whole directories"3823msgstr "elimina directoris sencers"38243825#: builtin/clean.c:880 builtin/describe.c:407 builtin/grep.c:7143826#: builtin/ls-files.c:486 builtin/name-rev.c:311 builtin/show-ref.c:1853827msgid "pattern"3828msgstr "patró"38293830#: builtin/clean.c:8813831msgid "add <pattern> to ignore rules"3832msgstr "afegiu <patró> per a ignorar les regles"38333834#: builtin/clean.c:8823835msgid "remove ignored files, too"3836msgstr "elimina els fitxers ignorats, també"38373838#: builtin/clean.c:8843839msgid "remove only ignored files"3840msgstr "elimina només els fitxers ignorats"38413842#: builtin/clean.c:9023843msgid "-x and -X cannot be used together"3844msgstr "-x i -X no es poden usar junts"38453846#: builtin/clean.c:9063847msgid ""3848"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "3849"clean"3850msgstr ""3851"clean.requireForce està establerta a veritat i ni -i, -n ni -f s'ha donat; "3852"refusant netejar"38533854#: builtin/clean.c:9093855msgid ""3856"clean.requireForce defaults to true and neither -i, -n, nor -f given; "3857"refusing to clean"3858msgstr ""3859"clean.requireForce és per defecte veritat i ni -i, -n ni -f s'ha donat; "3860"refusant netejar"38613862#: builtin/clone.c:373863msgid "git clone [options] [--] <repo> [<dir>]"3864msgstr "git clone [opcions] [--] <dipòsit> [<directori>]"38653866#: builtin/clone.c:66 builtin/fetch.c:112 builtin/merge.c:2243867#: builtin/push.c:5143868msgid "force progress reporting"3869msgstr "força l'informe de progrés"38703871#: builtin/clone.c:683872msgid "don't create a checkout"3873msgstr "no facis cap agafada"38743875#: builtin/clone.c:69 builtin/clone.c:71 builtin/init-db.c:4963876msgid "create a bare repository"3877msgstr "crea un dipòsit nu"38783879#: builtin/clone.c:733880msgid "create a mirror repository (implies bare)"3881msgstr "crea un dipòsit reflectit (implica bare)"38823883#: builtin/clone.c:753884msgid "to clone from a local repository"3885msgstr "per a clonar des d'un dipòsit local"38863887#: builtin/clone.c:773888msgid "don't use local hardlinks, always copy"3889msgstr "no usis enllaços durs locals, sempre copia"38903891#: builtin/clone.c:793892msgid "setup as shared repository"3893msgstr "configura com a dipòsit compartit"38943895#: builtin/clone.c:81 builtin/clone.c:833896msgid "initialize submodules in the clone"3897msgstr "initialitza els submòduls en el clon"38983899#: builtin/clone.c:84 builtin/init-db.c:4933900msgid "template-directory"3901msgstr "directori-de-plantilla"39023903#: builtin/clone.c:85 builtin/init-db.c:4943904msgid "directory from which templates will be used"3905msgstr "directori del qual les plantilles s'usaran"39063907#: builtin/clone.c:873908msgid "reference repository"3909msgstr "dipòsit de referència"39103911#: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:443912msgid "name"3913msgstr "nom"39143915#: builtin/clone.c:893916msgid "use <name> instead of 'origin' to track upstream"3917msgstr "usa <nom> en lloc de 'origin' per a seguir la font"39183919#: builtin/clone.c:913920msgid "checkout <branch> instead of the remote's HEAD"3921msgstr "agafa <branca> en lloc del HEAD del remot"39223923#: builtin/clone.c:933924msgid "path to git-upload-pack on the remote"3925msgstr "camí a git-upload-pack en el remot"39263927#: builtin/clone.c:94 builtin/fetch.c:113 builtin/grep.c:6593928msgid "depth"3929msgstr "profunditat"39303931#: builtin/clone.c:953932msgid "create a shallow clone of that depth"3933msgstr "crea un clon superficial de tal profunditat"39343935#: builtin/clone.c:973936msgid "clone only one branch, HEAD or --branch"3937msgstr "clona només una branca, HEAD o --branch"39383939#: builtin/clone.c:993940msgid "use --reference only while cloning"3941msgstr "usa --reference només en clonar"39423943#: builtin/clone.c:100 builtin/init-db.c:5023944msgid "gitdir"3945msgstr "directori de git"39463947#: builtin/clone.c:101 builtin/init-db.c:5033948msgid "separate git dir from working tree"3949msgstr "separa el directori de git de l'arbre de treball"39503951#: builtin/clone.c:1023952msgid "key=value"3953msgstr "calu=valor"39543955#: builtin/clone.c:1033956msgid "set config inside the new repository"3957msgstr "estableix la configuració dins del dipòsit nou"39583959#: builtin/clone.c:2563960#, c-format3961msgid "reference repository '%s' is not a local repository."3962msgstr "el dipòsit de referència '%s' no és un dipòsit local."39633964#: builtin/clone.c:2603965#, c-format3966msgid "reference repository '%s' is shallow"3967msgstr "el dipòsit de referència '%s' és superficial"39683969#: builtin/clone.c:2633970#, c-format3971msgid "reference repository '%s' is grafted"3972msgstr "el dipòsit de referència '%s' és empeltat"39733974#: builtin/clone.c:3253975#, c-format3976msgid "failed to create directory '%s'"3977msgstr "s'ha fallat en crear el directori '%s'"39783979#: builtin/clone.c:327 builtin/diff.c:843980#, c-format3981msgid "failed to stat '%s'"3982msgstr "s'ha fallat en fer stat a '%s'"39833984#: builtin/clone.c:3293985#, c-format3986msgid "%s exists and is not a directory"3987msgstr "%s existeix i no és un directori"39883989#: builtin/clone.c:3433990#, c-format3991msgid "failed to stat %s\n"3992msgstr "s'ha fallat en fer stat a '%s'\n"39933994#: builtin/clone.c:3653995#, c-format3996msgid "failed to create link '%s'"3997msgstr "s'ha fallat en crear l'enllaç '%s'"39983999#: builtin/clone.c:3694000#, c-format4001msgid "failed to copy file to '%s'"4002msgstr "s'ha fallat en copiar el fitxer a '%s'"40034004#: builtin/clone.c:392 builtin/clone.c:5664005#, c-format4006msgid "done.\n"4007msgstr "fet.\n"40084009#: builtin/clone.c:4044010msgid ""4011"Clone succeeded, but checkout failed.\n"4012"You can inspect what was checked out with 'git status'\n"4013"and retry the checkout with 'git checkout -f HEAD'\n"4014msgstr ""4015"La clonació ha tingut èxit, però l'agafada ha fallat.\n"4016"Podeu inspeccionar què s'ha agafat amb 'git status' i\n"4017"tornar a intentar l'agafada amb 'git checkout -f HEAD'\n"40184019#: builtin/clone.c:4814020#, c-format4021msgid "Could not find remote branch %s to clone."4022msgstr "No s'ha pogut trobar la branca remota %s per a clonar."40234024#: builtin/clone.c:5614025#, c-format4026msgid "Checking connectivity... "4027msgstr "Provant connectivitat... "40284029#: builtin/clone.c:5644030msgid "remote did not send all necessary objects"4031msgstr "el remot no ha enviat tots els objectes necessaris"40324033#: builtin/clone.c:6284034msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4035msgstr ""4036"el HEAD remot es refereix a una referència que no existeix; no s'ha pogut "4037"agafar.\n"40384039#: builtin/clone.c:6594040msgid "unable to checkout working tree"4041msgstr "no s'ha pogut agafar l'arbre de treball"40424043#: builtin/clone.c:7464044msgid "cannot repack to clean up"4045msgstr "no es pot reempaquetar per a netejar"40464047#: builtin/clone.c:7484048msgid "cannot unlink temporary alternates file"4049msgstr "no es pot desenllaçar el fitxer d'alternatives temporal"40504051#: builtin/clone.c:7784052msgid "Too many arguments."4053msgstr "Hi ha massa paràmetres."40544055#: builtin/clone.c:7824056msgid "You must specify a repository to clone."4057msgstr "Heu d'especificar un dipòsit per a clonar."40584059#: builtin/clone.c:7934060#, c-format4061msgid "--bare and --origin %s options are incompatible."4062msgstr "les opcions --bare i --origin %s són incompatibles."40634064#: builtin/clone.c:7964065msgid "--bare and --separate-git-dir are incompatible."4066msgstr "--bare i --separate-git-dir són incompatibles."40674068#: builtin/clone.c:8094069#, c-format4070msgid "repository '%s' does not exist"4071msgstr "el dipòsit '%s' no existeix"40724073#: builtin/clone.c:815 builtin/fetch.c:11554074#, c-format4075msgid "depth %s is not a positive number"4076msgstr "la profunditat %s no és nombre positiu"40774078#: builtin/clone.c:8254079#, c-format4080msgid "destination path '%s' already exists and is not an empty directory."4081msgstr "el camí destí '%s' ja existeix i no és un directori buit."40824083#: builtin/clone.c:8354084#, c-format4085msgid "working tree '%s' already exists."4086msgstr "l'arbre de treball '%s' ja existeix."40874088#: builtin/clone.c:848 builtin/clone.c:8604089#, c-format4090msgid "could not create leading directories of '%s'"4091msgstr "no s'ha pogut crear els directoris inicials de '%s'"40924093#: builtin/clone.c:8514094#, c-format4095msgid "could not create work tree dir '%s'."4096msgstr "no s'ha pogut crear el directori d'arbre de treball '%s'."40974098#: builtin/clone.c:8704099#, c-format4100msgid "Cloning into bare repository '%s'...\n"4101msgstr "Clonant al dipòsit nu '%s'...\n"41024103#: builtin/clone.c:8724104#, c-format4105msgid "Cloning into '%s'...\n"4106msgstr "Clonant a '%s'...\n"41074108#: builtin/clone.c:8974109msgid "--dissociate given, but there is no --reference"4110msgstr "s'ha donat --dissociate, però no hi ha --reference"41114112#: builtin/clone.c:9124113msgid "--depth is ignored in local clones; use file:// instead."4114msgstr "--depth s'ignora en els clons locals; useu file:// en lloc d'això."41154116#: builtin/clone.c:9154117msgid "source repository is shallow, ignoring --local"4118msgstr "el dipòsit font és superficial, ignorant --local"41194120#: builtin/clone.c:9204121msgid "--local is ignored"4122msgstr "--local s'ignora"41234124#: builtin/clone.c:9244125#, c-format4126msgid "Don't know how to clone %s"4127msgstr "No es sap com clonar %s"41284129#: builtin/clone.c:975 builtin/clone.c:9834130#, c-format4131msgid "Remote branch %s not found in upstream %s"4132msgstr "La branca remota %s no es troba en la font %s"41334134#: builtin/clone.c:9864135msgid "You appear to have cloned an empty repository."4136msgstr "Sembla que heu clonat un dipòsit buit."41374138#: builtin/column.c:94139msgid "git column [options]"4140msgstr "git column [opcions]"41414142#: builtin/column.c:264143msgid "lookup config vars"4144msgstr "cerca les variables de configuració"41454146#: builtin/column.c:27 builtin/column.c:284147msgid "layout to use"4148msgstr "pla a usar"41494150#: builtin/column.c:294151msgid "Maximum width"4152msgstr "Amplada màxima"41534154#: builtin/column.c:304155msgid "Padding space on left border"4156msgstr "Espai d'encoixinada en el marge esquerre"41574158#: builtin/column.c:314159msgid "Padding space on right border"4160msgstr "Espai d'encoixinada en el marge dret"41614162#: builtin/column.c:324163msgid "Padding space between columns"4164msgstr "Espai d'encoixinada entre columnes"41654166#: builtin/column.c:514167msgid "--command must be the first argument"4168msgstr "--command ha de ser el primer paràmetre"41694170#: builtin/commit.c:374171msgid "git commit [options] [--] <pathspec>..."4172msgstr "git commit [opcions] [--] <especificació-de-camí>..."41734174#: builtin/commit.c:424175msgid "git status [options] [--] <pathspec>..."4176msgstr "git status [opcions] [--] <especificació-de-camí>..."41774178#: builtin/commit.c:474179msgid ""4180"Your name and email address were configured automatically based\n"4181"on your username and hostname. Please check that they are accurate.\n"4182"You can suppress this message by setting them explicitly. Run the\n"4183"following command and follow the instructions in your editor to edit\n"4184"your configuration file:\n"4185"\n"4186" git config --global --edit\n"4187"\n"4188"After doing this, you may fix the identity used for this commit with:\n"4189"\n"4190" git commit --amend --reset-author\n"4191msgstr ""4192"S'han configurat el vostre nom i adreça de correu electrònic\n"4193"automàticament basats en el vostre nom d'usuari i nom de host. Si us\n"4194"plau, comproveu que siguin correctes. Podeu suprimir aquest missatge\n"4195"establint-los explícitament. Executeu l'ordre següent i seguiu les\n"4196"instruccions en el vostre editor per editar el vostre fitxer de\n"4197"configuració:\n"4198"\n"4199" git config --global --edit\n"4200"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"4201"comissió amb:\n"4202"\n"4203" git commit --amend --reset-author\n"42044205#: builtin/commit.c:604206msgid ""4207"Your name and email address were configured automatically based\n"4208"on your username and hostname. Please check that they are accurate.\n"4209"You can suppress this message by setting them explicitly:\n"4210"\n"4211" git config --global user.name \"Your Name\"\n"4212" git config --global user.email you@example.com\n"4213"\n"4214"After doing this, you may fix the identity used for this commit with:\n"4215"\n"4216" git commit --amend --reset-author\n"4217msgstr ""4218"S'han configurat el vostre nom i adreça de correu electrònic\n"4219"automàticament basats en el vostre nom d'usuari i nom de host. Si us\n"4220"plau, comproveu que siguin correctes. Podeu suprimir aquest missatge\n"4221"establint-los explícitament:\n"4222"\n"4223" git config --global user.name \"El Vostre Nom\"\n"4224" git config --global user.email tu@example.com\n"4225"\n"4226"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"4227"comissió amb:\n"4228"\n"4229" git commit --amend --reset-author\n"42304231#: builtin/commit.c:724232msgid ""4233"You asked to amend the most recent commit, but doing so would make\n"4234"it empty. You can repeat your command with --allow-empty, or you can\n"4235"remove the commit entirely with \"git reset HEAD^\".\n"4236msgstr ""4237"Heu demanat esmenar la comissió més recent, però fer això la\n"4238"deixaria buida. Podeu repetir la vostra ordre amb --allow-empty, o\n"4239"podeu eliminar la comissió per complet amb \"git reset HEAD^\".\n"42404241#: builtin/commit.c:774242msgid ""4243"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4244"If you wish to commit it anyway, use:\n"4245"\n"4246" git commit --allow-empty\n"4247"\n"4248msgstr ""4249"El recull de cireres previ ja està buit, possiblement a causa de resolució "4250"de conflicte.\n"4251"Si el voleu cometre de totes maneres, useu:\n"4252"\n"4253" git commit --allow-empty\n"4254"\n"42554256#: builtin/commit.c:844257msgid "Otherwise, please use 'git reset'\n"4258msgstr "D'altra manera, si us plau, useu 'git reset'\n"42594260#: builtin/commit.c:874261msgid ""4262"If you wish to skip this commit, use:\n"4263"\n"4264" git reset\n"4265"\n"4266"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4267"the remaining commits.\n"4268msgstr ""4269"Si voleu ometre aquesta comissió, useu:\n"4270"\n"4271" git reset\n"4272"\n"4273"Llavors \"git cherry-pick --continue\" reprendrà recollint\n"4274"com a cireres les comissions restants.\n"42754276#: builtin/commit.c:3024277msgid "failed to unpack HEAD tree object"4278msgstr "s'ha fallat en desempaquetar l'objecte d'arbre HEAD"42794280#: builtin/commit.c:3424281msgid "unable to create temporary index"4282msgstr "no s'ha pogut crear un índex temporal"42834284#: builtin/commit.c:3484285msgid "interactive add failed"4286msgstr "l'afegiment interactiu ha fallat"42874288#: builtin/commit.c:3594289msgid "unable to write index file"4290msgstr "no s'ha pogut escriure el fitxer d'índex"42914292#: builtin/commit.c:3614293msgid "unable to update temporary index"4294msgstr "no s'ha pogut actualitzar l'índex temporal"42954296#: builtin/commit.c:3634297msgid "Failed to update main cache tree"4298msgstr "S'ha fallat en actualitzar l'arbre principal de memòria cau"42994300#: builtin/commit.c:387 builtin/commit.c:412 builtin/commit.c:4614301msgid "unable to write new_index file"4302msgstr "no s'ha pogut escriure el fitxer new_index"43034304#: builtin/commit.c:4434305msgid "cannot do a partial commit during a merge."4306msgstr "no es pot fer una comissió parcial durant una fusió."43074308#: builtin/commit.c:4454309msgid "cannot do a partial commit during a cherry-pick."4310msgstr "no es pot fer una comissió parcial durant un recull de cireres."43114312#: builtin/commit.c:4544313msgid "cannot read the index"4314msgstr "no es pot llegir l'índex"43154316#: builtin/commit.c:4734317msgid "unable to write temporary index file"4318msgstr "no s'ha pogut escriure un fitxer d'índex temporal"43194320#: builtin/commit.c:5844321#, c-format4322msgid "commit '%s' lacks author header"4323msgstr "a la comissió '%s' li manca la capçalera d'autor"43244325#: builtin/commit.c:5864326#, c-format4327msgid "commit '%s' has malformed author line"4328msgstr "la comissió '%s' té una línia d'autor mal formada"43294330#: builtin/commit.c:6054331msgid "malformed --author parameter"4332msgstr "paràmetre --author mal format"43334334#: builtin/commit.c:6134335#, c-format4336msgid "invalid date format: %s"4337msgstr "format de data no vàlid: %s"43384339#: builtin/commit.c:6574340msgid ""4341"unable to select a comment character that is not used\n"4342"in the current commit message"4343msgstr ""4344"no es pot seleccionar un caràcter de comentari que\n"4345"no sigui usat en el missatge de comissió actual"43464347#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:10844348#, c-format4349msgid "could not lookup commit %s"4350msgstr "no s'ha pogut trobar la comissió %s"43514352#: builtin/commit.c:706 builtin/shortlog.c:2734353#, c-format4354msgid "(reading log message from standard input)\n"4355msgstr "(llegint el missatge de registre de l'entrada estàndard)\n"43564357#: builtin/commit.c:7084358msgid "could not read log from standard input"4359msgstr "no s'ha pogut llegir de l'entrada estàndard"43604361#: builtin/commit.c:7124362#, c-format4363msgid "could not read log file '%s'"4364msgstr "no s'ha pogut llegir el fitxer de registre '%s'"43654366#: builtin/commit.c:7344367msgid "could not read MERGE_MSG"4368msgstr "no s'ha pogut llegir MERGE_MSG"43694370#: builtin/commit.c:7384371msgid "could not read SQUASH_MSG"4372msgstr "no s'ha pogur llegir SQUASH_MSG"43734374#: builtin/commit.c:7424375#, c-format4376msgid "could not read '%s'"4377msgstr "no s'ha pogut llegir '%s'"43784379#: builtin/commit.c:7894380msgid "could not write commit template"4381msgstr "no s'ha pogut escriure la plantilla de comissió"43824383#: builtin/commit.c:8074384#, c-format4385msgid ""4386"\n"4387"It looks like you may be committing a merge.\n"4388"If this is not correct, please remove the file\n"4389"\t%s\n"4390"and try again.\n"4391msgstr ""4392"\n"4393"Sembla que podeu estar cometent una fusió.\n"4394"Si això no és correcte, si us plau, elimineu el fitxer\n"4395"\t%s\n"4396"i intenteu-ho de nou.\n"43974398#: builtin/commit.c:8124399#, c-format4400msgid ""4401"\n"4402"It looks like you may be committing a cherry-pick.\n"4403"If this is not correct, please remove the file\n"4404"\t%s\n"4405"and try again.\n"4406msgstr ""4407"\n"4408"Sembla que podeu estar cometent un recull de cireres.\n"4409"Si això no és correcte, si us plau elimineu el fitxer\n"4410"\t%s\n"4411"i intenteu-ho de nou.\n"44124413#: builtin/commit.c:8254414#, c-format4415msgid ""4416"Please enter the commit message for your changes. Lines starting\n"4417"with '%c' will be ignored, and an empty message aborts the commit.\n"4418msgstr ""4419"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"4420"S'ignoraran les línies començant amb '%c', i un missatge de\n"4421"comissió buit avorta la comissió.\n"44224423#: builtin/commit.c:8324424#, c-format4425msgid ""4426"Please enter the commit message for your changes. Lines starting\n"4427"with '%c' will be kept; you may remove them yourself if you want to.\n"4428"An empty message aborts the commit.\n"4429msgstr ""4430"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"4431"Es retindran les línies començants amb '%c'; podeu eliminar-les per vós\n"4432"mateix si voleu. Un missatge buit avorta la comissió.\n"44334434#: builtin/commit.c:8524435#, c-format4436msgid "%sAuthor: %.*s <%.*s>"4437msgstr "%sAutor: %.*s <%.*s>"44384439#: builtin/commit.c:8604440#, c-format4441msgid "%sDate: %s"4442msgstr "%sData: %s"44434444#: builtin/commit.c:8674445#, c-format4446msgid "%sCommitter: %.*s <%.*s>"4447msgstr "%sComitent: %.*s <%.*s>"44484449#: builtin/commit.c:8854450msgid "Cannot read index"4451msgstr "No es pot llegir l'índex"44524453#: builtin/commit.c:9424454msgid "Error building trees"4455msgstr "Error en construir arbres"44564457#: builtin/commit.c:957 builtin/tag.c:4954458#, c-format4459msgid "Please supply the message using either -m or -F option.\n"4460msgstr "Si us plau, proveïu el missatge per usar o l'opció -m o l'opció -F.\n"44614462#: builtin/commit.c:10594463#, c-format4464msgid "No existing author found with '%s'"4465msgstr "Cap autor existent trobat amb '%s'"44664467#: builtin/commit.c:1074 builtin/commit.c:13144468#, c-format4469msgid "Invalid untracked files mode '%s'"4470msgstr "Mode de fitxers no seguits no vàlid '%s'"44714472#: builtin/commit.c:11114473msgid "--long and -z are incompatible"4474msgstr "--long i -z són incompatibles"44754476#: builtin/commit.c:11414477msgid "Using both --reset-author and --author does not make sense"4478msgstr "Usar ambdós --reset-author i --author no té sentit"44794480#: builtin/commit.c:11504481msgid "You have nothing to amend."4482msgstr "No teniu res a esmenar."44834484#: builtin/commit.c:11534485msgid "You are in the middle of a merge -- cannot amend."4486msgstr "Esteu enmig d'una fusió -- no es pot esmenar."44874488#: builtin/commit.c:11554489msgid "You are in the middle of a cherry-pick -- cannot amend."4490msgstr "Esteu enmig d'un recull de cireres -- no es pot esmenar."44914492#: builtin/commit.c:11584493msgid "Options --squash and --fixup cannot be used together"4494msgstr "Les opcions --squash i --fixup no es poden usar juntes"44954496#: builtin/commit.c:11684497msgid "Only one of -c/-C/-F/--fixup can be used."4498msgstr "Només un de -c/-C/-F/--fixup es pot usar."44994500#: builtin/commit.c:11704501msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4502msgstr "L'opció -m no es pot combinar amb -c/-C/-F/--fixup."45034504#: builtin/commit.c:11784505msgid "--reset-author can be used only with -C, -c or --amend."4506msgstr "--reset-author només es pot usar amb -C, -c o --amend."45074508#: builtin/commit.c:11954509msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4510msgstr "Només un de --include/--only/--all/--interactive/--patch es pot usar."45114512#: builtin/commit.c:11974513msgid "No paths with --include/--only does not make sense."4514msgstr "--include/--only no té sentit sense camí."45154516#: builtin/commit.c:11994517msgid "Clever... amending the last one with dirty index."4518msgstr "Intel·ligent... esmenant l'últim amb índex brut."45194520#: builtin/commit.c:12014521msgid "Explicit paths specified without -i or -o; assuming --only paths..."4522msgstr ""4523"S'han especificat camins explícits sense -i o -o; presumint camins --only..."45244525#: builtin/commit.c:1213 builtin/tag.c:7284526#, c-format4527msgid "Invalid cleanup mode %s"4528msgstr "Mode de neteja no vàlid %s"45294530#: builtin/commit.c:12184531msgid "Paths with -a does not make sense."4532msgstr "-a no té sentit amb camins."45334534#: builtin/commit.c:1328 builtin/commit.c:16084535msgid "show status concisely"4536msgstr "mostra l'estat concisament"45374538#: builtin/commit.c:1330 builtin/commit.c:16104539msgid "show branch information"4540msgstr "mostra la informació de branca"45414542#: builtin/commit.c:1332 builtin/commit.c:1612 builtin/push.c:5004543msgid "machine-readable output"4544msgstr "sortida llegible per màquina"45454546#: builtin/commit.c:1335 builtin/commit.c:16144547msgid "show status in long format (default)"4548msgstr "mostra l'estat en format llarg (per defecte)"45494550#: builtin/commit.c:1338 builtin/commit.c:16174551msgid "terminate entries with NUL"4552msgstr "acaba les entrades amb NUL"45534554#: builtin/commit.c:1340 builtin/commit.c:1620 builtin/fast-export.c:9804555#: builtin/fast-export.c:983 builtin/tag.c:6034556msgid "mode"4557msgstr "mode"45584559#: builtin/commit.c:1341 builtin/commit.c:16204560msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4561msgstr ""4562"mostra els fitxers no seguits, modes opcional: all, normal, no. (Per "4563"defecte: all)"45644565#: builtin/commit.c:13444566msgid "show ignored files"4567msgstr "mostra els fitxers ignorats"45684569#: builtin/commit.c:1345 parse-options.h:1534570msgid "when"4571msgstr "quan"45724573#: builtin/commit.c:13464574msgid ""4575"ignore changes to submodules, optional when: all, dirty, untracked. "4576"(Default: all)"4577msgstr ""4578"ignora els canvis als submòduls, opcional quan: all, dirty, untracked. (Per "4579"defecte: all)"45804581#: builtin/commit.c:13484582msgid "list untracked files in columns"4583msgstr "mostra els fitxers no seguits en columnes"45844585#: builtin/commit.c:14354586msgid "couldn't look up newly created commit"4587msgstr "no s'ha pogut trobar la comissió novament creada"45884589#: builtin/commit.c:14374590msgid "could not parse newly created commit"4591msgstr "no s'ha pogut analitzar la comissió novament creada"45924593#: builtin/commit.c:14824594msgid "detached HEAD"4595msgstr "HEAD separat"45964597#: builtin/commit.c:14854598msgid " (root-commit)"4599msgstr " (comissió d'arrel)"46004601#: builtin/commit.c:15784602msgid "suppress summary after successful commit"4603msgstr "omet el resum després d'una comissió reeixida"46044605#: builtin/commit.c:15794606msgid "show diff in commit message template"4607msgstr "mostra la diferència en la plantilla de missatge de comissió"46084609#: builtin/commit.c:15814610msgid "Commit message options"4611msgstr "Opcions de missatge de comissió"46124613#: builtin/commit.c:1582 builtin/tag.c:6014614msgid "read message from file"4615msgstr "llegiu el missatge des d'un fitxer"46164617#: builtin/commit.c:15834618msgid "author"4619msgstr "autor"46204621#: builtin/commit.c:15834622msgid "override author for commit"4623msgstr "autor corregit de la comissió"46244625#: builtin/commit.c:1584 builtin/gc.c:2754626msgid "date"4627msgstr "data"46284629#: builtin/commit.c:15844630msgid "override date for commit"4631msgstr "data corregida de la comissió"46324633#: builtin/commit.c:1585 builtin/merge.c:218 builtin/notes.c:3914634#: builtin/notes.c:554 builtin/tag.c:5994635msgid "message"4636msgstr "missatge"46374638#: builtin/commit.c:15854639msgid "commit message"4640msgstr "missatge de comissió"46414642#: builtin/commit.c:15864643msgid "reuse and edit message from specified commit"4644msgstr "reusa i edita el missatge de la comissió especificada"46454646#: builtin/commit.c:15874647msgid "reuse message from specified commit"4648msgstr "reusa el missatge de la comissió especificada"46494650#: builtin/commit.c:15884651msgid "use autosquash formatted message to fixup specified commit"4652msgstr ""4653"usa el missatge formatat d'aixafada automàtica per a arreglar la comissió "4654"especificada"46554656#: builtin/commit.c:15894657msgid "use autosquash formatted message to squash specified commit"4658msgstr ""4659"usa el missatge formatat d'aixafada automàtica per a aixafar la comissió "4660"especificada"46614662#: builtin/commit.c:15904663msgid "the commit is authored by me now (used with -C/-c/--amend)"4664msgstr "l'autor de la comissió ja sóc jo (usat amb -C/-c/--amend)"46654666#: builtin/commit.c:1591 builtin/log.c:1191 builtin/revert.c:864667msgid "add Signed-off-by:"4668msgstr "afegeix Signed-off-by:"46694670#: builtin/commit.c:15924671msgid "use specified template file"4672msgstr "usa el fitxer de plantilla especificat"46734674#: builtin/commit.c:15934675msgid "force edit of commit"4676msgstr "força l'edició de la comissió"46774678#: builtin/commit.c:15944679msgid "default"4680msgstr "per defecte"46814682#: builtin/commit.c:1594 builtin/tag.c:6044683msgid "how to strip spaces and #comments from message"4684msgstr "com despullar els espais i #comentaris del missatge"46854686#: builtin/commit.c:15954687msgid "include status in commit message template"4688msgstr "inclou l'estat en la plantilla de missatge de comissió"46894690#: builtin/commit.c:1596 builtin/merge.c:225 builtin/revert.c:924691#: builtin/tag.c:6054692msgid "key-id"4693msgstr "ID de clau"46944695#: builtin/commit.c:1597 builtin/merge.c:226 builtin/revert.c:934696msgid "GPG sign commit"4697msgstr "firma la comissió amb GPG"46984699#: builtin/commit.c:16004700msgid "Commit contents options"4701msgstr "Opcions dels continguts de les comissions"47024703#: builtin/commit.c:16014704msgid "commit all changed files"4705msgstr "comet tots els fitxers canviats"47064707#: builtin/commit.c:16024708msgid "add specified files to index for commit"4709msgstr "afegeix els fitxers especificats a l'índex per a cometre"47104711#: builtin/commit.c:16034712msgid "interactively add files"4713msgstr "afegeix els fitxers interactivament"47144715#: builtin/commit.c:16044716msgid "interactively add changes"4717msgstr "afegeix els canvis interactivament"47184719#: builtin/commit.c:16054720msgid "commit only specified files"4721msgstr "comet només els fitxers especificats"47224723#: builtin/commit.c:16064724msgid "bypass pre-commit hook"4725msgstr "evita el ganxo de precomissió"47264727#: builtin/commit.c:16074728msgid "show what would be committed"4729msgstr "mostra què es cometria"47304731#: builtin/commit.c:16184732msgid "amend previous commit"4733msgstr "esmena la comissió anterior"47344735#: builtin/commit.c:16194736msgid "bypass post-rewrite hook"4737msgstr "evita el ganxo de postreescriure"47384739#: builtin/commit.c:16244740msgid "ok to record an empty change"4741msgstr "està bé registrar un canvi buit"47424743#: builtin/commit.c:16264744msgid "ok to record a change with an empty message"4745msgstr "està bé registrar un canvi amb missatge buit"47464747#: builtin/commit.c:16554748msgid "could not parse HEAD commit"4749msgstr "no s'ha pogut analitzar la comissió HEAD"47504751#: builtin/commit.c:1694 builtin/merge.c:5194752#, c-format4753msgid "could not open '%s' for reading"4754msgstr "no s'ha pogut obrir '%s' per a lectura"47554756#: builtin/commit.c:17014757#, c-format4758msgid "Corrupt MERGE_HEAD file (%s)"4759msgstr "Fitxer MERGE_HEAD corrupte (%s)"47604761#: builtin/commit.c:17084762msgid "could not read MERGE_MODE"4763msgstr "no s'ha pogut llegir MERGE_MODE"47644765#: builtin/commit.c:17274766#, c-format4767msgid "could not read commit message: %s"4768msgstr "no s'ha pogut llegir el missatge de comissió: %s"47694770#: builtin/commit.c:17384771#, c-format4772msgid "Aborting commit; you did not edit the message.\n"4773msgstr "Avortant la comissió; no heu editat el missatge.\n"47744775#: builtin/commit.c:17434776#, c-format4777msgid "Aborting commit due to empty commit message.\n"4778msgstr "Avortant la comissió a causa d'un missatge de comissió buit.\n"47794780#: builtin/commit.c:1758 builtin/merge.c:851 builtin/merge.c:8764781msgid "failed to write commit object"4782msgstr "s'ha fallat en escriure l'objecte de comissió"47834784#: builtin/commit.c:17914785msgid ""4786"Repository has been updated, but unable to write\n"4787"new_index file. Check that disk is not full and quota is\n"4788"not exceeded, and then \"git reset HEAD\" to recover."4789msgstr ""4790"S'ha actualitzat el dipòsit, però no es pot escriure el\n"4791"fitxer new_index. Comproveu que el disc no estigui ple i\n"4792"que la quota no estigui excedida, i després\n"4793"\"git reset HEAD\" per a recuperar."47944795#: builtin/config.c:84796msgid "git config [options]"4797msgstr "git config [opcions]"47984799#: builtin/config.c:534800msgid "Config file location"4801msgstr "Ubicació del fitxer de configuració"48024803#: builtin/config.c:544804msgid "use global config file"4805msgstr "usa el fitxer de configuració global"48064807#: builtin/config.c:554808msgid "use system config file"4809msgstr "usa el fitxer de configuració del sistema"48104811#: builtin/config.c:564812msgid "use repository config file"4813msgstr "usa el fitxer de configuració del dipòsit"48144815#: builtin/config.c:574816msgid "use given config file"4817msgstr "usa el fitxer de configuració donat"48184819#: builtin/config.c:584820msgid "blob-id"4821msgstr "ID de blob"48224823#: builtin/config.c:584824msgid "read config from given blob object"4825msgstr "llegeix la configuració de l'objecte de blob donat"48264827#: builtin/config.c:594828msgid "Action"4829msgstr "Acció"48304831#: builtin/config.c:604832msgid "get value: name [value-regex]"4833msgstr "obtén valor: nom [regex-de-valors]"48344835#: builtin/config.c:614836msgid "get all values: key [value-regex]"4837msgstr "obtén tots els valors: clau [regex-de-valors]"48384839#: builtin/config.c:624840msgid "get values for regexp: name-regex [value-regex]"4841msgstr "obtén valors de regexp: regex-de-noms [regex-de-valors]"48424843#: builtin/config.c:634844msgid "get value specific for the URL: section[.var] URL"4845msgstr "obtén el valor especific per a l'URL: secció[.variable] URL"48464847#: builtin/config.c:644848msgid "replace all matching variables: name value [value_regex]"4849msgstr ""4850"reemplaça totes les variables que coincideixen: nom valor [regex_de_valors]"48514852#: builtin/config.c:654853msgid "add a new variable: name value"4854msgstr "afegeix una variable nova: nom valor"48554856#: builtin/config.c:664857msgid "remove a variable: name [value-regex]"4858msgstr "elimina una variable: nom [regex-de-valors]"48594860#: builtin/config.c:674861msgid "remove all matches: name [value-regex]"4862msgstr "elimina totes les coincidències: nom [regex-de-valors]"48634864#: builtin/config.c:684865msgid "rename section: old-name new-name"4866msgstr "canvia el nom de secció: nom-antic nom-nou"48674868#: builtin/config.c:694869msgid "remove a section: name"4870msgstr "elimina una secció: nom"48714872#: builtin/config.c:704873msgid "list all"4874msgstr "llista tots"48754876#: builtin/config.c:714877msgid "open an editor"4878msgstr "obre un editor"48794880#: builtin/config.c:724881msgid "find the color configured: slot [default]"4882msgstr "troba el color configurat: ranura [per defecte]"48834884#: builtin/config.c:734885msgid "find the color setting: slot [stdout-is-tty]"4886msgstr "troba l'ajust de color: ranura [stdout-és-tty]"48874888#: builtin/config.c:744889msgid "Type"4890msgstr "Tipus"48914892#: builtin/config.c:754893msgid "value is \"true\" or \"false\""4894msgstr "el valor és \"true\" o \"false\""48954896#: builtin/config.c:764897msgid "value is decimal number"4898msgstr "el valor és un nombre decimal"48994900#: builtin/config.c:774901msgid "value is --bool or --int"4902msgstr "el valor és --bool o --int"49034904#: builtin/config.c:784905msgid "value is a path (file or directory name)"4906msgstr "el valor és un camí (nom de fitxer o directori)"49074908#: builtin/config.c:794909msgid "Other"4910msgstr "Altre"49114912#: builtin/config.c:804913msgid "terminate values with NUL byte"4914msgstr "acaba els valors amb un octet NUL"49154916#: builtin/config.c:814917msgid "respect include directives on lookup"4918msgstr "respecta les directives d'inclusió en cercar"49194920#: builtin/config.c:3164921msgid "unable to parse default color value"4922msgstr "no s'ha pogut analitzar el valor de color per defecte"49234924#: builtin/config.c:4574925#, c-format4926msgid ""4927"# This is Git's per-user configuration file.\n"4928"[core]\n"4929"# Please adapt and uncomment the following lines:\n"4930"#\tuser = %s\n"4931"#\temail = %s\n"4932msgstr ""4933"# Això és el fitxer de configuració del Git de l'usuari.\n"4934"[core]\n"4935"# Si us plau, adapteu i descomenteu les línies següents:\n"4936"#\tuser = %s\n"4937"#\temail = %s\n"49384939#: builtin/config.c:5894940#, c-format4941msgid "cannot create configuration file %s"4942msgstr "no es pot crear el fitxer de configuració '%s'"49434944#: builtin/count-objects.c:554945msgid "git count-objects [-v] [-H | --human-readable]"4946msgstr "git count-objects [-v] [-H | --human-readable]"49474948#: builtin/count-objects.c:654949msgid "print sizes in human readable format"4950msgstr "imprimeix les mides en un format llegible per humans"49514952#: builtin/describe.c:174953msgid "git describe [options] <commit-ish>*"4954msgstr "git describe [opcions] <comissió>*"49554956#: builtin/describe.c:184957msgid "git describe [options] --dirty"4958msgstr "git describe [opcions] --dirty"49594960#: builtin/describe.c:2174961#, c-format4962msgid "annotated tag %s not available"4963msgstr "l'etiqueta anotada %s no és disponible"49644965#: builtin/describe.c:2214966#, c-format4967msgid "annotated tag %s has no embedded name"4968msgstr "l'etiqueta anotada %s no té nom incrustat"49694970#: builtin/describe.c:2234971#, c-format4972msgid "tag '%s' is really '%s' here"4973msgstr "l'etiqueta '%s' realment és '%s' aquí"49744975#: builtin/describe.c:250 builtin/log.c:4524976#, c-format4977msgid "Not a valid object name %s"4978msgstr "%s no és un nom d'objecte vàlid"49794980#: builtin/describe.c:2534981#, c-format4982msgid "%s is not a valid '%s' object"4983msgstr "%s no és un objecte de '%s' vàlid"49844985#: builtin/describe.c:2704986#, c-format4987msgid "no tag exactly matches '%s'"4988msgstr "cap etiqueta coincideix exactament amb '%s'"49894990#: builtin/describe.c:2724991#, c-format4992msgid "searching to describe %s\n"4993msgstr "cercant per a descriure %s\n"49944995#: builtin/describe.c:3194996#, c-format4997msgid "finished search at %s\n"4998msgstr "s'ha finalitzat la cerca a %s\n"49995000#: builtin/describe.c:3465001#, c-format5002msgid ""5003"No annotated tags can describe '%s'.\n"5004"However, there were unannotated tags: try --tags."5005msgstr ""5006"Cap etiqueta anotada pot descriure '%s'.\n"5007"No obstant, hi havia etiquetes no anotades: proveu --tags."50085009#: builtin/describe.c:3505010#, c-format5011msgid ""5012"No tags can describe '%s'.\n"5013"Try --always, or create some tags."5014msgstr ""5015"Cap etiqueta pot descriure '%s'.\n"5016"Proveu --always, o creeu algunes etiquetes."50175018#: builtin/describe.c:3715019#, c-format5020msgid "traversed %lu commits\n"5021msgstr "%lu comissions travessades\n"50225023#: builtin/describe.c:3745024#, c-format5025msgid ""5026"more than %i tags found; listed %i most recent\n"5027"gave up search at %s\n"5028msgstr ""5029"s'ha trobat més de %i etiquetes: s'ha llistat les %i més recents\n"5030"s'ha renunciat la cerca a %s\n"50315032#: builtin/describe.c:3965033msgid "find the tag that comes after the commit"5034msgstr "troba l'etiqueta que vingui després de la comissió"50355036#: builtin/describe.c:3975037msgid "debug search strategy on stderr"5038msgstr "estratègia de cerca de depuració en stderr"50395040#: builtin/describe.c:3985041msgid "use any ref"5042msgstr "usa qualsevulla referència"50435044#: builtin/describe.c:3995045msgid "use any tag, even unannotated"5046msgstr "usa qualsevulla etiqueta, fins i tot aquelles sense anotar"50475048#: builtin/describe.c:4005049msgid "always use long format"5050msgstr "sempre usa el format llarg"50515052#: builtin/describe.c:4015053msgid "only follow first parent"5054msgstr "només segueix la primera mare"50555056#: builtin/describe.c:4045057msgid "only output exact matches"5058msgstr "emet només coincidències exactes"50595060#: builtin/describe.c:4065061msgid "consider <n> most recent tags (default: 10)"5062msgstr "considera les <n> etiquetes més recents (per defecte: 10)"50635064#: builtin/describe.c:4085065msgid "only consider tags matching <pattern>"5066msgstr "només considera les etiquetes que coincideixen amb <patró>"50675068#: builtin/describe.c:410 builtin/name-rev.c:3185069msgid "show abbreviated commit object as fallback"5070msgstr "mostra l'objecte de comissió abreviat com a retrocediment"50715072#: builtin/describe.c:4115073msgid "mark"5074msgstr "marca"50755076#: builtin/describe.c:4125077msgid "append <mark> on dirty working tree (default: \"-dirty\")"5078msgstr "annexa <marca> en l'arbre de treball brut (per defecte: \"-dirty\")"50795080#: builtin/describe.c:4305081msgid "--long is incompatible with --abbrev=0"5082msgstr "--long és incompatible amb --abbrev=0"50835084#: builtin/describe.c:4565085msgid "No names found, cannot describe anything."5086msgstr "Cap nom trobat, no es pot descriure res."50875088#: builtin/describe.c:4765089msgid "--dirty is incompatible with commit-ishes"5090msgstr "--dirty és incompatible amb les comissions"50915092#: builtin/diff.c:865093#, c-format5094msgid "'%s': not a regular file or symlink"5095msgstr "'%s': no és ni fitxer regular ni enllaç simbòlic"50965097#: builtin/diff.c:2375098#, c-format5099msgid "invalid option: %s"5100msgstr "opció no vàlida: %s"51015102#: builtin/diff.c:3585103msgid "Not a git repository"5104msgstr "No és un dipòsit de git"51055106#: builtin/diff.c:4015107#, c-format5108msgid "invalid object '%s' given."5109msgstr "s'ha donat un objecte no vàlid '%s'."51105111#: builtin/diff.c:4105112#, c-format5113msgid "more than two blobs given: '%s'"5114msgstr "s'ha donat més de dos blobs: '%s"51155116#: builtin/diff.c:4175117#, c-format5118msgid "unhandled object '%s' given."5119msgstr "s'ha donat l'objecte no gestionat '%s'."51205121#: builtin/fast-export.c:245122msgid "git fast-export [rev-list-opts]"5123msgstr "git fast-export [opcions-de-llista-de-revisions]"51245125#: builtin/fast-export.c:9795126msgid "show progress after <n> objects"5127msgstr "mostra el progrés després de <n> objectes"51285129#: builtin/fast-export.c:9815130msgid "select handling of signed tags"5131msgstr "selecciona la gestió de les etiquetes firmades"51325133#: builtin/fast-export.c:9845134msgid "select handling of tags that tag filtered objects"5135msgstr "selecciona la gestió de les etiquetes que etiquetin objectes filtrats"51365137#: builtin/fast-export.c:9875138msgid "Dump marks to this file"5139msgstr "Bolca les marques a aquest fitxer"51405141#: builtin/fast-export.c:9895142msgid "Import marks from this file"5143msgstr "Importa les marques d'aquest fitxer"51445145#: builtin/fast-export.c:9915146msgid "Fake a tagger when tags lack one"5147msgstr "Fingeix un etiquetador quan els en manca un a les etiquetes"51485149#: builtin/fast-export.c:9935150msgid "Output full tree for each commit"5151msgstr "Imprimeix l'arbre complet de cada comissió"51525153#: builtin/fast-export.c:9955154msgid "Use the done feature to terminate the stream"5155msgstr "Usa la característica done per a acabar el corrent"51565157#: builtin/fast-export.c:9965158msgid "Skip output of blob data"5159msgstr "Salta l'emissió de dades de blob"51605161#: builtin/fast-export.c:9975162msgid "refspec"5163msgstr "especificació de referència"51645165#: builtin/fast-export.c:9985166msgid "Apply refspec to exported refs"5167msgstr "Aplica l'especificació de referència a les referències exportades"51685169#: builtin/fast-export.c:9995170msgid "anonymize output"5171msgstr "anonimitza la sortida"51725173#: builtin/fetch.c:205174msgid "git fetch [<options>] [<repository> [<refspec>...]]"5175msgstr "git fetch [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"51765177#: builtin/fetch.c:215178msgid "git fetch [<options>] <group>"5179msgstr "git fetch [<opcions>] <grup>"51805181#: builtin/fetch.c:225182msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"5183msgstr "git fetch --multiple [<opcions>] [(<dipòsit> | <grup>)...]"51845185#: builtin/fetch.c:235186msgid "git fetch --all [<options>]"5187msgstr "git fetch --all [<opcions>]"51885189#: builtin/fetch.c:905190msgid "fetch from all remotes"5191msgstr "obtén de tots els remots"51925193#: builtin/fetch.c:925194msgid "append to .git/FETCH_HEAD instead of overwriting"5195msgstr "annexa a .git/FETCH_HEAD en lloc de sobreescriure"51965197#: builtin/fetch.c:945198msgid "path to upload pack on remote end"5199msgstr "camí al qual pujar el paquet en el costat remot"52005201#: builtin/fetch.c:955202msgid "force overwrite of local branch"5203msgstr "força la sobreescriptura de la branca local"52045205#: builtin/fetch.c:975206msgid "fetch from multiple remotes"5207msgstr "obtén de múltiples remots"52085209#: builtin/fetch.c:995210msgid "fetch all tags and associated objects"5211msgstr "obtén totes les etiquetes i tots els objectes associats"52125213#: builtin/fetch.c:1015214msgid "do not fetch all tags (--no-tags)"5215msgstr "no obtinguis les etiquetes (--no-tags)"52165217#: builtin/fetch.c:1035218msgid "prune remote-tracking branches no longer on remote"5219msgstr "poda les branques amb seguiment remot que ja no estiguin en el remot"52205221#: builtin/fetch.c:1045222msgid "on-demand"5223msgstr "sota demanda"52245225#: builtin/fetch.c:1055226msgid "control recursive fetching of submodules"5227msgstr "controla l'obteniment recursiu de submòduls"52285229#: builtin/fetch.c:1095230msgid "keep downloaded pack"5231msgstr "desa el paquet baixat"52325233#: builtin/fetch.c:1115234msgid "allow updating of HEAD ref"5235msgstr "permet l'actualització de la referència HEAD"52365237#: builtin/fetch.c:1145238msgid "deepen history of shallow clone"5239msgstr "aprofundeix la història d'un clon superficial"52405241#: builtin/fetch.c:1165242msgid "convert to a complete repository"5243msgstr "converteix en un dipòsit complet"52445245#: builtin/fetch.c:118 builtin/log.c:12085246msgid "dir"5247msgstr "directori"52485249#: builtin/fetch.c:1195250msgid "prepend this to submodule path output"5251msgstr "anteposa això a la sortida de camí del submòdul"52525253#: builtin/fetch.c:1225254msgid "default mode for recursion"5255msgstr "mode de recursivitat per defecte"52565257#: builtin/fetch.c:1245258msgid "accept refs that update .git/shallow"5259msgstr "accepta les referències que actualitzin .git/shallow"52605261#: builtin/fetch.c:1255262msgid "refmap"5263msgstr "mapa de referències"52645265#: builtin/fetch.c:1265266msgid "specify fetch refmap"5267msgstr "mostra el mapa de referències d'obteniment"52685269#: builtin/fetch.c:3765270msgid "Couldn't find remote ref HEAD"5271msgstr "No s'ha pogut trobar la referència HEAD remota"52725273#: builtin/fetch.c:4545274#, c-format5275msgid "object %s not found"5276msgstr "objecte %s no trobat"52775278#: builtin/fetch.c:4595279msgid "[up to date]"5280msgstr "[al dia]"52815282#: builtin/fetch.c:4735283#, c-format5284msgid "! %-*s %-*s -> %s (can't fetch in current branch)"5285msgstr "! %-*s %-*s -> %s (no es pot obtenir en la branca actual)"52865287#: builtin/fetch.c:474 builtin/fetch.c:5605288msgid "[rejected]"5289msgstr "[rebutjat]"52905291#: builtin/fetch.c:4855292msgid "[tag update]"5293msgstr "[actualització d'etiqueta]"52945295#: builtin/fetch.c:487 builtin/fetch.c:522 builtin/fetch.c:5405296msgid " (unable to update local ref)"5297msgstr " (no s'ha pogut actualitzar la referència local)"52985299#: builtin/fetch.c:5055300msgid "[new tag]"5301msgstr "[etiqueta nova]"53025303#: builtin/fetch.c:5085304msgid "[new branch]"5305msgstr "[branca nova]"53065307#: builtin/fetch.c:5115308msgid "[new ref]"5309msgstr "[referència nova]"53105311#: builtin/fetch.c:5565312msgid "unable to update local ref"5313msgstr "no s'ha pogut actualitzar la referència local"53145315#: builtin/fetch.c:5565316msgid "forced update"5317msgstr "actualització forçada"53185319#: builtin/fetch.c:5625320msgid "(non-fast-forward)"5321msgstr "(sense avanç ràpid)"53225323#: builtin/fetch.c:595 builtin/fetch.c:8285324#, c-format5325msgid "cannot open %s: %s\n"5326msgstr "no es pot obrir %s: %s\n"53275328#: builtin/fetch.c:6045329#, c-format5330msgid "%s did not send all necessary objects\n"5331msgstr "%s no ha enviat tots els objectes necessaris\n"53325333#: builtin/fetch.c:6225334#, c-format5335msgid "reject %s because shallow roots are not allowed to be updated"5336msgstr ""5337"rebutja %s perquè no es permet que les arrels superficials s'actualitzin"53385339#: builtin/fetch.c:710 builtin/fetch.c:7935340#, c-format5341msgid "From %.*s\n"5342msgstr "De %.*s\n"53435344#: builtin/fetch.c:7215345#, c-format5346msgid ""5347"some local refs could not be updated; try running\n"5348" 'git remote prune %s' to remove any old, conflicting branches"5349msgstr ""5350"algunes referències locals no s'han pogut actualitzar;\n"5351" intenteu executar 'git remote prune %s' per a eliminar\n"5352" qualsevulla branca antiga o conflictiva"53535354#: builtin/fetch.c:7735355#, c-format5356msgid " (%s will become dangling)"5357msgstr " (%s es tornarà penjant)"53585359#: builtin/fetch.c:7745360#, c-format5361msgid " (%s has become dangling)"5362msgstr " (%s s'ha tornat penjant)"53635364#: builtin/fetch.c:7985365msgid "[deleted]"5366msgstr "[suprimit]"53675368#: builtin/fetch.c:799 builtin/remote.c:10605369msgid "(none)"5370msgstr "(cap)"53715372#: builtin/fetch.c:8185373#, c-format5374msgid "Refusing to fetch into current branch %s of non-bare repository"5375msgstr "Refusant obtenir en la branca actual %s d'un dipòsit no nu"53765377#: builtin/fetch.c:8375378#, c-format5379msgid "Option \"%s\" value \"%s\" is not valid for %s"5380msgstr "L'opció \"%s\" amb valor \"%s\" no és vàlida per a %s"53815382#: builtin/fetch.c:8405383#, c-format5384msgid "Option \"%s\" is ignored for %s\n"5385msgstr "S'ignora l'opció \"%s\" per a %s\n"53865387#: builtin/fetch.c:8965388#, c-format5389msgid "Don't know how to fetch from %s"5390msgstr "No es sap com obtenir de %s"53915392#: builtin/fetch.c:10585393#, c-format5394msgid "Fetching %s\n"5395msgstr "Obtenint %s\n"53965397#: builtin/fetch.c:1060 builtin/remote.c:905398#, c-format5399msgid "Could not fetch %s"5400msgstr "No s'ha pogut obtenir %s"54015402#: builtin/fetch.c:10785403msgid ""5404"No remote repository specified. Please, specify either a URL or a\n"5405"remote name from which new revisions should be fetched."5406msgstr ""5407"Cap dipòsit remot especificat. Si us plau, especifiqueu o un URL o\n"5408"un nom remot del qual es deuen obtenir les revisions noves."54095410#: builtin/fetch.c:11015411msgid "You need to specify a tag name."5412msgstr "Necessiteu especificar un nom d'etiqueta."54135414#: builtin/fetch.c:11435415msgid "--depth and --unshallow cannot be used together"5416msgstr "--depth i --unshallow no es poden usar junts"54175418#: builtin/fetch.c:11455419msgid "--unshallow on a complete repository does not make sense"5420msgstr "--unshallow en un dipòsit complet no té sentit"54215422#: builtin/fetch.c:11685423msgid "fetch --all does not take a repository argument"5424msgstr "fetch --all no accepta un paràmetre de dipòsit"54255426#: builtin/fetch.c:11705427msgid "fetch --all does not make sense with refspecs"5428msgstr "fetch --all no té sentit amb especificacions de referència"54295430#: builtin/fetch.c:11815431#, c-format5432msgid "No such remote or remote group: %s"5433msgstr "No hi ha tal remot ni tal grup remot: %s"54345435#: builtin/fetch.c:11895436msgid "Fetching a group and specifying refspecs does not make sense"5437msgstr "Obtenir un grup i especificar referències no té sentit"54385439#: builtin/fmt-merge-msg.c:135440msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"5441msgstr ""5442"git fmt-merge-msg [-m <missatge>] [--log[=<n>]|--no-log] [--file <fitxer>]"54435444#: builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665 builtin/grep.c:6985445#: builtin/merge.c:198 builtin/repack.c:178 builtin/repack.c:1825446#: builtin/show-branch.c:657 builtin/show-ref.c:178 builtin/tag.c:5905447#: parse-options.h:132 parse-options.h:2395448msgid "n"5449msgstr "n"54505451#: builtin/fmt-merge-msg.c:6635452msgid "populate log with at most <n> entries from shortlog"5453msgstr "emplena el registre amb <n> entrades del registre curt com a màxim"54545455#: builtin/fmt-merge-msg.c:6665456msgid "alias for --log (deprecated)"5457msgstr "àlies per --log (desaprovat)"54585459#: builtin/fmt-merge-msg.c:6695460msgid "text"5461msgstr "text"54625463#: builtin/fmt-merge-msg.c:6705464msgid "use <text> as start of message"5465msgstr "usa <text> com a inici de missatge"54665467#: builtin/fmt-merge-msg.c:6715468msgid "file to read from"5469msgstr "fitxer del qual llegir"54705471#: builtin/for-each-ref.c:6765472msgid "unable to parse format"5473msgstr "no s'ha pogut analitzar el format"54745475#: builtin/for-each-ref.c:10645476msgid "git for-each-ref [options] [<pattern>]"5477msgstr "git for-each-ref [opcions] [<patró>]"54785479#: builtin/for-each-ref.c:10795480msgid "quote placeholders suitably for shells"5481msgstr ""5482"posa els marcadors de posició entre cometes adequades per als terminals"54835484#: builtin/for-each-ref.c:10815485msgid "quote placeholders suitably for perl"5486msgstr "posa els marcadors de posició entre cometes adequades per a perl"54875488#: builtin/for-each-ref.c:10835489msgid "quote placeholders suitably for python"5490msgstr "posa els marcadors de posició entre cometes adequades per a python"54915492#: builtin/for-each-ref.c:10855493msgid "quote placeholders suitably for Tcl"5494msgstr "posa els marcadors de posició entre cometes adequades per a Tcl"54955496#: builtin/for-each-ref.c:10885497msgid "show only <n> matched refs"5498msgstr "mostra només <n> referències coincidents"54995500#: builtin/for-each-ref.c:1089 builtin/replace.c:4385501msgid "format"5502msgstr "format"55035504#: builtin/for-each-ref.c:10895505msgid "format to use for the output"5506msgstr "format a usar en la sortida"55075508#: builtin/for-each-ref.c:10905509msgid "key"5510msgstr "clau"55115512#: builtin/for-each-ref.c:10915513msgid "field name to sort on"5514msgstr "nom de camp en el qual ordenar"55155516#: builtin/fsck.c:147 builtin/prune.c:1365517msgid "Checking connectivity"5518msgstr "Comprovant connectivitat"55195520#: builtin/fsck.c:5405521msgid "Checking object directories"5522msgstr "Comprovant els directoris d'objecte"55235524#: builtin/fsck.c:6035525msgid "git fsck [options] [<object>...]"5526msgstr "git fsck [opcions] [<objecte>...]"55275528#: builtin/fsck.c:6095529msgid "show unreachable objects"5530msgstr "mostra els objectes inabastables"55315532#: builtin/fsck.c:6105533msgid "show dangling objects"5534msgstr "mostra els objectes penjants"55355536#: builtin/fsck.c:6115537msgid "report tags"5538msgstr "informa de les etiquetes"55395540#: builtin/fsck.c:6125541msgid "report root nodes"5542msgstr "informa dels nodes d'arrel"55435544#: builtin/fsck.c:6135545msgid "make index objects head nodes"5546msgstr "fes els objectes d'índex nodes de cap"55475548#: builtin/fsck.c:6145549msgid "make reflogs head nodes (default)"5550msgstr "fes que els registres de referències siguin nodes de cap (per defecte)"55515552#: builtin/fsck.c:6155553msgid "also consider packs and alternate objects"5554msgstr "també considera els paquets i els objectes alternatius"55555556#: builtin/fsck.c:6165557msgid "enable more strict checking"5558msgstr "habilita la comprovació més estricta"55595560#: builtin/fsck.c:6185561msgid "write dangling objects in .git/lost-found"5562msgstr "escriu objectes penjants a .git/lost-found"55635564#: builtin/fsck.c:619 builtin/prune.c:1085565msgid "show progress"5566msgstr "mostra el progrés"55675568#: builtin/fsck.c:6695569msgid "Checking objects"5570msgstr "Comprovant els objectes"55715572#: builtin/gc.c:245573msgid "git gc [options]"5574msgstr "git gc [opcions]"55755576#: builtin/gc.c:795577#, c-format5578msgid "Invalid gc.pruneexpire: '%s'"5579msgstr "gc.pruneexpire no vàlid: %s"55805581#: builtin/gc.c:1075582#, c-format5583msgid "insanely long object directory %.*s"5584msgstr "directori d'objectes increïblement llarg %.*s"55855586#: builtin/gc.c:2765587msgid "prune unreferenced objects"5588msgstr "poda objectes sense referència"55895590#: builtin/gc.c:2785591msgid "be more thorough (increased runtime)"5592msgstr "sigues més exhaustiu (el temps d'execució augmenta)"55935594#: builtin/gc.c:2795595msgid "enable auto-gc mode"5596msgstr "habilita el mode de recollida d'escombraries automàtica"55975598#: builtin/gc.c:2805599msgid "force running gc even if there may be another gc running"5600msgstr "força l'execució de gc encara que hi pugui haver un altre gc executant"56015602#: builtin/gc.c:3215603#, c-format5604msgid "Auto packing the repository in background for optimum performance.\n"5605msgstr ""5606"Empaquetant automàticament el dipòsit en el fons per rendiment òptim.\n"56075608#: builtin/gc.c:3235609#, c-format5610msgid "Auto packing the repository for optimum performance.\n"5611msgstr "Empaquetant automàticament el dipòsit per rendiment òptim.\n"56125613#: builtin/gc.c:3245614#, c-format5615msgid "See \"git help gc\" for manual housekeeping.\n"5616msgstr "Vegeu \"git help gc\" per neteja manual.\n"56175618#: builtin/gc.c:3425619#, c-format5620msgid ""5621"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5622msgstr ""5623"gc ja està executant en la màquina '%s' pid %<PRIuMAX> (useu --force si no)"56245625#: builtin/gc.c:3645626msgid ""5627"There are too many unreachable loose objects; run 'git prune' to remove them."5628msgstr ""5629"Hi ha massa objectes solts inabastables; executeu 'git prune' per a eliminar-"5630"los."56315632#: builtin/grep.c:235633msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"5634msgstr "git grep [opcions] [-e] <patró> [<revisió>...] [[--] <camí>...]"56355636#: builtin/grep.c:2185637#, c-format5638msgid "grep: failed to create thread: %s"5639msgstr "grep: s'ha fallat en crear fil: %s"56405641#: builtin/grep.c:441 builtin/grep.c:4765642#, c-format5643msgid "unable to read tree (%s)"5644msgstr "no s'ha pogut llegir l'arbre (%s)"56455646#: builtin/grep.c:4915647#, c-format5648msgid "unable to grep from object of type %s"5649msgstr "no es pot fer grep des d'un objecte de tipus %s"56505651#: builtin/grep.c:5475652#, c-format5653msgid "switch `%c' expects a numerical value"5654msgstr "l'opció `%c' espera un valor numèric"56555656#: builtin/grep.c:5645657#, c-format5658msgid "cannot open '%s'"5659msgstr "no es pot obrir '%s'"56605661#: builtin/grep.c:6385662msgid "search in index instead of in the work tree"5663msgstr "cerca en l'índex en lloc de l'arbre de treball"56645665#: builtin/grep.c:6405666msgid "find in contents not managed by git"5667msgstr "cerca en continguts no gestionats per git"56685669#: builtin/grep.c:6425670msgid "search in both tracked and untracked files"5671msgstr "cerca tant en fitxers seguits com en no seguits"56725673#: builtin/grep.c:6445674msgid "search also in ignored files"5675msgstr "cerca en els fitxers ignorats també"56765677#: builtin/grep.c:6475678msgid "show non-matching lines"5679msgstr "mostra les línies no coincidents"56805681#: builtin/grep.c:6495682msgid "case insensitive matching"5683msgstr "coincidència insensible a majúscula i minúscula"56845685#: builtin/grep.c:6515686msgid "match patterns only at word boundaries"5687msgstr "coincideix amb els patrons només als límits de paraula"56885689#: builtin/grep.c:6535690msgid "process binary files as text"5691msgstr "processa els fitxers binaris com a text"56925693#: builtin/grep.c:6555694msgid "don't match patterns in binary files"5695msgstr "no coincideixis amb els patrons en els fitxers binaris"56965697#: builtin/grep.c:6585698msgid "process binary files with textconv filters"5699msgstr "processa els fitxers binaris amb filtres de textconv"57005701#: builtin/grep.c:6605702msgid "descend at most <depth> levels"5703msgstr "descendeix com a màxim <profunditat> nivells"57045705#: builtin/grep.c:6645706msgid "use extended POSIX regular expressions"5707msgstr "usa les expressions regulars POSIX esteses"57085709#: builtin/grep.c:6675710msgid "use basic POSIX regular expressions (default)"5711msgstr "usa les expressions regulars POSIX bàsiques (per defecte)"57125713#: builtin/grep.c:6705714msgid "interpret patterns as fixed strings"5715msgstr "interpreta els patrons com a cadenes fixades"57165717#: builtin/grep.c:6735718msgid "use Perl-compatible regular expressions"5719msgstr "usa les expressions regulars compatibles amb Perl"57205721#: builtin/grep.c:6765722msgid "show line numbers"5723msgstr "mostra els números de línia"57245725#: builtin/grep.c:6775726msgid "don't show filenames"5727msgstr "no mostris els noms de fitxer"57285729#: builtin/grep.c:6785730msgid "show filenames"5731msgstr "mostra els noms de fitxer"57325733#: builtin/grep.c:6805734msgid "show filenames relative to top directory"5735msgstr "mostra els noms de fitxer relatius al directori superior"57365737#: builtin/grep.c:6825738msgid "show only filenames instead of matching lines"5739msgstr "mostra només els noms de fitxer en lloc de les línies coincidents"57405741#: builtin/grep.c:6845742msgid "synonym for --files-with-matches"5743msgstr "sinònim de --files-with-matches"57445745#: builtin/grep.c:6875746msgid "show only the names of files without match"5747msgstr "mostra només els noms dels fitxers sense coincidència"57485749#: builtin/grep.c:6895750msgid "print NUL after filenames"5751msgstr "imprimeix NUL desprès dels noms de fitxer"57525753#: builtin/grep.c:6915754msgid "show the number of matches instead of matching lines"5755msgstr "mostra el nombre de coincidències en lloc de les línies coincidents"57565757#: builtin/grep.c:6925758msgid "highlight matches"5759msgstr "ressalta les coincidències"57605761#: builtin/grep.c:6945762msgid "print empty line between matches from different files"5763msgstr "imprimeix una línia buida entre coincidències de fitxers distints"57645765#: builtin/grep.c:6965766msgid "show filename only once above matches from same file"5767msgstr ""5768"mostra el nom de fitxer només una vegada a dalt de les coincidències del "5769"mateix fitxer"57705771#: builtin/grep.c:6995772msgid "show <n> context lines before and after matches"5773msgstr "mostra <n> línies de context abans i després d'una coincidència"57745775#: builtin/grep.c:7025776msgid "show <n> context lines before matches"5777msgstr "mostra <n> línies de context abans d'una coincidència"57785779#: builtin/grep.c:7045780msgid "show <n> context lines after matches"5781msgstr "mostra <n> línies de context després d'una coincidència"57825783#: builtin/grep.c:7055784msgid "shortcut for -C NUM"5785msgstr "drecera per -C NUM"57865787#: builtin/grep.c:7085788msgid "show a line with the function name before matches"5789msgstr "mostra una línia amb el nom de funció abans de les coincidències"57905791#: builtin/grep.c:7105792msgid "show the surrounding function"5793msgstr "mostra la funció circumdant"57945795#: builtin/grep.c:7135796msgid "read patterns from file"5797msgstr "llegeix els patrons des d'un fitxer"57985799#: builtin/grep.c:7155800msgid "match <pattern>"5801msgstr "coincideix amb <patró>"58025803#: builtin/grep.c:7175804msgid "combine patterns specified with -e"5805msgstr "combina els patrons especificats amb -e"58065807#: builtin/grep.c:7295808msgid "indicate hit with exit status without output"5809msgstr "indica coincidència amb estat de sortida sense sortida textual"58105811#: builtin/grep.c:7315812msgid "show only matches from files that match all patterns"5813msgstr ""5814"mostra només les coincidències dels fitxers que coincideixin amb tots els "5815"patrons"58165817#: builtin/grep.c:7335818msgid "show parse tree for grep expression"5819msgstr "mostra l'arbre d'anàlisis de l'expressió de grep"58205821#: builtin/grep.c:7375822msgid "pager"5823msgstr "paginador"58245825#: builtin/grep.c:7375826msgid "show matching files in the pager"5827msgstr "mostra els fitxers coincidents en el paginador"58285829#: builtin/grep.c:7405830msgid "allow calling of grep(1) (ignored by this build)"5831msgstr "permet la invocació de grep(1) (ignorat per aquesta compilació)"58325833#: builtin/grep.c:741 builtin/show-ref.c:1875834msgid "show usage"5835msgstr "mostra l'ús"58365837#: builtin/grep.c:8085838msgid "no pattern given."5839msgstr "cap patró donat."58405841#: builtin/grep.c:8665842msgid "--open-files-in-pager only works on the worktree"5843msgstr "--open-files-in-pager només funciona en l'arbre de treball"58445845#: builtin/grep.c:8925846msgid "--cached or --untracked cannot be used with --no-index."5847msgstr "--cached o --untracked no es pot usar amb --no-index."58485849#: builtin/grep.c:8975850msgid "--no-index or --untracked cannot be used with revs."5851msgstr "--no-index o --untracked no es pot usar amb revisions."58525853#: builtin/grep.c:9005854msgid "--[no-]exclude-standard cannot be used for tracked contents."5855msgstr "--[no-]exclude-standard no es pot usar per als continguts seguits."58565857#: builtin/grep.c:9085858msgid "both --cached and trees are given."5859msgstr "s'han donat ambdós --caches i arbres."58605861#: builtin/hash-object.c:825862msgid ""5863"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5864"<file>..."5865msgstr ""5866"git hash-object [-t <tipus>] [-w] [--path=<fitxer>|--no-filters] [--stdin] "5867"[--] <fitxer>..."58685869#: builtin/hash-object.c:835870msgid "git hash-object --stdin-paths < <list-of-paths>"5871msgstr "git hash-object --stdin-paths < <llista-de-camins>"58725873#: builtin/hash-object.c:94 builtin/tag.c:6105874msgid "type"5875msgstr "tipus"58765877#: builtin/hash-object.c:945878msgid "object type"5879msgstr "tipus d'objecte"58805881#: builtin/hash-object.c:955882msgid "write the object into the object database"5883msgstr "escriu l'objecte a la base de dades d'objectes"58845885#: builtin/hash-object.c:975886msgid "read the object from stdin"5887msgstr "llegiu l'objecte des d'stdin"58885889#: builtin/hash-object.c:995890msgid "store file as is without filters"5891msgstr "emmagatzema el fitxer tal com és sense filtres"58925893#: builtin/hash-object.c:1005894msgid ""5895"just hash any random garbage to create corrupt objects for debugging Git"5896msgstr ""5897"només suma qualsevulla brossa aleatòria per a crear objectes corruptes per a "5898"depurar al Git"58995900#: builtin/hash-object.c:1015901msgid "process file as it were from this path"5902msgstr "processa el fitxer com si fos d'aquest camí"59035904#: builtin/help.c:415905msgid "print all available commands"5906msgstr "imprimeix totes les ordres disponibles"59075908#: builtin/help.c:425909msgid "print list of useful guides"5910msgstr "imprimeix la llista de guies útils"59115912#: builtin/help.c:435913msgid "show man page"5914msgstr "mostra la pàgina de manual"59155916#: builtin/help.c:445917msgid "show manual in web browser"5918msgstr "mostra la pàgina de manual en el navegador web"59195920#: builtin/help.c:465921msgid "show info page"5922msgstr "mostra la pàgina d'informació"59235924#: builtin/help.c:525925msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5926msgstr "git help [--all] [--guides] [--man|--web|--info] [ordre]"59275928#: builtin/help.c:645929#, c-format5930msgid "unrecognized help format '%s'"5931msgstr "format d'ajuda no reconegut '%s'"59325933#: builtin/help.c:915934msgid "Failed to start emacsclient."5935msgstr "S'ha fallat en iniciar emacsclient."59365937#: builtin/help.c:1045938msgid "Failed to parse emacsclient version."5939msgstr "S'ha fallat en analitzar la versió d'emacsclient."59405941#: builtin/help.c:1125942#, c-format5943msgid "emacsclient version '%d' too old (< 22)."5944msgstr "la versió d'emacsclient '%d' és massa vella (< 22)."59455946#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:1755947#, c-format5948msgid "failed to exec '%s': %s"5949msgstr "s'ha fallat en executar '%s': %s"59505951#: builtin/help.c:2155952#, c-format5953msgid ""5954"'%s': path for unsupported man viewer.\n"5955"Please consider using 'man.<tool>.cmd' instead."5956msgstr ""5957"'%s': camí a un visualitzador de manuals no compatible.\n"5958"Si us plau, considereu usar 'man.<eina>.cmd' en lloc d'això."59595960#: builtin/help.c:2275961#, c-format5962msgid ""5963"'%s': cmd for supported man viewer.\n"5964"Please consider using 'man.<tool>.path' instead."5965msgstr ""5966"'%s': ordre per a un visualitzador de manuals compatible.\n"5967"Si us plau, considereu usar 'man.<eina>.path' en lloc d'això."59685969#: builtin/help.c:3545970#, c-format5971msgid "'%s': unknown man viewer."5972msgstr "'%s': visualitzador de manuals desconegut"59735974#: builtin/help.c:3715975msgid "no man viewer handled the request"5976msgstr "cap visualitzador de manuals ha gestionat la sol·licitud"59775978#: builtin/help.c:3795979msgid "no info viewer handled the request"5980msgstr "cap visualitzador d'informació ha gestionat la sol·licitud"59815982#: builtin/help.c:4285983msgid "Defining attributes per path"5984msgstr "La definició d'atributs per camí"59855986#: builtin/help.c:4295987msgid "Everyday Git With 20 Commands Or So"5988msgstr "Git quotidià amb més o menys 20 ordres"59895990#: builtin/help.c:4305991msgid "A Git glossary"5992msgstr "Un glossari de Git"59935994#: builtin/help.c:4315995msgid "Specifies intentionally untracked files to ignore"5996msgstr "Especifica els fitxers intencionalment no seguits a ignorar"59975998#: builtin/help.c:4325999msgid "Defining submodule properties"6000msgstr "La definició de les propietats de submòduls"60016002#: builtin/help.c:4336003msgid "Specifying revisions and ranges for Git"6004msgstr "L'especificació de revisions i rangs per al Git"60056006#: builtin/help.c:4346007msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"6008msgstr "Una introducció tutorial al Git (per a la versió 1.5.1 o més nou)"60096010#: builtin/help.c:4356011msgid "An overview of recommended workflows with Git"6012msgstr "Una visió de conjunt de fluxos de treball recomanats amb Git"60136014#: builtin/help.c:4476015msgid "The common Git guides are:\n"6016msgstr "Les guies de Git comunes són:\n"60176018#: builtin/help.c:468 builtin/help.c:4856019#, c-format6020msgid "usage: %s%s"6021msgstr "ús: %s%s"60226023#: builtin/help.c:5016024#, c-format6025msgid "`git %s' is aliased to `%s'"6026msgstr "`git %s' és un àlies de `%s'"60276028#: builtin/index-pack.c:1506029#, c-format6030msgid "unable to open %s"6031msgstr "no s'ha pogut obrir %s"60326033#: builtin/index-pack.c:2006034#, c-format6035msgid "object type mismatch at %s"6036msgstr "hi ha una discordança de tipus d'objecte a %s"60376038#: builtin/index-pack.c:2206039#, c-format6040msgid "did not receive expected object %s"6041msgstr "no s'ha rebut l'objecte esperat %s"60426043#: builtin/index-pack.c:2236044#, c-format6045msgid "object %s: expected type %s, found %s"6046msgstr "objecte %s: tipus %s esperat, %s trobat"60476048#: builtin/index-pack.c:2656049#, c-format6050msgid "cannot fill %d byte"6051msgid_plural "cannot fill %d bytes"6052msgstr[0] "no es pot omplir %d octet"6053msgstr[1] "no es pot omplir %d octets"60546055#: builtin/index-pack.c:2756056msgid "early EOF"6057msgstr "EOF prematur"60586059#: builtin/index-pack.c:2766060msgid "read error on input"6061msgstr "error de lectura d'entrada"60626063#: builtin/index-pack.c:2886064msgid "used more bytes than were available"6065msgstr "s'han usat més octets dels que hi havia disponibles"60666067#: builtin/index-pack.c:2956068msgid "pack too large for current definition of off_t"6069msgstr "paquet massa gran per a la definició actual d'off_t"60706071#: builtin/index-pack.c:3116072#, c-format6073msgid "unable to create '%s'"6074msgstr "no es pot crear '%s'"60756076#: builtin/index-pack.c:3166077#, c-format6078msgid "cannot open packfile '%s'"6079msgstr "no es pot obrir el fitxer de paquet '%s'"60806081#: builtin/index-pack.c:3306082msgid "pack signature mismatch"6083msgstr "hi ha una discordança de firma de paquet"60846085#: builtin/index-pack.c:3326086#, c-format6087msgid "pack version %<PRIu32> unsupported"6088msgstr "la versió de paquet %<PRIu32> no és compatible"60896090#: builtin/index-pack.c:3506091#, c-format6092msgid "pack has bad object at offset %lu: %s"6093msgstr "el paquet té un objecte dolent a la posició %lu: %s"60946095#: builtin/index-pack.c:4716096#, c-format6097msgid "inflate returned %d"6098msgstr "la inflació ha retornat %d"60996100#: builtin/index-pack.c:5206101msgid "offset value overflow for delta base object"6102msgstr "desbordament de valor de desplaçament per a l'objecte base de delta"61036104#: builtin/index-pack.c:5286105msgid "delta base offset is out of bound"6106msgstr "el desplaçament de base de delta està fora de límits"61076108#: builtin/index-pack.c:5366109#, c-format6110msgid "unknown object type %d"6111msgstr "tipus d'objecte desconegut %d"61126113#: builtin/index-pack.c:5676114msgid "cannot pread pack file"6115msgstr "no es pot fer pread en el fitxer de paquet"61166117#: builtin/index-pack.c:5696118#, c-format6119msgid "premature end of pack file, %lu byte missing"6120msgid_plural "premature end of pack file, %lu bytes missing"6121msgstr[0] "final prematur de fitxer de paquet, manca %lu octet"6122msgstr[1] "final prematur de fitxer de paquet, manquen %lu octets"61236124#: builtin/index-pack.c:5956125msgid "serious inflate inconsistency"6126msgstr "hi ha una inconsistència seriosa d'inflació"61276128#: builtin/index-pack.c:686 builtin/index-pack.c:692 builtin/index-pack.c:7156129#: builtin/index-pack.c:749 builtin/index-pack.c:7586130#, c-format6131msgid "SHA1 COLLISION FOUND WITH %s !"6132msgstr "S'HA TROBAT UNA COL·LISIÓ SHA1 AMB %s !"61336134#: builtin/index-pack.c:689 builtin/pack-objects.c:1646135#: builtin/pack-objects.c:2566136#, c-format6137msgid "unable to read %s"6138msgstr "no s'ha pogut llegir %s"61396140#: builtin/index-pack.c:7556141#, c-format6142msgid "cannot read existing object %s"6143msgstr "no es pot llegir l'objecte existent %s"61446145#: builtin/index-pack.c:7696146#, c-format6147msgid "invalid blob object %s"6148msgstr "objecte de blob no vàlid %s"61496150#: builtin/index-pack.c:7836151#, c-format6152msgid "invalid %s"6153msgstr "%s no vàlid"61546155#: builtin/index-pack.c:7876156msgid "Error in object"6157msgstr "Error en objecte"61586159#: builtin/index-pack.c:7896160#, c-format6161msgid "Not all child objects of %s are reachable"6162msgstr "No tots els objectes fills de %s són abastables"61636164#: builtin/index-pack.c:861 builtin/index-pack.c:8906165msgid "failed to apply delta"6166msgstr "s'ha fallat en aplicar la delta"61676168#: builtin/index-pack.c:10556169msgid "Receiving objects"6170msgstr "Rebent objectes"61716172#: builtin/index-pack.c:10556173msgid "Indexing objects"6174msgstr "Indexant objectes"61756176#: builtin/index-pack.c:10816177msgid "pack is corrupted (SHA1 mismatch)"6178msgstr "el paquet és corromput (discordança SHA1)"61796180#: builtin/index-pack.c:10866181msgid "cannot fstat packfile"6182msgstr "no es pot fer fstat en el fitxer de paquet"61836184#: builtin/index-pack.c:10896185msgid "pack has junk at the end"6186msgstr "el paquet té brossa al seu final"61876188#: builtin/index-pack.c:11006189msgid "confusion beyond insanity in parse_pack_objects()"6190msgstr "confusió més enllà de la insanitat en parse_pack_objects()"61916192#: builtin/index-pack.c:11236193msgid "Resolving deltas"6194msgstr "Resolent les deltes"61956196#: builtin/index-pack.c:11336197#, c-format6198msgid "unable to create thread: %s"6199msgstr "no s'ha pogut crear fil: %s"62006201#: builtin/index-pack.c:11756202msgid "confusion beyond insanity"6203msgstr "confusió més enllà de la insanitat"62046205#: builtin/index-pack.c:11816206#, c-format6207msgid "completed with %d local objects"6208msgstr "s'ha completat amb %d objectes locals"62096210#: builtin/index-pack.c:11916211#, c-format6212msgid "Unexpected tail checksum for %s (disk corruption?)"6213msgstr "Suma de verificació final no esperada per a %s (corrupció de disc?)"62146215#: builtin/index-pack.c:11956216#, c-format6217msgid "pack has %d unresolved delta"6218msgid_plural "pack has %d unresolved deltas"6219msgstr[0] "El paquet té %d delta no resolta"6220msgstr[1] "El paquet té %d deltes no resoltes"62216222#: builtin/index-pack.c:12206223#, c-format6224msgid "unable to deflate appended object (%d)"6225msgstr "no s'ha pogut desinflar l'objecte annexat (%d)"62266227#: builtin/index-pack.c:12996228#, c-format6229msgid "local object %s is corrupt"6230msgstr "l'objecte local %s és corrupte"62316232#: builtin/index-pack.c:13236233msgid "error while closing pack file"6234msgstr "error en tancar el fitxer de paquet"62356236#: builtin/index-pack.c:13366237#, c-format6238msgid "cannot write keep file '%s'"6239msgstr "no es pot escriure el fitxer a retenir '%s'"62406241#: builtin/index-pack.c:13446242#, c-format6243msgid "cannot close written keep file '%s'"6244msgstr "no es pot tancar el fitxer escrit a retenir '%s'"62456246#: builtin/index-pack.c:13576247msgid "cannot store pack file"6248msgstr "no es pot emmagatzemar el fitxer de paquet"62496250#: builtin/index-pack.c:13686251msgid "cannot store index file"6252msgstr "no es pot emmagatzemar el fitxer d'índex"62536254#: builtin/index-pack.c:14016255#, c-format6256msgid "bad pack.indexversion=%<PRIu32>"6257msgstr "pack.indexversion=%<PRIu32> dolent"62586259#: builtin/index-pack.c:14076260#, c-format6261msgid "invalid number of threads specified (%d)"6262msgstr "s'ha especificat un nombre de fils no vàlid (%d)"62636264#: builtin/index-pack.c:1411 builtin/index-pack.c:15906265#, c-format6266msgid "no threads support, ignoring %s"6267msgstr "no hi ha suport de fils, ignorant %s"62686269#: builtin/index-pack.c:14696270#, c-format6271msgid "Cannot open existing pack file '%s'"6272msgstr "No es pot obrir el fitxer de paquet existent '%s'"62736274#: builtin/index-pack.c:14716275#, c-format6276msgid "Cannot open existing pack idx file for '%s'"6277msgstr "No es pot obrir el fitxer d'índex de paquets existent de '%s'"62786279#: builtin/index-pack.c:15186280#, c-format6281msgid "non delta: %d object"6282msgid_plural "non delta: %d objects"6283msgstr[0] "sense delta: %d objecte"6284msgstr[1] "sense delta: %d objectes"62856286#: builtin/index-pack.c:15256287#, c-format6288msgid "chain length = %d: %lu object"6289msgid_plural "chain length = %d: %lu objects"6290msgstr[0] "longitud de cadena = %d: %lu objecte"6291msgstr[1] "longitud de cadena = %d: %lu objectes"62926293#: builtin/index-pack.c:15546294msgid "Cannot come back to cwd"6295msgstr "No es pot tornar al directori de treball actual"62966297#: builtin/index-pack.c:1602 builtin/index-pack.c:16056298#: builtin/index-pack.c:1617 builtin/index-pack.c:16216299#, c-format6300msgid "bad %s"6301msgstr "%s dolent"63026303#: builtin/index-pack.c:16356304msgid "--fix-thin cannot be used without --stdin"6305msgstr "--fix-thin no es pot usar sense --stdin"63066307#: builtin/index-pack.c:1639 builtin/index-pack.c:16486308#, c-format6309msgid "packfile name '%s' does not end with '.pack'"6310msgstr "el nom de fitxer de paquet '%s' no acaba amb '.pack'"63116312#: builtin/index-pack.c:16566313msgid "--verify with no packfile name given"6314msgstr "s'ha donat --verify sense nom de fitxer de paquet"63156316#: builtin/init-db.c:356317#, c-format6318msgid "Could not make %s writable by group"6319msgstr "No s'ha pogut fer %s gravable per al grup"63206321#: builtin/init-db.c:626322#, c-format6323msgid "insanely long template name %s"6324msgstr "nom de plantilla increïblement llarg %s"63256326#: builtin/init-db.c:676327#, c-format6328msgid "cannot stat '%s'"6329msgstr "no es pot fer stat en '%s'"63306331#: builtin/init-db.c:736332#, c-format6333msgid "cannot stat template '%s'"6334msgstr "no es pot fer stat en la plantilla '%s'"63356336#: builtin/init-db.c:806337#, c-format6338msgid "cannot opendir '%s'"6339msgstr "no es pot fer opendir en el directori '%s'"63406341#: builtin/init-db.c:976342#, c-format6343msgid "cannot readlink '%s'"6344msgstr "no es pot fer readlink en '%s'"63456346#: builtin/init-db.c:996347#, c-format6348msgid "insanely long symlink %s"6349msgstr "enllaç simbòlic increïblement llarg %s"63506351#: builtin/init-db.c:1026352#, c-format6353msgid "cannot symlink '%s' '%s'"6354msgstr "no es pot fer symlink en '%s' '%s'"63556356#: builtin/init-db.c:1066357#, c-format6358msgid "cannot copy '%s' to '%s'"6359msgstr "no es pot copiar '%s' a '%s'"63606361#: builtin/init-db.c:1106362#, c-format6363msgid "ignoring template %s"6364msgstr "ignorant la plantilla %s"63656366#: builtin/init-db.c:1366367#, c-format6368msgid "insanely long template path %s"6369msgstr "camí de plantilla increïblement llarg %s"63706371#: builtin/init-db.c:1446372#, c-format6373msgid "templates not found %s"6374msgstr "no s'han trobat les plantilles %s"63756376#: builtin/init-db.c:1576377#, c-format6378msgid "not copying templates of a wrong format version %d from '%s'"6379msgstr "no copiant plantilles d'una versió de format errònia %d de '%s'"63806381#: builtin/init-db.c:1976382#, c-format6383msgid "insane git directory %s"6384msgstr "directori de git boig %s"63856386#: builtin/init-db.c:331 builtin/init-db.c:3346387#, c-format6388msgid "%s already exists"6389msgstr "%s ja existeix"63906391#: builtin/init-db.c:3636392#, c-format6393msgid "unable to handle file type %d"6394msgstr "no s'ha pogut gestionar el tipus de fitxer %d"63956396#: builtin/init-db.c:3666397#, c-format6398msgid "unable to move %s to %s"6399msgstr "no s'ha pogut moure %s a %s"64006401#. TRANSLATORS: The first '%s' is either "Reinitialized6402#. existing" or "Initialized empty", the second " shared" or6403#. "", and the last '%s%s' is the verbatim directory name.6404#: builtin/init-db.c:4266405#, c-format6406msgid "%s%s Git repository in %s%s\n"6407msgstr "%s dipòsit de Git%s a %s%s\n"64086409#: builtin/init-db.c:4276410msgid "Reinitialized existing"6411msgstr "S'ha reinicialitzat un existent"64126413#: builtin/init-db.c:4276414msgid "Initialized empty"6415msgstr "S'ha inicialitzat un buit"64166417#: builtin/init-db.c:4286418msgid " shared"6419msgstr " compartit"64206421#: builtin/init-db.c:4756422msgid ""6423"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"6424"shared[=<permissions>]] [directory]"6425msgstr ""6426"git init [-q | --quiet] [--bare] [--template=<directori-de-plantilla>] [--"6427"shared[=<permisos>]] [directori]"64286429#: builtin/init-db.c:4986430msgid "permissions"6431msgstr "permisos"64326433#: builtin/init-db.c:4996434msgid "specify that the git repository is to be shared amongst several users"6435msgstr "especifica que el dipòsit de git es compartirà entre diversos usuaris"64366437#: builtin/init-db.c:501 builtin/prune-packed.c:57 builtin/repack.c:1716438msgid "be quiet"6439msgstr "calla"64406441#: builtin/init-db.c:533 builtin/init-db.c:5386442#, c-format6443msgid "cannot mkdir %s"6444msgstr "no es pot mkdir %s"64456446#: builtin/init-db.c:5426447#, c-format6448msgid "cannot chdir to %s"6449msgstr "no es pot chdir a %s"64506451#: builtin/init-db.c:5636452#, c-format6453msgid ""6454"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"6455"dir=<directory>)"6456msgstr ""6457"no es permet %s (o --work-tree=<directori>) sense especificar %s (o --git-"6458"dir=<directori>)"64596460#: builtin/init-db.c:5916461#, c-format6462msgid "Cannot access work tree '%s'"6463msgstr "No es pot accedir a l'arbre de treball '%s'"64646465#: builtin/interpret-trailers.c:156466msgid ""6467"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "6468"[<file>...]"6469msgstr ""6470"git interpret-trailers [--trim-empty] [(--trailer <fitxa>[(=|:)<valor>])...] "6471"[<fitxer>...]"64726473#: builtin/interpret-trailers.c:256474msgid "trim empty trailers"6475msgstr "escurça els remolcs buits"64766477#: builtin/interpret-trailers.c:266478msgid "trailer"6479msgstr "remolc"64806481#: builtin/interpret-trailers.c:276482msgid "trailer(s) to add"6483msgstr "remolcs a afegir"64846485#: builtin/log.c:416486msgid "git log [<options>] [<revision range>] [[--] <path>...]"6487msgstr "git log [<opcions>] [<rang de revisions>] [[--] <camí>...]"64886489#: builtin/log.c:426490msgid "git show [options] <object>..."6491msgstr "git show [opcions] <objecte>..."64926493#: builtin/log.c:816494#, c-format6495msgid "invalid --decorate option: %s"6496msgstr "opció --decorate no vàlida: %s"64976498#: builtin/log.c:1276499msgid "suppress diff output"6500msgstr "omet la sortida de diferències"65016502#: builtin/log.c:1286503msgid "show source"6504msgstr "mostra el fons"65056506#: builtin/log.c:1296507msgid "Use mail map file"6508msgstr "Usa el fitxer de mapa de correu"65096510#: builtin/log.c:1306511msgid "decorate options"6512msgstr "opcions de decoració"65136514#: builtin/log.c:1336515msgid "Process line range n,m in file, counting from 1"6516msgstr "Processa el rang de línies n,m en el fitxer, comptant des de 1"65176518#: builtin/log.c:2296519#, c-format6520msgid "Final output: %d %s\n"6521msgstr "Sortida final: %d %s\n"65226523#: builtin/log.c:4586524#, c-format6525msgid "git show %s: bad file"6526msgstr "git show %s: fitxer dolent"65276528#: builtin/log.c:472 builtin/log.c:5646529#, c-format6530msgid "Could not read object %s"6531msgstr "No es pot llegir l'objecte %s"65326533#: builtin/log.c:5886534#, c-format6535msgid "Unknown type: %d"6536msgstr "Tipus desconegut: %d"65376538#: builtin/log.c:6896539msgid "format.headers without value"6540msgstr "format.headers sense valor"65416542#: builtin/log.c:7736543msgid "name of output directory is too long"6544msgstr "el nom del directori de sortida és massa llarg"65456546#: builtin/log.c:7896547#, c-format6548msgid "Cannot open patch file %s"6549msgstr "No es pot obrir el fitxer de pedaç %s"65506551#: builtin/log.c:8036552msgid "Need exactly one range."6553msgstr "Cal exactament un rang."65546555#: builtin/log.c:8116556msgid "Not a range."6557msgstr "No és un rang."65586559#: builtin/log.c:9196560msgid "Cover letter needs email format"6561msgstr "La carta de presentació necessita el format de correu electrònic"65626563#: builtin/log.c:9986564#, c-format6565msgid "insane in-reply-to: %s"6566msgstr "in-reply-to boig: %s"65676568#: builtin/log.c:10266569msgid "git format-patch [options] [<since> | <revision range>]"6570msgstr "git format-patch [opcions] [<des de> | <rang de revisions>]"65716572#: builtin/log.c:10716573msgid "Two output directories?"6574msgstr "Dos directoris de sortida?"65756576#: builtin/log.c:11866577msgid "use [PATCH n/m] even with a single patch"6578msgstr "usa [PATCH n/m] fins i tot amb un sol pedaç"65796580#: builtin/log.c:11896581msgid "use [PATCH] even with multiple patches"6582msgstr "usa [PATCH] fins i tot amb múltiples pedaços"65836584#: builtin/log.c:11936585msgid "print patches to standard out"6586msgstr "imprimeix els pedaços a la sortida estàndard"65876588#: builtin/log.c:11956589msgid "generate a cover letter"6590msgstr "genera una carta de presentació"65916592#: builtin/log.c:11976593msgid "use simple number sequence for output file names"6594msgstr "usa una seqüència de números per als noms dels fitxers de sortida"65956596#: builtin/log.c:11986597msgid "sfx"6598msgstr "sufix"65996600#: builtin/log.c:11996601msgid "use <sfx> instead of '.patch'"6602msgstr "usa <sufix> en lloc de '.patch'"66036604#: builtin/log.c:12016605msgid "start numbering patches at <n> instead of 1"6606msgstr "comença nombrant els pedaços a <n> en lloc d'1"66076608#: builtin/log.c:12036609msgid "mark the series as Nth re-roll"6610msgstr "marca la sèrie com a l'enèsima llançada"66116612#: builtin/log.c:12056613msgid "Use [<prefix>] instead of [PATCH]"6614msgstr "Usa [<prefix>] en lloc de [PATCH]"66156616#: builtin/log.c:12086617msgid "store resulting files in <dir>"6618msgstr "emmagatzema els fitxers resultants a <directori>"66196620#: builtin/log.c:12116621msgid "don't strip/add [PATCH]"6622msgstr "no despullis/afegeixis [PATCH]"66236624#: builtin/log.c:12146625msgid "don't output binary diffs"6626msgstr "no emetis diferències binàries"66276628#: builtin/log.c:12166629msgid "don't include a patch matching a commit upstream"6630msgstr "no incloguis pedaços que coincideixin amb comissions a la font"66316632#: builtin/log.c:12186633msgid "show patch format instead of default (patch + stat)"6634msgstr ""6635"mostra el format de pedaç en lloc del per defecte (pedaç + estadístiques)"66366637#: builtin/log.c:12206638msgid "Messaging"6639msgstr "Missatgeria"66406641#: builtin/log.c:12216642msgid "header"6643msgstr "capçalera"66446645#: builtin/log.c:12226646msgid "add email header"6647msgstr "afegeix una capçalera de correu electrònic"66486649#: builtin/log.c:1223 builtin/log.c:12256650msgid "email"6651msgstr "correu electrònic"66526653#: builtin/log.c:12236654msgid "add To: header"6655msgstr "afegeix la capçalera To:"66566657#: builtin/log.c:12256658msgid "add Cc: header"6659msgstr "afegeix la capçalera Cc:"66606661#: builtin/log.c:12276662msgid "ident"6663msgstr "identitat"66646665#: builtin/log.c:12286666msgid "set From address to <ident> (or committer ident if absent)"6667msgstr ""6668"estableix l'adreça From a <identitat> (o la identitat del comitent si manca)"66696670#: builtin/log.c:12306671msgid "message-id"6672msgstr "ID de missatge"66736674#: builtin/log.c:12316675msgid "make first mail a reply to <message-id>"6676msgstr "fes del primer missatge una resposta a <ID de missatge>"66776678#: builtin/log.c:1232 builtin/log.c:12356679msgid "boundary"6680msgstr "límit"66816682#: builtin/log.c:12336683msgid "attach the patch"6684msgstr "ajunta el pedaç"66856686#: builtin/log.c:12366687msgid "inline the patch"6688msgstr "posa el pedaç en el cos"66896690#: builtin/log.c:12406691msgid "enable message threading, styles: shallow, deep"6692msgstr "habilita l'enfilada de missatges, estils: shallow, deep"66936694#: builtin/log.c:12426695msgid "signature"6696msgstr "firma"66976698#: builtin/log.c:12436699msgid "add a signature"6700msgstr "afegeix una firma"67016702#: builtin/log.c:12456703msgid "add a signature from a file"6704msgstr "afegeix una firma des d'un fitxer"67056706#: builtin/log.c:12466707msgid "don't print the patch filenames"6708msgstr "no imprimeixis els noms de fitxer del pedaç"67096710#: builtin/log.c:13206711#, c-format6712msgid "invalid ident line: %s"6713msgstr "línia d'identitat no vàlida: %s"67146715#: builtin/log.c:13356716msgid "-n and -k are mutually exclusive."6717msgstr "-n i -k són mutualment exclusius."67186719#: builtin/log.c:13376720msgid "--subject-prefix and -k are mutually exclusive."6721msgstr "--subject-prefix i -k són mutualment exclusius."67226723#: builtin/log.c:13456724msgid "--name-only does not make sense"6725msgstr "--name-only no té sentit"67266727#: builtin/log.c:13476728msgid "--name-status does not make sense"6729msgstr "--name-status no té sentit"67306731#: builtin/log.c:13496732msgid "--check does not make sense"6733msgstr "--check no té sentit"67346735#: builtin/log.c:13726736msgid "standard output, or directory, which one?"6737msgstr "sortida estàndard o directori, quin dels dos?"67386739#: builtin/log.c:13746740#, c-format6741msgid "Could not create directory '%s'"6742msgstr "No s'ha pogut crear el directori '%s'"67436744#: builtin/log.c:14726745#, c-format6746msgid "unable to read signature file '%s'"6747msgstr "no s'ha pogut llegir el fitxer de firma '%s'"67486749#: builtin/log.c:15356750msgid "Failed to create output files"6751msgstr "S'ha fallat en crear els fitxers de sortida"67526753#: builtin/log.c:15836754msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6755msgstr "git cherry [-v] [<font> [<cap> [<límit>]]]"67566757#: builtin/log.c:16386758#, c-format6759msgid ""6760"Could not find a tracked remote branch, please specify <upstream> manually.\n"6761msgstr ""6762"No s'ha pogut trobar una branca remota seguida. Si us plau, especifiqueu "6763"<font> manualment.\n"67646765#: builtin/log.c:1651 builtin/log.c:1653 builtin/log.c:16656766#, c-format6767msgid "Unknown commit %s"6768msgstr "Comissió desconeguda %s"67696770#: builtin/ls-files.c:4016771msgid "git ls-files [options] [<file>...]"6772msgstr "git ls-files [opcions] [<fitxer>...]"67736774#: builtin/ls-files.c:4586775msgid "identify the file status with tags"6776msgstr "identifica l'estat de fitxer amb etiquetes"67776778#: builtin/ls-files.c:4606779msgid "use lowercase letters for 'assume unchanged' files"6780msgstr "usa lletres minúscules per als fitxers 'assume unchanged'"67816782#: builtin/ls-files.c:4626783msgid "show cached files in the output (default)"6784msgstr ""6785"mostra en la sortida els fitxers desats en la memòria cau (per defecte)"67866787#: builtin/ls-files.c:4646788msgid "show deleted files in the output"6789msgstr "mostra en la sortida els fitxers suprimits"67906791#: builtin/ls-files.c:4666792msgid "show modified files in the output"6793msgstr "mostra en la sortida els fitxers modificats"67946795#: builtin/ls-files.c:4686796msgid "show other files in the output"6797msgstr "mostra en la sortida els altres fitxers"67986799#: builtin/ls-files.c:4706800msgid "show ignored files in the output"6801msgstr "mostra en la sortida els fitxers ignorats"68026803#: builtin/ls-files.c:4736804msgid "show staged contents' object name in the output"6805msgstr "mostra en la sortida el nom d'objecte dels continguts allistats"68066807#: builtin/ls-files.c:4756808msgid "show files on the filesystem that need to be removed"6809msgstr "mostra els fitxers en el sistema de fitxers que s'han d'eliminar"68106811#: builtin/ls-files.c:4776812msgid "show 'other' directories' names only"6813msgstr "mostra només els noms dels directoris 'other'"68146815#: builtin/ls-files.c:4806816msgid "don't show empty directories"6817msgstr "no mostris els directoris buits"68186819#: builtin/ls-files.c:4836820msgid "show unmerged files in the output"6821msgstr "mostra en la sortida els fitxers sense fusionar"68226823#: builtin/ls-files.c:4856824msgid "show resolve-undo information"6825msgstr "mostra la informació de resolució de desfet"68266827#: builtin/ls-files.c:4876828msgid "skip files matching pattern"6829msgstr "salta els fitxers coincidents amb el patró"68306831#: builtin/ls-files.c:4906832msgid "exclude patterns are read from <file>"6833msgstr "els patrons d'exclusió es llegeixen de <fitxer>"68346835#: builtin/ls-files.c:4936836msgid "read additional per-directory exclude patterns in <file>"6837msgstr "llegeix els patrons addicionals d'exclusió per directori en <fitxer>"68386839#: builtin/ls-files.c:4956840msgid "add the standard git exclusions"6841msgstr "afegeix les exclusions estàndards de git"68426843#: builtin/ls-files.c:4986844msgid "make the output relative to the project top directory"6845msgstr "fes que la sortida sigui relativa al directori superior del projecte"68466847#: builtin/ls-files.c:5016848msgid "if any <file> is not in the index, treat this as an error"6849msgstr "si qualsevol <fitxer> no és en l'índex, tracta això com a error"68506851#: builtin/ls-files.c:5026852msgid "tree-ish"6853msgstr "arbre"68546855#: builtin/ls-files.c:5036856msgid "pretend that paths removed since <tree-ish> are still present"6857msgstr ""6858"pretén que els camins eliminats després de <arbre> encara estiguin presents"68596860#: builtin/ls-files.c:5056861msgid "show debugging data"6862msgstr "mostra les dades de depuració"68636864#: builtin/ls-tree.c:286865msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6866msgstr "git ls-tree [<opcions>] <arbre> [<camí>...]"68676868#: builtin/ls-tree.c:1276869msgid "only show trees"6870msgstr "mostra només els arbres"68716872#: builtin/ls-tree.c:1296873msgid "recurse into subtrees"6874msgstr "recursa als subarbres"68756876#: builtin/ls-tree.c:1316877msgid "show trees when recursing"6878msgstr "mostra els arbres en recursar"68796880#: builtin/ls-tree.c:1346881msgid "terminate entries with NUL byte"6882msgstr "acaba les entrades amb un octet NUL"68836884#: builtin/ls-tree.c:1356885msgid "include object size"6886msgstr "mida de l'objecte d'inclusió"68876888#: builtin/ls-tree.c:137 builtin/ls-tree.c:1396889msgid "list only filenames"6890msgstr "llista només els noms de fitxer"68916892#: builtin/ls-tree.c:1426893msgid "use full path names"6894msgstr "usa els noms de camí complets"68956896#: builtin/ls-tree.c:1446897msgid "list entire tree; not just current directory (implies --full-name)"6898msgstr ""6899"llista l'arbre sencer; no només el directori actual (implica --full-name)"69006901#: builtin/merge.c:456902msgid "git merge [options] [<commit>...]"6903msgstr "git merge [opcions] [<comissió>...]"69046905#: builtin/merge.c:466906msgid "git merge [options] <msg> HEAD <commit>"6907msgstr "git merge [opcions] <missatge> HEAD <comissió>"69086909#: builtin/merge.c:476910msgid "git merge --abort"6911msgstr "git merge --abort"69126913#: builtin/merge.c:1006914msgid "switch `m' requires a value"6915msgstr "l'opció `m' requereix un valor"69166917#: builtin/merge.c:1376918#, c-format6919msgid "Could not find merge strategy '%s'.\n"6920msgstr "No s'ha pogut trobar l'estratègia de fusió '%s'.\n"69216922#: builtin/merge.c:1386923#, c-format6924msgid "Available strategies are:"6925msgstr "Les estratègies disponibles són:"69266927#: builtin/merge.c:1436928#, c-format6929msgid "Available custom strategies are:"6930msgstr "Les estratègies personalitzades disponibles són:"69316932#: builtin/merge.c:1936933msgid "do not show a diffstat at the end of the merge"6934msgstr "no mostris les estadístiques de diferència al final de la fusió"69356936#: builtin/merge.c:1966937msgid "show a diffstat at the end of the merge"6938msgstr "mostra les estadístiques de diferència al final de la fusió"69396940#: builtin/merge.c:1976941msgid "(synonym to --stat)"6942msgstr "(sinònim de --stat)"69436944#: builtin/merge.c:1996945msgid "add (at most <n>) entries from shortlog to merge commit message"6946msgstr ""6947"afegeix (com a màxim <n>) entrades del registre curt per a fusionar el "6948"missatge de comissió"69496950#: builtin/merge.c:2026951msgid "create a single commit instead of doing a merge"6952msgstr "crea una única comissió en lloc de fusionar"69536954#: builtin/merge.c:2046955msgid "perform a commit if the merge succeeds (default)"6956msgstr "realitza una comissió si la fusió té èxit (per defecte)"69576958#: builtin/merge.c:2066959msgid "edit message before committing"6960msgstr "edita el missatge abans de cometre"69616962#: builtin/merge.c:2076963msgid "allow fast-forward (default)"6964msgstr "permet l'avanç ràpid (per defecte)"69656966#: builtin/merge.c:2096967msgid "abort if fast-forward is not possible"6968msgstr "avorta si l'avanç ràpid no és possible"69696970#: builtin/merge.c:2136971msgid "Verify that the named commit has a valid GPG signature"6972msgstr "Verifica que la comissió anomenada tingui una firma GPG vàlida"69736974#: builtin/merge.c:214 builtin/notes.c:753 builtin/revert.c:896975msgid "strategy"6976msgstr "estratègia"69776978#: builtin/merge.c:2156979msgid "merge strategy to use"6980msgstr "estratègia de fusió a usar"69816982#: builtin/merge.c:2166983msgid "option=value"6984msgstr "opció=valor"69856986#: builtin/merge.c:2176987msgid "option for selected merge strategy"6988msgstr "opció per a l'estratègia de fusió seleccionada"69896990#: builtin/merge.c:2196991msgid "merge commit message (for a non-fast-forward merge)"6992msgstr "missatge de comissió de fusió (per a una fusió no d'avanç ràpid)"69936994#: builtin/merge.c:2236995msgid "abort the current in-progress merge"6996msgstr "avorta la fusió en curs actual"69976998#: builtin/merge.c:2516999msgid "could not run stash."7000msgstr "no s'ha pogut executar stash."70017002#: builtin/merge.c:2567003msgid "stash failed"7004msgstr "L'emmagatzemament ha fallat."70057006#: builtin/merge.c:2617007#, c-format7008msgid "not a valid object: %s"7009msgstr "no és un objecte vàlid: %s"70107011#: builtin/merge.c:280 builtin/merge.c:2977012msgid "read-tree failed"7013msgstr "read-tree ha fallat"70147015#: builtin/merge.c:3277016msgid " (nothing to squash)"7017msgstr " (res a aixafar)"70187019#: builtin/merge.c:3407020#, c-format7021msgid "Squash commit -- not updating HEAD\n"7022msgstr "Comissió d'aixafada -- no actualitzant HEAD\n"70237024#: builtin/merge.c:3727025msgid "Writing SQUASH_MSG"7026msgstr "Escrivint SQUASH_MSG"70277028#: builtin/merge.c:3747029msgid "Finishing SQUASH_MSG"7030msgstr "Finalitzant SQUASH_MSG"70317032#: builtin/merge.c:3977033#, c-format7034msgid "No merge message -- not updating HEAD\n"7035msgstr "Cap missatge de fusió -- no actualitzant HEAD\n"70367037#: builtin/merge.c:4477038#, c-format7039msgid "'%s' does not point to a commit"7040msgstr "'%s' no assenyala una comissió"70417042#: builtin/merge.c:5597043#, c-format7044msgid "Bad branch.%s.mergeoptions string: %s"7045msgstr "Cadena branch.%s.mergeoptions dolenta: %s"70467047#: builtin/merge.c:6547048msgid "git write-tree failed to write a tree"7049msgstr "git write-tree ha fallat en escriure un arbre"70507051#: builtin/merge.c:6787052msgid "Not handling anything other than two heads merge."7053msgstr "No gestionant res a part de la fusió de dos caps."70547055#: builtin/merge.c:6927056#, c-format7057msgid "Unknown option for merge-recursive: -X%s"7058msgstr "Opció desconeguda de merge-recursive: -X%s"70597060#: builtin/merge.c:7057061#, c-format7062msgid "unable to write %s"7063msgstr "no s'ha pogut escriure %s"70647065#: builtin/merge.c:7947066#, c-format7067msgid "Could not read from '%s'"7068msgstr "No s'ha pogut llegir de '%s'"70697070#: builtin/merge.c:8037071#, c-format7072msgid "Not committing merge; use 'git commit' to complete the merge.\n"7073msgstr "No cometent la fusió; useu 'git commit' per a completar la fusió.\n"70747075#: builtin/merge.c:8097076#, c-format7077msgid ""7078"Please enter a commit message to explain why this merge is necessary,\n"7079"especially if it merges an updated upstream into a topic branch.\n"7080"\n"7081"Lines starting with '%c' will be ignored, and an empty message aborts\n"7082"the commit.\n"7083msgstr ""7084"Si us plau, introduïu un missatge de comissió per a explicar per què\n"7085"aquesta fusió és necessària, especialment si fusiona una font\n"7086"actualitzada a una branca temàtica.\n"7087"\n"7088"S'ignoraran les línies que comencin amb '%c', i un missatge buit\n"7089"avorta la comissió.\n"70907091#: builtin/merge.c:8337092msgid "Empty commit message."7093msgstr "Missatge de comissió buit."70947095#: builtin/merge.c:8457096#, c-format7097msgid "Wonderful.\n"7098msgstr "Meravellós.\n"70997100#: builtin/merge.c:9007101#, c-format7102msgid "Automatic merge failed; fix conflicts and then commit the result.\n"7103msgstr ""7104"La fusió automàtica ha fallat; arregleu els conflictes i després cometeu el "7105"resultat.\n"71067107#: builtin/merge.c:9167108#, c-format7109msgid "'%s' is not a commit"7110msgstr "'%s' no és una comissió"71117112#: builtin/merge.c:9577113msgid "No current branch."7114msgstr "Cap branca actual."71157116#: builtin/merge.c:9597117msgid "No remote for the current branch."7118msgstr "No hi ha cap remot per a la branca actual."71197120#: builtin/merge.c:9617121msgid "No default upstream defined for the current branch."7122msgstr "No hi ha cap font per defecte definida per a la branca actual."71237124#: builtin/merge.c:9667125#, c-format7126msgid "No remote-tracking branch for %s from %s"7127msgstr "No hi ha cap branca de seguiment remot per a %s de %s"71287129#: builtin/merge.c:11227130msgid "There is no merge to abort (MERGE_HEAD missing)."7131msgstr "No hi ha fusió a avortar (manca MERGE_HEAD)."71327133#: builtin/merge.c:11387134msgid ""7135"You have not concluded your merge (MERGE_HEAD exists).\n"7136"Please, commit your changes before you merge."7137msgstr ""7138"No heu completat la vostra fusió (MERGE_HEAD existeix).\n"7139"Si us plau, cometeu els vostres canvis abans de fusionar."71407141#: builtin/merge.c:1141 git-pull.sh:347142msgid "You have not concluded your merge (MERGE_HEAD exists)."7143msgstr "No heu completat la vostra fusió (MERGE_HEAD existeix)."71447145#: builtin/merge.c:11457146msgid ""7147"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"7148"Please, commit your changes before you merge."7149msgstr ""7150"No heu completat el vostre recull de cireres (CHERRY_PICK_HEAD existeix).\n"7151"Si us plau, cometeu els vostres canvis abans de fusionar."71527153#: builtin/merge.c:11487154msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."7155msgstr ""7156"No heu completat el vostre recull de cireres (CHERRY_PICK_HEAD existeix)."71577158#: builtin/merge.c:11577159msgid "You cannot combine --squash with --no-ff."7160msgstr "No podeu combinar --squash amb --no-ff."71617162#: builtin/merge.c:11667163msgid "No commit specified and merge.defaultToUpstream not set."7164msgstr ""7165"No hi ha una comissió especificada i merge.defaultToUpstream no està "7166"establert."71677168#: builtin/merge.c:11987169msgid "Can merge only exactly one commit into empty head"7170msgstr "Es pot fusionar només exactament una comissió a un cap buit"71717172#: builtin/merge.c:12017173msgid "Squash commit into empty head not supported yet"7174msgstr "Aixafar una comissió a un cap buit encara no es permet"71757176#: builtin/merge.c:12037177msgid "Non-fast-forward commit does not make sense into an empty head"7178msgstr "Una comissió no d'avanç ràpid no té sentit a un cap buit"71797180#: builtin/merge.c:12087181#, c-format7182msgid "%s - not something we can merge"7183msgstr "%s - no és una cosa que puguem fusionar"71847185#: builtin/merge.c:12597186#, c-format7187msgid "Commit %s has an untrusted GPG signature, allegedly by %s."7188msgstr "La comissió %s té una firma GPG no fiable, suposadament de %s."71897190#: builtin/merge.c:12627191#, c-format7192msgid "Commit %s has a bad GPG signature allegedly by %s."7193msgstr "La comissió %s té una firma GPG dolenta suposadament de %s."71947195#: builtin/merge.c:12657196#, c-format7197msgid "Commit %s does not have a GPG signature."7198msgstr "La comissió %s no té firma GPG."71997200#: builtin/merge.c:12687201#, c-format7202msgid "Commit %s has a good GPG signature by %s\n"7203msgstr "La comissió %s té una firma GPG bona de %s\n"72047205#: builtin/merge.c:13497206#, c-format7207msgid "Updating %s..%s\n"7208msgstr "Actualitzant %s..%s\n"72097210#: builtin/merge.c:13887211#, c-format7212msgid "Trying really trivial in-index merge...\n"7213msgstr "Intentant una fusió molt trivial en l'índex...\n"72147215#: builtin/merge.c:13957216#, c-format7217msgid "Nope.\n"7218msgstr "No.\n"72197220#: builtin/merge.c:14277221msgid "Not possible to fast-forward, aborting."7222msgstr "No és possible avançar ràpidament, avortant."72237224#: builtin/merge.c:1450 builtin/merge.c:15297225#, c-format7226msgid "Rewinding the tree to pristine...\n"7227msgstr "Rebobinant l'arbre a la pristina...\n"72287229#: builtin/merge.c:14547230#, c-format7231msgid "Trying merge strategy %s...\n"7232msgstr "Intentant l'estratègia de fusió %s...\n"72337234#: builtin/merge.c:15207235#, c-format7236msgid "No merge strategy handled the merge.\n"7237msgstr "Cap estratègia de fusió ha gestionat la fusió.\n"72387239#: builtin/merge.c:15227240#, c-format7241msgid "Merge with strategy %s failed.\n"7242msgstr "L'estratègia de fusió %s ha fallat.\n"72437244#: builtin/merge.c:15317245#, c-format7246msgid "Using the %s to prepare resolving by hand.\n"7247msgstr "Usant el %s per a preparar la resolució a mà.\n"72487249#: builtin/merge.c:15437250#, c-format7251msgid "Automatic merge went well; stopped before committing as requested\n"7252msgstr ""7253"La fusió automàtica ha sortit bé; s'ha aturat abans de cometre tal i com "7254"s'havia demanat\n"72557256#: builtin/merge-base.c:297257msgid "git merge-base [-a|--all] <commit> <commit>..."7258msgstr "git merge-base [-a|--all] <comissió> <comissió>..."72597260#: builtin/merge-base.c:307261msgid "git merge-base [-a|--all] --octopus <commit>..."7262msgstr "git merge-base [-a|--all] --octopus <comissió>..."72637264#: builtin/merge-base.c:317265msgid "git merge-base --independent <commit>..."7266msgstr "git merge-base --independent <comissió>..."72677268#: builtin/merge-base.c:327269msgid "git merge-base --is-ancestor <commit> <commit>"7270msgstr "git merge-base --is-ancestor <comissió> <comissió>"72717272#: builtin/merge-base.c:337273msgid "git merge-base --fork-point <ref> [<commit>]"7274msgstr "git merge-base --fork-point <referència> [<comissió>]"72757276#: builtin/merge-base.c:2147277msgid "output all common ancestors"7278msgstr "emet tots els avantpassats comuns"72797280#: builtin/merge-base.c:2167281msgid "find ancestors for a single n-way merge"7282msgstr "troba els avantpassats per a una sola fusió de n vies"72837284#: builtin/merge-base.c:2187285msgid "list revs not reachable from others"7286msgstr "llista les revisions no abastables d'altres"72877288#: builtin/merge-base.c:2207289msgid "is the first one ancestor of the other?"7290msgstr "és el primer un avantpassat de l'altre?"72917292#: builtin/merge-base.c:2227293msgid "find where <commit> forked from reflog of <ref>"7294msgstr ""7295"troba on <comissió> s'ha bifurcat del registre de referències de <referència>"72967297#: builtin/merge-file.c:87298msgid ""7299"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "7300"file2"7301msgstr ""7302"git merge-file [opcions] [-L nom1 [-L original [-L nom2]]] fitxer1 "7303"fitxer_original fitxer2"73047305#: builtin/merge-file.c:337306msgid "send results to standard output"7307msgstr "envia els resultats a la sortida estàndard"73087309#: builtin/merge-file.c:347310msgid "use a diff3 based merge"7311msgstr "usa una fusió basada en diff3"73127313#: builtin/merge-file.c:357314msgid "for conflicts, use our version"7315msgstr "en conflictes, usa la versió nostra"73167317#: builtin/merge-file.c:377318msgid "for conflicts, use their version"7319msgstr "en conflictes, usa la versió seva"73207321#: builtin/merge-file.c:397322msgid "for conflicts, use a union version"7323msgstr "en conflictes, usa una versió d'unió"73247325#: builtin/merge-file.c:427326msgid "for conflicts, use this marker size"7327msgstr "en conflictes, usa aquesta mida de marcador"73287329#: builtin/merge-file.c:437330msgid "do not warn about conflicts"7331msgstr "no avisis de conflictes"73327333#: builtin/merge-file.c:457334msgid "set labels for file1/orig_file/file2"7335msgstr "estableix les etiquetes per a fitxer1/fitxer_original/fitxer2"73367337#: builtin/mktree.c:647338msgid "git mktree [-z] [--missing] [--batch]"7339msgstr "git mktree [-z] [--missing] [--batch]"73407341#: builtin/mktree.c:1507342msgid "input is NUL terminated"7343msgstr "l'entrada és acabada amb NUL"73447345#: builtin/mktree.c:151 builtin/write-tree.c:247346msgid "allow missing objects"7347msgstr "permet els objectes absents"73487349#: builtin/mktree.c:1527350msgid "allow creation of more than one tree"7351msgstr "permet la creació de més d'un arbre"73527353#: builtin/mv.c:157354msgid "git mv [options] <source>... <destination>"7355msgstr "git mv [opcions] <font>... <destí>"73567357#: builtin/mv.c:697358#, c-format7359msgid "Directory %s is in index and no submodule?"7360msgstr "El directori %s és en l'índex i no hi ha cap submòdul?"73617362#: builtin/mv.c:717363msgid "Please stage your changes to .gitmodules or stash them to proceed"7364msgstr ""7365"Si us plau, allisteu els vostres canvis a .gitmodules o emmagatzemeu-los per "7366"a procedir"73677368#: builtin/mv.c:897369#, c-format7370msgid "%.*s is in index"7371msgstr "%.*s és en l'índex"73727373#: builtin/mv.c:1117374msgid "force move/rename even if target exists"7375msgstr "força el moviment / canvi de nom encara que el destí existeixi"73767377#: builtin/mv.c:1127378msgid "skip move/rename errors"7379msgstr "omet els errors de moviment / canvi de nom"73807381#: builtin/mv.c:1517382#, c-format7383msgid "destination '%s' is not a directory"7384msgstr "el destí '%s' no és un directori"73857386#: builtin/mv.c:1627387#, c-format7388msgid "Checking rename of '%s' to '%s'\n"7389msgstr "Comprovant el canvi de nom de '%s' a '%s'\n"73907391#: builtin/mv.c:1667392msgid "bad source"7393msgstr "font dolenta"73947395#: builtin/mv.c:1697396msgid "can not move directory into itself"7397msgstr "no es pot moure un directori a dins d'ell mateix"73987399#: builtin/mv.c:1727400msgid "cannot move directory over file"7401msgstr "no es pot moure un directori sobre un fitxer"74027403#: builtin/mv.c:1817404msgid "source directory is empty"7405msgstr "el directori font està buit"74067407#: builtin/mv.c:2067408msgid "not under version control"7409msgstr "no està sota control de versions"74107411#: builtin/mv.c:2097412msgid "destination exists"7413msgstr "el destí existeix"74147415#: builtin/mv.c:2177416#, c-format7417msgid "overwriting '%s'"7418msgstr "sobreescrivint '%s'"74197420#: builtin/mv.c:2207421msgid "Cannot overwrite"7422msgstr "No es pot sobreescriure"74237424#: builtin/mv.c:2237425msgid "multiple sources for the same target"7426msgstr "múltiples fonts per al mateix destí"74277428#: builtin/mv.c:2257429msgid "destination directory does not exist"7430msgstr "el directori destí no existeix"74317432#: builtin/mv.c:2327433#, c-format7434msgid "%s, source=%s, destination=%s"7435msgstr "%s, origen=%s, destí=%s"74367437#: builtin/mv.c:2537438#, c-format7439msgid "Renaming %s to %s\n"7440msgstr "Canviant el nom de %s a %s\n"74417442#: builtin/mv.c:256 builtin/remote.c:728 builtin/repack.c:3557443#, c-format7444msgid "renaming '%s' failed"7445msgstr "el canvi del nom de '%s' ha fallat"74467447#: builtin/name-rev.c:2557448msgid "git name-rev [options] <commit>..."7449msgstr "git name-rev [opcions] <comissió>..."74507451#: builtin/name-rev.c:2567452msgid "git name-rev [options] --all"7453msgstr "git name-rev [opcions] --all"74547455#: builtin/name-rev.c:2577456msgid "git name-rev [options] --stdin"7457msgstr "git name-rev [opcions] --stdin"74587459#: builtin/name-rev.c:3097460msgid "print only names (no SHA-1)"7461msgstr "imprimeix només els noms (sense SHA-1)"74627463#: builtin/name-rev.c:3107464msgid "only use tags to name the commits"7465msgstr "només usa les etiquetes per a anomenar les comissions"74667467#: builtin/name-rev.c:3127468msgid "only use refs matching <pattern>"7469msgstr "només usa les referències que coincideixin amb <patró>"74707471#: builtin/name-rev.c:3147472msgid "list all commits reachable from all refs"7473msgstr "llista totes les comissions abastables de totes les referències"74747475#: builtin/name-rev.c:3157476msgid "read from stdin"7477msgstr "llegeix d'stdin"74787479#: builtin/name-rev.c:3167480msgid "allow to print `undefined` names (default)"7481msgstr "permet imprimir els noms `undefined` (per defecte)"74827483#: builtin/name-rev.c:3227484msgid "dereference tags in the input (internal use)"7485msgstr "dereferencia les etiquetes en l'entrada (ús intern)"74867487#: builtin/notes.c:247488msgid "git notes [--ref <notes_ref>] [list [<object>]]"7489msgstr "git notes [--ref <referència_de_notes>] [llista [<objecte>]]"74907491#: builtin/notes.c:257492msgid ""7493"git notes [--ref <notes_ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "7494"| (-c | -C) <object>] [<object>]"7495msgstr ""7496"git notes [--ref <referència_de_notes>] add [-f] [--allow-empty] [-m "7497"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"74987499#: builtin/notes.c:267500msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"7501msgstr ""7502"git notes [--ref <referència_de_notes>] copy [-f] <d'objecte> <a-objecte>"75037504#: builtin/notes.c:277505msgid ""7506"git notes [--ref <notes_ref>] append [--allow-empty] [-m <msg> | -F <file> | "7507"(-c | -C) <object>] [<object>]"7508msgstr ""7509"git notes [--ref <referència_de_notes>] append [--allow-empty] [-m "7510"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"75117512#: builtin/notes.c:287513msgid "git notes [--ref <notes_ref>] edit [--allow-empty] [<object>]"7514msgstr ""7515"git notes [--ref <referència_de_notes>] edit [--allow-empty] [<objecte>]"75167517#: builtin/notes.c:297518msgid "git notes [--ref <notes_ref>] show [<object>]"7519msgstr "git notes [--ref <referència_de_notes>] show [<objecte>]"75207521#: builtin/notes.c:307522msgid ""7523"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"7524msgstr ""7525"git notes [--ref <referència_de_notes>] merge [-v | -q] [-s <estratègia> ] "7526"<referència_de_notes>"75277528#: builtin/notes.c:317529msgid "git notes merge --commit [-v | -q]"7530msgstr "git notes merge --commit [-v | -q]"75317532#: builtin/notes.c:327533msgid "git notes merge --abort [-v | -q]"7534msgstr "git notes merge --abort [-v | -q]"75357536#: builtin/notes.c:337537msgid "git notes [--ref <notes_ref>] remove [<object>...]"7538msgstr "git notes [--ref <referència_de_notes>] remove [<objecte>...]"75397540#: builtin/notes.c:347541msgid "git notes [--ref <notes_ref>] prune [-n | -v]"7542msgstr "git notes [--ref <referència_de_notes>] prune [-n | -v]"75437544#: builtin/notes.c:357545msgid "git notes [--ref <notes_ref>] get-ref"7546msgstr "git notes [--ref <referència_de_notes>] get-ref"75477548#: builtin/notes.c:407549msgid "git notes [list [<object>]]"7550msgstr "git notes [llista [<objecte>]]"75517552#: builtin/notes.c:457553msgid "git notes add [<options>] [<object>]"7554msgstr "git notes add [<opcions>] [<objecte>]"75557556#: builtin/notes.c:507557msgid "git notes copy [<options>] <from-object> <to-object>"7558msgstr "git notes copy [<options>] <d'objecte> <a-objecte>"75597560#: builtin/notes.c:517561msgid "git notes copy --stdin [<from-object> <to-object>]..."7562msgstr "git notes copy --stdin [<d'objecte> <a-objecte>]..."75637564#: builtin/notes.c:567565msgid "git notes append [<options>] [<object>]"7566msgstr "git notes append [<opcions>] [<objecte>]"75677568#: builtin/notes.c:617569msgid "git notes edit [<object>]"7570msgstr "git notes edit [<objecte>]"75717572#: builtin/notes.c:667573msgid "git notes show [<object>]"7574msgstr "git notes show [<objecte>]"75757576#: builtin/notes.c:717577msgid "git notes merge [<options>] <notes_ref>"7578msgstr "git notes merge [<opcions>] <referència_de_notes>"75797580#: builtin/notes.c:727581msgid "git notes merge --commit [<options>]"7582msgstr "git notes merge --commit [<opcions>]"75837584#: builtin/notes.c:737585msgid "git notes merge --abort [<options>]"7586msgstr "git notes merge --abort [<opcions>]"75877588#: builtin/notes.c:787589msgid "git notes remove [<object>]"7590msgstr "git notes remove [<objecte>]"75917592#: builtin/notes.c:837593msgid "git notes prune [<options>]"7594msgstr "git notes prune [<opcions>]"75957596#: builtin/notes.c:887597msgid "git notes get-ref"7598msgstr "git notes get-ref"75997600#: builtin/notes.c:1467601#, c-format7602msgid "unable to start 'show' for object '%s'"7603msgstr "no s'ha pogut iniciar 'show' per a l'objecte '%s'"76047605#: builtin/notes.c:1507606msgid "could not read 'show' output"7607msgstr "no s'ha pogut llegir la sortida de 'show'"76087609#: builtin/notes.c:1587610#, c-format7611msgid "failed to finish 'show' for object '%s'"7612msgstr "s'ha fallat en finalitzar 'show' per a l'objecte '%s'"76137614#: builtin/notes.c:173 builtin/tag.c:4777615#, c-format7616msgid "could not create file '%s'"7617msgstr "no s'ha pogut crear el fitxer '%s'"76187619#: builtin/notes.c:1927620msgid "Please supply the note contents using either -m or -F option"7621msgstr ""7622"Si us plau, proveïu els continguts de la nota fent servir l'opció -m o "7623"l'opció -F"76247625#: builtin/notes.c:2017626msgid "unable to write note object"7627msgstr "no s'ha pogut escriure l'objecte de nota"76287629#: builtin/notes.c:2037630#, c-format7631msgid "The note contents have been left in %s"7632msgstr "Els continguts de la nota s'han deixat en %s"76337634#: builtin/notes.c:231 builtin/tag.c:6937635#, c-format7636msgid "cannot read '%s'"7637msgstr "no es pot llegir '%s'"76387639#: builtin/notes.c:233 builtin/tag.c:6967640#, c-format7641msgid "could not open or read '%s'"7642msgstr "no s'ha pogut obrir ni llegir '%s'"76437644#: builtin/notes.c:252 builtin/notes.c:303 builtin/notes.c:3057645#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:5067646#: builtin/notes.c:511 builtin/notes.c:589 builtin/notes.c:6527647#: builtin/notes.c:854 builtin/tag.c:7097648#, c-format7649msgid "Failed to resolve '%s' as a valid ref."7650msgstr "S'ha fallat en resoldre '%s' com a referència vàlida."76517652#: builtin/notes.c:2557653#, c-format7654msgid "Failed to read object '%s'."7655msgstr "S'ha fallat en llegir l'objecte '%s'."76567657#: builtin/notes.c:2597658#, c-format7659msgid "Cannot read note data from non-blob object '%s'."7660msgstr "No es pot llegir les dades de node de l'objecte no de blob '%s'."76617662#: builtin/notes.c:2997663#, c-format7664msgid "Malformed input line: '%s'."7665msgstr "Línia d'entrada mal formada: '%s'."76667667#: builtin/notes.c:3147668#, c-format7669msgid "Failed to copy notes from '%s' to '%s'"7670msgstr "S'ha fallat en copiar les notes de '%s' a '%s'"76717672#: builtin/notes.c:358 builtin/notes.c:413 builtin/notes.c:4897673#: builtin/notes.c:501 builtin/notes.c:577 builtin/notes.c:6457674#: builtin/notes.c:9197675msgid "too many parameters"7676msgstr "massa paràmetres"76777678#: builtin/notes.c:371 builtin/notes.c:6587679#, c-format7680msgid "No note found for object %s."7681msgstr "No s'ha trobat cap nota per a l'objecte %s."76827683#: builtin/notes.c:392 builtin/notes.c:5557684msgid "note contents as a string"7685msgstr "anota els continguts com a cadena"76867687#: builtin/notes.c:395 builtin/notes.c:5587688msgid "note contents in a file"7689msgstr "anota els continguts en un fitxer"76907691#: builtin/notes.c:397 builtin/notes.c:400 builtin/notes.c:5607692#: builtin/notes.c:563 builtin/tag.c:6287693msgid "object"7694msgstr "objecte"76957696#: builtin/notes.c:398 builtin/notes.c:5617697msgid "reuse and edit specified note object"7698msgstr "reusa i edita l'objecte de nota especificat"76997700#: builtin/notes.c:401 builtin/notes.c:5647701msgid "reuse specified note object"7702msgstr "reusa l'objecte de nota especificat"77037704#: builtin/notes.c:404 builtin/notes.c:5677705msgid "allow storing empty note"7706msgstr "permet l'emmagatzematge d'una nota buida"77077708#: builtin/notes.c:405 builtin/notes.c:4767709msgid "replace existing notes"7710msgstr "reemplaça les notes existents"77117712#: builtin/notes.c:4307713#, c-format7714msgid ""7715"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7716"existing notes"7717msgstr ""7718"No es pot afegir les notes. S'ha trobat notes existents de l'objecte %s. "7719"Useu '-f' per a sobreescriure les notes existents."77207721#: builtin/notes.c:445 builtin/notes.c:5247722#, c-format7723msgid "Overwriting existing notes for object %s\n"7724msgstr "Sobreescrivint les notes existents de l'objecte %s\n"77257726#: builtin/notes.c:456 builtin/notes.c:617 builtin/notes.c:8597727#, c-format7728msgid "Removing note for object %s\n"7729msgstr "Eliminant la nota de l'objecte %s\n"77307731#: builtin/notes.c:4777732msgid "read objects from stdin"7733msgstr "llegeix els objectes des d'stdin"77347735#: builtin/notes.c:4797736msgid "load rewriting config for <command> (implies --stdin)"7737msgstr ""7738"carrega la configuració de reescriptura per a <ordre> (implica --stdin)"77397740#: builtin/notes.c:4977741msgid "too few parameters"7742msgstr "hi ha massa pocs paràmetres"77437744#: builtin/notes.c:5187745#, c-format7746msgid ""7747"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7748"existing notes"7749msgstr ""7750"No es pot copiar les notes. S'han trobat notes existents de l'objecte %s. "7751"Useu '-f' per a sobreescriure les notes existents."77527753#: builtin/notes.c:5307754#, c-format7755msgid "Missing notes on source object %s. Cannot copy."7756msgstr "Manquen notes a l'objecte font %s. No es pot copiar."77577758#: builtin/notes.c:5827759#, c-format7760msgid ""7761"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7762"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7763msgstr ""7764"S'han desaprovat les opcions -m/-F/-c/-C en favor de la subordre 'edit'.\n"7765"Si us plau, useu 'git notes add -f -m/-F/-c/-C' en lloc d'això.\n"77667767#: builtin/notes.c:7507768msgid "General options"7769msgstr "Opcions generals"77707771#: builtin/notes.c:7527772msgid "Merge options"7773msgstr "Opcions de fusió"77747775#: builtin/notes.c:7547776msgid ""7777"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7778"cat_sort_uniq)"7779msgstr ""7780"resol els conflictes de nota usant l'estratègia donada (manual/ours/theirs/"7781"union/cat_sort_uniq)"77827783#: builtin/notes.c:7567784msgid "Committing unmerged notes"7785msgstr "Cometent les notes sense fusionar"77867787#: builtin/notes.c:7587788msgid "finalize notes merge by committing unmerged notes"7789msgstr "finalitza la fusió de notes cometent les notes sense fusionar"77907791#: builtin/notes.c:7607792msgid "Aborting notes merge resolution"7793msgstr "Avortant la resolució de fusió de notes"77947795#: builtin/notes.c:7627796msgid "abort notes merge"7797msgstr "avorta la fusió de notes"77987799#: builtin/notes.c:8577800#, c-format7801msgid "Object %s has no note\n"7802msgstr "L'objecte %s no té cap nota\n"78037804#: builtin/notes.c:8697805msgid "attempt to remove non-existent note is not an error"7806msgstr "l'intent d'eliminar una nota no existent no és un error"78077808#: builtin/notes.c:8727809msgid "read object names from the standard input"7810msgstr "llegeix els noms d'objecte des de l'entrada estàndard"78117812#: builtin/notes.c:9537813msgid "notes-ref"7814msgstr "referència de notes"78157816#: builtin/notes.c:9547817msgid "use notes from <notes_ref>"7818msgstr "usa les notes de <referència de notes>"78197820#: builtin/notes.c:989 builtin/remote.c:16217821#, c-format7822msgid "Unknown subcommand: %s"7823msgstr "Subordre desconegut: %s"78247825#: builtin/pack-objects.c:287826msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7827msgstr ""7828"git pack-objects --stdout [opcions...] [< llista-de-referències | < llista-"7829"de-objectes]"78307831#: builtin/pack-objects.c:297832msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7833msgstr ""7834"git pack-objects [opcions...] nom-base [< llista-de-referències | < llista-"7835"de-objectes]"78367837#: builtin/pack-objects.c:177 builtin/pack-objects.c:1807838#, c-format7839msgid "deflate error (%d)"7840msgstr "error de deflació (%d)"78417842#: builtin/pack-objects.c:7737843msgid "Writing objects"7844msgstr "Escrivint els objectes"78457846#: builtin/pack-objects.c:10157847msgid "disabling bitmap writing, as some objects are not being packed"7848msgstr ""7849"inhabilitant l'escriptura de mapes de bits, perquè alguns objectes no "7850"s'estan empaquetant"78517852#: builtin/pack-objects.c:21757853msgid "Compressing objects"7854msgstr "Comprimint objectes"78557856#: builtin/pack-objects.c:25727857#, c-format7858msgid "unsupported index version %s"7859msgstr "versió d'índex no compatible %s"78607861#: builtin/pack-objects.c:25767862#, c-format7863msgid "bad index version '%s'"7864msgstr "versió d'índex dolenta '%s'"78657866#: builtin/pack-objects.c:25997867#, c-format7868msgid "option %s does not accept negative form"7869msgstr "l'opció %s no accepta la forma negativa"78707871#: builtin/pack-objects.c:26037872#, c-format7873msgid "unable to parse value '%s' for option %s"7874msgstr "no s'ha pogut analitzar el valor '%s' per a l'opció %s"78757876#: builtin/pack-objects.c:26237877msgid "do not show progress meter"7878msgstr "no mostris l'indicador de progrés"78797880#: builtin/pack-objects.c:26257881msgid "show progress meter"7882msgstr "mostra l'indicador de progrés"78837884#: builtin/pack-objects.c:26277885msgid "show progress meter during object writing phase"7886msgstr "mostra l'indicador de progrés durant la fase d'escriptura d'objectes"78877888#: builtin/pack-objects.c:26307889msgid "similar to --all-progress when progress meter is shown"7890msgstr "similar a --all-progress quan l'indicador de progrés es mostra"78917892#: builtin/pack-objects.c:26317893msgid "version[,offset]"7894msgstr "versió[,desplaçament]"78957896#: builtin/pack-objects.c:26327897msgid "write the pack index file in the specified idx format version"7898msgstr ""7899"escriu el fitxer d'índex de paquet en la versió de format d'índex "7900"especificada"79017902#: builtin/pack-objects.c:26357903msgid "maximum size of each output pack file"7904msgstr "mida màxima de cada fitxer de paquet de sortida"79057906#: builtin/pack-objects.c:26377907msgid "ignore borrowed objects from alternate object store"7908msgstr ""7909"ignora els objectes prestats d'un emmagatzemament d'objectes alternatiu"79107911#: builtin/pack-objects.c:26397912msgid "ignore packed objects"7913msgstr "ignora els objectes empaquetats"79147915#: builtin/pack-objects.c:26417916msgid "limit pack window by objects"7917msgstr "limita la finestra d'empaquetament per objectes"79187919#: builtin/pack-objects.c:26437920msgid "limit pack window by memory in addition to object limit"7921msgstr ""7922"limita la finestra d'empaquetament per memòria a més del límit d'objectes"79237924#: builtin/pack-objects.c:26457925msgid "maximum length of delta chain allowed in the resulting pack"7926msgstr "longitud màxima de la cadena de deltes permesa en el paquet resultant"79277928#: builtin/pack-objects.c:26477929msgid "reuse existing deltas"7930msgstr "reusa les deltes existents"79317932#: builtin/pack-objects.c:26497933msgid "reuse existing objects"7934msgstr "reusa els objectes existents"79357936#: builtin/pack-objects.c:26517937msgid "use OFS_DELTA objects"7938msgstr "usa objectes OFS_DELTA"79397940#: builtin/pack-objects.c:26537941msgid "use threads when searching for best delta matches"7942msgstr "usa fils en cercar les millores coincidències de delta"79437944#: builtin/pack-objects.c:26557945msgid "do not create an empty pack output"7946msgstr "no creïs una emissió de paquet buida"79477948#: builtin/pack-objects.c:26577949msgid "read revision arguments from standard input"7950msgstr "llegeix els paràmetres de revisió des de l'entrada estàndard"79517952#: builtin/pack-objects.c:26597953msgid "limit the objects to those that are not yet packed"7954msgstr "limita els objectes als que encara no s'hagin empaquetat"79557956#: builtin/pack-objects.c:26627957msgid "include objects reachable from any reference"7958msgstr "inclou els objectes abastables de qualsevulla referència"79597960#: builtin/pack-objects.c:26657961msgid "include objects referred by reflog entries"7962msgstr ""7963"inclou els objectes als quals facin referència les entrades del registre de "7964"referències"79657966#: builtin/pack-objects.c:26687967msgid "include objects referred to by the index"7968msgstr "inclou els objectes als quals faci referència l'índex"79697970#: builtin/pack-objects.c:26717971msgid "output pack to stdout"7972msgstr "emet el paquet a stdout"79737974#: builtin/pack-objects.c:26737975msgid "include tag objects that refer to objects to be packed"7976msgstr ""7977"inclou els objectes d'etiqueta que facin referència als objectes a empaquetar"79787979#: builtin/pack-objects.c:26757980msgid "keep unreachable objects"7981msgstr "retén els objectes inabastables"79827983#: builtin/pack-objects.c:2676 parse-options.h:1407984msgid "time"7985msgstr "hora"79867987#: builtin/pack-objects.c:26777988msgid "unpack unreachable objects newer than <time>"7989msgstr "desempaqueta els objectes inabastables més nous que <hora>"79907991#: builtin/pack-objects.c:26807992msgid "create thin packs"7993msgstr "crea paquets prims"79947995#: builtin/pack-objects.c:26827996msgid "create packs suitable for shallow fetches"7997msgstr "crea paquets adequats per als obteniments superficials"79987999#: builtin/pack-objects.c:26848000msgid "ignore packs that have companion .keep file"8001msgstr "ignora els paquets que tinguin un fitxer .keep corresponent"80028003#: builtin/pack-objects.c:26868004msgid "pack compression level"8005msgstr "nivell de compressió de paquet"80068007#: builtin/pack-objects.c:26888008msgid "do not hide commits by grafts"8009msgstr "no amaguis les comissions per empelt"80108011#: builtin/pack-objects.c:26908012msgid "use a bitmap index if available to speed up counting objects"8013msgstr ""8014"usa un índex de mapa de bits, si està disponible, per a accelerar el "8015"recompte d'objectes"80168017#: builtin/pack-objects.c:26928018msgid "write a bitmap index together with the pack index"8019msgstr "escriu un índex de mapa de bits junt amb l'índex de paquet"80208021#: builtin/pack-objects.c:27838022msgid "Counting objects"8023msgstr "Comptant els objectes"80248025#: builtin/pack-refs.c:68026msgid "git pack-refs [options]"8027msgstr "git pack-refs [opcions]"80288029#: builtin/pack-refs.c:148030msgid "pack everything"8031msgstr "empaqueta-ho tot"80328033#: builtin/pack-refs.c:158034msgid "prune loose refs (default)"8035msgstr "poda les referències soltes (per defecte)"80368037#: builtin/prune-packed.c:78038msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"8039msgstr "git prune-packed [-n|--dry-run] [-q|--quiet]"80408041#: builtin/prune-packed.c:408042msgid "Removing duplicate objects"8043msgstr "Eliminant objectes duplicats"80448045#: builtin/prune.c:128046msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"8047msgstr "git prune [-n] [-v] [--expire <hora>] [--] [<cap>...]"80488049#: builtin/prune.c:1068050msgid "do not remove, show only"8051msgstr "no eliminis, només mostra"80528053#: builtin/prune.c:1078054msgid "report pruned objects"8055msgstr "informa d'objectes podats"80568057#: builtin/prune.c:1108058msgid "expire objects older than <time>"8059msgstr "fes caducar els objectes més vells que <hora>"80608061#: builtin/push.c:148062msgid "git push [<options>] [<repository> [<refspec>...]]"8063msgstr "git push [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"80648065#: builtin/push.c:858066msgid "tag shorthand without <tag>"8067msgstr "abreviatura d'etiqueta sense <tag>"80688069#: builtin/push.c:958070msgid "--delete only accepts plain target ref names"8071msgstr "--delete només accepta noms de referència de destí senzills"80728073#: builtin/push.c:1398074msgid ""8075"\n"8076"To choose either option permanently, see push.default in 'git help config'."8077msgstr ""8078"\n"8079"Per a triar qualsevulla opció permanentment, vegeu push.default a 'git help "8080"config'."80818082#: builtin/push.c:1428083#, c-format8084msgid ""8085"The upstream branch of your current branch does not match\n"8086"the name of your current branch. To push to the upstream branch\n"8087"on the remote, use\n"8088"\n"8089" git push %s HEAD:%s\n"8090"\n"8091"To push to the branch of the same name on the remote, use\n"8092"\n"8093" git push %s %s\n"8094"%s"8095msgstr ""8096"La branca font de la vostra branca actual no coincideix\n"8097"amb el nom de la vostra branca actual. Per a pujar-la a la\n"8098"branca font en el remot, useu\n"8099"\n"8100" git push %s HEAD:%s\n"8101"\n"8102"Per a pujar a la branca del mateix nom en el remot, useu\n"8103"\n"8104" git push %s %s\n"8105"%s"81068107#: builtin/push.c:1578108#, c-format8109msgid ""8110"You are not currently on a branch.\n"8111"To push the history leading to the current (detached HEAD)\n"8112"state now, use\n"8113"\n"8114" git push %s HEAD:<name-of-remote-branch>\n"8115msgstr ""8116"Actualment no sou en cap branca.\n"8117"Per a pujar la història que condueix a l'estat actual\n"8118"(HEAD separat) ara, useu\n"8119"\n"8120" git push %s HEAD:<nom-de-branca-remota>\n"81218122#: builtin/push.c:1718123#, c-format8124msgid ""8125"The current branch %s has no upstream branch.\n"8126"To push the current branch and set the remote as upstream, use\n"8127"\n"8128" git push --set-upstream %s %s\n"8129msgstr ""8130"La branca actual %s no té cap branca font.\n"8131"Per a pujar la branca actual i establir el remot com a font, useu\n"8132"\n"8133" git push --set-upstream %s %s\n"81348135#: builtin/push.c:1798136#, c-format8137msgid "The current branch %s has multiple upstream branches, refusing to push."8138msgstr "La branca actual %s té múltiples branques fonts, refusant pujar."81398140#: builtin/push.c:1828141#, c-format8142msgid ""8143"You are pushing to remote '%s', which is not the upstream of\n"8144"your current branch '%s', without telling me what to push\n"8145"to update which remote branch."8146msgstr ""8147"Esteu pujant al remot '%s', que no és la font de la vostra\n"8148"branca actual '%s', sense dir-me què pujar per a actualitzar\n"8149"quina branca remota."81508151#: builtin/push.c:2058152msgid ""8153"push.default is unset; its implicit value has changed in\n"8154"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"8155"and maintain the traditional behavior, use:\n"8156"\n"8157" git config --global push.default matching\n"8158"\n"8159"To squelch this message and adopt the new behavior now, use:\n"8160"\n"8161" git config --global push.default simple\n"8162"\n"8163"When push.default is set to 'matching', git will push local branches\n"8164"to the remote branches that already exist with the same name.\n"8165"\n"8166"Since Git 2.0, Git defaults to the more conservative 'simple'\n"8167"behavior, which only pushes the current branch to the corresponding\n"8168"remote branch that 'git pull' uses to update the current branch.\n"8169"\n"8170"See 'git help config' and search for 'push.default' for further "8171"information.\n"8172"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"8173"'current' instead of 'simple' if you sometimes use older versions of Git)"8174msgstr ""8175"push.default no està establert; el seu valor implícit s'ha\n"8176"canviat en el Git 2.0 de 'matching' a 'simple'. Per a suprimir\n"8177"aquest missatge i mantenir el comportament tradicional,\n"8178"useu:\n"8179"\n"8180" git config --global push.default matching\n"8181"\n"8182"Per a suprimir aquest missatge i adoptar el comportament nou ara, useu:\n"8183"\n"8184" git config --global push.default simple\n"8185"\n"8186"Quan push.default és 'matching', git pujarà les branques locals a les\n"8187"branques remotes que ja existeixen amb el mateix nom.\n"8188"\n"8189"Des del Git 2.0, el Git per defecte té el comportament més\n"8190"conservatiu 'simple', que només puja la branca actual a la branca\n"8191"corresponent que 'git pull' usa per a actualitzar la branca actual.\n"8192"\n"8193"Vegeu 'git help config' i cerqueu 'push.default' per a més informació.\n"8194"(s'ha introduït el mode 'simple' en el Git 1.7.11. Useu el mode similar\n"8195"'current' en lloc de 'simple' si a vegades useu versions més antigues\n"8196"del Git)"81978198#: builtin/push.c:2728199msgid ""8200"You didn't specify any refspecs to push, and push.default is \"nothing\"."8201msgstr ""8202"No heu especificat cap especificació de referència a pujar, i push.default "8203"és \"nothing\"."82048205#: builtin/push.c:2798206msgid ""8207"Updates were rejected because the tip of your current branch is behind\n"8208"its remote counterpart. Integrate the remote changes (e.g.\n"8209"'git pull ...') before pushing again.\n"8210"See the 'Note about fast-forwards' in 'git push --help' for details."8211msgstr ""8212"S'han rebutjat les actualitzacions perquè el punt de la vostra branca\n"8213"actual està darrere de la seva branca remota corresponent. Integreu\n"8214"els canvis remots (per exemple, 'git pull ...') abans de pujar de nou.\n"8215"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."82168217#: builtin/push.c:2858218msgid ""8219"Updates were rejected because a pushed branch tip is behind its remote\n"8220"counterpart. Check out this branch and integrate the remote changes\n"8221"(e.g. 'git pull ...') before pushing again.\n"8222"See the 'Note about fast-forwards' in 'git push --help' for details."8223msgstr ""8224"S'han rebutjat les actualitzacions perquè un punt de branca pujada\n"8225"està darrere de la seva branca remota corresponent. Agafeu aquesta\n"8226"branca i integreu els canvis remots (per exemple, 'git pull ...')\n"8227"abans de pujar de nou.\n"8228"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."82298230#: builtin/push.c:2918231msgid ""8232"Updates were rejected because the remote contains work that you do\n"8233"not have locally. This is usually caused by another repository pushing\n"8234"to the same ref. You may want to first integrate the remote changes\n"8235"(e.g., 'git pull ...') before pushing again.\n"8236"See the 'Note about fast-forwards' in 'git push --help' for details."8237msgstr ""8238"S'han rebutjat les actualitzacions perquè el remot conté treball\n"8239"que no teniu localment. Això usualment és causat per un altre dipòsit\n"8240"que ha pujat a la mateixa referència. Pot ser que primer vulgueu\n"8241"integrar els canvis remots (per exemple, 'git pull ...') abans de\n"8242"pujar de nou.\n"8243"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."82448245#: builtin/push.c:2988246msgid "Updates were rejected because the tag already exists in the remote."8247msgstr ""8248"S'han rebutjat les actualitzacions perquè l'etiqueta ja existeix en el remot."82498250#: builtin/push.c:3018251msgid ""8252"You cannot update a remote ref that points at a non-commit object,\n"8253"or update a remote ref to make it point at a non-commit object,\n"8254"without using the '--force' option.\n"8255msgstr ""8256"No podeu actualitzar una referència remota que assenyala un\n"8257"objecte no de comissió, ni actualitzar una referència remota per\n"8258"fer que assenyali un objecte no de comissió, sense usar l'opció\n"8259"'--force'.\n"82608261#: builtin/push.c:3608262#, c-format8263msgid "Pushing to %s\n"8264msgstr "Pujant a %s\n"82658266#: builtin/push.c:3648267#, c-format8268msgid "failed to push some refs to '%s'"8269msgstr "s'ha fallat en pujar algunes referències a '%s'"82708271#: builtin/push.c:3948272#, c-format8273msgid "bad repository '%s'"8274msgstr "dipòsit dolent '%s'"82758276#: builtin/push.c:3958277msgid ""8278"No configured push destination.\n"8279"Either specify the URL from the command-line or configure a remote "8280"repository using\n"8281"\n"8282" git remote add <name> <url>\n"8283"\n"8284"and then push using the remote name\n"8285"\n"8286" git push <name>\n"8287msgstr ""8288"Cap destí de pujada configurada.\n"8289"Especifiqueu l'URL des de la línia d'ordres o bé configureu un dipòsit remot "8290"fent servir\n"8291"\n"8292" git remote add <nom> <url>\n"8293"\n"8294"i després pugeu fent servir el nom remot\n"8295"\n"8296" git push <nom>\n"82978298#: builtin/push.c:4108299msgid "--all and --tags are incompatible"8300msgstr "--all i --tags són incompatibles"83018302#: builtin/push.c:4118303msgid "--all can't be combined with refspecs"8304msgstr "--all no es pot combinar amb especificacions de referència"83058306#: builtin/push.c:4168307msgid "--mirror and --tags are incompatible"8308msgstr "--mirror i --tags són incompatibles"83098310#: builtin/push.c:4178311msgid "--mirror can't be combined with refspecs"8312msgstr "--mirror no es pot combinar amb especificacions de referència"83138314#: builtin/push.c:4228315msgid "--all and --mirror are incompatible"8316msgstr "--all i --mirror són incompatibles"83178318#: builtin/push.c:4938319msgid "repository"8320msgstr "dipòsit"83218322#: builtin/push.c:4948323msgid "push all refs"8324msgstr "envia totes les referències"83258326#: builtin/push.c:4958327msgid "mirror all refs"8328msgstr "reflecteix totes les referències"83298330#: builtin/push.c:4978331msgid "delete refs"8332msgstr "suprimeix les referències"83338334#: builtin/push.c:4988335msgid "push tags (can't be used with --all or --mirror)"8336msgstr "envia les etiquetes (no es pot usar amb --all o --mirror)"83378338#: builtin/push.c:5018339msgid "force updates"8340msgstr "força les actualitzacions"83418342#: builtin/push.c:5038343msgid "refname>:<expect"8344msgstr "nom-de-referència>:<esperat"83458346#: builtin/push.c:5048347msgid "require old value of ref to be at this value"8348msgstr "requereix que el valor antic de la referència sigui d'aquest valor"83498350#: builtin/push.c:5078351msgid "control recursive pushing of submodules"8352msgstr "controla la pujada recursiva dels submòduls"83538354#: builtin/push.c:5098355msgid "use thin pack"8356msgstr "usa el paquet prim"83578358#: builtin/push.c:510 builtin/push.c:5118359msgid "receive pack program"8360msgstr "programa que rep els paquets"83618362#: builtin/push.c:5128363msgid "set upstream for git pull/status"8364msgstr "estableix la font per a git pull/status"83658366#: builtin/push.c:5158367msgid "prune locally removed refs"8368msgstr "poda les referències eliminades localment"83698370#: builtin/push.c:5178371msgid "bypass pre-push hook"8372msgstr "evita el ganxo de prepujada"83738374#: builtin/push.c:5188375msgid "push missing but relevant tags"8376msgstr "puja les etiquetes absents però rellevants"83778378#: builtin/push.c:5208379msgid "GPG sign the push"8380msgstr "firma la pujada amb GPG"83818382#: builtin/push.c:5298383msgid "--delete is incompatible with --all, --mirror and --tags"8384msgstr "--delete és incompatible amb --all, --mirror i --tags"83858386#: builtin/push.c:5318387msgid "--delete doesn't make sense without any refs"8388msgstr "--delete no té sentit sense referències"83898390#: builtin/read-tree.c:378391msgid ""8392"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "8393"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"8394"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"8395msgstr ""8396"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "8397"[-u [--exclude-per-directory=<ignoral-de-git>] | -i]] [--no-sparse-checkout] "8398"[--index-output=<fitxer>] (--empty | <arbre1> [<arbre2> [<arbre3>]])"83998400#: builtin/read-tree.c:1108401msgid "write resulting index to <file>"8402msgstr "escriu l'índex resultant al <fitxer>"84038404#: builtin/read-tree.c:1138405msgid "only empty the index"8406msgstr "només buida l'índex"84078408#: builtin/read-tree.c:1158409msgid "Merging"8410msgstr "Fusionant"84118412#: builtin/read-tree.c:1178413msgid "perform a merge in addition to a read"8414msgstr "realitza una fusió a més d'una lectura"84158416#: builtin/read-tree.c:1198417msgid "3-way merge if no file level merging required"8418msgstr "fusió de 3 vies si no cal fusió a nivell de fitxers"84198420#: builtin/read-tree.c:1218421msgid "3-way merge in presence of adds and removes"8422msgstr "fusió de 3 vies en presència d'afegiments i supressions"84238424#: builtin/read-tree.c:1238425msgid "same as -m, but discard unmerged entries"8426msgstr "el mateix que -m, però descarta les entrades no fusionades"84278428#: builtin/read-tree.c:1248429msgid "<subdirectory>/"8430msgstr "<subdirectori>/"84318432#: builtin/read-tree.c:1258433msgid "read the tree into the index under <subdirectory>/"8434msgstr "llegiu l'arbre a l'índex sota <subdirectori>/"84358436#: builtin/read-tree.c:1288437msgid "update working tree with merge result"8438msgstr "actualitza l'arbre de treball amb el resultat de fusió"84398440#: builtin/read-tree.c:1308441msgid "gitignore"8442msgstr "ignoral de git"84438444#: builtin/read-tree.c:1318445msgid "allow explicitly ignored files to be overwritten"8446msgstr "permet que els fitxers explícitament ignorats es sobreescriguin"84478448#: builtin/read-tree.c:1348449msgid "don't check the working tree after merging"8450msgstr "no comprovis l'arbre de treball després de fusionar"84518452#: builtin/read-tree.c:1358453msgid "don't update the index or the work tree"8454msgstr "no actualitzis l'índex ni l'arbre de treball"84558456#: builtin/read-tree.c:1378457msgid "skip applying sparse checkout filter"8458msgstr "salta l'aplicació del filtre d'agafament escàs"84598460#: builtin/read-tree.c:1398461msgid "debug unpack-trees"8462msgstr "depura unpack-trees"84638464#: builtin/reflog.c:4998465#, c-format8466msgid "%s' for '%s' is not a valid timestamp"8467msgstr "%s' per a '%s' no és una marca de temps vàlida"84688469#: builtin/reflog.c:615 builtin/reflog.c:6208470#, c-format8471msgid "'%s' is not a valid timestamp"8472msgstr "'%s' no és una marca de temps vàlida"84738474#: builtin/remote.c:128475msgid "git remote [-v | --verbose]"8476msgstr "git remote [-v | --verbose]"84778478#: builtin/remote.c:138479msgid ""8480"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"8481"mirror=<fetch|push>] <name> <url>"8482msgstr ""8483"git remote add [-t <branca>] [-m <mestra>] [-f] [--tags|--no-tags] [--"8484"mirror=<fetch|push>] <nom> <url>"84858486#: builtin/remote.c:14 builtin/remote.c:338487msgid "git remote rename <old> <new>"8488msgstr "git remote rename <antic> <nou>"84898490#: builtin/remote.c:15 builtin/remote.c:388491msgid "git remote remove <name>"8492msgstr "git remote remove <nom>"84938494#: builtin/remote.c:168495msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"8496msgstr "git remote set-head <nom> (-a | --auto | -d | --delete |<branca>)"84978498#: builtin/remote.c:178499msgid "git remote [-v | --verbose] show [-n] <name>"8500msgstr "git remote [-v | --verbose] show [-n] <nom>"85018502#: builtin/remote.c:188503msgid "git remote prune [-n | --dry-run] <name>"8504msgstr "git remote prune [-n | --dry-run] <nom>"85058506#: builtin/remote.c:198507msgid ""8508"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"8509msgstr ""8510"git remote [-v | --verbose] update [-p | --prune] [(<grup> | <remot>)...]"85118512#: builtin/remote.c:208513msgid "git remote set-branches [--add] <name> <branch>..."8514msgstr "git remote set-branches [--add] <nom> <branca>..."85158516#: builtin/remote.c:21 builtin/remote.c:698517msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"8518msgstr "git remote set-url [--push] <nom> <url-nou> [<url-antic>]"85198520#: builtin/remote.c:22 builtin/remote.c:708521msgid "git remote set-url --add <name> <newurl>"8522msgstr "git remote set-url --add <nom> <url-nou>"85238524#: builtin/remote.c:23 builtin/remote.c:718525msgid "git remote set-url --delete <name> <url>"8526msgstr "git remote set-url --delete <nom> <url>"85278528#: builtin/remote.c:288529msgid "git remote add [<options>] <name> <url>"8530msgstr "git remote add [<opcions>] <nom> <url>"85318532#: builtin/remote.c:438533msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"8534msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <branca>)"85358536#: builtin/remote.c:488537msgid "git remote set-branches <name> <branch>..."8538msgstr "git remote set-branches <nom> <branca>..."85398540#: builtin/remote.c:498541msgid "git remote set-branches --add <name> <branch>..."8542msgstr "git remote set-branches --add <nom> <branca>..."85438544#: builtin/remote.c:548545msgid "git remote show [<options>] <name>"8546msgstr "git remote show [<opcions>] <nom>"85478548#: builtin/remote.c:598549msgid "git remote prune [<options>] <name>"8550msgstr "git remote prune [<opcions>] <nom>"85518552#: builtin/remote.c:648553msgid "git remote update [<options>] [<group> | <remote>]..."8554msgstr "git remote update [<opcions>] [<grup> | <remot>]..."85558556#: builtin/remote.c:888557#, c-format8558msgid "Updating %s"8559msgstr "Actualitzant %s"85608561#: builtin/remote.c:1208562msgid ""8563"--mirror is dangerous and deprecated; please\n"8564"\t use --mirror=fetch or --mirror=push instead"8565msgstr ""8566"--mirror és perillós i desaprovat; si us\n"8567"\t plau, useu --mirror=fetch o\t --mirror=push en lloc d'això"85688569#: builtin/remote.c:1378570#, c-format8571msgid "unknown mirror argument: %s"8572msgstr "paràmetre de reflexió desconegut: %s"85738574#: builtin/remote.c:1538575msgid "fetch the remote branches"8576msgstr "obtén les branques remotes"85778578#: builtin/remote.c:1558579msgid "import all tags and associated objects when fetching"8580msgstr "en obtenir, importa totes les etiquetes i tots els objectes"85818582#: builtin/remote.c:1588583msgid "or do not fetch any tag at all (--no-tags)"8584msgstr "o no obtinguis cap etiqueta (--no-tags)"85858586#: builtin/remote.c:1608587msgid "branch(es) to track"8588msgstr "branques a seguir"85898590#: builtin/remote.c:1618591msgid "master branch"8592msgstr "branca mestra"85938594#: builtin/remote.c:1628595msgid "push|fetch"8596msgstr "push|fetch"85978598#: builtin/remote.c:1638599msgid "set up remote as a mirror to push to or fetch from"8600msgstr "estableix el remot com a mirall al qual pujar o del qual obtenir"86018602#: builtin/remote.c:1758603msgid "specifying a master branch makes no sense with --mirror"8604msgstr "especificar una branca mestra no té sentit amb --mirror"86058606#: builtin/remote.c:1778607msgid "specifying branches to track makes sense only with fetch mirrors"8608msgstr ""8609"especificar les branques a seguir té sentit només amb miralls d'obteniment"86108611#: builtin/remote.c:187 builtin/remote.c:6438612#, c-format8613msgid "remote %s already exists."8614msgstr "el remot %s ja existeix."86158616#: builtin/remote.c:191 builtin/remote.c:6478617#, c-format8618msgid "'%s' is not a valid remote name"8619msgstr "'%s' no és un nom de remot vàlid"86208621#: builtin/remote.c:2358622#, c-format8623msgid "Could not setup master '%s'"8624msgstr "No s'ha pogut configurar la mestra '%s'"86258626#: builtin/remote.c:3358627#, c-format8628msgid "Could not get fetch map for refspec %s"8629msgstr ""8630"No s'ha pogut obtenir el mapa d'obteniment de l'especificació de referència "8631"%s"86328633#: builtin/remote.c:436 builtin/remote.c:4448634msgid "(matching)"8635msgstr "(coincident)"86368637#: builtin/remote.c:4488638msgid "(delete)"8639msgstr "(suprimir)"86408641#: builtin/remote.c:592 builtin/remote.c:598 builtin/remote.c:6048642#, c-format8643msgid "Could not append '%s' to '%s'"8644msgstr "No s'ha pogut annexar '%s' a '%s'"86458646#: builtin/remote.c:636 builtin/remote.c:795 builtin/remote.c:8958647#, c-format8648msgid "No such remote: %s"8649msgstr "No hi ha tal remot: %s"86508651#: builtin/remote.c:6538652#, c-format8653msgid "Could not rename config section '%s' to '%s'"8654msgstr "No s'ha pogut canviar el nom de la secció de configuració '%s' a '%s'"86558656#: builtin/remote.c:659 builtin/remote.c:8478657#, c-format8658msgid "Could not remove config section '%s'"8659msgstr "No s'ha pogut eliminar la secció de configuració '%s'"86608661#: builtin/remote.c:6748662#, c-format8663msgid ""8664"Not updating non-default fetch refspec\n"8665"\t%s\n"8666"\tPlease update the configuration manually if necessary."8667msgstr ""8668"No actualitzant l'especificació de referències d'obteniment no per defecte\n"8669"\t%s\n"8670"\tSi us plau, actualitzeu la configuració manualment si és necessari."86718672#: builtin/remote.c:6808673#, c-format8674msgid "Could not append '%s'"8675msgstr "No s'ha pogut annexar '%s'"86768677#: builtin/remote.c:6918678#, c-format8679msgid "Could not set '%s'"8680msgstr "No s'ha pogut establir '%s'"86818682#: builtin/remote.c:7138683#, c-format8684msgid "deleting '%s' failed"8685msgstr "la supressió de '%s' ha fallat"86868687#: builtin/remote.c:7478688#, c-format8689msgid "creating '%s' failed"8690msgstr "la creació de '%s' ha fallat"86918692#: builtin/remote.c:7668693#, c-format8694msgid "Could not remove branch %s"8695msgstr "No s'ha pogut eliminar la branca %s"86968697#: builtin/remote.c:8338698msgid ""8699"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8700"to delete it, use:"8701msgid_plural ""8702"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8703"to delete them, use:"8704msgstr[0] ""8705"Nota: Una branca fora de la jerarquia refs/remotes/ no s'ha eliminat;\n"8706"per a suprimir-la, useu:"8707msgstr[1] ""8708"Nota: Algunes branques fora de la jerarquia refs/remotes/ no s'han "8709"eliminat;\n"8710"per a suprimir-les, useu:"87118712#: builtin/remote.c:9488713#, c-format8714msgid " new (next fetch will store in remotes/%s)"8715msgstr " nou (el pròxim obteniment emmagatzemarà a remotes/%s)"87168717#: builtin/remote.c:9518718msgid " tracked"8719msgstr " seguit"87208721#: builtin/remote.c:9538722msgid " stale (use 'git remote prune' to remove)"8723msgstr " ranci (useu 'git remote prune' per a eliminar)"87248725#: builtin/remote.c:9558726msgid " ???"8727msgstr " ???"87288729#: builtin/remote.c:9968730#, c-format8731msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8732msgstr "branch.%s.merge no vàlid; no es pot rebasar sobre > 1 branca"87338734#: builtin/remote.c:10038735#, c-format8736msgid "rebases onto remote %s"8737msgstr "es rebasa sobre el remot %s"87388739#: builtin/remote.c:10068740#, c-format8741msgid " merges with remote %s"8742msgstr "es fusiona amb el remot %s"87438744#: builtin/remote.c:10078745msgid " and with remote"8746msgstr " i amb el remot"87478748#: builtin/remote.c:10098749#, c-format8750msgid "merges with remote %s"8751msgstr "es fusiona amb el remot %s"87528753#: builtin/remote.c:10108754msgid " and with remote"8755msgstr " i amb el remot"87568757#: builtin/remote.c:10568758msgid "create"8759msgstr "crea"87608761#: builtin/remote.c:10598762msgid "delete"8763msgstr "suprimeix"87648765#: builtin/remote.c:10638766msgid "up to date"8767msgstr "al dia"87688769#: builtin/remote.c:10668770msgid "fast-forwardable"8771msgstr "avanç ràpid possible"87728773#: builtin/remote.c:10698774msgid "local out of date"8775msgstr "local no actualitzat"87768777#: builtin/remote.c:10768778#, c-format8779msgid " %-*s forces to %-*s (%s)"8780msgstr " %-*s força a %-*s (%s)"87818782#: builtin/remote.c:10798783#, c-format8784msgid " %-*s pushes to %-*s (%s)"8785msgstr " %-*s puja a %-*s (%s)"87868787#: builtin/remote.c:10838788#, c-format8789msgid " %-*s forces to %s"8790msgstr " %-*s força a %s"87918792#: builtin/remote.c:10868793#, c-format8794msgid " %-*s pushes to %s"8795msgstr " %-*s puja a %s"87968797#: builtin/remote.c:11548798msgid "do not query remotes"8799msgstr "no consultis els remots"88008801#: builtin/remote.c:11818802#, c-format8803msgid "* remote %s"8804msgstr "* remot %s"88058806#: builtin/remote.c:11828807#, c-format8808msgid " Fetch URL: %s"8809msgstr " URL d'obteniment: %s"88108811#: builtin/remote.c:1183 builtin/remote.c:13348812msgid "(no URL)"8813msgstr "(sense URL)"88148815#: builtin/remote.c:1192 builtin/remote.c:11948816#, c-format8817msgid " Push URL: %s"8818msgstr " URL de pujada: %s"88198820#: builtin/remote.c:1196 builtin/remote.c:1198 builtin/remote.c:12008821#, c-format8822msgid " HEAD branch: %s"8823msgstr " Branca de HEAD: %s"88248825#: builtin/remote.c:12028826#, c-format8827msgid ""8828" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8829msgstr ""8830" Branca de HEAD (el HEAD remot és ambigu, pot ser un dels següents):\n"88318832#: builtin/remote.c:12148833#, c-format8834msgid " Remote branch:%s"8835msgid_plural " Remote branches:%s"8836msgstr[0] " Branca remota:%s"8837msgstr[1] " Branques remotes:%s"88388839#: builtin/remote.c:1217 builtin/remote.c:12448840msgid " (status not queried)"8841msgstr " (estat no consultat)"88428843#: builtin/remote.c:12268844msgid " Local branch configured for 'git pull':"8845msgid_plural " Local branches configured for 'git pull':"8846msgstr[0] " Branca local configurada per a 'git pull':"8847msgstr[1] " Branques locals configurades per a 'git pull':"88488849#: builtin/remote.c:12348850msgid " Local refs will be mirrored by 'git push'"8851msgstr " 'git push' reflectirà les referències locals"88528853#: builtin/remote.c:12418854#, c-format8855msgid " Local ref configured for 'git push'%s:"8856msgid_plural " Local refs configured for 'git push'%s:"8857msgstr[0] " Referència local configurada per a 'git push'%s:"8858msgstr[1] " Referències locals configurades per a 'git push'%s:"88598860#: builtin/remote.c:12628861msgid "set refs/remotes/<name>/HEAD according to remote"8862msgstr "estableix refs/remotes/<name>/HEAD segons el remot"88638864#: builtin/remote.c:12648865msgid "delete refs/remotes/<name>/HEAD"8866msgstr "suprimeix refs/remotes/<name>/HEAD"88678868#: builtin/remote.c:12798869msgid "Cannot determine remote HEAD"8870msgstr "No es pot determinar el HEAD remot"88718872#: builtin/remote.c:12818873msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8874msgstr ""8875"Múltiples branques de HEAD remotes. Si us plau, trieu-ne una explícitament "8876"amb:"88778878#: builtin/remote.c:12918879#, c-format8880msgid "Could not delete %s"8881msgstr "No s'ha pogut suprimir %s"88828883#: builtin/remote.c:12998884#, c-format8885msgid "Not a valid ref: %s"8886msgstr "No és una referència vàlida: %s"88878888#: builtin/remote.c:13018889#, c-format8890msgid "Could not setup %s"8891msgstr "No s'ha pogut configurar %s"88928893#: builtin/remote.c:13198894#, c-format8895msgid " %s will become dangling!"8896msgstr " %s es tornarà penjant!"88978898#: builtin/remote.c:13208899#, c-format8900msgid " %s has become dangling!"8901msgstr " %s s'ha tornat penjant!"89028903#: builtin/remote.c:13308904#, c-format8905msgid "Pruning %s"8906msgstr "Podant %s"89078908#: builtin/remote.c:13318909#, c-format8910msgid "URL: %s"8911msgstr "URL: %s"89128913#: builtin/remote.c:13548914#, c-format8915msgid " * [would prune] %s"8916msgstr " * [podaria] %s"89178918#: builtin/remote.c:13578919#, c-format8920msgid " * [pruned] %s"8921msgstr " * [podat] %s"89228923#: builtin/remote.c:14028924msgid "prune remotes after fetching"8925msgstr "poda els remots després d'obtenir-los"89268927#: builtin/remote.c:1468 builtin/remote.c:15428928#, c-format8929msgid "No such remote '%s'"8930msgstr "No hi ha tal remot '%s'"89318932#: builtin/remote.c:14888933msgid "add branch"8934msgstr "afegeix branca"89358936#: builtin/remote.c:14958937msgid "no remote specified"8938msgstr "cap remot especificat"89398940#: builtin/remote.c:15178941msgid "manipulate push URLs"8942msgstr "manipula els URL de pujada"89438944#: builtin/remote.c:15198945msgid "add URL"8946msgstr "afegeix URL"89478948#: builtin/remote.c:15218949msgid "delete URLs"8950msgstr "suprimeix URLs"89518952#: builtin/remote.c:15288953msgid "--add --delete doesn't make sense"8954msgstr "--add --delete no té sentit"89558956#: builtin/remote.c:15688957#, c-format8958msgid "Invalid old URL pattern: %s"8959msgstr "Patró d'URL antic no vàlid: %s"89608961#: builtin/remote.c:15768962#, c-format8963msgid "No such URL found: %s"8964msgstr "No s'ha trobat tal URL: %s"89658966#: builtin/remote.c:15788967msgid "Will not delete all non-push URLs"8968msgstr "No se suprimiran tots els URL no de pujada"89698970#: builtin/remote.c:15928971msgid "be verbose; must be placed before a subcommand"8972msgstr "sigues detallat; s'ha de col·locar abans d'una subordre"89738974#: builtin/repack.c:178975msgid "git repack [options]"8976msgstr "git repack [opcions]"89778978#: builtin/repack.c:1598979msgid "pack everything in a single pack"8980msgstr "empaqueta-ho tot en un únic paquet"89818982#: builtin/repack.c:1618983msgid "same as -a, and turn unreachable objects loose"8984msgstr "el mateix que -a, i solta els objectes inabastables"89858986#: builtin/repack.c:1648987msgid "remove redundant packs, and run git-prune-packed"8988msgstr "tragueu els paquets redundants, i executeu git-prune-packed"89898990#: builtin/repack.c:1668991msgid "pass --no-reuse-delta to git-pack-objects"8992msgstr "passa l'argument --no-reuse-delta a git-pack-objects"89938994#: builtin/repack.c:1688995msgid "pass --no-reuse-object to git-pack-objects"8996msgstr "passa l'argument --no-reuse-object a git-pack-objects"89978998#: builtin/repack.c:1708999msgid "do not run git-update-server-info"9000msgstr "no executis git-update-server-info"90019002#: builtin/repack.c:1739003msgid "pass --local to git-pack-objects"9004msgstr "passa --local a git-pack-objects"90059006#: builtin/repack.c:1759007msgid "write bitmap index"9008msgstr "escriu índex de mapa de bits"90099010#: builtin/repack.c:1769011msgid "approxidate"9012msgstr "aproximat"90139014#: builtin/repack.c:1779015msgid "with -A, do not loosen objects older than this"9016msgstr "amb -A, no soltis els objectes més vells que aquest"90179018#: builtin/repack.c:1799019msgid "size of the window used for delta compression"9020msgstr "mida de la finestra que s'usa per a compressió de deltes"90219022#: builtin/repack.c:180 builtin/repack.c:1849023msgid "bytes"9024msgstr "octets"90259026#: builtin/repack.c:1819027msgid "same as the above, but limit memory size instead of entries count"9028msgstr ""9029"el mateix que l'anterior, però limita la mida de memòria en lloc del "9030"recompte d'entrades"90319032#: builtin/repack.c:1839033msgid "limits the maximum delta depth"9034msgstr "limita la profunditat màxima de les deltes"90359036#: builtin/repack.c:1859037msgid "maximum size of each packfile"9038msgstr "mida màxima de cada fitxer de paquet"90399040#: builtin/repack.c:1879041msgid "repack objects in packs marked with .keep"9042msgstr "reempaqueta els objectes en paquets marcats amb .keep"90439044#: builtin/repack.c:3719045#, c-format9046msgid "removing '%s' failed"9047msgstr "la supressió de '%s' ha fallat"90489049#: builtin/replace.c:199050msgid "git replace [-f] <object> <replacement>"9051msgstr "git replace [-f] <objecte> <reemplaçament>"90529053#: builtin/replace.c:209054msgid "git replace [-f] --edit <object>"9055msgstr "git replace [-f] --edit <objecte>"90569057#: builtin/replace.c:219058msgid "git replace [-f] --graft <commit> [<parent>...]"9059msgstr "git replace [-f] --graft <comissió> [<mare>...]"90609061#: builtin/replace.c:229062msgid "git replace -d <object>..."9063msgstr "git replace -d <objecte>..."90649065#: builtin/replace.c:239066msgid "git replace [--format=<format>] [-l [<pattern>]]"9067msgstr "git replace [--format=<format>] [-l [<patró>]]"90689069#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:3919070#, c-format9071msgid "Not a valid object name: '%s'"9072msgstr "No és un nom d'objecte vàlid: '%s'"90739074#: builtin/replace.c:3559075#, c-format9076msgid "bad mergetag in commit '%s'"9077msgstr "etiqueta de fusió dolenta en la comissió '%s'"90789079#: builtin/replace.c:3579080#, c-format9081msgid "malformed mergetag in commit '%s'"9082msgstr "etiqueta de fusió mal formada en la comissió '%s'"90839084#: builtin/replace.c:3689085#, c-format9086msgid ""9087"original commit '%s' contains mergetag '%s' that is discarded; use --edit "9088"instead of --graft"9089msgstr ""9090"la comissió original '%s' conté l'etiqueta de fusió '%s' que es descarta; "9091"useu --edit en lloc de --graft"90929093#: builtin/replace.c:4019094#, c-format9095msgid "the original commit '%s' has a gpg signature."9096msgstr "la comissió original '%s' té una firma gpg."90979098#: builtin/replace.c:4029099msgid "the signature will be removed in the replacement commit!"9100msgstr "la firma s'eliminarà en la comissió de reemplaçament!"91019102#: builtin/replace.c:4089103#, c-format9104msgid "could not write replacement commit for: '%s'"9105msgstr "no s'ha pogut escriure la comissió de reemplaçament per a: '%s'"91069107#: builtin/replace.c:4329108msgid "list replace refs"9109msgstr "llista les referències reemplaçades"91109111#: builtin/replace.c:4339112msgid "delete replace refs"9113msgstr "suprimeix les referències reemplaçades"91149115#: builtin/replace.c:4349116msgid "edit existing object"9117msgstr "edita un objecte existent"91189119#: builtin/replace.c:4359120msgid "change a commit's parents"9121msgstr "canvia les mares d'una comissió"91229123#: builtin/replace.c:4369124msgid "replace the ref if it exists"9125msgstr "reemplaça la referència si existeix"91269127#: builtin/replace.c:4379128msgid "do not pretty-print contents for --edit"9129msgstr "no imprimeixis bellament els continguts per a --edit"91309131#: builtin/replace.c:4389132msgid "use this format"9133msgstr "usa aquest format"91349135#: builtin/rerere.c:129136msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"9137msgstr "git rerere [clear | forget camí... | status | remaining | diff | gc]"91389139#: builtin/rerere.c:579140msgid "register clean resolutions in index"9141msgstr "registra les resolucions netes en l'índex"91429143#: builtin/reset.c:269144msgid ""9145"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"9146msgstr ""9147"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<comissió>]"91489149#: builtin/reset.c:279150msgid "git reset [-q] <tree-ish> [--] <paths>..."9151msgstr "git reset [-q] <arbre> [--] <camins>..."91529153#: builtin/reset.c:289154msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"9155msgstr "git reset --patch [<arbre>] [--] [<camins>...]"91569157#: builtin/reset.c:349158msgid "mixed"9159msgstr "mixt"91609161#: builtin/reset.c:349162msgid "soft"9163msgstr "suau"91649165#: builtin/reset.c:349166msgid "hard"9167msgstr "dur"91689169#: builtin/reset.c:349170msgid "merge"9171msgstr "fusió"91729173#: builtin/reset.c:349174msgid "keep"9175msgstr "reteniment"91769177#: builtin/reset.c:749178msgid "You do not have a valid HEAD."9179msgstr "No teniu un HEAD vàlid."91809181#: builtin/reset.c:769182msgid "Failed to find tree of HEAD."9183msgstr "S'ha fallat en trobar l'arbre de HEAD."91849185#: builtin/reset.c:829186#, c-format9187msgid "Failed to find tree of %s."9188msgstr "S'ha fallat en trobar l'arbre de %s."91899190#: builtin/reset.c:1009191#, c-format9192msgid "HEAD is now at %s"9193msgstr "HEAD ara és a %s"91949195#: builtin/reset.c:1839196#, c-format9197msgid "Cannot do a %s reset in the middle of a merge."9198msgstr "No es pot fer un restabliment de %s enmig d'una fusió."91999200#: builtin/reset.c:2769201msgid "be quiet, only report errors"9202msgstr "calla, només informa d'errors"92039204#: builtin/reset.c:2789205msgid "reset HEAD and index"9206msgstr "restableix HEAD i l'índex"92079208#: builtin/reset.c:2799209msgid "reset only HEAD"9210msgstr "restableix només HEAD"92119212#: builtin/reset.c:281 builtin/reset.c:2839213msgid "reset HEAD, index and working tree"9214msgstr "restableix HEAD, l'índex i l'arbre de treball"92159216#: builtin/reset.c:2859217msgid "reset HEAD but keep local changes"9218msgstr "restableix HEAD però retén els canvis locals"92199220#: builtin/reset.c:2889221msgid "record only the fact that removed paths will be added later"9222msgstr "registra només el fet de que els camins eliminats s'afegiran després"92239224#: builtin/reset.c:3059225#, c-format9226msgid "Failed to resolve '%s' as a valid revision."9227msgstr "S'ha fallat en resoldre '%s' com a revisió vàlida."92289229#: builtin/reset.c:308 builtin/reset.c:3169230#, c-format9231msgid "Could not parse object '%s'."9232msgstr "No s'ha pogut analitzar l'objecte '%s'."92339234#: builtin/reset.c:3139235#, c-format9236msgid "Failed to resolve '%s' as a valid tree."9237msgstr "S'ha fallat en resoldre '%s' com a arbre vàlid."92389239#: builtin/reset.c:3229240msgid "--patch is incompatible with --{hard,mixed,soft}"9241msgstr "--patch és incompatible amb --{hard,mixed,soft}"92429243#: builtin/reset.c:3319244msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."9245msgstr ""9246"--mixed amb camins està desaprovat; useu 'git reset -- <camins>' en lloc "9247"d'això."92489249#: builtin/reset.c:3339250#, c-format9251msgid "Cannot do %s reset with paths."9252msgstr "No es pot fer reinici de %s amb camins."92539254#: builtin/reset.c:3439255#, c-format9256msgid "%s reset is not allowed in a bare repository"9257msgstr "el reinici de %s no es permet en un dipòsit nu"92589259#: builtin/reset.c:3479260msgid "-N can only be used with --mixed"9261msgstr "-N només es pot usar amb --mixed"92629263#: builtin/reset.c:3649264msgid "Unstaged changes after reset:"9265msgstr "Canvis no allistats després de restabliment:"92669267#: builtin/reset.c:3709268#, c-format9269msgid "Could not reset index file to revision '%s'."9270msgstr "No s'ha pogut restablir el fitxer d'índex a la revisió '%s'."92719272#: builtin/reset.c:3749273msgid "Could not write new index file."9274msgstr "No s'ha pogut escriure el fitxer d'índex nou."92759276#: builtin/rev-parse.c:3619277msgid "git rev-parse --parseopt [options] -- [<args>...]"9278msgstr "git rev-parse --parseopt [opcions] -- [<paràmetres>...]"92799280#: builtin/rev-parse.c:3669281msgid "keep the `--` passed as an arg"9282msgstr "retén el `--` passat com a paràmetre"92839284#: builtin/rev-parse.c:3689285msgid "stop parsing after the first non-option argument"9286msgstr "deixa d'analitzar després del primer paràmetre no d'opció"92879288#: builtin/rev-parse.c:3719289msgid "output in stuck long form"9290msgstr "emet en forma llarga enganxada"92919292#: builtin/rev-parse.c:4999293msgid ""9294"git rev-parse --parseopt [options] -- [<args>...]\n"9295" or: git rev-parse --sq-quote [<arg>...]\n"9296" or: git rev-parse [options] [<arg>...]\n"9297"\n"9298"Run \"git rev-parse --parseopt -h\" for more information on the first usage."9299msgstr ""9300"git rev-parse --parseopt [opcions] -- [<paràmetres>...]\n"9301" or: git rev-parse --sq-quote [<paràmetre>...]\n"9302" or: git rev-parse [opcions] [<paràmetre>...]\n"9303"\n"9304"Executeu \"git rev-parse --parseopt -h\" per més informació sobre l'ús "9305"inicial."93069307#: builtin/revert.c:229308msgid "git revert [options] <commit-ish>..."9309msgstr "git revert [opcions] <comissió>..."93109311#: builtin/revert.c:239312msgid "git revert <subcommand>"9313msgstr "git revert <subordre>"93149315#: builtin/revert.c:289316msgid "git cherry-pick [options] <commit-ish>..."9317msgstr "git cherry-pick [opcions] <comissió>..."93189319#: builtin/revert.c:299320msgid "git cherry-pick <subcommand>"9321msgstr "git cherry-pick <subordre>"93229323#: builtin/revert.c:719324#, c-format9325msgid "%s: %s cannot be used with %s"9326msgstr "%s: %s no es pot usar amb %s"93279328#: builtin/revert.c:809329msgid "end revert or cherry-pick sequence"9330msgstr "acaba la seqüència de reversió o el recull de cireres"93319332#: builtin/revert.c:819333msgid "resume revert or cherry-pick sequence"9334msgstr "reprèn la seqüència de reversió o el recull de cireres"93359336#: builtin/revert.c:829337msgid "cancel revert or cherry-pick sequence"9338msgstr "cancel·la la seqüència de reversió o el recull de cireres"93399340#: builtin/revert.c:839341msgid "don't automatically commit"9342msgstr "no cometis automàticament"93439344#: builtin/revert.c:849345msgid "edit the commit message"9346msgstr "edita el missatge de comissió"93479348#: builtin/revert.c:879349msgid "parent number"9350msgstr "número de mare"93519352#: builtin/revert.c:899353msgid "merge strategy"9354msgstr "estratègia de fusió"93559356#: builtin/revert.c:909357msgid "option"9358msgstr "opció"93599360#: builtin/revert.c:919361msgid "option for merge strategy"9362msgstr "opció d'estratègia de fusió"93639364#: builtin/revert.c:1049365msgid "append commit name"9366msgstr "nom de la comissió a annexar"93679368#: builtin/revert.c:1059369msgid "allow fast-forward"9370msgstr "permet l'avanç ràpid"93719372#: builtin/revert.c:1069373msgid "preserve initially empty commits"9374msgstr "preserva les comissions inicialment buides"93759376#: builtin/revert.c:1079377msgid "allow commits with empty messages"9378msgstr "permet les comissions amb missatges buits"93799380#: builtin/revert.c:1089381msgid "keep redundant, empty commits"9382msgstr "retén les comissions redundants i buides"93839384#: builtin/revert.c:1129385msgid "program error"9386msgstr "error de programa"93879388#: builtin/revert.c:1979389msgid "revert failed"9390msgstr "la reversió ha fallat"93919392#: builtin/revert.c:2129393msgid "cherry-pick failed"9394msgstr "el recull de cireres ha fallat"93959396#: builtin/rm.c:179397msgid "git rm [options] [--] <file>..."9398msgstr "git rm [opcions] [--] <fitxer>..."93999400#: builtin/rm.c:659401msgid ""9402"the following submodule (or one of its nested submodules)\n"9403"uses a .git directory:"9404msgid_plural ""9405"the following submodules (or one of their nested submodules)\n"9406"use a .git directory:"9407msgstr[0] ""9408"el submòdul següent (o un dels seus submòduls niats)\n"9409"usa un directori .git:"9410msgstr[1] ""9411"els submòduls següents (o un dels seus submòduls niats)\n"9412"usa un directori .git:"94139414#: builtin/rm.c:719415msgid ""9416"\n"9417"(use 'rm -rf' if you really want to remove it including all of its history)"9418msgstr ""9419"\n"9420"(useu 'rm -rf' si realment voleu eliminar-lo, inclòs tota la seva història)"94219422#: builtin/rm.c:2319423msgid ""9424"the following file has staged content different from both the\n"9425"file and the HEAD:"9426msgid_plural ""9427"the following files have staged content different from both the\n"9428"file and the HEAD:"9429msgstr[0] ""9430"el fitxer següent té contingut allistat diferent d'ambdós el\n"9431"fitxer i el HEAD:"9432msgstr[1] ""9433"els fitxers següents tenen contingut allistat diferent d'ambdós\n"9434"el fitxer i el HEAD:"94359436#: builtin/rm.c:2369437msgid ""9438"\n"9439"(use -f to force removal)"9440msgstr ""9441"\n"9442"(useu -f per a forçar la supressió)"94439444#: builtin/rm.c:2409445msgid "the following file has changes staged in the index:"9446msgid_plural "the following files have changes staged in the index:"9447msgstr[0] "el fitxer següent té canvis allistats en l'índex:"9448msgstr[1] "els fitxers següents tenen canvis allistats en l'índex:"94499450#: builtin/rm.c:244 builtin/rm.c:2559451msgid ""9452"\n"9453"(use --cached to keep the file, or -f to force removal)"9454msgstr ""9455"\n"9456"(useu --cached per a desar el fitxer, o -f per a forçar la supressió)"94579458#: builtin/rm.c:2529459msgid "the following file has local modifications:"9460msgid_plural "the following files have local modifications:"9461msgstr[0] "el fitxer següent té modificacions locals:"9462msgstr[1] "els fitxers següents tenen modificacions locals:"94639464#: builtin/rm.c:2709465msgid "do not list removed files"9466msgstr "no llistis els fitxers eliminats"94679468#: builtin/rm.c:2719469msgid "only remove from the index"9470msgstr "només elimina de l'índex"94719472#: builtin/rm.c:2729473msgid "override the up-to-date check"9474msgstr "passa per alt la comprovació d'actualitat"94759476#: builtin/rm.c:2739477msgid "allow recursive removal"9478msgstr "permet la supressió recursiva"94799480#: builtin/rm.c:2759481msgid "exit with a zero status even if nothing matched"9482msgstr "surt amb estat zero encara que res hagi coincidit"94839484#: builtin/rm.c:3189485msgid "Please, stage your changes to .gitmodules or stash them to proceed"9486msgstr ""9487"Si us plau, allisteu els vostres canvis a .gitmodules o emmagatzemeu-los per "9488"a procedir"94899490#: builtin/rm.c:3369491#, c-format9492msgid "not removing '%s' recursively without -r"9493msgstr "no eliminant '%s' recursivament sense -r"94949495#: builtin/rm.c:3759496#, c-format9497msgid "git rm: unable to remove %s"9498msgstr "git rm: no s'ha pogut eliminar %s"94999500#: builtin/shortlog.c:139501msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"9502msgstr "git shortlog [<opcions>] [<rang de revisions>] [[--] [<camí>...]]"95039504#: builtin/shortlog.c:1319505#, c-format9506msgid "Missing author: %s"9507msgstr "Manca l'autor: %s"95089509#: builtin/shortlog.c:2309510msgid "sort output according to the number of commits per author"9511msgstr "ordena la sortida segons el nombre de comissions per autor"95129513#: builtin/shortlog.c:2329514msgid "Suppress commit descriptions, only provides commit count"9515msgstr ""9516"Omet les descripcions de comissió, només proveeix el recompte de comissions"95179518#: builtin/shortlog.c:2349519msgid "Show the email address of each author"9520msgstr "Mostra l'adreça de correu electrònic de cada autor"95219522#: builtin/shortlog.c:2359523msgid "w[,i1[,i2]]"9524msgstr "w[,i1[,i2]]"95259526#: builtin/shortlog.c:2369527msgid "Linewrap output"9528msgstr "Ajusta les línies de la sortida"95299530#: builtin/show-branch.c:99531msgid ""9532"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"9533"\t\t [--current] [--color[=<when>] | --no-color] [--sparse]\n"9534"\t\t [--more=<n> | --list | --independent | --merge-base]\n"9535"\t [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"9536msgstr ""9537"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"9538"\t\t [--current] [--color[=<quan>] | --no-color] [--sparse]\n"9539"\t\t [--more=<n> | --list | --independent | --merge-base]\n"9540"\t\t [--no-name | --sha1-name] [--topics] [(<revisió> | <glob>)...]"95419542#: builtin/show-branch.c:139543msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"9544msgstr "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<referència>]"95459546#: builtin/show-branch.c:6529547msgid "show remote-tracking and local branches"9548msgstr "mostra les branques amb seguiment remot i les locals"95499550#: builtin/show-branch.c:6549551msgid "show remote-tracking branches"9552msgstr "mostra les branques amb seguiment remot"95539554#: builtin/show-branch.c:6569555msgid "color '*!+-' corresponding to the branch"9556msgstr "colora '*!+-' corresponent a la branca"95579558#: builtin/show-branch.c:6589559msgid "show <n> more commits after the common ancestor"9560msgstr "mostra <n> comissions després de l'avantpassat comú"95619562#: builtin/show-branch.c:6609563msgid "synonym to more=-1"9564msgstr "sinònim de more=-1"95659566#: builtin/show-branch.c:6619567msgid "suppress naming strings"9568msgstr "omet l'anomenament de cadenes"95699570#: builtin/show-branch.c:6639571msgid "include the current branch"9572msgstr "inclou la branca actual"95739574#: builtin/show-branch.c:6659575msgid "name commits with their object names"9576msgstr "anomena les comissions amb els seus noms d'objecte"95779578#: builtin/show-branch.c:6679579msgid "show possible merge bases"9580msgstr "mostra les bases de fusió possibles"95819582#: builtin/show-branch.c:6699583msgid "show refs unreachable from any other ref"9584msgstr "mostra les referències inabastables de qualsevulla altra referència"95859586#: builtin/show-branch.c:6719587msgid "show commits in topological order"9588msgstr "mostra les comissions en ordre topològic"95899590#: builtin/show-branch.c:6749591msgid "show only commits not on the first branch"9592msgstr "mostra només les comissions que no siguin en la primera branca"95939594#: builtin/show-branch.c:6769595msgid "show merges reachable from only one tip"9596msgstr "mostra les fusions abastables de només una punta"95979598#: builtin/show-branch.c:6789599msgid "topologically sort, maintaining date order where possible"9600msgstr "ordena topològicament, mantenint l'ordre de dates on sigui possible"96019602#: builtin/show-branch.c:6819603msgid "<n>[,<base>]"9604msgstr "<n>[,<base>]"96059606#: builtin/show-branch.c:6829607msgid "show <n> most recent ref-log entries starting at base"9608msgstr "mostra les <n> entrades més recents començant a la base"96099610#: builtin/show-ref.c:109611msgid ""9612"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"9613"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "9614msgstr ""9615"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"9616"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [patró*] "96179618#: builtin/show-ref.c:119619msgid "git show-ref --exclude-existing[=pattern] < ref-list"9620msgstr "git show-ref --exclude-existing[=pattern] < llista-de-referències"96219622#: builtin/show-ref.c:1689623msgid "only show tags (can be combined with heads)"9624msgstr "mostra només les etiquetes (es pot combinar amb heads)"96259626#: builtin/show-ref.c:1699627msgid "only show heads (can be combined with tags)"9628msgstr "mostra només els caps (es pot combinar amb tags)"96299630#: builtin/show-ref.c:1709631msgid "stricter reference checking, requires exact ref path"9632msgstr ""9633"comprovació de referència més estricta, requereix el camí de referència "9634"exacte"96359636#: builtin/show-ref.c:173 builtin/show-ref.c:1759637msgid "show the HEAD reference, even if it would be filtered out"9638msgstr "mostra la referència HEAD, encara que es filtrés"96399640#: builtin/show-ref.c:1779641msgid "dereference tags into object IDs"9642msgstr "dereferencia les etiquetes a IDs d'objecte"96439644#: builtin/show-ref.c:1799645msgid "only show SHA1 hash using <n> digits"9646msgstr "mostra el hash SHA1 usant només <n> xifres"96479648#: builtin/show-ref.c:1839649msgid "do not print results to stdout (useful with --verify)"9650msgstr "no imprimeixis els resultats a stdout (útil amb --verify)"96519652#: builtin/show-ref.c:1859653msgid "show refs from stdin that aren't in local repository"9654msgstr "mostra les referències d'stdin que no siguin en el dipòsit local"96559656#: builtin/symbolic-ref.c:79657msgid "git symbolic-ref [options] name [ref]"9658msgstr "git symbolic-ref [opcions] nom [referència]"96599660#: builtin/symbolic-ref.c:89661msgid "git symbolic-ref -d [-q] name"9662msgstr "git symbolic-ref -d [-q] nom"96639664#: builtin/symbolic-ref.c:409665msgid "suppress error message for non-symbolic (detached) refs"9666msgstr "omet el missatge d'error de referències no simbòliques (separades)"96679668#: builtin/symbolic-ref.c:419669msgid "delete symbolic ref"9670msgstr "suprimeix la referència simbòlica"96719672#: builtin/symbolic-ref.c:429673msgid "shorten ref output"9674msgstr "escurça la sortida de referències"96759676#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3589677msgid "reason"9678msgstr "raó"96799680#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3589681msgid "reason of the update"9682msgstr "raó de l'actualització"96839684#: builtin/tag.c:229685msgid ""9686"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"9687msgstr ""9688"git tag [-a|-s|-u <id-de-clau>] [-f] [-m <missatge>|-F <fitxer>] <nom-"9689"d'etiqueta> [<cap>]"96909691#: builtin/tag.c:239692msgid "git tag -d <tagname>..."9693msgstr "git tag -d <nom-d'etiqueta>..."96949695#: builtin/tag.c:249696msgid ""9697"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"9698"\t\t[<pattern>...]"9699msgstr ""9700"git tag -l [-n[<nombre>]] [--contains <comissió>] \n"9701"\t\t[--points-at <objecte>] [<patró>...]"97029703#: builtin/tag.c:269704msgid "git tag -v <tagname>..."9705msgstr "git tag -v <nom-d'etiqueta>..."97069707#: builtin/tag.c:699708#, c-format9709msgid "malformed object at '%s'"9710msgstr "objecte mal format a '%s'"97119712#: builtin/tag.c:3019713#, c-format9714msgid "tag name too long: %.*s..."9715msgstr "nom d'etiqueta massa llarg: %.*s..."97169717#: builtin/tag.c:3069718#, c-format9719msgid "tag '%s' not found."9720msgstr "etiqueta '%s' no trobada."97219722#: builtin/tag.c:3219723#, c-format9724msgid "Deleted tag '%s' (was %s)\n"9725msgstr "L'etiqueta '%s' s'ha suprimit (era %s)\n"97269727#: builtin/tag.c:3339728#, c-format9729msgid "could not verify the tag '%s'"9730msgstr "no s'ha pogut verificar l'etiqueta '%s'"97319732#: builtin/tag.c:3439733#, c-format9734msgid ""9735"\n"9736"Write a message for tag:\n"9737" %s\n"9738"Lines starting with '%c' will be ignored.\n"9739msgstr ""9740"\n"9741"Escriviu el missatge de l'etiqueta:\n"9742" %s\n"9743"Les línies que comencin amb '%c' s'ignoraran.\n"97449745#: builtin/tag.c:3479746#, c-format9747msgid ""9748"\n"9749"Write a message for tag:\n"9750" %s\n"9751"Lines starting with '%c' will be kept; you may remove them yourself if you "9752"want to.\n"9753msgstr ""9754"\n"9755"Escriviu el missatge de l'etiqueta:\n"9756" %s\n"9757"Les línies que comencin amb '%c' es mantindran; podeu eliminar-les per vós "9758"mateix si voleu.\n"97599760#: builtin/tag.c:3719761#, c-format9762msgid "unsupported sort specification '%s'"9763msgstr "especificació d'ordenació '%s' no admesa"97649765#: builtin/tag.c:3739766#, c-format9767msgid "unsupported sort specification '%s' in variable '%s'"9768msgstr "especificació d'ordenació '%s' no admesa en la variable '%s'"97699770#: builtin/tag.c:4289771msgid "unable to sign the tag"9772msgstr "no s'ha pogut de firmar l'etiqueta"97739774#: builtin/tag.c:4309775msgid "unable to write tag file"9776msgstr "no s'ha pogut escriure el fitxer d'etiqueta"97779778#: builtin/tag.c:4559779msgid "bad object type."9780msgstr "tipus d'objecte dolent."97819782#: builtin/tag.c:4689783msgid "tag header too big."9784msgstr "capçalera d'etiqueta massa gran."97859786#: builtin/tag.c:5049787msgid "no tag message?"9788msgstr "cap missatge d'etiqueta?"97899790#: builtin/tag.c:5109791#, c-format9792msgid "The tag message has been left in %s\n"9793msgstr "S'ha deixat el missatge de l'etiqueta en %s\n"97949795#: builtin/tag.c:5599796msgid "switch 'points-at' requires an object"9797msgstr "l'opció 'points-at' requereix un objecte"97989799#: builtin/tag.c:5619800#, c-format9801msgid "malformed object name '%s'"9802msgstr "nom d'objecte mal format '%s'"98039804#: builtin/tag.c:5899805msgid "list tag names"9806msgstr "llista els noms d'etiqueta"98079808#: builtin/tag.c:5919809msgid "print <n> lines of each tag message"9810msgstr "imprimeix <n> línies de cada missatge d'etiqueta"98119812#: builtin/tag.c:5939813msgid "delete tags"9814msgstr "suprimeix les etiquetes"98159816#: builtin/tag.c:5949817msgid "verify tags"9818msgstr "verifica les etiquetes"98199820#: builtin/tag.c:5969821msgid "Tag creation options"9822msgstr "Opcions de creació d'etiquetes"98239824#: builtin/tag.c:5989825msgid "annotated tag, needs a message"9826msgstr "etiqueta anotada, necessita un missatge"98279828#: builtin/tag.c:6009829msgid "tag message"9830msgstr "missatge d'etiqueta"98319832#: builtin/tag.c:6029833msgid "annotated and GPG-signed tag"9834msgstr "etiqueta anotada i firmada per GPG"98359836#: builtin/tag.c:6069837msgid "use another key to sign the tag"9838msgstr "usa una altra clau per a firmar l'etiqueta"98399840#: builtin/tag.c:6079841msgid "replace the tag if exists"9842msgstr "reemplaça l'etiqueta si existeix"98439844#: builtin/tag.c:6089845msgid "show tag list in columns"9846msgstr "mostra la llista d'etiquetes en columnes"98479848#: builtin/tag.c:6109849msgid "sort tags"9850msgstr "ordena les etiquetes"98519852#: builtin/tag.c:6149853msgid "Tag listing options"9854msgstr "Opcions de llistat d'etiquetes"98559856#: builtin/tag.c:617 builtin/tag.c:6239857msgid "print only tags that contain the commit"9858msgstr "imprimeix només les etiquetes que continguin la comissió"98599860#: builtin/tag.c:6299861msgid "print only tags of the object"9862msgstr "imprimeix només les etiquetes de l'objecte"98639864#: builtin/tag.c:6559865msgid "--column and -n are incompatible"9866msgstr "--column i -n són incompatibles"98679868#: builtin/tag.c:6679869msgid "--sort and -n are incompatible"9870msgstr "--sort i -n són incompatibles"98719872#: builtin/tag.c:6749873msgid "-n option is only allowed with -l."9874msgstr "es permet l'opció -n només amb -l."98759876#: builtin/tag.c:6769877msgid "--contains option is only allowed with -l."9878msgstr "es permet l'opció --contains només amb -l."98799880#: builtin/tag.c:6789881msgid "--points-at option is only allowed with -l."9882msgstr "es permet --points-at option només amb -l."98839884#: builtin/tag.c:6869885msgid "only one -F or -m option is allowed."9886msgstr "només es permet una opció -F o -m."98879888#: builtin/tag.c:7069889msgid "too many params"9890msgstr "massa paràmetres"98919892#: builtin/tag.c:7129893#, c-format9894msgid "'%s' is not a valid tag name."9895msgstr "'%s' no és un nom d'etiqueta vàlid."98969897#: builtin/tag.c:7179898#, c-format9899msgid "tag '%s' already exists"9900msgstr "l'etiqueta '%s' ja existeix"99019902#: builtin/tag.c:7419903#, c-format9904msgid "Updated tag '%s' (was %s)\n"9905msgstr "Etiqueta '%s' actualitzada (era %s)\n"99069907#: builtin/unpack-objects.c:4899908msgid "Unpacking objects"9909msgstr "Desempaquetant objectes"99109911#: builtin/update-index.c:4039912msgid "git update-index [options] [--] [<file>...]"9913msgstr "git update-index [opcions] [--] [<fitxer>...]"99149915#: builtin/update-index.c:7569916msgid "continue refresh even when index needs update"9917msgstr ""9918"continua l'actualització encara que l'índex necessiti una actualització"99199920#: builtin/update-index.c:7599921msgid "refresh: ignore submodules"9922msgstr "actualitza: ignora els submòduls"99239924#: builtin/update-index.c:7629925msgid "do not ignore new files"9926msgstr "no ignoris els fitxers nous"99279928#: builtin/update-index.c:7649929msgid "let files replace directories and vice-versa"9930msgstr "deixa que els fitxers reemplacin els directoris i viceversa"99319932#: builtin/update-index.c:7669933msgid "notice files missing from worktree"9934msgstr "tingues en compte els fitxers absents de l'arbre de treball"99359936#: builtin/update-index.c:7689937msgid "refresh even if index contains unmerged entries"9938msgstr "actualitza encara que l'índex contingui entrades no fusionades"99399940#: builtin/update-index.c:7719941msgid "refresh stat information"9942msgstr "actualitza la informació d'estadístiques"99439944#: builtin/update-index.c:7759945msgid "like --refresh, but ignore assume-unchanged setting"9946msgstr "com --refresh, però ignora l'ajust assume-unchanged"99479948#: builtin/update-index.c:7799949msgid "<mode>,<object>,<path>"9950msgstr "<mode>,<objecte>,<camí>"99519952#: builtin/update-index.c:7809953msgid "add the specified entry to the index"9954msgstr "afegeix l'entrada especificada a l'índex"99559956#: builtin/update-index.c:7849957msgid "(+/-)x"9958msgstr "(+/-)x"99599960#: builtin/update-index.c:7859961msgid "override the executable bit of the listed files"9962msgstr "passa per alt el bit executable dels fitxers llistats"99639964#: builtin/update-index.c:7899965msgid "mark files as \"not changing\""9966msgstr "marca els fitxers com a \"not changing\""99679968#: builtin/update-index.c:7929969msgid "clear assumed-unchanged bit"9970msgstr "neteja el bit assumed-unchanged"99719972#: builtin/update-index.c:7959973msgid "mark files as \"index-only\""9974msgstr "marca els fitxers com a \"index-only\""99759976#: builtin/update-index.c:7989977msgid "clear skip-worktree bit"9978msgstr "neteja el bit skip-worktree"99799980#: builtin/update-index.c:8019981msgid "add to index only; do not add content to object database"9982msgstr ""9983"només afegeix a l'índex; no afegeixis el contingut a la base de dades "9984"d'objectes"99859986#: builtin/update-index.c:8039987msgid "remove named paths even if present in worktree"9988msgstr ""9989"elimina els camins anomenats encara que estiguin presents en l'arbre de "9990"treball"99919992#: builtin/update-index.c:8059993msgid "with --stdin: input lines are terminated by null bytes"9994msgstr "amb --stdin: les línies d'entrada acaben amb octets nuls"99959996#: builtin/update-index.c:8079997msgid "read list of paths to be updated from standard input"9998msgstr "llegeix la llista de camins a actualitzar des de l'entrada estàndard"999910000#: builtin/update-index.c:81110001msgid "add entries from standard input to the index"10002msgstr "afegeix les entrades de l'entrada estàndard a l'índex"1000310004#: builtin/update-index.c:81510005msgid "repopulate stages #2 and #3 for the listed paths"10006msgstr "reemplena les etapes #2 i #3 per als camins llistats"1000710008#: builtin/update-index.c:81910009msgid "only update entries that differ from HEAD"10010msgstr "només actualitza les entrades que difereixin de HEAD"1001110012#: builtin/update-index.c:82310013msgid "ignore files missing from worktree"10014msgstr "ignora els fitxers absents de l'arbre de treball"1001510016#: builtin/update-index.c:82610017msgid "report actions to standard output"10018msgstr "informa de les accions en la sortida estàndard"1001910020#: builtin/update-index.c:82810021msgid "(for porcelains) forget saved unresolved conflicts"10022msgstr "(per porcellanes) oblida't dels conflictes no resolts ni desats"1002310024#: builtin/update-index.c:83210025msgid "write index in this format"10026msgstr "escriu l'índex en aquest format"1002710028#: builtin/update-index.c:83410029msgid "enable or disable split index"10030msgstr "habilita o inhabilita l'índex dividit"1003110032#: builtin/update-ref.c:910033msgid "git update-ref [options] -d <refname> [<oldval>]"10034msgstr "git update-ref [opcions] -d <nom-de-referència> [<valor-antic>]"1003510036#: builtin/update-ref.c:1010037msgid "git update-ref [options] <refname> <newval> [<oldval>]"10038msgstr ""10039"git update-ref [opcions] <nom-de-referència> <valor-nou> [<valor-antic>]"1004010041#: builtin/update-ref.c:1110042msgid "git update-ref [options] --stdin [-z]"10043msgstr "git update-ref [opcions] --stdin [-z]"1004410045#: builtin/update-ref.c:35910046msgid "delete the reference"10047msgstr "suprimeix la referència"1004810049#: builtin/update-ref.c:36110050msgid "update <refname> not the one it points to"10051msgstr "actualitza <nom de referència>, no la que assenyali"1005210053#: builtin/update-ref.c:36210054msgid "stdin has NUL-terminated arguments"10055msgstr "stdin té paràmetres acabats amb NUL"1005610057#: builtin/update-ref.c:36310058msgid "read updates from stdin"10059msgstr "llegeix les actualitzacions des d'stdin"1006010061#: builtin/update-server-info.c:610062msgid "git update-server-info [--force]"10063msgstr "git update-server-info [--force]"1006410065#: builtin/update-server-info.c:1410066msgid "update the info files from scratch"10067msgstr "actualitza els fitxers d'informació des de zero"1006810069#: builtin/verify-commit.c:1710070msgid "git verify-commit [-v|--verbose] <commit>..."10071msgstr "git verify-commit [-v|--verbose] <comissió>..."1007210073#: builtin/verify-commit.c:7510074msgid "print commit contents"10075msgstr "imprimeix els continguts de la comissió"1007610077#: builtin/verify-pack.c:5410078msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."10079msgstr "git verify-pack [-v|--verbose] [-s|--stat-only] <paquet>..."1008010081#: builtin/verify-pack.c:6410082msgid "verbose"10083msgstr "detallat"1008410085#: builtin/verify-pack.c:6610086msgid "show statistics only"10087msgstr "mostra només estadístiques"1008810089#: builtin/verify-tag.c:1710090msgid "git verify-tag [-v|--verbose] <tag>..."10091msgstr "git verify-tag [-v|--verbose] <etiqueta>..."1009210093#: builtin/verify-tag.c:7310094msgid "print tag contents"10095msgstr "imprimeix els continguts de l'etiqueta"1009610097#: builtin/write-tree.c:1310098msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"10099msgstr "git write-tree [--missing-ok] [--prefix=<prefix>/]"1010010101#: builtin/write-tree.c:2610102msgid "<prefix>/"10103msgstr "<prefix>/"1010410105#: builtin/write-tree.c:2710106msgid "write tree object for a subdirectory <prefix>"10107msgstr "escriu l'objecte d'arbre per a un subdirectori <prefix>"1010810109#: builtin/write-tree.c:3010110msgid "only useful for debugging"10111msgstr "només útil per a la depuració"1011210113#: credential-cache--daemon.c:26710114msgid "print debugging messages to stderr"10115msgstr "imprimeix els missatges de depuració a stderr"1011610117#: git.c:1410118msgid ""10119"'git help -a' and 'git help -g' list available subcommands and some\n"10120"concept guides. See 'git help <command>' or 'git help <concept>'\n"10121"to read about a specific subcommand or concept."10122msgstr ""10123"'git help -a' i 'git help -g' llisten subordres disponibles i\n"10124"algunes guies de concepte. Vegeu 'git help <ordre>' o\n"10125"'git help <concepte>' per a llegir sobre una subordre o concepte\n"10126"específic."1012710128#: common-cmds.h:810129msgid "Add file contents to the index"10130msgstr "Afegeix els continguts dels fitxers a l'índex"1013110132#: common-cmds.h:910133msgid "Find by binary search the change that introduced a bug"10134msgstr "Troba per cerca binària el canvi que hagi introduït un defecte"1013510136#: common-cmds.h:1010137msgid "List, create, or delete branches"10138msgstr "Llista, crea o suprimeix branques"1013910140#: common-cmds.h:1110141msgid "Checkout a branch or paths to the working tree"10142msgstr "Agafa una branca o uns camins a l'arbre de treball"1014310144#: common-cmds.h:1210145msgid "Clone a repository into a new directory"10146msgstr "Clona un dipòsit a un directori nou"1014710148#: common-cmds.h:1310149msgid "Record changes to the repository"10150msgstr "Registra els canvis al dipòsit"1015110152#: common-cmds.h:1410153msgid "Show changes between commits, commit and working tree, etc"10154msgstr ""10155"Mostra els canvis entre comissions, la comissió i l'arbre de treball, etc."1015610157#: common-cmds.h:1510158msgid "Download objects and refs from another repository"10159msgstr "Baixa objectes i referències d'un altre dipòsit"1016010161#: common-cmds.h:1610162msgid "Print lines matching a pattern"10163msgstr "Imprimeix les línies coincidents amb un patró"1016410165#: common-cmds.h:1710166msgid "Create an empty Git repository or reinitialize an existing one"10167msgstr "Crea un dipòsit de Git buit o reinicialitza un existent"1016810169#: common-cmds.h:1810170msgid "Show commit logs"10171msgstr "Mostra els registres de comissió"1017210173#: common-cmds.h:1910174msgid "Join two or more development histories together"10175msgstr "Uneix dues o més històries de desenvolupament"1017610177#: common-cmds.h:2010178msgid "Move or rename a file, a directory, or a symlink"10179msgstr "Mou o canvia de nom un fitxer, directori o enllaç simbòlic"1018010181#: common-cmds.h:2110182msgid "Fetch from and integrate with another repository or a local branch"10183msgstr "Obtén de i integra amb un altre dipòsit o una branca local"1018410185#: common-cmds.h:2210186msgid "Update remote refs along with associated objects"10187msgstr ""10188"Actualitza les referències remotes juntament amb els objectes associats"1018910190#: common-cmds.h:2310191msgid "Forward-port local commits to the updated upstream head"10192msgstr "Avança les comissions locals al cap font actualitzat"1019310194#: common-cmds.h:2410195msgid "Reset current HEAD to the specified state"10196msgstr "Restableix el HEAD actual a l'estat especificat"1019710198#: common-cmds.h:2510199msgid "Remove files from the working tree and from the index"10200msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1020110202#: common-cmds.h:2610203msgid "Show various types of objects"10204msgstr "Mostra diversos tipus d'objectes"1020510206#: common-cmds.h:2710207msgid "Show the working tree status"10208msgstr "Mostra l'estat de l'arbre de treball"1020910210#: common-cmds.h:2810211msgid "Create, list, delete or verify a tag object signed with GPG"10212msgstr ""10213"Crea, llista, suprimeix o verifica un objecte d'etiqueta firmat amb GPG"1021410215#: parse-options.h:14310216msgid "expiry-date"10217msgstr "data-de-caducitat"1021810219#: parse-options.h:15810220msgid "no-op (backward compatibility)"10221msgstr "operació nul·la (per a compatibilitat amb versions anteriors)"1022210223#: parse-options.h:23210224msgid "be more verbose"10225msgstr "sigues més detallat"1022610227#: parse-options.h:23410228msgid "be more quiet"10229msgstr "sigues més callat"1023010231#: parse-options.h:24010232msgid "use <n> digits to display SHA-1s"10233msgstr "usa <n> xifres per presentar els SHA-1"1023410235#: rerere.h:2710236msgid "update the index with reused conflict resolution if possible"10237msgstr ""10238"actualitza l'índex amb la resolució de conflicte reusada si és possible"1023910240#: git-am.sh:5310241msgid "You need to set your committer info first"10242msgstr "Cal establir la vostra informació de comitent primer"1024310244#: git-am.sh:9810245msgid ""10246"You seem to have moved HEAD since the last 'am' failure.\n"10247"Not rewinding to ORIG_HEAD"10248msgstr ""10249"Sembla que heu mogut HEAD després de l'última fallada de 'am'.\n"10250"No rebobinant a ORIG_HEAD"1025110252#: git-am.sh:10810253#, sh-format10254msgid ""10255"When you have resolved this problem, run \"$cmdline --continue\".\n"10256"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"10257"To restore the original branch and stop patching, run \"$cmdline --abort\"."10258msgstr ""10259"Quan hàgiu resolt aquest problema, executeu \"$cmdline --continue\".\n"10260"Si preferiu ometre aquest pedaç, executeu \"$cmdline --skip\" en lloc "10261"d'això.\n"10262"Per a restaurar la branca original i deixar d'apedaçar, executeu \"$cmdline "10263"--abort\"."1026410265#: git-am.sh:12410266msgid "Cannot fall back to three-way merge."10267msgstr "No es pot retrocedir a una fusió de 3 vies."1026810269#: git-am.sh:14010270msgid "Repository lacks necessary blobs to fall back on 3-way merge."10271msgstr ""10272"Al dipòsit li manquen els blobs necessaris per a retrocedir a una fusió de 3 "10273"vies."1027410275#: git-am.sh:14210276msgid "Using index info to reconstruct a base tree..."10277msgstr "Usant la informació d'índex per a reconstruir un arbre base..."1027810279#: git-am.sh:15710280msgid ""10281"Did you hand edit your patch?\n"10282"It does not apply to blobs recorded in its index."10283msgstr ""10284"Heu editat el vostre pedaç a mà?\n"10285"No s'aplica als blobs recordats en el seu índex."1028610287#: git-am.sh:16610288msgid "Falling back to patching base and 3-way merge..."10289msgstr "Retrocedint a apedaçar la base i fusionar de 3 vies..."1029010291#: git-am.sh:18210292msgid "Failed to merge in the changes."10293msgstr "S'ha fallat en fusionar els canvis."1029410295#: git-am.sh:27710296msgid "Only one StGIT patch series can be applied at once"10297msgstr "només una sèrie de pedaços StGIT es pot aplicar a la vegada"1029810299#: git-am.sh:36410300#, sh-format10301msgid "Patch format $patch_format is not supported."10302msgstr "El format de pedaç $patch_format no és compatible."1030310304#: git-am.sh:36610305msgid "Patch format detection failed."10306msgstr "La detecció de format de pedaç ha fallat."1030710308#: git-am.sh:39810309msgid ""10310"The -b/--binary option has been a no-op for long time, and\n"10311"it will be removed. Please do not use it anymore."10312msgstr ""10313"Fa molt que l'opció -b/--binary no ha fet res, i\n"10314"s'eliminarà. Si us plau, no l'useu més."1031510316#: git-am.sh:49610317#, sh-format10318msgid "previous rebase directory $dotest still exists but mbox given."10319msgstr ""10320"un directori de rebase anterior $dotest encara existeix però s'ha donat una "10321"bústia."1032210323#: git-am.sh:50110324msgid "Please make up your mind. --skip or --abort?"10325msgstr "Si us plau, preneu una decisió. --skip o --abort?"1032610327#: git-am.sh:53710328#, sh-format10329msgid ""10330"Stray $dotest directory found.\n"10331"Use \"git am --abort\" to remove it."10332msgstr ""10333"Directori $dotest extraviat trobat.\n"10334"Useu \"git am --abort\" per a eliminar-lo."1033510336#: git-am.sh:54510337msgid "Resolve operation not in progress, we are not resuming."10338msgstr "Operació de resolució no en curs; no reprenem."1033910340#: git-am.sh:61210341#, sh-format10342msgid "Dirty index: cannot apply patches (dirty: $files)"10343msgstr "Índex brut: no es pot aplicar pedaços (bruts: $files)"1034410345#: git-am.sh:72210346#, sh-format10347msgid ""10348"Patch is empty. Was it split wrong?\n"10349"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"10350"To restore the original branch and stop patching run \"$cmdline --abort\"."10351msgstr ""10352"El pedaç és buit. S'ha dividit malament?\n"10353"Si preferiu ometre aquest pedaç, executeu en lloc d'això \"$cmdline --skip"10354"\".\n"10355"Per a restaurar la branca original i deixar d'empaquetar, executeu "10356"\"$cmdline --abort\"."1035710358#: git-am.sh:74910359msgid "Patch does not have a valid e-mail address."10360msgstr "El pedaç no té cap adreça de correu electrònic vàlida."1036110362#: git-am.sh:79610363msgid "cannot be interactive without stdin connected to a terminal."10364msgstr ""10365"no es pot ser interactiu sense que stdin sigui connectat a un terminal."1036610367#: git-am.sh:80010368msgid "Commit Body is:"10369msgstr "El cos de la comissió és:"1037010371#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]10372#. in your translation. The program will only accept English10373#. input at this point.10374#: git-am.sh:80710375msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "10376msgstr "Aplica? [y]es/[n]o/[e]dita/[v]isualitza el pedaç/[a]ccepta'ls tots "1037710378#: git-am.sh:84310379#, sh-format10380msgid "Applying: $FIRSTLINE"10381msgstr "Aplicant: $FIRSTLINE"1038210383#: git-am.sh:86410384msgid ""10385"No changes - did you forget to use 'git add'?\n"10386"If there is nothing left to stage, chances are that something else\n"10387"already introduced the same changes; you might want to skip this patch."10388msgstr ""10389"Cap canvi - heu oblidat usar 'git add'?\n"10390"Si no hi ha res a allistar, probablement alguna altra cosa\n"10391"ja ha introduït els mateixos canvis; potser voleu ometre aquest pedaç."1039210393#: git-am.sh:87210394msgid ""10395"You still have unmerged paths in your index\n"10396"did you forget to use 'git add'?"10397msgstr ""10398"Encara teniu camins sense fusionar en el vostre índex\n"10399"heu oblidat d'usar 'git add'?"1040010401#: git-am.sh:88810402msgid "No changes -- Patch already applied."10403msgstr "Sense canvis -- El pedaç ja s'ha aplicat."1040410405#: git-am.sh:89810406#, sh-format10407msgid "Patch failed at $msgnum $FIRSTLINE"10408msgstr "El pedaç ha fallat a $msgnum $FIRSTLINE"1040910410#: git-am.sh:90110411#, sh-format10412msgid ""10413"The copy of the patch that failed is found in:\n"10414" $dotest/patch"10415msgstr ""10416"La còpia del pedaç que ha fallat es troba en:\n"10417" $dotest/patch"1041810419#: git-am.sh:91910420msgid "applying to an empty history"10421msgstr "aplicant a una història buida"1042210423#: git-bisect.sh:4810424msgid "You need to start by \"git bisect start\""10425msgstr "Cal començar per \"git bisect start\""1042610427#. TRANSLATORS: Make sure to include [Y] and [n] in your10428#. translation. The program will only accept English input10429#. at this point.10430#: git-bisect.sh:5410431msgid "Do you want me to do it for you [Y/n]? "10432msgstr "Voleu que ho faci per vós [Y/n]? "1043310434#: git-bisect.sh:9510435#, sh-format10436msgid "unrecognised option: '$arg'"10437msgstr "opció no reconeguda: '$arg'"1043810439#: git-bisect.sh:9910440#, sh-format10441msgid "'$arg' does not appear to be a valid revision"10442msgstr "'$arg' no sembla una revisió vàlida"1044310444#: git-bisect.sh:11710445msgid "Bad HEAD - I need a HEAD"10446msgstr "HEAD dolent - Cal un HEAD"1044710448#: git-bisect.sh:13010449#, sh-format10450msgid ""10451"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."10452msgstr ""10453"L'agafament de '$start_head' ha fallat. Proveu 'git bisect reset <branca-"10454"vàlida>'."1045510456#: git-bisect.sh:14010457msgid "won't bisect on cg-seek'ed tree"10458msgstr "no es bisecarà en un arbre en que s'ha fet cg-seek"1045910460#: git-bisect.sh:14410461msgid "Bad HEAD - strange symbolic ref"10462msgstr "HEAD dolent - referència simbòlica estranya"1046310464#: git-bisect.sh:18910465#, sh-format10466msgid "Bad bisect_write argument: $state"10467msgstr "Paràmetre bisect_write dolent: $state"1046810469#: git-bisect.sh:21810470#, sh-format10471msgid "Bad rev input: $arg"10472msgstr "Introducció de revisió dolenta: $arg"1047310474#: git-bisect.sh:23210475msgid "Please call 'bisect_state' with at least one argument."10476msgstr "Si us plau, invoqueu 'bisect_state' amb almenys un paràmetre."1047710478#: git-bisect.sh:24410479#, sh-format10480msgid "Bad rev input: $rev"10481msgstr "Introducció de revisió dolenta: $rev"1048210483#: git-bisect.sh:25310484msgid "'git bisect bad' can take only one argument."10485msgstr "'git bisect bad' pot acceptar només un paràmetre."1048610487#: git-bisect.sh:27610488msgid "Warning: bisecting only with a bad commit."10489msgstr "Avís: bisecant amb només comissió dolenta."1049010491#. TRANSLATORS: Make sure to include [Y] and [n] in your10492#. translation. The program will only accept English input10493#. at this point.10494#: git-bisect.sh:28210495msgid "Are you sure [Y/n]? "10496msgstr "N'esteu segur [Y/n]? "1049710498#: git-bisect.sh:29210499msgid ""10500"You need to give me at least one good and one bad revision.\n"10501"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"10502msgstr ""10503"Cal donar-me almenys una revisió bona i una dolenta.\n"10504"(Podeu usar \"git bisect bad\" i \"git bisect good\" per això.)"1050510506#: git-bisect.sh:29510507msgid ""10508"You need to start by \"git bisect start\".\n"10509"You then need to give me at least one good and one bad revision.\n"10510"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"10511msgstr ""10512"Cal començar amb \"git bisect start\".\n"10513"Després cal donar-me almenys una revisió bona i una dolenta.\n"10514"(Podeu usar \"git bisect bad\" i \"git bisect good\" per això.)"1051510516#: git-bisect.sh:366 git-bisect.sh:49310517msgid "We are not bisecting."10518msgstr "No estem bisecant."1051910520#: git-bisect.sh:37310521#, sh-format10522msgid "'$invalid' is not a valid commit"10523msgstr "'$invalid' no és una comissió vàlida"1052410525#: git-bisect.sh:38210526#, sh-format10527msgid ""10528"Could not check out original HEAD '$branch'.\n"10529"Try 'git bisect reset <commit>'."10530msgstr ""10531"No s'ha pogut agafar el HEAD original '$branch'.\n"10532"Proveu 'git bisect reset <comissió>'."1053310534#: git-bisect.sh:40910535msgid "No logfile given"10536msgstr "Cap fitxer de registre donat"1053710538#: git-bisect.sh:41010539#, sh-format10540msgid "cannot read $file for replaying"10541msgstr "no es pot llegir $file per a reproducció"1054210543#: git-bisect.sh:42710544msgid "?? what are you talking about?"10545msgstr "?? de què parleu?"1054610547#: git-bisect.sh:43910548#, sh-format10549msgid "running $command"10550msgstr "executant $command"1055110552#: git-bisect.sh:44610553#, sh-format10554msgid ""10555"bisect run failed:\n"10556"exit code $res from '$command' is < 0 or >= 128"10557msgstr ""10558"el pas de bisecció ha fallat:\n"10559"el codi de sortida $res de '$command' és < 0 o >= 128"1056010561#: git-bisect.sh:47210562msgid "bisect run cannot continue any more"10563msgstr "el pas de bisecció no pot continuar més"1056410565#: git-bisect.sh:47810566#, sh-format10567msgid ""10568"bisect run failed:\n"10569"'bisect_state $state' exited with error code $res"10570msgstr ""10571"el pas de bisecció ha fallat:\n"10572"'bisect_state $state' ha surt amb el codi d'error $res"1057310574#: git-bisect.sh:48510575msgid "bisect run success"10576msgstr "pas de bisecció reeixit"1057710578#: git-pull.sh:2110579msgid ""10580"Pull is not possible because you have unmerged files.\n"10581"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"10582"as appropriate to mark resolution and make a commit."10583msgstr ""10584"Baixar no és possible perquè teniu fitxers sense fusionar.\n"10585"Si us plau, arregleu-los en l'arbre de treball, i després useu\n"10586"'git add/rm <fitxer>' segons sigui apropiat per a marcar resolució i\n"10587"feu una comissió."1058810589#: git-pull.sh:2510590msgid "Pull is not possible because you have unmerged files."10591msgstr "Baixar no és possible perquè teniu fitxers sense fusionar."1059210593#: git-pull.sh:3110594msgid ""10595"You have not concluded your merge (MERGE_HEAD exists).\n"10596"Please, commit your changes before you can merge."10597msgstr ""10598"No heu completat la vostra fusió (MERGE_HEAD existeix).\n"10599"Si us plau, cometeu els vostres canvis abans de fusionar."1060010601#: git-pull.sh:24510602msgid "updating an unborn branch with changes added to the index"10603msgstr "actualitzant una branca no nascuda amb canvis afegits a l'índex"1060410605#: git-pull.sh:26910606#, sh-format10607msgid ""10608"Warning: fetch updated the current branch head.\n"10609"Warning: fast-forwarding your working tree from\n"10610"Warning: commit $orig_head."10611msgstr ""10612"Avís: l'obteniment ha actualitzat el cap de la branca actual.\n"10613"Avís: avançant ràpidament el vostre arbre de treball des de\n"10614"Avís: la comissió $orig_head."1061510616#: git-pull.sh:29410617msgid "Cannot merge multiple branches into empty head"10618msgstr "No es pot fusionar múltiples branques a un cap buit"1061910620#: git-pull.sh:29810621msgid "Cannot rebase onto multiple branches"10622msgstr "No es pot rebasar sobre múltiples branques"1062310624#: git-rebase.sh:5710625msgid ""10626"When you have resolved this problem, run \"git rebase --continue\".\n"10627"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"10628"To check out the original branch and stop rebasing, run \"git rebase --abort"10629"\"."10630msgstr ""10631"Quan hàgiu resolt aquest problema, executeu \"git rebase --continue\".\n"10632"Si preferiu saltar aquest pedaç, executeu \"git rebase --skip\" en lloc.\n"10633"Per a agafar la branca original i deixar de rebasar, executeu \"git rebase --"10634"abort\"."1063510636#: git-rebase.sh:16510637msgid "Applied autostash."10638msgstr "S'ha aplicat el magatzem automàtic."1063910640#: git-rebase.sh:16810641#, sh-format10642msgid "Cannot store $stash_sha1"10643msgstr "No es pot emmagatzemar $stash_sha1"1064410645#: git-rebase.sh:16910646msgid ""10647"Applying autostash resulted in conflicts.\n"10648"Your changes are safe in the stash.\n"10649"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"10650msgstr ""10651"L'aplicació del magatzem automàtic ha resultat en conflictes.\n"10652"Els vostres canvis estan segurs en el magatzem.\n"10653"Podeu executar \"git stash pop\" o \"git stash drop\" en qualsevol moment.\n"1065410655#: git-rebase.sh:20810656msgid "The pre-rebase hook refused to rebase."10657msgstr "El ganxo prerebase ha refusat rebasar."1065810659#: git-rebase.sh:21310660msgid "It looks like git-am is in progress. Cannot rebase."10661msgstr "Sembla que git-am està en curs. No es pot rebasar."1066210663#: git-rebase.sh:35110664msgid "The --exec option must be used with the --interactive option"10665msgstr "L'opció --exec s'ha d'usar amb l'opció --interactive"1066610667#: git-rebase.sh:35610668msgid "No rebase in progress?"10669msgstr "No hi ha rebase en curs?"1067010671#: git-rebase.sh:36710672msgid "The --edit-todo action can only be used during interactive rebase."10673msgstr "L'acció --edit-todo només es pot usar durant una rebase interactiva."1067410675#: git-rebase.sh:37410676msgid "Cannot read HEAD"10677msgstr "No es pot llegir HEAD"1067810679#: git-rebase.sh:37710680msgid ""10681"You must edit all merge conflicts and then\n"10682"mark them as resolved using git add"10683msgstr ""10684"Heu d'editar tots els conflictes de fusió i després\n"10685"marcar-los com a resolts fent servir git add"1068610687#: git-rebase.sh:39510688#, sh-format10689msgid "Could not move back to $head_name"10690msgstr "No s'ha pogut tornar a $head_name"1069110692#: git-rebase.sh:41410693#, sh-format10694msgid ""10695"It seems that there is already a $state_dir_base directory, and\n"10696"I wonder if you are in the middle of another rebase. If that is the\n"10697"case, please try\n"10698"\t$cmd_live_rebase\n"10699"If that is not the case, please\n"10700"\t$cmd_clear_stale_rebase\n"10701"and run me again. I am stopping in case you still have something\n"10702"valuable there."10703msgstr ""10704"Sembla que ja hi ha un directori $state_dir_base, i\n"10705"em pregunto si esteu enmig d'una altra rebase. Si aquest és el\n"10706"cas, si us plau, proveu\n"10707"\t$cmd_live_rebase\n"10708"Si no és el cas, si us plau,\n"10709"\t$cmd_clear_stale_rebase\n"10710"i executeu-me de nou. M'aturo per si encara hi teniu alguna cosa\n"10711"de valor."1071210713#: git-rebase.sh:46510714#, sh-format10715msgid "invalid upstream $upstream_name"10716msgstr "font no vàlida $upstream_name"1071710718#: git-rebase.sh:48910719#, sh-format10720msgid "$onto_name: there are more than one merge bases"10721msgstr "$onto_name: ja hi ha més d'una base de fusió"1072210723#: git-rebase.sh:492 git-rebase.sh:49610724#, sh-format10725msgid "$onto_name: there is no merge base"10726msgstr "$onto_name: no hi ha cap base de fusió"1072710728#: git-rebase.sh:50110729#, sh-format10730msgid "Does not point to a valid commit: $onto_name"10731msgstr "No assenyala una comissió vàlida: $onto_name"1073210733#: git-rebase.sh:52410734#, sh-format10735msgid "fatal: no such branch: $branch_name"10736msgstr "fatal: no hi ha tal branca: $branch_name"1073710738#: git-rebase.sh:55710739msgid "Cannot autostash"10740msgstr "No es pot emmagatzemar automàticament"1074110742#: git-rebase.sh:56210743#, sh-format10744msgid "Created autostash: $stash_abbrev"10745msgstr "S'ha creat un magatzem automàtic: $stash_abbrev"1074610747#: git-rebase.sh:56610748msgid "Please commit or stash them."10749msgstr "Si us plau, cometeu-los o emmagatzemeu-los."1075010751#: git-rebase.sh:58610752#, sh-format10753msgid "Current branch $branch_name is up to date."10754msgstr "La branca actual $branch_name està al dia."1075510756#: git-rebase.sh:59010757#, sh-format10758msgid "Current branch $branch_name is up to date, rebase forced."10759msgstr "La branca actual $branch_name està al dia; rebase forçada."1076010761#: git-rebase.sh:60110762#, sh-format10763msgid "Changes from $mb to $onto:"10764msgstr "Canvis de $mb a $onto:"1076510766#: git-rebase.sh:61010767msgid "First, rewinding head to replay your work on top of it..."10768msgstr ""10769"Primer, rebobinant el cap per a reproduir el vostre treball al damunt..."1077010771#: git-rebase.sh:62010772#, sh-format10773msgid "Fast-forwarded $branch_name to $onto_name."10774msgstr "S'ha avançat $branch_name ràpidament a $onto_name"1077510776#: git-stash.sh:5110777msgid "git stash clear with parameters is unimplemented"10778msgstr "git stash clear amb paràmetres no està implementat"1077910780#: git-stash.sh:7410781msgid "You do not have the initial commit yet"10782msgstr "Encara no teniu la comissió inicial"1078310784#: git-stash.sh:8910785msgid "Cannot save the current index state"10786msgstr "No es pot desar l'estat d'índex actual"1078710788#: git-stash.sh:124 git-stash.sh:13710789msgid "Cannot save the current worktree state"10790msgstr "No es pot desar l'estat d'arbre de treball actual"1079110792#: git-stash.sh:14110793msgid "No changes selected"10794msgstr "No hi ha canvis seleccionats"1079510796#: git-stash.sh:14410797msgid "Cannot remove temporary index (can't happen)"10798msgstr "No es pot eliminar l'índex temporal (això no pot passar)"1079910800#: git-stash.sh:15710801msgid "Cannot record working tree state"10802msgstr "No es pot registrar l'estat de l'arbre de treball"1080310804#: git-stash.sh:19110805#, sh-format10806msgid "Cannot update $ref_stash with $w_commit"10807msgstr "No es pot actualitzar $ref_stash amb $w_commit"1080810809#. TRANSLATORS: $option is an invalid option, like10810#. `--blah-blah'. The 7 spaces at the beginning of the10811#. second line correspond to "error: ". So you should line10812#. up the second line with however many characters the10813#. translation of "error: " takes in your language. E.g. in10814#. English this is:10815#.10816#. $ git stash save --blah-blah 2>&1 | head -n 210817#. error: unknown option for 'stash save': --blah-blah10818#. To provide a message, use git stash save -- '--blah-blah'10819#: git-stash.sh:23810820#, sh-format10821msgid ""10822"error: unknown option for 'stash save': $option\n"10823" To provide a message, use git stash save -- '$option'"10824msgstr ""10825"error: opció desconeguda de 'stash save': $option\n"10826" Per a proveir un missatge, useu git stash save -- '$option'"1082710828#: git-stash.sh:25910829msgid "No local changes to save"10830msgstr "No hi ha canvis locals a desar"1083110832#: git-stash.sh:26310833msgid "Cannot initialize stash"10834msgstr "No es pot inicialitzar el magatzem"1083510836#: git-stash.sh:26710837msgid "Cannot save the current status"10838msgstr "No es pot desar l'estat actual"1083910840#: git-stash.sh:28510841msgid "Cannot remove worktree changes"10842msgstr "No es poden elminiar els canvis de l'arbre de treball"1084310844#: git-stash.sh:38410845msgid "No stash found."10846msgstr "Cap magatzem trobat."1084710848#: git-stash.sh:39110849#, sh-format10850msgid "Too many revisions specified: $REV"10851msgstr "Massa revisions especificades: $REV"1085210853#: git-stash.sh:39710854#, sh-format10855msgid "$reference is not a valid reference"10856msgstr "$reference no és una referència vàlida"1085710858#: git-stash.sh:42510859#, sh-format10860msgid "'$args' is not a stash-like commit"10861msgstr "'$args' no és una comissió de tipus magatzem"1086210863#: git-stash.sh:43610864#, sh-format10865msgid "'$args' is not a stash reference"10866msgstr "'$args' no és una referència de magatzem"1086710868#: git-stash.sh:44410869msgid "unable to refresh index"10870msgstr "no s'ha pogut actualitzar l'índex"1087110872#: git-stash.sh:44810873msgid "Cannot apply a stash in the middle of a merge"10874msgstr "No es pot aplicar un magatzem enmig d'una fusió"1087510876#: git-stash.sh:45610877msgid "Conflicts in index. Try without --index."10878msgstr "Hi ha conflictes en l'índex. Proveu-ho sense --index."1087910880#: git-stash.sh:45810881msgid "Could not save index tree"10882msgstr "No s'ha pogut desar l'arbre d'índex"1088310884#: git-stash.sh:49210885msgid "Cannot unstage modified files"10886msgstr "No es pot desallistar fitxers modificats"1088710888#: git-stash.sh:50710889msgid "Index was not unstashed."10890msgstr "L'índex no estava sense emmagatzemar."1089110892#: git-stash.sh:53010893#, sh-format10894msgid "Dropped ${REV} ($s)"10895msgstr "${REV} ($s) descartada"1089610897#: git-stash.sh:53110898#, sh-format10899msgid "${REV}: Could not drop stash entry"10900msgstr "${REV}: No s'ha pogut descartar l'entrada de magatzem"1090110902#: git-stash.sh:53910903msgid "No branch name specified"10904msgstr "Cap nom de branca especificat"1090510906#: git-stash.sh:61110907msgid "(To restore them type \"git stash apply\")"10908msgstr "(Per restaurar-les teclegeu \"git stash apply\")"1090910910#: git-submodule.sh:9510911#, sh-format10912msgid "cannot strip one component off url '$remoteurl'"10913msgstr "no es pot despullar un component de l'url '$remoteurl'"1091410915#: git-submodule.sh:23710916#, sh-format10917msgid "No submodule mapping found in .gitmodules for path '$sm_path'"10918msgstr ""10919"No s'ha trobat cap mapatge de submòdul a .gitmodules per al camí '$sm_path'"1092010921#: git-submodule.sh:28710922#, sh-format10923msgid "Clone of '$url' into submodule path '$sm_path' failed"10924msgstr "El clonatge de '$url' al camí de submòdul '$sm_path' ha fallat"1092510926#: git-submodule.sh:29610927#, sh-format10928msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"10929msgstr "El directori de git '$a' és part del camí de submòdul '$b' o viceversa"1093010931#: git-submodule.sh:40610932msgid "Relative path can only be used from the toplevel of the working tree"10933msgstr ""10934"El camí relatiu només es pot usar des del nivell superior de l'arbre de "10935"treball"1093610937#: git-submodule.sh:41610938#, sh-format10939msgid "repo URL: '$repo' must be absolute or begin with ./|../"10940msgstr "URL de dipòsit: '$repo' ha de ser absolut o començar amb ./|../"1094110942#: git-submodule.sh:43310943#, sh-format10944msgid "'$sm_path' already exists in the index"10945msgstr "'$sm_path' ja existeix en l'índex"1094610947#: git-submodule.sh:43710948#, sh-format10949msgid ""10950"The following path is ignored by one of your .gitignore files:\n"10951"$sm_path\n"10952"Use -f if you really want to add it."10953msgstr ""10954"El camí següent s'ignora per un dels vostres fitxers .gitignore:\n"10955"$sm_path\n"10956"Useu -f si realment voleu afegir-lo."1095710958#: git-submodule.sh:45510959#, sh-format10960msgid "Adding existing repo at '$sm_path' to the index"10961msgstr "Afegint el dipòsit existent a '$sm_path' a l'índex"1096210963#: git-submodule.sh:45710964#, sh-format10965msgid "'$sm_path' already exists and is not a valid git repo"10966msgstr "'$sm_path' ja existeix i no és un dipòsit de git vàlid"1096710968#: git-submodule.sh:46510969#, sh-format10970msgid "A git directory for '$sm_name' is found locally with remote(s):"10971msgstr ""10972"Es troba un directori de git per a '$sm_name' localment amb els remots:"1097310974#: git-submodule.sh:46710975#, sh-format10976msgid ""10977"If you want to reuse this local git directory instead of cloning again from"10978msgstr ""10979"Si voleu tornar a usar aquest directori de git local en lloc de clonar de "10980"nou des de"1098110982#: git-submodule.sh:46910983#, sh-format10984msgid ""10985"use the '--force' option. If the local git directory is not the correct repo"10986msgstr ""10987"useu l'opció '--force'. Si el directori de git local no és el dipòsit "10988"correcte"1098910990#: git-submodule.sh:47010991#, sh-format10992msgid ""10993"or you are unsure what this means choose another name with the '--name' "10994"option."10995msgstr ""10996"o esteu insegur de què vol dir això, trieu un altre nom amb l'opció '--name'."1099710998#: git-submodule.sh:47210999#, sh-format11000msgid "Reactivating local git directory for submodule '$sm_name'."11001msgstr "Reactivant el directori de git local per al submòdul '$sm_name'."1100211003#: git-submodule.sh:48411004#, sh-format11005msgid "Unable to checkout submodule '$sm_path'"11006msgstr "no s'ha pogut agafar el submòdul '$sm_path'"1100711008#: git-submodule.sh:48911009#, sh-format11010msgid "Failed to add submodule '$sm_path'"11011msgstr "S'ha fallat en afegir el submòdul '$sm_path'"1101211013#: git-submodule.sh:49811014#, sh-format11015msgid "Failed to register submodule '$sm_path'"11016msgstr "S'ha fallat en registrar el submòdul '$sm_path'"1101711018#: git-submodule.sh:54211019#, sh-format11020msgid "Entering '$prefix$displaypath'"11021msgstr "Entrant a '$prefix$displaypath'"1102211023#: git-submodule.sh:56211024#, sh-format11025msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."11026msgstr ""11027"Aturant a '$prefix$displaypath'; l'script ha retornat un estat no zero."1102811029#: git-submodule.sh:60811030#, sh-format11031msgid "No url found for submodule path '$displaypath' in .gitmodules"11032msgstr ""11033"No s'ha trobat cap url per al camí de submòdul '$displaypath' a .gitmodules"1103411035#: git-submodule.sh:61711036#, sh-format11037msgid "Failed to register url for submodule path '$displaypath'"11038msgstr "S'ha fallat en registrar l'url per al camí de submòdul '$displaypath'"1103911040#: git-submodule.sh:61911041#, sh-format11042msgid "Submodule '$name' ($url) registered for path '$displaypath'"11043msgstr "S'ha registrat el submòdul '$name' ($url) per al camí '$displaypath'"1104411045#: git-submodule.sh:63611046#, sh-format11047msgid "Failed to register update mode for submodule path '$displaypath'"11048msgstr ""11049"S'ha fallat en registrar el mode d'actualització per al camí de submòdul "11050"'$displaypath'"1105111052#: git-submodule.sh:67411053#, sh-format11054msgid "Use '.' if you really want to deinitialize all submodules"11055msgstr "Useu '.' si realment voleu desinicialitzar tots els submòduls"1105611057#: git-submodule.sh:69111058#, sh-format11059msgid "Submodule work tree '$displaypath' contains a .git directory"11060msgstr "L'arbre de treball de submòdul '$displaypath' conté un directori .git"1106111062#: git-submodule.sh:69211063#, sh-format11064msgid ""11065"(use 'rm -rf' if you really want to remove it including all of its history)"11066msgstr ""11067"(useu 'rm -rf' si realment voleu eliminar-lo inclosa tota la seva història)"1106811069#: git-submodule.sh:69811070#, sh-format11071msgid ""11072"Submodule work tree '$displaypath' contains local modifications; use '-f' to "11073"discard them"11074msgstr ""11075"L'arbre de treball de submòdul '$displaypath' conté modificacions locals; "11076"useu '-f' per a descartar-les"1107711078#: git-submodule.sh:70111079#, sh-format11080msgid "Cleared directory '$displaypath'"11081msgstr "S'ha netejat el directori '$displaypath'"1108211083#: git-submodule.sh:70211084#, sh-format11085msgid "Could not remove submodule work tree '$displaypath'"11086msgstr "No s'ha pogut eliminar l'arbre de treball de submòdul '$displaypath'"1108711088#: git-submodule.sh:70511089#, sh-format11090msgid "Could not create empty submodule directory '$displaypath'"11091msgstr "No s'ha pogut crear el directori de submòdul buit '$displaypath'"1109211093#: git-submodule.sh:71411094#, sh-format11095msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"11096msgstr "Submòdul '$name' ($url) no registrat per al camí '$displaypath'"1109711098#: git-submodule.sh:83011099#, sh-format11100msgid ""11101"Submodule path '$displaypath' not initialized\n"11102"Maybe you want to use 'update --init'?"11103msgstr ""11104"Camí de submòdul '$displaypath' no inicialitzat\n"11105"Potser voleu usar 'update --init'?"1110611107#: git-submodule.sh:84311108#, sh-format11109msgid "Unable to find current revision in submodule path '$displaypath'"11110msgstr ""11111"No s'ha pogut trobar la revisió actual en el camí de submòdul '$displaypath'"1111211113#: git-submodule.sh:85211114#, sh-format11115msgid "Unable to fetch in submodule path '$sm_path'"11116msgstr "No s'ha pogut obtenir en el camí de submòdul '$sm_path'"1111711118#: git-submodule.sh:87611119#, sh-format11120msgid "Unable to fetch in submodule path '$displaypath'"11121msgstr "No s'ha pogut obtenir en el camí de submòdul '$displaypath'"1112211123#: git-submodule.sh:89011124#, sh-format11125msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"11126msgstr "No s'ha pogut agafar '$sha1' en el camí de submòdul '$displaypath'"1112711128#: git-submodule.sh:89111129#, sh-format11130msgid "Submodule path '$displaypath': checked out '$sha1'"11131msgstr "Camí de submòdul '$displaypath': s'ha agafat '$sha1'"1113211133#: git-submodule.sh:89511134#, sh-format11135msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"11136msgstr "no s'ha pogut rebasar '$sha1' en el camí de submòdul '$displaypath'"1113711138#: git-submodule.sh:89611139#, sh-format11140msgid "Submodule path '$displaypath': rebased into '$sha1'"11141msgstr "Camí de submòdul '$displaypath': s'ha rebasat en '$sha1'"1114211143#: git-submodule.sh:90111144#, sh-format11145msgid "Unable to merge '$sha1' in submodule path '$displaypath'"11146msgstr "No s'ha pogut fusionar '$sha1' en el camí de submòdul '$displaypath'"1114711148#: git-submodule.sh:90211149#, sh-format11150msgid "Submodule path '$displaypath': merged in '$sha1'"11151msgstr "Camí de submòdul '$displaypath': s'ha fusionat en '$sha1'"1115211153#: git-submodule.sh:90711154#, sh-format11155msgid ""11156"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"11157msgstr ""11158"L'execució de '$command $sha1' ha fallat en el camí de submòdul '$prefix"11159"$sm_path'"1116011161#: git-submodule.sh:90811162#, sh-format11163msgid "Submodule path '$prefix$sm_path': '$command $sha1'"11164msgstr "Camí de submòdul '$prefix$sm_path': '$command $sha1'"1116511166#: git-submodule.sh:93811167#, sh-format11168msgid "Failed to recurse into submodule path '$displaypath'"11169msgstr "S'ha fallat en recursar al camí de submòdul '$displaypath'"1117011171#: git-submodule.sh:104611172msgid "The --cached option cannot be used with the --files option"11173msgstr "L'opció --cached no es pot usar amb l'opció --files"1117411175#: git-submodule.sh:109811176#, sh-format11177msgid "unexpected mode $mod_dst"11178msgstr "mode inesperat $mod_dst"1117911180#: git-submodule.sh:111811181#, sh-format11182msgid " Warn: $display_name doesn't contain commit $sha1_src"11183msgstr " Avís: $display_name no conté la comissió $sha1_src"1118411185#: git-submodule.sh:112111186#, sh-format11187msgid " Warn: $display_name doesn't contain commit $sha1_dst"11188msgstr " Avís: $display_name no conté la comissió $sha1_dst"1118911190#: git-submodule.sh:112411191#, sh-format11192msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"11193msgstr " Avís: $display_name no conté les comissions $sha1_src i $sha1_dst"1119411195#: git-submodule.sh:114911196msgid "blob"11197msgstr "blob"1119811199#: git-submodule.sh:126711200#, sh-format11201msgid "Failed to recurse into submodule path '$sm_path'"11202msgstr "S'ha fallat en recursar al camí de submòdul '$sm_path'"1120311204#: git-submodule.sh:133111205#, sh-format11206msgid "Synchronizing submodule url for '$displaypath'"11207msgstr "Sincronitzant l'url de submòdul per a '$displaypath'"