po / git.poton commit Merge branch 'nd/t1509-chroot-test' into maint (36ec67d)
   1# SOME DESCRIPTIVE TITLE.
   2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
   3# This file is distributed under the same license as the PACKAGE package.
   4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
   5#
   6#, fuzzy
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: PACKAGE VERSION\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2015-04-03 08:13+0800\n"
  12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14"Language-Team: LANGUAGE <LL@li.org>\n"
  15"Language: \n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=CHARSET\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20
  21#: advice.c:55
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  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
  32#: archive.c:11
  33msgid "git archive [<options>] <tree-ish> [<path>...]"
  34msgstr ""
  35
  36#: archive.c:12
  37msgid "git archive --list"
  38msgstr ""
  39
  40#: archive.c:13
  41msgid ""
  42"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
  43msgstr ""
  44
  45#: archive.c:14
  46msgid "git archive --remote <repo> [--exec <cmd>] --list"
  47msgstr ""
  48
  49#: archive.c:342 builtin/add.c:137 builtin/add.c:427 builtin/rm.c:328
  50#, c-format
  51msgid "pathspec '%s' did not match any files"
  52msgstr ""
  53
  54#: archive.c:427
  55msgid "fmt"
  56msgstr ""
  57
  58#: archive.c:427
  59msgid "archive format"
  60msgstr ""
  61
  62#: archive.c:428 builtin/log.c:1204
  63msgid "prefix"
  64msgstr ""
  65
  66#: archive.c:429
  67msgid "prepend prefix to each pathname in the archive"
  68msgstr ""
  69
  70#: archive.c:430 builtin/archive.c:88 builtin/blame.c:2516
  71#: builtin/blame.c:2517 builtin/config.c:57 builtin/fast-export.c:986
  72#: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:101
  73#: builtin/ls-files.c:446 builtin/ls-files.c:449 builtin/notes.c:394
  74#: builtin/notes.c:557 builtin/read-tree.c:109 parse-options.h:151
  75msgid "file"
  76msgstr ""
  77
  78#: archive.c:431 builtin/archive.c:89
  79msgid "write the archive to this file"
  80msgstr ""
  81
  82#: archive.c:433
  83msgid "read .gitattributes in working directory"
  84msgstr ""
  85
  86#: archive.c:434
  87msgid "report archived files on stderr"
  88msgstr ""
  89
  90#: archive.c:435
  91msgid "store only"
  92msgstr ""
  93
  94#: archive.c:436
  95msgid "compress faster"
  96msgstr ""
  97
  98#: archive.c:444
  99msgid "compress better"
 100msgstr ""
 101
 102#: archive.c:447
 103msgid "list supported archive formats"
 104msgstr ""
 105
 106#: archive.c:449 builtin/archive.c:90 builtin/clone.c:86
 107msgid "repo"
 108msgstr ""
 109
 110#: archive.c:450 builtin/archive.c:91
 111msgid "retrieve the archive from remote repository <repo>"
 112msgstr ""
 113
 114#: archive.c:451 builtin/archive.c:92 builtin/notes.c:478
 115msgid "command"
 116msgstr ""
 117
 118#: archive.c:452 builtin/archive.c:93
 119msgid "path to the remote git-upload-archive command"
 120msgstr ""
 121
 122#: attr.c:264
 123msgid ""
 124"Negative patterns are ignored in git attributes\n"
 125"Use '\\!' for literal leading exclamation."
 126msgstr ""
 127
 128#: branch.c:60
 129#, c-format
 130msgid "Not setting branch %s as its own upstream."
 131msgstr ""
 132
 133#: branch.c:83
 134#, c-format
 135msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 136msgstr ""
 137
 138#: branch.c:84
 139#, c-format
 140msgid "Branch %s set up to track remote branch %s from %s."
 141msgstr ""
 142
 143#: branch.c:88
 144#, c-format
 145msgid "Branch %s set up to track local branch %s by rebasing."
 146msgstr ""
 147
 148#: branch.c:89
 149#, c-format
 150msgid "Branch %s set up to track local branch %s."
 151msgstr ""
 152
 153#: branch.c:94
 154#, c-format
 155msgid "Branch %s set up to track remote ref %s by rebasing."
 156msgstr ""
 157
 158#: branch.c:95
 159#, c-format
 160msgid "Branch %s set up to track remote ref %s."
 161msgstr ""
 162
 163#: branch.c:99
 164#, c-format
 165msgid "Branch %s set up to track local ref %s by rebasing."
 166msgstr ""
 167
 168#: branch.c:100
 169#, c-format
 170msgid "Branch %s set up to track local ref %s."
 171msgstr ""
 172
 173#: branch.c:133
 174#, c-format
 175msgid "Not tracking: ambiguous information for ref %s"
 176msgstr ""
 177
 178#: branch.c:162
 179#, c-format
 180msgid "'%s' is not a valid branch name."
 181msgstr ""
 182
 183#: branch.c:167
 184#, c-format
 185msgid "A branch named '%s' already exists."
 186msgstr ""
 187
 188#: branch.c:175
 189msgid "Cannot force update the current branch."
 190msgstr ""
 191
 192#: branch.c:195
 193#, c-format
 194msgid "Cannot setup tracking information; starting point '%s' is not a branch."
 195msgstr ""
 196
 197#: branch.c:197
 198#, c-format
 199msgid "the requested upstream branch '%s' does not exist"
 200msgstr ""
 201
 202#: branch.c:199
 203msgid ""
 204"\n"
 205"If you are planning on basing your work on an upstream\n"
 206"branch that already exists at the remote, you may need to\n"
 207"run \"git fetch\" to retrieve it.\n"
 208"\n"
 209"If you are planning to push out a new local branch that\n"
 210"will track its remote counterpart, you may want to use\n"
 211"\"git push -u\" to set the upstream config as you push."
 212msgstr ""
 213
 214#: branch.c:243
 215#, c-format
 216msgid "Not a valid object name: '%s'."
 217msgstr ""
 218
 219#: branch.c:263
 220#, c-format
 221msgid "Ambiguous object name: '%s'."
 222msgstr ""
 223
 224#: branch.c:268
 225#, c-format
 226msgid "Not a valid branch point: '%s'."
 227msgstr ""
 228
 229#: bundle.c:34
 230#, c-format
 231msgid "'%s' does not look like a v2 bundle file"
 232msgstr ""
 233
 234#: bundle.c:61
 235#, c-format
 236msgid "unrecognized header: %s%s (%d)"
 237msgstr ""
 238
 239#: bundle.c:87 builtin/commit.c:766
 240#, c-format
 241msgid "could not open '%s'"
 242msgstr ""
 243
 244#: bundle.c:139
 245msgid "Repository lacks these prerequisite commits:"
 246msgstr ""
 247
 248#: bundle.c:163 sequencer.c:650 sequencer.c:1105 builtin/blame.c:2705
 249#: builtin/branch.c:659 builtin/commit.c:1045 builtin/log.c:330
 250#: builtin/log.c:823 builtin/log.c:1432 builtin/log.c:1669 builtin/merge.c:358
 251#: builtin/shortlog.c:158
 252msgid "revision walk setup failed"
 253msgstr ""
 254
 255#: bundle.c:185
 256#, c-format
 257msgid "The bundle contains this ref:"
 258msgid_plural "The bundle contains these %d refs:"
 259msgstr[0] ""
 260msgstr[1] ""
 261
 262#: bundle.c:192
 263msgid "The bundle records a complete history."
 264msgstr ""
 265
 266#: bundle.c:194
 267#, c-format
 268msgid "The bundle requires this ref:"
 269msgid_plural "The bundle requires these %d refs:"
 270msgstr[0] ""
 271msgstr[1] ""
 272
 273#: bundle.c:251
 274msgid "Could not spawn pack-objects"
 275msgstr ""
 276
 277#: bundle.c:269
 278msgid "pack-objects died"
 279msgstr ""
 280
 281#: bundle.c:309
 282msgid "rev-list died"
 283msgstr ""
 284
 285#: bundle.c:358
 286#, c-format
 287msgid "ref '%s' is excluded by the rev-list options"
 288msgstr ""
 289
 290#: bundle.c:437 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261
 291#, c-format
 292msgid "unrecognized argument: %s"
 293msgstr ""
 294
 295#: bundle.c:443
 296msgid "Refusing to create empty bundle."
 297msgstr ""
 298
 299#: bundle.c:453
 300#, c-format
 301msgid "cannot create '%s'"
 302msgstr ""
 303
 304#: bundle.c:474
 305msgid "index-pack died"
 306msgstr ""
 307
 308#: color.c:260
 309#, c-format
 310msgid "invalid color value: %.*s"
 311msgstr ""
 312
 313#: commit.c:40
 314#, c-format
 315msgid "could not parse %s"
 316msgstr ""
 317
 318#: commit.c:42
 319#, c-format
 320msgid "%s %s is not a commit!"
 321msgstr ""
 322
 323#: compat/obstack.c:406 compat/obstack.c:408
 324msgid "memory exhausted"
 325msgstr ""
 326
 327#: config.c:474 config.c:476
 328#, c-format
 329msgid "bad config file line %d in %s"
 330msgstr ""
 331
 332#: config.c:592
 333#, c-format
 334msgid "bad numeric config value '%s' for '%s' in %s: %s"
 335msgstr ""
 336
 337#: config.c:594
 338#, c-format
 339msgid "bad numeric config value '%s' for '%s': %s"
 340msgstr ""
 341
 342#: config.c:679
 343#, c-format
 344msgid "failed to expand user dir in: '%s'"
 345msgstr ""
 346
 347#: config.c:757 config.c:768
 348#, c-format
 349msgid "bad zlib compression level %d"
 350msgstr ""
 351
 352#: config.c:890
 353#, c-format
 354msgid "invalid mode for object creation: %s"
 355msgstr ""
 356
 357#: config.c:1216
 358msgid "unable to parse command-line config"
 359msgstr ""
 360
 361#: config.c:1277
 362msgid "unknown error occured while reading the configuration files"
 363msgstr ""
 364
 365#: config.c:1601
 366#, c-format
 367msgid "unable to parse '%s' from command-line config"
 368msgstr ""
 369
 370#: config.c:1603
 371#, c-format
 372msgid "bad config variable '%s' in file '%s' at line %d"
 373msgstr ""
 374
 375#: config.c:1662
 376#, c-format
 377msgid "%s has multiple values"
 378msgstr ""
 379
 380#: connected.c:69
 381msgid "Could not run 'git rev-list'"
 382msgstr ""
 383
 384#: connected.c:89
 385#, c-format
 386msgid "failed write to rev-list: %s"
 387msgstr ""
 388
 389#: connected.c:97
 390#, c-format
 391msgid "failed to close rev-list's stdin: %s"
 392msgstr ""
 393
 394#: date.c:95
 395msgid "in the future"
 396msgstr ""
 397
 398#: date.c:101
 399#, c-format
 400msgid "%lu second ago"
 401msgid_plural "%lu seconds ago"
 402msgstr[0] ""
 403msgstr[1] ""
 404
 405#: date.c:108
 406#, c-format
 407msgid "%lu minute ago"
 408msgid_plural "%lu minutes ago"
 409msgstr[0] ""
 410msgstr[1] ""
 411
 412#: date.c:115
 413#, c-format
 414msgid "%lu hour ago"
 415msgid_plural "%lu hours ago"
 416msgstr[0] ""
 417msgstr[1] ""
 418
 419#: date.c:122
 420#, c-format
 421msgid "%lu day ago"
 422msgid_plural "%lu days ago"
 423msgstr[0] ""
 424msgstr[1] ""
 425
 426#: date.c:128
 427#, c-format
 428msgid "%lu week ago"
 429msgid_plural "%lu weeks ago"
 430msgstr[0] ""
 431msgstr[1] ""
 432
 433#: date.c:135
 434#, c-format
 435msgid "%lu month ago"
 436msgid_plural "%lu months ago"
 437msgstr[0] ""
 438msgstr[1] ""
 439
 440#: date.c:146
 441#, c-format
 442msgid "%lu year"
 443msgid_plural "%lu years"
 444msgstr[0] ""
 445msgstr[1] ""
 446
 447#. TRANSLATORS: "%s" is "<n> years"
 448#: date.c:149
 449#, c-format
 450msgid "%s, %lu month ago"
 451msgid_plural "%s, %lu months ago"
 452msgstr[0] ""
 453msgstr[1] ""
 454
 455#: date.c:154 date.c:159
 456#, c-format
 457msgid "%lu year ago"
 458msgid_plural "%lu years ago"
 459msgstr[0] ""
 460msgstr[1] ""
 461
 462#: diffcore-order.c:24
 463#, c-format
 464msgid "failed to read orderfile '%s'"
 465msgstr ""
 466
 467#: diffcore-rename.c:536
 468msgid "Performing inexact rename detection"
 469msgstr ""
 470
 471#: diff.c:114
 472#, c-format
 473msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
 474msgstr ""
 475
 476#: diff.c:119
 477#, c-format
 478msgid "  Unknown dirstat parameter '%s'\n"
 479msgstr ""
 480
 481#: diff.c:214
 482#, c-format
 483msgid "Unknown value for 'diff.submodule' config variable: '%s'"
 484msgstr ""
 485
 486#: diff.c:266
 487#, c-format
 488msgid ""
 489"Found errors in 'diff.dirstat' config variable:\n"
 490"%s"
 491msgstr ""
 492
 493#: diff.c:2956
 494#, c-format
 495msgid "external diff died, stopping at %s"
 496msgstr ""
 497
 498#: diff.c:3351
 499msgid "--follow requires exactly one pathspec"
 500msgstr ""
 501
 502#: diff.c:3514
 503#, c-format
 504msgid ""
 505"Failed to parse --dirstat/-X option parameter:\n"
 506"%s"
 507msgstr ""
 508
 509#: diff.c:3528
 510#, c-format
 511msgid "Failed to parse --submodule option parameter: '%s'"
 512msgstr ""
 513
 514#: gpg-interface.c:129 gpg-interface.c:200
 515msgid "could not run gpg."
 516msgstr ""
 517
 518#: gpg-interface.c:141
 519msgid "gpg did not accept the data"
 520msgstr ""
 521
 522#: gpg-interface.c:152
 523msgid "gpg failed to sign the data"
 524msgstr ""
 525
 526#: gpg-interface.c:185
 527#, c-format
 528msgid "could not create temporary file '%s': %s"
 529msgstr ""
 530
 531#: gpg-interface.c:188
 532#, c-format
 533msgid "failed writing detached signature to '%s': %s"
 534msgstr ""
 535
 536#: grep.c:1718
 537#, c-format
 538msgid "'%s': unable to read %s"
 539msgstr ""
 540
 541#: grep.c:1735
 542#, c-format
 543msgid "'%s': %s"
 544msgstr ""
 545
 546#: grep.c:1746
 547#, c-format
 548msgid "'%s': short read %s"
 549msgstr ""
 550
 551#: help.c:207
 552#, c-format
 553msgid "available git commands in '%s'"
 554msgstr ""
 555
 556#: help.c:214
 557msgid "git commands available from elsewhere on your $PATH"
 558msgstr ""
 559
 560#: help.c:230
 561msgid "The most commonly used git commands are:"
 562msgstr ""
 563
 564#: help.c:289
 565#, c-format
 566msgid ""
 567"'%s' appears to be a git command, but we were not\n"
 568"able to execute it. Maybe git-%s is broken?"
 569msgstr ""
 570
 571#: help.c:346
 572msgid "Uh oh. Your system reports no Git commands at all."
 573msgstr ""
 574
 575#: help.c:368
 576#, c-format
 577msgid ""
 578"WARNING: You called a Git command named '%s', which does not exist.\n"
 579"Continuing under the assumption that you meant '%s'"
 580msgstr ""
 581
 582#: help.c:373
 583#, c-format
 584msgid "in %0.1f seconds automatically..."
 585msgstr ""
 586
 587#: help.c:380
 588#, c-format
 589msgid "git: '%s' is not a git command. See 'git --help'."
 590msgstr ""
 591
 592#: help.c:384 help.c:444
 593msgid ""
 594"\n"
 595"Did you mean this?"
 596msgid_plural ""
 597"\n"
 598"Did you mean one of these?"
 599msgstr[0] ""
 600msgstr[1] ""
 601
 602#: help.c:440
 603#, c-format
 604msgid "%s: %s - %s"
 605msgstr ""
 606
 607#: lockfile.c:283
 608msgid "BUG: reopen a lockfile that is still open"
 609msgstr ""
 610
 611#: lockfile.c:285
 612msgid "BUG: reopen a lockfile that has been committed"
 613msgstr ""
 614
 615#: merge.c:41
 616msgid "failed to read the cache"
 617msgstr ""
 618
 619#: merge.c:94 builtin/checkout.c:374 builtin/checkout.c:580
 620#: builtin/clone.c:662
 621msgid "unable to write new index file"
 622msgstr ""
 623
 624#: merge-recursive.c:189
 625#, c-format
 626msgid "(bad commit)\n"
 627msgstr ""
 628
 629#: merge-recursive.c:209
 630#, c-format
 631msgid "addinfo_cache failed for path '%s'"
 632msgstr ""
 633
 634#: merge-recursive.c:270
 635msgid "error building trees"
 636msgstr ""
 637
 638#: merge-recursive.c:688
 639#, c-format
 640msgid "failed to create path '%s'%s"
 641msgstr ""
 642
 643#: merge-recursive.c:699
 644#, c-format
 645msgid "Removing %s to make room for subdirectory\n"
 646msgstr ""
 647
 648#: merge-recursive.c:713 merge-recursive.c:734
 649msgid ": perhaps a D/F conflict?"
 650msgstr ""
 651
 652#: merge-recursive.c:724
 653#, c-format
 654msgid "refusing to lose untracked file at '%s'"
 655msgstr ""
 656
 657#: merge-recursive.c:764
 658#, c-format
 659msgid "cannot read object %s '%s'"
 660msgstr ""
 661
 662#: merge-recursive.c:766
 663#, c-format
 664msgid "blob expected for %s '%s'"
 665msgstr ""
 666
 667#: merge-recursive.c:789 builtin/clone.c:321
 668#, c-format
 669msgid "failed to open '%s'"
 670msgstr ""
 671
 672#: merge-recursive.c:797
 673#, c-format
 674msgid "failed to symlink '%s'"
 675msgstr ""
 676
 677#: merge-recursive.c:800
 678#, c-format
 679msgid "do not know what to do with %06o %s '%s'"
 680msgstr ""
 681
 682#: merge-recursive.c:938
 683msgid "Failed to execute internal merge"
 684msgstr ""
 685
 686#: merge-recursive.c:942
 687#, c-format
 688msgid "Unable to add %s to database"
 689msgstr ""
 690
 691#: merge-recursive.c:958
 692msgid "unsupported object type in the tree"
 693msgstr ""
 694
 695#: merge-recursive.c:1033 merge-recursive.c:1047
 696#, c-format
 697msgid ""
 698"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 699"in tree."
 700msgstr ""
 701
 702#: merge-recursive.c:1039 merge-recursive.c:1052
 703#, c-format
 704msgid ""
 705"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 706"in tree at %s."
 707msgstr ""
 708
 709#: merge-recursive.c:1093
 710msgid "rename"
 711msgstr ""
 712
 713#: merge-recursive.c:1093
 714msgid "renamed"
 715msgstr ""
 716
 717#: merge-recursive.c:1149
 718#, c-format
 719msgid "%s is a directory in %s adding as %s instead"
 720msgstr ""
 721
 722#: merge-recursive.c:1171
 723#, c-format
 724msgid ""
 725"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
 726"\"->\"%s\" in \"%s\"%s"
 727msgstr ""
 728
 729#: merge-recursive.c:1176
 730msgid " (left unresolved)"
 731msgstr ""
 732
 733#: merge-recursive.c:1230
 734#, c-format
 735msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
 736msgstr ""
 737
 738#: merge-recursive.c:1260
 739#, c-format
 740msgid "Renaming %s to %s and %s to %s instead"
 741msgstr ""
 742
 743#: merge-recursive.c:1459
 744#, c-format
 745msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
 746msgstr ""
 747
 748#: merge-recursive.c:1469
 749#, c-format
 750msgid "Adding merged %s"
 751msgstr ""
 752
 753#: merge-recursive.c:1474 merge-recursive.c:1672
 754#, c-format
 755msgid "Adding as %s instead"
 756msgstr ""
 757
 758#: merge-recursive.c:1525
 759#, c-format
 760msgid "cannot read object %s"
 761msgstr ""
 762
 763#: merge-recursive.c:1528
 764#, c-format
 765msgid "object %s is not a blob"
 766msgstr ""
 767
 768#: merge-recursive.c:1576
 769msgid "modify"
 770msgstr ""
 771
 772#: merge-recursive.c:1576
 773msgid "modified"
 774msgstr ""
 775
 776#: merge-recursive.c:1586
 777msgid "content"
 778msgstr ""
 779
 780#: merge-recursive.c:1593
 781msgid "add/add"
 782msgstr ""
 783
 784#: merge-recursive.c:1627
 785#, c-format
 786msgid "Skipped %s (merged same as existing)"
 787msgstr ""
 788
 789#: merge-recursive.c:1641
 790#, c-format
 791msgid "Auto-merging %s"
 792msgstr ""
 793
 794#: merge-recursive.c:1645 git-submodule.sh:1150
 795msgid "submodule"
 796msgstr ""
 797
 798#: merge-recursive.c:1646
 799#, c-format
 800msgid "CONFLICT (%s): Merge conflict in %s"
 801msgstr ""
 802
 803#: merge-recursive.c:1732
 804#, c-format
 805msgid "Removing %s"
 806msgstr ""
 807
 808#: merge-recursive.c:1757
 809msgid "file/directory"
 810msgstr ""
 811
 812#: merge-recursive.c:1763
 813msgid "directory/file"
 814msgstr ""
 815
 816#: merge-recursive.c:1768
 817#, c-format
 818msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
 819msgstr ""
 820
 821#: merge-recursive.c:1778
 822#, c-format
 823msgid "Adding %s"
 824msgstr ""
 825
 826#: merge-recursive.c:1795
 827msgid "Fatal merge failure, shouldn't happen."
 828msgstr ""
 829
 830#: merge-recursive.c:1814
 831msgid "Already up-to-date!"
 832msgstr ""
 833
 834#: merge-recursive.c:1823
 835#, c-format
 836msgid "merging of trees %s and %s failed"
 837msgstr ""
 838
 839#: merge-recursive.c:1853
 840#, c-format
 841msgid "Unprocessed path??? %s"
 842msgstr ""
 843
 844#: merge-recursive.c:1901
 845msgid "Merging:"
 846msgstr ""
 847
 848#: merge-recursive.c:1914
 849#, c-format
 850msgid "found %u common ancestor:"
 851msgid_plural "found %u common ancestors:"
 852msgstr[0] ""
 853msgstr[1] ""
 854
 855#: merge-recursive.c:1951
 856msgid "merge returned no commit"
 857msgstr ""
 858
 859#: merge-recursive.c:2008
 860#, c-format
 861msgid "Could not parse object '%s'"
 862msgstr ""
 863
 864#: merge-recursive.c:2019 builtin/merge.c:667
 865msgid "Unable to write index."
 866msgstr ""
 867
 868#: notes-utils.c:41
 869msgid "Cannot commit uninitialized/unreferenced notes tree"
 870msgstr ""
 871
 872#: notes-utils.c:82
 873#, c-format
 874msgid "Bad notes.rewriteMode value: '%s'"
 875msgstr ""
 876
 877#: notes-utils.c:92
 878#, c-format
 879msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
 880msgstr ""
 881
 882#. TRANSLATORS: The first %s is the name of the
 883#. environment variable, the second %s is its value
 884#: notes-utils.c:119
 885#, c-format
 886msgid "Bad %s value: '%s'"
 887msgstr ""
 888
 889#: object.c:241
 890#, c-format
 891msgid "unable to parse object: %s"
 892msgstr ""
 893
 894#: parse-options.c:546
 895msgid "..."
 896msgstr ""
 897
 898#: parse-options.c:564
 899#, c-format
 900msgid "usage: %s"
 901msgstr ""
 902
 903#. TRANSLATORS: the colon here should align with the
 904#. one in "usage: %s" translation
 905#: parse-options.c:568
 906#, c-format
 907msgid "   or: %s"
 908msgstr ""
 909
 910#: parse-options.c:571
 911#, c-format
 912msgid "    %s"
 913msgstr ""
 914
 915#: parse-options.c:605
 916msgid "-NUM"
 917msgstr ""
 918
 919#: pathspec.c:133
 920msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
 921msgstr ""
 922
 923#: pathspec.c:143
 924msgid ""
 925"global 'literal' pathspec setting is incompatible with all other global "
 926"pathspec settings"
 927msgstr ""
 928
 929#: pathspec.c:177
 930msgid "invalid parameter for pathspec magic 'prefix'"
 931msgstr ""
 932
 933#: pathspec.c:183
 934#, c-format
 935msgid "Invalid pathspec magic '%.*s' in '%s'"
 936msgstr ""
 937
 938#: pathspec.c:187
 939#, c-format
 940msgid "Missing ')' at the end of pathspec magic in '%s'"
 941msgstr ""
 942
 943#: pathspec.c:205
 944#, c-format
 945msgid "Unimplemented pathspec magic '%c' in '%s'"
 946msgstr ""
 947
 948#: pathspec.c:230
 949#, c-format
 950msgid "%s: 'literal' and 'glob' are incompatible"
 951msgstr ""
 952
 953#: pathspec.c:241
 954#, c-format
 955msgid "%s: '%s' is outside repository"
 956msgstr ""
 957
 958#: pathspec.c:291
 959#, c-format
 960msgid "Pathspec '%s' is in submodule '%.*s'"
 961msgstr ""
 962
 963#: pathspec.c:353
 964#, c-format
 965msgid "%s: pathspec magic not supported by this command: %s"
 966msgstr ""
 967
 968#: pathspec.c:432
 969#, c-format
 970msgid "pathspec '%s' is beyond a symbolic link"
 971msgstr ""
 972
 973#: pathspec.c:441
 974msgid ""
 975"There is nothing to exclude from by :(exclude) patterns.\n"
 976"Perhaps you forgot to add either ':/' or '.' ?"
 977msgstr ""
 978
 979#: pretty.c:968
 980msgid "unable to parse --pretty format"
 981msgstr ""
 982
 983#: progress.c:225
 984msgid "done"
 985msgstr ""
 986
 987#: read-cache.c:1275
 988#, c-format
 989msgid ""
 990"index.version set, but the value is invalid.\n"
 991"Using version %i"
 992msgstr ""
 993
 994#: read-cache.c:1285
 995#, c-format
 996msgid ""
 997"GIT_INDEX_VERSION set, but the value is invalid.\n"
 998"Using version %i"
 999msgstr ""
