1# Catalan translations for Git. 2# Copyright (C) 2014 Alex Henrie <alexhenrie24@gmail.com> 3# This file is distributed under the same license as the Git package. 4# Alex Henrie <alexhenrie24@gmail.com>, 2014. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: Git\n" 9"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 10"POT-Creation-Date: 2016-03-16 00:16+0800\n" 11"PO-Revision-Date: 2016-03-19 23:51-0600\n" 12"Last-Translator: Alex Henrie <alexhenrie24@gmail.com>\n" 13"Language-Team: Catalan\n" 14"Language: ca\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=UTF-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Plural-Forms: nplurals=2; plural=(n != 1);\n" 19"X-Generator: Poedit 1.8.7\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#: advice.c:101 builtin/merge.c:1226 36msgid "You have not concluded your merge (MERGE_HEAD exists)." 37msgstr "No heu conclòs la vostra fusió (MERGE_HEAD existeix)." 38 39#: advice.c:103 40msgid "Please, commit your changes before merging." 41msgstr "Si us plau, cometeu els vostres canvis abans de fusionar." 42 43#: advice.c:104 44msgid "Exiting because of unfinished merge." 45msgstr "Sortint a causa d'una fusió no terminada." 46 47#: archive.c:12 48msgid "git archive [<options>] <tree-ish> [<path>...]" 49msgstr "git archive [<opcions>] <arbre> [<camí>...]" 50 51#: archive.c:13 52msgid "git archive --list" 53msgstr "git archive --list" 54 55#: archive.c:14 56msgid "" 57"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 58msgstr "" 59"git archive --remote <dipòsit> [--exec <ordre>] [<opcions>] <arbre> " 60"[<camí>...]" 61 62#: archive.c:15 63msgid "git archive --remote <repo> [--exec <cmd>] --list" 64msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list" 65 66#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327 67#, c-format 68msgid "pathspec '%s' did not match any files" 69msgstr "L'especificació de camí '%s' no ha coincidit amb cap fitxer" 70 71#: archive.c:429 72msgid "fmt" 73msgstr "format" 74 75#: archive.c:429 76msgid "archive format" 77msgstr "format d'arxiu" 78 79#: archive.c:430 builtin/log.c:1232 80msgid "prefix" 81msgstr "prefix" 82 83#: archive.c:431 84msgid "prepend prefix to each pathname in the archive" 85msgstr "anteposa el prefix a cada nom de camí en l'arxiu" 86 87#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2547 builtin/blame.c:2548 88#: builtin/config.c:60 builtin/fast-export.c:987 builtin/fast-export.c:989 89#: builtin/grep.c:720 builtin/hash-object.c:100 builtin/ls-files.c:459 90#: builtin/ls-files.c:462 builtin/notes.c:398 builtin/notes.c:561 91#: builtin/read-tree.c:109 parse-options.h:153 92msgid "file" 93msgstr "fitxer" 94 95#: archive.c:433 builtin/archive.c:89 96msgid "write the archive to this file" 97msgstr "escriu l'arxiu a aquest fitxer" 98 99#: archive.c:435 100msgid "read .gitattributes in working directory" 101msgstr "llegeix .gitattributes en el directori de treball" 102 103#: archive.c:436 104msgid "report archived files on stderr" 105msgstr "informa de fitxers arxivats en stderr" 106 107#: archive.c:437 108msgid "store only" 109msgstr "només emmagatzema" 110 111#: archive.c:438 112msgid "compress faster" 113msgstr "comprimeix més ràpidament" 114 115#: archive.c:446 116msgid "compress better" 117msgstr "comprimeix millor" 118 119#: archive.c:449 120msgid "list supported archive formats" 121msgstr "allista els formats d'arxiu admesos" 122 123#: archive.c:451 builtin/archive.c:90 builtin/clone.c:78 124msgid "repo" 125msgstr "dipòsit" 126 127#: archive.c:452 builtin/archive.c:91 128msgid "retrieve the archive from remote repository <repo>" 129msgstr "recupera l'arxiu del dipòsit remot <dipòsit>" 130 131#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482 132msgid "command" 133msgstr "ordre" 134 135#: archive.c:454 builtin/archive.c:93 136msgid "path to the remote git-upload-archive command" 137msgstr "camí a l'ordre git-upload-archive remota" 138 139#: attr.c:263 140msgid "" 141"Negative patterns are ignored in git attributes\n" 142"Use '\\!' for literal leading exclamation." 143msgstr "" 144"Els patrons negatius s'ignoren en els atributs de git\n" 145"Useu '\\!' per exclamació capdavantera literal." 146 147#: branch.c:53 148#, c-format 149msgid "" 150"\n" 151"After fixing the error cause you may try to fix up\n" 152"the remote tracking information by invoking\n" 153"\"git branch --set-upstream-to=%s%s%s\"." 154msgstr "" 155"\n" 156"Després de corregir la causa de l'error, podeu\n" 157"intentar corregir la informació de seguiment remot\n" 158"invocant \"git branch --set-upstream-to=%s%s%s\"." 159 160#: branch.c:67 161#, c-format 162msgid "Not setting branch %s as its own upstream." 163msgstr "No establint la branca %s com a la seva pròpia font." 164 165#: branch.c:93 166#, c-format 167msgid "Branch %s set up to track remote branch %s from %s by rebasing." 168msgstr "" 169"La branca %s està configurada per a seguir la branca remota %s de %s per " 170"rebasar." 171 172#: branch.c:94 173#, c-format 174msgid "Branch %s set up to track remote branch %s from %s." 175msgstr "La branca %s està configurada per a seguir la branca remota %s de %s." 176 177#: branch.c:98 178#, c-format 179msgid "Branch %s set up to track local branch %s by rebasing." 180msgstr "" 181"La branca %s està configurada per a seguir la branca local %s per rebasar." 182 183#: branch.c:99 184#, c-format 185msgid "Branch %s set up to track local branch %s." 186msgstr "La branca %s està configurada per a seguir la branca local %s." 187 188#: branch.c:104 189#, c-format 190msgid "Branch %s set up to track remote ref %s by rebasing." 191msgstr "" 192"La branca %s està configurada per a seguir la referència remota %s per " 193"rebasar." 194 195#: branch.c:105 196#, c-format 197msgid "Branch %s set up to track remote ref %s." 198msgstr "La branca %s està configurada per a seguir la referència remota %s." 199 200#: branch.c:109 201#, c-format 202msgid "Branch %s set up to track local ref %s by rebasing." 203msgstr "" 204"La branca %s està configurada per a seguir la referència local %s per " 205"rebasar." 206 207#: branch.c:110 208#, c-format 209msgid "Branch %s set up to track local ref %s." 210msgstr "La branca %s està configurada per a seguir la referència local %s." 211 212#: branch.c:119 213msgid "Unable to write upstream branch configuration" 214msgstr "No es pot escriure la configuració de la branca font" 215 216#: branch.c:156 217#, c-format 218msgid "Not tracking: ambiguous information for ref %s" 219msgstr "No seguint: informació ambigua per a la referència %s" 220 221#: branch.c:185 222#, c-format 223msgid "'%s' is not a valid branch name." 224msgstr "'%s' no és un nom de branca vàlid." 225 226#: branch.c:190 227#, c-format 228msgid "A branch named '%s' already exists." 229msgstr "Una branca amb nom '%s' ja existeix." 230 231#: branch.c:198 232msgid "Cannot force update the current branch." 233msgstr "No es pot actualitzar la branca actual a la força." 234 235#: branch.c:218 236#, c-format 237msgid "Cannot setup tracking information; starting point '%s' is not a branch." 238msgstr "" 239"No es pot configurar la informació de seguiment; el punt inicial '%s' no és " 240"una branca." 241 242#: branch.c:220 243#, c-format 244msgid "the requested upstream branch '%s' does not exist" 245msgstr "la branca font demanada '%s' no existeix" 246 247#: branch.c:222 248msgid "" 249"\n" 250"If you are planning on basing your work on an upstream\n" 251"branch that already exists at the remote, you may need to\n" 252"run \"git fetch\" to retrieve it.\n" 253"\n" 254"If you are planning to push out a new local branch that\n" 255"will track its remote counterpart, you may want to use\n" 256"\"git push -u\" to set the upstream config as you push." 257msgstr "" 258"\n" 259"Si teniu pensat basar el vostre treball en una branca\n" 260"font que ja existeix al remot, pot ser que necessiteu\n" 261"executar \"git fetch\" per a obtenir-la.\n" 262"\n" 263"Si teniu pensat pujar una branca local nova que seguirà\n" 264"la seva contrapart remota, pot ser que vulgueu usar\n" 265"\"git push -u\" per a establir la configuració font\n" 266"mentre pugeu." 267 268#: branch.c:266 269#, c-format 270msgid "Not a valid object name: '%s'." 271msgstr "No és un nom d'objecte vàlid: '%s'." 272 273#: branch.c:286 274#, c-format 275msgid "Ambiguous object name: '%s'." 276msgstr "Nom d'objecte ambigu: '%s'." 277 278#: branch.c:291 279#, c-format 280msgid "Not a valid branch point: '%s'." 281msgstr "No és un punt de ramificació vàlid: '%s'." 282 283#: branch.c:344 284#, c-format 285msgid "'%s' is already checked out at '%s'" 286msgstr "'%s' ja s'ha agafat a '%s'" 287 288#: bundle.c:34 289#, c-format 290msgid "'%s' does not look like a v2 bundle file" 291msgstr "'%s' no sembla un fitxer de farcell v2" 292 293#: bundle.c:61 294#, c-format 295msgid "unrecognized header: %s%s (%d)" 296msgstr "capçalera no reconeguda: %s%s (%d)" 297 298#: bundle.c:87 builtin/commit.c:766 299#, c-format 300msgid "could not open '%s'" 301msgstr "no s'ha pogut obrir '%s'" 302 303#: bundle.c:139 304msgid "Repository lacks these prerequisite commits:" 305msgstr "Al dipòsit li manquen aquestes comissions prerequisits:" 306 307#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074 308#: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334 309#: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358 310#: builtin/shortlog.c:170 311msgid "revision walk setup failed" 312msgstr "la configuració del passeig per revisions ha fallat" 313 314#: bundle.c:185 315#, c-format 316msgid "The bundle contains this ref:" 317msgid_plural "The bundle contains these %d refs:" 318msgstr[0] "El farcell conté aquesta referència:" 319msgstr[1] "El farcell conté aquestes %d referències:" 320 321#: bundle.c:192 322msgid "The bundle records a complete history." 323msgstr "El farcell registra una història completa." 324 325#: bundle.c:194 326#, c-format 327msgid "The bundle requires this ref:" 328msgid_plural "The bundle requires these %d refs:" 329msgstr[0] "El farcell requereix aquesta referència:" 330msgstr[1] "El farcell requereix aquestes %d referències:" 331 332#: bundle.c:253 333msgid "Could not spawn pack-objects" 334msgstr "No s'ha pogut executar el pack-objects" 335 336#: bundle.c:264 337msgid "pack-objects died" 338msgstr "El pack-objects s'ha mort" 339 340#: bundle.c:304 341msgid "rev-list died" 342msgstr "El rev-list s'ha mort" 343 344#: bundle.c:353 345#, c-format 346msgid "ref '%s' is excluded by the rev-list options" 347msgstr "les opcions de la llista de revisions exclouen la referència '%s'" 348 349#: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273 350#, c-format 351msgid "unrecognized argument: %s" 352msgstr "paràmetre no reconegut: %s" 353 354#: bundle.c:449 355msgid "Refusing to create empty bundle." 356msgstr "Refusant crear un farcell buit." 357 358#: bundle.c:459 359#, c-format 360msgid "cannot create '%s'" 361msgstr "no es pot crear '%s'" 362 363#: bundle.c:480 364msgid "index-pack died" 365msgstr "L'index-pack s'ha mort" 366 367#: color.c:275 368#, c-format 369msgid "invalid color value: %.*s" 370msgstr "valor de color no vàlid: %.*s" 371 372#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505 373#: builtin/am.c:2135 374#, c-format 375msgid "could not parse %s" 376msgstr "no s'ha pogut analitzar %s" 377 378#: commit.c:42 379#, c-format 380msgid "%s %s is not a commit!" 381msgstr "%s %s no és una comissió!" 382 383#: compat/obstack.c:406 compat/obstack.c:408 384msgid "memory exhausted" 385msgstr "memòria esgotada" 386 387#: config.c:475 config.c:477 388#, c-format 389msgid "bad config line %d in %s %s" 390msgstr "línia de fitxer de configuració dolenta %d en %s %s" 391 392#: config.c:593 393#, c-format 394msgid "bad numeric config value '%s' for '%s' in %s %s: %s" 395msgstr "valor de configuració numèrica dolent '%s' per '%s' en %s %s: %s" 396 397#: config.c:595 398#, c-format 399msgid "bad numeric config value '%s' for '%s': %s" 400msgstr "valor de configuració numèrica dolent '%s' per '%s': %s" 401 402#: config.c:680 403#, c-format 404msgid "failed to expand user dir in: '%s'" 405msgstr "s'ha fallat en expandir el directori d'usuari en '%s'" 406 407#: config.c:758 config.c:769 408#, c-format 409msgid "bad zlib compression level %d" 410msgstr "nivell de compressió de zlib dolent %d" 411 412#: config.c:891 413#, c-format 414msgid "invalid mode for object creation: %s" 415msgstr "mode de creació d'objecte no vàlid: %s" 416 417#: config.c:1220 418msgid "unable to parse command-line config" 419msgstr "no s'ha pogut analitzar la configuració de la línia d'ordres" 420 421#: config.c:1281 422msgid "unknown error occured while reading the configuration files" 423msgstr "ha ocorregut un error desconegut en llegir els fitxers de configuració" 424 425#: config.c:1629 426#, c-format 427msgid "unable to parse '%s' from command-line config" 428msgstr "no s'ha pogut analitzar '%s' de la configuració de la línia d'ordres" 429 430#: config.c:1631 431#, c-format 432msgid "bad config variable '%s' in file '%s' at line %d" 433msgstr "variable de configuració dolenta '%s' en el fitxer '%s' a la línia %d" 434 435#: config.c:1690 436#, c-format 437msgid "%s has multiple values" 438msgstr "%s té múltiples valors" 439 440#: config.c:2226 441#, c-format 442msgid "Could not set '%s' to '%s'" 443msgstr "No s'ha pogut establir '%s' com a '%s'" 444 445#: connected.c:69 446msgid "Could not run 'git rev-list'" 447msgstr "No s'ha pogut executar 'git rev-list'" 448 449#: connected.c:89 450#, c-format 451msgid "failed write to rev-list: %s" 452msgstr "escriptura fallada al rev-list: %s" 453 454#: connected.c:97 455#, c-format 456msgid "failed to close rev-list's stdin: %s" 457msgstr "s'ha fallat en tancar l'stdin del rev-list: %s" 458 459#: date.c:95 460msgid "in the future" 461msgstr "en el futur" 462 463#: date.c:101 464#, c-format 465msgid "%lu second ago" 466msgid_plural "%lu seconds ago" 467msgstr[0] "fa %lu segon" 468msgstr[1] "fa %lu segons" 469 470#: date.c:108 471#, c-format 472msgid "%lu minute ago" 473msgid_plural "%lu minutes ago" 474msgstr[0] "fa %lu minut" 475msgstr[1] "fa %lu minuts" 476 477#: date.c:115 478#, c-format 479msgid "%lu hour ago" 480msgid_plural "%lu hours ago" 481msgstr[0] "fa %lu hora" 482msgstr[1] "fa %lu hores" 483 484#: date.c:122 485#, c-format 486msgid "%lu day ago" 487msgid_plural "%lu days ago" 488msgstr[0] "fa %lu dia" 489msgstr[1] "fa %lu dies" 490 491#: date.c:128 492#, c-format 493msgid "%lu week ago" 494msgid_plural "%lu weeks ago" 495msgstr[0] "fa %lu setmana" 496msgstr[1] "fa %lu setmanes" 497 498#: date.c:135 499#, c-format 500msgid "%lu month ago" 501msgid_plural "%lu months ago" 502msgstr[0] "fa %lu mes" 503msgstr[1] "fa %lu mesos" 504 505#: date.c:146 506#, c-format 507msgid "%lu year" 508msgid_plural "%lu years" 509msgstr[0] "%lu any" 510msgstr[1] "%lu anys" 511 512#. TRANSLATORS: "%s" is "<n> years" 513#: date.c:149 514#, c-format 515msgid "%s, %lu month ago" 516msgid_plural "%s, %lu months ago" 517msgstr[0] "fa %s i %lu mes" 518msgstr[1] "fa %s i %lu mesos" 519 520#: date.c:154 date.c:159 521#, c-format 522msgid "%lu year ago" 523msgid_plural "%lu years ago" 524msgstr[0] "fa %lu any" 525msgstr[1] "fa %lu anys" 526 527#: diffcore-order.c:24 528#, c-format 529msgid "failed to read orderfile '%s'" 530msgstr "s'ha fallat en llegir el fitxer d'ordres '%s'" 531 532#: diffcore-rename.c:536 533msgid "Performing inexact rename detection" 534msgstr "Realitzant detecció inexacta de canvis de nom" 535 536#: diff.c:115 537#, c-format 538msgid " Failed to parse dirstat cut-off percentage '%s'\n" 539msgstr " S'ha fallat en analitzar el percentatge limitant de dirstat '%s'\n" 540 541#: diff.c:120 542#, c-format 543msgid " Unknown dirstat parameter '%s'\n" 544msgstr " Paràmetre de dirstat desconegut '%s'\n" 545 546#: diff.c:215 547#, c-format 548msgid "Unknown value for 'diff.submodule' config variable: '%s'" 549msgstr "" 550"Valor desconegut de la variable de configuració de 'diff.submodule': '%s'" 551 552#: diff.c:267 553#, c-format 554msgid "" 555"Found errors in 'diff.dirstat' config variable:\n" 556"%s" 557msgstr "" 558"Errors trobats en la variable de configuració 'diff.dirstat':\n" 559"%s" 560 561#: diff.c:2997 562#, c-format 563msgid "external diff died, stopping at %s" 564msgstr "El diff external s'ha mort, aturant a %s" 565 566#: diff.c:3393 567msgid "--follow requires exactly one pathspec" 568msgstr "--follow requereix exactament una especificació de camí" 569 570#: diff.c:3556 571#, c-format 572msgid "" 573"Failed to parse --dirstat/-X option parameter:\n" 574"%s" 575msgstr "" 576"S'ha fallat en analitzar el paràmetre d'opció de --dirstat/-X:\n" 577"%s" 578 579#: diff.c:3570 580#, c-format 581msgid "Failed to parse --submodule option parameter: '%s'" 582msgstr "S'ha fallat en analitzar el paràmetre d'opció de --submodule: %s" 583 584#: dir.c:2004 585msgid "failed to get kernel name and information" 586msgstr "s'ha fallat en obtenir el nombre i la informació del nucli" 587 588#: dir.c:2123 589msgid "Untracked cache is disabled on this system or location." 590msgstr "" 591"La memòria cau no seguida està inhabilitada en aquest sistema o ubicació." 592 593#: gpg-interface.c:166 gpg-interface.c:237 594msgid "could not run gpg." 595msgstr "no s'ha pogut executar el gpg." 596 597#: gpg-interface.c:178 598msgid "gpg did not accept the data" 599msgstr "El gpg no ha acceptat les dades" 600 601#: gpg-interface.c:189 602msgid "gpg failed to sign the data" 603msgstr "gpg ha fallat en firmar les dades" 604 605#: gpg-interface.c:222 606#, c-format 607msgid "could not create temporary file '%s': %s" 608msgstr "no s'ha pogut crear el fitxer temporal '%s': %s" 609 610#: gpg-interface.c:225 611#, c-format 612msgid "failed writing detached signature to '%s': %s" 613msgstr "s'ha fallat en escriure la firma separada a '%s': %s" 614 615#: grep.c:1718 616#, c-format 617msgid "'%s': unable to read %s" 618msgstr "'%s': no s'ha pogut llegir %s" 619 620#: grep.c:1735 621#, c-format 622msgid "'%s': %s" 623msgstr "'%s': %s" 624 625#: grep.c:1746 626#, c-format 627msgid "'%s': short read %s" 628msgstr "'%s': lectura curta %s" 629 630#: help.c:205 631#, c-format 632msgid "available git commands in '%s'" 633msgstr "ordres de git disponibles en '%s'" 634 635#: help.c:212 636msgid "git commands available from elsewhere on your $PATH" 637msgstr "ordres de git disponibles d'altres llocs en el vostre $PATH" 638 639#: help.c:244 640msgid "These are common Git commands used in various situations:" 641msgstr "Aquestes són ordres del Git comunament usades en diverses situacions:" 642 643#: help.c:309 644#, c-format 645msgid "" 646"'%s' appears to be a git command, but we were not\n" 647"able to execute it. Maybe git-%s is broken?" 648msgstr "" 649"'%s' sembla una ordre de git, però no hem pogut\n" 650"executar-la. Pot ser que git-%s estigui estropejat?" 651 652#: help.c:366 653msgid "Uh oh. Your system reports no Git commands at all." 654msgstr "Ai. El vostre sistema no informa de cap ordre de Git." 655 656#: help.c:388 657#, c-format 658msgid "" 659"WARNING: You called a Git command named '%s', which does not exist.\n" 660"Continuing under the assumption that you meant '%s'" 661msgstr "" 662"AVÍS: Heu invocat una ordre de Git amb nom '%s', la qual no existeix.\n" 663"Continuant sota l'assumpció que volíeu dir '%s'" 664 665#: help.c:393 666#, c-format 667msgid "in %0.1f seconds automatically..." 668msgstr "en %0.1f segons automàticament..." 669 670#: help.c:400 671#, c-format 672msgid "git: '%s' is not a git command. See 'git --help'." 673msgstr "git: '%s' no és una ordre de git. Vegeu 'git --help'." 674 675#: help.c:404 help.c:464 676msgid "" 677"\n" 678"Did you mean this?" 679msgid_plural "" 680"\n" 681"Did you mean one of these?" 682msgstr[0] "" 683"\n" 684"Volíeu dir això?" 685msgstr[1] "" 686"\n" 687"Volíeu dir un d'aquests?" 688 689#: help.c:460 690#, c-format 691msgid "%s: %s - %s" 692msgstr "%s: %s - %s" 693 694#: merge.c:41 695msgid "failed to read the cache" 696msgstr "s'ha fallat en llegir la memòria cau" 697 698#: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376 699#: builtin/checkout.c:587 builtin/clone.c:730 700msgid "unable to write new index file" 701msgstr "no s'ha pogut escriure un fitxer d'índex nou" 702 703#: merge-recursive.c:189 704#, c-format 705msgid "(bad commit)\n" 706msgstr "(comissió dolenta)\n" 707 708#: merge-recursive.c:209 709#, c-format 710msgid "addinfo_cache failed for path '%s'" 711msgstr "addinfo_cache ha fallat per al camí '%s'" 712 713#: merge-recursive.c:270 714msgid "error building trees" 715msgstr "error en construir arbres" 716 717#: merge-recursive.c:689 718#, c-format 719msgid "failed to create path '%s'%s" 720msgstr "s'ha fallat en crear el camí '%s' %s" 721 722#: merge-recursive.c:700 723#, c-format 724msgid "Removing %s to make room for subdirectory\n" 725msgstr "Eliminant %s per a fer espai per al subdirectori\n" 726 727#: merge-recursive.c:714 merge-recursive.c:735 728msgid ": perhaps a D/F conflict?" 729msgstr ": potser un conflicte D/F?" 730 731#: merge-recursive.c:725 732#, c-format 733msgid "refusing to lose untracked file at '%s'" 734msgstr "refusant perdre el fitxer no seguit a '%s'" 735 736#: merge-recursive.c:765 737#, c-format 738msgid "cannot read object %s '%s'" 739msgstr "no es pot llegir l'objecte %s '%s'" 740 741#: merge-recursive.c:767 742#, c-format 743msgid "blob expected for %s '%s'" 744msgstr "blob esperat per a %s '%s'" 745 746#: merge-recursive.c:790 builtin/clone.c:374 747#, c-format 748msgid "failed to open '%s'" 749msgstr "s'ha fallat en obrir '%s'" 750 751#: merge-recursive.c:798 752#, c-format 753msgid "failed to symlink '%s'" 754msgstr "s'ha fallat en fer l'enllaç simbòlic '%s'" 755 756#: merge-recursive.c:801 757#, c-format 758msgid "do not know what to do with %06o %s '%s'" 759msgstr "no se sap què fer amb %06o %s '%s'" 760 761#: merge-recursive.c:939 762msgid "Failed to execute internal merge" 763msgstr "S'ha fallat en executar la fusió interna" 764 765#: merge-recursive.c:943 766#, c-format 767msgid "Unable to add %s to database" 768msgstr "no s'ha pogut afegir %s a la base de dades" 769 770#: merge-recursive.c:959 771msgid "unsupported object type in the tree" 772msgstr "tipus d'objecte no compatible en l'arbre" 773 774#: merge-recursive.c:1034 merge-recursive.c:1048 775#, c-format 776msgid "" 777"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 778"in tree." 779msgstr "" 780"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s " 781"s'ha deixat en l'arbre." 782 783#: merge-recursive.c:1040 merge-recursive.c:1053 784#, c-format 785msgid "" 786"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 787"in tree at %s." 788msgstr "" 789"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s " 790"s'ha deixat en l'arbre a %s." 791 792#: merge-recursive.c:1094 793msgid "rename" 794msgstr "canvia de nom" 795 796#: merge-recursive.c:1094 797msgid "renamed" 798msgstr "canviat de nom" 799 800#: merge-recursive.c:1150 801#, c-format 802msgid "%s is a directory in %s adding as %s instead" 803msgstr "%s és un directori en %s; afegint com a %s en lloc" 804 805#: merge-recursive.c:1172 806#, c-format 807msgid "" 808"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 809"\"->\"%s\" in \"%s\"%s" 810msgstr "" 811"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la " 812"branca \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s" 813 814#: merge-recursive.c:1177 815msgid " (left unresolved)" 816msgstr " (deixat sense resolució)" 817 818#: merge-recursive.c:1231 819#, c-format 820msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 821msgstr "" 822"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de " 823"nom %s->%s en %s" 824 825#: merge-recursive.c:1261 826#, c-format 827msgid "Renaming %s to %s and %s to %s instead" 828msgstr "Canviant el nom de %s a %s i %s a %s en lloc d'això" 829 830#: merge-recursive.c:1460 831#, c-format 832msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 833msgstr "" 834"CONFLICTE (canvi de nom/afegiment): Canvi de nom %s->%s en %s. %s afegit en " 835"%s" 836 837#: merge-recursive.c:1470 838#, c-format 839msgid "Adding merged %s" 840msgstr "Afegint %s fusionat" 841 842#: merge-recursive.c:1475 merge-recursive.c:1677 843#, c-format 844msgid "Adding as %s instead" 845msgstr "Afegint com a %s en lloc d'això" 846 847#: merge-recursive.c:1526 848#, c-format 849msgid "cannot read object %s" 850msgstr "no es pot llegir l'objecte %s" 851 852#: merge-recursive.c:1529 853#, c-format 854msgid "object %s is not a blob" 855msgstr "L'objecte %s no és un blob" 856 857#: merge-recursive.c:1581 858msgid "modify" 859msgstr "modifica" 860 861#: merge-recursive.c:1581 862msgid "modified" 863msgstr "modificat" 864 865#: merge-recursive.c:1591 866msgid "content" 867msgstr "contingut" 868 869#: merge-recursive.c:1598 870msgid "add/add" 871msgstr "afegiment/afegiment" 872 873#: merge-recursive.c:1632 874#, c-format 875msgid "Skipped %s (merged same as existing)" 876msgstr "%s saltat (el fusionat és igual a l'existent)" 877 878#: merge-recursive.c:1646 879#, c-format 880msgid "Auto-merging %s" 881msgstr "Autofusionant %s" 882 883#: merge-recursive.c:1650 git-submodule.sh:1048 884msgid "submodule" 885msgstr "submòdul" 886 887#: merge-recursive.c:1651 888#, c-format 889msgid "CONFLICT (%s): Merge conflict in %s" 890msgstr "CONFLICTE (%s): Conflicte de fusió en %s" 891 892#: merge-recursive.c:1737 893#, c-format 894msgid "Removing %s" 895msgstr "Eliminant %s" 896 897#: merge-recursive.c:1762 898msgid "file/directory" 899msgstr "fitxer/directori" 900 901#: merge-recursive.c:1768 902msgid "directory/file" 903msgstr "directori/fitxer" 904 905#: merge-recursive.c:1773 906#, c-format 907msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 908msgstr "" 909"CONFLICTE (%s): Hi ha un directori amb nom %s en %s. Afegint %s com a %s" 910 911#: merge-recursive.c:1783 912#, c-format 913msgid "Adding %s" 914msgstr "Afegint %s" 915 916#: merge-recursive.c:1800 917msgid "Fatal merge failure, shouldn't happen." 918msgstr "Fallat de fusió fatal; això no ha de passar." 919 920#: merge-recursive.c:1819 921msgid "Already up-to-date!" 922msgstr "Ja al dia!" 923 924#: merge-recursive.c:1828 925#, c-format 926msgid "merging of trees %s and %s failed" 927msgstr "la fusió dels arbres %s i %s ha fallat" 928 929#: merge-recursive.c:1858 930#, c-format 931msgid "Unprocessed path??? %s" 932msgstr "Camí no processat??? %s" 933 934#: merge-recursive.c:1906 935msgid "Merging:" 936msgstr "Fusionant:" 937 938#: merge-recursive.c:1919 939#, c-format 940msgid "found %u common ancestor:" 941msgid_plural "found %u common ancestors:" 942msgstr[0] "s'ha trobat %u avantpassat:" 943msgstr[1] "s'han trobat %u avantpassats:" 944 945#: merge-recursive.c:1956 946msgid "merge returned no commit" 947msgstr "la fusió no ha retornat cap comissió" 948 949#: merge-recursive.c:2013 950#, c-format 951msgid "Could not parse object '%s'" 952msgstr "No s'ha pogut analitzar l'objecte '%s'" 953 954#: merge-recursive.c:2024 builtin/merge.c:646 955msgid "Unable to write index." 956msgstr "No s'ha pogut escriure l'índex." 957 958#: notes-utils.c:41 959msgid "Cannot commit uninitialized/unreferenced notes tree" 960msgstr "No es pot cometre un arbre de notes no inicialitzat / no referenciat" 961 962#: notes-utils.c:100 963#, c-format 964msgid "Bad notes.rewriteMode value: '%s'" 965msgstr "Valor de notes.rewriteMode dolent: '%s'" 966 967#: notes-utils.c:110 968#, c-format 969msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 970msgstr "Refusant reescriure les notes en %s (fora de refs/notes/)" 971 972#. TRANSLATORS: The first %s is the name of the 973#. environment variable, the second %s is its value 974#: notes-utils.c:137 975#, c-format 976msgid "Bad %s value: '%s'" 977msgstr "Valor dolent de %s: '%s'" 978 979#: object.c:242 980#, c-format 981msgid "unable to parse object: %s" 982msgstr "no s'ha pogut analitzar l'objecte: %s" 983 984#: parse-options.c:570 985msgid "..." 986msgstr "..." 987 988#: parse-options.c:588 989#, c-format 990msgid "usage: %s" 991msgstr "ús: %s" 992 993#. TRANSLATORS: the colon here should align with the 994#. one in "usage: %s" translation 995#: parse-options.c:592 996#, c-format 997msgid " or: %s" 998msgstr " o: %s" 9991000#: parse-options.c:5951001#, c-format1002msgid " %s"1003msgstr " %s"10041005#: parse-options.c:6291006msgid "-NUM"1007msgstr "-NUM"10081009#: parse-options-cb.c:1081010#, c-format1011msgid "malformed object name '%s'"1012msgstr "nom de camp mal format '%s'"10131014#: path.c:7521015#, c-format1016msgid "Could not make %s writable by group"1017msgstr "No s'ha pogut fer %s escrivible pel grup"10181019#: pathspec.c:1331020msgid "global 'glob' and 'noglob' pathspec settings are incompatible"1021msgstr ""1022"els ajusts d'especificació de camí 'glob' i 'noglob' globals són "1023"incompatibles"10241025#: pathspec.c:1431026msgid ""1027"global 'literal' pathspec setting is incompatible with all other global "1028"pathspec settings"1029msgstr ""1030"l'ajust d'especificació de camí 'literal' global és incompatible amb tots "1031"els altres ajusts d'especificació de camí globals"10321033#: pathspec.c:1771034msgid "invalid parameter for pathspec magic 'prefix'"1035msgstr "paràmetre no vàlid per a la màgia d'especificació de camí 'prefix'"10361037#: pathspec.c:1831038#, c-format1039msgid "Invalid pathspec magic '%.*s' in '%s'"1040msgstr "Màgia d'especificació de camí no vàlida '%.*s' en '%s'"10411042#: pathspec.c:1871043#, c-format1044msgid "Missing ')' at the end of pathspec magic in '%s'"1045msgstr "')' mancant al final de la màgia d'especificació de camí en '%s'"10461047#: pathspec.c:2051048#, c-format1049msgid "Unimplemented pathspec magic '%c' in '%s'"1050msgstr "Màgia d'especificació de camí no implementada '%c' en '%s'"10511052#: pathspec.c:2301053#, c-format1054msgid "%s: 'literal' and 'glob' are incompatible"1055msgstr "%s: 'literal' i 'glob' són incompatibles"10561057#: pathspec.c:2411058#, c-format1059msgid "%s: '%s' is outside repository"1060msgstr "%s: '%s' és fora del dipòsit"10611062#: pathspec.c:2911063#, c-format1064msgid "Pathspec '%s' is in submodule '%.*s'"1065msgstr "L'especificació '%s' és en el submòdul '%.*s'"10661067#: pathspec.c:3531068#, c-format1069msgid "%s: pathspec magic not supported by this command: %s"1070msgstr ""1071"%s: aquesta ordre no és compatible amb la màgia d'especificació de camí: %s"10721073#: pathspec.c:4331074#, c-format1075msgid "pathspec '%s' is beyond a symbolic link"1076msgstr "l'especificació de camí '%s' és més enllà d'un enllaç simbòlic"10771078#: pathspec.c:4421079msgid ""1080"There is nothing to exclude from by :(exclude) patterns.\n"1081"Perhaps you forgot to add either ':/' or '.' ?"1082msgstr ""1083"No hi ha res a excloure per patrons :(exclusió).\n"1084"Potser heu oblidat afegir o ':/' o '.' ?"10851086#: pretty.c:9691087msgid "unable to parse --pretty format"1088msgstr "no s'ha pogut analitzar el format --pretty"10891090#: progress.c:2351091msgid "done"1092msgstr "fet"10931094#: read-cache.c:12811095#, c-format1096msgid ""1097"index.version set, but the value is invalid.\n"1098"Using version %i"1099msgstr ""1100"index.version establert, però el valor no és vàlid.\n"1101"Usant la versió %i"11021103#: read-cache.c:12911104#, c-format1105msgid ""1106"GIT_INDEX_VERSION set, but the value is invalid.\n"1107"Using version %i"1108msgstr ""1109"GIT_INDEX_VERSION establert, però el valor no és vàlid.\n"1110"Usant la versió %i"11111112#: refs.c:543 builtin/merge.c:761 builtin/merge.c:872 builtin/merge.c:9741113#: builtin/merge.c:9841114#, c-format1115msgid "Could not open '%s' for writing"1116msgstr "No s'ha pogut obrir '%s' per a escriptura"11171118#: refs/files-backend.c:23741119#, c-format1120msgid "could not delete reference %s: %s"1121msgstr "no s'ha pogut suprimir la referència %s: %s"11221123#: refs/files-backend.c:23771124#, c-format1125msgid "could not delete references: %s"1126msgstr "no s'ha pogut suprimir les referències: %s"11271128#: refs/files-backend.c:23861129#, c-format1130msgid "could not remove reference %s"1131msgstr "no s'ha pogut eliminar la referència %s"11321133#: ref-filter.c:551134#, c-format1135msgid "expected format: %%(color:<color>)"1136msgstr "format esperat: %%(color:<color>)"11371138#: ref-filter.c:571139#, c-format1140msgid "unrecognized color: %%(color:%s)"1141msgstr "color no reconegut: %%(color:%s)"11421143#: ref-filter.c:711144#, c-format1145msgid "unrecognized format: %%(%s)"1146msgstr "format no reconegut: %%(%s)"11471148#: ref-filter.c:771149#, c-format1150msgid "%%(body) does not take arguments"1151msgstr "%%(body) no accepta paràmetres"11521153#: ref-filter.c:841154#, c-format1155msgid "%%(subject) does not take arguments"1156msgstr "%%(subject) no accepta paràmetres"11571158#: ref-filter.c:1011159#, c-format1160msgid "positive value expected contents:lines=%s"1161msgstr "valor positiu esperat contents:lines=%s"11621163#: ref-filter.c:1031164#, c-format1165msgid "unrecognized %%(contents) argument: %s"1166msgstr "paràmetre %%(contents) no reconegut: %s"11671168#: ref-filter.c:1131169#, c-format1170msgid "unrecognized %%(objectname) argument: %s"1171msgstr "paràmetre %%(objectname) no reconegut: %s"11721173#: ref-filter.c:1351174#, c-format1175msgid "expected format: %%(align:<width>,<position>)"1176msgstr "format esperat: %%(align:<amplada>,<posició>)"11771178#: ref-filter.c:1471179#, c-format1180msgid "unrecognized position:%s"1181msgstr "posició no reconeguda:%s"11821183#: ref-filter.c:1511184#, c-format1185msgid "unrecognized width:%s"1186msgstr "amplada no reconeguda:%s"11871188#: ref-filter.c:1571189#, c-format1190msgid "unrecognized %%(align) argument: %s"1191msgstr "paràmetre %%(align) no reconegut: %s"11921193#: ref-filter.c:1611194#, c-format1195msgid "positive width expected with the %%(align) atom"1196msgstr "amplada positiva esperada amb l'àtom %%(align)"11971198#: ref-filter.c:2441199#, c-format1200msgid "malformed field name: %.*s"1201msgstr "nom d'objecte mal format: %.*s"12021203#: ref-filter.c:2701204#, c-format1205msgid "unknown field name: %.*s"1206msgstr "nom de camp desconegut: %.*s"12071208#: ref-filter.c:3721209#, c-format1210msgid "format: %%(end) atom used without corresponding atom"1211msgstr "format: s'ha usat l'àtom %%(end) sense l'àtom corresponent"12121213#: ref-filter.c:4241214#, c-format1215msgid "malformed format string %s"1216msgstr "cadena de format mal format %s"12171218#: ref-filter.c:8781219msgid ":strip= requires a positive integer argument"1220msgstr ":strip= requereix un paràmetre enter positiu"12211222#: ref-filter.c:8831223#, c-format1224msgid "ref '%s' does not have %ld components to :strip"1225msgstr "la referència '%s' no té %ld components per a :strip"12261227#: ref-filter.c:10461228#, c-format1229msgid "unknown %.*s format %s"1230msgstr "format de %.*s desconegut %s"12311232#: ref-filter.c:1066 ref-filter.c:10971233#, c-format1234msgid "missing object %s for %s"1235msgstr "manca l'objecte %s per a %s"12361237#: ref-filter.c:1069 ref-filter.c:11001238#, c-format1239msgid "parse_object_buffer failed on %s for %s"1240msgstr "parse_object_buffer ha fallat en %s per a %s"12411242#: ref-filter.c:13111243#, c-format1244msgid "malformed object at '%s'"1245msgstr "objecte mal format a '%s'"12461247#: ref-filter.c:13731248#, c-format1249msgid "ignoring ref with broken name %s"1250msgstr "ignorant la referència amb nom trencat %s"12511252#: ref-filter.c:13781253#, c-format1254msgid "ignoring broken ref %s"1255msgstr "ignorant la referència trencada %s"12561257#: ref-filter.c:16511258#, c-format1259msgid "format: %%(end) atom missing"1260msgstr "format: manca l'àtom %%(end)"12611262#: ref-filter.c:17051263#, c-format1264msgid "malformed object name %s"1265msgstr "nom d'objecte %s mal format"12661267#: remote.c:7451268#, c-format1269msgid "Cannot fetch both %s and %s to %s"1270msgstr "No es pot obtenir ambdós %s i %s a %s"12711272#: remote.c:7491273#, c-format1274msgid "%s usually tracks %s, not %s"1275msgstr "%s generalment segueix %s, no %s"12761277#: remote.c:7531278#, c-format1279msgid "%s tracks both %s and %s"1280msgstr "%s segueix ambdós %s i %s"12811282#: remote.c:7611283msgid "Internal error"1284msgstr "Error intern"12851286#: remote.c:1677 remote.c:17201287msgid "HEAD does not point to a branch"1288msgstr "HEAD no assenyala cap branca"12891290#: remote.c:16861291#, c-format1292msgid "no such branch: '%s'"1293msgstr "no hi ha tal branca: '%s'"12941295#: remote.c:16891296#, c-format1297msgid "no upstream configured for branch '%s'"1298msgstr "cap font configurada per a la branca '%s'"12991300#: remote.c:16951301#, c-format1302msgid "upstream branch '%s' not stored as a remote-tracking branch"1303msgstr "La branca font '%s' no s'emmagatzema com a branca amb seguiment remot"13041305#: remote.c:17101306#, c-format1307msgid "push destination '%s' on remote '%s' has no local tracking branch"1308msgstr ""1309"el destí de pujada '%s' en el remot '%s' no té cap branca seguidora local"13101311#: remote.c:17251312#, c-format1313msgid "branch '%s' has no remote for pushing"1314msgstr "la branca '%s' no té cap remot al qual pujar"13151316#: remote.c:17361317#, c-format1318msgid "push refspecs for '%s' do not include '%s'"1319msgstr "les especificacions de referència de '%s' no inclouen '%s'"13201321#: remote.c:17491322msgid "push has no destination (push.default is 'nothing')"1323msgstr "push no té destí (push.default és 'nothing')"13241325#: remote.c:17711326msgid "cannot resolve 'simple' push to a single destination"1327msgstr "no es pot resoldre una pujada 'simple' a un sol destí"13281329#: remote.c:20731330#, c-format1331msgid "Your branch is based on '%s', but the upstream is gone.\n"1332msgstr "La vostra branca està basada en '%s', però la font no hi és.\n"13331334#: remote.c:20771335msgid " (use \"git branch --unset-upstream\" to fixup)\n"1336msgstr " (useu \"git branch --unset-upstream\" per a arreglar)\n"13371338#: remote.c:20801339#, c-format1340msgid "Your branch is up-to-date with '%s'.\n"1341msgstr "La vostra branca està al dia amb '%s'.\n"13421343#: remote.c:20841344#, c-format1345msgid "Your branch is ahead of '%s' by %d commit.\n"1346msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1347msgstr[0] "La vostra branca està davant de '%s' per %d comissió.\n"1348msgstr[1] "La vostra branca està davant de '%s' per %d comissions.\n"13491350#: remote.c:20901351msgid " (use \"git push\" to publish your local commits)\n"1352msgstr " (useu \"git push\" per a publicar les vostres comissions locals)\n"13531354#: remote.c:20931355#, c-format1356msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1357msgid_plural ""1358"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1359msgstr[0] ""1360"La vostra branca està darrere de '%s' per %d comissió, i pot avançar-se "1361"ràpidament.\n"1362msgstr[1] ""1363"La vostra branca està darrere de '%s' per %d comissions, i pot avançar-se "1364"ràpidament.\n"13651366#: remote.c:21011367msgid " (use \"git pull\" to update your local branch)\n"1368msgstr " (useu \"git pull\" per a actualitzar la vostra branca local)\n"13691370#: remote.c:21041371#, c-format1372msgid ""1373"Your branch and '%s' have diverged,\n"1374"and have %d and %d different commit each, respectively.\n"1375msgid_plural ""1376"Your branch and '%s' have diverged,\n"1377"and have %d and %d different commits each, respectively.\n"1378msgstr[0] ""1379"La vostra branca i '%s' s'han divergit,\n"1380"i tenen %d i %d comissió distinta cada una, respectivament.\n"1381msgstr[1] ""1382"La vostra branca i '%s' s'han divergit,\n"1383"i tenen %d i %d comissions distintes cada una, respectivament.\n"13841385#: remote.c:21141386msgid " (use \"git pull\" to merge the remote branch into yours)\n"1387msgstr " (useu \"git pull\" per a fusionar la branca remota a la vostra)\n"13881389#: revision.c:21311390msgid "your current branch appears to be broken"1391msgstr "la vostra branca actual sembla trencada"13921393#: revision.c:21341394#, c-format1395msgid "your current branch '%s' does not have any commits yet"1396msgstr "la vostra branca actual '%s' encara no té cap comissió"13971398#: revision.c:23281399msgid "--first-parent is incompatible with --bisect"1400msgstr "--first-parent és incompatible amb --bisect"14011402#: run-command.c:921403msgid "open /dev/null failed"1404msgstr "s'ha fallat en obrir /dev/null"14051406#: run-command.c:941407#, c-format1408msgid "dup2(%d,%d) failed"1409msgstr "dup2(%d,%d) ha fallat"14101411#: send-pack.c:2951412msgid "failed to sign the push certificate"1413msgstr "s'ha fallat en firmar el certificat de pujada"14141415#: send-pack.c:4041416msgid "the receiving end does not support --signed push"1417msgstr "el destí receptor no admet pujar --signed"14181419#: send-pack.c:4061420msgid ""1421"not sending a push certificate since the receiving end does not support --"1422"signed push"1423msgstr ""1424"no enviant una certificació de pujada perquè el destí receptor no admet "1425"pujar --signed"14261427#: send-pack.c:4181428msgid "the receiving end does not support --atomic push"1429msgstr "el destí receptor no admet pujar --atomic"14301431#: sequencer.c:1741432msgid ""1433"after resolving the conflicts, mark the corrected paths\n"1434"with 'git add <paths>' or 'git rm <paths>'"1435msgstr ""1436"després de resoldre els conflictes, marqueu els camins\n"1437"corregits amb 'git add <camins>' o 'git rm <camins>'"14381439#: sequencer.c:1771440msgid ""1441"after resolving the conflicts, mark the corrected paths\n"1442"with 'git add <paths>' or 'git rm <paths>'\n"1443"and commit the result with 'git commit'"1444msgstr ""1445"després de resoldre els conflictes, marqueu els camins\n"1446"corregits amb 'git add <camins>' o 'git rm <camins>'\n"1447"i cometeu el resultat amb 'git commit'"14481449#: sequencer.c:190 sequencer.c:833 sequencer.c:9131450#, c-format1451msgid "Could not write to %s"1452msgstr "No s'ha pogut escriure a %s"14531454#: sequencer.c:1931455#, c-format1456msgid "Error wrapping up %s"1457msgstr "Error en finalitzar %s"14581459#: sequencer.c:2081460msgid "Your local changes would be overwritten by cherry-pick."1461msgstr "Els vostres canvis locals se sobreescriurien pel recull de cireres."14621463#: sequencer.c:2101464msgid "Your local changes would be overwritten by revert."1465msgstr "Els vostres canvis locals se sobreescriurien per la reversió."14661467#: sequencer.c:2131468msgid "Commit your changes or stash them to proceed."1469msgstr "Cometeu els vostres canvis o emmagatzemeu-los per a procedir."14701471#. TRANSLATORS: %s will be "revert" or "cherry-pick"1472#: sequencer.c:3001473#, c-format1474msgid "%s: Unable to write new index file"1475msgstr "%s: No s'ha pogut escriure un fitxer d'índex nou"14761477#: sequencer.c:3181478msgid "Could not resolve HEAD commit\n"1479msgstr "No s'ha pogut resoldre la comissió HEAD\n"14801481#: sequencer.c:3381482msgid "Unable to update cache tree\n"1483msgstr "No s'ha pogut actualitzar l'arbre cau\n"14841485#: sequencer.c:3901486#, c-format1487msgid "Could not parse commit %s\n"1488msgstr "No s'ha pogut analitzar la comissió %s\n"14891490#: sequencer.c:3951491#, c-format1492msgid "Could not parse parent commit %s\n"1493msgstr "No s'ha pogut analitzar la comissió mare %s\n"14941495#: sequencer.c:4601496msgid "Your index file is unmerged."1497msgstr "El vostre fitxer d'índex està sense fusionar."14981499#: sequencer.c:4791500#, c-format1501msgid "Commit %s is a merge but no -m option was given."1502msgstr "La comissió %s és una fusió però no s'ha donat cap opció -m."15031504#: sequencer.c:4871505#, c-format1506msgid "Commit %s does not have parent %d"1507msgstr "La comissió %s no té mare %d"15081509#: sequencer.c:4911510#, c-format1511msgid "Mainline was specified but commit %s is not a merge."1512msgstr ""1513"S'ha especificat la línia principal però la comissió %s no és una fusió."15141515#. TRANSLATORS: The first %s will be "revert" or1516#. "cherry-pick", the second %s a SHA11517#: sequencer.c:5041518#, c-format1519msgid "%s: cannot parse parent commit %s"1520msgstr "%s: no es pot analitzar la comissió mare %s"15211522#: sequencer.c:5081523#, c-format1524msgid "Cannot get commit message for %s"1525msgstr "No es pot obtenir el missatge de comissió de %s"15261527#: sequencer.c:5941528#, c-format1529msgid "could not revert %s... %s"1530msgstr "no s'ha pogut revertir %s...%s"15311532#: sequencer.c:5951533#, c-format1534msgid "could not apply %s... %s"1535msgstr "no s'ha pogut aplicar %s...%s"15361537#: sequencer.c:6301538msgid "empty commit set passed"1539msgstr "conjunt de comissions buit passat"15401541#: sequencer.c:6381542#, c-format1543msgid "git %s: failed to read the index"1544msgstr "git %s: s'ha fallat en llegir l'índex"15451546#: sequencer.c:6421547#, c-format1548msgid "git %s: failed to refresh the index"1549msgstr "git %s: s'ha fallat en actualitzar l'índex"15501551#: sequencer.c:7021552#, c-format1553msgid "Cannot %s during a %s"1554msgstr "No es pot %s durant un %s"15551556#: sequencer.c:7241557#, c-format1558msgid "Could not parse line %d."1559msgstr "No s'ha pogut analitzar la línia %d."15601561#: sequencer.c:7291562msgid "No commits parsed."1563msgstr "Cap comissió analitzada."15641565#: sequencer.c:7411566#, c-format1567msgid "Could not open %s"1568msgstr "No s'ha pogut obrir %s"15691570#: sequencer.c:7451571#, c-format1572msgid "Could not read %s."1573msgstr "No s'ha pogut llegir %s."15741575#: sequencer.c:7521576#, c-format1577msgid "Unusable instruction sheet: %s"1578msgstr "Full d'instruccions inusable: %s"15791580#: sequencer.c:7821581#, c-format1582msgid "Invalid key: %s"1583msgstr "Clau no vàlida: %s"15841585#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:521586#, c-format1587msgid "Invalid value for %s: %s"1588msgstr "Valor no vàlid per a %s: %s"15891590#: sequencer.c:7951591#, c-format1592msgid "Malformed options sheet: %s"1593msgstr "Full d'opcions mal format: %s"15941595#: sequencer.c:8141596msgid "a cherry-pick or revert is already in progress"1597msgstr "un recull de cireres o una reversió ja està en curs"15981599#: sequencer.c:8151600msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1601msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""16021603#: sequencer.c:8191604#, c-format1605msgid "Could not create sequencer directory %s"1606msgstr "No s'ha pogut crear el directori de seqüenciador %s"16071608#: sequencer.c:835 sequencer.c:9171609#, c-format1610msgid "Error wrapping up %s."1611msgstr "Error en finalitzar %s."16121613#: sequencer.c:854 sequencer.c:9871614msgid "no cherry-pick or revert in progress"1615msgstr "ni hi ha cap recull de cireres ni cap reversió en curs"16161617#: sequencer.c:8561618msgid "cannot resolve HEAD"1619msgstr "no es pot resoldre HEAD"16201621#: sequencer.c:8581622msgid "cannot abort from a branch yet to be born"1623msgstr "no es pot avortar des d'una branca que encara ha de nàixer"16241625#: sequencer.c:878 builtin/apply.c:42871626#, c-format1627msgid "cannot open %s: %s"1628msgstr "no es pot obrir %s: %s"16291630#: sequencer.c:8811631#, c-format1632msgid "cannot read %s: %s"1633msgstr "no es pot llegir %s: %s"16341635#: sequencer.c:8821636msgid "unexpected end of file"1637msgstr "final de fitxer inesperat"16381639#: sequencer.c:8881640#, c-format1641msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1642msgstr "el fitxer HEAD emmagatzemat abans del recull de cireres '%s' és malmès"16431644#: sequencer.c:9101645#, c-format1646msgid "Could not format %s."1647msgstr "No s'ha pogut formatar %s."16481649#: sequencer.c:10551650#, c-format1651msgid "%s: can't cherry-pick a %s"1652msgstr "%s: no es pot recollir com a cirera un %s"16531654#: sequencer.c:10581655#, c-format1656msgid "%s: bad revision"1657msgstr "%s: revisió dolenta"16581659#: sequencer.c:10921660msgid "Can't revert as initial commit"1661msgstr "No es pot revertir com a comissió inicial"16621663#: sequencer.c:10931664msgid "Can't cherry-pick into empty head"1665msgstr "No es pot recollir cireres en un cap buit"16661667#: setup.c:2461668#, c-format1669msgid "failed to read %s"1670msgstr "s'ha fallat en llegir %s"16711672#: sha1_file.c:10801673msgid "offset before end of packfile (broken .idx?)"1674msgstr "desplaçament abans de la fi del fitxer de paquet (.idx trencat?)"16751676#: sha1_file.c:24591677#, c-format1678msgid "offset before start of pack index for %s (corrupt index?)"1679msgstr ""1680"desplaçament abans d'inici d'índex de paquet per a %s (índex corromput?)"16811682#: sha1_file.c:24631683#, c-format1684msgid "offset beyond end of pack index for %s (truncated index?)"1685msgstr ""1686"desplaçament més enllà de la fi d'índex de paquet per a %s (índex truncat?)"16871688#: sha1_name.c:4621689msgid ""1690"Git normally never creates a ref that ends with 40 hex characters\n"1691"because it will be ignored when you just specify 40-hex. These refs\n"1692"may be created by mistake. For example,\n"1693"\n"1694" git checkout -b $br $(git rev-parse ...)\n"1695"\n"1696"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1697"examine these refs and maybe delete them. Turn this message off by\n"1698"running \"git config advice.objectNameWarning false\""1699msgstr ""1700"Git normalment mai crea una referència que acabi amb 40 caràcters\n"1701"hexadecimals perquè s'ignorarà quan només especifiqueu 40 caràcters\n"1702"hexadecimals. Aquestes referències es poden crear per error. Per\n"1703"exemple,\n"1704"\n"1705" git checkout -b $br $(git rev-parse ...)\n"1706"\n"1707"on \"$br\" és d'alguna manera buit i una referència de 40 caràcters\n"1708"hexadecimals. Si us plau, examineu aquestes referències i potser\n"1709"suprimiu-les. Desactiveu aquest missatge executant\n"1710"\"git config advice.objectNameWarning false\""17111712#: submodule.c:62 submodule.c:961713msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1714msgstr ""1715"No es pot canviar un .gitmodules no fusionat, primer resoldreu els "1716"conflictes de fusió"17171718#: submodule.c:66 submodule.c:1001719#, c-format1720msgid "Could not find section in .gitmodules where path=%s"1721msgstr "No s'ha pogut trobar la secció en .gitmodules on path=%s"17221723#: submodule.c:741724#, c-format1725msgid "Could not update .gitmodules entry %s"1726msgstr "No s'ha pogut actualitzar l'entrada de .gitmodules %s"17271728#: submodule.c:1071729#, c-format1730msgid "Could not remove .gitmodules entry for %s"1731msgstr "No s'ha pogut eliminar l'entrada de .gitmodules per a %s"17321733#: submodule.c:1181734msgid "staging updated .gitmodules failed"1735msgstr "L'allistament del .gitmodules actualitzat ha fallat"17361737#: trailer.c:2371738#, c-format1739msgid "running trailer command '%s' failed"1740msgstr "l'execució de l'ordre de remolc '%s' ha fallat"17411742#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:5581743#: trailer.c:5621744#, c-format1745msgid "unknown value '%s' for key '%s'"1746msgstr "valor desconegut '%s' per a la clau '%s'"17471748#: trailer.c:544 trailer.c:549 builtin/remote.c:2891749#, c-format1750msgid "more than one %s"1751msgstr "més d'un %s"17521753#: trailer.c:5821754#, c-format1755msgid "empty trailer token in trailer '%.*s'"1756msgstr "fitxa de remolc buida en el remolc '%.*s'"17571758#: trailer.c:7021759#, c-format1760msgid "could not read input file '%s'"1761msgstr "no s'ha pogut llegir el fitxer d'entrada '%s'"17621763#: trailer.c:7051764msgid "could not read from stdin"1765msgstr "No s'ha pogut llegir des d'stdin"17661767#: trailer.c:857 builtin/am.c:421768#, c-format1769msgid "could not stat %s"1770msgstr "no s'ha pogut fer stat a %s"17711772#: trailer.c:8591773#, c-format1774msgid "file %s is not a regular file"1775msgstr "el fitxer %s no és un fitxer regular"17761777#: trailer.c:8611778#, c-format1779msgid "file %s is not writable by user"1780msgstr "el fitxer %s no és gravable per l'usuari"17811782#: trailer.c:8731783msgid "could not open temporary file"1784msgstr "no s'ha pogut obrir el fitxer temporal"17851786#: trailer.c:9121787#, c-format1788msgid "could not rename temporary file to %s"1789msgstr "no s'ha pogut canviar el nom del fitxer temporal a %s"17901791#: transport-helper.c:10411792#, c-format1793msgid "Could not read ref %s"1794msgstr "No s'ha pogut llegir la referència %s"17951796#: unpack-trees.c:2031797msgid "Checking out files"1798msgstr "Agafant fitxers"17991800#: urlmatch.c:1201801msgid "invalid URL scheme name or missing '://' suffix"1802msgstr "l'esquema d'URL no és vàlida o li manca el sufix '://'"18031804#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561805#, c-format1806msgid "invalid %XX escape sequence"1807msgstr "seqüència d'escapament %XX no vàlida"18081809#: urlmatch.c:1721810msgid "missing host and scheme is not 'file:'"1811msgstr "manca la màquina i l'esquema no és 'file:'"18121813#: urlmatch.c:1891814msgid "a 'file:' URL may not have a port number"1815msgstr "un URL 'file:' no pot tenir número de port"18161817#: urlmatch.c:1991818msgid "invalid characters in host name"1819msgstr "hi ha caràcters no vàlids en el nom de màquina"18201821#: urlmatch.c:244 urlmatch.c:2551822msgid "invalid port number"1823msgstr "número de port no vàlid"18241825#: urlmatch.c:3221826msgid "invalid '..' path segment"1827msgstr "segment de camí '..' no vàlid"18281829#: wrapper.c:222 wrapper.c:3811830#, c-format1831msgid "could not open '%s' for reading and writing"1832msgstr "no s'ha pogut obrir '%s' per a lectura i escriptura"18331834#: wrapper.c:224 wrapper.c:3831835#, c-format1836msgid "could not open '%s' for writing"1837msgstr "no s'ha pogut obrir '%s' per a escriptura"18381839#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/commit.c:16911840#: builtin/merge.c:1075 builtin/pull.c:3871841#, c-format1842msgid "could not open '%s' for reading"1843msgstr "no s'ha pogut obrir '%s' per a lectura"18441845#: wrapper.c:6111846#, c-format1847msgid "unable to access '%s': %s"1848msgstr "no s'ha pogut accedir a '%s': %s"18491850#: wrapper.c:6321851#, c-format1852msgid "unable to access '%s'"1853msgstr "no s'ha pogut accedir a '%s'"18541855#: wrapper.c:6401856msgid "unable to get current working directory"1857msgstr "no s'ha pogut obtenir el directori de treball actual"18581859#: wrapper.c:6671860#, c-format1861msgid "could not open %s for writing"1862msgstr "no s'ha pogut obrir '%s' per a escriptura"18631864#: wrapper.c:678 builtin/am.c:4101865#, c-format1866msgid "could not write to %s"1867msgstr "no s'ha pogut escriure a %s"18681869#: wrapper.c:6841870#, c-format1871msgid "could not close %s"1872msgstr "no s'ha pogut tancar %s"18731874#: wt-status.c:1491875msgid "Unmerged paths:"1876msgstr "Camins sense fusionar:"18771878#: wt-status.c:176 wt-status.c:2031879#, c-format1880msgid " (use \"git reset %s <file>...\" to unstage)"1881msgstr " (useu \"git reset %s <fitxer>...\" per a desallistar)"18821883#: wt-status.c:178 wt-status.c:2051884msgid " (use \"git rm --cached <file>...\" to unstage)"1885msgstr " (useu \"git rm --cached <fitxer>...\" per a desallistar)"18861887#: wt-status.c:1821888msgid " (use \"git add <file>...\" to mark resolution)"1889msgstr " (useu \"git add <fitxer>...\" per a senyalar resolució)"18901891#: wt-status.c:184 wt-status.c:1881892msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1893msgstr ""1894" (useu \"git add/rm <fitxer>...\" segons sigui apropiat per a senyalar "1895"resolució)"18961897#: wt-status.c:1861898msgid " (use \"git rm <file>...\" to mark resolution)"1899msgstr " (useu \"git rm <fitxer>...\" per a senyalar resolució)"19001901#: wt-status.c:197 wt-status.c:8801902msgid "Changes to be committed:"1903msgstr "Canvis a cometre:"19041905#: wt-status.c:215 wt-status.c:8891906msgid "Changes not staged for commit:"1907msgstr "Canvis no allistats per a cometre:"19081909#: wt-status.c:2191910msgid " (use \"git add <file>...\" to update what will be committed)"1911msgstr " (useu \"git add <fitxer>...\" per a actualitzar què es cometrà)"19121913#: wt-status.c:2211914msgid " (use \"git add/rm <file>...\" to update what will be committed)"1915msgstr " (useu \"git add/rm <fitxer>...\" per a actualitzar què es cometrà)"19161917#: wt-status.c:2221918msgid ""1919" (use \"git checkout -- <file>...\" to discard changes in working directory)"1920msgstr ""1921" (useu \"git checkout -- <fitxer>...\" per a descartar els canvis en el "1922"directori de treball)"19231924#: wt-status.c:2241925msgid " (commit or discard the untracked or modified content in submodules)"1926msgstr ""1927" (cometeu o descarteu el contingut modificat o no seguit en els submòduls)"19281929#: wt-status.c:2361930#, c-format1931msgid " (use \"git %s <file>...\" to include in what will be committed)"1932msgstr " (useu \"git %s <fitxer>...\" per a incloure-ho en què es cometrà)"19331934#: wt-status.c:2511935msgid "both deleted:"1936msgstr "suprimit per ambdós:"19371938#: wt-status.c:2531939msgid "added by us:"1940msgstr "afegit per nosaltres:"19411942#: wt-status.c:2551943msgid "deleted by them:"1944msgstr "suprimit per ells:"19451946#: wt-status.c:2571947msgid "added by them:"1948msgstr "afegit per ells:"19491950#: wt-status.c:2591951msgid "deleted by us:"1952msgstr "suprimit per nosaltres:"19531954#: wt-status.c:2611955msgid "both added:"1956msgstr "afegit per ambdós:"19571958#: wt-status.c:2631959msgid "both modified:"1960msgstr "modificat per ambdós:"19611962#: wt-status.c:2651963#, c-format1964msgid "bug: unhandled unmerged status %x"1965msgstr "bug: estat no fusionat no gestionat %x"19661967#: wt-status.c:2731968msgid "new file:"1969msgstr "fitxer nou:"19701971#: wt-status.c:2751972msgid "copied:"1973msgstr "copiat:"19741975#: wt-status.c:2771976msgid "deleted:"1977msgstr "suprimit:"19781979#: wt-status.c:2791980msgid "modified:"1981msgstr "modificat:"19821983#: wt-status.c:2811984msgid "renamed:"1985msgstr "canviat de nom:"19861987#: wt-status.c:2831988msgid "typechange:"1989msgstr "canviat de tipus:"19901991#: wt-status.c:2851992msgid "unknown:"1993msgstr "desconegut:"19941995#: wt-status.c:2871996msgid "unmerged:"1997msgstr "sense fusionar:"19981999#: wt-status.c:3692000msgid "new commits, "2001msgstr "comissions noves, "20022003#: wt-status.c:3712004msgid "modified content, "2005msgstr "contingut modificat, "20062007#: wt-status.c:3732008msgid "untracked content, "2009msgstr "contingut no seguit, "20102011#: wt-status.c:3902012#, c-format2013msgid "bug: unhandled diff status %c"2014msgstr "bug: estat de diferència no gestionat %c"20152016#: wt-status.c:7542017msgid "Submodules changed but not updated:"2018msgstr "Submòduls canviats però no actualitzats:"20192020#: wt-status.c:7562021msgid "Submodule changes to be committed:"2022msgstr "Canvis de submòdul a cometre:"20232024#: wt-status.c:8372025msgid ""2026"Do not touch the line above.\n"2027"Everything below will be removed."2028msgstr ""2029"No toqueu la línia de sobre.\n"2030"Tot el que hi ha a sota s'eliminarà."20312032#: wt-status.c:9482033msgid "You have unmerged paths."2034msgstr "Teniu camins sense fusionar."20352036#: wt-status.c:9512037msgid " (fix conflicts and run \"git commit\")"2038msgstr " (arregleu els conflictes i executeu \"git commit\")"20392040#: wt-status.c:9542041msgid "All conflicts fixed but you are still merging."2042msgstr "Tots els conflictes estan arreglats però encara esteu fusionant."20432044#: wt-status.c:9572045msgid " (use \"git commit\" to conclude merge)"2046msgstr " (useu \"git commit\" per a concloure la fusió)"20472048#: wt-status.c:9672049msgid "You are in the middle of an am session."2050msgstr "Esteu enmig d'una sessió am."20512052#: wt-status.c:9702053msgid "The current patch is empty."2054msgstr "El pedaç actual està buit."20552056#: wt-status.c:9742057msgid " (fix conflicts and then run \"git am --continue\")"2058msgstr " (arregleu els conflictes i després executeu \"git am --continue\")"20592060#: wt-status.c:9762061msgid " (use \"git am --skip\" to skip this patch)"2062msgstr " (useu \"git am --skip\" per a ometre aquest pedaç)"20632064#: wt-status.c:9782065msgid " (use \"git am --abort\" to restore the original branch)"2066msgstr " (useu \"git am --abort\" per a restaurar la branca original)"20672068#: wt-status.c:11052069msgid "No commands done."2070msgstr "No s'ha fet cap ordre."20712072#: wt-status.c:11082073#, c-format2074msgid "Last command done (%d command done):"2075msgid_plural "Last commands done (%d commands done):"2076msgstr[0] "Última ordre fet (%d ordre feta):"2077msgstr[1] "Últimes ordres fetes (%d ordres fetes):"20782079#: wt-status.c:11192080#, c-format2081msgid " (see more in file %s)"2082msgstr " (vegeu més en el fitxer %s)"20832084#: wt-status.c:11242085msgid "No commands remaining."2086msgstr "No manca cap ordre."20872088#: wt-status.c:11272089#, c-format2090msgid "Next command to do (%d remaining command):"2091msgid_plural "Next commands to do (%d remaining commands):"2092msgstr[0] "Ordre següent a fer (manca %d ordre):"2093msgstr[1] "Ordres següents a fer (manquen %d ordres):"20942095#: wt-status.c:11352096msgid " (use \"git rebase --edit-todo\" to view and edit)"2097msgstr " (useu \"git rebase --edit-todo\" per a veure i editar)"20982099#: wt-status.c:11482100#, c-format2101msgid "You are currently rebasing branch '%s' on '%s'."2102msgstr "Actualment esteu rebasant la branca '%s' en '%s'."21032104#: wt-status.c:11532105msgid "You are currently rebasing."2106msgstr "Actualment esteu rebasant."21072108#: wt-status.c:11672109msgid " (fix conflicts and then run \"git rebase --continue\")"2110msgstr ""2111" (arregleu els conflictes i després executeu \"git rebase --continue\")"21122113#: wt-status.c:11692114msgid " (use \"git rebase --skip\" to skip this patch)"2115msgstr " (useu \"git rebase --skip\" per a saltar aquest pedaç)"21162117#: wt-status.c:11712118msgid " (use \"git rebase --abort\" to check out the original branch)"2119msgstr " (useu \"git rebase --abort\" per a agafar la branca original)"21202121#: wt-status.c:11772122msgid " (all conflicts fixed: run \"git rebase --continue\")"2123msgstr " (tots els conflictes arreglats: executeu \"git rebase --continue\")"21242125#: wt-status.c:11812126#, c-format2127msgid ""2128"You are currently splitting a commit while rebasing branch '%s' on '%s'."2129msgstr ""2130"Actualment esteu dividint una comissió mentre rebaseu la branca '%s' en '%s'."21312132#: wt-status.c:11862133msgid "You are currently splitting a commit during a rebase."2134msgstr "Actualment esteu dividint una comissió durant un rebasament."21352136#: wt-status.c:11892137msgid " (Once your working directory is clean, run \"git rebase --continue\")"2138msgstr ""2139" (Una vegada que el vostre directori de treball sigui net, executeu \"git "2140"rebase --continue\")"21412142#: wt-status.c:11932143#, c-format2144msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."2145msgstr ""2146"Actualment esteu editant una comissió mentre rebaseu la branca '%s' en '%s'."21472148#: wt-status.c:11982149msgid "You are currently editing a commit during a rebase."2150msgstr "Actualment esteu editant una comissió durant un rebasament."21512152#: wt-status.c:12012153msgid " (use \"git commit --amend\" to amend the current commit)"2154msgstr " (useu \"git commit --amend\" per a esmenar la comissió actual)"21552156#: wt-status.c:12032157msgid ""2158" (use \"git rebase --continue\" once you are satisfied with your changes)"2159msgstr ""2160" (useu \"git rebase --continue\" una vegada que esteu satisfet amb els "2161"vostres canvis)"21622163#: wt-status.c:12132164#, c-format2165msgid "You are currently cherry-picking commit %s."2166msgstr "Actualment esteu recollint com a cirera la comissió %s."21672168#: wt-status.c:12182169msgid " (fix conflicts and run \"git cherry-pick --continue\")"2170msgstr " (arregleu els conflictes i executeu \"git cherry-pick --continue\")"21712172#: wt-status.c:12212173msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"2174msgstr ""2175" (tots els conflictes arreglats: executeu \"git cherry-pick --continue\")"21762177#: wt-status.c:12232178msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"2179msgstr ""2180" (useu \"git cherry-pick --abort\" per a cancel·lar l'operació de recull de "2181"cireres)"21822183#: wt-status.c:12322184#, c-format2185msgid "You are currently reverting commit %s."2186msgstr "Actualment esteu revertint la comissió %s."21872188#: wt-status.c:12372189msgid " (fix conflicts and run \"git revert --continue\")"2190msgstr " (arregleu els conflictes i executeu \"git revert --continue\")"21912192#: wt-status.c:12402193msgid " (all conflicts fixed: run \"git revert --continue\")"2194msgstr ""2195" (tots els conflictes estan arreglats: executeu \"git revert --continue\")"21962197#: wt-status.c:12422198msgid " (use \"git revert --abort\" to cancel the revert operation)"2199msgstr ""2200" (useu \"git revert --abort\" per a cancel·lar l'operació de reversió)"22012202#: wt-status.c:12532203#, c-format2204msgid "You are currently bisecting, started from branch '%s'."2205msgstr "Actualment esteu bisecant, heu començat des de la branca '%s'."22062207#: wt-status.c:12572208msgid "You are currently bisecting."2209msgstr "Actualment esteu bisecant."22102211#: wt-status.c:12602212msgid " (use \"git bisect reset\" to get back to the original branch)"2213msgstr " (useu \"git bisect reset\" per a tornar a la branca original)"22142215#: wt-status.c:14382216msgid "On branch "2217msgstr "En la branca "22182219#: wt-status.c:14442220msgid "interactive rebase in progress; onto "2221msgstr "rebasament interactiu en progrés; sobre "22222223#: wt-status.c:14462224msgid "rebase in progress; onto "2225msgstr "rebasament en progrés; sobre "22262227#: wt-status.c:14512228msgid "HEAD detached at "2229msgstr "HEAD separat a "22302231#: wt-status.c:14532232msgid "HEAD detached from "2233msgstr "HEAD separat de "22342235#: wt-status.c:14562236msgid "Not currently on any branch."2237msgstr "Actualment no en cap branca."22382239#: wt-status.c:14742240msgid "Initial commit"2241msgstr "Comissió inicial"22422243#: wt-status.c:14882244msgid "Untracked files"2245msgstr "Fitxers no seguits"22462247#: wt-status.c:14902248msgid "Ignored files"2249msgstr "Fitxers ignorats"22502251#: wt-status.c:14942252#, c-format2253msgid ""2254"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2255"may speed it up, but you have to be careful not to forget to add\n"2256"new files yourself (see 'git help status')."2257msgstr ""2258"S'ha trigat %.2f segons a enumerar fitxers no seguits.\n"2259"'status -uno' pot accelerar-ho, però heu d'anar amb compte de no\n"2260"oblidar-vos d'afegir fitxers nous per vós mateix (vegeu\n"2261"'git help status')."22622263#: wt-status.c:15002264#, c-format2265msgid "Untracked files not listed%s"2266msgstr "Els fitxers no seguits no estan llistats%s"22672268#: wt-status.c:15022269msgid " (use -u option to show untracked files)"2270msgstr " (useu l'opció -u per a mostrar els fitxers no seguits)"22712272#: wt-status.c:15082273msgid "No changes"2274msgstr "Sense canvis"22752276#: wt-status.c:15132277#, c-format2278msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2279msgstr ""2280"no hi ha canvis afegits a cometre (useu \"git add\" o \"git commit -a\")\n"22812282#: wt-status.c:15162283#, c-format2284msgid "no changes added to commit\n"2285msgstr "no hi ha canvis afegits a cometre\n"22862287#: wt-status.c:15192288#, c-format2289msgid ""2290"nothing added to commit but untracked files present (use \"git add\" to "2291"track)\n"2292msgstr ""2293"no hi ha res afegit a cometre però fitxers no seguits estan presents (useu "2294"\"git add\" per a seguir-los)\n"22952296#: wt-status.c:15222297#, c-format2298msgid "nothing added to commit but untracked files present\n"2299msgstr "no hi ha res afegit a cometre però fitxers no seguits estan presents\n"23002301#: wt-status.c:15252302#, c-format2303msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2304msgstr ""2305"no hi ha res a cometre (creeu/copieu fitxers i useu \"git add\" per a seguir-"2306"los)\n"23072308#: wt-status.c:1528 wt-status.c:15332309#, c-format2310msgid "nothing to commit\n"2311msgstr "no hi ha res a cometre\n"23122313#: wt-status.c:15312314#, c-format2315msgid "nothing to commit (use -u to show untracked files)\n"2316msgstr ""2317"no hi ha res a cometre (useu -u per a mostrar els fitxers no seguits)\n"23182319#: wt-status.c:15352320#, c-format2321msgid "nothing to commit, working directory clean\n"2322msgstr "no hi ha res a cometre, directori de treball net\n"23232324#: wt-status.c:16422325msgid "Initial commit on "2326msgstr "Comissió inicial en "23272328#: wt-status.c:16462329msgid "HEAD (no branch)"2330msgstr "HEAD (sense branca)"23312332#: wt-status.c:16752333msgid "gone"2334msgstr "no hi és"23352336#: wt-status.c:1677 wt-status.c:16852337msgid "behind "2338msgstr "darrere "23392340#: wt-status.c:1680 wt-status.c:16832341msgid "ahead "2342msgstr "davant per "23432344#: compat/precompose_utf8.c:57 builtin/clone.c:4132345#, c-format2346msgid "failed to unlink '%s'"2347msgstr "s'ha fallat en desenllaçar '%s'"23482349#: builtin/add.c:222350msgid "git add [<options>] [--] <pathspec>..."2351msgstr "git add [<opcions>] [--] <especificació-de-camí>..."23522353#: builtin/add.c:652354#, c-format2355msgid "unexpected diff status %c"2356msgstr "estat de diff inesperat %c"23572358#: builtin/add.c:70 builtin/commit.c:2782359msgid "updating files failed"2360msgstr "s'ha fallat en actualitzar els fitxers"23612362#: builtin/add.c:802363#, c-format2364msgid "remove '%s'\n"2365msgstr "elimina '%s'\n"23662367#: builtin/add.c:1342368msgid "Unstaged changes after refreshing the index:"2369msgstr "Canvis no allistats després d'actualitzar l'índex:"23702371#: builtin/add.c:194 builtin/rev-parse.c:7972372msgid "Could not read the index"2373msgstr "No s'ha pogut llegir l'índex"23742375#: builtin/add.c:2052376#, c-format2377msgid "Could not open '%s' for writing."2378msgstr "No s'ha pogut obrir '%s' per a escriptura."23792380#: builtin/add.c:2092381msgid "Could not write patch"2382msgstr "No s'ha pogut escriure el pedaç"23832384#: builtin/add.c:2122385msgid "editing patch failed"2386msgstr "l'edició del pedaç ha fallat"23872388#: builtin/add.c:2152389#, c-format2390msgid "Could not stat '%s'"2391msgstr "No s'ha pogut fer stat a '%s'"23922393#: builtin/add.c:2172394msgid "Empty patch. Aborted."2395msgstr "El pedaç és buit. Avortat."23962397#: builtin/add.c:2222398#, c-format2399msgid "Could not apply '%s'"2400msgstr "No s'ha pogut aplicar '%s'"24012402#: builtin/add.c:2322403msgid "The following paths are ignored by one of your .gitignore files:\n"2404msgstr ""2405"Els camins següents s'ignoren per un dels vostres fitxers .gitignore:\n"24062407#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:1112408#: builtin/prune-packed.c:55 builtin/pull.c:189 builtin/push.c:5112409#: builtin/remote.c:1330 builtin/rm.c:268 builtin/send-pack.c:1622410msgid "dry run"2411msgstr "marxa en sec"24122413#: builtin/add.c:250 builtin/apply.c:4561 builtin/check-ignore.c:192414#: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:5582415#: builtin/log.c:1651 builtin/mv.c:110 builtin/read-tree.c:1142416msgid "be verbose"2417msgstr "sigues detallat"24182419#: builtin/add.c:2522420msgid "interactive picking"2421msgstr "recull interactiu"24222423#: builtin/add.c:253 builtin/checkout.c:1155 builtin/reset.c:2862424msgid "select hunks interactively"2425msgstr "selecciona els trossos interactivament"24262427#: builtin/add.c:2542428msgid "edit current diff and apply"2429msgstr "edita la diferència actual i aplica-la"24302431#: builtin/add.c:2552432msgid "allow adding otherwise ignored files"2433msgstr "permet afegir fitxers que d'altra manera s'ignoren"24342435#: builtin/add.c:2562436msgid "update tracked files"2437msgstr "actualitza els fitxers seguits"24382439#: builtin/add.c:2572440msgid "record only the fact that the path will be added later"2441msgstr "registra només el fet que el camí s'afegirà més tard"24422443#: builtin/add.c:2582444msgid "add changes from all tracked and untracked files"2445msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"24462447#: builtin/add.c:2612448msgid "ignore paths removed in the working tree (same as --no-all)"2449msgstr ""2450"ignora els camins eliminats en l'arbre de treball (el mateix que --no-all)"24512452#: builtin/add.c:2632453msgid "don't add, only refresh the index"2454msgstr "no afegeixis, només actualitza l'índex"24552456#: builtin/add.c:2642457msgid "just skip files which cannot be added because of errors"2458msgstr "només omet els fitxers que no es poden afegir a causa d'errors"24592460#: builtin/add.c:2652461msgid "check if - even missing - files are ignored in dry run"2462msgstr ""2463"comproveu si els fitxers - fins i tot els absents - s'ignoren en marxa en sec"24642465#: builtin/add.c:2872466#, c-format2467msgid "Use -f if you really want to add them.\n"2468msgstr "Useu -f si realment els voleu afegir.\n"24692470#: builtin/add.c:2942471msgid "adding files failed"2472msgstr "l'afegiment de fitxers ha fallat"24732474#: builtin/add.c:3302475msgid "-A and -u are mutually incompatible"2476msgstr "-A i -u són mutualment incompatibles"24772478#: builtin/add.c:3372479msgid "Option --ignore-missing can only be used together with --dry-run"2480msgstr "L'opció --ignore-missing només es pot usar junt amb --dry-run"24812482#: builtin/add.c:3522483#, c-format2484msgid "Nothing specified, nothing added.\n"2485msgstr "Res especificat, res afegit.\n"24862487#: builtin/add.c:3532488#, c-format2489msgid "Maybe you wanted to say 'git add .'?\n"2490msgstr "Potser volíeu dir 'git add .'?\n"24912492#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:9142493#: builtin/commit.c:337 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:2982494#: builtin/submodule--helper.c:352495msgid "index file corrupt"2496msgstr "fitxer d'índex malmès"24972498#: builtin/add.c:439 builtin/apply.c:4659 builtin/mv.c:280 builtin/rm.c:4302499msgid "Unable to write new index file"2500msgstr "no s'ha pogut escriure un fitxer d'índex nou"25012502#: builtin/am.c:256 builtin/commit.c:738 builtin/merge.c:10782503#, c-format2504msgid "could not read '%s'"2505msgstr "no s'ha pogut llegir '%s'"25062507#: builtin/am.c:4302508msgid "could not parse author script"2509msgstr "no s'ha pogut analitzar l'script d'autor"25102511#: builtin/am.c:5072512#, c-format2513msgid "'%s' was deleted by the applypatch-msg hook"2514msgstr "s'ha suprimit '%s' per el ganxo applypatch-msg"25152516#: builtin/am.c:548 builtin/notes.c:3002517#, c-format2518msgid "Malformed input line: '%s'."2519msgstr "Línia d'entrada mal formada: '%s'."25202521#: builtin/am.c:585 builtin/notes.c:3152522#, c-format2523msgid "Failed to copy notes from '%s' to '%s'"2524msgstr "S'ha fallat en copiar les notes de '%s' a '%s'"25252526#: builtin/am.c:6112527msgid "fseek failed"2528msgstr "fseek ha fallat"25292530#: builtin/am.c:772 builtin/am.c:8602531#, c-format2532msgid "could not open '%s' for reading: %s"2533msgstr "no s'ha pogut obrir '%s' per a lectura: %s"25342535#: builtin/am.c:7792536#, c-format2537msgid "could not open '%s' for writing: %s"2538msgstr "no s'ha pogut obrir '%s' per a escriptura: %s"25392540#: builtin/am.c:7882541#, c-format2542msgid "could not parse patch '%s'"2543msgstr "no s'ha pogut analitzar el pedaç '%s'"25442545#: builtin/am.c:8532546msgid "Only one StGIT patch series can be applied at once"2547msgstr "només una sèrie de pedaços StGIT es pot aplicar a la vegada"25482549#: builtin/am.c:9012550msgid "invalid timestamp"2551msgstr "marca de temps no vàlida"25522553#: builtin/am.c:904 builtin/am.c:9122554msgid "invalid Date line"2555msgstr "línia Date no vàlida"25562557#: builtin/am.c:9092558msgid "invalid timezone offset"2559msgstr "desplaçament de zona de temps no vàlid"25602561#: builtin/am.c:9962562msgid "Patch format detection failed."2563msgstr "La detecció de format de pedaç ha fallat."25642565#: builtin/am.c:1001 builtin/clone.c:3782566#, c-format2567msgid "failed to create directory '%s'"2568msgstr "s'ha fallat en crear el directori '%s'"25692570#: builtin/am.c:10052571msgid "Failed to split patches."2572msgstr "S'ha fallat en dividir els pedaços."25732574#: builtin/am.c:1137 builtin/commit.c:3632575msgid "unable to write index file"2576msgstr "no s'ha pogut escriure el fitxer d'índex"25772578#: builtin/am.c:11882579#, c-format2580msgid "When you have resolved this problem, run \"%s --continue\"."2581msgstr "Quan hàgiu resolt aquest problema, executeu \"%s --continue\"."25822583#: builtin/am.c:11892584#, c-format2585msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2586msgstr "Si preferiu saltar aquest pedaç, executeu \"%s --skip\" en lloc."25872588#: builtin/am.c:11902589#, c-format2590msgid "To restore the original branch and stop patching, run \"%s --abort\"."2591msgstr ""2592"Per a restaurar la branca original i deixar d'apedaçar, executeu \"%s --abort"2593"\"."25942595#: builtin/am.c:13282596msgid "Patch is empty. Was it split wrong?"2597msgstr "El pedaç és buit. S'ha dividit malament?"25982599#: builtin/am.c:1402 builtin/log.c:13502600#, c-format2601msgid "invalid ident line: %s"2602msgstr "línia d'identitat no vàlida: %s"26032604#: builtin/am.c:14292605#, c-format2606msgid "unable to parse commit %s"2607msgstr "no s'ha pogut analitzar la comissió %s"26082609#: builtin/am.c:16312610msgid "Repository lacks necessary blobs to fall back on 3-way merge."2611msgstr ""2612"Al dipòsit li manquen els blobs necessaris per a retrocedir a una fusió de 3 "2613"vies."26142615#: builtin/am.c:16332616msgid "Using index info to reconstruct a base tree..."2617msgstr "Usant la informació d'índex per a reconstruir un arbre base..."26182619#: builtin/am.c:16522620msgid ""2621"Did you hand edit your patch?\n"2622"It does not apply to blobs recorded in its index."2623msgstr ""2624"Heu editat el vostre pedaç a mà?\n"2625"No s'aplica als blobs recordats en el seu índex."26262627#: builtin/am.c:16582628msgid "Falling back to patching base and 3-way merge..."2629msgstr "Retrocedint a apedaçar la base i fusionar de 3 vies..."26302631#: builtin/am.c:16732632msgid "Failed to merge in the changes."2633msgstr "S'ha fallat en fusionar els canvis."26342635#: builtin/am.c:1697 builtin/merge.c:6332636msgid "git write-tree failed to write a tree"2637msgstr "git write-tree ha fallat en escriure un arbre"26382639#: builtin/am.c:17042640msgid "applying to an empty history"2641msgstr "aplicant a una història buida"26422643#: builtin/am.c:1717 builtin/commit.c:1755 builtin/merge.c:8302644#: builtin/merge.c:8552645msgid "failed to write commit object"2646msgstr "s'ha fallat en escriure l'objecte de comissió"26472648#: builtin/am.c:1749 builtin/am.c:17532649#, c-format2650msgid "cannot resume: %s does not exist."2651msgstr "no es pot reprendre: %s no existeix."26522653#: builtin/am.c:17692654msgid "cannot be interactive without stdin connected to a terminal."2655msgstr ""2656"no es pot ser interactiu sense que stdin sigui connectat a un terminal."26572658#: builtin/am.c:17742659msgid "Commit Body is:"2660msgstr "El cos de la comissió és:"26612662#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]2663#. in your translation. The program will only accept English2664#. input at this point.2665#.2666#: builtin/am.c:17842667msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "2668msgstr ""2669"Voleu aplicar-lo? [y]es/[n]o/[e]dita/[v]isualitza el pedaç/[a]ccepta'ls "2670"tots: "26712672#: builtin/am.c:18342673#, c-format2674msgid "Dirty index: cannot apply patches (dirty: %s)"2675msgstr "Índex brut: no es pot aplicar pedaços (bruts: %s)"26762677#: builtin/am.c:1869 builtin/am.c:19412678#, c-format2679msgid "Applying: %.*s"2680msgstr "Aplicant: %.*s"26812682#: builtin/am.c:18852683msgid "No changes -- Patch already applied."2684msgstr "Sense canvis -- El pedaç ja s'ha aplicat."26852686#: builtin/am.c:18932687#, c-format2688msgid "Patch failed at %s %.*s"2689msgstr "El pedaç ha fallat a %s %.*s"26902691#: builtin/am.c:18992692#, c-format2693msgid "The copy of the patch that failed is found in: %s"2694msgstr "La còpia del pedaç que ha fallat es troba en: %s"26952696#: builtin/am.c:19442697msgid ""2698"No changes - did you forget to use 'git add'?\n"2699"If there is nothing left to stage, chances are that something else\n"2700"already introduced the same changes; you might want to skip this patch."2701msgstr ""2702"Cap canvi - heu oblidat d'usar 'git add'?\n"2703"Si no hi ha res a allistar, probablement alguna altra cosa\n"2704"ja ha introduït els mateixos canvis; potser voleu ometre aquest pedaç."27052706#: builtin/am.c:19512707msgid ""2708"You still have unmerged paths in your index.\n"2709"Did you forget to use 'git add'?"2710msgstr ""2711"Encara teniu camins sense fusionar en el vostre índex.\n"2712"Heu oblidat d'usar 'git add'?"27132714#: builtin/am.c:2059 builtin/am.c:2063 builtin/am.c:2075 builtin/reset.c:3082715#: builtin/reset.c:3162716#, c-format2717msgid "Could not parse object '%s'."2718msgstr "No s'ha pogut analitzar l'objecte '%s'."27192720#: builtin/am.c:21112721msgid "failed to clean index"2722msgstr "s'ha fallat en netejar l'índex"27232724#: builtin/am.c:21452725msgid ""2726"You seem to have moved HEAD since the last 'am' failure.\n"2727"Not rewinding to ORIG_HEAD"2728msgstr ""2729"Sembla que heu mogut HEAD després de l'última fallada de 'am'.\n"2730"No rebobinant a ORIG_HEAD"27312732#: builtin/am.c:22062733#, c-format2734msgid "Invalid value for --patch-format: %s"2735msgstr "Valor no vàlid per a --patch-format: %s"27362737#: builtin/am.c:22392738msgid "git am [<options>] [(<mbox>|<Maildir>)...]"2739msgstr "git am [<opcions>] [(<bústia>|<directori-de-correu>)...]"27402741#: builtin/am.c:22402742msgid "git am [<options>] (--continue | --skip | --abort)"2743msgstr "git am [<opcions>] (--continue | --skip | --abort)"27442745#: builtin/am.c:22462746msgid "run interactively"2747msgstr "executa interactivament"27482749#: builtin/am.c:22482750msgid "historical option -- no-op"2751msgstr "opció històrica -- no-op"27522753#: builtin/am.c:22502754msgid "allow fall back on 3way merging if needed"2755msgstr "permet retrocedir a una fusió de 3 vies si és necessari"27562757#: builtin/am.c:2251 builtin/init-db.c:474 builtin/prune-packed.c:572758#: builtin/repack.c:1712759msgid "be quiet"2760msgstr "calla"27612762#: builtin/am.c:22532763msgid "add a Signed-off-by line to the commit message"2764msgstr "afegeix una línia Signed-off-by al missatge de comissió"27652766#: builtin/am.c:22562767msgid "recode into utf8 (default)"2768msgstr "recodifica en utf8 (per defecte)"27692770#: builtin/am.c:22582771msgid "pass -k flag to git-mailinfo"2772msgstr "passa la bandera -k al git-mailinfo"27732774#: builtin/am.c:22602775msgid "pass -b flag to git-mailinfo"2776msgstr "passa la bandera -b al git-mailinfo"27772778#: builtin/am.c:22622779msgid "pass -m flag to git-mailinfo"2780msgstr "passa la bandera -m al git-mailinfo"27812782#: builtin/am.c:22642783msgid "pass --keep-cr flag to git-mailsplit for mbox format"2784msgstr "passa la bandera --keep-cr al git-mailsplit pel format mbox"27852786#: builtin/am.c:22672787msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"2788msgstr ""2789"no passis la bandera --keep-cr al git-mailsplit independent de am.keepcr"27902791#: builtin/am.c:22702792msgid "strip everything before a scissors line"2793msgstr "despulla tot abans d'una línia de tissores"27942795#: builtin/am.c:2271 builtin/apply.c:45442796msgid "action"2797msgstr "acció"27982799#: builtin/am.c:2272 builtin/am.c:2275 builtin/am.c:2278 builtin/am.c:22812800#: builtin/am.c:2284 builtin/am.c:2287 builtin/am.c:2290 builtin/am.c:22932801#: builtin/am.c:22992802msgid "pass it through git-apply"2803msgstr "passa-ho a través del git-apply"28042805#: builtin/am.c:2280 builtin/apply.c:45682806msgid "root"2807msgstr "arrel"28082809#: builtin/am.c:2283 builtin/am.c:2286 builtin/apply.c:45062810#: builtin/apply.c:4509 builtin/clone.c:86 builtin/fetch.c:952811#: builtin/pull.c:171 builtin/submodule--helper.c:722812#: builtin/submodule--helper.c:160 builtin/submodule--helper.c:1632813msgid "path"2814msgstr "camí"28152816#: builtin/am.c:2289 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:6692817#: builtin/grep.c:704 builtin/merge.c:198 builtin/pull.c:131 builtin/pull.c:1852818#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:6452819#: builtin/show-ref.c:175 builtin/tag.c:340 parse-options.h:1322820#: parse-options.h:134 parse-options.h:2442821msgid "n"2822msgstr "n"28232824#: builtin/am.c:2292 builtin/apply.c:45122825msgid "num"2826msgstr "número"28272828#: builtin/am.c:2295 builtin/for-each-ref.c:37 builtin/replace.c:4382829#: builtin/tag.c:3722830msgid "format"2831msgstr "format"28322833#: builtin/am.c:22962834msgid "format the patch(es) are in"2835msgstr "el format en el qual estan els pedaços"28362837#: builtin/am.c:23022838msgid "override error message when patch failure occurs"2839msgstr ""2840"passa per alt el missatge d'error quan s'ocorre una fallada en apedaçar"28412842#: builtin/am.c:23042843msgid "continue applying patches after resolving a conflict"2844msgstr "segueix aplicant pedaços després de resoldre un conflicte"28452846#: builtin/am.c:23072847msgid "synonyms for --continue"2848msgstr "sinònims de --continue"28492850#: builtin/am.c:23102851msgid "skip the current patch"2852msgstr "salta el pedaç actual"28532854#: builtin/am.c:23132855msgid "restore the original branch and abort the patching operation."2856msgstr "restaura la branca original i avorta l'operació d'apedaçament."28572858#: builtin/am.c:23172859msgid "lie about committer date"2860msgstr "menteix sobre la data del comitent"28612862#: builtin/am.c:23192863msgid "use current timestamp for author date"2864msgstr "usa el marc de temps actual per la data d'autor"28652866#: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:2252867#: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:3552868msgid "key-id"2869msgstr "ID de clau"28702871#: builtin/am.c:23222872msgid "GPG-sign commits"2873msgstr "firma les comissions amb GPG"28742875#: builtin/am.c:23252876msgid "(internal use for git-rebase)"2877msgstr "(ús intern per al git-rebase)"28782879#: builtin/am.c:23402880msgid ""2881"The -b/--binary option has been a no-op for long time, and\n"2882"it will be removed. Please do not use it anymore."2883msgstr ""2884"Fa molt que l'opció -b/--binary no ha fet res, i\n"2885"s'eliminarà. Si us plau, no l'useu més."28862887#: builtin/am.c:23472888msgid "failed to read the index"2889msgstr "s'ha fallat en llegir l'índex"28902891#: builtin/am.c:23622892#, c-format2893msgid "previous rebase directory %s still exists but mbox given."2894msgstr ""2895"un directori de rebasament anterior %s encara existeix però s'ha donat una "2896"bústia."28972898#: builtin/am.c:23862899#, c-format2900msgid ""2901"Stray %s directory found.\n"2902"Use \"git am --abort\" to remove it."2903msgstr ""2904"Directori %s extraviat trobat.\n"2905"Useu \"git am --abort\" per a eliminar-lo."29062907#: builtin/am.c:23922908msgid "Resolve operation not in progress, we are not resuming."2909msgstr "Operació de resolució no en curs; no reprenem."29102911#: builtin/apply.c:592912msgid "git apply [<options>] [<patch>...]"2913msgstr "git apply [<opcions>] [<pedaç>...]"29142915#: builtin/apply.c:1112916#, c-format2917msgid "unrecognized whitespace option '%s'"2918msgstr "opció d'espai en blanc '%s' no reconeguda"29192920#: builtin/apply.c:1262921#, c-format2922msgid "unrecognized whitespace ignore option '%s'"2923msgstr "opció d'ignoral d'espai en blanc '%s' no reconeguda"29242925#: builtin/apply.c:8182926#, c-format2927msgid "Cannot prepare timestamp regexp %s"2928msgstr "No es pot preparar l'expressió regular de marca de temps %s"29292930#: builtin/apply.c:8272931#, c-format2932msgid "regexec returned %d for input: %s"2933msgstr "regexec ha retornat %d per l'entrada: %s"29342935#: builtin/apply.c:9082936#, c-format2937msgid "unable to find filename in patch at line %d"2938msgstr "no s'ha pogut trobar el nom de fitxer en el pedaç a la línia %d"29392940#: builtin/apply.c:9402941#, c-format2942msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2943msgstr ""2944"git apply: git-diff dolent - /dev/null esperat, %s rebut en la línia %d"29452946#: builtin/apply.c:9442947#, c-format2948msgid "git apply: bad git-diff - inconsistent new filename on line %d"2949msgstr ""2950"git apply: git-diff dolent - nom de fitxer nou inconsistent en la línia %d"29512952#: builtin/apply.c:9452953#, c-format2954msgid "git apply: bad git-diff - inconsistent old filename on line %d"2955msgstr ""2956"git apply: git-diff dolent - nom de fitxer antic inconsistent en la línia %d"29572958#: builtin/apply.c:9522959#, c-format2960msgid "git apply: bad git-diff - expected /dev/null on line %d"2961msgstr "git apply: git-diff dolent - /dev/null esperat en la línia %d"29622963#: builtin/apply.c:14152964#, c-format2965msgid "recount: unexpected line: %.*s"2966msgstr "recompte: línia inesperada: %.*s"29672968#: builtin/apply.c:14722969#, c-format2970msgid "patch fragment without header at line %d: %.*s"2971msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s"29722973#: builtin/apply.c:14892974#, c-format2975msgid ""2976"git diff header lacks filename information when removing %d leading pathname "2977"component (line %d)"2978msgid_plural ""2979"git diff header lacks filename information when removing %d leading pathname "2980"components (line %d)"2981msgstr[0] ""2982"a la capçalera de git diff li manca informació de nom de fitxer en eliminar "2983"%d component de nom de camí inicial (línia %d)"2984msgstr[1] ""2985"a la capçalera de git diff li manca informació de nom de fitxer en eliminar "2986"%d components de nom de camí inicial (línia %d)"29872988#: builtin/apply.c:16552989msgid "new file depends on old contents"2990msgstr "el fitxer nou depèn dels continguts antics"29912992#: builtin/apply.c:16572993msgid "deleted file still has contents"2994msgstr "el fitxer suprimit encara té continguts"29952996#: builtin/apply.c:16832997#, c-format2998msgid "corrupt patch at line %d"2999msgstr "el pedaç és malmès a la línia %d"30003001#: builtin/apply.c:17193002#, c-format3003msgid "new file %s depends on old contents"3004msgstr "el fitxer nou %s depèn dels continguts antics"30053006#: builtin/apply.c:17213007#, c-format3008msgid "deleted file %s still has contents"3009msgstr "el fitxer suprimit %s encara té continguts"30103011#: builtin/apply.c:17243012#, c-format3013msgid "** warning: file %s becomes empty but is not deleted"3014msgstr "** avís: el fitxer %s queda buit però no se suprimeix"30153016#: builtin/apply.c:18703017#, c-format3018msgid "corrupt binary patch at line %d: %.*s"3019msgstr "pedaç binari malmès a la línia %d: %.*s"30203021#: builtin/apply.c:18993022#, c-format3023msgid "unrecognized binary patch at line %d"3024msgstr "pedaç binari no reconegut a la línia %d"30253026#: builtin/apply.c:20503027#, c-format3028msgid "patch with only garbage at line %d"3029msgstr "pedaç amb només escombraries a la línia %d"30303031#: builtin/apply.c:21403032#, c-format3033msgid "unable to read symlink %s"3034msgstr "no s'ha pogut llegir l'enllaç simbòlic %s"30353036#: builtin/apply.c:21443037#, c-format3038msgid "unable to open or read %s"3039msgstr "no s'ha pogut obrir o llegir %s"30403041#: builtin/apply.c:27773042#, c-format3043msgid "invalid start of line: '%c'"3044msgstr "inici de línia no vàlid: '%c'"30453046#: builtin/apply.c:28963047#, c-format3048msgid "Hunk #%d succeeded at %d (offset %d line)."3049msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."3050msgstr[0] "El tros #%d ha tingut èxit a %d (desplaçament %d línia)."3051msgstr[1] "El tros #%d ha tingut èxit a %d (desplaçament %d línies)."30523053#: builtin/apply.c:29083054#, c-format3055msgid "Context reduced to (%ld/%ld) to apply fragment at %d"3056msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d"30573058#: builtin/apply.c:29143059#, c-format3060msgid ""3061"while searching for:\n"3062"%.*s"3063msgstr ""3064"tot cercant:\n"3065"%.*s"30663067#: builtin/apply.c:29343068#, c-format3069msgid "missing binary patch data for '%s'"3070msgstr "manquen les dades de pedaç binari de '%s'"30713072#: builtin/apply.c:30353073#, c-format3074msgid "binary patch does not apply to '%s'"3075msgstr "el pedaç binari no s'aplica a '%s'"30763077#: builtin/apply.c:30413078#, c-format3079msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"3080msgstr ""3081"el pedaç binari a '%s' crea un resultat incorrecte (esperant %s, %s rebut)"30823083#: builtin/apply.c:30623084#, c-format3085msgid "patch failed: %s:%ld"3086msgstr "el pedaç ha fallat: %s:%ld"30873088#: builtin/apply.c:31863089#, c-format3090msgid "cannot checkout %s"3091msgstr "no es pot agafar %s"30923093#: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:32873094#, c-format3095msgid "read of %s failed"3096msgstr "la lectura de %s ha fallat"30973098#: builtin/apply.c:32393099#, c-format3100msgid "reading from '%s' beyond a symbolic link"3101msgstr "llegint de '%s' més enllà d'un enllaç simbòlic"31023103#: builtin/apply.c:3267 builtin/apply.c:34893104#, c-format3105msgid "path %s has been renamed/deleted"3106msgstr "el camí %s s'ha canviat de nom / s'ha suprimit"31073108#: builtin/apply.c:3348 builtin/apply.c:35033109#, c-format3110msgid "%s: does not exist in index"3111msgstr "%s: no existeix en l'índex"31123113#: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:35173114#, c-format3115msgid "%s: %s"3116msgstr "%s: %s"31173118#: builtin/apply.c:3357 builtin/apply.c:35113119#, c-format3120msgid "%s: does not match index"3121msgstr "%s: no coincideix amb l'índex"31223123#: builtin/apply.c:34593124msgid "removal patch leaves file contents"3125msgstr "el pedaç d'eliminació deixa els continguts dels fitxers"31263127#: builtin/apply.c:35283128#, c-format3129msgid "%s: wrong type"3130msgstr "%s: tipus erroni"31313132#: builtin/apply.c:35303133#, c-format3134msgid "%s has type %o, expected %o"3135msgstr "%s és del tipus %o, s'esperava %o"31363137#: builtin/apply.c:3689 builtin/apply.c:36913138#, c-format3139msgid "invalid path '%s'"3140msgstr "camí no vàlid: %s"31413142#: builtin/apply.c:37463143#, c-format3144msgid "%s: already exists in index"3145msgstr "%s: ja existeix en l'índex"31463147#: builtin/apply.c:37493148#, c-format3149msgid "%s: already exists in working directory"3150msgstr "%s: ja existeix en el directori de treball"31513152#: builtin/apply.c:37693153#, c-format3154msgid "new mode (%o) of %s does not match old mode (%o)"3155msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)"31563157#: builtin/apply.c:37743158#, c-format3159msgid "new mode (%o) of %s does not match old mode (%o) of %s"3160msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s"31613162#: builtin/apply.c:37943163#, c-format3164msgid "affected file '%s' is beyond a symbolic link"3165msgstr "el fitxer afectat '%s' és més enllà d'un enllaç simbòlic"31663167#: builtin/apply.c:37983168#, c-format3169msgid "%s: patch does not apply"3170msgstr "%s: el pedaç no s'aplica"31713172#: builtin/apply.c:38123173#, c-format3174msgid "Checking patch %s..."3175msgstr "Comprovant el pedaç %s..."31763177#: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:1353178#, c-format3179msgid "make_cache_entry failed for path '%s'"3180msgstr "make_cache_entry ha fallat per al camí '%s'"31813182#: builtin/apply.c:40483183#, c-format3184msgid "unable to remove %s from index"3185msgstr "no s'ha pogut eliminar %s de l'índex"31863187#: builtin/apply.c:40773188#, c-format3189msgid "corrupt patch for submodule %s"3190msgstr "pedaç malmès per al submòdul %s"31913192#: builtin/apply.c:40813193#, c-format3194msgid "unable to stat newly created file '%s'"3195msgstr "no s'ha pogut fer stat al fitxer novament creat '%s'"31963197#: builtin/apply.c:40863198#, c-format3199msgid "unable to create backing store for newly created file %s"3200msgstr ""3201"no s'ha pogut crear un magatzem de recolzament per al fitxer novament creat "3202"%s"32033204#: builtin/apply.c:4089 builtin/apply.c:41973205#, c-format3206msgid "unable to add cache entry for %s"3207msgstr "no s'ha pogut afegir una entrada de cau per a %s"32083209#: builtin/apply.c:41223210#, c-format3211msgid "closing file '%s'"3212msgstr "tancant el fitxer '%s'"32133214#: builtin/apply.c:41713215#, c-format3216msgid "unable to write file '%s' mode %o"3217msgstr "no s'ha pogut escriure el fitxer '%s' mode %o"32183219#: builtin/apply.c:42583220#, c-format3221msgid "Applied patch %s cleanly."3222msgstr "El pedaç %s s'ha aplicat netament."32233224#: builtin/apply.c:42663225msgid "internal error"3226msgstr "error intern"32273228#: builtin/apply.c:42693229#, c-format3230msgid "Applying patch %%s with %d reject..."3231msgid_plural "Applying patch %%s with %d rejects..."3232msgstr[0] "Aplicant el pedaç %%s amb %d rebuig"3233msgstr[1] "Aplicant el pedaç %%s amb %d rebuitjos"32343235#: builtin/apply.c:42793236#, c-format3237msgid "truncating .rej filename to %.*s.rej"3238msgstr "truncant el nom del fitxer .rej a %.*s.rej"32393240#: builtin/apply.c:43003241#, c-format3242msgid "Hunk #%d applied cleanly."3243msgstr "El tros #%d s'ha aplicat netament."32443245#: builtin/apply.c:43033246#, c-format3247msgid "Rejected hunk #%d."3248msgstr "S'ha rebutjat el tros #%d."32493250#: builtin/apply.c:43933251msgid "unrecognized input"3252msgstr "entrada no reconeguda"32533254#: builtin/apply.c:44043255msgid "unable to read index file"3256msgstr "no es pot llegir el fitxer d'índex"32573258#: builtin/apply.c:45073259msgid "don't apply changes matching the given path"3260msgstr "no apliquis els canvis que coincideixin amb el camí donat"32613262#: builtin/apply.c:45103263msgid "apply changes matching the given path"3264msgstr "aplica els canvis que coincideixin amb el camí donat"32653266#: builtin/apply.c:45133267msgid "remove <num> leading slashes from traditional diff paths"3268msgstr ""3269"elimina <nombre> barres obliqües inicials dels camins de diferència "3270"tradicionals"32713272#: builtin/apply.c:45163273msgid "ignore additions made by the patch"3274msgstr "ignora afegiments fets pel pedaç"32753276#: builtin/apply.c:45183277msgid "instead of applying the patch, output diffstat for the input"3278msgstr ""3279"en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada"32803281#: builtin/apply.c:45223282msgid "show number of added and deleted lines in decimal notation"3283msgstr "mostra el nombre de línies afegides i suprimides en notació decimal"32843285#: builtin/apply.c:45243286msgid "instead of applying the patch, output a summary for the input"3287msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada"32883289#: builtin/apply.c:45263290msgid "instead of applying the patch, see if the patch is applicable"3291msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable"32923293#: builtin/apply.c:45283294msgid "make sure the patch is applicable to the current index"3295msgstr "assegura que el pedaç sigui aplicable a l'índex actual"32963297#: builtin/apply.c:45303298msgid "apply a patch without touching the working tree"3299msgstr "aplica un pedaç sense tocar l'arbre de treball"33003301#: builtin/apply.c:45323302msgid "accept a patch that touches outside the working area"3303msgstr "accepta un pedaç que toqui fora de l'àrea de treball"33043305#: builtin/apply.c:45343306msgid "also apply the patch (use with --stat/--summary/--check)"3307msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)"33083309#: builtin/apply.c:45363310msgid "attempt three-way merge if a patch does not apply"3311msgstr "intenta una fusió de tres vies si el pedaç no s'aplica"33123313#: builtin/apply.c:45383314msgid "build a temporary index based on embedded index information"3315msgstr "construeix un índex temporal basat en la informació d'índex incrustada"33163317#: builtin/apply.c:4541 builtin/checkout-index.c:169 builtin/ls-files.c:4253318msgid "paths are separated with NUL character"3319msgstr "els camins se separen amb el caràcter NUL"33203321#: builtin/apply.c:45433322msgid "ensure at least <n> lines of context match"3323msgstr "assegura't que almenys <n> línies de context coincideixin"33243325#: builtin/apply.c:45453326msgid "detect new or modified lines that have whitespace errors"3327msgstr ""3328"detecta les línies noves o modificades que tinguin errors d'espai en blanc"33293330#: builtin/apply.c:4548 builtin/apply.c:45513331msgid "ignore changes in whitespace when finding context"3332msgstr "ignora els canvis d'espai en blanc en cercar context"33333334#: builtin/apply.c:45543335msgid "apply the patch in reverse"3336msgstr "aplica el pedaç al revés"33373338#: builtin/apply.c:45563339msgid "don't expect at least one line of context"3340msgstr "no esperis almenys una línia de context"33413342#: builtin/apply.c:45583343msgid "leave the rejected hunks in corresponding *.rej files"3344msgstr "deixa els trossos rebutjats en fitxers *.reg coresspondents"33453346#: builtin/apply.c:45603347msgid "allow overlapping hunks"3348msgstr "permet trossos encavalcants"33493350#: builtin/apply.c:45633351msgid "tolerate incorrectly detected missing new-line at the end of file"3352msgstr "tolera una línia nova incorrectament detectada al final del fitxer"33533354#: builtin/apply.c:45663355msgid "do not trust the line counts in the hunk headers"3356msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos"33573358#: builtin/apply.c:45693359msgid "prepend <root> to all filenames"3360msgstr "anteposa <arrel> a tots els noms de fitxer"33613362#: builtin/apply.c:45913363msgid "--3way outside a repository"3364msgstr "--3way fora d'un dipòsit"33653366#: builtin/apply.c:45993367msgid "--index outside a repository"3368msgstr "--index fora d'un dipòsit"33693370#: builtin/apply.c:46023371msgid "--cached outside a repository"3372msgstr "--cached fora d'un dipòsit"33733374#: builtin/apply.c:46213375#, c-format3376msgid "can't open patch '%s'"3377msgstr "no es pot obrir el pedaç '%s'"33783379#: builtin/apply.c:46353380#, c-format3381msgid "squelched %d whitespace error"3382msgid_plural "squelched %d whitespace errors"3383msgstr[0] "%d error d'espai en blanc omès"3384msgstr[1] "%d errors d'espai en blanc omesos"33853386#: builtin/apply.c:4641 builtin/apply.c:46513387#, c-format3388msgid "%d line adds whitespace errors."3389msgid_plural "%d lines add whitespace errors."3390msgstr[0] "%d línia afegeix errors d'espai en blanc."3391msgstr[1] "%d línies afegeixen errors d'espai en blanc."33923393#: builtin/archive.c:173394#, c-format3395msgid "could not create archive file '%s'"3396msgstr "no es pot crear el fitxer d'arxiu '%s'"33973398#: builtin/archive.c:203399msgid "could not redirect output"3400msgstr "no s'ha pogut redirigir la sortida"34013402#: builtin/archive.c:373403msgid "git archive: Remote with no URL"3404msgstr "git archive: Remot sense URL"34053406#: builtin/archive.c:583407msgid "git archive: expected ACK/NAK, got EOF"3408msgstr "git archive: ACK/NAK esperat, EOF rebut"34093410#: builtin/archive.c:613411#, c-format3412msgid "git archive: NACK %s"3413msgstr "git archive: %s NACK"34143415#: builtin/archive.c:633416#, c-format3417msgid "remote error: %s"3418msgstr "error remot: %s"34193420#: builtin/archive.c:643421msgid "git archive: protocol error"3422msgstr "git archive: error de protocol"34233424#: builtin/archive.c:683425msgid "git archive: expected a flush"3426msgstr "git archive: rentada esperada"34273428#: builtin/bisect--helper.c:73429msgid "git bisect--helper --next-all [--no-checkout]"3430msgstr "git bisect--helper --next-all [--no-checkout]"34313432#: builtin/bisect--helper.c:173433msgid "perform 'git bisect next'"3434msgstr "realitza 'git bisect next'"34353436#: builtin/bisect--helper.c:193437msgid "update BISECT_HEAD instead of checking out the current commit"3438msgstr "actualitza BISECT_HEAD en lloc d'agafar la comissió actual"34393440#: builtin/blame.c:333441msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3442msgstr "git blame [<opcions>] [<opcions-de-revisió>] [<revisió>] [--] fitxer"34433444#: builtin/blame.c:383445msgid "<rev-opts> are documented in git-rev-list(1)"3446msgstr "es documenten les <opcions-de-revisió> en git-rev-list(1)"34473448#: builtin/blame.c:17823449msgid "Blaming lines"3450msgstr "Culpant les línies"34513452#: builtin/blame.c:25303453msgid "Show blame entries as we find them, incrementally"3454msgstr "Mostra les entrades de culpa mentre les trobem, incrementalment"34553456#: builtin/blame.c:25313457msgid "Show blank SHA-1 for boundary commits (Default: off)"3458msgstr ""3459"Mostra un SHA-1 en blanc per les comissions de frontera (Per defecte: "3460"desactivat)"34613462#: builtin/blame.c:25323463msgid "Do not treat root commits as boundaries (Default: off)"3464msgstr ""3465"No tractis les comissions d'arrel com a límits (Per defecte: desactivat)"34663467#: builtin/blame.c:25333468msgid "Show work cost statistics"3469msgstr "Mostra les estadístiques de preu de treball"34703471#: builtin/blame.c:25343472msgid "Force progress reporting"3473msgstr "Força l'informe de progrés"34743475#: builtin/blame.c:25353476msgid "Show output score for blame entries"3477msgstr "Mostra la puntuació de sortida de les entrades de culpa"34783479#: builtin/blame.c:25363480msgid "Show original filename (Default: auto)"3481msgstr "Mostra el nom de fitxer original (Per defecte: automàtic)"34823483#: builtin/blame.c:25373484msgid "Show original linenumber (Default: off)"3485msgstr "Mostra el número de línia original (Per defecte: desactivat)"34863487#: builtin/blame.c:25383488msgid "Show in a format designed for machine consumption"3489msgstr "Presenta en un format dissenyat per consumpció per màquina"34903491#: builtin/blame.c:25393492msgid "Show porcelain format with per-line commit information"3493msgstr "Mostra el format de porcellana amb informació de comissió per línia"34943495#: builtin/blame.c:25403496msgid "Use the same output mode as git-annotate (Default: off)"3497msgstr ""3498"Usa el mateix mode de sortida que git-annotate (Per defecte: desactivat)"34993500#: builtin/blame.c:25413501msgid "Show raw timestamp (Default: off)"3502msgstr "Mostra la marca de temps crua (Per defecte: desactivat)"35033504#: builtin/blame.c:25423505msgid "Show long commit SHA1 (Default: off)"3506msgstr "Mostra l'SHA1 de comissió llarg (Per defecte: desactivat)"35073508#: builtin/blame.c:25433509msgid "Suppress author name and timestamp (Default: off)"3510msgstr "Omet el nom d'autor i la marca de temps (Per defecte: desactivat)"35113512#: builtin/blame.c:25443513msgid "Show author email instead of name (Default: off)"3514msgstr ""3515"Mostra l'adreça de correu electrònic de l'autor en lloc del nom (Per "3516"defecte: desactivat)"35173518#: builtin/blame.c:25453519msgid "Ignore whitespace differences"3520msgstr "Ignora les diferències d'espai en blanc"35213522#: builtin/blame.c:25463523msgid "Spend extra cycles to find better match"3524msgstr "Gasta cicles extres per a trobar una coincidència millor"35253526#: builtin/blame.c:25473527msgid "Use revisions from <file> instead of calling git-rev-list"3528msgstr "Usa les revisions de <fitxer> en lloc d'invocar git-rev-list"35293530#: builtin/blame.c:25483531msgid "Use <file>'s contents as the final image"3532msgstr "Usa els continguts de <fitxer> com a la imatge final"35333534#: builtin/blame.c:2549 builtin/blame.c:25503535msgid "score"3536msgstr "puntuació"35373538#: builtin/blame.c:25493539msgid "Find line copies within and across files"3540msgstr "Troba còpies de línia dins i a través dels fitxers"35413542#: builtin/blame.c:25503543msgid "Find line movements within and across files"3544msgstr "Troba moviments de línia dins i a través dels fitxers"35453546#: builtin/blame.c:25513547msgid "n,m"3548msgstr "n,m"35493550#: builtin/blame.c:25513551msgid "Process only line range n,m, counting from 1"3552msgstr "Processa només el rang de línies n,m, comptant des d'1"35533554#. TRANSLATORS: This string is used to tell us the maximum3555#. display width for a relative timestamp in "git blame"3556#. output. For C locale, "4 years, 11 months ago", which3557#. takes 22 places, is the longest among various forms of3558#. relative timestamps, but your language may need more or3559#. fewer display columns.3560#: builtin/blame.c:26403561msgid "4 years, 11 months ago"3562msgstr "fa 4 anys i 11 mesos"35633564#: builtin/branch.c:253565msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3566msgstr "git branch [<opcions>] [-r | -a] [--merged | --no-merged]"35673568#: builtin/branch.c:263569msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3570msgstr "git branch [<opcions>] [-l] [-f] <nom-de-branca> [<punt-inicial>]"35713572#: builtin/branch.c:273573msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3574msgstr "git branch [<opcions>] [-r] (-d | -D) <nom-de-branca>..."35753576#: builtin/branch.c:283577msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3578msgstr "git branch [<opcions>] (-m | -M) [<branca-antiga>] <branca-nova>"35793580#: builtin/branch.c:293581msgid "git branch [<options>] [-r | -a] [--points-at]"3582msgstr "git branch [<opcions>] [-r | -a] [--points-at]"35833584#: builtin/branch.c:1423585#, c-format3586msgid ""3587"deleting branch '%s' that has been merged to\n"3588" '%s', but not yet merged to HEAD."3589msgstr ""3590"suprimint la branca '%s' que s'ha fusionat a\n"3591" '%s', però encara no s'ha fusionat\n"3592" a HEAD."35933594#: builtin/branch.c:1463595#, c-format3596msgid ""3597"not deleting branch '%s' that is not yet merged to\n"3598" '%s', even though it is merged to HEAD."3599msgstr ""3600"no suprimint la branca '%s' que encara no s'ha\n"3601" fusionat a '%s', encara que està\n"3602" fusionada a HEAD."36033604#: builtin/branch.c:1603605#, c-format3606msgid "Couldn't look up commit object for '%s'"3607msgstr "No s'ha pogut trobar l'objecte de comissió de '%s'"36083609#: builtin/branch.c:1643610#, c-format3611msgid ""3612"The branch '%s' is not fully merged.\n"3613"If you are sure you want to delete it, run 'git branch -D %s'."3614msgstr ""3615"La branca '%s' no està totalment fusionada.\n"3616"Si esteu segur que la voleu suprimir, executeu 'git branch -D %s'."36173618#: builtin/branch.c:1773619msgid "Update of config-file failed"3620msgstr "L'actualització del fitxer de configuració ha fallat"36213622#: builtin/branch.c:2053623msgid "cannot use -a with -d"3624msgstr "no es pot usar -a amb -d"36253626#: builtin/branch.c:2113627msgid "Couldn't look up commit object for HEAD"3628msgstr "No s'ha pogut trobar l'objecte de comissió de HEAD"36293630#: builtin/branch.c:2193631#, c-format3632msgid "Cannot delete the branch '%s' which you are currently on."3633msgstr "No es pot suprimir la branca '%s', en la qual sou actualment."36343635#: builtin/branch.c:2353636#, c-format3637msgid "remote-tracking branch '%s' not found."3638msgstr "no s'ha trobat la branca amb seguiment remot '%s'."36393640#: builtin/branch.c:2363641#, c-format3642msgid "branch '%s' not found."3643msgstr "no s'ha trobat la branca '%s'."36443645#: builtin/branch.c:2513646#, c-format3647msgid "Error deleting remote-tracking branch '%s'"3648msgstr "Error en suprimir la branca amb seguiment remot '%s'"36493650#: builtin/branch.c:2523651#, c-format3652msgid "Error deleting branch '%s'"3653msgstr "Error en suprimir la branca '%s'"36543655#: builtin/branch.c:2593656#, c-format3657msgid "Deleted remote-tracking branch %s (was %s).\n"3658msgstr "S'ha suprimit la branca amb seguiment remot %s (era %s).\n"36593660#: builtin/branch.c:2603661#, c-format3662msgid "Deleted branch %s (was %s).\n"3663msgstr "S'ha suprimit la branca %s (era %s).\n"36643665#: builtin/branch.c:3033666#, c-format3667msgid "[%s: gone]"3668msgstr "[%s: no hi és]"36693670#: builtin/branch.c:3083671#, c-format3672msgid "[%s]"3673msgstr "[%s]"36743675#: builtin/branch.c:3133676#, c-format3677msgid "[%s: behind %d]"3678msgstr "[%s: darrere per %d]"36793680#: builtin/branch.c:3153681#, c-format3682msgid "[behind %d]"3683msgstr "[darrere de %d]"36843685#: builtin/branch.c:3193686#, c-format3687msgid "[%s: ahead %d]"3688msgstr "[%s: davant per %d]"36893690#: builtin/branch.c:3213691#, c-format3692msgid "[ahead %d]"3693msgstr "[davant de %d]"36943695#: builtin/branch.c:3243696#, c-format3697msgid "[%s: ahead %d, behind %d]"3698msgstr "[%s: davant per %d, darrere per %d]"36993700#: builtin/branch.c:3273701#, c-format3702msgid "[ahead %d, behind %d]"3703msgstr "[davant %d, darrere %d]"37043705#: builtin/branch.c:3403706msgid " **** invalid ref ****"3707msgstr " **** referència no vàlida ****"37083709#: builtin/branch.c:3663710#, c-format3711msgid "(no branch, rebasing %s)"3712msgstr "(cap branca, rebasant %s)"37133714#: builtin/branch.c:3693715#, c-format3716msgid "(no branch, bisect started on %s)"3717msgstr "(cap branca, bisecció començada en %s)"37183719#: builtin/branch.c:3753720#, c-format3721msgid "(HEAD detached at %s)"3722msgstr "(HEAD separat a %s)"37233724#: builtin/branch.c:3783725#, c-format3726msgid "(HEAD detached from %s)"3727msgstr "(HEAD separat de %s)"37283729#: builtin/branch.c:3823730msgid "(no branch)"3731msgstr "(cap branca)"37323733#: builtin/branch.c:5243734msgid "cannot rename the current branch while not on any."3735msgstr "no es pot canviar el nom de la branca actual mentre no s'és a cap."37363737#: builtin/branch.c:5343738#, c-format3739msgid "Invalid branch name: '%s'"3740msgstr "Nom de branca no vàlid: '%s'"37413742#: builtin/branch.c:5493743msgid "Branch rename failed"3744msgstr "El canvi de nom de branca ha fallat"37453746#: builtin/branch.c:5533747#, c-format3748msgid "Renamed a misnamed branch '%s' away"3749msgstr "S'ha canviat el nom de la branca malanomenada '%s'"37503751#: builtin/branch.c:5573752#, c-format3753msgid "Branch renamed to %s, but HEAD is not updated!"3754msgstr "S'ha canviat el nom de la branca a %s, però HEAD no està actualitzat!"37553756#: builtin/branch.c:5643757msgid "Branch is renamed, but update of config-file failed"3758msgstr ""3759"La branca està canviada de nom, però l'actualització del fitxer de "3760"configuració ha fallat"37613762#: builtin/branch.c:5863763#, c-format3764msgid "could not write branch description template: %s"3765msgstr "no s'ha pogut escriure la plantilla de descripció de branca: %s"37663767#: builtin/branch.c:6153768msgid "Generic options"3769msgstr "Opcions genèriques"37703771#: builtin/branch.c:6173772msgid "show hash and subject, give twice for upstream branch"3773msgstr "mostra el hash i l'assumpte, doneu dues vegades per la branca font"37743775#: builtin/branch.c:6183776msgid "suppress informational messages"3777msgstr "omet els missatges informatius"37783779#: builtin/branch.c:6193780msgid "set up tracking mode (see git-pull(1))"3781msgstr "configura el mode de seguiment (vegeu git-pull(1))"37823783#: builtin/branch.c:6213784msgid "change upstream info"3785msgstr "canvia la informació de font"37863787#: builtin/branch.c:6253788msgid "use colored output"3789msgstr "usa sortida colorada"37903791#: builtin/branch.c:6263792msgid "act on remote-tracking branches"3793msgstr "actua en branques amb seguiment remot"37943795#: builtin/branch.c:628 builtin/branch.c:6293796msgid "print only branches that contain the commit"3797msgstr "imprimeix només les branques que continguin la comissió"37983799#: builtin/branch.c:6323800msgid "Specific git-branch actions:"3801msgstr "Accions de git-branch específiques:"38023803#: builtin/branch.c:6333804msgid "list both remote-tracking and local branches"3805msgstr "llista les branques amb seguiment remot i les locals"38063807#: builtin/branch.c:6353808msgid "delete fully merged branch"3809msgstr "suprimeix la branca si està completament fusionada"38103811#: builtin/branch.c:6363812msgid "delete branch (even if not merged)"3813msgstr "suprimeix la branca (encara que no estigui fusionada)"38143815#: builtin/branch.c:6373816msgid "move/rename a branch and its reflog"3817msgstr "mou/canvia de nom una branca i el seu registre de referència"38183819#: builtin/branch.c:6383820msgid "move/rename a branch, even if target exists"3821msgstr "mou/canvia de nom una branca, encara que el destí existeixi"38223823#: builtin/branch.c:6393824msgid "list branch names"3825msgstr "llista els noms de branca"38263827#: builtin/branch.c:6403828msgid "create the branch's reflog"3829msgstr "crea el registre de referència de la branca"38303831#: builtin/branch.c:6423832msgid "edit the description for the branch"3833msgstr "edita la descripció de la branca"38343835#: builtin/branch.c:6433836msgid "force creation, move/rename, deletion"3837msgstr "força creació, moviment/canvi de nom, supressió"38383839#: builtin/branch.c:6443840msgid "print only branches that are merged"3841msgstr "imprimeix només les branques que s'han fusionat"38423843#: builtin/branch.c:6453844msgid "print only branches that are not merged"3845msgstr "imprimeix només les branques que no s'han fusionat"38463847#: builtin/branch.c:6463848msgid "list branches in columns"3849msgstr "llista les branques en columnes"38503851#: builtin/branch.c:647 builtin/for-each-ref.c:38 builtin/tag.c:3663852msgid "key"3853msgstr "clau"38543855#: builtin/branch.c:648 builtin/for-each-ref.c:39 builtin/tag.c:3673856msgid "field name to sort on"3857msgstr "nom del camp en el qual ordenar"38583859#: builtin/branch.c:650 builtin/for-each-ref.c:41 builtin/notes.c:4013860#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:5673861#: builtin/tag.c:3693862msgid "object"3863msgstr "objecte"38643865#: builtin/branch.c:6513866msgid "print only branches of the object"3867msgstr "imprimeix només les branques de l'objecte"38683869#: builtin/branch.c:6693870msgid "Failed to resolve HEAD as a valid ref."3871msgstr "S'ha fallat en resoldre HEAD com a referència vàlida."38723873#: builtin/branch.c:673 builtin/clone.c:7053874msgid "HEAD not found below refs/heads!"3875msgstr "HEAD no trobat sota refs/heads!"38763877#: builtin/branch.c:6933878msgid "--column and --verbose are incompatible"3879msgstr "--column i --verbose són incompatibles"38803881#: builtin/branch.c:704 builtin/branch.c:7463882msgid "branch name required"3883msgstr "cal el nom de branca"38843885#: builtin/branch.c:7223886msgid "Cannot give description to detached HEAD"3887msgstr "No es pot donar descripció a un HEAD separat"38883889#: builtin/branch.c:7273890msgid "cannot edit description of more than one branch"3891msgstr "no es pot editar la descripció de més d'una branca"38923893#: builtin/branch.c:7343894#, c-format3895msgid "No commit on branch '%s' yet."3896msgstr "Encara no hi ha comissió en la branca '%s'."38973898#: builtin/branch.c:7373899#, c-format3900msgid "No branch named '%s'."3901msgstr "No hi ha branca amb nom '%s'."39023903#: builtin/branch.c:7523904msgid "too many branches for a rename operation"3905msgstr "hi ha massa branques per a una operació de canvi de nom"39063907#: builtin/branch.c:7573908msgid "too many branches to set new upstream"3909msgstr "hi ha massa branques per a establir una nova font"39103911#: builtin/branch.c:7613912#, c-format3913msgid ""3914"could not set upstream of HEAD to %s when it does not point to any branch."3915msgstr ""3916"no s'ha pogut establir la font de HEAD com a %s quan no assenyala cap branca."39173918#: builtin/branch.c:764 builtin/branch.c:786 builtin/branch.c:8073919#, c-format3920msgid "no such branch '%s'"3921msgstr "no hi ha tal branca '%s'"39223923#: builtin/branch.c:7683924#, c-format3925msgid "branch '%s' does not exist"3926msgstr "la branca '%s' no existeix"39273928#: builtin/branch.c:7803929msgid "too many branches to unset upstream"3930msgstr "hi ha massa branques per a desestablir la font"39313932#: builtin/branch.c:7843933msgid "could not unset upstream of HEAD when it does not point to any branch."3934msgstr ""3935"no s'ha pogut desestablir la font de HEAD perquè no assenyala cap branca."39363937#: builtin/branch.c:7903938#, c-format3939msgid "Branch '%s' has no upstream information"3940msgstr "La branca '%s' no té informació de font"39413942#: builtin/branch.c:8043943msgid "it does not make sense to create 'HEAD' manually"3944msgstr "no té sentit crear 'HEAD' manualment"39453946#: builtin/branch.c:8103947msgid "-a and -r options to 'git branch' do not make sense with a branch name"3948msgstr ""3949"les opcions -a i -r a 'git branch' no tenen sentit amb un nom de branca"39503951#: builtin/branch.c:8133952#, c-format3953msgid ""3954"The --set-upstream flag is deprecated and will be removed. Consider using --"3955"track or --set-upstream-to\n"3956msgstr ""3957"La bandera --set-upstream està desaprovada i s'eliminarà. Considereu usar --"3958"track o --set-upstream-to\n"39593960#: builtin/branch.c:8303961#, c-format3962msgid ""3963"\n"3964"If you wanted to make '%s' track '%s', do this:\n"3965"\n"3966msgstr ""3967"\n"3968"Si volíeu fer '%s' seguir '%s', feu això:\n"3969"\n"39703971#: builtin/branch.c:8313972#, c-format3973msgid " git branch -d %s\n"3974msgstr " git branch -d %s\n"39753976#: builtin/branch.c:8323977#, c-format3978msgid " git branch --set-upstream-to %s\n"3979msgstr " git branch --set-upstream-to %s\n"39803981#: builtin/bundle.c:513982#, c-format3983msgid "%s is okay\n"3984msgstr "%s està bé\n"39853986#: builtin/bundle.c:643987msgid "Need a repository to create a bundle."3988msgstr "Cal un dipòsit per a fer un farcell."39893990#: builtin/bundle.c:683991msgid "Need a repository to unbundle."3992msgstr "Cal un dipòsit per a desfer un farcell."39933994#: builtin/cat-file.c:4283995msgid ""3996"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"3997"<type>|--textconv) <object>"3998msgstr ""3999"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"4000"<tipus>|--textconv) <objecte>"40014002#: builtin/cat-file.c:4294003msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"4004msgstr "git cat-file (--batch | --batch-check) [--follow-symlinks]"40054006#: builtin/cat-file.c:4664007msgid "<type> can be one of: blob, tree, commit, tag"4008msgstr "<tipus> pot ser un de: blob, tree, commit, tag"40094010#: builtin/cat-file.c:4674011msgid "show object type"4012msgstr "mostra el tipus de l'objecte"40134014#: builtin/cat-file.c:4684015msgid "show object size"4016msgstr "mostra la mida de l'objecte"40174018#: builtin/cat-file.c:4704019msgid "exit with zero when there's no error"4020msgstr "surt amb zero quan no hi ha error"40214022#: builtin/cat-file.c:4714023msgid "pretty-print object's content"4024msgstr "imprimeix bellament el contingut de l'objecte"40254026#: builtin/cat-file.c:4734027msgid "for blob objects, run textconv on object's content"4028msgstr "en els objectes de blob, executa textconv en el contingut de l'objecte"40294030#: builtin/cat-file.c:4754031msgid "allow -s and -t to work with broken/corrupt objects"4032msgstr "permet que -s i -t funcionin amb objectes trencats/malmesos"40334034#: builtin/cat-file.c:4764035msgid "buffer --batch output"4036msgstr "posa la sortida de --batch en memòria intermèdia"40374038#: builtin/cat-file.c:4784039msgid "show info and content of objects fed from the standard input"4040msgstr ""4041"mostra la informació i contingut dels objectes rebuts de l'entrada estàndard"40424043#: builtin/cat-file.c:4814044msgid "show info about objects fed from the standard input"4045msgstr "mostra informació sobre els objectes rebuts de l'entrada estàndard"40464047#: builtin/cat-file.c:4844048msgid "follow in-tree symlinks (used with --batch or --batch-check)"4049msgstr ""4050"segueix els enllaços simbòlics en l'arbre (s'usa amb --batch o --batch-check)"40514052#: builtin/cat-file.c:4864053msgid "show all objects with --batch or --batch-check"4054msgstr "mostra tots els objectes amb --batch o --batch-check"40554056#: builtin/check-attr.c:114057msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."4058msgstr "git check-attr [-a | --all | <atribut>...] [--] <nom-de-camí>..."40594060#: builtin/check-attr.c:124061msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"4062msgstr "git check-attr --stdin [-z] [-a | --all | <atribut>...]"40634064#: builtin/check-attr.c:194065msgid "report all attributes set on file"4066msgstr "informa de tots els atributs establerts en el fitxer"40674068#: builtin/check-attr.c:204069msgid "use .gitattributes only from the index"4070msgstr "usa .gitattributes només des de l'índex"40714072#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:974073msgid "read file names from stdin"4074msgstr "llegeix els noms de fitxer d'stdin"40754076#: builtin/check-attr.c:23 builtin/check-ignore.c:244077msgid "terminate input and output records by a NUL character"4078msgstr "acaba els registres d'entrada i de sortida amb un caràcter NUL"40794080#: builtin/check-ignore.c:18 builtin/checkout.c:1136 builtin/gc.c:3254081msgid "suppress progress reporting"4082msgstr "omet el reportatge de progrés"40834084#: builtin/check-ignore.c:264085msgid "show non-matching input paths"4086msgstr "mostra els camins d'entrada que no coincideixin"40874088#: builtin/check-ignore.c:284089msgid "ignore index when checking"4090msgstr "ignora l'índex en comprovar"40914092#: builtin/check-ignore.c:1544093msgid "cannot specify pathnames with --stdin"4094msgstr "no es pot especificar noms de camí amb --stdin"40954096#: builtin/check-ignore.c:1574097msgid "-z only makes sense with --stdin"4098msgstr "-z només té sentit amb --stdin"40994100#: builtin/check-ignore.c:1594101msgid "no path specified"4102msgstr "cap camí especificat"41034104#: builtin/check-ignore.c:1634105msgid "--quiet is only valid with a single pathname"4106msgstr "--quiet només és vàlid amb un sol nom de camí"41074108#: builtin/check-ignore.c:1654109msgid "cannot have both --quiet and --verbose"4110msgstr "no es pot tenir ambdós --quiet i --verbose"41114112#: builtin/check-ignore.c:1684113msgid "--non-matching is only valid with --verbose"4114msgstr "--non-matching és vàlid només amb --verbose"41154116#: builtin/check-mailmap.c:84117msgid "git check-mailmap [<options>] <contact>..."4118msgstr "git check-mailmap [<opcions>] <contacte>..."41194120#: builtin/check-mailmap.c:134121msgid "also read contacts from stdin"4122msgstr "també llegeix els contactes des d'stdin"41234124#: builtin/check-mailmap.c:244125#, c-format4126msgid "unable to parse contact: %s"4127msgstr "no s'ha pogut analitzar el contacte: %s"41284129#: builtin/check-mailmap.c:474130msgid "no contacts specified"4131msgstr "no hi ha contactes especificats"41324133#: builtin/checkout-index.c:1274134msgid "git checkout-index [<options>] [--] [<file>...]"4135msgstr "git checkout-index [<opcions>] [--] [<fitxer>...]"41364137#: builtin/checkout-index.c:1444138msgid "stage should be between 1 and 3 or all"4139msgstr "l'etapa ha de ser entre 1 i 3 o all"41404141#: builtin/checkout-index.c:1604142msgid "check out all files in the index"4143msgstr "agafa tots els fitxers en l'índex"41444145#: builtin/checkout-index.c:1614146msgid "force overwrite of existing files"4147msgstr "força la sobreescriptura de fitxers existents"41484149#: builtin/checkout-index.c:1634150msgid "no warning for existing files and files not in index"4151msgstr "cap avís per a fitxers existents i fitxers no en l'índex"41524153#: builtin/checkout-index.c:1654154msgid "don't checkout new files"4155msgstr "no agafis fitxers nous"41564157#: builtin/checkout-index.c:1674158msgid "update stat information in the index file"4159msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"41604161#: builtin/checkout-index.c:1714162msgid "read list of paths from the standard input"4163msgstr "llegeix la llista de camins des de l'entrada estàndard"41644165#: builtin/checkout-index.c:1734166msgid "write the content to temporary files"4167msgstr "escriu el contingut a fitxers temporals"41684169#: builtin/checkout-index.c:174 builtin/column.c:304170#: builtin/submodule--helper.c:166 builtin/submodule--helper.c:1694171#: builtin/submodule--helper.c:172 builtin/submodule--helper.c:1754172msgid "string"4173msgstr "cadena"41744175#: builtin/checkout-index.c:1754176msgid "when creating files, prepend <string>"4177msgstr "en crear fitxers, anteposa <cadena>"41784179#: builtin/checkout-index.c:1774180msgid "copy out the files from named stage"4181msgstr "copia els fitxers des de l'etapa anomenada"41824183#: builtin/checkout.c:254184msgid "git checkout [<options>] <branch>"4185msgstr "git checkout [<opcions>] <branca>"41864187#: builtin/checkout.c:264188msgid "git checkout [<options>] [<branch>] -- <file>..."4189msgstr "git checkout [<opcions>] [<branca>] -- <fitxer>..."41904191#: builtin/checkout.c:134 builtin/checkout.c:1674192#, c-format4193msgid "path '%s' does not have our version"4194msgstr "el camí '%s' no té la versió nostra"41954196#: builtin/checkout.c:136 builtin/checkout.c:1694197#, c-format4198msgid "path '%s' does not have their version"4199msgstr "el camí '%s' no té la versió seva"42004201#: builtin/checkout.c:1524202#, c-format4203msgid "path '%s' does not have all necessary versions"4204msgstr "el camí '%s' no té totes les versions necessàries"42054206#: builtin/checkout.c:1964207#, c-format4208msgid "path '%s' does not have necessary versions"4209msgstr "el camí '%s' no té les versions necessàries"42104211#: builtin/checkout.c:2134212#, c-format4213msgid "path '%s': cannot merge"4214msgstr "camí '%s': no es pot fusionar"42154216#: builtin/checkout.c:2304217#, c-format4218msgid "Unable to add merge result for '%s'"4219msgstr "no s'ha pogut afegir el resultat de fusió per a '%s'"42204221#: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:2574222#: builtin/checkout.c:2604223#, c-format4224msgid "'%s' cannot be used with updating paths"4225msgstr "'%s' no es pot usar amb actualització de camins"42264227#: builtin/checkout.c:263 builtin/checkout.c:2664228#, c-format4229msgid "'%s' cannot be used with %s"4230msgstr "'%s' no es pot usar amb %s"42314232#: builtin/checkout.c:2694233#, c-format4234msgid "Cannot update paths and switch to branch '%s' at the same time."4235msgstr ""4236"No es pot actualitzar els camins i canviar a la branca '%s' a la vegada."42374238#: builtin/checkout.c:280 builtin/checkout.c:4744239msgid "corrupt index file"4240msgstr "fitxer d'índex malmès"42414242#: builtin/checkout.c:340 builtin/checkout.c:3474243#, c-format4244msgid "path '%s' is unmerged"4245msgstr "el camí '%s' està sense fusionar"42464247#: builtin/checkout.c:4964248msgid "you need to resolve your current index first"4249msgstr "heu de resoldre el vostre índex actual primer"42504251#: builtin/checkout.c:6234252#, c-format4253msgid "Can not do reflog for '%s': %s\n"4254msgstr "No es pot fer reflog per a '%s': %s\n"42554256#: builtin/checkout.c:6614257msgid "HEAD is now at"4258msgstr "HEAD ara és a"42594260#: builtin/checkout.c:665 builtin/clone.c:6594261msgid "unable to update HEAD"4262msgstr "no s'ha pogut actualitzar HEAD"42634264#: builtin/checkout.c:6694265#, c-format4266msgid "Reset branch '%s'\n"4267msgstr "Restableix la branca '%s'\n"42684269#: builtin/checkout.c:6724270#, c-format4271msgid "Already on '%s'\n"4272msgstr "Ja en '%s'\n"42734274#: builtin/checkout.c:6764275#, c-format4276msgid "Switched to and reset branch '%s'\n"4277msgstr "S'ha agafat i restablert la branca '%s'\n"42784279#: builtin/checkout.c:678 builtin/checkout.c:10684280#, c-format4281msgid "Switched to a new branch '%s'\n"4282msgstr "S'ha agafat la branca nova '%s'\n"42834284#: builtin/checkout.c:6804285#, c-format4286msgid "Switched to branch '%s'\n"4287msgstr "S'ha agafat la branca '%s'\n"42884289#: builtin/checkout.c:7324290#, c-format4291msgid " ... and %d more.\n"4292msgstr " ... i %d més.\n"42934294#: builtin/checkout.c:7384295#, c-format4296msgid ""4297"Warning: you are leaving %d commit behind, not connected to\n"4298"any of your branches:\n"4299"\n"4300"%s\n"4301msgid_plural ""4302"Warning: you are leaving %d commits behind, not connected to\n"4303"any of your branches:\n"4304"\n"4305"%s\n"4306msgstr[0] ""4307"Avís: esteu deixant enrere %d comissió, no connectada a\n"4308"cap de les vostres branques:\n"4309"\n"4310"%s\n"4311msgstr[1] ""4312"Avís: esteu deixant enrere %d comissions, no connectades a\n"4313"cap de les vostres branques:\n"4314"\n"4315"%s\n"43164317#: builtin/checkout.c:7574318#, c-format4319msgid ""4320"If you want to keep it by creating a new branch, this may be a good time\n"4321"to do so with:\n"4322"\n"4323" git branch <new-branch-name> %s\n"4324"\n"4325msgid_plural ""4326"If you want to keep them by creating a new branch, this may be a good time\n"4327"to do so with:\n"4328"\n"4329" git branch <new-branch-name> %s\n"4330"\n"4331msgstr[0] ""4332"Si la voleu retenir creant una branca nova, ara pot ser un bon moment\n"4333"per a fer-ho amb:\n"4334"\n"4335" git branch <nom-de-branca-nova> %s\n"4336"\n"4337msgstr[1] ""4338"Si les voleu retenir creant una branca nova, ara pot ser un bon moment\n"4339"per a fer-ho amb:\n"4340"\n"4341" git branch <nom-de-branca-nova> %s\n"4342"\n"43434344#: builtin/checkout.c:7934345msgid "internal error in revision walk"4346msgstr "error intern en el passeig per revisions"43474348#: builtin/checkout.c:7974349msgid "Previous HEAD position was"4350msgstr "La posició de HEAD anterior era"43514352#: builtin/checkout.c:824 builtin/checkout.c:10634353msgid "You are on a branch yet to be born"4354msgstr "Sou en una branca que encara ha de nàixer"43554356#: builtin/checkout.c:9694357#, c-format4358msgid "only one reference expected, %d given."4359msgstr "només una referència esperada, %d donades."43604361#: builtin/checkout.c:1009 builtin/worktree.c:2114362#, c-format4363msgid "invalid reference: %s"4364msgstr "referència no vàlida: %s"43654366#: builtin/checkout.c:10384367#, c-format4368msgid "reference is not a tree: %s"4369msgstr "la referència no és un arbre: %s"43704371#: builtin/checkout.c:10774372msgid "paths cannot be used with switching branches"4373msgstr "els camins no es poden usar amb canvi de branca"43744375#: builtin/checkout.c:1080 builtin/checkout.c:10844376#, c-format4377msgid "'%s' cannot be used with switching branches"4378msgstr "'%s' no es pot usar amb canvi de branca"43794380#: builtin/checkout.c:1088 builtin/checkout.c:1091 builtin/checkout.c:10964381#: builtin/checkout.c:10994382#, c-format4383msgid "'%s' cannot be used with '%s'"4384msgstr "'%s' no es pot usar amb '%s'"43854386#: builtin/checkout.c:11044387#, c-format4388msgid "Cannot switch branch to a non-commit '%s'"4389msgstr "No es pot canviar la branca a la no comissió '%s'"43904391#: builtin/checkout.c:1137 builtin/checkout.c:1139 builtin/clone.c:844392#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:3184393#: builtin/worktree.c:3204394msgid "branch"4395msgstr "branca"43964397#: builtin/checkout.c:11384398msgid "create and checkout a new branch"4399msgstr "crea i agafa una branca nova"44004401#: builtin/checkout.c:11404402msgid "create/reset and checkout a branch"4403msgstr "crea/restableix i agafa una branca"44044405#: builtin/checkout.c:11414406msgid "create reflog for new branch"4407msgstr "crea un registre de referència per a la branca nova"44084409#: builtin/checkout.c:11424410msgid "detach the HEAD at named commit"4411msgstr "separa el HEAD a la comissió anomenada"44124413#: builtin/checkout.c:11434414msgid "set upstream info for new branch"4415msgstr "estableix la informació de font de la branca nova"44164417#: builtin/checkout.c:11454418msgid "new-branch"4419msgstr "branca-nova"44204421#: builtin/checkout.c:11454422msgid "new unparented branch"4423msgstr "branca òrfena nova"44244425#: builtin/checkout.c:11464426msgid "checkout our version for unmerged files"4427msgstr "agafa la versió nostra dels fitxers sense fusionar"44284429#: builtin/checkout.c:11484430msgid "checkout their version for unmerged files"4431msgstr "agafa la versió seva dels fitxers sense fusionar"44324433#: builtin/checkout.c:11504434msgid "force checkout (throw away local modifications)"4435msgstr "agafa a la força (descarta qualsevulla modificació local)"44364437#: builtin/checkout.c:11514438msgid "perform a 3-way merge with the new branch"4439msgstr "realitza una fusió de 3 vies amb la branca nova"44404441#: builtin/checkout.c:1152 builtin/merge.c:2274442msgid "update ignored files (default)"4443msgstr "actualitza els fitxers ignorats (per defecte)"44444445#: builtin/checkout.c:1153 builtin/log.c:1269 parse-options.h:2504446msgid "style"4447msgstr "estil"44484449#: builtin/checkout.c:11544450msgid "conflict style (merge or diff3)"4451msgstr "estil de conflicte (fusió o diff3)"44524453#: builtin/checkout.c:11574454msgid "do not limit pathspecs to sparse entries only"4455msgstr "no limitis les especificacions de camí només a entrades disperses"44564457#: builtin/checkout.c:11594458msgid "second guess 'git checkout <no-such-branch>'"4459msgstr "dubta 'git checkout <cap-branca-així>'"44604461#: builtin/checkout.c:11614462msgid "do not check if another worktree is holding the given ref"4463msgstr "no comprovis si altre arbre de treball té la referència donada"44644465#: builtin/checkout.c:1162 builtin/clone.c:58 builtin/fetch.c:1164466#: builtin/merge.c:224 builtin/pull.c:113 builtin/push.c:5264467#: builtin/send-pack.c:1684468msgid "force progress reporting"4469msgstr "força l'informe de progrés"44704471#: builtin/checkout.c:11934472msgid "-b, -B and --orphan are mutually exclusive"4473msgstr "-b, -B i --orphan són mutualment exclusius"44744475#: builtin/checkout.c:12104476msgid "--track needs a branch name"4477msgstr "--track necessita un nom de branca"44784479#: builtin/checkout.c:12154480msgid "Missing branch name; try -b"4481msgstr "Manca el nom de branca; proveu -b"44824483#: builtin/checkout.c:12514484msgid "invalid path specification"4485msgstr "especificació de camí no vàlida"44864487#: builtin/checkout.c:12584488#, c-format4489msgid ""4490"Cannot update paths and switch to branch '%s' at the same time.\n"4491"Did you intend to checkout '%s' which can not be resolved as commit?"4492msgstr ""4493"No es poden actualitzar els camins i canviar a la branca '%s' a la vegada.\n"4494"Volíeu agafar '%s', la qual no es pot resoldre com a comissió?"44954496#: builtin/checkout.c:12634497#, c-format4498msgid "git checkout: --detach does not take a path argument '%s'"4499msgstr "git checkout: --detach no accepta un paràmetre de camí '%s'"45004501#: builtin/checkout.c:12674502msgid ""4503"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4504"checking out of the index."4505msgstr ""4506"git checkout: --ours/--theirs, --force i --merge són incompatibles en\n"4507"agafar de l'índex."45084509#: builtin/clean.c:254510msgid ""4511"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4512msgstr ""4513"git clean [-d] [-f] [-i] [-n] [-q] [-e <patró>] [-x | -X] [--] <camins>..."45144515#: builtin/clean.c:294516#, c-format4517msgid "Removing %s\n"4518msgstr "Eliminant %s\n"45194520#: builtin/clean.c:304521#, c-format4522msgid "Would remove %s\n"4523msgstr "Eliminaria %s\n"45244525#: builtin/clean.c:314526#, c-format4527msgid "Skipping repository %s\n"4528msgstr "Saltant el dipòsit %s\n"45294530#: builtin/clean.c:324531#, c-format4532msgid "Would skip repository %s\n"4533msgstr "Saltaria el dipòsit %s\n"45344535#: builtin/clean.c:334536#, c-format4537msgid "failed to remove %s"4538msgstr "s'ha fallat en eliminar %s"45394540#: builtin/clean.c:2914541msgid ""4542"Prompt help:\n"4543"1 - select a numbered item\n"4544"foo - select item based on unique prefix\n"4545" - (empty) select nothing"4546msgstr ""4547"Ajuda d'avís:\n"4548"1 - selecciona un ítem numerat\n"4549"foo - selecciona un ítem basat en un prefix únic\n"4550" - (buit) no seleccionis res"45514552#: builtin/clean.c:2954553msgid ""4554"Prompt help:\n"4555"1 - select a single item\n"4556"3-5 - select a range of items\n"4557"2-3,6-9 - select multiple ranges\n"4558"foo - select item based on unique prefix\n"4559"-... - unselect specified items\n"4560"* - choose all items\n"4561" - (empty) finish selecting"4562msgstr ""4563"Ajuda d'avís:\n"4564"1 - selecciona un sol ítem\n"4565"3-5 - selecciona un rang d'ítems\n"4566"2-3,6-9 - selecciona múltiples rangs\n"4567"foo - selecciona un ítem basat en un prefix únic\n"4568"-... - desselecciona els ítems seleccionats\n"4569"* - tria tots els ítems\n"4570" - (buit) finalitza la selecció"45714572#: builtin/clean.c:5114573#, c-format4574msgid "Huh (%s)?"4575msgstr "Perdó (%s)?"45764577#: builtin/clean.c:6534578#, c-format4579msgid "Input ignore patterns>> "4580msgstr "Introduïu els patrons a ignorar>> "45814582#: builtin/clean.c:6904583#, c-format4584msgid "WARNING: Cannot find items matched by: %s"4585msgstr "AVÍS: No es pot trobar ítems que coincideixin amb: %s"45864587#: builtin/clean.c:7114588msgid "Select items to delete"4589msgstr "Selecciona els ítems a suprimir"45904591#. TRANSLATORS: Make sure to keep [y/N] as is4592#: builtin/clean.c:7524593#, c-format4594msgid "Remove %s [y/N]? "4595msgstr "Voleu eliminar %s [y/N]? "45964597#: builtin/clean.c:7774598msgid "Bye."4599msgstr "Adéu."46004601#: builtin/clean.c:7854602msgid ""4603"clean - start cleaning\n"4604"filter by pattern - exclude items from deletion\n"4605"select by numbers - select items to be deleted by numbers\n"4606"ask each - confirm each deletion (like \"rm -i\")\n"4607"quit - stop cleaning\n"4608"help - this screen\n"4609"? - help for prompt selection"4610msgstr ""4611"clean - comença a netejar\n"4612"filter by pattern - exclou ítems de supressió\n"4613"select by numbers - selecciona ítems a suprimir per números\n"4614"ask each - confirma cada supressió (com \"rm -i\")\n"4615"quit - deixa de netejar\n"4616"help - aquesta pantalla\n"4617"? - ajuda de selecció de l'avís"46184619#: builtin/clean.c:8124620msgid "*** Commands ***"4621msgstr "*** Ordres ***"46224623#: builtin/clean.c:8134624msgid "What now"4625msgstr "I ara què"46264627#: builtin/clean.c:8214628msgid "Would remove the following item:"4629msgid_plural "Would remove the following items:"4630msgstr[0] "Eliminaria l'ítem següent:"4631msgstr[1] "Eliminaria els ítems següents:"46324633#: builtin/clean.c:8384634msgid "No more files to clean, exiting."4635msgstr "No hi ha més fitxers a netejar; sortint."46364637#: builtin/clean.c:8694638msgid "do not print names of files removed"4639msgstr "no imprimeixis els noms dels fitxers eliminats"46404641#: builtin/clean.c:8714642msgid "force"4643msgstr "força"46444645#: builtin/clean.c:8724646msgid "interactive cleaning"4647msgstr "neteja interactiva"46484649#: builtin/clean.c:8744650msgid "remove whole directories"4651msgstr "elimina directoris sencers"46524653#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:7224654#: builtin/ls-files.c:456 builtin/name-rev.c:307 builtin/show-ref.c:1824655msgid "pattern"4656msgstr "patró"46574658#: builtin/clean.c:8764659msgid "add <pattern> to ignore rules"4660msgstr "afegiu <patró> per a ignorar les regles"46614662#: builtin/clean.c:8774663msgid "remove ignored files, too"4664msgstr "elimina els fitxers ignorats, també"46654666#: builtin/clean.c:8794667msgid "remove only ignored files"4668msgstr "elimina només els fitxers ignorats"46694670#: builtin/clean.c:8974671msgid "-x and -X cannot be used together"4672msgstr "-x i -X no es poden usar junts"46734674#: builtin/clean.c:9014675msgid ""4676"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "4677"clean"4678msgstr ""4679"clean.requireForce està establerta a veritat i ni -i, -n ni -f s'ha donat; "4680"refusant netejar"46814682#: builtin/clean.c:9044683msgid ""4684"clean.requireForce defaults to true and neither -i, -n, nor -f given; "4685"refusing to clean"4686msgstr ""4687"clean.requireForce és per defecte veritat i ni -i, -n ni -f s'ha donat; "4688"refusant netejar"46894690#: builtin/clone.c:374691msgid "git clone [<options>] [--] <repo> [<dir>]"4692msgstr "git clone [<opcions>] [--] <dipòsit> [<directori>]"46934694#: builtin/clone.c:604695msgid "don't create a checkout"4696msgstr "no facis cap agafament"46974698#: builtin/clone.c:61 builtin/clone.c:63 builtin/init-db.c:4694699msgid "create a bare repository"4700msgstr "crea un dipòsit nu"47014702#: builtin/clone.c:654703msgid "create a mirror repository (implies bare)"4704msgstr "crea un dipòsit reflectit (implica bare)"47054706#: builtin/clone.c:674707msgid "to clone from a local repository"4708msgstr "per a clonar des d'un dipòsit local"47094710#: builtin/clone.c:694711msgid "don't use local hardlinks, always copy"4712msgstr "no usis enllaços durs locals, sempre copia"47134714#: builtin/clone.c:714715msgid "setup as shared repository"4716msgstr "configura com a dipòsit compartit"47174718#: builtin/clone.c:73 builtin/clone.c:754719msgid "initialize submodules in the clone"4720msgstr "inicialitza els submòduls en el clon"47214722#: builtin/clone.c:76 builtin/init-db.c:4664723msgid "template-directory"4724msgstr "directori-de-plantilla"47254726#: builtin/clone.c:77 builtin/init-db.c:4674727msgid "directory from which templates will be used"4728msgstr "directori del qual les plantilles s'usaran"47294730#: builtin/clone.c:79 builtin/submodule--helper.c:1734731msgid "reference repository"4732msgstr "dipòsit de referència"47334734#: builtin/clone.c:814735msgid "use --reference only while cloning"4736msgstr "usa --reference només en clonar"47374738#: builtin/clone.c:82 builtin/column.c:26 builtin/merge-file.c:444739msgid "name"4740msgstr "nom"47414742#: builtin/clone.c:834743msgid "use <name> instead of 'origin' to track upstream"4744msgstr "usa <nom> en lloc de 'origin' per a seguir la font"47454746#: builtin/clone.c:854747msgid "checkout <branch> instead of the remote's HEAD"4748msgstr "agafa <branca> en lloc del HEAD del remot"47494750#: builtin/clone.c:874751msgid "path to git-upload-pack on the remote"4752msgstr "camí a git-upload-pack en el remot"47534754#: builtin/clone.c:88 builtin/fetch.c:117 builtin/grep.c:665 builtin/pull.c:1934755msgid "depth"4756msgstr "profunditat"47574758#: builtin/clone.c:894759msgid "create a shallow clone of that depth"4760msgstr "crea un clon superficial de tal profunditat"47614762#: builtin/clone.c:914763msgid "clone only one branch, HEAD or --branch"4764msgstr "clona només una branca, HEAD o --branch"47654766#: builtin/clone.c:92 builtin/init-db.c:4754767msgid "gitdir"4768msgstr "directori de git"47694770#: builtin/clone.c:93 builtin/init-db.c:4764771msgid "separate git dir from working tree"4772msgstr "separa el directori de git de l'arbre de treball"47734774#: builtin/clone.c:944775msgid "key=value"4776msgstr "clau=valor"47774778#: builtin/clone.c:954779msgid "set config inside the new repository"4780msgstr "estableix la configuració dins del dipòsit nou"47814782#: builtin/clone.c:96 builtin/fetch.c:131 builtin/push.c:5364783msgid "use IPv4 addresses only"4784msgstr "usa només les adreces IPv4"47854786#: builtin/clone.c:98 builtin/fetch.c:133 builtin/push.c:5384787msgid "use IPv6 addresses only"4788msgstr "usa només les adreces IPv6"47894790#: builtin/clone.c:2394791msgid ""4792"No directory name could be guessed.\n"4793"Please specify a directory on the command line"4794msgstr ""4795"No s'ha pogut endevinar cap nom de directori.\n"4796"Si us plau, especifiqueu un directori en la línia d'ordres"47974798#: builtin/clone.c:3054799#, c-format4800msgid "reference repository '%s' as a linked checkout is not supported yet."4801msgstr ""4802"Encara no se suporta el dipòsit de referència '%s' com a agafament enllaçat."48034804#: builtin/clone.c:3074805#, c-format4806msgid "reference repository '%s' is not a local repository."4807msgstr "el dipòsit de referència '%s' no és un dipòsit local."48084809#: builtin/clone.c:3124810#, c-format4811msgid "reference repository '%s' is shallow"4812msgstr "el dipòsit de referència '%s' és superficial"48134814#: builtin/clone.c:3154815#, c-format4816msgid "reference repository '%s' is grafted"4817msgstr "el dipòsit de referència '%s' és empeltat"48184819#: builtin/clone.c:380 builtin/diff.c:844820#, c-format4821msgid "failed to stat '%s'"4822msgstr "s'ha fallat en fer stat a '%s'"48234824#: builtin/clone.c:3824825#, c-format4826msgid "%s exists and is not a directory"4827msgstr "%s existeix i no és directori"48284829#: builtin/clone.c:3964830#, c-format4831msgid "failed to stat %s\n"4832msgstr "s'ha fallat en fer stat a '%s'\n"48334834#: builtin/clone.c:4184835#, c-format4836msgid "failed to create link '%s'"4837msgstr "s'ha fallat en crear l'enllaç '%s'"48384839#: builtin/clone.c:4224840#, c-format4841msgid "failed to copy file to '%s'"4842msgstr "s'ha fallat en copiar el fitxer a '%s'"48434844#: builtin/clone.c:447 builtin/clone.c:6314845#, c-format4846msgid "done.\n"4847msgstr "fet.\n"48484849#: builtin/clone.c:4594850msgid ""4851"Clone succeeded, but checkout failed.\n"4852"You can inspect what was checked out with 'git status'\n"4853"and retry the checkout with 'git checkout -f HEAD'\n"4854msgstr ""4855"La clonació ha tingut èxit, però l'agafament ha\n"4856"fallat. Podeu inspeccionar què s'ha agafat amb\n"4857"'git status' i tornar a intentar l'agafament amb\n"4858"'git checkout -f HEAD'\n"48594860#: builtin/clone.c:5364861#, c-format4862msgid "Could not find remote branch %s to clone."4863msgstr "No s'ha pogut trobar la branca remota %s per a clonar."48644865#: builtin/clone.c:6264866#, c-format4867msgid "Checking connectivity... "4868msgstr "Provant connectivitat... "48694870#: builtin/clone.c:6294871msgid "remote did not send all necessary objects"4872msgstr "el remot no ha enviat tots els objectes necessaris"48734874#: builtin/clone.c:6474875#, c-format4876msgid "unable to update %s"4877msgstr "no s'ha pogut actualizar %s"48784879#: builtin/clone.c:6964880msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4881msgstr ""4882"el HEAD remot es refereix a una referència que no existeix; no s'ha pogut "4883"agafar.\n"48844885#: builtin/clone.c:7274886msgid "unable to checkout working tree"4887msgstr "no s'ha pogut agafar l'arbre de treball"48884889#: builtin/clone.c:7534890msgid "unable to write parameters to config file"4891msgstr "no s'ha pogut escriure les paràmetres al fitxer de configuració"48924893#: builtin/clone.c:8164894msgid "cannot repack to clean up"4895msgstr "no es pot reempaquetar per a netejar"48964897#: builtin/clone.c:8184898msgid "cannot unlink temporary alternates file"4899msgstr "no es pot desenllaçar el fitxer d'alternatives temporal"49004901#: builtin/clone.c:8504902msgid "Too many arguments."4903msgstr "Hi ha massa paràmetres."49044905#: builtin/clone.c:8544906msgid "You must specify a repository to clone."4907msgstr "Heu d'especificar un dipòsit per a clonar."49084909#: builtin/clone.c:8654910#, c-format4911msgid "--bare and --origin %s options are incompatible."4912msgstr "les opcions --bare i --origin %s són incompatibles."49134914#: builtin/clone.c:8684915msgid "--bare and --separate-git-dir are incompatible."4916msgstr "--bare i --separate-git-dir són incompatibles."49174918#: builtin/clone.c:8814919#, c-format4920msgid "repository '%s' does not exist"4921msgstr "el dipòsit '%s' no existeix"49224923#: builtin/clone.c:887 builtin/fetch.c:11744924#, c-format4925msgid "depth %s is not a positive number"4926msgstr "la profunditat %s no és nombre positiu"49274928#: builtin/clone.c:8974929#, c-format4930msgid "destination path '%s' already exists and is not an empty directory."4931msgstr "el camí destí '%s' ja existeix i no és un directori buit."49324933#: builtin/clone.c:9074934#, c-format4935msgid "working tree '%s' already exists."4936msgstr "l'arbre de treball '%s' ja existeix."49374938#: builtin/clone.c:922 builtin/clone.c:933 builtin/submodule--helper.c:2184939#: builtin/worktree.c:219 builtin/worktree.c:2464940#, c-format4941msgid "could not create leading directories of '%s'"4942msgstr "no s'ha pogut crear els directoris inicials de '%s'"49434944#: builtin/clone.c:9254945#, c-format4946msgid "could not create work tree dir '%s'"4947msgstr "no s'ha pogut crear el directori d'arbre de treball '%s'"49484949#: builtin/clone.c:9434950#, c-format4951msgid "Cloning into bare repository '%s'...\n"4952msgstr "Clonant al dipòsit nu '%s'...\n"49534954#: builtin/clone.c:9454955#, c-format4956msgid "Cloning into '%s'...\n"4957msgstr "Clonant a '%s'...\n"49584959#: builtin/clone.c:9844960msgid "--depth is ignored in local clones; use file:// instead."4961msgstr "--depth s'ignora en els clons locals; useu file:// en lloc d'això."49624963#: builtin/clone.c:9874964msgid "source repository is shallow, ignoring --local"4965msgstr "el dipòsit font és superficial, ignorant --local"49664967#: builtin/clone.c:9924968msgid "--local is ignored"4969msgstr "--local s'ignora"49704971#: builtin/clone.c:9964972#, c-format4973msgid "Don't know how to clone %s"4974msgstr "No se sap com clonar %s"49754976#: builtin/clone.c:1045 builtin/clone.c:10534977#, c-format4978msgid "Remote branch %s not found in upstream %s"4979msgstr "La branca remota %s no es troba en la font %s"49804981#: builtin/clone.c:10564982msgid "You appear to have cloned an empty repository."4983msgstr "Sembla que heu clonat un dipòsit buit."49844985#: builtin/column.c:94986msgid "git column [<options>]"4987msgstr "git column [<opcions>]"49884989#: builtin/column.c:264990msgid "lookup config vars"4991msgstr "cerca les variables de configuració"49924993#: builtin/column.c:27 builtin/column.c:284994msgid "layout to use"4995msgstr "disposició a usar"49964997#: builtin/column.c:294998msgid "Maximum width"4999msgstr "Amplada màxima"50005001#: builtin/column.c:305002msgid "Padding space on left border"5003msgstr "Espai d'encoixinada en el marge esquerre"50045005#: builtin/column.c:315006msgid "Padding space on right border"5007msgstr "Espai d'encoixinada en el marge dret"50085009#: builtin/column.c:325010msgid "Padding space between columns"5011msgstr "Espai d'encoixinada entre columnes"50125013#: builtin/column.c:515014msgid "--command must be the first argument"5015msgstr "--command ha de ser el primer paràmetre"50165017#: builtin/commit.c:385018msgid "git commit [<options>] [--] <pathspec>..."5019msgstr "git commit [<opcions>] [--] <especificació-de-camí>..."50205021#: builtin/commit.c:435022msgid "git status [<options>] [--] <pathspec>..."5023msgstr "git status [<opcions>] [--] <especificació-de-camí>..."50245025#: builtin/commit.c:485026msgid ""5027"Your name and email address were configured automatically based\n"5028"on your username and hostname. Please check that they are accurate.\n"5029"You can suppress this message by setting them explicitly. Run the\n"5030"following command and follow the instructions in your editor to edit\n"5031"your configuration file:\n"5032"\n"5033" git config --global --edit\n"5034"\n"5035"After doing this, you may fix the identity used for this commit with:\n"5036"\n"5037" git commit --amend --reset-author\n"5038msgstr ""5039"S'han configurat el vostre nom i adreça de correu electrònic\n"5040"automàticament basats en el vostre nom d'usuari i nom de màquina. Si\n"5041"us plau, comproveu que siguin correctes. Podeu suprimir aquest\n"5042"missatge establint-los explícitament. Executeu l'ordre següent i\n"5043"seguiu les instruccions en el vostre editor per editar el vostre\n"5044"fitxer de configuració:\n"5045"\n"5046" git config --global --edit\n"5047"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"5048"comissió amb:\n"5049"\n"5050" git commit --amend --reset-author\n"50515052#: builtin/commit.c:615053msgid ""5054"Your name and email address were configured automatically based\n"5055"on your username and hostname. Please check that they are accurate.\n"5056"You can suppress this message by setting them explicitly:\n"5057"\n"5058" git config --global user.name \"Your Name\"\n"5059" git config --global user.email you@example.com\n"5060"\n"5061"After doing this, you may fix the identity used for this commit with:\n"5062"\n"5063" git commit --amend --reset-author\n"5064msgstr ""5065"S'han configurat el vostre nom i adreça de correu electrònic\n"5066"automàticament basats en el vostre nom d'usuari i nom de màquina. Si\n"5067"us plau, comproveu que siguin correctes. Podeu suprimir aquest\n"5068"missatge establint-los explícitament:\n"5069"\n"5070" git config --global user.name \"El Vostre Nom\"\n"5071" git config --global user.email tu@example.com\n"5072"\n"5073"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"5074"comissió amb:\n"5075"\n"5076" git commit --amend --reset-author\n"50775078#: builtin/commit.c:735079msgid ""5080"You asked to amend the most recent commit, but doing so would make\n"5081"it empty. You can repeat your command with --allow-empty, or you can\n"5082"remove the commit entirely with \"git reset HEAD^\".\n"5083msgstr ""5084"Heu demanat esmenar la comissió més recent, però fer això la\n"5085"deixaria buida. Podeu repetir la vostra ordre amb --allow-empty, o\n"5086"podeu eliminar la comissió per complet amb \"git reset HEAD^\".\n"50875088#: builtin/commit.c:785089msgid ""5090"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"5091"If you wish to commit it anyway, use:\n"5092"\n"5093" git commit --allow-empty\n"5094"\n"5095msgstr ""5096"El recull de cireres previ ja està buit, possiblement a causa de resolució "5097"de conflicte.\n"5098"Si el voleu cometre de totes maneres, useu:\n"5099"\n"5100" git commit --allow-empty\n"5101"\n"51025103#: builtin/commit.c:855104msgid "Otherwise, please use 'git reset'\n"5105msgstr "D'altra manera, si us plau, useu 'git reset'\n"51065107#: builtin/commit.c:885108msgid ""5109"If you wish to skip this commit, use:\n"5110"\n"5111" git reset\n"5112"\n"5113"Then \"git cherry-pick --continue\" will resume cherry-picking\n"5114"the remaining commits.\n"5115msgstr ""5116"Si voleu ometre aquesta comissió, useu:\n"5117"\n"5118" git reset\n"5119"\n"5120"Llavors \"git cherry-pick --continue\" reprendrà recollint\n"5121"com a cireres les comissions restants.\n"51225123#: builtin/commit.c:3055124msgid "failed to unpack HEAD tree object"5125msgstr "s'ha fallat en desempaquetar l'objecte d'arbre HEAD"51265127#: builtin/commit.c:3465128msgid "unable to create temporary index"5129msgstr "no s'ha pogut crear un índex temporal"51305131#: builtin/commit.c:3525132msgid "interactive add failed"5133msgstr "l'afegiment interactiu ha fallat"51345135#: builtin/commit.c:3655136msgid "unable to update temporary index"5137msgstr "no s'ha pogut actualitzar l'índex temporal"51385139#: builtin/commit.c:3675140msgid "Failed to update main cache tree"5141msgstr "S'ha fallat en actualitzar l'arbre principal de memòria cau"51425143#: builtin/commit.c:391 builtin/commit.c:414 builtin/commit.c:4635144msgid "unable to write new_index file"5145msgstr "no s'ha pogut escriure el fitxer new_index"51465147#: builtin/commit.c:4455148msgid "cannot do a partial commit during a merge."5149msgstr "no es pot fer una comissió parcial durant una fusió."51505151#: builtin/commit.c:4475152msgid "cannot do a partial commit during a cherry-pick."5153msgstr "no es pot fer una comissió parcial durant un recull de cireres."51545155#: builtin/commit.c:4565156msgid "cannot read the index"5157msgstr "no es pot llegir l'índex"51585159#: builtin/commit.c:4755160msgid "unable to write temporary index file"5161msgstr "no s'ha pogut escriure un fitxer d'índex temporal"51625163#: builtin/commit.c:5805164#, c-format5165msgid "commit '%s' lacks author header"5166msgstr "a la comissió '%s' li manca la capçalera d'autor"51675168#: builtin/commit.c:5825169#, c-format5170msgid "commit '%s' has malformed author line"5171msgstr "la comissió '%s' té una línia d'autor mal formada"51725173#: builtin/commit.c:6015174msgid "malformed --author parameter"5175msgstr "paràmetre --author mal format"51765177#: builtin/commit.c:6095178#, c-format5179msgid "invalid date format: %s"5180msgstr "format de data no vàlid: %s"51815182#: builtin/commit.c:6535183msgid ""5184"unable to select a comment character that is not used\n"5185"in the current commit message"5186msgstr ""5187"no es pot seleccionar un caràcter de comentari que\n"5188"no sigui usat en el missatge de comissió actual"51895190#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:10805191#, c-format5192msgid "could not lookup commit %s"5193msgstr "no s'ha pogut trobar la comissió %s"51945195#: builtin/commit.c:702 builtin/shortlog.c:2855196#, c-format5197msgid "(reading log message from standard input)\n"5198msgstr "(llegint el missatge de registre des de l'entrada estàndard)\n"51995200#: builtin/commit.c:7045201msgid "could not read log from standard input"5202msgstr "no s'ha pogut llegir el registre des de l'entrada estàndard"52035204#: builtin/commit.c:7085205#, c-format5206msgid "could not read log file '%s'"5207msgstr "no s'ha pogut llegir el fitxer de registre '%s'"52085209#: builtin/commit.c:7305210msgid "could not read MERGE_MSG"5211msgstr "no s'ha pogut llegir MERGE_MSG"52125213#: builtin/commit.c:7345214msgid "could not read SQUASH_MSG"5215msgstr "no s'ha pogut llegir SQUASH_MSG"52165217#: builtin/commit.c:7855218msgid "could not write commit template"5219msgstr "no s'ha pogut escriure la plantilla de comissió"52205221#: builtin/commit.c:8035222#, c-format5223msgid ""5224"\n"5225"It looks like you may be committing a merge.\n"5226"If this is not correct, please remove the file\n"5227"\t%s\n"5228"and try again.\n"5229msgstr ""5230"\n"5231"Sembla que podeu estar cometent una fusió.\n"5232"Si això no és correcte, si us plau, elimineu el fitxer\n"5233"\t%s\n"5234"i intenteu-ho de nou.\n"52355236#: builtin/commit.c:8085237#, c-format5238msgid ""5239"\n"5240"It looks like you may be committing a cherry-pick.\n"5241"If this is not correct, please remove the file\n"5242"\t%s\n"5243"and try again.\n"5244msgstr ""5245"\n"5246"Sembla que podeu estar cometent un recull de cireres.\n"5247"Si això no és correcte, si us plau elimineu el fitxer\n"5248"\t%s\n"5249"i intenteu-ho de nou.\n"52505251#: builtin/commit.c:8215252#, c-format5253msgid ""5254"Please enter the commit message for your changes. Lines starting\n"5255"with '%c' will be ignored, and an empty message aborts the commit.\n"5256msgstr ""5257"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"5258"S'ignoraran les línies començant amb '%c', i un missatge de\n"5259"comissió buit avorta la comissió.\n"52605261#: builtin/commit.c:8285262#, c-format5263msgid ""5264"Please enter the commit message for your changes. Lines starting\n"5265"with '%c' will be kept; you may remove them yourself if you want to.\n"5266"An empty message aborts the commit.\n"5267msgstr ""5268"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"5269"Es retindran les línies començants amb '%c'; podeu eliminar-les per vós\n"5270"mateix si voleu. Un missatge buit avorta la comissió.\n"52715272#: builtin/commit.c:8485273#, c-format5274msgid "%sAuthor: %.*s <%.*s>"5275msgstr "%sAutor: %.*s <%.*s>"52765277#: builtin/commit.c:8565278#, c-format5279msgid "%sDate: %s"5280msgstr "%sData: %s"52815282#: builtin/commit.c:8635283#, c-format5284msgid "%sCommitter: %.*s <%.*s>"5285msgstr "%sComitent: %.*s <%.*s>"52865287#: builtin/commit.c:8815288msgid "Cannot read index"5289msgstr "No es pot llegir l'índex"52905291#: builtin/commit.c:9385292msgid "Error building trees"5293msgstr "Error en construir arbres"52945295#: builtin/commit.c:953 builtin/tag.c:2665296#, c-format5297msgid "Please supply the message using either -m or -F option.\n"5298msgstr "Si us plau, proveïu el missatge per usar o l'opció -m o l'opció -F.\n"52995300#: builtin/commit.c:10555301#, c-format5302msgid "--author '%s' is not 'Name <email>' and matches no existing author"5303msgstr ""5304"--author '%s' no és 'Nom <adreça-de-correu-electrònic>' i no coincideix amb\n"5305"cap autor existent"53065307#: builtin/commit.c:1070 builtin/commit.c:13105308#, c-format5309msgid "Invalid untracked files mode '%s'"5310msgstr "Mode de fitxers no seguits no vàlid '%s'"53115312#: builtin/commit.c:11075313msgid "--long and -z are incompatible"5314msgstr "--long i -z són incompatibles"53155316#: builtin/commit.c:11375317msgid "Using both --reset-author and --author does not make sense"5318msgstr "Usar ambdós --reset-author i --author no té sentit"53195320#: builtin/commit.c:11465321msgid "You have nothing to amend."5322msgstr "No teniu res a esmenar."53235324#: builtin/commit.c:11495325msgid "You are in the middle of a merge -- cannot amend."5326msgstr "Esteu enmig d'una fusió -- no es pot esmenar."53275328#: builtin/commit.c:11515329msgid "You are in the middle of a cherry-pick -- cannot amend."5330msgstr "Esteu enmig d'un recull de cireres -- no es pot esmenar."53315332#: builtin/commit.c:11545333msgid "Options --squash and --fixup cannot be used together"5334msgstr "Les opcions --squash i --fixup no es poden usar juntes"53355336#: builtin/commit.c:11645337msgid "Only one of -c/-C/-F/--fixup can be used."5338msgstr "Només un de -c/-C/-F/--fixup es pot usar."53395340#: builtin/commit.c:11665341msgid "Option -m cannot be combined with -c/-C/-F/--fixup."5342msgstr "L'opció -m no es pot combinar amb -c/-C/-F/--fixup."53435344#: builtin/commit.c:11745345msgid "--reset-author can be used only with -C, -c or --amend."5346msgstr "--reset-author només es pot usar amb -C, -c o --amend."53475348#: builtin/commit.c:11915349msgid "Only one of --include/--only/--all/--interactive/--patch can be used."5350msgstr "Només un de --include/--only/--all/--interactive/--patch es pot usar."53515352#: builtin/commit.c:11935353msgid "No paths with --include/--only does not make sense."5354msgstr "--include/--only no té sentit sense camí."53555356#: builtin/commit.c:11955357msgid "Clever... amending the last one with dirty index."5358msgstr "Intel·ligent... esmenant l'últim amb índex brut."53595360#: builtin/commit.c:11975361msgid "Explicit paths specified without -i or -o; assuming --only paths..."5362msgstr ""5363"S'han especificat camins explícits sense -i o -o; presumint camins --only..."53645365#: builtin/commit.c:1209 builtin/tag.c:4755366#, c-format5367msgid "Invalid cleanup mode %s"5368msgstr "Mode de neteja no vàlid %s"53695370#: builtin/commit.c:12145371msgid "Paths with -a does not make sense."5372msgstr "-a no té sentit amb camins."53735374#: builtin/commit.c:1324 builtin/commit.c:16055375msgid "show status concisely"5376msgstr "mostra l'estat concisament"53775378#: builtin/commit.c:1326 builtin/commit.c:16075379msgid "show branch information"5380msgstr "mostra la informació de branca"53815382#: builtin/commit.c:1328 builtin/commit.c:1609 builtin/push.c:5125383#: builtin/worktree.c:4305384msgid "machine-readable output"5385msgstr "sortida llegible per màquina"53865387#: builtin/commit.c:1331 builtin/commit.c:16115388msgid "show status in long format (default)"5389msgstr "mostra l'estat en format llarg (per defecte)"53905391#: builtin/commit.c:1334 builtin/commit.c:16145392msgid "terminate entries with NUL"5393msgstr "acaba les entrades amb NUL"53945395#: builtin/commit.c:1336 builtin/commit.c:1617 builtin/fast-export.c:9815396#: builtin/fast-export.c:984 builtin/tag.c:3535397msgid "mode"5398msgstr "mode"53995400#: builtin/commit.c:1337 builtin/commit.c:16175401msgid "show untracked files, optional modes: all, normal, no. (Default: all)"5402msgstr ""5403"mostra els fitxers no seguits, modes opcionals: all, normal, no. (Per "5404"defecte: all)"54055406#: builtin/commit.c:13405407msgid "show ignored files"5408msgstr "mostra els fitxers ignorats"54095410#: builtin/commit.c:1341 parse-options.h:1555411msgid "when"5412msgstr "quan"54135414#: builtin/commit.c:13425415msgid ""5416"ignore changes to submodules, optional when: all, dirty, untracked. "5417"(Default: all)"5418msgstr ""5419"ignora els canvis als submòduls, opcional quan: all, dirty, untracked. (Per "5420"defecte: all)"54215422#: builtin/commit.c:13445423msgid "list untracked files in columns"5424msgstr "mostra els fitxers no seguits en columnes"54255426#: builtin/commit.c:14305427msgid "couldn't look up newly created commit"5428msgstr "no s'ha pogut trobar la comissió novament creada"54295430#: builtin/commit.c:14325431msgid "could not parse newly created commit"5432msgstr "no s'ha pogut analitzar la comissió novament creada"54335434#: builtin/commit.c:14775435msgid "detached HEAD"5436msgstr "HEAD separat"54375438#: builtin/commit.c:14805439msgid " (root-commit)"5440msgstr " (comissió d'arrel)"54415442#: builtin/commit.c:15755443msgid "suppress summary after successful commit"5444msgstr "omet el resum després d'una comissió reeixida"54455446#: builtin/commit.c:15765447msgid "show diff in commit message template"5448msgstr "mostra la diferència en la plantilla de missatge de comissió"54495450#: builtin/commit.c:15785451msgid "Commit message options"5452msgstr "Opcions de missatge de comissió"54535454#: builtin/commit.c:1579 builtin/tag.c:3515455msgid "read message from file"5456msgstr "llegiu el missatge des d'un fitxer"54575458#: builtin/commit.c:15805459msgid "author"5460msgstr "autor"54615462#: builtin/commit.c:15805463msgid "override author for commit"5464msgstr "autor corregit de la comissió"54655466#: builtin/commit.c:1581 builtin/gc.c:3265467msgid "date"5468msgstr "data"54695470#: builtin/commit.c:15815471msgid "override date for commit"5472msgstr "data corregida de la comissió"54735474#: builtin/commit.c:1582 builtin/merge.c:218 builtin/notes.c:3955475#: builtin/notes.c:558 builtin/tag.c:3495476msgid "message"5477msgstr "missatge"54785479#: builtin/commit.c:15825480msgid "commit message"5481msgstr "missatge de comissió"54825483#: builtin/commit.c:1583 builtin/commit.c:1584 builtin/commit.c:15855484#: builtin/commit.c:1586 parse-options.h:256 ref-filter.h:795485msgid "commit"5486msgstr "comissió"54875488#: builtin/commit.c:15835489msgid "reuse and edit message from specified commit"5490msgstr "reusa i edita el missatge de la comissió especificada"54915492#: builtin/commit.c:15845493msgid "reuse message from specified commit"5494msgstr "reusa el missatge de la comissió especificada"54955496#: builtin/commit.c:15855497msgid "use autosquash formatted message to fixup specified commit"5498msgstr ""5499"usa el missatge formatat d'aixafada automàtica per a arreglar la comissió "5500"especificada"55015502#: builtin/commit.c:15865503msgid "use autosquash formatted message to squash specified commit"5504msgstr ""5505"usa el missatge formatat d'aixafada automàtica per a aixafar la comissió "5506"especificada"55075508#: builtin/commit.c:15875509msgid "the commit is authored by me now (used with -C/-c/--amend)"5510msgstr "l'autor de la comissió ja sóc jo (s'usa amb -C/-c/--amend)"55115512#: builtin/commit.c:1588 builtin/log.c:1219 builtin/revert.c:865513msgid "add Signed-off-by:"5514msgstr "afegeix Signed-off-by:"55155516#: builtin/commit.c:15895517msgid "use specified template file"5518msgstr "usa el fitxer de plantilla especificat"55195520#: builtin/commit.c:15905521msgid "force edit of commit"5522msgstr "força l'edició de la comissió"55235524#: builtin/commit.c:15915525msgid "default"5526msgstr "per defecte"55275528#: builtin/commit.c:1591 builtin/tag.c:3545529msgid "how to strip spaces and #comments from message"5530msgstr "com despullar els espais i #comentaris del missatge"55315532#: builtin/commit.c:15925533msgid "include status in commit message template"5534msgstr "inclou l'estat en la plantilla de missatge de comissió"55355536#: builtin/commit.c:1594 builtin/merge.c:226 builtin/pull.c:1605537#: builtin/revert.c:935538msgid "GPG sign commit"5539msgstr "firma la comissió amb GPG"55405541#: builtin/commit.c:15975542msgid "Commit contents options"5543msgstr "Opcions dels continguts de les comissions"55445545#: builtin/commit.c:15985546msgid "commit all changed files"5547msgstr "comet tots els fitxers canviats"55485549#: builtin/commit.c:15995550msgid "add specified files to index for commit"5551msgstr "afegeix els fitxers especificats a l'índex per a cometre"55525553#: builtin/commit.c:16005554msgid "interactively add files"5555msgstr "afegeix els fitxers interactivament"55565557#: builtin/commit.c:16015558msgid "interactively add changes"5559msgstr "afegeix els canvis interactivament"55605561#: builtin/commit.c:16025562msgid "commit only specified files"5563msgstr "comet només els fitxers especificats"55645565#: builtin/commit.c:16035566msgid "bypass pre-commit hook"5567msgstr "evita el ganxo de precomissió"55685569#: builtin/commit.c:16045570msgid "show what would be committed"5571msgstr "mostra què es cometria"55725573#: builtin/commit.c:16155574msgid "amend previous commit"5575msgstr "esmena la comissió anterior"55765577#: builtin/commit.c:16165578msgid "bypass post-rewrite hook"5579msgstr "evita el ganxo de postreescriure"55805581#: builtin/commit.c:16215582msgid "ok to record an empty change"5583msgstr "està bé registrar un canvi buit"55845585#: builtin/commit.c:16235586msgid "ok to record a change with an empty message"5587msgstr "està bé registrar un canvi amb missatge buit"55885589#: builtin/commit.c:16525590msgid "could not parse HEAD commit"5591msgstr "no s'ha pogut analitzar la comissió HEAD"55925593#: builtin/commit.c:16985594#, c-format5595msgid "Corrupt MERGE_HEAD file (%s)"5596msgstr "Fitxer MERGE_HEAD malmès (%s)"55975598#: builtin/commit.c:17055599msgid "could not read MERGE_MODE"5600msgstr "no s'ha pogut llegir MERGE_MODE"56015602#: builtin/commit.c:17245603#, c-format5604msgid "could not read commit message: %s"5605msgstr "no s'ha pogut llegir el missatge de comissió: %s"56065607#: builtin/commit.c:17355608#, c-format5609msgid "Aborting commit; you did not edit the message.\n"5610msgstr "Avortant la comissió; no heu editat el missatge.\n"56115612#: builtin/commit.c:17405613#, c-format5614msgid "Aborting commit due to empty commit message.\n"5615msgstr "Avortant la comissió a causa d'un missatge de comissió buit.\n"56165617#: builtin/commit.c:17885618msgid ""5619"Repository has been updated, but unable to write\n"5620"new_index file. Check that disk is not full and quota is\n"5621"not exceeded, and then \"git reset HEAD\" to recover."5622msgstr ""5623"S'ha actualitzat el dipòsit, però no es pot escriure el\n"5624"fitxer new_index. Comproveu que el disc no estigui ple i\n"5625"que la quota no estigui excedida, i després\n"5626"\"git reset HEAD\" per a recuperar."56275628#: builtin/config.c:95629msgid "git config [<options>]"5630msgstr "git config [<opcions>]"56315632#: builtin/config.c:565633msgid "Config file location"5634msgstr "Ubicació del fitxer de configuració"56355636#: builtin/config.c:575637msgid "use global config file"5638msgstr "usa el fitxer de configuració global"56395640#: builtin/config.c:585641msgid "use system config file"5642msgstr "usa el fitxer de configuració del sistema"56435644#: builtin/config.c:595645msgid "use repository config file"5646msgstr "usa el fitxer de configuració del dipòsit"56475648#: builtin/config.c:605649msgid "use given config file"5650msgstr "usa el fitxer de configuració donat"56515652#: builtin/config.c:615653msgid "blob-id"5654msgstr "ID de blob"56555656#: builtin/config.c:615657msgid "read config from given blob object"5658msgstr "llegeix la configuració de l'objecte de blob donat"56595660#: builtin/config.c:625661msgid "Action"5662msgstr "Acció"56635664#: builtin/config.c:635665msgid "get value: name [value-regex]"5666msgstr "obtén valor: nom [regex-de-valors]"56675668#: builtin/config.c:645669msgid "get all values: key [value-regex]"5670msgstr "obtén tots els valors: clau [regex-de-valors]"56715672#: builtin/config.c:655673msgid "get values for regexp: name-regex [value-regex]"5674msgstr "obtén valors de regexp: regex-de-noms [regex-de-valors]"56755676#: builtin/config.c:665677msgid "get value specific for the URL: section[.var] URL"5678msgstr "obtén el valor específic per a l'URL: secció[.variable] URL"56795680#: builtin/config.c:675681msgid "replace all matching variables: name value [value_regex]"5682msgstr ""5683"reemplaça totes les variables que coincideixen: nom valor [regex_de_valors]"56845685#: builtin/config.c:685686msgid "add a new variable: name value"5687msgstr "afegeix una variable nova: nom valor"56885689#: builtin/config.c:695690msgid "remove a variable: name [value-regex]"5691msgstr "elimina una variable: nom [regex-de-valors]"56925693#: builtin/config.c:705694msgid "remove all matches: name [value-regex]"5695msgstr "elimina totes les coincidències: nom [regex-de-valors]"56965697#: builtin/config.c:715698msgid "rename section: old-name new-name"5699msgstr "canvia el nom de secció: nom-antic nom-nou"57005701#: builtin/config.c:725702msgid "remove a section: name"5703msgstr "elimina una secció: nom"57045705#: builtin/config.c:735706msgid "list all"5707msgstr "llista tots"57085709#: builtin/config.c:745710msgid "open an editor"5711msgstr "obre un editor"57125713#: builtin/config.c:755714msgid "find the color configured: slot [default]"5715msgstr "troba el color configurat: ranura [per defecte]"57165717#: builtin/config.c:765718msgid "find the color setting: slot [stdout-is-tty]"5719msgstr "troba l'ajust de color: ranura [stdout-és-tty]"57205721#: builtin/config.c:775722msgid "Type"5723msgstr "Tipus"57245725#: builtin/config.c:785726msgid "value is \"true\" or \"false\""5727msgstr "el valor és \"true\" o \"false\""57285729#: builtin/config.c:795730msgid "value is decimal number"5731msgstr "el valor és un nombre decimal"57325733#: builtin/config.c:805734msgid "value is --bool or --int"5735msgstr "el valor és --bool o --int"57365737#: builtin/config.c:815738msgid "value is a path (file or directory name)"5739msgstr "el valor és un camí (nom de fitxer o directori)"57405741#: builtin/config.c:825742msgid "Other"5743msgstr "Altre"57445745#: builtin/config.c:835746msgid "terminate values with NUL byte"5747msgstr "acaba els valors amb un octet NUL"57485749#: builtin/config.c:845750msgid "show variable names only"5751msgstr "mostra només els noms de variable"57525753#: builtin/config.c:855754msgid "respect include directives on lookup"5755msgstr "respecta les directives d'inclusió en cercar"57565757#: builtin/config.c:865758msgid "show origin of config (file, standard input, blob, command line)"5759msgstr ""5760"mostra l'origen de la configuració (fitxer, entrada estàndar, blob, línia "5761"d'ordres)"57625763#: builtin/config.c:3285764msgid "unable to parse default color value"5765msgstr "no s'ha pogut analitzar el valor de color per defecte"57665767#: builtin/config.c:4695768#, c-format5769msgid ""5770"# This is Git's per-user configuration file.\n"5771"[user]\n"5772"# Please adapt and uncomment the following lines:\n"5773"#\tname = %s\n"5774"#\temail = %s\n"5775msgstr ""5776"# Això és el fitxer de configuració del Git de l'usuari.\n"5777"[user]\n"5778"# Si us plau, adapteu i descomenteu les línies següents:\n"5779"#\tname = %s\n"5780"#\temail = %s\n"57815782#: builtin/config.c:6115783#, c-format5784msgid "cannot create configuration file %s"5785msgstr "no es pot crear el fitxer de configuració '%s'"57865787#: builtin/count-objects.c:775788msgid "git count-objects [-v] [-H | --human-readable]"5789msgstr "git count-objects [-v] [-H | --human-readable]"57905791#: builtin/count-objects.c:875792msgid "print sizes in human readable format"5793msgstr "imprimeix les mides en un format llegible pels humans"57945795#: builtin/describe.c:175796msgid "git describe [<options>] [<commit-ish>...]"5797msgstr "git describe [opcions] [<comissió>...]"57985799#: builtin/describe.c:185800msgid "git describe [<options>] --dirty"5801msgstr "git describe [<opcions>] --dirty"58025803#: builtin/describe.c:2175804#, c-format5805msgid "annotated tag %s not available"5806msgstr "l'etiqueta anotada %s no és disponible"58075808#: builtin/describe.c:2215809#, c-format5810msgid "annotated tag %s has no embedded name"5811msgstr "l'etiqueta anotada %s no té nom incrustat"58125813#: builtin/describe.c:2235814#, c-format5815msgid "tag '%s' is really '%s' here"5816msgstr "l'etiqueta '%s' realment és '%s' aquí"58175818#: builtin/describe.c:250 builtin/log.c:4595819#, c-format5820msgid "Not a valid object name %s"5821msgstr "%s no és un nom d'objecte vàlid"58225823#: builtin/describe.c:2535824#, c-format5825msgid "%s is not a valid '%s' object"5826msgstr "%s no és un objecte de '%s' vàlid"58275828#: builtin/describe.c:2705829#, c-format5830msgid "no tag exactly matches '%s'"5831msgstr "cap etiqueta coincideix exactament amb '%s'"58325833#: builtin/describe.c:2725834#, c-format5835msgid "searching to describe %s\n"5836msgstr "cercant per a descriure %s\n"58375838#: builtin/describe.c:3195839#, c-format5840msgid "finished search at %s\n"5841msgstr "s'ha finalitzat la cerca a %s\n"58425843#: builtin/describe.c:3465844#, c-format5845msgid ""5846"No annotated tags can describe '%s'.\n"5847"However, there were unannotated tags: try --tags."5848msgstr ""5849"Cap etiqueta anotada pot descriure '%s'.\n"5850"No obstant, hi havia etiquetes no anotades: proveu --tags."58515852#: builtin/describe.c:3505853#, c-format5854msgid ""5855"No tags can describe '%s'.\n"5856"Try --always, or create some tags."5857msgstr ""5858"Cap etiqueta pot descriure '%s'.\n"5859"Proveu --always, o creeu algunes etiquetes."58605861#: builtin/describe.c:3715862#, c-format5863msgid "traversed %lu commits\n"5864msgstr "%lu comissions travessades\n"58655866#: builtin/describe.c:3745867#, c-format5868msgid ""5869"more than %i tags found; listed %i most recent\n"5870"gave up search at %s\n"5871msgstr ""5872"s'han trobat més de %i etiquetes: s'han llistat les %i més recents\n"5873"s'ha renunciat la cerca a %s\n"58745875#: builtin/describe.c:3965876msgid "find the tag that comes after the commit"5877msgstr "troba l'etiqueta que vingui després de la comissió"58785879#: builtin/describe.c:3975880msgid "debug search strategy on stderr"5881msgstr "estratègia de cerca de depuració en stderr"58825883#: builtin/describe.c:3985884msgid "use any ref"5885msgstr "usa qualsevulla referència"58865887#: builtin/describe.c:3995888msgid "use any tag, even unannotated"5889msgstr "usa qualsevulla etiqueta, fins i tot aquelles sense anotar"58905891#: builtin/describe.c:4005892msgid "always use long format"5893msgstr "sempre usa el format llarg"58945895#: builtin/describe.c:4015896msgid "only follow first parent"5897msgstr "només segueix la primera mare"58985899#: builtin/describe.c:4045900msgid "only output exact matches"5901msgstr "emet només coincidències exactes"59025903#: builtin/describe.c:4065904msgid "consider <n> most recent tags (default: 10)"5905msgstr "considera les <n> etiquetes més recents (per defecte: 10)"59065907#: builtin/describe.c:4085908msgid "only consider tags matching <pattern>"5909msgstr "només considera les etiquetes que coincideixen amb <patró>"59105911#: builtin/describe.c:410 builtin/name-rev.c:3145912msgid "show abbreviated commit object as fallback"5913msgstr "mostra l'objecte de comissió abreviat com a retrocediment"59145915#: builtin/describe.c:4115916msgid "mark"5917msgstr "marca"59185919#: builtin/describe.c:4125920msgid "append <mark> on dirty working tree (default: \"-dirty\")"5921msgstr "annexa <marca> en l'arbre de treball brut (per defecte: \"-dirty\")"59225923#: builtin/describe.c:4305924msgid "--long is incompatible with --abbrev=0"5925msgstr "--long és incompatible amb --abbrev=0"59265927#: builtin/describe.c:4565928msgid "No names found, cannot describe anything."5929msgstr "Cap nom trobat, no es pot descriure res."59305931#: builtin/describe.c:4765932msgid "--dirty is incompatible with commit-ishes"5933msgstr "--dirty és incompatible amb les comissions"59345935#: builtin/diff.c:865936#, c-format5937msgid "'%s': not a regular file or symlink"5938msgstr "'%s': no és ni fitxer regular ni enllaç simbòlic"59395940#: builtin/diff.c:2375941#, c-format5942msgid "invalid option: %s"5943msgstr "opció no vàlida: %s"59445945#: builtin/diff.c:3585946msgid "Not a git repository"5947msgstr "No és un dipòsit de git"59485949#: builtin/diff.c:4015950#, c-format5951msgid "invalid object '%s' given."5952msgstr "s'ha donat un objecte no vàlid '%s'."59535954#: builtin/diff.c:4105955#, c-format5956msgid "more than two blobs given: '%s'"5957msgstr "s'ha donat més de dos blobs: '%s"59585959#: builtin/diff.c:4175960#, c-format5961msgid "unhandled object '%s' given."5962msgstr "s'ha donat l'objecte no gestionat '%s'."59635964#: builtin/fast-export.c:255965msgid "git fast-export [rev-list-opts]"5966msgstr "git fast-export [opcions-de-llista-de-revisions]"59675968#: builtin/fast-export.c:9805969msgid "show progress after <n> objects"5970msgstr "mostra el progrés després de <n> objectes"59715972#: builtin/fast-export.c:9825973msgid "select handling of signed tags"5974msgstr "selecciona la gestió de les etiquetes firmades"59755976#: builtin/fast-export.c:9855977msgid "select handling of tags that tag filtered objects"5978msgstr "selecciona la gestió de les etiquetes que etiquetin objectes filtrats"59795980#: builtin/fast-export.c:9885981msgid "Dump marks to this file"5982msgstr "Bolca les marques a aquest fitxer"59835984#: builtin/fast-export.c:9905985msgid "Import marks from this file"5986msgstr "Importa les marques d'aquest fitxer"59875988#: builtin/fast-export.c:9925989msgid "Fake a tagger when tags lack one"5990msgstr "Fingeix un etiquetador quan els en manca un a les etiquetes"59915992#: builtin/fast-export.c:9945993msgid "Output full tree for each commit"5994msgstr "Imprimeix l'arbre complet de cada comissió"59955996#: builtin/fast-export.c:9965997msgid "Use the done feature to terminate the stream"5998msgstr "Usa la característica done per a acabar el corrent"59996000#: builtin/fast-export.c:9976001msgid "Skip output of blob data"6002msgstr "Salta l'emissió de dades de blob"60036004#: builtin/fast-export.c:9986005msgid "refspec"6006msgstr "especificació de referència"60076008#: builtin/fast-export.c:9996009msgid "Apply refspec to exported refs"6010msgstr "Aplica l'especificació de referència a les referències exportades"60116012#: builtin/fast-export.c:10006013msgid "anonymize output"6014msgstr "anonimitza la sortida"60156016#: builtin/fetch.c:206017msgid "git fetch [<options>] [<repository> [<refspec>...]]"6018msgstr "git fetch [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"60196020#: builtin/fetch.c:216021msgid "git fetch [<options>] <group>"6022msgstr "git fetch [<opcions>] <grup>"60236024#: builtin/fetch.c:226025msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"6026msgstr "git fetch --multiple [<opcions>] [(<dipòsit> | <grup>)...]"60276028#: builtin/fetch.c:236029msgid "git fetch --all [<options>]"6030msgstr "git fetch --all [<opcions>]"60316032#: builtin/fetch.c:92 builtin/pull.c:1666033msgid "fetch from all remotes"6034msgstr "obtén de tots els remots"60356036#: builtin/fetch.c:94 builtin/pull.c:1696037msgid "append to .git/FETCH_HEAD instead of overwriting"6038msgstr "annexa a .git/FETCH_HEAD en lloc de sobreescriure"60396040#: builtin/fetch.c:96 builtin/pull.c:1726041msgid "path to upload pack on remote end"6042msgstr "camí al qual pujar el paquet al costat remot"60436044#: builtin/fetch.c:97 builtin/pull.c:1746045msgid "force overwrite of local branch"6046msgstr "força la sobreescriptura de la branca local"60476048#: builtin/fetch.c:996049msgid "fetch from multiple remotes"6050msgstr "obtén de múltiples remots"60516052#: builtin/fetch.c:101 builtin/pull.c:1766053msgid "fetch all tags and associated objects"6054msgstr "obtén totes les etiquetes i tots els objectes associats"60556056#: builtin/fetch.c:1036057msgid "do not fetch all tags (--no-tags)"6058msgstr "no obtinguis les etiquetes (--no-tags)"60596060#: builtin/fetch.c:1056061msgid "number of submodules fetched in parallel"6062msgstr "nombre de submòduls obtinguts en paral·lel"60636064#: builtin/fetch.c:107 builtin/pull.c:1796065msgid "prune remote-tracking branches no longer on remote"6066msgstr "poda les branques amb seguiment remot que ja no estiguin en el remot"60676068#: builtin/fetch.c:108 builtin/pull.c:1826069msgid "on-demand"6070msgstr "sota demanda"60716072#: builtin/fetch.c:109 builtin/pull.c:1836073msgid "control recursive fetching of submodules"6074msgstr "controla l'obtenció recursiva de submòduls"60756076#: builtin/fetch.c:113 builtin/pull.c:1916077msgid "keep downloaded pack"6078msgstr "retén el paquet baixat"60796080#: builtin/fetch.c:1156081msgid "allow updating of HEAD ref"6082msgstr "permet l'actualització de la referència HEAD"60836084#: builtin/fetch.c:118 builtin/pull.c:1946085msgid "deepen history of shallow clone"6086msgstr "aprofundeix la història d'un clon superficial"60876088#: builtin/fetch.c:120 builtin/pull.c:1976089msgid "convert to a complete repository"6090msgstr "converteix en un dipòsit complet"60916092#: builtin/fetch.c:122 builtin/log.c:12366093msgid "dir"6094msgstr "directori"60956096#: builtin/fetch.c:1236097msgid "prepend this to submodule path output"6098msgstr "anteposa això a la sortida de camí del submòdul"60996100#: builtin/fetch.c:1266101msgid "default mode for recursion"6102msgstr "mode de recursivitat per defecte"61036104#: builtin/fetch.c:128 builtin/pull.c:2006105msgid "accept refs that update .git/shallow"6106msgstr "accepta les referències que actualitzin .git/shallow"61076108#: builtin/fetch.c:129 builtin/pull.c:2026109msgid "refmap"6110msgstr "mapa de referències"61116112#: builtin/fetch.c:130 builtin/pull.c:2036113msgid "specify fetch refmap"6114msgstr "mostra el mapa de referències d'obtenció"61156116#: builtin/fetch.c:3866117msgid "Couldn't find remote ref HEAD"6118msgstr "No s'ha pogut trobar la referència HEAD remota"61196120#: builtin/fetch.c:4666121#, c-format6122msgid "object %s not found"6123msgstr "objecte %s no trobat"61246125#: builtin/fetch.c:4716126msgid "[up to date]"6127msgstr "[al dia]"61286129#: builtin/fetch.c:4856130#, c-format6131msgid "! %-*s %-*s -> %s (can't fetch in current branch)"6132msgstr "! %-*s %-*s -> %s (no es pot obtenir en la branca actual)"61336134#: builtin/fetch.c:486 builtin/fetch.c:5746135msgid "[rejected]"6136msgstr "[rebutjat]"61376138#: builtin/fetch.c:4976139msgid "[tag update]"6140msgstr "[actualització d'etiqueta]"61416142#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:5526143msgid " (unable to update local ref)"6144msgstr " (no s'ha pogut actualitzar la referència local)"61456146#: builtin/fetch.c:5176147msgid "[new tag]"6148msgstr "[etiqueta nova]"61496150#: builtin/fetch.c:5206151msgid "[new branch]"6152msgstr "[branca nova]"61536154#: builtin/fetch.c:5236155msgid "[new ref]"6156msgstr "[referència nova]"61576158#: builtin/fetch.c:5696159msgid "unable to update local ref"6160msgstr "no s'ha pogut actualitzar la referència local"61616162#: builtin/fetch.c:5696163msgid "forced update"6164msgstr "actualització forçada"61656166#: builtin/fetch.c:5766167msgid "(non-fast-forward)"6168msgstr "(sense avanç ràpid)"61696170#: builtin/fetch.c:610 builtin/fetch.c:8516171#, c-format6172msgid "cannot open %s: %s\n"6173msgstr "no es pot obrir %s: %s\n"61746175#: builtin/fetch.c:6196176#, c-format6177msgid "%s did not send all necessary objects\n"6178msgstr "%s no ha enviat tots els objectes necessaris\n"61796180#: builtin/fetch.c:6376181#, c-format6182msgid "reject %s because shallow roots are not allowed to be updated"6183msgstr ""6184"rebutja %s perquè no es permet que les arrels superficials s'actualitzin"61856186#: builtin/fetch.c:724 builtin/fetch.c:8166187#, c-format6188msgid "From %.*s\n"6189msgstr "De %.*s\n"61906191#: builtin/fetch.c:7356192#, c-format6193msgid ""6194"some local refs could not be updated; try running\n"6195" 'git remote prune %s' to remove any old, conflicting branches"6196msgstr ""6197"algunes referències locals no s'han pogut actualitzar;\n"6198" intenteu executar 'git remote prune %s' per a eliminar\n"6199" qualsevulla branca antiga o conflictiva"62006201#: builtin/fetch.c:7876202#, c-format6203msgid " (%s will become dangling)"6204msgstr " (%s es tornarà penjant)"62056206#: builtin/fetch.c:7886207#, c-format6208msgid " (%s has become dangling)"6209msgstr " (%s s'ha tornat penjant)"62106211#: builtin/fetch.c:8206212msgid "[deleted]"6213msgstr "[suprimit]"62146215#: builtin/fetch.c:821 builtin/remote.c:10256216msgid "(none)"6217msgstr "(cap)"62186219#: builtin/fetch.c:8416220#, c-format6221msgid "Refusing to fetch into current branch %s of non-bare repository"6222msgstr "Refusant obtenir en la branca actual %s d'un dipòsit no nu"62236224#: builtin/fetch.c:8606225#, c-format6226msgid "Option \"%s\" value \"%s\" is not valid for %s"6227msgstr "L'opció \"%s\" amb valor \"%s\" no és vàlida per a %s"62286229#: builtin/fetch.c:8636230#, c-format6231msgid "Option \"%s\" is ignored for %s\n"6232msgstr "S'ignora l'opció \"%s\" per a %s\n"62336234#: builtin/fetch.c:9206235#, c-format6236msgid "Don't know how to fetch from %s"6237msgstr "No se sap com obtenir de %s"62386239#: builtin/fetch.c:10806240#, c-format6241msgid "Fetching %s\n"6242msgstr "Obtenint %s\n"62436244#: builtin/fetch.c:1082 builtin/remote.c:966245#, c-format6246msgid "Could not fetch %s"6247msgstr "No s'ha pogut obtenir %s"62486249#: builtin/fetch.c:11006250msgid ""6251"No remote repository specified. Please, specify either a URL or a\n"6252"remote name from which new revisions should be fetched."6253msgstr ""6254"Cap dipòsit remot especificat. Si us plau, especifiqueu o un URL o\n"6255"un nom remot del qual es deuen obtenir les revisions noves."62566257#: builtin/fetch.c:11236258msgid "You need to specify a tag name."6259msgstr "Necessiteu especificar un nom d'etiqueta."62606261#: builtin/fetch.c:11656262msgid "--depth and --unshallow cannot be used together"6263msgstr "--depth i --unshallow no es poden usar junts"62646265#: builtin/fetch.c:11676266msgid "--unshallow on a complete repository does not make sense"6267msgstr "--unshallow en un dipòsit complet no té sentit"62686269#: builtin/fetch.c:11876270msgid "fetch --all does not take a repository argument"6271msgstr "fetch --all no accepta un paràmetre de dipòsit"62726273#: builtin/fetch.c:11896274msgid "fetch --all does not make sense with refspecs"6275msgstr "fetch --all no té sentit amb especificacions de referència"62766277#: builtin/fetch.c:12006278#, c-format6279msgid "No such remote or remote group: %s"6280msgstr "No hi ha tal remot ni tal grup remot: %s"62816282#: builtin/fetch.c:12086283msgid "Fetching a group and specifying refspecs does not make sense"6284msgstr "Obtenir un grup i especificar referències no té sentit"62856286#: builtin/fmt-merge-msg.c:146287msgid ""6288"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"6289msgstr ""6290"git fmt-merge-msg [-m <missatge>] [--log[=<n>] | --no-log] [--file <fitxer>]"62916292#: builtin/fmt-merge-msg.c:6676293msgid "populate log with at most <n> entries from shortlog"6294msgstr "emplena el registre amb <n> entrades del registre curt com a màxim"62956296#: builtin/fmt-merge-msg.c:6706297msgid "alias for --log (deprecated)"6298msgstr "àlies per --log (desaprovat)"62996300#: builtin/fmt-merge-msg.c:6736301msgid "text"6302msgstr "text"63036304#: builtin/fmt-merge-msg.c:6746305msgid "use <text> as start of message"6306msgstr "usa <text> com a inici de missatge"63076308#: builtin/fmt-merge-msg.c:6756309msgid "file to read from"6310msgstr "fitxer del qual llegir"63116312#: builtin/for-each-ref.c:96313msgid "git for-each-ref [<options>] [<pattern>]"6314msgstr "git for-each-ref [<opcions>] [<patró>]"63156316#: builtin/for-each-ref.c:106317msgid "git for-each-ref [--points-at <object>]"6318msgstr "git for-each-ref [--points-at <objecte>]"63196320#: builtin/for-each-ref.c:116321msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"6322msgstr "git for-each-ref [(--merged | --no-merged) [<objecte>]]"63236324#: builtin/for-each-ref.c:126325msgid "git for-each-ref [--contains [<object>]]"6326msgstr "git for-each-ref [--contains [<objecte>]]"63276328#: builtin/for-each-ref.c:276329msgid "quote placeholders suitably for shells"6330msgstr ""6331"posa els marcadors de posició entre cometes de forma adequada per a "6332"intèrprets d'ordres"63336334#: builtin/for-each-ref.c:296335msgid "quote placeholders suitably for perl"6336msgstr "posa els marcadors de posició entre cometes adequades per al perl"63376338#: builtin/for-each-ref.c:316339msgid "quote placeholders suitably for python"6340msgstr "posa els marcadors de posició entre cometes adequades per al python"63416342#: builtin/for-each-ref.c:336343msgid "quote placeholders suitably for Tcl"6344msgstr "posa els marcadors de posició entre cometes adequades per al Tcl"63456346#: builtin/for-each-ref.c:366347msgid "show only <n> matched refs"6348msgstr "mostra només <n> referències coincidents"63496350#: builtin/for-each-ref.c:37 builtin/tag.c:3726351msgid "format to use for the output"6352msgstr "format a usar en la sortida"63536354#: builtin/for-each-ref.c:416355msgid "print only refs which points at the given object"6356msgstr "imprimeix només les referències que assenyalin l'objecte donat"63576358#: builtin/for-each-ref.c:436359msgid "print only refs that are merged"6360msgstr "imprimeix només les referències que s'han fusionat"63616362#: builtin/for-each-ref.c:446363msgid "print only refs that are not merged"6364msgstr "imprimeix només les referències que no s'han fusionat"63656366#: builtin/for-each-ref.c:456367msgid "print only refs which contain the commit"6368msgstr "imprimeix només les referències que continguin la comissió"63696370#: builtin/fsck.c:156 builtin/prune.c:1406371msgid "Checking connectivity"6372msgstr "Comprovant connectivitat"63736374#: builtin/fsck.c:4866375msgid "Checking object directories"6376msgstr "Comprovant els directoris d'objecte"63776378#: builtin/fsck.c:5536379msgid "git fsck [<options>] [<object>...]"6380msgstr "git fsck [<opcions>] [<objecte>...]"63816382#: builtin/fsck.c:5596383msgid "show unreachable objects"6384msgstr "mostra els objectes inabastables"63856386#: builtin/fsck.c:5606387msgid "show dangling objects"6388msgstr "mostra els objectes penjants"63896390#: builtin/fsck.c:5616391msgid "report tags"6392msgstr "informa de les etiquetes"63936394#: builtin/fsck.c:5626395msgid "report root nodes"6396msgstr "informa dels nodes d'arrel"63976398#: builtin/fsck.c:5636399msgid "make index objects head nodes"6400msgstr "fes els objectes d'índex nodes de cap"64016402#: builtin/fsck.c:5646403msgid "make reflogs head nodes (default)"6404msgstr "fes que els registres de referències siguin nodes de cap (per defecte)"64056406#: builtin/fsck.c:5656407msgid "also consider packs and alternate objects"6408msgstr "també considera els paquets i els objectes alternatius"64096410#: builtin/fsck.c:5666411msgid "check only connectivity"6412msgstr "comprova només la connectivitat"64136414#: builtin/fsck.c:5676415msgid "enable more strict checking"6416msgstr "habilita la comprovació més estricta"64176418#: builtin/fsck.c:5696419msgid "write dangling objects in .git/lost-found"6420msgstr "escriu objectes penjants a .git/lost-found"64216422#: builtin/fsck.c:570 builtin/prune.c:1076423msgid "show progress"6424msgstr "mostra el progrés"64256426#: builtin/fsck.c:6316427msgid "Checking objects"6428msgstr "Comprovant els objectes"64296430#: builtin/gc.c:256431msgid "git gc [<options>]"6432msgstr "git gc [<opcions>]"64336434#: builtin/gc.c:726435#, c-format6436msgid "Invalid %s: '%s'"6437msgstr "%s no vàlid: %s"64386439#: builtin/gc.c:1396440#, c-format6441msgid "insanely long object directory %.*s"6442msgstr "directori d'objectes increïblement llarg %.*s"64436444#: builtin/gc.c:2906445#, c-format6446msgid ""6447"The last gc run reported the following. Please correct the root cause\n"6448"and remove %s.\n"6449"Automatic cleanup will not be performed until the file is removed.\n"6450"\n"6451"%s"6452msgstr ""6453"L'última execució de gc ha informat d'ho següent. Si us plau, corregiu\n"6454"la causa primordial i elimineu %s.\n"6455"No es realitzarà la neteja automàtica fins que s'elimini el fitxer.\n"6456"\n"6457"%s"64586459#: builtin/gc.c:3276460msgid "prune unreferenced objects"6461msgstr "poda objectes sense referència"64626463#: builtin/gc.c:3296464msgid "be more thorough (increased runtime)"6465msgstr "sigues més exhaustiu (el temps d'execució augmenta)"64666467#: builtin/gc.c:3306468msgid "enable auto-gc mode"6469msgstr "habilita el mode de recollida d'escombraries automàtica"64706471#: builtin/gc.c:3316472msgid "force running gc even if there may be another gc running"6473msgstr "força l'execució de gc encara que hi pugui haver un altre gc executant"64746475#: builtin/gc.c:3736476#, c-format6477msgid "Auto packing the repository in background for optimum performance.\n"6478msgstr ""6479"Empaquetant automàticament el dipòsit en el fons per rendiment òptim.\n"64806481#: builtin/gc.c:3756482#, c-format6483msgid "Auto packing the repository for optimum performance.\n"6484msgstr "Empaquetant automàticament el dipòsit per rendiment òptim.\n"64856486#: builtin/gc.c:3766487#, c-format6488msgid "See \"git help gc\" for manual housekeeping.\n"6489msgstr "Vegeu \"git help gc\" per neteja manual.\n"64906491#: builtin/gc.c:3976492#, c-format6493msgid ""6494"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"6495msgstr ""6496"gc ja està executant en la màquina '%s' pid %<PRIuMAX> (useu --force si no)"64976498#: builtin/gc.c:4416499msgid ""6500"There are too many unreachable loose objects; run 'git prune' to remove them."6501msgstr ""6502"Hi ha massa objectes solts inabastables; executeu 'git prune' per a eliminar-"6503"los."65046505#: builtin/grep.c:236506msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"6507msgstr "git grep [<opcions>] [-e] <patró> [<revisió>...] [[--] <camí>...]"65086509#: builtin/grep.c:2196510#, c-format6511msgid "grep: failed to create thread: %s"6512msgstr "grep: s'ha fallat en crear fil: %s"65136514#: builtin/grep.c:2776515#, c-format6516msgid "invalid number of threads specified (%d) for %s"6517msgstr "s'ha especificat un nombre de fils no vàlid (%d) per a %s"65186519#: builtin/grep.c:452 builtin/grep.c:4876520#, c-format6521msgid "unable to read tree (%s)"6522msgstr "no s'ha pogut llegir l'arbre (%s)"65236524#: builtin/grep.c:5026525#, c-format6526msgid "unable to grep from object of type %s"6527msgstr "no es pot fer grep des d'un objecte de tipus %s"65286529#: builtin/grep.c:5586530#, c-format6531msgid "switch `%c' expects a numerical value"6532msgstr "l'opció `%c' espera un valor numèric"65336534#: builtin/grep.c:5756535#, c-format6536msgid "cannot open '%s'"6537msgstr "no es pot obrir '%s'"65386539#: builtin/grep.c:6446540msgid "search in index instead of in the work tree"6541msgstr "cerca en l'índex en lloc de l'arbre de treball"65426543#: builtin/grep.c:6466544msgid "find in contents not managed by git"6545msgstr "cerca en continguts no gestionats per git"65466547#: builtin/grep.c:6486548msgid "search in both tracked and untracked files"6549msgstr "cerca tant en fitxers seguits com en no seguits"65506551#: builtin/grep.c:6506552msgid "ignore files specified via '.gitignore'"6553msgstr "ignora els fitxers especificats mitjançant '.gitignore'"65546555#: builtin/grep.c:6536556msgid "show non-matching lines"6557msgstr "mostra les línies no coincidents"65586559#: builtin/grep.c:6556560msgid "case insensitive matching"6561msgstr "coincidència insensible a majúscula i minúscula"65626563#: builtin/grep.c:6576564msgid "match patterns only at word boundaries"6565msgstr "coincideix amb els patrons només als límits de paraula"65666567#: builtin/grep.c:6596568msgid "process binary files as text"6569msgstr "processa els fitxers binaris com a text"65706571#: builtin/grep.c:6616572msgid "don't match patterns in binary files"6573msgstr "no coincideixis amb els patrons en els fitxers binaris"65746575#: builtin/grep.c:6646576msgid "process binary files with textconv filters"6577msgstr "processa els fitxers binaris amb filtres de textconv"65786579#: builtin/grep.c:6666580msgid "descend at most <depth> levels"6581msgstr "descendeix com a màxim <profunditat> nivells"65826583#: builtin/grep.c:6706584msgid "use extended POSIX regular expressions"6585msgstr "usa les expressions regulars POSIX esteses"65866587#: builtin/grep.c:6736588msgid "use basic POSIX regular expressions (default)"6589msgstr "usa les expressions regulars POSIX bàsiques (per defecte)"65906591#: builtin/grep.c:6766592msgid "interpret patterns as fixed strings"6593msgstr "interpreta els patrons com a cadenes fixes"65946595#: builtin/grep.c:6796596msgid "use Perl-compatible regular expressions"6597msgstr "usa les expressions regulars compatibles amb Perl"65986599#: builtin/grep.c:6826600msgid "show line numbers"6601msgstr "mostra els números de línia"66026603#: builtin/grep.c:6836604msgid "don't show filenames"6605msgstr "no mostris els noms de fitxer"66066607#: builtin/grep.c:6846608msgid "show filenames"6609msgstr "mostra els noms de fitxer"66106611#: builtin/grep.c:6866612msgid "show filenames relative to top directory"6613msgstr "mostra els noms de fitxer relatius al directori superior"66146615#: builtin/grep.c:6886616msgid "show only filenames instead of matching lines"6617msgstr "mostra només els noms de fitxer en lloc de les línies coincidents"66186619#: builtin/grep.c:6906620msgid "synonym for --files-with-matches"6621msgstr "sinònim de --files-with-matches"66226623#: builtin/grep.c:6936624msgid "show only the names of files without match"6625msgstr "mostra només els noms dels fitxers sense coincidència"66266627#: builtin/grep.c:6956628msgid "print NUL after filenames"6629msgstr "imprimeix NUL després dels noms de fitxer"66306631#: builtin/grep.c:6976632msgid "show the number of matches instead of matching lines"6633msgstr "mostra el nombre de coincidències en lloc de les línies coincidents"66346635#: builtin/grep.c:6986636msgid "highlight matches"6637msgstr "ressalta les coincidències"66386639#: builtin/grep.c:7006640msgid "print empty line between matches from different files"6641msgstr "imprimeix una línia buida entre coincidències de fitxers distints"66426643#: builtin/grep.c:7026644msgid "show filename only once above matches from same file"6645msgstr ""6646"mostra el nom de fitxer només una vegada a dalt de les coincidències del "6647"mateix fitxer"66486649#: builtin/grep.c:7056650msgid "show <n> context lines before and after matches"6651msgstr "mostra <n> línies de context abans i després d'una coincidència"66526653#: builtin/grep.c:7086654msgid "show <n> context lines before matches"6655msgstr "mostra <n> línies de context abans d'una coincidència"66566657#: builtin/grep.c:7106658msgid "show <n> context lines after matches"6659msgstr "mostra <n> línies de context després d'una coincidència"66606661#: builtin/grep.c:7126662msgid "use <n> worker threads"6663msgstr "usa <n> fils obrers"66646665#: builtin/grep.c:7136666msgid "shortcut for -C NUM"6667msgstr "drecera per -C NUM"66686669#: builtin/grep.c:7166670msgid "show a line with the function name before matches"6671msgstr "mostra una línia amb el nom de funció abans de les coincidències"66726673#: builtin/grep.c:7186674msgid "show the surrounding function"6675msgstr "mostra la funció circumdant"66766677#: builtin/grep.c:7216678msgid "read patterns from file"6679msgstr "llegeix els patrons des d'un fitxer"66806681#: builtin/grep.c:7236682msgid "match <pattern>"6683msgstr "coincideix amb <patró>"66846685#: builtin/grep.c:7256686msgid "combine patterns specified with -e"6687msgstr "combina els patrons especificats amb -e"66886689#: builtin/grep.c:7376690msgid "indicate hit with exit status without output"6691msgstr "indica coincidència amb estat de sortida sense sortida textual"66926693#: builtin/grep.c:7396694msgid "show only matches from files that match all patterns"6695msgstr ""6696"mostra només les coincidències dels fitxers que coincideixin amb tots els "6697"patrons"66986699#: builtin/grep.c:7416700msgid "show parse tree for grep expression"6701msgstr "mostra l'arbre d'anàlisis de l'expressió de grep"67026703#: builtin/grep.c:7456704msgid "pager"6705msgstr "paginador"67066707#: builtin/grep.c:7456708msgid "show matching files in the pager"6709msgstr "mostra els fitxers coincidents en el paginador"67106711#: builtin/grep.c:7486712msgid "allow calling of grep(1) (ignored by this build)"6713msgstr "permet la invocació de grep(1) (ignorat per aquesta compilació)"67146715#: builtin/grep.c:8116716msgid "no pattern given."6717msgstr "cap patró donat."67186719#: builtin/grep.c:843 builtin/index-pack.c:14756720#, c-format6721msgid "invalid number of threads specified (%d)"6722msgstr "s'ha especificat un nombre de fils no vàlid (%d)"67236724#: builtin/grep.c:8736725msgid "--open-files-in-pager only works on the worktree"6726msgstr "--open-files-in-pager només funciona en l'arbre de treball"67276728#: builtin/grep.c:8996729msgid "--cached or --untracked cannot be used with --no-index."6730msgstr "--cached o --untracked no es pot usar amb --no-index."67316732#: builtin/grep.c:9046733msgid "--no-index or --untracked cannot be used with revs."6734msgstr "--no-index o --untracked no es pot usar amb revisions."67356736#: builtin/grep.c:9076737msgid "--[no-]exclude-standard cannot be used for tracked contents."6738msgstr "--[no-]exclude-standard no es pot usar per als continguts seguits."67396740#: builtin/grep.c:9156741msgid "both --cached and trees are given."6742msgstr "s'han donat ambdós --caches i arbres."67436744#: builtin/hash-object.c:816745msgid ""6746"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "6747"[--] <file>..."6748msgstr ""6749"git hash-object [-t <tipus>] [-w] [--path=<fitxer> | --no-filters] [--stdin] "6750"[--] <fitxer>..."67516752#: builtin/hash-object.c:826753msgid "git hash-object --stdin-paths"6754msgstr "git hash-object --stdin-paths"67556756#: builtin/hash-object.c:936757msgid "type"6758msgstr "tipus"67596760#: builtin/hash-object.c:936761msgid "object type"6762msgstr "tipus d'objecte"67636764#: builtin/hash-object.c:946765msgid "write the object into the object database"6766msgstr "escriu l'objecte a la base de dades d'objectes"67676768#: builtin/hash-object.c:966769msgid "read the object from stdin"6770msgstr "llegeix l'objecte des d'stdin"67716772#: builtin/hash-object.c:986773msgid "store file as is without filters"6774msgstr "emmagatzema el fitxer tal com és sense filtres"67756776#: builtin/hash-object.c:996777msgid ""6778"just hash any random garbage to create corrupt objects for debugging Git"6779msgstr ""6780"només suma qualsevulla brossa aleatòria per a crear objectes malmesos per a "6781"depurar al Git"67826783#: builtin/hash-object.c:1006784msgid "process file as it were from this path"6785msgstr "processa el fitxer com si fos d'aquest camí"67866787#: builtin/help.c:416788msgid "print all available commands"6789msgstr "imprimeix totes les ordres disponibles"67906791#: builtin/help.c:426792msgid "print list of useful guides"6793msgstr "imprimeix la llista de guies útils"67946795#: builtin/help.c:436796msgid "show man page"6797msgstr "mostra la pàgina de manual"67986799#: builtin/help.c:446800msgid "show manual in web browser"6801msgstr "mostra la pàgina de manual en el navegador web"68026803#: builtin/help.c:466804msgid "show info page"6805msgstr "mostra la pàgina d'informació"68066807#: builtin/help.c:526808msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"6809msgstr "git help [--all] [--guides] [--man | --web | --info] [<ordre>]"68106811#: builtin/help.c:646812#, c-format6813msgid "unrecognized help format '%s'"6814msgstr "format d'ajuda no reconegut '%s'"68156816#: builtin/help.c:916817msgid "Failed to start emacsclient."6818msgstr "S'ha fallat en iniciar emacsclient."68196820#: builtin/help.c:1046821msgid "Failed to parse emacsclient version."6822msgstr "S'ha fallat en analitzar la versió d'emacsclient."68236824#: builtin/help.c:1126825#, c-format6826msgid "emacsclient version '%d' too old (< 22)."6827msgstr "la versió d'emacsclient '%d' és massa vella (< 22)."68286829#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:1686830#, c-format6831msgid "failed to exec '%s': %s"6832msgstr "s'ha fallat en executar '%s': %s"68336834#: builtin/help.c:2056835#, c-format6836msgid ""6837"'%s': path for unsupported man viewer.\n"6838"Please consider using 'man.<tool>.cmd' instead."6839msgstr ""6840"'%s': camí a un visualitzador de manuals no compatible.\n"6841"Si us plau, considereu usar 'man.<eina>.cmd' en lloc d'això."68426843#: builtin/help.c:2176844#, c-format6845msgid ""6846"'%s': cmd for supported man viewer.\n"6847"Please consider using 'man.<tool>.path' instead."6848msgstr ""6849"'%s': ordre per a un visualitzador de manuals compatible.\n"6850"Si us plau, considereu usar 'man.<eina>.path' en lloc d'això."68516852#: builtin/help.c:3346853#, c-format6854msgid "'%s': unknown man viewer."6855msgstr "'%s': visualitzador de manuals desconegut"68566857#: builtin/help.c:3516858msgid "no man viewer handled the request"6859msgstr "cap visualitzador de manuals ha gestionat la sol·licitud"68606861#: builtin/help.c:3596862msgid "no info viewer handled the request"6863msgstr "cap visualitzador d'informació ha gestionat la sol·licitud"68646865#: builtin/help.c:4086866msgid "Defining attributes per path"6867msgstr "La definició d'atributs per camí"68686869#: builtin/help.c:4096870msgid "Everyday Git With 20 Commands Or So"6871msgstr "Git quotidià amb més o menys 20 ordres"68726873#: builtin/help.c:4106874msgid "A Git glossary"6875msgstr "Un glossari de Git"68766877#: builtin/help.c:4116878msgid "Specifies intentionally untracked files to ignore"6879msgstr "Especifica els fitxers intencionalment no seguits a ignorar"68806881#: builtin/help.c:4126882msgid "Defining submodule properties"6883msgstr "La definició de les propietats de submòduls"68846885#: builtin/help.c:4136886msgid "Specifying revisions and ranges for Git"6887msgstr "L'especificació de revisions i rangs per al Git"68886889#: builtin/help.c:4146890msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"6891msgstr "Una introducció tutorial al Git (per a la versió 1.5.1 o més nou)"68926893#: builtin/help.c:4156894msgid "An overview of recommended workflows with Git"6895msgstr "Una visió de conjunt de fluxos de treball recomanats amb Git"68966897#: builtin/help.c:4276898msgid "The common Git guides are:\n"6899msgstr "Les guies de Git comunes són:\n"69006901#: builtin/help.c:448 builtin/help.c:4656902#, c-format6903msgid "usage: %s%s"6904msgstr "ús: %s%s"69056906#: builtin/help.c:4816907#, c-format6908msgid "`git %s' is aliased to `%s'"6909msgstr "`git %s' és un àlies de `%s'"69106911#: builtin/index-pack.c:1526912#, c-format6913msgid "unable to open %s"6914msgstr "no s'ha pogut obrir %s"69156916#: builtin/index-pack.c:2026917#, c-format6918msgid "object type mismatch at %s"6919msgstr "hi ha una discordança de tipus d'objecte a %s"69206921#: builtin/index-pack.c:2226922#, c-format6923msgid "did not receive expected object %s"6924msgstr "no s'ha rebut l'objecte esperat %s"69256926#: builtin/index-pack.c:2256927#, c-format6928msgid "object %s: expected type %s, found %s"6929msgstr "objecte %s: tipus %s esperat, %s trobat"69306931#: builtin/index-pack.c:2676932#, c-format6933msgid "cannot fill %d byte"6934msgid_plural "cannot fill %d bytes"6935msgstr[0] "no es pot omplir %d octet"6936msgstr[1] "no es pot omplir %d octets"69376938#: builtin/index-pack.c:2776939msgid "early EOF"6940msgstr "EOF prematur"69416942#: builtin/index-pack.c:2786943msgid "read error on input"6944msgstr "error de lectura d'entrada"69456946#: builtin/index-pack.c:2906947msgid "used more bytes than were available"6948msgstr "s'han usat més octets que hi havia disponibles"69496950#: builtin/index-pack.c:2976951msgid "pack too large for current definition of off_t"6952msgstr "paquet massa gran per a la definició actual d'off_t"69536954#: builtin/index-pack.c:3136955#, c-format6956msgid "unable to create '%s'"6957msgstr "no es pot crear '%s'"69586959#: builtin/index-pack.c:3186960#, c-format6961msgid "cannot open packfile '%s'"6962msgstr "no es pot obrir el fitxer de paquet '%s'"69636964#: builtin/index-pack.c:3326965msgid "pack signature mismatch"6966msgstr "hi ha una discordança de firma de paquet"69676968#: builtin/index-pack.c:3346969#, c-format6970msgid "pack version %<PRIu32> unsupported"6971msgstr "la versió de paquet %<PRIu32> no és compatible"69726973#: builtin/index-pack.c:3526974#, c-format6975msgid "pack has bad object at offset %lu: %s"6976msgstr "el paquet té un objecte dolent a la posició %lu: %s"69776978#: builtin/index-pack.c:4736979#, c-format6980msgid "inflate returned %d"6981msgstr "la inflació ha retornat %d"69826983#: builtin/index-pack.c:5226984msgid "offset value overflow for delta base object"6985msgstr "desbordament de valor de desplaçament per a l'objecte base de delta"69866987#: builtin/index-pack.c:5306988msgid "delta base offset is out of bound"6989msgstr "el desplaçament de base de delta està fora de límits"69906991#: builtin/index-pack.c:5386992#, c-format6993msgid "unknown object type %d"6994msgstr "tipus d'objecte desconegut %d"69956996#: builtin/index-pack.c:5696997msgid "cannot pread pack file"6998msgstr "no es pot fer pread en el fitxer de paquet"69997000#: builtin/index-pack.c:5717001#, c-format7002msgid "premature end of pack file, %lu byte missing"7003msgid_plural "premature end of pack file, %lu bytes missing"7004msgstr[0] "final prematur de fitxer de paquet, manca %lu octet"7005msgstr[1] "final prematur de fitxer de paquet, manquen %lu octets"70067007#: builtin/index-pack.c:5977008msgid "serious inflate inconsistency"7009msgstr "hi ha una inconsistència seriosa d'inflació"70107011#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:7727012#: builtin/index-pack.c:806 builtin/index-pack.c:8157013#, c-format7014msgid "SHA1 COLLISION FOUND WITH %s !"7015msgstr "S'HA TROBAT UNA COL·LISIÓ SHA1 AMB %s !"70167017#: builtin/index-pack.c:746 builtin/pack-objects.c:1627018#: builtin/pack-objects.c:2547019#, c-format7020msgid "unable to read %s"7021msgstr "no s'ha pogut llegir %s"70227023#: builtin/index-pack.c:8127024#, c-format7025msgid "cannot read existing object %s"7026msgstr "no es pot llegir l'objecte existent %s"70277028#: builtin/index-pack.c:8267029#, c-format7030msgid "invalid blob object %s"7031msgstr "objecte de blob no vàlid %s"70327033#: builtin/index-pack.c:8407034#, c-format7035msgid "invalid %s"7036msgstr "%s no vàlid"70377038#: builtin/index-pack.c:8437039msgid "Error in object"7040msgstr "Error en objecte"70417042#: builtin/index-pack.c:8457043#, c-format7044msgid "Not all child objects of %s are reachable"7045msgstr "No tots els objectes fills de %s són abastables"70467047#: builtin/index-pack.c:917 builtin/index-pack.c:9487048msgid "failed to apply delta"7049msgstr "s'ha fallat en aplicar la delta"70507051#: builtin/index-pack.c:11187052msgid "Receiving objects"7053msgstr "Rebent objectes"70547055#: builtin/index-pack.c:11187056msgid "Indexing objects"7057msgstr "Indexant objectes"70587059#: builtin/index-pack.c:11507060msgid "pack is corrupted (SHA1 mismatch)"7061msgstr "el paquet és malmès (discordança SHA1)"70627063#: builtin/index-pack.c:11557064msgid "cannot fstat packfile"7065msgstr "no es pot fer fstat en el fitxer de paquet"70667067#: builtin/index-pack.c:11587068msgid "pack has junk at the end"7069msgstr "el paquet té brossa al seu final"70707071#: builtin/index-pack.c:11697072msgid "confusion beyond insanity in parse_pack_objects()"7073msgstr "confusió més enllà de la bogeria en parse_pack_objects()"70747075#: builtin/index-pack.c:11947076msgid "Resolving deltas"7077msgstr "Resolent les deltes"70787079#: builtin/index-pack.c:12057080#, c-format7081msgid "unable to create thread: %s"7082msgstr "no s'ha pogut crear fil: %s"70837084#: builtin/index-pack.c:12477085msgid "confusion beyond insanity"7086msgstr "confusió més enllà de la bogeria"70877088#: builtin/index-pack.c:12537089#, c-format7090msgid "completed with %d local objects"7091msgstr "s'ha completat amb %d objectes locals"70927093#: builtin/index-pack.c:12637094#, c-format7095msgid "Unexpected tail checksum for %s (disk corruption?)"7096msgstr "Suma de verificació final no esperada per a %s (corrupció de disc?)"70977098#: builtin/index-pack.c:12677099#, c-format7100msgid "pack has %d unresolved delta"7101msgid_plural "pack has %d unresolved deltas"7102msgstr[0] "El paquet té %d delta no resolta"7103msgstr[1] "El paquet té %d deltes no resoltes"71047105#: builtin/index-pack.c:12917106#, c-format7107msgid "unable to deflate appended object (%d)"7108msgstr "no s'ha pogut desinflar l'objecte annexat (%d)"71097110#: builtin/index-pack.c:13677111#, c-format7112msgid "local object %s is corrupt"7113msgstr "l'objecte local %s és malmès"71147115#: builtin/index-pack.c:13917116msgid "error while closing pack file"7117msgstr "error en tancar el fitxer de paquet"71187119#: builtin/index-pack.c:14047120#, c-format7121msgid "cannot write keep file '%s'"7122msgstr "no es pot escriure el fitxer a retenir '%s'"71237124#: builtin/index-pack.c:14127125#, c-format7126msgid "cannot close written keep file '%s'"7127msgstr "no es pot tancar el fitxer escrit a retenir '%s'"71287129#: builtin/index-pack.c:14257130msgid "cannot store pack file"7131msgstr "no es pot emmagatzemar el fitxer de paquet"71327133#: builtin/index-pack.c:14367134msgid "cannot store index file"7135msgstr "no es pot emmagatzemar el fitxer d'índex"71367137#: builtin/index-pack.c:14697138#, c-format7139msgid "bad pack.indexversion=%<PRIu32>"7140msgstr "pack.indexversion=%<PRIu32> dolent"71417142#: builtin/index-pack.c:1479 builtin/index-pack.c:16647143#, c-format7144msgid "no threads support, ignoring %s"7145msgstr "no hi ha suport de fils, ignorant %s"71467147#: builtin/index-pack.c:15387148#, c-format7149msgid "Cannot open existing pack file '%s'"7150msgstr "No es pot obrir el fitxer de paquet existent '%s'"71517152#: builtin/index-pack.c:15407153#, c-format7154msgid "Cannot open existing pack idx file for '%s'"7155msgstr "No es pot obrir el fitxer d'índex de paquets existent de '%s'"71567157#: builtin/index-pack.c:15877158#, c-format7159msgid "non delta: %d object"7160msgid_plural "non delta: %d objects"7161msgstr[0] "sense delta: %d objecte"7162msgstr[1] "sense delta: %d objectes"71637164#: builtin/index-pack.c:15947165#, c-format7166msgid "chain length = %d: %lu object"7167msgid_plural "chain length = %d: %lu objects"7168msgstr[0] "longitud de cadena = %d: %lu objecte"7169msgstr[1] "longitud de cadena = %d: %lu objectes"71707171#: builtin/index-pack.c:16247172msgid "Cannot come back to cwd"7173msgstr "No es pot tornar al directori de treball actual"71747175#: builtin/index-pack.c:1676 builtin/index-pack.c:16797176#: builtin/index-pack.c:1691 builtin/index-pack.c:16957177#, c-format7178msgid "bad %s"7179msgstr "%s dolent"71807181#: builtin/index-pack.c:17097182msgid "--fix-thin cannot be used without --stdin"7183msgstr "--fix-thin no es pot usar sense --stdin"71847185#: builtin/index-pack.c:1713 builtin/index-pack.c:17227186#, c-format7187msgid "packfile name '%s' does not end with '.pack'"7188msgstr "el nom de fitxer de paquet '%s' no acaba amb '.pack'"71897190#: builtin/index-pack.c:17307191msgid "--verify with no packfile name given"7192msgstr "s'ha donat --verify sense nom de fitxer de paquet"71937194#: builtin/init-db.c:557195#, c-format7196msgid "cannot stat '%s'"7197msgstr "no es pot fer stat en '%s'"71987199#: builtin/init-db.c:617200#, c-format7201msgid "cannot stat template '%s'"7202msgstr "no es pot fer stat en la plantilla '%s'"72037204#: builtin/init-db.c:667205#, c-format7206msgid "cannot opendir '%s'"7207msgstr "no es pot fer opendir en el directori '%s'"72087209#: builtin/init-db.c:777210#, c-format7211msgid "cannot readlink '%s'"7212msgstr "no es pot fer readlink en '%s'"72137214#: builtin/init-db.c:797215#, c-format7216msgid "cannot symlink '%s' '%s'"7217msgstr "no es pot fer symlink en '%s' '%s'"72187219#: builtin/init-db.c:857220#, c-format7221msgid "cannot copy '%s' to '%s'"7222msgstr "no es pot copiar '%s' a '%s'"72237224#: builtin/init-db.c:897225#, c-format7226msgid "ignoring template %s"7227msgstr "ignorant la plantilla %s"72287229#: builtin/init-db.c:1187230#, c-format7231msgid "templates not found %s"7232msgstr "no s'han trobat les plantilles %s"72337234#: builtin/init-db.c:1317235#, c-format7236msgid "not copying templates of a wrong format version %d from '%s'"7237msgstr "no copiant plantilles d'una versió de format errònia %d de '%s'"72387239#: builtin/init-db.c:309 builtin/init-db.c:3127240#, c-format7241msgid "%s already exists"7242msgstr "%s ja existeix"72437244#: builtin/init-db.c:3407245#, c-format7246msgid "unable to handle file type %d"7247msgstr "no s'ha pogut gestionar el tipus de fitxer %d"72487249#: builtin/init-db.c:3437250#, c-format7251msgid "unable to move %s to %s"7252msgstr "no s'ha pogut moure %s a %s"72537254#. TRANSLATORS: The first '%s' is either "Reinitialized7255#. existing" or "Initialized empty", the second " shared" or7256#. "", and the last '%s%s' is the verbatim directory name.7257#: builtin/init-db.c:3997258#, c-format7259msgid "%s%s Git repository in %s%s\n"7260msgstr "%s dipòsit de Git%s a %s%s\n"72617262#: builtin/init-db.c:4007263msgid "Reinitialized existing"7264msgstr "S'ha reinicialitzat un existent"72657266#: builtin/init-db.c:4007267msgid "Initialized empty"7268msgstr "S'ha inicialitzat un buit"72697270#: builtin/init-db.c:4017271msgid " shared"7272msgstr " compartit"72737274#: builtin/init-db.c:4487275msgid ""7276"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"7277"shared[=<permissions>]] [<directory>]"7278msgstr ""7279"git init [-q | --quiet] [--bare] [--template=<directori-de-plantilla>] [--"7280"shared[=<permisos>]] [<directori>]"72817282#: builtin/init-db.c:4717283msgid "permissions"7284msgstr "permisos"72857286#: builtin/init-db.c:4727287msgid "specify that the git repository is to be shared amongst several users"7288msgstr "especifica que el dipòsit de git es compartirà entre diversos usuaris"72897290#: builtin/init-db.c:506 builtin/init-db.c:5117291#, c-format7292msgid "cannot mkdir %s"7293msgstr "no es pot mkdir %s"72947295#: builtin/init-db.c:5157296#, c-format7297msgid "cannot chdir to %s"7298msgstr "no es pot chdir a %s"72997300#: builtin/init-db.c:5367301#, c-format7302msgid ""7303"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"7304"dir=<directory>)"7305msgstr ""7306"no es permet %s (o --work-tree=<directori>) sense especificar %s (o --git-"7307"dir=<directori>)"73087309#: builtin/init-db.c:5647310#, c-format7311msgid "Cannot access work tree '%s'"7312msgstr "No es pot accedir a l'arbre de treball '%s'"73137314#: builtin/interpret-trailers.c:157315msgid ""7316"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7317"<token>[(=|:)<value>])...] [<file>...]"7318msgstr ""7319"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "7320"<fitxa>[(=|:)<valor>])...] [<fitxer>...]"73217322#: builtin/interpret-trailers.c:267323msgid "edit files in place"7324msgstr "edita els fitxers in situ"73257326#: builtin/interpret-trailers.c:277327msgid "trim empty trailers"7328msgstr "escurça els remolcs buits"73297330#: builtin/interpret-trailers.c:287331msgid "trailer"7332msgstr "remolc"73337334#: builtin/interpret-trailers.c:297335msgid "trailer(s) to add"7336msgstr "remolcs a afegir"73377338#: builtin/interpret-trailers.c:427339msgid "no input file given for in-place editing"7340msgstr "no s'ha donat cap fitxer d'entrada per a edició in situ"73417342#: builtin/log.c:437343msgid "git log [<options>] [<revision-range>] [[--] <path>...]"7344msgstr "git log [<opcions>] [<rang-de-revisions>] [[--] <camí>...]"73457346#: builtin/log.c:447347msgid "git show [<options>] <object>..."7348msgstr "git show [<opcions>] <objecte>..."73497350#: builtin/log.c:837351#, c-format7352msgid "invalid --decorate option: %s"7353msgstr "opció --decorate no vàlida: %s"73547355#: builtin/log.c:1317356msgid "suppress diff output"7357msgstr "omet la sortida de diferències"73587359#: builtin/log.c:1327360msgid "show source"7361msgstr "mostra la font"73627363#: builtin/log.c:1337364msgid "Use mail map file"7365msgstr "Usa el fitxer de mapa de correu"73667367#: builtin/log.c:1347368msgid "decorate options"7369msgstr "opcions de decoració"73707371#: builtin/log.c:1377372msgid "Process line range n,m in file, counting from 1"7373msgstr "Processa el rang de línies n,m en el fitxer, comptant des d'1"73747375#: builtin/log.c:2337376#, c-format7377msgid "Final output: %d %s\n"7378msgstr "Sortida final: %d %s\n"73797380#: builtin/log.c:4657381#, c-format7382msgid "git show %s: bad file"7383msgstr "git show %s: fitxer dolent"73847385#: builtin/log.c:479 builtin/log.c:5727386#, c-format7387msgid "Could not read object %s"7388msgstr "No es pot llegir l'objecte %s"73897390#: builtin/log.c:5967391#, c-format7392msgid "Unknown type: %d"7393msgstr "Tipus desconegut: %d"73947395#: builtin/log.c:7157396msgid "format.headers without value"7397msgstr "format.headers sense valor"73987399#: builtin/log.c:8017400msgid "name of output directory is too long"7401msgstr "el nom del directori de sortida és massa llarg"74027403#: builtin/log.c:8167404#, c-format7405msgid "Cannot open patch file %s"7406msgstr "No es pot obrir el fitxer de pedaç %s"74077408#: builtin/log.c:8307409msgid "Need exactly one range."7410msgstr "Cal exactament un rang."74117412#: builtin/log.c:8407413msgid "Not a range."7414msgstr "No és un rang."74157416#: builtin/log.c:9467417msgid "Cover letter needs email format"7418msgstr "La carta de presentació necessita el format de correu electrònic"74197420#: builtin/log.c:10257421#, c-format7422msgid "insane in-reply-to: %s"7423msgstr "in-reply-to boig: %s"74247425#: builtin/log.c:10537426msgid "git format-patch [<options>] [<since> | <revision-range>]"7427msgstr "git format-patch [<opcions>] [<des-de> | <rang-de-revisions>]"74287429#: builtin/log.c:10987430msgid "Two output directories?"7431msgstr "Dos directoris de sortida?"74327433#: builtin/log.c:12147434msgid "use [PATCH n/m] even with a single patch"7435msgstr "usa [PATCH n/m] fins i tot amb un sol pedaç"74367437#: builtin/log.c:12177438msgid "use [PATCH] even with multiple patches"7439msgstr "usa [PATCH] fins i tot amb múltiples pedaços"74407441#: builtin/log.c:12217442msgid "print patches to standard out"7443msgstr "imprimeix els pedaços a la sortida estàndard"74447445#: builtin/log.c:12237446msgid "generate a cover letter"7447msgstr "genera una carta de presentació"74487449#: builtin/log.c:12257450msgid "use simple number sequence for output file names"7451msgstr "usa una seqüència de números per als noms dels fitxers de sortida"74527453#: builtin/log.c:12267454msgid "sfx"7455msgstr "sufix"74567457#: builtin/log.c:12277458msgid "use <sfx> instead of '.patch'"7459msgstr "usa <sufix> en lloc de '.patch'"74607461#: builtin/log.c:12297462msgid "start numbering patches at <n> instead of 1"7463msgstr "comença numerant els pedaços a <n> en lloc d'1"74647465#: builtin/log.c:12317466msgid "mark the series as Nth re-roll"7467msgstr "marca la sèrie com a l'enèsima llançada"74687469#: builtin/log.c:12337470msgid "Use [<prefix>] instead of [PATCH]"7471msgstr "Usa [<prefix>] en lloc de [PATCH]"74727473#: builtin/log.c:12367474msgid "store resulting files in <dir>"7475msgstr "emmagatzema els fitxers resultants a <directori>"74767477#: builtin/log.c:12397478msgid "don't strip/add [PATCH]"7479msgstr "no despullis/afegeixis [PATCH]"74807481#: builtin/log.c:12427482msgid "don't output binary diffs"7483msgstr "no emetis diferències binàries"74847485#: builtin/log.c:12447486msgid "output all-zero hash in From header"7487msgstr "emet un hash de tots zeros en la capçalera From"74887489#: builtin/log.c:12467490msgid "don't include a patch matching a commit upstream"7491msgstr "no incloguis pedaços que coincideixin amb comissions a la font"74927493#: builtin/log.c:12487494msgid "show patch format instead of default (patch + stat)"7495msgstr ""7496"mostra el format de pedaç en lloc del per defecte (pedaç + estadístiques)"74977498#: builtin/log.c:12507499msgid "Messaging"7500msgstr "Missatgeria"75017502#: builtin/log.c:12517503msgid "header"7504msgstr "capçalera"75057506#: builtin/log.c:12527507msgid "add email header"7508msgstr "afegeix una capçalera de correu electrònic"75097510#: builtin/log.c:1253 builtin/log.c:12557511msgid "email"7512msgstr "correu electrònic"75137514#: builtin/log.c:12537515msgid "add To: header"7516msgstr "afegeix la capçalera To:"75177518#: builtin/log.c:12557519msgid "add Cc: header"7520msgstr "afegeix la capçalera Cc:"75217522#: builtin/log.c:12577523msgid "ident"7524msgstr "identitat"75257526#: builtin/log.c:12587527msgid "set From address to <ident> (or committer ident if absent)"7528msgstr ""7529"estableix l'adreça From a <identitat> (o la identitat del comitent si manca)"75307531#: builtin/log.c:12607532msgid "message-id"7533msgstr "ID de missatge"75347535#: builtin/log.c:12617536msgid "make first mail a reply to <message-id>"7537msgstr "fes del primer missatge una resposta a <ID de missatge>"75387539#: builtin/log.c:1262 builtin/log.c:12657540msgid "boundary"7541msgstr "límit"75427543#: builtin/log.c:12637544msgid "attach the patch"7545msgstr "ajunta el pedaç"75467547#: builtin/log.c:12667548msgid "inline the patch"7549msgstr "posa el pedaç en el cos"75507551#: builtin/log.c:12707552msgid "enable message threading, styles: shallow, deep"7553msgstr "habilita l'enfilada de missatges, estils: shallow, deep"75547555#: builtin/log.c:12727556msgid "signature"7557msgstr "firma"75587559#: builtin/log.c:12737560msgid "add a signature"7561msgstr "afegeix una firma"75627563#: builtin/log.c:12757564msgid "add a signature from a file"7565msgstr "afegeix una firma des d'un fitxer"75667567#: builtin/log.c:12767568msgid "don't print the patch filenames"7569msgstr "no imprimeixis els noms de fitxer del pedaç"75707571#: builtin/log.c:13657572msgid "-n and -k are mutually exclusive."7573msgstr "-n i -k són mutualment exclusius."75747575#: builtin/log.c:13677576msgid "--subject-prefix and -k are mutually exclusive."7577msgstr "--subject-prefix i -k són mutualment exclusius."75787579#: builtin/log.c:13757580msgid "--name-only does not make sense"7581msgstr "--name-only no té sentit"75827583#: builtin/log.c:13777584msgid "--name-status does not make sense"7585msgstr "--name-status no té sentit"75867587#: builtin/log.c:13797588msgid "--check does not make sense"7589msgstr "--check no té sentit"75907591#: builtin/log.c:14077592msgid "standard output, or directory, which one?"7593msgstr "sortida estàndard o directori, quin dels dos?"75947595#: builtin/log.c:14097596#, c-format7597msgid "Could not create directory '%s'"7598msgstr "No s'ha pogut crear el directori '%s'"75997600#: builtin/log.c:15067601#, c-format7602msgid "unable to read signature file '%s'"7603msgstr "no s'ha pogut llegir el fitxer de firma '%s'"76047605#: builtin/log.c:15697606msgid "Failed to create output files"7607msgstr "S'ha fallat en crear els fitxers de sortida"76087609#: builtin/log.c:16177610msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"7611msgstr "git cherry [-v] [<font> [<cap> [<límit>]]]"76127613#: builtin/log.c:16717614#, c-format7615msgid ""7616"Could not find a tracked remote branch, please specify <upstream> manually.\n"7617msgstr ""7618"No s'ha pogut trobar una branca remota seguida. Si us plau, especifiqueu "7619"<font> manualment.\n"76207621#: builtin/log.c:1682 builtin/log.c:1684 builtin/log.c:16967622#, c-format7623msgid "Unknown commit %s"7624msgstr "Comissió desconeguda %s"76257626#: builtin/ls-files.c:3787627msgid "git ls-files [<options>] [<file>...]"7628msgstr "git ls-files [<opcions>] [<fitxer>...]"76297630#: builtin/ls-files.c:4277631msgid "identify the file status with tags"7632msgstr "identifica l'estat de fitxer amb etiquetes"76337634#: builtin/ls-files.c:4297635msgid "use lowercase letters for 'assume unchanged' files"7636msgstr "usa lletres minúscules per als fitxers 'assume unchanged'"76377638#: builtin/ls-files.c:4317639msgid "show cached files in the output (default)"7640msgstr ""7641"mostra en la sortida els fitxers desats en la memòria cau (per defecte)"76427643#: builtin/ls-files.c:4337644msgid "show deleted files in the output"7645msgstr "mostra en la sortida els fitxers suprimits"76467647#: builtin/ls-files.c:4357648msgid "show modified files in the output"7649msgstr "mostra en la sortida els fitxers modificats"76507651#: builtin/ls-files.c:4377652msgid "show other files in the output"7653msgstr "mostra en la sortida els altres fitxers"76547655#: builtin/ls-files.c:4397656msgid "show ignored files in the output"7657msgstr "mostra en la sortida els fitxers ignorats"76587659#: builtin/ls-files.c:4427660msgid "show staged contents' object name in the output"7661msgstr "mostra en la sortida el nom d'objecte dels continguts allistats"76627663#: builtin/ls-files.c:4447664msgid "show files on the filesystem that need to be removed"7665msgstr "mostra els fitxers en el sistema de fitxers que s'han d'eliminar"76667667#: builtin/ls-files.c:4467668msgid "show 'other' directories' names only"7669msgstr "mostra només els noms dels directoris 'other'"76707671#: builtin/ls-files.c:4487672msgid "show line endings of files"7673msgstr "mostra els terminis de línia dels fitxers"76747675#: builtin/ls-files.c:4507676msgid "don't show empty directories"7677msgstr "no mostris els directoris buits"76787679#: builtin/ls-files.c:4537680msgid "show unmerged files in the output"7681msgstr "mostra en la sortida els fitxers sense fusionar"76827683#: builtin/ls-files.c:4557684msgid "show resolve-undo information"7685msgstr "mostra la informació de resolució de desfet"76867687#: builtin/ls-files.c:4577688msgid "skip files matching pattern"7689msgstr "salta els fitxers coincidents amb el patró"76907691#: builtin/ls-files.c:4607692msgid "exclude patterns are read from <file>"7693msgstr "els patrons d'exclusió es llegeixen de <fitxer>"76947695#: builtin/ls-files.c:4637696msgid "read additional per-directory exclude patterns in <file>"7697msgstr "llegeix els patrons addicionals d'exclusió per directori en <fitxer>"76987699#: builtin/ls-files.c:4657700msgid "add the standard git exclusions"7701msgstr "afegeix les exclusions estàndards de git"77027703#: builtin/ls-files.c:4687704msgid "make the output relative to the project top directory"7705msgstr "fes que la sortida sigui relativa al directori superior del projecte"77067707#: builtin/ls-files.c:4717708msgid "if any <file> is not in the index, treat this as an error"7709msgstr "si qualsevol <fitxer> no és en l'índex, tracta això com a error"77107711#: builtin/ls-files.c:4727712msgid "tree-ish"7713msgstr "arbre"77147715#: builtin/ls-files.c:4737716msgid "pretend that paths removed since <tree-ish> are still present"7717msgstr ""7718"pretén que els camins eliminats després de <arbre> encara siguin presents"77197720#: builtin/ls-files.c:4757721msgid "show debugging data"7722msgstr "mostra les dades de depuració"77237724#: builtin/ls-remote.c:77725msgid ""7726"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"7727" [-q | --quiet] [--exit-code] [--get-url]\n"7728" [--symref] [<repository> [<refs>...]]"7729msgstr ""7730"git ls-remote [--heads] [--tags] [--refs]\n"7731" [--upload-pack=<executable>] [-q | --quiet]\n"7732" [--exit-code] [--get-url] [--symref]\n"7733" [<dipòsit> [<referències>...]]"77347735#: builtin/ls-remote.c:507736msgid "do not print remote URL"7737msgstr "no imprimeixis l'URL remot"77387739#: builtin/ls-remote.c:51 builtin/ls-remote.c:537740msgid "exec"7741msgstr "executable"77427743#: builtin/ls-remote.c:52 builtin/ls-remote.c:547744msgid "path of git-upload-pack on the remote host"7745msgstr "camí a git-upload-pack en la màquina remota"77467747#: builtin/ls-remote.c:567748msgid "limit to tags"7749msgstr "limita a etiquetes"77507751#: builtin/ls-remote.c:577752msgid "limit to heads"7753msgstr "limita a caps"77547755#: builtin/ls-remote.c:587756msgid "do not show peeled tags"7757msgstr "no mostris les etiquetes pelades"77587759#: builtin/ls-remote.c:607760msgid "take url.<base>.insteadOf into account"7761msgstr "tingues en compte url.<base>.insteadOf"77627763#: builtin/ls-remote.c:627764msgid "exit with exit code 2 if no matching refs are found"7765msgstr "surt amb codi de sortida 2 si no es troba cap referència coincident"77667767#: builtin/ls-remote.c:647768msgid "show underlying ref in addition to the object pointed by it"7769msgstr "mostra la referència subjacent en adició a l'objecte que senyali"77707771#: builtin/ls-tree.c:287772msgid "git ls-tree [<options>] <tree-ish> [<path>...]"7773msgstr "git ls-tree [<opcions>] <arbre> [<camí>...]"77747775#: builtin/ls-tree.c:1287776msgid "only show trees"7777msgstr "mostra només els arbres"77787779#: builtin/ls-tree.c:1307780msgid "recurse into subtrees"7781msgstr "recursa als subarbres"77827783#: builtin/ls-tree.c:1327784msgid "show trees when recursing"7785msgstr "mostra els arbres en recursar"77867787#: builtin/ls-tree.c:1357788msgid "terminate entries with NUL byte"7789msgstr "acaba les entrades amb un octet NUL"77907791#: builtin/ls-tree.c:1367792msgid "include object size"7793msgstr "mida de l'objecte d'inclusió"77947795#: builtin/ls-tree.c:138 builtin/ls-tree.c:1407796msgid "list only filenames"7797msgstr "llista només els noms de fitxer"77987799#: builtin/ls-tree.c:1437800msgid "use full path names"7801msgstr "usa els noms de camí complets"78027803#: builtin/ls-tree.c:1457804msgid "list entire tree; not just current directory (implies --full-name)"7805msgstr ""7806"llista l'arbre sencer; no només el directori actual (implica --full-name)"78077808#: builtin/merge.c:457809msgid "git merge [<options>] [<commit>...]"7810msgstr "git merge [<opcions>] [<comissió>...]"78117812#: builtin/merge.c:467813msgid "git merge [<options>] <msg> HEAD <commit>"7814msgstr "git merge [<opcions>] <missatge> HEAD <comissió>"78157816#: builtin/merge.c:477817msgid "git merge --abort"7818msgstr "git merge --abort"78197820#: builtin/merge.c:1007821msgid "switch `m' requires a value"7822msgstr "l'opció `m' requereix un valor"78237824#: builtin/merge.c:1377825#, c-format7826msgid "Could not find merge strategy '%s'.\n"7827msgstr "No s'ha pogut trobar l'estratègia de fusió '%s'.\n"78287829#: builtin/merge.c:1387830#, c-format7831msgid "Available strategies are:"7832msgstr "Les estratègies disponibles són:"78337834#: builtin/merge.c:1437835#, c-format7836msgid "Available custom strategies are:"7837msgstr "Les estratègies personalitzades disponibles són:"78387839#: builtin/merge.c:193 builtin/pull.c:1237840msgid "do not show a diffstat at the end of the merge"7841msgstr "no mostris les estadístiques de diferència al final de la fusió"78427843#: builtin/merge.c:196 builtin/pull.c:1267844msgid "show a diffstat at the end of the merge"7845msgstr "mostra les estadístiques de diferència al final de la fusió"78467847#: builtin/merge.c:197 builtin/pull.c:1297848msgid "(synonym to --stat)"7849msgstr "(sinònim de --stat)"78507851#: builtin/merge.c:199 builtin/pull.c:1327852msgid "add (at most <n>) entries from shortlog to merge commit message"7853msgstr ""7854"afegeix (com a màxim <n>) entrades del registre curt al missatge de comissió "7855"de fusió"78567857#: builtin/merge.c:202 builtin/pull.c:1357858msgid "create a single commit instead of doing a merge"7859msgstr "crea una única comissió en lloc de fusionar"78607861#: builtin/merge.c:204 builtin/pull.c:1387862msgid "perform a commit if the merge succeeds (default)"7863msgstr "realitza una comissió si la fusió té èxit (per defecte)"78647865#: builtin/merge.c:206 builtin/pull.c:1417866msgid "edit message before committing"7867msgstr "edita el missatge abans de cometre"78687869#: builtin/merge.c:2077870msgid "allow fast-forward (default)"7871msgstr "permet l'avanç ràpid (per defecte)"78727873#: builtin/merge.c:209 builtin/pull.c:1477874msgid "abort if fast-forward is not possible"7875msgstr "avorta si l'avanç ràpid no és possible"78767877#: builtin/merge.c:2137878msgid "Verify that the named commit has a valid GPG signature"7879msgstr "Verifica que la comissió anomenada tingui una firma GPG vàlida"78807881#: builtin/merge.c:214 builtin/notes.c:770 builtin/pull.c:1527882#: builtin/revert.c:897883msgid "strategy"7884msgstr "estratègia"78857886#: builtin/merge.c:215 builtin/pull.c:1537887msgid "merge strategy to use"7888msgstr "estratègia de fusió a usar"78897890#: builtin/merge.c:216 builtin/pull.c:1567891msgid "option=value"7892msgstr "opció=valor"78937894#: builtin/merge.c:217 builtin/pull.c:1577895msgid "option for selected merge strategy"7896msgstr "opció per a l'estratègia de fusió seleccionada"78977898#: builtin/merge.c:2197899msgid "merge commit message (for a non-fast-forward merge)"7900msgstr "missatge de comissió de fusió (per a una fusió no d'avanç ràpid)"79017902#: builtin/merge.c:2237903msgid "abort the current in-progress merge"7904msgstr "avorta la fusió en curs actual"79057906#: builtin/merge.c:2517907msgid "could not run stash."7908msgstr "no s'ha pogut executar stash."79097910#: builtin/merge.c:2567911msgid "stash failed"7912msgstr "l'emmagatzemament ha fallat"79137914#: builtin/merge.c:2617915#, c-format7916msgid "not a valid object: %s"7917msgstr "no és un objecte vàlid: %s"79187919#: builtin/merge.c:280 builtin/merge.c:2977920msgid "read-tree failed"7921msgstr "read-tree ha fallat"79227923#: builtin/merge.c:3277924msgid " (nothing to squash)"7925msgstr " (res a aixafar)"79267927#: builtin/merge.c:3407928#, c-format7929msgid "Squash commit -- not updating HEAD\n"7930msgstr "Comissió d'aixafada -- no actualitzant HEAD\n"79317932#: builtin/merge.c:344 builtin/merge.c:764 builtin/merge.c:9767933#: builtin/merge.c:9897934#, c-format7935msgid "Could not write to '%s'"7936msgstr "No s'ha pogut escriure al '%s'"79377938#: builtin/merge.c:3727939msgid "Writing SQUASH_MSG"7940msgstr "Escrivint SQUASH_MSG"79417942#: builtin/merge.c:3747943msgid "Finishing SQUASH_MSG"7944msgstr "Finalitzant SQUASH_MSG"79457946#: builtin/merge.c:3977947#, c-format7948msgid "No merge message -- not updating HEAD\n"7949msgstr "Cap missatge de fusió -- no actualitzant HEAD\n"79507951#: builtin/merge.c:4487952#, c-format7953msgid "'%s' does not point to a commit"7954msgstr "'%s' no assenyala una comissió"79557956#: builtin/merge.c:5387957#, c-format7958msgid "Bad branch.%s.mergeoptions string: %s"7959msgstr "Cadena branch.%s.mergeoptions dolenta: %s"79607961#: builtin/merge.c:6577962msgid "Not handling anything other than two heads merge."7963msgstr "No gestionant res a part de la fusió de dos caps."79647965#: builtin/merge.c:6717966#, c-format7967msgid "Unknown option for merge-recursive: -X%s"7968msgstr "Opció desconeguda de merge-recursive: -X%s"79697970#: builtin/merge.c:6847971#, c-format7972msgid "unable to write %s"7973msgstr "no s'ha pogut escriure %s"79747975#: builtin/merge.c:7737976#, c-format7977msgid "Could not read from '%s'"7978msgstr "No s'ha pogut llegir de '%s'"79797980#: builtin/merge.c:7827981#, c-format7982msgid "Not committing merge; use 'git commit' to complete the merge.\n"7983msgstr "No cometent la fusió; useu 'git commit' per a completar la fusió.\n"79847985#: builtin/merge.c:7887986#, c-format7987msgid ""7988"Please enter a commit message to explain why this merge is necessary,\n"7989"especially if it merges an updated upstream into a topic branch.\n"7990"\n"7991"Lines starting with '%c' will be ignored, and an empty message aborts\n"7992"the commit.\n"7993msgstr ""7994"Si us plau, introduïu un missatge de comissió per a explicar per què\n"7995"aquesta fusió és necessària, especialment si fusiona una font\n"7996"actualitzada a una branca temàtica.\n"7997"\n"7998"S'ignoraran les línies que comencin amb '%c', i un missatge buit\n"7999"avorta la comissió.\n"80008001#: builtin/merge.c:8128002msgid "Empty commit message."8003msgstr "Missatge de comissió buit."80048005#: builtin/merge.c:8248006#, c-format8007msgid "Wonderful.\n"8008msgstr "Meravellós.\n"80098010#: builtin/merge.c:8798011#, c-format8012msgid "Automatic merge failed; fix conflicts and then commit the result.\n"8013msgstr ""8014"La fusió automàtica ha fallat; arregleu els conflictes i després cometeu el "8015"resultat.\n"80168017#: builtin/merge.c:8958018#, c-format8019msgid "'%s' is not a commit"8020msgstr "'%s' no és una comissió"80218022#: builtin/merge.c:9368023msgid "No current branch."8024msgstr "Cap branca actual."80258026#: builtin/merge.c:9388027msgid "No remote for the current branch."8028msgstr "No hi ha cap remot per a la branca actual."80298030#: builtin/merge.c:9408031msgid "No default upstream defined for the current branch."8032msgstr "No hi ha cap font per defecte definida per a la branca actual."80338034#: builtin/merge.c:9458035#, c-format8036msgid "No remote-tracking branch for %s from %s"8037msgstr "No hi ha cap branca amb seguiment remot per a %s de %s"80388039#: builtin/merge.c:10808040#, c-format8041msgid "could not close '%s'"8042msgstr "no s'ha pogut tancar '%s'"80438044#: builtin/merge.c:12078045msgid "There is no merge to abort (MERGE_HEAD missing)."8046msgstr "No hi ha fusió a avortar (manca MERGE_HEAD)."80478048#: builtin/merge.c:12238049msgid ""8050"You have not concluded your merge (MERGE_HEAD exists).\n"8051"Please, commit your changes before you merge."8052msgstr ""8053"No heu conclòs la vostra fusió (MERGE_HEAD existeix).\n"8054"Si us plau, cometeu els vostres canvis abans de fusionar."80558056#: builtin/merge.c:12308057msgid ""8058"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"8059"Please, commit your changes before you merge."8060msgstr ""8061"No heu conclòs el vostre recull de cireres (CHERRY_PICK_HEAD existeix).\n"8062"Si us plau, cometeu els vostres canvis abans de fusionar."80638064#: builtin/merge.c:12338065msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."8066msgstr ""8067"No heu conclòs el vostre recull de cireres (CHERRY_PICK_HEAD existeix)."80688069#: builtin/merge.c:12428070msgid "You cannot combine --squash with --no-ff."8071msgstr "No podeu combinar --squash amb --no-ff."80728073#: builtin/merge.c:12508074msgid "No commit specified and merge.defaultToUpstream not set."8075msgstr ""8076"No hi ha una comissió especificada i merge.defaultToUpstream no està "8077"establert."80788079#: builtin/merge.c:12678080msgid "Squash commit into empty head not supported yet"8081msgstr "Aixafar una comissió a un cap buit encara no es permet"80828083#: builtin/merge.c:12698084msgid "Non-fast-forward commit does not make sense into an empty head"8085msgstr "Una comissió no d'avanç ràpid no té sentit a un cap buit"80868087#: builtin/merge.c:12758088#, c-format8089msgid "%s - not something we can merge"8090msgstr "%s - no és una cosa que puguem fusionar"80918092#: builtin/merge.c:12778093msgid "Can merge only exactly one commit into empty head"8094msgstr "Es pot fusionar no més d'exactament una comissió a un cap buit"80958096#: builtin/merge.c:13328097#, c-format8098msgid "Commit %s has an untrusted GPG signature, allegedly by %s."8099msgstr "La comissió %s té una firma GPG no fiable, suposadament de %s."81008101#: builtin/merge.c:13358102#, c-format8103msgid "Commit %s has a bad GPG signature allegedly by %s."8104msgstr "La comissió %s té una firma GPG dolenta suposadament de %s."81058106#: builtin/merge.c:13388107#, c-format8108msgid "Commit %s does not have a GPG signature."8109msgstr "La comissió %s no té firma GPG."81108111#: builtin/merge.c:13418112#, c-format8113msgid "Commit %s has a good GPG signature by %s\n"8114msgstr "La comissió %s té una firma GPG bona de %s\n"81158116#: builtin/merge.c:14248117#, c-format8118msgid "Updating %s..%s\n"8119msgstr "Actualitzant %s..%s\n"81208121#: builtin/merge.c:14618122#, c-format8123msgid "Trying really trivial in-index merge...\n"8124msgstr "Intentant una fusió molt trivial en l'índex...\n"81258126#: builtin/merge.c:14688127#, c-format8128msgid "Nope.\n"8129msgstr "No.\n"81308131#: builtin/merge.c:15008132msgid "Not possible to fast-forward, aborting."8133msgstr "No és possible avançar ràpidament, avortant."81348135#: builtin/merge.c:1523 builtin/merge.c:16028136#, c-format8137msgid "Rewinding the tree to pristine...\n"8138msgstr "Rebobinant l'arbre a la pristina...\n"81398140#: builtin/merge.c:15278141#, c-format8142msgid "Trying merge strategy %s...\n"8143msgstr "Intentant l'estratègia de fusió %s...\n"81448145#: builtin/merge.c:15938146#, c-format8147msgid "No merge strategy handled the merge.\n"8148msgstr "Cap estratègia de fusió ha gestionat la fusió.\n"81498150#: builtin/merge.c:15958151#, c-format8152msgid "Merge with strategy %s failed.\n"8153msgstr "L'estratègia de fusió %s ha fallat.\n"81548155#: builtin/merge.c:16048156#, c-format8157msgid "Using the %s to prepare resolving by hand.\n"8158msgstr "Usant el %s per a preparar la resolució a mà.\n"81598160#: builtin/merge.c:16168161#, c-format8162msgid "Automatic merge went well; stopped before committing as requested\n"8163msgstr ""8164"La fusió automàtica ha sortit bé; s'ha aturat abans de cometre tal i com "8165"s'havia demanat\n"81668167#: builtin/merge-base.c:298168msgid "git merge-base [-a | --all] <commit> <commit>..."8169msgstr "git merge-base [-a | --all] <comissió> <comissió>..."81708171#: builtin/merge-base.c:308172msgid "git merge-base [-a | --all] --octopus <commit>..."8173msgstr "git merge-base [-a | --all] --octopus <comissió>..."81748175#: builtin/merge-base.c:318176msgid "git merge-base --independent <commit>..."8177msgstr "git merge-base --independent <comissió>..."81788179#: builtin/merge-base.c:328180msgid "git merge-base --is-ancestor <commit> <commit>"8181msgstr "git merge-base --is-ancestor <comissió> <comissió>"81828183#: builtin/merge-base.c:338184msgid "git merge-base --fork-point <ref> [<commit>]"8185msgstr "git merge-base --fork-point <referència> [<comissió>]"81868187#: builtin/merge-base.c:2148188msgid "output all common ancestors"8189msgstr "emet tots els avantpassats comuns"81908191#: builtin/merge-base.c:2168192msgid "find ancestors for a single n-way merge"8193msgstr "troba els avantpassats per a una sola fusió d'n vies"81948195#: builtin/merge-base.c:2188196msgid "list revs not reachable from others"8197msgstr "llista les revisions no abastables d'altres"81988199#: builtin/merge-base.c:2208200msgid "is the first one ancestor of the other?"8201msgstr "és la primera un avantpassat de l'altre?"82028203#: builtin/merge-base.c:2228204msgid "find where <commit> forked from reflog of <ref>"8205msgstr ""8206"troba on <comissió> s'ha bifurcat del registre de referències de <referència>"82078208#: builtin/merge-file.c:88209msgid ""8210"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "8211"<orig-file> <file2>"8212msgstr ""8213"git merge-file [<opcions>] [-L <nom1> [-L <original> [-L <nom2>]]] <fitxer1> "8214"<fitxer-original> <fitxer2>"82158216#: builtin/merge-file.c:338217msgid "send results to standard output"8218msgstr "envia els resultats a la sortida estàndard"82198220#: builtin/merge-file.c:348221msgid "use a diff3 based merge"8222msgstr "usa una fusió basada en diff3"82238224#: builtin/merge-file.c:358225msgid "for conflicts, use our version"8226msgstr "en conflictes, usa la versió nostra"82278228#: builtin/merge-file.c:378229msgid "for conflicts, use their version"8230msgstr "en conflictes, usa la versió seva"82318232#: builtin/merge-file.c:398233msgid "for conflicts, use a union version"8234msgstr "en conflictes, usa una versió d'unió"82358236#: builtin/merge-file.c:428237msgid "for conflicts, use this marker size"8238msgstr "en conflictes, usa aquesta mida de marcador"82398240#: builtin/merge-file.c:438241msgid "do not warn about conflicts"8242msgstr "no avisis de conflictes"82438244#: builtin/merge-file.c:458245msgid "set labels for file1/orig-file/file2"8246msgstr "estableix les etiquetes per a fitxer1/fitxer-original/fitxer2"82478248#: builtin/mktree.c:658249msgid "git mktree [-z] [--missing] [--batch]"8250msgstr "git mktree [-z] [--missing] [--batch]"82518252#: builtin/mktree.c:1528253msgid "input is NUL terminated"8254msgstr "l'entrada és acabada amb NUL"82558256#: builtin/mktree.c:153 builtin/write-tree.c:248257msgid "allow missing objects"8258msgstr "permet els objectes absents"82598260#: builtin/mktree.c:1548261msgid "allow creation of more than one tree"8262msgstr "permet la creació de més d'un arbre"82638264#: builtin/mv.c:158265msgid "git mv [<options>] <source>... <destination>"8266msgstr "git mv [<opcions>] <font>... <destí>"82678268#: builtin/mv.c:708269#, c-format8270msgid "Directory %s is in index and no submodule?"8271msgstr "El directori %s és en l'índex i no hi ha cap submòdul?"82728273#: builtin/mv.c:728274msgid "Please stage your changes to .gitmodules or stash them to proceed"8275msgstr ""8276"Si us plau, allisteu els vostres canvis a .gitmodules o emmagatzemeu-los per "8277"a procedir"82788279#: builtin/mv.c:908280#, c-format8281msgid "%.*s is in index"8282msgstr "%.*s és en l'índex"82838284#: builtin/mv.c:1128285msgid "force move/rename even if target exists"8286msgstr "força el moviment / canvi de nom encara que el destí existeixi"82878288#: builtin/mv.c:1138289msgid "skip move/rename errors"8290msgstr "omet els errors de moviment / canvi de nom"82918292#: builtin/mv.c:1528293#, c-format8294msgid "destination '%s' is not a directory"8295msgstr "el destí '%s' no és un directori"82968297#: builtin/mv.c:1638298#, c-format8299msgid "Checking rename of '%s' to '%s'\n"8300msgstr "Comprovant el canvi de nom de '%s' a '%s'\n"83018302#: builtin/mv.c:1678303msgid "bad source"8304msgstr "font dolenta"83058306#: builtin/mv.c:1708307msgid "can not move directory into itself"8308msgstr "no es pot moure un directori a dins d'ell mateix"83098310#: builtin/mv.c:1738311msgid "cannot move directory over file"8312msgstr "no es pot moure un directori sobre un fitxer"83138314#: builtin/mv.c:1828315msgid "source directory is empty"8316msgstr "el directori font està buit"83178318#: builtin/mv.c:2078319msgid "not under version control"8320msgstr "no està sota control de versions"83218322#: builtin/mv.c:2108323msgid "destination exists"8324msgstr "el destí existeix"83258326#: builtin/mv.c:2188327#, c-format8328msgid "overwriting '%s'"8329msgstr "sobreescrivint '%s'"83308331#: builtin/mv.c:2218332msgid "Cannot overwrite"8333msgstr "No es pot sobreescriure"83348335#: builtin/mv.c:2248336msgid "multiple sources for the same target"8337msgstr "múltiples fonts per al mateix destí"83388339#: builtin/mv.c:2268340msgid "destination directory does not exist"8341msgstr "el directori destí no existeix"83428343#: builtin/mv.c:2338344#, c-format8345msgid "%s, source=%s, destination=%s"8346msgstr "%s, origen=%s, destí=%s"83478348#: builtin/mv.c:2548349#, c-format8350msgid "Renaming %s to %s\n"8351msgstr "Canviant el nom de %s a %s\n"83528353#: builtin/mv.c:257 builtin/remote.c:714 builtin/repack.c:3658354#, c-format8355msgid "renaming '%s' failed"8356msgstr "el canvi del nom de '%s' ha fallat"83578358#: builtin/name-rev.c:2518359msgid "git name-rev [<options>] <commit>..."8360msgstr "git name-rev [<opcions>] <comissió>..."83618362#: builtin/name-rev.c:2528363msgid "git name-rev [<options>] --all"8364msgstr "git name-rev [<opcions>] --all"83658366#: builtin/name-rev.c:2538367msgid "git name-rev [<options>] --stdin"8368msgstr "git name-rev [<opcions>] --stdin"83698370#: builtin/name-rev.c:3058371msgid "print only names (no SHA-1)"8372msgstr "imprimeix només els noms (sense SHA-1)"83738374#: builtin/name-rev.c:3068375msgid "only use tags to name the commits"8376msgstr "només usa les etiquetes per a anomenar les comissions"83778378#: builtin/name-rev.c:3088379msgid "only use refs matching <pattern>"8380msgstr "només usa les referències que coincideixin amb <patró>"83818382#: builtin/name-rev.c:3108383msgid "list all commits reachable from all refs"8384msgstr "llista totes les comissions abastables de totes les referències"83858386#: builtin/name-rev.c:3118387msgid "read from stdin"8388msgstr "llegeix d'stdin"83898390#: builtin/name-rev.c:3128391msgid "allow to print `undefined` names (default)"8392msgstr "permet imprimir els noms `undefined` (per defecte)"83938394#: builtin/name-rev.c:3188395msgid "dereference tags in the input (internal use)"8396msgstr "dereferencia les etiquetes en l'entrada (ús intern)"83978398#: builtin/notes.c:258399msgid "git notes [--ref <notes-ref>] [list [<object>]]"8400msgstr "git notes [--ref <referència-de-notes>] [llista [<objecte>]]"84018402#: builtin/notes.c:268403msgid ""8404"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "8405"| (-c | -C) <object>] [<object>]"8406msgstr ""8407"git notes [--ref <referència-de-notes>] add [-f] [--allow-empty] [-m "8408"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"84098410#: builtin/notes.c:278411msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"8412msgstr ""8413"git notes [--ref <referència-de-notes>] copy [-f] <d'objecte> <a-objecte>"84148415#: builtin/notes.c:288416msgid ""8417"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "8418"(-c | -C) <object>] [<object>]"8419msgstr ""8420"git notes [--ref <referència-de-notes>] append [--allow-empty] [-m "8421"<missatge> | -F <fitxer> | (-c | -C) <objecte>] [<objecte>]"84228423#: builtin/notes.c:298424msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"8425msgstr ""8426"git notes [--ref <referència-de-notes>] edit [--allow-empty] [<objecte>]"84278428#: builtin/notes.c:308429msgid "git notes [--ref <notes-ref>] show [<object>]"8430msgstr "git notes [--ref <referència-de-notes>] show [<objecte>]"84318432#: builtin/notes.c:318433msgid ""8434"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"8435msgstr ""8436"git notes [--ref <referència-de-notes>] merge [-v | -q] [-s <estratègia>] "8437"<referència-de-notes>"84388439#: builtin/notes.c:328440msgid "git notes merge --commit [-v | -q]"8441msgstr "git notes merge --commit [-v | -q]"84428443#: builtin/notes.c:338444msgid "git notes merge --abort [-v | -q]"8445msgstr "git notes merge --abort [-v | -q]"84468447#: builtin/notes.c:348448msgid "git notes [--ref <notes-ref>] remove [<object>...]"8449msgstr "git notes [--ref <referència-de-notes>] remove [<objecte>...]"84508451#: builtin/notes.c:358452msgid "git notes [--ref <notes-ref>] prune [-n | -v]"8453msgstr "git notes [--ref <referència-de-notes>] prune [-n | -v]"84548455#: builtin/notes.c:368456msgid "git notes [--ref <notes-ref>] get-ref"8457msgstr "git notes [--ref <referència-de-notes>] get-ref"84588459#: builtin/notes.c:418460msgid "git notes [list [<object>]]"8461msgstr "git notes [llista [<objecte>]]"84628463#: builtin/notes.c:468464msgid "git notes add [<options>] [<object>]"8465msgstr "git notes add [<opcions>] [<objecte>]"84668467#: builtin/notes.c:518468msgid "git notes copy [<options>] <from-object> <to-object>"8469msgstr "git notes copy [<options>] <d'objecte> <a-objecte>"84708471#: builtin/notes.c:528472msgid "git notes copy --stdin [<from-object> <to-object>]..."8473msgstr "git notes copy --stdin [<d'objecte> <a-objecte>]..."84748475#: builtin/notes.c:578476msgid "git notes append [<options>] [<object>]"8477msgstr "git notes append [<opcions>] [<objecte>]"84788479#: builtin/notes.c:628480msgid "git notes edit [<object>]"8481msgstr "git notes edit [<objecte>]"84828483#: builtin/notes.c:678484msgid "git notes show [<object>]"8485msgstr "git notes show [<objecte>]"84868487#: builtin/notes.c:728488msgid "git notes merge [<options>] <notes-ref>"8489msgstr "git notes merge [<opcions>] <referència-de-notes>"84908491#: builtin/notes.c:738492msgid "git notes merge --commit [<options>]"8493msgstr "git notes merge --commit [<opcions>]"84948495#: builtin/notes.c:748496msgid "git notes merge --abort [<options>]"8497msgstr "git notes merge --abort [<opcions>]"84988499#: builtin/notes.c:798500msgid "git notes remove [<object>]"8501msgstr "git notes remove [<objecte>]"85028503#: builtin/notes.c:848504msgid "git notes prune [<options>]"8505msgstr "git notes prune [<opcions>]"85068507#: builtin/notes.c:898508msgid "git notes get-ref"8509msgstr "git notes get-ref"85108511#: builtin/notes.c:1478512#, c-format8513msgid "unable to start 'show' for object '%s'"8514msgstr "no s'ha pogut iniciar 'show' per a l'objecte '%s'"85158516#: builtin/notes.c:1518517msgid "could not read 'show' output"8518msgstr "no s'ha pogut llegir la sortida de 'show'"85198520#: builtin/notes.c:1598521#, c-format8522msgid "failed to finish 'show' for object '%s'"8523msgstr "s'ha fallat en finalitzar 'show' per a l'objecte '%s'"85248525#: builtin/notes.c:174 builtin/tag.c:2488526#, c-format8527msgid "could not create file '%s'"8528msgstr "no s'ha pogut crear el fitxer '%s'"85298530#: builtin/notes.c:1938531msgid "Please supply the note contents using either -m or -F option"8532msgstr ""8533"Si us plau, proveïu els continguts de la nota fent servir l'opció -m o "8534"l'opció -F"85358536#: builtin/notes.c:2028537msgid "unable to write note object"8538msgstr "no s'ha pogut escriure l'objecte de nota"85398540#: builtin/notes.c:2048541#, c-format8542msgid "The note contents have been left in %s"8543msgstr "Els continguts de la nota s'han deixat en %s"85448545#: builtin/notes.c:232 builtin/tag.c:4408546#, c-format8547msgid "cannot read '%s'"8548msgstr "no es pot llegir '%s'"85498550#: builtin/notes.c:234 builtin/tag.c:4438551#, c-format8552msgid "could not open or read '%s'"8553msgstr "no s'ha pogut obrir o llegir '%s'"85548555#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:3068556#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:5108557#: builtin/notes.c:515 builtin/notes.c:593 builtin/notes.c:6568558#: builtin/notes.c:880 builtin/tag.c:4568559#, c-format8560msgid "Failed to resolve '%s' as a valid ref."8561msgstr "S'ha fallat en resoldre '%s' com a referència vàlida."85628563#: builtin/notes.c:2568564#, c-format8565msgid "Failed to read object '%s'."8566msgstr "S'ha fallat en llegir l'objecte '%s'."85678568#: builtin/notes.c:2608569#, c-format8570msgid "Cannot read note data from non-blob object '%s'."8571msgstr "No es pot llegir les dades de node de l'objecte no de blob '%s'."85728573#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:4938574#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:6498575#: builtin/notes.c:9458576msgid "too many parameters"8577msgstr "massa paràmetres"85788579#: builtin/notes.c:375 builtin/notes.c:6628580#, c-format8581msgid "No note found for object %s."8582msgstr "No s'ha trobat cap nota per a l'objecte %s."85838584#: builtin/notes.c:396 builtin/notes.c:5598585msgid "note contents as a string"8586msgstr "anota els continguts com a cadena"85878588#: builtin/notes.c:399 builtin/notes.c:5628589msgid "note contents in a file"8590msgstr "anota els continguts en un fitxer"85918592#: builtin/notes.c:402 builtin/notes.c:5658593msgid "reuse and edit specified note object"8594msgstr "reusa i edita l'objecte de nota especificat"85958596#: builtin/notes.c:405 builtin/notes.c:5688597msgid "reuse specified note object"8598msgstr "reusa l'objecte de nota especificat"85998600#: builtin/notes.c:408 builtin/notes.c:5718601msgid "allow storing empty note"8602msgstr "permet l'emmagatzematge d'una nota buida"86038604#: builtin/notes.c:409 builtin/notes.c:4808605msgid "replace existing notes"8606msgstr "reemplaça les notes existents"86078608#: builtin/notes.c:4348609#, c-format8610msgid ""8611"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "8612"existing notes"8613msgstr ""8614"No es pot afegir les notes. S'han trobat notes existents de l'objecte %s. "8615"Useu '-f' per a sobreescriure les notes existents."86168617#: builtin/notes.c:449 builtin/notes.c:5288618#, c-format8619msgid "Overwriting existing notes for object %s\n"8620msgstr "Sobreescrivint les notes existents de l'objecte %s\n"86218622#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:8858623#, c-format8624msgid "Removing note for object %s\n"8625msgstr "Eliminant la nota de l'objecte %s\n"86268627#: builtin/notes.c:4818628msgid "read objects from stdin"8629msgstr "llegeix els objectes des d'stdin"86308631#: builtin/notes.c:4838632msgid "load rewriting config for <command> (implies --stdin)"8633msgstr ""8634"carrega la configuració de reescriptura per a <ordre> (implica --stdin)"86358636#: builtin/notes.c:5018637msgid "too few parameters"8638msgstr "hi ha massa pocs paràmetres"86398640#: builtin/notes.c:5228641#, c-format8642msgid ""8643"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "8644"existing notes"8645msgstr ""8646"No es pot copiar les notes. S'han trobat notes existents de l'objecte %s. "8647"Useu '-f' per a sobreescriure les notes existents."86488649#: builtin/notes.c:5348650#, c-format8651msgid "Missing notes on source object %s. Cannot copy."8652msgstr "Manquen notes a l'objecte font %s. No es pot copiar."86538654#: builtin/notes.c:5868655#, c-format8656msgid ""8657"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"8658"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"8659msgstr ""8660"S'han desaprovat les opcions -m/-F/-c/-C en favor de la subordre 'edit'.\n"8661"Si us plau, useu 'git notes add -f -m/-F/-c/-C' en lloc d'això.\n"86628663#: builtin/notes.c:7678664msgid "General options"8665msgstr "Opcions generals"86668667#: builtin/notes.c:7698668msgid "Merge options"8669msgstr "Opcions de fusió"86708671#: builtin/notes.c:7718672msgid ""8673"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"8674"cat_sort_uniq)"8675msgstr ""8676"resol els conflictes de nota usant l'estratègia donada (manual/ours/theirs/"8677"union/cat_sort_uniq)"86788679#: builtin/notes.c:7738680msgid "Committing unmerged notes"8681msgstr "Cometent les notes sense fusionar"86828683#: builtin/notes.c:7758684msgid "finalize notes merge by committing unmerged notes"8685msgstr "finalitza la fusió de notes cometent les notes sense fusionar"86868687#: builtin/notes.c:7778688msgid "Aborting notes merge resolution"8689msgstr "Avortant la resolució de fusió de notes"86908691#: builtin/notes.c:7798692msgid "abort notes merge"8693msgstr "avorta la fusió de notes"86948695#: builtin/notes.c:8568696#, c-format8697msgid "A notes merge into %s is already in-progress at %s"8698msgstr "Una fusió de notes a %s ja està en curs a %s"86998700#: builtin/notes.c:8838701#, c-format8702msgid "Object %s has no note\n"8703msgstr "L'objecte %s no té cap nota\n"87048705#: builtin/notes.c:8958706msgid "attempt to remove non-existent note is not an error"8707msgstr "l'intent d'eliminar una nota no existent no és un error"87088709#: builtin/notes.c:8988710msgid "read object names from the standard input"8711msgstr "llegeix els noms d'objecte des de l'entrada estàndard"87128713#: builtin/notes.c:9798714msgid "notes-ref"8715msgstr "referència de notes"87168717#: builtin/notes.c:9808718msgid "use notes from <notes-ref>"8719msgstr "usa les notes de <referència-de-notes>"87208721#: builtin/notes.c:1015 builtin/remote.c:16268722#, c-format8723msgid "Unknown subcommand: %s"8724msgstr "Subordre desconeguda: %s"87258726#: builtin/pack-objects.c:288727msgid ""8728"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"8729msgstr ""8730"git pack-objects --stdout [<opcions>...] [< <llista-de-referències> | < "8731"<llista-de-objectes>]"87328733#: builtin/pack-objects.c:298734msgid ""8735"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"8736msgstr ""8737"git pack-objects [<opcions>...] <nom-base> [< <llista-de-referències> | < "8738"<llista-de-objectes>]"87398740#: builtin/pack-objects.c:175 builtin/pack-objects.c:1788741#, c-format8742msgid "deflate error (%d)"8743msgstr "error de deflació (%d)"87448745#: builtin/pack-objects.c:7728746msgid "Writing objects"8747msgstr "Escrivint els objectes"87488749#: builtin/pack-objects.c:10128750msgid "disabling bitmap writing, as some objects are not being packed"8751msgstr ""8752"inhabilitant l'escriptura de mapes de bits, perquè alguns objectes no "8753"s'estan empaquetant"87548755#: builtin/pack-objects.c:21728756msgid "Compressing objects"8757msgstr "Comprimint objectes"87588759#: builtin/pack-objects.c:25588760#, c-format8761msgid "unsupported index version %s"8762msgstr "versió d'índex no compatible %s"87638764#: builtin/pack-objects.c:25628765#, c-format8766msgid "bad index version '%s'"8767msgstr "versió d'índex dolenta '%s'"87688769#: builtin/pack-objects.c:25928770msgid "do not show progress meter"8771msgstr "no mostris l'indicador de progrés"87728773#: builtin/pack-objects.c:25948774msgid "show progress meter"8775msgstr "mostra l'indicador de progrés"87768777#: builtin/pack-objects.c:25968778msgid "show progress meter during object writing phase"8779msgstr "mostra l'indicador de progrés durant la fase d'escriptura d'objectes"87808781#: builtin/pack-objects.c:25998782msgid "similar to --all-progress when progress meter is shown"8783msgstr "similar a --all-progress quan l'indicador de progrés es mostra"87848785#: builtin/pack-objects.c:26008786msgid "version[,offset]"8787msgstr "versió[,desplaçament]"87888789#: builtin/pack-objects.c:26018790msgid "write the pack index file in the specified idx format version"8791msgstr ""8792"escriu el fitxer d'índex de paquet en la versió de format d'índex "8793"especificada"87948795#: builtin/pack-objects.c:26048796msgid "maximum size of each output pack file"8797msgstr "mida màxima de cada fitxer de paquet de sortida"87988799#: builtin/pack-objects.c:26068800msgid "ignore borrowed objects from alternate object store"8801msgstr ""8802"ignora els objectes prestats d'un emmagatzemament d'objectes alternatiu"88038804#: builtin/pack-objects.c:26088805msgid "ignore packed objects"8806msgstr "ignora els objectes empaquetats"88078808#: builtin/pack-objects.c:26108809msgid "limit pack window by objects"8810msgstr "limita la finestra d'empaquetament per objectes"88118812#: builtin/pack-objects.c:26128813msgid "limit pack window by memory in addition to object limit"8814msgstr ""8815"limita la finestra d'empaquetament per memòria a més del límit d'objectes"88168817#: builtin/pack-objects.c:26148818msgid "maximum length of delta chain allowed in the resulting pack"8819msgstr "longitud màxima de la cadena de deltes permesa en el paquet resultant"88208821#: builtin/pack-objects.c:26168822msgid "reuse existing deltas"8823msgstr "reusa les deltes existents"88248825#: builtin/pack-objects.c:26188826msgid "reuse existing objects"8827msgstr "reusa els objectes existents"88288829#: builtin/pack-objects.c:26208830msgid "use OFS_DELTA objects"8831msgstr "usa objectes OFS_DELTA"88328833#: builtin/pack-objects.c:26228834msgid "use threads when searching for best delta matches"8835msgstr "usa fils en cercar les millores coincidències de delta"88368837#: builtin/pack-objects.c:26248838msgid "do not create an empty pack output"8839msgstr "no creïs una emissió de paquet buida"88408841#: builtin/pack-objects.c:26268842msgid "read revision arguments from standard input"8843msgstr "llegeix els paràmetres de revisió des de l'entrada estàndard"88448845#: builtin/pack-objects.c:26288846msgid "limit the objects to those that are not yet packed"8847msgstr "limita els objectes als quals encara no s'hagin empaquetat"88488849#: builtin/pack-objects.c:26318850msgid "include objects reachable from any reference"8851msgstr "inclou els objectes abastables de qualsevulla referència"88528853#: builtin/pack-objects.c:26348854msgid "include objects referred by reflog entries"8855msgstr ""8856"inclou els objectes als quals facin referència les entrades del registre de "8857"referències"88588859#: builtin/pack-objects.c:26378860msgid "include objects referred to by the index"8861msgstr "inclou els objectes als quals faci referència l'índex"88628863#: builtin/pack-objects.c:26408864msgid "output pack to stdout"8865msgstr "emet el paquet a stdout"88668867#: builtin/pack-objects.c:26428868msgid "include tag objects that refer to objects to be packed"8869msgstr ""8870"inclou els objectes d'etiqueta que facin referència als objectes a empaquetar"88718872#: builtin/pack-objects.c:26448873msgid "keep unreachable objects"8874msgstr "retén els objectes inabastables"88758876#: builtin/pack-objects.c:2645 parse-options.h:1428877msgid "time"8878msgstr "hora"88798880#: builtin/pack-objects.c:26468881msgid "unpack unreachable objects newer than <time>"8882msgstr "desempaqueta els objectes inabastables més nous que <hora>"88838884#: builtin/pack-objects.c:26498885msgid "create thin packs"8886msgstr "crea paquets prims"88878888#: builtin/pack-objects.c:26518889msgid "create packs suitable for shallow fetches"8890msgstr "crea paquets adequats per a les obtencions superficials"88918892#: builtin/pack-objects.c:26538893msgid "ignore packs that have companion .keep file"8894msgstr "ignora els paquets que tinguin un fitxer .keep corresponent"88958896#: builtin/pack-objects.c:26558897msgid "pack compression level"8898msgstr "nivell de compressió de paquet"88998900#: builtin/pack-objects.c:26578901msgid "do not hide commits by grafts"8902msgstr "no amaguis les comissions per empelt"89038904#: builtin/pack-objects.c:26598905msgid "use a bitmap index if available to speed up counting objects"8906msgstr ""8907"usa un índex de mapa de bits, si està disponible, per a accelerar el "8908"recompte d'objectes"89098910#: builtin/pack-objects.c:26618911msgid "write a bitmap index together with the pack index"8912msgstr "escriu un índex de mapa de bits junt amb l'índex de paquet"89138914#: builtin/pack-objects.c:27528915msgid "Counting objects"8916msgstr "Comptant els objectes"89178918#: builtin/pack-refs.c:68919msgid "git pack-refs [<options>]"8920msgstr "git pack-refs [<opcions>]"89218922#: builtin/pack-refs.c:148923msgid "pack everything"8924msgstr "empaqueta-ho tot"89258926#: builtin/pack-refs.c:158927msgid "prune loose refs (default)"8928msgstr "poda les referències soltes (per defecte)"89298930#: builtin/prune-packed.c:78931msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"8932msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"89338934#: builtin/prune-packed.c:408935msgid "Removing duplicate objects"8936msgstr "Eliminant objectes duplicats"89378938#: builtin/prune.c:118939msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"8940msgstr "git prune [-n] [-v] [--expire <hora>] [--] [<cap>...]"89418942#: builtin/prune.c:105 builtin/worktree.c:1248943msgid "do not remove, show only"8944msgstr "no eliminis, només mostra"89458946#: builtin/prune.c:106 builtin/worktree.c:1258947msgid "report pruned objects"8948msgstr "informa d'objectes podats"89498950#: builtin/prune.c:109 builtin/worktree.c:1278951msgid "expire objects older than <time>"8952msgstr "fes caducar els objectes més vells que <hora>"89538954#: builtin/prune.c:1238955msgid "cannot prune in a precious-objects repo"8956msgstr "no es pot podar en un dipòsit d'objectes precioses"89578958#: builtin/pull.c:728959msgid "git pull [<options>] [<repository> [<refspec>...]]"8960msgstr "git pull [opcions] [<dipòsit> [<especificació-de-referència>...]]"89618962#: builtin/pull.c:1178963msgid "Options related to merging"8964msgstr "Opcions relacionades amb fusionar"89658966#: builtin/pull.c:1208967msgid "incorporate changes by rebasing rather than merging"8968msgstr "incorpora els canvis per rebasar en lloc de fusionar"89698970#: builtin/pull.c:144 builtin/revert.c:1058971msgid "allow fast-forward"8972msgstr "permet l'avanç ràpid"89738974#: builtin/pull.c:1508975msgid "verify that the named commit has a valid GPG signature"8976msgstr "verifica que la comissió anomenada tingui una firma GPG vàlida"89778978#: builtin/pull.c:1648979msgid "Options related to fetching"8980msgstr "Opcions relacionades amb obtenir"89818982#: builtin/pull.c:1868983msgid "number of submodules pulled in parallel"8984msgstr "nombre de submòduls baixats en paral·lel"89858986#: builtin/pull.c:2758987#, c-format8988msgid "Invalid value for pull.ff: %s"8989msgstr "Valor no vàlid per a pull.ff: %s"89908991#: builtin/pull.c:3598992msgid "Cannot pull with rebase: You have unstaged changes."8993msgstr "No es pot baixar amb rebasament: Teniu canvis no allistats."89948995#: builtin/pull.c:3658996msgid "Additionally, your index contains uncommitted changes."8997msgstr "Addicionalment, el vostre índex conté canvis sense cometre."89988999#: builtin/pull.c:3679000msgid "Cannot pull with rebase: Your index contains uncommitted changes."9001msgstr ""9002"No es pot baixar amb rebasament: El vostre índex conté canvis sense cometre."90039004#: builtin/pull.c:4439005msgid ""9006"There is no candidate for rebasing against among the refs that you just "9007"fetched."9008msgstr ""9009"No hi ha cap candidat sobre el qual rebasar entre les referències que acabeu "9010"d'obtenir."90119012#: builtin/pull.c:4459013msgid ""9014"There are no candidates for merging among the refs that you just fetched."9015msgstr ""9016"No hi ha candidats per a fusionar entre les referències que acabeu d'obtenir."90179018#: builtin/pull.c:4469019msgid ""9020"Generally this means that you provided a wildcard refspec which had no\n"9021"matches on the remote end."9022msgstr ""9023"Generalment això vol dir que heu proveït una especificació de\n"9024"referència de comodí que no tenia cap coincidència en el costat remot."90259026#: builtin/pull.c:4499027#, c-format9028msgid ""9029"You asked to pull from the remote '%s', but did not specify\n"9030"a branch. Because this is not the default configured remote\n"9031"for your current branch, you must specify a branch on the command line."9032msgstr ""9033"Heu demanat baixar del remot '%s', però no heu especificat cap branca.\n"9034"Perquè aquest no és el remot configurat per defecte per a la vostra\n"9035"branca actual, heu d'especificar una branca en la línia d'ordres."90369037#: builtin/pull.c:4549038msgid "You are not currently on a branch."9039msgstr "Actualment no sou en cap branca."90409041#: builtin/pull.c:456 builtin/pull.c:4719042msgid "Please specify which branch you want to rebase against."9043msgstr "Si us plau, especifiqueu sobre què branca voleu rebasar."90449045#: builtin/pull.c:458 builtin/pull.c:4739046msgid "Please specify which branch you want to merge with."9047msgstr "Si us plau, especifiqueu amb què branca voleu fusionar."90489049#: builtin/pull.c:459 builtin/pull.c:4749050msgid "See git-pull(1) for details."9051msgstr "Vegeu git-pull(1) per detalls."90529053#: builtin/pull.c:4699054msgid "There is no tracking information for the current branch."9055msgstr "No hi ha cap informació de seguiment per a la branca actual."90569057#: builtin/pull.c:4789058#, c-format9059msgid ""9060"If you wish to set tracking information for this branch you can do so with:\n"9061"\n"9062" git branch --set-upstream-to=%s/<branch> %s\n"9063msgstr ""9064"Si voleu establir informació de seguiment per a aquesta branca, podeu fer-ho "9065"amb:\n"9066"\n"9067" git branch --set-upstream-to=%s/<branca> %s\n"90689069#: builtin/pull.c:4839070#, c-format9071msgid ""9072"Your configuration specifies to merge with the ref '%s'\n"9073"from the remote, but no such ref was fetched."9074msgstr ""9075"La vostra configuració especifica fusionar amb la referència '%s'\n"9076"del remot, però no s'ha obtingut tal referència."90779078#: builtin/pull.c:8419079msgid "Updating an unborn branch with changes added to the index."9080msgstr "Actualitzant una branca no nascuda amb canvis afegits a l'índex."90819082#: builtin/pull.c:8709083#, c-format9084msgid ""9085"fetch updated the current branch head.\n"9086"fast-forwarding your working tree from\n"9087"commit %s."9088msgstr ""9089"l'obtenció ha actualitzat el cap de la branca actual.\n"9090"avançant ràpidament el vostre arbre de treball des de\n"9091"la comissió %s."90929093#: builtin/pull.c:8759094#, c-format9095msgid ""9096"Cannot fast-forward your working tree.\n"9097"After making sure that you saved anything precious from\n"9098"$ git diff %s\n"9099"output, run\n"9100"$ git reset --hard\n"9101"to recover."9102msgstr ""9103"No es pot avançar ràpidament el vostre arbre de treball.\n"9104"Desprès d'assegurar que hàgiu desat qualsevulla cossa preciosa de la sortida "9105"de\n"9106"$ git diff %s\n"9107"executeu\n"9108"$ git reset --hard\n"9109"per a recuperar."91109111#: builtin/pull.c:8909112msgid "Cannot merge multiple branches into empty head."9113msgstr "No es pot fusionar múltiples branques a un cap buit."91149115#: builtin/pull.c:8949116msgid "Cannot rebase onto multiple branches."9117msgstr "No es pot rebasar sobre múltiples branques."91189119#: builtin/push.c:169120msgid "git push [<options>] [<repository> [<refspec>...]]"9121msgstr "git push [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"91229123#: builtin/push.c:899124msgid "tag shorthand without <tag>"9125msgstr "abreviatura d'etiqueta sense <tag>"91269127#: builtin/push.c:999128msgid "--delete only accepts plain target ref names"9129msgstr "--delete només accepta noms de referència de destí senzills"91309131#: builtin/push.c:1439132msgid ""9133"\n"9134"To choose either option permanently, see push.default in 'git help config'."9135msgstr ""9136"\n"9137"Per a triar qualsevulla opció permanentment, vegeu push.default a 'git help "9138"config'."91399140#: builtin/push.c:1469141#, c-format9142msgid ""9143"The upstream branch of your current branch does not match\n"9144"the name of your current branch. To push to the upstream branch\n"9145"on the remote, use\n"9146"\n"9147" git push %s HEAD:%s\n"9148"\n"9149"To push to the branch of the same name on the remote, use\n"9150"\n"9151" git push %s %s\n"9152"%s"9153msgstr ""9154"La branca font de la vostra branca actual no coincideix\n"9155"amb el nom de la vostra branca actual. Per a pujar-la a la\n"9156"branca font en el remot, useu\n"9157"\n"9158" git push %s HEAD:%s\n"9159"\n"9160"Per a pujar a la branca del mateix nom en el remot, useu\n"9161"\n"9162" git push %s %s\n"9163"%s"91649165#: builtin/push.c:1619166#, c-format9167msgid ""9168"You are not currently on a branch.\n"9169"To push the history leading to the current (detached HEAD)\n"9170"state now, use\n"9171"\n"9172" git push %s HEAD:<name-of-remote-branch>\n"9173msgstr ""9174"Actualment no sou en cap branca.\n"9175"Per a pujar la història que condueix a l'estat actual\n"9176"(HEAD separat) ara, useu\n"9177"\n"9178" git push %s HEAD:<nom-de-branca-remota>\n"91799180#: builtin/push.c:1759181#, c-format9182msgid ""9183"The current branch %s has no upstream branch.\n"9184"To push the current branch and set the remote as upstream, use\n"9185"\n"9186" git push --set-upstream %s %s\n"9187msgstr ""9188"La branca actual %s no té cap branca font.\n"9189"Per a pujar la branca actual i establir el remot com a font, useu\n"9190"\n"9191" git push --set-upstream %s %s\n"91929193#: builtin/push.c:1839194#, c-format9195msgid "The current branch %s has multiple upstream branches, refusing to push."9196msgstr "La branca actual %s té múltiples branques fonts, refusant pujar."91979198#: builtin/push.c:1869199#, c-format9200msgid ""9201"You are pushing to remote '%s', which is not the upstream of\n"9202"your current branch '%s', without telling me what to push\n"9203"to update which remote branch."9204msgstr ""9205"Esteu pujant al remot '%s', que no és la font de la vostra\n"9206"branca actual '%s', sense dir-me què pujar per a actualitzar\n"9207"quina branca remota."92089209#: builtin/push.c:2429210msgid ""9211"You didn't specify any refspecs to push, and push.default is \"nothing\"."9212msgstr ""9213"No heu especificat cap especificació de referència a pujar, i push.default "9214"és \"nothing\"."92159216#: builtin/push.c:2499217msgid ""9218"Updates were rejected because the tip of your current branch is behind\n"9219"its remote counterpart. Integrate the remote changes (e.g.\n"9220"'git pull ...') before pushing again.\n"9221"See the 'Note about fast-forwards' in 'git push --help' for details."9222msgstr ""9223"S'han rebutjat les actualitzacions perquè el punt de la vostra branca\n"9224"actual està darrere de la seva branca remota corresponent. Integreu\n"9225"els canvis remots (per exemple, 'git pull ...') abans de pujar de nou.\n"9226"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."92279228#: builtin/push.c:2559229msgid ""9230"Updates were rejected because a pushed branch tip is behind its remote\n"9231"counterpart. Check out this branch and integrate the remote changes\n"9232"(e.g. 'git pull ...') before pushing again.\n"9233"See the 'Note about fast-forwards' in 'git push --help' for details."9234msgstr ""9235"S'han rebutjat les actualitzacions perquè un punt de branca pujada\n"9236"està darrere de la seva branca remota corresponent. Agafeu aquesta\n"9237"branca i integreu els canvis remots (per exemple, 'git pull ...')\n"9238"abans de pujar de nou.\n"9239"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."92409241#: builtin/push.c:2619242msgid ""9243"Updates were rejected because the remote contains work that you do\n"9244"not have locally. This is usually caused by another repository pushing\n"9245"to the same ref. You may want to first integrate the remote changes\n"9246"(e.g., 'git pull ...') before pushing again.\n"9247"See the 'Note about fast-forwards' in 'git push --help' for details."9248msgstr ""9249"S'han rebutjat les actualitzacions perquè el remot conté treball\n"9250"que no teniu localment. Això usualment és causat per un altre dipòsit\n"9251"que ha pujat a la mateixa referència. Pot ser que primer vulgueu\n"9252"integrar els canvis remots (per exemple, 'git pull ...') abans de\n"9253"pujar de nou.\n"9254"Vegeu la 'Nota sobre avanços ràpids' a 'git push --help' per detalls."92559256#: builtin/push.c:2689257msgid "Updates were rejected because the tag already exists in the remote."9258msgstr ""9259"S'han rebutjat les actualitzacions perquè l'etiqueta ja existeix en el remot."92609261#: builtin/push.c:2719262msgid ""9263"You cannot update a remote ref that points at a non-commit object,\n"9264"or update a remote ref to make it point at a non-commit object,\n"9265"without using the '--force' option.\n"9266msgstr ""9267"No podeu actualitzar una referència remota que assenyala un\n"9268"objecte no de comissió, ni actualitzar una referència remota per\n"9269"fer que assenyali un objecte no de comissió, sense usar l'opció\n"9270"'--force'.\n"92719272#: builtin/push.c:3319273#, c-format9274msgid "Pushing to %s\n"9275msgstr "Pujant a %s\n"92769277#: builtin/push.c:3359278#, c-format9279msgid "failed to push some refs to '%s'"9280msgstr "s'ha fallat en pujar algunes referències a '%s'"92819282#: builtin/push.c:3659283#, c-format9284msgid "bad repository '%s'"9285msgstr "dipòsit dolent '%s'"92869287#: builtin/push.c:3669288msgid ""9289"No configured push destination.\n"9290"Either specify the URL from the command-line or configure a remote "9291"repository using\n"9292"\n"9293" git remote add <name> <url>\n"9294"\n"9295"and then push using the remote name\n"9296"\n"9297" git push <name>\n"9298msgstr ""9299"Cap destí de pujada configurada.\n"9300"Especifiqueu l'URL des de la línia d'ordres o bé configureu un dipòsit remot "9301"fent servir\n"9302"\n"9303" git remote add <nom> <url>\n"9304"\n"9305"i després pugeu fent servir el nom remot\n"9306"\n"9307" git push <nom>\n"93089309#: builtin/push.c:3819310msgid "--all and --tags are incompatible"9311msgstr "--all i --tags són incompatibles"93129313#: builtin/push.c:3829314msgid "--all can't be combined with refspecs"9315msgstr "--all no es pot combinar amb especificacions de referència"93169317#: builtin/push.c:3879318msgid "--mirror and --tags are incompatible"9319msgstr "--mirror i --tags són incompatibles"93209321#: builtin/push.c:3889322msgid "--mirror can't be combined with refspecs"9323msgstr "--mirror no es pot combinar amb especificacions de referència"93249325#: builtin/push.c:3939326msgid "--all and --mirror are incompatible"9327msgstr "--all i --mirror són incompatibles"93289329#: builtin/push.c:5059330msgid "repository"9331msgstr "dipòsit"93329333#: builtin/push.c:506 builtin/send-pack.c:1619334msgid "push all refs"9335msgstr "puja totes les referències"93369337#: builtin/push.c:507 builtin/send-pack.c:1639338msgid "mirror all refs"9339msgstr "reflecteix totes les referències"93409341#: builtin/push.c:5099342msgid "delete refs"9343msgstr "suprimeix les referències"93449345#: builtin/push.c:5109346msgid "push tags (can't be used with --all or --mirror)"9347msgstr "puja les etiquetes (no es pot usar amb --all o --mirror)"93489349#: builtin/push.c:513 builtin/send-pack.c:1649350msgid "force updates"9351msgstr "força les actualitzacions"93529353#: builtin/push.c:515 builtin/send-pack.c:1759354msgid "refname>:<expect"9355msgstr "nom-de-referència>:<esperat"93569357#: builtin/push.c:516 builtin/send-pack.c:1769358msgid "require old value of ref to be at this value"9359msgstr "requereix que el valor antic de la referència sigui d'aquest valor"93609361#: builtin/push.c:5199362msgid "control recursive pushing of submodules"9363msgstr "controla la pujada recursiva dels submòduls"93649365#: builtin/push.c:521 builtin/send-pack.c:1699366msgid "use thin pack"9367msgstr "usa el paquet prim"93689369#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:1589370#: builtin/send-pack.c:1599371msgid "receive pack program"9372msgstr "programa que rep els paquets"93739374#: builtin/push.c:5249375msgid "set upstream for git pull/status"9376msgstr "estableix la font per a git pull/status"93779378#: builtin/push.c:5279379msgid "prune locally removed refs"9380msgstr "poda les referències eliminades localment"93819382#: builtin/push.c:5299383msgid "bypass pre-push hook"9384msgstr "evita el ganxo de prepujada"93859386#: builtin/push.c:5309387msgid "push missing but relevant tags"9388msgstr "puja les etiquetes absents però rellevants"93899390#: builtin/push.c:533 builtin/send-pack.c:1669391msgid "GPG sign the push"9392msgstr "firma la pujada amb GPG"93939394#: builtin/push.c:535 builtin/send-pack.c:1709395msgid "request atomic transaction on remote side"9396msgstr "demana una transacció atòmica al costat remot"93979398#: builtin/push.c:5499399msgid "--delete is incompatible with --all, --mirror and --tags"9400msgstr "--delete és incompatible amb --all, --mirror i --tags"94019402#: builtin/push.c:5519403msgid "--delete doesn't make sense without any refs"9404msgstr "--delete no té sentit sense referències"94059406#: builtin/read-tree.c:379407msgid ""9408"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9409"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9410"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"9411msgstr ""9412"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9413"[-u [--exclude-per-directory=<ignoral-de-git>] | -i]] [--no-sparse-checkout] "9414"[--index-output=<fitxer>] (--empty | <arbre1> [<arbre2> [<arbre3>]])"94159416#: builtin/read-tree.c:1109417msgid "write resulting index to <file>"9418msgstr "escriu l'índex resultant al <fitxer>"94199420#: builtin/read-tree.c:1139421msgid "only empty the index"9422msgstr "només buida l'índex"94239424#: builtin/read-tree.c:1159425msgid "Merging"9426msgstr "Fusionant"94279428#: builtin/read-tree.c:1179429msgid "perform a merge in addition to a read"9430msgstr "realitza una fusió a més d'una lectura"94319432#: builtin/read-tree.c:1199433msgid "3-way merge if no file level merging required"9434msgstr "fusió de 3 vies si no cal fusió a nivell de fitxers"94359436#: builtin/read-tree.c:1219437msgid "3-way merge in presence of adds and removes"9438msgstr "fusió de 3 vies en presència d'afegiments i eliminacions"94399440#: builtin/read-tree.c:1239441msgid "same as -m, but discard unmerged entries"9442msgstr "el mateix que -m, però descarta les entrades no fusionades"94439444#: builtin/read-tree.c:1249445msgid "<subdirectory>/"9446msgstr "<subdirectori>/"94479448#: builtin/read-tree.c:1259449msgid "read the tree into the index under <subdirectory>/"9450msgstr "llegiu l'arbre a l'índex sota <subdirectori>/"94519452#: builtin/read-tree.c:1289453msgid "update working tree with merge result"9454msgstr "actualitza l'arbre de treball amb el resultat de fusió"94559456#: builtin/read-tree.c:1309457msgid "gitignore"9458msgstr "ignoral de git"94599460#: builtin/read-tree.c:1319461msgid "allow explicitly ignored files to be overwritten"9462msgstr "permet que els fitxers explícitament ignorats se sobreescriguin"94639464#: builtin/read-tree.c:1349465msgid "don't check the working tree after merging"9466msgstr "no comprovis l'arbre de treball després de fusionar"94679468#: builtin/read-tree.c:1359469msgid "don't update the index or the work tree"9470msgstr "no actualitzis l'índex ni l'arbre de treball"94719472#: builtin/read-tree.c:1379473msgid "skip applying sparse checkout filter"9474msgstr "salta l'aplicació del filtre d'agafament dispers"94759476#: builtin/read-tree.c:1399477msgid "debug unpack-trees"9478msgstr "depura unpack-trees"94799480#: builtin/reflog.c:4239481#, c-format9482msgid "'%s' for '%s' is not a valid timestamp"9483msgstr "'%s' per a '%s' no és una marca de temps vàlida"94849485#: builtin/reflog.c:540 builtin/reflog.c:5459486#, c-format9487msgid "'%s' is not a valid timestamp"9488msgstr "'%s' no és una marca de temps vàlida"94899490#: builtin/remote.c:129491msgid "git remote [-v | --verbose]"9492msgstr "git remote [-v | --verbose]"94939494#: builtin/remote.c:139495msgid ""9496"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"9497"mirror=<fetch|push>] <name> <url>"9498msgstr ""9499"git remote add [-t <branca>] [-m <mestra>] [-f] [--tags | --no-tags] [--"9500"mirror=<fetch|push>] <nom> <url>"95019502#: builtin/remote.c:14 builtin/remote.c:349503msgid "git remote rename <old> <new>"9504msgstr "git remote rename <antic> <nou>"95059506#: builtin/remote.c:15 builtin/remote.c:399507msgid "git remote remove <name>"9508msgstr "git remote remove <nom>"95099510#: builtin/remote.c:16 builtin/remote.c:449511msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"9512msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <branca>)"95139514#: builtin/remote.c:179515msgid "git remote [-v | --verbose] show [-n] <name>"9516msgstr "git remote [-v | --verbose] show [-n] <nom>"95179518#: builtin/remote.c:189519msgid "git remote prune [-n | --dry-run] <name>"9520msgstr "git remote prune [-n | --dry-run] <nom>"95219522#: builtin/remote.c:199523msgid ""9524"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"9525msgstr ""9526"git remote [-v | --verbose] update [-p | --prune] [(<grup> | <remot>)...]"95279528#: builtin/remote.c:209529msgid "git remote set-branches [--add] <name> <branch>..."9530msgstr "git remote set-branches [--add] <nom> <branca>..."95319532#: builtin/remote.c:21 builtin/remote.c:709533msgid "git remote get-url [--push] [--all] <name>"9534msgstr "git remote get-url [--push] [--all] <nom>"95359536#: builtin/remote.c:22 builtin/remote.c:759537msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"9538msgstr "git remote set-url [--push] <nom> <url-nou> [<url-antic>]"95399540#: builtin/remote.c:23 builtin/remote.c:769541msgid "git remote set-url --add <name> <newurl>"9542msgstr "git remote set-url --add <nom> <url-nou>"95439544#: builtin/remote.c:24 builtin/remote.c:779545msgid "git remote set-url --delete <name> <url>"9546msgstr "git remote set-url --delete <nom> <url>"95479548#: builtin/remote.c:299549msgid "git remote add [<options>] <name> <url>"9550msgstr "git remote add [<opcions>] <nom> <url>"95519552#: builtin/remote.c:499553msgid "git remote set-branches <name> <branch>..."9554msgstr "git remote set-branches <nom> <branca>..."95559556#: builtin/remote.c:509557msgid "git remote set-branches --add <name> <branch>..."9558msgstr "git remote set-branches --add <nom> <branca>..."95599560#: builtin/remote.c:559561msgid "git remote show [<options>] <name>"9562msgstr "git remote show [<opcions>] <nom>"95639564#: builtin/remote.c:609565msgid "git remote prune [<options>] <name>"9566msgstr "git remote prune [<opcions>] <nom>"95679568#: builtin/remote.c:659569msgid "git remote update [<options>] [<group> | <remote>]..."9570msgstr "git remote update [<opcions>] [<grup> | <remot>]..."95719572#: builtin/remote.c:949573#, c-format9574msgid "Updating %s"9575msgstr "Actualitzant %s"95769577#: builtin/remote.c:1269578msgid ""9579"--mirror is dangerous and deprecated; please\n"9580"\t use --mirror=fetch or --mirror=push instead"9581msgstr ""9582"--mirror és perillós i desaprovat; si us\n"9583"\t plau, useu --mirror=fetch o\n"9584"\t --mirror=push en lloc d'això"95859586#: builtin/remote.c:1439587#, c-format9588msgid "unknown mirror argument: %s"9589msgstr "paràmetre de reflexió desconegut: %s"95909591#: builtin/remote.c:1599592msgid "fetch the remote branches"9593msgstr "obtén les branques remotes"95949595#: builtin/remote.c:1619596msgid "import all tags and associated objects when fetching"9597msgstr "en obtenir, importa totes les etiquetes i tots els objectes"95989599#: builtin/remote.c:1649600msgid "or do not fetch any tag at all (--no-tags)"9601msgstr "o no obtinguis cap etiqueta (--no-tags)"96029603#: builtin/remote.c:1669604msgid "branch(es) to track"9605msgstr "branques a seguir"96069607#: builtin/remote.c:1679608msgid "master branch"9609msgstr "branca mestra"96109611#: builtin/remote.c:1689612msgid "push|fetch"9613msgstr "push|fetch"96149615#: builtin/remote.c:1699616msgid "set up remote as a mirror to push to or fetch from"9617msgstr "estableix el remot com a mirall al qual pujar o del qual obtenir"96189619#: builtin/remote.c:1819620msgid "specifying a master branch makes no sense with --mirror"9621msgstr "especificar una branca mestra no té sentit amb --mirror"96229623#: builtin/remote.c:1839624msgid "specifying branches to track makes sense only with fetch mirrors"9625msgstr ""9626"especificar les branques a seguir té sentit només amb miralls d'obtenció"96279628#: builtin/remote.c:190 builtin/remote.c:6339629#, c-format9630msgid "remote %s already exists."9631msgstr "el remot %s ja existeix."96329633#: builtin/remote.c:194 builtin/remote.c:6379634#, c-format9635msgid "'%s' is not a valid remote name"9636msgstr "'%s' no és un nom de remot vàlid"96379638#: builtin/remote.c:2349639#, c-format9640msgid "Could not setup master '%s'"9641msgstr "No s'ha pogut configurar la mestra '%s'"96429643#: builtin/remote.c:3369644#, c-format9645msgid "Could not get fetch map for refspec %s"9646msgstr ""9647"No s'ha pogut obtenir el mapa d'obtenció de l'especificació de referència %s"96489649#: builtin/remote.c:437 builtin/remote.c:4459650msgid "(matching)"9651msgstr "(coincident)"96529653#: builtin/remote.c:4499654msgid "(delete)"9655msgstr "(suprimir)"96569657#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:8589658#, c-format9659msgid "No such remote: %s"9660msgstr "No hi ha tal remot: %s"96619662#: builtin/remote.c:6439663#, c-format9664msgid "Could not rename config section '%s' to '%s'"9665msgstr "No s'ha pogut canviar el nom de la secció de configuració '%s' a '%s'"96669667#: builtin/remote.c:6639668#, c-format9669msgid ""9670"Not updating non-default fetch refspec\n"9671"\t%s\n"9672"\tPlease update the configuration manually if necessary."9673msgstr ""9674"No actualitzant l'especificació de referències d'obtenció no per defecte\n"9675"\t%s\n"9676"\tSi us plau, actualitzeu la configuració manualment si és necessari."96779678#: builtin/remote.c:6999679#, c-format9680msgid "deleting '%s' failed"9681msgstr "la supressió de '%s' ha fallat"96829683#: builtin/remote.c:7339684#, c-format9685msgid "creating '%s' failed"9686msgstr "la creació de '%s' ha fallat"96879688#: builtin/remote.c:7969689msgid ""9690"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"9691"to delete it, use:"9692msgid_plural ""9693"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"9694"to delete them, use:"9695msgstr[0] ""9696"Nota: Una branca fora de la jerarquia refs/remotes/ no s'ha eliminat;\n"9697"per a suprimir-la, useu:"9698msgstr[1] ""9699"Nota: Algunes branques fora de la jerarquia refs/remotes/ no s'han "9700"eliminat;\n"9701"per a suprimir-les, useu:"97029703#: builtin/remote.c:8109704#, c-format9705msgid "Could not remove config section '%s'"9706msgstr "No s'ha pogut eliminar la secció de configuració '%s'"97079708#: builtin/remote.c:9119709#, c-format9710msgid " new (next fetch will store in remotes/%s)"9711msgstr " nou (la pròxima obtenció emmagatzemarà a remotes/%s)"97129713#: builtin/remote.c:9149714msgid " tracked"9715msgstr " seguit"97169717#: builtin/remote.c:9169718msgid " stale (use 'git remote prune' to remove)"9719msgstr " estancat (useu 'git remote prune' per a eliminar)"97209721#: builtin/remote.c:9189722msgid " ???"9723msgstr " ???"97249725#: builtin/remote.c:9599726#, c-format9727msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"9728msgstr "branch.%s.merge no vàlid; no es pot rebasar sobre > 1 branca"97299730#: builtin/remote.c:9679731#, c-format9732msgid "rebases interactively onto remote %s"9733msgstr "es rebasa interactivament sobre el remot %s"97349735#: builtin/remote.c:9719736#, c-format9737msgid " merges with remote %s"9738msgstr "es fusiona amb el remot %s"97399740#: builtin/remote.c:9729741msgid " and with remote"9742msgstr " i amb el remot"97439744#: builtin/remote.c:9749745#, c-format9746msgid "merges with remote %s"9747msgstr "es fusiona amb el remot %s"97489749#: builtin/remote.c:9759750msgid " and with remote"9751msgstr " i amb el remot"97529753#: builtin/remote.c:10219754msgid "create"9755msgstr "crea"97569757#: builtin/remote.c:10249758msgid "delete"9759msgstr "suprimeix"97609761#: builtin/remote.c:10289762msgid "up to date"9763msgstr "al dia"97649765#: builtin/remote.c:10319766msgid "fast-forwardable"9767msgstr "avanç ràpid possible"97689769#: builtin/remote.c:10349770msgid "local out of date"9771msgstr "local no actualitzat"97729773#: builtin/remote.c:10419774#, c-format9775msgid " %-*s forces to %-*s (%s)"9776msgstr " %-*s força a %-*s (%s)"97779778#: builtin/remote.c:10449779#, c-format9780msgid " %-*s pushes to %-*s (%s)"9781msgstr " %-*s puja a %-*s (%s)"97829783#: builtin/remote.c:10489784#, c-format9785msgid " %-*s forces to %s"9786msgstr " %-*s força a %s"97879788#: builtin/remote.c:10519789#, c-format9790msgid " %-*s pushes to %s"9791msgstr " %-*s puja a %s"97929793#: builtin/remote.c:11199794msgid "do not query remotes"9795msgstr "no consultis els remots"97969797#: builtin/remote.c:11469798#, c-format9799msgid "* remote %s"9800msgstr "* remot %s"98019802#: builtin/remote.c:11479803#, c-format9804msgid " Fetch URL: %s"9805msgstr " URL d'obtenció: %s"98069807#: builtin/remote.c:1148 builtin/remote.c:12999808msgid "(no URL)"9809msgstr "(sense URL)"98109811#: builtin/remote.c:1157 builtin/remote.c:11599812#, c-format9813msgid " Push URL: %s"9814msgstr " URL de pujada: %s"98159816#: builtin/remote.c:1161 builtin/remote.c:1163 builtin/remote.c:11659817#, c-format9818msgid " HEAD branch: %s"9819msgstr " Branca de HEAD: %s"98209821#: builtin/remote.c:11679822#, c-format9823msgid ""9824" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"9825msgstr ""9826" Branca de HEAD (el HEAD remot és ambigu, pot ser un dels següents):\n"98279828#: builtin/remote.c:11799829#, c-format9830msgid " Remote branch:%s"9831msgid_plural " Remote branches:%s"9832msgstr[0] " Branca remota:%s"9833msgstr[1] " Branques remotes:%s"98349835#: builtin/remote.c:1182 builtin/remote.c:12099836msgid " (status not queried)"9837msgstr " (estat no consultat)"98389839#: builtin/remote.c:11919840msgid " Local branch configured for 'git pull':"9841msgid_plural " Local branches configured for 'git pull':"9842msgstr[0] " Branca local configurada per a 'git pull':"9843msgstr[1] " Branques locals configurades per a 'git pull':"98449845#: builtin/remote.c:11999846msgid " Local refs will be mirrored by 'git push'"9847msgstr " 'git push' reflectirà les referències locals"98489849#: builtin/remote.c:12069850#, c-format9851msgid " Local ref configured for 'git push'%s:"9852msgid_plural " Local refs configured for 'git push'%s:"9853msgstr[0] " Referència local configurada per a 'git push'%s:"9854msgstr[1] " Referències locals configurades per a 'git push'%s:"98559856#: builtin/remote.c:12279857msgid "set refs/remotes/<name>/HEAD according to remote"9858msgstr "estableix refs/remotes/<name>/HEAD segons el remot"98599860#: builtin/remote.c:12299861msgid "delete refs/remotes/<name>/HEAD"9862msgstr "suprimeix refs/remotes/<name>/HEAD"98639864#: builtin/remote.c:12449865msgid "Cannot determine remote HEAD"9866msgstr "No es pot determinar el HEAD remot"98679868#: builtin/remote.c:12469869msgid "Multiple remote HEAD branches. Please choose one explicitly with:"9870msgstr ""9871"Múltiples branques de HEAD remotes. Si us plau, trieu-ne una explícitament "9872"amb:"98739874#: builtin/remote.c:12569875#, c-format9876msgid "Could not delete %s"9877msgstr "No s'ha pogut suprimir %s"98789879#: builtin/remote.c:12649880#, c-format9881msgid "Not a valid ref: %s"9882msgstr "No és una referència vàlida: %s"98839884#: builtin/remote.c:12669885#, c-format9886msgid "Could not setup %s"9887msgstr "No s'ha pogut configurar %s"98889889#: builtin/remote.c:12849890#, c-format9891msgid " %s will become dangling!"9892msgstr " %s es tornarà penjant!"98939894#: builtin/remote.c:12859895#, c-format9896msgid " %s has become dangling!"9897msgstr " %s s'ha tornat penjant!"98989899#: builtin/remote.c:12959900#, c-format9901msgid "Pruning %s"9902msgstr "Podant %s"99039904#: builtin/remote.c:12969905#, c-format9906msgid "URL: %s"9907msgstr "URL: %s"99089909#: builtin/remote.c:13129910#, c-format9911msgid " * [would prune] %s"9912msgstr " * [podaria] %s"99139914#: builtin/remote.c:13159915#, c-format9916msgid " * [pruned] %s"9917msgstr " * [podat] %s"99189919#: builtin/remote.c:13609920msgid "prune remotes after fetching"9921msgstr "poda els remots després d'obtenir-los"99229923#: builtin/remote.c:1423 builtin/remote.c:1477 builtin/remote.c:15459924#, c-format9925msgid "No such remote '%s'"9926msgstr "No hi ha tal remot '%s'"99279928#: builtin/remote.c:14399929msgid "add branch"9930msgstr "afegeix branca"99319932#: builtin/remote.c:14469933msgid "no remote specified"9934msgstr "cap remot especificat"99359936#: builtin/remote.c:14639937msgid "query push URLs rather than fetch URLs"9938msgstr "consulta els URL de pujada en lloc dels URL d'obteniment"99399940#: builtin/remote.c:14659941msgid "return all URLs"9942msgstr "retorna tots els URL"99439944#: builtin/remote.c:14939945#, c-format9946msgid "no URLs configured for remote '%s'"9947msgstr "cap URL configurat per al remot '%s'"99489949#: builtin/remote.c:15199950msgid "manipulate push URLs"9951msgstr "manipula els URL de pujada"99529953#: builtin/remote.c:15219954msgid "add URL"9955msgstr "afegeix URL"99569957#: builtin/remote.c:15239958msgid "delete URLs"9959msgstr "suprimeix URLs"99609961#: builtin/remote.c:15309962msgid "--add --delete doesn't make sense"9963msgstr "--add --delete no té sentit"99649965#: builtin/remote.c:15719966#, c-format9967msgid "Invalid old URL pattern: %s"9968msgstr "Patró d'URL antic no vàlid: %s"99699970#: builtin/remote.c:15799971#, c-format9972msgid "No such URL found: %s"9973msgstr "No s'ha trobat tal URL: %s"99749975#: builtin/remote.c:15819976msgid "Will not delete all non-push URLs"9977msgstr "No se suprimiran tots els URL no de pujada"99789979#: builtin/remote.c:15959980msgid "be verbose; must be placed before a subcommand"9981msgstr "sigues detallat; s'ha de col·locar abans d'una subordre"99829983#: builtin/repack.c:179984msgid "git repack [<options>]"9985msgstr "git repack [<opcions>]"99869987#: builtin/repack.c:1599988msgid "pack everything in a single pack"9989msgstr "empaqueta-ho tot en un únic paquet"99909991#: builtin/repack.c:1619992msgid "same as -a, and turn unreachable objects loose"9993msgstr "el mateix que -a, i solta els objectes inabastables"99949995#: builtin/repack.c:1649996msgid "remove redundant packs, and run git-prune-packed"9997msgstr "elimina els paquets redundants, i executeu git-prune-packed"99989999#: builtin/repack.c:16610000msgid "pass --no-reuse-delta to git-pack-objects"10001msgstr "passa --no-reuse-delta a git-pack-objects"1000210003#: builtin/repack.c:16810004msgid "pass --no-reuse-object to git-pack-objects"10005msgstr "passa --no-reuse-object a git-pack-objects"1000610007#: builtin/repack.c:17010008msgid "do not run git-update-server-info"10009msgstr "no executis git-update-server-info"1001010011#: builtin/repack.c:17310012msgid "pass --local to git-pack-objects"10013msgstr "passa --local a git-pack-objects"1001410015#: builtin/repack.c:17510016msgid "write bitmap index"10017msgstr "escriu índex de mapa de bits"1001810019#: builtin/repack.c:17610020msgid "approxidate"10021msgstr "data aproximada"1002210023#: builtin/repack.c:17710024msgid "with -A, do not loosen objects older than this"10025msgstr "amb -A, no soltis els objectes més vells que aquest"1002610027#: builtin/repack.c:17910028msgid "size of the window used for delta compression"10029msgstr "mida de la finestra que s'usa per a compressió de deltes"1003010031#: builtin/repack.c:180 builtin/repack.c:18410032msgid "bytes"10033msgstr "octets"1003410035#: builtin/repack.c:18110036msgid "same as the above, but limit memory size instead of entries count"10037msgstr ""10038"el mateix que l'anterior, però limita la mida de memòria en lloc del nombre "10039"d'entrades"1004010041#: builtin/repack.c:18310042msgid "limits the maximum delta depth"10043msgstr "limita la profunditat màxima de les deltes"1004410045#: builtin/repack.c:18510046msgid "maximum size of each packfile"10047msgstr "mida màxima de cada fitxer de paquet"1004810049#: builtin/repack.c:18710050msgid "repack objects in packs marked with .keep"10051msgstr "reempaqueta els objectes en paquets marcats amb .keep"1005210053#: builtin/repack.c:19710054msgid "cannot delete packs in a precious-objects repo"10055msgstr "no es pot suprimir paquets en un dipòsit d'objectes precioses"1005610057#: builtin/repack.c:38110058#, c-format10059msgid "removing '%s' failed"10060msgstr "l'eliminació de '%s' ha fallat"1006110062#: builtin/replace.c:1910063msgid "git replace [-f] <object> <replacement>"10064msgstr "git replace [-f] <objecte> <reemplaçament>"1006510066#: builtin/replace.c:2010067msgid "git replace [-f] --edit <object>"10068msgstr "git replace [-f] --edit <objecte>"1006910070#: builtin/replace.c:2110071msgid "git replace [-f] --graft <commit> [<parent>...]"10072msgstr "git replace [-f] --graft <comissió> [<mare>...]"1007310074#: builtin/replace.c:2210075msgid "git replace -d <object>..."10076msgstr "git replace -d <objecte>..."1007710078#: builtin/replace.c:2310079msgid "git replace [--format=<format>] [-l [<pattern>]]"10080msgstr "git replace [--format=<format>] [-l [<patró>]]"1008110082#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:39110083#, c-format10084msgid "Not a valid object name: '%s'"10085msgstr "No és un nom d'objecte vàlid: '%s'"1008610087#: builtin/replace.c:35510088#, c-format10089msgid "bad mergetag in commit '%s'"10090msgstr "etiqueta de fusió dolenta en la comissió '%s'"1009110092#: builtin/replace.c:35710093#, c-format10094msgid "malformed mergetag in commit '%s'"10095msgstr "etiqueta de fusió mal formada en la comissió '%s'"1009610097#: builtin/replace.c:36810098#, c-format10099msgid ""10100"original commit '%s' contains mergetag '%s' that is discarded; use --edit "10101"instead of --graft"10102msgstr ""10103"la comissió original '%s' conté l'etiqueta de fusió '%s' que es descarta; "10104"useu --edit en lloc de --graft"1010510106#: builtin/replace.c:40110107#, c-format10108msgid "the original commit '%s' has a gpg signature."10109msgstr "la comissió original '%s' té una firma gpg."1011010111#: builtin/replace.c:40210112msgid "the signature will be removed in the replacement commit!"10113msgstr "la firma s'eliminarà en la comissió de reemplaçament!"1011410115#: builtin/replace.c:40810116#, c-format10117msgid "could not write replacement commit for: '%s'"10118msgstr "no s'ha pogut escriure la comissió de reemplaçament per a: '%s'"1011910120#: builtin/replace.c:43210121msgid "list replace refs"10122msgstr "llista les referències reemplaçades"1012310124#: builtin/replace.c:43310125msgid "delete replace refs"10126msgstr "suprimeix les referències reemplaçades"1012710128#: builtin/replace.c:43410129msgid "edit existing object"10130msgstr "edita un objecte existent"1013110132#: builtin/replace.c:43510133msgid "change a commit's parents"10134msgstr "canvia les mares d'una comissió"1013510136#: builtin/replace.c:43610137msgid "replace the ref if it exists"10138msgstr "reemplaça la referència si existeix"1013910140#: builtin/replace.c:43710141msgid "do not pretty-print contents for --edit"10142msgstr "no imprimeixis bellament els continguts per a --edit"1014310144#: builtin/replace.c:43810145msgid "use this format"10146msgstr "usa aquest format"1014710148#: builtin/rerere.c:1210149msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"10150msgstr "git rerere [clear | forget <camí>... | status | remaining | diff | gc]"1015110152#: builtin/rerere.c:5810153msgid "register clean resolutions in index"10154msgstr "registra les resolucions netes en l'índex"1015510156#: builtin/reset.c:2610157msgid ""10158"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"10159msgstr ""10160"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<comissió>]"1016110162#: builtin/reset.c:2710163msgid "git reset [-q] <tree-ish> [--] <paths>..."10164msgstr "git reset [-q] <arbre> [--] <camins>..."1016510166#: builtin/reset.c:2810167msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"10168msgstr "git reset --patch [<arbre>] [--] [<camins>...]"1016910170#: builtin/reset.c:3410171msgid "mixed"10172msgstr "mixt"1017310174#: builtin/reset.c:3410175msgid "soft"10176msgstr "suau"1017710178#: builtin/reset.c:3410179msgid "hard"10180msgstr "dur"1018110182#: builtin/reset.c:3410183msgid "merge"10184msgstr "fusió"1018510186#: builtin/reset.c:3410187msgid "keep"10188msgstr "reteniment"1018910190#: builtin/reset.c:7410191msgid "You do not have a valid HEAD."10192msgstr "No teniu un HEAD vàlid."1019310194#: builtin/reset.c:7610195msgid "Failed to find tree of HEAD."10196msgstr "S'ha fallat en trobar l'arbre de HEAD."1019710198#: builtin/reset.c:8210199#, c-format10200msgid "Failed to find tree of %s."10201msgstr "S'ha fallat en trobar l'arbre de %s."1020210203#: builtin/reset.c:10010204#, c-format10205msgid "HEAD is now at %s"10206msgstr "HEAD ara és a %s"1020710208#: builtin/reset.c:18310209#, c-format10210msgid "Cannot do a %s reset in the middle of a merge."10211msgstr "No es pot fer un restabliment de %s enmig d'una fusió."1021210213#: builtin/reset.c:27610214msgid "be quiet, only report errors"10215msgstr "calla, només informa d'errors"1021610217#: builtin/reset.c:27810218msgid "reset HEAD and index"10219msgstr "restableix HEAD i l'índex"1022010221#: builtin/reset.c:27910222msgid "reset only HEAD"10223msgstr "restableix només HEAD"1022410225#: builtin/reset.c:281 builtin/reset.c:28310226msgid "reset HEAD, index and working tree"10227msgstr "restableix HEAD, l'índex i l'arbre de treball"1022810229#: builtin/reset.c:28510230msgid "reset HEAD but keep local changes"10231msgstr "restableix HEAD però retén els canvis locals"1023210233#: builtin/reset.c:28810234msgid "record only the fact that removed paths will be added later"10235msgstr "registra només el fet de que els camins eliminats s'afegiran després"1023610237#: builtin/reset.c:30510238#, c-format10239msgid "Failed to resolve '%s' as a valid revision."10240msgstr "S'ha fallat en resoldre '%s' com a revisió vàlida."1024110242#: builtin/reset.c:31310243#, c-format10244msgid "Failed to resolve '%s' as a valid tree."10245msgstr "S'ha fallat en resoldre '%s' com a arbre vàlid."1024610247#: builtin/reset.c:32210248msgid "--patch is incompatible with --{hard,mixed,soft}"10249msgstr "--patch és incompatible amb --{hard,mixed,soft}"1025010251#: builtin/reset.c:33110252msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."10253msgstr ""10254"--mixed amb camins està desaprovat; useu 'git reset -- <camins>' en lloc "10255"d'això."1025610257#: builtin/reset.c:33310258#, c-format10259msgid "Cannot do %s reset with paths."10260msgstr "No es pot restablir de %s amb camins."1026110262#: builtin/reset.c:34310263#, c-format10264msgid "%s reset is not allowed in a bare repository"10265msgstr "el restabliment de %s no es permet en un dipòsit nu"1026610267#: builtin/reset.c:34710268msgid "-N can only be used with --mixed"10269msgstr "-N només es pot usar amb --mixed"1027010271#: builtin/reset.c:36410272msgid "Unstaged changes after reset:"10273msgstr "Canvis no allistats després de restabliment:"1027410275#: builtin/reset.c:37010276#, c-format10277msgid "Could not reset index file to revision '%s'."10278msgstr "No s'ha pogut restablir el fitxer d'índex a la revisió '%s'."1027910280#: builtin/reset.c:37410281msgid "Could not write new index file."10282msgstr "No s'ha pogut escriure el fitxer d'índex nou."1028310284#: builtin/rev-list.c:35010285msgid "rev-list does not support display of notes"10286msgstr "el rev-list no permet mostrar notes"1028710288#: builtin/rev-parse.c:35810289msgid "git rev-parse --parseopt [<options>] -- [<args>...]"10290msgstr "git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]"1029110292#: builtin/rev-parse.c:36310293msgid "keep the `--` passed as an arg"10294msgstr "retén el `--` passat com a paràmetre"1029510296#: builtin/rev-parse.c:36510297msgid "stop parsing after the first non-option argument"10298msgstr "deixa d'analitzar després del primer paràmetre no d'opció"1029910300#: builtin/rev-parse.c:36810301msgid "output in stuck long form"10302msgstr "emet en forma llarga enganxada"1030310304#: builtin/rev-parse.c:49910305msgid ""10306"git rev-parse --parseopt [<options>] -- [<args>...]\n"10307" or: git rev-parse --sq-quote [<arg>...]\n"10308" or: git rev-parse [<options>] [<arg>...]\n"10309"\n"10310"Run \"git rev-parse --parseopt -h\" for more information on the first usage."10311msgstr ""10312"git rev-parse --parseopt [<opcions>] -- [<paràmetres>...]\n"10313" or: git rev-parse --sq-quote [<paràmetre>...]\n"10314" or: git rev-parse [<opcions>] [<paràmetre>...]\n"10315"\n"10316"Executeu \"git rev-parse --parseopt -h\" per més informació sobre l'ús "10317"inicial."1031810319#: builtin/revert.c:2210320msgid "git revert [<options>] <commit-ish>..."10321msgstr "git revert [<opcions>] <comissió>..."1032210323#: builtin/revert.c:2310324msgid "git revert <subcommand>"10325msgstr "git revert <subordre>"1032610327#: builtin/revert.c:2810328msgid "git cherry-pick [<options>] <commit-ish>..."10329msgstr "git cherry-pick [<opcions>] <comissió>..."1033010331#: builtin/revert.c:2910332msgid "git cherry-pick <subcommand>"10333msgstr "git cherry-pick <subordre>"1033410335#: builtin/revert.c:7110336#, c-format10337msgid "%s: %s cannot be used with %s"10338msgstr "%s: %s no es pot usar amb %s"1033910340#: builtin/revert.c:8010341msgid "end revert or cherry-pick sequence"10342msgstr "acaba la seqüència de reversió o el recull de cireres"1034310344#: builtin/revert.c:8110345msgid "resume revert or cherry-pick sequence"10346msgstr "reprèn la seqüència de reversió o el recull de cireres"1034710348#: builtin/revert.c:8210349msgid "cancel revert or cherry-pick sequence"10350msgstr "cancel·la la seqüència de reversió o el recull de cireres"1035110352#: builtin/revert.c:8310353msgid "don't automatically commit"10354msgstr "no cometis automàticament"1035510356#: builtin/revert.c:8410357msgid "edit the commit message"10358msgstr "edita el missatge de comissió"1035910360#: builtin/revert.c:8710361msgid "parent number"10362msgstr "número de mare"1036310364#: builtin/revert.c:8910365msgid "merge strategy"10366msgstr "estratègia de fusió"1036710368#: builtin/revert.c:9010369msgid "option"10370msgstr "opció"1037110372#: builtin/revert.c:9110373msgid "option for merge strategy"10374msgstr "opció d'estratègia de fusió"1037510376#: builtin/revert.c:10410377msgid "append commit name"10378msgstr "nom de la comissió a annexar"1037910380#: builtin/revert.c:10610381msgid "preserve initially empty commits"10382msgstr "preserva les comissions inicialment buides"1038310384#: builtin/revert.c:10710385msgid "allow commits with empty messages"10386msgstr "permet les comissions amb missatges buits"1038710388#: builtin/revert.c:10810389msgid "keep redundant, empty commits"10390msgstr "retén les comissions redundants i buides"1039110392#: builtin/revert.c:11210393msgid "program error"10394msgstr "error de programa"1039510396#: builtin/revert.c:19710397msgid "revert failed"10398msgstr "la reversió ha fallat"1039910400#: builtin/revert.c:21210401msgid "cherry-pick failed"10402msgstr "el recull de cireres ha fallat"1040310404#: builtin/rm.c:1710405msgid "git rm [<options>] [--] <file>..."10406msgstr "git rm [<opcions>] [--] <fitxer>..."1040710408#: builtin/rm.c:6510409msgid ""10410"the following submodule (or one of its nested submodules)\n"10411"uses a .git directory:"10412msgid_plural ""10413"the following submodules (or one of their nested submodules)\n"10414"use a .git directory:"10415msgstr[0] ""10416"el submòdul següent (o un dels seus submòduls niats)\n"10417"usa un directori .git:"10418msgstr[1] ""10419"els submòduls següents (o un dels seus submòduls niats)\n"10420"usa un directori .git:"1042110422#: builtin/rm.c:7110423msgid ""10424"\n"10425"(use 'rm -rf' if you really want to remove it including all of its history)"10426msgstr ""10427"\n"10428"(useu 'rm -rf' si realment voleu eliminar-lo, incloent tota la seva història)"1042910430#: builtin/rm.c:23010431msgid ""10432"the following file has staged content different from both the\n"10433"file and the HEAD:"10434msgid_plural ""10435"the following files have staged content different from both the\n"10436"file and the HEAD:"10437msgstr[0] ""10438"el fitxer següent té contingut allistat diferent d'ambdós el\n"10439"fitxer i el HEAD:"10440msgstr[1] ""10441"els fitxers següents tenen contingut allistat diferent d'ambdós\n"10442"el fitxer i el HEAD:"1044310444#: builtin/rm.c:23510445msgid ""10446"\n"10447"(use -f to force removal)"10448msgstr ""10449"\n"10450"(useu -f per a forçar l'eliminació)"1045110452#: builtin/rm.c:23910453msgid "the following file has changes staged in the index:"10454msgid_plural "the following files have changes staged in the index:"10455msgstr[0] "el fitxer següent té canvis allistats en l'índex:"10456msgstr[1] "els fitxers següents tenen canvis allistats en l'índex:"1045710458#: builtin/rm.c:243 builtin/rm.c:25410459msgid ""10460"\n"10461"(use --cached to keep the file, or -f to force removal)"10462msgstr ""10463"\n"10464"(useu --cached per a retenir el fitxer, o -f per a forçar l'eliminació)"1046510466#: builtin/rm.c:25110467msgid "the following file has local modifications:"10468msgid_plural "the following files have local modifications:"10469msgstr[0] "el fitxer següent té modificacions locals:"10470msgstr[1] "els fitxers següents tenen modificacions locals:"1047110472#: builtin/rm.c:26910473msgid "do not list removed files"10474msgstr "no llistis els fitxers eliminats"1047510476#: builtin/rm.c:27010477msgid "only remove from the index"10478msgstr "només elimina de l'índex"1047910480#: builtin/rm.c:27110481msgid "override the up-to-date check"10482msgstr "passa per alt la comprovació d'actualitat"1048310484#: builtin/rm.c:27210485msgid "allow recursive removal"10486msgstr "permet l'eliminació recursiva"1048710488#: builtin/rm.c:27410489msgid "exit with a zero status even if nothing matched"10490msgstr "surt amb estat zero encara que res hagi coincidit"1049110492#: builtin/rm.c:31710493msgid "Please, stage your changes to .gitmodules or stash them to proceed"10494msgstr ""10495"Si us plau, allisteu els vostres canvis a .gitmodules o emmagatzemeu-los per "10496"a procedir"1049710498#: builtin/rm.c:33510499#, c-format10500msgid "not removing '%s' recursively without -r"10501msgstr "no eliminant '%s' recursivament sense -r"1050210503#: builtin/rm.c:37410504#, c-format10505msgid "git rm: unable to remove %s"10506msgstr "git rm: no s'ha pogut eliminar %s"1050710508#: builtin/send-pack.c:1810509msgid ""10510"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10511"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "10512"[<ref>...]\n"10513" --all and explicit <ref> specification are mutually exclusive."10514msgstr ""10515"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-"10516"pack=<paquet-del-git-receive>] [--verbose] [--thin] [--atomic] "10517"[<màquina>:]<directori> [<referència>...]\n"10518" --all i especificació <referència> explícita són mutualment exclusius."1051910520#: builtin/send-pack.c:16010521msgid "remote name"10522msgstr "nom del remot"1052310524#: builtin/send-pack.c:17110525msgid "use stateless RPC protocol"10526msgstr "usa el protocol RPC sense estat"1052710528#: builtin/send-pack.c:17210529msgid "read refs from stdin"10530msgstr "llegeix les referències des d'stdin"1053110532#: builtin/send-pack.c:17310533msgid "print status from remote helper"10534msgstr "imprimeix l'estat des de l'ajudant remot"1053510536#: builtin/shortlog.c:1310537msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"10538msgstr "git shortlog [<opcions>] [<rang-de-revisions>] [[--] [<camí>...]]"1053910540#: builtin/shortlog.c:24210541msgid "sort output according to the number of commits per author"10542msgstr "ordena la sortida segons el nombre de comissions per autor"1054310544#: builtin/shortlog.c:24410545msgid "Suppress commit descriptions, only provides commit count"10546msgstr ""10547"Omet les descripcions de comissió, només proveeix el recompte de comissions"1054810549#: builtin/shortlog.c:24610550msgid "Show the email address of each author"10551msgstr "Mostra l'adreça de correu electrònic de cada autor"1055210553#: builtin/shortlog.c:24710554msgid "w[,i1[,i2]]"10555msgstr "w[,i1[,i2]]"1055610557#: builtin/shortlog.c:24810558msgid "Linewrap output"10559msgstr "Ajusta les línies de la sortida"1056010561#: builtin/show-branch.c:1010562msgid ""10563"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10564"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"10565"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10566"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"10567msgstr ""10568"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10569"\t\t [--current] [--color[=<quan>] | --no-color] [--sparse]\n"10570"\t\t [--more=<n> | --list | --independent | --merge-base]\n"10571"\t\t [--no-name | --sha1-name] [--topics] [(<revisió> | <glob>)...]"1057210573#: builtin/show-branch.c:1410574msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"10575msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<referència>]"1057610577#: builtin/show-branch.c:64010578msgid "show remote-tracking and local branches"10579msgstr "mostra les branques amb seguiment remot i les locals"1058010581#: builtin/show-branch.c:64210582msgid "show remote-tracking branches"10583msgstr "mostra les branques amb seguiment remot"1058410585#: builtin/show-branch.c:64410586msgid "color '*!+-' corresponding to the branch"10587msgstr "colora '*!+-' corresponent a la branca"1058810589#: builtin/show-branch.c:64610590msgid "show <n> more commits after the common ancestor"10591msgstr "mostra <n> comissions després de l'avantpassat comú"1059210593#: builtin/show-branch.c:64810594msgid "synonym to more=-1"10595msgstr "sinònim de more=-1"1059610597#: builtin/show-branch.c:64910598msgid "suppress naming strings"10599msgstr "omet l'anomenament de cadenes"1060010601#: builtin/show-branch.c:65110602msgid "include the current branch"10603msgstr "inclou la branca actual"1060410605#: builtin/show-branch.c:65310606msgid "name commits with their object names"10607msgstr "anomena les comissions amb els seus noms d'objecte"1060810609#: builtin/show-branch.c:65510610msgid "show possible merge bases"10611msgstr "mostra les bases de fusió possibles"1061210613#: builtin/show-branch.c:65710614msgid "show refs unreachable from any other ref"10615msgstr "mostra les referències inabastables de qualsevulla altra referència"1061610617#: builtin/show-branch.c:65910618msgid "show commits in topological order"10619msgstr "mostra les comissions en ordre topològic"1062010621#: builtin/show-branch.c:66210622msgid "show only commits not on the first branch"10623msgstr "mostra només les comissions que no siguin en la primera branca"1062410625#: builtin/show-branch.c:66410626msgid "show merges reachable from only one tip"10627msgstr "mostra les fusions abastables de només una punta"1062810629#: builtin/show-branch.c:66610630msgid "topologically sort, maintaining date order where possible"10631msgstr "ordena topològicament, mantenint l'ordre de dates on sigui possible"1063210633#: builtin/show-branch.c:66910634msgid "<n>[,<base>]"10635msgstr "<n>[,<base>]"1063610637#: builtin/show-branch.c:67010638msgid "show <n> most recent ref-log entries starting at base"10639msgstr "mostra les <n> entrades més recents començant a la base"1064010641#: builtin/show-ref.c:1010642msgid ""10643"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10644"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"10645msgstr ""10646"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10647"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<patró>...]"1064810649#: builtin/show-ref.c:1110650msgid "git show-ref --exclude-existing[=<pattern>]"10651msgstr "git show-ref --exclude-existing[=<patró>]"1065210653#: builtin/show-ref.c:16510654msgid "only show tags (can be combined with heads)"10655msgstr "mostra només les etiquetes (es pot combinar amb heads)"1065610657#: builtin/show-ref.c:16610658msgid "only show heads (can be combined with tags)"10659msgstr "mostra només els caps (es pot combinar amb tags)"1066010661#: builtin/show-ref.c:16710662msgid "stricter reference checking, requires exact ref path"10663msgstr ""10664"comprovació de referència més estricta, requereix el camí de referència "10665"exacte"1066610667#: builtin/show-ref.c:170 builtin/show-ref.c:17210668msgid "show the HEAD reference, even if it would be filtered out"10669msgstr "mostra la referència HEAD, encara que es filtrés"1067010671#: builtin/show-ref.c:17410672msgid "dereference tags into object IDs"10673msgstr "dereferencia les etiquetes a IDs d'objecte"1067410675#: builtin/show-ref.c:17610676msgid "only show SHA1 hash using <n> digits"10677msgstr "mostra el hash SHA1 usant només <n> xifres"1067810679#: builtin/show-ref.c:18010680msgid "do not print results to stdout (useful with --verify)"10681msgstr "no imprimeixis els resultats a stdout (útil amb --verify)"1068210683#: builtin/show-ref.c:18210684msgid "show refs from stdin that aren't in local repository"10685msgstr "mostra les referències d'stdin que no siguin en el dipòsit local"1068610687#: builtin/stripspace.c:1710688msgid "git stripspace [-s | --strip-comments]"10689msgstr "git stripspace [-s | --strip-comments]"1069010691#: builtin/stripspace.c:1810692msgid "git stripspace [-c | --comment-lines]"10693msgstr "git stripspace [-c | --comment-lines]"1069410695#: builtin/stripspace.c:3510696msgid "skip and remove all lines starting with comment character"10697msgstr ""10698"salta i elimina totes les línies començant amb el caràcter de comentari"1069910700#: builtin/stripspace.c:3810701msgid "prepend comment character and space to each line"10702msgstr "anteposa el caràcter de comentari i un espai a cada línia"1070310704#: builtin/submodule--helper.c:73 builtin/submodule--helper.c:16110705msgid "alternative anchor for relative paths"10706msgstr "àncora alternativa per als camins relatius"1070710708#: builtin/submodule--helper.c:7810709msgid "git submodule--helper list [--prefix=<path>] [<path>...]"10710msgstr "git submodule--helper list [--prefix=<camí>] [<camí>...]"1071110712#: builtin/submodule--helper.c:10810713msgid "git submodule--helper name <path>"10714msgstr "git submodule--helper name <camí>"1071510716#: builtin/submodule--helper.c:11410717#, c-format10718msgid "no submodule mapping found in .gitmodules for path '%s'"10719msgstr "No s'ha trobat cap mapatge de submòdul a .gitmodules per al camí '%s'"1072010721#: builtin/submodule--helper.c:16410722msgid "where the new submodule will be cloned to"10723msgstr "a on es clonarà el submòdul nou"1072410725#: builtin/submodule--helper.c:16710726msgid "name of the new submodule"10727msgstr "nom del submòdul nou"1072810729#: builtin/submodule--helper.c:17010730msgid "url where to clone the submodule from"10731msgstr "url del qual clonar el submòdul"1073210733#: builtin/submodule--helper.c:17610734msgid "depth for shallow clones"10735msgstr "profunditat dels clons superficials"1073610737#: builtin/submodule--helper.c:18210738msgid ""10739"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "10740"<repository>] [--name <name>] [--url <url>][--depth <depth>] [--] [<path>...]"10741msgstr ""10742"git submodule--helper clone [--prefix=<camí>] [--quiet] [--reference "10743"<dipòsit>] [--name <nom>] [--url <url>][--depth <profunditat>] [--] "10744"[<camí>...]"1074510746#: builtin/submodule--helper.c:196 builtin/submodule--helper.c:20210747#: builtin/submodule--helper.c:21010748#, c-format10749msgid "could not create directory '%s'"10750msgstr "no s'ha pogut crear el directori '%s'"1075110752#: builtin/submodule--helper.c:19810753#, c-format10754msgid "clone of '%s' into submodule path '%s' failed"10755msgstr "el clonatge de '%s' al camí de submòdul '%s' ha fallat"1075610757#: builtin/submodule--helper.c:22110758#, c-format10759msgid "cannot open file '%s'"10760msgstr "no es pot obrir el fitxer '%s'"1076110762#: builtin/submodule--helper.c:22610763#, c-format10764msgid "could not close file %s"10765msgstr "no s'ha pogut tancar el fitxer %s"1076610767#: builtin/submodule--helper.c:24110768#, c-format10769msgid "could not get submodule directory for '%s'"10770msgstr "no s'ha pogut obtenir el directori de submòdul per a '%s'"1077110772#: builtin/submodule--helper.c:26710773msgid "fatal: submodule--helper subcommand must be called with a subcommand"10774msgstr "fatal: s'ha d'executar la subordre submodule--helper amb una subordre"1077510776#: builtin/submodule--helper.c:27410777#, c-format10778msgid "fatal: '%s' is not a valid submodule--helper subcommand"10779msgstr "fatal: '%s' no és una subordre vàlida de submodule--helper"1078010781#: builtin/symbolic-ref.c:710782msgid "git symbolic-ref [<options>] <name> [<ref>]"10783msgstr "git symbolic-ref [<opcions>] <nom> [<referència>]"1078410785#: builtin/symbolic-ref.c:810786msgid "git symbolic-ref -d [-q] <name>"10787msgstr "git symbolic-ref -d [-q] <nom>"1078810789#: builtin/symbolic-ref.c:4010790msgid "suppress error message for non-symbolic (detached) refs"10791msgstr "omet el missatge d'error de referències no simbòliques (separades)"1079210793#: builtin/symbolic-ref.c:4110794msgid "delete symbolic ref"10795msgstr "suprimeix la referència simbòlica"1079610797#: builtin/symbolic-ref.c:4210798msgid "shorten ref output"10799msgstr "escurça la sortida de referències"1080010801#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210802msgid "reason"10803msgstr "raó"1080410805#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210806msgid "reason of the update"10807msgstr "raó de l'actualització"1080810809#: builtin/tag.c:2310810msgid ""10811"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "10812"[<head>]"10813msgstr ""10814"git tag [-a | -s | -u <id-de-clau>] [-f] [-m <missatge> | -F <fitxer>] <nom-"10815"d'etiqueta> [<cap>]"1081610817#: builtin/tag.c:2410818msgid "git tag -d <tagname>..."10819msgstr "git tag -d <nom-d'etiqueta>..."1082010821#: builtin/tag.c:2510822msgid ""10823"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"10824"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"10825msgstr ""10826"git tag -l [-n[<nombre>]] [--contains <comissió>]\n"10827"\t\t[--points-at <objecte>] [--format=<format>]\n"10828"\t\t[--[no-]merged [<comissió>]] [<patró>...]"1082910830#: builtin/tag.c:2710831msgid "git tag -v <tagname>..."10832msgstr "git tag -v <nom-d'etiqueta>..."1083310834#: builtin/tag.c:8010835#, c-format10836msgid "tag name too long: %.*s..."10837msgstr "nom d'etiqueta massa llarg: %.*s..."1083810839#: builtin/tag.c:8510840#, c-format10841msgid "tag '%s' not found."10842msgstr "etiqueta '%s' no trobada."1084310844#: builtin/tag.c:10010845#, c-format10846msgid "Deleted tag '%s' (was %s)\n"10847msgstr "L'etiqueta '%s' s'ha suprimit (era %s)\n"1084810849#: builtin/tag.c:11210850#, c-format10851msgid "could not verify the tag '%s'"10852msgstr "no s'ha pogut verificar l'etiqueta '%s'"1085310854#: builtin/tag.c:12210855#, c-format10856msgid ""10857"\n"10858"Write a message for tag:\n"10859" %s\n"10860"Lines starting with '%c' will be ignored.\n"10861msgstr ""10862"\n"10863"Escriviu el missatge de l'etiqueta:\n"10864" %s\n"10865"Les línies que comencin amb '%c' s'ignoraran.\n"1086610867#: builtin/tag.c:12610868#, c-format10869msgid ""10870"\n"10871"Write a message for tag:\n"10872" %s\n"10873"Lines starting with '%c' will be kept; you may remove them yourself if you "10874"want to.\n"10875msgstr ""10876"\n"10877"Escriviu el missatge de l'etiqueta:\n"10878" %s\n"10879"Les línies que comencin amb '%c' es retindran; podeu eliminar-les per vós "10880"mateix si voleu.\n"1088110882#: builtin/tag.c:19910883msgid "unable to sign the tag"10884msgstr "no s'ha pogut firmar l'etiqueta"1088510886#: builtin/tag.c:20110887msgid "unable to write tag file"10888msgstr "no s'ha pogut escriure el fitxer d'etiqueta"1088910890#: builtin/tag.c:22610891msgid "bad object type."10892msgstr "tipus d'objecte dolent."1089310894#: builtin/tag.c:23910895msgid "tag header too big."10896msgstr "capçalera d'etiqueta massa gran."1089710898#: builtin/tag.c:27510899msgid "no tag message?"10900msgstr "cap missatge d'etiqueta?"1090110902#: builtin/tag.c:28110903#, c-format10904msgid "The tag message has been left in %s\n"10905msgstr "S'ha deixat el missatge de l'etiqueta en %s\n"1090610907#: builtin/tag.c:33910908msgid "list tag names"10909msgstr "llista els noms d'etiqueta"1091010911#: builtin/tag.c:34110912msgid "print <n> lines of each tag message"10913msgstr "imprimeix <n> línies de cada missatge d'etiqueta"1091410915#: builtin/tag.c:34310916msgid "delete tags"10917msgstr "suprimeix les etiquetes"1091810919#: builtin/tag.c:34410920msgid "verify tags"10921msgstr "verifica les etiquetes"1092210923#: builtin/tag.c:34610924msgid "Tag creation options"10925msgstr "Opcions de creació d'etiquetes"1092610927#: builtin/tag.c:34810928msgid "annotated tag, needs a message"10929msgstr "etiqueta anotada, necessita un missatge"1093010931#: builtin/tag.c:35010932msgid "tag message"10933msgstr "missatge d'etiqueta"1093410935#: builtin/tag.c:35210936msgid "annotated and GPG-signed tag"10937msgstr "etiqueta anotada i firmada per GPG"1093810939#: builtin/tag.c:35610940msgid "use another key to sign the tag"10941msgstr "usa una altra clau per a firmar l'etiqueta"1094210943#: builtin/tag.c:35710944msgid "replace the tag if exists"10945msgstr "reemplaça l'etiqueta si existeix"1094610947#: builtin/tag.c:358 builtin/update-ref.c:36810948msgid "create a reflog"10949msgstr "crea un registre de referències"1095010951#: builtin/tag.c:36010952msgid "Tag listing options"10953msgstr "Opcions de llistat d'etiquetes"1095410955#: builtin/tag.c:36110956msgid "show tag list in columns"10957msgstr "mostra la llista d'etiquetes en columnes"1095810959#: builtin/tag.c:362 builtin/tag.c:36310960msgid "print only tags that contain the commit"10961msgstr "imprimeix només les etiquetes que continguin la comissió"1096210963#: builtin/tag.c:36410964msgid "print only tags that are merged"10965msgstr "imprimeix només les etiquetes que s'han fusionat"1096610967#: builtin/tag.c:36510968msgid "print only tags that are not merged"10969msgstr "imprimeix només les etiquetes que no s'han fusionat"1097010971#: builtin/tag.c:37010972msgid "print only tags of the object"10973msgstr "imprimeix només les etiquetes de l'objecte"1097410975#: builtin/tag.c:39910976msgid "--column and -n are incompatible"10977msgstr "--column i -n són incompatibles"1097810979#: builtin/tag.c:41910980msgid "-n option is only allowed with -l."10981msgstr "es permet l'opció -n només amb -l."1098210983#: builtin/tag.c:42110984msgid "--contains option is only allowed with -l."10985msgstr "es permet l'opció --contains només amb -l."1098610987#: builtin/tag.c:42310988msgid "--points-at option is only allowed with -l."10989msgstr "es permet --points-at option només amb -l."1099010991#: builtin/tag.c:42510992msgid "--merged and --no-merged option are only allowed with -l"10993msgstr "es permeten les opcions --merged i --no-merged només amb -l"1099410995#: builtin/tag.c:43310996msgid "only one -F or -m option is allowed."10997msgstr "només es permet una opció -F o -m."1099810999#: builtin/tag.c:45311000msgid "too many params"11001msgstr "massa paràmetres"1100211003#: builtin/tag.c:45911004#, c-format11005msgid "'%s' is not a valid tag name."11006msgstr "'%s' no és un nom d'etiqueta vàlid."1100711008#: builtin/tag.c:46411009#, c-format11010msgid "tag '%s' already exists"11011msgstr "l'etiqueta '%s' ja existeix"1101211013#: builtin/tag.c:48911014#, c-format11015msgid "Updated tag '%s' (was %s)\n"11016msgstr "Etiqueta '%s' actualitzada (era %s)\n"1101711018#: builtin/unpack-objects.c:49011019msgid "Unpacking objects"11020msgstr "Desempaquetant objectes"1102111022#: builtin/update-index.c:7911023#, c-format11024msgid "failed to create directory %s"11025msgstr "s'ha fallat en crear el directori %s"1102611027#: builtin/update-index.c:8511028#, c-format11029msgid "failed to stat %s"11030msgstr "s'ha fallat en fer stat a %s"1103111032#: builtin/update-index.c:9511033#, c-format11034msgid "failed to create file %s"11035msgstr "s'ha fallat en crear el fitxer %s"1103611037#: builtin/update-index.c:10311038#, c-format11039msgid "failed to delete file %s"11040msgstr "s'ha fallat en suprimir el fitxer %s"1104111042#: builtin/update-index.c:110 builtin/update-index.c:21211043#, c-format11044msgid "failed to delete directory %s"11045msgstr "s'ha fallat en suprimir el directori %s"1104611047#: builtin/update-index.c:13311048#, c-format11049msgid "Testing mtime in '%s' "11050msgstr "Provant mtime en '%s'"1105111052#: builtin/update-index.c:14511053msgid "directory stat info does not change after adding a new file"11054msgstr ""11055"la informació d'stat de directori no canvia després d'afegir un fitxer nou"1105611057#: builtin/update-index.c:15811058msgid "directory stat info does not change after adding a new directory"11059msgstr ""11060"la informació d'stat de directori no canvia després d'afegir un directori nou"1106111062#: builtin/update-index.c:17111063msgid "directory stat info changes after updating a file"11064msgstr ""11065"la informació d'stat de directori canvia després d'actualitzar un fitxer"1106611067#: builtin/update-index.c:18211068msgid "directory stat info changes after adding a file inside subdirectory"11069msgstr ""11070"la informació d'stat de directori canvia després d'afegir un fitxer dins "11071"d'un subdirectori"1107211073#: builtin/update-index.c:19311074msgid "directory stat info does not change after deleting a file"11075msgstr ""11076"la informació d'stat de directori no canvia després de suprimir un fitxer"1107711078#: builtin/update-index.c:20611079msgid "directory stat info does not change after deleting a directory"11080msgstr ""11081"la informació d'stat de directori no canvia després de suprimir un directori"1108211083#: builtin/update-index.c:21311084msgid " OK"11085msgstr " D'acord"1108611087#: builtin/update-index.c:57511088msgid "git update-index [<options>] [--] [<file>...]"11089msgstr "git update-index [<opcions>] [--] [<fitxer>...]"1109011091#: builtin/update-index.c:93011092msgid "continue refresh even when index needs update"11093msgstr ""11094"continua l'actualització encara que l'índex necessiti una actualització"1109511096#: builtin/update-index.c:93311097msgid "refresh: ignore submodules"11098msgstr "actualitza: ignora els submòduls"1109911100#: builtin/update-index.c:93611101msgid "do not ignore new files"11102msgstr "no ignoris els fitxers nous"1110311104#: builtin/update-index.c:93811105msgid "let files replace directories and vice-versa"11106msgstr "deixa que els fitxers reemplacin els directoris i viceversa"1110711108#: builtin/update-index.c:94011109msgid "notice files missing from worktree"11110msgstr "tingues en compte els fitxers absents de l'arbre de treball"1111111112#: builtin/update-index.c:94211113msgid "refresh even if index contains unmerged entries"11114msgstr "actualitza encara que l'índex contingui entrades no fusionades"1111511116#: builtin/update-index.c:94511117msgid "refresh stat information"11118msgstr "actualitza la informació d'estadístiques"1111911120#: builtin/update-index.c:94911121msgid "like --refresh, but ignore assume-unchanged setting"11122msgstr "com --refresh, però ignora l'ajust assume-unchanged"1112311124#: builtin/update-index.c:95311125msgid "<mode>,<object>,<path>"11126msgstr "<mode>,<objecte>,<camí>"1112711128#: builtin/update-index.c:95411129msgid "add the specified entry to the index"11130msgstr "afegeix l'entrada especificada a l'índex"1113111132#: builtin/update-index.c:95811133msgid "(+/-)x"11134msgstr "(+/-)x"1113511136#: builtin/update-index.c:95911137msgid "override the executable bit of the listed files"11138msgstr "passa per alt el bit executable dels fitxers llistats"1113911140#: builtin/update-index.c:96311141msgid "mark files as \"not changing\""11142msgstr "marca els fitxers com a \"no canviant\""1114311144#: builtin/update-index.c:96611145msgid "clear assumed-unchanged bit"11146msgstr "neteja el bit assumed-unchanged"1114711148#: builtin/update-index.c:96911149msgid "mark files as \"index-only\""11150msgstr "marca els fitxers com a \"només índex\""1115111152#: builtin/update-index.c:97211153msgid "clear skip-worktree bit"11154msgstr "neteja el bit skip-worktree"1115511156#: builtin/update-index.c:97511157msgid "add to index only; do not add content to object database"11158msgstr ""11159"només afegeix a l'índex; no afegeixis el contingut a la base de dades "11160"d'objectes"1116111162#: builtin/update-index.c:97711163msgid "remove named paths even if present in worktree"11164msgstr ""11165"elimina els camins anomenats encara que estiguin presents en l'arbre de "11166"treball"1116711168#: builtin/update-index.c:97911169msgid "with --stdin: input lines are terminated by null bytes"11170msgstr "amb --stdin: les línies d'entrada acaben amb octets nuls"1117111172#: builtin/update-index.c:98111173msgid "read list of paths to be updated from standard input"11174msgstr "llegeix la llista de camins a actualitzar des de l'entrada estàndard"1117511176#: builtin/update-index.c:98511177msgid "add entries from standard input to the index"11178msgstr "afegeix les entrades de l'entrada estàndard a l'índex"1117911180#: builtin/update-index.c:98911181msgid "repopulate stages #2 and #3 for the listed paths"11182msgstr "reemplena les etapes #2 i #3 per als camins llistats"1118311184#: builtin/update-index.c:99311185msgid "only update entries that differ from HEAD"11186msgstr "només actualitza les entrades que difereixin de HEAD"1118711188#: builtin/update-index.c:99711189msgid "ignore files missing from worktree"11190msgstr "ignora els fitxers absents de l'arbre de treball"1119111192#: builtin/update-index.c:100011193msgid "report actions to standard output"11194msgstr "informa de les accions en la sortida estàndard"1119511196#: builtin/update-index.c:100211197msgid "(for porcelains) forget saved unresolved conflicts"11198msgstr "(per a porcellanes) oblida't dels conflictes no resolts ni desats"1119911200#: builtin/update-index.c:100611201msgid "write index in this format"11202msgstr "escriu l'índex en aquest format"1120311204#: builtin/update-index.c:100811205msgid "enable or disable split index"11206msgstr "habilita o inhabilita l'índex dividit"1120711208#: builtin/update-index.c:101011209msgid "enable/disable untracked cache"11210msgstr "habilita/inhabilita la memòria cau no seguida"1121111212#: builtin/update-index.c:101211213msgid "test if the filesystem supports untracked cache"11214msgstr "prova si el sistema de fitxers admet la memòria cau no seguida"1121511216#: builtin/update-index.c:101411217msgid "enable untracked cache without testing the filesystem"11218msgstr "habilita la memòria cau no seguida sense provar el sistema de fitxers"1121911220#: builtin/update-index.c:113411221msgid "Untracked cache disabled"11222msgstr "La memòria cau no seguida està inhabilitada"1122311224#: builtin/update-index.c:114611225#, c-format11226msgid "Untracked cache enabled for '%s'"11227msgstr "La memòria cau no seguida està habilitada per a '%s'"1122811229#: builtin/update-ref.c:911230msgid "git update-ref [<options>] -d <refname> [<old-val>]"11231msgstr "git update-ref [<opcions>] -d <nom-de-referència> [<valor-antic>]"1123211233#: builtin/update-ref.c:1011234msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"11235msgstr ""11236"git update-ref [<opcions>] <nom-de-referència> <valor-nou> [<valor-antic>]"1123711238#: builtin/update-ref.c:1111239msgid "git update-ref [<options>] --stdin [-z]"11240msgstr "git update-ref [<opcions>] --stdin [-z]"1124111242#: builtin/update-ref.c:36311243msgid "delete the reference"11244msgstr "suprimeix la referència"1124511246#: builtin/update-ref.c:36511247msgid "update <refname> not the one it points to"11248msgstr "actualitza <nom de referència>, no la que assenyali"1124911250#: builtin/update-ref.c:36611251msgid "stdin has NUL-terminated arguments"11252msgstr "stdin té paràmetres acabats amb NUL"1125311254#: builtin/update-ref.c:36711255msgid "read updates from stdin"11256msgstr "llegeix les actualitzacions des d'stdin"1125711258#: builtin/update-server-info.c:611259msgid "git update-server-info [--force]"11260msgstr "git update-server-info [--force]"1126111262#: builtin/update-server-info.c:1411263msgid "update the info files from scratch"11264msgstr "actualitza els fitxers d'informació des de zero"1126511266#: builtin/verify-commit.c:1711267msgid "git verify-commit [-v | --verbose] <commit>..."11268msgstr "git verify-commit [-v | --verbose] <comissió>..."1126911270#: builtin/verify-commit.c:7211271msgid "print commit contents"11272msgstr "imprimeix els continguts de la comissió"1127311274#: builtin/verify-commit.c:73 builtin/verify-tag.c:8411275msgid "print raw gpg status output"11276msgstr "imprimeix la sortida crua de l'estat gpg"1127711278#: builtin/verify-pack.c:5411279msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."11280msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <paquet>..."1128111282#: builtin/verify-pack.c:6411283msgid "verbose"11284msgstr "detallat"1128511286#: builtin/verify-pack.c:6611287msgid "show statistics only"11288msgstr "mostra només estadístiques"1128911290#: builtin/verify-tag.c:1711291msgid "git verify-tag [-v | --verbose] <tag>..."11292msgstr "git verify-tag [-v | --verbose] <etiqueta>..."1129311294#: builtin/verify-tag.c:8311295msgid "print tag contents"11296msgstr "imprimeix els continguts de l'etiqueta"1129711298#: builtin/worktree.c:1511299msgid "git worktree add [<options>] <path> [<branch>]"11300msgstr "git worktree add [<opcions>] <camí> [<branca>]"1130111302#: builtin/worktree.c:1611303msgid "git worktree prune [<options>]"11304msgstr "git worktree prune [<opcions>]"1130511306#: builtin/worktree.c:1711307msgid "git worktree list [<options>]"11308msgstr "git worktree list [<opcions>]"1130911310#: builtin/worktree.c:3911311#, c-format11312msgid "Removing worktrees/%s: not a valid directory"11313msgstr "Eliminació de worktrees/%s: no és un directori vàlid"1131411315#: builtin/worktree.c:4511316#, c-format11317msgid "Removing worktrees/%s: gitdir file does not exist"11318msgstr "Eliminació de worktrees/%s: el fitxer gitdir no existeix"1131911320#: builtin/worktree.c:5011321#, c-format11322msgid "Removing worktrees/%s: unable to read gitdir file (%s)"11323msgstr "Eliminació de worktrees/%s: no s'ha pogut llegir el fitxer gitdir (%s)"1132411325#: builtin/worktree.c:6111326#, c-format11327msgid "Removing worktrees/%s: invalid gitdir file"11328msgstr "Eliminació de worktrees/%s: fitxer gitdir no vàlid"1132911330#: builtin/worktree.c:7711331#, c-format11332msgid "Removing worktrees/%s: gitdir file points to non-existent location"11333msgstr ""11334"Eliminació de worktrees/%s: el fitxer gitdir es refereix a una ubicació no "11335"existent"1133611337#: builtin/worktree.c:11211338#, c-format11339msgid "failed to remove: %s"11340msgstr "s'ha fallat en eliminar: %s"1134111342#: builtin/worktree.c:20111343#, c-format11344msgid "'%s' already exists"11345msgstr "'%s' ja existeix"1134611347#: builtin/worktree.c:23311348#, c-format11349msgid "could not create directory of '%s'"11350msgstr "no s'ha pogut crear directori de '%s'"1135111352#: builtin/worktree.c:26911353#, c-format11354msgid "Preparing %s (identifier %s)"11355msgstr "Preparant %s (identificador %s)"1135611357#: builtin/worktree.c:31711358msgid "checkout <branch> even if already checked out in other worktree"11359msgstr "agafa <branca> encara que sigui agafada en altre arbre de treball"1136011361#: builtin/worktree.c:31911362msgid "create a new branch"11363msgstr "crea una branca nova"1136411365#: builtin/worktree.c:32111366msgid "create or reset a branch"11367msgstr "crea o restableix una branca"1136811369#: builtin/worktree.c:32211370msgid "detach HEAD at named commit"11371msgstr "separa el HEAD a la comissió anomenada"1137211373#: builtin/worktree.c:32911374msgid "-b, -B, and --detach are mutually exclusive"11375msgstr "-b, -B i --detach són mutualment exclusius"1137611377#: builtin/write-tree.c:1311378msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"11379msgstr "git write-tree [--missing-ok] [--prefix=<prefix>/]"1138011381#: builtin/write-tree.c:2611382msgid "<prefix>/"11383msgstr "<prefix>/"1138411385#: builtin/write-tree.c:2711386msgid "write tree object for a subdirectory <prefix>"11387msgstr "escriu l'objecte d'arbre per a un subdirectori <prefix>"1138811389#: builtin/write-tree.c:3011390msgid "only useful for debugging"11391msgstr "només útil per a la depuració"1139211393#: credential-cache--daemon.c:26211394msgid "print debugging messages to stderr"11395msgstr "imprimeix els missatges de depuració a stderr"1139611397#: git.c:1411398msgid ""11399"'git help -a' and 'git help -g' list available subcommands and some\n"11400"concept guides. See 'git help <command>' or 'git help <concept>'\n"11401"to read about a specific subcommand or concept."11402msgstr ""11403"'git help -a' i 'git help -g' llisten subordres disponibles i\n"11404"algunes guies de concepte. Vegeu 'git help <ordre>' o\n"11405"'git help <concepte>' per a llegir sobre una subordre o concepte\n"11406"específic."1140711408#: http.c:32111409msgid "Public key pinning not supported with cURL < 7.44.0"11410msgstr "No s'admet l'enganx de clau pública amb cURL < 7.44.0"1141111412#: common-cmds.h:911413msgid "start a working area (see also: git help tutorial)"11414msgstr "començar una àrea de treball (vegeu també: git help tutorial)"1141511416#: common-cmds.h:1011417msgid "work on the current change (see also: git help everyday)"11418msgstr "treballar en el canvi actual (vegeu també: git help everyday)"1141911420#: common-cmds.h:1111421msgid "examine the history and state (see also: git help revisions)"11422msgstr "examinar la història i l'estat (vegeu també: git help revisions)"1142311424#: common-cmds.h:1211425msgid "grow, mark and tweak your common history"11426msgstr "fer créixer, marcar i ajustar la vostra història comuna"1142711428#: common-cmds.h:1311429msgid "collaborate (see also: git help workflows)"11430msgstr "col·laborar (vegeu també: git help workflow)"1143111432#: common-cmds.h:1711433msgid "Add file contents to the index"11434msgstr "Afegeix els continguts dels fitxers a l'índex"1143511436#: common-cmds.h:1811437msgid "Use binary search to find the commit that introduced a bug"11438msgstr "Troba per cerca binària el canvi que hagi introduït un defecte"1143911440#: common-cmds.h:1911441msgid "List, create, or delete branches"11442msgstr "Llista, crea o suprimeix branques"1144311444#: common-cmds.h:2011445msgid "Switch branches or restore working tree files"11446msgstr "Canvia de branca o restaura els fitxers de l'arbre de treball"1144711448#: common-cmds.h:2111449msgid "Clone a repository into a new directory"11450msgstr "Clona un dipòsit a un directori nou"1145111452#: common-cmds.h:2211453msgid "Record changes to the repository"11454msgstr "Registra els canvis al dipòsit"1145511456#: common-cmds.h:2311457msgid "Show changes between commits, commit and working tree, etc"11458msgstr ""11459"Mostra els canvis entre comissions, la comissió i l'arbre de treball, etc."1146011461#: common-cmds.h:2411462msgid "Download objects and refs from another repository"11463msgstr "Baixa objectes i referències d'un altre dipòsit"1146411465#: common-cmds.h:2511466msgid "Print lines matching a pattern"11467msgstr "Imprimeix les línies coincidents amb un patró"1146811469#: common-cmds.h:2611470msgid "Create an empty Git repository or reinitialize an existing one"11471msgstr "Crea un dipòsit de Git buit o reinicialitza un existent"1147211473#: common-cmds.h:2711474msgid "Show commit logs"11475msgstr "Mostra els registres de comissió"1147611477#: common-cmds.h:2811478msgid "Join two or more development histories together"11479msgstr "Uneix dues o més històries de desenvolupament"1148011481#: common-cmds.h:2911482msgid "Move or rename a file, a directory, or a symlink"11483msgstr "Mou o canvia de nom a un fitxer, directori o enllaç simbòlic"1148411485#: common-cmds.h:3011486msgid "Fetch from and integrate with another repository or a local branch"11487msgstr "Obtén de i integra amb un altre dipòsit o una branca local"1148811489#: common-cmds.h:3111490msgid "Update remote refs along with associated objects"11491msgstr ""11492"Actualitza les referències remotes juntament amb els objectes associats"1149311494#: common-cmds.h:3211495msgid "Reapply commits on top of another base tip"11496msgstr "Reaplica les comissions sobre un altre punt de basament"1149711498#: common-cmds.h:3311499msgid "Reset current HEAD to the specified state"11500msgstr "Restableix el HEAD actual a l'estat especificat"1150111502#: common-cmds.h:3411503msgid "Remove files from the working tree and from the index"11504msgstr "Elimina fitxers de l'arbre de treball i de l'índex"1150511506#: common-cmds.h:3511507msgid "Show various types of objects"11508msgstr "Mostra diversos tipus d'objectes"1150911510#: common-cmds.h:3611511msgid "Show the working tree status"11512msgstr "Mostra l'estat de l'arbre de treball"1151311514#: common-cmds.h:3711515msgid "Create, list, delete or verify a tag object signed with GPG"11516msgstr ""11517"Crea, llista, suprimeix o verifica un objecte d'etiqueta firmat amb GPG"1151811519#: parse-options.h:14511520msgid "expiry-date"11521msgstr "data-de-caducitat"1152211523#: parse-options.h:16011524msgid "no-op (backward compatibility)"11525msgstr "operació nul·la (per a compatibilitat amb versions anteriors)"1152611527#: parse-options.h:23711528msgid "be more verbose"11529msgstr "sigues més detallat"1153011531#: parse-options.h:23911532msgid "be more quiet"11533msgstr "sigues més callat"1153411535#: parse-options.h:24511536msgid "use <n> digits to display SHA-1s"11537msgstr "usa <n> xifres per presentar els SHA-1"1153811539#: rerere.h:3811540msgid "update the index with reused conflict resolution if possible"11541msgstr ""11542"actualitza l'índex amb la resolució de conflicte reusada si és possible"1154311544#: git-bisect.sh:5511545msgid "You need to start by \"git bisect start\""11546msgstr "Cal començar per \"git bisect start\""1154711548#. TRANSLATORS: Make sure to include [Y] and [n] in your11549#. translation. The program will only accept English input11550#. at this point.11551#: git-bisect.sh:6111552msgid "Do you want me to do it for you [Y/n]? "11553msgstr "Voleu que ho faci per vós [Y/n]? "1155411555#: git-bisect.sh:12211556#, sh-format11557msgid "unrecognised option: '$arg'"11558msgstr "opció no reconeguda: '$arg'"1155911560#: git-bisect.sh:12611561#, sh-format11562msgid "'$arg' does not appear to be a valid revision"11563msgstr "'$arg' no sembla una revisió vàlida"1156411565#: git-bisect.sh:15511566msgid "Bad HEAD - I need a HEAD"11567msgstr "HEAD dolent - Cal un HEAD"1156811569#: git-bisect.sh:16811570#, sh-format11571msgid ""11572"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."11573msgstr ""11574"L'agafament de '$start_head' ha fallat. Proveu 'git bisect reset <branca-"11575"vàlida>'."1157611577#: git-bisect.sh:17811578msgid "won't bisect on cg-seek'ed tree"11579msgstr "no es bisecarà en un arbre en el qual s'ha fet cg-seek"1158011581#: git-bisect.sh:18211582msgid "Bad HEAD - strange symbolic ref"11583msgstr "HEAD dolent - referència simbòlica estranya"1158411585#: git-bisect.sh:23411586#, sh-format11587msgid "Bad bisect_write argument: $state"11588msgstr "Paràmetre bisect_write dolent: $state"1158911590#: git-bisect.sh:26311591#, sh-format11592msgid "Bad rev input: $arg"11593msgstr "Introducció de revisió dolenta: $arg"1159411595#: git-bisect.sh:27811596msgid "Please call 'bisect_state' with at least one argument."11597msgstr "Si us plau, invoqueu 'bisect_state' amb almenys un paràmetre."1159811599#: git-bisect.sh:29011600#, sh-format11601msgid "Bad rev input: $rev"11602msgstr "Introducció de revisió dolenta: $rev"1160311604#: git-bisect.sh:29911605#, sh-format11606msgid "'git bisect $TERM_BAD' can take only one argument."11607msgstr "'git bisect $TERM_BAD' pot acceptar només un paràmetre."1160811609#: git-bisect.sh:32211610#, sh-format11611msgid "Warning: bisecting only with a $TERM_BAD commit."11612msgstr "Avís: bisecant amb només comissió $TERM_BAD."1161311614#. TRANSLATORS: Make sure to include [Y] and [n] in your11615#. translation. The program will only accept English input11616#. at this point.11617#: git-bisect.sh:32811618msgid "Are you sure [Y/n]? "11619msgstr "N'esteu segur [Y/n]? "1162011621#: git-bisect.sh:34011622#, sh-format11623msgid ""11624"You need to give me at least one $bad_syn and one $good_syn revision.\n"11625"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11626msgstr ""11627"Cal donar-me almenys una revisió $bad_syn i una $good_syn.\n"11628"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1162911630#: git-bisect.sh:34311631#, sh-format11632msgid ""11633"You need to start by \"git bisect start\".\n"11634"You then need to give me at least one $good_syn and one $bad_syn revision.\n"11635"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11636msgstr ""11637"Cal començar amb \"git bisect start\".\n"11638"Després cal donar-me almenys una revisió $good_syn i una $bad_syn.\n"11639"(Podeu usar \"git bisect $bad_syn\" i \"git bisect $good_syn\" per això.)"1164011641#: git-bisect.sh:414 git-bisect.sh:54611642msgid "We are not bisecting."11643msgstr "No estem bisecant."1164411645#: git-bisect.sh:42111646#, sh-format11647msgid "'$invalid' is not a valid commit"11648msgstr "'$invalid' no és una comissió vàlida"1164911650#: git-bisect.sh:43011651#, sh-format11652msgid ""11653"Could not check out original HEAD '$branch'.\n"11654"Try 'git bisect reset <commit>'."11655msgstr ""11656"No s'ha pogut agafar el HEAD original '$branch'.\n"11657"Proveu 'git bisect reset <comissió>'."1165811659#: git-bisect.sh:45811660msgid "No logfile given"11661msgstr "Cap fitxer de registre donat"1166211663#: git-bisect.sh:45911664#, sh-format11665msgid "cannot read $file for replaying"11666msgstr "no es pot llegir $file per a reproducció"1166711668#: git-bisect.sh:48011669msgid "?? what are you talking about?"11670msgstr "?? de què parleu?"1167111672#: git-bisect.sh:49211673#, sh-format11674msgid "running $command"11675msgstr "executant $command"1167611677#: git-bisect.sh:49911678#, sh-format11679msgid ""11680"bisect run failed:\n"11681"exit code $res from '$command' is < 0 or >= 128"11682msgstr ""11683"el pas de bisecció ha fallat:\n"11684"el codi de sortida $res de '$command' és < 0 o >= 128"1168511686#: git-bisect.sh:52511687msgid "bisect run cannot continue any more"11688msgstr "el pas de bisecció no pot continuar més"1168911690#: git-bisect.sh:53111691#, sh-format11692msgid ""11693"bisect run failed:\n"11694"'bisect_state $state' exited with error code $res"11695msgstr ""11696"el pas de bisecció ha fallat:\n"11697"'bisect_state $state' ha surt amb el codi d'error $res"1169811699#: git-bisect.sh:53811700msgid "bisect run success"11701msgstr "pas de bisecció reeixit"1170211703#: git-bisect.sh:56511704msgid "please use two different terms"11705msgstr "si us plau, useu dos termes distintes"1170611707#: git-bisect.sh:57511708#, sh-format11709msgid "'$term' is not a valid term"11710msgstr "'$term' no és un terme vàlid"1171111712#: git-bisect.sh:57811713#, sh-format11714msgid "can't use the builtin command '$term' as a term"11715msgstr "no es pot usar l'ordre interna '$term' com a terme"1171611717#: git-bisect.sh:587 git-bisect.sh:59311718#, sh-format11719msgid "can't change the meaning of term '$term'"11720msgstr "no es pot canviar el significat del terme '$term'"1172111722#: git-bisect.sh:60611723#, sh-format11724msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."11725msgstr "Ordre no vàlida: actualment esteu en una bisecció $TERM_BAD/$TERM_GOOD"1172611727#: git-bisect.sh:63611728msgid "no terms defined"11729msgstr "cap terme definit"1173011731#: git-bisect.sh:65311732#, sh-format11733msgid ""11734"invalid argument $arg for 'git bisect terms'.\n"11735"Supported options are: --term-good|--term-old and --term-bad|--term-new."11736msgstr ""11737"paràmetre no vàlid $arg per a 'git bisect terms'.\n"11738"Les opcions admeses són: --term-good|--term-old i --term-bad|--term-new."1173911740#: git-rebase.sh:5711741msgid ""11742"When you have resolved this problem, run \"git rebase --continue\".\n"11743"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"11744"To check out the original branch and stop rebasing, run \"git rebase --abort"11745"\"."11746msgstr ""11747"Quan hàgiu resolt aquest problema, executeu \"git rebase --continue\".\n"11748"Si preferiu saltar aquest pedaç, executeu \"git rebase --skip\" en lloc.\n"11749"Per a agafar la branca original i deixar de rebasar, executeu \"git rebase --"11750"abort\"."1175111752#: git-rebase.sh:16511753msgid "Applied autostash."11754msgstr "S'ha aplicat el magatzem automàtic."1175511756#: git-rebase.sh:16811757#, sh-format11758msgid "Cannot store $stash_sha1"11759msgstr "No es pot emmagatzemar $stash_sha1"1176011761#: git-rebase.sh:16911762msgid ""11763"Applying autostash resulted in conflicts.\n"11764"Your changes are safe in the stash.\n"11765"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"11766msgstr ""11767"L'aplicació del magatzem automàtic ha resultat en conflictes.\n"11768"Els vostres canvis estan segurs en el magatzem.\n"11769"Podeu executar \"git stash pop\" o \"git stash drop\" en qualsevol moment.\n"1177011771#: git-rebase.sh:20811772msgid "The pre-rebase hook refused to rebase."11773msgstr "El ganxo de prerebasament ha refusat rebasar."1177411775#: git-rebase.sh:21311776msgid "It looks like git-am is in progress. Cannot rebase."11777msgstr "Sembla que git-am està en curs. No es pot rebasar."1177811779#: git-rebase.sh:35411780msgid "The --exec option must be used with the --interactive option"11781msgstr "L'opció --exec s'ha d'usar amb l'opció --interactive"1178211783#: git-rebase.sh:35911784msgid "No rebase in progress?"11785msgstr "No hi ha rebasament en curs?"1178611787#: git-rebase.sh:37011788msgid "The --edit-todo action can only be used during interactive rebase."11789msgstr ""11790"L'acció --edit-todo només es pot usar durant un rebasament interactiva."1179111792#: git-rebase.sh:37711793msgid "Cannot read HEAD"11794msgstr "No es pot llegir HEAD"1179511796#: git-rebase.sh:38011797msgid ""11798"You must edit all merge conflicts and then\n"11799"mark them as resolved using git add"11800msgstr ""11801"Heu d'editar tots els conflictes de fusió i després\n"11802"marcar-los com a resolts fent servir git add"1180311804#: git-rebase.sh:39811805#, sh-format11806msgid "Could not move back to $head_name"11807msgstr "No s'ha pogut tornar a $head_name"1180811809#: git-rebase.sh:41711810#, sh-format11811msgid ""11812"It seems that there is already a $state_dir_base directory, and\n"11813"I wonder if you are in the middle of another rebase. If that is the\n"11814"case, please try\n"11815"\t$cmd_live_rebase\n"11816"If that is not the case, please\n"11817"\t$cmd_clear_stale_rebase\n"11818"and run me again. I am stopping in case you still have something\n"11819"valuable there."11820msgstr ""11821"Sembla que ja hi ha un directori $state_dir_base, i\n"11822"em pregunto si esteu enmig d'un altre rebasament. Si aquest és el\n"11823"cas, si us plau, proveu\n"11824"\t$cmd_live_rebase\n"11825"Si no és el cas, si us plau,\n"11826"\t$cmd_clear_stale_rebase\n"11827"i executeu-me de nou. M'aturo per si encara hi teniu alguna cosa\n"11828"de valor."1182911830#: git-rebase.sh:46811831#, sh-format11832msgid "invalid upstream $upstream_name"11833msgstr "font no vàlida $upstream_name"1183411835#: git-rebase.sh:49211836#, sh-format11837msgid "$onto_name: there are more than one merge bases"11838msgstr "$onto_name: ja hi ha més d'una base de fusió"1183911840#: git-rebase.sh:495 git-rebase.sh:49911841#, sh-format11842msgid "$onto_name: there is no merge base"11843msgstr "$onto_name: no hi ha cap base de fusió"1184411845#: git-rebase.sh:50411846#, sh-format11847msgid "Does not point to a valid commit: $onto_name"11848msgstr "No assenyala una comissió vàlida: $onto_name"1184911850#: git-rebase.sh:52711851#, sh-format11852msgid "fatal: no such branch: $branch_name"11853msgstr "fatal: no hi ha tal branca: $branch_name"1185411855#: git-rebase.sh:56011856msgid "Cannot autostash"11857msgstr "No es pot emmagatzemar automàticament"1185811859#: git-rebase.sh:56511860#, sh-format11861msgid "Created autostash: $stash_abbrev"11862msgstr "S'ha creat un magatzem automàtic: $stash_abbrev"1186311864#: git-rebase.sh:56911865msgid "Please commit or stash them."11866msgstr "Si us plau, cometeu-los o emmagatzemeu-los."1186711868#: git-rebase.sh:58911869#, sh-format11870msgid "Current branch $branch_name is up to date."11871msgstr "La branca actual $branch_name està al dia."1187211873#: git-rebase.sh:59311874#, sh-format11875msgid "Current branch $branch_name is up to date, rebase forced."11876msgstr "La branca actual $branch_name està al dia; rebasament forçada."1187711878#: git-rebase.sh:60411879#, sh-format11880msgid "Changes from $mb to $onto:"11881msgstr "Canvis de $mb a $onto:"1188211883#: git-rebase.sh:61311884msgid "First, rewinding head to replay your work on top of it..."11885msgstr ""11886"Primer, rebobinant el cap per a reproduir el vostre treball al damunt..."1188711888#: git-rebase.sh:62311889#, sh-format11890msgid "Fast-forwarded $branch_name to $onto_name."11891msgstr "S'ha avançat $branch_name ràpidament a $onto_name"1189211893#: git-stash.sh:5111894msgid "git stash clear with parameters is unimplemented"11895msgstr "git stash clear amb paràmetres no està implementat"1189611897#: git-stash.sh:7411898msgid "You do not have the initial commit yet"11899msgstr "Encara no teniu la comissió inicial"1190011901#: git-stash.sh:8911902msgid "Cannot save the current index state"11903msgstr "No es pot desar l'estat d'índex actual"1190411905#: git-stash.sh:124 git-stash.sh:13711906msgid "Cannot save the current worktree state"11907msgstr "No es pot desar l'estat d'arbre de treball actual"1190811909#: git-stash.sh:14111910msgid "No changes selected"11911msgstr "No hi ha canvis seleccionats"1191211913#: git-stash.sh:14411914msgid "Cannot remove temporary index (can't happen)"11915msgstr "No es pot eliminar l'índex temporal (això no pot passar)"1191611917#: git-stash.sh:15711918msgid "Cannot record working tree state"11919msgstr "No es pot registrar l'estat de l'arbre de treball"1192011921#: git-stash.sh:18911922#, sh-format11923msgid "Cannot update $ref_stash with $w_commit"11924msgstr "No es pot actualitzar $ref_stash amb $w_commit"1192511926#. TRANSLATORS: $option is an invalid option, like11927#. `--blah-blah'. The 7 spaces at the beginning of the11928#. second line correspond to "error: ". So you should line11929#. up the second line with however many characters the11930#. translation of "error: " takes in your language. E.g. in11931#. English this is:11932#.11933#. $ git stash save --blah-blah 2>&1 | head -n 211934#. error: unknown option for 'stash save': --blah-blah11935#. To provide a message, use git stash save -- '--blah-blah'11936#: git-stash.sh:23911937#, sh-format11938msgid ""11939"error: unknown option for 'stash save': $option\n"11940" To provide a message, use git stash save -- '$option'"11941msgstr ""11942"error: opció desconeguda de 'stash save': $option\n"11943" Per a proveir un missatge, useu git stash save -- '$option'"1194411945#: git-stash.sh:26011946msgid "No local changes to save"11947msgstr "No hi ha canvis locals a desar"1194811949#: git-stash.sh:26411950msgid "Cannot initialize stash"11951msgstr "No es pot inicialitzar el magatzem"1195211953#: git-stash.sh:26811954msgid "Cannot save the current status"11955msgstr "No es pot desar l'estat actual"1195611957#: git-stash.sh:28611958msgid "Cannot remove worktree changes"11959msgstr "No es pot eliminar els canvis de l'arbre de treball"1196011961#: git-stash.sh:40511962#, sh-format11963msgid "unknown option: $opt"11964msgstr "opció desconeguda: $opt"1196511966#: git-stash.sh:41511967msgid "No stash found."11968msgstr "Cap magatzem trobat."1196911970#: git-stash.sh:42211971#, sh-format11972msgid "Too many revisions specified: $REV"11973msgstr "Massa revisions especificades: $REV"1197411975#: git-stash.sh:42811976#, sh-format11977msgid "$reference is not a valid reference"11978msgstr "$reference no és una referència vàlida"1197911980#: git-stash.sh:45611981#, sh-format11982msgid "'$args' is not a stash-like commit"11983msgstr "'$args' no és una comissió de tipus magatzem"1198411985#: git-stash.sh:46711986#, sh-format11987msgid "'$args' is not a stash reference"11988msgstr "'$args' no és una referència de magatzem"1198911990#: git-stash.sh:47511991msgid "unable to refresh index"11992msgstr "no s'ha pogut actualitzar l'índex"1199311994#: git-stash.sh:47911995msgid "Cannot apply a stash in the middle of a merge"11996msgstr "No es pot aplicar un magatzem enmig d'una fusió"1199711998#: git-stash.sh:48711999msgid "Conflicts in index. Try without --index."12000msgstr "Hi ha conflictes en l'índex. Proveu-ho sense --index."1200112002#: git-stash.sh:48912003msgid "Could not save index tree"12004msgstr "No s'ha pogut desar l'arbre d'índex"1200512006#: git-stash.sh:52312007msgid "Cannot unstage modified files"12008msgstr "No es pot desallistar fitxers modificats"1200912010#: git-stash.sh:53812011msgid "Index was not unstashed."12012msgstr "L'índex no estava sense emmagatzemar."1201312014#: git-stash.sh:56112015#, sh-format12016msgid "Dropped ${REV} ($s)"12017msgstr "${REV} ($s) descartada"1201812019#: git-stash.sh:56212020#, sh-format12021msgid "${REV}: Could not drop stash entry"12022msgstr "${REV}: No s'ha pogut descartar l'entrada de magatzem"1202312024#: git-stash.sh:57012025msgid "No branch name specified"12026msgstr "Cap nom de branca especificat"1202712028#: git-stash.sh:64212029msgid "(To restore them type \"git stash apply\")"12030msgstr "(Per restaurar-les teclegeu \"git stash apply\")"1203112032#: git-submodule.sh:10412033#, sh-format12034msgid "cannot strip one component off url '$remoteurl'"12035msgstr "no es pot despullar un component de l'url '$remoteurl'"1203612037#: git-submodule.sh:28112038msgid "Relative path can only be used from the toplevel of the working tree"12039msgstr ""12040"El camí relatiu només es pot usar des del nivell superior de l'arbre de "12041"treball"1204212043#: git-submodule.sh:29112044#, sh-format12045msgid "repo URL: '$repo' must be absolute or begin with ./|../"12046msgstr "URL de dipòsit: '$repo' ha de ser absolut o començar amb ./|../"1204712048#: git-submodule.sh:30812049#, sh-format12050msgid "'$sm_path' already exists in the index"12051msgstr "'$sm_path' ja existeix en l'índex"1205212053#: git-submodule.sh:31212054#, sh-format12055msgid ""12056"The following path is ignored by one of your .gitignore files:\n"12057"$sm_path\n"12058"Use -f if you really want to add it."12059msgstr ""12060"El camí següent s'ignora per un dels vostres fitxers .gitignore:\n"12061"$sm_path\n"12062"Useu -f si realment voleu afegir-lo."1206312064#: git-submodule.sh:33012065#, sh-format12066msgid "Adding existing repo at '$sm_path' to the index"12067msgstr "Afegint el dipòsit existent a '$sm_path' a l'índex"1206812069#: git-submodule.sh:33212070#, sh-format12071msgid "'$sm_path' already exists and is not a valid git repo"12072msgstr "'$sm_path' ja existeix i no és un dipòsit de git vàlid"1207312074#: git-submodule.sh:34012075#, sh-format12076msgid "A git directory for '$sm_name' is found locally with remote(s):"12077msgstr ""12078"Es troba un directori de git per a '$sm_name' localment amb els remots:"1207912080#: git-submodule.sh:34212081#, sh-format12082msgid ""12083"If you want to reuse this local git directory instead of cloning again from"12084msgstr ""12085"Si voleu tornar a usar aquest directori de git local en lloc de clonar de "12086"nou des de"1208712088#: git-submodule.sh:34412089#, sh-format12090msgid ""12091"use the '--force' option. If the local git directory is not the correct repo"12092msgstr ""12093"useu l'opció '--force'. Si el directori de git local no és el dipòsit "12094"correcte"1209512096#: git-submodule.sh:34512097#, sh-format12098msgid ""12099"or you are unsure what this means choose another name with the '--name' "12100"option."12101msgstr ""12102"o esteu insegur de què vol dir això, trieu un altre nom amb l'opció '--name'."1210312104#: git-submodule.sh:34712105#, sh-format12106msgid "Reactivating local git directory for submodule '$sm_name'."12107msgstr "Reactivant el directori de git local per al submòdul '$sm_name'."1210812109#: git-submodule.sh:35912110#, sh-format12111msgid "Unable to checkout submodule '$sm_path'"12112msgstr "no s'ha pogut agafar el submòdul '$sm_path'"1211312114#: git-submodule.sh:36412115#, sh-format12116msgid "Failed to add submodule '$sm_path'"12117msgstr "S'ha fallat en afegir el submòdul '$sm_path'"1211812119#: git-submodule.sh:37312120#, sh-format12121msgid "Failed to register submodule '$sm_path'"12122msgstr "S'ha fallat en registrar el submòdul '$sm_path'"1212312124#: git-submodule.sh:41712125#, sh-format12126msgid "Entering '$prefix$displaypath'"12127msgstr "Entrant a '$prefix$displaypath'"1212812129#: git-submodule.sh:43712130#, sh-format12131msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."12132msgstr ""12133"Aturant a '$prefix$displaypath'; l'script ha retornat un estat no zero."1213412135#: git-submodule.sh:48312136#, sh-format12137msgid "No url found for submodule path '$displaypath' in .gitmodules"12138msgstr ""12139"No s'ha trobat cap url per al camí de submòdul '$displaypath' a .gitmodules"1214012141#: git-submodule.sh:49212142#, sh-format12143msgid "Failed to register url for submodule path '$displaypath'"12144msgstr "S'ha fallat en registrar l'url per al camí de submòdul '$displaypath'"1214512146#: git-submodule.sh:49412147#, sh-format12148msgid "Submodule '$name' ($url) registered for path '$displaypath'"12149msgstr "S'ha registrat el submòdul '$name' ($url) per al camí '$displaypath'"1215012151#: git-submodule.sh:51112152#, sh-format12153msgid "Failed to register update mode for submodule path '$displaypath'"12154msgstr ""12155"S'ha fallat en registrar el mode d'actualització per al camí de submòdul "12156"'$displaypath'"1215712158#: git-submodule.sh:54912159#, sh-format12160msgid "Use '.' if you really want to deinitialize all submodules"12161msgstr "Useu '.' si realment voleu desinicialitzar tots els submòduls"1216212163#: git-submodule.sh:56612164#, sh-format12165msgid "Submodule work tree '$displaypath' contains a .git directory"12166msgstr "L'arbre de treball de submòdul '$displaypath' conté un directori .git"1216712168#: git-submodule.sh:56712169#, sh-format12170msgid ""12171"(use 'rm -rf' if you really want to remove it including all of its history)"12172msgstr ""12173"(useu 'rm -rf' si realment voleu eliminar-lo incloent tota la seva història)"1217412175#: git-submodule.sh:57312176#, sh-format12177msgid ""12178"Submodule work tree '$displaypath' contains local modifications; use '-f' to "12179"discard them"12180msgstr ""12181"L'arbre de treball de submòdul '$displaypath' conté modificacions locals; "12182"useu '-f' per a descartar-les"1218312184#: git-submodule.sh:57612185#, sh-format12186msgid "Cleared directory '$displaypath'"12187msgstr "S'ha netejat el directori '$displaypath'"1218812189#: git-submodule.sh:57712190#, sh-format12191msgid "Could not remove submodule work tree '$displaypath'"12192msgstr "No s'ha pogut eliminar l'arbre de treball de submòdul '$displaypath'"1219312194#: git-submodule.sh:58012195#, sh-format12196msgid "Could not create empty submodule directory '$displaypath'"12197msgstr "No s'ha pogut crear el directori de submòdul buit '$displaypath'"1219812199#: git-submodule.sh:58912200#, sh-format12201msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"12202msgstr "Submòdul '$name' ($url) no registrat per al camí '$displaypath'"1220312204#: git-submodule.sh:72312205#, sh-format12206msgid ""12207"Submodule path '$displaypath' not initialized\n"12208"Maybe you want to use 'update --init'?"12209msgstr ""12210"Camí de submòdul '$displaypath' no inicialitzat\n"12211"Potser voleu usar 'update --init'?"1221212213#: git-submodule.sh:73612214#, sh-format12215msgid "Unable to find current revision in submodule path '$displaypath'"12216msgstr ""12217"No s'ha pogut trobar la revisió actual en el camí de submòdul '$displaypath'"1221812219#: git-submodule.sh:74512220#, sh-format12221msgid "Unable to fetch in submodule path '$sm_path'"12222msgstr "No s'ha pogut obtenir en el camí de submòdul '$sm_path'"1222312224#: git-submodule.sh:76812225#, sh-format12226msgid "Unable to fetch in submodule path '$displaypath'"12227msgstr "No s'ha pogut obtenir en el camí de submòdul '$displaypath'"1222812229#: git-submodule.sh:78812230#, sh-format12231msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"12232msgstr "No s'ha pogut agafar '$sha1' en el camí de submòdul '$displaypath'"1223312234#: git-submodule.sh:78912235#, sh-format12236msgid "Submodule path '$displaypath': checked out '$sha1'"12237msgstr "Camí de submòdul '$displaypath': s'ha agafat '$sha1'"1223812239#: git-submodule.sh:79312240#, sh-format12241msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"12242msgstr "no s'ha pogut rebasar '$sha1' en el camí de submòdul '$displaypath'"1224312244#: git-submodule.sh:79412245#, sh-format12246msgid "Submodule path '$displaypath': rebased into '$sha1'"12247msgstr "Camí de submòdul '$displaypath': s'ha rebasat en '$sha1'"1224812249#: git-submodule.sh:79912250#, sh-format12251msgid "Unable to merge '$sha1' in submodule path '$displaypath'"12252msgstr "No s'ha pogut fusionar '$sha1' en el camí de submòdul '$displaypath'"1225312254#: git-submodule.sh:80012255#, sh-format12256msgid "Submodule path '$displaypath': merged in '$sha1'"12257msgstr "Camí de submòdul '$displaypath': s'ha fusionat en '$sha1'"1225812259#: git-submodule.sh:80512260#, sh-format12261msgid ""12262"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"12263msgstr ""12264"L'execució de '$command $sha1' ha fallat en el camí de submòdul '$prefix"12265"$sm_path'"1226612267#: git-submodule.sh:80612268#, sh-format12269msgid "Submodule path '$prefix$sm_path': '$command $sha1'"12270msgstr "Camí de submòdul '$prefix$sm_path': '$command $sha1'"1227112272#: git-submodule.sh:83612273#, sh-format12274msgid "Failed to recurse into submodule path '$displaypath'"12275msgstr "S'ha fallat en recursar al camí de submòdul '$displaypath'"1227612277#: git-submodule.sh:94412278msgid "The --cached option cannot be used with the --files option"12279msgstr "L'opció --cached no es pot usar amb l'opció --files"1228012281#: git-submodule.sh:99612282#, sh-format12283msgid "unexpected mode $mod_dst"12284msgstr "mode inesperat $mod_dst"1228512286#: git-submodule.sh:101612287#, sh-format12288msgid " Warn: $display_name doesn't contain commit $sha1_src"12289msgstr " Avís: $display_name no conté la comissió $sha1_src"1229012291#: git-submodule.sh:101912292#, sh-format12293msgid " Warn: $display_name doesn't contain commit $sha1_dst"12294msgstr " Avís: $display_name no conté la comissió $sha1_dst"1229512296#: git-submodule.sh:102212297#, sh-format12298msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"12299msgstr " Avís: $display_name no conté les comissions $sha1_src i $sha1_dst"1230012301#: git-submodule.sh:104712302msgid "blob"12303msgstr "blob"1230412305#: git-submodule.sh:116512306#, sh-format12307msgid "Failed to recurse into submodule path '$sm_path'"12308msgstr "S'ha fallat en recursar al camí de submòdul '$sm_path'"1230912310#: git-submodule.sh:122912311#, sh-format12312msgid "Synchronizing submodule url for '$displaypath'"12313msgstr "Sincronitzant l'url de submòdul per a '$displaypath'"