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