po / git.poton commit contrib/diffall: eliminate use of tar (e33e01d)
   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: 2012-02-28 09:17+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:34
  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:64
  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#: commit.c:47
  39#, c-format
  40msgid "could not parse %s"
  41msgstr ""
  42
  43#: commit.c:49
  44#, c-format
  45msgid "%s %s is not a commit!"
  46msgstr ""
  47
  48#: compat/obstack.c:406 compat/obstack.c:408
  49msgid "memory exhausted"
  50msgstr ""
  51
  52#: connected.c:39
  53msgid "Could not run 'git rev-list'"
  54msgstr ""
  55
  56#: connected.c:48
  57#, c-format
  58msgid "failed write to rev-list: %s"
  59msgstr ""
  60
  61#: connected.c:56
  62#, c-format
  63msgid "failed to close rev-list's stdin: %s"
  64msgstr ""
  65
  66#: diff.c:104
  67#, c-format
  68msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
  69msgstr ""
  70
  71#: diff.c:109
  72#, c-format
  73msgid "  Unknown dirstat parameter '%.*s'\n"
  74msgstr ""
  75
  76#: diff.c:205
  77#, c-format
  78msgid ""
  79"Found errors in 'diff.dirstat' config variable:\n"
  80"%s"
  81msgstr ""
  82
  83#: diff.c:1331
  84msgid " 0 files changed\n"
  85msgstr ""
  86
  87#: diff.c:1335
  88#, c-format
  89msgid " %d file changed"
  90msgid_plural " %d files changed"
  91msgstr[0] ""
  92msgstr[1] ""
  93
  94#: diff.c:1352
  95#, c-format
  96msgid ", %d insertion(+)"
  97msgid_plural ", %d insertions(+)"
  98msgstr[0] ""
  99msgstr[1] ""
 100
 101#: diff.c:1363
 102#, c-format
 103msgid ", %d deletion(-)"
 104msgid_plural ", %d deletions(-)"
 105msgstr[0] ""
 106msgstr[1] ""
 107
 108#: diff.c:3364
 109#, c-format
 110msgid ""
 111"Failed to parse --dirstat/-X option parameter:\n"
 112"%s"
 113msgstr ""
 114
 115#: gpg-interface.c:59
 116msgid "could not run gpg."
 117msgstr ""
 118
 119#: gpg-interface.c:71
 120msgid "gpg did not accept the data"
 121msgstr ""
 122
 123#: gpg-interface.c:82
 124msgid "gpg failed to sign the data"
 125msgstr ""
 126
 127#: grep.c:1285
 128#, c-format
 129msgid "'%s': unable to read %s"
 130msgstr ""
 131
 132#: grep.c:1302
 133#, c-format
 134msgid "'%s': %s"
 135msgstr ""
 136
 137#: grep.c:1313
 138#, c-format
 139msgid "'%s': short read %s"
 140msgstr ""
 141
 142#: help.c:287
 143#, c-format
 144msgid ""
 145"'%s' appears to be a git command, but we were not\n"
 146"able to execute it. Maybe git-%s is broken?"
 147msgstr ""
 148
 149#: remote.c:1607
 150#, c-format
 151msgid "Your branch is ahead of '%s' by %d commit.\n"
 152msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
 153msgstr[0] ""
 154msgstr[1] ""
 155
 156#: remote.c:1613
 157#, c-format
 158msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
 159msgid_plural ""
 160"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
 161msgstr[0] ""
 162msgstr[1] ""
 163
 164#: remote.c:1621
 165#, c-format
 166msgid ""
 167"Your branch and '%s' have diverged,\n"
 168"and have %d and %d different commit each, respectively.\n"
 169msgid_plural ""
 170"Your branch and '%s' have diverged,\n"
 171"and have %d and %d different commits each, respectively.\n"
 172msgstr[0] ""
 173msgstr[1] ""
 174
 175#: sequencer.c:120 builtin/merge.c:862 builtin/merge.c:983
 176#: builtin/merge.c:1093 builtin/merge.c:1103
 177#, c-format
 178msgid "Could not open '%s' for writing"
 179msgstr ""
 180
 181#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:865
 182#: builtin/merge.c:1095 builtin/merge.c:1108
 183#, c-format
 184msgid "Could not write to '%s'"
 185msgstr ""
 186
 187#: sequencer.c:142
 188msgid ""
 189"after resolving the conflicts, mark the corrected paths\n"
 190"with 'git add <paths>' or 'git rm <paths>'\n"
 191"and commit the result with 'git commit'"
 192msgstr ""
 193
 194#: sequencer.c:154 sequencer.c:680 sequencer.c:763
 195#, c-format
 196msgid "Could not write to %s"
 197msgstr ""
 198
 199#: sequencer.c:157
 200#, c-format
 201msgid "Error wrapping up %s"
 202msgstr ""
 203
 204#: sequencer.c:172
 205msgid "Your local changes would be overwritten by cherry-pick."
 206msgstr ""
 207
 208#: sequencer.c:174
 209msgid "Your local changes would be overwritten by revert."
 210msgstr ""
 211
 212#: sequencer.c:177
 213msgid "Commit your changes or stash them to proceed."
 214msgstr ""
 215
 216#. TRANSLATORS: %s will be "revert" or "cherry-pick"
 217#: sequencer.c:227
 218#, c-format
 219msgid "%s: Unable to write new index file"
 220msgstr ""
 221
 222#: sequencer.c:293
 223msgid "Your index file is unmerged."
 224msgstr ""
 225
 226#: sequencer.c:296
 227msgid "You do not have a valid HEAD"
 228msgstr ""
 229
 230#: sequencer.c:311
 231#, c-format
 232msgid "Commit %s is a merge but no -m option was given."
 233msgstr ""
 234
 235#: sequencer.c:319
 236#, c-format
 237msgid "Commit %s does not have parent %d"
 238msgstr ""
 239
 240#: sequencer.c:323
 241#, c-format
 242msgid "Mainline was specified but commit %s is not a merge."
 243msgstr ""
 244
 245#. TRANSLATORS: The first %s will be "revert" or
 246#. "cherry-pick", the second %s a SHA1
 247#: sequencer.c:334
 248#, c-format
 249msgid "%s: cannot parse parent commit %s"
 250msgstr ""
 251
 252#: sequencer.c:338
 253#, c-format
 254msgid "Cannot get commit message for %s"
 255msgstr ""
 256
 257#: sequencer.c:422
 258#, c-format
 259msgid "could not revert %s... %s"
 260msgstr ""
 261
 262#: sequencer.c:423
 263#, c-format
 264msgid "could not apply %s... %s"
 265msgstr ""
 266
 267#: sequencer.c:445 sequencer.c:904 builtin/log.c:286 builtin/log.c:709
 268#: builtin/log.c:1325 builtin/log.c:1544 builtin/merge.c:348
 269#: builtin/shortlog.c:181
 270msgid "revision walk setup failed"
 271msgstr ""
 272
 273#: sequencer.c:448
 274msgid "empty commit set passed"
 275msgstr ""
 276
 277#: sequencer.c:456
 278#, c-format
 279msgid "git %s: failed to read the index"
 280msgstr ""
 281
 282#: sequencer.c:461
 283#, c-format
 284msgid "git %s: failed to refresh the index"
 285msgstr ""
 286
 287#: sequencer.c:546
 288#, c-format
 289msgid "Cannot %s during a %s"
 290msgstr ""
 291
 292#: sequencer.c:568
 293#, c-format
 294msgid "Could not parse line %d."
 295msgstr ""
 296
 297#: sequencer.c:573
 298msgid "No commits parsed."
 299msgstr ""
 300
 301#: sequencer.c:586
 302#, c-format
 303msgid "Could not open %s"
 304msgstr ""
 305
 306#: sequencer.c:590
 307#, c-format
 308msgid "Could not read %s."
 309msgstr ""
 310
 311#: sequencer.c:597
 312#, c-format
 313msgid "Unusable instruction sheet: %s"
 314msgstr ""
 315
 316#: sequencer.c:625
 317#, c-format
 318msgid "Invalid key: %s"
 319msgstr ""
 320
 321#: sequencer.c:628
 322#, c-format
 323msgid "Invalid value for %s: %s"
 324msgstr ""
 325
 326#: sequencer.c:640
 327#, c-format
 328msgid "Malformed options sheet: %s"
 329msgstr ""
 330
 331#: sequencer.c:661
 332msgid "a cherry-pick or revert is already in progress"
 333msgstr ""
 334
 335#: sequencer.c:662
 336msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
 337msgstr ""
 338
 339#: sequencer.c:666
 340#, c-format
 341msgid "Could not create sequencer directory %s"
 342msgstr ""
 343
 344#: sequencer.c:682 sequencer.c:767
 345#, c-format
 346msgid "Error wrapping up %s."
 347msgstr ""
 348
 349#: sequencer.c:701 sequencer.c:835
 350msgid "no cherry-pick or revert in progress"
 351msgstr ""
 352
 353#: sequencer.c:703
 354msgid "cannot resolve HEAD"
 355msgstr ""
 356
 357#: sequencer.c:705
 358msgid "cannot abort from a branch yet to be born"
 359msgstr ""
 360
 361#: sequencer.c:727
 362#, c-format
 363msgid "cannot open %s: %s"
 364msgstr ""
 365
 366#: sequencer.c:730
 367#, c-format
 368msgid "cannot read %s: %s"
 369msgstr ""
 370
 371#: sequencer.c:731
 372msgid "unexpected end of file"
 373msgstr ""
 374
 375#: sequencer.c:737
 376#, c-format
 377msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
 378msgstr ""
 379
 380#: sequencer.c:760
 381#, c-format
 382msgid "Could not format %s."
 383msgstr ""
 384
 385#: sequencer.c:922
 386msgid "Can't revert as initial commit"
 387msgstr ""
 388
 389#: sequencer.c:923
 390msgid "Can't cherry-pick into empty head"
 391msgstr ""
 392
 393#: wt-status.c:134
 394msgid "Unmerged paths:"
 395msgstr ""
 396
 397#: wt-status.c:140 wt-status.c:157
 398#, c-format
 399msgid "  (use \"git reset %s <file>...\" to unstage)"
 400msgstr ""
 401
 402#: wt-status.c:142 wt-status.c:159
 403msgid "  (use \"git rm --cached <file>...\" to unstage)"
 404msgstr ""
 405
 406#: wt-status.c:143
 407msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
 408msgstr ""
 409
 410#: wt-status.c:151
 411msgid "Changes to be committed:"
 412msgstr ""
 413
 414#: wt-status.c:169
 415msgid "Changes not staged for commit:"
 416msgstr ""
 417
 418#: wt-status.c:173
 419msgid "  (use \"git add <file>...\" to update what will be committed)"
 420msgstr ""
 421
 422#: wt-status.c:175
 423msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
 424msgstr ""
 425
 426#: wt-status.c:176
 427msgid ""
 428"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
 429msgstr ""
 430
 431#: wt-status.c:178
 432msgid "  (commit or discard the untracked or modified content in submodules)"
 433msgstr ""
 434
 435#: wt-status.c:187
 436#, c-format
 437msgid "%s files:"
 438msgstr ""
 439
 440#: wt-status.c:190
 441#, c-format
 442msgid "  (use \"git %s <file>...\" to include in what will be committed)"
 443msgstr ""
 444
 445#: wt-status.c:207
 446msgid "bug"
 447msgstr ""
 448
 449#: wt-status.c:212
 450msgid "both deleted:"
 451msgstr ""
 452
 453#: wt-status.c:213
 454msgid "added by us:"
 455msgstr ""
 456
 457#: wt-status.c:214
 458msgid "deleted by them:"
 459msgstr ""
 460
 461#: wt-status.c:215
 462msgid "added by them:"
 463msgstr ""
 464
 465#: wt-status.c:216
 466msgid "deleted by us:"
 467msgstr ""
 468
 469#: wt-status.c:217
 470msgid "both added:"
 471msgstr ""
 472
 473#: wt-status.c:218
 474msgid "both modified:"
 475msgstr ""
 476
 477#: wt-status.c:248
 478msgid "new commits, "
 479msgstr ""
 480
 481#: wt-status.c:250
 482msgid "modified content, "
 483msgstr ""
 484
 485#: wt-status.c:252
 486msgid "untracked content, "
 487msgstr ""
 488
 489#: wt-status.c:266
 490#, c-format
 491msgid "new file:   %s"
 492msgstr ""
 493
 494#: wt-status.c:269
 495#, c-format
 496msgid "copied:     %s -> %s"
 497msgstr ""
 498
 499#: wt-status.c:272
 500#, c-format
 501msgid "deleted:    %s"
 502msgstr ""
 503
 504#: wt-status.c:275
 505#, c-format
 506msgid "modified:   %s"
 507msgstr ""
 508
 509#: wt-status.c:278
 510#, c-format
 511msgid "renamed:    %s -> %s"
 512msgstr ""
 513
 514#: wt-status.c:281
 515#, c-format
 516msgid "typechange: %s"
 517msgstr ""
 518
 519#: wt-status.c:284
 520#, c-format
 521msgid "unknown:    %s"
 522msgstr ""
 523
 524#: wt-status.c:287
 525#, c-format
 526msgid "unmerged:   %s"
 527msgstr ""
 528
 529#: wt-status.c:290
 530#, c-format
 531msgid "bug: unhandled diff status %c"
 532msgstr ""
 533
 534#: wt-status.c:713
 535msgid "On branch "
 536msgstr ""
 537
 538#: wt-status.c:720
 539msgid "Not currently on any branch."
 540msgstr ""
 541
 542#: wt-status.c:731
 543msgid "Initial commit"
 544msgstr ""
 545
 546#: wt-status.c:745
 547msgid "Untracked"
 548msgstr ""
 549
 550#: wt-status.c:747
 551msgid "Ignored"
 552msgstr ""
 553
 554#: wt-status.c:749
 555#, c-format
 556msgid "Untracked files not listed%s"
 557msgstr ""
 558
 559#: wt-status.c:751
 560msgid " (use -u option to show untracked files)"
 561msgstr ""
 562
 563#: wt-status.c:757
 564msgid "No changes"
 565msgstr ""
 566
 567#: wt-status.c:761
 568#, c-format
 569msgid "no changes added to commit%s\n"
 570msgstr ""
 571
 572#: wt-status.c:763
 573msgid " (use \"git add\" and/or \"git commit -a\")"
 574msgstr ""
 575
 576#: wt-status.c:765
 577#, c-format
 578msgid "nothing added to commit but untracked files present%s\n"
 579msgstr ""
 580
 581#: wt-status.c:767
 582msgid " (use \"git add\" to track)"
 583msgstr ""
 584
 585#: wt-status.c:769 wt-status.c:772 wt-status.c:775
 586#, c-format
 587msgid "nothing to commit%s\n"
 588msgstr ""
 589
 590#: wt-status.c:770
 591msgid " (create/copy files and use \"git add\" to track)"
 592msgstr ""
 593
 594#: wt-status.c:773
 595msgid " (use -u to show untracked files)"
 596msgstr ""
 597
 598#: wt-status.c:776
 599msgid " (working directory clean)"
 600msgstr ""
 601
 602#: wt-status.c:884
 603msgid "HEAD (no branch)"
 604msgstr ""
 605
 606#: wt-status.c:890
 607msgid "Initial commit on "
 608msgstr ""
 609
 610#: wt-status.c:905
 611msgid "behind "
 612msgstr ""
 613
 614#: wt-status.c:908 wt-status.c:911
 615msgid "ahead "
 616msgstr ""
 617
 618#: wt-status.c:913
 619msgid ", behind "
 620msgstr ""
 621
 622#: builtin/add.c:62
 623#, c-format
 624msgid "unexpected diff status %c"
 625msgstr ""
 626
 627#: builtin/add.c:67 builtin/commit.c:298
 628msgid "updating files failed"
 629msgstr ""
 630
 631#: builtin/add.c:77
 632#, c-format
 633msgid "remove '%s'\n"
 634msgstr ""
 635
 636#: builtin/add.c:176
 637#, c-format
 638msgid "Path '%s' is in submodule '%.*s'"
 639msgstr ""
 640
 641#: builtin/add.c:192
 642msgid "Unstaged changes after refreshing the index:"
 643msgstr ""
 644
 645#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186
 646#, c-format
 647msgid "pathspec '%s' did not match any files"
 648msgstr ""
 649
 650#: builtin/add.c:209
 651#, c-format
 652msgid "'%s' is beyond a symbolic link"
 653msgstr ""
 654
 655#: builtin/add.c:276
 656msgid "Could not read the index"
 657msgstr ""
 658
 659#: builtin/add.c:286
 660#, c-format
 661msgid "Could not open '%s' for writing."
 662msgstr ""
 663
 664#: builtin/add.c:290
 665msgid "Could not write patch"
 666msgstr ""
 667
 668#: builtin/add.c:295
 669#, c-format
 670msgid "Could not stat '%s'"
 671msgstr ""
 672
 673#: builtin/add.c:297
 674msgid "Empty patch. Aborted."
 675msgstr ""
 676
 677#: builtin/add.c:303
 678#, c-format
 679msgid "Could not apply '%s'"
 680msgstr ""
 681
 682#: builtin/add.c:312
 683msgid "The following paths are ignored by one of your .gitignore files:\n"
 684msgstr ""
 685
 686#: builtin/add.c:352
 687#, c-format
 688msgid "Use -f if you really want to add them.\n"
 689msgstr ""
 690
 691#: builtin/add.c:353
 692msgid "no files added"
 693msgstr ""
 694
 695#: builtin/add.c:359
 696msgid "adding files failed"
 697msgstr ""
 698
 699#: builtin/add.c:391
 700msgid "-A and -u are mutually incompatible"
 701msgstr ""
 702
 703#: builtin/add.c:393
 704msgid "Option --ignore-missing can only be used together with --dry-run"
 705msgstr ""
 706
 707#: builtin/add.c:413
 708#, c-format
 709msgid "Nothing specified, nothing added.\n"
 710msgstr ""
 711
 712#: builtin/add.c:414
 713#, c-format
 714msgid "Maybe you wanted to say 'git add .'?\n"
 715msgstr ""
 716
 717#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82
 718#: builtin/rm.c:162
 719msgid "index file corrupt"
 720msgstr ""
 721
 722#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260
 723msgid "Unable to write new index file"
 724msgstr ""
 725
 726#: builtin/archive.c:17
 727#, c-format
 728msgid "could not create archive file '%s'"
 729msgstr ""
 730
 731#: builtin/archive.c:20
 732msgid "could not redirect output"
 733msgstr ""
 734
 735#: builtin/archive.c:37
 736msgid "git archive: Remote with no URL"
 737msgstr ""
 738
 739#: builtin/archive.c:58
 740msgid "git archive: expected ACK/NAK, got EOF"
 741msgstr ""
 742
 743#: builtin/archive.c:63
 744#, c-format
 745msgid "git archive: NACK %s"
 746msgstr ""
 747
 748#: builtin/archive.c:65
 749#, c-format
 750msgid "remote error: %s"
 751msgstr ""
 752
 753#: builtin/archive.c:66
 754msgid "git archive: protocol error"
 755msgstr ""
 756
 757#: builtin/archive.c:71
 758msgid "git archive: expected a flush"
 759msgstr ""
 760
 761#: builtin/branch.c:137
 762#, c-format
 763msgid ""
 764"deleting branch '%s' that has been merged to\n"
 765"         '%s', but not yet merged to HEAD."
 766msgstr ""
 767
 768#: builtin/branch.c:141
 769#, c-format
 770msgid ""
 771"not deleting branch '%s' that is not yet merged to\n"
 772"         '%s', even though it is merged to HEAD."
 773msgstr ""
 774
 775#. TRANSLATORS: This is "remote " in "remote branch '%s' not found"
 776#: builtin/branch.c:163
 777msgid "remote "
 778msgstr ""
 779
 780#: builtin/branch.c:171
 781msgid "cannot use -a with -d"
 782msgstr ""
 783
 784#: builtin/branch.c:177
 785msgid "Couldn't look up commit object for HEAD"
 786msgstr ""
 787
 788#: builtin/branch.c:182
 789#, c-format
 790msgid "Cannot delete the branch '%s' which you are currently on."
 791msgstr ""
 792
 793#: builtin/branch.c:192
 794#, c-format
 795msgid "%sbranch '%s' not found."
 796msgstr ""
 797
 798#: builtin/branch.c:200
 799#, c-format
 800msgid "Couldn't look up commit object for '%s'"
 801msgstr ""
 802
 803#: builtin/branch.c:206
 804#, c-format
 805msgid ""
 806"The branch '%s' is not fully merged.\n"
 807"If you are sure you want to delete it, run 'git branch -D %s'."
 808msgstr ""
 809
 810#: builtin/branch.c:214
 811#, c-format
 812msgid "Error deleting %sbranch '%s'"
 813msgstr ""
 814
 815#: builtin/branch.c:219
 816#, c-format
 817msgid "Deleted %sbranch %s (was %s).\n"
 818msgstr ""
 819
 820#: builtin/branch.c:224
 821msgid "Update of config-file failed"
 822msgstr ""
 823
 824#: builtin/branch.c:322
 825#, c-format
 826msgid "branch '%s' does not point at a commit"
 827msgstr ""
 828
 829#: builtin/branch.c:394
 830#, c-format
 831msgid "behind %d] "
 832msgstr ""
 833
 834#: builtin/branch.c:396
 835#, c-format
 836msgid "ahead %d] "
 837msgstr ""
 838
 839#: builtin/branch.c:398
 840#, c-format
 841msgid "ahead %d, behind %d] "
 842msgstr ""
 843
 844#: builtin/branch.c:501
 845msgid "(no branch)"
 846msgstr ""
 847
 848#: builtin/branch.c:562
 849msgid "some refs could not be read"
 850msgstr ""
 851
 852#: builtin/branch.c:575
 853msgid "cannot rename the current branch while not on any."
 854msgstr ""
 855
 856#: builtin/branch.c:585
 857#, c-format
 858msgid "Invalid branch name: '%s'"
 859msgstr ""
 860
 861#: builtin/branch.c:600
 862msgid "Branch rename failed"
 863msgstr ""
 864
 865#: builtin/branch.c:604
 866#, c-format
 867msgid "Renamed a misnamed branch '%s' away"
 868msgstr ""
 869
 870#: builtin/branch.c:608
 871#, c-format
 872msgid "Branch renamed to %s, but HEAD is not updated!"
 873msgstr ""
 874
 875#: builtin/branch.c:615
 876msgid "Branch is renamed, but update of config-file failed"
 877msgstr ""
 878
 879#: builtin/branch.c:630
 880#, c-format
 881msgid "malformed object name %s"
 882msgstr ""
 883
 884#: builtin/branch.c:654
 885#, c-format
 886msgid "could not write branch description template: %s\n"
 887msgstr ""
 888
 889#: builtin/branch.c:742
 890msgid "Failed to resolve HEAD as a valid ref."
 891msgstr ""
 892
 893#: builtin/branch.c:747 builtin/clone.c:558
 894msgid "HEAD not found below refs/heads!"
 895msgstr ""
 896
 897#: builtin/branch.c:805
 898msgid "-a and -r options to 'git branch' do not make sense with a branch name"
 899msgstr ""
 900
 901#: builtin/bundle.c:47
 902#, c-format
 903msgid "%s is okay\n"
 904msgstr ""
 905
 906#: builtin/bundle.c:56
 907msgid "Need a repository to create a bundle."
 908msgstr ""
 909
 910#: builtin/bundle.c:60
 911msgid "Need a repository to unbundle."
 912msgstr ""
 913
 914#: builtin/checkout.c:113 builtin/checkout.c:146
 915#, c-format
 916msgid "path '%s' does not have our version"
 917msgstr ""
 918
 919#: builtin/checkout.c:115 builtin/checkout.c:148
 920#, c-format
 921msgid "path '%s' does not have their version"
 922msgstr ""
 923
 924#: builtin/checkout.c:131
 925#, c-format
 926msgid "path '%s' does not have all necessary versions"
 927msgstr ""
 928
 929#: builtin/checkout.c:175
 930#, c-format
 931msgid "path '%s' does not have necessary versions"
 932msgstr ""
 933
 934#: builtin/checkout.c:192
 935#, c-format
 936msgid "path '%s': cannot merge"
 937msgstr ""
 938
 939#: builtin/checkout.c:209
 940#, c-format
 941msgid "Unable to add merge result for '%s'"
 942msgstr ""
 943
 944#: builtin/checkout.c:212 builtin/reset.c:158
 945#, c-format
 946msgid "make_cache_entry failed for path '%s'"
 947msgstr ""
 948
 949#: builtin/checkout.c:234 builtin/checkout.c:392
 950msgid "corrupt index file"
 951msgstr ""
 952
 953#: builtin/checkout.c:264 builtin/checkout.c:271
 954#, c-format
 955msgid "path '%s' is unmerged"
 956msgstr ""
 957
 958#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583
 959#: builtin/merge.c:809
 960msgid "unable to write new index file"
 961msgstr ""
 962
 963#: builtin/checkout.c:319 builtin/diff.c:298 builtin/merge.c:406
 964msgid "diff_setup_done failed"
 965msgstr ""
 966
 967#: builtin/checkout.c:414
 968msgid "you need to resolve your current index first"
 969msgstr ""
 970
 971#: builtin/checkout.c:533
 972#, c-format
 973msgid "Can not do reflog for '%s'\n"
 974msgstr ""
 975
 976#: builtin/checkout.c:565
 977msgid "HEAD is now at"
 978msgstr ""
 979
 980#: builtin/checkout.c:572
 981#, c-format
 982msgid "Reset branch '%s'\n"
 983msgstr ""
 984
 985#: builtin/checkout.c:575
 986#, c-format
 987msgid "Already on '%s'\n"
 988msgstr ""
 989
 990#: builtin/checkout.c:579
 991#, c-format
 992msgid "Switched to and reset branch '%s'\n"
 993msgstr ""
 994
 995#: builtin/checkout.c:581
 996#, c-format
 997msgid "Switched to a new branch '%s'\n"
 998msgstr ""
 999
