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