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