1000#: builtin/checkout.c:583
1001#, c-format
1002msgid "Switched to branch '%s'\n"
1003msgstr ""
1004
1005#: builtin/checkout.c:639
1006#, c-format
1007msgid " ... and %d more.\n"
1008msgstr ""
1009
1010#. The singular version
1011#: builtin/checkout.c:645
1012#, c-format
1013msgid ""
1014"Warning: you are leaving %d commit behind, not connected to\n"
1015"any of your branches:\n"
1016"\n"
1017"%s\n"
1018msgid_plural ""
1019"Warning: you are leaving %d commits behind, not connected to\n"
1020"any of your branches:\n"
1021"\n"
1022"%s\n"
1023msgstr[0] ""
1024msgstr[1] ""
1025
1026#: builtin/checkout.c:663
1027#, c-format
1028msgid ""
1029"If you want to keep them by creating a new branch, this may be a good time\n"
1030"to do so with:\n"
1031"\n"
1032" git branch new_branch_name %s\n"
1033"\n"
1034msgstr ""
1035
1036#: builtin/checkout.c:692
1037msgid "internal error in revision walk"
1038msgstr ""
1039
1040#: builtin/checkout.c:696
1041msgid "Previous HEAD position was"
1042msgstr ""
1043
1044#: builtin/checkout.c:722
1045msgid "You are on a branch yet to be born"
1046msgstr ""
1047
1048#. case (1)
1049#: builtin/checkout.c:853
1050#, c-format
1051msgid "invalid reference: %s"
1052msgstr ""
1053
1054#. case (1): want a tree
1055#: builtin/checkout.c:892
1056#, c-format
1057msgid "reference is not a tree: %s"
1058msgstr ""
1059
1060#: builtin/checkout.c:972
1061msgid "-B cannot be used with -b"
1062msgstr ""
1063
1064#: builtin/checkout.c:981
1065msgid "--patch is incompatible with all other options"
1066msgstr ""
1067
1068#: builtin/checkout.c:984
1069msgid "--detach cannot be used with -b/-B/--orphan"
1070msgstr ""
1071
1072#: builtin/checkout.c:986
1073msgid "--detach cannot be used with -t"
1074msgstr ""
1075
1076#: builtin/checkout.c:992
1077msgid "--track needs a branch name"
1078msgstr ""
1079
1080#: builtin/checkout.c:999
1081msgid "Missing branch name; try -b"
1082msgstr ""
1083
1084#: builtin/checkout.c:1005
1085msgid "--orphan and -b|-B are mutually exclusive"
1086msgstr ""
1087
1088#: builtin/checkout.c:1007
1089msgid "--orphan cannot be used with -t"
1090msgstr ""
1091
1092#: builtin/checkout.c:1017
1093msgid "git checkout: -f and -m are incompatible"
1094msgstr ""
1095
1096#: builtin/checkout.c:1051
1097msgid "invalid path specification"
1098msgstr ""
1099
1100#: builtin/checkout.c:1059
1101#, c-format
1102msgid ""
1103"git checkout: updating paths is incompatible with switching branches.\n"
1104"Did you intend to checkout '%s' which can not be resolved as commit?"
1105msgstr ""
1106
1107#: builtin/checkout.c:1061
1108msgid "git checkout: updating paths is incompatible with switching branches."
1109msgstr ""
1110
1111#: builtin/checkout.c:1066
1112msgid "git checkout: --detach does not take a path argument"
1113msgstr ""
1114
1115#: builtin/checkout.c:1069
1116msgid ""
1117"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1118"checking out of the index."
1119msgstr ""
1120
1121#: builtin/checkout.c:1088
1122msgid "Cannot switch branch to a non-commit."
1123msgstr ""
1124
1125#: builtin/checkout.c:1091
1126msgid "--ours/--theirs is incompatible with switching branches."
1127msgstr ""
1128
1129#: builtin/clean.c:78
1130msgid "-x and -X cannot be used together"
1131msgstr ""
1132
1133#: builtin/clean.c:82
1134msgid ""
1135"clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1136msgstr ""
1137
1138#: builtin/clean.c:85
1139msgid ""
1140"clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1141"clean"
1142msgstr ""
1143
1144#: builtin/clean.c:155 builtin/clean.c:176
1145#, c-format
1146msgid "Would remove %s\n"
1147msgstr ""
1148
1149#: builtin/clean.c:159 builtin/clean.c:179
1150#, c-format
1151msgid "Removing %s\n"
1152msgstr ""
1153
1154#: builtin/clean.c:162 builtin/clean.c:182
1155#, c-format
1156msgid "failed to remove %s"
1157msgstr ""
1158
1159#: builtin/clean.c:166
1160#, c-format
1161msgid "Would not remove %s\n"
1162msgstr ""
1163
1164#: builtin/clean.c:168
1165#, c-format
1166msgid "Not removing %s\n"
1167msgstr ""
1168
1169#: builtin/clone.c:243
1170#, c-format
1171msgid "reference repository '%s' is not a local directory."
1172msgstr ""
1173
1174#: builtin/clone.c:302
1175#, c-format
1176msgid "failed to open '%s'"
1177msgstr ""
1178
1179#: builtin/clone.c:306
1180#, c-format
1181msgid "failed to create directory '%s'"
1182msgstr ""
1183
1184#: builtin/clone.c:308 builtin/diff.c:75
1185#, c-format
1186msgid "failed to stat '%s'"
1187msgstr ""
1188
1189#: builtin/clone.c:310
1190#, c-format
1191msgid "%s exists and is not a directory"
1192msgstr ""
1193
1194#: builtin/clone.c:324
1195#, c-format
1196msgid "failed to stat %s\n"
1197msgstr ""
1198
1199#: builtin/clone.c:341
1200#, c-format
1201msgid "failed to unlink '%s'"
1202msgstr ""
1203
1204#: builtin/clone.c:346
1205#, c-format
1206msgid "failed to create link '%s'"
1207msgstr ""
1208
1209#: builtin/clone.c:350
1210#, c-format
1211msgid "failed to copy file to '%s'"
1212msgstr ""
1213
1214#: builtin/clone.c:373
1215#, c-format
1216msgid "done.\n"
1217msgstr ""
1218
1219#: builtin/clone.c:440
1220#, c-format
1221msgid "Could not find remote branch %s to clone."
1222msgstr ""
1223
1224#: builtin/clone.c:549
1225msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
1226msgstr ""
1227
1228#: builtin/clone.c:639
1229msgid "Too many arguments."
1230msgstr ""
1231
1232#: builtin/clone.c:643
1233msgid "You must specify a repository to clone."
1234msgstr ""
1235
1236#: builtin/clone.c:654
1237#, c-format
1238msgid "--bare and --origin %s options are incompatible."
1239msgstr ""
1240
1241#: builtin/clone.c:668
1242#, c-format
1243msgid "repository '%s' does not exist"
1244msgstr ""
1245
1246#: builtin/clone.c:673
1247msgid "--depth is ignored in local clones; use file:// instead."
1248msgstr ""
1249
1250#: builtin/clone.c:683
1251#, c-format
1252msgid "destination path '%s' already exists and is not an empty directory."
1253msgstr ""
1254
1255#: builtin/clone.c:693
1256#, c-format
1257msgid "working tree '%s' already exists."
1258msgstr ""
1259
1260#: builtin/clone.c:706 builtin/clone.c:720
1261#, c-format
1262msgid "could not create leading directories of '%s'"
1263msgstr ""
1264
1265#: builtin/clone.c:709
1266#, c-format
1267msgid "could not create work tree dir '%s'."
1268msgstr ""
1269
1270#: builtin/clone.c:728
1271#, c-format
1272msgid "Cloning into bare repository '%s'...\n"
1273msgstr ""
1274
1275#: builtin/clone.c:730
1276#, c-format
1277msgid "Cloning into '%s'...\n"
1278msgstr ""
1279
1280#: builtin/clone.c:786
1281#, c-format
1282msgid "Don't know how to clone %s"
1283msgstr ""
1284
1285#: builtin/clone.c:835
1286#, c-format
1287msgid "Remote branch %s not found in upstream %s"
1288msgstr ""
1289
1290#: builtin/clone.c:842
1291msgid "You appear to have cloned an empty repository."
1292msgstr ""
1293
1294#: builtin/commit.c:42
1295msgid ""
1296"Your name and email address were configured automatically based\n"
1297"on your username and hostname. Please check that they are accurate.\n"
1298"You can suppress this message by setting them explicitly:\n"
1299"\n"
1300"    git config --global user.name \"Your Name\"\n"
1301"    git config --global user.email you@example.com\n"
1302"\n"
1303"After doing this, you may fix the identity used for this commit with:\n"
1304"\n"
1305"    git commit --amend --reset-author\n"
1306msgstr ""
1307
1308#: builtin/commit.c:54
1309msgid ""
1310"You asked to amend the most recent commit, but doing so would make\n"
1311"it empty. You can repeat your command with --allow-empty, or you can\n"
1312"remove the commit entirely with \"git reset HEAD^\".\n"
1313msgstr ""
1314
1315#: builtin/commit.c:59
1316msgid ""
1317"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
1318"If you wish to commit it anyway, use:\n"
1319"\n"
1320"    git commit --allow-empty\n"
1321"\n"
1322"Otherwise, please use 'git reset'\n"
1323msgstr ""
1324
1325#: builtin/commit.c:205 builtin/reset.c:33
1326msgid "merge"
1327msgstr ""
1328
1329#: builtin/commit.c:208
1330msgid "cherry-pick"
1331msgstr ""
1332
1333#: builtin/commit.c:325
1334msgid "failed to unpack HEAD tree object"
1335msgstr ""
1336
1337#: builtin/commit.c:367
1338msgid "unable to create temporary index"
1339msgstr ""
1340
1341#: builtin/commit.c:373
1342msgid "interactive add failed"
1343msgstr ""
1344
1345#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:473
1346msgid "unable to write new_index file"
1347msgstr ""
1348
1349#: builtin/commit.c:457
1350#, c-format
1351msgid "cannot do a partial commit during a %s."
1352msgstr ""
1353
1354#: builtin/commit.c:466
1355msgid "cannot read the index"
1356msgstr ""
1357
1358#: builtin/commit.c:486
1359msgid "unable to write temporary index file"
1360msgstr ""
1361
1362#: builtin/commit.c:550 builtin/commit.c:556
1363#, c-format
1364msgid "invalid commit: %s"
1365msgstr ""
1366
1367#: builtin/commit.c:579
1368msgid "malformed --author parameter"
1369msgstr ""
1370
1371#: builtin/commit.c:635
1372#, c-format
1373msgid "Malformed ident string: '%s'"
1374msgstr ""
1375
1376#: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:1000
1377#, c-format
1378msgid "could not lookup commit %s"
1379msgstr ""
1380
1381#: builtin/commit.c:682 builtin/shortlog.c:296
1382#, c-format
1383msgid "(reading log message from standard input)\n"
1384msgstr ""
1385
1386#: builtin/commit.c:684
1387msgid "could not read log from standard input"
1388msgstr ""
1389
1390#: builtin/commit.c:688
1391#, c-format
1392msgid "could not read log file '%s'"
1393msgstr ""
1394
1395#: builtin/commit.c:694
1396msgid "commit has empty message"
1397msgstr ""
1398
1399#: builtin/commit.c:710
1400msgid "could not read MERGE_MSG"
1401msgstr ""
1402
1403#: builtin/commit.c:714
1404msgid "could not read SQUASH_MSG"
1405msgstr ""
1406
1407#: builtin/commit.c:718
1408#, c-format
1409msgid "could not read '%s'"
1410msgstr ""
1411
1412#: builtin/commit.c:746
1413#, c-format
1414msgid "could not open '%s'"
1415msgstr ""
1416
1417#: builtin/commit.c:770
1418msgid "could not write commit template"
1419msgstr ""
1420
1421#: builtin/commit.c:783
1422#, c-format
1423msgid ""
1424"\n"
1425"It looks like you may be committing a %s.\n"
1426"If this is not correct, please remove the file\n"
1427"\t%s\n"
1428"and try again.\n"
1429msgstr ""
1430
1431#: builtin/commit.c:796
1432msgid "Please enter the commit message for your changes."
1433msgstr ""
1434
1435#: builtin/commit.c:799
1436msgid ""
1437" Lines starting\n"
1438"with '#' will be ignored, and an empty message aborts the commit.\n"
1439msgstr ""
1440
1441#: builtin/commit.c:804
1442msgid ""
1443" Lines starting\n"
1444"with '#' will be kept; you may remove them yourself if you want to.\n"
1445"An empty message aborts the commit.\n"
1446msgstr ""
1447
1448#: builtin/commit.c:816
1449#, c-format
1450msgid "%sAuthor:    %s"
1451msgstr ""
1452
1453#: builtin/commit.c:823
1454#, c-format
1455msgid "%sCommitter: %s"
1456msgstr ""
1457
1458#: builtin/commit.c:843
1459msgid "Cannot read index"
1460msgstr ""
1461
1462#: builtin/commit.c:880
1463msgid "Error building trees"
1464msgstr ""
1465
1466#: builtin/commit.c:895 builtin/tag.c:357
1467#, c-format
1468msgid "Please supply the message using either -m or -F option.\n"
1469msgstr ""
1470
1471#: builtin/commit.c:975
1472#, c-format
1473msgid "No existing author found with '%s'"
1474msgstr ""
1475
1476#: builtin/commit.c:990 builtin/commit.c:1182
1477#, c-format
1478msgid "Invalid untracked files mode '%s'"
1479msgstr ""
1480
1481#: builtin/commit.c:1030
1482msgid "Using both --reset-author and --author does not make sense"
1483msgstr ""
1484
1485#: builtin/commit.c:1041
1486msgid "You have nothing to amend."
1487msgstr ""
1488
1489#: builtin/commit.c:1043
1490#, c-format
1491msgid "You are in the middle of a %s -- cannot amend."
1492msgstr ""
1493
1494#: builtin/commit.c:1045
1495msgid "Options --squash and --fixup cannot be used together"
1496msgstr ""
1497
1498#: builtin/commit.c:1055
1499msgid "Only one of -c/-C/-F/--fixup can be used."
1500msgstr ""
1501
1502#: builtin/commit.c:1057
1503msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
1504msgstr ""
1505
1506#: builtin/commit.c:1063
1507msgid "--reset-author can be used only with -C, -c or --amend."
1508msgstr ""
1509
1510#: builtin/commit.c:1080
1511msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
1512msgstr ""
1513
1514#: builtin/commit.c:1082
1515msgid "No paths with --include/--only does not make sense."
1516msgstr ""
1517
1518#: builtin/commit.c:1084
1519msgid "Clever... amending the last one with dirty index."
1520msgstr ""
1521
1522#: builtin/commit.c:1086
1523msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
1524msgstr ""
1525
1526#: builtin/commit.c:1096 builtin/tag.c:556
1527#, c-format
1528msgid "Invalid cleanup mode %s"
1529msgstr ""
1530
1531#: builtin/commit.c:1101
1532msgid "Paths with -a does not make sense."
1533msgstr ""
1534
1535#: builtin/commit.c:1280
1536msgid "couldn't look up newly created commit"
1537msgstr ""
1538
1539#: builtin/commit.c:1282
1540msgid "could not parse newly created commit"
1541msgstr ""
1542
1543#: builtin/commit.c:1323
1544msgid "detached HEAD"
1545msgstr ""
1546
1547#: builtin/commit.c:1325
1548msgid " (root-commit)"
1549msgstr ""
1550
1551#: builtin/commit.c:1415
1552msgid "could not parse HEAD commit"
1553msgstr ""
1554
1555#: builtin/commit.c:1452 builtin/merge.c:507
1556#, c-format
1557msgid "could not open '%s' for reading"
1558msgstr ""
1559
1560#: builtin/commit.c:1459
1561#, c-format
1562msgid "Corrupt MERGE_HEAD file (%s)"
1563msgstr ""
1564
1565#: builtin/commit.c:1466
1566msgid "could not read MERGE_MODE"
1567msgstr ""
1568
1569#: builtin/commit.c:1485
1570#, c-format
1571msgid "could not read commit message: %s"
1572msgstr ""
1573
1574#: builtin/commit.c:1499
1575#, c-format
1576msgid "Aborting commit due to empty commit message.\n"
1577msgstr ""
1578
1579#: builtin/commit.c:1514 builtin/merge.c:933 builtin/merge.c:966
1580msgid "failed to write commit object"
1581msgstr ""
1582
1583#: builtin/commit.c:1535
1584msgid "cannot lock HEAD ref"
1585msgstr ""
1586
1587#: builtin/commit.c:1539
1588msgid "cannot update HEAD ref"
1589msgstr ""
1590
1591#: builtin/commit.c:1550
1592msgid ""
1593"Repository has been updated, but unable to write\n"
1594"new_index file. Check that disk is not full or quota is\n"
1595"not exceeded, and then \"git reset HEAD\" to recover."
1596msgstr ""
1597
1598#: builtin/describe.c:234
1599#, c-format
1600msgid "annotated tag %s not available"
1601msgstr ""
1602
1603#: builtin/describe.c:238
1604#, c-format
1605msgid "annotated tag %s has no embedded name"
1606msgstr ""
1607
1608#: builtin/describe.c:240
1609#, c-format
1610msgid "tag '%s' is really '%s' here"
1611msgstr ""
1612
1613#: builtin/describe.c:267
1614#, c-format
1615msgid "Not a valid object name %s"
1616msgstr ""
1617
1618#: builtin/describe.c:270
1619#, c-format
1620msgid "%s is not a valid '%s' object"
1621msgstr ""
1622
1623#: builtin/describe.c:287
1624#, c-format
1625msgid "no tag exactly matches '%s'"
1626msgstr ""
1627
1628#: builtin/describe.c:289
1629#, c-format
1630msgid "searching to describe %s\n"
1631msgstr ""
1632
1633#: builtin/describe.c:329
1634#, c-format
1635msgid "finished search at %s\n"
1636msgstr ""
1637
1638#: builtin/describe.c:353
1639#, c-format
1640msgid ""
1641"No annotated tags can describe '%s'.\n"
1642"However, there were unannotated tags: try --tags."
1643msgstr ""
1644
1645#: builtin/describe.c:357
1646#, c-format
1647msgid ""
1648"No tags can describe '%s'.\n"
1649"Try --always, or create some tags."
1650msgstr ""
1651
1652#: builtin/describe.c:378
1653#, c-format
1654msgid "traversed %lu commits\n"
1655msgstr ""
1656
1657#: builtin/describe.c:381
1658#, c-format
1659msgid ""
1660"more than %i tags found; listed %i most recent\n"
1661"gave up search at %s\n"
1662msgstr ""
1663
1664#: builtin/describe.c:436
1665msgid "--long is incompatible with --abbrev=0"
1666msgstr ""
1667
1668#: builtin/describe.c:462
1669msgid "No names found, cannot describe anything."
1670msgstr ""
1671
1672#: builtin/describe.c:482
1673msgid "--dirty is incompatible with committishes"
1674msgstr ""
1675
1676#: builtin/diff.c:77
1677#, c-format
1678msgid "'%s': not a regular file or symlink"
1679msgstr ""
1680
1681#: builtin/diff.c:220
1682#, c-format
1683msgid "invalid option: %s"
1684msgstr ""
1685
1686#: builtin/diff.c:293
1687msgid "Not a git repository"
1688msgstr ""
1689
1690#: builtin/diff.c:343
1691#, c-format
1692msgid "invalid object '%s' given."
1693msgstr ""
1694
1695#: builtin/diff.c:348
1696#, c-format
1697msgid "more than %d trees given: '%s'"
1698msgstr ""
1699
1700#: builtin/diff.c:358
1701#, c-format
1702msgid "more than two blobs given: '%s'"
1703msgstr ""
1704
1705#: builtin/diff.c:366
1706#, c-format
1707msgid "unhandled object '%s' given."
1708msgstr ""
1709
1710#: builtin/fetch.c:200
1711msgid "Couldn't find remote ref HEAD"
1712msgstr ""
1713
1714#: builtin/fetch.c:252
1715#, c-format
1716msgid "object %s not found"
1717msgstr ""
1718
1719#: builtin/fetch.c:258
1720msgid "[up to date]"
1721msgstr ""
1722
1723#: builtin/fetch.c:272
1724#, c-format
1725msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
1726msgstr ""
1727
1728#: builtin/fetch.c:273 builtin/fetch.c:351
1729msgid "[rejected]"
1730msgstr ""
1731
1732#: builtin/fetch.c:284
1733msgid "[tag update]"
1734msgstr ""
1735
1736#: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:331
1737msgid "  (unable to update local ref)"
1738msgstr ""
1739
1740#: builtin/fetch.c:298
1741msgid "[new tag]"
1742msgstr ""
1743
1744#: builtin/fetch.c:302
1745msgid "[new branch]"
1746msgstr ""
1747
1748#: builtin/fetch.c:347
1749msgid "unable to update local ref"
1750msgstr ""
1751
1752#: builtin/fetch.c:347
1753msgid "forced update"
1754msgstr ""
1755
1756#: builtin/fetch.c:353
1757msgid "(non-fast-forward)"
1758msgstr ""
1759
1760#: builtin/fetch.c:384 builtin/fetch.c:676
1761#, c-format
1762msgid "cannot open %s: %s\n"
1763msgstr ""
1764
1765#: builtin/fetch.c:393
1766#, c-format
1767msgid "%s did not send all necessary objects\n"
1768msgstr ""
1769
1770#: builtin/fetch.c:479
1771#, c-format
1772msgid "From %.*s\n"
1773msgstr ""
1774
1775#: builtin/fetch.c:490
1776#, c-format
1777msgid ""
1778"some local refs could not be updated; try running\n"
1779" 'git remote prune %s' to remove any old, conflicting branches"
1780msgstr ""
1781
1782#: builtin/fetch.c:540
1783#, c-format
1784msgid "   (%s will become dangling)\n"
1785msgstr ""
1786
1787#: builtin/fetch.c:541
1788#, c-format
1789msgid "   (%s has become dangling)\n"
1790msgstr ""
1791
1792#: builtin/fetch.c:548
1793msgid "[deleted]"
1794msgstr ""
1795
1796#: builtin/fetch.c:549
1797msgid "(none)"
1798msgstr ""
1799
1800#: builtin/fetch.c:666
1801#, c-format
1802msgid "Refusing to fetch into current branch %s of non-bare repository"
1803msgstr ""
1804
1805#: builtin/fetch.c:700
1806#, c-format
1807msgid "Don't know how to fetch from %s"
1808msgstr ""
1809
1810#: builtin/fetch.c:777
1811#, c-format
1812msgid "Option \"%s\" value \"%s\" is not valid for %s"
1813msgstr ""
1814
1815#: builtin/fetch.c:780
1816#, c-format
1817msgid "Option \"%s\" is ignored for %s\n"
1818msgstr ""
1819
1820#: builtin/fetch.c:879
1821#, c-format
1822msgid "Fetching %s\n"
1823msgstr ""
1824
1825#: builtin/fetch.c:881
1826#, c-format
1827msgid "Could not fetch %s"
1828msgstr ""
1829
1830#: builtin/fetch.c:898
1831msgid ""
1832"No remote repository specified.  Please, specify either a URL or a\n"
1833"remote name from which new revisions should be fetched."
1834msgstr ""
1835
1836#: builtin/fetch.c:918
1837msgid "You need to specify a tag name."
1838msgstr ""
1839
1840#: builtin/fetch.c:970
1841msgid "fetch --all does not take a repository argument"
1842msgstr ""
1843
1844#: builtin/fetch.c:972
1845msgid "fetch --all does not make sense with refspecs"
1846msgstr ""
1847
1848#: builtin/fetch.c:983
1849#, c-format
1850msgid "No such remote or remote group: %s"
1851msgstr ""
1852
1853#: builtin/fetch.c:991
1854msgid "Fetching a group and specifying refspecs does not make sense"
1855msgstr ""
1856
1857#: builtin/gc.c:63
1858#, c-format
1859msgid "Invalid %s: '%s'"
1860msgstr ""
1861
1862#: builtin/gc.c:78
1863msgid "Too many options specified"
1864msgstr ""
1865
1866#: builtin/gc.c:103
1867#, c-format
1868msgid "insanely long object directory %.*s"
1869msgstr ""
1870
1871#: builtin/gc.c:223
1872#, c-format
1873msgid "Auto packing the repository for optimum performance.\n"
1874msgstr ""
1875
1876#: builtin/gc.c:226
1877#, c-format
1878msgid ""
1879"Auto packing the repository for optimum performance. You may also\n"
1880"run \"git gc\" manually. See \"git help gc\" for more information.\n"
1881msgstr ""
1882
1883#: builtin/gc.c:256
1884msgid ""
1885"There are too many unreachable loose objects; run 'git prune' to remove them."
1886msgstr ""
1887
1888#: builtin/grep.c:216
1889#, c-format
1890msgid "grep: failed to create thread: %s"
1891msgstr ""
1892
1893#: builtin/grep.c:402
1894#, c-format
1895msgid "Failed to chdir: %s"
1896msgstr ""
1897
1898#: builtin/grep.c:478 builtin/grep.c:512
1899#, c-format
1900msgid "unable to read tree (%s)"
1901msgstr ""
1902
1903#: builtin/grep.c:526
1904#, c-format
1905msgid "unable to grep from object of type %s"
1906msgstr ""
1907
1908#: builtin/grep.c:584
1909#, c-format
1910msgid "switch `%c' expects a numerical value"
1911msgstr ""
1912
1913#: builtin/grep.c:601
1914#, c-format
1915msgid "cannot open '%s'"
1916msgstr ""
1917
1918#: builtin/grep.c:889
1919msgid "no pattern given."
1920msgstr ""
1921
1922#: builtin/grep.c:903
1923#, c-format
1924msgid "bad object %s"
1925msgstr ""
1926
1927#: builtin/grep.c:944
1928msgid "--open-files-in-pager only works on the worktree"
1929msgstr ""
1930
1931#: builtin/grep.c:967
1932msgid "--cached or --untracked cannot be used with --no-index."
1933msgstr ""
1934
1935#: builtin/grep.c:972
1936msgid "--no-index or --untracked cannot be used with revs."
1937msgstr ""
1938
1939#: builtin/grep.c:975
1940msgid "--[no-]exclude-standard cannot be used for tracked contents."
1941msgstr ""
1942
1943#: builtin/grep.c:983
1944msgid "both --cached and trees are given."
1945msgstr ""
1946
1947#: builtin/init-db.c:35
1948#, c-format
1949msgid "Could not make %s writable by group"
1950msgstr ""
1951
1952#: builtin/init-db.c:62
1953#, c-format
1954msgid "insanely long template name %s"
1955msgstr ""
1956
1957#: builtin/init-db.c:67
1958#, c-format
1959msgid "cannot stat '%s'"
1960msgstr ""
1961
1962#: builtin/init-db.c:73
1963#, c-format
1964msgid "cannot stat template '%s'"
1965msgstr ""
1966
1967#: builtin/init-db.c:80
1968#, c-format
1969msgid "cannot opendir '%s'"
1970msgstr ""
1971
1972#: builtin/init-db.c:97
1973#, c-format
1974msgid "cannot readlink '%s'"
1975msgstr ""
1976
1977#: builtin/init-db.c:99
1978#, c-format
1979msgid "insanely long symlink %s"
1980msgstr ""
1981
1982#: builtin/init-db.c:102
1983#, c-format
1984msgid "cannot symlink '%s' '%s'"
1985msgstr ""
1986
1987#: builtin/init-db.c:106
1988#, c-format
1989msgid "cannot copy '%s' to '%s'"
1990msgstr ""
1991
1992#: builtin/init-db.c:110
1993#, c-format
1994msgid "ignoring template %s"
1995msgstr ""
1996
1997#: builtin/init-db.c:133
1998#, c-format
1999msgid "insanely long template path %s"
2000msgstr ""
2001
2002#: builtin/init-db.c:141
2003#, c-format
2004msgid "templates not found %s"
2005msgstr ""
2006
2007#: builtin/init-db.c:154
2008#, c-format
2009msgid "not copying templates of a wrong format version %d from '%s'"
2010msgstr ""
2011
2012#: builtin/init-db.c:192
2013#, c-format
2014msgid "insane git directory %s"
2015msgstr ""
2016
2017#: builtin/init-db.c:322 builtin/init-db.c:325
2018#, c-format
2019msgid "%s already exists"
2020msgstr ""
2021
2022#: builtin/init-db.c:354
2023#, c-format
2024msgid "unable to handle file type %d"
2025msgstr ""
2026
2027#: builtin/init-db.c:357
2028#, c-format
2029msgid "unable to move %s to %s"
2030msgstr ""
2031
2032#: builtin/init-db.c:362
2033#, c-format
2034msgid "Could not create git link %s"
2035msgstr ""
2036
2037#.
2038#. * TRANSLATORS: The first '%s' is either "Reinitialized
2039#. * existing" or "Initialized empty", the second " shared" or
2040#. * "", and the last '%s%s' is the verbatim directory name.
2041#.
2042#: builtin/init-db.c:419
2043#, c-format
2044msgid "%s%s Git repository in %s%s\n"
2045msgstr ""
2046
2047#: builtin/init-db.c:420
2048msgid "Reinitialized existing"
2049msgstr ""
2050
2051#: builtin/init-db.c:420
2052msgid "Initialized empty"
2053msgstr ""
2054
2055#: builtin/init-db.c:421
2056msgid " shared"
2057msgstr ""
2058
2059#: builtin/init-db.c:440
2060msgid "cannot tell cwd"
2061msgstr ""
2062
2063#: builtin/init-db.c:521 builtin/init-db.c:528
2064#, c-format
2065msgid "cannot mkdir %s"
2066msgstr ""
2067
2068#: builtin/init-db.c:532
2069#, c-format
2070msgid "cannot chdir to %s"
2071msgstr ""
2072
2073#: builtin/init-db.c:554
2074#, c-format
2075msgid ""
2076"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
2077"dir=<directory>)"
2078msgstr ""
2079
2080#: builtin/init-db.c:578
2081msgid "Cannot access current working directory"
2082msgstr ""
2083
2084#: builtin/init-db.c:585
2085#, c-format
2086msgid "Cannot access work tree '%s'"
2087msgstr ""
2088
2089#: builtin/log.c:185
2090#, c-format
2091msgid "Final output: %d %s\n"
2092msgstr ""
2093
2094#: builtin/log.c:393 builtin/log.c:479
2095#, c-format
2096msgid "Could not read object %s"
2097msgstr ""
2098
2099#: builtin/log.c:503
2100#, c-format
2101msgid "Unknown type: %d"
2102msgstr ""
2103
2104#: builtin/log.c:592
2105msgid "format.headers without value"
2106msgstr ""
2107
2108#: builtin/log.c:665
2109msgid "name of output directory is too long"
2110msgstr ""
2111
2112#: builtin/log.c:676
2113#, c-format
2114msgid "Cannot open patch file %s"
2115msgstr ""
2116
2117#: builtin/log.c:690
2118msgid "Need exactly one range."
2119msgstr ""
2120
2121#: builtin/log.c:698
2122msgid "Not a range."
2123msgstr ""
2124
2125#: builtin/log.c:735
2126msgid "Could not extract email from committer identity."
2127msgstr ""
2128
2129#: builtin/log.c:781
2130msgid "Cover letter needs email format"
2131msgstr ""
2132
2133#: builtin/log.c:875
2134#, c-format
2135msgid "insane in-reply-to: %s"
2136msgstr ""
2137
2138#: builtin/log.c:948
2139msgid "Two output directories?"
2140msgstr ""
2141
2142#: builtin/log.c:1169
2143#, c-format
2144msgid "bogus committer info %s"
2145msgstr ""
2146
2147#: builtin/log.c:1214
2148msgid "-n and -k are mutually exclusive."
2149msgstr ""
2150
2151#: builtin/log.c:1216
2152msgid "--subject-prefix and -k are mutually exclusive."
2153msgstr ""
2154
2155#: builtin/log.c:1221 builtin/shortlog.c:284
2156#, c-format
2157msgid "unrecognized argument: %s"
2158msgstr ""
2159
2160#: builtin/log.c:1224
2161msgid "--name-only does not make sense"
2162msgstr ""
2163
2164#: builtin/log.c:1226
2165msgid "--name-status does not make sense"
2166msgstr ""
2167
2168#: builtin/log.c:1228
2169msgid "--check does not make sense"
2170msgstr ""
2171
2172#: builtin/log.c:1251
2173msgid "standard output, or directory, which one?"
2174msgstr ""
2175
2176#: builtin/log.c:1253
2177#, c-format
2178msgid "Could not create directory '%s'"
2179msgstr ""
2180
2181#: builtin/log.c:1406
2182msgid "Failed to create output files"
2183msgstr ""
2184
2185#: builtin/log.c:1510
2186#, c-format
2187msgid ""
2188"Could not find a tracked remote branch, please specify <upstream> manually.\n"
2189msgstr ""
2190
2191#: builtin/log.c:1526 builtin/log.c:1528 builtin/log.c:1540
2192#, c-format
2193msgid "Unknown commit %s"
2194msgstr ""
2195
2196#: builtin/merge.c:91
2197msgid "switch `m' requires a value"
2198msgstr ""
2199
2200#: builtin/merge.c:128
2201#, c-format
2202msgid "Could not find merge strategy '%s'.\n"
2203msgstr ""
2204
2205#: builtin/merge.c:129
2206#, c-format
2207msgid "Available strategies are:"
2208msgstr ""
2209
2210#: builtin/merge.c:134
2211#, c-format
2212msgid "Available custom strategies are:"
2213msgstr ""
2214
2215#: builtin/merge.c:241
2216msgid "could not run stash."
2217msgstr ""
2218
2219#: builtin/merge.c:246
2220msgid "stash failed"
2221msgstr ""
2222
2223#: builtin/merge.c:251
2224#, c-format
2225msgid "not a valid object: %s"
2226msgstr ""
2227
2228#: builtin/merge.c:270 builtin/merge.c:287
2229msgid "read-tree failed"
2230msgstr ""
2231
2232#: builtin/merge.c:317
2233msgid " (nothing to squash)"
2234msgstr ""
2235
2236#: builtin/merge.c:330
2237#, c-format
2238msgid "Squash commit -- not updating HEAD\n"
2239msgstr ""
2240
2241#: builtin/merge.c:362
2242msgid "Writing SQUASH_MSG"
2243msgstr ""
2244
2245#: builtin/merge.c:364
2246msgid "Finishing SQUASH_MSG"
2247msgstr ""
2248
2249#: builtin/merge.c:386
2250#, c-format
2251msgid "No merge message -- not updating HEAD\n"
2252msgstr ""
2253
2254#: builtin/merge.c:435
2255#, c-format
2256msgid "'%s' does not point to a commit"
2257msgstr ""
2258
2259#: builtin/merge.c:534
2260#, c-format
2261msgid "Bad branch.%s.mergeoptions string: %s"
2262msgstr ""
2263
2264#: builtin/merge.c:627
2265msgid "git write-tree failed to write a tree"
2266msgstr ""
2267
2268#: builtin/merge.c:677
2269msgid "failed to read the cache"
2270msgstr ""
2271
2272#: builtin/merge.c:694
2273msgid "Unable to write index."
2274msgstr ""
2275
2276#: builtin/merge.c:707
2277msgid "Not handling anything other than two heads merge."
2278msgstr ""
2279
2280#: builtin/merge.c:721
2281#, c-format
2282msgid "Unknown option for merge-recursive: -X%s"
2283msgstr ""
2284
2285#: builtin/merge.c:735
2286#, c-format
2287msgid "unable to write %s"
2288msgstr ""
2289
2290#: builtin/merge.c:874
2291#, c-format
2292msgid "Could not read from '%s'"
2293msgstr ""
2294
2295#: builtin/merge.c:883
2296#, c-format
2297msgid "Not committing merge; use 'git commit' to complete the merge.\n"
2298msgstr ""
2299
2300#: builtin/merge.c:889
2301msgid ""
2302"Please enter a commit message to explain why this merge is necessary,\n"
2303"especially if it merges an updated upstream into a topic branch.\n"
2304"\n"
2305"Lines starting with '#' will be ignored, and an empty message aborts\n"
2306"the commit.\n"
2307msgstr ""
2308
2309#: builtin/merge.c:913
2310msgid "Empty commit message."
2311msgstr ""
2312
2313#: builtin/merge.c:925
2314#, c-format
2315msgid "Wonderful.\n"
2316msgstr ""
2317
2318#: builtin/merge.c:998
2319#, c-format
2320msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
2321msgstr ""
2322
2323#: builtin/merge.c:1014
2324#, c-format
2325msgid "'%s' is not a commit"
2326msgstr ""
2327
2328#: builtin/merge.c:1055
2329msgid "No current branch."
2330msgstr ""
2331
2332#: builtin/merge.c:1057
2333msgid "No remote for the current branch."
2334msgstr ""
2335
2336#: builtin/merge.c:1059
2337msgid "No default upstream defined for the current branch."
2338msgstr ""
2339
2340#: builtin/merge.c:1064
2341#, c-format
2342msgid "No remote tracking branch for %s from %s"
2343msgstr ""
2344
2345#: builtin/merge.c:1186
2346msgid "There is no merge to abort (MERGE_HEAD missing)."
2347msgstr ""
2348
2349#: builtin/merge.c:1202 git-pull.sh:31
2350msgid ""
2351"You have not concluded your merge (MERGE_HEAD exists).\n"
2352"Please, commit your changes before you can merge."
2353msgstr ""
2354
2355#: builtin/merge.c:1205 git-pull.sh:34
2356msgid "You have not concluded your merge (MERGE_HEAD exists)."
2357msgstr ""
2358
2359#: builtin/merge.c:1209
2360msgid ""
2361"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
2362"Please, commit your changes before you can merge."
2363msgstr ""
2364
2365#: builtin/merge.c:1212
2366msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
2367msgstr ""
2368
2369#: builtin/merge.c:1221
2370msgid "You cannot combine --squash with --no-ff."
2371msgstr ""
2372
2373#: builtin/merge.c:1226
2374msgid "You cannot combine --no-ff with --ff-only."
2375msgstr ""
2376
2377#: builtin/merge.c:1233
2378msgid "No commit specified and merge.defaultToUpstream not set."
2379msgstr ""
2380
2381#: builtin/merge.c:1264
2382msgid "Can merge only exactly one commit into empty head"
2383msgstr ""
2384
2385#: builtin/merge.c:1267
2386msgid "Squash commit into empty head not supported yet"
2387msgstr ""
2388
2389#: builtin/merge.c:1269
2390msgid "Non-fast-forward commit does not make sense into an empty head"
2391msgstr ""
2392
2393#: builtin/merge.c:1273 builtin/merge.c:1317
2394#, c-format
2395msgid "%s - not something we can merge"
2396msgstr ""
2397
2398#: builtin/merge.c:1383
2399#, c-format
2400msgid "Updating %s..%s\n"
2401msgstr ""
2402
2403#: builtin/merge.c:1421
2404#, c-format
2405msgid "Trying really trivial in-index merge...\n"
2406msgstr ""
2407
2408#: builtin/merge.c:1428
2409#, c-format
2410msgid "Nope.\n"
2411msgstr ""
2412
2413#: builtin/merge.c:1460
2414msgid "Not possible to fast-forward, aborting."
2415msgstr ""
2416
2417#: builtin/merge.c:1483 builtin/merge.c:1560
2418#, c-format
2419msgid "Rewinding the tree to pristine...\n"
2420msgstr ""
2421
2422#: builtin/merge.c:1487
2423#, c-format
2424msgid "Trying merge strategy %s...\n"
2425msgstr ""
2426
2427#: builtin/merge.c:1551
2428#, c-format
2429msgid "No merge strategy handled the merge.\n"
2430msgstr ""
2431
2432#: builtin/merge.c:1553
2433#, c-format
2434msgid "Merge with strategy %s failed.\n"
2435msgstr ""
2436
2437#: builtin/merge.c:1562
2438#, c-format
2439msgid "Using the %s to prepare resolving by hand.\n"
2440msgstr ""
2441
2442#: builtin/merge.c:1573
2443#, c-format
2444msgid "Automatic merge went well; stopped before committing as requested\n"
2445msgstr ""
2446
2447#: builtin/mv.c:108
2448#, c-format
2449msgid "Checking rename of '%s' to '%s'\n"
2450msgstr ""
2451
2452#: builtin/mv.c:112
2453msgid "bad source"
2454msgstr ""
2455
2456#: builtin/mv.c:115
2457msgid "can not move directory into itself"
2458msgstr ""
2459
2460#: builtin/mv.c:118
2461msgid "cannot move directory over file"
2462msgstr ""
2463
2464#: builtin/mv.c:128
2465#, c-format
2466msgid "Huh? %.*s is in index?"
2467msgstr ""
2468
2469#: builtin/mv.c:140
2470msgid "source directory is empty"
2471msgstr ""
2472
2473#: builtin/mv.c:171
2474msgid "not under version control"
2475msgstr ""
2476
2477#: builtin/mv.c:173
2478msgid "destination exists"
2479msgstr ""
2480
2481#: builtin/mv.c:181
2482#, c-format
2483msgid "overwriting '%s'"
2484msgstr ""
2485
2486#: builtin/mv.c:184
2487msgid "Cannot overwrite"
2488msgstr ""
2489
2490#: builtin/mv.c:187
2491msgid "multiple sources for the same target"
2492msgstr ""
2493
2494#: builtin/mv.c:202
2495#, c-format
2496msgid "%s, source=%s, destination=%s"
2497msgstr ""
2498
2499#: builtin/mv.c:212
2500#, c-format
2501msgid "Renaming %s to %s\n"
2502msgstr ""
2503
2504#: builtin/mv.c:215
2505#, c-format
2506msgid "renaming '%s' failed"
2507msgstr ""
2508
2509#: builtin/notes.c:139
2510#, c-format
2511msgid "unable to start 'show' for object '%s'"
2512msgstr ""
2513
2514#: builtin/notes.c:145
2515msgid "can't fdopen 'show' output fd"
2516msgstr ""
2517
2518#: builtin/notes.c:155
2519#, c-format
2520msgid "failed to close pipe to 'show' for object '%s'"
2521msgstr ""
2522
2523#: builtin/notes.c:158
2524#, c-format
2525msgid "failed to finish 'show' for object '%s'"
2526msgstr ""
2527
2528#: builtin/notes.c:175 builtin/tag.c:343
2529#, c-format
2530msgid "could not create file '%s'"
2531msgstr ""
2532
2533#: builtin/notes.c:189
2534msgid "Please supply the note contents using either -m or -F option"
2535msgstr ""
2536
2537#: builtin/notes.c:210 builtin/notes.c:973
2538#, c-format
2539msgid "Removing note for object %s\n"
2540msgstr ""
2541
2542#: builtin/notes.c:215
2543msgid "unable to write note object"
2544msgstr ""
2545
2546#: builtin/notes.c:217
2547#, c-format
2548msgid "The note contents has been left in %s"
2549msgstr ""
2550
2551#: builtin/notes.c:251 builtin/tag.c:521
2552#, c-format
2553msgid "cannot read '%s'"
2554msgstr ""
2555
2556#: builtin/notes.c:253 builtin/tag.c:524
2557#, c-format
2558msgid "could not open or read '%s'"
2559msgstr ""
2560
2561#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
2562#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
2563#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
2564#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:537
2565#, c-format
2566msgid "Failed to resolve '%s' as a valid ref."
2567msgstr ""
2568
2569#: builtin/notes.c:275
2570#, c-format
2571msgid "Failed to read object '%s'."
2572msgstr ""
2573
2574#: builtin/notes.c:299
2575msgid "Cannot commit uninitialized/unreferenced notes tree"
2576msgstr ""
2577
2578#: builtin/notes.c:340
2579#, c-format
2580msgid "Bad notes.rewriteMode value: '%s'"
2581msgstr ""
2582
2583#: builtin/notes.c:350
2584#, c-format
2585msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2586msgstr ""
2587
2588#. TRANSLATORS: The first %s is the name of the
2589#. environment variable, the second %s is its value
2590#: builtin/notes.c:377
2591#, c-format
2592msgid "Bad %s value: '%s'"
2593msgstr ""
2594
2595#: builtin/notes.c:441
2596#, c-format
2597msgid "Malformed input line: '%s'."
2598msgstr ""
2599
2600#: builtin/notes.c:456
2601#, c-format
2602msgid "Failed to copy notes from '%s' to '%s'"
2603msgstr ""
2604
2605#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
2606#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
2607#: builtin/notes.c:1033
2608msgid "too many parameters"
2609msgstr ""
2610
2611#: builtin/notes.c:513 builtin/notes.c:772
2612#, c-format
2613msgid "No note found for object %s."
2614msgstr ""
2615
2616#: builtin/notes.c:580
2617#, c-format
2618msgid ""
2619"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
2620"existing notes"
2621msgstr ""
2622
2623#: builtin/notes.c:585 builtin/notes.c:662
2624#, c-format
2625msgid "Overwriting existing notes for object %s\n"
2626msgstr ""
2627
2628#: builtin/notes.c:635
2629msgid "too few parameters"
2630msgstr ""
2631
2632#: builtin/notes.c:656
2633#, c-format
2634msgid ""
2635"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
2636"existing notes"
2637msgstr ""
2638
2639#: builtin/notes.c:668
2640#, c-format
2641msgid "Missing notes on source object %s. Cannot copy."
2642msgstr ""
2643
2644#: builtin/notes.c:717
2645#, c-format
2646msgid ""
2647"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
2648"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
2649msgstr ""
2650
2651#: builtin/notes.c:971
2652#, c-format
2653msgid "Object %s has no note\n"
2654msgstr ""
2655
2656#: builtin/notes.c:1103
2657#, c-format
2658msgid "Unknown subcommand: %s"
2659msgstr ""
2660
2661#: builtin/pack-objects.c:2310
2662#, c-format
2663msgid "unsupported index version %s"
2664msgstr ""
2665
2666#: builtin/pack-objects.c:2314
2667#, c-format
2668msgid "bad index version '%s'"
2669msgstr ""
2670
2671#: builtin/pack-objects.c:2322
2672#, c-format
2673msgid "option %s does not accept negative form"
2674msgstr ""
2675
2676#: builtin/pack-objects.c:2326
2677#, c-format
2678msgid "unable to parse value '%s' for option %s"
2679msgstr ""
2680
2681#: builtin/push.c:44
2682msgid "tag shorthand without <tag>"
2683msgstr ""
2684
2685#: builtin/push.c:63
2686msgid "--delete only accepts plain target ref names"
2687msgstr ""
2688
2689#: builtin/push.c:73
2690#, c-format
2691msgid ""
2692"You are not currently on a branch.\n"
2693"To push the history leading to the current (detached HEAD)\n"
2694"state now, use\n"
2695"\n"
2696"    git push %s HEAD:<name-of-remote-branch>\n"
2697msgstr ""
2698
2699#: builtin/push.c:80
2700#, c-format
2701msgid ""
2702"The current branch %s has no upstream branch.\n"
2703"To push the current branch and set the remote as upstream, use\n"
2704"\n"
2705"    git push --set-upstream %s %s\n"
2706msgstr ""
2707
2708#: builtin/push.c:88
2709#, c-format
2710msgid "The current branch %s has multiple upstream branches, refusing to push."
2711msgstr ""
2712
2713#: builtin/push.c:111
2714msgid ""
2715"You didn't specify any refspecs to push, and push.default is \"nothing\"."
2716msgstr ""
2717
2718#: builtin/push.c:131
2719#, c-format
2720msgid "Pushing to %s\n"
2721msgstr ""
2722
2723#: builtin/push.c:135
2724#, c-format
2725msgid "failed to push some refs to '%s'"
2726msgstr ""
2727
2728#: builtin/push.c:143
2729#, c-format
2730msgid ""
2731"To prevent you from losing history, non-fast-forward updates were rejected\n"
2732"Merge the remote changes (e.g. 'git pull') before pushing again.  See the\n"
2733"'Note about fast-forwards' section of 'git push --help' for details.\n"
2734msgstr ""
2735
2736#: builtin/push.c:160
2737#, c-format
2738msgid "bad repository '%s'"
2739msgstr ""
2740
2741#: builtin/push.c:161
2742msgid ""
2743"No configured push destination.\n"
2744"Either specify the URL from the command-line or configure a remote "
2745"repository using\n"
2746"\n"
2747"    git remote add <name> <url>\n"
2748"\n"
2749"and then push using the remote name\n"
2750"\n"
2751"    git push <name>\n"
2752msgstr ""
2753
2754#: builtin/push.c:176
2755msgid "--all and --tags are incompatible"
2756msgstr ""
2757
2758#: builtin/push.c:177
2759msgid "--all can't be combined with refspecs"
2760msgstr ""
2761
2762#: builtin/push.c:182
2763msgid "--mirror and --tags are incompatible"
2764msgstr ""
2765
2766#: builtin/push.c:183
2767msgid "--mirror can't be combined with refspecs"
2768msgstr ""
2769
2770#: builtin/push.c:188
2771msgid "--all and --mirror are incompatible"
2772msgstr ""
2773
2774#: builtin/push.c:274
2775msgid "--delete is incompatible with --all, --mirror and --tags"
2776msgstr ""
2777
2778#: builtin/push.c:276
2779msgid "--delete doesn't make sense without any refs"
2780msgstr ""
2781
2782#: builtin/reset.c:33
2783msgid "mixed"
2784msgstr ""
2785
2786#: builtin/reset.c:33
2787msgid "soft"
2788msgstr ""
2789
2790#: builtin/reset.c:33
2791msgid "hard"
2792msgstr ""
2793
2794#: builtin/reset.c:33
2795msgid "keep"
2796msgstr ""
2797
2798#: builtin/reset.c:77
2799msgid "You do not have a valid HEAD."
2800msgstr ""
2801
2802#: builtin/reset.c:79
2803msgid "Failed to find tree of HEAD."
2804msgstr ""
2805
2806#: builtin/reset.c:85
2807#, c-format
2808msgid "Failed to find tree of %s."
2809msgstr ""
2810
2811#: builtin/reset.c:96
2812msgid "Could not write new index file."
2813msgstr ""
2814
2815#: builtin/reset.c:106
2816#, c-format
2817msgid "HEAD is now at %s"
2818msgstr ""
2819
2820#: builtin/reset.c:130
2821msgid "Could not read index"
2822msgstr ""
2823
2824#: builtin/reset.c:133
2825msgid "Unstaged changes after reset:"
2826msgstr ""
2827
2828#: builtin/reset.c:223
2829#, c-format
2830msgid "Cannot do a %s reset in the middle of a merge."
2831msgstr ""
2832
2833#: builtin/reset.c:297
2834#, c-format
2835msgid "Could not parse object '%s'."
2836msgstr ""
2837
2838#: builtin/reset.c:302
2839msgid "--patch is incompatible with --{hard,mixed,soft}"
2840msgstr ""
2841
2842#: builtin/reset.c:311
2843msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
2844msgstr ""
2845
2846#: builtin/reset.c:313
2847#, c-format
2848msgid "Cannot do %s reset with paths."
2849msgstr ""
2850
2851#: builtin/reset.c:325
2852#, c-format
2853msgid "%s reset is not allowed in a bare repository"
2854msgstr ""
2855
2856#: builtin/reset.c:341
2857#, c-format
2858msgid "Could not reset index file to revision '%s'."
2859msgstr ""
2860
2861#: builtin/revert.c:70 builtin/revert.c:91
2862#, c-format
2863msgid "%s: %s cannot be used with %s"
2864msgstr ""
2865
2866#: builtin/revert.c:126
2867msgid "program error"
2868msgstr ""
2869
2870#: builtin/revert.c:209
2871msgid "revert failed"
2872msgstr ""
2873
2874#: builtin/revert.c:224
2875msgid "cherry-pick failed"
2876msgstr ""
2877
2878#: builtin/rm.c:109
2879#, c-format
2880msgid ""
2881"'%s' has staged content different from both the file and the HEAD\n"
2882"(use -f to force removal)"
2883msgstr ""
2884
2885#: builtin/rm.c:115
2886#, c-format
2887msgid ""
2888"'%s' has changes staged in the index\n"
2889"(use --cached to keep the file, or -f to force removal)"
2890msgstr ""
2891
2892#: builtin/rm.c:119
2893#, c-format
2894msgid ""
2895"'%s' has local modifications\n"
2896"(use --cached to keep the file, or -f to force removal)"
2897msgstr ""
2898
2899#: builtin/rm.c:194
2900#, c-format
2901msgid "not removing '%s' recursively without -r"
2902msgstr ""
2903
2904#: builtin/rm.c:230
2905#, c-format
2906msgid "git rm: unable to remove %s"
2907msgstr ""
2908
2909#: builtin/shortlog.c:157
2910#, c-format
2911msgid "Missing author: %s"
2912msgstr ""
2913
2914#: builtin/tag.c:58
2915#, c-format
2916msgid "malformed object at '%s'"
2917msgstr ""
2918
2919#: builtin/tag.c:205
2920#, c-format
2921msgid "tag name too long: %.*s..."
2922msgstr ""
2923
2924#: builtin/tag.c:210
2925#, c-format
2926msgid "tag '%s' not found."
2927msgstr ""
2928
2929#: builtin/tag.c:225
2930#, c-format
2931msgid "Deleted tag '%s' (was %s)\n"
2932msgstr ""
2933
2934#: builtin/tag.c:237
2935#, c-format
2936msgid "could not verify the tag '%s'"
2937msgstr ""
2938
2939#: builtin/tag.c:247
2940msgid ""
2941"\n"
2942"#\n"
2943"# Write a tag message\n"
2944"# Lines starting with '#' will be ignored.\n"
2945"#\n"
2946msgstr ""
2947
2948#: builtin/tag.c:254
2949msgid ""
2950"\n"
2951"#\n"
2952"# Write a tag message\n"
2953"# Lines starting with '#' will be kept; you may remove them yourself if you "
2954"want to.\n"
2955"#\n"
2956msgstr ""
2957
2958#: builtin/tag.c:294
2959msgid "unable to sign the tag"
2960msgstr ""
2961
2962#: builtin/tag.c:296
2963msgid "unable to write tag file"
2964msgstr ""
2965
2966#: builtin/tag.c:321
2967msgid "bad object type."
2968msgstr ""
2969
2970#: builtin/tag.c:334
2971msgid "tag header too big."
2972msgstr ""
2973
2974#: builtin/tag.c:366
2975msgid "no tag message?"
2976msgstr ""
2977
2978#: builtin/tag.c:372
2979#, c-format
2980msgid "The tag message has been left in %s\n"
2981msgstr ""
2982
2983#: builtin/tag.c:421
2984msgid "switch 'points-at' requires an object"
2985msgstr ""
2986
2987#: builtin/tag.c:423
2988#, c-format
2989msgid "malformed object name '%s'"
2990msgstr ""
2991
2992#: builtin/tag.c:502
2993msgid "-n option is only allowed with -l."
2994msgstr ""
2995
2996#: builtin/tag.c:504
2997msgid "--contains option is only allowed with -l."
2998msgstr ""
2999
3000#: builtin/tag.c:506
3001msgid "--points-at option is only allowed with -l."
3002msgstr ""
3003
3004#: builtin/tag.c:514
3005msgid "only one -F or -m option is allowed."
3006msgstr ""
3007
3008#: builtin/tag.c:534
3009msgid "too many params"
3010msgstr ""
3011
3012#: builtin/tag.c:540
3013#, c-format
3014msgid "'%s' is not a valid tag name."
3015msgstr ""
3016
3017#: builtin/tag.c:545
3018#, c-format
3019msgid "tag '%s' already exists"
3020msgstr ""
3021
3022#: builtin/tag.c:563
3023#, c-format
3024msgid "%s: cannot lock the ref"
3025msgstr ""
3026
3027#: builtin/tag.c:565
3028#, c-format
3029msgid "%s: cannot update the ref"
3030msgstr ""
3031
3032#: builtin/tag.c:567
3033#, c-format
3034msgid "Updated tag '%s' (was %s)\n"
3035msgstr ""
3036
3037#: git-am.sh:49
3038msgid "You need to set your committer info first"
3039msgstr ""
3040
3041#: git-am.sh:135
3042msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3043msgstr ""
3044
3045#: git-am.sh:144
3046msgid ""
3047"Did you hand edit your patch?\n"
3048"It does not apply to blobs recorded in its index."
3049msgstr ""
3050
3051#: git-am.sh:153
3052msgid "Falling back to patching base and 3-way merge..."
3053msgstr ""
3054
3055#: git-am.sh:265
3056msgid "Only one StGIT patch series can be applied at once"
3057msgstr ""
3058
3059#: git-am.sh:352
3060#, sh-format
3061msgid "Patch format $patch_format is not supported."
3062msgstr ""
3063
3064#: git-am.sh:354
3065msgid "Patch format detection failed."
3066msgstr ""
3067
3068#: git-am.sh:406
3069msgid "-d option is no longer supported.  Do not use."
3070msgstr ""
3071
3072#: git-am.sh:469
3073#, sh-format
3074msgid "previous rebase directory $dotest still exists but mbox given."
3075msgstr ""
3076
3077#: git-am.sh:474
3078msgid "Please make up your mind. --skip or --abort?"
3079msgstr ""
3080
3081#: git-am.sh:501
3082msgid "Resolve operation not in progress, we are not resuming."
3083msgstr ""
3084
3085#: git-am.sh:567
3086#, sh-format
3087msgid "Dirty index: cannot apply patches (dirty: $files)"
3088msgstr ""
3089
3090#: git-am.sh:743
3091msgid "cannot be interactive without stdin connected to a terminal."
3092msgstr ""
3093
3094#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3095#. in your translation. The program will only accept English
3096#. input at this point.
3097#: git-am.sh:754
3098msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
3099msgstr ""
3100
3101#: git-am.sh:790
3102#, sh-format
3103msgid "Applying: $FIRSTLINE"
3104msgstr ""
3105
3106#: git-am.sh:835
3107msgid "No changes -- Patch already applied."
3108msgstr ""
3109
3110#: git-am.sh:861
3111msgid "applying to an empty history"
3112msgstr ""
3113
3114#. TRANSLATORS: Make sure to include [Y] and [n] in your
3115#. translation. The program will only accept English input
3116#. at this point.
3117#: git-bisect.sh:54
3118msgid "Do you want me to do it for you [Y/n]? "
3119msgstr ""
3120
3121#: git-bisect.sh:95
3122#, sh-format
3123msgid "unrecognised option: '$arg'"
3124msgstr ""
3125
3126#: git-bisect.sh:99
3127#, sh-format
3128msgid "'$arg' does not appear to be a valid revision"
3129msgstr ""
3130
3131#: git-bisect.sh:117
3132msgid "Bad HEAD - I need a HEAD"
3133msgstr ""
3134
3135#: git-bisect.sh:130
3136#, sh-format
3137msgid ""
3138"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
3139msgstr ""
3140
3141#: git-bisect.sh:140
3142msgid "won't bisect on seeked tree"
3143msgstr ""
3144
3145#: git-bisect.sh:144
3146msgid "Bad HEAD - strange symbolic ref"
3147msgstr ""
3148
3149#: git-bisect.sh:189
3150#, sh-format
3151msgid "Bad bisect_write argument: $state"
3152msgstr ""
3153
3154#: git-bisect.sh:218
3155#, sh-format
3156msgid "Bad rev input: $arg"
3157msgstr ""
3158
3159#: git-bisect.sh:232
3160msgid "Please call 'bisect_state' with at least one argument."
3161msgstr ""
3162
3163#: git-bisect.sh:244
3164#, sh-format
3165msgid "Bad rev input: $rev"
3166msgstr ""
3167
3168#: git-bisect.sh:250
3169msgid "'git bisect bad' can take only one argument."
3170msgstr ""
3171
3172#. TRANSLATORS: Make sure to include [Y] and [n] in your
3173#. translation. The program will only accept English input
3174#. at this point.
3175#: git-bisect.sh:279
3176msgid "Are you sure [Y/n]? "
3177msgstr ""
3178
3179#: git-bisect.sh:354
3180#, sh-format
3181msgid "'$invalid' is not a valid commit"
3182msgstr ""
3183
3184#: git-bisect.sh:363
3185#, sh-format
3186msgid ""
3187"Could not check out original HEAD '$branch'.\n"
3188"Try 'git bisect reset <commit>'."
3189msgstr ""
3190
3191#: git-bisect.sh:390
3192msgid "No logfile given"
3193msgstr ""
3194
3195#: git-bisect.sh:391
3196#, sh-format
3197msgid "cannot read $file for replaying"
3198msgstr ""
3199
3200#: git-bisect.sh:408
3201msgid "?? what are you talking about?"
3202msgstr ""
3203
3204#: git-bisect.sh:474
3205msgid "We are not bisecting."
3206msgstr ""
3207
3208#: git-pull.sh:21
3209msgid ""
3210"Pull is not possible because you have unmerged files.\n"
3211"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
3212"as appropriate to mark resolution, or use 'git commit -a'."
3213msgstr ""
3214
3215#: git-pull.sh:25
3216msgid "Pull is not possible because you have unmerged files."
3217msgstr ""
3218
3219#: git-pull.sh:197
3220msgid "updating an unborn branch with changes added to the index"
3221msgstr ""
3222
3223#: git-pull.sh:253
3224msgid "Cannot merge multiple branches into empty head"
3225msgstr ""
3226
3227#: git-pull.sh:257
3228msgid "Cannot rebase onto multiple branches"
3229msgstr ""
3230
3231#: git-stash.sh:51
3232msgid "git stash clear with parameters is unimplemented"
3233msgstr ""
3234
3235#: git-stash.sh:74
3236msgid "You do not have the initial commit yet"
3237msgstr ""
3238
3239#: git-stash.sh:89
3240msgid "Cannot save the current index state"
3241msgstr ""
3242
3243#: git-stash.sh:123 git-stash.sh:136
3244msgid "Cannot save the current worktree state"
3245msgstr ""
3246
3247#: git-stash.sh:140
3248msgid "No changes selected"
3249msgstr ""
3250
3251#: git-stash.sh:143
3252msgid "Cannot remove temporary index (can't happen)"
3253msgstr ""
3254
3255#: git-stash.sh:156
3256msgid "Cannot record working tree state"
3257msgstr ""
3258
3259#: git-stash.sh:223
3260msgid "No local changes to save"
3261msgstr ""
3262
3263#: git-stash.sh:227
3264msgid "Cannot initialize stash"
3265msgstr ""
3266
3267#: git-stash.sh:235
3268msgid "Cannot save the current status"
3269msgstr ""
3270
3271#: git-stash.sh:253
3272msgid "Cannot remove worktree changes"
3273msgstr ""
3274
3275#: git-stash.sh:352
3276msgid "No stash found."
3277msgstr ""
3278
3279#: git-stash.sh:359
3280#, sh-format
3281msgid "Too many revisions specified: $REV"
3282msgstr ""
3283
3284#: git-stash.sh:365
3285#, sh-format
3286msgid "$reference is not valid reference"
3287msgstr ""
3288
3289#: git-stash.sh:393
3290#, sh-format
3291msgid "'$args' is not a stash-like commit"
3292msgstr ""
3293
3294#: git-stash.sh:404
3295#, sh-format
3296msgid "'$args' is not a stash reference"
3297msgstr ""
3298
3299#: git-stash.sh:412
3300msgid "unable to refresh index"
3301msgstr ""
3302
3303#: git-stash.sh:416
3304msgid "Cannot apply a stash in the middle of a merge"
3305msgstr ""
3306
3307#: git-stash.sh:424
3308msgid "Conflicts in index. Try without --index."
3309msgstr ""
3310
3311#: git-stash.sh:426
3312msgid "Could not save index tree"
3313msgstr ""
3314
3315#: git-stash.sh:460
3316msgid "Cannot unstage modified files"
3317msgstr ""
3318
3319#: git-stash.sh:491
3320#, sh-format
3321msgid "Dropped ${REV} ($s)"
3322msgstr ""
3323
3324#: git-stash.sh:492
3325#, sh-format
3326msgid "${REV}: Could not drop stash entry"
3327msgstr ""
3328
3329#: git-stash.sh:499
3330msgid "No branch name specified"
3331msgstr ""
3332
3333#: git-stash.sh:570
3334msgid "(To restore them type \"git stash apply\")"
3335msgstr ""
3336
3337#: git-submodule.sh:56
3338#, sh-format
3339msgid "cannot strip one component off url '$remoteurl'"
3340msgstr ""
3341
3342#: git-submodule.sh:108
3343#, sh-format
3344msgid "No submodule mapping found in .gitmodules for path '$path'"
3345msgstr ""
3346
3347#: git-submodule.sh:173
3348#, sh-format
3349msgid "Clone of '$url' into submodule path '$path' failed"
3350msgstr ""
3351
3352#: git-submodule.sh:247
3353#, sh-format
3354msgid "repo URL: '$repo' must be absolute or begin with ./|../"
3355msgstr ""
3356
3357#: git-submodule.sh:264
3358#, sh-format
3359msgid "'$path' already exists in the index"
3360msgstr ""
3361
3362#: git-submodule.sh:281
3363#, sh-format
3364msgid "'$path' already exists and is not a valid git repo"
3365msgstr ""
3366
3367#: git-submodule.sh:295
3368#, sh-format
3369msgid "Unable to checkout submodule '$path'"
3370msgstr ""
3371
3372#: git-submodule.sh:300
3373#, sh-format
3374msgid "Failed to add submodule '$path'"
3375msgstr ""
3376
3377#: git-submodule.sh:305
3378#, sh-format
3379msgid "Failed to register submodule '$path'"
3380msgstr ""
3381
3382#: git-submodule.sh:347
3383#, sh-format
3384msgid "Entering '$prefix$path'"
3385msgstr ""
3386
3387#: git-submodule.sh:359
3388#, sh-format
3389msgid "Stopping at '$path'; script returned non-zero status."
3390msgstr ""
3391
3392#: git-submodule.sh:401
3393#, sh-format
3394msgid "No url found for submodule path '$path' in .gitmodules"
3395msgstr ""
3396
3397#: git-submodule.sh:410
3398#, sh-format
3399msgid "Failed to register url for submodule path '$path'"
3400msgstr ""
3401
3402#: git-submodule.sh:418
3403#, sh-format
3404msgid "Failed to register update mode for submodule path '$path'"
3405msgstr ""
3406
3407#: git-submodule.sh:420
3408#, sh-format
3409msgid "Submodule '$name' ($url) registered for path '$path'"
3410msgstr ""
3411
3412#: git-submodule.sh:519
3413#, sh-format
3414msgid ""
3415"Submodule path '$path' not initialized\n"
3416"Maybe you want to use 'update --init'?"
3417msgstr ""
3418
3419#: git-submodule.sh:532
3420#, sh-format
3421msgid "Unable to find current revision in submodule path '$path'"
3422msgstr ""
3423
3424#: git-submodule.sh:551
3425#, sh-format
3426msgid "Unable to fetch in submodule path '$path'"
3427msgstr ""
3428
3429#: git-submodule.sh:565
3430#, sh-format
3431msgid "Unable to rebase '$sha1' in submodule path '$path'"
3432msgstr ""
3433
3434#: git-submodule.sh:566
3435#, sh-format
3436msgid "Submodule path '$path': rebased into '$sha1'"
3437msgstr ""
3438
3439#: git-submodule.sh:571
3440#, sh-format
3441msgid "Unable to merge '$sha1' in submodule path '$path'"
3442msgstr ""
3443
3444#: git-submodule.sh:572
3445#, sh-format
3446msgid "Submodule path '$path': merged in '$sha1'"
3447msgstr ""
3448
3449#: git-submodule.sh:577
3450#, sh-format
3451msgid "Unable to checkout '$sha1' in submodule path '$path'"
3452msgstr ""
3453
3454#: git-submodule.sh:578
3455#, sh-format
3456msgid "Submodule path '$path': checked out '$sha1'"
3457msgstr ""
3458
3459#: git-submodule.sh:600 git-submodule.sh:923
3460#, sh-format
3461msgid "Failed to recurse into submodule path '$path'"
3462msgstr ""
3463
3464#: git-submodule.sh:708
3465msgid "--"
3466msgstr ""
3467
3468#: git-submodule.sh:766
3469#, sh-format
3470msgid "  Warn: $name doesn't contain commit $sha1_src"
3471msgstr ""
3472
3473#: git-submodule.sh:769
3474#, sh-format
3475msgid "  Warn: $name doesn't contain commit $sha1_dst"
3476msgstr ""
3477
3478#: git-submodule.sh:772
3479#, sh-format
3480msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
3481msgstr ""
3482
3483#: git-submodule.sh:797
3484msgid "blob"
3485msgstr ""
3486
3487#: git-submodule.sh:798
3488msgid "submodule"
3489msgstr ""
3490
3491#: git-submodule.sh:969
3492#, sh-format
3493msgid "Synchronizing submodule url for '$name'"
3494msgstr ""