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: 2014-11-20 09:42+0800\n" 11"PO-Revision-Date: 2014-11-20 16:10+0800\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.6.10\n" 20 21#: advice.c:55 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "indirecta: %.*s\n" 25 26#: advice.c:88 27msgid "" 28"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 29"as appropriate to mark resolution and make a commit." 30msgstr "" 31"Arregleu-los en l'arbre de treball, i després useu\n" 32"'git add/rm <fitxer>' segons sigui apropiat per a marcar la\n" 33"resolució i feu una comissió." 34 35#: archive.c:11 36msgid "git archive [options] <tree-ish> [<path>...]" 37msgstr "git archive [opcions] <arbre> [<ruta>...]" 38 39#: archive.c:12 40msgid "git archive --list" 41msgstr "git archive --list" 42 43#: archive.c:13 44msgid "" 45"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 46msgstr "" 47"git archive --remote <dipòsit> [--exec <ordre>] [opcions] <arbre> [<ruta>...]" 48 49#: archive.c:14 50msgid "git archive --remote <repo> [--exec <cmd>] --list" 51msgstr "git archive --remote <dipòsit> [--exec <ordre>] --list" 52 53#: archive.c:334 builtin/add.c:137 builtin/add.c:427 builtin/rm.c:328 54#, c-format 55msgid "pathspec '%s' did not match any files" 56msgstr "L'especificació de ruta '%s' no ha concordat amb cap fitxer" 57 58#: archive.c:419 59msgid "fmt" 60msgstr "format" 61 62#: archive.c:419 63msgid "archive format" 64msgstr "format d'arxiu" 65 66#: archive.c:420 builtin/log.c:1204 67msgid "prefix" 68msgstr "prefix" 69 70#: archive.c:421 71msgid "prepend prefix to each pathname in the archive" 72msgstr "anteposa el prefix a cada nom de ruta en l'arxiu" 73 74#: archive.c:422 builtin/archive.c:88 builtin/blame.c:2517 75#: builtin/blame.c:2518 builtin/config.c:57 builtin/fast-export.c:986 76#: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:101 77#: builtin/ls-files.c:489 builtin/ls-files.c:492 builtin/notes.c:411 78#: builtin/notes.c:568 builtin/read-tree.c:109 parse-options.h:151 79msgid "file" 80msgstr "fitxer" 81 82#: archive.c:423 builtin/archive.c:89 83msgid "write the archive to this file" 84msgstr "escriu l'arxiu a aquest fitxer" 85 86#: archive.c:425 87msgid "read .gitattributes in working directory" 88msgstr "llegeix .gitattributes en el directori de treball" 89 90#: archive.c:426 91msgid "report archived files on stderr" 92msgstr "informa de fitxers arxivats en stderr" 93 94#: archive.c:427 95msgid "store only" 96msgstr "només emmagatzemar" 97 98#: archive.c:428 99msgid "compress faster" 100msgstr "comprimeix més ràpid" 101 102#: archive.c:436 103msgid "compress better" 104msgstr "comprimeix millor" 105 106#: archive.c:439 107msgid "list supported archive formats" 108msgstr "allista els formats d'arxiu suportats" 109 110#: archive.c:441 builtin/archive.c:90 builtin/clone.c:85 111msgid "repo" 112msgstr "dipòsit" 113 114#: archive.c:442 builtin/archive.c:91 115msgid "retrieve the archive from remote repository <repo>" 116msgstr "recupera l'arxiu del dipòsit remot <dipòsit>" 117 118#: archive.c:443 builtin/archive.c:92 builtin/notes.c:490 119msgid "command" 120msgstr "ordre" 121 122#: archive.c:444 builtin/archive.c:93 123msgid "path to the remote git-upload-archive command" 124msgstr "ruta a l'ordre git-upload-archive remot" 125 126#: attr.c:258 127msgid "" 128"Negative patterns are ignored in git attributes\n" 129"Use '\\!' for literal leading exclamation." 130msgstr "" 131"Els patrons negatius s'ignoren en els atributes de git\n" 132"Useu '\\!' per exclamació capdavantera literal." 133 134#: branch.c:60 135#, c-format 136msgid "Not setting branch %s as its own upstream." 137msgstr "No establint la rama %s com a la seva pròpia font." 138 139#: branch.c:83 140#, c-format 141msgid "Branch %s set up to track remote branch %s from %s by rebasing." 142msgstr "" 143"La rama %s està configurada per a seguir la rama remota %s de %s per rebasar." 144 145#: branch.c:84 146#, c-format 147msgid "Branch %s set up to track remote branch %s from %s." 148msgstr "La rama %s està configurada per a seguir la rama remota %s de %s." 149 150#: branch.c:88 151#, c-format 152msgid "Branch %s set up to track local branch %s by rebasing." 153msgstr "La rama %s està configurada per a seguir la rama local %s per rebasar." 154 155#: branch.c:89 156#, c-format 157msgid "Branch %s set up to track local branch %s." 158msgstr "La rama %s està configurada per a seguir la rama local %s." 159 160#: branch.c:94 161#, c-format 162msgid "Branch %s set up to track remote ref %s by rebasing." 163msgstr "" 164"La rama %s està configurada per a seguir la referència remota %s per rebasar." 165 166#: branch.c:95 167#, c-format 168msgid "Branch %s set up to track remote ref %s." 169msgstr "La rama %s està configurada per a seguir la referència remota %s." 170 171#: branch.c:99 172#, c-format 173msgid "Branch %s set up to track local ref %s by rebasing." 174msgstr "" 175"La rama %s està configurada per a seguir la referència local %s per rebasar." 176 177#: branch.c:100 178#, c-format 179msgid "Branch %s set up to track local ref %s." 180msgstr "La rama %s està configurada per a seguir la referència local %s." 181 182#: branch.c:133 183#, c-format 184msgid "Not tracking: ambiguous information for ref %s" 185msgstr "No seguint: informació ambigua per a la referència %s" 186 187#: branch.c:162 188#, c-format 189msgid "'%s' is not a valid branch name." 190msgstr "'%s' no és un nom de rama vàlid." 191 192#: branch.c:167 193#, c-format 194msgid "A branch named '%s' already exists." 195msgstr "Una rama amb nom '%s' ja existeix." 196 197#: branch.c:175 198msgid "Cannot force update the current branch." 199msgstr "No es pot actualitzar la rama actual a la força." 200 201#: branch.c:195 202#, c-format 203msgid "Cannot setup tracking information; starting point '%s' is not a branch." 204msgstr "" 205"No es pot configurar la informació de seguiment; el punt inicial '%s' no és " 206"una rama." 207 208#: branch.c:197 209#, c-format 210msgid "the requested upstream branch '%s' does not exist" 211msgstr "la rama font demanada '%s' no existeix" 212 213#: branch.c:199 214msgid "" 215"\n" 216"If you are planning on basing your work on an upstream\n" 217"branch that already exists at the remote, you may need to\n" 218"run \"git fetch\" to retrieve it.\n" 219"\n" 220"If you are planning to push out a new local branch that\n" 221"will track its remote counterpart, you may want to use\n" 222"\"git push -u\" to set the upstream config as you push." 223msgstr "" 224"\n" 225"Si planeu basar el teu treball en una rama font que ja\n" 226"existeix al remot, pot que necessiteu executar\n" 227"\"git fetch\" per a obtenir-la.\n" 228"\n" 229"Si planeu pujar una rama local nova que seguirà la seva\n" 230"contrapart remota, pot que voleu usar\n" 231"\"git push -u\" per establir la configuració font mentre\n" 232"pugeu." 233 234#: branch.c:243 235#, c-format 236msgid "Not a valid object name: '%s'." 237msgstr "No és un nom d'objecte vàlid: '%s'." 238 239#: branch.c:263 240#, c-format 241msgid "Ambiguous object name: '%s'." 242msgstr "Nom d'objecte ambigu: '%s'." 243 244#: branch.c:268 245#, c-format 246msgid "Not a valid branch point: '%s'." 247msgstr "No és un punt de ramificació vàlid: '%s'." 248 249#: bundle.c:34 250#, c-format 251msgid "'%s' does not look like a v2 bundle file" 252msgstr "'%s' no sembla a un fitxer d'embolic v2" 253 254#: bundle.c:61 255#, c-format 256msgid "unrecognized header: %s%s (%d)" 257msgstr "capçalera no reconeguda: %s%s (%d)" 258 259#: bundle.c:87 builtin/commit.c:788 260#, c-format 261msgid "could not open '%s'" 262msgstr "no s'ha pogut obrir '%s'" 263 264#: bundle.c:139 265msgid "Repository lacks these prerequisite commits:" 266msgstr "Al dipòsit li manquen aquestes comissions prerequisits:" 267 268#: bundle.c:163 sequencer.c:641 sequencer.c:1096 builtin/blame.c:2706 269#: builtin/branch.c:652 builtin/commit.c:1085 builtin/log.c:330 270#: builtin/log.c:823 builtin/log.c:1432 builtin/log.c:1669 builtin/merge.c:357 271#: builtin/shortlog.c:158 272msgid "revision walk setup failed" 273msgstr "la configuració del passeig per revisions ha fallat" 274 275#: bundle.c:185 276#, c-format 277msgid "The bundle contains this ref:" 278msgid_plural "The bundle contains these %d refs:" 279msgstr[0] "L'embolic conté aquesta referència:" 280msgstr[1] "L'embolic conté aquestes %d referències:" 281 282#: bundle.c:192 283msgid "The bundle records a complete history." 284msgstr "L'embolic registra una història completa." 285 286#: bundle.c:194 287#, c-format 288msgid "The bundle requires this ref:" 289msgid_plural "The bundle requires these %d refs:" 290msgstr[0] "L'embolic requereix aquesta referència:" 291msgstr[1] "L'embolic requereix aquestes %d referències:" 292 293#: bundle.c:251 294msgid "Could not spawn pack-objects" 295msgstr "No s'ha pogut executar el pack-objects" 296 297#: bundle.c:269 298msgid "pack-objects died" 299msgstr "El pack-objects s'ha mort" 300 301#: bundle.c:309 302msgid "rev-list died" 303msgstr "El rev-list s'ha mort" 304 305#: bundle.c:358 306#, c-format 307msgid "ref '%s' is excluded by the rev-list options" 308msgstr "les opcions de la llista de revisions exclouen la referència '%s'" 309 310#: bundle.c:438 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261 311#, c-format 312msgid "unrecognized argument: %s" 313msgstr "paràmetre no reconegut: %s" 314 315#: bundle.c:444 316msgid "Refusing to create empty bundle." 317msgstr "Refusant crear un embolic buit." 318 319#: bundle.c:454 320#, c-format 321msgid "cannot create '%s'" 322msgstr "no es pot crear '%s'" 323 324#: bundle.c:475 325msgid "index-pack died" 326msgstr "L'index-pack s'ha mort" 327 328#: color.c:157 329#, c-format 330msgid "invalid color value: %.*s" 331msgstr "valor de color invàlid: %.*s" 332 333#: commit.c:40 334#, c-format 335msgid "could not parse %s" 336msgstr "no s'ha pogut analitzar %s" 337 338#: commit.c:42 339#, c-format 340msgid "%s %s is not a commit!" 341msgstr "%s %s no és una comissió!" 342 343#: compat/obstack.c:406 compat/obstack.c:408 344msgid "memory exhausted" 345msgstr "memòria esgotada" 346 347#: config.c:469 config.c:471 348#, c-format 349msgid "bad config file line %d in %s" 350msgstr "línia de fitxer de configuració dolenta %d en %s" 351 352#: config.c:587 353#, c-format 354msgid "bad numeric config value '%s' for '%s' in %s: %s" 355msgstr "valor de configuració numèrica dolent '%s' per '%s' en %s: %s" 356 357#: config.c:589 358#, c-format 359msgid "bad numeric config value '%s' for '%s': %s" 360msgstr "valor de configuració numèrica dolent '%s' per '%s': %s" 361 362#: config.c:674 363#, c-format 364msgid "failed to expand user dir in: '%s'" 365msgstr "s'ha fallat en expandir el directori d'usuari en '%s'" 366 367#: config.c:752 config.c:763 368#, c-format 369msgid "bad zlib compression level %d" 370msgstr "nivell de compressió de zlib dolent %d" 371 372#: config.c:885 373#, c-format 374msgid "invalid mode for object creation: %s" 375msgstr "mode de creació d'objecte invàlid: %s" 376 377#: config.c:1201 378msgid "unable to parse command-line config" 379msgstr "incapaç de analitzar la configuració de la línia d'ordres" 380 381#: config.c:1262 382msgid "unknown error occured while reading the configuration files" 383msgstr "" 384"s'ha ocorregut un error desconegut en llegir els fitxers de configuració" 385 386#: config.c:1586 387#, c-format 388msgid "unable to parse '%s' from command-line config" 389msgstr "incapaç d'analitzar '%s' de la configuració de la línia d'ordres" 390 391#: config.c:1588 392#, c-format 393msgid "bad config variable '%s' in file '%s' at line %d" 394msgstr "variable de configuració dolent '%s' en el fitxer '%s' a la línia %d" 395 396#: config.c:1647 397#, c-format 398msgid "%s has multiple values" 399msgstr "%s té múltiples valors" 400 401#: connected.c:69 402msgid "Could not run 'git rev-list'" 403msgstr "No s'ha pogut executar 'git rev-list'" 404 405#: connected.c:89 406#, c-format 407msgid "failed write to rev-list: %s" 408msgstr "escriptura fallada al rev-list: %s" 409 410#: connected.c:97 411#, c-format 412msgid "failed to close rev-list's stdin: %s" 413msgstr "s'ha fallat en tancar l'stdin del rev-list: %s" 414 415#: date.c:95 416msgid "in the future" 417msgstr "en el futur" 418 419#: date.c:101 420#, c-format 421msgid "%lu second ago" 422msgid_plural "%lu seconds ago" 423msgstr[0] "fa %lu segon" 424msgstr[1] "fa %lu segons" 425 426#: date.c:108 427#, c-format 428msgid "%lu minute ago" 429msgid_plural "%lu minutes ago" 430msgstr[0] "fa %lu minut" 431msgstr[1] "fa %lu minuts" 432 433#: date.c:115 434#, c-format 435msgid "%lu hour ago" 436msgid_plural "%lu hours ago" 437msgstr[0] "fa %lu hora" 438msgstr[1] "fa %lu hores" 439 440#: date.c:122 441#, c-format 442msgid "%lu day ago" 443msgid_plural "%lu days ago" 444msgstr[0] "fa %lu dia" 445msgstr[1] "fa %lu dies" 446 447#: date.c:128 448#, c-format 449msgid "%lu week ago" 450msgid_plural "%lu weeks ago" 451msgstr[0] "fa %lu setmana" 452msgstr[1] "fa %lu setmanes" 453 454#: date.c:135 455#, c-format 456msgid "%lu month ago" 457msgid_plural "%lu months ago" 458msgstr[0] "fa %lu mes" 459msgstr[1] "fa %lu mesos" 460 461#: date.c:146 462#, c-format 463msgid "%lu year" 464msgid_plural "%lu years" 465msgstr[0] "%lu any" 466msgstr[1] "%lu anys" 467 468#. TRANSLATORS: "%s" is "<n> years" 469#: date.c:149 470#, c-format 471msgid "%s, %lu month ago" 472msgid_plural "%s, %lu months ago" 473msgstr[0] "%s, fa %lu mes" 474msgstr[1] "%s, fa %lu mesos" 475 476#: date.c:154 date.c:159 477#, c-format 478msgid "%lu year ago" 479msgid_plural "%lu years ago" 480msgstr[0] "fa %lu any" 481msgstr[1] "fa %lu anys" 482 483#: diffcore-order.c:24 484#, c-format 485msgid "failed to read orderfile '%s'" 486msgstr "s'ha fallat en llegir el fitxer d'ordres '%s'" 487 488#: diffcore-rename.c:516 489msgid "Performing inexact rename detection" 490msgstr "Realitzant detecció inexacte de canvis de nom" 491 492#: diff.c:114 493#, c-format 494msgid " Failed to parse dirstat cut-off percentage '%s'\n" 495msgstr " S'ha fallat en analitzar el percentatge limitant de dirstat '%s'\n" 496 497#: diff.c:119 498#, c-format 499msgid " Unknown dirstat parameter '%s'\n" 500msgstr " Paràmetre de dirstat desconegut '%s'\n" 501 502#: diff.c:214 503#, c-format 504msgid "Unknown value for 'diff.submodule' config variable: '%s'" 505msgstr "" 506"Valor desconegut del variable de configuració de 'diff.submodule': '%s'" 507 508#: diff.c:266 509#, c-format 510msgid "" 511"Found errors in 'diff.dirstat' config variable:\n" 512"%s" 513msgstr "" 514"Errors trobat en el variable de configuració 'diff.dirstat':\n" 515"%s" 516 517#: diff.c:2957 518#, c-format 519msgid "external diff died, stopping at %s" 520msgstr "El diff external s'ha mort, aturant a %s" 521 522#: diff.c:3352 523msgid "--follow requires exactly one pathspec" 524msgstr "--follow requereix exactament una especificació de ruta" 525 526#: diff.c:3515 527#, c-format 528msgid "" 529"Failed to parse --dirstat/-X option parameter:\n" 530"%s" 531msgstr "" 532"S'ha fallat en analitzar el paràmetre d'opció de --dirstat/-X:\n" 533"%s" 534 535#: diff.c:3529 536#, c-format 537msgid "Failed to parse --submodule option parameter: '%s'" 538msgstr "S'ha fallat en analitzar el paràmetre d'opció de --submodule: %s" 539 540#: gpg-interface.c:129 gpg-interface.c:200 541msgid "could not run gpg." 542msgstr "no s'ha pogut executar el gpg." 543 544#: gpg-interface.c:141 545msgid "gpg did not accept the data" 546msgstr "El gpg no ha acceptat les dades" 547 548#: gpg-interface.c:152 549msgid "gpg failed to sign the data" 550msgstr "gpg ha fallat en firmar les dades" 551 552#: gpg-interface.c:185 553#, c-format 554msgid "could not create temporary file '%s': %s" 555msgstr "no s'ha pogut crear el fitxer temporal '%s': %s" 556 557#: gpg-interface.c:188 558#, c-format 559msgid "failed writing detached signature to '%s': %s" 560msgstr "s'ha fallat en escriure la firma separada a '%s': %s" 561 562#: grep.c:1718 563#, c-format 564msgid "'%s': unable to read %s" 565msgstr "'%s': incapaç de llegir %s" 566 567#: grep.c:1735 568#, c-format 569msgid "'%s': %s" 570msgstr "'%s': %s" 571 572#: grep.c:1746 573#, c-format 574msgid "'%s': short read %s" 575msgstr "'%s': lectura curta %s" 576 577#: help.c:207 578#, c-format 579msgid "available git commands in '%s'" 580msgstr "ordres de git disponibles en '%s'" 581 582#: help.c:214 583msgid "git commands available from elsewhere on your $PATH" 584msgstr "ordres de git disponibles d'altres llocs en la vostra $PATH" 585 586#: help.c:230 587msgid "The most commonly used git commands are:" 588msgstr "Els ordres de git més freqüentment usats són:" 589 590#: help.c:289 591#, c-format 592msgid "" 593"'%s' appears to be a git command, but we were not\n" 594"able to execute it. Maybe git-%s is broken?" 595msgstr "" 596"'%s' sembla un ordre git, però no hem pogut\n" 597"executar-lo. Pot ser que git-%s està estropejat?" 598 599#: help.c:346 600msgid "Uh oh. Your system reports no Git commands at all." 601msgstr "Ai. El vostre sistema no informa de cap ordre de Git." 602 603#: help.c:368 604#, c-format 605msgid "" 606"WARNING: You called a Git command named '%s', which does not exist.\n" 607"Continuing under the assumption that you meant '%s'" 608msgstr "" 609"AVÍS: Heu invocat un ordre de Git amb nom '%s', el qual no existeix.\n" 610"Continuant baix l'assumpció que volíeu dir '%s'" 611 612#: help.c:373 613#, c-format 614msgid "in %0.1f seconds automatically..." 615msgstr "en %0.1f segons automàticament..." 616 617#: help.c:380 618#, c-format 619msgid "git: '%s' is not a git command. See 'git --help'." 620msgstr "git: '%s' no és un ordre de git. Veu 'git --help'." 621 622#: help.c:384 help.c:444 623msgid "" 624"\n" 625"Did you mean this?" 626msgid_plural "" 627"\n" 628"Did you mean one of these?" 629msgstr[0] "" 630"\n" 631"Volíeu dir això?" 632msgstr[1] "" 633"\n" 634"Volíeu dir un d'aquests?" 635 636#: help.c:440 637#, c-format 638msgid "%s: %s - %s" 639msgstr "%s: %s - %s" 640 641#: lockfile.c:275 642msgid "BUG: reopen a lockfile that is still open" 643msgstr "BUG: reobrir un fitxer de bloqueig que encara està obert" 644 645#: lockfile.c:277 646msgid "BUG: reopen a lockfile that has been committed" 647msgstr "BUG: reobrir un fitxer de bloqueig que s'ha comès" 648 649#: merge.c:41 650msgid "failed to read the cache" 651msgstr "s'ha fallat en llegir la memòria cau" 652 653#: merge.c:94 builtin/checkout.c:356 builtin/checkout.c:562 654#: builtin/clone.c:659 655msgid "unable to write new index file" 656msgstr "incapaç d'escriure un fitxer d'índex nou" 657 658#: merge-recursive.c:189 659#, c-format 660msgid "(bad commit)\n" 661msgstr "(comissió dolenta)\n" 662 663#: merge-recursive.c:209 664#, c-format 665msgid "addinfo_cache failed for path '%s'" 666msgstr "addinfo_cache ha fallat per a la ruta '%s'" 667 668#: merge-recursive.c:270 669msgid "error building trees" 670msgstr "error en construir arbres" 671 672#: merge-recursive.c:691 673#, c-format 674msgid "failed to create path '%s'%s" 675msgstr "s'ha fallat en crear la ruta '%s' %s" 676 677#: merge-recursive.c:702 678#, c-format 679msgid "Removing %s to make room for subdirectory\n" 680msgstr "Traient %s per a fer espai per al subdirectori\n" 681 682#: merge-recursive.c:716 merge-recursive.c:737 683msgid ": perhaps a D/F conflict?" 684msgstr ": potser un conflicte D/F?" 685 686#: merge-recursive.c:727 687#, c-format 688msgid "refusing to lose untracked file at '%s'" 689msgstr "refusant perdre el fitxer no seguit a '%s'" 690 691#: merge-recursive.c:767 692#, c-format 693msgid "cannot read object %s '%s'" 694msgstr "no es pot llegir l'objecte %s '%s'" 695 696#: merge-recursive.c:769 697#, c-format 698msgid "blob expected for %s '%s'" 699msgstr "blob esperat per a %s '%s'" 700 701#: merge-recursive.c:792 builtin/clone.c:318 702#, c-format 703msgid "failed to open '%s'" 704msgstr "s'ha fallat en obrir '%s'" 705 706#: merge-recursive.c:800 707#, c-format 708msgid "failed to symlink '%s'" 709msgstr "s'ha fallat en fer l'enllaç simbòlic '%s'" 710 711#: merge-recursive.c:803 712#, c-format 713msgid "do not know what to do with %06o %s '%s'" 714msgstr "no es sap què fer amb %06o %s '%s'" 715 716#: merge-recursive.c:941 717msgid "Failed to execute internal merge" 718msgstr "S'ha fallat en executar la fusió interna" 719 720#: merge-recursive.c:945 721#, c-format 722msgid "Unable to add %s to database" 723msgstr "Incapaç d'afegir %s a la base de dades" 724 725#: merge-recursive.c:961 726msgid "unsupported object type in the tree" 727msgstr "tipus d'objecte no suportat en l'arbre" 728 729#: merge-recursive.c:1036 merge-recursive.c:1050 730#, c-format 731msgid "" 732"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 733"in tree." 734msgstr "" 735"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s " 736"s'ha deixat en l'arbre." 737 738#: merge-recursive.c:1042 merge-recursive.c:1055 739#, c-format 740msgid "" 741"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 742"in tree at %s." 743msgstr "" 744"CONFLICTE: (%s/supressió): %s suprimit en %s i %s en %s. La versió %s de %s " 745"s'ha deixat en l'arbre a %s." 746 747#: merge-recursive.c:1096 748msgid "rename" 749msgstr "canvia de nom" 750 751#: merge-recursive.c:1096 752msgid "renamed" 753msgstr "canviat de nom" 754 755#: merge-recursive.c:1152 756#, c-format 757msgid "%s is a directory in %s adding as %s instead" 758msgstr "%s és un directori en %s; afegint com a %s en lloc" 759 760#: merge-recursive.c:1174 761#, c-format 762msgid "" 763"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 764"\"->\"%s\" in \"%s\"%s" 765msgstr "" 766"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom \"%s\"->\"%s\" en la " 767"rama \"%s\" canvi de nom \"%s\"->\"%s\" en \"%s\"%s" 768 769#: merge-recursive.c:1179 770msgid " (left unresolved)" 771msgstr " (deixat sense resolució)" 772 773#: merge-recursive.c:1233 774#, c-format 775msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 776msgstr "" 777"CONFLICTE (canvi de nom/canvi de nom): Canvi de nom %s->%s en %s. Canvi de " 778"nom %s->%s en %s" 779 780#: merge-recursive.c:1263 781#, c-format 782msgid "Renaming %s to %s and %s to %s instead" 783msgstr "Canviant el nom de %s a %s i %s a %s en lloc" 784 785#: merge-recursive.c:1462 786#, c-format 787msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 788msgstr "" 789"CONFLICTE (supressió/afegiment): Canvi de nom %s->%s en %s. %s afegit en %s" 790 791#: merge-recursive.c:1472 792#, c-format 793msgid "Adding merged %s" 794msgstr "Afegint %s fusionat" 795 796#: merge-recursive.c:1477 merge-recursive.c:1675 797#, c-format 798msgid "Adding as %s instead" 799msgstr "Afegint com a %s en lloc" 800 801#: merge-recursive.c:1528 802#, c-format 803msgid "cannot read object %s" 804msgstr "no es pot llegir l'objecte %s" 805 806#: merge-recursive.c:1531 807#, c-format 808msgid "object %s is not a blob" 809msgstr "L'objecte %s no és un blob" 810 811#: merge-recursive.c:1579 812msgid "modify" 813msgstr "modifica" 814 815#: merge-recursive.c:1579 816msgid "modified" 817msgstr "modificat" 818 819#: merge-recursive.c:1589 820msgid "content" 821msgstr "contingut" 822 823#: merge-recursive.c:1596 824msgid "add/add" 825msgstr "afegiment/afegiment" 826 827#: merge-recursive.c:1630 828#, c-format 829msgid "Skipped %s (merged same as existing)" 830msgstr "%s saltat (el fusionat és igual a l'existent)" 831 832#: merge-recursive.c:1644 833#, c-format 834msgid "Auto-merging %s" 835msgstr "Autofusionant %s" 836 837#: merge-recursive.c:1648 git-submodule.sh:1150 838msgid "submodule" 839msgstr "submòdul" 840 841#: merge-recursive.c:1649 842#, c-format 843msgid "CONFLICT (%s): Merge conflict in %s" 844msgstr "CONFLICTE (%s): Conflicte de fusió en %s" 845 846#: merge-recursive.c:1735 847#, c-format 848msgid "Removing %s" 849msgstr "Traient %s" 850 851#: merge-recursive.c:1760 852msgid "file/directory" 853msgstr "fitxer/directori" 854 855#: merge-recursive.c:1766 856msgid "directory/file" 857msgstr "directori/fitxer" 858 859#: merge-recursive.c:1771 860#, c-format 861msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 862msgstr "" 863"CONFLICTE (%s=: Hi ha un directori amb nom %s en %s. Afegint %s com a %s" 864 865#: merge-recursive.c:1781 866#, c-format 867msgid "Adding %s" 868msgstr "Afegint %s" 869 870#: merge-recursive.c:1798 871msgid "Fatal merge failure, shouldn't happen." 872msgstr "Fallat de fusió fatal; això no ha de passar." 873 874#: merge-recursive.c:1817 875msgid "Already up-to-date!" 876msgstr "Ja al dia!" 877 878#: merge-recursive.c:1826 879#, c-format 880msgid "merging of trees %s and %s failed" 881msgstr "la fusió dels arbres %s i %s ha fallat" 882 883#: merge-recursive.c:1856 884#, c-format 885msgid "Unprocessed path??? %s" 886msgstr "Ruta no processat??? %s" 887 888#: merge-recursive.c:1901 889msgid "Merging:" 890msgstr "Fusionant:" 891 892#: merge-recursive.c:1914 893#, c-format 894msgid "found %u common ancestor:" 895msgid_plural "found %u common ancestors:" 896msgstr[0] "s'ha trobat %u avantpassat:" 897msgstr[1] "s'han trobat %u avantpassats:" 898 899#: merge-recursive.c:1951 900msgid "merge returned no commit" 901msgstr "la fusió no ha retornat cap comissió" 902 903#: merge-recursive.c:2008 904#, c-format 905msgid "Could not parse object '%s'" 906msgstr "No s'ha pogut analitzar l'objecte '%s'" 907 908#: merge-recursive.c:2019 builtin/merge.c:666 909msgid "Unable to write index." 910msgstr "Incapaç d'escriure l'índex." 911 912#: notes-utils.c:41 913msgid "Cannot commit uninitialized/unreferenced notes tree" 914msgstr "No es pot cometre un arbre de notes no inicialitzat / no referenciat" 915 916#: notes-utils.c:83 917#, c-format 918msgid "Bad notes.rewriteMode value: '%s'" 919msgstr "Valor de notes.rewriteMode dolent: '%s'" 920 921#: notes-utils.c:93 922#, c-format 923msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 924msgstr "Refusant reescriure les notes en %s (fora de refs/notes/)" 925 926#. TRANSLATORS: The first %s is the name of the 927#. environment variable, the second %s is its value 928#: notes-utils.c:120 929#, c-format 930msgid "Bad %s value: '%s'" 931msgstr "Valor dolent de %s: '%s'" 932 933#: object.c:241 934#, c-format 935msgid "unable to parse object: %s" 936msgstr "incapaç d'analitzar l'objecte: %s" 937 938#: parse-options.c:546 939msgid "..." 940msgstr "..." 941 942#: parse-options.c:564 943#, c-format 944msgid "usage: %s" 945msgstr "ús: %s" 946 947#. TRANSLATORS: the colon here should align with the 948#. one in "usage: %s" translation 949#: parse-options.c:568 950#, c-format 951msgid " or: %s" 952msgstr " o: %s" 953 954#: parse-options.c:571 955#, c-format 956msgid " %s" 957msgstr " %s" 958 959#: parse-options.c:605 960msgid "-NUM" 961msgstr "-NUM" 962 963#: pathspec.c:133 964msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 965msgstr "" 966"els ajusts d'especificació de ruta 'glob' i 'noglob' globals són " 967"incompatibles" 968 969#: pathspec.c:143 970msgid "" 971"global 'literal' pathspec setting is incompatible with all other global " 972"pathspec settings" 973msgstr "" 974"l'ajust d'especificació de ruta 'literal' global és incompatible amb tots " 975"els altres ajusts d'especificació de ruta globals" 976 977#: pathspec.c:177 978msgid "invalid parameter for pathspec magic 'prefix'" 979msgstr "paràmetre invàlid per a la màgica d'especificació de ruta 'prefix'" 980 981#: pathspec.c:183 982#, c-format 983msgid "Invalid pathspec magic '%.*s' in '%s'" 984msgstr "Màgica d'especificació de ruta invàlida '%.*s' en '%s'" 985 986#: pathspec.c:187 987#, c-format 988msgid "Missing ')' at the end of pathspec magic in '%s'" 989msgstr "')' mancant al final de la màgica d'especificació de ruta en '%s'" 990 991#: pathspec.c:205 992#, c-format 993msgid "Unimplemented pathspec magic '%c' in '%s'" 994msgstr "Màgica d'especificació de ruta no implementada '%c' en '%s'" 995 996#: pathspec.c:230 997#, c-format 998msgid "%s: 'literal' and 'glob' are incompatible" 999msgstr "%s: 'literal' i 'glob' són incompatibles"10001001#: pathspec.c:2411002#, c-format1003msgid "%s: '%s' is outside repository"1004msgstr "%s: '%s' és fora del dipòsit"10051006#: pathspec.c:2911007#, c-format1008msgid "Pathspec '%s' is in submodule '%.*s'"1009msgstr "L'especificació '%s' és en el submòdul '%.*s'"10101011#: pathspec.c:3531012#, c-format1013msgid "%s: pathspec magic not supported by this command: %s"1014msgstr "%s: aquest ordre no suporta la màgica d'especificació de ruta: %s"10151016#: pathspec.c:4321017#, c-format1018msgid "pathspec '%s' is beyond a symbolic link"1019msgstr "l'especificació de ruta '%s' és més allà d'un enllaç simbòlic"10201021#: pathspec.c:4411022msgid ""1023"There is nothing to exclude from by :(exclude) patterns.\n"1024"Perhaps you forgot to add either ':/' or '.' ?"1025msgstr ""1026"No hi ha res a excloure per patrons :(exclusió).\n"1027"Potser heu oblidat afegir o ':/' o '.' ?"10281029#: pretty.c:9681030msgid "unable to parse --pretty format"1031msgstr "incapaç d'analitzar el format --pretty"10321033#: progress.c:2251034msgid "done"1035msgstr "fet"10361037#: read-cache.c:12611038#, c-format1039msgid ""1040"index.version set, but the value is invalid.\n"1041"Using version %i"1042msgstr ""1043"index.version establert, però el valor és invàlid.\n"1044"Usant la versió %i"10451046#: read-cache.c:12711047#, c-format1048msgid ""1049"GIT_INDEX_VERSION set, but the value is invalid.\n"1050"Using version %i"1051msgstr ""1052"GIT_INDEX_VERSION establert, però el valor és invàlid.\n"1053"Usant la versió %i"10541055#: remote.c:7821056#, c-format1057msgid "Cannot fetch both %s and %s to %s"1058msgstr "No és pot obtenir ambdós %s i %s a %s"10591060#: remote.c:7861061#, c-format1062msgid "%s usually tracks %s, not %s"1063msgstr "%s generalment segueix %s, no %s"10641065#: remote.c:7901066#, c-format1067msgid "%s tracks both %s and %s"1068msgstr "%s segueix ambdós %s i %s"10691070#: remote.c:7981071msgid "Internal error"1072msgstr "Error intern"10731074#: remote.c:19681075#, c-format1076msgid "Your branch is based on '%s', but the upstream is gone.\n"1077msgstr "La teva rama està basada en '%s', però la font no és.\n"10781079#: remote.c:19721080msgid " (use \"git branch --unset-upstream\" to fixup)\n"1081msgstr " (useu \"git branch --unset-upstream\" per a arreglar)\n"10821083#: remote.c:19751084#, c-format1085msgid "Your branch is up-to-date with '%s'.\n"1086msgstr "La vostra rama està al dia amb '%s'.\n"10871088#: remote.c:19791089#, c-format1090msgid "Your branch is ahead of '%s' by %d commit.\n"1091msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1092msgstr[0] "La vostra rama està davant de '%s' per %d comissions.\n"1093msgstr[1] "La vostra rama està davant de '%s' per %d comissions.\n"10941095#: remote.c:19851096msgid " (use \"git push\" to publish your local commits)\n"1097msgstr " (useu \"git push\" per a publicar les vostres comissions locals)\n"10981099#: remote.c:19881100#, c-format1101msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1102msgid_plural ""1103"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1104msgstr[0] ""1105"La vostra rama està darrere de '%s' per %d comissió, i pot avançar-se "1106"ràpidament.\n"1107msgstr[1] ""1108"La vostra rama està darrere de '%s' per %d comissions, i pot avançar-se "1109"ràpidament.\n"11101111#: remote.c:19961112msgid " (use \"git pull\" to update your local branch)\n"1113msgstr " (useu \"git pull\" per a actualitzar la vostra rama local)\n"11141115#: remote.c:19991116#, c-format1117msgid ""1118"Your branch and '%s' have diverged,\n"1119"and have %d and %d different commit each, respectively.\n"1120msgid_plural ""1121"Your branch and '%s' have diverged,\n"1122"and have %d and %d different commits each, respectively.\n"1123msgstr[0] ""1124"La vostra rama i '%s' s'han divergit,\n"1125"i tenen %d i %d comissió distinta cada una, respectivament.\n"1126msgstr[1] ""1127"La vostra rama i '%s' s'han divergit,\n"1128"i tenen %d i %d comissions distintes cada una, respectivament.\n"11291130#: remote.c:20091131msgid " (use \"git pull\" to merge the remote branch into yours)\n"1132msgstr " (useu \"git pull\" per a fusionar la rama remota a la vostra)\n"11331134#: run-command.c:871135msgid "open /dev/null failed"1136msgstr "s'ha fallat en obrir /dev/null"11371138#: run-command.c:891139#, c-format1140msgid "dup2(%d,%d) failed"1141msgstr "dup2(%d,%d) ha fallat"11421143#: send-pack.c:2651144msgid "failed to sign the push certificate"1145msgstr "s'ha fallat en firmar el certificat de pujada"11461147#: send-pack.c:3221148msgid "the receiving end does not support --signed push"1149msgstr "el destí rebent no suporta el pujar --signed"11501151#: sequencer.c:172 builtin/merge.c:781 builtin/merge.c:8921152#: builtin/merge.c:1002 builtin/merge.c:10121153#, c-format1154msgid "Could not open '%s' for writing"1155msgstr "No s'ha pogut obrir '%s' per a escriptura"11561157#: sequencer.c:174 builtin/merge.c:343 builtin/merge.c:7841158#: builtin/merge.c:1004 builtin/merge.c:10171159#, c-format1160msgid "Could not write to '%s'"1161msgstr "No s'ha pogut escriure al '%s'"11621163#: sequencer.c:1951164msgid ""1165"after resolving the conflicts, mark the corrected paths\n"1166"with 'git add <paths>' or 'git rm <paths>'"1167msgstr ""1168"després de resoldre els conflictes, marqueu les rutes\n"1169"corregides amb 'git add <rutes>' o 'git rm <rutes>'"11701171#: sequencer.c:1981172msgid ""1173"after resolving the conflicts, mark the corrected paths\n"1174"with 'git add <paths>' or 'git rm <paths>'\n"1175"and commit the result with 'git commit'"1176msgstr ""1177"després de resoldre els conflictes, marqueu les rutes\n"1178"corregides amb 'git add <rutes>' o 'git rm <rutes>'\n"1179"i cometeu el resultat amb 'git commit'"11801181#: sequencer.c:211 sequencer.c:852 sequencer.c:9351182#, c-format1183msgid "Could not write to %s"1184msgstr "No s'ha pogut escriure a %s"11851186#: sequencer.c:2141187#, c-format1188msgid "Error wrapping up %s"1189msgstr "Error en terminar %s"11901191#: sequencer.c:2291192msgid "Your local changes would be overwritten by cherry-pick."1193msgstr "Els vostres canvis locals es sobreescriurien pel recull de cireres."11941195#: sequencer.c:2311196msgid "Your local changes would be overwritten by revert."1197msgstr "Els vostres canvis locals es sobreescriurien per la reversió."11981199#: sequencer.c:2341200msgid "Commit your changes or stash them to proceed."1201msgstr "Cometeu els vostres canvis o emmagatzemeu-los per a procedir."12021203#. TRANSLATORS: %s will be "revert" or "cherry-pick"1204#: sequencer.c:3041205#, c-format1206msgid "%s: Unable to write new index file"1207msgstr "%s: Incapaç d'escriure un fitxer d'índex nou"12081209#: sequencer.c:3351210msgid "Could not resolve HEAD commit\n"1211msgstr "No s'ha pogut resoldre la comissió HEAD\n"12121213#: sequencer.c:3551214msgid "Unable to update cache tree\n"1215msgstr "Incapaç d'actualitzar l'arbre cau\n"12161217#: sequencer.c:4021218#, c-format1219msgid "Could not parse commit %s\n"1220msgstr "No s'ha pogut analitzar la comissió %s\n"12211222#: sequencer.c:4071223#, c-format1224msgid "Could not parse parent commit %s\n"1225msgstr "No s'ha pogut analitzar la comissió pare %s\n"12261227#: sequencer.c:4731228msgid "Your index file is unmerged."1229msgstr "El vostre fitxer d'índex està sense fusionar."12301231#: sequencer.c:4921232#, c-format1233msgid "Commit %s is a merge but no -m option was given."1234msgstr "La comissió %s és una fusió però cap opció -m s'ha donat."12351236#: sequencer.c:5001237#, c-format1238msgid "Commit %s does not have parent %d"1239msgstr "La comissió %s no té pare %d"12401241#: sequencer.c:5041242#, c-format1243msgid "Mainline was specified but commit %s is not a merge."1244msgstr ""1245"S'ha especificat la línia principal però la comissió %s no és una fusió."12461247#. TRANSLATORS: The first %s will be "revert" or1248#. "cherry-pick", the second %s a SHA11249#: sequencer.c:5171250#, c-format1251msgid "%s: cannot parse parent commit %s"1252msgstr "%s: no es pot analitzar la comissió pare %s"12531254#: sequencer.c:5211255#, c-format1256msgid "Cannot get commit message for %s"1257msgstr "No es pot obtenir el missatge de comissió de %s"12581259#: sequencer.c:6071260#, c-format1261msgid "could not revert %s... %s"1262msgstr "no s'ha pogut revertir %s...%s"12631264#: sequencer.c:6081265#, c-format1266msgid "could not apply %s... %s"1267msgstr "no s'ha pogut aplicar %s...%s"12681269#: sequencer.c:6441270msgid "empty commit set passed"1271msgstr "conjunt de comissions buit passat"12721273#: sequencer.c:6521274#, c-format1275msgid "git %s: failed to read the index"1276msgstr "git %s: s'ha fallat en llegir l'índex"12771278#: sequencer.c:6561279#, c-format1280msgid "git %s: failed to refresh the index"1281msgstr "git %s: s'ha fallat en actualitzar l'índex"12821283#: sequencer.c:7161284#, c-format1285msgid "Cannot %s during a %s"1286msgstr "No es pot %s durant un %s"12871288#: sequencer.c:7381289#, c-format1290msgid "Could not parse line %d."1291msgstr "No s'ha pogut analitzar la línia %d."12921293#: sequencer.c:7431294msgid "No commits parsed."1295msgstr "Cap comissió analitzada."12961297#: sequencer.c:7561298#, c-format1299msgid "Could not open %s"1300msgstr "No s'ha pogut obrir %s"13011302#: sequencer.c:7601303#, c-format1304msgid "Could not read %s."1305msgstr "No s'ha pogut llegir %s."13061307#: sequencer.c:7671308#, c-format1309msgid "Unusable instruction sheet: %s"1310msgstr "Full d'instruccions inusable: %s"13111312#: sequencer.c:7971313#, c-format1314msgid "Invalid key: %s"1315msgstr "Clau invàlid: %s"13161317#: sequencer.c:8001318#, c-format1319msgid "Invalid value for %s: %s"1320msgstr "Valor invàlid per a %s: %s"13211322#: sequencer.c:8121323#, c-format1324msgid "Malformed options sheet: %s"1325msgstr "Full d'opcions malformat: %s"13261327#: sequencer.c:8331328msgid "a cherry-pick or revert is already in progress"1329msgstr "un recull de cireres o una reversió ja està en curs"13301331#: sequencer.c:8341332msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1333msgstr "intenteu \"git cherry-pick (--continue | --quit | --abort)\""13341335#: sequencer.c:8381336#, c-format1337msgid "Could not create sequencer directory %s"1338msgstr "No s'ha pogut crear el directori de seqüenciador %s"13391340#: sequencer.c:854 sequencer.c:9391341#, c-format1342msgid "Error wrapping up %s."1343msgstr "Error en terminar %s."13441345#: sequencer.c:873 sequencer.c:10091346msgid "no cherry-pick or revert in progress"1347msgstr "ni recull de cireres ni una reversió està en curs"13481349#: sequencer.c:8751350msgid "cannot resolve HEAD"1351msgstr "no es pot resoldre HEAD"13521353#: sequencer.c:8771354msgid "cannot abort from a branch yet to be born"1355msgstr "no es pot avortar des d'una rama que encara ha de nàixer"13561357#: sequencer.c:899 builtin/apply.c:41281358#, c-format1359msgid "cannot open %s: %s"1360msgstr "no es pot obrir %s: %s"13611362#: sequencer.c:9021363#, c-format1364msgid "cannot read %s: %s"1365msgstr "no es pot llegir %s: %s"13661367#: sequencer.c:9031368msgid "unexpected end of file"1369msgstr "fin de fitxer inesperat"13701371#: sequencer.c:9091372#, c-format1373msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1374msgstr ""1375"el fitxer HEAD emmagatzemat abans del recull de cirers '%s' és corrupte"13761377#: sequencer.c:9321378#, c-format1379msgid "Could not format %s."1380msgstr "No s'ha pogut formatar %s."13811382#: sequencer.c:10771383#, c-format1384msgid "%s: can't cherry-pick a %s"1385msgstr "%s: no es pot recollir com cirera un %s"13861387#: sequencer.c:10801388#, c-format1389msgid "%s: bad revision"1390msgstr "%s: revisió dolenta"13911392#: sequencer.c:11141393msgid "Can't revert as initial commit"1394msgstr "No es pot revertir com a comissió inicial"13951396#: sequencer.c:11151397msgid "Can't cherry-pick into empty head"1398msgstr "No es pot recollir cireres en un cap buit"13991400#: sha1_name.c:4401401msgid ""1402"Git normally never creates a ref that ends with 40 hex characters\n"1403"because it will be ignored when you just specify 40-hex. These refs\n"1404"may be created by mistake. For example,\n"1405"\n"1406" git checkout -b $br $(git rev-parse ...)\n"1407"\n"1408"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1409"examine these refs and maybe delete them. Turn this message off by\n"1410"running \"git config advice.objectNameWarning false\""1411msgstr ""1412"Git normalment mai crea una referència que termini amb 40 caràcters\n"1413"hexadecimals perquè s'ignorarà quan només especifiqueu 40 caràcters\n"1414"hexadecimals. Aquestes referències es poden crear per error. Per\n"1415"exemple,\n"1416"\n"1417" git checkout -b $br $(git rev-parse ...)\n"1418"\n"1419"on \"$br\" és de alguna manera buit i una referència de 40 caràcters\n"1420"hexadecimals. Si us plau, examineu aquests referències i potser\n"1421"suprimiu-les. Desactiva aquest missatge per executar\n"1422"\"git config advice.objectNameWarning false\""14231424#: sha1_name.c:10681425msgid "HEAD does not point to a branch"1426msgstr "HEAD no assenyala cap rama"14271428#: sha1_name.c:10711429#, c-format1430msgid "No such branch: '%s'"1431msgstr "No hi ha tal rama: '%s'"14321433#: sha1_name.c:10731434#, c-format1435msgid "No upstream configured for branch '%s'"1436msgstr "Cap font configurada per a la rama '%s'"14371438#: sha1_name.c:10771439#, c-format1440msgid "Upstream branch '%s' not stored as a remote-tracking branch"1441msgstr "La rama font '%s' no s'emmagatzema com a rama que segueixi al remot"14421443#: submodule.c:64 submodule.c:981444msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1445msgstr ""1446"No es pot canviar un .gitmodules no fusionat, primer resoldreu els "1447"conflictes de fusió"14481449#: submodule.c:68 submodule.c:1021450#, c-format1451msgid "Could not find section in .gitmodules where path=%s"1452msgstr "No s'ha pogut trobar la secció en .gitmodules on path=%s"14531454#: submodule.c:761455#, c-format1456msgid "Could not update .gitmodules entry %s"1457msgstr "No s'ha pogut actualitzar l'entrada de .gitmodules %s"14581459#: submodule.c:1091460#, c-format1461msgid "Could not remove .gitmodules entry for %s"1462msgstr "No s'ha pogut treure l'entrada de .gitmodules per a %s"14631464#: submodule.c:1201465msgid "staging updated .gitmodules failed"1466msgstr "L'allistament del .gitmodules actualitzat ha fallat"14671468#: submodule.c:1111 builtin/init-db.c:3631469#, c-format1470msgid "Could not create git link %s"1471msgstr "No s'ha pogut crear l'enllaç de git %s"14721473#: submodule.c:11221474#, c-format1475msgid "Could not set core.worktree in %s"1476msgstr "No s'ha pogut establir core.worktree en %s"14771478#: trailer.c:499 trailer.c:503 trailer.c:507 trailer.c:561 trailer.c:5651479#: trailer.c:5691480#, c-format1481msgid "unknown value '%s' for key '%s'"1482msgstr "valor desconegut '%s' per a la clau '%s'"14831484#: trailer.c:551 trailer.c:556 builtin/remote.c:2881485#, c-format1486msgid "more than one %s"1487msgstr "més d'un %s"14881489#: trailer.c:5891490#, c-format1491msgid "empty trailer token in trailer '%.*s'"1492msgstr "fitxa de remolc buida en el remolc '%.*s'"14931494#: trailer.c:7091495#, c-format1496msgid "could not read input file '%s'"1497msgstr "no s'ha pogut llegir el fitxer d'entrada '%s'"14981499#: trailer.c:7121500msgid "could not read from stdin"1501msgstr "No s'ha pogut llegir des d'stdin"15021503#: unpack-trees.c:2021504msgid "Checking out files"1505msgstr "Agafant fitxers"15061507#: urlmatch.c:1201508msgid "invalid URL scheme name or missing '://' suffix"1509msgstr "l'esquema d'URL és invàlida o li manca el sufix '://'"15101511#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561512#, c-format1513msgid "invalid %XX escape sequence"1514msgstr "seqüència d'escapament %XX invàlida"15151516#: urlmatch.c:1721517msgid "missing host and scheme is not 'file:'"1518msgstr "manca l'host i l'esquema no és 'file:'"15191520#: urlmatch.c:1891521msgid "a 'file:' URL may not have a port number"1522msgstr "un URL 'file:' no pot tenir número de port"15231524#: urlmatch.c:1991525msgid "invalid characters in host name"1526msgstr "hi ha caràcters invàlids en el nom de host"15271528#: urlmatch.c:244 urlmatch.c:2551529msgid "invalid port number"1530msgstr "número de port invàlid"15311532#: urlmatch.c:3221533msgid "invalid '..' path segment"1534msgstr "segment de ruta '..' invàlid"15351536#: wrapper.c:5091537#, c-format1538msgid "unable to access '%s': %s"1539msgstr "incapaç d'accedir a '%s': %s"15401541#: wrapper.c:5301542#, c-format1543msgid "unable to access '%s'"1544msgstr "incapaç d'accedir a '%s'"15451546#: wrapper.c:5411547#, c-format1548msgid "unable to look up current user in the passwd file: %s"1549msgstr "incapaç de trobar l'usuari actual en el fitxer passwd: %s"15501551#: wrapper.c:5421552msgid "no such user"1553msgstr "no hi ha tal usuari"15541555#: wrapper.c:5501556msgid "unable to get current working directory"1557msgstr "incapaç d'obtenir el directori de treball actual"15581559#: wt-status.c:1501560msgid "Unmerged paths:"1561msgstr "Rutes sense fusionar:"15621563#: wt-status.c:177 wt-status.c:2041564#, c-format1565msgid " (use \"git reset %s <file>...\" to unstage)"1566msgstr " (useu \"git reset %s <fitxer>...\" per a desallistar)"15671568#: wt-status.c:179 wt-status.c:2061569msgid " (use \"git rm --cached <file>...\" to unstage)"1570msgstr " (useu \"git rm --cached <fitxer>...\" per a desallistar)"15711572#: wt-status.c:1831573msgid " (use \"git add <file>...\" to mark resolution)"1574msgstr " (useu \"git add <fitxer>...\" per a senyalar resolució)"15751576#: wt-status.c:185 wt-status.c:1891577msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1578msgstr ""1579" (useu \"git add/rm <fitxer>...\" segons sigui apropiat per a senyalar "1580"resolució)"15811582#: wt-status.c:1871583msgid " (use \"git rm <file>...\" to mark resolution)"1584msgstr " (useu \"git rm <fitxer>...\" per a senyalar resolució)"15851586#: wt-status.c:1981587msgid "Changes to be committed:"1588msgstr "Canvis a cometre:"15891590#: wt-status.c:2161591msgid "Changes not staged for commit:"1592msgstr "Canvis no allistats per a cometre:"15931594#: wt-status.c:2201595msgid " (use \"git add <file>...\" to update what will be committed)"1596msgstr " (useu \"git add <fitxer>...\" per a actualitzar què es cometrà)"15971598#: wt-status.c:2221599msgid " (use \"git add/rm <file>...\" to update what will be committed)"1600msgstr " (useu \"git add/rm <fitxer>...\" per a actualitzar què es cometrà)"16011602#: wt-status.c:2231603msgid ""1604" (use \"git checkout -- <file>...\" to discard changes in working directory)"1605msgstr ""1606" (useu \"git checkout -- <fitxer>...\" per a descartar els canvis en el "1607"directori de treball)"16081609#: wt-status.c:2251610msgid " (commit or discard the untracked or modified content in submodules)"1611msgstr ""1612" (cometeu o descarteu el contingut modificat o no seguit en els submòduls)"16131614#: wt-status.c:2371615#, c-format1616msgid " (use \"git %s <file>...\" to include in what will be committed)"1617msgstr " (useu \"git %s <fitxer>...\" per a incloure-ho en què es cometrà)"16181619#: wt-status.c:2521620msgid "both deleted:"1621msgstr "suprimit per ambdós:"16221623#: wt-status.c:2541624msgid "added by us:"1625msgstr "afegit per nosaltres:"16261627#: wt-status.c:2561628msgid "deleted by them:"1629msgstr "suprimit pels:"16301631#: wt-status.c:2581632msgid "added by them:"1633msgstr "afegit pels:"16341635#: wt-status.c:2601636msgid "deleted by us:"1637msgstr "suprimit per nosaltres:"16381639#: wt-status.c:2621640msgid "both added:"1641msgstr "afegit per ambdós:"16421643#: wt-status.c:2641644msgid "both modified:"1645msgstr "modificat per ambdós:"16461647#: wt-status.c:2661648#, c-format1649msgid "bug: unhandled unmerged status %x"1650msgstr "bug: estat no fusionat no manejat %x"16511652#: wt-status.c:2741653msgid "new file:"1654msgstr "fitxer nou:"16551656#: wt-status.c:2761657msgid "copied:"1658msgstr "copiat:"16591660#: wt-status.c:2781661msgid "deleted:"1662msgstr "suprimit:"16631664#: wt-status.c:2801665msgid "modified:"1666msgstr "modificat:"16671668#: wt-status.c:2821669msgid "renamed:"1670msgstr "canviat de nom:"16711672#: wt-status.c:2841673msgid "typechange:"1674msgstr "canviat de tipus:"16751676#: wt-status.c:2861677msgid "unknown:"1678msgstr "desconegut:"16791680#: wt-status.c:2881681msgid "unmerged:"1682msgstr "sense fusionar:"16831684#: wt-status.c:3701685msgid "new commits, "1686msgstr "comissions noves, "16871688#: wt-status.c:3721689msgid "modified content, "1690msgstr "contingut modificat, "16911692#: wt-status.c:3741693msgid "untracked content, "1694msgstr "contingut no seguit, "16951696#: wt-status.c:3911697#, c-format1698msgid "bug: unhandled diff status %c"1699msgstr "bug: estat de diferència no manejat %c"17001701#: wt-status.c:7611702msgid "Submodules changed but not updated:"1703msgstr "Submòduls canviats però no actualitzats:"17041705#: wt-status.c:7631706msgid "Submodule changes to be committed:"1707msgstr "Canvis de submòdul a cometre:"17081709#: wt-status.c:8421710msgid ""1711"Do not touch the line above.\n"1712"Everything below will be removed."1713msgstr ""1714"No toqueu la línia amunt.\n"1715"Tot a baix es traurà."17161717#: wt-status.c:9331718msgid "You have unmerged paths."1719msgstr "Teniu rutes sense fusionar."17201721#: wt-status.c:9361722msgid " (fix conflicts and run \"git commit\")"1723msgstr " (arregleu els conflictes i executeu \"git commit\")"17241725#: wt-status.c:9391726msgid "All conflicts fixed but you are still merging."1727msgstr "Tots els conflictes estan arreglats però encara esteu fusionant."17281729#: wt-status.c:9421730msgid " (use \"git commit\" to conclude merge)"1731msgstr " (useu \"git commit\" per a concloure la fusió)"17321733#: wt-status.c:9521734msgid "You are in the middle of an am session."1735msgstr "Esteu en el medi d'una sessió am."17361737#: wt-status.c:9551738msgid "The current patch is empty."1739msgstr "El pedaç actual està buit."17401741#: wt-status.c:9591742msgid " (fix conflicts and then run \"git am --continue\")"1743msgstr " (arregleu els conflictes i després executeu \"git am --continue\")"17441745#: wt-status.c:9611746msgid " (use \"git am --skip\" to skip this patch)"1747msgstr " (useu \"git am --skip\" per a saltar aquest pedaç)"17481749#: wt-status.c:9631750msgid " (use \"git am --abort\" to restore the original branch)"1751msgstr " (useu \"git am --abort\" per a restaurar la rama original)"17521753#: wt-status.c:1023 wt-status.c:10401754#, c-format1755msgid "You are currently rebasing branch '%s' on '%s'."1756msgstr "Actualment esteu rebasant la rama '%s' en '%s'."17571758#: wt-status.c:1028 wt-status.c:10451759msgid "You are currently rebasing."1760msgstr "Actualment esteu rebasant."17611762#: wt-status.c:10311763msgid " (fix conflicts and then run \"git rebase --continue\")"1764msgstr ""1765" (arregleu els conflictes i després executeu \"git rebase --continue\")"17661767#: wt-status.c:10331768msgid " (use \"git rebase --skip\" to skip this patch)"1769msgstr " (useu \"git rebase --skip\" per a saltar aquest pedaç)"17701771#: wt-status.c:10351772msgid " (use \"git rebase --abort\" to check out the original branch)"1773msgstr " (useu \"git rebase --abort\" per a agafar la rama original)"17741775#: wt-status.c:10481776msgid " (all conflicts fixed: run \"git rebase --continue\")"1777msgstr " (tots els conflictes arreglats: executeu \"git rebase --continue\")"17781779#: wt-status.c:10521780#, c-format1781msgid ""1782"You are currently splitting a commit while rebasing branch '%s' on '%s'."1783msgstr ""1784"Actualment esteu dividint una comissió mentre rebasant la rama '%s' en '%s'."17851786#: wt-status.c:10571787msgid "You are currently splitting a commit during a rebase."1788msgstr "Actualment esteu dividint una comissió durant una rebase."17891790#: wt-status.c:10601791msgid " (Once your working directory is clean, run \"git rebase --continue\")"1792msgstr ""1793" (Una vegada que el vostre directori de treball sigui net, executeu \"git "1794"rebase --continue\")"17951796#: wt-status.c:10641797#, c-format1798msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1799msgstr ""1800"Actualment esteu editant una comissió mentre rebasant la rama '%s' en '%s'."18011802#: wt-status.c:10691803msgid "You are currently editing a commit during a rebase."1804msgstr "Actualment esteu editant una comissió durant una rebase."18051806#: wt-status.c:10721807msgid " (use \"git commit --amend\" to amend the current commit)"1808msgstr " (useu \"git commit --amend\" per a esmenar la comissió actual)"18091810#: wt-status.c:10741811msgid ""1812" (use \"git rebase --continue\" once you are satisfied with your changes)"1813msgstr ""1814" (useu \"git rebase --continue\" una vegada que esteu satisfet amb els "1815"vostres canvis)"18161817#: wt-status.c:10841818#, c-format1819msgid "You are currently cherry-picking commit %s."1820msgstr "Actualment esteu recollint com cirera la comissió %s."18211822#: wt-status.c:10891823msgid " (fix conflicts and run \"git cherry-pick --continue\")"1824msgstr " (arregleu els conflictes i executeu \"git cherry-pick --continue\")"18251826#: wt-status.c:10921827msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1828msgstr ""1829" (tots els conflictes arreglats: executeu \"git cherry-pick --continue\")"18301831#: wt-status.c:10941832msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1833msgstr ""1834" (useu \"git cherry-pick --abort\" per a cancel·lar l'operació de recull de "1835"cireres)"18361837#: wt-status.c:11031838#, c-format1839msgid "You are currently reverting commit %s."1840msgstr "Actualment esteu revertint la comissió %s."18411842#: wt-status.c:11081843msgid " (fix conflicts and run \"git revert --continue\")"1844msgstr " (arregleu els conflictes i executeu \"git revert --continue\")"18451846#: wt-status.c:11111847msgid " (all conflicts fixed: run \"git revert --continue\")"1848msgstr ""1849" (tots els conflictes estan arreglats: executeu \"git revert --continue\")"18501851#: wt-status.c:11131852msgid " (use \"git revert --abort\" to cancel the revert operation)"1853msgstr ""1854" (useu \"git revert --abort\" per a cancel·lar l'operació de reversió)"18551856#: wt-status.c:11241857#, c-format1858msgid "You are currently bisecting, started from branch '%s'."1859msgstr "Actualment esteu bisecant, heu començat des de la rama '%s'."18601861#: wt-status.c:11281862msgid "You are currently bisecting."1863msgstr "Actualment esteu bisecant."18641865#: wt-status.c:11311866msgid " (use \"git bisect reset\" to get back to the original branch)"1867msgstr " (useu \"git bisect reset\" per a tornar a la rama original)"18681869#: wt-status.c:13061870msgid "On branch "1871msgstr "En la rama "18721873#: wt-status.c:13131874msgid "rebase in progress; onto "1875msgstr "rebase en progrés; en "18761877#: wt-status.c:13201878msgid "HEAD detached at "1879msgstr "HEAD separat a"18801881#: wt-status.c:13221882msgid "HEAD detached from "1883msgstr "HEAD separat de"18841885#: wt-status.c:13251886msgid "Not currently on any branch."1887msgstr "Actualment no en cap rama."18881889#: wt-status.c:13421890msgid "Initial commit"1891msgstr "Comissió inicial"18921893#: wt-status.c:13561894msgid "Untracked files"1895msgstr "Fitxers no seguits"18961897#: wt-status.c:13581898msgid "Ignored files"1899msgstr "Fitxers ignorats"19001901#: wt-status.c:13621902#, c-format1903msgid ""1904"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1905"may speed it up, but you have to be careful not to forget to add\n"1906"new files yourself (see 'git help status')."1907msgstr ""1908"Ha trigat %.2f segons en enumerar fitxers no seguits.\n"1909"'status -uno' pot accelerar-ho, però heu de tenir cuidat de no\n"1910"oblidar afegir fitxers nous per vós mateix (veu\n"1911"'git help status')."19121913#: wt-status.c:13681914#, c-format1915msgid "Untracked files not listed%s"1916msgstr "Els fitxers no seguits no estan llistats%s"19171918#: wt-status.c:13701919msgid " (use -u option to show untracked files)"1920msgstr " (useu l'opció -u per a mostrar els fitxers no seguits)"19211922#: wt-status.c:13761923msgid "No changes"1924msgstr "Sense canvis"19251926#: wt-status.c:13811927#, c-format1928msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1929msgstr ""1930"no hi ha canvis afegits a cometre (useu \"git add\" o \"git commit -a\")\n"19311932#: wt-status.c:13841933#, c-format1934msgid "no changes added to commit\n"1935msgstr "no hi ha canvis afegits a cometre\n"19361937#: wt-status.c:13871938#, c-format1939msgid ""1940"nothing added to commit but untracked files present (use \"git add\" to "1941"track)\n"1942msgstr ""1943"no hi ha res afegit a cometre però fitxers no seguits estan presents (useu "1944"\"git add\" per a seguir-los)\n"19451946#: wt-status.c:13901947#, c-format1948msgid "nothing added to commit but untracked files present\n"1949msgstr "no hi ha res afegit a cometre però fitxers no seguits estan presents\n"19501951#: wt-status.c:13931952#, c-format1953msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1954msgstr ""1955"no hi ha res a cometre (creeu/copieu fitxers i useu \"git add\" per a seguir-"1956"los)\n"19571958#: wt-status.c:1396 wt-status.c:14011959#, c-format1960msgid "nothing to commit\n"1961msgstr "no hi ha res a cometre\n"19621963#: wt-status.c:13991964#, c-format1965msgid "nothing to commit (use -u to show untracked files)\n"1966msgstr ""1967"no hi ha res a cometre (useu -u per a mostrar els fitxers no seguits)\n"19681969#: wt-status.c:14031970#, c-format1971msgid "nothing to commit, working directory clean\n"1972msgstr "no hi ha res a cometre, directori de treball net\n"19731974#: wt-status.c:15121975msgid "HEAD (no branch)"1976msgstr "HEAD (sense rama)"19771978#: wt-status.c:15181979msgid "Initial commit on "1980msgstr "Comissió inicial en "19811982#: wt-status.c:15501983msgid "gone"1984msgstr "no és"19851986#: wt-status.c:1552 wt-status.c:15601987msgid "behind "1988msgstr "darrere "19891990#: compat/precompose_utf8.c:55 builtin/clone.c:3571991#, c-format1992msgid "failed to unlink '%s'"1993msgstr "s'ha fallat en desenllaçar '%s'"19941995#: builtin/add.c:221996msgid "git add [options] [--] <pathspec>..."1997msgstr "git add [opcions] [--] <especificació-de-ruta>..."19981999#: builtin/add.c:652000#, c-format2001msgid "unexpected diff status %c"2002msgstr "estat de diff inesperat %c"20032004#: builtin/add.c:70 builtin/commit.c:2752005msgid "updating files failed"2006msgstr "s'ha fallat en actualitzar els fitxers"20072008#: builtin/add.c:802009#, c-format2010msgid "remove '%s'\n"2011msgstr "treu '%s'\n"20122013#: builtin/add.c:1342014msgid "Unstaged changes after refreshing the index:"2015msgstr "Canvis no allistats després d'actualitzar l'índex:"20162017#: builtin/add.c:194 builtin/rev-parse.c:7852018msgid "Could not read the index"2019msgstr "No s'ha pogut llegir l'índex"20202021#: builtin/add.c:2052022#, c-format2023msgid "Could not open '%s' for writing."2024msgstr "No s'ha pogut obrir '%s' per a escriptura."20252026#: builtin/add.c:2092027msgid "Could not write patch"2028msgstr "No s'ha pogut escriure el pedaç"20292030#: builtin/add.c:2142031#, c-format2032msgid "Could not stat '%s'"2033msgstr "No s'ha pogut fer stat a '%s'"20342035#: builtin/add.c:2162036msgid "Empty patch. Aborted."2037msgstr "El pedaç és buit. Avortat."20382039#: builtin/add.c:2212040#, c-format2041msgid "Could not apply '%s'"2042msgstr "No s'ha pogut aplicar '%s'"20432044#: builtin/add.c:2312045msgid "The following paths are ignored by one of your .gitignore files:\n"2046msgstr "Les rutes següents s'ignoren per un dels vostres fitxers .gitignore:\n"20472048#: builtin/add.c:248 builtin/clean.c:875 builtin/fetch.c:108 builtin/mv.c:1102049#: builtin/prune-packed.c:55 builtin/push.c:499 builtin/remote.c:13752050#: builtin/rm.c:2692051msgid "dry run"2052msgstr "marxa en sec"20532054#: builtin/add.c:249 builtin/apply.c:4415 builtin/check-ignore.c:192055#: builtin/commit.c:1362 builtin/count-objects.c:63 builtin/fsck.c:6082056#: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:1142057msgid "be verbose"2058msgstr "sigues verbós"20592060#: builtin/add.c:2512061msgid "interactive picking"2062msgstr "recull interactiu"20632064#: builtin/add.c:252 builtin/checkout.c:1108 builtin/reset.c:2862065msgid "select hunks interactively"2066msgstr "selecciona els trossos interactivament"20672068#: builtin/add.c:2532069msgid "edit current diff and apply"2070msgstr "edita la diferència actual i aplica'l"20712072#: builtin/add.c:2542073msgid "allow adding otherwise ignored files"2074msgstr "permet afegir fitxers que d'altra manera s'ignoren"20752076#: builtin/add.c:2552077msgid "update tracked files"2078msgstr "actualitza els fitxers seguits"20792080#: builtin/add.c:2562081msgid "record only the fact that the path will be added later"2082msgstr "registra només el fet que la ruta s'afegirà més tard"20832084#: builtin/add.c:2572085msgid "add changes from all tracked and untracked files"2086msgstr "afegeix els canvis de tots els fitxers seguits i no seguits"20872088#: builtin/add.c:2602089msgid "ignore paths removed in the working tree (same as --no-all)"2090msgstr "ignora les rutes tretes en l'arbre de treball (el mateix que --no-all)"20912092#: builtin/add.c:2622093msgid "don't add, only refresh the index"2094msgstr "no afegeixis, només actualitza l'índex"20952096#: builtin/add.c:2632097msgid "just skip files which cannot be added because of errors"2098msgstr "només salta els fitxers que no es poden afegir a causa d'errors"20992100#: builtin/add.c:2642101msgid "check if - even missing - files are ignored in dry run"2102msgstr ""2103"comproveu si els fitxers - encara els mancants - s'ignoren en marxa en sec"21042105#: builtin/add.c:2862106#, c-format2107msgid "Use -f if you really want to add them.\n"2108msgstr "Useu -f si realment els voleu afegir.\n"21092110#: builtin/add.c:2872111msgid "no files added"2112msgstr "cap fitxer afegit"21132114#: builtin/add.c:2932115msgid "adding files failed"2116msgstr "l'afegiment de fitxers ha fallat"21172118#: builtin/add.c:3292119msgid "-A and -u are mutually incompatible"2120msgstr "-A i -u són mutualment incompatibles"21212122#: builtin/add.c:3362123msgid "Option --ignore-missing can only be used together with --dry-run"2124msgstr "L'opció --ignore-missing només es pot usar junt amb --dry-run"21252126#: builtin/add.c:3572127#, c-format2128msgid "Nothing specified, nothing added.\n"2129msgstr "Res especificat, res afegit.\n"21302131#: builtin/add.c:3582132#, c-format2133msgid "Maybe you wanted to say 'git add .'?\n"2134msgstr "Potser volíeu dir 'git add .'?\n"21352136#: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:9192137#: builtin/commit.c:333 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:2992138msgid "index file corrupt"2139msgstr "fitxer d'índex malmès"21402141#: builtin/add.c:446 builtin/apply.c:4510 builtin/mv.c:279 builtin/rm.c:4312142msgid "Unable to write new index file"2143msgstr "Incapaç d'escriure un fitxer d'índex nou"21442145#: builtin/apply.c:582146msgid "git apply [options] [<patch>...]"2147msgstr "git apply [opcions] [<pedaç>...]"21482149#: builtin/apply.c:1112150#, c-format2151msgid "unrecognized whitespace option '%s'"2152msgstr "opció d'espai en blanc '%s' no reconeguda"21532154#: builtin/apply.c:1262155#, c-format2156msgid "unrecognized whitespace ignore option '%s'"2157msgstr "opció d'ignoral d'espai en blanc '%s' no reconeguda"21582159#: builtin/apply.c:8262160#, c-format2161msgid "Cannot prepare timestamp regexp %s"2162msgstr "No es pot preparar l'expressió regular de marca de temps %s"21632164#: builtin/apply.c:8352165#, c-format2166msgid "regexec returned %d for input: %s"2167msgstr "regexec ha retornat %d per l'entrada: %s"21682169#: builtin/apply.c:9162170#, c-format2171msgid "unable to find filename in patch at line %d"2172msgstr "incapaç de trobar el nom de fitxer en el pedaç a la línia %d"21732174#: builtin/apply.c:9482175#, c-format2176msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2177msgstr ""2178"git apply: git-diff dolent - /dev/null esperat, %s rebut en la línia %d"21792180#: builtin/apply.c:9522181#, c-format2182msgid "git apply: bad git-diff - inconsistent new filename on line %d"2183msgstr ""2184"git apply: git-diff dolent - nom de fitxer nou inconsistent en la línia %d"21852186#: builtin/apply.c:9532187#, c-format2188msgid "git apply: bad git-diff - inconsistent old filename on line %d"2189msgstr ""2190"git apply: git-diff dolent - nom de fitxer antic inconsistent en la línia %d"21912192#: builtin/apply.c:9602193#, c-format2194msgid "git apply: bad git-diff - expected /dev/null on line %d"2195msgstr "git apply: git-diff dolent - /dev/null esperat en la línia %d"21962197#: builtin/apply.c:14232198#, c-format2199msgid "recount: unexpected line: %.*s"2200msgstr "recompte: línia inesperada: %.*s"22012202#: builtin/apply.c:14802203#, c-format2204msgid "patch fragment without header at line %d: %.*s"2205msgstr "fragment de pedaç sense capçalera a la línia %d: %.*s"22062207#: builtin/apply.c:14972208#, c-format2209msgid ""2210"git diff header lacks filename information when removing %d leading pathname "2211"component (line %d)"2212msgid_plural ""2213"git diff header lacks filename information when removing %d leading pathname "2214"components (line %d)"2215msgstr[0] ""2216"a la capçalera de git diff li manca informació de nom de fitxer en treure %d "2217"component de nom de ruta inicial (línia %d)"2218msgstr[1] ""2219"a la capçalera de git diff li manca informació de nom de fitxer en treure %d "2220"components de nom de ruta inicial (línia %d)"22212222#: builtin/apply.c:16572223msgid "new file depends on old contents"2224msgstr "el fitxer nou depèn dels continguts antics"22252226#: builtin/apply.c:16592227msgid "deleted file still has contents"2228msgstr "el fitxer suprimit encara té continguts"22292230#: builtin/apply.c:16852231#, c-format2232msgid "corrupt patch at line %d"2233msgstr "el pedaç és malmès a la línia %d"22342235#: builtin/apply.c:17212236#, c-format2237msgid "new file %s depends on old contents"2238msgstr "el fitxer nou %s depèn dels continguts antics"22392240#: builtin/apply.c:17232241#, c-format2242msgid "deleted file %s still has contents"2243msgstr "el fitxer suprimit %s encara té continguts"22442245#: builtin/apply.c:17262246#, c-format2247msgid "** warning: file %s becomes empty but is not deleted"2248msgstr "** avís: el fitxer %s es buida però no es suprimeix"22492250#: builtin/apply.c:18722251#, c-format2252msgid "corrupt binary patch at line %d: %.*s"2253msgstr "pedaç binari malmès a la línia %d: %.*s"22542255#: builtin/apply.c:19012256#, c-format2257msgid "unrecognized binary patch at line %d"2258msgstr "pedaç binari no reconegut a la línia %d"22592260#: builtin/apply.c:20522261#, c-format2262msgid "patch with only garbage at line %d"2263msgstr "pedaç amb només escombraries a la línia %d"22642265#: builtin/apply.c:21422266#, c-format2267msgid "unable to read symlink %s"2268msgstr "incapaç de llegir l'enllaç simbòlic %s"22692270#: builtin/apply.c:21462271#, c-format2272msgid "unable to open or read %s"2273msgstr "incapaç d'obrir o llegir %s"22742275#: builtin/apply.c:27542276#, c-format2277msgid "invalid start of line: '%c'"2278msgstr "inici de línia no vàlid: '%c'"22792280#: builtin/apply.c:28722281#, c-format2282msgid "Hunk #%d succeeded at %d (offset %d line)."2283msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2284msgstr[0] "El tros #%d ha tingut éxit a %d (desplaçament %d línia)."2285msgstr[1] "El tros #%d ha tingut éxit a %d (desplaçament %d línies)."22862287#: builtin/apply.c:28842288#, c-format2289msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2290msgstr "El context s'ha reduït a (%ld/%ld) per a aplicar el fragment a %d"22912292#: builtin/apply.c:28902293#, c-format2294msgid ""2295"while searching for:\n"2296"%.*s"2297msgstr ""2298"mentre cercant:\n"2299"%.*s"23002301#: builtin/apply.c:29092302#, c-format2303msgid "missing binary patch data for '%s'"2304msgstr "manquen els dades de pedaç binari de '%s'"23052306#: builtin/apply.c:30102307#, c-format2308msgid "binary patch does not apply to '%s'"2309msgstr "el pedaç binari no s'aplica a '%s'"23102311#: builtin/apply.c:30162312#, c-format2313msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2314msgstr ""2315"el pedaç binari a '%s' crea un resultat incorrecte (esperant %s, %s rebut)"23162317#: builtin/apply.c:30372318#, c-format2319msgid "patch failed: %s:%ld"2320msgstr "el pedaç ha fallat: %s:%ld"23212322#: builtin/apply.c:31612323#, c-format2324msgid "cannot checkout %s"2325msgstr "no es pot agafar %s"23262327#: builtin/apply.c:3206 builtin/apply.c:3215 builtin/apply.c:32602328#, c-format2329msgid "read of %s failed"2330msgstr "la lectura de %s ha fallat"23312332#: builtin/apply.c:3240 builtin/apply.c:34622333#, c-format2334msgid "path %s has been renamed/deleted"2335msgstr "la ruta %s s'ha canviat de nom / s'ha suprimit"23362337#: builtin/apply.c:3321 builtin/apply.c:34762338#, c-format2339msgid "%s: does not exist in index"2340msgstr "%s: no existeix en l'índex"23412342#: builtin/apply.c:3325 builtin/apply.c:3468 builtin/apply.c:34902343#, c-format2344msgid "%s: %s"2345msgstr "%s: %s"23462347#: builtin/apply.c:3330 builtin/apply.c:34842348#, c-format2349msgid "%s: does not match index"2350msgstr "%s: no coincideix amb l'índex"23512352#: builtin/apply.c:34322353msgid "removal patch leaves file contents"2354msgstr "el pedaç de treta deixa els continguts dels fitxers"23552356#: builtin/apply.c:35012357#, c-format2358msgid "%s: wrong type"2359msgstr "%s: tipus erroni"23602361#: builtin/apply.c:35032362#, c-format2363msgid "%s has type %o, expected %o"2364msgstr "%s és del tipus %o, %o esperat"23652366#: builtin/apply.c:36042367#, c-format2368msgid "%s: already exists in index"2369msgstr "%s: ja existeix en l'índex"23702371#: builtin/apply.c:36072372#, c-format2373msgid "%s: already exists in working directory"2374msgstr "%s: ja existeix en el directori de treball"23752376#: builtin/apply.c:36272377#, c-format2378msgid "new mode (%o) of %s does not match old mode (%o)"2379msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o)"23802381#: builtin/apply.c:36322382#, c-format2383msgid "new mode (%o) of %s does not match old mode (%o) of %s"2384msgstr "el mode nou (%o) de %s no coincideix amb el mode antic (%o) de %s"23852386#: builtin/apply.c:36402387#, c-format2388msgid "%s: patch does not apply"2389msgstr "%s: el pedaç no aplica"23902391#: builtin/apply.c:36532392#, c-format2393msgid "Checking patch %s..."2394msgstr "Comprovant el pedaç %s..."23952396#: builtin/apply.c:3746 builtin/checkout.c:213 builtin/reset.c:1352397#, c-format2398msgid "make_cache_entry failed for path '%s'"2399msgstr "make_cache_entry ha fallat per a la ruta '%s'"24002401#: builtin/apply.c:38892402#, c-format2403msgid "unable to remove %s from index"2404msgstr "incapaç de treure %s de l'índex"24052406#: builtin/apply.c:39182407#, c-format2408msgid "corrupt patch for submodule %s"2409msgstr "pedaç corrupte per al submòdul %s"24102411#: builtin/apply.c:39222412#, c-format2413msgid "unable to stat newly created file '%s'"2414msgstr "incapaç de fer stat al fitxer novament creat '%s'"24152416#: builtin/apply.c:39272417#, c-format2418msgid "unable to create backing store for newly created file %s"2419msgstr ""2420"incapaç de crear un magatzem de recolzament per al fitxer novament creat %s"24212422#: builtin/apply.c:3930 builtin/apply.c:40382423#, c-format2424msgid "unable to add cache entry for %s"2425msgstr "incapaç d'afegir una entrada de cau per a %s"24262427#: builtin/apply.c:39632428#, c-format2429msgid "closing file '%s'"2430msgstr "tancant el fitxer '%s'"24312432#: builtin/apply.c:40122433#, c-format2434msgid "unable to write file '%s' mode %o"2435msgstr "incapaç d'escriure el fitxer '%s' mode %o"24362437#: builtin/apply.c:40992438#, c-format2439msgid "Applied patch %s cleanly."2440msgstr "El pedaç %s s'ha aplicat netament."24412442#: builtin/apply.c:41072443msgid "internal error"2444msgstr "error intern"24452446#: builtin/apply.c:41102447#, c-format2448msgid "Applying patch %%s with %d reject..."2449msgid_plural "Applying patch %%s with %d rejects..."2450msgstr[0] "Aplicant el pedaç %%s amb %d rebuig"2451msgstr[1] "Aplicant el pedaç %%s amb %d rebuitjos"24522453#: builtin/apply.c:41202454#, c-format2455msgid "truncating .rej filename to %.*s.rej"2456msgstr "truncant el nom del fitxer .rej a %.*s.rej"24572458#: builtin/apply.c:41412459#, c-format2460msgid "Hunk #%d applied cleanly."2461msgstr "El tros #%d s'ha aplicat netament."24622463#: builtin/apply.c:41442464#, c-format2465msgid "Rejected hunk #%d."2466msgstr "S'ha rebutjat el tros #%d."24672468#: builtin/apply.c:42342469msgid "unrecognized input"2470msgstr "entrada no reconegut"24712472#: builtin/apply.c:42452473msgid "unable to read index file"2474msgstr "incapaç de llegir el fitxer d'índex"24752476#: builtin/apply.c:4362 builtin/apply.c:4365 builtin/clone.c:912477#: builtin/fetch.c:932478msgid "path"2479msgstr "ruta"24802481#: builtin/apply.c:43632482msgid "don't apply changes matching the given path"2483msgstr "no apliquis els canvis que coincideixin amb la ruta donada"24842485#: builtin/apply.c:43662486msgid "apply changes matching the given path"2487msgstr "aplica els canvis que coincideixin amb la ruta donada"24882489#: builtin/apply.c:43682490msgid "num"2491msgstr "número"24922493#: builtin/apply.c:43692494msgid "remove <num> leading slashes from traditional diff paths"2495msgstr ""2496"treu <nombre> barres obliqües inicials de les rutes de diferència "2497"tradicionals"24982499#: builtin/apply.c:43722500msgid "ignore additions made by the patch"2501msgstr "ignora afegiments fets pel pedaç"25022503#: builtin/apply.c:43742504msgid "instead of applying the patch, output diffstat for the input"2505msgstr ""2506"en lloc d'aplicar el pedaç, emet les estadístiques de diferència de l'entrada"25072508#: builtin/apply.c:43782509msgid "show number of added and deleted lines in decimal notation"2510msgstr "mostra el nombre de línies afegides i suprimides en notació decimal"25112512#: builtin/apply.c:43802513msgid "instead of applying the patch, output a summary for the input"2514msgstr "en lloc d'aplicar el pedaç, emet un resum de l'entrada"25152516#: builtin/apply.c:43822517msgid "instead of applying the patch, see if the patch is applicable"2518msgstr "en lloc d'aplicar el pedaç, veges si el pedaç és aplicable"25192520#: builtin/apply.c:43842521msgid "make sure the patch is applicable to the current index"2522msgstr "assegura que el pedaç sigui aplicable a l'índex actual"25232524#: builtin/apply.c:43862525msgid "apply a patch without touching the working tree"2526msgstr "aplica un pedaç sense tocar l'arbre de treball"25272528#: builtin/apply.c:43882529msgid "also apply the patch (use with --stat/--summary/--check)"2530msgstr "aplica el pedaç també (useu amb --stat/--summary/--check)"25312532#: builtin/apply.c:43902533msgid "attempt three-way merge if a patch does not apply"2534msgstr "intenta una fusió de tres vies si el pedaç no s'aplica"25352536#: builtin/apply.c:43922537msgid "build a temporary index based on embedded index information"2538msgstr "construeix un índex temporal basat en la informació d'índex incrustada"25392540#: builtin/apply.c:4394 builtin/checkout-index.c:198 builtin/ls-files.c:4552541msgid "paths are separated with NUL character"2542msgstr "rutes es separen amb el caràcter NUL"25432544#: builtin/apply.c:43972545msgid "ensure at least <n> lines of context match"2546msgstr "assegura que almenys <n> línies de context coincideixin"25472548#: builtin/apply.c:43982549msgid "action"2550msgstr "acció"25512552#: builtin/apply.c:43992553msgid "detect new or modified lines that have whitespace errors"2554msgstr ""2555"detecta les línies noves o modificades que tinguin errors d'espai en blanc"25562557#: builtin/apply.c:4402 builtin/apply.c:44052558msgid "ignore changes in whitespace when finding context"2559msgstr "ignora els canvis d'espai en blanc al cercar context"25602561#: builtin/apply.c:44082562msgid "apply the patch in reverse"2563msgstr "aplica el pedaç al revés"25642565#: builtin/apply.c:44102566msgid "don't expect at least one line of context"2567msgstr "no esperis almenys una línia de context"25682569#: builtin/apply.c:44122570msgid "leave the rejected hunks in corresponding *.rej files"2571msgstr "deixa els trossos rebutjats en fitxers *.reg coresspondents"25722573#: builtin/apply.c:44142574msgid "allow overlapping hunks"2575msgstr "permet trossos encavalcants"25762577#: builtin/apply.c:44172578msgid "tolerate incorrectly detected missing new-line at the end of file"2579msgstr "tolera una línia nova incorrectament detectada al final del fitxer"25802581#: builtin/apply.c:44202582msgid "do not trust the line counts in the hunk headers"2583msgstr "no confiïs en els recomptes de línia en les capçaleres dels trossos"25842585#: builtin/apply.c:44222586msgid "root"2587msgstr "arrel"25882589#: builtin/apply.c:44232590msgid "prepend <root> to all filenames"2591msgstr "anteposa <arrel> a tots els noms de fitxer"25922593#: builtin/apply.c:44452594msgid "--3way outside a repository"2595msgstr "--3way fora d'un dipòsit"25962597#: builtin/apply.c:44532598msgid "--index outside a repository"2599msgstr "--index fora d'un dipòsit"26002601#: builtin/apply.c:44562602msgid "--cached outside a repository"2603msgstr "--cached fora d'un dipòsit"26042605#: builtin/apply.c:44722606#, c-format2607msgid "can't open patch '%s'"2608msgstr "no es pot obrir el pedaç '%s'"26092610#: builtin/apply.c:44862611#, c-format2612msgid "squelched %d whitespace error"2613msgid_plural "squelched %d whitespace errors"2614msgstr[0] "%d error d'espai en blanc omès"2615msgstr[1] "%d errors d'espai en blanc omesos"26162617#: builtin/apply.c:4492 builtin/apply.c:45022618#, c-format2619msgid "%d line adds whitespace errors."2620msgid_plural "%d lines add whitespace errors."2621msgstr[0] "%d línia afegeix errors d'espai en blanc."2622msgstr[1] "%d línies afegeixen errors d'espai en blanc."26232624#: builtin/archive.c:172625#, c-format2626msgid "could not create archive file '%s'"2627msgstr "no es pot crear el fitxer d'arxiu '%s'"26282629#: builtin/archive.c:202630msgid "could not redirect output"2631msgstr "no s'ha pogut redirigir la sortida"26322633#: builtin/archive.c:372634msgid "git archive: Remote with no URL"2635msgstr "git archive: Remot sense URL"26362637#: builtin/archive.c:582638msgid "git archive: expected ACK/NAK, got EOF"2639msgstr "git archive: ACK/NAK esperat, EOF rebut"26402641#: builtin/archive.c:612642#, c-format2643msgid "git archive: NACK %s"2644msgstr "git archive: %s NACK"26452646#: builtin/archive.c:632647#, c-format2648msgid "remote error: %s"2649msgstr "error remot: %s"26502651#: builtin/archive.c:642652msgid "git archive: protocol error"2653msgstr "git archive: error de protocol"26542655#: builtin/archive.c:682656msgid "git archive: expected a flush"2657msgstr "git archive: rentada esperada"26582659#: builtin/bisect--helper.c:72660msgid "git bisect--helper --next-all [--no-checkout]"2661msgstr "git bisect--helper --next-all [--no-checkout]"26622663#: builtin/bisect--helper.c:172664msgid "perform 'git bisect next'"2665msgstr "realitza 'git bisect next'"26662667#: builtin/bisect--helper.c:192668msgid "update BISECT_HEAD instead of checking out the current commit"2669msgstr "actualitza BISECT_HEAD en lloc d'agafar la comissió actual"26702671#: builtin/blame.c:302672msgid "git blame [options] [rev-opts] [rev] [--] file"2673msgstr "git blame [opcions] [opcions-de-revisió] [revisió] [--] fitxer"26742675#: builtin/blame.c:352676msgid "[rev-opts] are documented in git-rev-list(1)"2677msgstr "les [opcions-de-revisió] estan documentades en git-rev-list(1)"26782679#: builtin/blame.c:25012680msgid "Show blame entries as we find them, incrementally"2681msgstr "Mostra les entrades de culpa mentre les trobem, incrementalment"26822683#: builtin/blame.c:25022684msgid "Show blank SHA-1 for boundary commits (Default: off)"2685msgstr ""2686"Mostra un SHA-1 blanc peles comissions de frontera (Per defecte: desactivat)"26872688#: builtin/blame.c:25032689msgid "Do not treat root commits as boundaries (Default: off)"2690msgstr ""2691"No tractis les comissions d'arrel com a límits (Per defecte: desactivat)"26922693#: builtin/blame.c:25042694msgid "Show work cost statistics"2695msgstr "Mostra les estadístiques de preu de treball"26962697#: builtin/blame.c:25052698msgid "Show output score for blame entries"2699msgstr "Mostra la puntuació de sortida de les entrades de culpa"27002701#: builtin/blame.c:25062702msgid "Show original filename (Default: auto)"2703msgstr "Mostra el nom de fitxer original (Per defecte: automàtic)"27042705#: builtin/blame.c:25072706msgid "Show original linenumber (Default: off)"2707msgstr "Mostra el número de línia original (Per defecte: desactivat)"27082709#: builtin/blame.c:25082710msgid "Show in a format designed for machine consumption"2711msgstr "Presenta en un format dissenyat per consumpció per màquina"27122713#: builtin/blame.c:25092714msgid "Show porcelain format with per-line commit information"2715msgstr "Mostra el format de porcellana amb informació de comissió per línia"27162717#: builtin/blame.c:25102718msgid "Use the same output mode as git-annotate (Default: off)"2719msgstr ""2720"Usa el mateix mode de sortida que git-annotate (Per defecte: desactivat)"27212722#: builtin/blame.c:25112723msgid "Show raw timestamp (Default: off)"2724msgstr "Mostra la marca de temps crua (Per defecte: desactivat)"27252726#: builtin/blame.c:25122727msgid "Show long commit SHA1 (Default: off)"2728msgstr "Mostra l'SHA1 de comissió llarg (Per defecte: desactivat)"27292730#: builtin/blame.c:25132731msgid "Suppress author name and timestamp (Default: off)"2732msgstr "Omet el nom d'autor i la marca de temps (Per defecte: desactivat)"27332734#: builtin/blame.c:25142735msgid "Show author email instead of name (Default: off)"2736msgstr ""2737"Mostra l'adreça de correu electrònic de l'autor en lloc del nom (Per "2738"defecte: desactivat)"27392740#: builtin/blame.c:25152741msgid "Ignore whitespace differences"2742msgstr "Ignora les diferencies d'espai en blanc"27432744#: builtin/blame.c:25162745msgid "Spend extra cycles to find better match"2746msgstr "Gasta cicles extres per a trobar una coincidència millora"27472748#: builtin/blame.c:25172749msgid "Use revisions from <file> instead of calling git-rev-list"2750msgstr "Usa les revisions de <fitxer> en lloc d'invocar git-rev-list"27512752#: builtin/blame.c:25182753msgid "Use <file>'s contents as the final image"2754msgstr "Usa els continguts de <fitxer> com a la imatge final"27552756#: builtin/blame.c:2519 builtin/blame.c:25202757msgid "score"2758msgstr "puntuació"27592760#: builtin/blame.c:25192761msgid "Find line copies within and across files"2762msgstr "Troba còpies de línia dins i a través dels fitxers"27632764#: builtin/blame.c:25202765msgid "Find line movements within and across files"2766msgstr "Troba moviments de línia dins i a través dels fitxers"27672768#: builtin/blame.c:25212769msgid "n,m"2770msgstr "n,m"27712772#: builtin/blame.c:25212773msgid "Process only line range n,m, counting from 1"2774msgstr "Processa només el rang de línies n,m, comptant des de 1"27752776#. TRANSLATORS: This string is used to tell us the maximum2777#. display width for a relative timestamp in "git blame"2778#. output. For C locale, "4 years, 11 months ago", which2779#. takes 22 places, is the longest among various forms of2780#. relative timestamps, but your language may need more or2781#. fewer display columns.2782#: builtin/blame.c:26022783msgid "4 years, 11 months ago"2784msgstr "fa 4 anys, 11 mesos"27852786#: builtin/branch.c:242787msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2788msgstr "git branch [opcions] [-r | -a] [--merged | --no-merged]"27892790#: builtin/branch.c:252791msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2792msgstr "git branch [opcions] [-l] [-f] <nom-de-rama> [<punt-inicial>]"27932794#: builtin/branch.c:262795msgid "git branch [options] [-r] (-d | -D) <branchname>..."2796msgstr "git branch [opcions] [-r] (-d | -D) <nom-de-rama>..."27972798#: builtin/branch.c:272799msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2800msgstr "git branch [opcions] (-m | -M) [<rama-antiga>] <rama-nova>"28012802#: builtin/branch.c:1522803#, c-format2804msgid ""2805"deleting branch '%s' that has been merged to\n"2806" '%s', but not yet merged to HEAD."2807msgstr ""2808"suprimint la rama '%s' que s'ha fusionat a\n"2809" '%s', però encara no s'ha fusionat\n"2810" a HEAD."28112812#: builtin/branch.c:1562813#, c-format2814msgid ""2815"not deleting branch '%s' that is not yet merged to\n"2816" '%s', even though it is merged to HEAD."2817msgstr ""2818"no suprimint la rama '%s' que encara no s'ha\n"2819" fusionat a '%s', encara que està fusionat\n"2820" a HEAD."28212822#: builtin/branch.c:1702823#, c-format2824msgid "Couldn't look up commit object for '%s'"2825msgstr "No s'ha pogut trobar l'objecte de comissió de '%s'"28262827#: builtin/branch.c:1742828#, c-format2829msgid ""2830"The branch '%s' is not fully merged.\n"2831"If you are sure you want to delete it, run 'git branch -D %s'."2832msgstr ""2833"La rama '%s' no està totalment fusionada.\n"2834"Si esteu segur que la voleu suprimir, executeu 'git branch -D %s'."28352836#: builtin/branch.c:1872837msgid "Update of config-file failed"2838msgstr "L'actualització del fitxer de configuració ha fallat"28392840#: builtin/branch.c:2152841msgid "cannot use -a with -d"2842msgstr "no es pot usar -a amb -d"28432844#: builtin/branch.c:2212845msgid "Couldn't look up commit object for HEAD"2846msgstr "No s'ha pogut trobar l'objecte de comissió de HEAD"28472848#: builtin/branch.c:2292849#, c-format2850msgid "Cannot delete the branch '%s' which you are currently on."2851msgstr "No es pot suprimir la rama '%s' en que esteu actualment."28522853#: builtin/branch.c:2452854#, c-format2855msgid "remote branch '%s' not found."2856msgstr "no s'ha trobat la rama remota '%s'."28572858#: builtin/branch.c:2462859#, c-format2860msgid "branch '%s' not found."2861msgstr "no s'ha trobat la rama '%s'."28622863#: builtin/branch.c:2602864#, c-format2865msgid "Error deleting remote branch '%s'"2866msgstr "Error en suprimir la rama remota '%s'"28672868#: builtin/branch.c:2612869#, c-format2870msgid "Error deleting branch '%s'"2871msgstr "Error en suprimir la rama '%s'"28722873#: builtin/branch.c:2682874#, c-format2875msgid "Deleted remote branch %s (was %s).\n"2876msgstr "S'ha suprimit la rama remota %s (ha estat %s).\n"28772878#: builtin/branch.c:2692879#, c-format2880msgid "Deleted branch %s (was %s).\n"2881msgstr "S'ha suprimit la rama %s (ha estat %s).\n"28822883#: builtin/branch.c:3702884#, c-format2885msgid "branch '%s' does not point at a commit"2886msgstr "la rama '%s' no assenyala una comissió"28872888#: builtin/branch.c:4592889#, c-format2890msgid "[%s: gone]"2891msgstr "[%s: no és]"28922893#: builtin/branch.c:4642894#, c-format2895msgid "[%s]"2896msgstr "[%s]"28972898#: builtin/branch.c:4692899#, c-format2900msgid "[%s: behind %d]"2901msgstr "[%s: darrere per %d]"29022903#: builtin/branch.c:4712904#, c-format2905msgid "[behind %d]"2906msgstr "[darrere de %d]"29072908#: builtin/branch.c:4752909#, c-format2910msgid "[%s: ahead %d]"2911msgstr "[%s: davant per %d]"29122913#: builtin/branch.c:4772914#, c-format2915msgid "[ahead %d]"2916msgstr "[davant de %d]"29172918#: builtin/branch.c:4802919#, c-format2920msgid "[%s: ahead %d, behind %d]"2921msgstr "[%s: davant per %d, darrere per %d]"29222923#: builtin/branch.c:4832924#, c-format2925msgid "[ahead %d, behind %d]"2926msgstr "[davant %d, darrere %d]"29272928#: builtin/branch.c:4962929msgid " **** invalid ref ****"2930msgstr " **** referència invàlida ****"29312932#: builtin/branch.c:5872933#, c-format2934msgid "(no branch, rebasing %s)"2935msgstr "(cap rama, rebasant %s)"29362937#: builtin/branch.c:5902938#, c-format2939msgid "(no branch, bisect started on %s)"2940msgstr "(cap rama, bisecció començada en %s)"29412942#: builtin/branch.c:5932943#, c-format2944msgid "(detached from %s)"2945msgstr "(separat de %s)"29462947#: builtin/branch.c:5962948msgid "(no branch)"2949msgstr "(cap rama)"29502951#: builtin/branch.c:6432952#, c-format2953msgid "object '%s' does not point to a commit"2954msgstr "l'objecte '%s' no assenyala cap comissió"29552956#: builtin/branch.c:6912957msgid "some refs could not be read"2958msgstr "no s'han pogut llegir algunes referències"29592960#: builtin/branch.c:7042961msgid "cannot rename the current branch while not on any."2962msgstr ""2963"no es pot canviar el nom de la rama actual mentre no estant en ninguna."29642965#: builtin/branch.c:7142966#, c-format2967msgid "Invalid branch name: '%s'"2968msgstr "Nom de rama invàlid: '%s'"29692970#: builtin/branch.c:7292971msgid "Branch rename failed"2972msgstr "El canvi de nom de rama ha fallat"29732974#: builtin/branch.c:7332975#, c-format2976msgid "Renamed a misnamed branch '%s' away"2977msgstr "S'ha canviat el nom de la rama malanomenada '%s'"29782979#: builtin/branch.c:7372980#, c-format2981msgid "Branch renamed to %s, but HEAD is not updated!"2982msgstr "S'ha canviat el nom de la rama a %s, però HEAD no està actualitzat!"29832984#: builtin/branch.c:7442985msgid "Branch is renamed, but update of config-file failed"2986msgstr ""2987"La ramà està canviada de nom, però l'actualització del fitxer de "2988"configuració ha fallat"29892990#: builtin/branch.c:7592991#, c-format2992msgid "malformed object name %s"2993msgstr "nom d'objecte %s malformat"29942995#: builtin/branch.c:7832996#, c-format2997msgid "could not write branch description template: %s"2998msgstr "no s'ha pogut escriure la plantilla de descripció de rama: %s"29993000#: builtin/branch.c:8133001msgid "Generic options"3002msgstr "Opcions genèriques"30033004#: builtin/branch.c:8153005msgid "show hash and subject, give twice for upstream branch"3006msgstr "mostra el hash i el tema, doneu dos vegades per la rama font"30073008#: builtin/branch.c:8163009msgid "suppress informational messages"3010msgstr "omet els missatges informatius"30113012#: builtin/branch.c:8173013msgid "set up tracking mode (see git-pull(1))"3014msgstr "configura el mode de seguiment (veu git-pull(1))"30153016#: builtin/branch.c:8193017msgid "change upstream info"3018msgstr "canvia la informació de font"30193020#: builtin/branch.c:8233021msgid "use colored output"3022msgstr "usa sortida colorada"30233024#: builtin/branch.c:8243025msgid "act on remote-tracking branches"3026msgstr "actua en rames amb seguiment remot"30273028#: builtin/branch.c:827 builtin/branch.c:833 builtin/branch.c:8543029#: builtin/branch.c:860 builtin/commit.c:1622 builtin/commit.c:16233030#: builtin/commit.c:1624 builtin/commit.c:1625 builtin/tag.c:6163031#: builtin/tag.c:6223032msgid "commit"3033msgstr "comissió"30343035#: builtin/branch.c:828 builtin/branch.c:8343036msgid "print only branches that contain the commit"3037msgstr "imprimeix només les rames que continguin la comissió"30383039#: builtin/branch.c:8403040msgid "Specific git-branch actions:"3041msgstr "Accions de git-branch específiques:"30423043#: builtin/branch.c:8413044msgid "list both remote-tracking and local branches"3045msgstr "llista ambdós les rames amb seguiment remot i les locals"30463047#: builtin/branch.c:8433048msgid "delete fully merged branch"3049msgstr "suprimeix la rama si és completament fusionada"30503051#: builtin/branch.c:8443052msgid "delete branch (even if not merged)"3053msgstr "suprimeix la rama (encara que no estigui fusionada)"30543055#: builtin/branch.c:8453056msgid "move/rename a branch and its reflog"3057msgstr "mou/canvia de nom una rama i el seu registre de referència"30583059#: builtin/branch.c:8463060msgid "move/rename a branch, even if target exists"3061msgstr "mou/canvia de nom una rama, encara que el destí existeixi"30623063#: builtin/branch.c:8473064msgid "list branch names"3065msgstr "llista els noms de rama"30663067#: builtin/branch.c:8483068msgid "create the branch's reflog"3069msgstr "crea el registre de referència de la rama"30703071#: builtin/branch.c:8503072msgid "edit the description for the branch"3073msgstr "edita la descripció de la rama"30743075#: builtin/branch.c:8513076msgid "force creation (when already exists)"3077msgstr "força creació (quan ja existeix)"30783079#: builtin/branch.c:8543080msgid "print only not merged branches"3081msgstr "imprimeix només les rames sense fusionar"30823083#: builtin/branch.c:8603084msgid "print only merged branches"3085msgstr "imprimeix només les rames fusionades"30863087#: builtin/branch.c:8643088msgid "list branches in columns"3089msgstr "llista les rames en columnes"30903091#: builtin/branch.c:8773092msgid "Failed to resolve HEAD as a valid ref."3093msgstr "S'ha fallat en resoldre HEAD com a referència vàlida."30943095#: builtin/branch.c:881 builtin/clone.c:6343096msgid "HEAD not found below refs/heads!"3097msgstr "HEAD no trobat baix refs/heads!"30983099#: builtin/branch.c:9033100msgid "--column and --verbose are incompatible"3101msgstr "--column i --verbose són incompatibles"31023103#: builtin/branch.c:909 builtin/branch.c:9483104msgid "branch name required"3105msgstr "cal el nom de rama"31063107#: builtin/branch.c:9243108msgid "Cannot give description to detached HEAD"3109msgstr "No es pot donar descripció a un HEAD separat"31103111#: builtin/branch.c:9293112msgid "cannot edit description of more than one branch"3113msgstr "no es pot editar la descripció de més d'una rama"31143115#: builtin/branch.c:9363116#, c-format3117msgid "No commit on branch '%s' yet."3118msgstr "Encara no hi ha comissió en la rama '%s'."31193120#: builtin/branch.c:9393121#, c-format3122msgid "No branch named '%s'."3123msgstr "No hi ha rama amb nom '%s'."31243125#: builtin/branch.c:9543126msgid "too many branches for a rename operation"3127msgstr "hi ha massa rames per a una operació de canvi de nom"31283129#: builtin/branch.c:9593130msgid "too many branches to set new upstream"3131msgstr "hi ha massa rames per a establir una nova font"31323133#: builtin/branch.c:9633134#, c-format3135msgid ""3136"could not set upstream of HEAD to %s when it does not point to any branch."3137msgstr ""3138"no s'ha pogut establir la font de HEAD com a %s quan no assenyala cap rama."31393140#: builtin/branch.c:966 builtin/branch.c:988 builtin/branch.c:10093141#, c-format3142msgid "no such branch '%s'"3143msgstr "no hi ha tal rama '%s'"31443145#: builtin/branch.c:9703146#, c-format3147msgid "branch '%s' does not exist"3148msgstr "la rama '%s' no existeix"31493150#: builtin/branch.c:9823151msgid "too many branches to unset upstream"3152msgstr "hi ha massa rames per a desestablir la font"31533154#: builtin/branch.c:9863155msgid "could not unset upstream of HEAD when it does not point to any branch."3156msgstr "no s'ha pogut desestablir la font de HEAD quan no assenyala cap rama."31573158#: builtin/branch.c:9923159#, c-format3160msgid "Branch '%s' has no upstream information"3161msgstr "La rama '%s' no té informació de font"31623163#: builtin/branch.c:10063164msgid "it does not make sense to create 'HEAD' manually"3165msgstr "no té sentit crear 'HEAD' manualment"31663167#: builtin/branch.c:10123168msgid "-a and -r options to 'git branch' do not make sense with a branch name"3169msgstr "les opcions -a i -r a 'git branch' no tenen sentit amb un nom de rama"31703171#: builtin/branch.c:10153172#, c-format3173msgid ""3174"The --set-upstream flag is deprecated and will be removed. Consider using --"3175"track or --set-upstream-to\n"3176msgstr ""3177"La bandera --set-upstream està desaprovada i es traurà. Considereu usar --"3178"track o --set-upstream-to\n"31793180#: builtin/branch.c:10323181#, c-format3182msgid ""3183"\n"3184"If you wanted to make '%s' track '%s', do this:\n"3185"\n"3186msgstr ""3187"\n"3188"Si volíeu fer '%s' seguir '%s', feu això:\n"3189"\n"31903191#: builtin/branch.c:10333192#, c-format3193msgid " git branch -d %s\n"3194msgstr " git branch -d %s\n"31953196#: builtin/branch.c:10343197#, c-format3198msgid " git branch --set-upstream-to %s\n"3199msgstr " git branch --set-upstream-to %s\n"32003201#: builtin/bundle.c:473202#, c-format3203msgid "%s is okay\n"3204msgstr "%s està bé\n"32053206#: builtin/bundle.c:563207msgid "Need a repository to create a bundle."3208msgstr "Cal un dipòsit per a fer un embolic."32093210#: builtin/bundle.c:603211msgid "Need a repository to unbundle."3212msgstr "Cal un dipòsit per a desembolicar."32133214#: builtin/cat-file.c:3323215msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"3216msgstr "git cat-file (-t|-s|-e|-p|<tipus>|--textconv) <objecte>"32173218#: builtin/cat-file.c:3333219msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"3220msgstr "git cat-file (--batch|--batch-check) < <llista_de_objectes>"32213222#: builtin/cat-file.c:3703223msgid "<type> can be one of: blob, tree, commit, tag"3224msgstr "<tipus> pot ser un de: blob, tree, commit, tag"32253226#: builtin/cat-file.c:3713227msgid "show object type"3228msgstr "mostra el tipus de l'objecte"32293230#: builtin/cat-file.c:3723231msgid "show object size"3232msgstr "mostra la mida de l'objecte"32333234#: builtin/cat-file.c:3743235msgid "exit with zero when there's no error"3236msgstr "surt amb zero quan no hi ha error"32373238#: builtin/cat-file.c:3753239msgid "pretty-print object's content"3240msgstr "imprimeix bellament el contingut de l'objecte "32413242#: builtin/cat-file.c:3773243msgid "for blob objects, run textconv on object's content"3244msgstr "en els objectes de blob, executa textconv en el contingut de l'objecte"32453246#: builtin/cat-file.c:3793247msgid "show info and content of objects fed from the standard input"3248msgstr ""3249"mostra la informació i contingut dels objectes rebuts de l'entrada estàndard"32503251#: builtin/cat-file.c:3823252msgid "show info about objects fed from the standard input"3253msgstr "mostra informació sobre els objectes rebuts de l'entrada estàndard"32543255#: builtin/check-attr.c:113256msgid "git check-attr [-a | --all | attr...] [--] pathname..."3257msgstr "git check-attr [-a | --all | atribut...] [--] nom-de-ruta..."32583259#: builtin/check-attr.c:123260msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"3261msgstr ""3262"git check-attr --stdin [-z] [-a | --all | atribut...] < <llista-de-rutes>"32633264#: builtin/check-attr.c:193265msgid "report all attributes set on file"3266msgstr "informa de tots els atributs establerts en el fitxer"32673268#: builtin/check-attr.c:203269msgid "use .gitattributes only from the index"3270msgstr "usa .gitattributes només des de l'índex"32713272#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:983273msgid "read file names from stdin"3274msgstr "llegeix els noms de fitxer d'stdin"32753276#: builtin/check-attr.c:23 builtin/check-ignore.c:243277msgid "terminate input and output records by a NUL character"3278msgstr "termina els registres d'entrada i de salida per un caràcter NUL"32793280#: builtin/check-ignore.c:18 builtin/checkout.c:1089 builtin/gc.c:2743281msgid "suppress progress reporting"3282msgstr "omet el reportatge de progrés"32833284#: builtin/check-ignore.c:263285msgid "show non-matching input paths"3286msgstr "mostra les rutes d'entrada que no coincideixin"32873288#: builtin/check-ignore.c:283289msgid "ignore index when checking"3290msgstr "ignora l'índex al comprovar"32913292#: builtin/check-ignore.c:1543293msgid "cannot specify pathnames with --stdin"3294msgstr "no es pot especificar noms de ruta amb --stdin"32953296#: builtin/check-ignore.c:1573297msgid "-z only makes sense with --stdin"3298msgstr "-z només té sentit amb --stdin"32993300#: builtin/check-ignore.c:1593301msgid "no path specified"3302msgstr "cap ruta especificada"33033304#: builtin/check-ignore.c:1633305msgid "--quiet is only valid with a single pathname"3306msgstr "--quiet només és vàlid amb un nom de ruta solter"33073308#: builtin/check-ignore.c:1653309msgid "cannot have both --quiet and --verbose"3310msgstr "no es pot tenir ambdós --quiet i --verbose"33113312#: builtin/check-ignore.c:1683313msgid "--non-matching is only valid with --verbose"3314msgstr "--non-matching és vàlid només amb --verbose"33153316#: builtin/check-mailmap.c:83317msgid "git check-mailmap [options] <contact>..."3318msgstr "git check-mailmap [opcions] <contacte>..."33193320#: builtin/check-mailmap.c:133321msgid "also read contacts from stdin"3322msgstr "també llegeix els contactes des d'stdin"33233324#: builtin/check-mailmap.c:243325#, c-format3326msgid "unable to parse contact: %s"3327msgstr "incapaç d'analitzar el contacte: %s"33283329#: builtin/check-mailmap.c:473330msgid "no contacts specified"3331msgstr "no hi ha contactes especificats"33323333#: builtin/checkout-index.c:1263334msgid "git checkout-index [options] [--] [<file>...]"3335msgstr "git checkout-index [opcions] [--] [<fitxer>...]"33363337#: builtin/checkout-index.c:1883338msgid "check out all files in the index"3339msgstr "agafa tots els fitxers en l'índex"33403341#: builtin/checkout-index.c:1893342msgid "force overwrite of existing files"3343msgstr "força la sobreescriptura de fitxers existents"33443345#: builtin/checkout-index.c:1913346msgid "no warning for existing files and files not in index"3347msgstr "cap avís per a fitxers existents i fitxers no en l'índex"33483349#: builtin/checkout-index.c:1933350msgid "don't checkout new files"3351msgstr "no agafis fitxers nous"33523353#: builtin/checkout-index.c:1953354msgid "update stat information in the index file"3355msgstr "actualitza la informació d'estadístiques en el fitxer d'índex"33563357#: builtin/checkout-index.c:2013358msgid "read list of paths from the standard input"3359msgstr "llegeix la llista de rutes des de l'entrada estàndard"33603361#: builtin/checkout-index.c:2033362msgid "write the content to temporary files"3363msgstr "escriu el contingut a fitxers temporals"33643365#: builtin/checkout-index.c:204 builtin/column.c:303366msgid "string"3367msgstr "cadena"33683369#: builtin/checkout-index.c:2053370msgid "when creating files, prepend <string>"3371msgstr "al crear fitxers, anteposa <cadena>"33723373#: builtin/checkout-index.c:2083374msgid "copy out the files from named stage"3375msgstr "copia els fitxers des de l'etapa anomenada"33763377#: builtin/checkout.c:253378msgid "git checkout [options] <branch>"3379msgstr "git checkout [opcions] <rama>"33803381#: builtin/checkout.c:263382msgid "git checkout [options] [<branch>] -- <file>..."3383msgstr "git checkout [opcions] [<rama>] -- <fitxer>..."33843385#: builtin/checkout.c:114 builtin/checkout.c:1473386#, c-format3387msgid "path '%s' does not have our version"3388msgstr "la ruta '%s' no té la versió nostra"33893390#: builtin/checkout.c:116 builtin/checkout.c:1493391#, c-format3392msgid "path '%s' does not have their version"3393msgstr "la ruta '%s' no té la versió seva"33943395#: builtin/checkout.c:1323396#, c-format3397msgid "path '%s' does not have all necessary versions"3398msgstr "la ruta '%s' no té totes les versions necessàries"33993400#: builtin/checkout.c:1763401#, c-format3402msgid "path '%s' does not have necessary versions"3403msgstr "la ruta '%s' no té les versions necessàries"34043405#: builtin/checkout.c:1933406#, c-format3407msgid "path '%s': cannot merge"3408msgstr "ruta '%s': no es pot fusionar"34093410#: builtin/checkout.c:2103411#, c-format3412msgid "Unable to add merge result for '%s'"3413msgstr "Incapaç d'afegir el resultat de fusió per a '%s'"34143415#: builtin/checkout.c:231 builtin/checkout.c:234 builtin/checkout.c:2373416#: builtin/checkout.c:2403417#, c-format3418msgid "'%s' cannot be used with updating paths"3419msgstr "'%s' no es pot usar amb actualització de rutes"34203421#: builtin/checkout.c:243 builtin/checkout.c:2463422#, c-format3423msgid "'%s' cannot be used with %s"3424msgstr "'%s' no es pot usar amb %s"34253426#: builtin/checkout.c:2493427#, c-format3428msgid "Cannot update paths and switch to branch '%s' at the same time."3429msgstr "No es pot actualitzar les rutes i canviar a la rama '%s' a la vegada."34303431#: builtin/checkout.c:260 builtin/checkout.c:4493432msgid "corrupt index file"3433msgstr "fitxer d'índex corrupte"34343435#: builtin/checkout.c:320 builtin/checkout.c:3273436#, c-format3437msgid "path '%s' is unmerged"3438msgstr "la ruta '%s' està sense fusionar"34393440#: builtin/checkout.c:4713441msgid "you need to resolve your current index first"3442msgstr "heu de resoldre el vostre índex actual primer"34433444#: builtin/checkout.c:5973445#, c-format3446msgid "Can not do reflog for '%s'\n"3447msgstr "No es pot fer reflog per a '%s'\n"34483449#: builtin/checkout.c:6353450msgid "HEAD is now at"3451msgstr "HEAD ara està a"34523453#: builtin/checkout.c:6423454#, c-format3455msgid "Reset branch '%s'\n"3456msgstr "Restableix la rama '%s'\n"34573458#: builtin/checkout.c:6453459#, c-format3460msgid "Already on '%s'\n"3461msgstr "Ja en '%s'\n"34623463#: builtin/checkout.c:6493464#, c-format3465msgid "Switched to and reset branch '%s'\n"3466msgstr "S'ha agafat i restablert la rama '%s'\n"34673468#: builtin/checkout.c:651 builtin/checkout.c:10323469#, c-format3470msgid "Switched to a new branch '%s'\n"3471msgstr "S'ha agafat la rama nova '%s'\n"34723473#: builtin/checkout.c:6533474#, c-format3475msgid "Switched to branch '%s'\n"3476msgstr "S'ha agafat la rama '%s'\n"34773478#: builtin/checkout.c:7053479#, c-format3480msgid " ... and %d more.\n"3481msgstr " ... i %d més.\n"34823483#: builtin/checkout.c:7113484#, c-format3485msgid ""3486"Warning: you are leaving %d commit behind, not connected to\n"3487"any of your branches:\n"3488"\n"3489"%s\n"3490msgid_plural ""3491"Warning: you are leaving %d commits behind, not connected to\n"3492"any of your branches:\n"3493"\n"3494"%s\n"3495msgstr[0] ""3496"Avís: esteu deixant %d comissió darrere, no connectada a\n"3497"qualsevulla de les vostres rames:\n"3498"\n"3499"%s\n"3500msgstr[1] ""3501"Avís: esteu deixant %d comissions darrere, no connectada a\n"3502"qualsevulla de les vostres rames:\n"3503"\n"3504"%s\n"35053506#: builtin/checkout.c:7293507#, c-format3508msgid ""3509"If you want to keep them by creating a new branch, this may be a good time\n"3510"to do so with:\n"3511"\n"3512" git branch new_branch_name %s\n"3513"\n"3514msgstr ""3515"Si els voleu retenir per a crear una rama nova, ara pot ser una hora bona\n"3516"per a fer això amb:\n"3517"\n"3518" git branch new_branch_name %s\n"3519"\n"35203521#: builtin/checkout.c:7593522msgid "internal error in revision walk"3523msgstr "error intern en el passeig per revisions"35243525#: builtin/checkout.c:7633526msgid "Previous HEAD position was"3527msgstr "La posició de HEAD anterior ha estat"35283529#: builtin/checkout.c:790 builtin/checkout.c:10273530msgid "You are on a branch yet to be born"3531msgstr "Esteu en una rama que encara ha de nàixer"35323533#: builtin/checkout.c:9343534#, c-format3535msgid "only one reference expected, %d given."3536msgstr "només una referència esperada, %d donades."35373538#: builtin/checkout.c:9733539#, c-format3540msgid "invalid reference: %s"3541msgstr "referència invàlida: %s"35423543#: builtin/checkout.c:10023544#, c-format3545msgid "reference is not a tree: %s"3546msgstr "la referéncia no és un arbre: %s"35473548#: builtin/checkout.c:10413549msgid "paths cannot be used with switching branches"3550msgstr "les rutes no es poden usar amb canvi de rama"35513552#: builtin/checkout.c:1044 builtin/checkout.c:10483553#, c-format3554msgid "'%s' cannot be used with switching branches"3555msgstr "'%s' no es pot usar amb canvi de rama"35563557#: builtin/checkout.c:1052 builtin/checkout.c:1055 builtin/checkout.c:10603558#: builtin/checkout.c:10633559#, c-format3560msgid "'%s' cannot be used with '%s'"3561msgstr "'%s' no es pot usar amb '%s'"35623563#: builtin/checkout.c:10683564#, c-format3565msgid "Cannot switch branch to a non-commit '%s'"3566msgstr "No es pot canviar la rama a un no comissió '%s'"35673568#: builtin/checkout.c:1090 builtin/checkout.c:1092 builtin/clone.c:893569#: builtin/remote.c:159 builtin/remote.c:1613570msgid "branch"3571msgstr "rama"35723573#: builtin/checkout.c:10913574msgid "create and checkout a new branch"3575msgstr "crea i agafa una rama nova"35763577#: builtin/checkout.c:10933578msgid "create/reset and checkout a branch"3579msgstr "crea/restableix i agafa una rama"35803581#: builtin/checkout.c:10943582msgid "create reflog for new branch"3583msgstr "crea un registre de referència per a la rama nova"35843585#: builtin/checkout.c:10953586msgid "detach the HEAD at named commit"3587msgstr "separa el HEAD a la comissió anomenada"35883589#: builtin/checkout.c:10963590msgid "set upstream info for new branch"3591msgstr "estableix la informació de font de la rama nova"35923593#: builtin/checkout.c:10983594msgid "new-branch"3595msgstr "rama-nova"35963597#: builtin/checkout.c:10983598msgid "new unparented branch"3599msgstr "rama nova sense pares"36003601#: builtin/checkout.c:10993602msgid "checkout our version for unmerged files"3603msgstr "agafa la versió nostra dels fitxers sense fusionar"36043605#: builtin/checkout.c:11013606msgid "checkout their version for unmerged files"3607msgstr "agafa la versió seva dels fitxers sense fusionar"36083609#: builtin/checkout.c:11033610msgid "force checkout (throw away local modifications)"3611msgstr "agafa a la força (descarta qualsevulles modificacions locals)"36123613#: builtin/checkout.c:11043614msgid "perform a 3-way merge with the new branch"3615msgstr "realitza una fusió de 3 vies amb la rama nova"36163617#: builtin/checkout.c:1105 builtin/merge.c:2263618msgid "update ignored files (default)"3619msgstr "actualitza els fitxers ignorats (per defecte)"36203621#: builtin/checkout.c:1106 builtin/log.c:1239 parse-options.h:2453622msgid "style"3623msgstr "estil"36243625#: builtin/checkout.c:11073626msgid "conflict style (merge or diff3)"3627msgstr "estil de conflicte (fusió o diff3)"36283629#: builtin/checkout.c:11103630msgid "do not limit pathspecs to sparse entries only"3631msgstr "no limitis les especificacions de ruta a entrades escasses només"36323633#: builtin/checkout.c:11123634msgid "second guess 'git checkout no-such-branch'"3635msgstr "dubta 'git checkout cap-rama-així'"36363637#: builtin/checkout.c:11353638msgid "-b, -B and --orphan are mutually exclusive"3639msgstr "-b, -B i --orphan són mutualment exclusius"36403641#: builtin/checkout.c:11523642msgid "--track needs a branch name"3643msgstr "--track necessita un nom de rama"36443645#: builtin/checkout.c:11573646msgid "Missing branch name; try -b"3647msgstr "Manca el nom de rama; proveu -b"36483649#: builtin/checkout.c:11943650msgid "invalid path specification"3651msgstr "especificació de ruta invàlida"36523653#: builtin/checkout.c:12013654#, c-format3655msgid ""3656"Cannot update paths and switch to branch '%s' at the same time.\n"3657"Did you intend to checkout '%s' which can not be resolved as commit?"3658msgstr ""3659"No es pot actualitzar rames i canviar a la rama '%s' a la vegada.\n"3660"Volíeu agafar '%s' la qual no es pot resoldre com a comissió?"36613662#: builtin/checkout.c:12063663#, c-format3664msgid "git checkout: --detach does not take a path argument '%s'"3665msgstr "git checkout: --detach no accepta un paràmetre de ruta '%s'"36663667#: builtin/checkout.c:12103668msgid ""3669"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3670"checking out of the index."3671msgstr ""3672"git checkout: --ours/--theirs, --force i --merge són incompatibles al\n"3673"agafar de l'índex."36743675#: builtin/clean.c:263676msgid ""3677"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3678msgstr ""3679"git clean [-d] [-f] [-i] [-n] [-q] [-e <patró>] [-x | -X] [--] <rutes>..."36803681#: builtin/clean.c:303682#, c-format3683msgid "Removing %s\n"3684msgstr "Traient %s\n"36853686#: builtin/clean.c:313687#, c-format3688msgid "Would remove %s\n"3689msgstr "Trauria %s\n"36903691#: builtin/clean.c:323692#, c-format3693msgid "Skipping repository %s\n"3694msgstr "Saltant el dipòsit %s\n"36953696#: builtin/clean.c:333697#, c-format3698msgid "Would skip repository %s\n"3699msgstr "Saltaria el dipòsit %s\n"37003701#: builtin/clean.c:343702#, c-format3703msgid "failed to remove %s"3704msgstr "s'ha fallat en treure %s"37053706#: builtin/clean.c:2953707msgid ""3708"Prompt help:\n"3709"1 - select a numbered item\n"3710"foo - select item based on unique prefix\n"3711" - (empty) select nothing"3712msgstr ""3713"Ajuda d'avís:\n"3714"1 - selecciona un ítem numerat\n"3715"foo - selecciona un ítem basat en un prefix únic\n"3716" - (buit) selecciona res"37173718#: builtin/clean.c:2993719msgid ""3720"Prompt help:\n"3721"1 - select a single item\n"3722"3-5 - select a range of items\n"3723"2-3,6-9 - select multiple ranges\n"3724"foo - select item based on unique prefix\n"3725"-... - unselect specified items\n"3726"* - choose all items\n"3727" - (empty) finish selecting"3728msgstr ""3729"Ajuda d'avís:\n"3730"1 - selecciona un ítem solter\n"3731"3-5 - selecciona un rang d'ítems\n"3732"2-3,6-9 - selecciona múltiples rangs\n"3733"foo - selecciona un ítem basat en un prefix únic\n"3734"-... - desselecciona els ítems seleccionats\n"3735"* - tria tots els ítems\n"3736" - (buit) termina la selecció"37373738#: builtin/clean.c:5173739#, c-format3740msgid "Huh (%s)?"3741msgstr "Perdó (%s)?"37423743#: builtin/clean.c:6593744#, c-format3745msgid "Input ignore patterns>> "3746msgstr "Introduïu els patrons a ignorar>> "37473748#: builtin/clean.c:6963749#, c-format3750msgid "WARNING: Cannot find items matched by: %s"3751msgstr "AVÍS: No es pot trobar ítems que coincideixin amb: %s"37523753#: builtin/clean.c:7173754msgid "Select items to delete"3755msgstr "Selecciona els ítems a suprimir"37563757#: builtin/clean.c:7573758#, c-format3759msgid "remove %s? "3760msgstr "treure %s?"37613762#: builtin/clean.c:7823763msgid "Bye."3764msgstr "Adéu."37653766#: builtin/clean.c:7903767msgid ""3768"clean - start cleaning\n"3769"filter by pattern - exclude items from deletion\n"3770"select by numbers - select items to be deleted by numbers\n"3771"ask each - confirm each deletion (like \"rm -i\")\n"3772"quit - stop cleaning\n"3773"help - this screen\n"3774"? - help for prompt selection"3775msgstr ""3776"clean - comença a netejar\n"3777"filter by pattern - exclou ítems de supressió\n"3778"select by numbers - selecciona ítems a suprimir per números\n"3779"ask each - confirma cada supressió (com \"rm -i\")\n"3780"quit - deixa de netejar\n"3781"help - aquesta pantalla\n"3782"? - ajuda de selecció de l'avís"37833784#: builtin/clean.c:8173785msgid "*** Commands ***"3786msgstr "*** Ordres ***"37873788#: builtin/clean.c:8183789msgid "What now"3790msgstr "Què ara"37913792#: builtin/clean.c:8263793msgid "Would remove the following item:"3794msgid_plural "Would remove the following items:"3795msgstr[0] "Trauria l'ítem següent:"3796msgstr[1] "Trauria els ítems següents:"37973798#: builtin/clean.c:8433799msgid "No more files to clean, exiting."3800msgstr "No hi ha més fitxers a netejar; sortint."38013802#: builtin/clean.c:8743803msgid "do not print names of files removed"3804msgstr "no imprimeixis els noms dels fitxers trets"38053806#: builtin/clean.c:8763807msgid "force"3808msgstr "força"38093810#: builtin/clean.c:8773811msgid "interactive cleaning"3812msgstr "neteja interactiva"38133814#: builtin/clean.c:8793815msgid "remove whole directories"3816msgstr "treu directoris enters"38173818#: builtin/clean.c:880 builtin/describe.c:407 builtin/grep.c:7143819#: builtin/ls-files.c:486 builtin/name-rev.c:311 builtin/show-ref.c:1853820msgid "pattern"3821msgstr "patró"38223823#: builtin/clean.c:8813824msgid "add <pattern> to ignore rules"3825msgstr "afegiu <patró> per a ignorar les regles"38263827#: builtin/clean.c:8823828msgid "remove ignored files, too"3829msgstr "treu els fitxers ignorats, també"38303831#: builtin/clean.c:8843832msgid "remove only ignored files"3833msgstr "treu només els fitxers ignorats"38343835#: builtin/clean.c:9023836msgid "-x and -X cannot be used together"3837msgstr "-x i -X no es poden usar junts"38383839#: builtin/clean.c:9063840msgid ""3841"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "3842"clean"3843msgstr ""3844"clean.requireForce està establerta a veritat i ni -i, -n ni -f s'ha donat; "3845"refusant netejar"38463847#: builtin/clean.c:9093848msgid ""3849"clean.requireForce defaults to true and neither -i, -n, nor -f given; "3850"refusing to clean"3851msgstr ""3852"clean.requireForce és per defecte veritat i ni -i, -n ni -f s'ha donat; "3853"refusant netejar"38543855#: builtin/clone.c:373856msgid "git clone [options] [--] <repo> [<dir>]"3857msgstr "git clone [opcions] [--] <dipòsit> [<directori>]"38583859#: builtin/clone.c:65 builtin/fetch.c:112 builtin/merge.c:2233860#: builtin/push.c:5143861msgid "force progress reporting"3862msgstr "força l'informe de progrés"38633864#: builtin/clone.c:673865msgid "don't create a checkout"3866msgstr "no fes una agafada"38673868#: builtin/clone.c:68 builtin/clone.c:70 builtin/init-db.c:4883869msgid "create a bare repository"3870msgstr "crea un dipòsit nu"38713872#: builtin/clone.c:723873msgid "create a mirror repository (implies bare)"3874msgstr "crea un dipòsit reflectit (implica bare)"38753876#: builtin/clone.c:743877msgid "to clone from a local repository"3878msgstr "per a clonar des d'un dipòsit local"38793880#: builtin/clone.c:763881msgid "don't use local hardlinks, always copy"3882msgstr "no usis enllaços durs locals, sempre copia"38833884#: builtin/clone.c:783885msgid "setup as shared repository"3886msgstr "configura com a dipòsit compartit"38873888#: builtin/clone.c:80 builtin/clone.c:823889msgid "initialize submodules in the clone"3890msgstr "initialitza els submòduls en el clon"38913892#: builtin/clone.c:83 builtin/init-db.c:4853893msgid "template-directory"3894msgstr "directori-de-plantilla"38953896#: builtin/clone.c:84 builtin/init-db.c:4863897msgid "directory from which templates will be used"3898msgstr "directori del qual les plantilles s'usaran"38993900#: builtin/clone.c:863901msgid "reference repository"3902msgstr "dipòsit de referència"39033904#: builtin/clone.c:87 builtin/column.c:26 builtin/merge-file.c:443905msgid "name"3906msgstr "nom"39073908#: builtin/clone.c:883909msgid "use <name> instead of 'origin' to track upstream"3910msgstr "usa <nom> en lloc de 'origin' per a seguir la font"39113912#: builtin/clone.c:903913msgid "checkout <branch> instead of the remote's HEAD"3914msgstr "agafa <rama> en lloc del HEAD del remot"39153916#: builtin/clone.c:923917msgid "path to git-upload-pack on the remote"3918msgstr "ruta a git-upload-pack en el remot"39193920#: builtin/clone.c:93 builtin/fetch.c:113 builtin/grep.c:6593921msgid "depth"3922msgstr "profunditat"39233924#: builtin/clone.c:943925msgid "create a shallow clone of that depth"3926msgstr "crea un clon superficial de tal profunditat"39273928#: builtin/clone.c:963929msgid "clone only one branch, HEAD or --branch"3930msgstr "clona només una rama, HEAD o --branch"39313932#: builtin/clone.c:97 builtin/init-db.c:4943933msgid "gitdir"3934msgstr "directori de git"39353936#: builtin/clone.c:98 builtin/init-db.c:4953937msgid "separate git dir from working tree"3938msgstr "separa el directori de git de l'arbre de treball"39393940#: builtin/clone.c:993941msgid "key=value"3942msgstr "calu=valor"39433944#: builtin/clone.c:1003945msgid "set config inside the new repository"3946msgstr "estableix la configuració dins del dipòsit nou"39473948#: builtin/clone.c:2533949#, c-format3950msgid "reference repository '%s' is not a local repository."3951msgstr "el dipòsit de referència '%s' no és un dipòsit local."39523953#: builtin/clone.c:2573954#, c-format3955msgid "reference repository '%s' is shallow"3956msgstr "el dipòsit de referència '%s' és superficial"39573958#: builtin/clone.c:2603959#, c-format3960msgid "reference repository '%s' is grafted"3961msgstr "el dipòsit de referència '%s' és empeltat"39623963#: builtin/clone.c:3223964#, c-format3965msgid "failed to create directory '%s'"3966msgstr "s'ha fallat en crear el directori '%s'"39673968#: builtin/clone.c:324 builtin/diff.c:843969#, c-format3970msgid "failed to stat '%s'"3971msgstr "s'ha fallat en fer stat a '%s'"39723973#: builtin/clone.c:3263974#, c-format3975msgid "%s exists and is not a directory"3976msgstr "%s existeix i no és un directori"39773978#: builtin/clone.c:3403979#, c-format3980msgid "failed to stat %s\n"3981msgstr "s'ha fallat en fer stat a '%s'\n"39823983#: builtin/clone.c:3623984#, c-format3985msgid "failed to create link '%s'"3986msgstr "s'ha fallat en crear l'enllaç '%s'"39873988#: builtin/clone.c:3663989#, c-format3990msgid "failed to copy file to '%s'"3991msgstr "s'ha fallat en copiar el fitxer a '%s'"39923993#: builtin/clone.c:389 builtin/clone.c:5633994#, c-format3995msgid "done.\n"3996msgstr "fet.\n"39973998#: builtin/clone.c:4013999msgid ""4000"Clone succeeded, but checkout failed.\n"4001"You can inspect what was checked out with 'git status'\n"4002"and retry the checkout with 'git checkout -f HEAD'\n"4003msgstr ""4004"La clonació ha tingut èxit, però l'agafada ha fallat.\n"4005"Podeu inspeccionar què s'ha agafat amb 'git status' i\n"4006"tornar a intentar l'agafada amb 'git checkout -f HEAD'\n"40074008#: builtin/clone.c:4784009#, c-format4010msgid "Could not find remote branch %s to clone."4011msgstr "No s'ha pogut trobar la rama remota %s per a clonar."40124013#: builtin/clone.c:5584014#, c-format4015msgid "Checking connectivity... "4016msgstr "Provant connectivitat... "40174018#: builtin/clone.c:5614019msgid "remote did not send all necessary objects"4020msgstr "el remot no ha enviat tots els objectes necessaris"40214022#: builtin/clone.c:6254023msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4024msgstr ""4025"el HEAD remot es refereix a una referència que no existeix; incapaç "4026"d'agafar.\n"40274028#: builtin/clone.c:6564029msgid "unable to checkout working tree"4030msgstr "incapaç d'agafar l'arbre de treball"40314032#: builtin/clone.c:7654033msgid "Too many arguments."4034msgstr "Hi ha massa paràmetres."40354036#: builtin/clone.c:7694037msgid "You must specify a repository to clone."4038msgstr "Heu d'especificar un dipòsit per a clonar."40394040#: builtin/clone.c:7804041#, c-format4042msgid "--bare and --origin %s options are incompatible."4043msgstr "les opcions --bare i --origin %s són incompatibles."40444045#: builtin/clone.c:7834046msgid "--bare and --separate-git-dir are incompatible."4047msgstr "--bare i --separate-git-dir són incompatibles."40484049#: builtin/clone.c:7964050#, c-format4051msgid "repository '%s' does not exist"4052msgstr "el dipòsit '%s' no existeix"40534054#: builtin/clone.c:802 builtin/fetch.c:11554055#, c-format4056msgid "depth %s is not a positive number"4057msgstr "la profunditat %s no és nombre positiu"40584059#: builtin/clone.c:8124060#, c-format4061msgid "destination path '%s' already exists and is not an empty directory."4062msgstr "la ruta destí '%s' ja existeix i no és un directori buit."40634064#: builtin/clone.c:8224065#, c-format4066msgid "working tree '%s' already exists."4067msgstr "l'arbre de treball '%s' ja existeix."40684069#: builtin/clone.c:835 builtin/clone.c:8474070#, c-format4071msgid "could not create leading directories of '%s'"4072msgstr "no s'ha pogut crear els directoris inicials de '%s'"40734074#: builtin/clone.c:8384075#, c-format4076msgid "could not create work tree dir '%s'."4077msgstr "no s'ha pogut crear el directori d'arbre de treball '%s'."40784079#: builtin/clone.c:8574080#, c-format4081msgid "Cloning into bare repository '%s'...\n"4082msgstr "Clonant al dipòsit nu '%s'...\n"40834084#: builtin/clone.c:8594085#, c-format4086msgid "Cloning into '%s'...\n"4087msgstr "Clonant a '%s'...\n"40884089#: builtin/clone.c:8954090msgid "--depth is ignored in local clones; use file:// instead."4091msgstr "--depth s'ignora en els clons locals; useu file:// en lloc."40924093#: builtin/clone.c:8984094msgid "source repository is shallow, ignoring --local"4095msgstr "el dipòsit font és superficial, ignorant --local"40964097#: builtin/clone.c:9034098msgid "--local is ignored"4099msgstr "--local s'ignora"41004101#: builtin/clone.c:9074102#, c-format4103msgid "Don't know how to clone %s"4104msgstr "No es sap com clonar %s"41054106#: builtin/clone.c:958 builtin/clone.c:9664107#, c-format4108msgid "Remote branch %s not found in upstream %s"4109msgstr "La rama remota %s no es troba en la font %s"41104111#: builtin/clone.c:9694112msgid "You appear to have cloned an empty repository."4113msgstr "Sembla que heu clonat un dipòsit buit."41144115#: builtin/column.c:94116msgid "git column [options]"4117msgstr "git column [opcions]"41184119#: builtin/column.c:264120msgid "lookup config vars"4121msgstr "cerca els variables de configuració"41224123#: builtin/column.c:27 builtin/column.c:284124msgid "layout to use"4125msgstr "pla a usar"41264127#: builtin/column.c:294128msgid "Maximum width"4129msgstr "Amplada màxima"41304131#: builtin/column.c:304132msgid "Padding space on left border"4133msgstr "Espai d'encoixinada en el marge esquerre"41344135#: builtin/column.c:314136msgid "Padding space on right border"4137msgstr "Espai d'encoixinada en el marge dret"41384139#: builtin/column.c:324140msgid "Padding space between columns"4141msgstr "Espai d'encoixinada entre columnes"41424143#: builtin/column.c:514144msgid "--command must be the first argument"4145msgstr "--command ha de ser el primer paràmetre"41464147#: builtin/commit.c:374148msgid "git commit [options] [--] <pathspec>..."4149msgstr "git commit [opcions] [--] <especificació-de-ruta>..."41504151#: builtin/commit.c:424152msgid "git status [options] [--] <pathspec>..."4153msgstr "git status [opcions] [--] <especificació-de-ruta>..."41544155#: builtin/commit.c:474156msgid ""4157"Your name and email address were configured automatically based\n"4158"on your username and hostname. Please check that they are accurate.\n"4159"You can suppress this message by setting them explicitly. Run the\n"4160"following command and follow the instructions in your editor to edit\n"4161"your configuration file:\n"4162"\n"4163" git config --global --edit\n"4164"\n"4165"After doing this, you may fix the identity used for this commit with:\n"4166"\n"4167" git commit --amend --reset-author\n"4168msgstr ""4169"S'han configurat el vostre nom i adreça de correu electrònic\n"4170"automàticament basats en el vostre nom d'usuari i nom de host. Si us\n"4171"plau, comproveu que siguin correctes. Podeu suprimir aquest missatge\n"4172"per establir-los explícitament. Executeu l'ordre següent i seguiu les\n"4173"instruccions en el vostre editor per editar el vostre fitxer de\n"4174"configuració:\n"4175"\n"4176" git config --global --edit\n"4177"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"4178"comissió amb:\n"4179"\n"4180" git commit --amend --reset-author\n"41814182#: builtin/commit.c:604183msgid ""4184"Your name and email address were configured automatically based\n"4185"on your username and hostname. Please check that they are accurate.\n"4186"You can suppress this message by setting them explicitly:\n"4187"\n"4188" git config --global user.name \"Your Name\"\n"4189" git config --global user.email you@example.com\n"4190"\n"4191"After doing this, you may fix the identity used for this commit with:\n"4192"\n"4193" git commit --amend --reset-author\n"4194msgstr ""4195"S'han configurat el vostre nom i adreça de correu electrònic\n"4196"automàticament basats en el vostre nom d'usuari i nom de host. Si us\n"4197"plau, comproveu que siguin correctes. Podeu suprimir aquest missatge\n"4198"per establir-los explícitament:\n"4199"\n"4200" git config --global user.name \"El Vostre Nom\"\n"4201" git config --global user.email tu@example.com\n"4202"\n"4203"Després de fer això, podeu arreglar la identitat usada per a aquesta\n"4204"comissió amb:\n"4205"\n"4206" git commit --amend --reset-author\n"42074208#: builtin/commit.c:724209msgid ""4210"You asked to amend the most recent commit, but doing so would make\n"4211"it empty. You can repeat your command with --allow-empty, or you can\n"4212"remove the commit entirely with \"git reset HEAD^\".\n"4213msgstr ""4214"Heu demanat esmenar la comissió més recent, però fer això la feria\n"4215"buida. Podeu repetir el vostre ordre amb --allow-empty, o podeu\n"4216"treure la comissió per complet amb \"git reset HEAD^\".\n"42174218#: builtin/commit.c:774219msgid ""4220"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4221"If you wish to commit it anyway, use:\n"4222"\n"4223" git commit --allow-empty\n"4224"\n"4225msgstr ""4226"El recull de cireres previ ja està buit, possiblement a causa de resolució "4227"de conflicte.\n"4228"Si el voleu cometre de totes maneres, useu:\n"4229"\n"4230" git commit --allow-empty\n"4231"\n"42324233#: builtin/commit.c:844234msgid "Otherwise, please use 'git reset'\n"4235msgstr "D'altra manera, si us plau, useu 'git reset'\n"42364237#: builtin/commit.c:874238msgid ""4239"If you wish to skip this commit, use:\n"4240"\n"4241" git reset\n"4242"\n"4243"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4244"the remaining commits.\n"4245msgstr ""4246"Si voleu saltar aquesta comissió, useu:\n"4247"\n"4248" git reset\n"4249"\n"4250"Llavors \"git cherry-pick --continue\" reprendrà recollint\n"4251"com cireres les comissions restants.\n"42524253#: builtin/commit.c:3024254msgid "failed to unpack HEAD tree object"4255msgstr "s'ha fallat en desempaquetar l'objecte d'arbre HEAD"42564257#: builtin/commit.c:3424258msgid "unable to create temporary index"4259msgstr "incapaç de crear un índex temporal"42604261#: builtin/commit.c:3484262msgid "interactive add failed"4263msgstr "l'afegiment interactiu ha fallat"42644265#: builtin/commit.c:3594266msgid "unable to write index file"4267msgstr "incapaç d'escriure el fitxer d'índex"42684269#: builtin/commit.c:3614270msgid "unable to update temporary index"4271msgstr "incapaç de actualitzar l'índex temporal"42724273#: builtin/commit.c:3634274msgid "Failed to update main cache tree"4275msgstr "S'ha fallat en actualitzar l'arbre principal de memòria cau"42764277#: builtin/commit.c:387 builtin/commit.c:412 builtin/commit.c:4614278msgid "unable to write new_index file"4279msgstr "incapaç d'escriure el fitxer new_index"42804281#: builtin/commit.c:4434282msgid "cannot do a partial commit during a merge."4283msgstr "no es pot fer una comissió parcial durant una fusió."42844285#: builtin/commit.c:4454286msgid "cannot do a partial commit during a cherry-pick."4287msgstr "no es pot fer una comissió parcial durant un recull de cireres."42884289#: builtin/commit.c:4544290msgid "cannot read the index"4291msgstr "no es pot llegir l'índex"42924293#: builtin/commit.c:4734294msgid "unable to write temporary index file"4295msgstr "incapaç d'escriure un fitxer d'índex temporal"42964297#: builtin/commit.c:5924298#, c-format4299msgid "commit '%s' lacks author header"4300msgstr "a la comissió '%s' li manca la capçalera d'autor"43014302#: builtin/commit.c:5944303#, c-format4304msgid "commit '%s' has malformed author line"4305msgstr "la comissió '%s' té una línia d'autor malformada"43064307#: builtin/commit.c:6134308msgid "malformed --author parameter"4309msgstr "paràmetre --author malformat"43104311#: builtin/commit.c:6214312#, c-format4313msgid "invalid date format: %s"4314msgstr "format de data invàlid: %s"43154316#: builtin/commit.c:6424317#, c-format4318msgid "Malformed ident string: '%s'"4319msgstr "Cadena d'identificació malformada: '%s'"43204321#: builtin/commit.c:6754322msgid ""4323"unable to select a comment character that is not used\n"4324"in the current commit message"4325msgstr ""4326"incapaç de seleccionar un caràcter de comentari que\n"4327"no sigui usat en el missatge de comissió actual"43284329#: builtin/commit.c:712 builtin/commit.c:745 builtin/commit.c:11204330#, c-format4331msgid "could not lookup commit %s"4332msgstr "no s'ha pogut trobar la comissió %s"43334334#: builtin/commit.c:724 builtin/shortlog.c:2734335#, c-format4336msgid "(reading log message from standard input)\n"4337msgstr "(llegint el missatge de registre de l'entrada estàndard)\n"43384339#: builtin/commit.c:7264340msgid "could not read log from standard input"4341msgstr "no s'ha pogut llegir de l'entrada estàndard"43424343#: builtin/commit.c:7304344#, c-format4345msgid "could not read log file '%s'"4346msgstr "no s'ha pogut llegir el fitxer de registre '%s'"43474348#: builtin/commit.c:7524349msgid "could not read MERGE_MSG"4350msgstr "no s'ha pogut llegir MERGE_MSG"43514352#: builtin/commit.c:7564353msgid "could not read SQUASH_MSG"4354msgstr "no s'ha pogur llegir SQUASH_MSG"43554356#: builtin/commit.c:7604357#, c-format4358msgid "could not read '%s'"4359msgstr "no s'ha pogut llegir '%s'"43604361#: builtin/commit.c:8314362msgid "could not write commit template"4363msgstr "no s'ha pogut escriure la plantilla de comissió"43644365#: builtin/commit.c:8494366#, c-format4367msgid ""4368"\n"4369"It looks like you may be committing a merge.\n"4370"If this is not correct, please remove the file\n"4371"\t%s\n"4372"and try again.\n"4373msgstr ""4374"\n"4375"Sembla que podeu estar cometent una fusió.\n"4376"Si això no és correcte, si us plau, treu el fitxer\n"4377"\t%s\n"4378"i intenteu de nou.\n"43794380#: builtin/commit.c:8544381#, c-format4382msgid ""4383"\n"4384"It looks like you may be committing a cherry-pick.\n"4385"If this is not correct, please remove the file\n"4386"\t%s\n"4387"and try again.\n"4388msgstr ""4389"\n"4390"Sembla que podeu estar cometent un recull de cireres.\n"4391"Si això no és correcte, si us plau treu el fitxer\n"4392"\t%s\n"4393"i intenteu de nou.\n"43944395#: builtin/commit.c:8674396#, c-format4397msgid ""4398"Please enter the commit message for your changes. Lines starting\n"4399"with '%c' will be ignored, and an empty message aborts the commit.\n"4400msgstr ""4401"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"4402"S'ignoraran les línies començant amb '%c', i un missatge de\n"4403"comissió buit avorta la comissió.\n"44044405#: builtin/commit.c:8744406#, c-format4407msgid ""4408"Please enter the commit message for your changes. Lines starting\n"4409"with '%c' will be kept; you may remove them yourself if you want to.\n"4410"An empty message aborts the commit.\n"4411msgstr ""4412"Si us plau, introduïu el missatge de comissió dels vostres canvis.\n"4413"Es retindran les línies començants amb '%c'; podeu treure'ls per vós\n"4414"mateix si voleu. Un missatge buit avorta la comissió.\n"44154416#: builtin/commit.c:8884417#, c-format4418msgid "%sAuthor: %.*s <%.*s>"4419msgstr "%sAutor: %.*s <%.*s>"44204421#: builtin/commit.c:8964422#, c-format4423msgid "%sDate: %s"4424msgstr "%sData: %s"44254426#: builtin/commit.c:9034427#, c-format4428msgid "%sCommitter: %.*s <%.*s>"4429msgstr "%sComitent: %.*s <%.*s>"44304431#: builtin/commit.c:9214432msgid "Cannot read index"4433msgstr "No es pot llegir l'índex"44344435#: builtin/commit.c:9784436msgid "Error building trees"4437msgstr "Error en construir arbres"44384439#: builtin/commit.c:993 builtin/tag.c:4954440#, c-format4441msgid "Please supply the message using either -m or -F option.\n"4442msgstr "Si us plau, proveïu el missatge per usar o l'opció -m o l'opció -F.\n"44434444#: builtin/commit.c:10954445#, c-format4446msgid "No existing author found with '%s'"4447msgstr "Cap autor existent trobat amb '%s'"44484449#: builtin/commit.c:1110 builtin/commit.c:13504450#, c-format4451msgid "Invalid untracked files mode '%s'"4452msgstr "Mode de fitxers no seguits invàlid '%s'"44534454#: builtin/commit.c:11474455msgid "--long and -z are incompatible"4456msgstr "--long i -z són incompatibles"44574458#: builtin/commit.c:11774459msgid "Using both --reset-author and --author does not make sense"4460msgstr "Usar ambdós --reset-author i --author no té sentit"44614462#: builtin/commit.c:11864463msgid "You have nothing to amend."4464msgstr "No teniu res a esmenar."44654466#: builtin/commit.c:11894467msgid "You are in the middle of a merge -- cannot amend."4468msgstr "Esteu en el medi d'una fusió -- no es pot esmenar."44694470#: builtin/commit.c:11914471msgid "You are in the middle of a cherry-pick -- cannot amend."4472msgstr "Esteu en el medi d'un recull de cireres -- no es pot esmenar."44734474#: builtin/commit.c:11944475msgid "Options --squash and --fixup cannot be used together"4476msgstr "Les opcions --squash i --fixup no es poden usar junts"44774478#: builtin/commit.c:12044479msgid "Only one of -c/-C/-F/--fixup can be used."4480msgstr "Només un de -c/-C/-F/--fixup es pot usar."44814482#: builtin/commit.c:12064483msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4484msgstr "L'opció -m no es pot combinar amb -c/-C/-F/--fixup."44854486#: builtin/commit.c:12144487msgid "--reset-author can be used only with -C, -c or --amend."4488msgstr "--reset-author només es pot usar amb -C, -c o --amend."44894490#: builtin/commit.c:12314491msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4492msgstr "Només un de --include/--only/--all/--interactive/--patch es pot usar."44934494#: builtin/commit.c:12334495msgid "No paths with --include/--only does not make sense."4496msgstr "--include/--only no té sentit sense ruta."44974498#: builtin/commit.c:12354499msgid "Clever... amending the last one with dirty index."4500msgstr "Intel·ligent...esmenant el últim amb índex brut."45014502#: builtin/commit.c:12374503msgid "Explicit paths specified without -i or -o; assuming --only paths..."4504msgstr ""4505"S'han especificat rutes explícites sense -i o -o; presumint rutes --only..."45064507#: builtin/commit.c:1249 builtin/tag.c:7284508#, c-format4509msgid "Invalid cleanup mode %s"4510msgstr "Mode de neteja invàlid %s"45114512#: builtin/commit.c:12544513msgid "Paths with -a does not make sense."4514msgstr "-a no té sentit amb rutes."45154516#: builtin/commit.c:1364 builtin/commit.c:16444517msgid "show status concisely"4518msgstr "mostra l'estat concisament"45194520#: builtin/commit.c:1366 builtin/commit.c:16464521msgid "show branch information"4522msgstr "mostra la informació de rama"45234524#: builtin/commit.c:1368 builtin/commit.c:1648 builtin/push.c:5004525msgid "machine-readable output"4526msgstr "sortida llegible per màquina"45274528#: builtin/commit.c:1371 builtin/commit.c:16504529msgid "show status in long format (default)"4530msgstr "mostra l'estat en format llarg (per defecte)"45314532#: builtin/commit.c:1374 builtin/commit.c:16534533msgid "terminate entries with NUL"4534msgstr "termina les entrades amb NUL"45354536#: builtin/commit.c:1376 builtin/commit.c:1656 builtin/fast-export.c:9804537#: builtin/fast-export.c:983 builtin/tag.c:6034538msgid "mode"4539msgstr "mode"45404541#: builtin/commit.c:1377 builtin/commit.c:16564542msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4543msgstr ""4544"mostra els fitxers no seguits, modes opcional: all, normal, no. (Per "4545"defecte: all)"45464547#: builtin/commit.c:13804548msgid "show ignored files"4549msgstr "mostra els fitxers ignorats"45504551#: builtin/commit.c:1381 parse-options.h:1534552msgid "when"4553msgstr "quan"45544555#: builtin/commit.c:13824556msgid ""4557"ignore changes to submodules, optional when: all, dirty, untracked. "4558"(Default: all)"4559msgstr ""4560"ignora els canvis als submòduls, opcional quan: all, dirty, untracked. (Per "4561"defecte: all)"45624563#: builtin/commit.c:13844564msgid "list untracked files in columns"4565msgstr "mostra els fitxers no seguits en columnes"45664567#: builtin/commit.c:14714568msgid "couldn't look up newly created commit"4569msgstr "no s'ha pogut trobar la comissió novament creat"45704571#: builtin/commit.c:14734572msgid "could not parse newly created commit"4573msgstr "no s'ha pogut analitzar la comissió novament creat"45744575#: builtin/commit.c:15184576msgid "detached HEAD"4577msgstr "HEAD separat"45784579#: builtin/commit.c:15214580msgid " (root-commit)"4581msgstr " (comissió d'arrel)"45824583#: builtin/commit.c:16144584msgid "suppress summary after successful commit"4585msgstr "omet el resum després d'una comissió reexita"45864587#: builtin/commit.c:16154588msgid "show diff in commit message template"4589msgstr "mostra la diferència en la plantilla de missatge de comissió"45904591#: builtin/commit.c:16174592msgid "Commit message options"4593msgstr "Opcions de missatge de comissió"45944595#: builtin/commit.c:1618 builtin/tag.c:6014596msgid "read message from file"4597msgstr "llegiu el missatge des d'un fitxer"45984599#: builtin/commit.c:16194600msgid "author"4601msgstr "autor"46024603#: builtin/commit.c:16194604msgid "override author for commit"4605msgstr "autor corregit de la comissió"46064607#: builtin/commit.c:1620 builtin/gc.c:2754608msgid "date"4609msgstr "data"46104611#: builtin/commit.c:16204612msgid "override date for commit"4613msgstr "data corregida de la comissió"46144615#: builtin/commit.c:1621 builtin/merge.c:217 builtin/notes.c:4084616#: builtin/notes.c:565 builtin/tag.c:5994617msgid "message"4618msgstr "missatge"46194620#: builtin/commit.c:16214621msgid "commit message"4622msgstr "missatge de comissió"46234624#: builtin/commit.c:16224625msgid "reuse and edit message from specified commit"4626msgstr "reusa i edita el missatge de la comissió especificada"46274628#: builtin/commit.c:16234629msgid "reuse message from specified commit"4630msgstr "reusa el missatge de la comissió especificada"46314632#: builtin/commit.c:16244633msgid "use autosquash formatted message to fixup specified commit"4634msgstr ""4635"usa el missatge formatat d'aixafada automàtica per a arreglar la comissió "4636"especificada"46374638#: builtin/commit.c:16254639msgid "use autosquash formatted message to squash specified commit"4640msgstr ""4641"usa el missatge formatat d'aixafada automàtica per a aixafar la comissió "4642"especificada"46434644#: builtin/commit.c:16264645msgid "the commit is authored by me now (used with -C/-c/--amend)"4646msgstr "l'autor de la comissió ja sóc jo (usat amb -C/-c/--amend)"46474648#: builtin/commit.c:1627 builtin/log.c:1191 builtin/revert.c:864649msgid "add Signed-off-by:"4650msgstr "afegeix Signed-off-by:"46514652#: builtin/commit.c:16284653msgid "use specified template file"4654msgstr "usa el fitxer de plantilla especificat"46554656#: builtin/commit.c:16294657msgid "force edit of commit"4658msgstr "força l'edició de la comissió"46594660#: builtin/commit.c:16304661msgid "default"4662msgstr "per defecte"46634664#: builtin/commit.c:1630 builtin/tag.c:6044665msgid "how to strip spaces and #comments from message"4666msgstr "com despullar els espais i #comentaris del missatge"46674668#: builtin/commit.c:16314669msgid "include status in commit message template"4670msgstr "inclou l'estat en la plantilla de missatge de comissió"46714672#: builtin/commit.c:1632 builtin/merge.c:224 builtin/revert.c:924673#: builtin/tag.c:6054674msgid "key-id"4675msgstr "ID de clau"46764677#: builtin/commit.c:1633 builtin/merge.c:225 builtin/revert.c:934678msgid "GPG sign commit"4679msgstr "firma la comissió amb GPG"46804681#: builtin/commit.c:16364682msgid "Commit contents options"4683msgstr "Opcions dels continguts de les comissions"46844685#: builtin/commit.c:16374686msgid "commit all changed files"4687msgstr "comet tots els fitxers canviats"46884689#: builtin/commit.c:16384690msgid "add specified files to index for commit"4691msgstr "afegeix els fitxers especificats a l'índex per a cometre"46924693#: builtin/commit.c:16394694msgid "interactively add files"4695msgstr "afegeix els fitxers interactivament"46964697#: builtin/commit.c:16404698msgid "interactively add changes"4699msgstr "afegeix els canvis interactivament"47004701#: builtin/commit.c:16414702msgid "commit only specified files"4703msgstr "comet només els fitxers especificats"47044705#: builtin/commit.c:16424706msgid "bypass pre-commit hook"4707msgstr "evita el ganxo de precomissió"47084709#: builtin/commit.c:16434710msgid "show what would be committed"4711msgstr "mostra què es cometria"47124713#: builtin/commit.c:16544714msgid "amend previous commit"4715msgstr "esmena la comissió anterior"47164717#: builtin/commit.c:16554718msgid "bypass post-rewrite hook"4719msgstr "evita el ganxo de postreescriure"47204721#: builtin/commit.c:16604722msgid "ok to record an empty change"4723msgstr "està bé registrar un canvi buit"47244725#: builtin/commit.c:16624726msgid "ok to record a change with an empty message"4727msgstr "està bé registrar un canvi amb missatge buit"47284729#: builtin/commit.c:16914730msgid "could not parse HEAD commit"4731msgstr "no s'ha pogut analitzar la comissió HEAD"47324733#: builtin/commit.c:1730 builtin/merge.c:5184734#, c-format4735msgid "could not open '%s' for reading"4736msgstr "no s'ha pogut obrir '%s' per a lectura"47374738#: builtin/commit.c:17374739#, c-format4740msgid "Corrupt MERGE_HEAD file (%s)"4741msgstr "Fitxer MERGE_HEAD corrupte (%s)"47424743#: builtin/commit.c:17444744msgid "could not read MERGE_MODE"4745msgstr "no s'ha pogut llegir MERGE_MODE"47464747#: builtin/commit.c:17634748#, c-format4749msgid "could not read commit message: %s"4750msgstr "no s'ha pogut llegir el missatge de comissió: %s"47514752#: builtin/commit.c:17744753#, c-format4754msgid "Aborting commit; you did not edit the message.\n"4755msgstr "Avortant la comissió; no heu editat el missatge.\n"47564757#: builtin/commit.c:17794758#, c-format4759msgid "Aborting commit due to empty commit message.\n"4760msgstr "Avortant la comissió a causa d'un missatge de comissió buit.\n"47614762#: builtin/commit.c:1794 builtin/merge.c:850 builtin/merge.c:8754763msgid "failed to write commit object"4764msgstr "s'ha fallat en escriure l'objecte de comissió"47654766#: builtin/commit.c:18274767msgid ""4768"Repository has been updated, but unable to write\n"4769"new_index file. Check that disk is not full and quota is\n"4770"not exceeded, and then \"git reset HEAD\" to recover."4771msgstr ""4772"S'ha actualitzat el dipòsit, però no es pot escriure el\n"4773"fitxer new_index. Comproveu que el disc no estigui ple i\n"4774"que la quota no estigui excedit, i després\n"4775"\"git reset HEAD\" per a recuperar."47764777#: builtin/config.c:84778msgid "git config [options]"4779msgstr "git config [opcions]"47804781#: builtin/config.c:534782msgid "Config file location"4783msgstr "Ubicació del fitxer de configuració"47844785#: builtin/config.c:544786msgid "use global config file"4787msgstr "usa el fitxer de configuració global"47884789#: builtin/config.c:554790msgid "use system config file"4791msgstr "usa el fitxer de configuració del sistema"47924793#: builtin/config.c:564794msgid "use repository config file"4795msgstr "usa el fitxer de configuració del dipòsit"47964797#: builtin/config.c:574798msgid "use given config file"4799msgstr "usa el fitxer de configuració donat"48004801#: builtin/config.c:584802msgid "blob-id"4803msgstr "ID de blob"48044805#: builtin/config.c:584806msgid "read config from given blob object"4807msgstr "llegeix la configuració de l'objecte de blob donat"48084809#: builtin/config.c:594810msgid "Action"4811msgstr "Acció"48124813#: builtin/config.c:604814msgid "get value: name [value-regex]"4815msgstr "obtén valor: nom [regex-de-valors]"48164817#: builtin/config.c:614818msgid "get all values: key [value-regex]"4819msgstr "obtén tots els valors: clau [regex-de-valors]"48204821#: builtin/config.c:624822msgid "get values for regexp: name-regex [value-regex]"4823msgstr "obtén valors de regexp: regex-de-noms [regex-de-valors]"48244825#: builtin/config.c:634826msgid "get value specific for the URL: section[.var] URL"4827msgstr "obtén el valor especific al URL: secció[.variable] URL"48284829#: builtin/config.c:644830msgid "replace all matching variables: name value [value_regex]"4831msgstr ""4832"reemplaça tots els variables que coincideixen: nom valor [regex_de_valors]"48334834#: builtin/config.c:654835msgid "add a new variable: name value"4836msgstr "afegeix un variable nou: nom valor"48374838#: builtin/config.c:664839msgid "remove a variable: name [value-regex]"4840msgstr "treu un variable: nom [regex-de-valors]"48414842#: builtin/config.c:674843msgid "remove all matches: name [value-regex]"4844msgstr "treu totes les coincidències: nom [regex-de-valors]"48454846#: builtin/config.c:684847msgid "rename section: old-name new-name"4848msgstr "canvia el nom de secció: nom-antic nom-nou"48494850#: builtin/config.c:694851msgid "remove a section: name"4852msgstr "treu una secció: nom"48534854#: builtin/config.c:704855msgid "list all"4856msgstr "llista tots"48574858#: builtin/config.c:714859msgid "open an editor"4860msgstr "obre un editor"48614862#: builtin/config.c:72 builtin/config.c:734863msgid "slot"4864msgstr "ranura"48654866#: builtin/config.c:724867msgid "find the color configured: [default]"4868msgstr "troba el color configurat: [per defecte]"48694870#: builtin/config.c:734871msgid "find the color setting: [stdout-is-tty]"4872msgstr "troba l'ajust de color: [stdout-és-tty]"48734874#: builtin/config.c:744875msgid "Type"4876msgstr "Tipus"48774878#: builtin/config.c:754879msgid "value is \"true\" or \"false\""4880msgstr "el valor és \"true\" o \"false\""48814882#: builtin/config.c:764883msgid "value is decimal number"4884msgstr "el valor és un nombre decimal"48854886#: builtin/config.c:774887msgid "value is --bool or --int"4888msgstr "el valor és --bool o --int"48894890#: builtin/config.c:784891msgid "value is a path (file or directory name)"4892msgstr "el valor és una ruta (nom de fitxer o directori)"48934894#: builtin/config.c:794895msgid "Other"4896msgstr "Altre"48974898#: builtin/config.c:804899msgid "terminate values with NUL byte"4900msgstr "termina els valors amb un octet NUL"49014902#: builtin/config.c:814903msgid "respect include directives on lookup"4904msgstr "respecta les directives d'inclusió al cercar"49054906#: builtin/config.c:3154907msgid "unable to parse default color value"4908msgstr "incapaç d'analitzar el valor de color per defecte"49094910#: builtin/config.c:4554911#, c-format4912msgid ""4913"# This is Git's per-user configuration file.\n"4914"[core]\n"4915"# Please adapt and uncomment the following lines:\n"4916"#\tuser = %s\n"4917"#\temail = %s\n"4918msgstr ""4919"# Això és el fitxer de configuració del Git del usuari.\n"4920"[core]\n"4921"# Si us plau, adapteu i descomenteu les línies següentes:\n"4922"#\tuser = %s\n"4923"#\temail = %s\n"49244925#: builtin/config.c:5904926#, c-format4927msgid "cannot create configuration file %s"4928msgstr "no es pot crear el fitxer de configuració '%s'"49294930#: builtin/count-objects.c:554931msgid "git count-objects [-v] [-H | --human-readable]"4932msgstr "git count-objects [-v] [-H | --human-readable]"49334934#: builtin/count-objects.c:654935msgid "print sizes in human readable format"4936msgstr "imprimeix les mides en un format llegible per humans"49374938#: builtin/describe.c:174939msgid "git describe [options] <commit-ish>*"4940msgstr "git describe [opcions] <comissió>*"49414942#: builtin/describe.c:184943msgid "git describe [options] --dirty"4944msgstr "git describe [opcions] --dirty"49454946#: builtin/describe.c:2174947#, c-format4948msgid "annotated tag %s not available"4949msgstr "l'etiqueta anotada %s no és disponible"49504951#: builtin/describe.c:2214952#, c-format4953msgid "annotated tag %s has no embedded name"4954msgstr "l'etiqueta anotada %s no té nom incrustat"49554956#: builtin/describe.c:2234957#, c-format4958msgid "tag '%s' is really '%s' here"4959msgstr "l'etiqueta '%s' realment és '%s' aquí"49604961#: builtin/describe.c:250 builtin/log.c:4524962#, c-format4963msgid "Not a valid object name %s"4964msgstr "%s no és un nom d'objecte vàlid"49654966#: builtin/describe.c:2534967#, c-format4968msgid "%s is not a valid '%s' object"4969msgstr "%s no és un objecte de '%s' vàlid"49704971#: builtin/describe.c:2704972#, c-format4973msgid "no tag exactly matches '%s'"4974msgstr "cap etiqueta coincideix exactament amb '%s'"49754976#: builtin/describe.c:2724977#, c-format4978msgid "searching to describe %s\n"4979msgstr "cercant per a descriure %s\n"49804981#: builtin/describe.c:3194982#, c-format4983msgid "finished search at %s\n"4984msgstr "s'ha terminat la cerca a %s\n"49854986#: builtin/describe.c:3464987#, c-format4988msgid ""4989"No annotated tags can describe '%s'.\n"4990"However, there were unannotated tags: try --tags."4991msgstr ""4992"Cap etiqueta anotada pot descriure '%s'.\n"4993"No obstant, hi havia etiquetes no anotades: proveu --tags."49944995#: builtin/describe.c:3504996#, c-format4997msgid ""4998"No tags can describe '%s'.\n"4999"Try --always, or create some tags."5000msgstr ""5001"Cap etiqueta pot descriure '%s'.\n"5002"Proveu --always, o creeu algunes etiquetes."50035004#: builtin/describe.c:3715005#, c-format5006msgid "traversed %lu commits\n"5007msgstr "%lu comissions travessades\n"50085009#: builtin/describe.c:3745010#, c-format5011msgid ""5012"more than %i tags found; listed %i most recent\n"5013"gave up search at %s\n"5014msgstr ""5015"s'ha trobat més de %i etiquetes: s'ha llistat les %i més recents\n"5016"s'ha renunciat la cerca a %s\n"50175018#: builtin/describe.c:3965019msgid "find the tag that comes after the commit"5020msgstr "troba l'etiqueta que vingui després de la comissió"50215022#: builtin/describe.c:3975023msgid "debug search strategy on stderr"5024msgstr "estratègia de cerca de depuració en stderr"50255026#: builtin/describe.c:3985027msgid "use any ref"5028msgstr "usa qualsevulla referència"50295030#: builtin/describe.c:3995031msgid "use any tag, even unannotated"5032msgstr "usa qualsevulla etiqueta, encara les sense anotar"50335034#: builtin/describe.c:4005035msgid "always use long format"5036msgstr "sempre usa el format llarg"50375038#: builtin/describe.c:4015039msgid "only follow first parent"5040msgstr "només segueix el primer pare"50415042#: builtin/describe.c:4045043msgid "only output exact matches"5044msgstr "emet només coincidències exactes"50455046#: builtin/describe.c:4065047msgid "consider <n> most recent tags (default: 10)"5048msgstr "considera les <n> etiquetes més recents (per defecte: 10)"50495050#: builtin/describe.c:4085051msgid "only consider tags matching <pattern>"5052msgstr "només considera les etiquetes que coincideixen amb <patró>"50535054#: builtin/describe.c:410 builtin/name-rev.c:3185055msgid "show abbreviated commit object as fallback"5056msgstr "mostra l'objecte de comissió abreviat com a retrocediment"50575058#: builtin/describe.c:4115059msgid "mark"5060msgstr "marca"50615062#: builtin/describe.c:4125063msgid "append <mark> on dirty working tree (default: \"-dirty\")"5064msgstr "annexa <marca> en l'arbre de treball brut (per defecte: \"-dirty\")"50655066#: builtin/describe.c:4305067msgid "--long is incompatible with --abbrev=0"5068msgstr "--long és incompatible amb --abbrev=0"50695070#: builtin/describe.c:4565071msgid "No names found, cannot describe anything."5072msgstr "Cap nom trobat, no es pot descriure res."50735074#: builtin/describe.c:4765075msgid "--dirty is incompatible with commit-ishes"5076msgstr "--dirty és incompatible amb les comissions"50775078#: builtin/diff.c:865079#, c-format5080msgid "'%s': not a regular file or symlink"5081msgstr "'%s': no és ni fitxer regular ni enllaç simbòlic"50825083#: builtin/diff.c:2375084#, c-format5085msgid "invalid option: %s"5086msgstr "opció invàlida: %s"50875088#: builtin/diff.c:3585089msgid "Not a git repository"5090msgstr "No és un dipòsit de git"50915092#: builtin/diff.c:4015093#, c-format5094msgid "invalid object '%s' given."5095msgstr "s'ha donat un objecte invàlid '%s'."50965097#: builtin/diff.c:4105098#, c-format5099msgid "more than two blobs given: '%s'"5100msgstr "s'ha donat més de dos blobs: '%s"51015102#: builtin/diff.c:4175103#, c-format5104msgid "unhandled object '%s' given."5105msgstr "s'ha donat l'objecte no manejat '%s'."51065107#: builtin/fast-export.c:245108msgid "git fast-export [rev-list-opts]"5109msgstr "git fast-export [opcions-de-llista-de-revisions]"51105111#: builtin/fast-export.c:9795112msgid "show progress after <n> objects"5113msgstr "mostra el progrés després de <n> objectes"51145115#: builtin/fast-export.c:9815116msgid "select handling of signed tags"5117msgstr "selecciona el manejament de les etiquetes firmades"51185119#: builtin/fast-export.c:9845120msgid "select handling of tags that tag filtered objects"5121msgstr ""5122"selecciona el manejament de les etiquetes que etiquetin objectes filtrats"51235124#: builtin/fast-export.c:9875125msgid "Dump marks to this file"5126msgstr "Bolcar les marques a aquest fitxer"51275128#: builtin/fast-export.c:9895129msgid "Import marks from this file"5130msgstr "Importa les marques d'aquest fitxer"51315132#: builtin/fast-export.c:9915133msgid "Fake a tagger when tags lack one"5134msgstr "Fingeix un etiquetador quan un lis manca a les etiquetes"51355136#: builtin/fast-export.c:9935137msgid "Output full tree for each commit"5138msgstr "Imprimeix l'arbre complet de cada comissió"51395140#: builtin/fast-export.c:9955141msgid "Use the done feature to terminate the stream"5142msgstr "Usa la característica done per a terminar el corrent"51435144#: builtin/fast-export.c:9965145msgid "Skip output of blob data"5146msgstr "Salta l'emissió de dades de blob"51475148#: builtin/fast-export.c:9975149msgid "refspec"5150msgstr "especificació de referència"51515152#: builtin/fast-export.c:9985153msgid "Apply refspec to exported refs"5154msgstr "Aplica l'especificació de referència a les referències exportades"51555156#: builtin/fast-export.c:9995157msgid "anonymize output"5158msgstr "anonimitza la sortida"51595160#: builtin/fetch.c:205161msgid "git fetch [<options>] [<repository> [<refspec>...]]"5162msgstr "git fetch [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"51635164#: builtin/fetch.c:215165msgid "git fetch [<options>] <group>"5166msgstr "git fetch [<opcions>] <grup>"51675168#: builtin/fetch.c:225169msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"5170msgstr "git fetch --multiple [<opcions>] [(<dipòsit> | <grup>)...]"51715172#: builtin/fetch.c:235173msgid "git fetch --all [<options>]"5174msgstr "git fetch --all [<opcions>]"51755176#: builtin/fetch.c:905177msgid "fetch from all remotes"5178msgstr "obtén de tots els remots"51795180#: builtin/fetch.c:925181msgid "append to .git/FETCH_HEAD instead of overwriting"5182msgstr "annexa a .git/FETCH_HEAD en lloc de sobreescriure"51835184#: builtin/fetch.c:945185msgid "path to upload pack on remote end"5186msgstr "ruta a que pujar el paquet en el costat remot"51875188#: builtin/fetch.c:955189msgid "force overwrite of local branch"5190msgstr "força la sobreescriptura de la rama local"51915192#: builtin/fetch.c:975193msgid "fetch from multiple remotes"5194msgstr "obtén de múltiples remots"51955196#: builtin/fetch.c:995197msgid "fetch all tags and associated objects"5198msgstr "obtén tots les etiquetes i objectes associats"51995200#: builtin/fetch.c:1015201msgid "do not fetch all tags (--no-tags)"5202msgstr "no obtingues les etiquetes (--no-tags)"52035204#: builtin/fetch.c:1035205msgid "prune remote-tracking branches no longer on remote"5206msgstr "poda les rames amb seguiment remot que ja no estiguin en el remot"52075208#: builtin/fetch.c:1045209msgid "on-demand"5210msgstr "sota demanda"52115212#: builtin/fetch.c:1055213msgid "control recursive fetching of submodules"5214msgstr "controla l'obteniment recursiu de submòduls"52155216#: builtin/fetch.c:1095217msgid "keep downloaded pack"5218msgstr "desa el paquet baixat"52195220#: builtin/fetch.c:1115221msgid "allow updating of HEAD ref"5222msgstr "permet l'actualització de la referència HEAD"52235224#: builtin/fetch.c:1145225msgid "deepen history of shallow clone"5226msgstr "aprofundeix la història d'un clon superficial"52275228#: builtin/fetch.c:1165229msgid "convert to a complete repository"5230msgstr "converteix en un dipòsit complet"52315232#: builtin/fetch.c:118 builtin/log.c:12085233msgid "dir"5234msgstr "directori"52355236#: builtin/fetch.c:1195237msgid "prepend this to submodule path output"5238msgstr "anteposa això a la sortida de ruta del submòdul"52395240#: builtin/fetch.c:1225241msgid "default mode for recursion"5242msgstr "mode de recursivitat per defecte"52435244#: builtin/fetch.c:1245245msgid "accept refs that update .git/shallow"5246msgstr "accepta les referències que actualitzin .git/shallow"52475248#: builtin/fetch.c:1255249msgid "refmap"5250msgstr "mapa de referències"52515252#: builtin/fetch.c:1265253msgid "specify fetch refmap"5254msgstr "mostra el mapa de referències d'obteniment"52555256#: builtin/fetch.c:3765257msgid "Couldn't find remote ref HEAD"5258msgstr "No s'ha pogut trobar la referència HEAD remota"52595260#: builtin/fetch.c:4545261#, c-format5262msgid "object %s not found"5263msgstr "objecte %s no trobat"52645265#: builtin/fetch.c:4595266msgid "[up to date]"5267msgstr "[al dia]"52685269#: builtin/fetch.c:4735270#, c-format5271msgid "! %-*s %-*s -> %s (can't fetch in current branch)"5272msgstr "! %-*s %-*s -> %s (no es pot obtenir en la rama actual)"52735274#: builtin/fetch.c:474 builtin/fetch.c:5605275msgid "[rejected]"5276msgstr "[rebutjat]"52775278#: builtin/fetch.c:4855279msgid "[tag update]"5280msgstr "[actualització d'etiqueta]"52815282#: builtin/fetch.c:487 builtin/fetch.c:522 builtin/fetch.c:5405283msgid " (unable to update local ref)"5284msgstr " (incapaç d'actualitzar la referència local)"52855286#: builtin/fetch.c:5055287msgid "[new tag]"5288msgstr "[etiqueta nova]"52895290#: builtin/fetch.c:5085291msgid "[new branch]"5292msgstr "[rama nova]"52935294#: builtin/fetch.c:5115295msgid "[new ref]"5296msgstr "[referència nova]"52975298#: builtin/fetch.c:5565299msgid "unable to update local ref"5300msgstr "incapaç d'actualitzar la referència local"53015302#: builtin/fetch.c:5565303msgid "forced update"5304msgstr "actualització forçada"53055306#: builtin/fetch.c:5625307msgid "(non-fast-forward)"5308msgstr "(sense avanç ràpid)"53095310#: builtin/fetch.c:595 builtin/fetch.c:8285311#, c-format5312msgid "cannot open %s: %s\n"5313msgstr "no és pot obrir %s: %s\n"53145315#: builtin/fetch.c:6045316#, c-format5317msgid "%s did not send all necessary objects\n"5318msgstr "%s no ha enviat tots els objectes necessaris\n"53195320#: builtin/fetch.c:6225321#, c-format5322msgid "reject %s because shallow roots are not allowed to be updated"5323msgstr ""5324"rebutja %s perquè no es permet que els arrels superficials s'actualitzin"53255326#: builtin/fetch.c:710 builtin/fetch.c:7935327#, c-format5328msgid "From %.*s\n"5329msgstr "De %.*s\n"53305331#: builtin/fetch.c:7215332#, c-format5333msgid ""5334"some local refs could not be updated; try running\n"5335" 'git remote prune %s' to remove any old, conflicting branches"5336msgstr ""5337"algunes referències locals no s'han pogut actualitzar;\n"5338" intenteu executar 'git remote prune %s' per a treure\n"5339" qualsevulla rama antiga o conflictiva"53405341#: builtin/fetch.c:7735342#, c-format5343msgid " (%s will become dangling)"5344msgstr " (%s es tornarà penjant)"53455346#: builtin/fetch.c:7745347#, c-format5348msgid " (%s has become dangling)"5349msgstr " (%s s'ha tornat penjant)"53505351#: builtin/fetch.c:7985352msgid "[deleted]"5353msgstr "[suprimit]"53545355#: builtin/fetch.c:799 builtin/remote.c:10635356msgid "(none)"5357msgstr "(cap)"53585359#: builtin/fetch.c:8185360#, c-format5361msgid "Refusing to fetch into current branch %s of non-bare repository"5362msgstr "Refusant obtenir en la rama actual %s d'un dipòsit no nu"53635364#: builtin/fetch.c:8375365#, c-format5366msgid "Option \"%s\" value \"%s\" is not valid for %s"5367msgstr "L'opció \"%s\" amb valor \"%s\" no és vàlida per a %s"53685369#: builtin/fetch.c:8405370#, c-format5371msgid "Option \"%s\" is ignored for %s\n"5372msgstr "S'ignora l'opció \"%s\" per a %s\n"53735374#: builtin/fetch.c:8965375#, c-format5376msgid "Don't know how to fetch from %s"5377msgstr "No es sap com obtenir de %s"53785379#: builtin/fetch.c:10585380#, c-format5381msgid "Fetching %s\n"5382msgstr "Obtenint %s\n"53835384#: builtin/fetch.c:1060 builtin/remote.c:905385#, c-format5386msgid "Could not fetch %s"5387msgstr "No s'ha pogut obtenir %s"53885389#: builtin/fetch.c:10785390msgid ""5391"No remote repository specified. Please, specify either a URL or a\n"5392"remote name from which new revisions should be fetched."5393msgstr ""5394"Cap dipòsit remot especificat. Si us plau, especifiqueu o un URL o\n"5395"un nom remot del qual es deuen obtenir les revisions noves."53965397#: builtin/fetch.c:11015398msgid "You need to specify a tag name."5399msgstr "Necessiteu especificar un nom d'etiqueta."54005401#: builtin/fetch.c:11435402msgid "--depth and --unshallow cannot be used together"5403msgstr "--depth i --unshallow no es poden usar junts"54045405#: builtin/fetch.c:11455406msgid "--unshallow on a complete repository does not make sense"5407msgstr "--unshallow en un dipòsit complet no té sentit"54085409#: builtin/fetch.c:11685410msgid "fetch --all does not take a repository argument"5411msgstr "fetch --all no accepta un paràmetre de dipòsit"54125413#: builtin/fetch.c:11705414msgid "fetch --all does not make sense with refspecs"5415msgstr "fetch --all no té sentit amb especificacions de referència"54165417#: builtin/fetch.c:11815418#, c-format5419msgid "No such remote or remote group: %s"5420msgstr "No hi ha tal remot ni tal grup remot: %s"54215422#: builtin/fetch.c:11895423msgid "Fetching a group and specifying refspecs does not make sense"5424msgstr "Obtenir un grup i especificar referències no té sentit"54255426#: builtin/fmt-merge-msg.c:135427msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"5428msgstr ""5429"git fmt-merge-msg [-m <missatge>] [--log[=<n>]|--no-log] [--file <fitxer>]"54305431#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:6985432#: builtin/merge.c:197 builtin/repack.c:179 builtin/repack.c:1835433#: builtin/show-branch.c:654 builtin/show-ref.c:178 builtin/tag.c:5905434#: parse-options.h:132 parse-options.h:2395435msgid "n"5436msgstr "n"54375438#: builtin/fmt-merge-msg.c:6645439msgid "populate log with at most <n> entries from shortlog"5440msgstr "emplena el registre amb al màxim <n> entrades del registre curt"54415442#: builtin/fmt-merge-msg.c:6675443msgid "alias for --log (deprecated)"5444msgstr "àlies per --log (desaprovat)"54455446#: builtin/fmt-merge-msg.c:6705447msgid "text"5448msgstr "text"54495450#: builtin/fmt-merge-msg.c:6715451msgid "use <text> as start of message"5452msgstr "usa <text> com a inici de missatge"54535454#: builtin/fmt-merge-msg.c:6725455msgid "file to read from"5456msgstr "fitxer del qual llegir"54575458#: builtin/for-each-ref.c:6765459msgid "unable to parse format"5460msgstr "incapaç d'analitzar el format"54615462#: builtin/for-each-ref.c:10575463msgid "git for-each-ref [options] [<pattern>]"5464msgstr "git for-each-ref [opcions] [<patró>]"54655466#: builtin/for-each-ref.c:10725467msgid "quote placeholders suitably for shells"5468msgstr ""5469"posa els marcadors de posició entre cometes adequades per als terminals"54705471#: builtin/for-each-ref.c:10745472msgid "quote placeholders suitably for perl"5473msgstr "posa els marcadors de posició entre cometes adequades per a perl"54745475#: builtin/for-each-ref.c:10765476msgid "quote placeholders suitably for python"5477msgstr "posa els marcadors de posició entre cometes adequades per a python"54785479#: builtin/for-each-ref.c:10785480msgid "quote placeholders suitably for tcl"5481msgstr "posa els marcadors de posició entre cometes adequades per a tcl"54825483#: builtin/for-each-ref.c:10815484msgid "show only <n> matched refs"5485msgstr "mostra només <n> referències coincidents"54865487#: builtin/for-each-ref.c:1082 builtin/replace.c:4385488msgid "format"5489msgstr "format"54905491#: builtin/for-each-ref.c:10825492msgid "format to use for the output"5493msgstr "format a usar en la sortida"54945495#: builtin/for-each-ref.c:10835496msgid "key"5497msgstr "clau"54985499#: builtin/for-each-ref.c:10845500msgid "field name to sort on"5501msgstr "nom de camp en el qual ordenar"55025503#: builtin/fsck.c:147 builtin/prune.c:1365504msgid "Checking connectivity"5505msgstr "Comprovant connectivitat"55065507#: builtin/fsck.c:5405508msgid "Checking object directories"5509msgstr "Comprovant els directoris d'objecte"55105511#: builtin/fsck.c:6035512msgid "git fsck [options] [<object>...]"5513msgstr "git fsck [opcions] [<objecte>...]"55145515#: builtin/fsck.c:6095516msgid "show unreachable objects"5517msgstr "mostra els objectes inabastables"55185519#: builtin/fsck.c:6105520msgid "show dangling objects"5521msgstr "mostra els objectes penjants"55225523#: builtin/fsck.c:6115524msgid "report tags"5525msgstr "informa de les etiquetes"55265527#: builtin/fsck.c:6125528msgid "report root nodes"5529msgstr "informa dels nodes d'arrel"55305531#: builtin/fsck.c:6135532msgid "make index objects head nodes"5533msgstr "fes els objectes d'índex nodes de cap"55345535#: builtin/fsck.c:6145536msgid "make reflogs head nodes (default)"5537msgstr "fes que els registres de referències siguin nodes de cap (per defecte)"55385539#: builtin/fsck.c:6155540msgid "also consider packs and alternate objects"5541msgstr "també considera els paquets i els objectes alternatius"55425543#: builtin/fsck.c:6165544msgid "enable more strict checking"5545msgstr "habilita la comprovació més estricta"55465547#: builtin/fsck.c:6185548msgid "write dangling objects in .git/lost-found"5549msgstr "escriu objectes penjants a .git/lost-found"55505551#: builtin/fsck.c:619 builtin/prune.c:1085552msgid "show progress"5553msgstr "mostra el progrés"55545555#: builtin/fsck.c:6695556msgid "Checking objects"5557msgstr "Comprovant els objectes"55585559#: builtin/gc.c:245560msgid "git gc [options]"5561msgstr "git gc [opcions]"55625563#: builtin/gc.c:795564#, c-format5565msgid "Invalid gc.pruneexpire: '%s'"5566msgstr "gc.pruneexpire invàlid: %s"55675568#: builtin/gc.c:1075569#, c-format5570msgid "insanely long object directory %.*s"5571msgstr "directori d'objectes increïblement llarga %.*s"55725573#: builtin/gc.c:2765574msgid "prune unreferenced objects"5575msgstr "poda objectes sense referència"55765577#: builtin/gc.c:2785578msgid "be more thorough (increased runtime)"5579msgstr "siguis més exhaustiu (temps d'execució augmentat)"55805581#: builtin/gc.c:2795582msgid "enable auto-gc mode"5583msgstr "habilita el mode de recollida d'escombraries automàtica"55845585#: builtin/gc.c:2805586msgid "force running gc even if there may be another gc running"5587msgstr "força l'execució de gc encara que hi pugui haver un altre gc executant"55885589#: builtin/gc.c:3215590#, c-format5591msgid "Auto packing the repository in background for optimum performance.\n"5592msgstr ""5593"Empaquetant automàticament el dipòsit en el fons per rendiment òptim.\n"55945595#: builtin/gc.c:3235596#, c-format5597msgid "Auto packing the repository for optimum performance.\n"5598msgstr "Empaquetant automàticament el dipòsit per rendiment òptim.\n"55995600#: builtin/gc.c:3245601#, c-format5602msgid "See \"git help gc\" for manual housekeeping.\n"5603msgstr "Veu \"git help gc\" per neteja manual.\n"56045605#: builtin/gc.c:3425606#, c-format5607msgid ""5608"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5609msgstr ""5610"gc ja està executant en la màquina '%s' pid %<PRIuMAX> (useu --force si no)"56115612#: builtin/gc.c:3645613msgid ""5614"There are too many unreachable loose objects; run 'git prune' to remove them."5615msgstr ""5616"Hi ha massa objectes solts inabastables; executeu 'git prune' per a "5617"treure'ls."56185619#: builtin/grep.c:235620msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"5621msgstr "git grep [opcions] [-e] <patró> [<revisió>...] [[--] <ruta>...]"56225623#: builtin/grep.c:2185624#, c-format5625msgid "grep: failed to create thread: %s"5626msgstr "grep: s'ha fallat en crear fil: %s"56275628#: builtin/grep.c:441 builtin/grep.c:4765629#, c-format5630msgid "unable to read tree (%s)"5631msgstr "incapaç de llegir l'arbre (%s)"56325633#: builtin/grep.c:4915634#, c-format5635msgid "unable to grep from object of type %s"5636msgstr "no es pot fer grep des d'un objecte de tipus %s"56375638#: builtin/grep.c:5475639#, c-format5640msgid "switch `%c' expects a numerical value"5641msgstr "l'ópcio `%c' espera un valor numèric"56425643#: builtin/grep.c:5645644#, c-format5645msgid "cannot open '%s'"5646msgstr "no es pot obrir '%s'"56475648#: builtin/grep.c:6385649msgid "search in index instead of in the work tree"5650msgstr "cerca en l'índex en lloc de l'arbre de treball"56515652#: builtin/grep.c:6405653msgid "find in contents not managed by git"5654msgstr "cerca en continguts no gestionats per git"56555656#: builtin/grep.c:6425657msgid "search in both tracked and untracked files"5658msgstr "cerca en ambdós els fitxers seguits i no seguits"56595660#: builtin/grep.c:6445661msgid "search also in ignored files"5662msgstr "cerca en els fitxers ignorats també"56635664#: builtin/grep.c:6475665msgid "show non-matching lines"5666msgstr "mostra les línies no coincidents"56675668#: builtin/grep.c:6495669msgid "case insensitive matching"5670msgstr "coincidència insensible a majúscula i minúscula"56715672#: builtin/grep.c:6515673msgid "match patterns only at word boundaries"5674msgstr "coincideix amb els patrons només als límits de paraula"56755676#: builtin/grep.c:6535677msgid "process binary files as text"5678msgstr "processa els fitxers binaris com a text"56795680#: builtin/grep.c:6555681msgid "don't match patterns in binary files"5682msgstr "no coincideixis amb els patrons en els fitxers binaris"56835684#: builtin/grep.c:6585685msgid "process binary files with textconv filters"5686msgstr "processa els fitxers binaris amb filtres de textconv"56875688#: builtin/grep.c:6605689msgid "descend at most <depth> levels"5690msgstr "descendeix com a màxim <profunditat> nivells"56915692#: builtin/grep.c:6645693msgid "use extended POSIX regular expressions"5694msgstr "usa les expressions regulars POSIX esteses"56955696#: builtin/grep.c:6675697msgid "use basic POSIX regular expressions (default)"5698msgstr "usa les expressions regulars POSIX bàsiques (per defecte)"56995700#: builtin/grep.c:6705701msgid "interpret patterns as fixed strings"5702msgstr "interpreta els patrons com a cadenes fixades"57035704#: builtin/grep.c:6735705msgid "use Perl-compatible regular expressions"5706msgstr "usa les expressions regulars compatibles amb Perl"57075708#: builtin/grep.c:6765709msgid "show line numbers"5710msgstr "mostra els números de línia"57115712#: builtin/grep.c:6775713msgid "don't show filenames"5714msgstr "no mostris els noms de fitxer"57155716#: builtin/grep.c:6785717msgid "show filenames"5718msgstr "mostra els noms de fitxer"57195720#: builtin/grep.c:6805721msgid "show filenames relative to top directory"5722msgstr "mostra els noms de fitxer relatius al directori superior"57235724#: builtin/grep.c:6825725msgid "show only filenames instead of matching lines"5726msgstr "mostra només els noms de fitxer en lloc de les línies coincidents"57275728#: builtin/grep.c:6845729msgid "synonym for --files-with-matches"5730msgstr "sinònim per --files-with-matches"57315732#: builtin/grep.c:6875733msgid "show only the names of files without match"5734msgstr "mostra només els noms dels fitxers sense coincidència"57355736#: builtin/grep.c:6895737msgid "print NUL after filenames"5738msgstr "imprimeix NUL desprès dels noms de fitxer"57395740#: builtin/grep.c:6915741msgid "show the number of matches instead of matching lines"5742msgstr "mostra el nombre de coincidències en lloc de les línies coincidents"57435744#: builtin/grep.c:6925745msgid "highlight matches"5746msgstr "ressalta les coincidències"57475748#: builtin/grep.c:6945749msgid "print empty line between matches from different files"5750msgstr "imprimeix una línia buida entre coincidències de fitxers distintes"57515752#: builtin/grep.c:6965753msgid "show filename only once above matches from same file"5754msgstr ""5755"mostra el nom de fitxer només una vegada a dalt de les coincidències del "5756"mateix fitxer"57575758#: builtin/grep.c:6995759msgid "show <n> context lines before and after matches"5760msgstr "mostra <n> línies de context abans i després d'una coincidència"57615762#: builtin/grep.c:7025763msgid "show <n> context lines before matches"5764msgstr "mostra <n> línies de context abans d'una coincidència"57655766#: builtin/grep.c:7045767msgid "show <n> context lines after matches"5768msgstr "mostra <n> línies de context després d'una coincidència"57695770#: builtin/grep.c:7055771msgid "shortcut for -C NUM"5772msgstr "drecera per -C NUM"57735774#: builtin/grep.c:7085775msgid "show a line with the function name before matches"5776msgstr "mostra una línia amb el nom de funció abans de les coincidències"57775778#: builtin/grep.c:7105779msgid "show the surrounding function"5780msgstr "mostra la funció alrededor"57815782#: builtin/grep.c:7135783msgid "read patterns from file"5784msgstr "llegeix els patrons des d'un fitxer"57855786#: builtin/grep.c:7155787msgid "match <pattern>"5788msgstr "coincideix amb <patró>"57895790#: builtin/grep.c:7175791msgid "combine patterns specified with -e"5792msgstr "combina els patrons especificats amb -e"57935794#: builtin/grep.c:7295795msgid "indicate hit with exit status without output"5796msgstr "indica coincidència amb estat de sortida sense sortida textual"57975798#: builtin/grep.c:7315799msgid "show only matches from files that match all patterns"5800msgstr ""5801"mostra només les coincidències dels fitxers que coincideixin amb tots els "5802"patrons"58035804#: builtin/grep.c:7335805msgid "show parse tree for grep expression"5806msgstr "mostra l'arbre d'anàlisis de l'expressió de grep"58075808#: builtin/grep.c:7375809msgid "pager"5810msgstr "paginador"58115812#: builtin/grep.c:7375813msgid "show matching files in the pager"5814msgstr "mostra els fitxers coincidents en el paginador"58155816#: builtin/grep.c:7405817msgid "allow calling of grep(1) (ignored by this build)"5818msgstr "permet la invocació de grep(1) (ignorat per aquesta compilació)"58195820#: builtin/grep.c:741 builtin/show-ref.c:1875821msgid "show usage"5822msgstr "mostra l'ús"58235824#: builtin/grep.c:8085825msgid "no pattern given."5826msgstr "cap patró donat."58275828#: builtin/grep.c:8665829msgid "--open-files-in-pager only works on the worktree"5830msgstr "--open-files-in-pager només funciona en l'arbre de treball"58315832#: builtin/grep.c:8925833msgid "--cached or --untracked cannot be used with --no-index."5834msgstr "--cached o --untracked no es pot usar amb --no-index."58355836#: builtin/grep.c:8975837msgid "--no-index or --untracked cannot be used with revs."5838msgstr "--no-index o --untracked no es pot usar amb revisions."58395840#: builtin/grep.c:9005841msgid "--[no-]exclude-standard cannot be used for tracked contents."5842msgstr "--[no-]exclude-standard no es pot usar per als continguts seguits."58435844#: builtin/grep.c:9085845msgid "both --cached and trees are given."5846msgstr "s'han donat ambdós --caches i arbres."58475848#: builtin/hash-object.c:825849msgid ""5850"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5851"<file>..."5852msgstr ""5853"git hash-object [-t <tipus>] [-w] [--path=<fitxer>|--no-filters] [--stdin] "5854"[--] <fitxer>..."58555856#: builtin/hash-object.c:835857msgid "git hash-object --stdin-paths < <list-of-paths>"5858msgstr "git hash-object --stdin-paths < <llista-de-rutes>"58595860#: builtin/hash-object.c:94 builtin/tag.c:6105861msgid "type"5862msgstr "tipus"58635864#: builtin/hash-object.c:945865msgid "object type"5866msgstr "tipus d'objecte"58675868#: builtin/hash-object.c:955869msgid "write the object into the object database"5870msgstr "escriu l'objecte a la base de dades d'objectes"58715872#: builtin/hash-object.c:975873msgid "read the object from stdin"5874msgstr "llegiu l'objecte des d'stdin"58755876#: builtin/hash-object.c:995877msgid "store file as is without filters"5878msgstr "emmagatzema el fitxer tal com és sense filtres"58795880#: builtin/hash-object.c:1005881msgid ""5882"just hash any random garbage to create corrupt objects for debugging Git"5883msgstr ""5884"només sumar qualsevulla brossa aleatòria per a crear objectes corruptes per "5885"a depurar al Git"58865887#: builtin/hash-object.c:1015888msgid "process file as it were from this path"5889msgstr "processa el fitxer com si fos d'aquesta ruta"58905891#: builtin/help.c:415892msgid "print all available commands"5893msgstr "imprimeix tots els ordres disponibles"58945895#: builtin/help.c:425896msgid "print list of useful guides"5897msgstr "imprimeix la llista de guies útils"58985899#: builtin/help.c:435900msgid "show man page"5901msgstr "mostra la pàgina de manual"59025903#: builtin/help.c:445904msgid "show manual in web browser"5905msgstr "mostra la pàgina de manual en el navegador web"59065907#: builtin/help.c:465908msgid "show info page"5909msgstr "mostra la pàgina d'informació"59105911#: builtin/help.c:525912msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5913msgstr "git help [--all] [--guides] [--man|--web|--info] [ordre]"59145915#: builtin/help.c:645916#, c-format5917msgid "unrecognized help format '%s'"5918msgstr "format d'ajuda no reconegut '%s'"59195920#: builtin/help.c:915921msgid "Failed to start emacsclient."5922msgstr "S'ha fallat en iniciar emacsclient."59235924#: builtin/help.c:1045925msgid "Failed to parse emacsclient version."5926msgstr "S'ha fallat en analitzar la versió d'emacsclint."59275928#: builtin/help.c:1125929#, c-format5930msgid "emacsclient version '%d' too old (< 22)."5931msgstr "la versió d'emacsclient '%d' és massa vella (< 22)."59325933#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:1755934#, c-format5935msgid "failed to exec '%s': %s"5936msgstr "s'ha fallat en executar '%s': %s"59375938#: builtin/help.c:2155939#, c-format5940msgid ""5941"'%s': path for unsupported man viewer.\n"5942"Please consider using 'man.<tool>.cmd' instead."5943msgstr ""5944"'%s': ruta a un visualitzador de manuals no suportat.\n"5945"Si us plau, considereu usar 'man.<eine>.cmd' en lloc."59465947#: builtin/help.c:2275948#, c-format5949msgid ""5950"'%s': cmd for supported man viewer.\n"5951"Please consider using 'man.<tool>.path' instead."5952msgstr ""5953"'%s': ordre per un visualitzador de manuals suportat.\n"5954"Si us plau, considereu usar 'man.<eine>.path' en lloc."59555956#: builtin/help.c:3525957#, c-format5958msgid "'%s': unknown man viewer."5959msgstr "'%s': visualitzador de manuals desconegut"59605961#: builtin/help.c:3695962msgid "no man viewer handled the request"5963msgstr "cap visualitzador de manuals ha manejat la sol·licitud"59645965#: builtin/help.c:3775966msgid "no info viewer handled the request"5967msgstr "cap visualitzador d'informació ha manejat la sol·licitud"59685969#: builtin/help.c:4235970msgid "Defining attributes per path"5971msgstr "La definició d'atributs per ruta"59725973#: builtin/help.c:4245974msgid "Everyday Git With 20 Commands Or So"5975msgstr "Git quotidià amb més o menys 20 ordres"59765977#: builtin/help.c:4255978msgid "A Git glossary"5979msgstr "Un glossari de Git"59805981#: builtin/help.c:4265982msgid "Specifies intentionally untracked files to ignore"5983msgstr "Especifica els fitxers intencionalment no seguits a ignorar"59845985#: builtin/help.c:4275986msgid "Defining submodule properties"5987msgstr "La definició de les propietats de submòduls"59885989#: builtin/help.c:4285990msgid "Specifying revisions and ranges for Git"5991msgstr "L'especificació de revisions i rangs per al Git"59925993#: builtin/help.c:4295994msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5995msgstr "Una introducció tutorial al Git (per a la versió 1.5.1 o més nou)"59965997#: builtin/help.c:4305998msgid "An overview of recommended workflows with Git"5999msgstr "Una visió de conjunt de fluxos de treball recomanats amb Git"60006001#: builtin/help.c:4426002msgid "The common Git guides are:\n"6003msgstr "Les guies de Git comunes són:\n"60046005#: builtin/help.c:463 builtin/help.c:4806006#, c-format6007msgid "usage: %s%s"6008msgstr "ús: %s%s"60096010#: builtin/help.c:4966011#, c-format6012msgid "`git %s' is aliased to `%s'"6013msgstr "`git %s' és àlies a `%s'"60146015#: builtin/index-pack.c:1506016#, c-format6017msgid "unable to open %s"6018msgstr "incapaç d'obrir %s"60196020#: builtin/index-pack.c:2006021#, c-format6022msgid "object type mismatch at %s"6023msgstr "hi ha una discordança de tipus d'objecte a %s"60246025#: builtin/index-pack.c:2206026#, c-format6027msgid "did not receive expected object %s"6028msgstr "no s'ha rebut l'objecte esperat %s"60296030#: builtin/index-pack.c:2236031#, c-format6032msgid "object %s: expected type %s, found %s"6033msgstr "objecte %s: tipus %s esperat, %s trobat"60346035#: builtin/index-pack.c:2656036#, c-format6037msgid "cannot fill %d byte"6038msgid_plural "cannot fill %d bytes"6039msgstr[0] "no es pot omplir %d octet"6040msgstr[1] "no es pot omplir %d octets"60416042#: builtin/index-pack.c:2756043msgid "early EOF"6044msgstr "EOF aviat"60456046#: builtin/index-pack.c:2766047msgid "read error on input"6048msgstr "error de lectura d'entrada"60496050#: builtin/index-pack.c:2886051msgid "used more bytes than were available"6052msgstr "s'han usat més octets que estaven disponibles"60536054#: builtin/index-pack.c:2956055msgid "pack too large for current definition of off_t"6056msgstr "paquet massa gran per a la definició actual d'off_t"60576058#: builtin/index-pack.c:3116059#, c-format6060msgid "unable to create '%s'"6061msgstr "no es pot crear '%s'"60626063#: builtin/index-pack.c:3166064#, c-format6065msgid "cannot open packfile '%s'"6066msgstr "no es pot obrir el fitxer de paquet '%s'"60676068#: builtin/index-pack.c:3306069msgid "pack signature mismatch"6070msgstr "hi ha una discordança de firma de paquet"60716072#: builtin/index-pack.c:3326073#, c-format6074msgid "pack version %<PRIu32> unsupported"6075msgstr "la versió de paquet %<PRIu32> no es suporta"60766077#: builtin/index-pack.c:3506078#, c-format6079msgid "pack has bad object at offset %lu: %s"6080msgstr "el paquet té un objecte dolent a desplaçament %lu: %s"60816082#: builtin/index-pack.c:4716083#, c-format6084msgid "inflate returned %d"6085msgstr "la inflació ha retornat %d"60866087#: builtin/index-pack.c:5206088msgid "offset value overflow for delta base object"6089msgstr "desbordament de valor de desplaçament per a l'objecte base de delta"60906091#: builtin/index-pack.c:5286092msgid "delta base offset is out of bound"6093msgstr "el desplaçament de base de delta està fora de límits"60946095#: builtin/index-pack.c:5366096#, c-format6097msgid "unknown object type %d"6098msgstr "tipus d'objecte desconegut %d"60996100#: builtin/index-pack.c:5676101msgid "cannot pread pack file"6102msgstr "no es pot fer pread en el fitxer de paquet"61036104#: builtin/index-pack.c:5696105#, c-format6106msgid "premature end of pack file, %lu byte missing"6107msgid_plural "premature end of pack file, %lu bytes missing"6108msgstr[0] "fin prematur de fitxer de paquet, manca %lu octet"6109msgstr[1] "fin prematur de fitxer de paquet, manquen %lu octets"61106111#: builtin/index-pack.c:5956112msgid "serious inflate inconsistency"6113msgstr "hi ha una inconsistència seria d'inflació"61146115#: builtin/index-pack.c:686 builtin/index-pack.c:692 builtin/index-pack.c:7156116#: builtin/index-pack.c:749 builtin/index-pack.c:7586117#, c-format6118msgid "SHA1 COLLISION FOUND WITH %s !"6119msgstr "S'HA TROBAT UNA COL·LISIÓ SHA1 AMB %s !"61206121#: builtin/index-pack.c:689 builtin/pack-objects.c:1646122#: builtin/pack-objects.c:2566123#, c-format6124msgid "unable to read %s"6125msgstr "incapaç de llegir %s"61266127#: builtin/index-pack.c:7556128#, c-format6129msgid "cannot read existing object %s"6130msgstr "no es pot llegir l'objecte existent %s"61316132#: builtin/index-pack.c:7696133#, c-format6134msgid "invalid blob object %s"6135msgstr "objecte de blob invàlid %s"61366137#: builtin/index-pack.c:7836138#, c-format6139msgid "invalid %s"6140msgstr "%s invàlid"61416142#: builtin/index-pack.c:7876143msgid "Error in object"6144msgstr "Error en objecte"61456146#: builtin/index-pack.c:7896147#, c-format6148msgid "Not all child objects of %s are reachable"6149msgstr "No tots els objectes fills de %s són abastables"61506151#: builtin/index-pack.c:861 builtin/index-pack.c:8906152msgid "failed to apply delta"6153msgstr "s'ha fallat en aplicar la delta"61546155#: builtin/index-pack.c:10556156msgid "Receiving objects"6157msgstr "Rebent objectes"61586159#: builtin/index-pack.c:10556160msgid "Indexing objects"6161msgstr "Indexant objectes"61626163#: builtin/index-pack.c:10816164msgid "pack is corrupted (SHA1 mismatch)"6165msgstr "el paquet és corromput (discordança SHA1)"61666167#: builtin/index-pack.c:10866168msgid "cannot fstat packfile"6169msgstr "no es pot fer fstat en el fitxer de paquet"61706171#: builtin/index-pack.c:10896172msgid "pack has junk at the end"6173msgstr "el paquet té brossa al seu fin"61746175#: builtin/index-pack.c:11006176msgid "confusion beyond insanity in parse_pack_objects()"6177msgstr "confusió més enllà de la insanitat en parse_pack_objects()"61786179#: builtin/index-pack.c:11236180msgid "Resolving deltas"6181msgstr "Resolent les deltes"61826183#: builtin/index-pack.c:11336184#, c-format6185msgid "unable to create thread: %s"6186msgstr "incapaç de crear fil: %s"61876188#: builtin/index-pack.c:11756189msgid "confusion beyond insanity"6190msgstr "confusió més enllà de la insanitat"61916192#: builtin/index-pack.c:11816193#, c-format6194msgid "completed with %d local objects"6195msgstr "s'ha terminat amb %d objectes locals"61966197#: builtin/index-pack.c:11916198#, c-format6199msgid "Unexpected tail checksum for %s (disk corruption?)"6200msgstr "Suma de verificació final no esperada per a %s (corrupció de disc?)"62016202#: builtin/index-pack.c:11956203#, c-format6204msgid "pack has %d unresolved delta"6205msgid_plural "pack has %d unresolved deltas"6206msgstr[0] "El paquet té %d delta no resolta"6207msgstr[1] "El paquet té %d deltes no resoltes"62086209#: builtin/index-pack.c:12206210#, c-format6211msgid "unable to deflate appended object (%d)"6212msgstr "incapaç de desinflar l'objecte annexat (%d)"62136214#: builtin/index-pack.c:12996215#, c-format6216msgid "local object %s is corrupt"6217msgstr "l'objecte local %s és corrupte"62186219#: builtin/index-pack.c:13236220msgid "error while closing pack file"6221msgstr "error en tancar el fitxer de paquet"62226223#: builtin/index-pack.c:13366224#, c-format6225msgid "cannot write keep file '%s'"6226msgstr "no es pot escriure el fitxer a retenir '%s'"62276228#: builtin/index-pack.c:13446229#, c-format6230msgid "cannot close written keep file '%s'"6231msgstr "no es pot tancar el fitxer escrit a retenir '%s'"62326233#: builtin/index-pack.c:13576234msgid "cannot store pack file"6235msgstr "no es pot emmagatzemar el fitxer de paquet"62366237#: builtin/index-pack.c:13686238msgid "cannot store index file"6239msgstr "no es pot emmagatzemar el fitxer d'índex"62406241#: builtin/index-pack.c:14016242#, c-format6243msgid "bad pack.indexversion=%<PRIu32>"6244msgstr "pack.indexversion=%<PRIu32> dolent"62456246#: builtin/index-pack.c:14076247#, c-format6248msgid "invalid number of threads specified (%d)"6249msgstr "s'ha especificat un nombre de fils invàlid (%d)"62506251#: builtin/index-pack.c:1411 builtin/index-pack.c:15906252#, c-format6253msgid "no threads support, ignoring %s"6254msgstr "no hi ha suport de fils, ignorant %s"62556256#: builtin/index-pack.c:14696257#, c-format6258msgid "Cannot open existing pack file '%s'"6259msgstr "No es pot obrir el fitxer de paquet existent '%s'"62606261#: builtin/index-pack.c:14716262#, c-format6263msgid "Cannot open existing pack idx file for '%s'"6264msgstr "No es pot obrir el fitxer d'índex de paquets existent de '%s'"62656266#: builtin/index-pack.c:15186267#, c-format6268msgid "non delta: %d object"6269msgid_plural "non delta: %d objects"6270msgstr[0] "sense delta: %d objecte"6271msgstr[1] "sense delta: %d objectes"62726273#: builtin/index-pack.c:15256274#, c-format6275msgid "chain length = %d: %lu object"6276msgid_plural "chain length = %d: %lu objects"6277msgstr[0] "longitud de cadena = %d: %lu objecte"6278msgstr[1] "longitud de cadena = %d: %lu objectes"62796280#: builtin/index-pack.c:15546281msgid "Cannot come back to cwd"6282msgstr "No es pot tornar al directori de treball actual"62836284#: builtin/index-pack.c:1602 builtin/index-pack.c:16056285#: builtin/index-pack.c:1617 builtin/index-pack.c:16216286#, c-format6287msgid "bad %s"6288msgstr "%s dolent"62896290#: builtin/index-pack.c:16356291msgid "--fix-thin cannot be used without --stdin"6292msgstr "--fix-thin no es pot usar sense --stdin"62936294#: builtin/index-pack.c:1639 builtin/index-pack.c:16486295#, c-format6296msgid "packfile name '%s' does not end with '.pack'"6297msgstr "el nom de fitxer de paquet '%s' no termina amb '.pack'"62986299#: builtin/index-pack.c:16566300msgid "--verify with no packfile name given"6301msgstr "s'ha donat --verify sense nom de fitxer de paquet"63026303#: builtin/init-db.c:356304#, c-format6305msgid "Could not make %s writable by group"6306msgstr "No s'ha pogut fer %s escrivible pel grup"63076308#: builtin/init-db.c:626309#, c-format6310msgid "insanely long template name %s"6311msgstr "nom de plantilla insanament llarg %s"63126313#: builtin/init-db.c:676314#, c-format6315msgid "cannot stat '%s'"6316msgstr "no es pot fer stat en '%s'"63176318#: builtin/init-db.c:736319#, c-format6320msgid "cannot stat template '%s'"6321msgstr "no es pot fer stat en la plantilla '%s'"63226323#: builtin/init-db.c:806324#, c-format6325msgid "cannot opendir '%s'"6326msgstr "no es pot fer opendir en el directori '%s'"63276328#: builtin/init-db.c:976329#, c-format6330msgid "cannot readlink '%s'"6331msgstr "no es pot fer readlink en '%s'"63326333#: builtin/init-db.c:996334#, c-format6335msgid "insanely long symlink %s"6336msgstr "enllaç simbòlic insanament llarg %s"63376338#: builtin/init-db.c:1026339#, c-format6340msgid "cannot symlink '%s' '%s'"6341msgstr "no es pot fer symlink en '%s' '%s'"63426343#: builtin/init-db.c:1066344#, c-format6345msgid "cannot copy '%s' to '%s'"6346msgstr "no es pot copiar '%s' a '%s'"63476348#: builtin/init-db.c:1106349#, c-format6350msgid "ignoring template %s"6351msgstr "ignorant la plantilla %s"63526353#: builtin/init-db.c:1336354#, c-format6355msgid "insanely long template path %s"6356msgstr "ruta de plantilla insanament llarg %s"63576358#: builtin/init-db.c:1416359#, c-format6360msgid "templates not found %s"6361msgstr "no s'han trobat les plantilles %s"63626363#: builtin/init-db.c:1546364#, c-format6365msgid "not copying templates of a wrong format version %d from '%s'"6366msgstr "no copiant plantilles d'una versió de format errònia %d de '%s'"63676368#: builtin/init-db.c:1926369#, c-format6370msgid "insane git directory %s"6371msgstr "directori de git boig %s"63726373#: builtin/init-db.c:323 builtin/init-db.c:3266374#, c-format6375msgid "%s already exists"6376msgstr "%s ja existeix"63776378#: builtin/init-db.c:3556379#, c-format6380msgid "unable to handle file type %d"6381msgstr "incapaç de manejar el tipus de fitxer %d"63826383#: builtin/init-db.c:3586384#, c-format6385msgid "unable to move %s to %s"6386msgstr "incapaç de moure %s a %s"63876388#. TRANSLATORS: The first '%s' is either "Reinitialized6389#. existing" or "Initialized empty", the second " shared" or6390#. "", and the last '%s%s' is the verbatim directory name.6391#: builtin/init-db.c:4186392#, c-format6393msgid "%s%s Git repository in %s%s\n"6394msgstr "%s%s dipòsit de Git en %s%s\n"63956396#: builtin/init-db.c:4196397msgid "Reinitialized existing"6398msgstr "S'ha reinicialitzat un existent"63996400#: builtin/init-db.c:4196401msgid "Initialized empty"6402msgstr "S'ha inicialitzat un buit"64036404#: builtin/init-db.c:4206405msgid " shared"6406msgstr " compartit"64076408#: builtin/init-db.c:4676409msgid ""6410"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"6411"shared[=<permissions>]] [directory]"6412msgstr ""6413"git init [-q | --quiet] [--bare] [--template=<directori-de-plantilla>] [--"6414"shared[=<permisos>]] [directori]"64156416#: builtin/init-db.c:4906417msgid "permissions"6418msgstr "permisos"64196420#: builtin/init-db.c:4916421msgid "specify that the git repository is to be shared amongst several users"6422msgstr "especifica que el dipòsit de git es compartirà entre diversos usuaris"64236424#: builtin/init-db.c:493 builtin/prune-packed.c:57 builtin/repack.c:1726425msgid "be quiet"6426msgstr "calla"64276428#: builtin/init-db.c:525 builtin/init-db.c:5306429#, c-format6430msgid "cannot mkdir %s"6431msgstr "no es pot mkdir %s"64326433#: builtin/init-db.c:5346434#, c-format6435msgid "cannot chdir to %s"6436msgstr "no es pot chdir a %s"64376438#: builtin/init-db.c:5556439#, c-format6440msgid ""6441"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"6442"dir=<directory>)"6443msgstr ""6444"no es permet %s (o --work-tree=<directori>) sense especificar %s (o --git-"6445"dir=<directori>)"64466447#: builtin/init-db.c:5836448#, c-format6449msgid "Cannot access work tree '%s'"6450msgstr "No es pot accedir al arbre de treball '%s'"64516452#: builtin/interpret-trailers.c:156453msgid ""6454"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "6455"[<file>...]"6456msgstr ""6457"git interpret-trailers [--trim-empty] [(--trailer <fitxa>[(=|:)<valor>])...] "6458"[<fitxer>...]"64596460#: builtin/interpret-trailers.c:256461msgid "trim empty trailers"6462msgstr "escurça els remolcs buits"64636464#: builtin/interpret-trailers.c:266465msgid "trailer"6466msgstr "remolc"64676468#: builtin/interpret-trailers.c:276469msgid "trailer(s) to add"6470msgstr "remolcs a afegir"64716472#: builtin/log.c:416473msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"6474msgstr "git log [<opcions>] [<rang de revisions>] [[--] <ruta>...]\n"64756476#: builtin/log.c:426477msgid " or: git show [options] <object>..."6478msgstr " o: git show [opcions] <objecte>..."64796480#: builtin/log.c:816481#, c-format6482msgid "invalid --decorate option: %s"6483msgstr "opció --decorate invàlida: %s"64846485#: builtin/log.c:1276486msgid "suppress diff output"6487msgstr "omet la sortida de diferències"64886489#: builtin/log.c:1286490msgid "show source"6491msgstr "mostra el fons"64926493#: builtin/log.c:1296494msgid "Use mail map file"6495msgstr "Usa el fitxer de mapa de correu"64966497#: builtin/log.c:1306498msgid "decorate options"6499msgstr "opcions de decoració"65006501#: builtin/log.c:1336502msgid "Process line range n,m in file, counting from 1"6503msgstr "Processa el rang de línies n,m en el fitxer, comptant des de 1"65046505#: builtin/log.c:2296506#, c-format6507msgid "Final output: %d %s\n"6508msgstr "Sortida final: %d %s\n"65096510#: builtin/log.c:4586511#, c-format6512msgid "git show %s: bad file"6513msgstr "git show %s: fitxer dolent"65146515#: builtin/log.c:472 builtin/log.c:5646516#, c-format6517msgid "Could not read object %s"6518msgstr "No es pot llegir l'objecte %s"65196520#: builtin/log.c:5886521#, c-format6522msgid "Unknown type: %d"6523msgstr "Tipus desconegut: %d"65246525#: builtin/log.c:6896526msgid "format.headers without value"6527msgstr "format.headers sense valor"65286529#: builtin/log.c:7736530msgid "name of output directory is too long"6531msgstr "el nom del directori de sortida és massa llarg"65326533#: builtin/log.c:7896534#, c-format6535msgid "Cannot open patch file %s"6536msgstr "No es pot obrir el fitxer de pedaç %s"65376538#: builtin/log.c:8036539msgid "Need exactly one range."6540msgstr "Cal exactament un rang."65416542#: builtin/log.c:8116543msgid "Not a range."6544msgstr "No és un rang."65456546#: builtin/log.c:9196547msgid "Cover letter needs email format"6548msgstr "La carta de presentació necessita el format de correu electrònic"65496550#: builtin/log.c:9986551#, c-format6552msgid "insane in-reply-to: %s"6553msgstr "in-reply-to boig: %s"65546555#: builtin/log.c:10266556msgid "git format-patch [options] [<since> | <revision range>]"6557msgstr "git format-patch [opcions] [<des de> | <rang de revisions>]"65586559#: builtin/log.c:10716560msgid "Two output directories?"6561msgstr "Dos directoris de sortida?"65626563#: builtin/log.c:11866564msgid "use [PATCH n/m] even with a single patch"6565msgstr "usa [PATCH n/m] encara amb un pedaç solter"65666567#: builtin/log.c:11896568msgid "use [PATCH] even with multiple patches"6569msgstr "usa [PATCH] encara amb múltiples pedaços"65706571#: builtin/log.c:11936572msgid "print patches to standard out"6573msgstr "imprimeix els pedaços a la sortida estàndard"65746575#: builtin/log.c:11956576msgid "generate a cover letter"6577msgstr "genera una carta de presentació"65786579#: builtin/log.c:11976580msgid "use simple number sequence for output file names"6581msgstr "usa una seqüència de números per als noms dels fitxers de sortida"65826583#: builtin/log.c:11986584msgid "sfx"6585msgstr "sufix"65866587#: builtin/log.c:11996588msgid "use <sfx> instead of '.patch'"6589msgstr "usa <sufix> en lloc de '.patch'"65906591#: builtin/log.c:12016592msgid "start numbering patches at <n> instead of 1"6593msgstr "comença nombrant els pedaços a <n> en lloc d'1"65946595#: builtin/log.c:12036596msgid "mark the series as Nth re-roll"6597msgstr "marca la sèrie com a la Nª llançada"65986599#: builtin/log.c:12056600msgid "Use [<prefix>] instead of [PATCH]"6601msgstr "Usa [<prefix>] en lloc de [PATCH]"66026603#: builtin/log.c:12086604msgid "store resulting files in <dir>"6605msgstr "emmagatzema els fitxers resultants en <directori>"66066607#: builtin/log.c:12116608msgid "don't strip/add [PATCH]"6609msgstr "no despullis/afegeixis [PATCH]"66106611#: builtin/log.c:12146612msgid "don't output binary diffs"6613msgstr "no emetis diferències binàries"66146615#: builtin/log.c:12166616msgid "don't include a patch matching a commit upstream"6617msgstr "no incloguis pedaços que coincideixin amb comissions a la font"66186619#: builtin/log.c:12186620msgid "show patch format instead of default (patch + stat)"6621msgstr ""6622"mostra el format de pedaç en lloc del per defecte (pedaç + estadístiques)"66236624#: builtin/log.c:12206625msgid "Messaging"6626msgstr "Missatgeria"66276628#: builtin/log.c:12216629msgid "header"6630msgstr "capçalera"66316632#: builtin/log.c:12226633msgid "add email header"6634msgstr "afegeix una capçalera de correu electrònic"66356636#: builtin/log.c:1223 builtin/log.c:12256637msgid "email"6638msgstr "correu electrònic"66396640#: builtin/log.c:12236641msgid "add To: header"6642msgstr "afegeix la capçalera To:"66436644#: builtin/log.c:12256645msgid "add Cc: header"6646msgstr "afegeix la capçalera Cc:"66476648#: builtin/log.c:12276649msgid "ident"6650msgstr "identitat"66516652#: builtin/log.c:12286653msgid "set From address to <ident> (or committer ident if absent)"6654msgstr ""6655"estableix l'adreça From a <identitat> (o la identitat del comitent si absent)"66566657#: builtin/log.c:12306658msgid "message-id"6659msgstr "ID de missatge"66606661#: builtin/log.c:12316662msgid "make first mail a reply to <message-id>"6663msgstr "fes el primer missatge una resposta a <ID de missatge>"66646665#: builtin/log.c:1232 builtin/log.c:12356666msgid "boundary"6667msgstr "límit"66686669#: builtin/log.c:12336670msgid "attach the patch"6671msgstr "ajunta el pedaç"66726673#: builtin/log.c:12366674msgid "inline the patch"6675msgstr "posa el pedaç en el cos"66766677#: builtin/log.c:12406678msgid "enable message threading, styles: shallow, deep"6679msgstr "habilita l'enfilada de missatges, estils: shallow, deep"66806681#: builtin/log.c:12426682msgid "signature"6683msgstr "firma"66846685#: builtin/log.c:12436686msgid "add a signature"6687msgstr "afegeix una firma"66886689#: builtin/log.c:12456690msgid "add a signature from a file"6691msgstr "afegeix una firma des d'un fitxer"66926693#: builtin/log.c:12466694msgid "don't print the patch filenames"6695msgstr "no imprimeixis els noms de fitxer del pedaç"66966697#: builtin/log.c:13206698#, c-format6699msgid "invalid ident line: %s"6700msgstr "línia d'identitat invàlida: %s"67016702#: builtin/log.c:13356703msgid "-n and -k are mutually exclusive."6704msgstr "-n i -k són mutualment exclusius."67056706#: builtin/log.c:13376707msgid "--subject-prefix and -k are mutually exclusive."6708msgstr "--subject-prefix i -k són mutualment exclusius."67096710#: builtin/log.c:13456711msgid "--name-only does not make sense"6712msgstr "--name-only no té sentit"67136714#: builtin/log.c:13476715msgid "--name-status does not make sense"6716msgstr "--name-status no té sentit"67176718#: builtin/log.c:13496719msgid "--check does not make sense"6720msgstr "--check no té sentit"67216722#: builtin/log.c:13726723msgid "standard output, or directory, which one?"6724msgstr "sortida estàndard, o directori, qual dels dos?"67256726#: builtin/log.c:13746727#, c-format6728msgid "Could not create directory '%s'"6729msgstr "No s'ha pogut crear el directori '%s'"67306731#: builtin/log.c:14726732#, c-format6733msgid "unable to read signature file '%s'"6734msgstr "incapaç de llegir el fitxer de firma '%s'"67356736#: builtin/log.c:15356737msgid "Failed to create output files"6738msgstr "S'ha fallat en crear els fitxers de sortida"67396740#: builtin/log.c:15836741msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6742msgstr "git cherry [-v] [<font> [<cap> [<límit>]]]"67436744#: builtin/log.c:16386745#, c-format6746msgid ""6747"Could not find a tracked remote branch, please specify <upstream> manually.\n"6748msgstr ""6749"No s'ha pogut trobar una rama remota seguida, si us plau, especifiqueu "6750"<font> manualment.\n"67516752#: builtin/log.c:1651 builtin/log.c:1653 builtin/log.c:16656753#, c-format6754msgid "Unknown commit %s"6755msgstr "Comissió desconeguda %s"67566757#: builtin/ls-files.c:4016758msgid "git ls-files [options] [<file>...]"6759msgstr "git ls-files [opcions] [<fitxer>...]"67606761#: builtin/ls-files.c:4586762msgid "identify the file status with tags"6763msgstr "identifica l'estat de fitxer amb etiquetes"67646765#: builtin/ls-files.c:4606766msgid "use lowercase letters for 'assume unchanged' files"6767msgstr "usa lletres minúscules per als fitxers 'assume unchanged'"67686769#: builtin/ls-files.c:4626770msgid "show cached files in the output (default)"6771msgstr "mostra els fitxers en cau en la sortida (per defecte)"67726773#: builtin/ls-files.c:4646774msgid "show deleted files in the output"6775msgstr "mostra els fitxers suprimits en la sortida"67766777#: builtin/ls-files.c:4666778msgid "show modified files in the output"6779msgstr "mostra els fitxers modificats en la sortida"67806781#: builtin/ls-files.c:4686782msgid "show other files in the output"6783msgstr "mostra els altres fitxers en la sortida"67846785#: builtin/ls-files.c:4706786msgid "show ignored files in the output"6787msgstr "mostra els fitxers ignorats en la sortida"67886789#: builtin/ls-files.c:4736790msgid "show staged contents' object name in the output"6791msgstr "mostra el nom d'objecte dels continguts allistats en la sortida"67926793#: builtin/ls-files.c:4756794msgid "show files on the filesystem that need to be removed"6795msgstr "mostra els fitxers en el sistema de fitxers que s'han de treure"67966797#: builtin/ls-files.c:4776798msgid "show 'other' directories' names only"6799msgstr "mostra només els noms dels directoris 'other'"68006801#: builtin/ls-files.c:4806802msgid "don't show empty directories"6803msgstr "no mostris els directoris buits"68046805#: builtin/ls-files.c:4836806msgid "show unmerged files in the output"6807msgstr "mostra els fitxers sense fusionar en la sortida"68086809#: builtin/ls-files.c:4856810msgid "show resolve-undo information"6811msgstr "mostra la informació de resolució de desfet"68126813#: builtin/ls-files.c:4876814msgid "skip files matching pattern"6815msgstr "salta els fitxers coincidents amb el patró"68166817#: builtin/ls-files.c:4906818msgid "exclude patterns are read from <file>"6819msgstr "els patrons d'exclusió es llegeixen de <fitxer>"68206821#: builtin/ls-files.c:4936822msgid "read additional per-directory exclude patterns in <file>"6823msgstr "llegeix els patrons addicionals d'exclusió per directori en <fitxer>"68246825#: builtin/ls-files.c:4956826msgid "add the standard git exclusions"6827msgstr "afegeix les exclusions estàndards de git"68286829#: builtin/ls-files.c:4986830msgid "make the output relative to the project top directory"6831msgstr "fes que la sortida sigui relativa al directori superior del project"68326833#: builtin/ls-files.c:5016834msgid "if any <file> is not in the index, treat this as an error"6835msgstr "si qualsevol <fitxer> no és en l'índex, tracta això com a error"68366837#: builtin/ls-files.c:5026838msgid "tree-ish"6839msgstr "arbre"68406841#: builtin/ls-files.c:5036842msgid "pretend that paths removed since <tree-ish> are still present"6843msgstr ""6844"pretenguis que les rutes tretes després de <arbre> encara estiguin presents"68456846#: builtin/ls-files.c:5056847msgid "show debugging data"6848msgstr "mostra les dades de depuració"68496850#: builtin/ls-tree.c:286851msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6852msgstr "git ls-tree [<opcions>] <arbre> [<ruta>...]"68536854#: builtin/ls-tree.c:1266855msgid "only show trees"6856msgstr "mostra només els arbres"68576858#: builtin/ls-tree.c:1286859msgid "recurse into subtrees"6860msgstr "recursa als subarbres"68616862#: builtin/ls-tree.c:1306863msgid "show trees when recursing"6864msgstr "mostra els arbres al recursar"68656866#: builtin/ls-tree.c:1336867msgid "terminate entries with NUL byte"6868msgstr "termina les entrades amb un octet NUL"68696870#: builtin/ls-tree.c:1346871msgid "include object size"6872msgstr "mida de l'objecte d'inclusió"68736874#: builtin/ls-tree.c:136 builtin/ls-tree.c:1386875msgid "list only filenames"6876msgstr "llista només els noms de fitxer"68776878#: builtin/ls-tree.c:1416879msgid "use full path names"6880msgstr "usa els noms de ruta complets"68816882#: builtin/ls-tree.c:1436883msgid "list entire tree; not just current directory (implies --full-name)"6884msgstr "llista l'arbre enter; no sol el directori actual (implica --full-name)"68856886#: builtin/merge.c:446887msgid "git merge [options] [<commit>...]"6888msgstr "git merge [opcions] [<comissió>...]"68896890#: builtin/merge.c:456891msgid "git merge [options] <msg> HEAD <commit>"6892msgstr "git merge [opcions] <missatge> HEAD <comissió>"68936894#: builtin/merge.c:466895msgid "git merge --abort"6896msgstr "git merge --abort"68976898#: builtin/merge.c:996899msgid "switch `m' requires a value"6900msgstr "l'opció `m' requereix un valor"69016902#: builtin/merge.c:1366903#, c-format6904msgid "Could not find merge strategy '%s'.\n"6905msgstr "No s'ha pogut trobar l'estratègia de fusió '%s'.\n"69066907#: builtin/merge.c:1376908#, c-format6909msgid "Available strategies are:"6910msgstr "Les estratègies disponibles són:"69116912#: builtin/merge.c:1426913#, c-format6914msgid "Available custom strategies are:"6915msgstr "Les estratègies personalitzades disponibles són:"69166917#: builtin/merge.c:1926918msgid "do not show a diffstat at the end of the merge"6919msgstr "no mostris les estadístiques de diferència al final de la fusió"69206921#: builtin/merge.c:1956922msgid "show a diffstat at the end of the merge"6923msgstr "mostra les estadístiques de diferència al final de la fusió"69246925#: builtin/merge.c:1966926msgid "(synonym to --stat)"6927msgstr "(sinònim de --stat)"69286929#: builtin/merge.c:1986930msgid "add (at most <n>) entries from shortlog to merge commit message"6931msgstr ""6932"afegeix (com a màxim <n>) entrades del registre curt per a fusionar el "6933"missatge de comissió"69346935#: builtin/merge.c:2016936msgid "create a single commit instead of doing a merge"6937msgstr "crea una comissió soltera en lloc de fusionar"69386939#: builtin/merge.c:2036940msgid "perform a commit if the merge succeeds (default)"6941msgstr "realitza una comissió si la fusió té èxit (per defecte)"69426943#: builtin/merge.c:2056944msgid "edit message before committing"6945msgstr "edita el missatge abans de cometre"69466947#: builtin/merge.c:2066948msgid "allow fast-forward (default)"6949msgstr "permet l'avanç ràpid (per defecte)"69506951#: builtin/merge.c:2086952msgid "abort if fast-forward is not possible"6953msgstr "avorta si l'avanç ràpid no és possible"69546955#: builtin/merge.c:2126956msgid "Verify that the named commit has a valid GPG signature"6957msgstr "Verifica que la comissió anomenada tingui una firma GPG vàlida"69586959#: builtin/merge.c:213 builtin/notes.c:741 builtin/revert.c:896960msgid "strategy"6961msgstr "estratègia"69626963#: builtin/merge.c:2146964msgid "merge strategy to use"6965msgstr "estratègia de fusió a usar"69666967#: builtin/merge.c:2156968msgid "option=value"6969msgstr "opció=valor"69706971#: builtin/merge.c:2166972msgid "option for selected merge strategy"6973msgstr "opció per a l'estratègia de fusió seleccionada"69746975#: builtin/merge.c:2186976msgid "merge commit message (for a non-fast-forward merge)"6977msgstr "missatge de comissió de fusió (per a una fusió no de avanç ràpid)"69786979#: builtin/merge.c:2226980msgid "abort the current in-progress merge"6981msgstr "avorta la fusió en curs actual"69826983#: builtin/merge.c:2506984msgid "could not run stash."6985msgstr "no s'ha pogut executar stash."69866987#: builtin/merge.c:2556988msgid "stash failed"6989msgstr "L'emmagatzemament ha fallat."69906991#: builtin/merge.c:2606992#, c-format6993msgid "not a valid object: %s"6994msgstr "no és objecte vàlid: %s"69956996#: builtin/merge.c:279 builtin/merge.c:2966997msgid "read-tree failed"6998msgstr "read-tree ha fallat"69997000#: builtin/merge.c:3267001msgid " (nothing to squash)"7002msgstr " (res a aixafar)"70037004#: builtin/merge.c:3397005#, c-format7006msgid "Squash commit -- not updating HEAD\n"7007msgstr "Comissió d'aixafada -- no actualitzant HEAD\n"70087009#: builtin/merge.c:3717010msgid "Writing SQUASH_MSG"7011msgstr "Escrivint SQUASH_MSG"70127013#: builtin/merge.c:3737014msgid "Finishing SQUASH_MSG"7015msgstr "Terminant SQUASH_MSG"70167017#: builtin/merge.c:3967018#, c-format7019msgid "No merge message -- not updating HEAD\n"7020msgstr "Cap missatge de fusió -- no actualitzant HEAD\n"70217022#: builtin/merge.c:4467023#, c-format7024msgid "'%s' does not point to a commit"7025msgstr "'%s' no assenyala una comissió"70267027#: builtin/merge.c:5587028#, c-format7029msgid "Bad branch.%s.mergeoptions string: %s"7030msgstr "Cadena branch.%s.mergeoptions dolenta: %s"70317032#: builtin/merge.c:6537033msgid "git write-tree failed to write a tree"7034msgstr "git write-tree ha fallat en escriure un arbre"70357036#: builtin/merge.c:6777037msgid "Not handling anything other than two heads merge."7038msgstr "No manejant res apart de la fusió de dos caps."70397040#: builtin/merge.c:6917041#, c-format7042msgid "Unknown option for merge-recursive: -X%s"7043msgstr "Opció desconeguda de merge-recursive: -X%s"70447045#: builtin/merge.c:7047046#, c-format7047msgid "unable to write %s"7048msgstr "incapaç d'escriure %s"70497050#: builtin/merge.c:7937051#, c-format7052msgid "Could not read from '%s'"7053msgstr "No s'ha pogut llegir de '%s'"70547055#: builtin/merge.c:8027056#, c-format7057msgid "Not committing merge; use 'git commit' to complete the merge.\n"7058msgstr "No comitent la fusió; useu 'git commit' per a terminar la fusió.\n"70597060#: builtin/merge.c:8087061#, c-format7062msgid ""7063"Please enter a commit message to explain why this merge is necessary,\n"7064"especially if it merges an updated upstream into a topic branch.\n"7065"\n"7066"Lines starting with '%c' will be ignored, and an empty message aborts\n"7067"the commit.\n"7068msgstr ""7069"Si us plau, introduïu un missatge de comissió per a explicar per què\n"7070"aquesta fusió és necessari, especialment si fusiona una font\n"7071"actualitzada a una rama temàtica.\n"7072"\n"7073"S'ignoraran les línies que comencin amb '%c', i un missatge buit\n"7074"avorta la comissió.\n"70757076#: builtin/merge.c:8327077msgid "Empty commit message."7078msgstr "Missatge de comissió buit."70797080#: builtin/merge.c:8447081#, c-format7082msgid "Wonderful.\n"7083msgstr "Meravellós.\n"70847085#: builtin/merge.c:9077086#, c-format7087msgid "Automatic merge failed; fix conflicts and then commit the result.\n"7088msgstr ""7089"La fusió automàtica ha fallat; arregleu els conflictes i després cometeu el "7090"resultat.\n"70917092#: builtin/merge.c:9237093#, c-format7094msgid "'%s' is not a commit"7095msgstr "'%s' no és una comissió"70967097#: builtin/merge.c:9647098msgid "No current branch."7099msgstr "Cap rama actual."71007101#: builtin/merge.c:9667102msgid "No remote for the current branch."7103msgstr "Cap remot per a la rama actual."71047105#: builtin/merge.c:9687106msgid "No default upstream defined for the current branch."7107msgstr "Cap font per defecte definida per a la rama actual."71087109#: builtin/merge.c:9737110#, c-format7111msgid "No remote-tracking branch for %s from %s"7112msgstr "Cap rama de seguiment remot per a %s de %s"71137114#: builtin/merge.c:11297115msgid "There is no merge to abort (MERGE_HEAD missing)."7116msgstr "No hi ha fusió a avortar (manca MERGE_HEAD)."71177118#: builtin/merge.c:11457119msgid ""7120"You have not concluded your merge (MERGE_HEAD exists).\n"7121"Please, commit your changes before you merge."7122msgstr ""7123"No heu terminat la vostra fusió (MERGE_HEAD existeix).\n"7124"Si us plau, cometeu els vostres canvis abans de fusionar."71257126#: builtin/merge.c:1148 git-pull.sh:347127msgid "You have not concluded your merge (MERGE_HEAD exists)."7128msgstr "No heu terminat la vostra fusió (MERGE_HEAD existeix)."71297130#: builtin/merge.c:11527131msgid ""7132"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"7133"Please, commit your changes before you merge."7134msgstr ""7135"No heu terminat el vostre recull de cireres (CHERRY_PICK_HEAD existeix).\n"7136"Si us plau, cometeu els vostres canvis abans de fusionar."71377138#: builtin/merge.c:11557139msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."7140msgstr ""7141"No heu terminat el vostre recull de cireres (CHERRY_PICK_HEAD existeix)."71427143#: builtin/merge.c:11647144msgid "You cannot combine --squash with --no-ff."7145msgstr "No podeu combinar --squash amb --no-ff."71467147#: builtin/merge.c:11737148msgid "No commit specified and merge.defaultToUpstream not set."7149msgstr ""7150"No hi ha una comissió especificada i merge.defaultToUpstream no està "7151"establert."71527153#: builtin/merge.c:12057154msgid "Can merge only exactly one commit into empty head"7155msgstr "Es pot fusionar només exactament una comissió a un cap buit"71567157#: builtin/merge.c:12087158msgid "Squash commit into empty head not supported yet"7159msgstr "Aixafar una comissió a un cap buit encara no es suporta"71607161#: builtin/merge.c:12107162msgid "Non-fast-forward commit does not make sense into an empty head"7163msgstr "Una comissió no d'avanç ràpid no té sentit a un cap buit"71647165#: builtin/merge.c:12157166#, c-format7167msgid "%s - not something we can merge"7168msgstr "%s - no és cosa que puguem fusionar"71697170#: builtin/merge.c:12667171#, c-format7172msgid "Commit %s has an untrusted GPG signature, allegedly by %s."7173msgstr "La comissió %s té una firma GPG no confiada, suposadament de %s."71747175#: builtin/merge.c:12697176#, c-format7177msgid "Commit %s has a bad GPG signature allegedly by %s."7178msgstr "La comissió %s té una firma GPG dolenta suposadament de %s."71797180#: builtin/merge.c:12727181#, c-format7182msgid "Commit %s does not have a GPG signature."7183msgstr "La comissió %s no té firma GPG."71847185#: builtin/merge.c:12757186#, c-format7187msgid "Commit %s has a good GPG signature by %s\n"7188msgstr "La comissió %s té una firma GPG bona de %s\n"71897190#: builtin/merge.c:13567191#, c-format7192msgid "Updating %s..%s\n"7193msgstr "Actualitzant %s..%s\n"71947195#: builtin/merge.c:13957196#, c-format7197msgid "Trying really trivial in-index merge...\n"7198msgstr "Intentant una fusió molt trivial en l'índex...\n"71997200#: builtin/merge.c:14027201#, c-format7202msgid "Nope.\n"7203msgstr "No.\n"72047205#: builtin/merge.c:14347206msgid "Not possible to fast-forward, aborting."7207msgstr "No és possible avançar ràpidament, avortant."72087209#: builtin/merge.c:1457 builtin/merge.c:15367210#, c-format7211msgid "Rewinding the tree to pristine...\n"7212msgstr "Rebobinant l'arbre a la pristina...\n"72137214#: builtin/merge.c:14617215#, c-format7216msgid "Trying merge strategy %s...\n"7217msgstr "Intentant l'estratègia de fusió %s...\n"72187219#: builtin/merge.c:15277220#, c-format7221msgid "No merge strategy handled the merge.\n"7222msgstr "Cap estratègia de fusió ha manejat la fusió.\n"72237224#: builtin/merge.c:15297225#, c-format7226msgid "Merge with strategy %s failed.\n"7227msgstr "L'estratègia de fusió %s ha fallat.\n"72287229#: builtin/merge.c:15387230#, c-format7231msgid "Using the %s to prepare resolving by hand.\n"7232msgstr "Usant el %s per a preparar la resolució a mà.\n"72337234#: builtin/merge.c:15507235#, c-format7236msgid "Automatic merge went well; stopped before committing as requested\n"7237msgstr ""7238"La fusió automàtica ha sortit bé; aturat abans de cometre segons demanat\n"72397240#: builtin/merge-base.c:297241msgid "git merge-base [-a|--all] <commit> <commit>..."7242msgstr "git merge-base [-a|--all] <comissió> <comissió>..."72437244#: builtin/merge-base.c:307245msgid "git merge-base [-a|--all] --octopus <commit>..."7246msgstr "git merge-base [-a|--all] --octopus <comissió>..."72477248#: builtin/merge-base.c:317249msgid "git merge-base --independent <commit>..."7250msgstr "git merge-base --independent <comissió>..."72517252#: builtin/merge-base.c:327253msgid "git merge-base --is-ancestor <commit> <commit>"7254msgstr "git merge-base --is-ancestor <comissió> <comissió>"72557256#: builtin/merge-base.c:337257msgid "git merge-base --fork-point <ref> [<commit>]"7258msgstr "git merge-base --fork-point <referència> [<comissió>]"72597260#: builtin/merge-base.c:2147261msgid "output all common ancestors"7262msgstr "emet tots els avantpassats comuns"72637264#: builtin/merge-base.c:2167265msgid "find ancestors for a single n-way merge"7266msgstr "troba els avantpassats per a una fusió soltera de n vies"72677268#: builtin/merge-base.c:2187269msgid "list revs not reachable from others"7270msgstr "llista les revisions no abastables d'altres"72717272#: builtin/merge-base.c:2207273msgid "is the first one ancestor of the other?"7274msgstr "és el primer un avantpassat de l'altre?"72757276#: builtin/merge-base.c:2227277msgid "find where <commit> forked from reflog of <ref>"7278msgstr ""7279"troba on <comissió> s'ha bifurcat del registre de referències de <referència>"72807281#: builtin/merge-file.c:87282msgid ""7283"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "7284"file2"7285msgstr ""7286"git merge-file [opcions] [-L nom1 [-L original [-L nom2]]] fitxer1 "7287"fitxer_original fitxer2"72887289#: builtin/merge-file.c:337290msgid "send results to standard output"7291msgstr "envia els resultats a la sortida estàndard"72927293#: builtin/merge-file.c:347294msgid "use a diff3 based merge"7295msgstr "usa una fusió basada en diff3"72967297#: builtin/merge-file.c:357298msgid "for conflicts, use our version"7299msgstr "en conflictes, usa la versió nostra"73007301#: builtin/merge-file.c:377302msgid "for conflicts, use their version"7303msgstr "en conflictes, usa la versió seva"73047305#: builtin/merge-file.c:397306msgid "for conflicts, use a union version"7307msgstr "en conflictes, usa una versió d'unió"73087309#: builtin/merge-file.c:427310msgid "for conflicts, use this marker size"7311msgstr "en conflictes, usa aquesta mida de marcador"73127313#: builtin/merge-file.c:437314msgid "do not warn about conflicts"7315msgstr "no avisis de conflictes"73167317#: builtin/merge-file.c:457318msgid "set labels for file1/orig_file/file2"7319msgstr "estableix les etiquetes per a fitxer1/fitxer_original/fitxer2"73207321#: builtin/mktree.c:647322msgid "git mktree [-z] [--missing] [--batch]"7323msgstr "git mktree [-z] [--missing] [--batch]"73247325#: builtin/mktree.c:1507326msgid "input is NUL terminated"7327msgstr "l'entrada és terminada per NUL"73287329#: builtin/mktree.c:151 builtin/write-tree.c:247330msgid "allow missing objects"7331msgstr "permet els objectes mancants"73327333#: builtin/mktree.c:1527334msgid "allow creation of more than one tree"7335msgstr "permet la creació de més d'un arbre"73367337#: builtin/mv.c:157338msgid "git mv [options] <source>... <destination>"7339msgstr "git mv [opcions] <font>... <destí>"73407341#: builtin/mv.c:697342#, c-format7343msgid "Directory %s is in index and no submodule?"7344msgstr "El directori %s està en l'índex i no hi ha submòdul?"73457346#: builtin/mv.c:717347msgid "Please stage your changes to .gitmodules or stash them to proceed"7348msgstr ""7349"Si us plau, allisteu els vostres canvis a .gitmodules o emmagatzemeu-los per "7350"a procedir"73517352#: builtin/mv.c:897353#, c-format7354msgid "%.*s is in index"7355msgstr "%.*s està en l'índex"73567357#: builtin/mv.c:1117358msgid "force move/rename even if target exists"7359msgstr "força el moviment / canvi de nom encara que el destí existeixi"73607361#: builtin/mv.c:1127362msgid "skip move/rename errors"7363msgstr "salta els error de moviment / canvi de nom"73647365#: builtin/mv.c:1517366#, c-format7367msgid "destination '%s' is not a directory"7368msgstr "el destí '%s' no és un directori"73697370#: builtin/mv.c:1627371#, c-format7372msgid "Checking rename of '%s' to '%s'\n"7373msgstr "Comprovant el canvi de nom de '%s' a '%s'\n"73747375#: builtin/mv.c:1667376msgid "bad source"7377msgstr "font dolenta"73787379#: builtin/mv.c:1697380msgid "can not move directory into itself"7381msgstr "no es pot moure un directori al seu mateix"73827383#: builtin/mv.c:1727384msgid "cannot move directory over file"7385msgstr "no es pot moure un directori sobre un fitxer"73867387#: builtin/mv.c:1817388msgid "source directory is empty"7389msgstr "el directori font està buit"73907391#: builtin/mv.c:2067392msgid "not under version control"7393msgstr "no està baix control de versions"73947395#: builtin/mv.c:2097396msgid "destination exists"7397msgstr "el destí existeix"73987399#: builtin/mv.c:2177400#, c-format7401msgid "overwriting '%s'"7402msgstr "sobreescrivint '%s'"74037404#: builtin/mv.c:2207405msgid "Cannot overwrite"7406msgstr "No es pot sobreescriure"74077408#: builtin/mv.c:2237409msgid "multiple sources for the same target"7410msgstr "múltiples fonts per al mateix destí"74117412#: builtin/mv.c:2257413msgid "destination directory does not exist"7414msgstr "el directori destí no existeix"74157416#: builtin/mv.c:2327417#, c-format7418msgid "%s, source=%s, destination=%s"7419msgstr "%s, origen=%s, destí=%s"74207421#: builtin/mv.c:2537422#, c-format7423msgid "Renaming %s to %s\n"7424msgstr "Canviant el nom de %s a %s\n"74257426#: builtin/mv.c:256 builtin/remote.c:726 builtin/repack.c:3587427#, c-format7428msgid "renaming '%s' failed"7429msgstr "el canvi del nom de '%s' ha fallat"74307431#: builtin/name-rev.c:2557432msgid "git name-rev [options] <commit>..."7433msgstr "git name-rev [opcions] <comissió>..."74347435#: builtin/name-rev.c:2567436msgid "git name-rev [options] --all"7437msgstr "git name-rev [opcions] --all"74387439#: builtin/name-rev.c:2577440msgid "git name-rev [options] --stdin"7441msgstr "git name-rev [opcions] --stdin"74427443#: builtin/name-rev.c:3097444msgid "print only names (no SHA-1)"7445msgstr "imprimeix només els noms (sense SHA-1)"74467447#: builtin/name-rev.c:3107448msgid "only use tags to name the commits"7449msgstr "només usa les etiquetes per a anomenar les comissions"74507451#: builtin/name-rev.c:3127452msgid "only use refs matching <pattern>"7453msgstr "només usa les referències que coincideixin amb <patró>"74547455#: builtin/name-rev.c:3147456msgid "list all commits reachable from all refs"7457msgstr "llista totes les comissions abastables de totes les referències"74587459#: builtin/name-rev.c:3157460msgid "read from stdin"7461msgstr "llegeix d'stdin"74627463#: builtin/name-rev.c:3167464msgid "allow to print `undefined` names (default)"7465msgstr "permet imprimir els noms `undefined` (per defecte)"74667467#: builtin/name-rev.c:3227468msgid "dereference tags in the input (internal use)"7469msgstr "dereferencia les etiquetes en l'entrada (ús intern)"74707471#: builtin/notes.c:247472msgid "git notes [--ref <notes_ref>] [list [<object>]]"7473msgstr "git notes [--ref <referència_de_notes>] [llista [<objecte>]]"74747475#: builtin/notes.c:257476msgid ""7477"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "7478"<object>] [<object>]"7479msgstr ""7480"git notes [--ref <referència_de_notes>] add [-f] [-m <missatge> | -F "7481"<fitxer> | (-c | -C) <objecte>] [<objecte>]"74827483#: builtin/notes.c:267484msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"7485msgstr ""7486"git notes [--ref <referència_de_notes>] copy [-f] <d'objecte> <a-objecte>"74877488#: builtin/notes.c:277489msgid ""7490"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "7491"<object>] [<object>]"7492msgstr ""7493"git notes [--ref <referència_de_notes>] append [-m <missatge> | -F <fitxer> "7494"| (-c | -C) <objecte>] [<objecte>]"74957496#: builtin/notes.c:287497msgid "git notes [--ref <notes_ref>] edit [<object>]"7498msgstr "git notes [--ref <referència_de_notes>] edit [<objecte>]"74997500#: builtin/notes.c:297501msgid "git notes [--ref <notes_ref>] show [<object>]"7502msgstr "git notes [--ref <referència_de_notes>] show [<objecte>]"75037504#: builtin/notes.c:307505msgid ""7506"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"7507msgstr ""7508"git notes [--ref <referència_de_notes>] merge [-v | -q] [-s <estratègia> ] "7509"<referència_de_notes>"75107511#: builtin/notes.c:317512msgid "git notes merge --commit [-v | -q]"7513msgstr "git notes merge --commit [-v | -q]"75147515#: builtin/notes.c:327516msgid "git notes merge --abort [-v | -q]"7517msgstr "git notes merge --abort [-v | -q]"75187519#: builtin/notes.c:337520msgid "git notes [--ref <notes_ref>] remove [<object>...]"7521msgstr "git notes [--ref <referència_de_notes>] remove [<objecte>...]"75227523#: builtin/notes.c:347524msgid "git notes [--ref <notes_ref>] prune [-n | -v]"7525msgstr "git notes [--ref <referència_de_notes>] prune [-n | -v]"75267527#: builtin/notes.c:357528msgid "git notes [--ref <notes_ref>] get-ref"7529msgstr "git notes [--ref <referència_de_notes>] get-ref"75307531#: builtin/notes.c:407532msgid "git notes [list [<object>]]"7533msgstr "git notes [llista [<objecte>]]"75347535#: builtin/notes.c:457536msgid "git notes add [<options>] [<object>]"7537msgstr "git notes add [<opcions>] [<objecte>]"75387539#: builtin/notes.c:507540msgid "git notes copy [<options>] <from-object> <to-object>"7541msgstr "git notes copy [<options>] <d'objecte> <a-objecte>"75427543#: builtin/notes.c:517544msgid "git notes copy --stdin [<from-object> <to-object>]..."7545msgstr "git notes copy --stdin [<d'objecte> <a-objecte>]..."75467547#: builtin/notes.c:567548msgid "git notes append [<options>] [<object>]"7549msgstr "git notes append [<opcions>] [<objecte>]"75507551#: builtin/notes.c:617552msgid "git notes edit [<object>]"7553msgstr "git notes edit [<objecte>]"75547555#: builtin/notes.c:667556msgid "git notes show [<object>]"7557msgstr "git notes show [<objecte>]"75587559#: builtin/notes.c:717560msgid "git notes merge [<options>] <notes_ref>"7561msgstr "git notes merge [<opcions>] <referència_de_notes>"75627563#: builtin/notes.c:727564msgid "git notes merge --commit [<options>]"7565msgstr "git notes merge --commit [<opcions>]"75667567#: builtin/notes.c:737568msgid "git notes merge --abort [<options>]"7569msgstr "git notes merge --abort [<opcions>]"75707571#: builtin/notes.c:787572msgid "git notes remove [<object>]"7573msgstr "git notes remove [<objecte>]"75747575#: builtin/notes.c:837576msgid "git notes prune [<options>]"7577msgstr "git notes prune [<opcions>]"75787579#: builtin/notes.c:887580msgid "git notes get-ref"7581msgstr "git notes get-ref"75827583#: builtin/notes.c:1367584#, c-format7585msgid "unable to start 'show' for object '%s'"7586msgstr "incapaç d'iniciar 'show' per a l'objecte '%s'"75877588#: builtin/notes.c:1407589msgid "could not read 'show' output"7590msgstr "no s'ha pogut llegir la sortida de 'show'"75917592#: builtin/notes.c:1487593#, c-format7594msgid "failed to finish 'show' for object '%s'"7595msgstr "s'ha fallat en terminar 'show' per a l'objecte '%s'"75967597#: builtin/notes.c:166 builtin/tag.c:4777598#, c-format7599msgid "could not create file '%s'"7600msgstr "no s'ha pogut crear el fitxer '%s'"76017602#: builtin/notes.c:1857603msgid "Please supply the note contents using either -m or -F option"7604msgstr ""7605"Si us plau, proveïu els continguts de la nota per usar o l'opció -m o "7606"l'opció -F"76077608#: builtin/notes.c:206 builtin/notes.c:8477609#, c-format7610msgid "Removing note for object %s\n"7611msgstr "Traient la nota de l'objecte %s\n"76127613#: builtin/notes.c:2117614msgid "unable to write note object"7615msgstr "incapaç d'escriure l'objecte de nota"76167617#: builtin/notes.c:2137618#, c-format7619msgid "The note contents have been left in %s"7620msgstr "Els continguts de la nota s'han deixat en %s"76217622#: builtin/notes.c:247 builtin/tag.c:6937623#, c-format7624msgid "cannot read '%s'"7625msgstr "no es pot llegir '%s'"76267627#: builtin/notes.c:249 builtin/tag.c:6967628#, c-format7629msgid "could not open or read '%s'"7630msgstr "no s'ha pogut obrir ni llegir '%s'"76317632#: builtin/notes.c:268 builtin/notes.c:319 builtin/notes.c:3217633#: builtin/notes.c:381 builtin/notes.c:435 builtin/notes.c:5187634#: builtin/notes.c:523 builtin/notes.c:598 builtin/notes.c:6407635#: builtin/notes.c:842 builtin/tag.c:7097636#, c-format7637msgid "Failed to resolve '%s' as a valid ref."7638msgstr "S'ha fallat en resoldre '%s' com a referència vàlida."76397640#: builtin/notes.c:2717641#, c-format7642msgid "Failed to read object '%s'."7643msgstr "S'ha fallat en llegir l'objecte '%s'."76447645#: builtin/notes.c:2757646#, c-format7647msgid "Cannot read note data from non-blob object '%s'."7648msgstr "No es pot llegir les dades de node de l'objecte no de blob '%s'."76497650#: builtin/notes.c:3157651#, c-format7652msgid "Malformed input line: '%s'."7653msgstr "Línia d'entrada malformada: '%s'."76547655#: builtin/notes.c:3307656#, c-format7657msgid "Failed to copy notes from '%s' to '%s'"7658msgstr "S'ha fallat en copiar les notes de '%s' a '%s'"76597660#: builtin/notes.c:374 builtin/notes.c:428 builtin/notes.c:5017661#: builtin/notes.c:513 builtin/notes.c:586 builtin/notes.c:6337662#: builtin/notes.c:9077663msgid "too many parameters"7664msgstr "massa paràmetres"76657666#: builtin/notes.c:387 builtin/notes.c:6467667#, c-format7668msgid "No note found for object %s."7669msgstr "Cap nota trobada per a l'objecte %s."76707671#: builtin/notes.c:409 builtin/notes.c:5667672msgid "note contents as a string"7673msgstr "nota els continguts com a cadena"76747675#: builtin/notes.c:412 builtin/notes.c:5697676msgid "note contents in a file"7677msgstr "nota els continguts en un fitxer"76787679#: builtin/notes.c:414 builtin/notes.c:417 builtin/notes.c:5717680#: builtin/notes.c:574 builtin/tag.c:6287681msgid "object"7682msgstr "objecte"76837684#: builtin/notes.c:415 builtin/notes.c:5727685msgid "reuse and edit specified note object"7686msgstr "reusa i edita l'objecte de nota especificat"76877688#: builtin/notes.c:418 builtin/notes.c:5757689msgid "reuse specified note object"7690msgstr "reusa l'objecte de nota especificat"76917692#: builtin/notes.c:420 builtin/notes.c:4887693msgid "replace existing notes"7694msgstr "reemplaça les notes existents"76957696#: builtin/notes.c:4547697#, c-format7698msgid ""7699"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7700"existing notes"7701msgstr ""7702"No es pot afegir les notes. S'ha trobat notes existents de l'objecte %s. "7703"Useu '-f' per a sobreescriure les notes existents."77047705#: builtin/notes.c:459 builtin/notes.c:5367706#, c-format7707msgid "Overwriting existing notes for object %s\n"7708msgstr "Sobreescrivint les notes existents de l'objecte %s\n"77097710#: builtin/notes.c:4897711msgid "read objects from stdin"7712msgstr "llegeix els objectes des d'stdin"77137714#: builtin/notes.c:4917715msgid "load rewriting config for <command> (implies --stdin)"7716msgstr ""7717"carrega la configuració de reescriptura per a <ordre> (implica --stdin)"77187719#: builtin/notes.c:5097720msgid "too few parameters"7721msgstr "hi ha massa pocs paràmetres"77227723#: builtin/notes.c:5307724#, c-format7725msgid ""7726"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7727"existing notes"7728msgstr ""7729"No es pot copiar les notes. S'han trobat notes existents de l'objecte %s. "7730"Useu '-f' per a sobreescriure les notes existents."77317732#: builtin/notes.c:5427733#, c-format7734msgid "Missing notes on source object %s. Cannot copy."7735msgstr "Manquen notes a l'objecte font %s. No es pot copiar."77367737#: builtin/notes.c:5917738#, c-format7739msgid ""7740"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7741"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7742msgstr ""7743"S'han desaprovat les opcions -m/-F/-c/-C del subordre 'edit'.\n"7744"Si us plau, useu 'git notes add -f -m/-F/-c/-C' en lloc.\n"77457746#: builtin/notes.c:7387747msgid "General options"7748msgstr "Opcions generals"77497750#: builtin/notes.c:7407751msgid "Merge options"7752msgstr "Opcions de fusió"77537754#: builtin/notes.c:7427755msgid ""7756"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7757"cat_sort_uniq)"7758msgstr ""7759"resol conflictes de nota per usar l'estratègia donada (manual/ours/theirs/"7760"union/cat_sort_uniq)"77617762#: builtin/notes.c:7447763msgid "Committing unmerged notes"7764msgstr "Cometent les notes sense fusionar"77657766#: builtin/notes.c:7467767msgid "finalize notes merge by committing unmerged notes"7768msgstr "finalitza la fusió de notes per cometre les notes sense fusionar"77697770#: builtin/notes.c:7487771msgid "Aborting notes merge resolution"7772msgstr "Avortant la resolució de fusió de notes"77737774#: builtin/notes.c:7507775msgid "abort notes merge"7776msgstr "avorta la fusió de notes"77777778#: builtin/notes.c:8457779#, c-format7780msgid "Object %s has no note\n"7781msgstr "L'objecte %s no té cap nota\n"77827783#: builtin/notes.c:8577784msgid "attempt to remove non-existent note is not an error"7785msgstr "l'intent de treure una nota no existent no és un error"77867787#: builtin/notes.c:8607788msgid "read object names from the standard input"7789msgstr "llegeix els noms d'objecte des de l'entrada estàndard"77907791#: builtin/notes.c:9417792msgid "notes-ref"7793msgstr "referència de notes"77947795#: builtin/notes.c:9427796msgid "use notes from <notes_ref>"7797msgstr "usa les notes de <referència de notes>"77987799#: builtin/notes.c:977 builtin/remote.c:16247800#, c-format7801msgid "Unknown subcommand: %s"7802msgstr "Subordre desconegut: %s"78037804#: builtin/pack-objects.c:287805msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7806msgstr ""7807"git pack-objects --stdout [opcions...] [< llista-de-referències | < llista-"7808"de-objectes]"78097810#: builtin/pack-objects.c:297811msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7812msgstr ""7813"git pack-objects [opcions...] nom-base [< llista-de-referències | < llista-"7814"de-objectes]"78157816#: builtin/pack-objects.c:177 builtin/pack-objects.c:1807817#, c-format7818msgid "deflate error (%d)"7819msgstr "error de deflació (%d)"78207821#: builtin/pack-objects.c:7737822msgid "Writing objects"7823msgstr "Escrivint els objectes"78247825#: builtin/pack-objects.c:10157826msgid "disabling bitmap writing, as some objects are not being packed"7827msgstr ""7828"deshabilitant l'escriptura de mapes de bits, perquè alguns objectes no "7829"s'estan empaquetant"78307831#: builtin/pack-objects.c:21757832msgid "Compressing objects"7833msgstr "Comprimint objectes"78347835#: builtin/pack-objects.c:25727836#, c-format7837msgid "unsupported index version %s"7838msgstr "versió d'índex no suportada %s"78397840#: builtin/pack-objects.c:25767841#, c-format7842msgid "bad index version '%s'"7843msgstr "versió d'índex dolenta '%s'"78447845#: builtin/pack-objects.c:25997846#, c-format7847msgid "option %s does not accept negative form"7848msgstr "l'opció %s no accepta la forma negativa"78497850#: builtin/pack-objects.c:26037851#, c-format7852msgid "unable to parse value '%s' for option %s"7853msgstr "incapaç d'analitzar el valor '%s' per a l'opció %s"78547855#: builtin/pack-objects.c:26227856msgid "do not show progress meter"7857msgstr "no mostris l'indicador de progrés"78587859#: builtin/pack-objects.c:26247860msgid "show progress meter"7861msgstr "mostra l'indicador de progrés"78627863#: builtin/pack-objects.c:26267864msgid "show progress meter during object writing phase"7865msgstr "mostra l'indicador de progrés durant el fase d'escriptura d'objectes"78667867#: builtin/pack-objects.c:26297868msgid "similar to --all-progress when progress meter is shown"7869msgstr "similar a --all-progress quan l'indicador de progrés es mostra"78707871#: builtin/pack-objects.c:26307872msgid "version[,offset]"7873msgstr "versió[,desplaçament]"78747875#: builtin/pack-objects.c:26317876msgid "write the pack index file in the specified idx format version"7877msgstr ""7878"escriu el fitxer d'índex de paquet en la versió de format d'índex "7879"especificada"78807881#: builtin/pack-objects.c:26347882msgid "maximum size of each output pack file"7883msgstr "mida màxima de cada fitxer de paquet de sortida"78847885#: builtin/pack-objects.c:26367886msgid "ignore borrowed objects from alternate object store"7887msgstr ""7888"ignora els objectes prestats d'un emmagatzemament d'objectes alternatiu"78897890#: builtin/pack-objects.c:26387891msgid "ignore packed objects"7892msgstr "ignora els objectes empaquetats"78937894#: builtin/pack-objects.c:26407895msgid "limit pack window by objects"7896msgstr "limita la finestra d'empaquetament per objectes"78977898#: builtin/pack-objects.c:26427899msgid "limit pack window by memory in addition to object limit"7900msgstr ""7901"limita la finestra d'empaquetament per memòria a més del límit d'objectes"79027903#: builtin/pack-objects.c:26447904msgid "maximum length of delta chain allowed in the resulting pack"7905msgstr "longitud màxima de la cadena de deltes permesa en el paquet resultat"79067907#: builtin/pack-objects.c:26467908msgid "reuse existing deltas"7909msgstr "reusa les deltes existents"79107911#: builtin/pack-objects.c:26487912msgid "reuse existing objects"7913msgstr "reusa els objectes existents"79147915#: builtin/pack-objects.c:26507916msgid "use OFS_DELTA objects"7917msgstr "usa objectes OFS_DELTA"79187919#: builtin/pack-objects.c:26527920msgid "use threads when searching for best delta matches"7921msgstr "usa fils en cercar les millores coincidències de delta"79227923#: builtin/pack-objects.c:26547924msgid "do not create an empty pack output"7925msgstr "no creïs una emissió de paquet buida"79267927#: builtin/pack-objects.c:26567928msgid "read revision arguments from standard input"7929msgstr "llegeix els paràmetres de revisió des de l'entrada estàndard"79307931#: builtin/pack-objects.c:26587932msgid "limit the objects to those that are not yet packed"7933msgstr "limita els objectes als que encara no s'hagin empaquetat"79347935#: builtin/pack-objects.c:26617936msgid "include objects reachable from any reference"7937msgstr "inclou els objectes abastables de qualsevulla referència"79387939#: builtin/pack-objects.c:26647940msgid "include objects referred by reflog entries"7941msgstr ""7942"inclou els objectes als quals les entrades del registre de referències "7943"refereixin"79447945#: builtin/pack-objects.c:26677946msgid "include objects referred to by the index"7947msgstr "inclou els objectes als quals l'índex refereixi"79487949#: builtin/pack-objects.c:26707950msgid "output pack to stdout"7951msgstr "emet el paquet a stdout"79527953#: builtin/pack-objects.c:26727954msgid "include tag objects that refer to objects to be packed"7955msgstr ""7956"inclou els objectes d'etiqueta que refereixin als objectes que empaquetar"79577958#: builtin/pack-objects.c:26747959msgid "keep unreachable objects"7960msgstr "reté els objectes inabastables"79617962#: builtin/pack-objects.c:2675 parse-options.h:1407963msgid "time"7964msgstr "hora"79657966#: builtin/pack-objects.c:26767967msgid "unpack unreachable objects newer than <time>"7968msgstr "desempaquetar els objectes inabastables més nous que <hora>"79697970#: builtin/pack-objects.c:26797971msgid "create thin packs"7972msgstr "crea paquets prims"79737974#: builtin/pack-objects.c:26817975msgid "ignore packs that have companion .keep file"7976msgstr "ignora els paquets que tinguin un fitxer .keep de company"79777978#: builtin/pack-objects.c:26837979msgid "pack compression level"7980msgstr "nivell de compressió de paquet"79817982#: builtin/pack-objects.c:26857983msgid "do not hide commits by grafts"7984msgstr "no amaguis les comissions per empelt"79857986#: builtin/pack-objects.c:26877987msgid "use a bitmap index if available to speed up counting objects"7988msgstr ""7989"usa un índex de mapa de bits, si disponible, per a accelerar el recompte "7990"d'objectes"79917992#: builtin/pack-objects.c:26897993msgid "write a bitmap index together with the pack index"7994msgstr "escriu un índex de mapa de bits junt amb l'índex de paquet"79957996#: builtin/pack-objects.c:27787997msgid "Counting objects"7998msgstr "Comptant els objectes"79998000#: builtin/pack-refs.c:68001msgid "git pack-refs [options]"8002msgstr "git pack-refs [opcions]"80038004#: builtin/pack-refs.c:148005msgid "pack everything"8006msgstr "empaqueta tot"80078008#: builtin/pack-refs.c:158009msgid "prune loose refs (default)"8010msgstr "poda les referències soltes (per defecte)"80118012#: builtin/prune-packed.c:78013msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"8014msgstr "git prune-packed [-n|--dry-run] [-q|--quiet]"80158016#: builtin/prune-packed.c:408017msgid "Removing duplicate objects"8018msgstr "Traient objectes duplicats"80198020#: builtin/prune.c:128021msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"8022msgstr "git prune [-n] [-v] [--expire <hora>] [--] [<cap>...]"80238024#: builtin/prune.c:1068025msgid "do not remove, show only"8026msgstr "no treguis, només mostra"80278028#: builtin/prune.c:1078029msgid "report pruned objects"8030msgstr "informa d'objectes podats"80318032#: builtin/prune.c:1108033msgid "expire objects older than <time>"8034msgstr "caduca els objectes més vells que <hora>"80358036#: builtin/push.c:148037msgid "git push [<options>] [<repository> [<refspec>...]]"8038msgstr "git push [<opcions>] [<dipòsit> [<especificació-de-referència>...]]"80398040#: builtin/push.c:858041msgid "tag shorthand without <tag>"8042msgstr "abreviatura d'etiqueta sense <tag>"80438044#: builtin/push.c:958045msgid "--delete only accepts plain target ref names"8046msgstr "--delete només accepta noms de referència destí senzells"80478048#: builtin/push.c:1398049msgid ""8050"\n"8051"To choose either option permanently, see push.default in 'git help config'."8052msgstr ""8053"\n"8054"Per a triar qualsevulla opció permanentment, veu push.default en 'git help "8055"config'."80568057#: builtin/push.c:1428058#, c-format8059msgid ""8060"The upstream branch of your current branch does not match\n"8061"the name of your current branch. To push to the upstream branch\n"8062"on the remote, use\n"8063"\n"8064" git push %s HEAD:%s\n"8065"\n"8066"To push to the branch of the same name on the remote, use\n"8067"\n"8068" git push %s %s\n"8069"%s"8070msgstr ""8071"La rama font de la vostra rama actual no coincideix amb\n"8072"el nom de la vostra rama actual. Per a pujar-la a la rama font\n"8073"en el remot, useu\n"8074"\n"8075" git push %s HEAD:%s\n"8076"\n"8077"Per a pujar a la rama de la mateixa nom en el remot, useu\n"8078"\n"8079" git push %s %s\n"8080"%s"80818082#: builtin/push.c:1578083#, c-format8084msgid ""8085"You are not currently on a branch.\n"8086"To push the history leading to the current (detached HEAD)\n"8087"state now, use\n"8088"\n"8089" git push %s HEAD:<name-of-remote-branch>\n"8090msgstr ""8091"Actualment no esteu en cap rama.\n"8092"Per a pujar la història que condueix a l'estat actual\n"8093"(HEAD separat) ara, useu\n"8094"\n"8095" git push %s HEAD:<nom-de-rama-remota>\n"80968097#: builtin/push.c:1718098#, c-format8099msgid ""8100"The current branch %s has no upstream branch.\n"8101"To push the current branch and set the remote as upstream, use\n"8102"\n"8103" git push --set-upstream %s %s\n"8104msgstr ""8105"La rama actual %s no té rama font.\n"8106"Per a pujar la rama actual i estableix el remot com a font, useu\n"8107"\n"8108" git push --set-upstream %s %s\n"81098110#: builtin/push.c:1798111#, c-format8112msgid "The current branch %s has multiple upstream branches, refusing to push."8113msgstr "La rama actual %s té múltiples rames fonts, refusant pujar."81148115#: builtin/push.c:1828116#, c-format8117msgid ""8118"You are pushing to remote '%s', which is not the upstream of\n"8119"your current branch '%s', without telling me what to push\n"8120"to update which remote branch."8121msgstr ""8122"Esteu pujant al remot '%s', que no és la font de la vostra\n"8123"rama actual '%s', sense dir-me què pujar per a actualitzar\n"8124"quina rama remota."81258126#: builtin/push.c:2058127msgid ""8128"push.default is unset; its implicit value has changed in\n"8129"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"8130"and maintain the traditional behavior, use:\n"8131"\n"8132" git config --global push.default matching\n"8133"\n"8134"To squelch this message and adopt the new behavior now, use:\n"8135"\n"8136" git config --global push.default simple\n"8137"\n"8138"When push.default is set to 'matching', git will push local branches\n"8139"to the remote branches that already exist with the same name.\n"8140"\n"8141"Since Git 2.0, Git defaults to the more conservative 'simple'\n"8142"behavior, which only pushes the current branch to the corresponding\n"8143"remote branch that 'git pull' uses to update the current branch.\n"8144"\n"8145"See 'git help config' and search for 'push.default' for further "8146"information.\n"8147"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"8148"'current' instead of 'simple' if you sometimes use older versions of Git)"8149msgstr ""8150"push.default no està establert; el seu valor implícit s'ha\n"8151"canviat en el Git 2.0 de 'matching' a 'simple'. Per a suprimir\n"8152"aquest missatge i mantenir el comportament tradicional,\n"8153"useu:\n"8154"\n"8155" git config --global push.default matching\n"8156"\n"8157"Per a suprimir aquest missatge i adoptar el comportament nou ara, useu:\n"8158"\n"8159" git config --global push.default simple\n"8160"\n"8161"Quan push.default és 'matching', git pujarà les rames locals a les\n"8162"rames remotes que ja existeixen amb el mateix nom.\n"8163"\n"8164"Des del Git 2.0, el Git per defecte té el comportament més\n"8165"conservatiu 'simple', que només puja la rama actual a la rama\n"8166"corresponent que 'git pull' usa per actualitzar la rama actual.\n"8167"\n"8168"Veu 'git help config' i cerqueu 'push.default' per més informació.\n"8169"(s'ha introduït el mode 'simple' en el Git 1.7.11. Useu el mode similar\n"8170"'current' en lloc de 'simple' si a vegades utilitzeu versions més\n"8171"antigues del Git)"81728173#: builtin/push.c:2728174msgid ""8175"You didn't specify any refspecs to push, and push.default is \"nothing\"."8176msgstr ""8177"No heu especificat cap especificació de referència a pujar, i push.default "8178"és \"nothing\"."81798180#: builtin/push.c:2798181msgid ""8182"Updates were rejected because the tip of your current branch is behind\n"8183"its remote counterpart. Integrate the remote changes (e.g.\n"8184"'git pull ...') before pushing again.\n"8185"See the 'Note about fast-forwards' in 'git push --help' for details."8186msgstr ""8187"S'han rebutjat les actualitzacions perquè el punt de la vostra rama\n"8188"actual està darrere de la seva contrapart remota. Integreu els canvis\n"8189"remots (per exemple, 'git pull ...') abans de pujar de nou.\n"8190"Veu la 'Nota sobre avances ràpids' en 'git push --help' per detalls."81918192#: builtin/push.c:2858193msgid ""8194"Updates were rejected because a pushed branch tip is behind its remote\n"8195"counterpart. Check out this branch and integrate the remote changes\n"8196"(e.g. 'git pull ...') before pushing again.\n"8197"See the 'Note about fast-forwards' in 'git push --help' for details."8198msgstr ""8199"S'han rebutjat les actualitzacions perquè un punt de rama pujada està\n"8200"darrere de la seva contrapart remota. Agafeu aquesta rama i integreu\n"8201"els canvis remots (per exemple, 'git pull ...') abans de pujar de nou.\n"8202"Veu la 'Nota sobre avances ràpids' en 'git push --help' per detalls."82038204#: builtin/push.c:2918205msgid ""8206"Updates were rejected because the remote contains work that you do\n"8207"not have locally. This is usually caused by another repository pushing\n"8208"to the same ref. You may want to first integrate the remote changes\n"8209"(e.g., 'git pull ...') before pushing again.\n"8210"See the 'Note about fast-forwards' in 'git push --help' for details."8211msgstr ""8212"S'han rebutjat les actualitzacions perquè el remot conté treball que\n"8213"no teniu localment. Això usualment es causa per un altre dipòsit\n"8214"havent pujat a la mateixa referència. Podeu voler primer integrar els\n"8215"canvis remots (per exemple, 'git pull ...') abans de pujar de nou.\n"8216"Veu la 'Nota sobre avances ràpids' en 'git push --help' per detalls."82178218#: builtin/push.c:2988219msgid "Updates were rejected because the tag already exists in the remote."8220msgstr ""8221"S'han rebutjat les actualitzacions perquè l'etiqueta ja existeix en el remot."82228223#: builtin/push.c:3018224msgid ""8225"You cannot update a remote ref that points at a non-commit object,\n"8226"or update a remote ref to make it point at a non-commit object,\n"8227"without using the '--force' option.\n"8228msgstr ""8229"No podeu actualitzar una referència remota que assenyala un\n"8230"objecte no de comissió, ni actualitzar una referència remota per\n"8231"fer que assenyali un objecte no de comissió, sense usar l'opció\n"8232"'--force'.\n"82338234#: builtin/push.c:3608235#, c-format8236msgid "Pushing to %s\n"8237msgstr "Pujant a %s\n"82388239#: builtin/push.c:3648240#, c-format8241msgid "failed to push some refs to '%s'"8242msgstr "s'ha fallat en pujar algunes referències a '%s'"82438244#: builtin/push.c:3948245#, c-format8246msgid "bad repository '%s'"8247msgstr "dipòsit dolent '%s'"82488249#: builtin/push.c:3958250msgid ""8251"No configured push destination.\n"8252"Either specify the URL from the command-line or configure a remote "8253"repository using\n"8254"\n"8255" git remote add <name> <url>\n"8256"\n"8257"and then push using the remote name\n"8258"\n"8259" git push <name>\n"8260msgstr ""8261"Cap destí de pujada configurada.\n"8262"O especifiqueu l'URL des de la línia d'ordres o configureu un dipòsit remot "8263"per usar\n"8264"\n"8265" git remote add <nom> <url>\n"8266"\n"8267"i després pujeu per usar el nom remot\n"8268"\n"8269" git push <nom>\n"82708271#: builtin/push.c:4108272msgid "--all and --tags are incompatible"8273msgstr "--all i --tags són incompatibles"82748275#: builtin/push.c:4118276msgid "--all can't be combined with refspecs"8277msgstr "--all no es pot combinar amb especificacions de referència"82788279#: builtin/push.c:4168280msgid "--mirror and --tags are incompatible"8281msgstr "--mirror i --tags són incompatibles"82828283#: builtin/push.c:4178284msgid "--mirror can't be combined with refspecs"8285msgstr "--mirror no es pot combinar amb especificacions de referència"82868287#: builtin/push.c:4228288msgid "--all and --mirror are incompatible"8289msgstr "--all i --mirror són incompatibles"82908291#: builtin/push.c:4938292msgid "repository"8293msgstr "dipòsit"82948295#: builtin/push.c:4948296msgid "push all refs"8297msgstr "envia totes les referències"82988299#: builtin/push.c:4958300msgid "mirror all refs"8301msgstr "reflecteix totes les referències"83028303#: builtin/push.c:4978304msgid "delete refs"8305msgstr "suprimeix les referències"83068307#: builtin/push.c:4988308msgid "push tags (can't be used with --all or --mirror)"8309msgstr "envia les etiquetes (no es pot usar amb --all o --mirror)"83108311#: builtin/push.c:5018312msgid "force updates"8313msgstr "força actualitzacions"83148315#: builtin/push.c:5038316msgid "refname>:<expect"8317msgstr "nom-de-referència>:<esperat"83188319#: builtin/push.c:5048320msgid "require old value of ref to be at this value"8321msgstr "requereix que el valor antic de la referència sigui d'aquest valor"83228323#: builtin/push.c:5078324msgid "control recursive pushing of submodules"8325msgstr "controla la pujada recursiva dels submòduls"83268327#: builtin/push.c:5098328msgid "use thin pack"8329msgstr "usa el paquet prim"83308331#: builtin/push.c:510 builtin/push.c:5118332msgid "receive pack program"8333msgstr "programa que rep els paquets"83348335#: builtin/push.c:5128336msgid "set upstream for git pull/status"8337msgstr "estableix la font per a git pull/status"83388339#: builtin/push.c:5158340msgid "prune locally removed refs"8341msgstr "poda les referències localment tretes"83428343#: builtin/push.c:5178344msgid "bypass pre-push hook"8345msgstr "evita el ganxo de prepujada"83468347#: builtin/push.c:5188348msgid "push missing but relevant tags"8349msgstr "puja les etiquetes mancants però relevants"83508351#: builtin/push.c:5208352msgid "GPG sign the push"8353msgstr "firma la pujada amb GPG"83548355#: builtin/push.c:5298356msgid "--delete is incompatible with --all, --mirror and --tags"8357msgstr "--delete és incompatible amb --all, --mirror i --tags"83588359#: builtin/push.c:5318360msgid "--delete doesn't make sense without any refs"8361msgstr "--delete no té sentit sense referències"83628363#: builtin/read-tree.c:378364msgid ""8365"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "8366"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"8367"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"8368msgstr ""8369"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "8370"[-u [--exclude-per-directory=<ignoral-de-git>] | -i]] [--no-sparse-checkout] "8371"[--index-output=<fitxer>] (--empty | <arbre1> [<arbre2> [<arbre3>]])"83728373#: builtin/read-tree.c:1108374msgid "write resulting index to <file>"8375msgstr "escriu l'índex resultant al <fitxer>"83768377#: builtin/read-tree.c:1138378msgid "only empty the index"8379msgstr "només buida l'índex"83808381#: builtin/read-tree.c:1158382msgid "Merging"8383msgstr "Fusionant"83848385#: builtin/read-tree.c:1178386msgid "perform a merge in addition to a read"8387msgstr "realitza una fusió a més d'una lectura"83888389#: builtin/read-tree.c:1198390msgid "3-way merge if no file level merging required"8391msgstr "fusió de 3 vies si no cal fusió a la nivell de fitxers"83928393#: builtin/read-tree.c:1218394msgid "3-way merge in presence of adds and removes"8395msgstr "fusió de 3 vies en presència d'afegiments i tretes"83968397#: builtin/read-tree.c:1238398msgid "same as -m, but discard unmerged entries"8399msgstr "el mateix que -m, però descarta les entrades no fusionades"84008401#: builtin/read-tree.c:1248402msgid "<subdirectory>/"8403msgstr "<subdirectori>/"84048405#: builtin/read-tree.c:1258406msgid "read the tree into the index under <subdirectory>/"8407msgstr "llegiu l'arbre a l'índex baix <subdirectori>/"84088409#: builtin/read-tree.c:1288410msgid "update working tree with merge result"8411msgstr "actualitza l'arbre de treball amb el resultat de fusió"84128413#: builtin/read-tree.c:1308414msgid "gitignore"8415msgstr "ignoral de git"84168417#: builtin/read-tree.c:1318418msgid "allow explicitly ignored files to be overwritten"8419msgstr "permet que els fitxers explícitament ignorats es sobreescriguin"84208421#: builtin/read-tree.c:1348422msgid "don't check the working tree after merging"8423msgstr "no comprovis l'arbre de treball després de fusionar"84248425#: builtin/read-tree.c:1358426msgid "don't update the index or the work tree"8427msgstr "no actualitzis l'índex ni l'arbre de treball"84288429#: builtin/read-tree.c:1378430msgid "skip applying sparse checkout filter"8431msgstr "salta l'aplicació del filtre d'agafament escàs"84328433#: builtin/read-tree.c:1398434msgid "debug unpack-trees"8435msgstr "depura unpack-trees"84368437#: builtin/reflog.c:4998438#, c-format8439msgid "%s' for '%s' is not a valid timestamp"8440msgstr "%s' per a '%s' no és una marca de temps vàlida"84418442#: builtin/reflog.c:615 builtin/reflog.c:6208443#, c-format8444msgid "'%s' is not a valid timestamp"8445msgstr "'%s' no és una marca de temps vàlida"84468447#: builtin/remote.c:128448msgid "git remote [-v | --verbose]"8449msgstr "git remote [-v | --verbose]"84508451#: builtin/remote.c:138452msgid ""8453"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"8454"mirror=<fetch|push>] <name> <url>"8455msgstr ""8456"git remote add [-t <rama>] [-m <mestre>] [-f] [--tags|--no-tags] [--"8457"mirror=<fetch|push>] <nom> <url>"84588459#: builtin/remote.c:14 builtin/remote.c:338460msgid "git remote rename <old> <new>"8461msgstr "git remote rename <antic> <nou>"84628463#: builtin/remote.c:15 builtin/remote.c:388464msgid "git remote remove <name>"8465msgstr "git remote remove <nom>"84668467#: builtin/remote.c:168468msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"8469msgstr "git remote set-head <nom> (-a | --auto | -d | --delete |<rama>)"84708471#: builtin/remote.c:178472msgid "git remote [-v | --verbose] show [-n] <name>"8473msgstr "git remote [-v | --verbose] show [-n] <nom>"84748475#: builtin/remote.c:188476msgid "git remote prune [-n | --dry-run] <name>"8477msgstr "git remote prune [-n | --dry-run] <nom>"84788479#: builtin/remote.c:198480msgid ""8481"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"8482msgstr ""8483"git remote [-v | --verbose] update [-p | --prune] [(<grup> | <remot>)...]"84848485#: builtin/remote.c:208486msgid "git remote set-branches [--add] <name> <branch>..."8487msgstr "git remote set-branches [--add] <nom> <rama>..."84888489#: builtin/remote.c:21 builtin/remote.c:698490msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"8491msgstr "git remote set-url [--push] <nom> <url-nou> [<url-antic>]"84928493#: builtin/remote.c:22 builtin/remote.c:708494msgid "git remote set-url --add <name> <newurl>"8495msgstr "git remote set-url --add <nom> <url nou>"84968497#: builtin/remote.c:23 builtin/remote.c:718498msgid "git remote set-url --delete <name> <url>"8499msgstr "git remote set-url --delete <nom> <url>"85008501#: builtin/remote.c:288502msgid "git remote add [<options>] <name> <url>"8503msgstr "git remote add [<opcions>] <nom> <url>"85048505#: builtin/remote.c:438506msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"8507msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <rama>)"85088509#: builtin/remote.c:488510msgid "git remote set-branches <name> <branch>..."8511msgstr "git remote set-branches <nom> <rama>..."85128513#: builtin/remote.c:498514msgid "git remote set-branches --add <name> <branch>..."8515msgstr "git remote set-branches --add <nom> <rama>..."85168517#: builtin/remote.c:548518msgid "git remote show [<options>] <name>"8519msgstr "git remote show [<opcions>] <nom>"85208521#: builtin/remote.c:598522msgid "git remote prune [<options>] <name>"8523msgstr "git remote prune [<opcions>] <nom>"85248525#: builtin/remote.c:648526msgid "git remote update [<options>] [<group> | <remote>]..."8527msgstr "git remote update [<opcions>] [<grup> | <remot>]..."85288529#: builtin/remote.c:888530#, c-format8531msgid "Updating %s"8532msgstr "Actualitzant %s"85338534#: builtin/remote.c:1208535msgid ""8536"--mirror is dangerous and deprecated; please\n"8537"\t use --mirror=fetch or --mirror=push instead"8538msgstr ""8539"--mirror és perillós i desaprovat; si us\n"8540"\t plau, useu --mirror=fetch o\t --mirror=push en lloc"85418542#: builtin/remote.c:1378543#, c-format8544msgid "unknown mirror argument: %s"8545msgstr "paràmetre de reflexió desconegut: %s"85468547#: builtin/remote.c:1538548msgid "fetch the remote branches"8549msgstr "obtén les rames remotes"85508551#: builtin/remote.c:1558552msgid "import all tags and associated objects when fetching"8553msgstr "en obtenir, importa totes les etiquetes i tos els objectes"85548555#: builtin/remote.c:1588556msgid "or do not fetch any tag at all (--no-tags)"8557msgstr "o no obtinguis cap etiqueta (--no-tags)"85588559#: builtin/remote.c:1608560msgid "branch(es) to track"8561msgstr "rames a seguir"85628563#: builtin/remote.c:1618564msgid "master branch"8565msgstr "rama mestre"85668567#: builtin/remote.c:1628568msgid "push|fetch"8569msgstr "push|fetch"85708571#: builtin/remote.c:1638572msgid "set up remote as a mirror to push to or fetch from"8573msgstr "estableix el remot com a mirall a que pujar o de que obtenir"85748575#: builtin/remote.c:1758576msgid "specifying a master branch makes no sense with --mirror"8577msgstr "especificar una rama mestra no té sentit amb --mirror"85788579#: builtin/remote.c:1778580msgid "specifying branches to track makes sense only with fetch mirrors"8581msgstr ""8582"especificar les rames a seguir té sentit només amb miralls d'obteniment"85838584#: builtin/remote.c:185 builtin/remote.c:6418585#, c-format8586msgid "remote %s already exists."8587msgstr "el remot %s ja existeix."85888589#: builtin/remote.c:189 builtin/remote.c:6458590#, c-format8591msgid "'%s' is not a valid remote name"8592msgstr "'%s' no és un nom de remot vàlid"85938594#: builtin/remote.c:2338595#, c-format8596msgid "Could not setup master '%s'"8597msgstr "No s'ha pogut configurar el mestre '%s'"85988599#: builtin/remote.c:3338600#, c-format8601msgid "Could not get fetch map for refspec %s"8602msgstr ""8603"No s'ha pogut obtenir el mapa d'obteniment de l'especificació de referència "8604"%s"86058606#: builtin/remote.c:434 builtin/remote.c:4428607msgid "(matching)"8608msgstr "(coincident)"86098610#: builtin/remote.c:4468611msgid "(delete)"8612msgstr "(suprimir)"86138614#: builtin/remote.c:590 builtin/remote.c:596 builtin/remote.c:6028615#, c-format8616msgid "Could not append '%s' to '%s'"8617msgstr "No s'ha pogut annexar '%s' a '%s'"86188619#: builtin/remote.c:634 builtin/remote.c:798 builtin/remote.c:8988620#, c-format8621msgid "No such remote: %s"8622msgstr "No hi ha tal remot: %s"86238624#: builtin/remote.c:6518625#, c-format8626msgid "Could not rename config section '%s' to '%s'"8627msgstr "No s'ha pogut canviar el nom de la secció de configuració '%s' a '%s'"86288629#: builtin/remote.c:657 builtin/remote.c:8508630#, c-format8631msgid "Could not remove config section '%s'"8632msgstr "No s'ha pogut treure la secció de configuració '%s'"86338634#: builtin/remote.c:6728635#, c-format8636msgid ""8637"Not updating non-default fetch refspec\n"8638"\t%s\n"8639"\tPlease update the configuration manually if necessary."8640msgstr ""8641"No actualitzant l'especificació de referències d'obteniment no per defecte\n"8642"\t%s\n"8643"\tSi us plau, actualitzeu la configuració manualment si és necessari."86448645#: builtin/remote.c:6788646#, c-format8647msgid "Could not append '%s'"8648msgstr "No s'ha pogut annexar '%s'"86498650#: builtin/remote.c:6898651#, c-format8652msgid "Could not set '%s'"8653msgstr "No s'ha pogut establir '%s'"86548655#: builtin/remote.c:7118656#, c-format8657msgid "deleting '%s' failed"8658msgstr "la supressió de '%s' ha fallat"86598660#: builtin/remote.c:7458661#, c-format8662msgid "creating '%s' failed"8663msgstr "la creació de '%s' ha fallat"86648665#: builtin/remote.c:7698666#, c-format8667msgid "Could not remove branch %s"8668msgstr "No s'ha pogut treure la rama %s"86698670#: builtin/remote.c:8368671msgid ""8672"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8673"to delete it, use:"8674msgid_plural ""8675"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8676"to delete them, use:"8677msgstr[0] ""8678"Nota: Una rama fora de la jerarquia refs/remotes/ no s'ha tret;\n"8679"per a suprimir-la, useu:"8680msgstr[1] ""8681"Nota: Unes rames fora de la jerarquia refs/remotes/ no s'han tret;\n"8682"per a suprimir-les, useu:"86838684#: builtin/remote.c:9518685#, c-format8686msgid " new (next fetch will store in remotes/%s)"8687msgstr " nou (el pròxim obteniment emmagatzemarà en remotes/%s)"86888689#: builtin/remote.c:9548690msgid " tracked"8691msgstr " seguit"86928693#: builtin/remote.c:9568694msgid " stale (use 'git remote prune' to remove)"8695msgstr " ranci (useu 'git remote prune' per a treure)"86968697#: builtin/remote.c:9588698msgid " ???"8699msgstr " ???"87008701#: builtin/remote.c:9998702#, c-format8703msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8704msgstr "branch.%s.merge invàlid; no es pot rebasar en > 1 rama"87058706#: builtin/remote.c:10068707#, c-format8708msgid "rebases onto remote %s"8709msgstr "es rebasa en el remot %s"87108711#: builtin/remote.c:10098712#, c-format8713msgid " merges with remote %s"8714msgstr "es fusiona amb el remot %s"87158716#: builtin/remote.c:10108717msgid " and with remote"8718msgstr " i amb el remot"87198720#: builtin/remote.c:10128721#, c-format8722msgid "merges with remote %s"8723msgstr "es fusiona amb el remot %s"87248725#: builtin/remote.c:10138726msgid " and with remote"8727msgstr " i amb el remot"87288729#: builtin/remote.c:10598730msgid "create"8731msgstr "crea"87328733#: builtin/remote.c:10628734msgid "delete"8735msgstr "suprimeix"87368737#: builtin/remote.c:10668738msgid "up to date"8739msgstr "al dia"87408741#: builtin/remote.c:10698742msgid "fast-forwardable"8743msgstr "avanç ràpid possible"87448745#: builtin/remote.c:10728746msgid "local out of date"8747msgstr "local no actualitzat"87488749#: builtin/remote.c:10798750#, c-format8751msgid " %-*s forces to %-*s (%s)"8752msgstr " %-*s força a %-*s (%s)"87538754#: builtin/remote.c:10828755#, c-format8756msgid " %-*s pushes to %-*s (%s)"8757msgstr " %-*s puja a %-*s (%s)"87588759#: builtin/remote.c:10868760#, c-format8761msgid " %-*s forces to %s"8762msgstr " %-*s força a %s"87638764#: builtin/remote.c:10898765#, c-format8766msgid " %-*s pushes to %s"8767msgstr " %-*s puja a %s"87688769#: builtin/remote.c:11578770msgid "do not query remotes"8771msgstr "no consultis els remots"87728773#: builtin/remote.c:11848774#, c-format8775msgid "* remote %s"8776msgstr "* remot %s"87778778#: builtin/remote.c:11858779#, c-format8780msgid " Fetch URL: %s"8781msgstr " URL d'obteniment: %s"87828783#: builtin/remote.c:1186 builtin/remote.c:13338784msgid "(no URL)"8785msgstr "(sense URL)"87868787#: builtin/remote.c:1195 builtin/remote.c:11978788#, c-format8789msgid " Push URL: %s"8790msgstr " URL de pujada: %s"87918792#: builtin/remote.c:1199 builtin/remote.c:1201 builtin/remote.c:12038793#, c-format8794msgid " HEAD branch: %s"8795msgstr " Rama de HEAD: %s"87968797#: builtin/remote.c:12058798#, c-format8799msgid ""8800" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8801msgstr " Rama de HEAD (el HEAD remot és ambigu, pot ser un dels següents):\n"88028803#: builtin/remote.c:12178804#, c-format8805msgid " Remote branch:%s"8806msgid_plural " Remote branches:%s"8807msgstr[0] " Rama remota:%s"8808msgstr[1] " Rames remotes:%s"88098810#: builtin/remote.c:1220 builtin/remote.c:12478811msgid " (status not queried)"8812msgstr " (estat no consultat)"88138814#: builtin/remote.c:12298815msgid " Local branch configured for 'git pull':"8816msgid_plural " Local branches configured for 'git pull':"8817msgstr[0] " Rama local configurada per a 'git pull':"8818msgstr[1] " Rames locals configurades per a 'git pull':"88198820#: builtin/remote.c:12378821msgid " Local refs will be mirrored by 'git push'"8822msgstr " 'git push' reflectirà les referències locals"88238824#: builtin/remote.c:12448825#, c-format8826msgid " Local ref configured for 'git push'%s:"8827msgid_plural " Local refs configured for 'git push'%s:"8828msgstr[0] " Referència local configurada per a 'git push'%s:"8829msgstr[1] " Referències locals configurades per a 'git push'%s:"88308831#: builtin/remote.c:12658832msgid "set refs/remotes/<name>/HEAD according to remote"8833msgstr "estableix refs/remotes/<name>/HEAD segons el remot"88348835#: builtin/remote.c:12678836msgid "delete refs/remotes/<name>/HEAD"8837msgstr "suprimeix refs/remotes/<name>/HEAD"88388839#: builtin/remote.c:12828840msgid "Cannot determine remote HEAD"8841msgstr "No es pot determinar el HEAD remot"88428843#: builtin/remote.c:12848844msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8845msgstr ""8846"Múltiples rames de HEAD remotes. Si us plau, trieu una explícitament amb:"88478848#: builtin/remote.c:12948849#, c-format8850msgid "Could not delete %s"8851msgstr "No s'ha pogut suprimir %s"88528853#: builtin/remote.c:13028854#, c-format8855msgid "Not a valid ref: %s"8856msgstr "No és una referència vàlida: %s"88578858#: builtin/remote.c:13048859#, c-format8860msgid "Could not setup %s"8861msgstr "No s'ha pogut configurar %s"88628863#: builtin/remote.c:13228864#, c-format8865msgid " %s will become dangling!"8866msgstr " %s es tornarà en penjant!"88678868#: builtin/remote.c:13238869#, c-format8870msgid " %s has become dangling!"8871msgstr " %s s'ha tornat en penjant!"88728873#: builtin/remote.c:13298874#, c-format8875msgid "Pruning %s"8876msgstr "Podant %s"88778878#: builtin/remote.c:13308879#, c-format8880msgid "URL: %s"8881msgstr "URL: %s"88828883#: builtin/remote.c:13578884#, c-format8885msgid " * [would prune] %s"8886msgstr " * [podaria] %s"88878888#: builtin/remote.c:13608889#, c-format8890msgid " * [pruned] %s"8891msgstr " * [podat] %s"88928893#: builtin/remote.c:14058894msgid "prune remotes after fetching"8895msgstr "poda els remots després d'obtenir-los"88968897#: builtin/remote.c:1471 builtin/remote.c:15458898#, c-format8899msgid "No such remote '%s'"8900msgstr "No hi ha tal remot '%s'"89018902#: builtin/remote.c:14918903msgid "add branch"8904msgstr "afegeix rama"89058906#: builtin/remote.c:14988907msgid "no remote specified"8908msgstr "cap remot especificat"89098910#: builtin/remote.c:15208911msgid "manipulate push URLs"8912msgstr "manipula els URL de pujada"89138914#: builtin/remote.c:15228915msgid "add URL"8916msgstr "afegeix URL"89178918#: builtin/remote.c:15248919msgid "delete URLs"8920msgstr "suprimeix URLs"89218922#: builtin/remote.c:15318923msgid "--add --delete doesn't make sense"8924msgstr "--add --delete no té sentit"89258926#: builtin/remote.c:15718927#, c-format8928msgid "Invalid old URL pattern: %s"8929msgstr "Patró d'URL antic invàlid: %s"89308931#: builtin/remote.c:15798932#, c-format8933msgid "No such URL found: %s"8934msgstr "No s'ha trobat tal URL: %s"89358936#: builtin/remote.c:15818937msgid "Will not delete all non-push URLs"8938msgstr "Suprimirà tots els URL no de pujada"89398940#: builtin/remote.c:15958941msgid "be verbose; must be placed before a subcommand"8942msgstr "siguis verbós; s'ha de col·locar abans d'un subordre"89438944#: builtin/repack.c:178945msgid "git repack [options]"8946msgstr "git repack [opcions]"89478948#: builtin/repack.c:1608949msgid "pack everything in a single pack"8950msgstr "empaqueta tot en un paquet solter"89518952#: builtin/repack.c:1628953msgid "same as -a, and turn unreachable objects loose"8954msgstr "el mateix que -a, i solta els objectes inabastables"89558956#: builtin/repack.c:1658957msgid "remove redundant packs, and run git-prune-packed"8958msgstr "tragueu els paquets redundants, i executeu git-prune-packed"89598960#: builtin/repack.c:1678961msgid "pass --no-reuse-delta to git-pack-objects"8962msgstr "passa --no-reuse-delta a git-pack-objects"89638964#: builtin/repack.c:1698965msgid "pass --no-reuse-object to git-pack-objects"8966msgstr "passa --no-reuse-object a git-pack-objects"89678968#: builtin/repack.c:1718969msgid "do not run git-update-server-info"8970msgstr "no executis git-update-server-info"89718972#: builtin/repack.c:1748973msgid "pass --local to git-pack-objects"8974msgstr "passa --local a git-pack-objects"89758976#: builtin/repack.c:1768977msgid "write bitmap index"8978msgstr "escriu índex de mapa de bits"89798980#: builtin/repack.c:1778981msgid "approxidate"8982msgstr "aproximat"89838984#: builtin/repack.c:1788985msgid "with -A, do not loosen objects older than this"8986msgstr "amb -A, no soltis els objectes més vells que aquest"89878988#: builtin/repack.c:1808989msgid "size of the window used for delta compression"8990msgstr "mida de la ventana que s'usa per a compressió de deltes"89918992#: builtin/repack.c:181 builtin/repack.c:1858993msgid "bytes"8994msgstr "octets"89958996#: builtin/repack.c:1828997msgid "same as the above, but limit memory size instead of entries count"8998msgstr ""8999"el mateix que l'anterior, però limita la mida de memòria en lloc del "9000"recompte d'entrades"90019002#: builtin/repack.c:1849003msgid "limits the maximum delta depth"9004msgstr "limita la profunditat màxima de les deltes"90059006#: builtin/repack.c:1869007msgid "maximum size of each packfile"9008msgstr "mida màxima de cada fitxer de paquet"90099010#: builtin/repack.c:1889011msgid "repack objects in packs marked with .keep"9012msgstr "reempaqueta els objectes en paquets marcats amb .keep"90139014#: builtin/repack.c:3749015#, c-format9016msgid "removing '%s' failed"9017msgstr "la treta de '%s' ha fallat"90189019#: builtin/replace.c:199020msgid "git replace [-f] <object> <replacement>"9021msgstr "git replace [-f] <objecte> <reemplaçament>"90229023#: builtin/replace.c:209024msgid "git replace [-f] --edit <object>"9025msgstr "git replace [-f] --edit <objecte>"90269027#: builtin/replace.c:219028msgid "git replace [-f] --graft <commit> [<parent>...]"9029msgstr "git replace [-f] --graft <comissió> [<pare>...]"90309031#: builtin/replace.c:229032msgid "git replace -d <object>..."9033msgstr "git replace -d <objecte>..."90349035#: builtin/replace.c:239036msgid "git replace [--format=<format>] [-l [<pattern>]]"9037msgstr "git replace [--format=<format>] [-l [<patró>]]"90389039#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:3919040#, c-format9041msgid "Not a valid object name: '%s'"9042msgstr "No és un nom d'objecte vàlid: '%s'"90439044#: builtin/replace.c:3559045#, c-format9046msgid "bad mergetag in commit '%s'"9047msgstr "etiqueta de fusió dolenta en la comissió '%s'"90489049#: builtin/replace.c:3579050#, c-format9051msgid "malformed mergetag in commit '%s'"9052msgstr "etiqueta de fusió malformada en la comissió '%s'"90539054#: builtin/replace.c:3689055#, c-format9056msgid ""9057"original commit '%s' contains mergetag '%s' that is discarded; use --edit "9058"instead of --graft"9059msgstr ""9060"la comissió original '%s' conté l'etiqueta de fusió '%s' que es descarta; "9061"useu --edit en lloc de --graft"90629063#: builtin/replace.c:4019064#, c-format9065msgid "the original commit '%s' has a gpg signature."9066msgstr "la comissió original '%s' té una firma gpg."90679068#: builtin/replace.c:4029069msgid "the signature will be removed in the replacement commit!"9070msgstr "la firma es traurà en la comissió de reemplaçament!"90719072#: builtin/replace.c:4089073#, c-format9074msgid "could not write replacement commit for: '%s'"9075msgstr "no s'ha pogut escriure la comissió de reemplaçament per a: '%s'"90769077#: builtin/replace.c:4329078msgid "list replace refs"9079msgstr "llista les referències reemplaçades"90809081#: builtin/replace.c:4339082msgid "delete replace refs"9083msgstr "suprimeix les referències reemplaçades"90849085#: builtin/replace.c:4349086msgid "edit existing object"9087msgstr "edita un objecte existent"90889089#: builtin/replace.c:4359090msgid "change a commit's parents"9091msgstr "canvia els pares d'una comissió"90929093#: builtin/replace.c:4369094msgid "replace the ref if it exists"9095msgstr "reemplaça la referència si existeix"90969097#: builtin/replace.c:4379098msgid "do not pretty-print contents for --edit"9099msgstr "no imprimeixis bellament els continguts per a --edit"91009101#: builtin/replace.c:4389102msgid "use this format"9103msgstr "usa aquest format"91049105#: builtin/rerere.c:129106msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"9107msgstr "git rerere [clear | forget path... | status | remaining | diff | gc]"91089109#: builtin/rerere.c:579110msgid "register clean resolutions in index"9111msgstr "registre les resolucions netes en l'índex"91129113#: builtin/reset.c:269114msgid ""9115"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"9116msgstr ""9117"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<comissió>]"91189119#: builtin/reset.c:279120msgid "git reset [-q] <tree-ish> [--] <paths>..."9121msgstr "git reset [-q] <arbre> [--] <rutes>..."91229123#: builtin/reset.c:289124msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"9125msgstr "git reset --patch [<arbre>] [--] [<rutes>...]"91269127#: builtin/reset.c:349128msgid "mixed"9129msgstr "mixt"91309131#: builtin/reset.c:349132msgid "soft"9133msgstr "suau"91349135#: builtin/reset.c:349136msgid "hard"9137msgstr "dur"91389139#: builtin/reset.c:349140msgid "merge"9141msgstr "fusió"91429143#: builtin/reset.c:349144msgid "keep"9145msgstr "reteniment"91469147#: builtin/reset.c:749148msgid "You do not have a valid HEAD."9149msgstr "No teniu un HEAD vàlid."91509151#: builtin/reset.c:769152msgid "Failed to find tree of HEAD."9153msgstr "S'ha fallat en trobar l'arbre de HEAD."91549155#: builtin/reset.c:829156#, c-format9157msgid "Failed to find tree of %s."9158msgstr "S'ha fallat en trobar l'arbre de %s."91599160#: builtin/reset.c:1009161#, c-format9162msgid "HEAD is now at %s"9163msgstr "HEAD ara està a %s"91649165#: builtin/reset.c:1839166#, c-format9167msgid "Cannot do a %s reset in the middle of a merge."9168msgstr "No es pot fer un restabliment de %s en el medi d'una fusió."91699170#: builtin/reset.c:2769171msgid "be quiet, only report errors"9172msgstr "calla, només informa d'errors"91739174#: builtin/reset.c:2789175msgid "reset HEAD and index"9176msgstr "restableix HEAD i l'índex"91779178#: builtin/reset.c:2799179msgid "reset only HEAD"9180msgstr "restablex només HEAD"91819182#: builtin/reset.c:281 builtin/reset.c:2839183msgid "reset HEAD, index and working tree"9184msgstr "restableix HEAD, l'índex i l'arbre de treball"91859186#: builtin/reset.c:2859187msgid "reset HEAD but keep local changes"9188msgstr "restableix HEAD però reté els canvis locals"91899190#: builtin/reset.c:2889191msgid "record only the fact that removed paths will be added later"9192msgstr "registra només el fet de que les rutes tretes s'afegiran després"91939194#: builtin/reset.c:3059195#, c-format9196msgid "Failed to resolve '%s' as a valid revision."9197msgstr "S'ha fallat en resoldre '%s' com a revisió vàlida."91989199#: builtin/reset.c:308 builtin/reset.c:3169200#, c-format9201msgid "Could not parse object '%s'."9202msgstr "No s'ha pogut analitzar l'objecte '%s'."92039204#: builtin/reset.c:3139205#, c-format9206msgid "Failed to resolve '%s' as a valid tree."9207msgstr "S'ha fallat en resoldre '%s' com a arbre vàlid."92089209#: builtin/reset.c:3229210msgid "--patch is incompatible with --{hard,mixed,soft}"9211msgstr "--patch és incompatible amb --{hard,mixed,soft}"92129213#: builtin/reset.c:3319214msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."9215msgstr ""9216"--mixed amb rutes està desaprovat; useu 'git reset -- <rutes>' en lloc."92179218#: builtin/reset.c:3339219#, c-format9220msgid "Cannot do %s reset with paths."9221msgstr "No es pot fer reinici de %s amb rutes."92229223#: builtin/reset.c:3439224#, c-format9225msgid "%s reset is not allowed in a bare repository"9226msgstr "el reinici de %s no es permet en un dipòsit nu"92279228#: builtin/reset.c:3479229msgid "-N can only be used with --mixed"9230msgstr "-N només es pot usar amb --mixed"92319232#: builtin/reset.c:3649233msgid "Unstaged changes after reset:"9234msgstr "Canvis no allistats després de restabliment:"92359236#: builtin/reset.c:3709237#, c-format9238msgid "Could not reset index file to revision '%s'."9239msgstr "No s'ha pogut restablir el fitxer d'índex a la revisió '%s'."92409241#: builtin/reset.c:3749242msgid "Could not write new index file."9243msgstr "No s'ha pogut escriure el fitxer d'índex nou."92449245#: builtin/rev-parse.c:3619246msgid "git rev-parse --parseopt [options] -- [<args>...]"9247msgstr "git rev-parse --parseopt [opcions] -- [<paràmetres>...]"92489249#: builtin/rev-parse.c:3669250msgid "keep the `--` passed as an arg"9251msgstr "reté el `--` passat com a paràmetre"92529253#: builtin/rev-parse.c:3689254msgid "stop parsing after the first non-option argument"9255msgstr "deixa d'analitzar després del primer paràmetre no d'opció"92569257#: builtin/rev-parse.c:3719258msgid "output in stuck long form"9259msgstr "emet en forma llarga enganxada"92609261#: builtin/rev-parse.c:4999262msgid ""9263"git rev-parse --parseopt [options] -- [<args>...]\n"9264" or: git rev-parse --sq-quote [<arg>...]\n"9265" or: git rev-parse [options] [<arg>...]\n"9266"\n"9267"Run \"git rev-parse --parseopt -h\" for more information on the first usage."9268msgstr ""9269"git rev-parse --parseopt [opcions] -- [<paràmetres>...]\n"9270" or: git rev-parse --sq-quote [<paràmetre>...]\n"9271" or: git rev-parse [opcions] [<paràmetre>...]\n"9272"\n"9273"Executeu \"git rev-parse --parseopt -h\" per més informació sobre l'ús "9274"inicial."92759276#: builtin/revert.c:229277msgid "git revert [options] <commit-ish>..."9278msgstr "git revert [opcions] <comissió>..."92799280#: builtin/revert.c:239281msgid "git revert <subcommand>"9282msgstr "git revert <subordre>"92839284#: builtin/revert.c:289285msgid "git cherry-pick [options] <commit-ish>..."9286msgstr "git cherry-pick [opcions] <comissió>..."92879288#: builtin/revert.c:299289msgid "git cherry-pick <subcommand>"9290msgstr "git cherry-pick <subordre>"92919292#: builtin/revert.c:719293#, c-format9294msgid "%s: %s cannot be used with %s"9295msgstr "%s: %s no es pot usar amb %s"92969297#: builtin/revert.c:809298msgid "end revert or cherry-pick sequence"9299msgstr "termina la seqüència de reversió o el recull de cireres"93009301#: builtin/revert.c:819302msgid "resume revert or cherry-pick sequence"9303msgstr "reprèn la seqüència de reversió o el recull de cireres"93049305#: builtin/revert.c:829306msgid "cancel revert or cherry-pick sequence"9307msgstr "cancel·la la seqüència de reversió o el recull de cireres"93089309#: builtin/revert.c:839310msgid "don't automatically commit"9311msgstr "no cometis automàticament"93129313#: builtin/revert.c:849314msgid "edit the commit message"9315msgstr "edita el missatge de comissió"93169317#: builtin/revert.c:879318msgid "parent number"9319msgstr "número de pare"93209321#: builtin/revert.c:899322msgid "merge strategy"9323msgstr "estratègia de fusió"93249325#: builtin/revert.c:909326msgid "option"9327msgstr "opció"93289329#: builtin/revert.c:919330msgid "option for merge strategy"9331msgstr "opció d'estratègia de fusió"93329333#: builtin/revert.c:1049334msgid "append commit name"9335msgstr "nom de la comissió a annexar"93369337#: builtin/revert.c:1059338msgid "allow fast-forward"9339msgstr "permet l'avanç ràpid"93409341#: builtin/revert.c:1069342msgid "preserve initially empty commits"9343msgstr "preserva les comissions inicialment buides"93449345#: builtin/revert.c:1079346msgid "allow commits with empty messages"9347msgstr "permet les comissions amb missatges buits"93489349#: builtin/revert.c:1089350msgid "keep redundant, empty commits"9351msgstr "retén les comissions redundants i buides"93529353#: builtin/revert.c:1129354msgid "program error"9355msgstr "error de programa"93569357#: builtin/revert.c:1979358msgid "revert failed"9359msgstr "la reversió ha fallat"93609361#: builtin/revert.c:2129362msgid "cherry-pick failed"9363msgstr "el recull de cireres ha fallat"93649365#: builtin/rm.c:179366msgid "git rm [options] [--] <file>..."9367msgstr "git rm [opcions] [--] <fitxer>..."93689369#: builtin/rm.c:659370msgid ""9371"the following submodule (or one of its nested submodules)\n"9372"uses a .git directory:"9373msgid_plural ""9374"the following submodules (or one of their nested submodules)\n"9375"use a .git directory:"9376msgstr[0] ""9377"el submòdul següent (o un dels seus submòduls niats)\n"9378"usa un directori .git:"9379msgstr[1] ""9380"els submòduls següents (o un dels seus submòduls niats)\n"9381"usa un directori .git:"93829383#: builtin/rm.c:719384msgid ""9385"\n"9386"(use 'rm -rf' if you really want to remove it including all of its history)"9387msgstr ""9388"\n"9389"(useu 'rm -rf' si realment voleu treure'l, inclòs tota la seva història)"93909391#: builtin/rm.c:2319392msgid ""9393"the following file has staged content different from both the\n"9394"file and the HEAD:"9395msgid_plural ""9396"the following files have staged content different from both the\n"9397"file and the HEAD:"9398msgstr[0] ""9399"el fitxer següent té contingut allistat diferent d'ambdós el\n"9400"fitxer i el HEAD:"9401msgstr[1] ""9402"els fitxers següents tenen contingut allistat diferent d'ambdós\n"9403"el fitxer i el HEAD:"94049405#: builtin/rm.c:2369406msgid ""9407"\n"9408"(use -f to force removal)"9409msgstr ""9410"\n"9411"(useu -f per a forçar la treta)"94129413#: builtin/rm.c:2409414msgid "the following file has changes staged in the index:"9415msgid_plural "the following files have changes staged in the index:"9416msgstr[0] "el fitxer següent té canvis allistats en l'índex:"9417msgstr[1] "els fitxers següents tenen canvis allistats en l'índex:"94189419#: builtin/rm.c:244 builtin/rm.c:2559420msgid ""9421"\n"9422"(use --cached to keep the file, or -f to force removal)"9423msgstr ""9424"\n"9425"(useu --cached per a desar el fitxer, o -f per a forçar la treta)"94269427#: builtin/rm.c:2529428msgid "the following file has local modifications:"9429msgid_plural "the following files have local modifications:"9430msgstr[0] "el fitxer següent té modificacions locals:"9431msgstr[1] "els fitxers següents tenen modificacions locals:"94329433#: builtin/rm.c:2709434msgid "do not list removed files"9435msgstr "no llistis els fitxers trets"94369437#: builtin/rm.c:2719438msgid "only remove from the index"9439msgstr "només treu de l'índex"94409441#: builtin/rm.c:2729442msgid "override the up-to-date check"9443msgstr "passa per dalt la comprovació d'actualitat"94449445#: builtin/rm.c:2739446msgid "allow recursive removal"9447msgstr "permet la treta recursiva"94489449#: builtin/rm.c:2759450msgid "exit with a zero status even if nothing matched"9451msgstr "surt amb estat zero encara que res hagi coincidit"94529453#: builtin/rm.c:3189454msgid "Please, stage your changes to .gitmodules or stash them to proceed"9455msgstr ""9456"Si us plau, allisteu els vostres canvis a .gitmodules o emmagatzemeu-los per "9457"a procedir"94589459#: builtin/rm.c:3369460#, c-format9461msgid "not removing '%s' recursively without -r"9462msgstr "no trent '%s' recursivament sense -r"94639464#: builtin/rm.c:3759465#, c-format9466msgid "git rm: unable to remove %s"9467msgstr "git rm: incapaç de treure %s"94689469#: builtin/shortlog.c:139470msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"9471msgstr "git shortlog [<opcions>] [<rang de revisions>] [[--] [<ruta>...]]"94729473#: builtin/shortlog.c:1319474#, c-format9475msgid "Missing author: %s"9476msgstr "Manca l'autor: %s"94779478#: builtin/shortlog.c:2309479msgid "sort output according to the number of commits per author"9480msgstr "ordena la sortida segons el nombre de comissions per autor"94819482#: builtin/shortlog.c:2329483msgid "Suppress commit descriptions, only provides commit count"9484msgstr ""9485"Omet les descripcions de comissió, només proveeix el recompte de comissions"94869487#: builtin/shortlog.c:2349488msgid "Show the email address of each author"9489msgstr "Mostra l'adreça de correu electrònic de cada autor"94909491#: builtin/shortlog.c:2359492msgid "w[,i1[,i2]]"9493msgstr "w[,i1[,i2]]"94949495#: builtin/shortlog.c:2369496msgid "Linewrap output"9497msgstr "Ajusta les línies de la sortida"94989499#: builtin/show-branch.c:99500msgid ""9501"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"9502"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"9503"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "9504"<glob>)...]"9505msgstr ""9506"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"9507"current] [--color[=<quan>] | --no-color] [--sparse] [--more=<n> | --list | --"9508"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<revisió> "9509"| <glob>)...]"95109511#: builtin/show-branch.c:109512msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"9513msgstr "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<referència>]"95149515#: builtin/show-branch.c:6499516msgid "show remote-tracking and local branches"9517msgstr "mostra les rames amb seguiment remot i les locals"95189519#: builtin/show-branch.c:6519520msgid "show remote-tracking branches"9521msgstr "mostra les rames amb seguiment remot"95229523#: builtin/show-branch.c:6539524msgid "color '*!+-' corresponding to the branch"9525msgstr "colora '*!+-' corresponent a la rama"95269527#: builtin/show-branch.c:6559528msgid "show <n> more commits after the common ancestor"9529msgstr "mostra <n> comissions després de l'avantpassat comú"95309531#: builtin/show-branch.c:6579532msgid "synonym to more=-1"9533msgstr "sinònim de more=-1"95349535#: builtin/show-branch.c:6589536msgid "suppress naming strings"9537msgstr "omet l'anomenament de cadenes"95389539#: builtin/show-branch.c:6609540msgid "include the current branch"9541msgstr "inclou la rama actual"95429543#: builtin/show-branch.c:6629544msgid "name commits with their object names"9545msgstr "anomena les comissions amb els seus noms d'objecte"95469547#: builtin/show-branch.c:6649548msgid "show possible merge bases"9549msgstr "mostra les bases de fusió possibles"95509551#: builtin/show-branch.c:6669552msgid "show refs unreachable from any other ref"9553msgstr "mostra les referències inabastables de qualsevulla altra referència"95549555#: builtin/show-branch.c:6689556msgid "show commits in topological order"9557msgstr "mostra les comissions en ordre topològic"95589559#: builtin/show-branch.c:6719560msgid "show only commits not on the first branch"9561msgstr "mostra només les comissions que no siguin en la primera rama"95629563#: builtin/show-branch.c:6739564msgid "show merges reachable from only one tip"9565msgstr "mostra les fusions abastables de només una punta"95669567#: builtin/show-branch.c:6759568msgid "topologically sort, maintaining date order where possible"9569msgstr "ordena topològicament, mantenint l'ordre de dates on possible"95709571#: builtin/show-branch.c:6789572msgid "<n>[,<base>]"9573msgstr "<n>[,<base>]"95749575#: builtin/show-branch.c:6799576msgid "show <n> most recent ref-log entries starting at base"9577msgstr "mostra les <n> entrades més recents començant a la base"95789579#: builtin/show-ref.c:109580msgid ""9581"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"9582"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "9583msgstr ""9584"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"9585"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [patró*] "95869587#: builtin/show-ref.c:119588msgid "git show-ref --exclude-existing[=pattern] < ref-list"9589msgstr "git show-ref --exclude-existing[=pattern] < llista-de-referències"95909591#: builtin/show-ref.c:1689592msgid "only show tags (can be combined with heads)"9593msgstr "mostra només les etiquetes (es pot combinar amb heads)"95949595#: builtin/show-ref.c:1699596msgid "only show heads (can be combined with tags)"9597msgstr "mostra només els caps (es pot combinar amb tags)"95989599#: builtin/show-ref.c:1709600msgid "stricter reference checking, requires exact ref path"9601msgstr ""9602"comprovació de referència més estricta, requereix la ruta de referència "9603"exacta"96049605#: builtin/show-ref.c:173 builtin/show-ref.c:1759606msgid "show the HEAD reference, even if it would be filtered out"9607msgstr "mostra la referència HEAD, encara que es filtraria"96089609#: builtin/show-ref.c:1779610msgid "dereference tags into object IDs"9611msgstr "dereferencia les etiquetes a IDs d'objecte"96129613#: builtin/show-ref.c:1799614msgid "only show SHA1 hash using <n> digits"9615msgstr "mostra el hash SHA1 usant només <n> xifres"96169617#: builtin/show-ref.c:1839618msgid "do not print results to stdout (useful with --verify)"9619msgstr "no imprimeixis els resultats a stdout (útil amb --verify)"96209621#: builtin/show-ref.c:1859622msgid "show refs from stdin that aren't in local repository"9623msgstr "mostra les referència d'stdin que no siguin en el dipòsit local"96249625#: builtin/symbolic-ref.c:79626msgid "git symbolic-ref [options] name [ref]"9627msgstr "git symbolic-ref [opcions] nom [referència]"96289629#: builtin/symbolic-ref.c:89630msgid "git symbolic-ref -d [-q] name"9631msgstr "git symbolic-ref -d [-q] nom"96329633#: builtin/symbolic-ref.c:409634msgid "suppress error message for non-symbolic (detached) refs"9635msgstr "omet el missatge d'error de referències no simbòliques (separades)"96369637#: builtin/symbolic-ref.c:419638msgid "delete symbolic ref"9639msgstr "suprimeix la referència simbòlica"96409641#: builtin/symbolic-ref.c:429642msgid "shorten ref output"9643msgstr "escurça la sortida de referències"96449645#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3629646msgid "reason"9647msgstr "raó"96489649#: builtin/symbolic-ref.c:43 builtin/update-ref.c:3629650msgid "reason of the update"9651msgstr "raó de l'actualització"96529653#: builtin/tag.c:229654msgid ""9655"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"9656msgstr ""9657"git tag [-a|-s|-u <key-id>] [-f] [-m <missatge>|-F <fitxer>] <nom-"9658"d'etiqueta> [<cap>]"96599660#: builtin/tag.c:239661msgid "git tag -d <tagname>..."9662msgstr "git tag -d <nom-d'etiqueta>..."96639664#: builtin/tag.c:249665msgid ""9666"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"9667"\t\t[<pattern>...]"9668msgstr ""9669"git tag -l [-n[<nombre>]] [--contains <comissió>] \n"9670"\t\t[--points-at <objecte>] [<patró>...]"96719672#: builtin/tag.c:269673msgid "git tag -v <tagname>..."9674msgstr "git tag -v <nom-d'etiqueta>..."96759676#: builtin/tag.c:699677#, c-format9678msgid "malformed object at '%s'"9679msgstr "objecte malformat a '%s'"96809681#: builtin/tag.c:3019682#, c-format9683msgid "tag name too long: %.*s..."9684msgstr "nom d'etiqueta massa llarg: %.*s..."96859686#: builtin/tag.c:3069687#, c-format9688msgid "tag '%s' not found."9689msgstr "etiqueta '%s' no trobada"96909691#: builtin/tag.c:3219692#, c-format9693msgid "Deleted tag '%s' (was %s)\n"9694msgstr "L'etiqueta '%s' s'ha suprimit (ha estat %s)\n"96959696#: builtin/tag.c:3339697#, c-format9698msgid "could not verify the tag '%s'"9699msgstr "no s'ha pogut verificar l'etiqueta '%s'"97009701#: builtin/tag.c:3439702#, c-format9703msgid ""9704"\n"9705"Write a message for tag:\n"9706" %s\n"9707"Lines starting with '%c' will be ignored.\n"9708msgstr ""9709"\n"9710"Escriviu el missatge de l'etiqueta:\n"9711" %s\n"9712"Les línies que comencin amb '%c' s'ignoraran.\n"97139714#: builtin/tag.c:3479715#, c-format9716msgid ""9717"\n"9718"Write a message for tag:\n"9719" %s\n"9720"Lines starting with '%c' will be kept; you may remove them yourself if you "9721"want to.\n"9722msgstr ""9723"\n"9724"Escriviu el missatge de l'etiqueta:\n"9725" %s\n"9726"Les línies que comencin amb '%c' es retindran; podeu treure'ls per vós "9727"mateix si voleu.\n"97289729#: builtin/tag.c:3719730#, c-format9731msgid "unsupported sort specification '%s'"9732msgstr "especificació d'ordenació '%s' no suportat"97339734#: builtin/tag.c:3739735#, c-format9736msgid "unsupported sort specification '%s' in variable '%s'"9737msgstr "especificació d'ordenació '%s' no suportat en el variable '%s'"97389739#: builtin/tag.c:4289740msgid "unable to sign the tag"9741msgstr "incapaç de firmar l'etiqueta"97429743#: builtin/tag.c:4309744msgid "unable to write tag file"9745msgstr "incapaç d'escriure el fitxer d'etiqueta"97469747#: builtin/tag.c:4559748msgid "bad object type."9749msgstr "tipus d'objecte dolent."97509751#: builtin/tag.c:4689752msgid "tag header too big."9753msgstr "capçalera d'etiqueta massa gran."97549755#: builtin/tag.c:5049756msgid "no tag message?"9757msgstr "cap missatge d'etiqueta?"97589759#: builtin/tag.c:5109760#, c-format9761msgid "The tag message has been left in %s\n"9762msgstr "S'ha deixat el missatge de l'etiqueta en %s\n"97639764#: builtin/tag.c:5599765msgid "switch 'points-at' requires an object"9766msgstr "l'opció 'points-at' requereix un objecte"97679768#: builtin/tag.c:5619769#, c-format9770msgid "malformed object name '%s'"9771msgstr "nom d'objecte malformat '%s'"97729773#: builtin/tag.c:5899774msgid "list tag names"9775msgstr "llista els noms d'etiqueta"97769777#: builtin/tag.c:5919778msgid "print <n> lines of each tag message"9779msgstr "imprimeix <n> línies de cada missatge d'etiqueta"97809781#: builtin/tag.c:5939782msgid "delete tags"9783msgstr "suprimeix les etiquetes"97849785#: builtin/tag.c:5949786msgid "verify tags"9787msgstr "verifica les etiquetes"97889789#: builtin/tag.c:5969790msgid "Tag creation options"9791msgstr "Opcions de creació d'etiquetes"97929793#: builtin/tag.c:5989794msgid "annotated tag, needs a message"9795msgstr "etiqueta anotada, necessita un missatge"97969797#: builtin/tag.c:6009798msgid "tag message"9799msgstr "missatge d'etiqueta"98009801#: builtin/tag.c:6029802msgid "annotated and GPG-signed tag"9803msgstr "etiqueta anotada i firmada per GPG"98049805#: builtin/tag.c:6069806msgid "use another key to sign the tag"9807msgstr "usa una altra clau per a firmar l'etiqueta"98089809#: builtin/tag.c:6079810msgid "replace the tag if exists"9811msgstr "reemplaça l'etiqueta si existeix"98129813#: builtin/tag.c:6089814msgid "show tag list in columns"9815msgstr "mostra la llista d'etiquetes en columnes"98169817#: builtin/tag.c:6109818msgid "sort tags"9819msgstr "ordena les etiquetes"98209821#: builtin/tag.c:6149822msgid "Tag listing options"9823msgstr "Opcions de llistament d'etiquetes"98249825#: builtin/tag.c:617 builtin/tag.c:6239826msgid "print only tags that contain the commit"9827msgstr "imprimeix només les etiquetes que continguin la comissió"98289829#: builtin/tag.c:6299830msgid "print only tags of the object"9831msgstr "imprimeix només les etiquetes de l'objecte"98329833#: builtin/tag.c:6559834msgid "--column and -n are incompatible"9835msgstr "--column i -n són incompatibles"98369837#: builtin/tag.c:6679838msgid "--sort and -n are incompatible"9839msgstr "--sort i -n són incompatibles"98409841#: builtin/tag.c:6749842msgid "-n option is only allowed with -l."9843msgstr "es permet l'opció -n només amb -l."98449845#: builtin/tag.c:6769846msgid "--contains option is only allowed with -l."9847msgstr "es permet l'opció --contains només amb -l."98489849#: builtin/tag.c:6789850msgid "--points-at option is only allowed with -l."9851msgstr "es permet --points-at option només amb -l."98529853#: builtin/tag.c:6869854msgid "only one -F or -m option is allowed."9855msgstr "només una opció -F o -m es permet."98569857#: builtin/tag.c:7069858msgid "too many params"9859msgstr "massa paràmetres"98609861#: builtin/tag.c:7129862#, c-format9863msgid "'%s' is not a valid tag name."9864msgstr "'%s' no és un nom d'etiqueta vàlid."98659866#: builtin/tag.c:7179867#, c-format9868msgid "tag '%s' already exists"9869msgstr "l'etiqueta '%s' ja existeix"98709871#: builtin/tag.c:7419872#, c-format9873msgid "Updated tag '%s' (was %s)\n"9874msgstr "Etiqueta '%s' actualitzada (ha estat %s)\n"98759876#: builtin/unpack-objects.c:4899877msgid "Unpacking objects"9878msgstr "Desempaquetant objectes"98799880#: builtin/update-index.c:4039881msgid "git update-index [options] [--] [<file>...]"9882msgstr "git update-index [opcions] [--] [<fitxer>...]"98839884#: builtin/update-index.c:7569885msgid "continue refresh even when index needs update"9886msgstr ""9887"continua l'actualització encara que l'índex necessiti una actualització"98889889#: builtin/update-index.c:7599890msgid "refresh: ignore submodules"9891msgstr "actualitza: ignora els submòduls"98929893#: builtin/update-index.c:7629894msgid "do not ignore new files"9895msgstr "no ignoris els fitxers nous"98969897#: builtin/update-index.c:7649898msgid "let files replace directories and vice-versa"9899msgstr "deixa que els fitxers reemplacin els directoris i viceversa"99009901#: builtin/update-index.c:7669902msgid "notice files missing from worktree"9903msgstr "nota els fitxers mancants de l'arbre de treball"99049905#: builtin/update-index.c:7689906msgid "refresh even if index contains unmerged entries"9907msgstr "actualitza encara que l'índex contingui entrades no fusionades"99089909#: builtin/update-index.c:7719910msgid "refresh stat information"9911msgstr "actualitza la informació d'estadístiques"99129913#: builtin/update-index.c:7759914msgid "like --refresh, but ignore assume-unchanged setting"9915msgstr "com --refresh, però ignora l'ajust assume-unchanged"99169917#: builtin/update-index.c:7799918msgid "<mode>,<object>,<path>"9919msgstr "<mode>,<objecte>,<ruta>"99209921#: builtin/update-index.c:7809922msgid "add the specified entry to the index"9923msgstr "afegeix l'entrada especificada a l'índex"99249925#: builtin/update-index.c:7849926msgid "(+/-)x"9927msgstr "(+/-)x"99289929#: builtin/update-index.c:7859930msgid "override the executable bit of the listed files"9931msgstr "passa per dalt el bit executable dels fitxers llistats"99329933#: builtin/update-index.c:7899934msgid "mark files as \"not changing\""9935msgstr "marca els fitxers com a \"not changing\""99369937#: builtin/update-index.c:7929938msgid "clear assumed-unchanged bit"9939msgstr "neteja el bit assumed-unchanged"99409941#: builtin/update-index.c:7959942msgid "mark files as \"index-only\""9943msgstr "marca els fitxers com a \"index-only\""99449945#: builtin/update-index.c:7989946msgid "clear skip-worktree bit"9947msgstr "neteja el bit skip-worktree"99489949#: builtin/update-index.c:8019950msgid "add to index only; do not add content to object database"9951msgstr ""9952"només afegeix a l'índex; no afegeixis el contingut a la base de dades "9953"d'objectes"99549955#: builtin/update-index.c:8039956msgid "remove named paths even if present in worktree"9957msgstr ""9958"treu les rutes anomenades encara que estiguin presents en l'arbre de treball"99599960#: builtin/update-index.c:8059961msgid "with --stdin: input lines are terminated by null bytes"9962msgstr "amb --stdin: les línies d'entrada es terminen per octets nuls"99639964#: builtin/update-index.c:8079965msgid "read list of paths to be updated from standard input"9966msgstr "llegeix la llista de rutes a actualitzar des de l'entrada estàndard"99679968#: builtin/update-index.c:8119969msgid "add entries from standard input to the index"9970msgstr "afegeix les entrades de l'entrada estàndard a l'índex"99719972#: builtin/update-index.c:8159973msgid "repopulate stages #2 and #3 for the listed paths"9974msgstr "reemplena les etapes #2 i #3 per a les rutes llistades"99759976#: builtin/update-index.c:8199977msgid "only update entries that differ from HEAD"9978msgstr "només actualitza les entrades que difereixin de HEAD"99799980#: builtin/update-index.c:8239981msgid "ignore files missing from worktree"9982msgstr "ignora els fitxers que manquin a l'arbre de treball"99839984#: builtin/update-index.c:8269985msgid "report actions to standard output"9986msgstr "informa de les accions en la sortida estàndard"99879988#: builtin/update-index.c:8289989msgid "(for porcelains) forget saved unresolved conflicts"9990msgstr "(per porcellanes) oblida't dels conflictes no resolts ni desats"99919992#: builtin/update-index.c:8329993msgid "write index in this format"9994msgstr "escriu l'índex en aquest format"99959996#: builtin/update-index.c:8349997msgid "enable or disable split index"9998msgstr "habilita o deshabilita l'índex dividit"999910000#: builtin/update-ref.c:910001msgid "git update-ref [options] -d <refname> [<oldval>]"10002msgstr "git update-ref [opcions] -d <nom-de-referència> [<valor-antic>]"1000310004#: builtin/update-ref.c:1010005msgid "git update-ref [options] <refname> <newval> [<oldval>]"10006msgstr ""10007"git update-ref [opcions] <nom-de-referència> <valor-nou> [<valor-antic>]"1000810009#: builtin/update-ref.c:1110010msgid "git update-ref [options] --stdin [-z]"10011msgstr "git update-ref [opcions] --stdin [-z]"1001210013#: builtin/update-ref.c:36310014msgid "delete the reference"10015msgstr "suprimeix la referència"1001610017#: builtin/update-ref.c:36510018msgid "update <refname> not the one it points to"10019msgstr "actualitza <nom de referència>, no la a que assenyali"1002010021#: builtin/update-ref.c:36610022msgid "stdin has NUL-terminated arguments"10023msgstr "stdin té paràmetres terminats per NUL"1002410025#: builtin/update-ref.c:36710026msgid "read updates from stdin"10027msgstr "llegeix les actualitzacions des d'stdin"1002810029#: builtin/update-server-info.c:610030msgid "git update-server-info [--force]"10031msgstr "git update-server-info [--force]"1003210033#: builtin/update-server-info.c:1410034msgid "update the info files from scratch"10035msgstr "actualitza els fitxers d'informació des de zero"1003610037#: builtin/verify-commit.c:1710038msgid "git verify-commit [-v|--verbose] <commit>..."10039msgstr "git verify-commit [-v|--verbose] <comissió>..."1004010041#: builtin/verify-commit.c:7510042msgid "print commit contents"10043msgstr "imprimeix els continguts de la comissió"1004410045#: builtin/verify-pack.c:5410046msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."10047msgstr "git verify-pack [-v|--verbose] [-s|--stat-only] <paquet>..."1004810049#: builtin/verify-pack.c:6410050msgid "verbose"10051msgstr "verbós"1005210053#: builtin/verify-pack.c:6610054msgid "show statistics only"10055msgstr "mostra només estadístiques"1005610057#: builtin/verify-tag.c:1710058msgid "git verify-tag [-v|--verbose] <tag>..."10059msgstr "git verify-tag [-v|--verbose] <etiqueta>..."1006010061#: builtin/verify-tag.c:7310062msgid "print tag contents"10063msgstr "imprimeix els continguts de l'etiqueta"1006410065#: builtin/write-tree.c:1310066msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"10067msgstr "git write-tree [--missing-ok] [--prefix=<prefix>/]"1006810069#: builtin/write-tree.c:2610070msgid "<prefix>/"10071msgstr "<prefix>/"1007210073#: builtin/write-tree.c:2710074msgid "write tree object for a subdirectory <prefix>"10075msgstr "escriu l'objecte d'arbre per a un subdirectori <prefix>"1007610077#: builtin/write-tree.c:3010078msgid "only useful for debugging"10079msgstr "només útil per a la depuració"1008010081#: credential-cache--daemon.c:26710082msgid "print debugging messages to stderr"10083msgstr "imprimeix els missatges de depuració a stderr"1008410085#: git.c:1710086msgid ""10087"'git help -a' and 'git help -g' list available subcommands and some\n"10088"concept guides. See 'git help <command>' or 'git help <concept>'\n"10089"to read about a specific subcommand or concept."10090msgstr ""10091"'git help -a' i 'git help -g' llisten subordres disponibles i\n"10092"algunes guies de concepte. Veu 'git help <ordre>' o\n"10093"'git help <concepte>' per a llegir sobre un subordre o concepte\n"10094"específic."1009510096#: common-cmds.h:810097msgid "Add file contents to the index"10098msgstr "Afegeix els continguts dels fitxers a l'índex"1009910100#: common-cmds.h:910101msgid "Find by binary search the change that introduced a bug"10102msgstr "Troba per cerca binària el canvi que hagi introduït un defecte"1010310104#: common-cmds.h:1010105msgid "List, create, or delete branches"10106msgstr "Llista, crea o suprimeix rames"1010710108#: common-cmds.h:1110109msgid "Checkout a branch or paths to the working tree"10110msgstr "Agafa una rama o unes rutes a l'arbre de treball"1011110112#: common-cmds.h:1210113msgid "Clone a repository into a new directory"10114msgstr "Clona un dipòsit a un directori nou"1011510116#: common-cmds.h:1310117msgid "Record changes to the repository"10118msgstr "Registra els canvis al dipòsit"1011910120#: common-cmds.h:1410121msgid "Show changes between commits, commit and working tree, etc"10122msgstr ""10123"Mostra els canvis entre comissions, la comissió i l'arbre de treball, etc."1012410125#: common-cmds.h:1510126msgid "Download objects and refs from another repository"10127msgstr "Baixa objectes i referències d'un altre dipòsit"1012810129#: common-cmds.h:1610130msgid "Print lines matching a pattern"10131msgstr "Imprimeix les línies coincidents amb un patró"1013210133#: common-cmds.h:1710134msgid "Create an empty Git repository or reinitialize an existing one"10135msgstr "Crea un dipòsit de Git buit o reinicialitza un existent"1013610137#: common-cmds.h:1810138msgid "Show commit logs"10139msgstr "Mostra els registres de comissió"1014010141#: common-cmds.h:1910142msgid "Join two or more development histories together"10143msgstr "Uneix dos o més històries de desenvolupament"1014410145#: common-cmds.h:2010146msgid "Move or rename a file, a directory, or a symlink"10147msgstr "Mou o canvia de nom un fitxer, directori o enllaç simbòlic"1014810149#: common-cmds.h:2110150msgid "Fetch from and integrate with another repository or a local branch"10151msgstr "Obté de i integra con un altre dipòsit o una rama local"1015210153#: common-cmds.h:2210154msgid "Update remote refs along with associated objects"10155msgstr "Actualitza les referències remotes juntes amb els objectes associats"1015610157#: common-cmds.h:2310158msgid "Forward-port local commits to the updated upstream head"10159msgstr "Avança les comissions locals al cap font actualitzat"1016010161#: common-cmds.h:2410162msgid "Reset current HEAD to the specified state"10163msgstr "Restableix el HEAD actual a l'estat especificat"1016410165#: common-cmds.h:2510166msgid "Remove files from the working tree and from the index"10167msgstr "Treu fitxers de l'arbre de treball i de l'índex"1016810169#: common-cmds.h:2610170msgid "Show various types of objects"10171msgstr "Mostra diversos tipus d'objectes"1017210173#: common-cmds.h:2710174msgid "Show the working tree status"10175msgstr "Mostra l'estat de l'arbre de treball"1017610177#: common-cmds.h:2810178msgid "Create, list, delete or verify a tag object signed with GPG"10179msgstr ""10180"Crea, llista, suprimeix o verifica un objecte d'etiqueta firmat amb GPG"1018110182#: parse-options.h:14310183msgid "expiry-date"10184msgstr "data-de-caducitat"1018510186#: parse-options.h:15810187msgid "no-op (backward compatibility)"10188msgstr "operació nul·la (per a compatibilitat amb versions anteriors)"1018910190#: parse-options.h:23210191msgid "be more verbose"10192msgstr "siguis més verbós"1019310194#: parse-options.h:23410195msgid "be more quiet"10196msgstr "siguis més callat"1019710198#: parse-options.h:24010199msgid "use <n> digits to display SHA-1s"10200msgstr "usa <n> xifres per presentar els SHA-1"1020110202#: rerere.h:2710203msgid "update the index with reused conflict resolution if possible"10204msgstr ""10205"actualitza l'índex amb la resolució de conflicte reusada si és possible"1020610207#: git-am.sh:5210208msgid "You need to set your committer info first"10209msgstr "Cal establir la vostra informació de comitent primer"1021010211#: git-am.sh:9710212msgid ""10213"You seem to have moved HEAD since the last 'am' failure.\n"10214"Not rewinding to ORIG_HEAD"10215msgstr ""10216"Sembla que heu mot HEAD després de l'última fallada de 'am'.\n"10217"No rebobinant a ORIG_HEAD"1021810219#: git-am.sh:10710220#, sh-format10221msgid ""10222"When you have resolved this problem, run \"$cmdline --continue\".\n"10223"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"10224"To restore the original branch and stop patching, run \"$cmdline --abort\"."10225msgstr ""10226"Quan hàgiu resolt aquest problema, executeu \"$cmdline --continue\".\n"10227"Si preferiu saltar aquest pedaç, executeu \"$cmdline --skip\" en lloc.\n"10228"Per restaurar la rama original i deixar d'apedaçar, executeu \"$cmdline --"10229"abort\"."1023010231#: git-am.sh:12310232msgid "Cannot fall back to three-way merge."10233msgstr "No es pot retrocedir a una fusió de 3 vies."1023410235#: git-am.sh:13910236msgid "Repository lacks necessary blobs to fall back on 3-way merge."10237msgstr ""10238"Al dipòsit li manquen els blobs necessaris per a retrocedir a una fusió de 3 "10239"vies."1024010241#: git-am.sh:14110242msgid "Using index info to reconstruct a base tree..."10243msgstr "Usant la informació d'índex per a reconstruir un arbre base..."1024410245#: git-am.sh:15610246msgid ""10247"Did you hand edit your patch?\n"10248"It does not apply to blobs recorded in its index."10249msgstr ""10250"Heu editat el vostre pedaç a mà?\n"10251"No s'aplica als blobs recordats en el seu índex."1025210253#: git-am.sh:16510254msgid "Falling back to patching base and 3-way merge..."10255msgstr "Retrocedint a apedaçar la base i fusionar de 3 vies..."1025610257#: git-am.sh:18110258msgid "Failed to merge in the changes."10259msgstr "S'ha fallat en fusionar els canvis."1026010261#: git-am.sh:27610262msgid "Only one StGIT patch series can be applied at once"10263msgstr "només una sèrie de pedaços StGIT es pot aplicar a la vegada"1026410265#: git-am.sh:36310266#, sh-format10267msgid "Patch format $patch_format is not supported."10268msgstr "El format de pedaç $patch_format no és suportat."1026910270#: git-am.sh:36510271msgid "Patch format detection failed."10272msgstr "La detecció de format de pedaç ha fallat."1027310274#: git-am.sh:39210275msgid ""10276"The -b/--binary option has been a no-op for long time, and\n"10277"it will be removed. Please do not use it anymore."10278msgstr ""10279"Fa molt que l'opció -b/--binary no ha fet res, i\n"10280"es traurà. Si us plau, no l'usis més."1028110282#: git-am.sh:48610283#, sh-format10284msgid "previous rebase directory $dotest still exists but mbox given."10285msgstr ""10286"un directori de rebase anterior $dotest encara existeix però s'ha donat una "10287"bústia."1028810289#: git-am.sh:49110290msgid "Please make up your mind. --skip or --abort?"10291msgstr "Si us plau, preneu una decisió. --skip o --abort?"1029210293#: git-am.sh:52710294#, sh-format10295msgid ""10296"Stray $dotest directory found.\n"10297"Use \"git am --abort\" to remove it."10298msgstr ""10299"Directori $dotest extraviat trobat.\n"10300"Useu \"git am --abort\" per a treure'l."1030110302#: git-am.sh:53510303msgid "Resolve operation not in progress, we are not resuming."10304msgstr "Operació de resolució no en curs; no reprenem."1030510306#: git-am.sh:60110307#, sh-format10308msgid "Dirty index: cannot apply patches (dirty: $files)"10309msgstr "Índex brut: no es pot aplicar pedaços (bruts: $files)"1031010311#: git-am.sh:70510312#, sh-format10313msgid ""10314"Patch is empty. Was it split wrong?\n"10315"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"10316"To restore the original branch and stop patching run \"$cmdline --abort\"."10317msgstr ""10318"El pedaç és buit. S'ha dividit mal?\n"10319"Si preferiríeu saltar aquest pedaç, executeu en lloc \"$cmdline --skip\".\n"10320"Per a restaurar la rama original i deixar d'empaquetar, executeu \"$cmdline "10321"--abort\"."1032210323#: git-am.sh:73210324msgid "Patch does not have a valid e-mail address."10325msgstr "El pedaç no té adreça de correu electrònic vàlida."1032610327#: git-am.sh:77910328msgid "cannot be interactive without stdin connected to a terminal."10329msgstr ""10330"no es pot ser interactiu sense que stdin sigui connectat a un terminal."1033110332#: git-am.sh:78310333msgid "Commit Body is:"10334msgstr "El cos de la comissió és:"1033510336#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]10337#. in your translation. The program will only accept English10338#. input at this point.10339#: git-am.sh:79010340msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "10341msgstr "Aplica? [y]es/[n]o/[e]dita/[v]isualitza pedaç/[a]ccepta tots"1034210343#: git-am.sh:82610344#, sh-format10345msgid "Applying: $FIRSTLINE"10346msgstr "Aplicant: $FIRSTLINE"1034710348#: git-am.sh:84710349msgid ""10350"No changes - did you forget to use 'git add'?\n"10351"If there is nothing left to stage, chances are that something else\n"10352"already introduced the same changes; you might want to skip this patch."10353msgstr ""10354"Cap canvi - heu oblidat usar 'git add'?\n"10355"Si no hi ha res a allistar, probablement alguna altra cosa\n"10356"ja ha introduït els mateixos canvis; potser voleu saltar aquest pedaç."1035710358#: git-am.sh:85510359msgid ""10360"You still have unmerged paths in your index\n"10361"did you forget to use 'git add'?"10362msgstr ""10363"Encara teniu rutes sense fusionar en el vostre índex\n"10364"heu oblidat d'usar 'git add'?"1036510366#: git-am.sh:87110367msgid "No changes -- Patch already applied."10368msgstr "Sense canvis -- El pedaç ja s'ha aplicat."1036910370#: git-am.sh:88110371#, sh-format10372msgid "Patch failed at $msgnum $FIRSTLINE"10373msgstr "El pedaç ha fallat a $msgnum $FIRSTLINE"1037410375#: git-am.sh:88410376#, sh-format10377msgid ""10378"The copy of the patch that failed is found in:\n"10379" $dotest/patch"10380msgstr ""10381"La còpia del pedaç que ha fallat es troba en:\n"10382" $dotest/patch"1038310384#: git-am.sh:90210385msgid "applying to an empty history"10386msgstr "aplicant a una història buida"1038710388#: git-bisect.sh:4810389msgid "You need to start by \"git bisect start\""10390msgstr "Cal començar per \"git bisect start\""1039110392#. TRANSLATORS: Make sure to include [Y] and [n] in your10393#. translation. The program will only accept English input10394#. at this point.10395#: git-bisect.sh:5410396msgid "Do you want me to do it for you [Y/n]? "10397msgstr "Voleu que es faci per vós [Y/n]? "1039810399#: git-bisect.sh:9510400#, sh-format10401msgid "unrecognised option: '$arg'"10402msgstr "opció no reconeguda: '$arg'"1040310404#: git-bisect.sh:9910405#, sh-format10406msgid "'$arg' does not appear to be a valid revision"10407msgstr "'$arg' no sembla una revisió vàlida"1040810409#: git-bisect.sh:11710410msgid "Bad HEAD - I need a HEAD"10411msgstr "HEAD dolent - Cal un HEAD"1041210413#: git-bisect.sh:13010414#, sh-format10415msgid ""10416"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."10417msgstr ""10418"L'agafament de '$start_head' ha fallat. Proveu 'git bisect reset <rama-"10419"vàlida>'."1042010421#: git-bisect.sh:14010422msgid "won't bisect on cg-seek'ed tree"10423msgstr "no es bisecarà en un arbre en que s'ha fet cg-seek"1042410425#: git-bisect.sh:14410426msgid "Bad HEAD - strange symbolic ref"10427msgstr "HEAD dolent - referència simbòlica estranya"1042810429#: git-bisect.sh:18910430#, sh-format10431msgid "Bad bisect_write argument: $state"10432msgstr "Paràmetre bisect_write dolent: $state"1043310434#: git-bisect.sh:21810435#, sh-format10436msgid "Bad rev input: $arg"10437msgstr "Introducció de revisió dolenta: $arg"1043810439#: git-bisect.sh:23210440msgid "Please call 'bisect_state' with at least one argument."10441msgstr "Si us plau, invoqueu 'bisect_state' amb almenys un paràmetre."1044210443#: git-bisect.sh:24410444#, sh-format10445msgid "Bad rev input: $rev"10446msgstr "Introducció de revisió dolenta: $rev"1044710448#: git-bisect.sh:25010449msgid "'git bisect bad' can take only one argument."10450msgstr "'git bisect bad' pot acceptar només un paràmetre."1045110452#: git-bisect.sh:27310453msgid "Warning: bisecting only with a bad commit."10454msgstr "Avís: bisecant amb només comissió dolenta."1045510456#. TRANSLATORS: Make sure to include [Y] and [n] in your10457#. translation. The program will only accept English input10458#. at this point.10459#: git-bisect.sh:27910460msgid "Are you sure [Y/n]? "10461msgstr "Esteu segur [Y/n]? "1046210463#: git-bisect.sh:28910464msgid ""10465"You need to give me at least one good and one bad revision.\n"10466"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"10467msgstr ""10468"Cal donar-me almenys una revisió bona i una dolenta.\n"10469"(Podeu usar \"git bisect bad\" i \"git bisect good\" per això.)"1047010471#: git-bisect.sh:29210472msgid ""10473"You need to start by \"git bisect start\".\n"10474"You then need to give me at least one good and one bad revision.\n"10475"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"10476msgstr ""10477"Cal començar amb \"git bisect start\".\n"10478"Després cal donar-me almenys una revisió bona i una dolenta.\n"10479"(Podeu usar \"git bisect bad\" i \"git bisect good\" per això.)"1048010481#: git-bisect.sh:363 git-bisect.sh:49010482msgid "We are not bisecting."10483msgstr "No estem bisecant."1048410485#: git-bisect.sh:37010486#, sh-format10487msgid "'$invalid' is not a valid commit"10488msgstr "'$invalid' no és una comissió vàlida"1048910490#: git-bisect.sh:37910491#, sh-format10492msgid ""10493"Could not check out original HEAD '$branch'.\n"10494"Try 'git bisect reset <commit>'."10495msgstr ""10496"No s'ha pogut agafar el HEAD original '$branch'.\n"10497"Proveu 'git bisect reset <comissió>'."1049810499#: git-bisect.sh:40610500msgid "No logfile given"10501msgstr "Cap fitxer de registre donat"1050210503#: git-bisect.sh:40710504#, sh-format10505msgid "cannot read $file for replaying"10506msgstr "no es pot llegir $file per a reproducció"1050710508#: git-bisect.sh:42410509msgid "?? what are you talking about?"10510msgstr "?? de què parleu?"1051110512#: git-bisect.sh:43610513#, sh-format10514msgid "running $command"10515msgstr "executant $command"1051610517#: git-bisect.sh:44310518#, sh-format10519msgid ""10520"bisect run failed:\n"10521"exit code $res from '$command' is < 0 or >= 128"10522msgstr ""10523"el pas de bisecció ha fallat:\n"10524"el codi de sortida $res de '$command' és < 0 o >= 128"1052510526#: git-bisect.sh:46910527msgid "bisect run cannot continue any more"10528msgstr "el pas de bisecció no pot continuar més"1052910530#: git-bisect.sh:47510531#, sh-format10532msgid ""10533"bisect run failed:\n"10534"'bisect_state $state' exited with error code $res"10535msgstr ""10536"el pas de bisecció ha fallat:\n"10537"'bisect_state $state' ha surt amb el codi d'error $res"1053810539#: git-bisect.sh:48210540msgid "bisect run success"10541msgstr "pas de bisecció reeixit"1054210543#: git-pull.sh:2110544msgid ""10545"Pull is not possible because you have unmerged files.\n"10546"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"10547"as appropriate to mark resolution and make a commit."10548msgstr ""10549"Baixar no és possible perquè teniu fitxers sense fusionar.\n"10550"Si us plau, arregleu-los en l'arbre de treball, i després useu\n"10551"'git add/rm <fitxer>' segons sigui apropiat per a marcar resolució i\n"10552"feu una comissió."1055310554#: git-pull.sh:2510555msgid "Pull is not possible because you have unmerged files."10556msgstr "Baixar no és possible perquè teniu fitxers sense fusionar."1055710558#: git-pull.sh:3110559msgid ""10560"You have not concluded your merge (MERGE_HEAD exists).\n"10561"Please, commit your changes before you can merge."10562msgstr ""10563"No heu terminat la vostra fusió (MERGE_HEAD existeix).\n"10564"Si us plau, cometeu els vostres canvis abans de fusionar."1056510566#: git-pull.sh:24510567msgid "updating an unborn branch with changes added to the index"10568msgstr "actualitzant una rama no nascuda amb canvis afegits a l'índex"1056910570#: git-pull.sh:26910571#, sh-format10572msgid ""10573"Warning: fetch updated the current branch head.\n"10574"Warning: fast-forwarding your working tree from\n"10575"Warning: commit $orig_head."10576msgstr ""10577"Avís: l'obteniment ha actualitzat el cap de la rama actual.\n"10578"Avís: avançant ràpidament el vostre arbre de\n"10579"Avís: treball des de la comissió $orig_head."1058010581#: git-pull.sh:29410582msgid "Cannot merge multiple branches into empty head"10583msgstr "No es pot fusionar múltiples rames a un cap buit"1058410585#: git-pull.sh:29810586msgid "Cannot rebase onto multiple branches"10587msgstr "No es pot rebasar en múltiples rames"1058810589#: git-rebase.sh:5710590msgid ""10591"When you have resolved this problem, run \"git rebase --continue\".\n"10592"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"10593"To check out the original branch and stop rebasing, run \"git rebase --abort"10594"\"."10595msgstr ""10596"Quan hàgiu resolt aquest problema, executeu \"git rebase --continue\".\n"10597"Si preferiu saltar aquest pedaç, executeu \"git rebase --skip\" en lloc.\n"10598"Per a agafar la rama original i deixar de rebasar, executeu \"git rebase --"10599"abort\"."1060010601#: git-rebase.sh:16510602msgid "Applied autostash."10603msgstr "S'ha aplicat el magatzem automàtic."1060410605#: git-rebase.sh:16810606#, sh-format10607msgid "Cannot store $stash_sha1"10608msgstr "No es pot emmagatzemar $stash_sha1"1060910610#: git-rebase.sh:16910611msgid ""10612"Applying autostash resulted in conflicts.\n"10613"Your changes are safe in the stash.\n"10614"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"10615msgstr ""10616"L'aplicació del magatzem automàtic ha resultat en conflictes.\n"10617"Els vostres canvis estan segurs en el magatzem.\n"10618"Podeu executar \"git stash pop\" o \"git stash drop\" en qualsevol moment.\n"1061910620#: git-rebase.sh:20810621msgid "The pre-rebase hook refused to rebase."10622msgstr "El ganxo prerebase ha refusat rebasar."1062310624#: git-rebase.sh:21310625msgid "It looks like git-am is in progress. Cannot rebase."10626msgstr "Sembla que git-am està en curs. No es pot rebasar."1062710628#: git-rebase.sh:35110629msgid "The --exec option must be used with the --interactive option"10630msgstr "L'opció --exec s'ha d'usar amb l'opció --interactive"1063110632#: git-rebase.sh:35610633msgid "No rebase in progress?"10634msgstr "No hi ha rebase en curs?"1063510636#: git-rebase.sh:36710637msgid "The --edit-todo action can only be used during interactive rebase."10638msgstr "L'acció --edit-todo només es pot usar durant una rebase interactiu."1063910640#: git-rebase.sh:37410641msgid "Cannot read HEAD"10642msgstr "No es pot llegir HEAD"1064310644#: git-rebase.sh:37710645msgid ""10646"You must edit all merge conflicts and then\n"10647"mark them as resolved using git add"10648msgstr ""10649"Heu d'editar tots els conflictes de fusió i després\n"10650"marcar-los com a resolts per usar git add"1065110652#: git-rebase.sh:39510653#, sh-format10654msgid "Could not move back to $head_name"10655msgstr "No s'ha pogut retardar a $head_name"1065610657#: git-rebase.sh:41410658#, sh-format10659msgid ""10660"It seems that there is already a $state_dir_base directory, and\n"10661"I wonder if you are in the middle of another rebase. If that is the\n"10662"case, please try\n"10663"\t$cmd_live_rebase\n"10664"If that is not the case, please\n"10665"\t$cmd_clear_stale_rebase\n"10666"and run me again. I am stopping in case you still have something\n"10667"valuable there."10668msgstr ""10669"Sembla que ja hi ha un directori $state_dir_base, i\n"10670"em pregono si esteu en el medi d'una altra rebase. Si això és el\n"10671"cas, si us plau, proveu\n"10672"\t$cmd_live_rebase\n"10673"Si no és el cas, si us plau,\n"10674"\t$cmd_clear_stale_rebase\n"10675"i executeu-me de nou. M'aturo en cas de que encara tingueu alguna cosa\n"10676"de valor allà."1067710678#: git-rebase.sh:46510679#, sh-format10680msgid "invalid upstream $upstream_name"10681msgstr "font invàlida $upstream_name"1068210683#: git-rebase.sh:48910684#, sh-format10685msgid "$onto_name: there are more than one merge bases"10686msgstr "$onto_name: ja hi ha més d'una base de fusió"1068710688#: git-rebase.sh:492 git-rebase.sh:49610689#, sh-format10690msgid "$onto_name: there is no merge base"10691msgstr "$onto_name: no hi ha base de fusió"1069210693#: git-rebase.sh:50110694#, sh-format10695msgid "Does not point to a valid commit: $onto_name"10696msgstr "No assenyala una comissió vàlida: $onto_name"1069710698#: git-rebase.sh:52410699#, sh-format10700msgid "fatal: no such branch: $branch_name"10701msgstr "fatal: no hi ha tal rama: $branch_name"1070210703#: git-rebase.sh:55710704msgid "Cannot autostash"10705msgstr "No es pot emmagatzemar automàticament"1070610707#: git-rebase.sh:56210708#, sh-format10709msgid "Created autostash: $stash_abbrev"10710msgstr "S'ha creat un magatzem automàtic: $stash_abbrev"1071110712#: git-rebase.sh:56610713msgid "Please commit or stash them."10714msgstr "Si us plau, cometeu-los o emmagatzemeu-los."1071510716#: git-rebase.sh:58610717#, sh-format10718msgid "Current branch $branch_name is up to date."10719msgstr "La rama actual $branch_name està al dia."1072010721#: git-rebase.sh:59010722#, sh-format10723msgid "Current branch $branch_name is up to date, rebase forced."10724msgstr "La rama actual $branch_name està al dia; rebase forçada."1072510726#: git-rebase.sh:60110727#, sh-format10728msgid "Changes from $mb to $onto:"10729msgstr "Canvis de $mb a $onto:"1073010731#: git-rebase.sh:61010732msgid "First, rewinding head to replay your work on top of it..."10733msgstr "Primer, rebobinant el cap per a reproduir el vostre treball encima..."1073410735#: git-rebase.sh:62010736#, sh-format10737msgid "Fast-forwarded $branch_name to $onto_name."10738msgstr "S'ha avançat $branch_name ràpidament a $onto_name"1073910740#: git-stash.sh:5110741msgid "git stash clear with parameters is unimplemented"10742msgstr "git stash clear amb paràmetres no està implementat"1074310744#: git-stash.sh:7410745msgid "You do not have the initial commit yet"10746msgstr "Encara no teniu la comissió inicial"1074710748#: git-stash.sh:8910749msgid "Cannot save the current index state"10750msgstr "No es pot desar l'estat d'índex actual"1075110752#: git-stash.sh:124 git-stash.sh:13710753msgid "Cannot save the current worktree state"10754msgstr "No es pot desar l'estat d'arbre de treball actual"1075510756#: git-stash.sh:14110757msgid "No changes selected"10758msgstr "No hi ha canvis seleccionats"1075910760#: git-stash.sh:14410761msgid "Cannot remove temporary index (can't happen)"10762msgstr "No es pot treure l'índex temporal (no es pot passar)"1076310764#: git-stash.sh:15710765msgid "Cannot record working tree state"10766msgstr "No es pot registrar l'estat de l'arbre de treball"1076710768#: git-stash.sh:19110769#, sh-format10770msgid "Cannot update $ref_stash with $w_commit"10771msgstr "No es pot actualitzar $ref_stash amb $w_commit"1077210773#. TRANSLATORS: $option is an invalid option, like10774#. `--blah-blah'. The 7 spaces at the beginning of the10775#. second line correspond to "error: ". So you should line10776#. up the second line with however many characters the10777#. translation of "error: " takes in your language. E.g. in10778#. English this is:10779#.10780#. $ git stash save --blah-blah 2>&1 | head -n 210781#. error: unknown option for 'stash save': --blah-blah10782#. To provide a message, use git stash save -- '--blah-blah'10783#: git-stash.sh:23810784#, sh-format10785msgid ""10786"error: unknown option for 'stash save': $option\n"10787" To provide a message, use git stash save -- '$option'"10788msgstr ""10789"error: opció desconeguda de 'stash save': $option\n"10790" Per a proveir un missatge, useu git stash save -- '$option'"1079110792#: git-stash.sh:25910793msgid "No local changes to save"10794msgstr "No hi ha canvis locals a desar"1079510796#: git-stash.sh:26310797msgid "Cannot initialize stash"10798msgstr "No es pot inicialitzar el magatzem"1079910800#: git-stash.sh:26710801msgid "Cannot save the current status"10802msgstr "No es pot desar l'estat actual"1080310804#: git-stash.sh:28510805msgid "Cannot remove worktree changes"10806msgstr "No es pot treure els canvis de l'arbre de treball"1080710808#: git-stash.sh:38410809msgid "No stash found."10810msgstr "Cap magatzem trobat."1081110812#: git-stash.sh:39110813#, sh-format10814msgid "Too many revisions specified: $REV"10815msgstr "Massa revisions especificades: $REV"1081610817#: git-stash.sh:39710818#, sh-format10819msgid "$reference is not a valid reference"10820msgstr "$reference no és referència vàlida"1082110822#: git-stash.sh:42510823#, sh-format10824msgid "'$args' is not a stash-like commit"10825msgstr "'$args' no és comissió com magatzem"1082610827#: git-stash.sh:43610828#, sh-format10829msgid "'$args' is not a stash reference"10830msgstr "'$args' no és referència de magatzem"1083110832#: git-stash.sh:44410833msgid "unable to refresh index"10834msgstr "incapaç d'actualitzar l'índex"1083510836#: git-stash.sh:44810837msgid "Cannot apply a stash in the middle of a merge"10838msgstr "No es pot aplicar un magatzem en el medi d'una fusió"1083910840#: git-stash.sh:45610841msgid "Conflicts in index. Try without --index."10842msgstr "Hi ha conflictes en l'índex. Proveu-lo sense --index."1084310844#: git-stash.sh:45810845msgid "Could not save index tree"10846msgstr "No s'ha pogut desar l'arbre d'índex"1084710848#: git-stash.sh:49210849msgid "Cannot unstage modified files"10850msgstr "No es pot desallistar fitxers modificats"1085110852#: git-stash.sh:50710853msgid "Index was not unstashed."10854msgstr "L'índex no estava sense emmagatzemar."1085510856#: git-stash.sh:53010857#, sh-format10858msgid "Dropped ${REV} ($s)"10859msgstr "${REV} ($s) descartada"1086010861#: git-stash.sh:53110862#, sh-format10863msgid "${REV}: Could not drop stash entry"10864msgstr "${REV}: No s'ha pogut descartar l'entrada de magatzem"1086510866#: git-stash.sh:53910867msgid "No branch name specified"10868msgstr "Cap nom de rama especificat"1086910870#: git-stash.sh:61110871msgid "(To restore them type \"git stash apply\")"10872msgstr "(Per restaurar-les teclegeu \"git stash apply\")"1087310874#: git-submodule.sh:9510875#, sh-format10876msgid "cannot strip one component off url '$remoteurl'"10877msgstr "no es pot despullar un component de l'url '$remoteurl'"1087810879#: git-submodule.sh:23710880#, sh-format10881msgid "No submodule mapping found in .gitmodules for path '$sm_path'"10882msgstr ""10883"No s'ha trobat una mapatge de submòdul en .gitmodules per a la ruta "10884"'$sm_path'"1088510886#: git-submodule.sh:28710887#, sh-format10888msgid "Clone of '$url' into submodule path '$sm_path' failed"10889msgstr "La clonatge de '$url' a la ruta de submòdul '$sm_path' ha fallat"1089010891#: git-submodule.sh:29610892#, sh-format10893msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"10894msgstr ""10895"El directori de git '$a' és part de la ruta de submòdul '$b' o viceversa"1089610897#: git-submodule.sh:40610898msgid "Relative path can only be used from the toplevel of the working tree"10899msgstr ""10900"La ruta relativa només es pot usar des del nivell superior de l'arbre de "10901"treball"1090210903#: git-submodule.sh:41610904#, sh-format10905msgid "repo URL: '$repo' must be absolute or begin with ./|../"10906msgstr "URL de dipòsit: '$repo' ha de ser absolut o començar amb ./|../"1090710908#: git-submodule.sh:43310909#, sh-format10910msgid "'$sm_path' already exists in the index"10911msgstr "'$sm_path' ja existeix en l'índex"1091210913#: git-submodule.sh:43710914#, sh-format10915msgid ""10916"The following path is ignored by one of your .gitignore files:\n"10917"$sm_path\n"10918"Use -f if you really want to add it."10919msgstr ""10920"La ruta següent s'ignora per un dels vostres fitxers .gitignore:\n"10921"$sm_path\n"10922"Useu -f si realment voleu afegir-lo."1092310924#: git-submodule.sh:45510925#, sh-format10926msgid "Adding existing repo at '$sm_path' to the index"10927msgstr "Afegint el dipòsit existent a '$sm_path' a l'índex"1092810929#: git-submodule.sh:45710930#, sh-format10931msgid "'$sm_path' already exists and is not a valid git repo"10932msgstr "'$sm_path' ja existeix i no és un dipòsit de git vàlid"1093310934#: git-submodule.sh:46510935#, sh-format10936msgid "A git directory for '$sm_name' is found locally with remote(s):"10937msgstr ""10938"Es troba un directori de git per a '$sm_name' localment amb els remots:"1093910940#: git-submodule.sh:46710941#, sh-format10942msgid ""10943"If you want to reuse this local git directory instead of cloning again from"10944msgstr ""10945"Si voleu tornar a usar aquest directori de git local en lloc de clonar de "10946"nou des de"1094710948#: git-submodule.sh:46910949#, sh-format10950msgid ""10951"use the '--force' option. If the local git directory is not the correct repo"10952msgstr ""10953"useu l'opció '--force'. Si el directori de git local no és el dipòsit "10954"correcte"1095510956#: git-submodule.sh:47010957#, sh-format10958msgid ""10959"or you are unsure what this means choose another name with the '--name' "10960"option."10961msgstr ""10962"o esteu insegur de què vol dir això, trieu un altre nom amb l'opció '--name'."1096310964#: git-submodule.sh:47210965#, sh-format10966msgid "Reactivating local git directory for submodule '$sm_name'."10967msgstr "Reactivant el directori de git local per al submòdul '$sm_name'."1096810969#: git-submodule.sh:48410970#, sh-format10971msgid "Unable to checkout submodule '$sm_path'"10972msgstr "Incapaç d'agafar el submòdul '$sm_path'"1097310974#: git-submodule.sh:48910975#, sh-format10976msgid "Failed to add submodule '$sm_path'"10977msgstr "S'ha fallat en afegir el submòdul '$sm_path'"1097810979#: git-submodule.sh:49810980#, sh-format10981msgid "Failed to register submodule '$sm_path'"10982msgstr "S'ha fallat en registrar el submòdul '$sm_path'"1098310984#: git-submodule.sh:54210985#, sh-format10986msgid "Entering '$prefix$displaypath'"10987msgstr "Entrant '$prefix$displaypath'"1098810989#: git-submodule.sh:56210990#, sh-format10991msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."10992msgstr ""10993"Aturant a '$prefix$displaypath'; l'script ha retornat un estat no zero."1099410995#: git-submodule.sh:60810996#, sh-format10997msgid "No url found for submodule path '$displaypath' in .gitmodules"10998msgstr ""10999"No s'ha trobat un url per a la ruta de submòdul '$displaypath' en .gitmodules"1100011001#: git-submodule.sh:61711002#, sh-format11003msgid "Failed to register url for submodule path '$displaypath'"11004msgstr ""11005"S'ha fallat en registrar l'url per a la ruta de submòdul '$displaypath'"1100611007#: git-submodule.sh:61911008#, sh-format11009msgid "Submodule '$name' ($url) registered for path '$displaypath'"11010msgstr "S'ha registrat el submòdul '$name' ($url) per a la ruta '$displaypath'"1101111012#: git-submodule.sh:63611013#, sh-format11014msgid "Failed to register update mode for submodule path '$displaypath'"11015msgstr ""11016"S'ha fallat en registrar el mode d'actualització per a la ruta de submòdul "11017"'$displaypath'"1101811019#: git-submodule.sh:67411020#, sh-format11021msgid "Use '.' if you really want to deinitialize all submodules"11022msgstr "Useu '.' si realment voleu desinicialitzar tots els submòduls"1102311024#: git-submodule.sh:69111025#, sh-format11026msgid "Submodule work tree '$displaypath' contains a .git directory"11027msgstr "L'arbre de treball de submòdul '$displaypath' conté un directori .git"1102811029#: git-submodule.sh:69211030#, sh-format11031msgid ""11032"(use 'rm -rf' if you really want to remove it including all of its history)"11033msgstr ""11034"(useu 'rm -rf' si realment voleu treure'l inclòs tota la seva història)"1103511036#: git-submodule.sh:69811037#, sh-format11038msgid ""11039"Submodule work tree '$displaypath' contains local modifications; use '-f' to "11040"discard them"11041msgstr ""11042"L'arbre de treball de submòdul '$displaypath' conté modificacions locals; "11043"useu '-f' per a descartar-les"1104411045#: git-submodule.sh:70111046#, sh-format11047msgid "Cleared directory '$displaypath'"11048msgstr "S'ha netejat el directori '$displaypath'"1104911050#: git-submodule.sh:70211051#, sh-format11052msgid "Could not remove submodule work tree '$displaypath'"11053msgstr "No s'ha pogut treure l'arbre de treball de submòdul '$displaypath'"1105411055#: git-submodule.sh:70511056#, sh-format11057msgid "Could not create empty submodule directory '$displaypath'"11058msgstr "No s'ha pogut crear el directori de submòdul buit '$displaypath'"1105911060#: git-submodule.sh:71411061#, sh-format11062msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"11063msgstr "Submòdul '$name' ($url) no registrat per a la ruta '$displaypath'"1106411065#: git-submodule.sh:83011066#, sh-format11067msgid ""11068"Submodule path '$displaypath' not initialized\n"11069"Maybe you want to use 'update --init'?"11070msgstr ""11071"Ruta de submòdul '$displaypath' no inicialitzat\n"11072"Potser voleu usar 'update --init'?"1107311074#: git-submodule.sh:84311075#, sh-format11076msgid "Unable to find current revision in submodule path '$displaypath'"11077msgstr ""11078"Incapaç de trobar la revisió actual en la ruta de submòdul '$displaypath'"1107911080#: git-submodule.sh:85211081#, sh-format11082msgid "Unable to fetch in submodule path '$sm_path'"11083msgstr "Incapaç d'obtenir en la ruta de submòdul '$sm_path'"1108411085#: git-submodule.sh:87611086#, sh-format11087msgid "Unable to fetch in submodule path '$displaypath'"11088msgstr "Incapaç d'obtenir en la ruta de submòdul '$displaypath'"1108911090#: git-submodule.sh:89011091#, sh-format11092msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"11093msgstr "Incapaç d'agafar '$sha1' en la ruta de submòdul '$displaypath'"1109411095#: git-submodule.sh:89111096#, sh-format11097msgid "Submodule path '$displaypath': checked out '$sha1'"11098msgstr "Ruta de submòdul '$displaypath': s'ha agafat '$sha1'"1109911100#: git-submodule.sh:89511101#, sh-format11102msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"11103msgstr "Incapaç de rebasar '$sha1' en la ruta de submòdul '$displaypath'"1110411105#: git-submodule.sh:89611106#, sh-format11107msgid "Submodule path '$displaypath': rebased into '$sha1'"11108msgstr "Ruta de submòdul '$displaypath': s'ha rebasat en '$sha1'"1110911110#: git-submodule.sh:90111111#, sh-format11112msgid "Unable to merge '$sha1' in submodule path '$displaypath'"11113msgstr "Incapaç de fusionar '$sha1' en la ruta de submòdul '$displaypath'"1111411115#: git-submodule.sh:90211116#, sh-format11117msgid "Submodule path '$displaypath': merged in '$sha1'"11118msgstr "Ruta de submòdul '$displaypath': s'ha fusionat en '$sha1'"1111911120#: git-submodule.sh:90711121#, sh-format11122msgid ""11123"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"11124msgstr ""11125"L'execució de '$command $sha1' ha fallat en la ruta de submòdul '$prefix"11126"$sm_path'"1112711128#: git-submodule.sh:90811129#, sh-format11130msgid "Submodule path '$prefix$sm_path': '$command $sha1'"11131msgstr "Ruta de submòdul '$prefix$sm_path': '$command $sha1'"1113211133#: git-submodule.sh:93811134#, sh-format11135msgid "Failed to recurse into submodule path '$displaypath'"11136msgstr "S'ha fallat en recursar a la ruta de submòdul '$displaypath'"1113711138#: git-submodule.sh:104611139msgid "The --cached option cannot be used with the --files option"11140msgstr "L'opció --cached no es pot usar amb l'opció --files"1114111142#: git-submodule.sh:109811143#, sh-format11144msgid "unexpected mode $mod_dst"11145msgstr "mode inesperat $mod_dst"1114611147#: git-submodule.sh:111811148#, sh-format11149msgid " Warn: $display_name doesn't contain commit $sha1_src"11150msgstr " Avís: $display_name no conté la comissió $sha1_src"1115111152#: git-submodule.sh:112111153#, sh-format11154msgid " Warn: $display_name doesn't contain commit $sha1_dst"11155msgstr " Avís: $display_name no conté la comissió $sha1_dst"1115611157#: git-submodule.sh:112411158#, sh-format11159msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"11160msgstr " Avís: $display_name no conté les comissions $sha1_src i $sha1_dst"1116111162#: git-submodule.sh:114911163msgid "blob"11164msgstr "blob"1116511166#: git-submodule.sh:126711167#, sh-format11168msgid "Failed to recurse into submodule path '$sm_path'"11169msgstr "S'ha fallat en recursar a la ruta de submòdul '$sm_path'"1117011171#: git-submodule.sh:133111172#, sh-format11173msgid "Synchronizing submodule url for '$displaypath'"11174msgstr "Sincronitzant l'url de submòdul per a '$displaypath'"