1000
1001#: remote.c:782
1002#, c-format
1003msgid "Cannot fetch both %s and %s to %s"
1004msgstr ""
1005
1006#: remote.c:786
1007#, c-format
1008msgid "%s usually tracks %s, not %s"
1009msgstr ""
1010
1011#: remote.c:790
1012#, c-format
1013msgid "%s tracks both %s and %s"
1014msgstr ""
1015
1016#: remote.c:798
1017msgid "Internal error"
1018msgstr ""
1019
1020#: remote.c:1980
1021#, c-format
1022msgid "Your branch is based on '%s', but the upstream is gone.\n"
1023msgstr ""
1024
1025#: remote.c:1984
1026msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1027msgstr ""
1028
1029#: remote.c:1987
1030#, c-format
1031msgid "Your branch is up-to-date with '%s'.\n"
1032msgstr ""
1033
1034#: remote.c:1991
1035#, c-format
1036msgid "Your branch is ahead of '%s' by %d commit.\n"
1037msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1038msgstr[0] ""
1039msgstr[1] ""
1040
1041#: remote.c:1997
1042msgid "  (use \"git push\" to publish your local commits)\n"
1043msgstr ""
1044
1045#: remote.c:2000
1046#, c-format
1047msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1048msgid_plural ""
1049"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1050msgstr[0] ""
1051msgstr[1] ""
1052
1053#: remote.c:2008
1054msgid "  (use \"git pull\" to update your local branch)\n"
1055msgstr ""
1056
1057#: remote.c:2011
1058#, c-format
1059msgid ""
1060"Your branch and '%s' have diverged,\n"
1061"and have %d and %d different commit each, respectively.\n"
1062msgid_plural ""
1063"Your branch and '%s' have diverged,\n"
1064"and have %d and %d different commits each, respectively.\n"
1065msgstr[0] ""
1066msgstr[1] ""
1067
1068#: remote.c:2021
1069msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1070msgstr ""
1071
1072#: revision.c:2348
1073msgid "--first-parent is incompatible with --bisect"
1074msgstr ""
1075
1076#: run-command.c:83
1077msgid "open /dev/null failed"
1078msgstr ""
1079
1080#: run-command.c:85
1081#, c-format
1082msgid "dup2(%d,%d) failed"
1083msgstr ""
1084
1085#: send-pack.c:272
1086msgid "failed to sign the push certificate"
1087msgstr ""
1088
1089#: send-pack.c:356
1090msgid "the receiving end does not support --signed push"
1091msgstr ""
1092
1093#: send-pack.c:366
1094msgid "the receiving end does not support --atomic push"
1095msgstr ""
1096
1097#: sequencer.c:172 builtin/merge.c:782 builtin/merge.c:893 builtin/merge.c:995
1098#: builtin/merge.c:1005
1099#, c-format
1100msgid "Could not open '%s' for writing"
1101msgstr ""
1102
1103#: sequencer.c:174 builtin/merge.c:344 builtin/merge.c:785 builtin/merge.c:997
1104#: builtin/merge.c:1010
1105#, c-format
1106msgid "Could not write to '%s'"
1107msgstr ""
1108
1109#: sequencer.c:195
1110msgid ""
1111"after resolving the conflicts, mark the corrected paths\n"
1112"with 'git add <paths>' or 'git rm <paths>'"
1113msgstr ""
1114
1115#: sequencer.c:198
1116msgid ""
1117"after resolving the conflicts, mark the corrected paths\n"
1118"with 'git add <paths>' or 'git rm <paths>'\n"
1119"and commit the result with 'git commit'"
1120msgstr ""
1121
1122#: sequencer.c:211 sequencer.c:861 sequencer.c:944
1123#, c-format
1124msgid "Could not write to %s"
1125msgstr ""
1126
1127#: sequencer.c:214
1128#, c-format
1129msgid "Error wrapping up %s"
1130msgstr ""
1131
1132#: sequencer.c:229
1133msgid "Your local changes would be overwritten by cherry-pick."
1134msgstr ""
1135
1136#: sequencer.c:231
1137msgid "Your local changes would be overwritten by revert."
1138msgstr ""
1139
1140#: sequencer.c:234
1141msgid "Commit your changes or stash them to proceed."
1142msgstr ""
1143
1144#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1145#: sequencer.c:321
1146#, c-format
1147msgid "%s: Unable to write new index file"
1148msgstr ""
1149
1150#: sequencer.c:339
1151msgid "Could not resolve HEAD commit\n"
1152msgstr ""
1153
1154#: sequencer.c:359
1155msgid "Unable to update cache tree\n"
1156msgstr ""
1157
1158#: sequencer.c:411
1159#, c-format
1160msgid "Could not parse commit %s\n"
1161msgstr ""
1162
1163#: sequencer.c:416
1164#, c-format
1165msgid "Could not parse parent commit %s\n"
1166msgstr ""
1167
1168#: sequencer.c:482
1169msgid "Your index file is unmerged."
1170msgstr ""
1171
1172#: sequencer.c:501
1173#, c-format
1174msgid "Commit %s is a merge but no -m option was given."
1175msgstr ""
1176
1177#: sequencer.c:509
1178#, c-format
1179msgid "Commit %s does not have parent %d"
1180msgstr ""
1181
1182#: sequencer.c:513
1183#, c-format
1184msgid "Mainline was specified but commit %s is not a merge."
1185msgstr ""
1186
1187#. TRANSLATORS: The first %s will be "revert" or
1188#. "cherry-pick", the second %s a SHA1
1189#: sequencer.c:526
1190#, c-format
1191msgid "%s: cannot parse parent commit %s"
1192msgstr ""
1193
1194#: sequencer.c:530
1195#, c-format
1196msgid "Cannot get commit message for %s"
1197msgstr ""
1198
1199#: sequencer.c:616
1200#, c-format
1201msgid "could not revert %s... %s"
1202msgstr ""
1203
1204#: sequencer.c:617
1205#, c-format
1206msgid "could not apply %s... %s"
1207msgstr ""
1208
1209#: sequencer.c:653
1210msgid "empty commit set passed"
1211msgstr ""
1212
1213#: sequencer.c:661
1214#, c-format
1215msgid "git %s: failed to read the index"
1216msgstr ""
1217
1218#: sequencer.c:665
1219#, c-format
1220msgid "git %s: failed to refresh the index"
1221msgstr ""
1222
1223#: sequencer.c:725
1224#, c-format
1225msgid "Cannot %s during a %s"
1226msgstr ""
1227
1228#: sequencer.c:747
1229#, c-format
1230msgid "Could not parse line %d."
1231msgstr ""
1232
1233#: sequencer.c:752
1234msgid "No commits parsed."
1235msgstr ""
1236
1237#: sequencer.c:765
1238#, c-format
1239msgid "Could not open %s"
1240msgstr ""
1241
1242#: sequencer.c:769
1243#, c-format
1244msgid "Could not read %s."
1245msgstr ""
1246
1247#: sequencer.c:776
1248#, c-format
1249msgid "Unusable instruction sheet: %s"
1250msgstr ""
1251
1252#: sequencer.c:806
1253#, c-format
1254msgid "Invalid key: %s"
1255msgstr ""
1256
1257#: sequencer.c:809
1258#, c-format
1259msgid "Invalid value for %s: %s"
1260msgstr ""
1261
1262#: sequencer.c:821
1263#, c-format
1264msgid "Malformed options sheet: %s"
1265msgstr ""
1266
1267#: sequencer.c:842
1268msgid "a cherry-pick or revert is already in progress"
1269msgstr ""
1270
1271#: sequencer.c:843
1272msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1273msgstr ""
1274
1275#: sequencer.c:847
1276#, c-format
1277msgid "Could not create sequencer directory %s"
1278msgstr ""
1279
1280#: sequencer.c:863 sequencer.c:948
1281#, c-format
1282msgid "Error wrapping up %s."
1283msgstr ""
1284
1285#: sequencer.c:882 sequencer.c:1018
1286msgid "no cherry-pick or revert in progress"
1287msgstr ""
1288
1289#: sequencer.c:884
1290msgid "cannot resolve HEAD"
1291msgstr ""
1292
1293#: sequencer.c:886
1294msgid "cannot abort from a branch yet to be born"
1295msgstr ""
1296
1297#: sequencer.c:908 builtin/apply.c:4288
1298#, c-format
1299msgid "cannot open %s: %s"
1300msgstr ""
1301
1302#: sequencer.c:911
1303#, c-format
1304msgid "cannot read %s: %s"
1305msgstr ""
1306
1307#: sequencer.c:912
1308msgid "unexpected end of file"
1309msgstr ""
1310
1311#: sequencer.c:918
1312#, c-format
1313msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1314msgstr ""
1315
1316#: sequencer.c:941
1317#, c-format
1318msgid "Could not format %s."
1319msgstr ""
1320
1321#: sequencer.c:1086
1322#, c-format
1323msgid "%s: can't cherry-pick a %s"
1324msgstr ""
1325
1326#: sequencer.c:1089
1327#, c-format
1328msgid "%s: bad revision"
1329msgstr ""
1330
1331#: sequencer.c:1123
1332msgid "Can't revert as initial commit"
1333msgstr ""
1334
1335#: sequencer.c:1124
1336msgid "Can't cherry-pick into empty head"
1337msgstr ""
1338
1339#: sha1_name.c:440
1340msgid ""
1341"Git normally never creates a ref that ends with 40 hex characters\n"
1342"because it will be ignored when you just specify 40-hex. These refs\n"
1343"may be created by mistake. For example,\n"
1344"\n"
1345"  git checkout -b $br $(git rev-parse ...)\n"
1346"\n"
1347"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1348"examine these refs and maybe delete them. Turn this message off by\n"
1349"running \"git config advice.objectNameWarning false\""
1350msgstr ""
1351
1352#: sha1_name.c:1068
1353msgid "HEAD does not point to a branch"
1354msgstr ""
1355
1356#: sha1_name.c:1071
1357#, c-format
1358msgid "No such branch: '%s'"
1359msgstr ""
1360
1361#: sha1_name.c:1073
1362#, c-format
1363msgid "No upstream configured for branch '%s'"
1364msgstr ""
1365
1366#: sha1_name.c:1077
1367#, c-format
1368msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1369msgstr ""
1370
1371#: submodule.c:64 submodule.c:98
1372msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1373msgstr ""
1374
1375#: submodule.c:68 submodule.c:102
1376#, c-format
1377msgid "Could not find section in .gitmodules where path=%s"
1378msgstr ""
1379
1380#: submodule.c:76
1381#, c-format
1382msgid "Could not update .gitmodules entry %s"
1383msgstr ""
1384
1385#: submodule.c:109
1386#, c-format
1387msgid "Could not remove .gitmodules entry for %s"
1388msgstr ""
1389
1390#: submodule.c:120
1391msgid "staging updated .gitmodules failed"
1392msgstr ""
1393
1394#: submodule.c:1109 builtin/init-db.c:371
1395#, c-format
1396msgid "Could not create git link %s"
1397msgstr ""
1398
1399#: submodule.c:1120
1400#, c-format
1401msgid "Could not set core.worktree in %s"
1402msgstr ""
1403
1404#: trailer.c:491 trailer.c:495 trailer.c:499 trailer.c:553 trailer.c:557
1405#: trailer.c:561
1406#, c-format
1407msgid "unknown value '%s' for key '%s'"
1408msgstr ""
1409
1410#: trailer.c:543 trailer.c:548 builtin/remote.c:290
1411#, c-format
1412msgid "more than one %s"
1413msgstr ""
1414
1415#: trailer.c:581
1416#, c-format
1417msgid "empty trailer token in trailer '%.*s'"
1418msgstr ""
1419
1420#: trailer.c:701
1421#, c-format
1422msgid "could not read input file '%s'"
1423msgstr ""
1424
1425#: trailer.c:704
1426msgid "could not read from stdin"
1427msgstr ""
1428
1429#: unpack-trees.c:202
1430msgid "Checking out files"
1431msgstr ""
1432
1433#: urlmatch.c:120
1434msgid "invalid URL scheme name or missing '://' suffix"
1435msgstr ""
1436
1437#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1438#, c-format
1439msgid "invalid %XX escape sequence"
1440msgstr ""
1441
1442#: urlmatch.c:172
1443msgid "missing host and scheme is not 'file:'"
1444msgstr ""
1445
1446#: urlmatch.c:189
1447msgid "a 'file:' URL may not have a port number"
1448msgstr ""
1449
1450#: urlmatch.c:199
1451msgid "invalid characters in host name"
1452msgstr ""
1453
1454#: urlmatch.c:244 urlmatch.c:255
1455msgid "invalid port number"
1456msgstr ""
1457
1458#: urlmatch.c:322
1459msgid "invalid '..' path segment"
1460msgstr ""
1461
1462#: wrapper.c:523
1463#, c-format
1464msgid "unable to access '%s': %s"
1465msgstr ""
1466
1467#: wrapper.c:544
1468#, c-format
1469msgid "unable to access '%s'"
1470msgstr ""
1471
1472#: wrapper.c:555
1473#, c-format
1474msgid "unable to look up current user in the passwd file: %s"
1475msgstr ""
1476
1477#: wrapper.c:556
1478msgid "no such user"
1479msgstr ""
1480
1481#: wrapper.c:564
1482msgid "unable to get current working directory"
1483msgstr ""
1484
1485#: wt-status.c:150
1486msgid "Unmerged paths:"
1487msgstr ""
1488
1489#: wt-status.c:177 wt-status.c:204
1490#, c-format
1491msgid "  (use \"git reset %s <file>...\" to unstage)"
1492msgstr ""
1493
1494#: wt-status.c:179 wt-status.c:206
1495msgid "  (use \"git rm --cached <file>...\" to unstage)"
1496msgstr ""
1497
1498#: wt-status.c:183
1499msgid "  (use \"git add <file>...\" to mark resolution)"
1500msgstr ""
1501
1502#: wt-status.c:185 wt-status.c:189
1503msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1504msgstr ""
1505
1506#: wt-status.c:187
1507msgid "  (use \"git rm <file>...\" to mark resolution)"
1508msgstr ""
1509
1510#: wt-status.c:198 wt-status.c:878
1511msgid "Changes to be committed:"
1512msgstr ""
1513
1514#: wt-status.c:216 wt-status.c:887
1515msgid "Changes not staged for commit:"
1516msgstr ""
1517
1518#: wt-status.c:220
1519msgid "  (use \"git add <file>...\" to update what will be committed)"
1520msgstr ""
1521
1522#: wt-status.c:222
1523msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1524msgstr ""
1525
1526#: wt-status.c:223
1527msgid ""
1528"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1529msgstr ""
1530
1531#: wt-status.c:225
1532msgid "  (commit or discard the untracked or modified content in submodules)"
1533msgstr ""
1534
1535#: wt-status.c:237
1536#, c-format
1537msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1538msgstr ""
1539
1540#: wt-status.c:252
1541msgid "both deleted:"
1542msgstr ""
1543
1544#: wt-status.c:254
1545msgid "added by us:"
1546msgstr ""
1547
1548#: wt-status.c:256
1549msgid "deleted by them:"
1550msgstr ""
1551
1552#: wt-status.c:258
1553msgid "added by them:"
1554msgstr ""
1555
1556#: wt-status.c:260
1557msgid "deleted by us:"
1558msgstr ""
1559
1560#: wt-status.c:262
1561msgid "both added:"
1562msgstr ""
1563
1564#: wt-status.c:264
1565msgid "both modified:"
1566msgstr ""
1567
1568#: wt-status.c:266
1569#, c-format
1570msgid "bug: unhandled unmerged status %x"
1571msgstr ""
1572
1573#: wt-status.c:274
1574msgid "new file:"
1575msgstr ""
1576
1577#: wt-status.c:276
1578msgid "copied:"
1579msgstr ""
1580
1581#: wt-status.c:278
1582msgid "deleted:"
1583msgstr ""
1584
1585#: wt-status.c:280
1586msgid "modified:"
1587msgstr ""
1588
1589#: wt-status.c:282
1590msgid "renamed:"
1591msgstr ""
1592
1593#: wt-status.c:284
1594msgid "typechange:"
1595msgstr ""
1596
1597#: wt-status.c:286
1598msgid "unknown:"
1599msgstr ""
1600
1601#: wt-status.c:288
1602msgid "unmerged:"
1603msgstr ""
1604
1605#: wt-status.c:370
1606msgid "new commits, "
1607msgstr ""
1608
1609#: wt-status.c:372
1610msgid "modified content, "
1611msgstr ""
1612
1613#: wt-status.c:374
1614msgid "untracked content, "
1615msgstr ""
1616
1617#: wt-status.c:391
1618#, c-format
1619msgid "bug: unhandled diff status %c"
1620msgstr ""
1621
1622#: wt-status.c:753
1623msgid "Submodules changed but not updated:"
1624msgstr ""
1625
1626#: wt-status.c:755
1627msgid "Submodule changes to be committed:"
1628msgstr ""
1629
1630#: wt-status.c:835
1631msgid ""
1632"Do not touch the line above.\n"
1633"Everything below will be removed."
1634msgstr ""
1635
1636#: wt-status.c:946
1637msgid "You have unmerged paths."
1638msgstr ""
1639
1640#: wt-status.c:949
1641msgid "  (fix conflicts and run \"git commit\")"
1642msgstr ""
1643
1644#: wt-status.c:952
1645msgid "All conflicts fixed but you are still merging."
1646msgstr ""
1647
1648#: wt-status.c:955
1649msgid "  (use \"git commit\" to conclude merge)"
1650msgstr ""
1651
1652#: wt-status.c:965
1653msgid "You are in the middle of an am session."
1654msgstr ""
1655
1656#: wt-status.c:968
1657msgid "The current patch is empty."
1658msgstr ""
1659
1660#: wt-status.c:972
1661msgid "  (fix conflicts and then run \"git am --continue\")"
1662msgstr ""
1663
1664#: wt-status.c:974
1665msgid "  (use \"git am --skip\" to skip this patch)"
1666msgstr ""
1667
1668#: wt-status.c:976
1669msgid "  (use \"git am --abort\" to restore the original branch)"
1670msgstr ""
1671
1672#: wt-status.c:1036 wt-status.c:1053
1673#, c-format
1674msgid "You are currently rebasing branch '%s' on '%s'."
1675msgstr ""
1676
1677#: wt-status.c:1041 wt-status.c:1058
1678msgid "You are currently rebasing."
1679msgstr ""
1680
1681#: wt-status.c:1044
1682msgid "  (fix conflicts and then run \"git rebase --continue\")"
1683msgstr ""
1684
1685#: wt-status.c:1046
1686msgid "  (use \"git rebase --skip\" to skip this patch)"
1687msgstr ""
1688
1689#: wt-status.c:1048
1690msgid "  (use \"git rebase --abort\" to check out the original branch)"
1691msgstr ""
1692
1693#: wt-status.c:1061
1694msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1695msgstr ""
1696
1697#: wt-status.c:1065
1698#, c-format
1699msgid ""
1700"You are currently splitting a commit while rebasing branch '%s' on '%s'."
1701msgstr ""
1702
1703#: wt-status.c:1070
1704msgid "You are currently splitting a commit during a rebase."
1705msgstr ""
1706
1707#: wt-status.c:1073
1708msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1709msgstr ""
1710
1711#: wt-status.c:1077
1712#, c-format
1713msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1714msgstr ""
1715
1716#: wt-status.c:1082
1717msgid "You are currently editing a commit during a rebase."
1718msgstr ""
1719
1720#: wt-status.c:1085
1721msgid "  (use \"git commit --amend\" to amend the current commit)"
1722msgstr ""
1723
1724#: wt-status.c:1087
1725msgid ""
1726"  (use \"git rebase --continue\" once you are satisfied with your changes)"
1727msgstr ""
1728
1729#: wt-status.c:1097
1730#, c-format
1731msgid "You are currently cherry-picking commit %s."
1732msgstr ""
1733
1734#: wt-status.c:1102
1735msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1736msgstr ""
1737
1738#: wt-status.c:1105
1739msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1740msgstr ""
1741
1742#: wt-status.c:1107
1743msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1744msgstr ""
1745
1746#: wt-status.c:1116
1747#, c-format
1748msgid "You are currently reverting commit %s."
1749msgstr ""
1750
1751#: wt-status.c:1121
1752msgid "  (fix conflicts and run \"git revert --continue\")"
1753msgstr ""
1754
1755#: wt-status.c:1124
1756msgid "  (all conflicts fixed: run \"git revert --continue\")"
1757msgstr ""
1758
1759#: wt-status.c:1126
1760msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1761msgstr ""
1762
1763#: wt-status.c:1137
1764#, c-format
1765msgid "You are currently bisecting, started from branch '%s'."
1766msgstr ""
1767
1768#: wt-status.c:1141
1769msgid "You are currently bisecting."
1770msgstr ""
1771
1772#: wt-status.c:1144
1773msgid "  (use \"git bisect reset\" to get back to the original branch)"
1774msgstr ""
1775
1776#: wt-status.c:1321
1777msgid "On branch "
1778msgstr ""
1779
1780#: wt-status.c:1328
1781msgid "rebase in progress; onto "
1782msgstr ""
1783
1784#: wt-status.c:1333
1785msgid "HEAD detached at "
1786msgstr ""
1787
1788#: wt-status.c:1335
1789msgid "HEAD detached from "
1790msgstr ""
1791
1792#: wt-status.c:1338
1793msgid "Not currently on any branch."
1794msgstr ""
1795
1796#: wt-status.c:1355
1797msgid "Initial commit"
1798msgstr ""
1799
1800#: wt-status.c:1369
1801msgid "Untracked files"
1802msgstr ""
1803
1804#: wt-status.c:1371
1805msgid "Ignored files"
1806msgstr ""
1807
1808#: wt-status.c:1375
1809#, c-format
1810msgid ""
1811"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1812"may speed it up, but you have to be careful not to forget to add\n"
1813"new files yourself (see 'git help status')."
1814msgstr ""
1815
1816#: wt-status.c:1381
1817#, c-format
1818msgid "Untracked files not listed%s"
1819msgstr ""
1820
1821#: wt-status.c:1383
1822msgid " (use -u option to show untracked files)"
1823msgstr ""
1824
1825#: wt-status.c:1389
1826msgid "No changes"
1827msgstr ""
1828
1829#: wt-status.c:1394
1830#, c-format
1831msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1832msgstr ""
1833
1834#: wt-status.c:1397
1835#, c-format
1836msgid "no changes added to commit\n"
1837msgstr ""
1838
1839#: wt-status.c:1400
1840#, c-format
1841msgid ""
1842"nothing added to commit but untracked files present (use \"git add\" to "
1843"track)\n"
1844msgstr ""
1845
1846#: wt-status.c:1403
1847#, c-format
1848msgid "nothing added to commit but untracked files present\n"
1849msgstr ""
1850
1851#: wt-status.c:1406
1852#, c-format
1853msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1854msgstr ""
1855
1856#: wt-status.c:1409 wt-status.c:1414
1857#, c-format
1858msgid "nothing to commit\n"
1859msgstr ""
1860
1861#: wt-status.c:1412
1862#, c-format
1863msgid "nothing to commit (use -u to show untracked files)\n"
1864msgstr ""
1865
1866#: wt-status.c:1416
1867#, c-format
1868msgid "nothing to commit, working directory clean\n"
1869msgstr ""
1870
1871#: wt-status.c:1525
1872msgid "HEAD (no branch)"
1873msgstr ""
1874
1875#: wt-status.c:1531
1876msgid "Initial commit on "
1877msgstr ""
1878
1879#: wt-status.c:1563
1880msgid "gone"
1881msgstr ""
1882
1883#: wt-status.c:1565 wt-status.c:1573
1884msgid "behind "
1885msgstr ""
1886
1887#: compat/precompose_utf8.c:55 builtin/clone.c:360
1888#, c-format
1889msgid "failed to unlink '%s'"
1890msgstr ""
1891
1892#: builtin/add.c:22
1893msgid "git add [<options>] [--] <pathspec>..."
1894msgstr ""
1895
1896#: builtin/add.c:65
1897#, c-format
1898msgid "unexpected diff status %c"
1899msgstr ""
1900
1901#: builtin/add.c:70 builtin/commit.c:277
1902msgid "updating files failed"
1903msgstr ""
1904
1905#: builtin/add.c:80
1906#, c-format
1907msgid "remove '%s'\n"
1908msgstr ""
1909
1910#: builtin/add.c:134
1911msgid "Unstaged changes after refreshing the index:"
1912msgstr ""
1913
1914#: builtin/add.c:194 builtin/rev-parse.c:785
1915msgid "Could not read the index"
1916msgstr ""
1917
1918#: builtin/add.c:205
1919#, c-format
1920msgid "Could not open '%s' for writing."
1921msgstr ""
1922
1923#: builtin/add.c:209
1924msgid "Could not write patch"
1925msgstr ""
1926
1927#: builtin/add.c:214
1928#, c-format
1929msgid "Could not stat '%s'"
1930msgstr ""
1931
1932#: builtin/add.c:216
1933msgid "Empty patch. Aborted."
1934msgstr ""
1935
1936#: builtin/add.c:221
1937#, c-format
1938msgid "Could not apply '%s'"
1939msgstr ""
1940
1941#: builtin/add.c:231
1942msgid "The following paths are ignored by one of your .gitignore files:\n"
1943msgstr ""
1944
1945#: builtin/add.c:248 builtin/clean.c:876 builtin/fetch.c:107 builtin/mv.c:110
1946#: builtin/prune-packed.c:55 builtin/push.c:508 builtin/remote.c:1372
1947#: builtin/rm.c:269
1948msgid "dry run"
1949msgstr ""
1950
1951#: builtin/add.c:249 builtin/apply.c:4577 builtin/check-ignore.c:19
1952#: builtin/commit.c:1322 builtin/count-objects.c:63 builtin/fsck.c:608
1953#: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:114
1954msgid "be verbose"
1955msgstr ""
1956
1957#: builtin/add.c:251
1958msgid "interactive picking"
1959msgstr ""
1960
1961#: builtin/add.c:252 builtin/checkout.c:1126 builtin/reset.c:286
1962msgid "select hunks interactively"
1963msgstr ""
1964
1965#: builtin/add.c:253
1966msgid "edit current diff and apply"
1967msgstr ""
1968
1969#: builtin/add.c:254
1970msgid "allow adding otherwise ignored files"
1971msgstr ""
1972
1973#: builtin/add.c:255
1974msgid "update tracked files"
1975msgstr ""
1976
1977#: builtin/add.c:256
1978msgid "record only the fact that the path will be added later"
1979msgstr ""
1980
1981#: builtin/add.c:257
1982msgid "add changes from all tracked and untracked files"
1983msgstr ""
1984
1985#: builtin/add.c:260
1986msgid "ignore paths removed in the working tree (same as --no-all)"
1987msgstr ""
1988
1989#: builtin/add.c:262
1990msgid "don't add, only refresh the index"
1991msgstr ""
1992
1993#: builtin/add.c:263
1994msgid "just skip files which cannot be added because of errors"
1995msgstr ""
1996
1997#: builtin/add.c:264
1998msgid "check if - even missing - files are ignored in dry run"
1999msgstr ""
2000
2001#: builtin/add.c:286
2002#, c-format
2003msgid "Use -f if you really want to add them.\n"
2004msgstr ""
2005
2006#: builtin/add.c:293
2007msgid "adding files failed"
2008msgstr ""
2009
2010#: builtin/add.c:329
2011msgid "-A and -u are mutually incompatible"
2012msgstr ""
2013
2014#: builtin/add.c:336
2015msgid "Option --ignore-missing can only be used together with --dry-run"
2016msgstr ""
2017
2018#: builtin/add.c:357
2019#, c-format
2020msgid "Nothing specified, nothing added.\n"
2021msgstr ""
2022
2023#: builtin/add.c:358
2024#, c-format
2025msgid "Maybe you wanted to say 'git add .'?\n"
2026msgstr ""
2027
2028#: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:920
2029#: builtin/commit.c:335 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:299
2030msgid "index file corrupt"
2031msgstr ""
2032
2033#: builtin/add.c:446 builtin/apply.c:4675 builtin/mv.c:279 builtin/rm.c:431
2034msgid "Unable to write new index file"
2035msgstr ""
2036
2037#: builtin/apply.c:59
2038msgid "git apply [<options>] [<patch>...]"
2039msgstr ""
2040
2041#: builtin/apply.c:112
2042#, c-format
2043msgid "unrecognized whitespace option '%s'"
2044msgstr ""
2045
2046#: builtin/apply.c:127
2047#, c-format
2048msgid "unrecognized whitespace ignore option '%s'"
2049msgstr ""
2050
2051#: builtin/apply.c:822
2052#, c-format
2053msgid "Cannot prepare timestamp regexp %s"
2054msgstr ""
2055
2056#: builtin/apply.c:831
2057#, c-format
2058msgid "regexec returned %d for input: %s"
2059msgstr ""
2060
2061#: builtin/apply.c:912
2062#, c-format
2063msgid "unable to find filename in patch at line %d"
2064msgstr ""
2065
2066#: builtin/apply.c:944
2067#, c-format
2068msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2069msgstr ""
2070
2071#: builtin/apply.c:948
2072#, c-format
2073msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2074msgstr ""
2075
2076#: builtin/apply.c:949
2077#, c-format
2078msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2079msgstr ""
2080
2081#: builtin/apply.c:956
2082#, c-format
2083msgid "git apply: bad git-diff - expected /dev/null on line %d"
2084msgstr ""
2085
2086#: builtin/apply.c:1419
2087#, c-format
2088msgid "recount: unexpected line: %.*s"
2089msgstr ""
2090
2091#: builtin/apply.c:1476
2092#, c-format
2093msgid "patch fragment without header at line %d: %.*s"
2094msgstr ""
2095
2096#: builtin/apply.c:1493
2097#, c-format
2098msgid ""
2099"git diff header lacks filename information when removing %d leading pathname "
2100"component (line %d)"
2101msgid_plural ""
2102"git diff header lacks filename information when removing %d leading pathname "
2103"components (line %d)"
2104msgstr[0] ""
2105msgstr[1] ""
2106
2107#: builtin/apply.c:1656
2108msgid "new file depends on old contents"
2109msgstr ""
2110
2111#: builtin/apply.c:1658
2112msgid "deleted file still has contents"
2113msgstr ""
2114
2115#: builtin/apply.c:1684
2116#, c-format
2117msgid "corrupt patch at line %d"
2118msgstr ""
2119
2120#: builtin/apply.c:1720
2121#, c-format
2122msgid "new file %s depends on old contents"
2123msgstr ""
2124
2125#: builtin/apply.c:1722
2126#, c-format
2127msgid "deleted file %s still has contents"
2128msgstr ""
2129
2130#: builtin/apply.c:1725
2131#, c-format
2132msgid "** warning: file %s becomes empty but is not deleted"
2133msgstr ""
2134
2135#: builtin/apply.c:1871
2136#, c-format
2137msgid "corrupt binary patch at line %d: %.*s"
2138msgstr ""
2139
2140#: builtin/apply.c:1900
2141#, c-format
2142msgid "unrecognized binary patch at line %d"
2143msgstr ""
2144
2145#: builtin/apply.c:2051
2146#, c-format
2147msgid "patch with only garbage at line %d"
2148msgstr ""
2149
2150#: builtin/apply.c:2141
2151#, c-format
2152msgid "unable to read symlink %s"
2153msgstr ""
2154
2155#: builtin/apply.c:2145
2156#, c-format
2157msgid "unable to open or read %s"
2158msgstr ""
2159
2160#: builtin/apply.c:2778
2161#, c-format
2162msgid "invalid start of line: '%c'"
2163msgstr ""
2164
2165#: builtin/apply.c:2897
2166#, c-format
2167msgid "Hunk #%d succeeded at %d (offset %d line)."
2168msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2169msgstr[0] ""
2170msgstr[1] ""
2171
2172#: builtin/apply.c:2909
2173#, c-format
2174msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2175msgstr ""
2176
2177#: builtin/apply.c:2915
2178#, c-format
2179msgid ""
2180"while searching for:\n"
2181"%.*s"
2182msgstr ""
2183
2184#: builtin/apply.c:2935
2185#, c-format
2186msgid "missing binary patch data for '%s'"
2187msgstr ""
2188
2189#: builtin/apply.c:3036
2190#, c-format
2191msgid "binary patch does not apply to '%s'"
2192msgstr ""
2193
2194#: builtin/apply.c:3042
2195#, c-format
2196msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2197msgstr ""
2198
2199#: builtin/apply.c:3063
2200#, c-format
2201msgid "patch failed: %s:%ld"
2202msgstr ""
2203
2204#: builtin/apply.c:3187
2205#, c-format
2206msgid "cannot checkout %s"
2207msgstr ""
2208
2209#: builtin/apply.c:3232 builtin/apply.c:3243 builtin/apply.c:3288
2210#, c-format
2211msgid "read of %s failed"
2212msgstr ""
2213
2214#: builtin/apply.c:3240
2215#, c-format
2216msgid "reading from '%s' beyond a symbolic link"
2217msgstr ""
2218
2219#: builtin/apply.c:3268 builtin/apply.c:3490
2220#, c-format
2221msgid "path %s has been renamed/deleted"
2222msgstr ""
2223
2224#: builtin/apply.c:3349 builtin/apply.c:3504
2225#, c-format
2226msgid "%s: does not exist in index"
2227msgstr ""
2228
2229#: builtin/apply.c:3353 builtin/apply.c:3496 builtin/apply.c:3518
2230#, c-format
2231msgid "%s: %s"
2232msgstr ""
2233
2234#: builtin/apply.c:3358 builtin/apply.c:3512
2235#, c-format
2236msgid "%s: does not match index"
2237msgstr ""
2238
2239#: builtin/apply.c:3460
2240msgid "removal patch leaves file contents"
2241msgstr ""
2242
2243#: builtin/apply.c:3529
2244#, c-format
2245msgid "%s: wrong type"
2246msgstr ""
2247
2248#: builtin/apply.c:3531
2249#, c-format
2250msgid "%s has type %o, expected %o"
2251msgstr ""
2252
2253#: builtin/apply.c:3690 builtin/apply.c:3692
2254#, c-format
2255msgid "invalid path '%s'"
2256msgstr ""
2257
2258#: builtin/apply.c:3747
2259#, c-format
2260msgid "%s: already exists in index"
2261msgstr ""
2262
2263#: builtin/apply.c:3750
2264#, c-format
2265msgid "%s: already exists in working directory"
2266msgstr ""
2267
2268#: builtin/apply.c:3770
2269#, c-format
2270msgid "new mode (%o) of %s does not match old mode (%o)"
2271msgstr ""
2272
2273#: builtin/apply.c:3775
2274#, c-format
2275msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2276msgstr ""
2277
2278#: builtin/apply.c:3795
2279#, c-format
2280msgid "affected file '%s' is beyond a symbolic link"
2281msgstr ""
2282
2283#: builtin/apply.c:3799
2284#, c-format
2285msgid "%s: patch does not apply"
2286msgstr ""
2287
2288#: builtin/apply.c:3813
2289#, c-format
2290msgid "Checking patch %s..."
2291msgstr ""
2292
2293#: builtin/apply.c:3906 builtin/checkout.c:231 builtin/reset.c:135
2294#, c-format
2295msgid "make_cache_entry failed for path '%s'"
2296msgstr ""
2297
2298#: builtin/apply.c:4049
2299#, c-format
2300msgid "unable to remove %s from index"
2301msgstr ""
2302
2303#: builtin/apply.c:4078
2304#, c-format
2305msgid "corrupt patch for submodule %s"
2306msgstr ""
2307
2308#: builtin/apply.c:4082
2309#, c-format
2310msgid "unable to stat newly created file '%s'"
2311msgstr ""
2312
2313#: builtin/apply.c:4087
2314#, c-format
2315msgid "unable to create backing store for newly created file %s"
2316msgstr ""
2317
2318#: builtin/apply.c:4090 builtin/apply.c:4198
2319#, c-format
2320msgid "unable to add cache entry for %s"
2321msgstr ""
2322
2323#: builtin/apply.c:4123
2324#, c-format
2325msgid "closing file '%s'"
2326msgstr ""
2327
2328#: builtin/apply.c:4172
2329#, c-format
2330msgid "unable to write file '%s' mode %o"
2331msgstr ""
2332
2333#: builtin/apply.c:4259
2334#, c-format
2335msgid "Applied patch %s cleanly."
2336msgstr ""
2337
2338#: builtin/apply.c:4267
2339msgid "internal error"
2340msgstr ""
2341
2342#: builtin/apply.c:4270
2343#, c-format
2344msgid "Applying patch %%s with %d reject..."
2345msgid_plural "Applying patch %%s with %d rejects..."
2346msgstr[0] ""
2347msgstr[1] ""
2348
2349#: builtin/apply.c:4280
2350#, c-format
2351msgid "truncating .rej filename to %.*s.rej"
2352msgstr ""
2353
2354#: builtin/apply.c:4301
2355#, c-format
2356msgid "Hunk #%d applied cleanly."
2357msgstr ""
2358
2359#: builtin/apply.c:4304
2360#, c-format
2361msgid "Rejected hunk #%d."
2362msgstr ""
2363
2364#: builtin/apply.c:4394
2365msgid "unrecognized input"
2366msgstr ""
2367
2368#: builtin/apply.c:4405
2369msgid "unable to read index file"
2370msgstr ""
2371
2372#: builtin/apply.c:4522 builtin/apply.c:4525 builtin/clone.c:92
2373#: builtin/fetch.c:92
2374msgid "path"
2375msgstr ""
2376
2377#: builtin/apply.c:4523
2378msgid "don't apply changes matching the given path"
2379msgstr ""
2380
2381#: builtin/apply.c:4526
2382msgid "apply changes matching the given path"
2383msgstr ""
2384
2385#: builtin/apply.c:4528
2386msgid "num"
2387msgstr ""
2388
2389#: builtin/apply.c:4529
2390msgid "remove <num> leading slashes from traditional diff paths"
2391msgstr ""
2392
2393#: builtin/apply.c:4532
2394msgid "ignore additions made by the patch"
2395msgstr ""
2396
2397#: builtin/apply.c:4534
2398msgid "instead of applying the patch, output diffstat for the input"
2399msgstr ""
2400
2401#: builtin/apply.c:4538
2402msgid "show number of added and deleted lines in decimal notation"
2403msgstr ""
2404
2405#: builtin/apply.c:4540
2406msgid "instead of applying the patch, output a summary for the input"
2407msgstr ""
2408
2409#: builtin/apply.c:4542
2410msgid "instead of applying the patch, see if the patch is applicable"
2411msgstr ""
2412
2413#: builtin/apply.c:4544
2414msgid "make sure the patch is applicable to the current index"
2415msgstr ""
2416
2417#: builtin/apply.c:4546
2418msgid "apply a patch without touching the working tree"
2419msgstr ""
2420
2421#: builtin/apply.c:4548
2422msgid "accept a patch that touches outside the working area"
2423msgstr ""
2424
2425#: builtin/apply.c:4550
2426msgid "also apply the patch (use with --stat/--summary/--check)"
2427msgstr ""
2428
2429#: builtin/apply.c:4552
2430msgid "attempt three-way merge if a patch does not apply"
2431msgstr ""
2432
2433#: builtin/apply.c:4554
2434msgid "build a temporary index based on embedded index information"
2435msgstr ""
2436
2437#: builtin/apply.c:4556 builtin/checkout-index.c:198 builtin/ls-files.c:412
2438msgid "paths are separated with NUL character"
2439msgstr ""
2440
2441#: builtin/apply.c:4559
2442msgid "ensure at least <n> lines of context match"
2443msgstr ""
2444
2445#: builtin/apply.c:4560
2446msgid "action"
2447msgstr ""
2448
2449#: builtin/apply.c:4561
2450msgid "detect new or modified lines that have whitespace errors"
2451msgstr ""
2452
2453#: builtin/apply.c:4564 builtin/apply.c:4567
2454msgid "ignore changes in whitespace when finding context"
2455msgstr ""
2456
2457#: builtin/apply.c:4570
2458msgid "apply the patch in reverse"
2459msgstr ""
2460
2461#: builtin/apply.c:4572
2462msgid "don't expect at least one line of context"
2463msgstr ""
2464
2465#: builtin/apply.c:4574
2466msgid "leave the rejected hunks in corresponding *.rej files"
2467msgstr ""
2468
2469#: builtin/apply.c:4576
2470msgid "allow overlapping hunks"
2471msgstr ""
2472
2473#: builtin/apply.c:4579
2474msgid "tolerate incorrectly detected missing new-line at the end of file"
2475msgstr ""
2476
2477#: builtin/apply.c:4582
2478msgid "do not trust the line counts in the hunk headers"
2479msgstr ""
2480
2481#: builtin/apply.c:4584
2482msgid "root"
2483msgstr ""
2484
2485#: builtin/apply.c:4585
2486msgid "prepend <root> to all filenames"
2487msgstr ""
2488
2489#: builtin/apply.c:4607
2490msgid "--3way outside a repository"
2491msgstr ""
2492
2493#: builtin/apply.c:4615
2494msgid "--index outside a repository"
2495msgstr ""
2496
2497#: builtin/apply.c:4618
2498msgid "--cached outside a repository"
2499msgstr ""
2500
2501#: builtin/apply.c:4637
2502#, c-format
2503msgid "can't open patch '%s'"
2504msgstr ""
2505
2506#: builtin/apply.c:4651
2507#, c-format
2508msgid "squelched %d whitespace error"
2509msgid_plural "squelched %d whitespace errors"
2510msgstr[0] ""
2511msgstr[1] ""
2512
2513#: builtin/apply.c:4657 builtin/apply.c:4667
2514#, c-format
2515msgid "%d line adds whitespace errors."
2516msgid_plural "%d lines add whitespace errors."
2517msgstr[0] ""
2518msgstr[1] ""
2519
2520#: builtin/archive.c:17
2521#, c-format
2522msgid "could not create archive file '%s'"
2523msgstr ""
2524
2525#: builtin/archive.c:20
2526msgid "could not redirect output"
2527msgstr ""
2528
2529#: builtin/archive.c:37
2530msgid "git archive: Remote with no URL"
2531msgstr ""
2532
2533#: builtin/archive.c:58
2534msgid "git archive: expected ACK/NAK, got EOF"
2535msgstr ""
2536
2537#: builtin/archive.c:61
2538#, c-format
2539msgid "git archive: NACK %s"
2540msgstr ""
2541
2542#: builtin/archive.c:63
2543#, c-format
2544msgid "remote error: %s"
2545msgstr ""
2546
2547#: builtin/archive.c:64
2548msgid "git archive: protocol error"
2549msgstr ""
2550
2551#: builtin/archive.c:68
2552msgid "git archive: expected a flush"
2553msgstr ""
2554
2555#: builtin/bisect--helper.c:7
2556msgid "git bisect--helper --next-all [--no-checkout]"
2557msgstr ""
2558
2559#: builtin/bisect--helper.c:17
2560msgid "perform 'git bisect next'"
2561msgstr ""
2562
2563#: builtin/bisect--helper.c:19
2564msgid "update BISECT_HEAD instead of checking out the current commit"
2565msgstr ""
2566
2567#: builtin/blame.c:30
2568msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] file"
2569msgstr ""
2570
2571#: builtin/blame.c:35
2572msgid "<rev-opts> are documented in git-rev-list(1)"
2573msgstr ""
2574
2575#: builtin/blame.c:2500
2576msgid "Show blame entries as we find them, incrementally"
2577msgstr ""
2578
2579#: builtin/blame.c:2501
2580msgid "Show blank SHA-1 for boundary commits (Default: off)"
2581msgstr ""
2582
2583#: builtin/blame.c:2502
2584msgid "Do not treat root commits as boundaries (Default: off)"
2585msgstr ""
2586
2587#: builtin/blame.c:2503
2588msgid "Show work cost statistics"
2589msgstr ""
2590
2591#: builtin/blame.c:2504
2592msgid "Show output score for blame entries"
2593msgstr ""
2594
2595#: builtin/blame.c:2505
2596msgid "Show original filename (Default: auto)"
2597msgstr ""
2598
2599#: builtin/blame.c:2506
2600msgid "Show original linenumber (Default: off)"
2601msgstr ""
2602
2603#: builtin/blame.c:2507
2604msgid "Show in a format designed for machine consumption"
2605msgstr ""
2606
2607#: builtin/blame.c:2508
2608msgid "Show porcelain format with per-line commit information"
2609msgstr ""
2610
2611#: builtin/blame.c:2509
2612msgid "Use the same output mode as git-annotate (Default: off)"
2613msgstr ""
2614
2615#: builtin/blame.c:2510
2616msgid "Show raw timestamp (Default: off)"
2617msgstr ""
2618
2619#: builtin/blame.c:2511
2620msgid "Show long commit SHA1 (Default: off)"
2621msgstr ""
2622
2623#: builtin/blame.c:2512
2624msgid "Suppress author name and timestamp (Default: off)"
2625msgstr ""
2626
2627#: builtin/blame.c:2513
2628msgid "Show author email instead of name (Default: off)"
2629msgstr ""
2630
2631#: builtin/blame.c:2514
2632msgid "Ignore whitespace differences"
2633msgstr ""
2634
2635#: builtin/blame.c:2515
2636msgid "Spend extra cycles to find better match"
2637msgstr ""
2638
2639#: builtin/blame.c:2516
2640msgid "Use revisions from <file> instead of calling git-rev-list"
2641msgstr ""
2642
2643#: builtin/blame.c:2517
2644msgid "Use <file>'s contents as the final image"
2645msgstr ""
2646
2647#: builtin/blame.c:2518 builtin/blame.c:2519
2648msgid "score"
2649msgstr ""
2650
2651#: builtin/blame.c:2518
2652msgid "Find line copies within and across files"
2653msgstr ""
2654
2655#: builtin/blame.c:2519
2656msgid "Find line movements within and across files"
2657msgstr ""
2658
2659#: builtin/blame.c:2520
2660msgid "n,m"
2661msgstr ""
2662
2663#: builtin/blame.c:2520
2664msgid "Process only line range n,m, counting from 1"
2665msgstr ""
2666
2667#. TRANSLATORS: This string is used to tell us the maximum
2668#. display width for a relative timestamp in "git blame"
2669#. output.  For C locale, "4 years, 11 months ago", which
2670#. takes 22 places, is the longest among various forms of
2671#. relative timestamps, but your language may need more or
2672#. fewer display columns.
2673#: builtin/blame.c:2601
2674msgid "4 years, 11 months ago"
2675msgstr ""
2676
2677#: builtin/branch.c:24
2678msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
2679msgstr ""
2680
2681#: builtin/branch.c:25
2682msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
2683msgstr ""
2684
2685#: builtin/branch.c:26
2686msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
2687msgstr ""
2688
2689#: builtin/branch.c:27
2690msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
2691msgstr ""
2692
2693#: builtin/branch.c:152
2694#, c-format
2695msgid ""
2696"deleting branch '%s' that has been merged to\n"
2697"         '%s', but not yet merged to HEAD."
2698msgstr ""
2699
2700#: builtin/branch.c:156
2701#, c-format
2702msgid ""
2703"not deleting branch '%s' that is not yet merged to\n"
2704"         '%s', even though it is merged to HEAD."
2705msgstr ""
2706
2707#: builtin/branch.c:170
2708#, c-format
2709msgid "Couldn't look up commit object for '%s'"
2710msgstr ""
2711
2712#: builtin/branch.c:174
2713#, c-format
2714msgid ""
2715"The branch '%s' is not fully merged.\n"
2716"If you are sure you want to delete it, run 'git branch -D %s'."
2717msgstr ""
2718
2719#: builtin/branch.c:187
2720msgid "Update of config-file failed"
2721msgstr ""
2722
2723#: builtin/branch.c:215
2724msgid "cannot use -a with -d"
2725msgstr ""
2726
2727#: builtin/branch.c:221
2728msgid "Couldn't look up commit object for HEAD"
2729msgstr ""
2730
2731#: builtin/branch.c:229
2732#, c-format
2733msgid "Cannot delete the branch '%s' which you are currently on."
2734msgstr ""
2735
2736#: builtin/branch.c:245
2737#, c-format
2738msgid "remote branch '%s' not found."
2739msgstr ""
2740
2741#: builtin/branch.c:246
2742#, c-format
2743msgid "branch '%s' not found."
2744msgstr ""
2745
2746#: builtin/branch.c:260
2747#, c-format
2748msgid "Error deleting remote branch '%s'"
2749msgstr ""
2750
2751#: builtin/branch.c:261
2752#, c-format
2753msgid "Error deleting branch '%s'"
2754msgstr ""
2755
2756#: builtin/branch.c:268
2757#, c-format
2758msgid "Deleted remote branch %s (was %s).\n"
2759msgstr ""
2760
2761#: builtin/branch.c:269
2762#, c-format
2763msgid "Deleted branch %s (was %s).\n"
2764msgstr ""
2765
2766#: builtin/branch.c:370
2767#, c-format
2768msgid "branch '%s' does not point at a commit"
2769msgstr ""
2770
2771#: builtin/branch.c:459
2772#, c-format
2773msgid "[%s: gone]"
2774msgstr ""
2775
2776#: builtin/branch.c:464
2777#, c-format
2778msgid "[%s]"
2779msgstr ""
2780
2781#: builtin/branch.c:469
2782#, c-format
2783msgid "[%s: behind %d]"
2784msgstr ""
2785
2786#: builtin/branch.c:471
2787#, c-format
2788msgid "[behind %d]"
2789msgstr ""
2790
2791#: builtin/branch.c:475
2792#, c-format
2793msgid "[%s: ahead %d]"
2794msgstr ""
2795
2796#: builtin/branch.c:477
2797#, c-format
2798msgid "[ahead %d]"
2799msgstr ""
2800
2801#: builtin/branch.c:480
2802#, c-format
2803msgid "[%s: ahead %d, behind %d]"
2804msgstr ""
2805
2806#: builtin/branch.c:483
2807#, c-format
2808msgid "[ahead %d, behind %d]"
2809msgstr ""
2810
2811#: builtin/branch.c:496
2812msgid " **** invalid ref ****"
2813msgstr ""
2814
2815#: builtin/branch.c:587
2816#, c-format
2817msgid "(no branch, rebasing %s)"
2818msgstr ""
2819
2820#: builtin/branch.c:590
2821#, c-format
2822msgid "(no branch, bisect started on %s)"
2823msgstr ""
2824
2825#: builtin/branch.c:596
2826#, c-format
2827msgid "(HEAD detached at %s)"
2828msgstr ""
2829
2830#: builtin/branch.c:599
2831#, c-format
2832msgid "(HEAD detached from %s)"
2833msgstr ""
2834
2835#: builtin/branch.c:603
2836msgid "(no branch)"
2837msgstr ""
2838
2839#: builtin/branch.c:650
2840#, c-format
2841msgid "object '%s' does not point to a commit"
2842msgstr ""
2843
2844#: builtin/branch.c:698
2845msgid "some refs could not be read"
2846msgstr ""
2847
2848#: builtin/branch.c:711
2849msgid "cannot rename the current branch while not on any."
2850msgstr ""
2851
2852#: builtin/branch.c:721
2853#, c-format
2854msgid "Invalid branch name: '%s'"
2855msgstr ""
2856
2857#: builtin/branch.c:736
2858msgid "Branch rename failed"
2859msgstr ""
2860
2861#: builtin/branch.c:740
2862#, c-format
2863msgid "Renamed a misnamed branch '%s' away"
2864msgstr ""
2865
2866#: builtin/branch.c:744
2867#, c-format
2868msgid "Branch renamed to %s, but HEAD is not updated!"
2869msgstr ""
2870
2871#: builtin/branch.c:751
2872msgid "Branch is renamed, but update of config-file failed"
2873msgstr ""
2874
2875#: builtin/branch.c:766
2876#, c-format
2877msgid "malformed object name %s"
2878msgstr ""
2879
2880#: builtin/branch.c:790
2881#, c-format
2882msgid "could not write branch description template: %s"
2883msgstr ""
2884
2885#: builtin/branch.c:820
2886msgid "Generic options"
2887msgstr ""
2888
2889#: builtin/branch.c:822
2890msgid "show hash and subject, give twice for upstream branch"
2891msgstr ""
2892
2893#: builtin/branch.c:823
2894msgid "suppress informational messages"
2895msgstr ""
2896
2897#: builtin/branch.c:824
2898msgid "set up tracking mode (see git-pull(1))"
2899msgstr ""
2900
2901#: builtin/branch.c:826
2902msgid "change upstream info"
2903msgstr ""
2904
2905#: builtin/branch.c:830
2906msgid "use colored output"
2907msgstr ""
2908
2909#: builtin/branch.c:831
2910msgid "act on remote-tracking branches"
2911msgstr ""
2912
2913#: builtin/branch.c:834 builtin/branch.c:840 builtin/branch.c:861
2914#: builtin/branch.c:867 builtin/commit.c:1582 builtin/commit.c:1583
2915#: builtin/commit.c:1584 builtin/commit.c:1585 builtin/tag.c:616
2916#: builtin/tag.c:622
2917msgid "commit"
2918msgstr ""
2919
2920#: builtin/branch.c:835 builtin/branch.c:841
2921msgid "print only branches that contain the commit"
2922msgstr ""
2923
2924#: builtin/branch.c:847
2925msgid "Specific git-branch actions:"
2926msgstr ""
2927
2928#: builtin/branch.c:848
2929msgid "list both remote-tracking and local branches"
2930msgstr ""
2931
2932#: builtin/branch.c:850
2933msgid "delete fully merged branch"
2934msgstr ""
2935
2936#: builtin/branch.c:851
2937msgid "delete branch (even if not merged)"
2938msgstr ""
2939
2940#: builtin/branch.c:852
2941msgid "move/rename a branch and its reflog"
2942msgstr ""
2943
2944#: builtin/branch.c:853
2945msgid "move/rename a branch, even if target exists"
2946msgstr ""
2947
2948#: builtin/branch.c:854
2949msgid "list branch names"
2950msgstr ""
2951
2952#: builtin/branch.c:855
2953msgid "create the branch's reflog"
2954msgstr ""
2955
2956#: builtin/branch.c:857
2957msgid "edit the description for the branch"
2958msgstr ""
2959
2960#: builtin/branch.c:858
2961msgid "force creation, move/rename, deletion"
2962msgstr ""
2963
2964#: builtin/branch.c:861
2965msgid "print only not merged branches"
2966msgstr ""
2967
2968#: builtin/branch.c:867
2969msgid "print only merged branches"
2970msgstr ""
2971
2972#: builtin/branch.c:871
2973msgid "list branches in columns"
2974msgstr ""
2975
2976#: builtin/branch.c:884
2977msgid "Failed to resolve HEAD as a valid ref."
2978msgstr ""
2979
2980#: builtin/branch.c:888 builtin/clone.c:637
2981msgid "HEAD not found below refs/heads!"
2982msgstr ""
2983
2984#: builtin/branch.c:910
2985msgid "--column and --verbose are incompatible"
2986msgstr ""
2987
2988#: builtin/branch.c:921 builtin/branch.c:960
2989msgid "branch name required"
2990msgstr ""
2991
2992#: builtin/branch.c:936
2993msgid "Cannot give description to detached HEAD"
2994msgstr ""
2995
2996#: builtin/branch.c:941
2997msgid "cannot edit description of more than one branch"
2998msgstr ""
2999
3000#: builtin/branch.c:948
3001#, c-format
3002msgid "No commit on branch '%s' yet."
3003msgstr ""
3004
3005#: builtin/branch.c:951
3006#, c-format
3007msgid "No branch named '%s'."
3008msgstr ""
3009
3010#: builtin/branch.c:966
3011msgid "too many branches for a rename operation"
3012msgstr ""
3013
3014#: builtin/branch.c:971
3015msgid "too many branches to set new upstream"
3016msgstr ""
3017
3018#: builtin/branch.c:975
3019#, c-format
3020msgid ""
3021"could not set upstream of HEAD to %s when it does not point to any branch."
3022msgstr ""
3023
3024#: builtin/branch.c:978 builtin/branch.c:1000 builtin/branch.c:1021
3025#, c-format
3026msgid "no such branch '%s'"
3027msgstr ""
3028
3029#: builtin/branch.c:982
3030#, c-format
3031msgid "branch '%s' does not exist"
3032msgstr ""
3033
3034#: builtin/branch.c:994
3035msgid "too many branches to unset upstream"
3036msgstr ""
3037
3038#: builtin/branch.c:998
3039msgid "could not unset upstream of HEAD when it does not point to any branch."
3040msgstr ""
3041
3042#: builtin/branch.c:1004
3043#, c-format
3044msgid "Branch '%s' has no upstream information"
3045msgstr ""
3046
3047#: builtin/branch.c:1018
3048msgid "it does not make sense to create 'HEAD' manually"
3049msgstr ""
3050
3051#: builtin/branch.c:1024
3052msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3053msgstr ""
3054
3055#: builtin/branch.c:1027
3056#, c-format
3057msgid ""
3058"The --set-upstream flag is deprecated and will be removed. Consider using --"
3059"track or --set-upstream-to\n"
3060msgstr ""
3061
3062#: builtin/branch.c:1044
3063#, c-format
3064msgid ""
3065"\n"
3066"If you wanted to make '%s' track '%s', do this:\n"
3067"\n"
3068msgstr ""
3069
3070#: builtin/branch.c:1045
3071#, c-format
3072msgid "    git branch -d %s\n"
3073msgstr ""
3074
3075#: builtin/branch.c:1046
3076#, c-format
3077msgid "    git branch --set-upstream-to %s\n"
3078msgstr ""
3079
3080#: builtin/bundle.c:47
3081#, c-format
3082msgid "%s is okay\n"
3083msgstr ""
3084
3085#: builtin/bundle.c:56
3086msgid "Need a repository to create a bundle."
3087msgstr ""
3088
3089#: builtin/bundle.c:60
3090msgid "Need a repository to unbundle."
3091msgstr ""
3092
3093#: builtin/cat-file.c:326
3094msgid "git cat-file (-t | -s | -e | -p | <type> | --textconv) <object>"
3095msgstr ""
3096
3097#: builtin/cat-file.c:327
3098msgid "git cat-file (--batch | --batch-check) < <list-of-objects>"
3099msgstr ""
3100
3101#: builtin/cat-file.c:364
3102msgid "<type> can be one of: blob, tree, commit, tag"
3103msgstr ""
3104
3105#: builtin/cat-file.c:365
3106msgid "show object type"
3107msgstr ""
3108
3109#: builtin/cat-file.c:366
3110msgid "show object size"
3111msgstr ""
3112
3113#: builtin/cat-file.c:368
3114msgid "exit with zero when there's no error"
3115msgstr ""
3116
3117#: builtin/cat-file.c:369
3118msgid "pretty-print object's content"
3119msgstr ""
3120
3121#: builtin/cat-file.c:371
3122msgid "for blob objects, run textconv on object's content"
3123msgstr ""
3124
3125#: builtin/cat-file.c:373
3126msgid "show info and content of objects fed from the standard input"
3127msgstr ""
3128
3129#: builtin/cat-file.c:376
3130msgid "show info about objects fed from the standard input"
3131msgstr ""
3132
3133#: builtin/check-attr.c:11
3134msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
3135msgstr ""
3136
3137#: builtin/check-attr.c:12
3138msgid "git check-attr --stdin [-z] [-a | --all | <attr>...] < <list-of-paths>"
3139msgstr ""
3140
3141#: builtin/check-attr.c:19
3142msgid "report all attributes set on file"
3143msgstr ""
3144
3145#: builtin/check-attr.c:20
3146msgid "use .gitattributes only from the index"
3147msgstr ""
3148
3149#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
3150msgid "read file names from stdin"
3151msgstr ""
3152
3153#: builtin/check-attr.c:23 builtin/check-ignore.c:24
3154msgid "terminate input and output records by a NUL character"
3155msgstr ""
3156
3157#: builtin/check-ignore.c:18 builtin/checkout.c:1107 builtin/gc.c:274
3158msgid "suppress progress reporting"
3159msgstr ""
3160
3161#: builtin/check-ignore.c:26
3162msgid "show non-matching input paths"
3163msgstr ""
3164
3165#: builtin/check-ignore.c:28
3166msgid "ignore index when checking"
3167msgstr ""
3168
3169#: builtin/check-ignore.c:154
3170msgid "cannot specify pathnames with --stdin"
3171msgstr ""
3172
3173#: builtin/check-ignore.c:157
3174msgid "-z only makes sense with --stdin"
3175msgstr ""
3176
3177#: builtin/check-ignore.c:159
3178msgid "no path specified"
3179msgstr ""
3180
3181#: builtin/check-ignore.c:163
3182msgid "--quiet is only valid with a single pathname"
3183msgstr ""
3184
3185#: builtin/check-ignore.c:165
3186msgid "cannot have both --quiet and --verbose"
3187msgstr ""
3188
3189#: builtin/check-ignore.c:168
3190msgid "--non-matching is only valid with --verbose"
3191msgstr ""
3192
3193#: builtin/check-mailmap.c:8
3194msgid "git check-mailmap [<options>] <contact>..."
3195msgstr ""
3196
3197#: builtin/check-mailmap.c:13
3198msgid "also read contacts from stdin"
3199msgstr ""
3200
3201#: builtin/check-mailmap.c:24
3202#, c-format
3203msgid "unable to parse contact: %s"
3204msgstr ""
3205
3206#: builtin/check-mailmap.c:47
3207msgid "no contacts specified"
3208msgstr ""
3209
3210#: builtin/checkout-index.c:126
3211msgid "git checkout-index [<options>] [--] [<file>...]"
3212msgstr ""
3213
3214#: builtin/checkout-index.c:188
3215msgid "check out all files in the index"
3216msgstr ""
3217
3218#: builtin/checkout-index.c:189
3219msgid "force overwrite of existing files"
3220msgstr ""
3221
3222#: builtin/checkout-index.c:191
3223msgid "no warning for existing files and files not in index"
3224msgstr ""
3225
3226#: builtin/checkout-index.c:193
3227msgid "don't checkout new files"
3228msgstr ""
3229
3230#: builtin/checkout-index.c:195
3231msgid "update stat information in the index file"
3232msgstr ""
3233
3234#: builtin/checkout-index.c:201
3235msgid "read list of paths from the standard input"
3236msgstr ""
3237
3238#: builtin/checkout-index.c:203
3239msgid "write the content to temporary files"
3240msgstr ""
3241
3242#: builtin/checkout-index.c:204 builtin/column.c:30
3243msgid "string"
3244msgstr ""
3245
3246#: builtin/checkout-index.c:205
3247msgid "when creating files, prepend <string>"
3248msgstr ""
3249
3250#: builtin/checkout-index.c:208
3251msgid "copy out the files from named stage"
3252msgstr ""
3253
3254#: builtin/checkout.c:25
3255msgid "git checkout [<options>] <branch>"
3256msgstr ""
3257
3258#: builtin/checkout.c:26
3259msgid "git checkout [<options>] [<branch>] -- <file>..."
3260msgstr ""
3261
3262#: builtin/checkout.c:132 builtin/checkout.c:165
3263#, c-format
3264msgid "path '%s' does not have our version"
3265msgstr ""
3266
3267#: builtin/checkout.c:134 builtin/checkout.c:167
3268#, c-format
3269msgid "path '%s' does not have their version"
3270msgstr ""
3271
3272#: builtin/checkout.c:150
3273#, c-format
3274msgid "path '%s' does not have all necessary versions"
3275msgstr ""
3276
3277#: builtin/checkout.c:194
3278#, c-format
3279msgid "path '%s' does not have necessary versions"
3280msgstr ""
3281
3282#: builtin/checkout.c:211
3283#, c-format
3284msgid "path '%s': cannot merge"
3285msgstr ""
3286
3287#: builtin/checkout.c:228
3288#, c-format
3289msgid "Unable to add merge result for '%s'"
3290msgstr ""
3291
3292#: builtin/checkout.c:249 builtin/checkout.c:252 builtin/checkout.c:255
3293#: builtin/checkout.c:258
3294#, c-format
3295msgid "'%s' cannot be used with updating paths"
3296msgstr ""
3297
3298#: builtin/checkout.c:261 builtin/checkout.c:264
3299#, c-format
3300msgid "'%s' cannot be used with %s"
3301msgstr ""
3302
3303#: builtin/checkout.c:267
3304#, c-format
3305msgid "Cannot update paths and switch to branch '%s' at the same time."
3306msgstr ""
3307
3308#: builtin/checkout.c:278 builtin/checkout.c:467
3309msgid "corrupt index file"
3310msgstr ""
3311
3312#: builtin/checkout.c:338 builtin/checkout.c:345
3313#, c-format
3314msgid "path '%s' is unmerged"
3315msgstr ""
3316
3317#: builtin/checkout.c:489
3318msgid "you need to resolve your current index first"
3319msgstr ""
3320
3321#: builtin/checkout.c:615
3322#, c-format
3323msgid "Can not do reflog for '%s'\n"
3324msgstr ""
3325
3326#: builtin/checkout.c:653
3327msgid "HEAD is now at"
3328msgstr ""
3329
3330#: builtin/checkout.c:660
3331#, c-format
3332msgid "Reset branch '%s'\n"
3333msgstr ""
3334
3335#: builtin/checkout.c:663
3336#, c-format
3337msgid "Already on '%s'\n"
3338msgstr ""
3339
3340#: builtin/checkout.c:667
3341#, c-format
3342msgid "Switched to and reset branch '%s'\n"
3343msgstr ""
3344
3345#: builtin/checkout.c:669 builtin/checkout.c:1050
3346#, c-format
3347msgid "Switched to a new branch '%s'\n"
3348msgstr ""
3349
3350#: builtin/checkout.c:671
3351#, c-format
3352msgid "Switched to branch '%s'\n"
3353msgstr ""
3354
3355#: builtin/checkout.c:723
3356#, c-format
3357msgid " ... and %d more.\n"
3358msgstr ""
3359
3360#: builtin/checkout.c:729
3361#, c-format
3362msgid ""
3363"Warning: you are leaving %d commit behind, not connected to\n"
3364"any of your branches:\n"
3365"\n"
3366"%s\n"
3367msgid_plural ""
3368"Warning: you are leaving %d commits behind, not connected to\n"
3369"any of your branches:\n"
3370"\n"
3371"%s\n"
3372msgstr[0] ""
3373msgstr[1] ""
3374
3375#: builtin/checkout.c:747
3376#, c-format
3377msgid ""
3378"If you want to keep them by creating a new branch, this may be a good time\n"
3379"to do so with:\n"
3380"\n"
3381" git branch <new-branch-name> %s\n"
3382"\n"
3383msgstr ""
3384
3385#: builtin/checkout.c:777
3386msgid "internal error in revision walk"
3387msgstr ""
3388
3389#: builtin/checkout.c:781
3390msgid "Previous HEAD position was"
3391msgstr ""
3392
3393#: builtin/checkout.c:808 builtin/checkout.c:1045
3394msgid "You are on a branch yet to be born"
3395msgstr ""
3396
3397#: builtin/checkout.c:952
3398#, c-format
3399msgid "only one reference expected, %d given."
3400msgstr ""
3401
3402#: builtin/checkout.c:991
3403#, c-format
3404msgid "invalid reference: %s"
3405msgstr ""
3406
3407#: builtin/checkout.c:1020
3408#, c-format
3409msgid "reference is not a tree: %s"
3410msgstr ""
3411
3412#: builtin/checkout.c:1059
3413msgid "paths cannot be used with switching branches"
3414msgstr ""
3415
3416#: builtin/checkout.c:1062 builtin/checkout.c:1066
3417#, c-format
3418msgid "'%s' cannot be used with switching branches"
3419msgstr ""
3420
3421#: builtin/checkout.c:1070 builtin/checkout.c:1073 builtin/checkout.c:1078
3422#: builtin/checkout.c:1081
3423#, c-format
3424msgid "'%s' cannot be used with '%s'"
3425msgstr ""
3426
3427#: builtin/checkout.c:1086
3428#, c-format
3429msgid "Cannot switch branch to a non-commit '%s'"
3430msgstr ""
3431
3432#: builtin/checkout.c:1108 builtin/checkout.c:1110 builtin/clone.c:90
3433#: builtin/remote.c:159 builtin/remote.c:161
3434msgid "branch"
3435msgstr ""
3436
3437#: builtin/checkout.c:1109
3438msgid "create and checkout a new branch"
3439msgstr ""
3440
3441#: builtin/checkout.c:1111
3442msgid "create/reset and checkout a branch"
3443msgstr ""
3444
3445#: builtin/checkout.c:1112
3446msgid "create reflog for new branch"
3447msgstr ""
3448
3449#: builtin/checkout.c:1113
3450msgid "detach the HEAD at named commit"
3451msgstr ""
3452
3453#: builtin/checkout.c:1114
3454msgid "set upstream info for new branch"
3455msgstr ""
3456
3457#: builtin/checkout.c:1116
3458msgid "new-branch"
3459msgstr ""
3460
3461#: builtin/checkout.c:1116
3462msgid "new unparented branch"
3463msgstr ""
3464
3465#: builtin/checkout.c:1117
3466msgid "checkout our version for unmerged files"
3467msgstr ""
3468
3469#: builtin/checkout.c:1119
3470msgid "checkout their version for unmerged files"
3471msgstr ""
3472
3473#: builtin/checkout.c:1121
3474msgid "force checkout (throw away local modifications)"
3475msgstr ""
3476
3477#: builtin/checkout.c:1122
3478msgid "perform a 3-way merge with the new branch"
3479msgstr ""
3480
3481#: builtin/checkout.c:1123 builtin/merge.c:227
3482msgid "update ignored files (default)"
3483msgstr ""
3484
3485#: builtin/checkout.c:1124 builtin/log.c:1239 parse-options.h:245
3486msgid "style"
3487msgstr ""
3488
3489#: builtin/checkout.c:1125
3490msgid "conflict style (merge or diff3)"
3491msgstr ""
3492
3493#: builtin/checkout.c:1128
3494msgid "do not limit pathspecs to sparse entries only"
3495msgstr ""
3496
3497#: builtin/checkout.c:1130
3498msgid "second guess 'git checkout <no-such-branch>'"
3499msgstr ""
3500
3501#: builtin/checkout.c:1153
3502msgid "-b, -B and --orphan are mutually exclusive"
3503msgstr ""
3504
3505#: builtin/checkout.c:1170
3506msgid "--track needs a branch name"
3507msgstr ""
3508
3509#: builtin/checkout.c:1175
3510msgid "Missing branch name; try -b"
3511msgstr ""
3512
3513#: builtin/checkout.c:1212
3514msgid "invalid path specification"
3515msgstr ""
3516
3517#: builtin/checkout.c:1219
3518#, c-format
3519msgid ""
3520"Cannot update paths and switch to branch '%s' at the same time.\n"
3521"Did you intend to checkout '%s' which can not be resolved as commit?"
3522msgstr ""
3523
3524#: builtin/checkout.c:1224
3525#, c-format
3526msgid "git checkout: --detach does not take a path argument '%s'"
3527msgstr ""
3528
3529#: builtin/checkout.c:1228
3530msgid ""
3531"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3532"checking out of the index."
3533msgstr ""
3534
3535#: builtin/clean.c:26
3536msgid ""
3537"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3538msgstr ""
3539
3540#: builtin/clean.c:30
3541#, c-format
3542msgid "Removing %s\n"
3543msgstr ""
3544
3545#: builtin/clean.c:31
3546#, c-format
3547msgid "Would remove %s\n"
3548msgstr ""
3549
3550#: builtin/clean.c:32
3551#, c-format
3552msgid "Skipping repository %s\n"
3553msgstr ""
3554
3555#: builtin/clean.c:33
3556#, c-format
3557msgid "Would skip repository %s\n"
3558msgstr ""
3559
3560#: builtin/clean.c:34
3561#, c-format
3562msgid "failed to remove %s"
3563msgstr ""
3564
3565#: builtin/clean.c:295
3566msgid ""
3567"Prompt help:\n"
3568"1          - select a numbered item\n"
3569"foo        - select item based on unique prefix\n"
3570"           - (empty) select nothing"
3571msgstr ""
3572
3573#: builtin/clean.c:299
3574msgid ""
3575"Prompt help:\n"
3576"1          - select a single item\n"
3577"3-5        - select a range of items\n"
3578"2-3,6-9    - select multiple ranges\n"
3579"foo        - select item based on unique prefix\n"
3580"-...       - unselect specified items\n"
3581"*          - choose all items\n"
3582"           - (empty) finish selecting"
3583msgstr ""
3584
3585#: builtin/clean.c:517
3586#, c-format
3587msgid "Huh (%s)?"
3588msgstr ""
3589
3590#: builtin/clean.c:659
3591#, c-format
3592msgid "Input ignore patterns>> "
3593msgstr ""
3594
3595#: builtin/clean.c:696
3596#, c-format
3597msgid "WARNING: Cannot find items matched by: %s"
3598msgstr ""
3599
3600#: builtin/clean.c:717
3601msgid "Select items to delete"
3602msgstr ""
3603
3604#. TRANSLATORS: Make sure to keep [y/N] as is
3605#: builtin/clean.c:758
3606#, c-format
3607msgid "Remove %s [y/N]? "
3608msgstr ""
3609
3610#: builtin/clean.c:783
3611msgid "Bye."
3612msgstr ""
3613
3614#: builtin/clean.c:791
3615msgid ""
3616"clean               - start cleaning\n"
3617"filter by pattern   - exclude items from deletion\n"
3618"select by numbers   - select items to be deleted by numbers\n"
3619"ask each            - confirm each deletion (like \"rm -i\")\n"
3620"quit                - stop cleaning\n"
3621"help                - this screen\n"
3622"?                   - help for prompt selection"
3623msgstr ""
3624
3625#: builtin/clean.c:818
3626msgid "*** Commands ***"
3627msgstr ""
3628
3629#: builtin/clean.c:819
3630msgid "What now"
3631msgstr ""
3632
3633#: builtin/clean.c:827
3634msgid "Would remove the following item:"
3635msgid_plural "Would remove the following items:"
3636msgstr[0] ""
3637msgstr[1] ""
3638
3639#: builtin/clean.c:844
3640msgid "No more files to clean, exiting."
3641msgstr ""
3642
3643#: builtin/clean.c:875
3644msgid "do not print names of files removed"
3645msgstr ""
3646
3647#: builtin/clean.c:877
3648msgid "force"
3649msgstr ""
3650
3651#: builtin/clean.c:878
3652msgid "interactive cleaning"
3653msgstr ""
3654
3655#: builtin/clean.c:880
3656msgid "remove whole directories"
3657msgstr ""
3658
3659#: builtin/clean.c:881 builtin/describe.c:407 builtin/grep.c:714
3660#: builtin/ls-files.c:443 builtin/name-rev.c:311 builtin/show-ref.c:185
3661msgid "pattern"
3662msgstr ""
3663
3664#: builtin/clean.c:882
3665msgid "add <pattern> to ignore rules"
3666msgstr ""
3667
3668#: builtin/clean.c:883
3669msgid "remove ignored files, too"
3670msgstr ""
3671
3672#: builtin/clean.c:885
3673msgid "remove only ignored files"
3674msgstr ""
3675
3676#: builtin/clean.c:903
3677msgid "-x and -X cannot be used together"
3678msgstr ""
3679
3680#: builtin/clean.c:907
3681msgid ""
3682"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
3683"clean"
3684msgstr ""
3685
3686#: builtin/clean.c:910
3687msgid ""
3688"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
3689"refusing to clean"
3690msgstr ""
3691
3692#: builtin/clone.c:37
3693msgid "git clone [<options>] [--] <repo> [<dir>]"
3694msgstr ""
3695
3696#: builtin/clone.c:66 builtin/fetch.c:111 builtin/merge.c:224
3697#: builtin/push.c:523
3698msgid "force progress reporting"
3699msgstr ""
3700
3701#: builtin/clone.c:68
3702msgid "don't create a checkout"
3703msgstr ""
3704
3705#: builtin/clone.c:69 builtin/clone.c:71 builtin/init-db.c:496
3706msgid "create a bare repository"
3707msgstr ""
3708
3709#: builtin/clone.c:73
3710msgid "create a mirror repository (implies bare)"
3711msgstr ""
3712
3713#: builtin/clone.c:75
3714msgid "to clone from a local repository"
3715msgstr ""
3716
3717#: builtin/clone.c:77
3718msgid "don't use local hardlinks, always copy"
3719msgstr ""
3720
3721#: builtin/clone.c:79
3722msgid "setup as shared repository"
3723msgstr ""
3724
3725#: builtin/clone.c:81 builtin/clone.c:83
3726msgid "initialize submodules in the clone"
3727msgstr ""
3728
3729#: builtin/clone.c:84 builtin/init-db.c:493
3730msgid "template-directory"
3731msgstr ""
3732
3733#: builtin/clone.c:85 builtin/init-db.c:494
3734msgid "directory from which templates will be used"
3735msgstr ""
3736
3737#: builtin/clone.c:87
3738msgid "reference repository"
3739msgstr ""
3740
3741#: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:44
3742msgid "name"
3743msgstr ""
3744
3745#: builtin/clone.c:89
3746msgid "use <name> instead of 'origin' to track upstream"
3747msgstr ""
3748
3749#: builtin/clone.c:91
3750msgid "checkout <branch> instead of the remote's HEAD"
3751msgstr ""
3752
3753#: builtin/clone.c:93
3754msgid "path to git-upload-pack on the remote"
3755msgstr ""
3756
3757#: builtin/clone.c:94 builtin/fetch.c:112 builtin/grep.c:659
3758msgid "depth"
3759msgstr ""
3760
3761#: builtin/clone.c:95
3762msgid "create a shallow clone of that depth"
3763msgstr ""
3764
3765#: builtin/clone.c:97
3766msgid "clone only one branch, HEAD or --branch"
3767msgstr ""
3768
3769#: builtin/clone.c:99
3770msgid "use --reference only while cloning"
3771msgstr ""
3772
3773#: builtin/clone.c:100 builtin/init-db.c:502
3774msgid "gitdir"
3775msgstr ""
3776
3777#: builtin/clone.c:101 builtin/init-db.c:503
3778msgid "separate git dir from working tree"
3779msgstr ""
3780
3781#: builtin/clone.c:102
3782msgid "key=value"
3783msgstr ""
3784
3785#: builtin/clone.c:103
3786msgid "set config inside the new repository"
3787msgstr ""
3788
3789#: builtin/clone.c:256
3790#, c-format
3791msgid "reference repository '%s' is not a local repository."
3792msgstr ""
3793
3794#: builtin/clone.c:260
3795#, c-format
3796msgid "reference repository '%s' is shallow"
3797msgstr ""
3798
3799#: builtin/clone.c:263
3800#, c-format
3801msgid "reference repository '%s' is grafted"
3802msgstr ""
3803
3804#: builtin/clone.c:325
3805#, c-format
3806msgid "failed to create directory '%s'"
3807msgstr ""
3808
3809#: builtin/clone.c:327 builtin/diff.c:84
3810#, c-format
3811msgid "failed to stat '%s'"
3812msgstr ""
3813
3814#: builtin/clone.c:329
3815#, c-format
3816msgid "%s exists and is not a directory"
3817msgstr ""
3818
3819#: builtin/clone.c:343
3820#, c-format
3821msgid "failed to stat %s\n"
3822msgstr ""
3823
3824#: builtin/clone.c:365
3825#, c-format
3826msgid "failed to create link '%s'"
3827msgstr ""
3828
3829#: builtin/clone.c:369
3830#, c-format
3831msgid "failed to copy file to '%s'"
3832msgstr ""
3833
3834#: builtin/clone.c:392 builtin/clone.c:566
3835#, c-format
3836msgid "done.\n"
3837msgstr ""
3838
3839#: builtin/clone.c:404
3840msgid ""
3841"Clone succeeded, but checkout failed.\n"
3842"You can inspect what was checked out with 'git status'\n"
3843"and retry the checkout with 'git checkout -f HEAD'\n"
3844msgstr ""
3845
3846#: builtin/clone.c:481
3847#, c-format
3848msgid "Could not find remote branch %s to clone."
3849msgstr ""
3850
3851#: builtin/clone.c:561
3852#, c-format
3853msgid "Checking connectivity... "
3854msgstr ""
3855
3856#: builtin/clone.c:564
3857msgid "remote did not send all necessary objects"
3858msgstr ""
3859
3860#: builtin/clone.c:628
3861msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3862msgstr ""
3863
3864#: builtin/clone.c:659
3865msgid "unable to checkout working tree"
3866msgstr ""
3867
3868#: builtin/clone.c:746
3869msgid "cannot repack to clean up"
3870msgstr ""
3871
3872#: builtin/clone.c:748
3873msgid "cannot unlink temporary alternates file"
3874msgstr ""
3875
3876#: builtin/clone.c:778
3877msgid "Too many arguments."
3878msgstr ""
3879
3880#: builtin/clone.c:782
3881msgid "You must specify a repository to clone."
3882msgstr ""
3883
3884#: builtin/clone.c:793
3885#, c-format
3886msgid "--bare and --origin %s options are incompatible."
3887msgstr ""
3888
3889#: builtin/clone.c:796
3890msgid "--bare and --separate-git-dir are incompatible."
3891msgstr ""
3892
3893#: builtin/clone.c:809
3894#, c-format
3895msgid "repository '%s' does not exist"
3896msgstr ""
3897
3898#: builtin/clone.c:815 builtin/fetch.c:1156
3899#, c-format
3900msgid "depth %s is not a positive number"
3901msgstr ""
3902
3903#: builtin/clone.c:825
3904#, c-format
3905msgid "destination path '%s' already exists and is not an empty directory."
3906msgstr ""
3907
3908#: builtin/clone.c:835
3909#, c-format
3910msgid "working tree '%s' already exists."
3911msgstr ""
3912
3913#: builtin/clone.c:850 builtin/clone.c:861
3914#, c-format
3915msgid "could not create leading directories of '%s'"
3916msgstr ""
3917
3918#: builtin/clone.c:853
3919#, c-format
3920msgid "could not create work tree dir '%s'"
3921msgstr ""
3922
3923#: builtin/clone.c:871
3924#, c-format
3925msgid "Cloning into bare repository '%s'...\n"
3926msgstr ""
3927
3928#: builtin/clone.c:873
3929#, c-format
3930msgid "Cloning into '%s'...\n"
3931msgstr ""
3932
3933#: builtin/clone.c:898
3934msgid "--dissociate given, but there is no --reference"
3935msgstr ""
3936
3937#: builtin/clone.c:913
3938msgid "--depth is ignored in local clones; use file:// instead."
3939msgstr ""
3940
3941#: builtin/clone.c:916
3942msgid "source repository is shallow, ignoring --local"
3943msgstr ""
3944
3945#: builtin/clone.c:921
3946msgid "--local is ignored"
3947msgstr ""
3948
3949#: builtin/clone.c:925
3950#, c-format
3951msgid "Don't know how to clone %s"
3952msgstr ""
3953
3954#: builtin/clone.c:976 builtin/clone.c:984
3955#, c-format
3956msgid "Remote branch %s not found in upstream %s"
3957msgstr ""
3958
3959#: builtin/clone.c:987
3960msgid "You appear to have cloned an empty repository."
3961msgstr ""
3962
3963#: builtin/column.c:9
3964msgid "git column [<options>]"
3965msgstr ""
3966
3967#: builtin/column.c:26
3968msgid "lookup config vars"
3969msgstr ""
3970
3971#: builtin/column.c:27 builtin/column.c:28
3972msgid "layout to use"
3973msgstr ""
3974
3975#: builtin/column.c:29
3976msgid "Maximum width"
3977msgstr ""
3978
3979#: builtin/column.c:30
3980msgid "Padding space on left border"
3981msgstr ""
3982
3983#: builtin/column.c:31
3984msgid "Padding space on right border"
3985msgstr ""
3986
3987#: builtin/column.c:32
3988msgid "Padding space between columns"
3989msgstr ""
3990
3991#: builtin/column.c:51
3992msgid "--command must be the first argument"
3993msgstr ""
3994
3995#: builtin/commit.c:37
3996msgid "git commit [<options>] [--] <pathspec>..."
3997msgstr ""
3998
3999#: builtin/commit.c:42
4000msgid "git status [<options>] [--] <pathspec>..."
4001msgstr ""
4002
4003#: builtin/commit.c:47
4004msgid ""
4005"Your name and email address were configured automatically based\n"
4006"on your username and hostname. Please check that they are accurate.\n"
4007"You can suppress this message by setting them explicitly. Run the\n"
4008"following command and follow the instructions in your editor to edit\n"
4009"your configuration file:\n"
4010"\n"
4011"    git config --global --edit\n"
4012"\n"
4013"After doing this, you may fix the identity used for this commit with:\n"
4014"\n"
4015"    git commit --amend --reset-author\n"
4016msgstr ""
4017
4018#: builtin/commit.c:60
4019msgid ""
4020"Your name and email address were configured automatically based\n"
4021"on your username and hostname. Please check that they are accurate.\n"
4022"You can suppress this message by setting them explicitly:\n"
4023"\n"
4024"    git config --global user.name \"Your Name\"\n"
4025"    git config --global user.email you@example.com\n"
4026"\n"
4027"After doing this, you may fix the identity used for this commit with:\n"
4028"\n"
4029"    git commit --amend --reset-author\n"
4030msgstr ""
4031
4032#: builtin/commit.c:72
4033msgid ""
4034"You asked to amend the most recent commit, but doing so would make\n"
4035"it empty. You can repeat your command with --allow-empty, or you can\n"
4036"remove the commit entirely with \"git reset HEAD^\".\n"
4037msgstr ""
4038
4039#: builtin/commit.c:77
4040msgid ""
4041"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4042"If you wish to commit it anyway, use:\n"
4043"\n"
4044"    git commit --allow-empty\n"
4045"\n"
4046msgstr ""
4047
4048#: builtin/commit.c:84
4049msgid "Otherwise, please use 'git reset'\n"
4050msgstr ""
4051
4052#: builtin/commit.c:87
4053msgid ""
4054"If you wish to skip this commit, use:\n"
4055"\n"
4056"    git reset\n"
4057"\n"
4058"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4059"the remaining commits.\n"
4060msgstr ""
4061
4062#: builtin/commit.c:304
4063msgid "failed to unpack HEAD tree object"
4064msgstr ""
4065
4066#: builtin/commit.c:344
4067msgid "unable to create temporary index"
4068msgstr ""
4069
4070#: builtin/commit.c:350
4071msgid "interactive add failed"
4072msgstr ""
4073
4074#: builtin/commit.c:361
4075msgid "unable to write index file"
4076msgstr ""
4077
4078#: builtin/commit.c:363
4079msgid "unable to update temporary index"
4080msgstr ""
4081
4082#: builtin/commit.c:365
4083msgid "Failed to update main cache tree"
4084msgstr ""
4085
4086#: builtin/commit.c:389 builtin/commit.c:414 builtin/commit.c:463
4087msgid "unable to write new_index file"
4088msgstr ""
4089
4090#: builtin/commit.c:445
4091msgid "cannot do a partial commit during a merge."
4092msgstr ""
4093
4094#: builtin/commit.c:447
4095msgid "cannot do a partial commit during a cherry-pick."
4096msgstr ""
4097
4098#: builtin/commit.c:456
4099msgid "cannot read the index"
4100msgstr ""
4101
4102#: builtin/commit.c:475
4103msgid "unable to write temporary index file"
4104msgstr ""
4105
4106#: builtin/commit.c:580
4107#, c-format
4108msgid "commit '%s' lacks author header"
4109msgstr ""
4110
4111#: builtin/commit.c:582
4112#, c-format
4113msgid "commit '%s' has malformed author line"
4114msgstr ""
4115
4116#: builtin/commit.c:601
4117msgid "malformed --author parameter"
4118msgstr ""
4119
4120#: builtin/commit.c:609
4121#, c-format
4122msgid "invalid date format: %s"
4123msgstr ""
4124
4125#: builtin/commit.c:653
4126msgid ""
4127"unable to select a comment character that is not used\n"
4128"in the current commit message"
4129msgstr ""
4130
4131#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:1080
4132#, c-format
4133msgid "could not lookup commit %s"
4134msgstr ""
4135
4136#: builtin/commit.c:702 builtin/shortlog.c:273
4137#, c-format
4138msgid "(reading log message from standard input)\n"
4139msgstr ""
4140
4141#: builtin/commit.c:704
4142msgid "could not read log from standard input"
4143msgstr ""
4144
4145#: builtin/commit.c:708
4146#, c-format
4147msgid "could not read log file '%s'"
4148msgstr ""
4149
4150#: builtin/commit.c:730
4151msgid "could not read MERGE_MSG"
4152msgstr ""
4153
4154#: builtin/commit.c:734
4155msgid "could not read SQUASH_MSG"
4156msgstr ""
4157
4158#: builtin/commit.c:738
4159#, c-format
4160msgid "could not read '%s'"
4161msgstr ""
4162
4163#: builtin/commit.c:785
4164msgid "could not write commit template"
4165msgstr ""
4166
4167#: builtin/commit.c:803
4168#, c-format
4169msgid ""
4170"\n"
4171"It looks like you may be committing a merge.\n"
4172"If this is not correct, please remove the file\n"
4173"\t%s\n"
4174"and try again.\n"
4175msgstr ""
4176
4177#: builtin/commit.c:808
4178#, c-format
4179msgid ""
4180"\n"
4181"It looks like you may be committing a cherry-pick.\n"
4182"If this is not correct, please remove the file\n"
4183"\t%s\n"
4184"and try again.\n"
4185msgstr ""
4186
4187#: builtin/commit.c:821
4188#, c-format
4189msgid ""
4190"Please enter the commit message for your changes. Lines starting\n"
4191"with '%c' will be ignored, and an empty message aborts the commit.\n"
4192msgstr ""
4193
4194#: builtin/commit.c:828
4195#, c-format
4196msgid ""
4197"Please enter the commit message for your changes. Lines starting\n"
4198"with '%c' will be kept; you may remove them yourself if you want to.\n"
4199"An empty message aborts the commit.\n"
4200msgstr ""
4201
4202#: builtin/commit.c:848
4203#, c-format
4204msgid "%sAuthor:    %.*s <%.*s>"
4205msgstr ""
4206
4207#: builtin/commit.c:856
4208#, c-format
4209msgid "%sDate:      %s"
4210msgstr ""
4211
4212#: builtin/commit.c:863
4213#, c-format
4214msgid "%sCommitter: %.*s <%.*s>"
4215msgstr ""
4216
4217#: builtin/commit.c:881
4218msgid "Cannot read index"
4219msgstr ""
4220
4221#: builtin/commit.c:938
4222msgid "Error building trees"
4223msgstr ""
4224
4225#: builtin/commit.c:953 builtin/tag.c:495
4226#, c-format
4227msgid "Please supply the message using either -m or -F option.\n"
4228msgstr ""
4229
4230#: builtin/commit.c:1055
4231#, c-format
4232msgid "--author '%s' is not 'Name <email>' and matches no existing author"
4233msgstr ""
4234
4235#: builtin/commit.c:1070 builtin/commit.c:1310
4236#, c-format
4237msgid "Invalid untracked files mode '%s'"
4238msgstr ""
4239
4240#: builtin/commit.c:1107
4241msgid "--long and -z are incompatible"
4242msgstr ""
4243
4244#: builtin/commit.c:1137
4245msgid "Using both --reset-author and --author does not make sense"
4246msgstr ""
4247
4248#: builtin/commit.c:1146
4249msgid "You have nothing to amend."
4250msgstr ""
4251
4252#: builtin/commit.c:1149
4253msgid "You are in the middle of a merge -- cannot amend."
4254msgstr ""
4255
4256#: builtin/commit.c:1151
4257msgid "You are in the middle of a cherry-pick -- cannot amend."
4258msgstr ""
4259
4260#: builtin/commit.c:1154
4261msgid "Options --squash and --fixup cannot be used together"
4262msgstr ""
4263
4264#: builtin/commit.c:1164
4265msgid "Only one of -c/-C/-F/--fixup can be used."
4266msgstr ""
4267
4268#: builtin/commit.c:1166
4269msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4270msgstr ""
4271
4272#: builtin/commit.c:1174
4273msgid "--reset-author can be used only with -C, -c or --amend."
4274msgstr ""
4275
4276#: builtin/commit.c:1191
4277msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4278msgstr ""
4279
4280#: builtin/commit.c:1193
4281msgid "No paths with --include/--only does not make sense."
4282msgstr ""
4283
4284#: builtin/commit.c:1195
4285msgid "Clever... amending the last one with dirty index."
4286msgstr ""
4287
4288#: builtin/commit.c:1197
4289msgid "Explicit paths specified without -i or -o; assuming --only paths..."
4290msgstr ""
4291
4292#: builtin/commit.c:1209 builtin/tag.c:728
4293#, c-format
4294msgid "Invalid cleanup mode %s"
4295msgstr ""
4296
4297#: builtin/commit.c:1214
4298msgid "Paths with -a does not make sense."
4299msgstr ""
4300
4301#: builtin/commit.c:1324 builtin/commit.c:1604
4302msgid "show status concisely"
4303msgstr ""
4304
4305#: builtin/commit.c:1326 builtin/commit.c:1606
4306msgid "show branch information"
4307msgstr ""
4308
4309#: builtin/commit.c:1328 builtin/commit.c:1608 builtin/push.c:509
4310msgid "machine-readable output"
4311msgstr ""
4312
4313#: builtin/commit.c:1331 builtin/commit.c:1610
4314msgid "show status in long format (default)"
4315msgstr ""
4316
4317#: builtin/commit.c:1334 builtin/commit.c:1613
4318msgid "terminate entries with NUL"
4319msgstr ""
4320
4321#: builtin/commit.c:1336 builtin/commit.c:1616 builtin/fast-export.c:980
4322#: builtin/fast-export.c:983 builtin/tag.c:603
4323msgid "mode"
4324msgstr ""
4325
4326#: builtin/commit.c:1337 builtin/commit.c:1616
4327msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4328msgstr ""
4329
4330#: builtin/commit.c:1340
4331msgid "show ignored files"
4332msgstr ""
4333
4334#: builtin/commit.c:1341 parse-options.h:153
4335msgid "when"
4336msgstr ""
4337
4338#: builtin/commit.c:1342
4339msgid ""
4340"ignore changes to submodules, optional when: all, dirty, untracked. "
4341"(Default: all)"
4342msgstr ""
4343
4344#: builtin/commit.c:1344
4345msgid "list untracked files in columns"
4346msgstr ""
4347
4348#: builtin/commit.c:1431
4349msgid "couldn't look up newly created commit"
4350msgstr ""
4351
4352#: builtin/commit.c:1433
4353msgid "could not parse newly created commit"
4354msgstr ""
4355
4356#: builtin/commit.c:1478
4357msgid "detached HEAD"
4358msgstr ""
4359
4360#: builtin/commit.c:1481
4361msgid " (root-commit)"
4362msgstr ""
4363
4364#: builtin/commit.c:1574
4365msgid "suppress summary after successful commit"
4366msgstr ""
4367
4368#: builtin/commit.c:1575
4369msgid "show diff in commit message template"
4370msgstr ""
4371
4372#: builtin/commit.c:1577
4373msgid "Commit message options"
4374msgstr ""
4375
4376#: builtin/commit.c:1578 builtin/tag.c:601
4377msgid "read message from file"
4378msgstr ""
4379
4380#: builtin/commit.c:1579
4381msgid "author"
4382msgstr ""
4383
4384#: builtin/commit.c:1579
4385msgid "override author for commit"
4386msgstr ""
4387
4388#: builtin/commit.c:1580 builtin/gc.c:275
4389msgid "date"
4390msgstr ""
4391
4392#: builtin/commit.c:1580
4393msgid "override date for commit"
4394msgstr ""
4395
4396#: builtin/commit.c:1581 builtin/merge.c:218 builtin/notes.c:391
4397#: builtin/notes.c:554 builtin/tag.c:599
4398msgid "message"
4399msgstr ""
4400
4401#: builtin/commit.c:1581
4402msgid "commit message"
4403msgstr ""
4404
4405#: builtin/commit.c:1582
4406msgid "reuse and edit message from specified commit"
4407msgstr ""
4408
4409#: builtin/commit.c:1583
4410msgid "reuse message from specified commit"
4411msgstr ""
4412
4413#: builtin/commit.c:1584
4414msgid "use autosquash formatted message to fixup specified commit"
4415msgstr ""
4416
4417#: builtin/commit.c:1585
4418msgid "use autosquash formatted message to squash specified commit"
4419msgstr ""
4420
4421#: builtin/commit.c:1586
4422msgid "the commit is authored by me now (used with -C/-c/--amend)"
4423msgstr ""
4424
4425#: builtin/commit.c:1587 builtin/log.c:1191 builtin/revert.c:86
4426msgid "add Signed-off-by:"
4427msgstr ""
4428
4429#: builtin/commit.c:1588
4430msgid "use specified template file"
4431msgstr ""
4432
4433#: builtin/commit.c:1589
4434msgid "force edit of commit"
4435msgstr ""
4436
4437#: builtin/commit.c:1590
4438msgid "default"
4439msgstr ""
4440
4441#: builtin/commit.c:1590 builtin/tag.c:604
4442msgid "how to strip spaces and #comments from message"
4443msgstr ""
4444
4445#: builtin/commit.c:1591
4446msgid "include status in commit message template"
4447msgstr ""
4448
4449#: builtin/commit.c:1592 builtin/merge.c:225 builtin/revert.c:92
4450#: builtin/tag.c:605
4451msgid "key-id"
4452msgstr ""
4453
4454#: builtin/commit.c:1593 builtin/merge.c:226 builtin/revert.c:93
4455msgid "GPG sign commit"
4456msgstr ""
4457
4458#: builtin/commit.c:1596
4459msgid "Commit contents options"
4460msgstr ""
4461
4462#: builtin/commit.c:1597
4463msgid "commit all changed files"
4464msgstr ""
4465
4466#: builtin/commit.c:1598
4467msgid "add specified files to index for commit"
4468msgstr ""
4469
4470#: builtin/commit.c:1599
4471msgid "interactively add files"
4472msgstr ""
4473
4474#: builtin/commit.c:1600
4475msgid "interactively add changes"
4476msgstr ""
4477
4478#: builtin/commit.c:1601
4479msgid "commit only specified files"
4480msgstr ""
4481
4482#: builtin/commit.c:1602
4483msgid "bypass pre-commit hook"
4484msgstr ""
4485
4486#: builtin/commit.c:1603
4487msgid "show what would be committed"
4488msgstr ""
4489
4490#: builtin/commit.c:1614
4491msgid "amend previous commit"
4492msgstr ""
4493
4494#: builtin/commit.c:1615
4495msgid "bypass post-rewrite hook"
4496msgstr ""
4497
4498#: builtin/commit.c:1620
4499msgid "ok to record an empty change"
4500msgstr ""
4501
4502#: builtin/commit.c:1622
4503msgid "ok to record a change with an empty message"
4504msgstr ""
4505
4506#: builtin/commit.c:1651
4507msgid "could not parse HEAD commit"
4508msgstr ""
4509
4510#: builtin/commit.c:1690 builtin/merge.c:519
4511#, c-format
4512msgid "could not open '%s' for reading"
4513msgstr ""
4514
4515#: builtin/commit.c:1697
4516#, c-format
4517msgid "Corrupt MERGE_HEAD file (%s)"
4518msgstr ""
4519
4520#: builtin/commit.c:1704
4521msgid "could not read MERGE_MODE"
4522msgstr ""
4523
4524#: builtin/commit.c:1723
4525#, c-format
4526msgid "could not read commit message: %s"
4527msgstr ""
4528
4529#: builtin/commit.c:1734
4530#, c-format
4531msgid "Aborting commit; you did not edit the message.\n"
4532msgstr ""
4533
4534#: builtin/commit.c:1739
4535#, c-format
4536msgid "Aborting commit due to empty commit message.\n"
4537msgstr ""
4538
4539#: builtin/commit.c:1754 builtin/merge.c:851 builtin/merge.c:876
4540msgid "failed to write commit object"
4541msgstr ""
4542
4543#: builtin/commit.c:1787
4544msgid ""
4545"Repository has been updated, but unable to write\n"
4546"new_index file. Check that disk is not full and quota is\n"
4547"not exceeded, and then \"git reset HEAD\" to recover."
4548msgstr ""
4549
4550#: builtin/config.c:8
4551msgid "git config [<options>]"
4552msgstr ""
4553
4554#: builtin/config.c:53
4555msgid "Config file location"
4556msgstr ""
4557
4558#: builtin/config.c:54
4559msgid "use global config file"
4560msgstr ""
4561
4562#: builtin/config.c:55
4563msgid "use system config file"
4564msgstr ""
4565
4566#: builtin/config.c:56
4567msgid "use repository config file"
4568msgstr ""
4569
4570#: builtin/config.c:57
4571msgid "use given config file"
4572msgstr ""
4573
4574#: builtin/config.c:58
4575msgid "blob-id"
4576msgstr ""
4577
4578#: builtin/config.c:58
4579msgid "read config from given blob object"
4580msgstr ""
4581
4582#: builtin/config.c:59
4583msgid "Action"
4584msgstr ""
4585
4586#: builtin/config.c:60
4587msgid "get value: name [value-regex]"
4588msgstr ""
4589
4590#: builtin/config.c:61
4591msgid "get all values: key [value-regex]"
4592msgstr ""
4593
4594#: builtin/config.c:62
4595msgid "get values for regexp: name-regex [value-regex]"
4596msgstr ""
4597
4598#: builtin/config.c:63
4599msgid "get value specific for the URL: section[.var] URL"
4600msgstr ""
4601
4602#: builtin/config.c:64
4603msgid "replace all matching variables: name value [value_regex]"
4604msgstr ""
4605
4606#: builtin/config.c:65
4607msgid "add a new variable: name value"
4608msgstr ""
4609
4610#: builtin/config.c:66
4611msgid "remove a variable: name [value-regex]"
4612msgstr ""
4613
4614#: builtin/config.c:67
4615msgid "remove all matches: name [value-regex]"
4616msgstr ""
4617
4618#: builtin/config.c:68
4619msgid "rename section: old-name new-name"
4620msgstr ""
4621
4622#: builtin/config.c:69
4623msgid "remove a section: name"
4624msgstr ""
4625
4626#: builtin/config.c:70
4627msgid "list all"
4628msgstr ""
4629
4630#: builtin/config.c:71
4631msgid "open an editor"
4632msgstr ""
4633
4634#: builtin/config.c:72
4635msgid "find the color configured: slot [default]"
4636msgstr ""
4637
4638#: builtin/config.c:73
4639msgid "find the color setting: slot [stdout-is-tty]"
4640msgstr ""
4641
4642#: builtin/config.c:74
4643msgid "Type"
4644msgstr ""
4645
4646#: builtin/config.c:75
4647msgid "value is \"true\" or \"false\""
4648msgstr ""
4649
4650#: builtin/config.c:76
4651msgid "value is decimal number"
4652msgstr ""
4653
4654#: builtin/config.c:77
4655msgid "value is --bool or --int"
4656msgstr ""
4657
4658#: builtin/config.c:78
4659msgid "value is a path (file or directory name)"
4660msgstr ""
4661
4662#: builtin/config.c:79
4663msgid "Other"
4664msgstr ""
4665
4666#: builtin/config.c:80
4667msgid "terminate values with NUL byte"
4668msgstr ""
4669
4670#: builtin/config.c:81
4671msgid "respect include directives on lookup"
4672msgstr ""
4673
4674#: builtin/config.c:316
4675msgid "unable to parse default color value"
4676msgstr ""
4677
4678#: builtin/config.c:457
4679#, c-format
4680msgid ""
4681"# This is Git's per-user configuration file.\n"
4682"[core]\n"
4683"# Please adapt and uncomment the following lines:\n"
4684"#\tuser = %s\n"
4685"#\temail = %s\n"
4686msgstr ""
4687
4688#: builtin/config.c:589
4689#, c-format
4690msgid "cannot create configuration file %s"
4691msgstr ""
4692
4693#: builtin/count-objects.c:55
4694msgid "git count-objects [-v] [-H | --human-readable]"
4695msgstr ""
4696
4697#: builtin/count-objects.c:65
4698msgid "print sizes in human readable format"
4699msgstr ""
4700
4701#: builtin/describe.c:17
4702msgid "git describe [<options>] [<commit-ish>...]"
4703msgstr ""
4704
4705#: builtin/describe.c:18
4706msgid "git describe [<options>] --dirty"
4707msgstr ""
4708
4709#: builtin/describe.c:217
4710#, c-format
4711msgid "annotated tag %s not available"
4712msgstr ""
4713
4714#: builtin/describe.c:221
4715#, c-format
4716msgid "annotated tag %s has no embedded name"
4717msgstr ""
4718
4719#: builtin/describe.c:223
4720#, c-format
4721msgid "tag '%s' is really '%s' here"
4722msgstr ""
4723
4724#: builtin/describe.c:250 builtin/log.c:452
4725#, c-format
4726msgid "Not a valid object name %s"
4727msgstr ""
4728
4729#: builtin/describe.c:253
4730#, c-format
4731msgid "%s is not a valid '%s' object"
4732msgstr ""
4733
4734#: builtin/describe.c:270
4735#, c-format
4736msgid "no tag exactly matches '%s'"
4737msgstr ""
4738
4739#: builtin/describe.c:272
4740#, c-format
4741msgid "searching to describe %s\n"
4742msgstr ""
4743
4744#: builtin/describe.c:319
4745#, c-format
4746msgid "finished search at %s\n"
4747msgstr ""
4748
4749#: builtin/describe.c:346
4750#, c-format
4751msgid ""
4752"No annotated tags can describe '%s'.\n"
4753"However, there were unannotated tags: try --tags."
4754msgstr ""
4755
4756#: builtin/describe.c:350
4757#, c-format
4758msgid ""
4759"No tags can describe '%s'.\n"
4760"Try --always, or create some tags."
4761msgstr ""
4762
4763#: builtin/describe.c:371
4764#, c-format
4765msgid "traversed %lu commits\n"
4766msgstr ""
4767
4768#: builtin/describe.c:374
4769#, c-format
4770msgid ""
4771"more than %i tags found; listed %i most recent\n"
4772"gave up search at %s\n"
4773msgstr ""
4774
4775#: builtin/describe.c:396
4776msgid "find the tag that comes after the commit"
4777msgstr ""
4778
4779#: builtin/describe.c:397
4780msgid "debug search strategy on stderr"
4781msgstr ""
4782
4783#: builtin/describe.c:398
4784msgid "use any ref"
4785msgstr ""
4786
4787#: builtin/describe.c:399
4788msgid "use any tag, even unannotated"
4789msgstr ""
4790
4791#: builtin/describe.c:400
4792msgid "always use long format"
4793msgstr ""
4794
4795#: builtin/describe.c:401
4796msgid "only follow first parent"
4797msgstr ""
4798
4799#: builtin/describe.c:404
4800msgid "only output exact matches"
4801msgstr ""
4802
4803#: builtin/describe.c:406
4804msgid "consider <n> most recent tags (default: 10)"
4805msgstr ""
4806
4807#: builtin/describe.c:408
4808msgid "only consider tags matching <pattern>"
4809msgstr ""
4810
4811#: builtin/describe.c:410 builtin/name-rev.c:318
4812msgid "show abbreviated commit object as fallback"
4813msgstr ""
4814
4815#: builtin/describe.c:411
4816msgid "mark"
4817msgstr ""
4818
4819#: builtin/describe.c:412
4820msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4821msgstr ""
4822
4823#: builtin/describe.c:430
4824msgid "--long is incompatible with --abbrev=0"
4825msgstr ""
4826
4827#: builtin/describe.c:456
4828msgid "No names found, cannot describe anything."
4829msgstr ""
4830
4831#: builtin/describe.c:476
4832msgid "--dirty is incompatible with commit-ishes"
4833msgstr ""
4834
4835#: builtin/diff.c:86
4836#, c-format
4837msgid "'%s': not a regular file or symlink"
4838msgstr ""
4839
4840#: builtin/diff.c:237
4841#, c-format
4842msgid "invalid option: %s"
4843msgstr ""
4844
4845#: builtin/diff.c:358
4846msgid "Not a git repository"
4847msgstr ""
4848
4849#: builtin/diff.c:401
4850#, c-format
4851msgid "invalid object '%s' given."
4852msgstr ""
4853
4854#: builtin/diff.c:410
4855#, c-format
4856msgid "more than two blobs given: '%s'"
4857msgstr ""
4858
4859#: builtin/diff.c:417
4860#, c-format
4861msgid "unhandled object '%s' given."
4862msgstr ""
4863
4864#: builtin/fast-export.c:24
4865msgid "git fast-export [rev-list-opts]"
4866msgstr ""
4867
4868#: builtin/fast-export.c:979
4869msgid "show progress after <n> objects"
4870msgstr ""
4871
4872#: builtin/fast-export.c:981
4873msgid "select handling of signed tags"
4874msgstr ""
4875
4876#: builtin/fast-export.c:984
4877msgid "select handling of tags that tag filtered objects"
4878msgstr ""
4879
4880#: builtin/fast-export.c:987
4881msgid "Dump marks to this file"
4882msgstr ""
4883
4884#: builtin/fast-export.c:989
4885msgid "Import marks from this file"
4886msgstr ""
4887
4888#: builtin/fast-export.c:991
4889msgid "Fake a tagger when tags lack one"
4890msgstr ""
4891
4892#: builtin/fast-export.c:993
4893msgid "Output full tree for each commit"
4894msgstr ""
4895
4896#: builtin/fast-export.c:995
4897msgid "Use the done feature to terminate the stream"
4898msgstr ""
4899
4900#: builtin/fast-export.c:996
4901msgid "Skip output of blob data"
4902msgstr ""
4903
4904#: builtin/fast-export.c:997
4905msgid "refspec"
4906msgstr ""
4907
4908#: builtin/fast-export.c:998
4909msgid "Apply refspec to exported refs"
4910msgstr ""
4911
4912#: builtin/fast-export.c:999
4913msgid "anonymize output"
4914msgstr ""
4915
4916#: builtin/fetch.c:19
4917msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4918msgstr ""
4919
4920#: builtin/fetch.c:20
4921msgid "git fetch [<options>] <group>"
4922msgstr ""
4923
4924#: builtin/fetch.c:21
4925msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4926msgstr ""
4927
4928#: builtin/fetch.c:22
4929msgid "git fetch --all [<options>]"
4930msgstr ""
4931
4932#: builtin/fetch.c:89
4933msgid "fetch from all remotes"
4934msgstr ""
4935
4936#: builtin/fetch.c:91
4937msgid "append to .git/FETCH_HEAD instead of overwriting"
4938msgstr ""
4939
4940#: builtin/fetch.c:93
4941msgid "path to upload pack on remote end"
4942msgstr ""
4943
4944#: builtin/fetch.c:94
4945msgid "force overwrite of local branch"
4946msgstr ""
4947
4948#: builtin/fetch.c:96
4949msgid "fetch from multiple remotes"
4950msgstr ""
4951
4952#: builtin/fetch.c:98
4953msgid "fetch all tags and associated objects"
4954msgstr ""
4955
4956#: builtin/fetch.c:100
4957msgid "do not fetch all tags (--no-tags)"
4958msgstr ""
4959
4960#: builtin/fetch.c:102
4961msgid "prune remote-tracking branches no longer on remote"
4962msgstr ""
4963
4964#: builtin/fetch.c:103
4965msgid "on-demand"
4966msgstr ""
4967
4968#: builtin/fetch.c:104
4969msgid "control recursive fetching of submodules"
4970msgstr ""
4971
4972#: builtin/fetch.c:108
4973msgid "keep downloaded pack"
4974msgstr ""
4975
4976#: builtin/fetch.c:110
4977msgid "allow updating of HEAD ref"
4978msgstr ""
4979
4980#: builtin/fetch.c:113
4981msgid "deepen history of shallow clone"
4982msgstr ""
4983
4984#: builtin/fetch.c:115
4985msgid "convert to a complete repository"
4986msgstr ""
4987
4988#: builtin/fetch.c:117 builtin/log.c:1208
4989msgid "dir"
4990msgstr ""
4991
4992#: builtin/fetch.c:118
4993msgid "prepend this to submodule path output"
4994msgstr ""
4995
4996#: builtin/fetch.c:121
4997msgid "default mode for recursion"
4998msgstr ""
4999
5000#: builtin/fetch.c:123
5001msgid "accept refs that update .git/shallow"
5002msgstr ""
5003
5004#: builtin/fetch.c:124
5005msgid "refmap"
5006msgstr ""
5007
5008#: builtin/fetch.c:125
5009msgid "specify fetch refmap"
5010msgstr ""
5011
5012#: builtin/fetch.c:375
5013msgid "Couldn't find remote ref HEAD"
5014msgstr ""
5015
5016#: builtin/fetch.c:455
5017#, c-format
5018msgid "object %s not found"
5019msgstr ""
5020
5021#: builtin/fetch.c:460
5022msgid "[up to date]"
5023msgstr ""
5024
5025#: builtin/fetch.c:474
5026#, c-format
5027msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
5028msgstr ""
5029
5030#: builtin/fetch.c:475 builtin/fetch.c:561
5031msgid "[rejected]"
5032msgstr ""
5033
5034#: builtin/fetch.c:486
5035msgid "[tag update]"
5036msgstr ""
5037
5038#: builtin/fetch.c:488 builtin/fetch.c:523 builtin/fetch.c:541
5039msgid "  (unable to update local ref)"
5040msgstr ""
5041
5042#: builtin/fetch.c:506
5043msgid "[new tag]"
5044msgstr ""
5045
5046#: builtin/fetch.c:509
5047msgid "[new branch]"
5048msgstr ""
5049
5050#: builtin/fetch.c:512
5051msgid "[new ref]"
5052msgstr ""
5053
5054#: builtin/fetch.c:557
5055msgid "unable to update local ref"
5056msgstr ""
5057
5058#: builtin/fetch.c:557
5059msgid "forced update"
5060msgstr ""
5061
5062#: builtin/fetch.c:563
5063msgid "(non-fast-forward)"
5064msgstr ""
5065
5066#: builtin/fetch.c:596 builtin/fetch.c:829
5067#, c-format
5068msgid "cannot open %s: %s\n"
5069msgstr ""
5070
5071#: builtin/fetch.c:605
5072#, c-format
5073msgid "%s did not send all necessary objects\n"
5074msgstr ""
5075
5076#: builtin/fetch.c:623
5077#, c-format
5078msgid "reject %s because shallow roots are not allowed to be updated"
5079msgstr ""
5080
5081#: builtin/fetch.c:711 builtin/fetch.c:794
5082#, c-format
5083msgid "From %.*s\n"
5084msgstr ""
5085
5086#: builtin/fetch.c:722
5087#, c-format
5088msgid ""
5089"some local refs could not be updated; try running\n"
5090" 'git remote prune %s' to remove any old, conflicting branches"
5091msgstr ""
5092
5093#: builtin/fetch.c:774
5094#, c-format
5095msgid "   (%s will become dangling)"
5096msgstr ""
5097
5098#: builtin/fetch.c:775
5099#, c-format
5100msgid "   (%s has become dangling)"
5101msgstr ""
5102
5103#: builtin/fetch.c:799
5104msgid "[deleted]"
5105msgstr ""
5106
5107#: builtin/fetch.c:800 builtin/remote.c:1060
5108msgid "(none)"
5109msgstr ""
5110
5111#: builtin/fetch.c:819
5112#, c-format
5113msgid "Refusing to fetch into current branch %s of non-bare repository"
5114msgstr ""
5115
5116#: builtin/fetch.c:838
5117#, c-format
5118msgid "Option \"%s\" value \"%s\" is not valid for %s"
5119msgstr ""
5120
5121#: builtin/fetch.c:841
5122#, c-format
5123msgid "Option \"%s\" is ignored for %s\n"
5124msgstr ""
5125
5126#: builtin/fetch.c:897
5127#, c-format
5128msgid "Don't know how to fetch from %s"
5129msgstr ""
5130
5131#: builtin/fetch.c:1059
5132#, c-format
5133msgid "Fetching %s\n"
5134msgstr ""
5135
5136#: builtin/fetch.c:1061 builtin/remote.c:90
5137#, c-format
5138msgid "Could not fetch %s"
5139msgstr ""
5140
5141#: builtin/fetch.c:1079
5142msgid ""
5143"No remote repository specified.  Please, specify either a URL or a\n"
5144"remote name from which new revisions should be fetched."
5145msgstr ""
5146
5147#: builtin/fetch.c:1102
5148msgid "You need to specify a tag name."
5149msgstr ""
5150
5151#: builtin/fetch.c:1144
5152msgid "--depth and --unshallow cannot be used together"
5153msgstr ""
5154
5155#: builtin/fetch.c:1146
5156msgid "--unshallow on a complete repository does not make sense"
5157msgstr ""
5158
5159#: builtin/fetch.c:1169
5160msgid "fetch --all does not take a repository argument"
5161msgstr ""
5162
5163#: builtin/fetch.c:1171
5164msgid "fetch --all does not make sense with refspecs"
5165msgstr ""
5166
5167#: builtin/fetch.c:1182
5168#, c-format
5169msgid "No such remote or remote group: %s"
5170msgstr ""
5171
5172#: builtin/fetch.c:1190
5173msgid "Fetching a group and specifying refspecs does not make sense"
5174msgstr ""
5175
5176#: builtin/fmt-merge-msg.c:13
5177msgid ""
5178"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
5179msgstr ""
5180
5181#: builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665 builtin/grep.c:698
5182#: builtin/merge.c:198 builtin/repack.c:178 builtin/repack.c:182
5183#: builtin/show-branch.c:657 builtin/show-ref.c:178 builtin/tag.c:590
5184#: parse-options.h:132 parse-options.h:239
5185msgid "n"
5186msgstr ""
5187
5188#: builtin/fmt-merge-msg.c:663
5189msgid "populate log with at most <n> entries from shortlog"
5190msgstr ""
5191
5192#: builtin/fmt-merge-msg.c:666
5193msgid "alias for --log (deprecated)"
5194msgstr ""
5195
5196#: builtin/fmt-merge-msg.c:669
5197msgid "text"
5198msgstr ""
5199
5200#: builtin/fmt-merge-msg.c:670
5201msgid "use <text> as start of message"
5202msgstr ""
5203
5204#: builtin/fmt-merge-msg.c:671
5205msgid "file to read from"
5206msgstr ""
5207
5208#: builtin/for-each-ref.c:675
5209msgid "unable to parse format"
5210msgstr ""
5211
5212#: builtin/for-each-ref.c:1063
5213msgid "git for-each-ref [<options>] [<pattern>]"
5214msgstr ""
5215
5216#: builtin/for-each-ref.c:1078
5217msgid "quote placeholders suitably for shells"
5218msgstr ""
5219
5220#: builtin/for-each-ref.c:1080
5221msgid "quote placeholders suitably for perl"
5222msgstr ""
5223
5224#: builtin/for-each-ref.c:1082
5225msgid "quote placeholders suitably for python"
5226msgstr ""
5227
5228#: builtin/for-each-ref.c:1084
5229msgid "quote placeholders suitably for Tcl"
5230msgstr ""
5231
5232#: builtin/for-each-ref.c:1087
5233msgid "show only <n> matched refs"
5234msgstr ""
5235
5236#: builtin/for-each-ref.c:1088 builtin/replace.c:438
5237msgid "format"
5238msgstr ""
5239
5240#: builtin/for-each-ref.c:1088
5241msgid "format to use for the output"
5242msgstr ""
5243
5244#: builtin/for-each-ref.c:1089
5245msgid "key"
5246msgstr ""
5247
5248#: builtin/for-each-ref.c:1090
5249msgid "field name to sort on"
5250msgstr ""
5251
5252#: builtin/fsck.c:147 builtin/prune.c:137
5253msgid "Checking connectivity"
5254msgstr ""
5255
5256#: builtin/fsck.c:540
5257msgid "Checking object directories"
5258msgstr ""
5259
5260#: builtin/fsck.c:603
5261msgid "git fsck [<options>] [<object>...]"
5262msgstr ""
5263
5264#: builtin/fsck.c:609
5265msgid "show unreachable objects"
5266msgstr ""
5267
5268#: builtin/fsck.c:610
5269msgid "show dangling objects"
5270msgstr ""
5271
5272#: builtin/fsck.c:611
5273msgid "report tags"
5274msgstr ""
5275
5276#: builtin/fsck.c:612
5277msgid "report root nodes"
5278msgstr ""
5279
5280#: builtin/fsck.c:613
5281msgid "make index objects head nodes"
5282msgstr ""
5283
5284#: builtin/fsck.c:614
5285msgid "make reflogs head nodes (default)"
5286msgstr ""
5287
5288#: builtin/fsck.c:615
5289msgid "also consider packs and alternate objects"
5290msgstr ""
5291
5292#: builtin/fsck.c:616
5293msgid "enable more strict checking"
5294msgstr ""
5295
5296#: builtin/fsck.c:618
5297msgid "write dangling objects in .git/lost-found"
5298msgstr ""
5299
5300#: builtin/fsck.c:619 builtin/prune.c:108
5301msgid "show progress"
5302msgstr ""
5303
5304#: builtin/fsck.c:669
5305msgid "Checking objects"
5306msgstr ""
5307
5308#: builtin/gc.c:24
5309msgid "git gc [<options>]"
5310msgstr ""
5311
5312#: builtin/gc.c:79
5313#, c-format
5314msgid "Invalid gc.pruneexpire: '%s'"
5315msgstr ""
5316
5317#: builtin/gc.c:107
5318#, c-format
5319msgid "insanely long object directory %.*s"
5320msgstr ""
5321
5322#: builtin/gc.c:276
5323msgid "prune unreferenced objects"
5324msgstr ""
5325
5326#: builtin/gc.c:278
5327msgid "be more thorough (increased runtime)"
5328msgstr ""
5329
5330#: builtin/gc.c:279
5331msgid "enable auto-gc mode"
5332msgstr ""
5333
5334#: builtin/gc.c:280
5335msgid "force running gc even if there may be another gc running"
5336msgstr ""
5337
5338#: builtin/gc.c:321
5339#, c-format
5340msgid "Auto packing the repository in background for optimum performance.\n"
5341msgstr ""
5342
5343#: builtin/gc.c:323
5344#, c-format
5345msgid "Auto packing the repository for optimum performance.\n"
5346msgstr ""
5347
5348#: builtin/gc.c:324
5349#, c-format
5350msgid "See \"git help gc\" for manual housekeeping.\n"
5351msgstr ""
5352
5353#: builtin/gc.c:342
5354#, c-format
5355msgid ""
5356"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5357msgstr ""
5358
5359#: builtin/gc.c:364
5360msgid ""
5361"There are too many unreachable loose objects; run 'git prune' to remove them."
5362msgstr ""
5363
5364#: builtin/grep.c:23
5365msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
5366msgstr ""
5367
5368#: builtin/grep.c:218
5369#, c-format
5370msgid "grep: failed to create thread: %s"
5371msgstr ""
5372
5373#: builtin/grep.c:441 builtin/grep.c:476
5374#, c-format
5375msgid "unable to read tree (%s)"
5376msgstr ""
5377
5378#: builtin/grep.c:491
5379#, c-format
5380msgid "unable to grep from object of type %s"
5381msgstr ""
5382
5383#: builtin/grep.c:547
5384#, c-format
5385msgid "switch `%c' expects a numerical value"
5386msgstr ""
5387
5388#: builtin/grep.c:564
5389#, c-format
5390msgid "cannot open '%s'"
5391msgstr ""
5392
5393#: builtin/grep.c:638
5394msgid "search in index instead of in the work tree"
5395msgstr ""
5396
5397#: builtin/grep.c:640
5398msgid "find in contents not managed by git"
5399msgstr ""
5400
5401#: builtin/grep.c:642
5402msgid "search in both tracked and untracked files"
5403msgstr ""
5404
5405#: builtin/grep.c:644
5406msgid "ignore files specified via '.gitignore'"
5407msgstr ""
5408
5409#: builtin/grep.c:647
5410msgid "show non-matching lines"
5411msgstr ""
5412
5413#: builtin/grep.c:649
5414msgid "case insensitive matching"
5415msgstr ""
5416
5417#: builtin/grep.c:651
5418msgid "match patterns only at word boundaries"
5419msgstr ""
5420
5421#: builtin/grep.c:653
5422msgid "process binary files as text"
5423msgstr ""
5424
5425#: builtin/grep.c:655
5426msgid "don't match patterns in binary files"
5427msgstr ""
5428
5429#: builtin/grep.c:658
5430msgid "process binary files with textconv filters"
5431msgstr ""
5432
5433#: builtin/grep.c:660
5434msgid "descend at most <depth> levels"
5435msgstr ""
5436
5437#: builtin/grep.c:664
5438msgid "use extended POSIX regular expressions"
5439msgstr ""
5440
5441#: builtin/grep.c:667
5442msgid "use basic POSIX regular expressions (default)"
5443msgstr ""
5444
5445#: builtin/grep.c:670
5446msgid "interpret patterns as fixed strings"
5447msgstr ""
5448
5449#: builtin/grep.c:673
5450msgid "use Perl-compatible regular expressions"
5451msgstr ""
5452
5453#: builtin/grep.c:676
5454msgid "show line numbers"
5455msgstr ""
5456
5457#: builtin/grep.c:677
5458msgid "don't show filenames"
5459msgstr ""
5460
5461#: builtin/grep.c:678
5462msgid "show filenames"
5463msgstr ""
5464
5465#: builtin/grep.c:680
5466msgid "show filenames relative to top directory"
5467msgstr ""
5468
5469#: builtin/grep.c:682
5470msgid "show only filenames instead of matching lines"
5471msgstr ""
5472
5473#: builtin/grep.c:684
5474msgid "synonym for --files-with-matches"
5475msgstr ""
5476
5477#: builtin/grep.c:687
5478msgid "show only the names of files without match"
5479msgstr ""
5480
5481#: builtin/grep.c:689
5482msgid "print NUL after filenames"
5483msgstr ""
5484
5485#: builtin/grep.c:691
5486msgid "show the number of matches instead of matching lines"
5487msgstr ""
5488
5489#: builtin/grep.c:692
5490msgid "highlight matches"
5491msgstr ""
5492
5493#: builtin/grep.c:694
5494msgid "print empty line between matches from different files"
5495msgstr ""
5496
5497#: builtin/grep.c:696
5498msgid "show filename only once above matches from same file"
5499msgstr ""
5500
5501#: builtin/grep.c:699
5502msgid "show <n> context lines before and after matches"
5503msgstr ""
5504
5505#: builtin/grep.c:702
5506msgid "show <n> context lines before matches"
5507msgstr ""
5508
5509#: builtin/grep.c:704
5510msgid "show <n> context lines after matches"
5511msgstr ""
5512
5513#: builtin/grep.c:705
5514msgid "shortcut for -C NUM"
5515msgstr ""
5516
5517#: builtin/grep.c:708
5518msgid "show a line with the function name before matches"
5519msgstr ""
5520
5521#: builtin/grep.c:710
5522msgid "show the surrounding function"
5523msgstr ""
5524
5525#: builtin/grep.c:713
5526msgid "read patterns from file"
5527msgstr ""
5528
5529#: builtin/grep.c:715
5530msgid "match <pattern>"
5531msgstr ""
5532
5533#: builtin/grep.c:717
5534msgid "combine patterns specified with -e"
5535msgstr ""
5536
5537#: builtin/grep.c:729
5538msgid "indicate hit with exit status without output"
5539msgstr ""
5540
5541#: builtin/grep.c:731
5542msgid "show only matches from files that match all patterns"
5543msgstr ""
5544
5545#: builtin/grep.c:733
5546msgid "show parse tree for grep expression"
5547msgstr ""
5548
5549#: builtin/grep.c:737
5550msgid "pager"
5551msgstr ""
5552
5553#: builtin/grep.c:737
5554msgid "show matching files in the pager"
5555msgstr ""
5556
5557#: builtin/grep.c:740
5558msgid "allow calling of grep(1) (ignored by this build)"
5559msgstr ""
5560
5561#: builtin/grep.c:741 builtin/show-ref.c:187
5562msgid "show usage"
5563msgstr ""
5564
5565#: builtin/grep.c:808
5566msgid "no pattern given."
5567msgstr ""
5568
5569#: builtin/grep.c:866
5570msgid "--open-files-in-pager only works on the worktree"
5571msgstr ""
5572
5573#: builtin/grep.c:892
5574msgid "--cached or --untracked cannot be used with --no-index."
5575msgstr ""
5576
5577#: builtin/grep.c:897
5578msgid "--no-index or --untracked cannot be used with revs."
5579msgstr ""
5580
5581#: builtin/grep.c:900
5582msgid "--[no-]exclude-standard cannot be used for tracked contents."
5583msgstr ""
5584
5585#: builtin/grep.c:908
5586msgid "both --cached and trees are given."
5587msgstr ""
5588
5589#: builtin/hash-object.c:82
5590msgid ""
5591"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
5592"[--] <file>..."
5593msgstr ""
5594
5595#: builtin/hash-object.c:83
5596msgid "git hash-object  --stdin-paths < <list-of-paths>"
5597msgstr ""
5598
5599#: builtin/hash-object.c:94 builtin/tag.c:612
5600msgid "type"
5601msgstr ""
5602
5603#: builtin/hash-object.c:94
5604msgid "object type"
5605msgstr ""
5606
5607#: builtin/hash-object.c:95
5608msgid "write the object into the object database"
5609msgstr ""
5610
5611#: builtin/hash-object.c:97
5612msgid "read the object from stdin"
5613msgstr ""
5614
5615#: builtin/hash-object.c:99
5616msgid "store file as is without filters"
5617msgstr ""
5618
5619#: builtin/hash-object.c:100
5620msgid ""
5621"just hash any random garbage to create corrupt objects for debugging Git"
5622msgstr ""
5623
5624#: builtin/hash-object.c:101
5625msgid "process file as it were from this path"
5626msgstr ""
5627
5628#: builtin/help.c:41
5629msgid "print all available commands"
5630msgstr ""
5631
5632#: builtin/help.c:42
5633msgid "print list of useful guides"
5634msgstr ""
5635
5636#: builtin/help.c:43
5637msgid "show man page"
5638msgstr ""
5639
5640#: builtin/help.c:44
5641msgid "show manual in web browser"
5642msgstr ""
5643
5644#: builtin/help.c:46
5645msgid "show info page"
5646msgstr ""
5647
5648#: builtin/help.c:52
5649msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
5650msgstr ""
5651
5652#: builtin/help.c:64
5653#, c-format
5654msgid "unrecognized help format '%s'"
5655msgstr ""
5656
5657#: builtin/help.c:91
5658msgid "Failed to start emacsclient."
5659msgstr ""
5660
5661#: builtin/help.c:104
5662msgid "Failed to parse emacsclient version."
5663msgstr ""
5664
5665#: builtin/help.c:112
5666#, c-format
5667msgid "emacsclient version '%d' too old (< 22)."
5668msgstr ""
5669
5670#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:175
5671#, c-format
5672msgid "failed to exec '%s': %s"
5673msgstr ""
5674
5675#: builtin/help.c:215
5676#, c-format
5677msgid ""
5678"'%s': path for unsupported man viewer.\n"
5679"Please consider using 'man.<tool>.cmd' instead."
5680msgstr ""
5681
5682#: builtin/help.c:227
5683#, c-format
5684msgid ""
5685"'%s': cmd for supported man viewer.\n"
5686"Please consider using 'man.<tool>.path' instead."
5687msgstr ""
5688
5689#: builtin/help.c:354
5690#, c-format
5691msgid "'%s': unknown man viewer."
5692msgstr ""
5693
5694#: builtin/help.c:371
5695msgid "no man viewer handled the request"
5696msgstr ""
5697
5698#: builtin/help.c:379
5699msgid "no info viewer handled the request"
5700msgstr ""
5701
5702#: builtin/help.c:428
5703msgid "Defining attributes per path"
5704msgstr ""
5705
5706#: builtin/help.c:429
5707msgid "Everyday Git With 20 Commands Or So"
5708msgstr ""
5709
5710#: builtin/help.c:430
5711msgid "A Git glossary"
5712msgstr ""
5713
5714#: builtin/help.c:431
5715msgid "Specifies intentionally untracked files to ignore"
5716msgstr ""
5717
5718#: builtin/help.c:432
5719msgid "Defining submodule properties"
5720msgstr ""
5721
5722#: builtin/help.c:433
5723msgid "Specifying revisions and ranges for Git"
5724msgstr ""
5725
5726#: builtin/help.c:434
5727msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
5728msgstr ""
5729
5730#: builtin/help.c:435
5731msgid "An overview of recommended workflows with Git"
5732msgstr ""
5733
5734#: builtin/help.c:447
5735msgid "The common Git guides are:\n"
5736msgstr ""
5737
5738#: builtin/help.c:468 builtin/help.c:485
5739#, c-format
5740msgid "usage: %s%s"
5741msgstr ""
5742
5743#: builtin/help.c:501
5744#, c-format
5745msgid "`git %s' is aliased to `%s'"
5746msgstr ""
5747
5748#: builtin/index-pack.c:150
5749#, c-format
5750msgid "unable to open %s"
5751msgstr ""
5752
5753#: builtin/index-pack.c:200
5754#, c-format
5755msgid "object type mismatch at %s"
5756msgstr ""
5757
5758#: builtin/index-pack.c:220
5759#, c-format
5760msgid "did not receive expected object %s"
5761msgstr ""
5762
5763#: builtin/index-pack.c:223
5764#, c-format
5765msgid "object %s: expected type %s, found %s"
5766msgstr ""
5767
5768#: builtin/index-pack.c:265
5769#, c-format
5770msgid "cannot fill %d byte"
5771msgid_plural "cannot fill %d bytes"
5772msgstr[0] ""
5773msgstr[1] ""
5774
5775#: builtin/index-pack.c:275
5776msgid "early EOF"
5777msgstr ""
5778
5779#: builtin/index-pack.c:276
5780msgid "read error on input"
5781msgstr ""
5782
5783#: builtin/index-pack.c:288
5784msgid "used more bytes than were available"
5785msgstr ""
5786
5787#: builtin/index-pack.c:295
5788msgid "pack too large for current definition of off_t"
5789msgstr ""
5790
5791#: builtin/index-pack.c:311
5792#, c-format
5793msgid "unable to create '%s'"
5794msgstr ""
5795
5796#: builtin/index-pack.c:316
5797#, c-format
5798msgid "cannot open packfile '%s'"
5799msgstr ""
5800
5801#: builtin/index-pack.c:330
5802msgid "pack signature mismatch"
5803msgstr ""
5804
5805#: builtin/index-pack.c:332
5806#, c-format
5807msgid "pack version %<PRIu32> unsupported"
5808msgstr ""
5809
5810#: builtin/index-pack.c:350
5811#, c-format
5812msgid "pack has bad object at offset %lu: %s"
5813msgstr ""
5814
5815#: builtin/index-pack.c:471
5816#, c-format
5817msgid "inflate returned %d"
5818msgstr ""
5819
5820#: builtin/index-pack.c:520
5821msgid "offset value overflow for delta base object"
5822msgstr ""
5823
5824#: builtin/index-pack.c:528
5825msgid "delta base offset is out of bound"
5826msgstr ""
5827
5828#: builtin/index-pack.c:536
5829#, c-format
5830msgid "unknown object type %d"
5831msgstr ""
5832
5833#: builtin/index-pack.c:567
5834msgid "cannot pread pack file"
5835msgstr ""
5836
5837#: builtin/index-pack.c:569
5838#, c-format
5839msgid "premature end of pack file, %lu byte missing"
5840msgid_plural "premature end of pack file, %lu bytes missing"
5841msgstr[0] ""
5842msgstr[1] ""
5843
5844#: builtin/index-pack.c:595
5845msgid "serious inflate inconsistency"
5846msgstr ""
5847
5848#: builtin/index-pack.c:686 builtin/index-pack.c:692 builtin/index-pack.c:715
5849#: builtin/index-pack.c:749 builtin/index-pack.c:758
5850#, c-format
5851msgid "SHA1 COLLISION FOUND WITH %s !"
5852msgstr ""
5853
5854#: builtin/index-pack.c:689 builtin/pack-objects.c:162
5855#: builtin/pack-objects.c:254
5856#, c-format
5857msgid "unable to read %s"
5858msgstr ""
5859
5860#: builtin/index-pack.c:755
5861#, c-format
5862msgid "cannot read existing object %s"
5863msgstr ""
5864
5865#: builtin/index-pack.c:769
5866#, c-format
5867msgid "invalid blob object %s"
5868msgstr ""
5869
5870#: builtin/index-pack.c:783
5871#, c-format
5872msgid "invalid %s"
5873msgstr ""
5874
5875#: builtin/index-pack.c:787
5876msgid "Error in object"
5877msgstr ""
5878
5879#: builtin/index-pack.c:789
5880#, c-format
5881msgid "Not all child objects of %s are reachable"
5882msgstr ""
5883
5884#: builtin/index-pack.c:861 builtin/index-pack.c:890
5885msgid "failed to apply delta"
5886msgstr ""
5887
5888#: builtin/index-pack.c:1055
5889msgid "Receiving objects"
5890msgstr ""
5891
5892#: builtin/index-pack.c:1055
5893msgid "Indexing objects"
5894msgstr ""
5895
5896#: builtin/index-pack.c:1081
5897msgid "pack is corrupted (SHA1 mismatch)"
5898msgstr ""
5899
5900#: builtin/index-pack.c:1086
5901msgid "cannot fstat packfile"
5902msgstr ""
5903
5904#: builtin/index-pack.c:1089
5905msgid "pack has junk at the end"
5906msgstr ""
5907
5908#: builtin/index-pack.c:1100
5909msgid "confusion beyond insanity in parse_pack_objects()"
5910msgstr ""
5911
5912#: builtin/index-pack.c:1123
5913msgid "Resolving deltas"
5914msgstr ""
5915
5916#: builtin/index-pack.c:1133
5917#, c-format
5918msgid "unable to create thread: %s"
5919msgstr ""
5920
5921#: builtin/index-pack.c:1175
5922msgid "confusion beyond insanity"
5923msgstr ""
5924
5925#: builtin/index-pack.c:1181
5926#, c-format
5927msgid "completed with %d local objects"
5928msgstr ""
5929
5930#: builtin/index-pack.c:1191
5931#, c-format
5932msgid "Unexpected tail checksum for %s (disk corruption?)"
5933msgstr ""
5934
5935#: builtin/index-pack.c:1195
5936#, c-format
5937msgid "pack has %d unresolved delta"
5938msgid_plural "pack has %d unresolved deltas"
5939msgstr[0] ""
5940msgstr[1] ""
5941
5942#: builtin/index-pack.c:1219
5943#, c-format
5944msgid "unable to deflate appended object (%d)"
5945msgstr ""
5946
5947#: builtin/index-pack.c:1298
5948#, c-format
5949msgid "local object %s is corrupt"
5950msgstr ""
5951
5952#: builtin/index-pack.c:1322
5953msgid "error while closing pack file"
5954msgstr ""
5955
5956#: builtin/index-pack.c:1335
5957#, c-format
5958msgid "cannot write keep file '%s'"
5959msgstr ""
5960
5961#: builtin/index-pack.c:1343
5962#, c-format
5963msgid "cannot close written keep file '%s'"
5964msgstr ""
5965
5966#: builtin/index-pack.c:1356
5967msgid "cannot store pack file"
5968msgstr ""
5969
5970#: builtin/index-pack.c:1367
5971msgid "cannot store index file"
5972msgstr ""
5973
5974#: builtin/index-pack.c:1400
5975#, c-format
5976msgid "bad pack.indexversion=%<PRIu32>"
5977msgstr ""
5978
5979#: builtin/index-pack.c:1406
5980#, c-format
5981msgid "invalid number of threads specified (%d)"
5982msgstr ""
5983
5984#: builtin/index-pack.c:1410 builtin/index-pack.c:1589
5985#, c-format
5986msgid "no threads support, ignoring %s"
5987msgstr ""
5988
5989#: builtin/index-pack.c:1468
5990#, c-format
5991msgid "Cannot open existing pack file '%s'"
5992msgstr ""
5993
5994#: builtin/index-pack.c:1470
5995#, c-format
5996msgid "Cannot open existing pack idx file for '%s'"
5997msgstr ""
5998
5999#: builtin/index-pack.c:1517
6000#, c-format
6001msgid "non delta: %d object"
6002msgid_plural "non delta: %d objects"
6003msgstr[0] ""
6004msgstr[1] ""
6005
6006#: builtin/index-pack.c:1524
6007#, c-format
6008msgid "chain length = %d: %lu object"
6009msgid_plural "chain length = %d: %lu objects"
6010msgstr[0] ""
6011msgstr[1] ""
6012
6013#: builtin/index-pack.c:1553
6014msgid "Cannot come back to cwd"
6015msgstr ""
6016
6017#: builtin/index-pack.c:1601 builtin/index-pack.c:1604
6018#: builtin/index-pack.c:1616 builtin/index-pack.c:1620
6019#, c-format
6020msgid "bad %s"
6021msgstr ""
6022
6023#: builtin/index-pack.c:1634
6024msgid "--fix-thin cannot be used without --stdin"
6025msgstr ""
6026
6027#: builtin/index-pack.c:1638 builtin/index-pack.c:1647
6028#, c-format
6029msgid "packfile name '%s' does not end with '.pack'"
6030msgstr ""
6031
6032#: builtin/index-pack.c:1655
6033msgid "--verify with no packfile name given"
6034msgstr ""
6035
6036#: builtin/init-db.c:35
6037#, c-format
6038msgid "Could not make %s writable by group"
6039msgstr ""
6040
6041#: builtin/init-db.c:62
6042#, c-format
6043msgid "insanely long template name %s"
6044msgstr ""
6045
6046#: builtin/init-db.c:67
6047#, c-format
6048msgid "cannot stat '%s'"
6049msgstr ""
6050
6051#: builtin/init-db.c:73
6052#, c-format
6053msgid "cannot stat template '%s'"
6054msgstr ""
6055
6056#: builtin/init-db.c:80
6057#, c-format
6058msgid "cannot opendir '%s'"
6059msgstr ""
6060
6061#: builtin/init-db.c:97
6062#, c-format
6063msgid "cannot readlink '%s'"
6064msgstr ""
6065
6066#: builtin/init-db.c:99
6067#, c-format
6068msgid "insanely long symlink %s"
6069msgstr ""
6070
6071#: builtin/init-db.c:102
6072#, c-format
6073msgid "cannot symlink '%s' '%s'"
6074msgstr ""
6075
6076#: builtin/init-db.c:106
6077#, c-format
6078msgid "cannot copy '%s' to '%s'"
6079msgstr ""
6080
6081#: builtin/init-db.c:110
6082#, c-format
6083msgid "ignoring template %s"
6084msgstr ""
6085
6086#: builtin/init-db.c:136
6087#, c-format
6088msgid "insanely long template path %s"
6089msgstr ""
6090
6091#: builtin/init-db.c:144
6092#, c-format
6093msgid "templates not found %s"
6094msgstr ""
6095
6096#: builtin/init-db.c:157
6097#, c-format
6098msgid "not copying templates of a wrong format version %d from '%s'"
6099msgstr ""
6100
6101#: builtin/init-db.c:197
6102#, c-format
6103msgid "insane git directory %s"
6104msgstr ""
6105
6106#: builtin/init-db.c:331 builtin/init-db.c:334
6107#, c-format
6108msgid "%s already exists"
6109msgstr ""
6110
6111#: builtin/init-db.c:363
6112#, c-format
6113msgid "unable to handle file type %d"
6114msgstr ""
6115
6116#: builtin/init-db.c:366
6117#, c-format
6118msgid "unable to move %s to %s"
6119msgstr ""
6120
6121#. TRANSLATORS: The first '%s' is either "Reinitialized
6122#. existing" or "Initialized empty", the second " shared" or
6123#. "", and the last '%s%s' is the verbatim directory name.
6124#: builtin/init-db.c:426
6125#, c-format
6126msgid "%s%s Git repository in %s%s\n"
6127msgstr ""
6128
6129#: builtin/init-db.c:427
6130msgid "Reinitialized existing"
6131msgstr ""
6132
6133#: builtin/init-db.c:427
6134msgid "Initialized empty"
6135msgstr ""
6136
6137#: builtin/init-db.c:428
6138msgid " shared"
6139msgstr ""
6140
6141#: builtin/init-db.c:475
6142msgid ""
6143"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6144"shared[=<permissions>]] [<directory>]"
6145msgstr ""
6146
6147#: builtin/init-db.c:498
6148msgid "permissions"
6149msgstr ""
6150
6151#: builtin/init-db.c:499
6152msgid "specify that the git repository is to be shared amongst several users"
6153msgstr ""
6154
6155#: builtin/init-db.c:501 builtin/prune-packed.c:57 builtin/repack.c:171
6156msgid "be quiet"
6157msgstr ""
6158
6159#: builtin/init-db.c:533 builtin/init-db.c:538
6160#, c-format
6161msgid "cannot mkdir %s"
6162msgstr ""
6163
6164#: builtin/init-db.c:542
6165#, c-format
6166msgid "cannot chdir to %s"
6167msgstr ""
6168
6169#: builtin/init-db.c:563
6170#, c-format
6171msgid ""
6172"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6173"dir=<directory>)"
6174msgstr ""
6175
6176#: builtin/init-db.c:591
6177#, c-format
6178msgid "Cannot access work tree '%s'"
6179msgstr ""
6180
6181#: builtin/interpret-trailers.c:15
6182msgid ""
6183"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "
6184"[<file>...]"
6185msgstr ""
6186
6187#: builtin/interpret-trailers.c:25
6188msgid "trim empty trailers"
6189msgstr ""
6190
6191#: builtin/interpret-trailers.c:26
6192msgid "trailer"
6193msgstr ""
6194
6195#: builtin/interpret-trailers.c:27
6196msgid "trailer(s) to add"
6197msgstr ""
6198
6199#: builtin/log.c:41
6200msgid "git log [<options>] [<revision range>] [[--] <path>...]"
6201msgstr ""
6202
6203#: builtin/log.c:42
6204msgid "git show [<options>] <object>..."
6205msgstr ""
6206
6207#: builtin/log.c:81
6208#, c-format
6209msgid "invalid --decorate option: %s"
6210msgstr ""
6211
6212#: builtin/log.c:127
6213msgid "suppress diff output"
6214msgstr ""
6215
6216#: builtin/log.c:128
6217msgid "show source"
6218msgstr ""
6219
6220#: builtin/log.c:129
6221msgid "Use mail map file"
6222msgstr ""
6223
6224#: builtin/log.c:130
6225msgid "decorate options"
6226msgstr ""
6227
6228#: builtin/log.c:133
6229msgid "Process line range n,m in file, counting from 1"
6230msgstr ""
6231
6232#: builtin/log.c:229
6233#, c-format
6234msgid "Final output: %d %s\n"
6235msgstr ""
6236
6237#: builtin/log.c:458
6238#, c-format
6239msgid "git show %s: bad file"
6240msgstr ""
6241
6242#: builtin/log.c:472 builtin/log.c:564
6243#, c-format
6244msgid "Could not read object %s"
6245msgstr ""
6246
6247#: builtin/log.c:588
6248#, c-format
6249msgid "Unknown type: %d"
6250msgstr ""
6251
6252#: builtin/log.c:689
6253msgid "format.headers without value"
6254msgstr ""
6255
6256#: builtin/log.c:773
6257msgid "name of output directory is too long"
6258msgstr ""
6259
6260#: builtin/log.c:789
6261#, c-format
6262msgid "Cannot open patch file %s"
6263msgstr ""
6264
6265#: builtin/log.c:803
6266msgid "Need exactly one range."
6267msgstr ""
6268
6269#: builtin/log.c:811
6270msgid "Not a range."
6271msgstr ""
6272
6273#: builtin/log.c:919
6274msgid "Cover letter needs email format"
6275msgstr ""
6276
6277#: builtin/log.c:998
6278#, c-format
6279msgid "insane in-reply-to: %s"
6280msgstr ""
6281
6282#: builtin/log.c:1026
6283msgid "git format-patch [<options>] [<since> | <revision-range>]"
6284msgstr ""
6285
6286#: builtin/log.c:1071
6287msgid "Two output directories?"
6288msgstr ""
6289
6290#: builtin/log.c:1186
6291msgid "use [PATCH n/m] even with a single patch"
6292msgstr ""
6293
6294#: builtin/log.c:1189
6295msgid "use [PATCH] even with multiple patches"
6296msgstr ""
6297
6298#: builtin/log.c:1193
6299msgid "print patches to standard out"
6300msgstr ""
6301
6302#: builtin/log.c:1195
6303msgid "generate a cover letter"
6304msgstr ""
6305
6306#: builtin/log.c:1197
6307msgid "use simple number sequence for output file names"
6308msgstr ""
6309
6310#: builtin/log.c:1198
6311msgid "sfx"
6312msgstr ""
6313
6314#: builtin/log.c:1199
6315msgid "use <sfx> instead of '.patch'"
6316msgstr ""
6317
6318#: builtin/log.c:1201
6319msgid "start numbering patches at <n> instead of 1"
6320msgstr ""
6321
6322#: builtin/log.c:1203
6323msgid "mark the series as Nth re-roll"
6324msgstr ""
6325
6326#: builtin/log.c:1205
6327msgid "Use [<prefix>] instead of [PATCH]"
6328msgstr ""
6329
6330#: builtin/log.c:1208
6331msgid "store resulting files in <dir>"
6332msgstr ""
6333
6334#: builtin/log.c:1211
6335msgid "don't strip/add [PATCH]"
6336msgstr ""
6337
6338#: builtin/log.c:1214
6339msgid "don't output binary diffs"
6340msgstr ""
6341
6342#: builtin/log.c:1216
6343msgid "don't include a patch matching a commit upstream"
6344msgstr ""
6345
6346#: builtin/log.c:1218
6347msgid "show patch format instead of default (patch + stat)"
6348msgstr ""
6349
6350#: builtin/log.c:1220
6351msgid "Messaging"
6352msgstr ""
6353
6354#: builtin/log.c:1221
6355msgid "header"
6356msgstr ""
6357
6358#: builtin/log.c:1222
6359msgid "add email header"
6360msgstr ""
6361
6362#: builtin/log.c:1223 builtin/log.c:1225
6363msgid "email"
6364msgstr ""
6365
6366#: builtin/log.c:1223
6367msgid "add To: header"
6368msgstr ""
6369
6370#: builtin/log.c:1225
6371msgid "add Cc: header"
6372msgstr ""
6373
6374#: builtin/log.c:1227
6375msgid "ident"
6376msgstr ""
6377
6378#: builtin/log.c:1228
6379msgid "set From address to <ident> (or committer ident if absent)"
6380msgstr ""
6381
6382#: builtin/log.c:1230
6383msgid "message-id"
6384msgstr ""
6385
6386#: builtin/log.c:1231
6387msgid "make first mail a reply to <message-id>"
6388msgstr ""
6389
6390#: builtin/log.c:1232 builtin/log.c:1235
6391msgid "boundary"
6392msgstr ""
6393
6394#: builtin/log.c:1233
6395msgid "attach the patch"
6396msgstr ""
6397
6398#: builtin/log.c:1236
6399msgid "inline the patch"
6400msgstr ""
6401
6402#: builtin/log.c:1240
6403msgid "enable message threading, styles: shallow, deep"
6404msgstr ""
6405
6406#: builtin/log.c:1242
6407msgid "signature"
6408msgstr ""
6409
6410#: builtin/log.c:1243
6411msgid "add a signature"
6412msgstr ""
6413
6414#: builtin/log.c:1245
6415msgid "add a signature from a file"
6416msgstr ""
6417
6418#: builtin/log.c:1246
6419msgid "don't print the patch filenames"
6420msgstr ""
6421
6422#: builtin/log.c:1320
6423#, c-format
6424msgid "invalid ident line: %s"
6425msgstr ""
6426
6427#: builtin/log.c:1335
6428msgid "-n and -k are mutually exclusive."
6429msgstr ""
6430
6431#: builtin/log.c:1337
6432msgid "--subject-prefix and -k are mutually exclusive."
6433msgstr ""
6434
6435#: builtin/log.c:1345
6436msgid "--name-only does not make sense"
6437msgstr ""
6438
6439#: builtin/log.c:1347
6440msgid "--name-status does not make sense"
6441msgstr ""
6442
6443#: builtin/log.c:1349
6444msgid "--check does not make sense"
6445msgstr ""
6446
6447#: builtin/log.c:1372
6448msgid "standard output, or directory, which one?"
6449msgstr ""
6450
6451#: builtin/log.c:1374
6452#, c-format
6453msgid "Could not create directory '%s'"
6454msgstr ""
6455
6456#: builtin/log.c:1472
6457#, c-format
6458msgid "unable to read signature file '%s'"
6459msgstr ""
6460
6461#: builtin/log.c:1535
6462msgid "Failed to create output files"
6463msgstr ""
6464
6465#: builtin/log.c:1583
6466msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6467msgstr ""
6468
6469#: builtin/log.c:1638
6470#, c-format
6471msgid ""
6472"Could not find a tracked remote branch, please specify <upstream> manually.\n"
6473msgstr ""
6474
6475#: builtin/log.c:1651 builtin/log.c:1653 builtin/log.c:1665
6476#, c-format
6477msgid "Unknown commit %s"
6478msgstr ""
6479
6480#: builtin/ls-files.c:358
6481msgid "git ls-files [<options>] [<file>...]"
6482msgstr ""
6483
6484#: builtin/ls-files.c:415
6485msgid "identify the file status with tags"
6486msgstr ""
6487
6488#: builtin/ls-files.c:417
6489msgid "use lowercase letters for 'assume unchanged' files"
6490msgstr ""
6491
6492#: builtin/ls-files.c:419
6493msgid "show cached files in the output (default)"
6494msgstr ""
6495
6496#: builtin/ls-files.c:421
6497msgid "show deleted files in the output"
6498msgstr ""
6499
6500#: builtin/ls-files.c:423
6501msgid "show modified files in the output"
6502msgstr ""
6503
6504#: builtin/ls-files.c:425
6505msgid "show other files in the output"
6506msgstr ""
6507
6508#: builtin/ls-files.c:427
6509msgid "show ignored files in the output"
6510msgstr ""
6511
6512#: builtin/ls-files.c:430
6513msgid "show staged contents' object name in the output"
6514msgstr ""
6515
6516#: builtin/ls-files.c:432
6517msgid "show files on the filesystem that need to be removed"
6518msgstr ""
6519
6520#: builtin/ls-files.c:434
6521msgid "show 'other' directories' names only"
6522msgstr ""
6523
6524#: builtin/ls-files.c:437
6525msgid "don't show empty directories"
6526msgstr ""
6527
6528#: builtin/ls-files.c:440
6529msgid "show unmerged files in the output"
6530msgstr ""
6531
6532#: builtin/ls-files.c:442
6533msgid "show resolve-undo information"
6534msgstr ""
6535
6536#: builtin/ls-files.c:444
6537msgid "skip files matching pattern"
6538msgstr ""
6539
6540#: builtin/ls-files.c:447
6541msgid "exclude patterns are read from <file>"
6542msgstr ""
6543
6544#: builtin/ls-files.c:450
6545msgid "read additional per-directory exclude patterns in <file>"
6546msgstr ""
6547
6548#: builtin/ls-files.c:452
6549msgid "add the standard git exclusions"
6550msgstr ""
6551
6552#: builtin/ls-files.c:455
6553msgid "make the output relative to the project top directory"
6554msgstr ""
6555
6556#: builtin/ls-files.c:458
6557msgid "if any <file> is not in the index, treat this as an error"
6558msgstr ""
6559
6560#: builtin/ls-files.c:459
6561msgid "tree-ish"
6562msgstr ""
6563
6564#: builtin/ls-files.c:460
6565msgid "pretend that paths removed since <tree-ish> are still present"
6566msgstr ""
6567
6568#: builtin/ls-files.c:462
6569msgid "show debugging data"
6570msgstr ""
6571
6572#: builtin/ls-tree.c:28
6573msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6574msgstr ""
6575
6576#: builtin/ls-tree.c:127
6577msgid "only show trees"
6578msgstr ""
6579
6580#: builtin/ls-tree.c:129
6581msgid "recurse into subtrees"
6582msgstr ""
6583
6584#: builtin/ls-tree.c:131
6585msgid "show trees when recursing"
6586msgstr ""
6587
6588#: builtin/ls-tree.c:134
6589msgid "terminate entries with NUL byte"
6590msgstr ""
6591
6592#: builtin/ls-tree.c:135
6593msgid "include object size"
6594msgstr ""
6595
6596#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
6597msgid "list only filenames"
6598msgstr ""
6599
6600#: builtin/ls-tree.c:142
6601msgid "use full path names"
6602msgstr ""
6603
6604#: builtin/ls-tree.c:144
6605msgid "list entire tree; not just current directory (implies --full-name)"
6606msgstr ""
6607
6608#: builtin/merge.c:45
6609msgid "git merge [<options>] [<commit>...]"
6610msgstr ""
6611
6612#: builtin/merge.c:46
6613msgid "git merge [<options>] <msg> HEAD <commit>"
6614msgstr ""
6615
6616#: builtin/merge.c:47
6617msgid "git merge --abort"
6618msgstr ""
6619
6620#: builtin/merge.c:100
6621msgid "switch `m' requires a value"
6622msgstr ""
6623
6624#: builtin/merge.c:137
6625#, c-format
6626msgid "Could not find merge strategy '%s'.\n"
6627msgstr ""
6628
6629#: builtin/merge.c:138
6630#, c-format
6631msgid "Available strategies are:"
6632msgstr ""
6633
6634#: builtin/merge.c:143
6635#, c-format
6636msgid "Available custom strategies are:"
6637msgstr ""
6638
6639#: builtin/merge.c:193
6640msgid "do not show a diffstat at the end of the merge"
6641msgstr ""
6642
6643#: builtin/merge.c:196
6644msgid "show a diffstat at the end of the merge"
6645msgstr ""
6646
6647#: builtin/merge.c:197
6648msgid "(synonym to --stat)"
6649msgstr ""
6650
6651#: builtin/merge.c:199
6652msgid "add (at most <n>) entries from shortlog to merge commit message"
6653msgstr ""
6654
6655#: builtin/merge.c:202
6656msgid "create a single commit instead of doing a merge"
6657msgstr ""
6658
6659#: builtin/merge.c:204
6660msgid "perform a commit if the merge succeeds (default)"
6661msgstr ""
6662
6663#: builtin/merge.c:206
6664msgid "edit message before committing"
6665msgstr ""
6666
6667#: builtin/merge.c:207
6668msgid "allow fast-forward (default)"
6669msgstr ""
6670
6671#: builtin/merge.c:209
6672msgid "abort if fast-forward is not possible"
6673msgstr ""
6674
6675#: builtin/merge.c:213
6676msgid "Verify that the named commit has a valid GPG signature"
6677msgstr ""
6678
6679#: builtin/merge.c:214 builtin/notes.c:753 builtin/revert.c:89
6680msgid "strategy"
6681msgstr ""
6682
6683#: builtin/merge.c:215
6684msgid "merge strategy to use"
6685msgstr ""
6686
6687#: builtin/merge.c:216
6688msgid "option=value"
6689msgstr ""
6690
6691#: builtin/merge.c:217
6692msgid "option for selected merge strategy"
6693msgstr ""
6694
6695#: builtin/merge.c:219
6696msgid "merge commit message (for a non-fast-forward merge)"
6697msgstr ""
6698
6699#: builtin/merge.c:223
6700msgid "abort the current in-progress merge"
6701msgstr ""
6702
6703#: builtin/merge.c:251
6704msgid "could not run stash."
6705msgstr ""
6706
6707#: builtin/merge.c:256
6708msgid "stash failed"
6709msgstr ""
6710
6711#: builtin/merge.c:261
6712#, c-format
6713msgid "not a valid object: %s"
6714msgstr ""
6715
6716#: builtin/merge.c:280 builtin/merge.c:297
6717msgid "read-tree failed"
6718msgstr ""
6719
6720#: builtin/merge.c:327
6721msgid " (nothing to squash)"
6722msgstr ""
6723
6724#: builtin/merge.c:340
6725#, c-format
6726msgid "Squash commit -- not updating HEAD\n"
6727msgstr ""
6728
6729#: builtin/merge.c:372
6730msgid "Writing SQUASH_MSG"
6731msgstr ""
6732
6733#: builtin/merge.c:374
6734msgid "Finishing SQUASH_MSG"
6735msgstr ""
6736
6737#: builtin/merge.c:397
6738#, c-format
6739msgid "No merge message -- not updating HEAD\n"
6740msgstr ""
6741
6742#: builtin/merge.c:447
6743#, c-format
6744msgid "'%s' does not point to a commit"
6745msgstr ""
6746
6747#: builtin/merge.c:559
6748#, c-format
6749msgid "Bad branch.%s.mergeoptions string: %s"
6750msgstr ""
6751
6752#: builtin/merge.c:654
6753msgid "git write-tree failed to write a tree"
6754msgstr ""
6755
6756#: builtin/merge.c:678
6757msgid "Not handling anything other than two heads merge."
6758msgstr ""
6759
6760#: builtin/merge.c:692
6761#, c-format
6762msgid "Unknown option for merge-recursive: -X%s"
6763msgstr ""
6764
6765#: builtin/merge.c:705
6766#, c-format
6767msgid "unable to write %s"
6768msgstr ""
6769
6770#: builtin/merge.c:794
6771#, c-format
6772msgid "Could not read from '%s'"
6773msgstr ""
6774
6775#: builtin/merge.c:803
6776#, c-format
6777msgid "Not committing merge; use 'git commit' to complete the merge.\n"
6778msgstr ""
6779
6780#: builtin/merge.c:809
6781#, c-format
6782msgid ""
6783"Please enter a commit message to explain why this merge is necessary,\n"
6784"especially if it merges an updated upstream into a topic branch.\n"
6785"\n"
6786"Lines starting with '%c' will be ignored, and an empty message aborts\n"
6787"the commit.\n"
6788msgstr ""
6789
6790#: builtin/merge.c:833
6791msgid "Empty commit message."
6792msgstr ""
6793
6794#: builtin/merge.c:845
6795#, c-format
6796msgid "Wonderful.\n"
6797msgstr ""
6798
6799#: builtin/merge.c:900
6800#, c-format
6801msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
6802msgstr ""
6803
6804#: builtin/merge.c:916
6805#, c-format
6806msgid "'%s' is not a commit"
6807msgstr ""
6808
6809#: builtin/merge.c:957
6810msgid "No current branch."
6811msgstr ""
6812
6813#: builtin/merge.c:959
6814msgid "No remote for the current branch."
6815msgstr ""
6816
6817#: builtin/merge.c:961
6818msgid "No default upstream defined for the current branch."
6819msgstr ""
6820
6821#: builtin/merge.c:966
6822#, c-format
6823msgid "No remote-tracking branch for %s from %s"
6824msgstr ""
6825
6826#: builtin/merge.c:1122
6827msgid "There is no merge to abort (MERGE_HEAD missing)."
6828msgstr ""
6829
6830#: builtin/merge.c:1138
6831msgid ""
6832"You have not concluded your merge (MERGE_HEAD exists).\n"
6833"Please, commit your changes before you merge."
6834msgstr ""
6835
6836#: builtin/merge.c:1141 git-pull.sh:34
6837msgid "You have not concluded your merge (MERGE_HEAD exists)."
6838msgstr ""
6839
6840#: builtin/merge.c:1145
6841msgid ""
6842"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
6843"Please, commit your changes before you merge."
6844msgstr ""
6845
6846#: builtin/merge.c:1148
6847msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6848msgstr ""
6849
6850#: builtin/merge.c:1157
6851msgid "You cannot combine --squash with --no-ff."
6852msgstr ""
6853
6854#: builtin/merge.c:1166
6855msgid "No commit specified and merge.defaultToUpstream not set."
6856msgstr ""
6857
6858#: builtin/merge.c:1198
6859msgid "Can merge only exactly one commit into empty head"
6860msgstr ""
6861
6862#: builtin/merge.c:1201
6863msgid "Squash commit into empty head not supported yet"
6864msgstr ""
6865
6866#: builtin/merge.c:1203
6867msgid "Non-fast-forward commit does not make sense into an empty head"
6868msgstr ""
6869
6870#: builtin/merge.c:1208
6871#, c-format
6872msgid "%s - not something we can merge"
6873msgstr ""
6874
6875#: builtin/merge.c:1259
6876#, c-format
6877msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6878msgstr ""
6879
6880#: builtin/merge.c:1262
6881#, c-format
6882msgid "Commit %s has a bad GPG signature allegedly by %s."
6883msgstr ""
6884
6885#: builtin/merge.c:1265
6886#, c-format
6887msgid "Commit %s does not have a GPG signature."
6888msgstr ""
6889
6890#: builtin/merge.c:1268
6891#, c-format
6892msgid "Commit %s has a good GPG signature by %s\n"
6893msgstr ""
6894
6895#: builtin/merge.c:1349
6896#, c-format
6897msgid "Updating %s..%s\n"
6898msgstr ""
6899
6900#: builtin/merge.c:1388
6901#, c-format
6902msgid "Trying really trivial in-index merge...\n"
6903msgstr ""
6904
6905#: builtin/merge.c:1395
6906#, c-format
6907msgid "Nope.\n"
6908msgstr ""
6909
6910#: builtin/merge.c:1427
6911msgid "Not possible to fast-forward, aborting."
6912msgstr ""
6913
6914#: builtin/merge.c:1450 builtin/merge.c:1529
6915#, c-format
6916msgid "Rewinding the tree to pristine...\n"
6917msgstr ""
6918
6919#: builtin/merge.c:1454
6920#, c-format
6921msgid "Trying merge strategy %s...\n"
6922msgstr ""
6923
6924#: builtin/merge.c:1520
6925#, c-format
6926msgid "No merge strategy handled the merge.\n"
6927msgstr ""
6928
6929#: builtin/merge.c:1522
6930#, c-format
6931msgid "Merge with strategy %s failed.\n"
6932msgstr ""
6933
6934#: builtin/merge.c:1531
6935#, c-format
6936msgid "Using the %s to prepare resolving by hand.\n"
6937msgstr ""
6938
6939#: builtin/merge.c:1543
6940#, c-format
6941msgid "Automatic merge went well; stopped before committing as requested\n"
6942msgstr ""
6943
6944#: builtin/merge-base.c:29
6945msgid "git merge-base [-a | --all] <commit> <commit>..."
6946msgstr ""
6947
6948#: builtin/merge-base.c:30
6949msgid "git merge-base [-a | --all] --octopus <commit>..."
6950msgstr ""
6951
6952#: builtin/merge-base.c:31
6953msgid "git merge-base --independent <commit>..."
6954msgstr ""
6955
6956#: builtin/merge-base.c:32
6957msgid "git merge-base --is-ancestor <commit> <commit>"
6958msgstr ""
6959
6960#: builtin/merge-base.c:33
6961msgid "git merge-base --fork-point <ref> [<commit>]"
6962msgstr ""
6963
6964#: builtin/merge-base.c:214
6965msgid "output all common ancestors"
6966msgstr ""
6967
6968#: builtin/merge-base.c:216
6969msgid "find ancestors for a single n-way merge"
6970msgstr ""
6971
6972#: builtin/merge-base.c:218
6973msgid "list revs not reachable from others"
6974msgstr ""
6975
6976#: builtin/merge-base.c:220
6977msgid "is the first one ancestor of the other?"
6978msgstr ""
6979
6980#: builtin/merge-base.c:222
6981msgid "find where <commit> forked from reflog of <ref>"
6982msgstr ""
6983
6984#: builtin/merge-file.c:8
6985msgid ""
6986"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
6987"<orig-file> <file2>"
6988msgstr ""
6989
6990#: builtin/merge-file.c:33
6991msgid "send results to standard output"
6992msgstr ""
6993
6994#: builtin/merge-file.c:34
6995msgid "use a diff3 based merge"
6996msgstr ""
6997
6998#: builtin/merge-file.c:35
6999msgid "for conflicts, use our version"
7000msgstr ""
7001
7002#: builtin/merge-file.c:37
7003msgid "for conflicts, use their version"
7004msgstr ""
7005
7006#: builtin/merge-file.c:39
7007msgid "for conflicts, use a union version"
7008msgstr ""
7009
7010#: builtin/merge-file.c:42
7011msgid "for conflicts, use this marker size"
7012msgstr ""
7013
7014#: builtin/merge-file.c:43
7015msgid "do not warn about conflicts"
7016msgstr ""
7017
7018#: builtin/merge-file.c:45
7019msgid "set labels for file1/orig-file/file2"
7020msgstr ""
7021
7022#: builtin/mktree.c:64
7023msgid "git mktree [-z] [--missing] [--batch]"
7024msgstr ""
7025
7026#: builtin/mktree.c:150
7027msgid "input is NUL terminated"
7028msgstr ""
7029
7030#: builtin/mktree.c:151 builtin/write-tree.c:24
7031msgid "allow missing objects"
7032msgstr ""
7033
7034#: builtin/mktree.c:152
7035msgid "allow creation of more than one tree"
7036msgstr ""
7037
7038#: builtin/mv.c:15
7039msgid "git mv [<options>] <source>... <destination>"
7040msgstr ""
7041
7042#: builtin/mv.c:69
7043#, c-format
7044msgid "Directory %s is in index and no submodule?"
7045msgstr ""
7046
7047#: builtin/mv.c:71
7048msgid "Please stage your changes to .gitmodules or stash them to proceed"
7049msgstr ""
7050
7051#: builtin/mv.c:89
7052#, c-format
7053msgid "%.*s is in index"
7054msgstr ""
7055
7056#: builtin/mv.c:111
7057msgid "force move/rename even if target exists"
7058msgstr ""
7059
7060#: builtin/mv.c:112
7061msgid "skip move/rename errors"
7062msgstr ""
7063
7064#: builtin/mv.c:151
7065#, c-format
7066msgid "destination '%s' is not a directory"
7067msgstr ""
7068
7069#: builtin/mv.c:162
7070#, c-format
7071msgid "Checking rename of '%s' to '%s'\n"
7072msgstr ""
7073
7074#: builtin/mv.c:166
7075msgid "bad source"
7076msgstr ""
7077
7078#: builtin/mv.c:169
7079msgid "can not move directory into itself"
7080msgstr ""
7081
7082#: builtin/mv.c:172
7083msgid "cannot move directory over file"
7084msgstr ""
7085
7086#: builtin/mv.c:181
7087msgid "source directory is empty"
7088msgstr ""
7089
7090#: builtin/mv.c:206
7091msgid "not under version control"
7092msgstr ""
7093
7094#: builtin/mv.c:209
7095msgid "destination exists"
7096msgstr ""
7097
7098#: builtin/mv.c:217
7099#, c-format
7100msgid "overwriting '%s'"
7101msgstr ""
7102
7103#: builtin/mv.c:220
7104msgid "Cannot overwrite"
7105msgstr ""
7106
7107#: builtin/mv.c:223
7108msgid "multiple sources for the same target"
7109msgstr ""
7110
7111#: builtin/mv.c:225
7112msgid "destination directory does not exist"
7113msgstr ""
7114
7115#: builtin/mv.c:232
7116#, c-format
7117msgid "%s, source=%s, destination=%s"
7118msgstr ""
7119
7120#: builtin/mv.c:253
7121#, c-format
7122msgid "Renaming %s to %s\n"
7123msgstr ""
7124
7125#: builtin/mv.c:256 builtin/remote.c:728 builtin/repack.c:359
7126#, c-format
7127msgid "renaming '%s' failed"
7128msgstr ""
7129
7130#: builtin/name-rev.c:255
7131msgid "git name-rev [<options>] <commit>..."
7132msgstr ""
7133
7134#: builtin/name-rev.c:256
7135msgid "git name-rev [<options>] --all"
7136msgstr ""
7137
7138#: builtin/name-rev.c:257
7139msgid "git name-rev [<options>] --stdin"
7140msgstr ""
7141
7142#: builtin/name-rev.c:309
7143msgid "print only names (no SHA-1)"
7144msgstr ""
7145
7146#: builtin/name-rev.c:310
7147msgid "only use tags to name the commits"
7148msgstr ""
7149
7150#: builtin/name-rev.c:312
7151msgid "only use refs matching <pattern>"
7152msgstr ""
7153
7154#: builtin/name-rev.c:314
7155msgid "list all commits reachable from all refs"
7156msgstr ""
7157
7158#: builtin/name-rev.c:315
7159msgid "read from stdin"
7160msgstr ""
7161
7162#: builtin/name-rev.c:316
7163msgid "allow to print `undefined` names (default)"
7164msgstr ""
7165
7166#: builtin/name-rev.c:322
7167msgid "dereference tags in the input (internal use)"
7168msgstr ""
7169
7170#: builtin/notes.c:24
7171msgid "git notes [--ref <notes-ref>] [list [<object>]]"
7172msgstr ""
7173
7174#: builtin/notes.c:25
7175msgid ""
7176"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7177"| (-c | -C) <object>] [<object>]"
7178msgstr ""
7179
7180#: builtin/notes.c:26
7181msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
7182msgstr ""
7183
7184#: builtin/notes.c:27
7185msgid ""
7186"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
7187"(-c | -C) <object>] [<object>]"
7188msgstr ""
7189
7190#: builtin/notes.c:28
7191msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
7192msgstr ""
7193
7194#: builtin/notes.c:29
7195msgid "git notes [--ref <notes-ref>] show [<object>]"
7196msgstr ""
7197
7198#: builtin/notes.c:30
7199msgid ""
7200"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
7201msgstr ""
7202
7203#: builtin/notes.c:31
7204msgid "git notes merge --commit [-v | -q]"
7205msgstr ""
7206
7207#: builtin/notes.c:32
7208msgid "git notes merge --abort [-v | -q]"
7209msgstr ""
7210
7211#: builtin/notes.c:33
7212msgid "git notes [--ref <notes-ref>] remove [<object>...]"
7213msgstr ""
7214
7215#: builtin/notes.c:34
7216msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
7217msgstr ""
7218
7219#: builtin/notes.c:35
7220msgid "git notes [--ref <notes-ref>] get-ref"
7221msgstr ""
7222
7223#: builtin/notes.c:40
7224msgid "git notes [list [<object>]]"
7225msgstr ""
7226
7227#: builtin/notes.c:45
7228msgid "git notes add [<options>] [<object>]"
7229msgstr ""
7230
7231#: builtin/notes.c:50
7232msgid "git notes copy [<options>] <from-object> <to-object>"
7233msgstr ""
7234
7235#: builtin/notes.c:51
7236msgid "git notes copy --stdin [<from-object> <to-object>]..."
7237msgstr ""
7238
7239#: builtin/notes.c:56
7240msgid "git notes append [<options>] [<object>]"
7241msgstr ""
7242
7243#: builtin/notes.c:61
7244msgid "git notes edit [<object>]"
7245msgstr ""
7246
7247#: builtin/notes.c:66
7248msgid "git notes show [<object>]"
7249msgstr ""
7250
7251#: builtin/notes.c:71
7252msgid "git notes merge [<options>] <notes-ref>"
7253msgstr ""
7254
7255#: builtin/notes.c:72
7256msgid "git notes merge --commit [<options>]"
7257msgstr ""
7258
7259#: builtin/notes.c:73
7260msgid "git notes merge --abort [<options>]"
7261msgstr ""
7262
7263#: builtin/notes.c:78
7264msgid "git notes remove [<object>]"
7265msgstr ""
7266
7267#: builtin/notes.c:83
7268msgid "git notes prune [<options>]"
7269msgstr ""
7270
7271#: builtin/notes.c:88
7272msgid "git notes get-ref"
7273msgstr ""
7274
7275#: builtin/notes.c:146
7276#, c-format
7277msgid "unable to start 'show' for object '%s'"
7278msgstr ""
7279
7280#: builtin/notes.c:150
7281msgid "could not read 'show' output"
7282msgstr ""
7283
7284#: builtin/notes.c:158
7285#, c-format
7286msgid "failed to finish 'show' for object '%s'"
7287msgstr ""
7288
7289#: builtin/notes.c:173 builtin/tag.c:477
7290#, c-format
7291msgid "could not create file '%s'"
7292msgstr ""
7293
7294#: builtin/notes.c:192
7295msgid "Please supply the note contents using either -m or -F option"
7296msgstr ""
7297
7298#: builtin/notes.c:201
7299msgid "unable to write note object"
7300msgstr ""
7301
7302#: builtin/notes.c:203
7303#, c-format
7304msgid "The note contents have been left in %s"
7305msgstr ""
7306
7307#: builtin/notes.c:231 builtin/tag.c:693
7308#, c-format
7309msgid "cannot read '%s'"
7310msgstr ""
7311
7312#: builtin/notes.c:233 builtin/tag.c:696
7313#, c-format
7314msgid "could not open or read '%s'"
7315msgstr ""
7316
7317#: builtin/notes.c:252 builtin/notes.c:303 builtin/notes.c:305
7318#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:506
7319#: builtin/notes.c:511 builtin/notes.c:589 builtin/notes.c:652
7320#: builtin/notes.c:854 builtin/tag.c:709
7321#, c-format
7322msgid "Failed to resolve '%s' as a valid ref."
7323msgstr ""
7324
7325#: builtin/notes.c:255
7326#, c-format
7327msgid "Failed to read object '%s'."
7328msgstr ""
7329
7330#: builtin/notes.c:259
7331#, c-format
7332msgid "Cannot read note data from non-blob object '%s'."
7333msgstr ""
7334
7335#: builtin/notes.c:299
7336#, c-format
7337msgid "Malformed input line: '%s'."
7338msgstr ""
7339
7340#: builtin/notes.c:314
7341#, c-format
7342msgid "Failed to copy notes from '%s' to '%s'"
7343msgstr ""
7344
7345#: builtin/notes.c:358 builtin/notes.c:413 builtin/notes.c:489
7346#: builtin/notes.c:501 builtin/notes.c:577 builtin/notes.c:645
7347#: builtin/notes.c:919
7348msgid "too many parameters"
7349msgstr ""
7350
7351#: builtin/notes.c:371 builtin/notes.c:658
7352#, c-format
7353msgid "No note found for object %s."
7354msgstr ""
7355
7356#: builtin/notes.c:392 builtin/notes.c:555
7357msgid "note contents as a string"
7358msgstr ""
7359
7360#: builtin/notes.c:395 builtin/notes.c:558
7361msgid "note contents in a file"
7362msgstr ""
7363
7364#: builtin/notes.c:397 builtin/notes.c:400 builtin/notes.c:560
7365#: builtin/notes.c:563 builtin/tag.c:628
7366msgid "object"
7367msgstr ""
7368
7369#: builtin/notes.c:398 builtin/notes.c:561
7370msgid "reuse and edit specified note object"
7371msgstr ""
7372
7373#: builtin/notes.c:401 builtin/notes.c:564
7374msgid "reuse specified note object"
7375msgstr ""
7376
7377#: builtin/notes.c:404 builtin/notes.c:567
7378msgid "allow storing empty note"
7379msgstr ""
7380
7381#: builtin/notes.c:405 builtin/notes.c:476
7382msgid "replace existing notes"
7383msgstr ""
7384
7385#: builtin/notes.c:430
7386#, c-format
7387msgid ""
7388"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7389"existing notes"
7390msgstr ""
7391
7392#: builtin/notes.c:445 builtin/notes.c:524
7393#, c-format
7394msgid "Overwriting existing notes for object %s\n"
7395msgstr ""
7396
7397#: builtin/notes.c:456 builtin/notes.c:617 builtin/notes.c:859
7398#, c-format
7399msgid "Removing note for object %s\n"
7400msgstr ""
7401
7402#: builtin/notes.c:477
7403msgid "read objects from stdin"
7404msgstr ""
7405
7406#: builtin/notes.c:479
7407msgid "load rewriting config for <command> (implies --stdin)"
7408msgstr ""
7409
7410#: builtin/notes.c:497
7411msgid "too few parameters"
7412msgstr ""
7413
7414#: builtin/notes.c:518
7415#, c-format
7416msgid ""
7417"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7418"existing notes"
7419msgstr ""
7420
7421#: builtin/notes.c:530
7422#, c-format
7423msgid "Missing notes on source object %s. Cannot copy."
7424msgstr ""
7425
7426#: builtin/notes.c:582
7427#, c-format
7428msgid ""
7429"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7430"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7431msgstr ""
7432
7433#: builtin/notes.c:750
7434msgid "General options"
7435msgstr ""
7436
7437#: builtin/notes.c:752
7438msgid "Merge options"
7439msgstr ""
7440
7441#: builtin/notes.c:754
7442msgid ""
7443"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7444"cat_sort_uniq)"
7445msgstr ""
7446
7447#: builtin/notes.c:756
7448msgid "Committing unmerged notes"
7449msgstr ""
7450
7451#: builtin/notes.c:758
7452msgid "finalize notes merge by committing unmerged notes"
7453msgstr ""
7454
7455#: builtin/notes.c:760
7456msgid "Aborting notes merge resolution"
7457msgstr ""
7458
7459#: builtin/notes.c:762
7460msgid "abort notes merge"
7461msgstr ""
7462
7463#: builtin/notes.c:857
7464#, c-format
7465msgid "Object %s has no note\n"
7466msgstr ""
7467
7468#: builtin/notes.c:869
7469msgid "attempt to remove non-existent note is not an error"
7470msgstr ""
7471
7472#: builtin/notes.c:872
7473msgid "read object names from the standard input"
7474msgstr ""
7475
7476#: builtin/notes.c:953
7477msgid "notes-ref"
7478msgstr ""
7479
7480#: builtin/notes.c:954
7481msgid "use notes from <notes-ref>"
7482msgstr ""
7483
7484#: builtin/notes.c:989 builtin/remote.c:1621
7485#, c-format
7486msgid "Unknown subcommand: %s"
7487msgstr ""
7488
7489#: builtin/pack-objects.c:28
7490msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
7491msgstr ""
7492
7493#: builtin/pack-objects.c:29
7494msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
7495msgstr ""
7496
7497#: builtin/pack-objects.c:175 builtin/pack-objects.c:178
7498#, c-format
7499msgid "deflate error (%d)"
7500msgstr ""
7501
7502#: builtin/pack-objects.c:771
7503msgid "Writing objects"
7504msgstr ""
7505
7506#: builtin/pack-objects.c:1013
7507msgid "disabling bitmap writing, as some objects are not being packed"
7508msgstr ""
7509
7510#: builtin/pack-objects.c:2173
7511msgid "Compressing objects"
7512msgstr ""
7513
7514#: builtin/pack-objects.c:2570
7515#, c-format
7516msgid "unsupported index version %s"
7517msgstr ""
7518
7519#: builtin/pack-objects.c:2574
7520#, c-format
7521msgid "bad index version '%s'"
7522msgstr ""
7523
7524#: builtin/pack-objects.c:2597
7525#, c-format
7526msgid "option %s does not accept negative form"
7527msgstr ""
7528
7529#: builtin/pack-objects.c:2601
7530#, c-format
7531msgid "unable to parse value '%s' for option %s"
7532msgstr ""
7533
7534#: builtin/pack-objects.c:2621
7535msgid "do not show progress meter"
7536msgstr ""
7537
7538#: builtin/pack-objects.c:2623
7539msgid "show progress meter"
7540msgstr ""
7541
7542#: builtin/pack-objects.c:2625
7543msgid "show progress meter during object writing phase"
7544msgstr ""
7545
7546#: builtin/pack-objects.c:2628
7547msgid "similar to --all-progress when progress meter is shown"
7548msgstr ""
7549
7550#: builtin/pack-objects.c:2629
7551msgid "version[,offset]"
7552msgstr ""
7553
7554#: builtin/pack-objects.c:2630
7555msgid "write the pack index file in the specified idx format version"
7556msgstr ""
7557
7558#: builtin/pack-objects.c:2633
7559msgid "maximum size of each output pack file"
7560msgstr ""
7561
7562#: builtin/pack-objects.c:2635
7563msgid "ignore borrowed objects from alternate object store"
7564msgstr ""
7565
7566#: builtin/pack-objects.c:2637
7567msgid "ignore packed objects"
7568msgstr ""
7569
7570#: builtin/pack-objects.c:2639
7571msgid "limit pack window by objects"
7572msgstr ""
7573
7574#: builtin/pack-objects.c:2641
7575msgid "limit pack window by memory in addition to object limit"
7576msgstr ""
7577
7578#: builtin/pack-objects.c:2643
7579msgid "maximum length of delta chain allowed in the resulting pack"
7580msgstr ""
7581
7582#: builtin/pack-objects.c:2645
7583msgid "reuse existing deltas"
7584msgstr ""
7585
7586#: builtin/pack-objects.c:2647
7587msgid "reuse existing objects"
7588msgstr ""
7589
7590#: builtin/pack-objects.c:2649
7591msgid "use OFS_DELTA objects"
7592msgstr ""
7593
7594#: builtin/pack-objects.c:2651
7595msgid "use threads when searching for best delta matches"
7596msgstr ""
7597
7598#: builtin/pack-objects.c:2653
7599msgid "do not create an empty pack output"
7600msgstr ""
7601
7602#: builtin/pack-objects.c:2655
7603msgid "read revision arguments from standard input"
7604msgstr ""
7605
7606#: builtin/pack-objects.c:2657
7607msgid "limit the objects to those that are not yet packed"
7608msgstr ""
7609
7610#: builtin/pack-objects.c:2660
7611msgid "include objects reachable from any reference"
7612msgstr ""
7613
7614#: builtin/pack-objects.c:2663
7615msgid "include objects referred by reflog entries"
7616msgstr ""
7617
7618#: builtin/pack-objects.c:2666
7619msgid "include objects referred to by the index"
7620msgstr ""
7621
7622#: builtin/pack-objects.c:2669
7623msgid "output pack to stdout"
7624msgstr ""
7625
7626#: builtin/pack-objects.c:2671
7627msgid "include tag objects that refer to objects to be packed"
7628msgstr ""
7629
7630#: builtin/pack-objects.c:2673
7631msgid "keep unreachable objects"
7632msgstr ""
7633
7634#: builtin/pack-objects.c:2674 parse-options.h:140
7635msgid "time"
7636msgstr ""
7637
7638#: builtin/pack-objects.c:2675
7639msgid "unpack unreachable objects newer than <time>"
7640msgstr ""
7641
7642#: builtin/pack-objects.c:2678
7643msgid "create thin packs"
7644msgstr ""
7645
7646#: builtin/pack-objects.c:2680
7647msgid "create packs suitable for shallow fetches"
7648msgstr ""
7649
7650#: builtin/pack-objects.c:2682
7651msgid "ignore packs that have companion .keep file"
7652msgstr ""
7653
7654#: builtin/pack-objects.c:2684
7655msgid "pack compression level"
7656msgstr ""
7657
7658#: builtin/pack-objects.c:2686
7659msgid "do not hide commits by grafts"
7660msgstr ""
7661
7662#: builtin/pack-objects.c:2688
7663msgid "use a bitmap index if available to speed up counting objects"
7664msgstr ""
7665
7666#: builtin/pack-objects.c:2690
7667msgid "write a bitmap index together with the pack index"
7668msgstr ""
7669
7670#: builtin/pack-objects.c:2781
7671msgid "Counting objects"
7672msgstr ""
7673
7674#: builtin/pack-refs.c:6
7675msgid "git pack-refs [<options>]"
7676msgstr ""
7677
7678#: builtin/pack-refs.c:14
7679msgid "pack everything"
7680msgstr ""
7681
7682#: builtin/pack-refs.c:15
7683msgid "prune loose refs (default)"
7684msgstr ""
7685
7686#: builtin/prune-packed.c:7
7687msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
7688msgstr ""
7689
7690#: builtin/prune-packed.c:40
7691msgid "Removing duplicate objects"
7692msgstr ""
7693
7694#: builtin/prune.c:12
7695msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
7696msgstr ""
7697
7698#: builtin/prune.c:106
7699msgid "do not remove, show only"
7700msgstr ""
7701
7702#: builtin/prune.c:107
7703msgid "report pruned objects"
7704msgstr ""
7705
7706#: builtin/prune.c:110
7707msgid "expire objects older than <time>"
7708msgstr ""
7709
7710#: builtin/push.c:14
7711msgid "git push [<options>] [<repository> [<refspec>...]]"
7712msgstr ""
7713
7714#: builtin/push.c:85
7715msgid "tag shorthand without <tag>"
7716msgstr ""
7717
7718#: builtin/push.c:95
7719msgid "--delete only accepts plain target ref names"
7720msgstr ""
7721
7722#: builtin/push.c:139
7723msgid ""
7724"\n"
7725"To choose either option permanently, see push.default in 'git help config'."
7726msgstr ""
7727
7728#: builtin/push.c:142
7729#, c-format
7730msgid ""
7731"The upstream branch of your current branch does not match\n"
7732"the name of your current branch.  To push to the upstream branch\n"
7733"on the remote, use\n"
7734"\n"
7735"    git push %s HEAD:%s\n"
7736"\n"
7737"To push to the branch of the same name on the remote, use\n"
7738"\n"
7739"    git push %s %s\n"
7740"%s"
7741msgstr ""
7742
7743#: builtin/push.c:157
7744#, c-format
7745msgid ""
7746"You are not currently on a branch.\n"
7747"To push the history leading to the current (detached HEAD)\n"
7748"state now, use\n"
7749"\n"
7750"    git push %s HEAD:<name-of-remote-branch>\n"
7751msgstr ""
7752
7753#: builtin/push.c:171
7754#, c-format
7755msgid ""
7756"The current branch %s has no upstream branch.\n"
7757"To push the current branch and set the remote as upstream, use\n"
7758"\n"
7759"    git push --set-upstream %s %s\n"
7760msgstr ""
7761
7762#: builtin/push.c:179
7763#, c-format
7764msgid "The current branch %s has multiple upstream branches, refusing to push."
7765msgstr ""
7766
7767#: builtin/push.c:182
7768#, c-format
7769msgid ""
7770"You are pushing to remote '%s', which is not the upstream of\n"
7771"your current branch '%s', without telling me what to push\n"
7772"to update which remote branch."
7773msgstr ""
7774
7775#: builtin/push.c:205
7776msgid ""
7777"push.default is unset; its implicit value has changed in\n"
7778"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
7779"and maintain the traditional behavior, use:\n"
7780"\n"
7781"  git config --global push.default matching\n"
7782"\n"
7783"To squelch this message and adopt the new behavior now, use:\n"
7784"\n"
7785"  git config --global push.default simple\n"
7786"\n"
7787"When push.default is set to 'matching', git will push local branches\n"
7788"to the remote branches that already exist with the same name.\n"
7789"\n"
7790"Since Git 2.0, Git defaults to the more conservative 'simple'\n"
7791"behavior, which only pushes the current branch to the corresponding\n"
7792"remote branch that 'git pull' uses to update the current branch.\n"
7793"\n"
7794"See 'git help config' and search for 'push.default' for further "
7795"information.\n"
7796"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
7797"'current' instead of 'simple' if you sometimes use older versions of Git)"
7798msgstr ""
7799
7800#: builtin/push.c:272
7801msgid ""
7802"You didn't specify any refspecs to push, and push.default is \"nothing\"."
7803msgstr ""
7804
7805#: builtin/push.c:279
7806msgid ""
7807"Updates were rejected because the tip of your current branch is behind\n"
7808"its remote counterpart. Integrate the remote changes (e.g.\n"
7809"'git pull ...') before pushing again.\n"
7810"See the 'Note about fast-forwards' in 'git push --help' for details."
7811msgstr ""
7812
7813#: builtin/push.c:285
7814msgid ""
7815"Updates were rejected because a pushed branch tip is behind its remote\n"
7816"counterpart. Check out this branch and integrate the remote changes\n"
7817"(e.g. 'git pull ...') before pushing again.\n"
7818"See the 'Note about fast-forwards' in 'git push --help' for details."
7819msgstr ""
7820
7821#: builtin/push.c:291
7822msgid ""
7823"Updates were rejected because the remote contains work that you do\n"
7824"not have locally. This is usually caused by another repository pushing\n"
7825"to the same ref. You may want to first integrate the remote changes\n"
7826"(e.g., 'git pull ...') before pushing again.\n"
7827"See the 'Note about fast-forwards' in 'git push --help' for details."
7828msgstr ""
7829
7830#: builtin/push.c:298
7831msgid "Updates were rejected because the tag already exists in the remote."
7832msgstr ""
7833
7834#: builtin/push.c:301
7835msgid ""
7836"You cannot update a remote ref that points at a non-commit object,\n"
7837"or update a remote ref to make it point at a non-commit object,\n"
7838"without using the '--force' option.\n"
7839msgstr ""
7840
7841#: builtin/push.c:360
7842#, c-format
7843msgid "Pushing to %s\n"
7844msgstr ""
7845
7846#: builtin/push.c:364
7847#, c-format
7848msgid "failed to push some refs to '%s'"
7849msgstr ""
7850
7851#: builtin/push.c:394
7852#, c-format
7853msgid "bad repository '%s'"
7854msgstr ""
7855
7856#: builtin/push.c:395
7857msgid ""
7858"No configured push destination.\n"
7859"Either specify the URL from the command-line or configure a remote "
7860"repository using\n"
7861"\n"
7862"    git remote add <name> <url>\n"
7863"\n"
7864"and then push using the remote name\n"
7865"\n"
7866"    git push <name>\n"
7867msgstr ""
7868
7869#: builtin/push.c:410
7870msgid "--all and --tags are incompatible"
7871msgstr ""
7872
7873#: builtin/push.c:411
7874msgid "--all can't be combined with refspecs"
7875msgstr ""
7876
7877#: builtin/push.c:416
7878msgid "--mirror and --tags are incompatible"
7879msgstr ""
7880
7881#: builtin/push.c:417
7882msgid "--mirror can't be combined with refspecs"
7883msgstr ""
7884
7885#: builtin/push.c:422
7886msgid "--all and --mirror are incompatible"
7887msgstr ""
7888
7889#: builtin/push.c:502
7890msgid "repository"
7891msgstr ""
7892
7893#: builtin/push.c:503
7894msgid "push all refs"
7895msgstr ""
7896
7897#: builtin/push.c:504
7898msgid "mirror all refs"
7899msgstr ""
7900
7901#: builtin/push.c:506
7902msgid "delete refs"
7903msgstr ""
7904
7905#: builtin/push.c:507
7906msgid "push tags (can't be used with --all or --mirror)"
7907msgstr ""
7908
7909#: builtin/push.c:510
7910msgid "force updates"
7911msgstr ""
7912
7913#: builtin/push.c:512
7914msgid "refname>:<expect"
7915msgstr ""
7916
7917#: builtin/push.c:513
7918msgid "require old value of ref to be at this value"
7919msgstr ""
7920
7921#: builtin/push.c:516
7922msgid "control recursive pushing of submodules"
7923msgstr ""
7924
7925#: builtin/push.c:518
7926msgid "use thin pack"
7927msgstr ""
7928
7929#: builtin/push.c:519 builtin/push.c:520
7930msgid "receive pack program"
7931msgstr ""
7932
7933#: builtin/push.c:521
7934msgid "set upstream for git pull/status"
7935msgstr ""
7936
7937#: builtin/push.c:524
7938msgid "prune locally removed refs"
7939msgstr ""
7940
7941#: builtin/push.c:526
7942msgid "bypass pre-push hook"
7943msgstr ""
7944
7945#: builtin/push.c:527
7946msgid "push missing but relevant tags"
7947msgstr ""
7948
7949#: builtin/push.c:529
7950msgid "GPG sign the push"
7951msgstr ""
7952
7953#: builtin/push.c:530
7954msgid "request atomic transaction on remote side"
7955msgstr ""
7956
7957#: builtin/push.c:539
7958msgid "--delete is incompatible with --all, --mirror and --tags"
7959msgstr ""
7960
7961#: builtin/push.c:541
7962msgid "--delete doesn't make sense without any refs"
7963msgstr ""
7964
7965#: builtin/read-tree.c:37
7966msgid ""
7967"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
7968"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
7969"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
7970msgstr ""
7971
7972#: builtin/read-tree.c:110
7973msgid "write resulting index to <file>"
7974msgstr ""
7975
7976#: builtin/read-tree.c:113
7977msgid "only empty the index"
7978msgstr ""
7979
7980#: builtin/read-tree.c:115
7981msgid "Merging"
7982msgstr ""
7983
7984#: builtin/read-tree.c:117
7985msgid "perform a merge in addition to a read"
7986msgstr ""
7987
7988#: builtin/read-tree.c:119
7989msgid "3-way merge if no file level merging required"
7990msgstr ""
7991
7992#: builtin/read-tree.c:121
7993msgid "3-way merge in presence of adds and removes"
7994msgstr ""
7995
7996#: builtin/read-tree.c:123
7997msgid "same as -m, but discard unmerged entries"
7998msgstr ""
7999
8000#: builtin/read-tree.c:124
8001msgid "<subdirectory>/"
8002msgstr ""
8003
8004#: builtin/read-tree.c:125
8005msgid "read the tree into the index under <subdirectory>/"
8006msgstr ""
8007
8008#: builtin/read-tree.c:128
8009msgid "update working tree with merge result"
8010msgstr ""
8011
8012#: builtin/read-tree.c:130
8013msgid "gitignore"
8014msgstr ""
8015
8016#: builtin/read-tree.c:131
8017msgid "allow explicitly ignored files to be overwritten"
8018msgstr ""
8019
8020#: builtin/read-tree.c:134
8021msgid "don't check the working tree after merging"
8022msgstr ""
8023
8024#: builtin/read-tree.c:135
8025msgid "don't update the index or the work tree"
8026msgstr ""
8027
8028#: builtin/read-tree.c:137
8029msgid "skip applying sparse checkout filter"
8030msgstr ""
8031
8032#: builtin/read-tree.c:139
8033msgid "debug unpack-trees"
8034msgstr ""
8035
8036#: builtin/reflog.c:429
8037#, c-format
8038msgid "%s' for '%s' is not a valid timestamp"
8039msgstr ""
8040
8041#: builtin/reflog.c:546 builtin/reflog.c:551
8042#, c-format
8043msgid "'%s' is not a valid timestamp"
8044msgstr ""
8045
8046#: builtin/remote.c:12
8047msgid "git remote [-v | --verbose]"
8048msgstr ""
8049
8050#: builtin/remote.c:13
8051msgid ""
8052"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
8053"mirror=<fetch|push>] <name> <url>"
8054msgstr ""
8055
8056#: builtin/remote.c:14 builtin/remote.c:33
8057msgid "git remote rename <old> <new>"
8058msgstr ""
8059
8060#: builtin/remote.c:15 builtin/remote.c:38
8061msgid "git remote remove <name>"
8062msgstr ""
8063
8064#: builtin/remote.c:16 builtin/remote.c:43
8065msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8066msgstr ""
8067
8068#: builtin/remote.c:17
8069msgid "git remote [-v | --verbose] show [-n] <name>"
8070msgstr ""
8071
8072#: builtin/remote.c:18
8073msgid "git remote prune [-n | --dry-run] <name>"
8074msgstr ""
8075
8076#: builtin/remote.c:19
8077msgid ""
8078"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8079msgstr ""
8080
8081#: builtin/remote.c:20
8082msgid "git remote set-branches [--add] <name> <branch>..."
8083msgstr ""
8084
8085#: builtin/remote.c:21 builtin/remote.c:69
8086msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
8087msgstr ""
8088
8089#: builtin/remote.c:22 builtin/remote.c:70
8090msgid "git remote set-url --add <name> <newurl>"
8091msgstr ""
8092
8093#: builtin/remote.c:23 builtin/remote.c:71
8094msgid "git remote set-url --delete <name> <url>"
8095msgstr ""
8096
8097#: builtin/remote.c:28
8098msgid "git remote add [<options>] <name> <url>"
8099msgstr ""
8100
8101#: builtin/remote.c:48
8102msgid "git remote set-branches <name> <branch>..."
8103msgstr ""
8104
8105#: builtin/remote.c:49
8106msgid "git remote set-branches --add <name> <branch>..."
8107msgstr ""
8108
8109#: builtin/remote.c:54
8110msgid "git remote show [<options>] <name>"
8111msgstr ""
8112
8113#: builtin/remote.c:59
8114msgid "git remote prune [<options>] <name>"
8115msgstr ""
8116
8117#: builtin/remote.c:64
8118msgid "git remote update [<options>] [<group> | <remote>]..."
8119msgstr ""
8120
8121#: builtin/remote.c:88
8122#, c-format
8123msgid "Updating %s"
8124msgstr ""
8125
8126#: builtin/remote.c:120
8127msgid ""
8128"--mirror is dangerous and deprecated; please\n"
8129"\t use --mirror=fetch or --mirror=push instead"
8130msgstr ""
8131
8132#: builtin/remote.c:137
8133#, c-format
8134msgid "unknown mirror argument: %s"
8135msgstr ""
8136
8137#: builtin/remote.c:153
8138msgid "fetch the remote branches"
8139msgstr ""
8140
8141#: builtin/remote.c:155
8142msgid "import all tags and associated objects when fetching"
8143msgstr ""
8144
8145#: builtin/remote.c:158
8146msgid "or do not fetch any tag at all (--no-tags)"
8147msgstr ""
8148
8149#: builtin/remote.c:160
8150msgid "branch(es) to track"
8151msgstr ""
8152
8153#: builtin/remote.c:161
8154msgid "master branch"
8155msgstr ""
8156
8157#: builtin/remote.c:162
8158msgid "push|fetch"
8159msgstr ""
8160
8161#: builtin/remote.c:163
8162msgid "set up remote as a mirror to push to or fetch from"
8163msgstr ""
8164
8165#: builtin/remote.c:175
8166msgid "specifying a master branch makes no sense with --mirror"
8167msgstr ""
8168
8169#: builtin/remote.c:177
8170msgid "specifying branches to track makes sense only with fetch mirrors"
8171msgstr ""
8172
8173#: builtin/remote.c:187 builtin/remote.c:643
8174#, c-format
8175msgid "remote %s already exists."
8176msgstr ""
8177
8178#: builtin/remote.c:191 builtin/remote.c:647
8179#, c-format
8180msgid "'%s' is not a valid remote name"
8181msgstr ""
8182
8183#: builtin/remote.c:235
8184#, c-format
8185msgid "Could not setup master '%s'"
8186msgstr ""
8187
8188#: builtin/remote.c:335
8189#, c-format
8190msgid "Could not get fetch map for refspec %s"
8191msgstr ""
8192
8193#: builtin/remote.c:436 builtin/remote.c:444
8194msgid "(matching)"
8195msgstr ""
8196
8197#: builtin/remote.c:448
8198msgid "(delete)"
8199msgstr ""
8200
8201#: builtin/remote.c:592 builtin/remote.c:598 builtin/remote.c:604
8202#, c-format
8203msgid "Could not append '%s' to '%s'"
8204msgstr ""
8205
8206#: builtin/remote.c:636 builtin/remote.c:795 builtin/remote.c:895
8207#, c-format
8208msgid "No such remote: %s"
8209msgstr ""
8210
8211#: builtin/remote.c:653
8212#, c-format
8213msgid "Could not rename config section '%s' to '%s'"
8214msgstr ""
8215
8216#: builtin/remote.c:659 builtin/remote.c:847
8217#, c-format
8218msgid "Could not remove config section '%s'"
8219msgstr ""
8220
8221#: builtin/remote.c:674
8222#, c-format
8223msgid ""
8224"Not updating non-default fetch refspec\n"
8225"\t%s\n"
8226"\tPlease update the configuration manually if necessary."
8227msgstr ""
8228
8229#: builtin/remote.c:680
8230#, c-format
8231msgid "Could not append '%s'"
8232msgstr ""
8233
8234#: builtin/remote.c:691
8235#, c-format
8236msgid "Could not set '%s'"
8237msgstr ""
8238
8239#: builtin/remote.c:713
8240#, c-format
8241msgid "deleting '%s' failed"
8242msgstr ""
8243
8244#: builtin/remote.c:747
8245#, c-format
8246msgid "creating '%s' failed"
8247msgstr ""
8248
8249#: builtin/remote.c:766
8250#, c-format
8251msgid "Could not remove branch %s"
8252msgstr ""
8253
8254#: builtin/remote.c:833
8255msgid ""
8256"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
8257"to delete it, use:"
8258msgid_plural ""
8259"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
8260"to delete them, use:"
8261msgstr[0] ""
8262msgstr[1] ""
8263
8264#: builtin/remote.c:948
8265#, c-format
8266msgid " new (next fetch will store in remotes/%s)"
8267msgstr ""
8268
8269#: builtin/remote.c:951
8270msgid " tracked"
8271msgstr ""
8272
8273#: builtin/remote.c:953
8274msgid " stale (use 'git remote prune' to remove)"
8275msgstr ""
8276
8277#: builtin/remote.c:955
8278msgid " ???"
8279msgstr ""
8280
8281#: builtin/remote.c:996
8282#, c-format
8283msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
8284msgstr ""
8285
8286#: builtin/remote.c:1003
8287#, c-format
8288msgid "rebases onto remote %s"
8289msgstr ""
8290
8291#: builtin/remote.c:1006
8292#, c-format
8293msgid " merges with remote %s"
8294msgstr ""
8295
8296#: builtin/remote.c:1007
8297msgid "    and with remote"
8298msgstr ""
8299
8300#: builtin/remote.c:1009
8301#, c-format
8302msgid "merges with remote %s"
8303msgstr ""
8304
8305#: builtin/remote.c:1010
8306msgid "   and with remote"
8307msgstr ""
8308
8309#: builtin/remote.c:1056
8310msgid "create"
8311msgstr ""
8312
8313#: builtin/remote.c:1059
8314msgid "delete"
8315msgstr ""
8316
8317#: builtin/remote.c:1063
8318msgid "up to date"
8319msgstr ""
8320
8321#: builtin/remote.c:1066
8322msgid "fast-forwardable"
8323msgstr ""
8324
8325#: builtin/remote.c:1069
8326msgid "local out of date"
8327msgstr ""
8328
8329#: builtin/remote.c:1076
8330#, c-format
8331msgid "    %-*s forces to %-*s (%s)"
8332msgstr ""
8333
8334#: builtin/remote.c:1079
8335#, c-format
8336msgid "    %-*s pushes to %-*s (%s)"
8337msgstr ""
8338
8339#: builtin/remote.c:1083
8340#, c-format
8341msgid "    %-*s forces to %s"
8342msgstr ""
8343
8344#: builtin/remote.c:1086
8345#, c-format
8346msgid "    %-*s pushes to %s"
8347msgstr ""
8348
8349#: builtin/remote.c:1154
8350msgid "do not query remotes"
8351msgstr ""
8352
8353#: builtin/remote.c:1181
8354#, c-format
8355msgid "* remote %s"
8356msgstr ""
8357
8358#: builtin/remote.c:1182
8359#, c-format
8360msgid "  Fetch URL: %s"
8361msgstr ""
8362
8363#: builtin/remote.c:1183 builtin/remote.c:1334
8364msgid "(no URL)"
8365msgstr ""
8366
8367#: builtin/remote.c:1192 builtin/remote.c:1194
8368#, c-format
8369msgid "  Push  URL: %s"
8370msgstr ""
8371
8372#: builtin/remote.c:1196 builtin/remote.c:1198 builtin/remote.c:1200
8373#, c-format
8374msgid "  HEAD branch: %s"
8375msgstr ""
8376
8377#: builtin/remote.c:1202
8378#, c-format
8379msgid ""
8380"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
8381msgstr ""
8382
8383#: builtin/remote.c:1214
8384#, c-format
8385msgid "  Remote branch:%s"
8386msgid_plural "  Remote branches:%s"
8387msgstr[0] ""
8388msgstr[1] ""
8389
8390#: builtin/remote.c:1217 builtin/remote.c:1244
8391msgid " (status not queried)"
8392msgstr ""
8393
8394#: builtin/remote.c:1226
8395msgid "  Local branch configured for 'git pull':"
8396msgid_plural "  Local branches configured for 'git pull':"
8397msgstr[0] ""
8398msgstr[1] ""
8399
8400#: builtin/remote.c:1234
8401msgid "  Local refs will be mirrored by 'git push'"
8402msgstr ""
8403
8404#: builtin/remote.c:1241
8405#, c-format
8406msgid "  Local ref configured for 'git push'%s:"
8407msgid_plural "  Local refs configured for 'git push'%s:"
8408msgstr[0] ""
8409msgstr[1] ""
8410
8411#: builtin/remote.c:1262
8412msgid "set refs/remotes/<name>/HEAD according to remote"
8413msgstr ""
8414
8415#: builtin/remote.c:1264
8416msgid "delete refs/remotes/<name>/HEAD"
8417msgstr ""
8418
8419#: builtin/remote.c:1279
8420msgid "Cannot determine remote HEAD"
8421msgstr ""
8422
8423#: builtin/remote.c:1281
8424msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
8425msgstr ""
8426
8427#: builtin/remote.c:1291
8428#, c-format
8429msgid "Could not delete %s"
8430msgstr ""
8431
8432#: builtin/remote.c:1299
8433#, c-format
8434msgid "Not a valid ref: %s"
8435msgstr ""
8436
8437#: builtin/remote.c:1301
8438#, c-format
8439msgid "Could not setup %s"
8440msgstr ""
8441
8442#: builtin/remote.c:1319
8443#, c-format
8444msgid " %s will become dangling!"
8445msgstr ""
8446
8447#: builtin/remote.c:1320
8448#, c-format
8449msgid " %s has become dangling!"
8450msgstr ""
8451
8452#: builtin/remote.c:1330
8453#, c-format
8454msgid "Pruning %s"
8455msgstr ""
8456
8457#: builtin/remote.c:1331
8458#, c-format
8459msgid "URL: %s"
8460msgstr ""
8461
8462#: builtin/remote.c:1354
8463#, c-format
8464msgid " * [would prune] %s"
8465msgstr ""
8466
8467#: builtin/remote.c:1357
8468#, c-format
8469msgid " * [pruned] %s"
8470msgstr ""
8471
8472#: builtin/remote.c:1402
8473msgid "prune remotes after fetching"
8474msgstr ""
8475
8476#: builtin/remote.c:1468 builtin/remote.c:1542
8477#, c-format
8478msgid "No such remote '%s'"
8479msgstr ""
8480
8481#: builtin/remote.c:1488
8482msgid "add branch"
8483msgstr ""
8484
8485#: builtin/remote.c:1495
8486msgid "no remote specified"
8487msgstr ""
8488
8489#: builtin/remote.c:1517
8490msgid "manipulate push URLs"
8491msgstr ""
8492
8493#: builtin/remote.c:1519
8494msgid "add URL"
8495msgstr ""
8496
8497#: builtin/remote.c:1521
8498msgid "delete URLs"
8499msgstr ""
8500
8501#: builtin/remote.c:1528
8502msgid "--add --delete doesn't make sense"
8503msgstr ""
8504
8505#: builtin/remote.c:1568
8506#, c-format
8507msgid "Invalid old URL pattern: %s"
8508msgstr ""
8509
8510#: builtin/remote.c:1576
8511#, c-format
8512msgid "No such URL found: %s"
8513msgstr ""
8514
8515#: builtin/remote.c:1578
8516msgid "Will not delete all non-push URLs"
8517msgstr ""
8518
8519#: builtin/remote.c:1592
8520msgid "be verbose; must be placed before a subcommand"
8521msgstr ""
8522
8523#: builtin/repack.c:17
8524msgid "git repack [<options>]"
8525msgstr ""
8526
8527#: builtin/repack.c:159
8528msgid "pack everything in a single pack"
8529msgstr ""
8530
8531#: builtin/repack.c:161
8532msgid "same as -a, and turn unreachable objects loose"
8533msgstr ""
8534
8535#: builtin/repack.c:164
8536msgid "remove redundant packs, and run git-prune-packed"
8537msgstr ""
8538
8539#: builtin/repack.c:166
8540msgid "pass --no-reuse-delta to git-pack-objects"
8541msgstr ""
8542
8543#: builtin/repack.c:168
8544msgid "pass --no-reuse-object to git-pack-objects"
8545msgstr ""
8546
8547#: builtin/repack.c:170
8548msgid "do not run git-update-server-info"
8549msgstr ""
8550
8551#: builtin/repack.c:173
8552msgid "pass --local to git-pack-objects"
8553msgstr ""
8554
8555#: builtin/repack.c:175
8556msgid "write bitmap index"
8557msgstr ""
8558
8559#: builtin/repack.c:176
8560msgid "approxidate"
8561msgstr ""
8562
8563#: builtin/repack.c:177
8564msgid "with -A, do not loosen objects older than this"
8565msgstr ""
8566
8567#: builtin/repack.c:179
8568msgid "size of the window used for delta compression"
8569msgstr ""
8570
8571#: builtin/repack.c:180 builtin/repack.c:184
8572msgid "bytes"
8573msgstr ""
8574
8575#: builtin/repack.c:181
8576msgid "same as the above, but limit memory size instead of entries count"
8577msgstr ""
8578
8579#: builtin/repack.c:183
8580msgid "limits the maximum delta depth"
8581msgstr ""
8582
8583#: builtin/repack.c:185
8584msgid "maximum size of each packfile"
8585msgstr ""
8586
8587#: builtin/repack.c:187
8588msgid "repack objects in packs marked with .keep"
8589msgstr ""
8590
8591#: builtin/repack.c:375
8592#, c-format
8593msgid "removing '%s' failed"
8594msgstr ""
8595
8596#: builtin/replace.c:19
8597msgid "git replace [-f] <object> <replacement>"
8598msgstr ""
8599
8600#: builtin/replace.c:20
8601msgid "git replace [-f] --edit <object>"
8602msgstr ""
8603
8604#: builtin/replace.c:21
8605msgid "git replace [-f] --graft <commit> [<parent>...]"
8606msgstr ""
8607
8608#: builtin/replace.c:22
8609msgid "git replace -d <object>..."
8610msgstr ""
8611
8612#: builtin/replace.c:23
8613msgid "git replace [--format=<format>] [-l [<pattern>]]"
8614msgstr ""
8615
8616#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
8617#, c-format
8618msgid "Not a valid object name: '%s'"
8619msgstr ""
8620
8621#: builtin/replace.c:355
8622#, c-format
8623msgid "bad mergetag in commit '%s'"
8624msgstr ""
8625
8626#: builtin/replace.c:357
8627#, c-format
8628msgid "malformed mergetag in commit '%s'"
8629msgstr ""
8630
8631#: builtin/replace.c:368
8632#, c-format
8633msgid ""
8634"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
8635"instead of --graft"
8636msgstr ""
8637
8638#: builtin/replace.c:401
8639#, c-format
8640msgid "the original commit '%s' has a gpg signature."
8641msgstr ""
8642
8643#: builtin/replace.c:402
8644msgid "the signature will be removed in the replacement commit!"
8645msgstr ""
8646
8647#: builtin/replace.c:408
8648#, c-format
8649msgid "could not write replacement commit for: '%s'"
8650msgstr ""
8651
8652#: builtin/replace.c:432
8653msgid "list replace refs"
8654msgstr ""
8655
8656#: builtin/replace.c:433
8657msgid "delete replace refs"
8658msgstr ""
8659
8660#: builtin/replace.c:434
8661msgid "edit existing object"
8662msgstr ""
8663
8664#: builtin/replace.c:435
8665msgid "change a commit's parents"
8666msgstr ""
8667
8668#: builtin/replace.c:436
8669msgid "replace the ref if it exists"
8670msgstr ""
8671
8672#: builtin/replace.c:437
8673msgid "do not pretty-print contents for --edit"
8674msgstr ""
8675
8676#: builtin/replace.c:438
8677msgid "use this format"
8678msgstr ""
8679
8680#: builtin/rerere.c:12
8681msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
8682msgstr ""
8683
8684#: builtin/rerere.c:57
8685msgid "register clean resolutions in index"
8686msgstr ""
8687
8688#: builtin/reset.c:26
8689msgid ""
8690"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
8691msgstr ""
8692
8693#: builtin/reset.c:27
8694msgid "git reset [-q] <tree-ish> [--] <paths>..."
8695msgstr ""
8696
8697#: builtin/reset.c:28
8698msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
8699msgstr ""
8700
8701#: builtin/reset.c:34
8702msgid "mixed"
8703msgstr ""
8704
8705#: builtin/reset.c:34
8706msgid "soft"
8707msgstr ""
8708
8709#: builtin/reset.c:34
8710msgid "hard"
8711msgstr ""
8712
8713#: builtin/reset.c:34
8714msgid "merge"
8715msgstr ""
8716
8717#: builtin/reset.c:34
8718msgid "keep"
8719msgstr ""
8720
8721#: builtin/reset.c:74
8722msgid "You do not have a valid HEAD."
8723msgstr ""
8724
8725#: builtin/reset.c:76
8726msgid "Failed to find tree of HEAD."
8727msgstr ""
8728
8729#: builtin/reset.c:82
8730#, c-format
8731msgid "Failed to find tree of %s."
8732msgstr ""
8733
8734#: builtin/reset.c:100
8735#, c-format
8736msgid "HEAD is now at %s"
8737msgstr ""
8738
8739#: builtin/reset.c:183
8740#, c-format
8741msgid "Cannot do a %s reset in the middle of a merge."
8742msgstr ""
8743
8744#: builtin/reset.c:276
8745msgid "be quiet, only report errors"
8746msgstr ""
8747
8748#: builtin/reset.c:278
8749msgid "reset HEAD and index"
8750msgstr ""
8751
8752#: builtin/reset.c:279
8753msgid "reset only HEAD"
8754msgstr ""
8755
8756#: builtin/reset.c:281 builtin/reset.c:283
8757msgid "reset HEAD, index and working tree"
8758msgstr ""
8759
8760#: builtin/reset.c:285
8761msgid "reset HEAD but keep local changes"
8762msgstr ""
8763
8764#: builtin/reset.c:288
8765msgid "record only the fact that removed paths will be added later"
8766msgstr ""
8767
8768#: builtin/reset.c:305
8769#, c-format
8770msgid "Failed to resolve '%s' as a valid revision."
8771msgstr ""
8772
8773#: builtin/reset.c:308 builtin/reset.c:316
8774#, c-format
8775msgid "Could not parse object '%s'."
8776msgstr ""
8777
8778#: builtin/reset.c:313
8779#, c-format
8780msgid "Failed to resolve '%s' as a valid tree."
8781msgstr ""
8782
8783#: builtin/reset.c:322
8784msgid "--patch is incompatible with --{hard,mixed,soft}"
8785msgstr ""
8786
8787#: builtin/reset.c:331
8788msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
8789msgstr ""
8790
8791#: builtin/reset.c:333
8792#, c-format
8793msgid "Cannot do %s reset with paths."
8794msgstr ""
8795
8796#: builtin/reset.c:343
8797#, c-format
8798msgid "%s reset is not allowed in a bare repository"
8799msgstr ""
8800
8801#: builtin/reset.c:347
8802msgid "-N can only be used with --mixed"
8803msgstr ""
8804
8805#: builtin/reset.c:364
8806msgid "Unstaged changes after reset:"
8807msgstr ""
8808
8809#: builtin/reset.c:370
8810#, c-format
8811msgid "Could not reset index file to revision '%s'."
8812msgstr ""
8813
8814#: builtin/reset.c:374
8815msgid "Could not write new index file."
8816msgstr ""
8817
8818#: builtin/rev-parse.c:361
8819msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
8820msgstr ""
8821
8822#: builtin/rev-parse.c:366
8823msgid "keep the `--` passed as an arg"
8824msgstr ""
8825
8826#: builtin/rev-parse.c:368
8827msgid "stop parsing after the first non-option argument"
8828msgstr ""
8829
8830#: builtin/rev-parse.c:371
8831msgid "output in stuck long form"
8832msgstr ""
8833
8834#: builtin/rev-parse.c:499
8835msgid ""
8836"git rev-parse --parseopt [<options>] -- [<args>...]\n"
8837"   or: git rev-parse --sq-quote [<arg>...]\n"
8838"   or: git rev-parse [<options>] [<arg>...]\n"
8839"\n"
8840"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
8841msgstr ""
8842
8843#: builtin/revert.c:22
8844msgid "git revert [<options>] <commit-ish>..."
8845msgstr ""
8846
8847#: builtin/revert.c:23
8848msgid "git revert <subcommand>"
8849msgstr ""
8850
8851#: builtin/revert.c:28
8852msgid "git cherry-pick [<options>] <commit-ish>..."
8853msgstr ""
8854
8855#: builtin/revert.c:29
8856msgid "git cherry-pick <subcommand>"
8857msgstr ""
8858
8859#: builtin/revert.c:71
8860#, c-format
8861msgid "%s: %s cannot be used with %s"
8862msgstr ""
8863
8864#: builtin/revert.c:80
8865msgid "end revert or cherry-pick sequence"
8866msgstr ""
8867
8868#: builtin/revert.c:81
8869msgid "resume revert or cherry-pick sequence"
8870msgstr ""
8871
8872#: builtin/revert.c:82
8873msgid "cancel revert or cherry-pick sequence"
8874msgstr ""
8875
8876#: builtin/revert.c:83
8877msgid "don't automatically commit"
8878msgstr ""
8879
8880#: builtin/revert.c:84
8881msgid "edit the commit message"
8882msgstr ""
8883
8884#: builtin/revert.c:87
8885msgid "parent number"
8886msgstr ""
8887
8888#: builtin/revert.c:89
8889msgid "merge strategy"
8890msgstr ""
8891
8892#: builtin/revert.c:90
8893msgid "option"
8894msgstr ""
8895
8896#: builtin/revert.c:91
8897msgid "option for merge strategy"
8898msgstr ""
8899
8900#: builtin/revert.c:104
8901msgid "append commit name"
8902msgstr ""
8903
8904#: builtin/revert.c:105
8905msgid "allow fast-forward"
8906msgstr ""
8907
8908#: builtin/revert.c:106
8909msgid "preserve initially empty commits"
8910msgstr ""
8911
8912#: builtin/revert.c:107
8913msgid "allow commits with empty messages"
8914msgstr ""
8915
8916#: builtin/revert.c:108
8917msgid "keep redundant, empty commits"
8918msgstr ""
8919
8920#: builtin/revert.c:112
8921msgid "program error"
8922msgstr ""
8923
8924#: builtin/revert.c:197
8925msgid "revert failed"
8926msgstr ""
8927
8928#: builtin/revert.c:212
8929msgid "cherry-pick failed"
8930msgstr ""
8931
8932#: builtin/rm.c:17
8933msgid "git rm [<options>] [--] <file>..."
8934msgstr ""
8935
8936#: builtin/rm.c:65
8937msgid ""
8938"the following submodule (or one of its nested submodules)\n"
8939"uses a .git directory:"
8940msgid_plural ""
8941"the following submodules (or one of their nested submodules)\n"
8942"use a .git directory:"
8943msgstr[0] ""
8944msgstr[1] ""
8945
8946#: builtin/rm.c:71
8947msgid ""
8948"\n"
8949"(use 'rm -rf' if you really want to remove it including all of its history)"
8950msgstr ""
8951
8952#: builtin/rm.c:231
8953msgid ""
8954"the following file has staged content different from both the\n"
8955"file and the HEAD:"
8956msgid_plural ""
8957"the following files have staged content different from both the\n"
8958"file and the HEAD:"
8959msgstr[0] ""
8960msgstr[1] ""
8961
8962#: builtin/rm.c:236
8963msgid ""
8964"\n"
8965"(use -f to force removal)"
8966msgstr ""
8967
8968#: builtin/rm.c:240
8969msgid "the following file has changes staged in the index:"
8970msgid_plural "the following files have changes staged in the index:"
8971msgstr[0] ""
8972msgstr[1] ""
8973
8974#: builtin/rm.c:244 builtin/rm.c:255
8975msgid ""
8976"\n"
8977"(use --cached to keep the file, or -f to force removal)"
8978msgstr ""
8979
8980#: builtin/rm.c:252
8981msgid "the following file has local modifications:"
8982msgid_plural "the following files have local modifications:"
8983msgstr[0] ""
8984msgstr[1] ""
8985
8986#: builtin/rm.c:270
8987msgid "do not list removed files"
8988msgstr ""
8989
8990#: builtin/rm.c:271
8991msgid "only remove from the index"
8992msgstr ""
8993
8994#: builtin/rm.c:272
8995msgid "override the up-to-date check"
8996msgstr ""
8997
8998#: builtin/rm.c:273
8999msgid "allow recursive removal"
9000msgstr ""
9001
9002#: builtin/rm.c:275
9003msgid "exit with a zero status even if nothing matched"
9004msgstr ""
9005
9006#: builtin/rm.c:318
9007msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9008msgstr ""
9009
9010#: builtin/rm.c:336
9011#, c-format
9012msgid "not removing '%s' recursively without -r"
9013msgstr ""
9014
9015#: builtin/rm.c:375
9016#, c-format
9017msgid "git rm: unable to remove %s"
9018msgstr ""
9019
9020#: builtin/shortlog.c:13
9021msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
9022msgstr ""
9023
9024#: builtin/shortlog.c:131
9025#, c-format
9026msgid "Missing author: %s"
9027msgstr ""
9028
9029#: builtin/shortlog.c:230
9030msgid "sort output according to the number of commits per author"
9031msgstr ""
9032
9033#: builtin/shortlog.c:232
9034msgid "Suppress commit descriptions, only provides commit count"
9035msgstr ""
9036
9037#: builtin/shortlog.c:234
9038msgid "Show the email address of each author"
9039msgstr ""
9040
9041#: builtin/shortlog.c:235
9042msgid "w[,i1[,i2]]"
9043msgstr ""
9044
9045#: builtin/shortlog.c:236
9046msgid "Linewrap output"
9047msgstr ""
9048
9049#: builtin/show-branch.c:9
9050msgid ""
9051"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
9052"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
9053"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
9054"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
9055msgstr ""
9056
9057#: builtin/show-branch.c:13
9058msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
9059msgstr ""
9060
9061#: builtin/show-branch.c:652
9062msgid "show remote-tracking and local branches"
9063msgstr ""
9064
9065#: builtin/show-branch.c:654
9066msgid "show remote-tracking branches"
9067msgstr ""
9068
9069#: builtin/show-branch.c:656
9070msgid "color '*!+-' corresponding to the branch"
9071msgstr ""
9072
9073#: builtin/show-branch.c:658
9074msgid "show <n> more commits after the common ancestor"
9075msgstr ""
9076
9077#: builtin/show-branch.c:660
9078msgid "synonym to more=-1"
9079msgstr ""
9080
9081#: builtin/show-branch.c:661
9082msgid "suppress naming strings"
9083msgstr ""
9084
9085#: builtin/show-branch.c:663
9086msgid "include the current branch"
9087msgstr ""
9088
9089#: builtin/show-branch.c:665
9090msgid "name commits with their object names"
9091msgstr ""
9092
9093#: builtin/show-branch.c:667
9094msgid "show possible merge bases"
9095msgstr ""
9096
9097#: builtin/show-branch.c:669
9098msgid "show refs unreachable from any other ref"
9099msgstr ""
9100
9101#: builtin/show-branch.c:671
9102msgid "show commits in topological order"
9103msgstr ""
9104
9105#: builtin/show-branch.c:674
9106msgid "show only commits not on the first branch"
9107msgstr ""
9108
9109#: builtin/show-branch.c:676
9110msgid "show merges reachable from only one tip"
9111msgstr ""
9112
9113#: builtin/show-branch.c:678
9114msgid "topologically sort, maintaining date order where possible"
9115msgstr ""
9116
9117#: builtin/show-branch.c:681
9118msgid "<n>[,<base>]"
9119msgstr ""
9120
9121#: builtin/show-branch.c:682
9122msgid "show <n> most recent ref-log entries starting at base"
9123msgstr ""
9124
9125#: builtin/show-ref.c:10
9126msgid ""
9127"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
9128"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
9129msgstr ""
9130
9131#: builtin/show-ref.c:11
9132msgid "git show-ref --exclude-existing[=pattern] < ref-list"
9133msgstr ""
9134
9135#: builtin/show-ref.c:168
9136msgid "only show tags (can be combined with heads)"
9137msgstr ""
9138
9139#: builtin/show-ref.c:169
9140msgid "only show heads (can be combined with tags)"
9141msgstr ""
9142
9143#: builtin/show-ref.c:170
9144msgid "stricter reference checking, requires exact ref path"
9145msgstr ""
9146
9147#: builtin/show-ref.c:173 builtin/show-ref.c:175
9148msgid "show the HEAD reference, even if it would be filtered out"
9149msgstr ""
9150
9151#: builtin/show-ref.c:177
9152msgid "dereference tags into object IDs"
9153msgstr ""
9154
9155#: builtin/show-ref.c:179
9156msgid "only show SHA1 hash using <n> digits"
9157msgstr ""
9158
9159#: builtin/show-ref.c:183
9160msgid "do not print results to stdout (useful with --verify)"
9161msgstr ""
9162
9163#: builtin/show-ref.c:185
9164msgid "show refs from stdin that aren't in local repository"
9165msgstr ""
9166
9167#: builtin/symbolic-ref.c:7
9168msgid "git symbolic-ref [<options>] <name> [<ref>]"
9169msgstr ""
9170
9171#: builtin/symbolic-ref.c:8
9172msgid "git symbolic-ref -d [-q] <name>"
9173msgstr ""
9174
9175#: builtin/symbolic-ref.c:40
9176msgid "suppress error message for non-symbolic (detached) refs"
9177msgstr ""
9178
9179#: builtin/symbolic-ref.c:41
9180msgid "delete symbolic ref"
9181msgstr ""
9182
9183#: builtin/symbolic-ref.c:42
9184msgid "shorten ref output"
9185msgstr ""
9186
9187#: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
9188msgid "reason"
9189msgstr ""
9190
9191#: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
9192msgid "reason of the update"
9193msgstr ""
9194
9195#: builtin/tag.c:22
9196msgid ""
9197"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
9198"[<head>]"
9199msgstr ""
9200
9201#: builtin/tag.c:23
9202msgid "git tag -d <tagname>..."
9203msgstr ""
9204
9205#: builtin/tag.c:24
9206msgid ""
9207"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
9208"\t\t[<pattern>...]"
9209msgstr ""
9210
9211#: builtin/tag.c:26
9212msgid "git tag -v <tagname>..."
9213msgstr ""
9214
9215#: builtin/tag.c:69
9216#, c-format
9217msgid "malformed object at '%s'"
9218msgstr ""
9219
9220#: builtin/tag.c:301
9221#, c-format
9222msgid "tag name too long: %.*s..."
9223msgstr ""
9224
9225#: builtin/tag.c:306
9226#, c-format
9227msgid "tag '%s' not found."
9228msgstr ""
9229
9230#: builtin/tag.c:321
9231#, c-format
9232msgid "Deleted tag '%s' (was %s)\n"
9233msgstr ""
9234
9235#: builtin/tag.c:333
9236#, c-format
9237msgid "could not verify the tag '%s'"
9238msgstr ""
9239
9240#: builtin/tag.c:343
9241#, c-format
9242msgid ""
9243"\n"
9244"Write a message for tag:\n"
9245"  %s\n"
9246"Lines starting with '%c' will be ignored.\n"
9247msgstr ""
9248
9249#: builtin/tag.c:347
9250#, c-format
9251msgid ""
9252"\n"
9253"Write a message for tag:\n"
9254"  %s\n"
9255"Lines starting with '%c' will be kept; you may remove them yourself if you "
9256"want to.\n"
9257msgstr ""
9258
9259#: builtin/tag.c:371
9260#, c-format
9261msgid "unsupported sort specification '%s'"
9262msgstr ""
9263
9264#: builtin/tag.c:373
9265#, c-format
9266msgid "unsupported sort specification '%s' in variable '%s'"
9267msgstr ""
9268
9269#: builtin/tag.c:428
9270msgid "unable to sign the tag"
9271msgstr ""
9272
9273#: builtin/tag.c:430
9274msgid "unable to write tag file"
9275msgstr ""
9276
9277#: builtin/tag.c:455
9278msgid "bad object type."
9279msgstr ""
9280
9281#: builtin/tag.c:468
9282msgid "tag header too big."
9283msgstr ""
9284
9285#: builtin/tag.c:504
9286msgid "no tag message?"
9287msgstr ""
9288
9289#: builtin/tag.c:510
9290#, c-format
9291msgid "The tag message has been left in %s\n"
9292msgstr ""
9293
9294#: builtin/tag.c:559
9295msgid "switch 'points-at' requires an object"
9296msgstr ""
9297
9298#: builtin/tag.c:561
9299#, c-format
9300msgid "malformed object name '%s'"
9301msgstr ""
9302
9303#: builtin/tag.c:589
9304msgid "list tag names"
9305msgstr ""
9306
9307#: builtin/tag.c:591
9308msgid "print <n> lines of each tag message"
9309msgstr ""
9310
9311#: builtin/tag.c:593
9312msgid "delete tags"
9313msgstr ""
9314
9315#: builtin/tag.c:594
9316msgid "verify tags"
9317msgstr ""
9318
9319#: builtin/tag.c:596
9320msgid "Tag creation options"
9321msgstr ""
9322
9323#: builtin/tag.c:598
9324msgid "annotated tag, needs a message"
9325msgstr ""
9326
9327#: builtin/tag.c:600
9328msgid "tag message"
9329msgstr ""
9330
9331#: builtin/tag.c:602
9332msgid "annotated and GPG-signed tag"
9333msgstr ""
9334
9335#: builtin/tag.c:606
9336msgid "use another key to sign the tag"
9337msgstr ""
9338
9339#: builtin/tag.c:607
9340msgid "replace the tag if exists"
9341msgstr ""
9342
9343#: builtin/tag.c:609
9344msgid "Tag listing options"
9345msgstr ""
9346
9347#: builtin/tag.c:610
9348msgid "show tag list in columns"
9349msgstr ""
9350
9351#: builtin/tag.c:612
9352msgid "sort tags"
9353msgstr ""
9354
9355#: builtin/tag.c:617 builtin/tag.c:623
9356msgid "print only tags that contain the commit"
9357msgstr ""
9358
9359#: builtin/tag.c:629
9360msgid "print only tags of the object"
9361msgstr ""
9362
9363#: builtin/tag.c:655
9364msgid "--column and -n are incompatible"
9365msgstr ""
9366
9367#: builtin/tag.c:667
9368msgid "--sort and -n are incompatible"
9369msgstr ""
9370
9371#: builtin/tag.c:674
9372msgid "-n option is only allowed with -l."
9373msgstr ""
9374
9375#: builtin/tag.c:676
9376msgid "--contains option is only allowed with -l."
9377msgstr ""
9378
9379#: builtin/tag.c:678
9380msgid "--points-at option is only allowed with -l."
9381msgstr ""
9382
9383#: builtin/tag.c:686
9384msgid "only one -F or -m option is allowed."
9385msgstr ""
9386
9387#: builtin/tag.c:706
9388msgid "too many params"
9389msgstr ""
9390
9391#: builtin/tag.c:712
9392#, c-format
9393msgid "'%s' is not a valid tag name."
9394msgstr ""
9395
9396#: builtin/tag.c:717
9397#, c-format
9398msgid "tag '%s' already exists"
9399msgstr ""
9400
9401#: builtin/tag.c:741
9402#, c-format
9403msgid "Updated tag '%s' (was %s)\n"
9404msgstr ""
9405
9406#: builtin/unpack-objects.c:489
9407msgid "Unpacking objects"
9408msgstr ""
9409
9410#: builtin/update-index.c:403
9411msgid "git update-index [<options>] [--] [<file>...]"
9412msgstr ""
9413
9414#: builtin/update-index.c:757
9415msgid "continue refresh even when index needs update"
9416msgstr ""
9417
9418#: builtin/update-index.c:760
9419msgid "refresh: ignore submodules"
9420msgstr ""
9421
9422#: builtin/update-index.c:763
9423msgid "do not ignore new files"
9424msgstr ""
9425
9426#: builtin/update-index.c:765
9427msgid "let files replace directories and vice-versa"
9428msgstr ""
9429
9430#: builtin/update-index.c:767
9431msgid "notice files missing from worktree"
9432msgstr ""
9433
9434#: builtin/update-index.c:769
9435msgid "refresh even if index contains unmerged entries"
9436msgstr ""
9437
9438#: builtin/update-index.c:772
9439msgid "refresh stat information"
9440msgstr ""
9441
9442#: builtin/update-index.c:776
9443msgid "like --refresh, but ignore assume-unchanged setting"
9444msgstr ""
9445
9446#: builtin/update-index.c:780
9447msgid "<mode>,<object>,<path>"
9448msgstr ""
9449
9450#: builtin/update-index.c:781
9451msgid "add the specified entry to the index"
9452msgstr ""
9453
9454#: builtin/update-index.c:785
9455msgid "(+/-)x"
9456msgstr ""
9457
9458#: builtin/update-index.c:786
9459msgid "override the executable bit of the listed files"
9460msgstr ""
9461
9462#: builtin/update-index.c:790
9463msgid "mark files as \"not changing\""
9464msgstr ""
9465
9466#: builtin/update-index.c:793
9467msgid "clear assumed-unchanged bit"
9468msgstr ""
9469
9470#: builtin/update-index.c:796
9471msgid "mark files as \"index-only\""
9472msgstr ""
9473
9474#: builtin/update-index.c:799
9475msgid "clear skip-worktree bit"
9476msgstr ""
9477
9478#: builtin/update-index.c:802
9479msgid "add to index only; do not add content to object database"
9480msgstr ""
9481
9482#: builtin/update-index.c:804
9483msgid "remove named paths even if present in worktree"
9484msgstr ""
9485
9486#: builtin/update-index.c:806
9487msgid "with --stdin: input lines are terminated by null bytes"
9488msgstr ""
9489
9490#: builtin/update-index.c:808
9491msgid "read list of paths to be updated from standard input"
9492msgstr ""
9493
9494#: builtin/update-index.c:812
9495msgid "add entries from standard input to the index"
9496msgstr ""
9497
9498#: builtin/update-index.c:816
9499msgid "repopulate stages #2 and #3 for the listed paths"
9500msgstr ""
9501
9502#: builtin/update-index.c:820
9503msgid "only update entries that differ from HEAD"
9504msgstr ""
9505
9506#: builtin/update-index.c:824
9507msgid "ignore files missing from worktree"
9508msgstr ""
9509
9510#: builtin/update-index.c:827
9511msgid "report actions to standard output"
9512msgstr ""
9513
9514#: builtin/update-index.c:829
9515msgid "(for porcelains) forget saved unresolved conflicts"
9516msgstr ""
9517
9518#: builtin/update-index.c:833
9519msgid "write index in this format"
9520msgstr ""
9521
9522#: builtin/update-index.c:835
9523msgid "enable or disable split index"
9524msgstr ""
9525
9526#: builtin/update-ref.c:9
9527msgid "git update-ref [<options>] -d <refname> [<old-val>]"
9528msgstr ""
9529
9530#: builtin/update-ref.c:10
9531msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
9532msgstr ""
9533
9534#: builtin/update-ref.c:11
9535msgid "git update-ref [<options>] --stdin [-z]"
9536msgstr ""
9537
9538#: builtin/update-ref.c:359
9539msgid "delete the reference"
9540msgstr ""
9541
9542#: builtin/update-ref.c:361
9543msgid "update <refname> not the one it points to"
9544msgstr ""
9545
9546#: builtin/update-ref.c:362
9547msgid "stdin has NUL-terminated arguments"
9548msgstr ""
9549
9550#: builtin/update-ref.c:363
9551msgid "read updates from stdin"
9552msgstr ""
9553
9554#: builtin/update-server-info.c:6
9555msgid "git update-server-info [--force]"
9556msgstr ""
9557
9558#: builtin/update-server-info.c:14
9559msgid "update the info files from scratch"
9560msgstr ""
9561
9562#: builtin/verify-commit.c:17
9563msgid "git verify-commit [-v | --verbose] <commit>..."
9564msgstr ""
9565
9566#: builtin/verify-commit.c:75
9567msgid "print commit contents"
9568msgstr ""
9569
9570#: builtin/verify-pack.c:54
9571msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
9572msgstr ""
9573
9574#: builtin/verify-pack.c:64
9575msgid "verbose"
9576msgstr ""
9577
9578#: builtin/verify-pack.c:66
9579msgid "show statistics only"
9580msgstr ""
9581
9582#: builtin/verify-tag.c:17
9583msgid "git verify-tag [-v | --verbose] <tag>..."
9584msgstr ""
9585
9586#: builtin/verify-tag.c:73
9587msgid "print tag contents"
9588msgstr ""
9589
9590#: builtin/write-tree.c:13
9591msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
9592msgstr ""
9593
9594#: builtin/write-tree.c:26
9595msgid "<prefix>/"
9596msgstr ""
9597
9598#: builtin/write-tree.c:27
9599msgid "write tree object for a subdirectory <prefix>"
9600msgstr ""
9601
9602#: builtin/write-tree.c:30
9603msgid "only useful for debugging"
9604msgstr ""
9605
9606#: credential-cache--daemon.c:267
9607msgid "print debugging messages to stderr"
9608msgstr ""
9609
9610#: git.c:14
9611msgid ""
9612"'git help -a' and 'git help -g' list available subcommands and some\n"
9613"concept guides. See 'git help <command>' or 'git help <concept>'\n"
9614"to read about a specific subcommand or concept."
9615msgstr ""
9616
9617#: common-cmds.h:8
9618msgid "Add file contents to the index"
9619msgstr ""
9620
9621#: common-cmds.h:9
9622msgid "Find by binary search the change that introduced a bug"
9623msgstr ""
9624
9625#: common-cmds.h:10
9626msgid "List, create, or delete branches"
9627msgstr ""
9628
9629#: common-cmds.h:11
9630msgid "Checkout a branch or paths to the working tree"
9631msgstr ""
9632
9633#: common-cmds.h:12
9634msgid "Clone a repository into a new directory"
9635msgstr ""
9636
9637#: common-cmds.h:13
9638msgid "Record changes to the repository"
9639msgstr ""
9640
9641#: common-cmds.h:14
9642msgid "Show changes between commits, commit and working tree, etc"
9643msgstr ""
9644
9645#: common-cmds.h:15
9646msgid "Download objects and refs from another repository"
9647msgstr ""
9648
9649#: common-cmds.h:16
9650msgid "Print lines matching a pattern"
9651msgstr ""
9652
9653#: common-cmds.h:17
9654msgid "Create an empty Git repository or reinitialize an existing one"
9655msgstr ""
9656
9657#: common-cmds.h:18
9658msgid "Show commit logs"
9659msgstr ""
9660
9661#: common-cmds.h:19
9662msgid "Join two or more development histories together"
9663msgstr ""
9664
9665#: common-cmds.h:20
9666msgid "Move or rename a file, a directory, or a symlink"
9667msgstr ""
9668
9669#: common-cmds.h:21
9670msgid "Fetch from and integrate with another repository or a local branch"
9671msgstr ""
9672
9673#: common-cmds.h:22
9674msgid "Update remote refs along with associated objects"
9675msgstr ""
9676
9677#: common-cmds.h:23
9678msgid "Forward-port local commits to the updated upstream head"
9679msgstr ""
9680
9681#: common-cmds.h:24
9682msgid "Reset current HEAD to the specified state"
9683msgstr ""
9684
9685#: common-cmds.h:25
9686msgid "Remove files from the working tree and from the index"
9687msgstr ""
9688
9689#: common-cmds.h:26
9690msgid "Show various types of objects"
9691msgstr ""
9692
9693#: common-cmds.h:27
9694msgid "Show the working tree status"
9695msgstr ""
9696
9697#: common-cmds.h:28
9698msgid "Create, list, delete or verify a tag object signed with GPG"
9699msgstr ""
9700
9701#: parse-options.h:143
9702msgid "expiry-date"
9703msgstr ""
9704
9705#: parse-options.h:158
9706msgid "no-op (backward compatibility)"
9707msgstr ""
9708
9709#: parse-options.h:232
9710msgid "be more verbose"
9711msgstr ""
9712
9713#: parse-options.h:234
9714msgid "be more quiet"
9715msgstr ""
9716
9717#: parse-options.h:240
9718msgid "use <n> digits to display SHA-1s"
9719msgstr ""
9720
9721#: rerere.h:27
9722msgid "update the index with reused conflict resolution if possible"
9723msgstr ""
9724
9725#: git-am.sh:53
9726msgid "You need to set your committer info first"
9727msgstr ""
9728
9729#: git-am.sh:98
9730msgid ""
9731"You seem to have moved HEAD since the last 'am' failure.\n"
9732"Not rewinding to ORIG_HEAD"
9733msgstr ""
9734
9735#: git-am.sh:108
9736#, sh-format
9737msgid ""
9738"When you have resolved this problem, run \"$cmdline --continue\".\n"
9739"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
9740"To restore the original branch and stop patching, run \"$cmdline --abort\"."
9741msgstr ""
9742
9743#: git-am.sh:124
9744msgid "Cannot fall back to three-way merge."
9745msgstr ""
9746
9747#: git-am.sh:140
9748msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9749msgstr ""
9750
9751#: git-am.sh:142
9752msgid "Using index info to reconstruct a base tree..."
9753msgstr ""
9754
9755#: git-am.sh:157
9756msgid ""
9757"Did you hand edit your patch?\n"
9758"It does not apply to blobs recorded in its index."
9759msgstr ""
9760
9761#: git-am.sh:166
9762msgid "Falling back to patching base and 3-way merge..."
9763msgstr ""
9764
9765#: git-am.sh:182
9766msgid "Failed to merge in the changes."
9767msgstr ""
9768
9769#: git-am.sh:277
9770msgid "Only one StGIT patch series can be applied at once"
9771msgstr ""
9772
9773#: git-am.sh:364
9774#, sh-format
9775msgid "Patch format $patch_format is not supported."
9776msgstr ""
9777
9778#: git-am.sh:366
9779msgid "Patch format detection failed."
9780msgstr ""
9781
9782#: git-am.sh:398
9783msgid ""
9784"The -b/--binary option has been a no-op for long time, and\n"
9785"it will be removed. Please do not use it anymore."
9786msgstr ""
9787
9788#: git-am.sh:496
9789#, sh-format
9790msgid "previous rebase directory $dotest still exists but mbox given."
9791msgstr ""
9792
9793#: git-am.sh:501
9794msgid "Please make up your mind. --skip or --abort?"
9795msgstr ""
9796
9797#: git-am.sh:537
9798#, sh-format
9799msgid ""
9800"Stray $dotest directory found.\n"
9801"Use \"git am --abort\" to remove it."
9802msgstr ""
9803
9804#: git-am.sh:545
9805msgid "Resolve operation not in progress, we are not resuming."
9806msgstr ""
9807
9808#: git-am.sh:612
9809#, sh-format
9810msgid "Dirty index: cannot apply patches (dirty: $files)"
9811msgstr ""
9812
9813#: git-am.sh:722
9814#, sh-format
9815msgid ""
9816"Patch is empty.  Was it split wrong?\n"
9817"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
9818"To restore the original branch and stop patching run \"$cmdline --abort\"."
9819msgstr ""
9820
9821#: git-am.sh:749
9822msgid "Patch does not have a valid e-mail address."
9823msgstr ""
9824
9825#: git-am.sh:796
9826msgid "cannot be interactive without stdin connected to a terminal."
9827msgstr ""
9828
9829#: git-am.sh:800
9830msgid "Commit Body is:"
9831msgstr ""
9832
9833#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9834#. in your translation. The program will only accept English
9835#. input at this point.
9836#: git-am.sh:807
9837msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
9838msgstr ""
9839
9840#: git-am.sh:843
9841#, sh-format
9842msgid "Applying: $FIRSTLINE"
9843msgstr ""
9844
9845#: git-am.sh:864
9846msgid ""
9847"No changes - did you forget to use 'git add'?\n"
9848"If there is nothing left to stage, chances are that something else\n"
9849"already introduced the same changes; you might want to skip this patch."
9850msgstr ""
9851
9852#: git-am.sh:872
9853msgid ""
9854"You still have unmerged paths in your index\n"
9855"did you forget to use 'git add'?"
9856msgstr ""
9857
9858#: git-am.sh:888
9859msgid "No changes -- Patch already applied."
9860msgstr ""
9861
9862#: git-am.sh:898
9863#, sh-format
9864msgid "Patch failed at $msgnum $FIRSTLINE"
9865msgstr ""
9866
9867#: git-am.sh:901
9868#, sh-format
9869msgid ""
9870"The copy of the patch that failed is found in:\n"
9871"   $dotest/patch"
9872msgstr ""
9873
9874#: git-am.sh:919
9875msgid "applying to an empty history"
9876msgstr ""
9877
9878#: git-bisect.sh:48
9879msgid "You need to start by \"git bisect start\""
9880msgstr ""
9881
9882#. TRANSLATORS: Make sure to include [Y] and [n] in your
9883#. translation. The program will only accept English input
9884#. at this point.
9885#: git-bisect.sh:54
9886msgid "Do you want me to do it for you [Y/n]? "
9887msgstr ""
9888
9889#: git-bisect.sh:95
9890#, sh-format
9891msgid "unrecognised option: '$arg'"
9892msgstr ""
9893
9894#: git-bisect.sh:99
9895#, sh-format
9896msgid "'$arg' does not appear to be a valid revision"
9897msgstr ""
9898
9899#: git-bisect.sh:117
9900msgid "Bad HEAD - I need a HEAD"
9901msgstr ""
9902
9903#: git-bisect.sh:130
9904#, sh-format
9905msgid ""
9906"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
9907msgstr ""
9908
9909#: git-bisect.sh:140
9910msgid "won't bisect on cg-seek'ed tree"
9911msgstr ""
9912
9913#: git-bisect.sh:144
9914msgid "Bad HEAD - strange symbolic ref"
9915msgstr ""
9916
9917#: git-bisect.sh:189
9918#, sh-format
9919msgid "Bad bisect_write argument: $state"
9920msgstr ""
9921
9922#: git-bisect.sh:218
9923#, sh-format
9924msgid "Bad rev input: $arg"
9925msgstr ""
9926
9927#: git-bisect.sh:232
9928msgid "Please call 'bisect_state' with at least one argument."
9929msgstr ""
9930
9931#: git-bisect.sh:244
9932#, sh-format
9933msgid "Bad rev input: $rev"
9934msgstr ""
9935
9936#: git-bisect.sh:253
9937msgid "'git bisect bad' can take only one argument."
9938msgstr ""
9939
9940#: git-bisect.sh:276
9941msgid "Warning: bisecting only with a bad commit."
9942msgstr ""
9943
9944#. TRANSLATORS: Make sure to include [Y] and [n] in your
9945#. translation. The program will only accept English input
9946#. at this point.
9947#: git-bisect.sh:282
9948msgid "Are you sure [Y/n]? "
9949msgstr ""
9950
9951#: git-bisect.sh:292
9952msgid ""
9953"You need to give me at least one good and one bad revision.\n"
9954"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9955msgstr ""
9956
9957#: git-bisect.sh:295
9958msgid ""
9959"You need to start by \"git bisect start\".\n"
9960"You then need to give me at least one good and one bad revision.\n"
9961"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9962msgstr ""
9963
9964#: git-bisect.sh:366 git-bisect.sh:493
9965msgid "We are not bisecting."
9966msgstr ""
9967
9968#: git-bisect.sh:373
9969#, sh-format
9970msgid "'$invalid' is not a valid commit"
9971msgstr ""
9972
9973#: git-bisect.sh:382
9974#, sh-format
9975msgid ""
9976"Could not check out original HEAD '$branch'.\n"
9977"Try 'git bisect reset <commit>'."
9978msgstr ""
9979
9980#: git-bisect.sh:409
9981msgid "No logfile given"
9982msgstr ""
9983
9984#: git-bisect.sh:410
9985#, sh-format
9986msgid "cannot read $file for replaying"
9987msgstr ""
9988
9989#: git-bisect.sh:427
9990msgid "?? what are you talking about?"
9991msgstr ""
9992
9993#: git-bisect.sh:439
9994#, sh-format
9995msgid "running $command"
9996msgstr ""
9997
9998#: git-bisect.sh:446
9999#, sh-format
10000msgid ""
10001"bisect run failed:\n"
10002"exit code $res from '$command' is < 0 or >= 128"
10003msgstr ""
10004
10005#: git-bisect.sh:472
10006msgid "bisect run cannot continue any more"
10007msgstr ""
10008
10009#: git-bisect.sh:478
10010#, sh-format
10011msgid ""
10012"bisect run failed:\n"
10013"'bisect_state $state' exited with error code $res"
10014msgstr ""
10015
10016#: git-bisect.sh:485
10017msgid "bisect run success"
10018msgstr ""
10019
10020#: git-pull.sh:21
10021msgid ""
10022"Pull is not possible because you have unmerged files.\n"
10023"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
10024"as appropriate to mark resolution and make a commit."
10025msgstr ""
10026
10027#: git-pull.sh:25
10028msgid "Pull is not possible because you have unmerged files."
10029msgstr ""
10030
10031#: git-pull.sh:31
10032msgid ""
10033"You have not concluded your merge (MERGE_HEAD exists).\n"
10034"Please, commit your changes before you can merge."
10035msgstr ""
10036
10037#: git-pull.sh:245
10038msgid "updating an unborn branch with changes added to the index"
10039msgstr ""
10040
10041#: git-pull.sh:269
10042#, sh-format
10043msgid ""
10044"Warning: fetch updated the current branch head.\n"
10045"Warning: fast-forwarding your working tree from\n"
10046"Warning: commit $orig_head."
10047msgstr ""
10048
10049#: git-pull.sh:294
10050msgid "Cannot merge multiple branches into empty head"
10051msgstr ""
10052
10053#: git-pull.sh:298
10054msgid "Cannot rebase onto multiple branches"
10055msgstr ""
10056
10057#: git-rebase.sh:57
10058msgid ""
10059"When you have resolved this problem, run \"git rebase --continue\".\n"
10060"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
10061"To check out the original branch and stop rebasing, run \"git rebase --abort"
10062"\"."
10063msgstr ""
10064
10065#: git-rebase.sh:165
10066msgid "Applied autostash."
10067msgstr ""
10068
10069#: git-rebase.sh:168
10070#, sh-format
10071msgid "Cannot store $stash_sha1"
10072msgstr ""
10073
10074#: git-rebase.sh:169
10075msgid ""
10076"Applying autostash resulted in conflicts.\n"
10077"Your changes are safe in the stash.\n"
10078"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
10079msgstr ""
10080
10081#: git-rebase.sh:208
10082msgid "The pre-rebase hook refused to rebase."
10083msgstr ""
10084
10085#: git-rebase.sh:213
10086msgid "It looks like git-am is in progress. Cannot rebase."
10087msgstr ""
10088
10089#: git-rebase.sh:351
10090msgid "The --exec option must be used with the --interactive option"
10091msgstr ""
10092
10093#: git-rebase.sh:356
10094msgid "No rebase in progress?"
10095msgstr ""
10096
10097#: git-rebase.sh:367
10098msgid "The --edit-todo action can only be used during interactive rebase."
10099msgstr ""
10100
10101#: git-rebase.sh:374
10102msgid "Cannot read HEAD"
10103msgstr ""
10104
10105#: git-rebase.sh:377
10106msgid ""
10107"You must edit all merge conflicts and then\n"
10108"mark them as resolved using git add"
10109msgstr ""
10110
10111#: git-rebase.sh:395
10112#, sh-format
10113msgid "Could not move back to $head_name"
10114msgstr ""
10115
10116#: git-rebase.sh:414
10117#, sh-format
10118msgid ""
10119"It seems that there is already a $state_dir_base directory, and\n"
10120"I wonder if you are in the middle of another rebase.  If that is the\n"
10121"case, please try\n"
10122"\t$cmd_live_rebase\n"
10123"If that is not the case, please\n"
10124"\t$cmd_clear_stale_rebase\n"
10125"and run me again.  I am stopping in case you still have something\n"
10126"valuable there."
10127msgstr ""
10128
10129#: git-rebase.sh:465
10130#, sh-format
10131msgid "invalid upstream $upstream_name"
10132msgstr ""
10133
10134#: git-rebase.sh:489
10135#, sh-format
10136msgid "$onto_name: there are more than one merge bases"
10137msgstr ""
10138
10139#: git-rebase.sh:492 git-rebase.sh:496
10140#, sh-format
10141msgid "$onto_name: there is no merge base"
10142msgstr ""
10143
10144#: git-rebase.sh:501
10145#, sh-format
10146msgid "Does not point to a valid commit: $onto_name"
10147msgstr ""
10148
10149#: git-rebase.sh:524
10150#, sh-format
10151msgid "fatal: no such branch: $branch_name"
10152msgstr ""
10153
10154#: git-rebase.sh:557
10155msgid "Cannot autostash"
10156msgstr ""
10157
10158#: git-rebase.sh:562
10159#, sh-format
10160msgid "Created autostash: $stash_abbrev"
10161msgstr ""
10162
10163#: git-rebase.sh:566
10164msgid "Please commit or stash them."
10165msgstr ""
10166
10167#: git-rebase.sh:586
10168#, sh-format
10169msgid "Current branch $branch_name is up to date."
10170msgstr ""
10171
10172#: git-rebase.sh:590
10173#, sh-format
10174msgid "Current branch $branch_name is up to date, rebase forced."
10175msgstr ""
10176
10177#: git-rebase.sh:601
10178#, sh-format
10179msgid "Changes from $mb to $onto:"
10180msgstr ""
10181
10182#: git-rebase.sh:610
10183msgid "First, rewinding head to replay your work on top of it..."
10184msgstr ""
10185
10186#: git-rebase.sh:620
10187#, sh-format
10188msgid "Fast-forwarded $branch_name to $onto_name."
10189msgstr ""
10190
10191#: git-stash.sh:51
10192msgid "git stash clear with parameters is unimplemented"
10193msgstr ""
10194
10195#: git-stash.sh:74
10196msgid "You do not have the initial commit yet"
10197msgstr ""
10198
10199#: git-stash.sh:89
10200msgid "Cannot save the current index state"
10201msgstr ""
10202
10203#: git-stash.sh:124 git-stash.sh:137
10204msgid "Cannot save the current worktree state"
10205msgstr ""
10206
10207#: git-stash.sh:141
10208msgid "No changes selected"
10209msgstr ""
10210
10211#: git-stash.sh:144
10212msgid "Cannot remove temporary index (can't happen)"
10213msgstr ""
10214
10215#: git-stash.sh:157
10216msgid "Cannot record working tree state"
10217msgstr ""
10218
10219#: git-stash.sh:191
10220#, sh-format
10221msgid "Cannot update $ref_stash with $w_commit"
10222msgstr ""
10223
10224#. TRANSLATORS: $option is an invalid option, like
10225#. `--blah-blah'. The 7 spaces at the beginning of the
10226#. second line correspond to "error: ". So you should line
10227#. up the second line with however many characters the
10228#. translation of "error: " takes in your language. E.g. in
10229#. English this is:
10230#.
10231#. $ git stash save --blah-blah 2>&1 | head -n 2
10232#. error: unknown option for 'stash save': --blah-blah
10233#. To provide a message, use git stash save -- '--blah-blah'
10234#: git-stash.sh:238
10235#, sh-format
10236msgid ""
10237"error: unknown option for 'stash save': $option\n"
10238"       To provide a message, use git stash save -- '$option'"
10239msgstr ""
10240
10241#: git-stash.sh:259
10242msgid "No local changes to save"
10243msgstr ""
10244
10245#: git-stash.sh:263
10246msgid "Cannot initialize stash"
10247msgstr ""
10248
10249#: git-stash.sh:267
10250msgid "Cannot save the current status"
10251msgstr ""
10252
10253#: git-stash.sh:285
10254msgid "Cannot remove worktree changes"
10255msgstr ""
10256
10257#: git-stash.sh:384
10258msgid "No stash found."
10259msgstr ""
10260
10261#: git-stash.sh:391
10262#, sh-format
10263msgid "Too many revisions specified: $REV"
10264msgstr ""
10265
10266#: git-stash.sh:397
10267#, sh-format
10268msgid "$reference is not a valid reference"
10269msgstr ""
10270
10271#: git-stash.sh:425
10272#, sh-format
10273msgid "'$args' is not a stash-like commit"
10274msgstr ""
10275
10276#: git-stash.sh:436
10277#, sh-format
10278msgid "'$args' is not a stash reference"
10279msgstr ""
10280
10281#: git-stash.sh:444
10282msgid "unable to refresh index"
10283msgstr ""
10284
10285#: git-stash.sh:448
10286msgid "Cannot apply a stash in the middle of a merge"
10287msgstr ""
10288
10289#: git-stash.sh:456
10290msgid "Conflicts in index. Try without --index."
10291msgstr ""
10292
10293#: git-stash.sh:458
10294msgid "Could not save index tree"
10295msgstr ""
10296
10297#: git-stash.sh:492
10298msgid "Cannot unstage modified files"
10299msgstr ""
10300
10301#: git-stash.sh:507
10302msgid "Index was not unstashed."
10303msgstr ""
10304
10305#: git-stash.sh:530
10306#, sh-format
10307msgid "Dropped ${REV} ($s)"
10308msgstr ""
10309
10310#: git-stash.sh:531
10311#, sh-format
10312msgid "${REV}: Could not drop stash entry"
10313msgstr ""
10314
10315#: git-stash.sh:539
10316msgid "No branch name specified"
10317msgstr ""
10318
10319#: git-stash.sh:611
10320msgid "(To restore them type \"git stash apply\")"
10321msgstr ""
10322
10323#: git-submodule.sh:95
10324#, sh-format
10325msgid "cannot strip one component off url '$remoteurl'"
10326msgstr ""
10327
10328#: git-submodule.sh:237
10329#, sh-format
10330msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
10331msgstr ""
10332
10333#: git-submodule.sh:287
10334#, sh-format
10335msgid "Clone of '$url' into submodule path '$sm_path' failed"
10336msgstr ""
10337
10338#: git-submodule.sh:296
10339#, sh-format
10340msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
10341msgstr ""
10342
10343#: git-submodule.sh:406
10344msgid "Relative path can only be used from the toplevel of the working tree"
10345msgstr ""
10346
10347#: git-submodule.sh:416
10348#, sh-format
10349msgid "repo URL: '$repo' must be absolute or begin with ./|../"
10350msgstr ""
10351
10352#: git-submodule.sh:433
10353#, sh-format
10354msgid "'$sm_path' already exists in the index"
10355msgstr ""
10356
10357#: git-submodule.sh:437
10358#, sh-format
10359msgid ""
10360"The following path is ignored by one of your .gitignore files:\n"
10361"$sm_path\n"
10362"Use -f if you really want to add it."
10363msgstr ""
10364
10365#: git-submodule.sh:455
10366#, sh-format
10367msgid "Adding existing repo at '$sm_path' to the index"
10368msgstr ""
10369
10370#: git-submodule.sh:457
10371#, sh-format
10372msgid "'$sm_path' already exists and is not a valid git repo"
10373msgstr ""
10374
10375#: git-submodule.sh:465
10376#, sh-format
10377msgid "A git directory for '$sm_name' is found locally with remote(s):"
10378msgstr ""
10379
10380#: git-submodule.sh:467
10381#, sh-format
10382msgid ""
10383"If you want to reuse this local git directory instead of cloning again from"
10384msgstr ""
10385
10386#: git-submodule.sh:469
10387#, sh-format
10388msgid ""
10389"use the '--force' option. If the local git directory is not the correct repo"
10390msgstr ""
10391
10392#: git-submodule.sh:470
10393#, sh-format
10394msgid ""
10395"or you are unsure what this means choose another name with the '--name' "
10396"option."
10397msgstr ""
10398
10399#: git-submodule.sh:472
10400#, sh-format
10401msgid "Reactivating local git directory for submodule '$sm_name'."
10402msgstr ""
10403
10404#: git-submodule.sh:484
10405#, sh-format
10406msgid "Unable to checkout submodule '$sm_path'"
10407msgstr ""
10408
10409#: git-submodule.sh:489
10410#, sh-format
10411msgid "Failed to add submodule '$sm_path'"
10412msgstr ""
10413
10414#: git-submodule.sh:498
10415#, sh-format
10416msgid "Failed to register submodule '$sm_path'"
10417msgstr ""
10418
10419#: git-submodule.sh:542
10420#, sh-format
10421msgid "Entering '$prefix$displaypath'"
10422msgstr ""
10423
10424#: git-submodule.sh:562
10425#, sh-format
10426msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
10427msgstr ""
10428
10429#: git-submodule.sh:608
10430#, sh-format
10431msgid "No url found for submodule path '$displaypath' in .gitmodules"
10432msgstr ""
10433
10434#: git-submodule.sh:617
10435#, sh-format
10436msgid "Failed to register url for submodule path '$displaypath'"
10437msgstr ""
10438
10439#: git-submodule.sh:619
10440#, sh-format
10441msgid "Submodule '$name' ($url) registered for path '$displaypath'"
10442msgstr ""
10443
10444#: git-submodule.sh:636
10445#, sh-format
10446msgid "Failed to register update mode for submodule path '$displaypath'"
10447msgstr ""
10448
10449#: git-submodule.sh:674
10450#, sh-format
10451msgid "Use '.' if you really want to deinitialize all submodules"
10452msgstr ""
10453
10454#: git-submodule.sh:691
10455#, sh-format
10456msgid "Submodule work tree '$displaypath' contains a .git directory"
10457msgstr ""
10458
10459#: git-submodule.sh:692
10460#, sh-format
10461msgid ""
10462"(use 'rm -rf' if you really want to remove it including all of its history)"
10463msgstr ""
10464
10465#: git-submodule.sh:698
10466#, sh-format
10467msgid ""
10468"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
10469"discard them"
10470msgstr ""
10471
10472#: git-submodule.sh:701
10473#, sh-format
10474msgid "Cleared directory '$displaypath'"
10475msgstr ""
10476
10477#: git-submodule.sh:702
10478#, sh-format
10479msgid "Could not remove submodule work tree '$displaypath'"
10480msgstr ""
10481
10482#: git-submodule.sh:705
10483#, sh-format
10484msgid "Could not create empty submodule directory '$displaypath'"
10485msgstr ""
10486
10487#: git-submodule.sh:714
10488#, sh-format
10489msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
10490msgstr ""
10491
10492#: git-submodule.sh:830
10493#, sh-format
10494msgid ""
10495"Submodule path '$displaypath' not initialized\n"
10496"Maybe you want to use 'update --init'?"
10497msgstr ""
10498
10499#: git-submodule.sh:843
10500#, sh-format
10501msgid "Unable to find current revision in submodule path '$displaypath'"
10502msgstr ""
10503
10504#: git-submodule.sh:852
10505#, sh-format
10506msgid "Unable to fetch in submodule path '$sm_path'"
10507msgstr ""
10508
10509#: git-submodule.sh:876
10510#, sh-format
10511msgid "Unable to fetch in submodule path '$displaypath'"
10512msgstr ""
10513
10514#: git-submodule.sh:890
10515#, sh-format
10516msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
10517msgstr ""
10518
10519#: git-submodule.sh:891
10520#, sh-format
10521msgid "Submodule path '$displaypath': checked out '$sha1'"
10522msgstr ""
10523
10524#: git-submodule.sh:895
10525#, sh-format
10526msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
10527msgstr ""
10528
10529#: git-submodule.sh:896
10530#, sh-format
10531msgid "Submodule path '$displaypath': rebased into '$sha1'"
10532msgstr ""
10533
10534#: git-submodule.sh:901
10535#, sh-format
10536msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
10537msgstr ""
10538
10539#: git-submodule.sh:902
10540#, sh-format
10541msgid "Submodule path '$displaypath': merged in '$sha1'"
10542msgstr ""
10543
10544#: git-submodule.sh:907
10545#, sh-format
10546msgid ""
10547"Execution of '$command $sha1' failed in submodule  path '$prefix$sm_path'"
10548msgstr ""
10549
10550#: git-submodule.sh:908
10551#, sh-format
10552msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
10553msgstr ""
10554
10555#: git-submodule.sh:938
10556#, sh-format
10557msgid "Failed to recurse into submodule path '$displaypath'"
10558msgstr ""
10559
10560#: git-submodule.sh:1046
10561msgid "The --cached option cannot be used with the --files option"
10562msgstr ""
10563
10564#: git-submodule.sh:1098
10565#, sh-format
10566msgid "unexpected mode $mod_dst"
10567msgstr ""
10568
10569#: git-submodule.sh:1118
10570#, sh-format
10571msgid "  Warn: $display_name doesn't contain commit $sha1_src"
10572msgstr ""
10573
10574#: git-submodule.sh:1121
10575#, sh-format
10576msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
10577msgstr ""
10578
10579#: git-submodule.sh:1124
10580#, sh-format
10581msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
10582msgstr ""
10583
10584#: git-submodule.sh:1149
10585msgid "blob"
10586msgstr ""
10587
10588#: git-submodule.sh:1267
10589#, sh-format
10590msgid "Failed to recurse into submodule path '$sm_path'"
10591msgstr ""
10592
10593#: git-submodule.sh:1331
10594#, sh-format
10595msgid "Synchronizing submodule url for '$displaypath'"
10596msgstr ""