6f22d43af20e1b0b7eceeb6a50ddbd65fe81b616
   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-07-30 09:18+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#: bundle.c:36
  39#, c-format
  40msgid "'%s' does not look like a v2 bundle file"
  41msgstr ""
  42
  43#: bundle.c:63
  44#, c-format
  45msgid "unrecognized header: %s%s (%d)"
  46msgstr ""
  47
  48#: bundle.c:89 builtin/commit.c:699
  49#, c-format
  50msgid "could not open '%s'"
  51msgstr ""
  52
  53#: bundle.c:140
  54msgid "Repository lacks these prerequisite commits:"
  55msgstr ""
  56
  57#: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:290
  58#: builtin/log.c:726 builtin/log.c:1316 builtin/log.c:1535 builtin/merge.c:347
  59#: builtin/shortlog.c:181
  60msgid "revision walk setup failed"
  61msgstr ""
  62
  63#: bundle.c:186
  64#, c-format
  65msgid "The bundle contains %d ref"
  66msgid_plural "The bundle contains %d refs"
  67msgstr[0] ""
  68msgstr[1] ""
  69
  70#: bundle.c:192
  71msgid "The bundle records a complete history."
  72msgstr ""
  73
  74#: bundle.c:195
  75#, c-format
  76msgid "The bundle requires this ref"
  77msgid_plural "The bundle requires these %d refs"
  78msgstr[0] ""
  79msgstr[1] ""
  80
  81#: bundle.c:294
  82msgid "rev-list died"
  83msgstr ""
  84
  85#: bundle.c:300 builtin/log.c:1212 builtin/shortlog.c:284
  86#, c-format
  87msgid "unrecognized argument: %s"
  88msgstr ""
  89
  90#: bundle.c:335
  91#, c-format
  92msgid "ref '%s' is excluded by the rev-list options"
  93msgstr ""
  94
  95#: bundle.c:380
  96msgid "Refusing to create empty bundle."
  97msgstr ""
  98
  99#: bundle.c:398
 100msgid "Could not spawn pack-objects"
 101msgstr ""
 102
 103#: bundle.c:416
 104msgid "pack-objects died"
 105msgstr ""
 106
 107#: bundle.c:419
 108#, c-format
 109msgid "cannot create '%s'"
 110msgstr ""
 111
 112#: bundle.c:441
 113msgid "index-pack died"
 114msgstr ""
 115
 116#: commit.c:48
 117#, c-format
 118msgid "could not parse %s"
 119msgstr ""
 120
 121#: commit.c:50
 122#, c-format
 123msgid "%s %s is not a commit!"
 124msgstr ""
 125
 126#: compat/obstack.c:406 compat/obstack.c:408
 127msgid "memory exhausted"
 128msgstr ""
 129
 130#: connected.c:39
 131msgid "Could not run 'git rev-list'"
 132msgstr ""
 133
 134#: connected.c:48
 135#, c-format
 136msgid "failed write to rev-list: %s"
 137msgstr ""
 138
 139#: connected.c:56
 140#, c-format
 141msgid "failed to close rev-list's stdin: %s"
 142msgstr ""
 143
 144#: date.c:95
 145msgid "in the future"
 146msgstr ""
 147
 148#: date.c:101
 149#, c-format
 150msgid "%lu second ago"
 151msgid_plural "%lu seconds ago"
 152msgstr[0] ""
 153msgstr[1] ""
 154
 155#: date.c:108
 156#, c-format
 157msgid "%lu minute ago"
 158msgid_plural "%lu minutes ago"
 159msgstr[0] ""
 160msgstr[1] ""
 161
 162#: date.c:115
 163#, c-format
 164msgid "%lu hour ago"
 165msgid_plural "%lu hours ago"
 166msgstr[0] ""
 167msgstr[1] ""
 168
 169#: date.c:122
 170#, c-format
 171msgid "%lu day ago"
 172msgid_plural "%lu days ago"
 173msgstr[0] ""
 174msgstr[1] ""
 175
 176#: date.c:128
 177#, c-format
 178msgid "%lu week ago"
 179msgid_plural "%lu weeks ago"
 180msgstr[0] ""
 181msgstr[1] ""
 182
 183#: date.c:135
 184#, c-format
 185msgid "%lu month ago"
 186msgid_plural "%lu months ago"
 187msgstr[0] ""
 188msgstr[1] ""
 189
 190#: date.c:146
 191#, c-format
 192msgid "%lu year"
 193msgid_plural "%lu years"
 194msgstr[0] ""
 195msgstr[1] ""
 196
 197#: date.c:149
 198#, c-format
 199msgid "%s, %lu month ago"
 200msgid_plural "%s, %lu months ago"
 201msgstr[0] ""
 202msgstr[1] ""
 203
 204#: date.c:154 date.c:159
 205#, c-format
 206msgid "%lu year ago"
 207msgid_plural "%lu years ago"
 208msgstr[0] ""
 209msgstr[1] ""
 210
 211#: diff.c:105
 212#, c-format
 213msgid "  Failed to parse dirstat cut-off percentage '%.*s'\n"
 214msgstr ""
 215
 216#: diff.c:110
 217#, c-format
 218msgid "  Unknown dirstat parameter '%.*s'\n"
 219msgstr ""
 220
 221#: diff.c:210
 222#, c-format
 223msgid ""
 224"Found errors in 'diff.dirstat' config variable:\n"
 225"%s"
 226msgstr ""
 227
 228#: diff.c:1400
 229msgid " 0 files changed\n"
 230msgstr ""
 231
 232#: diff.c:1404
 233#, c-format
 234msgid " %d file changed"
 235msgid_plural " %d files changed"
 236msgstr[0] ""
 237msgstr[1] ""
 238
 239#: diff.c:1421
 240#, c-format
 241msgid ", %d insertion(+)"
 242msgid_plural ", %d insertions(+)"
 243msgstr[0] ""
 244msgstr[1] ""
 245
 246#: diff.c:1432
 247#, c-format
 248msgid ", %d deletion(-)"
 249msgid_plural ", %d deletions(-)"
 250msgstr[0] ""
 251msgstr[1] ""
 252
 253#: diff.c:3461
 254#, c-format
 255msgid ""
 256"Failed to parse --dirstat/-X option parameter:\n"
 257"%s"
 258msgstr ""
 259
 260#: gpg-interface.c:59
 261msgid "could not run gpg."
 262msgstr ""
 263
 264#: gpg-interface.c:71
 265msgid "gpg did not accept the data"
 266msgstr ""
 267
 268#: gpg-interface.c:82
 269msgid "gpg failed to sign the data"
 270msgstr ""
 271
 272#: grep.c:1320
 273#, c-format
 274msgid "'%s': unable to read %s"
 275msgstr ""
 276
 277#: grep.c:1337
 278#, c-format
 279msgid "'%s': %s"
 280msgstr ""
 281
 282#: grep.c:1348
 283#, c-format
 284msgid "'%s': short read %s"
 285msgstr ""
 286
 287#: help.c:212
 288#, c-format
 289msgid "available git commands in '%s'"
 290msgstr ""
 291
 292#: help.c:219
 293msgid "git commands available from elsewhere on your $PATH"
 294msgstr ""
 295
 296#: help.c:275
 297#, c-format
 298msgid ""
 299"'%s' appears to be a git command, but we were not\n"
 300"able to execute it. Maybe git-%s is broken?"
 301msgstr ""
 302
 303#: help.c:332
 304msgid "Uh oh. Your system reports no Git commands at all."
 305msgstr ""
 306
 307#: help.c:354
 308#, c-format
 309msgid ""
 310"WARNING: You called a Git command named '%s', which does not exist.\n"
 311"Continuing under the assumption that you meant '%s'"
 312msgstr ""
 313
 314#: help.c:359
 315#, c-format
 316msgid "in %0.1f seconds automatically..."
 317msgstr ""
 318
 319#: help.c:366
 320#, c-format
 321msgid "git: '%s' is not a git command. See 'git --help'."
 322msgstr ""
 323
 324#: help.c:370
 325msgid ""
 326"\n"
 327"Did you mean this?"
 328msgid_plural ""
 329"\n"
 330"Did you mean one of these?"
 331msgstr[0] ""
 332msgstr[1] ""
 333
 334#: parse-options.c:494
 335msgid "..."
 336msgstr ""
 337
 338#: parse-options.c:512
 339#, c-format
 340msgid "usage: %s"
 341msgstr ""
 342
 343#. TRANSLATORS: the colon here should align with the
 344#. one in "usage: %s" translation
 345#: parse-options.c:516
 346#, c-format
 347msgid "   or: %s"
 348msgstr ""
 349
 350#: parse-options.c:519
 351#, c-format
 352msgid "    %s"
 353msgstr ""
 354
 355#: remote.c:1632
 356#, c-format
 357msgid "Your branch is ahead of '%s' by %d commit.\n"
 358msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
 359msgstr[0] ""
 360msgstr[1] ""
 361
 362#: remote.c:1638
 363#, c-format
 364msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
 365msgid_plural ""
 366"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
 367msgstr[0] ""
 368msgstr[1] ""
 369
 370#: remote.c:1646
 371#, c-format
 372msgid ""
 373"Your branch and '%s' have diverged,\n"
 374"and have %d and %d different commit each, respectively.\n"
 375msgid_plural ""
 376"Your branch and '%s' have diverged,\n"
 377"and have %d and %d different commits each, respectively.\n"
 378msgstr[0] ""
 379msgstr[1] ""
 380
 381#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978
 382#: builtin/merge.c:1088 builtin/merge.c:1098
 383#, c-format
 384msgid "Could not open '%s' for writing"
 385msgstr ""
 386
 387#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868
 388#: builtin/merge.c:1090 builtin/merge.c:1103
 389#, c-format
 390msgid "Could not write to '%s'"
 391msgstr ""
 392
 393#: sequencer.c:144
 394msgid ""
 395"after resolving the conflicts, mark the corrected paths\n"
 396"with 'git add <paths>' or 'git rm <paths>'"
 397msgstr ""
 398
 399#: sequencer.c:147
 400msgid ""
 401"after resolving the conflicts, mark the corrected paths\n"
 402"with 'git add <paths>' or 'git rm <paths>'\n"
 403"and commit the result with 'git commit'"
 404msgstr ""
 405
 406#: sequencer.c:160 sequencer.c:758 sequencer.c:841
 407#, c-format
 408msgid "Could not write to %s"
 409msgstr ""
 410
 411#: sequencer.c:163
 412#, c-format
 413msgid "Error wrapping up %s"
 414msgstr ""
 415
 416#: sequencer.c:178
 417msgid "Your local changes would be overwritten by cherry-pick."
 418msgstr ""
 419
 420#: sequencer.c:180
 421msgid "Your local changes would be overwritten by revert."
 422msgstr ""
 423
 424#: sequencer.c:183
 425msgid "Commit your changes or stash them to proceed."
 426msgstr ""
 427
 428#. TRANSLATORS: %s will be "revert" or "cherry-pick"
 429#: sequencer.c:233
 430#, c-format
 431msgid "%s: Unable to write new index file"
 432msgstr ""
 433
 434#: sequencer.c:261
 435msgid "Could not resolve HEAD commit\n"
 436msgstr ""
 437
 438#: sequencer.c:282
 439msgid "Unable to update cache tree\n"
 440msgstr ""
 441
 442#: sequencer.c:324
 443#, c-format
 444msgid "Could not parse commit %s\n"
 445msgstr ""
 446
 447#: sequencer.c:329
 448#, c-format
 449msgid "Could not parse parent commit %s\n"
 450msgstr ""
 451
 452#: sequencer.c:395
 453msgid "Your index file is unmerged."
 454msgstr ""
 455
 456#: sequencer.c:398
 457msgid "You do not have a valid HEAD"
 458msgstr ""
 459
 460#: sequencer.c:413
 461#, c-format
 462msgid "Commit %s is a merge but no -m option was given."
 463msgstr ""
 464
 465#: sequencer.c:421
 466#, c-format
 467msgid "Commit %s does not have parent %d"
 468msgstr ""
 469
 470#: sequencer.c:425
 471#, c-format
 472msgid "Mainline was specified but commit %s is not a merge."
 473msgstr ""
 474
 475#. TRANSLATORS: The first %s will be "revert" or
 476#. "cherry-pick", the second %s a SHA1
 477#: sequencer.c:436
 478#, c-format
 479msgid "%s: cannot parse parent commit %s"
 480msgstr ""
 481
 482#: sequencer.c:440
 483#, c-format
 484msgid "Cannot get commit message for %s"
 485msgstr ""
 486
 487#: sequencer.c:524
 488#, c-format
 489msgid "could not revert %s... %s"
 490msgstr ""
 491
 492#: sequencer.c:525
 493#, c-format
 494msgid "could not apply %s... %s"
 495msgstr ""
 496
 497#: sequencer.c:553
 498msgid "empty commit set passed"
 499msgstr ""
 500
 501#: sequencer.c:561
 502#, c-format
 503msgid "git %s: failed to read the index"
 504msgstr ""
 505
 506#: sequencer.c:566
 507#, c-format
 508msgid "git %s: failed to refresh the index"
 509msgstr ""
 510
 511#: sequencer.c:624
 512#, c-format
 513msgid "Cannot %s during a %s"
 514msgstr ""
 515
 516#: sequencer.c:646
 517#, c-format
 518msgid "Could not parse line %d."
 519msgstr ""
 520
 521#: sequencer.c:651
 522msgid "No commits parsed."
 523msgstr ""
 524
 525#: sequencer.c:664
 526#, c-format
 527msgid "Could not open %s"
 528msgstr ""
 529
 530#: sequencer.c:668
 531#, c-format
 532msgid "Could not read %s."
 533msgstr ""
 534
 535#: sequencer.c:675
 536#, c-format
 537msgid "Unusable instruction sheet: %s"
 538msgstr ""
 539
 540#: sequencer.c:703
 541#, c-format
 542msgid "Invalid key: %s"
 543msgstr ""
 544
 545#: sequencer.c:706
 546#, c-format
 547msgid "Invalid value for %s: %s"
 548msgstr ""
 549
 550#: sequencer.c:718
 551#, c-format
 552msgid "Malformed options sheet: %s"
 553msgstr ""
 554
 555#: sequencer.c:739
 556msgid "a cherry-pick or revert is already in progress"
 557msgstr ""
 558
 559#: sequencer.c:740
 560msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
 561msgstr ""
 562
 563#: sequencer.c:744
 564#, c-format
 565msgid "Could not create sequencer directory %s"
 566msgstr ""
 567
 568#: sequencer.c:760 sequencer.c:845
 569#, c-format
 570msgid "Error wrapping up %s."
 571msgstr ""
 572
 573#: sequencer.c:779 sequencer.c:913
 574msgid "no cherry-pick or revert in progress"
 575msgstr ""
 576
 577#: sequencer.c:781
 578msgid "cannot resolve HEAD"
 579msgstr ""
 580
 581#: sequencer.c:783
 582msgid "cannot abort from a branch yet to be born"
 583msgstr ""
 584
 585#: sequencer.c:805 builtin/apply.c:3988
 586#, c-format
 587msgid "cannot open %s: %s"
 588msgstr ""
 589
 590#: sequencer.c:808
 591#, c-format
 592msgid "cannot read %s: %s"
 593msgstr ""
 594
 595#: sequencer.c:809
 596msgid "unexpected end of file"
 597msgstr ""
 598
 599#: sequencer.c:815
 600#, c-format
 601msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
 602msgstr ""
 603
 604#: sequencer.c:838
 605#, c-format
 606msgid "Could not format %s."
 607msgstr ""
 608
 609#: sequencer.c:1000
 610msgid "Can't revert as initial commit"
 611msgstr ""
 612
 613#: sequencer.c:1001
 614msgid "Can't cherry-pick into empty head"
 615msgstr ""
 616
 617#: sha1_name.c:1044
 618msgid "HEAD does not point to a branch"
 619msgstr ""
 620
 621#: sha1_name.c:1047
 622#, c-format
 623msgid "No such branch: '%s'"
 624msgstr ""
 625
 626#: sha1_name.c:1049
 627#, c-format
 628msgid "No upstream configured for branch '%s'"
 629msgstr ""
 630
 631#: sha1_name.c:1052
 632#, c-format
 633msgid "Upstream branch '%s' not stored as a remote-tracking branch"
 634msgstr ""
 635
 636#: wrapper.c:413
 637#, c-format
 638msgid "unable to look up current user in the passwd file: %s"
 639msgstr ""
 640
 641#: wrapper.c:414
 642msgid "no such user"
 643msgstr ""
 644
 645#: wt-status.c:140
 646msgid "Unmerged paths:"
 647msgstr ""
 648
 649#: wt-status.c:167 wt-status.c:194
 650#, c-format
 651msgid "  (use \"git reset %s <file>...\" to unstage)"
 652msgstr ""
 653
 654#: wt-status.c:169 wt-status.c:196
 655msgid "  (use \"git rm --cached <file>...\" to unstage)"
 656msgstr ""
 657
 658#: wt-status.c:173
 659msgid "  (use \"git add <file>...\" to mark resolution)"
 660msgstr ""
 661
 662#: wt-status.c:175 wt-status.c:179
 663msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
 664msgstr ""
 665
 666#: wt-status.c:177
 667msgid "  (use \"git rm <file>...\" to mark resolution)"
 668msgstr ""
 669
 670#: wt-status.c:188
 671msgid "Changes to be committed:"
 672msgstr ""
 673
 674#: wt-status.c:206
 675msgid "Changes not staged for commit:"
 676msgstr ""
 677
 678#: wt-status.c:210
 679msgid "  (use \"git add <file>...\" to update what will be committed)"
 680msgstr ""
 681
 682#: wt-status.c:212
 683msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
 684msgstr ""
 685
 686#: wt-status.c:213
 687msgid ""
 688"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
 689msgstr ""
 690
 691#: wt-status.c:215
 692msgid "  (commit or discard the untracked or modified content in submodules)"
 693msgstr ""
 694
 695#: wt-status.c:224
 696#, c-format
 697msgid "%s files:"
 698msgstr ""
 699
 700#: wt-status.c:227
 701#, c-format
 702msgid "  (use \"git %s <file>...\" to include in what will be committed)"
 703msgstr ""
 704
 705#: wt-status.c:244
 706msgid "bug"
 707msgstr ""
 708
 709#: wt-status.c:249
 710msgid "both deleted:"
 711msgstr ""
 712
 713#: wt-status.c:250
 714msgid "added by us:"
 715msgstr ""
 716
 717#: wt-status.c:251
 718msgid "deleted by them:"
 719msgstr ""
 720
 721#: wt-status.c:252
 722msgid "added by them:"
 723msgstr ""
 724
 725#: wt-status.c:253
 726msgid "deleted by us:"
 727msgstr ""
 728
 729#: wt-status.c:254
 730msgid "both added:"
 731msgstr ""
 732
 733#: wt-status.c:255
 734msgid "both modified:"
 735msgstr ""
 736
 737#: wt-status.c:285
 738msgid "new commits, "
 739msgstr ""
 740
 741#: wt-status.c:287
 742msgid "modified content, "
 743msgstr ""
 744
 745#: wt-status.c:289
 746msgid "untracked content, "
 747msgstr ""
 748
 749#: wt-status.c:303
 750#, c-format
 751msgid "new file:   %s"
 752msgstr ""
 753
 754#: wt-status.c:306
 755#, c-format
 756msgid "copied:     %s -> %s"
 757msgstr ""
 758
 759#: wt-status.c:309
 760#, c-format
 761msgid "deleted:    %s"
 762msgstr ""
 763
 764#: wt-status.c:312
 765#, c-format
 766msgid "modified:   %s"
 767msgstr ""
 768
 769#: wt-status.c:315
 770#, c-format
 771msgid "renamed:    %s -> %s"
 772msgstr ""
 773
 774#: wt-status.c:318
 775#, c-format
 776msgid "typechange: %s"
 777msgstr ""
 778
 779#: wt-status.c:321
 780#, c-format
 781msgid "unknown:    %s"
 782msgstr ""
 783
 784#: wt-status.c:324
 785#, c-format
 786msgid "unmerged:   %s"
 787msgstr ""
 788
 789#: wt-status.c:327
 790#, c-format
 791msgid "bug: unhandled diff status %c"
 792msgstr ""
 793
 794#: wt-status.c:785
 795msgid "You have unmerged paths."
 796msgstr ""
 797
 798#: wt-status.c:788 wt-status.c:912
 799msgid "  (fix conflicts and run \"git commit\")"
 800msgstr ""
 801
 802#: wt-status.c:791
 803msgid "All conflicts fixed but you are still merging."
 804msgstr ""
 805
 806#: wt-status.c:794
 807msgid "  (use \"git commit\" to conclude merge)"
 808msgstr ""
 809
 810#: wt-status.c:804
 811msgid "You are in the middle of an am session."
 812msgstr ""
 813
 814#: wt-status.c:807
 815msgid "The current patch is empty."
 816msgstr ""
 817
 818#: wt-status.c:811
 819msgid "  (fix conflicts and then run \"git am --resolved\")"
 820msgstr ""
 821
 822#: wt-status.c:813
 823msgid "  (use \"git am --skip\" to skip this patch)"
 824msgstr ""
 825
 826#: wt-status.c:815
 827msgid "  (use \"git am --abort\" to restore the original branch)"
 828msgstr ""
 829
 830#: wt-status.c:873 wt-status.c:883
 831msgid "You are currently rebasing."
 832msgstr ""
 833
 834#: wt-status.c:876
 835msgid "  (fix conflicts and then run \"git rebase --continue\")"
 836msgstr ""
 837
 838#: wt-status.c:878
 839msgid "  (use \"git rebase --skip\" to skip this patch)"
 840msgstr ""
 841
 842#: wt-status.c:880
 843msgid "  (use \"git rebase --abort\" to check out the original branch)"
 844msgstr ""
 845
 846#: wt-status.c:886
 847msgid "  (all conflicts fixed: run \"git rebase --continue\")"
 848msgstr ""
 849
 850#: wt-status.c:888
 851msgid "You are currently splitting a commit during a rebase."
 852msgstr ""
 853
 854#: wt-status.c:891
 855msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
 856msgstr ""
 857
 858#: wt-status.c:893
 859msgid "You are currently editing a commit during a rebase."
 860msgstr ""
 861
 862#: wt-status.c:896
 863msgid "  (use \"git commit --amend\" to amend the current commit)"
 864msgstr ""
 865
 866#: wt-status.c:898
 867msgid ""
 868"  (use \"git rebase --continue\" once you are satisfied with your changes)"
 869msgstr ""
 870
 871#: wt-status.c:908
 872msgid "You are currently cherry-picking."
 873msgstr ""
 874
 875#: wt-status.c:915
 876msgid "  (all conflicts fixed: run \"git commit\")"
 877msgstr ""
 878
 879#: wt-status.c:924
 880msgid "You are currently bisecting."
 881msgstr ""
 882
 883#: wt-status.c:927
 884msgid "  (use \"git bisect reset\" to get back to the original branch)"
 885msgstr ""
 886
 887#: wt-status.c:978
 888msgid "On branch "
 889msgstr ""
 890
 891#: wt-status.c:985
 892msgid "Not currently on any branch."
 893msgstr ""
 894
 895#: wt-status.c:997
 896msgid "Initial commit"
 897msgstr ""
 898
 899#: wt-status.c:1011
 900msgid "Untracked"
 901msgstr ""
 902
 903#: wt-status.c:1013
 904msgid "Ignored"
 905msgstr ""
 906
 907#: wt-status.c:1015
 908#, c-format
 909msgid "Untracked files not listed%s"
 910msgstr ""
 911
 912#: wt-status.c:1017
 913msgid " (use -u option to show untracked files)"
 914msgstr ""
 915
 916#: wt-status.c:1023
 917msgid "No changes"
 918msgstr ""
 919
 920#: wt-status.c:1027
 921#, c-format
 922msgid "no changes added to commit%s\n"
 923msgstr ""
 924
 925#: wt-status.c:1029
 926msgid " (use \"git add\" and/or \"git commit -a\")"
 927msgstr ""
 928
 929#: wt-status.c:1031
 930#, c-format
 931msgid "nothing added to commit but untracked files present%s\n"
 932msgstr ""
 933
 934#: wt-status.c:1033
 935msgid " (use \"git add\" to track)"
 936msgstr ""
 937
 938#: wt-status.c:1035 wt-status.c:1038 wt-status.c:1041
 939#, c-format
 940msgid "nothing to commit%s\n"
 941msgstr ""
 942
 943#: wt-status.c:1036
 944msgid " (create/copy files and use \"git add\" to track)"
 945msgstr ""
 946
 947#: wt-status.c:1039
 948msgid " (use -u to show untracked files)"
 949msgstr ""
 950
 951#: wt-status.c:1042
 952msgid " (working directory clean)"
 953msgstr ""
 954
 955#: wt-status.c:1150
 956msgid "HEAD (no branch)"
 957msgstr ""
 958
 959#: wt-status.c:1156
 960msgid "Initial commit on "
 961msgstr ""
 962
 963#: wt-status.c:1171
 964msgid "behind "
 965msgstr ""
 966
 967#: wt-status.c:1174 wt-status.c:1177
 968msgid "ahead "
 969msgstr ""
 970
 971#: wt-status.c:1179
 972msgid ", behind "
 973msgstr ""
 974
 975#: builtin/add.c:62
 976#, c-format
 977msgid "unexpected diff status %c"
 978msgstr ""
 979
 980#: builtin/add.c:67 builtin/commit.c:229
 981msgid "updating files failed"
 982msgstr ""
 983
 984#: builtin/add.c:77
 985#, c-format
 986msgid "remove '%s'\n"
 987msgstr ""
 988
 989#: builtin/add.c:176
 990#, c-format
 991msgid "Path '%s' is in submodule '%.*s'"
 992msgstr ""
 993
 994#: builtin/add.c:192
 995msgid "Unstaged changes after refreshing the index:"
 996msgstr ""
 997
 998#: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:186
 999#, c-format
1000msgid "pathspec '%s' did not match any files"
1001msgstr ""
1002
1003#: builtin/add.c:209
1004#, c-format
1005msgid "'%s' is beyond a symbolic link"
1006msgstr ""
1007
1008#: builtin/add.c:276
1009msgid "Could not read the index"
1010msgstr ""
1011
1012#: builtin/add.c:286
1013#, c-format
1014msgid "Could not open '%s' for writing."
1015msgstr ""
1016
1017#: builtin/add.c:290
1018msgid "Could not write patch"
1019msgstr ""
1020
1021#: builtin/add.c:295
1022#, c-format
1023msgid "Could not stat '%s'"
1024msgstr ""
1025
1026#: builtin/add.c:297
1027msgid "Empty patch. Aborted."
1028msgstr ""
1029
1030#: builtin/add.c:303
1031#, c-format
1032msgid "Could not apply '%s'"
1033msgstr ""
1034
1035#: builtin/add.c:312
1036msgid "The following paths are ignored by one of your .gitignore files:\n"
1037msgstr ""
1038
1039#: builtin/add.c:352
1040#, c-format
1041msgid "Use -f if you really want to add them.\n"
1042msgstr ""
1043
1044#: builtin/add.c:353
1045msgid "no files added"
1046msgstr ""
1047
1048#: builtin/add.c:359
1049msgid "adding files failed"
1050msgstr ""
1051
1052#: builtin/add.c:391
1053msgid "-A and -u are mutually incompatible"
1054msgstr ""
1055
1056#: builtin/add.c:393
1057msgid "Option --ignore-missing can only be used together with --dry-run"
1058msgstr ""
1059
1060#: builtin/add.c:413
1061#, c-format
1062msgid "Nothing specified, nothing added.\n"
1063msgstr ""
1064
1065#: builtin/add.c:414
1066#, c-format
1067msgid "Maybe you wanted to say 'git add .'?\n"
1068msgstr ""
1069
1070#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:82
1071#: builtin/rm.c:162
1072msgid "index file corrupt"
1073msgstr ""
1074
1075#: builtin/add.c:480 builtin/apply.c:4433 builtin/mv.c:229 builtin/rm.c:260
1076msgid "Unable to write new index file"
1077msgstr ""
1078
1079#: builtin/apply.c:57
1080msgid "git apply [options] [<patch>...]"
1081msgstr ""
1082
1083#: builtin/apply.c:110
1084#, c-format
1085msgid "unrecognized whitespace option '%s'"
1086msgstr ""
1087
1088#: builtin/apply.c:125
1089#, c-format
1090msgid "unrecognized whitespace ignore option '%s'"
1091msgstr ""
1092
1093#: builtin/apply.c:824
1094#, c-format
1095msgid "Cannot prepare timestamp regexp %s"
1096msgstr ""
1097
1098#: builtin/apply.c:833
1099#, c-format
1100msgid "regexec returned %d for input: %s"
1101msgstr ""
1102
1103#: builtin/apply.c:914
1104#, c-format
1105msgid "unable to find filename in patch at line %d"
1106msgstr ""
1107
1108#: builtin/apply.c:946
1109#, c-format
1110msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1111msgstr ""
1112
1113#: builtin/apply.c:950
1114#, c-format
1115msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1116msgstr ""
1117
1118#: builtin/apply.c:951
1119#, c-format
1120msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1121msgstr ""
1122
1123#: builtin/apply.c:958
1124#, c-format
1125msgid "git apply: bad git-diff - expected /dev/null on line %d"
1126msgstr ""
1127
1128#: builtin/apply.c:1403
1129#, c-format
1130msgid "recount: unexpected line: %.*s"
1131msgstr ""
1132
1133#: builtin/apply.c:1460
1134#, c-format
1135msgid "patch fragment without header at line %d: %.*s"
1136msgstr ""
1137
1138#: builtin/apply.c:1477
1139#, c-format
1140msgid ""
1141"git diff header lacks filename information when removing %d leading pathname "
1142"component (line %d)"
1143msgid_plural ""
1144"git diff header lacks filename information when removing %d leading pathname "
1145"components (line %d)"
1146msgstr[0] ""
1147msgstr[1] ""
1148
1149#: builtin/apply.c:1637
1150msgid "new file depends on old contents"
1151msgstr ""
1152
1153#: builtin/apply.c:1639
1154msgid "deleted file still has contents"
1155msgstr ""
1156
1157#: builtin/apply.c:1665
1158#, c-format
1159msgid "corrupt patch at line %d"
1160msgstr ""
1161
1162#: builtin/apply.c:1701
1163#, c-format
1164msgid "new file %s depends on old contents"
1165msgstr ""
1166
1167#: builtin/apply.c:1703
1168#, c-format
1169msgid "deleted file %s still has contents"
1170msgstr ""
1171
1172#: builtin/apply.c:1706
1173#, c-format
1174msgid "** warning: file %s becomes empty but is not deleted"
1175msgstr ""
1176
1177#: builtin/apply.c:1852
1178#, c-format
1179msgid "corrupt binary patch at line %d: %.*s"
1180msgstr ""
1181
1182#. there has to be one hunk (forward hunk)
1183#: builtin/apply.c:1881
1184#, c-format
1185msgid "unrecognized binary patch at line %d"
1186msgstr ""
1187
1188#: builtin/apply.c:1967
1189#, c-format
1190msgid "patch with only garbage at line %d"
1191msgstr ""
1192
1193#: builtin/apply.c:2057
1194#, c-format
1195msgid "unable to read symlink %s"
1196msgstr ""
1197
1198#: builtin/apply.c:2061
1199#, c-format
1200msgid "unable to open or read %s"
1201msgstr ""
1202
1203#: builtin/apply.c:2132
1204msgid "oops"
1205msgstr ""
1206
1207#: builtin/apply.c:2654
1208#, c-format
1209msgid "invalid start of line: '%c'"
1210msgstr ""
1211
1212#: builtin/apply.c:2772
1213#, c-format
1214msgid "Hunk #%d succeeded at %d (offset %d line)."
1215msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1216msgstr[0] ""
1217msgstr[1] ""
1218
1219#: builtin/apply.c:2784
1220#, c-format
1221msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1222msgstr ""
1223
1224#: builtin/apply.c:2790
1225#, c-format
1226msgid ""
1227"while searching for:\n"
1228"%.*s"
1229msgstr ""
1230
1231#: builtin/apply.c:2809
1232#, c-format
1233msgid "missing binary patch data for '%s'"
1234msgstr ""
1235
1236#: builtin/apply.c:2912
1237#, c-format
1238msgid "binary patch does not apply to '%s'"
1239msgstr ""
1240
1241#: builtin/apply.c:2918
1242#, c-format
1243msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1244msgstr ""
1245
1246#: builtin/apply.c:2939
1247#, c-format
1248msgid "patch failed: %s:%ld"
1249msgstr ""
1250
1251#: builtin/apply.c:3061
1252#, c-format
1253msgid "cannot checkout %s"
1254msgstr ""
1255
1256#: builtin/apply.c:3106 builtin/apply.c:3115 builtin/apply.c:3159
1257#, c-format
1258msgid "read of %s failed"
1259msgstr ""
1260
1261#: builtin/apply.c:3139 builtin/apply.c:3361
1262#, c-format
1263msgid "path %s has been renamed/deleted"
1264msgstr ""
1265
1266#: builtin/apply.c:3220 builtin/apply.c:3375
1267#, c-format
1268msgid "%s: does not exist in index"
1269msgstr ""
1270
1271#: builtin/apply.c:3224 builtin/apply.c:3367 builtin/apply.c:3389
1272#, c-format
1273msgid "%s: %s"
1274msgstr ""
1275
1276#: builtin/apply.c:3229 builtin/apply.c:3383
1277#, c-format
1278msgid "%s: does not match index"
1279msgstr ""
1280
1281#: builtin/apply.c:3331
1282msgid "removal patch leaves file contents"
1283msgstr ""
1284
1285#: builtin/apply.c:3400
1286#, c-format
1287msgid "%s: wrong type"
1288msgstr ""
1289
1290#: builtin/apply.c:3402
1291#, c-format
1292msgid "%s has type %o, expected %o"
1293msgstr ""
1294
1295#: builtin/apply.c:3503
1296#, c-format
1297msgid "%s: already exists in index"
1298msgstr ""
1299
1300#: builtin/apply.c:3506
1301#, c-format
1302msgid "%s: already exists in working directory"
1303msgstr ""
1304
1305#: builtin/apply.c:3526
1306#, c-format
1307msgid "new mode (%o) of %s does not match old mode (%o)"
1308msgstr ""
1309
1310#: builtin/apply.c:3531
1311#, c-format
1312msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1313msgstr ""
1314
1315#: builtin/apply.c:3539
1316#, c-format
1317msgid "%s: patch does not apply"
1318msgstr ""
1319
1320#: builtin/apply.c:3552
1321#, c-format
1322msgid "Checking patch %s..."
1323msgstr ""
1324
1325#: builtin/apply.c:3607 builtin/checkout.c:213 builtin/reset.c:158
1326#, c-format
1327msgid "make_cache_entry failed for path '%s'"
1328msgstr ""
1329
1330#: builtin/apply.c:3750
1331#, c-format
1332msgid "unable to remove %s from index"
1333msgstr ""
1334
1335#: builtin/apply.c:3778
1336#, c-format
1337msgid "corrupt patch for subproject %s"
1338msgstr ""
1339
1340#: builtin/apply.c:3782
1341#, c-format
1342msgid "unable to stat newly created file '%s'"
1343msgstr ""
1344
1345#: builtin/apply.c:3787
1346#, c-format
1347msgid "unable to create backing store for newly created file %s"
1348msgstr ""
1349
1350#: builtin/apply.c:3790 builtin/apply.c:3898
1351#, c-format
1352msgid "unable to add cache entry for %s"
1353msgstr ""
1354
1355#: builtin/apply.c:3823
1356#, c-format
1357msgid "closing file '%s'"
1358msgstr ""
1359
1360#: builtin/apply.c:3872
1361#, c-format
1362msgid "unable to write file '%s' mode %o"
1363msgstr ""
1364
1365#: builtin/apply.c:3959
1366#, c-format
1367msgid "Applied patch %s cleanly."
1368msgstr ""
1369
1370#: builtin/apply.c:3967
1371msgid "internal error"
1372msgstr ""
1373
1374#. Say this even without --verbose
1375#: builtin/apply.c:3970
1376#, c-format
1377msgid "Applying patch %%s with %d reject..."
1378msgid_plural "Applying patch %%s with %d rejects..."
1379msgstr[0] ""
1380msgstr[1] ""
1381
1382#: builtin/apply.c:3980
1383#, c-format
1384msgid "truncating .rej filename to %.*s.rej"
1385msgstr ""
1386
1387#: builtin/apply.c:4001
1388#, c-format
1389msgid "Hunk #%d applied cleanly."
1390msgstr ""
1391
1392#: builtin/apply.c:4004
1393#, c-format
1394msgid "Rejected hunk #%d."
1395msgstr ""
1396
1397#: builtin/apply.c:4154
1398msgid "unrecognized input"
1399msgstr ""
1400
1401#: builtin/apply.c:4165
1402msgid "unable to read index file"
1403msgstr ""
1404
1405#: builtin/apply.c:4284 builtin/apply.c:4287
1406msgid "path"
1407msgstr ""
1408
1409#: builtin/apply.c:4285
1410msgid "don't apply changes matching the given path"
1411msgstr ""
1412
1413#: builtin/apply.c:4288
1414msgid "apply changes matching the given path"
1415msgstr ""
1416
1417#: builtin/apply.c:4290
1418msgid "num"
1419msgstr ""
1420
1421#: builtin/apply.c:4291
1422msgid "remove <num> leading slashes from traditional diff paths"
1423msgstr ""
1424
1425#: builtin/apply.c:4294
1426msgid "ignore additions made by the patch"
1427msgstr ""
1428
1429#: builtin/apply.c:4296
1430msgid "instead of applying the patch, output diffstat for the input"
1431msgstr ""
1432
1433#: builtin/apply.c:4300
1434msgid "shows number of added and deleted lines in decimal notation"
1435msgstr ""
1436
1437#: builtin/apply.c:4302
1438msgid "instead of applying the patch, output a summary for the input"
1439msgstr ""
1440
1441#: builtin/apply.c:4304
1442msgid "instead of applying the patch, see if the patch is applicable"
1443msgstr ""
1444
1445#: builtin/apply.c:4306
1446msgid "make sure the patch is applicable to the current index"
1447msgstr ""
1448
1449#: builtin/apply.c:4308
1450msgid "apply a patch without touching the working tree"
1451msgstr ""
1452
1453#: builtin/apply.c:4310
1454msgid "also apply the patch (use with --stat/--summary/--check)"
1455msgstr ""
1456
1457#: builtin/apply.c:4312
1458msgid "attempt three-way merge if a patch does not apply"
1459msgstr ""
1460
1461#: builtin/apply.c:4314
1462msgid "build a temporary index based on embedded index information"
1463msgstr ""
1464
1465#: builtin/apply.c:4316
1466msgid "paths are separated with NUL character"
1467msgstr ""
1468
1469#: builtin/apply.c:4319
1470msgid "ensure at least <n> lines of context match"
1471msgstr ""
1472
1473#: builtin/apply.c:4320
1474msgid "action"
1475msgstr ""
1476
1477#: builtin/apply.c:4321
1478msgid "detect new or modified lines that have whitespace errors"
1479msgstr ""
1480
1481#: builtin/apply.c:4324 builtin/apply.c:4327
1482msgid "ignore changes in whitespace when finding context"
1483msgstr ""
1484
1485#: builtin/apply.c:4330
1486msgid "apply the patch in reverse"
1487msgstr ""
1488
1489#: builtin/apply.c:4332
1490msgid "don't expect at least one line of context"
1491msgstr ""
1492
1493#: builtin/apply.c:4334
1494msgid "leave the rejected hunks in corresponding *.rej files"
1495msgstr ""
1496
1497#: builtin/apply.c:4336
1498msgid "allow overlapping hunks"
1499msgstr ""
1500
1501#: builtin/apply.c:4337
1502msgid "be verbose"
1503msgstr ""
1504
1505#: builtin/apply.c:4339
1506msgid "tolerate incorrectly detected missing new-line at the end of file"
1507msgstr ""
1508
1509#: builtin/apply.c:4342
1510msgid "do not trust the line counts in the hunk headers"
1511msgstr ""
1512
1513#: builtin/apply.c:4344
1514msgid "root"
1515msgstr ""
1516
1517#: builtin/apply.c:4345
1518msgid "prepend <root> to all filenames"
1519msgstr ""
1520
1521#: builtin/apply.c:4367
1522msgid "--3way outside a repository"
1523msgstr ""
1524
1525#: builtin/apply.c:4375
1526msgid "--index outside a repository"
1527msgstr ""
1528
1529#: builtin/apply.c:4378
1530msgid "--cached outside a repository"
1531msgstr ""
1532
1533#: builtin/apply.c:4394
1534#, c-format
1535msgid "can't open patch '%s'"
1536msgstr ""
1537
1538#: builtin/apply.c:4408
1539#, c-format
1540msgid "squelched %d whitespace error"
1541msgid_plural "squelched %d whitespace errors"
1542msgstr[0] ""
1543msgstr[1] ""
1544
1545#: builtin/apply.c:4414 builtin/apply.c:4424
1546#, c-format
1547msgid "%d line adds whitespace errors."
1548msgid_plural "%d lines add whitespace errors."
1549msgstr[0] ""
1550msgstr[1] ""
1551
1552#: builtin/archive.c:17
1553#, c-format
1554msgid "could not create archive file '%s'"
1555msgstr ""
1556
1557#: builtin/archive.c:20
1558msgid "could not redirect output"
1559msgstr ""
1560
1561#: builtin/archive.c:37
1562msgid "git archive: Remote with no URL"
1563msgstr ""
1564
1565#: builtin/archive.c:58
1566msgid "git archive: expected ACK/NAK, got EOF"
1567msgstr ""
1568
1569#: builtin/archive.c:63
1570#, c-format
1571msgid "git archive: NACK %s"
1572msgstr ""
1573
1574#: builtin/archive.c:65
1575#, c-format
1576msgid "remote error: %s"
1577msgstr ""
1578
1579#: builtin/archive.c:66
1580msgid "git archive: protocol error"
1581msgstr ""
1582
1583#: builtin/archive.c:71
1584msgid "git archive: expected a flush"
1585msgstr ""
1586
1587#: builtin/branch.c:144
1588#, c-format
1589msgid ""
1590"deleting branch '%s' that has been merged to\n"
1591"         '%s', but not yet merged to HEAD."
1592msgstr ""
1593
1594#: builtin/branch.c:148
1595#, c-format
1596msgid ""
1597"not deleting branch '%s' that is not yet merged to\n"
1598"         '%s', even though it is merged to HEAD."
1599msgstr ""
1600
1601#: builtin/branch.c:180
1602msgid "cannot use -a with -d"
1603msgstr ""
1604
1605#: builtin/branch.c:186
1606msgid "Couldn't look up commit object for HEAD"
1607msgstr ""
1608
1609#: builtin/branch.c:191
1610#, c-format
1611msgid "Cannot delete the branch '%s' which you are currently on."
1612msgstr ""
1613
1614#: builtin/branch.c:202
1615#, c-format
1616msgid "remote branch '%s' not found."
1617msgstr ""
1618
1619#: builtin/branch.c:203
1620#, c-format
1621msgid "branch '%s' not found."
1622msgstr ""
1623
1624#: builtin/branch.c:210
1625#, c-format
1626msgid "Couldn't look up commit object for '%s'"
1627msgstr ""
1628
1629#: builtin/branch.c:216
1630#, c-format
1631msgid ""
1632"The branch '%s' is not fully merged.\n"
1633"If you are sure you want to delete it, run 'git branch -D %s'."
1634msgstr ""
1635
1636#: builtin/branch.c:225
1637#, c-format
1638msgid "Error deleting remote branch '%s'"
1639msgstr ""
1640
1641#: builtin/branch.c:226
1642#, c-format
1643msgid "Error deleting branch '%s'"
1644msgstr ""
1645
1646#: builtin/branch.c:233
1647#, c-format
1648msgid "Deleted remote branch %s (was %s).\n"
1649msgstr ""
1650
1651#: builtin/branch.c:234
1652#, c-format
1653msgid "Deleted branch %s (was %s).\n"
1654msgstr ""
1655
1656#: builtin/branch.c:239
1657msgid "Update of config-file failed"
1658msgstr ""
1659
1660#: builtin/branch.c:337
1661#, c-format
1662msgid "branch '%s' does not point at a commit"
1663msgstr ""
1664
1665#: builtin/branch.c:409
1666#, c-format
1667msgid "[%s: behind %d]"
1668msgstr ""
1669
1670#: builtin/branch.c:411
1671#, c-format
1672msgid "[behind %d]"
1673msgstr ""
1674
1675#: builtin/branch.c:415
1676#, c-format
1677msgid "[%s: ahead %d]"
1678msgstr ""
1679
1680#: builtin/branch.c:417
1681#, c-format
1682msgid "[ahead %d]"
1683msgstr ""
1684
1685#: builtin/branch.c:420
1686#, c-format
1687msgid "[%s: ahead %d, behind %d]"
1688msgstr ""
1689
1690#: builtin/branch.c:423
1691#, c-format
1692msgid "[ahead %d, behind %d]"
1693msgstr ""
1694
1695#: builtin/branch.c:535
1696msgid "(no branch)"
1697msgstr ""
1698
1699#: builtin/branch.c:600
1700msgid "some refs could not be read"
1701msgstr ""
1702
1703#: builtin/branch.c:613
1704msgid "cannot rename the current branch while not on any."
1705msgstr ""
1706
1707#: builtin/branch.c:623
1708#, c-format
1709msgid "Invalid branch name: '%s'"
1710msgstr ""
1711
1712#: builtin/branch.c:638
1713msgid "Branch rename failed"
1714msgstr ""
1715
1716#: builtin/branch.c:642
1717#, c-format
1718msgid "Renamed a misnamed branch '%s' away"
1719msgstr ""
1720
1721#: builtin/branch.c:646
1722#, c-format
1723msgid "Branch renamed to %s, but HEAD is not updated!"
1724msgstr ""
1725
1726#: builtin/branch.c:653
1727msgid "Branch is renamed, but update of config-file failed"
1728msgstr ""
1729
1730#: builtin/branch.c:668
1731#, c-format
1732msgid "malformed object name %s"
1733msgstr ""
1734
1735#: builtin/branch.c:692
1736#, c-format
1737msgid "could not write branch description template: %s"
1738msgstr ""
1739
1740#: builtin/branch.c:783
1741msgid "Failed to resolve HEAD as a valid ref."
1742msgstr ""
1743
1744#: builtin/branch.c:788 builtin/clone.c:561
1745msgid "HEAD not found below refs/heads!"
1746msgstr ""
1747
1748#: builtin/branch.c:808
1749msgid "--column and --verbose are incompatible"
1750msgstr ""
1751
1752#: builtin/branch.c:857
1753msgid "-a and -r options to 'git branch' do not make sense with a branch name"
1754msgstr ""
1755
1756#: builtin/bundle.c:47
1757#, c-format
1758msgid "%s is okay\n"
1759msgstr ""
1760
1761#: builtin/bundle.c:56
1762msgid "Need a repository to create a bundle."
1763msgstr ""
1764
1765#: builtin/bundle.c:60
1766msgid "Need a repository to unbundle."
1767msgstr ""
1768
1769#: builtin/checkout.c:114 builtin/checkout.c:147
1770#, c-format
1771msgid "path '%s' does not have our version"
1772msgstr ""
1773
1774#: builtin/checkout.c:116 builtin/checkout.c:149
1775#, c-format
1776msgid "path '%s' does not have their version"
1777msgstr ""
1778
1779#: builtin/checkout.c:132
1780#, c-format
1781msgid "path '%s' does not have all necessary versions"
1782msgstr ""
1783
1784#: builtin/checkout.c:176
1785#, c-format
1786msgid "path '%s' does not have necessary versions"
1787msgstr ""
1788
1789#: builtin/checkout.c:193
1790#, c-format
1791msgid "path '%s': cannot merge"
1792msgstr ""
1793
1794#: builtin/checkout.c:210
1795#, c-format
1796msgid "Unable to add merge result for '%s'"
1797msgstr ""
1798
1799#: builtin/checkout.c:235 builtin/checkout.c:393
1800msgid "corrupt index file"
1801msgstr ""
1802
1803#: builtin/checkout.c:265 builtin/checkout.c:272
1804#, c-format
1805msgid "path '%s' is unmerged"
1806msgstr ""
1807
1808#: builtin/checkout.c:303 builtin/checkout.c:499 builtin/clone.c:586
1809#: builtin/merge.c:812
1810msgid "unable to write new index file"
1811msgstr ""
1812
1813#: builtin/checkout.c:320 builtin/diff.c:302 builtin/merge.c:408
1814msgid "diff_setup_done failed"
1815msgstr ""
1816
1817#: builtin/checkout.c:415
1818msgid "you need to resolve your current index first"
1819msgstr ""
1820
1821#: builtin/checkout.c:534
1822#, c-format
1823msgid "Can not do reflog for '%s'\n"
1824msgstr ""
1825
1826#: builtin/checkout.c:567
1827msgid "HEAD is now at"
1828msgstr ""
1829
1830#: builtin/checkout.c:574
1831#, c-format
1832msgid "Reset branch '%s'\n"
1833msgstr ""
1834
1835#: builtin/checkout.c:577
1836#, c-format
1837msgid "Already on '%s'\n"
1838msgstr ""
1839
1840#: builtin/checkout.c:581
1841#, c-format
1842msgid "Switched to and reset branch '%s'\n"
1843msgstr ""
1844
1845#: builtin/checkout.c:583
1846#, c-format
1847msgid "Switched to a new branch '%s'\n"
1848msgstr ""
1849
1850#: builtin/checkout.c:585
1851#, c-format
1852msgid "Switched to branch '%s'\n"
1853msgstr ""
1854
1855#: builtin/checkout.c:641
1856#, c-format
1857msgid " ... and %d more.\n"
1858msgstr ""
1859
1860#. The singular version
1861#: builtin/checkout.c:647
1862#, c-format
1863msgid ""
1864"Warning: you are leaving %d commit behind, not connected to\n"
1865"any of your branches:\n"
1866"\n"
1867"%s\n"
1868msgid_plural ""
1869"Warning: you are leaving %d commits behind, not connected to\n"
1870"any of your branches:\n"
1871"\n"
1872"%s\n"
1873msgstr[0] ""
1874msgstr[1] ""
1875
1876#: builtin/checkout.c:665
1877#, c-format
1878msgid ""
1879"If you want to keep them by creating a new branch, this may be a good time\n"
1880"to do so with:\n"
1881"\n"
1882" git branch new_branch_name %s\n"
1883"\n"
1884msgstr ""
1885
1886#: builtin/checkout.c:695
1887msgid "internal error in revision walk"
1888msgstr ""
1889
1890#: builtin/checkout.c:699
1891msgid "Previous HEAD position was"
1892msgstr ""
1893
1894#: builtin/checkout.c:725 builtin/checkout.c:920
1895msgid "You are on a branch yet to be born"
1896msgstr ""
1897
1898#. case (1)
1899#: builtin/checkout.c:856
1900#, c-format
1901msgid "invalid reference: %s"
1902msgstr ""
1903
1904#. case (1): want a tree
1905#: builtin/checkout.c:895
1906#, c-format
1907msgid "reference is not a tree: %s"
1908msgstr ""
1909
1910#: builtin/checkout.c:977
1911msgid "-B cannot be used with -b"
1912msgstr ""
1913
1914#: builtin/checkout.c:986
1915msgid "--patch is incompatible with all other options"
1916msgstr ""
1917
1918#: builtin/checkout.c:989
1919msgid "--detach cannot be used with -b/-B/--orphan"
1920msgstr ""
1921
1922#: builtin/checkout.c:991
1923msgid "--detach cannot be used with -t"
1924msgstr ""
1925
1926#: builtin/checkout.c:997
1927msgid "--track needs a branch name"
1928msgstr ""
1929
1930#: builtin/checkout.c:1004
1931msgid "Missing branch name; try -b"
1932msgstr ""
1933
1934#: builtin/checkout.c:1010
1935msgid "--orphan and -b|-B are mutually exclusive"
1936msgstr ""
1937
1938#: builtin/checkout.c:1012
1939msgid "--orphan cannot be used with -t"
1940msgstr ""
1941
1942#: builtin/checkout.c:1022
1943msgid "git checkout: -f and -m are incompatible"
1944msgstr ""
1945
1946#: builtin/checkout.c:1056
1947msgid "invalid path specification"
1948msgstr ""
1949
1950#: builtin/checkout.c:1064
1951#, c-format
1952msgid ""
1953"git checkout: updating paths is incompatible with switching branches.\n"
1954"Did you intend to checkout '%s' which can not be resolved as commit?"
1955msgstr ""
1956
1957#: builtin/checkout.c:1066
1958msgid "git checkout: updating paths is incompatible with switching branches."
1959msgstr ""
1960
1961#: builtin/checkout.c:1071
1962msgid "git checkout: --detach does not take a path argument"
1963msgstr ""
1964
1965#: builtin/checkout.c:1074
1966msgid ""
1967"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
1968"checking out of the index."
1969msgstr ""
1970
1971#: builtin/checkout.c:1093
1972msgid "Cannot switch branch to a non-commit."
1973msgstr ""
1974
1975#: builtin/checkout.c:1096
1976msgid "--ours/--theirs is incompatible with switching branches."
1977msgstr ""
1978
1979#: builtin/clean.c:78
1980msgid "-x and -X cannot be used together"
1981msgstr ""
1982
1983#: builtin/clean.c:82
1984msgid ""
1985"clean.requireForce set to true and neither -n nor -f given; refusing to clean"
1986msgstr ""
1987
1988#: builtin/clean.c:85
1989msgid ""
1990"clean.requireForce defaults to true and neither -n nor -f given; refusing to "
1991"clean"
1992msgstr ""
1993
1994#: builtin/clean.c:155 builtin/clean.c:176
1995#, c-format
1996msgid "Would remove %s\n"
1997msgstr ""
1998
1999#: builtin/clean.c:159 builtin/clean.c:179
2000#, c-format
2001msgid "Removing %s\n"
2002msgstr ""
2003
2004#: builtin/clean.c:162 builtin/clean.c:182
2005#, c-format
2006msgid "failed to remove %s"
2007msgstr ""
2008
2009#: builtin/clean.c:166
2010#, c-format
2011msgid "Would not remove %s\n"
2012msgstr ""
2013
2014#: builtin/clean.c:168
2015#, c-format
2016msgid "Not removing %s\n"
2017msgstr ""
2018
2019#: builtin/clone.c:243
2020#, c-format
2021msgid "reference repository '%s' is not a local directory."
2022msgstr ""
2023
2024#: builtin/clone.c:302
2025#, c-format
2026msgid "failed to open '%s'"
2027msgstr ""
2028
2029#: builtin/clone.c:306
2030#, c-format
2031msgid "failed to create directory '%s'"
2032msgstr ""
2033
2034#: builtin/clone.c:308 builtin/diff.c:75
2035#, c-format
2036msgid "failed to stat '%s'"
2037msgstr ""
2038
2039#: builtin/clone.c:310
2040#, c-format
2041msgid "%s exists and is not a directory"
2042msgstr ""
2043
2044#: builtin/clone.c:324
2045#, c-format
2046msgid "failed to stat %s\n"
2047msgstr ""
2048
2049#: builtin/clone.c:341
2050#, c-format
2051msgid "failed to unlink '%s'"
2052msgstr ""
2053
2054#: builtin/clone.c:346
2055#, c-format
2056msgid "failed to create link '%s'"
2057msgstr ""
2058
2059#: builtin/clone.c:350
2060#, c-format
2061msgid "failed to copy file to '%s'"
2062msgstr ""
2063
2064#: builtin/clone.c:373
2065#, c-format
2066msgid "done.\n"
2067msgstr ""
2068
2069#: builtin/clone.c:443
2070#, c-format
2071msgid "Could not find remote branch %s to clone."
2072msgstr ""
2073
2074#: builtin/clone.c:552
2075msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
2076msgstr ""
2077
2078#: builtin/clone.c:642
2079msgid "Too many arguments."
2080msgstr ""
2081
2082#: builtin/clone.c:646
2083msgid "You must specify a repository to clone."
2084msgstr ""
2085
2086#: builtin/clone.c:657
2087#, c-format
2088msgid "--bare and --origin %s options are incompatible."
2089msgstr ""
2090
2091#: builtin/clone.c:671
2092#, c-format
2093msgid "repository '%s' does not exist"
2094msgstr ""
2095
2096#: builtin/clone.c:676
2097msgid "--depth is ignored in local clones; use file:// instead."
2098msgstr ""
2099
2100#: builtin/clone.c:686
2101#, c-format
2102msgid "destination path '%s' already exists and is not an empty directory."
2103msgstr ""
2104
2105#: builtin/clone.c:696
2106#, c-format
2107msgid "working tree '%s' already exists."
2108msgstr ""
2109
2110#: builtin/clone.c:709 builtin/clone.c:723
2111#, c-format
2112msgid "could not create leading directories of '%s'"
2113msgstr ""
2114
2115#: builtin/clone.c:712
2116#, c-format
2117msgid "could not create work tree dir '%s'."
2118msgstr ""
2119
2120#: builtin/clone.c:731
2121#, c-format
2122msgid "Cloning into bare repository '%s'...\n"
2123msgstr ""
2124
2125#: builtin/clone.c:733
2126#, c-format
2127msgid "Cloning into '%s'...\n"
2128msgstr ""
2129
2130#: builtin/clone.c:789
2131#, c-format
2132msgid "Don't know how to clone %s"
2133msgstr ""
2134
2135#: builtin/clone.c:838
2136#, c-format
2137msgid "Remote branch %s not found in upstream %s"
2138msgstr ""
2139
2140#: builtin/clone.c:845
2141msgid "You appear to have cloned an empty repository."
2142msgstr ""
2143
2144#: builtin/column.c:51
2145msgid "--command must be the first argument"
2146msgstr ""
2147
2148#: builtin/commit.c:43
2149msgid ""
2150"Your name and email address were configured automatically based\n"
2151"on your username and hostname. Please check that they are accurate.\n"
2152"You can suppress this message by setting them explicitly:\n"
2153"\n"
2154"    git config --global user.name \"Your Name\"\n"
2155"    git config --global user.email you@example.com\n"
2156"\n"
2157"After doing this, you may fix the identity used for this commit with:\n"
2158"\n"
2159"    git commit --amend --reset-author\n"
2160msgstr ""
2161
2162#: builtin/commit.c:55
2163msgid ""
2164"You asked to amend the most recent commit, but doing so would make\n"
2165"it empty. You can repeat your command with --allow-empty, or you can\n"
2166"remove the commit entirely with \"git reset HEAD^\".\n"
2167msgstr ""
2168
2169#: builtin/commit.c:60
2170msgid ""
2171"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
2172"If you wish to commit it anyway, use:\n"
2173"\n"
2174"    git commit --allow-empty\n"
2175"\n"
2176"Otherwise, please use 'git reset'\n"
2177msgstr ""
2178
2179#: builtin/commit.c:256
2180msgid "failed to unpack HEAD tree object"
2181msgstr ""
2182
2183#: builtin/commit.c:298
2184msgid "unable to create temporary index"
2185msgstr ""
2186
2187#: builtin/commit.c:304
2188msgid "interactive add failed"
2189msgstr ""
2190
2191#: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:408
2192msgid "unable to write new_index file"
2193msgstr ""
2194
2195#: builtin/commit.c:389
2196msgid "cannot do a partial commit during a merge."
2197msgstr ""
2198
2199#: builtin/commit.c:391
2200msgid "cannot do a partial commit during a cherry-pick."
2201msgstr ""
2202
2203#: builtin/commit.c:401
2204msgid "cannot read the index"
2205msgstr ""
2206
2207#: builtin/commit.c:421
2208msgid "unable to write temporary index file"
2209msgstr ""
2210
2211#: builtin/commit.c:496 builtin/commit.c:502
2212#, c-format
2213msgid "invalid commit: %s"
2214msgstr ""
2215
2216#: builtin/commit.c:525
2217msgid "malformed --author parameter"
2218msgstr ""
2219
2220#: builtin/commit.c:585
2221#, c-format
2222msgid "Malformed ident string: '%s'"
2223msgstr ""
2224
2225#: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:970
2226#, c-format
2227msgid "could not lookup commit %s"
2228msgstr ""
2229
2230#: builtin/commit.c:635 builtin/shortlog.c:296
2231#, c-format
2232msgid "(reading log message from standard input)\n"
2233msgstr ""
2234
2235#: builtin/commit.c:637
2236msgid "could not read log from standard input"
2237msgstr ""
2238
2239#: builtin/commit.c:641
2240#, c-format
2241msgid "could not read log file '%s'"
2242msgstr ""
2243
2244#: builtin/commit.c:647
2245msgid "commit has empty message"
2246msgstr ""
2247
2248#: builtin/commit.c:663
2249msgid "could not read MERGE_MSG"
2250msgstr ""
2251
2252#: builtin/commit.c:667
2253msgid "could not read SQUASH_MSG"
2254msgstr ""
2255
2256#: builtin/commit.c:671
2257#, c-format
2258msgid "could not read '%s'"
2259msgstr ""
2260
2261#: builtin/commit.c:723
2262msgid "could not write commit template"
2263msgstr ""
2264
2265#: builtin/commit.c:734
2266#, c-format
2267msgid ""
2268"\n"
2269"It looks like you may be committing a merge.\n"
2270"If this is not correct, please remove the file\n"
2271"\t%s\n"
2272"and try again.\n"
2273msgstr ""
2274
2275#: builtin/commit.c:739
2276#, c-format
2277msgid ""
2278"\n"
2279"It looks like you may be committing a cherry-pick.\n"
2280"If this is not correct, please remove the file\n"
2281"\t%s\n"
2282"and try again.\n"
2283msgstr ""
2284
2285#: builtin/commit.c:751
2286msgid ""
2287"Please enter the commit message for your changes. Lines starting\n"
2288"with '#' will be ignored, and an empty message aborts the commit.\n"
2289msgstr ""
2290
2291#: builtin/commit.c:756
2292msgid ""
2293"Please enter the commit message for your changes. Lines starting\n"
2294"with '#' will be kept; you may remove them yourself if you want to.\n"
2295"An empty message aborts the commit.\n"
2296msgstr ""
2297
2298#: builtin/commit.c:769
2299#, c-format
2300msgid "%sAuthor:    %s"
2301msgstr ""
2302
2303#: builtin/commit.c:776
2304#, c-format
2305msgid "%sCommitter: %s"
2306msgstr ""
2307
2308#: builtin/commit.c:796
2309msgid "Cannot read index"
2310msgstr ""
2311
2312#: builtin/commit.c:833
2313msgid "Error building trees"
2314msgstr ""
2315
2316#: builtin/commit.c:848 builtin/tag.c:361
2317#, c-format
2318msgid "Please supply the message using either -m or -F option.\n"
2319msgstr ""
2320
2321#: builtin/commit.c:945
2322#, c-format
2323msgid "No existing author found with '%s'"
2324msgstr ""
2325
2326#: builtin/commit.c:960 builtin/commit.c:1160
2327#, c-format
2328msgid "Invalid untracked files mode '%s'"
2329msgstr ""
2330
2331#: builtin/commit.c:1000
2332msgid "Using both --reset-author and --author does not make sense"
2333msgstr ""
2334
2335#: builtin/commit.c:1011
2336msgid "You have nothing to amend."
2337msgstr ""
2338
2339#: builtin/commit.c:1014
2340msgid "You are in the middle of a merge -- cannot amend."
2341msgstr ""
2342
2343#: builtin/commit.c:1016
2344msgid "You are in the middle of a cherry-pick -- cannot amend."
2345msgstr ""
2346
2347#: builtin/commit.c:1019
2348msgid "Options --squash and --fixup cannot be used together"
2349msgstr ""
2350
2351#: builtin/commit.c:1029
2352msgid "Only one of -c/-C/-F/--fixup can be used."
2353msgstr ""
2354
2355#: builtin/commit.c:1031
2356msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
2357msgstr ""
2358
2359#: builtin/commit.c:1039
2360msgid "--reset-author can be used only with -C, -c or --amend."
2361msgstr ""
2362
2363#: builtin/commit.c:1056
2364msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
2365msgstr ""
2366
2367#: builtin/commit.c:1058
2368msgid "No paths with --include/--only does not make sense."
2369msgstr ""
2370
2371#: builtin/commit.c:1060
2372msgid "Clever... amending the last one with dirty index."
2373msgstr ""
2374
2375#: builtin/commit.c:1062
2376msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
2377msgstr ""
2378
2379#: builtin/commit.c:1072 builtin/tag.c:577
2380#, c-format
2381msgid "Invalid cleanup mode %s"
2382msgstr ""
2383
2384#: builtin/commit.c:1077
2385msgid "Paths with -a does not make sense."
2386msgstr ""
2387
2388#: builtin/commit.c:1260
2389msgid "couldn't look up newly created commit"
2390msgstr ""
2391
2392#: builtin/commit.c:1262
2393msgid "could not parse newly created commit"
2394msgstr ""
2395
2396#: builtin/commit.c:1303
2397msgid "detached HEAD"
2398msgstr ""
2399
2400#: builtin/commit.c:1305
2401msgid " (root-commit)"
2402msgstr ""
2403
2404#: builtin/commit.c:1449
2405msgid "could not parse HEAD commit"
2406msgstr ""
2407
2408#: builtin/commit.c:1487 builtin/merge.c:509
2409#, c-format
2410msgid "could not open '%s' for reading"
2411msgstr ""
2412
2413#: builtin/commit.c:1494
2414#, c-format
2415msgid "Corrupt MERGE_HEAD file (%s)"
2416msgstr ""
2417
2418#: builtin/commit.c:1501
2419msgid "could not read MERGE_MODE"
2420msgstr ""
2421
2422#: builtin/commit.c:1520
2423#, c-format
2424msgid "could not read commit message: %s"
2425msgstr ""
2426
2427#: builtin/commit.c:1534
2428#, c-format
2429msgid "Aborting commit; you did not edit the message.\n"
2430msgstr ""
2431
2432#: builtin/commit.c:1539
2433#, c-format
2434msgid "Aborting commit due to empty commit message.\n"
2435msgstr ""
2436
2437#: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:961
2438msgid "failed to write commit object"
2439msgstr ""
2440
2441#: builtin/commit.c:1575
2442msgid "cannot lock HEAD ref"
2443msgstr ""
2444
2445#: builtin/commit.c:1579
2446msgid "cannot update HEAD ref"
2447msgstr ""
2448
2449#: builtin/commit.c:1590
2450msgid ""
2451"Repository has been updated, but unable to write\n"
2452"new_index file. Check that disk is not full or quota is\n"
2453"not exceeded, and then \"git reset HEAD\" to recover."
2454msgstr ""
2455
2456#: builtin/describe.c:234
2457#, c-format
2458msgid "annotated tag %s not available"
2459msgstr ""
2460
2461#: builtin/describe.c:238
2462#, c-format
2463msgid "annotated tag %s has no embedded name"
2464msgstr ""
2465
2466#: builtin/describe.c:240
2467#, c-format
2468msgid "tag '%s' is really '%s' here"
2469msgstr ""
2470
2471#: builtin/describe.c:267
2472#, c-format
2473msgid "Not a valid object name %s"
2474msgstr ""
2475
2476#: builtin/describe.c:270
2477#, c-format
2478msgid "%s is not a valid '%s' object"
2479msgstr ""
2480
2481#: builtin/describe.c:287
2482#, c-format
2483msgid "no tag exactly matches '%s'"
2484msgstr ""
2485
2486#: builtin/describe.c:289
2487#, c-format
2488msgid "searching to describe %s\n"
2489msgstr ""
2490
2491#: builtin/describe.c:329
2492#, c-format
2493msgid "finished search at %s\n"
2494msgstr ""
2495
2496#: builtin/describe.c:353
2497#, c-format
2498msgid ""
2499"No annotated tags can describe '%s'.\n"
2500"However, there were unannotated tags: try --tags."
2501msgstr ""
2502
2503#: builtin/describe.c:357
2504#, c-format
2505msgid ""
2506"No tags can describe '%s'.\n"
2507"Try --always, or create some tags."
2508msgstr ""
2509
2510#: builtin/describe.c:378
2511#, c-format
2512msgid "traversed %lu commits\n"
2513msgstr ""
2514
2515#: builtin/describe.c:381
2516#, c-format
2517msgid ""
2518"more than %i tags found; listed %i most recent\n"
2519"gave up search at %s\n"
2520msgstr ""
2521
2522#: builtin/describe.c:436
2523msgid "--long is incompatible with --abbrev=0"
2524msgstr ""
2525
2526#: builtin/describe.c:462
2527msgid "No names found, cannot describe anything."
2528msgstr ""
2529
2530#: builtin/describe.c:482
2531msgid "--dirty is incompatible with committishes"
2532msgstr ""
2533
2534#: builtin/diff.c:77
2535#, c-format
2536msgid "'%s': not a regular file or symlink"
2537msgstr ""
2538
2539#: builtin/diff.c:220
2540#, c-format
2541msgid "invalid option: %s"
2542msgstr ""
2543
2544#: builtin/diff.c:297
2545msgid "Not a git repository"
2546msgstr ""
2547
2548#: builtin/diff.c:341
2549#, c-format
2550msgid "invalid object '%s' given."
2551msgstr ""
2552
2553#: builtin/diff.c:346
2554#, c-format
2555msgid "more than %d trees given: '%s'"
2556msgstr ""
2557
2558#: builtin/diff.c:356
2559#, c-format
2560msgid "more than two blobs given: '%s'"
2561msgstr ""
2562
2563#: builtin/diff.c:364
2564#, c-format
2565msgid "unhandled object '%s' given."
2566msgstr ""
2567
2568#: builtin/fetch.c:200
2569msgid "Couldn't find remote ref HEAD"
2570msgstr ""
2571
2572#: builtin/fetch.c:253
2573#, c-format
2574msgid "object %s not found"
2575msgstr ""
2576
2577#: builtin/fetch.c:259
2578msgid "[up to date]"
2579msgstr ""
2580
2581#: builtin/fetch.c:273
2582#, c-format
2583msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
2584msgstr ""
2585
2586#: builtin/fetch.c:274 builtin/fetch.c:360
2587msgid "[rejected]"
2588msgstr ""
2589
2590#: builtin/fetch.c:285
2591msgid "[tag update]"
2592msgstr ""
2593
2594#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:340
2595msgid "  (unable to update local ref)"
2596msgstr ""
2597
2598#: builtin/fetch.c:305
2599msgid "[new tag]"
2600msgstr ""
2601
2602#: builtin/fetch.c:308
2603msgid "[new branch]"
2604msgstr ""
2605
2606#: builtin/fetch.c:311
2607msgid "[new ref]"
2608msgstr ""
2609
2610#: builtin/fetch.c:356
2611msgid "unable to update local ref"
2612msgstr ""
2613
2614#: builtin/fetch.c:356
2615msgid "forced update"
2616msgstr ""
2617
2618#: builtin/fetch.c:362
2619msgid "(non-fast-forward)"
2620msgstr ""
2621
2622#: builtin/fetch.c:393 builtin/fetch.c:685
2623#, c-format
2624msgid "cannot open %s: %s\n"
2625msgstr ""
2626
2627#: builtin/fetch.c:402
2628#, c-format
2629msgid "%s did not send all necessary objects\n"
2630msgstr ""
2631
2632#: builtin/fetch.c:488
2633#, c-format
2634msgid "From %.*s\n"
2635msgstr ""
2636
2637#: builtin/fetch.c:499
2638#, c-format
2639msgid ""
2640"some local refs could not be updated; try running\n"
2641" 'git remote prune %s' to remove any old, conflicting branches"
2642msgstr ""
2643
2644#: builtin/fetch.c:549
2645#, c-format
2646msgid "   (%s will become dangling)"
2647msgstr ""
2648
2649#: builtin/fetch.c:550
2650#, c-format
2651msgid "   (%s has become dangling)"
2652msgstr ""
2653
2654#: builtin/fetch.c:557
2655msgid "[deleted]"
2656msgstr ""
2657
2658#: builtin/fetch.c:558 builtin/remote.c:1055
2659msgid "(none)"
2660msgstr ""
2661
2662#: builtin/fetch.c:675
2663#, c-format
2664msgid "Refusing to fetch into current branch %s of non-bare repository"
2665msgstr ""
2666
2667#: builtin/fetch.c:709
2668#, c-format
2669msgid "Don't know how to fetch from %s"
2670msgstr ""
2671
2672#: builtin/fetch.c:786
2673#, c-format
2674msgid "Option \"%s\" value \"%s\" is not valid for %s"
2675msgstr ""
2676
2677#: builtin/fetch.c:789
2678#, c-format
2679msgid "Option \"%s\" is ignored for %s\n"
2680msgstr ""
2681
2682#: builtin/fetch.c:888
2683#, c-format
2684msgid "Fetching %s\n"
2685msgstr ""
2686
2687#: builtin/fetch.c:890 builtin/remote.c:100
2688#, c-format
2689msgid "Could not fetch %s"
2690msgstr ""
2691
2692#: builtin/fetch.c:907
2693msgid ""
2694"No remote repository specified.  Please, specify either a URL or a\n"
2695"remote name from which new revisions should be fetched."
2696msgstr ""
2697
2698#: builtin/fetch.c:927
2699msgid "You need to specify a tag name."
2700msgstr ""
2701
2702#: builtin/fetch.c:979
2703msgid "fetch --all does not take a repository argument"
2704msgstr ""
2705
2706#: builtin/fetch.c:981
2707msgid "fetch --all does not make sense with refspecs"
2708msgstr ""
2709
2710#: builtin/fetch.c:992
2711#, c-format
2712msgid "No such remote or remote group: %s"
2713msgstr ""
2714
2715#: builtin/fetch.c:1000
2716msgid "Fetching a group and specifying refspecs does not make sense"
2717msgstr ""
2718
2719#: builtin/gc.c:63
2720#, c-format
2721msgid "Invalid %s: '%s'"
2722msgstr ""
2723
2724#: builtin/gc.c:90
2725#, c-format
2726msgid "insanely long object directory %.*s"
2727msgstr ""
2728
2729#: builtin/gc.c:221
2730#, c-format
2731msgid "Auto packing the repository for optimum performance.\n"
2732msgstr ""
2733
2734#: builtin/gc.c:224
2735#, c-format
2736msgid ""
2737"Auto packing the repository for optimum performance. You may also\n"
2738"run \"git gc\" manually. See \"git help gc\" for more information.\n"
2739msgstr ""
2740
2741#: builtin/gc.c:251
2742msgid ""
2743"There are too many unreachable loose objects; run 'git prune' to remove them."
2744msgstr ""
2745
2746#: builtin/grep.c:216
2747#, c-format
2748msgid "grep: failed to create thread: %s"
2749msgstr ""
2750
2751#: builtin/grep.c:402
2752#, c-format
2753msgid "Failed to chdir: %s"
2754msgstr ""
2755
2756#: builtin/grep.c:478 builtin/grep.c:512
2757#, c-format
2758msgid "unable to read tree (%s)"
2759msgstr ""
2760
2761#: builtin/grep.c:526
2762#, c-format
2763msgid "unable to grep from object of type %s"
2764msgstr ""
2765
2766#: builtin/grep.c:584
2767#, c-format
2768msgid "switch `%c' expects a numerical value"
2769msgstr ""
2770
2771#: builtin/grep.c:601
2772#, c-format
2773msgid "cannot open '%s'"
2774msgstr ""
2775
2776#: builtin/grep.c:885
2777msgid "no pattern given."
2778msgstr ""
2779
2780#: builtin/grep.c:899
2781#, c-format
2782msgid "bad object %s"
2783msgstr ""
2784
2785#: builtin/grep.c:940
2786msgid "--open-files-in-pager only works on the worktree"
2787msgstr ""
2788
2789#: builtin/grep.c:963
2790msgid "--cached or --untracked cannot be used with --no-index."
2791msgstr ""
2792
2793#: builtin/grep.c:968
2794msgid "--no-index or --untracked cannot be used with revs."
2795msgstr ""
2796
2797#: builtin/grep.c:971
2798msgid "--[no-]exclude-standard cannot be used for tracked contents."
2799msgstr ""
2800
2801#: builtin/grep.c:979
2802msgid "both --cached and trees are given."
2803msgstr ""
2804
2805#: builtin/help.c:65
2806#, c-format
2807msgid "unrecognized help format '%s'"
2808msgstr ""
2809
2810#: builtin/help.c:93
2811msgid "Failed to start emacsclient."
2812msgstr ""
2813
2814#: builtin/help.c:106
2815msgid "Failed to parse emacsclient version."
2816msgstr ""
2817
2818#: builtin/help.c:114
2819#, c-format
2820msgid "emacsclient version '%d' too old (< 22)."
2821msgstr ""
2822
2823#: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:177
2824#, c-format
2825msgid "failed to exec '%s': %s"
2826msgstr ""
2827
2828#: builtin/help.c:217
2829#, c-format
2830msgid ""
2831"'%s': path for unsupported man viewer.\n"
2832"Please consider using 'man.<tool>.cmd' instead."
2833msgstr ""
2834
2835#: builtin/help.c:229
2836#, c-format
2837msgid ""
2838"'%s': cmd for supported man viewer.\n"
2839"Please consider using 'man.<tool>.path' instead."
2840msgstr ""
2841
2842#: builtin/help.c:299
2843msgid "The most commonly used git commands are:"
2844msgstr ""
2845
2846#: builtin/help.c:367
2847#, c-format
2848msgid "'%s': unknown man viewer."
2849msgstr ""
2850
2851#: builtin/help.c:384
2852msgid "no man viewer handled the request"
2853msgstr ""
2854
2855#: builtin/help.c:392
2856msgid "no info viewer handled the request"
2857msgstr ""
2858
2859#: builtin/help.c:447 builtin/help.c:454
2860#, c-format
2861msgid "usage: %s%s"
2862msgstr ""
2863
2864#: builtin/help.c:470
2865#, c-format
2866msgid "`git %s' is aliased to `%s'"
2867msgstr ""
2868
2869#: builtin/index-pack.c:170
2870#, c-format
2871msgid "object type mismatch at %s"
2872msgstr ""
2873
2874#: builtin/index-pack.c:190
2875msgid "object of unexpected type"
2876msgstr ""
2877
2878#: builtin/index-pack.c:227
2879#, c-format
2880msgid "cannot fill %d byte"
2881msgid_plural "cannot fill %d bytes"
2882msgstr[0] ""
2883msgstr[1] ""
2884
2885#: builtin/index-pack.c:237
2886msgid "early EOF"
2887msgstr ""
2888
2889#: builtin/index-pack.c:238
2890msgid "read error on input"
2891msgstr ""
2892
2893#: builtin/index-pack.c:250
2894msgid "used more bytes than were available"
2895msgstr ""
2896
2897#: builtin/index-pack.c:257
2898msgid "pack too large for current definition of off_t"
2899msgstr ""
2900
2901#: builtin/index-pack.c:273
2902#, c-format
2903msgid "unable to create '%s'"
2904msgstr ""
2905
2906#: builtin/index-pack.c:278
2907#, c-format
2908msgid "cannot open packfile '%s'"
2909msgstr ""
2910
2911#: builtin/index-pack.c:292
2912msgid "pack signature mismatch"
2913msgstr ""
2914
2915#: builtin/index-pack.c:312
2916#, c-format
2917msgid "pack has bad object at offset %lu: %s"
2918msgstr ""
2919
2920#: builtin/index-pack.c:434
2921#, c-format
2922msgid "inflate returned %d"
2923msgstr ""
2924
2925#: builtin/index-pack.c:483
2926msgid "offset value overflow for delta base object"
2927msgstr ""
2928
2929#: builtin/index-pack.c:491
2930msgid "delta base offset is out of bound"
2931msgstr ""
2932
2933#: builtin/index-pack.c:499
2934#, c-format
2935msgid "unknown object type %d"
2936msgstr ""
2937
2938#: builtin/index-pack.c:530
2939msgid "cannot pread pack file"
2940msgstr ""
2941
2942#: builtin/index-pack.c:532
2943#, c-format
2944msgid "premature end of pack file, %lu byte missing"
2945msgid_plural "premature end of pack file, %lu bytes missing"
2946msgstr[0] ""
2947msgstr[1] ""
2948
2949#: builtin/index-pack.c:558
2950msgid "serious inflate inconsistency"
2951msgstr ""
2952
2953#: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:678
2954#: builtin/index-pack.c:712 builtin/index-pack.c:721
2955#, c-format
2956msgid "SHA1 COLLISION FOUND WITH %s !"
2957msgstr ""
2958
2959#: builtin/index-pack.c:652 builtin/pack-objects.c:170
2960#: builtin/pack-objects.c:262
2961#, c-format
2962msgid "unable to read %s"
2963msgstr ""
2964
2965#: builtin/index-pack.c:718
2966#, c-format
2967msgid "cannot read existing object %s"
2968msgstr ""
2969
2970#: builtin/index-pack.c:732
2971#, c-format
2972msgid "invalid blob object %s"
2973msgstr ""
2974
2975#: builtin/index-pack.c:747
2976#, c-format
2977msgid "invalid %s"
2978msgstr ""
2979
2980#: builtin/index-pack.c:749
2981msgid "Error in object"
2982msgstr ""
2983
2984#: builtin/index-pack.c:751
2985#, c-format
2986msgid "Not all child objects of %s are reachable"
2987msgstr ""
2988
2989#: builtin/index-pack.c:821 builtin/index-pack.c:847
2990msgid "failed to apply delta"
2991msgstr ""
2992
2993#: builtin/index-pack.c:986
2994msgid "Receiving objects"
2995msgstr ""
2996
2997#: builtin/index-pack.c:986
2998msgid "Indexing objects"
2999msgstr ""
3000
3001#: builtin/index-pack.c:1012
3002msgid "pack is corrupted (SHA1 mismatch)"
3003msgstr ""
3004
3005#: builtin/index-pack.c:1017
3006msgid "cannot fstat packfile"
3007msgstr ""
3008
3009#: builtin/index-pack.c:1020
3010msgid "pack has junk at the end"
3011msgstr ""
3012
3013#: builtin/index-pack.c:1031
3014msgid "confusion beyond insanity in parse_pack_objects()"
3015msgstr ""
3016
3017#: builtin/index-pack.c:1054
3018msgid "Resolving deltas"
3019msgstr ""
3020
3021#: builtin/index-pack.c:1105
3022msgid "confusion beyond insanity"
3023msgstr ""
3024
3025#: builtin/index-pack.c:1124
3026#, c-format
3027msgid "pack has %d unresolved delta"
3028msgid_plural "pack has %d unresolved deltas"
3029msgstr[0] ""
3030msgstr[1] ""
3031
3032#: builtin/index-pack.c:1149
3033#, c-format
3034msgid "unable to deflate appended object (%d)"
3035msgstr ""
3036
3037#: builtin/index-pack.c:1228
3038#, c-format
3039msgid "local object %s is corrupt"
3040msgstr ""
3041
3042#: builtin/index-pack.c:1252
3043msgid "error while closing pack file"
3044msgstr ""
3045
3046#: builtin/index-pack.c:1265
3047#, c-format
3048msgid "cannot write keep file '%s'"
3049msgstr ""
3050
3051#: builtin/index-pack.c:1273
3052#, c-format
3053msgid "cannot close written keep file '%s'"
3054msgstr ""
3055
3056#: builtin/index-pack.c:1286
3057msgid "cannot store pack file"
3058msgstr ""
3059
3060#: builtin/index-pack.c:1297
3061msgid "cannot store index file"
3062msgstr ""
3063
3064#: builtin/index-pack.c:1398
3065#, c-format
3066msgid "Cannot open existing pack file '%s'"
3067msgstr ""
3068
3069#: builtin/index-pack.c:1400
3070#, c-format
3071msgid "Cannot open existing pack idx file for '%s'"
3072msgstr ""
3073
3074#: builtin/index-pack.c:1447
3075#, c-format
3076msgid "non delta: %d object"
3077msgid_plural "non delta: %d objects"
3078msgstr[0] ""
3079msgstr[1] ""
3080
3081#: builtin/index-pack.c:1454
3082#, c-format
3083msgid "chain length = %d: %lu object"
3084msgid_plural "chain length = %d: %lu objects"
3085msgstr[0] ""
3086msgstr[1] ""
3087
3088#: builtin/index-pack.c:1481
3089msgid "Cannot come back to cwd"
3090msgstr ""
3091
3092#: builtin/index-pack.c:1525 builtin/index-pack.c:1528
3093#: builtin/index-pack.c:1540 builtin/index-pack.c:1544
3094#, c-format
3095msgid "bad %s"
3096msgstr ""
3097
3098#: builtin/index-pack.c:1558
3099msgid "--fix-thin cannot be used without --stdin"
3100msgstr ""
3101
3102#: builtin/index-pack.c:1562 builtin/index-pack.c:1572
3103#, c-format
3104msgid "packfile name '%s' does not end with '.pack'"
3105msgstr ""
3106
3107#: builtin/index-pack.c:1581
3108msgid "--verify with no packfile name given"
3109msgstr ""
3110
3111#: builtin/init-db.c:35
3112#, c-format
3113msgid "Could not make %s writable by group"
3114msgstr ""
3115
3116#: builtin/init-db.c:62
3117#, c-format
3118msgid "insanely long template name %s"
3119msgstr ""
3120
3121#: builtin/init-db.c:67
3122#, c-format
3123msgid "cannot stat '%s'"
3124msgstr ""
3125
3126#: builtin/init-db.c:73
3127#, c-format
3128msgid "cannot stat template '%s'"
3129msgstr ""
3130
3131#: builtin/init-db.c:80
3132#, c-format
3133msgid "cannot opendir '%s'"
3134msgstr ""
3135
3136#: builtin/init-db.c:97
3137#, c-format
3138msgid "cannot readlink '%s'"
3139msgstr ""
3140
3141#: builtin/init-db.c:99
3142#, c-format
3143msgid "insanely long symlink %s"
3144msgstr ""
3145
3146#: builtin/init-db.c:102
3147#, c-format
3148msgid "cannot symlink '%s' '%s'"
3149msgstr ""
3150
3151#: builtin/init-db.c:106
3152#, c-format
3153msgid "cannot copy '%s' to '%s'"
3154msgstr ""
3155
3156#: builtin/init-db.c:110
3157#, c-format
3158msgid "ignoring template %s"
3159msgstr ""
3160
3161#: builtin/init-db.c:133
3162#, c-format
3163msgid "insanely long template path %s"
3164msgstr ""
3165
3166#: builtin/init-db.c:141
3167#, c-format
3168msgid "templates not found %s"
3169msgstr ""
3170
3171#: builtin/init-db.c:154
3172#, c-format
3173msgid "not copying templates of a wrong format version %d from '%s'"
3174msgstr ""
3175
3176#: builtin/init-db.c:192
3177#, c-format
3178msgid "insane git directory %s"
3179msgstr ""
3180
3181#: builtin/init-db.c:323 builtin/init-db.c:326
3182#, c-format
3183msgid "%s already exists"
3184msgstr ""
3185
3186#: builtin/init-db.c:355
3187#, c-format
3188msgid "unable to handle file type %d"
3189msgstr ""
3190
3191#: builtin/init-db.c:358
3192#, c-format
3193msgid "unable to move %s to %s"
3194msgstr ""
3195
3196#: builtin/init-db.c:363
3197#, c-format
3198msgid "Could not create git link %s"
3199msgstr ""
3200
3201#.
3202#. * TRANSLATORS: The first '%s' is either "Reinitialized
3203#. * existing" or "Initialized empty", the second " shared" or
3204#. * "", and the last '%s%s' is the verbatim directory name.
3205#.
3206#: builtin/init-db.c:420
3207#, c-format
3208msgid "%s%s Git repository in %s%s\n"
3209msgstr ""
3210
3211#: builtin/init-db.c:421
3212msgid "Reinitialized existing"
3213msgstr ""
3214
3215#: builtin/init-db.c:421
3216msgid "Initialized empty"
3217msgstr ""
3218
3219#: builtin/init-db.c:422
3220msgid " shared"
3221msgstr ""
3222
3223#: builtin/init-db.c:441
3224msgid "cannot tell cwd"
3225msgstr ""
3226
3227#: builtin/init-db.c:522 builtin/init-db.c:529
3228#, c-format
3229msgid "cannot mkdir %s"
3230msgstr ""
3231
3232#: builtin/init-db.c:533
3233#, c-format
3234msgid "cannot chdir to %s"
3235msgstr ""
3236
3237#: builtin/init-db.c:555
3238#, c-format
3239msgid ""
3240"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
3241"dir=<directory>)"
3242msgstr ""
3243
3244#: builtin/init-db.c:579
3245msgid "Cannot access current working directory"
3246msgstr ""
3247
3248#: builtin/init-db.c:586
3249#, c-format
3250msgid "Cannot access work tree '%s'"
3251msgstr ""
3252
3253#: builtin/log.c:189
3254#, c-format
3255msgid "Final output: %d %s\n"
3256msgstr ""
3257
3258#: builtin/log.c:403 builtin/log.c:494
3259#, c-format
3260msgid "Could not read object %s"
3261msgstr ""
3262
3263#: builtin/log.c:518
3264#, c-format
3265msgid "Unknown type: %d"
3266msgstr ""
3267
3268#: builtin/log.c:608
3269msgid "format.headers without value"
3270msgstr ""
3271
3272#: builtin/log.c:682
3273msgid "name of output directory is too long"
3274msgstr ""
3275
3276#: builtin/log.c:693
3277#, c-format
3278msgid "Cannot open patch file %s"
3279msgstr ""
3280
3281#: builtin/log.c:707
3282msgid "Need exactly one range."
3283msgstr ""
3284
3285#: builtin/log.c:715
3286msgid "Not a range."
3287msgstr ""
3288
3289#: builtin/log.c:792
3290msgid "Cover letter needs email format"
3291msgstr ""
3292
3293#: builtin/log.c:865
3294#, c-format
3295msgid "insane in-reply-to: %s"
3296msgstr ""
3297
3298#: builtin/log.c:938
3299msgid "Two output directories?"
3300msgstr ""
3301
3302#: builtin/log.c:1160
3303#, c-format
3304msgid "bogus committer info %s"
3305msgstr ""
3306
3307#: builtin/log.c:1205
3308msgid "-n and -k are mutually exclusive."
3309msgstr ""
3310
3311#: builtin/log.c:1207
3312msgid "--subject-prefix and -k are mutually exclusive."
3313msgstr ""
3314
3315#: builtin/log.c:1215
3316msgid "--name-only does not make sense"
3317msgstr ""
3318
3319#: builtin/log.c:1217
3320msgid "--name-status does not make sense"
3321msgstr ""
3322
3323#: builtin/log.c:1219
3324msgid "--check does not make sense"
3325msgstr ""
3326
3327#: builtin/log.c:1242
3328msgid "standard output, or directory, which one?"
3329msgstr ""
3330
3331#: builtin/log.c:1244
3332#, c-format
3333msgid "Could not create directory '%s'"
3334msgstr ""
3335
3336#: builtin/log.c:1397
3337msgid "Failed to create output files"
3338msgstr ""
3339
3340#: builtin/log.c:1501
3341#, c-format
3342msgid ""
3343"Could not find a tracked remote branch, please specify <upstream> manually.\n"
3344msgstr ""
3345
3346#: builtin/log.c:1517 builtin/log.c:1519 builtin/log.c:1531
3347#, c-format
3348msgid "Unknown commit %s"
3349msgstr ""
3350
3351#: builtin/merge.c:90
3352msgid "switch `m' requires a value"
3353msgstr ""
3354
3355#: builtin/merge.c:127
3356#, c-format
3357msgid "Could not find merge strategy '%s'.\n"
3358msgstr ""
3359
3360#: builtin/merge.c:128
3361#, c-format
3362msgid "Available strategies are:"
3363msgstr ""
3364
3365#: builtin/merge.c:133
3366#, c-format
3367msgid "Available custom strategies are:"
3368msgstr ""
3369
3370#: builtin/merge.c:240
3371msgid "could not run stash."
3372msgstr ""
3373
3374#: builtin/merge.c:245
3375msgid "stash failed"
3376msgstr ""
3377
3378#: builtin/merge.c:250
3379#, c-format
3380msgid "not a valid object: %s"
3381msgstr ""
3382
3383#: builtin/merge.c:269 builtin/merge.c:286
3384msgid "read-tree failed"
3385msgstr ""
3386
3387#: builtin/merge.c:316
3388msgid " (nothing to squash)"
3389msgstr ""
3390
3391#: builtin/merge.c:329
3392#, c-format
3393msgid "Squash commit -- not updating HEAD\n"
3394msgstr ""
3395
3396#: builtin/merge.c:361
3397msgid "Writing SQUASH_MSG"
3398msgstr ""
3399
3400#: builtin/merge.c:363
3401msgid "Finishing SQUASH_MSG"
3402msgstr ""
3403
3404#: builtin/merge.c:386
3405#, c-format
3406msgid "No merge message -- not updating HEAD\n"
3407msgstr ""
3408
3409#: builtin/merge.c:437
3410#, c-format
3411msgid "'%s' does not point to a commit"
3412msgstr ""
3413
3414#: builtin/merge.c:536
3415#, c-format
3416msgid "Bad branch.%s.mergeoptions string: %s"
3417msgstr ""
3418
3419#: builtin/merge.c:629
3420msgid "git write-tree failed to write a tree"
3421msgstr ""
3422
3423#: builtin/merge.c:679
3424msgid "failed to read the cache"
3425msgstr ""
3426
3427#: builtin/merge.c:697
3428msgid "Unable to write index."
3429msgstr ""
3430
3431#: builtin/merge.c:710
3432msgid "Not handling anything other than two heads merge."
3433msgstr ""
3434
3435#: builtin/merge.c:724
3436#, c-format
3437msgid "Unknown option for merge-recursive: -X%s"
3438msgstr ""
3439
3440#: builtin/merge.c:738
3441#, c-format
3442msgid "unable to write %s"
3443msgstr ""
3444
3445#: builtin/merge.c:877
3446#, c-format
3447msgid "Could not read from '%s'"
3448msgstr ""
3449
3450#: builtin/merge.c:886
3451#, c-format
3452msgid "Not committing merge; use 'git commit' to complete the merge.\n"
3453msgstr ""
3454
3455#: builtin/merge.c:892
3456msgid ""
3457"Please enter a commit message to explain why this merge is necessary,\n"
3458"especially if it merges an updated upstream into a topic branch.\n"
3459"\n"
3460"Lines starting with '#' will be ignored, and an empty message aborts\n"
3461"the commit.\n"
3462msgstr ""
3463
3464#: builtin/merge.c:916
3465msgid "Empty commit message."
3466msgstr ""
3467
3468#: builtin/merge.c:928
3469#, c-format
3470msgid "Wonderful.\n"
3471msgstr ""
3472
3473#: builtin/merge.c:993
3474#, c-format
3475msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
3476msgstr ""
3477
3478#: builtin/merge.c:1009
3479#, c-format
3480msgid "'%s' is not a commit"
3481msgstr ""
3482
3483#: builtin/merge.c:1050
3484msgid "No current branch."
3485msgstr ""
3486
3487#: builtin/merge.c:1052
3488msgid "No remote for the current branch."
3489msgstr ""
3490
3491#: builtin/merge.c:1054
3492msgid "No default upstream defined for the current branch."
3493msgstr ""
3494
3495#: builtin/merge.c:1059
3496#, c-format
3497msgid "No remote tracking branch for %s from %s"
3498msgstr ""
3499
3500#: builtin/merge.c:1146 builtin/merge.c:1303
3501#, c-format
3502msgid "%s - not something we can merge"
3503msgstr ""
3504
3505#: builtin/merge.c:1214
3506msgid "There is no merge to abort (MERGE_HEAD missing)."
3507msgstr ""
3508
3509#: builtin/merge.c:1230 git-pull.sh:31
3510msgid ""
3511"You have not concluded your merge (MERGE_HEAD exists).\n"
3512"Please, commit your changes before you can merge."
3513msgstr ""
3514
3515#: builtin/merge.c:1233 git-pull.sh:34
3516msgid "You have not concluded your merge (MERGE_HEAD exists)."
3517msgstr ""
3518
3519#: builtin/merge.c:1237
3520msgid ""
3521"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
3522"Please, commit your changes before you can merge."
3523msgstr ""
3524
3525#: builtin/merge.c:1240
3526msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
3527msgstr ""
3528
3529#: builtin/merge.c:1249
3530msgid "You cannot combine --squash with --no-ff."
3531msgstr ""
3532
3533#: builtin/merge.c:1254
3534msgid "You cannot combine --no-ff with --ff-only."
3535msgstr ""
3536
3537#: builtin/merge.c:1261
3538msgid "No commit specified and merge.defaultToUpstream not set."
3539msgstr ""
3540
3541#: builtin/merge.c:1293
3542msgid "Can merge only exactly one commit into empty head"
3543msgstr ""
3544
3545#: builtin/merge.c:1296
3546msgid "Squash commit into empty head not supported yet"
3547msgstr ""
3548
3549#: builtin/merge.c:1298
3550msgid "Non-fast-forward commit does not make sense into an empty head"
3551msgstr ""
3552
3553#: builtin/merge.c:1413
3554#, c-format
3555msgid "Updating %s..%s\n"
3556msgstr ""
3557
3558#: builtin/merge.c:1451
3559#, c-format
3560msgid "Trying really trivial in-index merge...\n"
3561msgstr ""
3562
3563#: builtin/merge.c:1458
3564#, c-format
3565msgid "Nope.\n"
3566msgstr ""
3567
3568#: builtin/merge.c:1490
3569msgid "Not possible to fast-forward, aborting."
3570msgstr ""
3571
3572#: builtin/merge.c:1513 builtin/merge.c:1592
3573#, c-format
3574msgid "Rewinding the tree to pristine...\n"
3575msgstr ""
3576
3577#: builtin/merge.c:1517
3578#, c-format
3579msgid "Trying merge strategy %s...\n"
3580msgstr ""
3581
3582#: builtin/merge.c:1583
3583#, c-format
3584msgid "No merge strategy handled the merge.\n"
3585msgstr ""
3586
3587#: builtin/merge.c:1585
3588#, c-format
3589msgid "Merge with strategy %s failed.\n"
3590msgstr ""
3591
3592#: builtin/merge.c:1594
3593#, c-format
3594msgid "Using the %s to prepare resolving by hand.\n"
3595msgstr ""
3596
3597#: builtin/merge.c:1606
3598#, c-format
3599msgid "Automatic merge went well; stopped before committing as requested\n"
3600msgstr ""
3601
3602#: builtin/mv.c:108
3603#, c-format
3604msgid "Checking rename of '%s' to '%s'\n"
3605msgstr ""
3606
3607#: builtin/mv.c:112
3608msgid "bad source"
3609msgstr ""
3610
3611#: builtin/mv.c:115
3612msgid "can not move directory into itself"
3613msgstr ""
3614
3615#: builtin/mv.c:118
3616msgid "cannot move directory over file"
3617msgstr ""
3618
3619#: builtin/mv.c:128
3620#, c-format
3621msgid "Huh? %.*s is in index?"
3622msgstr ""
3623
3624#: builtin/mv.c:140
3625msgid "source directory is empty"
3626msgstr ""
3627
3628#: builtin/mv.c:171
3629msgid "not under version control"
3630msgstr ""
3631
3632#: builtin/mv.c:173
3633msgid "destination exists"
3634msgstr ""
3635
3636#: builtin/mv.c:181
3637#, c-format
3638msgid "overwriting '%s'"
3639msgstr ""
3640
3641#: builtin/mv.c:184
3642msgid "Cannot overwrite"
3643msgstr ""
3644
3645#: builtin/mv.c:187
3646msgid "multiple sources for the same target"
3647msgstr ""
3648
3649#: builtin/mv.c:202
3650#, c-format
3651msgid "%s, source=%s, destination=%s"
3652msgstr ""
3653
3654#: builtin/mv.c:212
3655#, c-format
3656msgid "Renaming %s to %s\n"
3657msgstr ""
3658
3659#: builtin/mv.c:215 builtin/remote.c:731
3660#, c-format
3661msgid "renaming '%s' failed"
3662msgstr ""
3663
3664#: builtin/notes.c:139
3665#, c-format
3666msgid "unable to start 'show' for object '%s'"
3667msgstr ""
3668
3669#: builtin/notes.c:145
3670msgid "can't fdopen 'show' output fd"
3671msgstr ""
3672
3673#: builtin/notes.c:155
3674#, c-format
3675msgid "failed to close pipe to 'show' for object '%s'"
3676msgstr ""
3677
3678#: builtin/notes.c:158
3679#, c-format
3680msgid "failed to finish 'show' for object '%s'"
3681msgstr ""
3682
3683#: builtin/notes.c:175 builtin/tag.c:347
3684#, c-format
3685msgid "could not create file '%s'"
3686msgstr ""
3687
3688#: builtin/notes.c:189
3689msgid "Please supply the note contents using either -m or -F option"
3690msgstr ""
3691
3692#: builtin/notes.c:210 builtin/notes.c:973
3693#, c-format
3694msgid "Removing note for object %s\n"
3695msgstr ""
3696
3697#: builtin/notes.c:215
3698msgid "unable to write note object"
3699msgstr ""
3700
3701#: builtin/notes.c:217
3702#, c-format
3703msgid "The note contents has been left in %s"
3704msgstr ""
3705
3706#: builtin/notes.c:251 builtin/tag.c:542
3707#, c-format
3708msgid "cannot read '%s'"
3709msgstr ""
3710
3711#: builtin/notes.c:253 builtin/tag.c:545
3712#, c-format
3713msgid "could not open or read '%s'"
3714msgstr ""
3715
3716#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:447
3717#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:644
3718#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:766
3719#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:558
3720#, c-format
3721msgid "Failed to resolve '%s' as a valid ref."
3722msgstr ""
3723
3724#: builtin/notes.c:275
3725#, c-format
3726msgid "Failed to read object '%s'."
3727msgstr ""
3728
3729#: builtin/notes.c:299
3730msgid "Cannot commit uninitialized/unreferenced notes tree"
3731msgstr ""
3732
3733#: builtin/notes.c:340
3734#, c-format
3735msgid "Bad notes.rewriteMode value: '%s'"
3736msgstr ""
3737
3738#: builtin/notes.c:350
3739#, c-format
3740msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3741msgstr ""
3742
3743#. TRANSLATORS: The first %s is the name of the
3744#. environment variable, the second %s is its value
3745#: builtin/notes.c:377
3746#, c-format
3747msgid "Bad %s value: '%s'"
3748msgstr ""
3749
3750#: builtin/notes.c:441
3751#, c-format
3752msgid "Malformed input line: '%s'."
3753msgstr ""
3754
3755#: builtin/notes.c:456
3756#, c-format
3757msgid "Failed to copy notes from '%s' to '%s'"
3758msgstr ""
3759
3760#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:627
3761#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:759
3762#: builtin/notes.c:1033
3763msgid "too many parameters"
3764msgstr ""
3765
3766#: builtin/notes.c:513 builtin/notes.c:772
3767#, c-format
3768msgid "No note found for object %s."
3769msgstr ""
3770
3771#: builtin/notes.c:580
3772#, c-format
3773msgid ""
3774"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
3775"existing notes"
3776msgstr ""
3777
3778#: builtin/notes.c:585 builtin/notes.c:662
3779#, c-format
3780msgid "Overwriting existing notes for object %s\n"
3781msgstr ""
3782
3783#: builtin/notes.c:635
3784msgid "too few parameters"
3785msgstr ""
3786
3787#: builtin/notes.c:656
3788#, c-format
3789msgid ""
3790"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
3791"existing notes"
3792msgstr ""
3793
3794#: builtin/notes.c:668
3795#, c-format
3796msgid "Missing notes on source object %s. Cannot copy."
3797msgstr ""
3798
3799#: builtin/notes.c:717
3800#, c-format
3801msgid ""
3802"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
3803"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
3804msgstr ""
3805
3806#: builtin/notes.c:971
3807#, c-format
3808msgid "Object %s has no note\n"
3809msgstr ""
3810
3811#: builtin/notes.c:1103 builtin/remote.c:1598
3812#, c-format
3813msgid "Unknown subcommand: %s"
3814msgstr ""
3815
3816#: builtin/pack-objects.c:183 builtin/pack-objects.c:186
3817#, c-format
3818msgid "deflate error (%d)"
3819msgstr ""
3820
3821#: builtin/pack-objects.c:2398
3822#, c-format
3823msgid "unsupported index version %s"
3824msgstr ""
3825
3826#: builtin/pack-objects.c:2402
3827#, c-format
3828msgid "bad index version '%s'"
3829msgstr ""
3830
3831#: builtin/pack-objects.c:2425
3832#, c-format
3833msgid "option %s does not accept negative form"
3834msgstr ""
3835
3836#: builtin/pack-objects.c:2429
3837#, c-format
3838msgid "unable to parse value '%s' for option %s"
3839msgstr ""
3840
3841#: builtin/push.c:45
3842msgid "tag shorthand without <tag>"
3843msgstr ""
3844
3845#: builtin/push.c:64
3846msgid "--delete only accepts plain target ref names"
3847msgstr ""
3848
3849#: builtin/push.c:99
3850msgid ""
3851"\n"
3852"To choose either option permanently, see push.default in 'git help config'."
3853msgstr ""
3854
3855#: builtin/push.c:102
3856#, c-format
3857msgid ""
3858"The upstream branch of your current branch does not match\n"
3859"the name of your current branch.  To push to the upstream branch\n"
3860"on the remote, use\n"
3861"\n"
3862"    git push %s HEAD:%s\n"
3863"\n"
3864"To push to the branch of the same name on the remote, use\n"
3865"\n"
3866"    git push %s %s\n"
3867"%s"
3868msgstr ""
3869
3870#: builtin/push.c:121
3871#, c-format
3872msgid ""
3873"You are not currently on a branch.\n"
3874"To push the history leading to the current (detached HEAD)\n"
3875"state now, use\n"
3876"\n"
3877"    git push %s HEAD:<name-of-remote-branch>\n"
3878msgstr ""
3879
3880#: builtin/push.c:128
3881#, c-format
3882msgid ""
3883"The current branch %s has no upstream branch.\n"
3884"To push the current branch and set the remote as upstream, use\n"
3885"\n"
3886"    git push --set-upstream %s %s\n"
3887msgstr ""
3888
3889#: builtin/push.c:136
3890#, c-format
3891msgid "The current branch %s has multiple upstream branches, refusing to push."
3892msgstr ""
3893
3894#: builtin/push.c:139
3895#, c-format
3896msgid ""
3897"You are pushing to remote '%s', which is not the upstream of\n"
3898"your current branch '%s', without telling me what to push\n"
3899"to update which remote branch."
3900msgstr ""
3901
3902#: builtin/push.c:174
3903msgid ""
3904"You didn't specify any refspecs to push, and push.default is \"nothing\"."
3905msgstr ""
3906
3907#: builtin/push.c:181
3908msgid ""
3909"Updates were rejected because the tip of your current branch is behind\n"
3910"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"
3911"before pushing again.\n"
3912"See the 'Note about fast-forwards' in 'git push --help' for details."
3913msgstr ""
3914
3915#: builtin/push.c:187
3916msgid ""
3917"Updates were rejected because a pushed branch tip is behind its remote\n"
3918"counterpart. If you did not intend to push that branch, you may want to\n"
3919"specify branches to push or set the 'push.default' configuration\n"
3920"variable to 'current' or 'upstream' to push only the current branch."
3921msgstr ""
3922
3923#: builtin/push.c:193
3924msgid ""
3925"Updates were rejected because a pushed branch tip is behind its remote\n"
3926"counterpart. Check out this branch and merge the remote changes\n"
3927"(e.g. 'git pull') before pushing again.\n"
3928"See the 'Note about fast-forwards' in 'git push --help' for details."
3929msgstr ""
3930
3931#: builtin/push.c:233
3932#, c-format
3933msgid "Pushing to %s\n"
3934msgstr ""
3935
3936#: builtin/push.c:237
3937#, c-format
3938msgid "failed to push some refs to '%s'"
3939msgstr ""
3940
3941#: builtin/push.c:269
3942#, c-format
3943msgid "bad repository '%s'"
3944msgstr ""
3945
3946#: builtin/push.c:270
3947msgid ""
3948"No configured push destination.\n"
3949"Either specify the URL from the command-line or configure a remote "
3950"repository using\n"
3951"\n"
3952"    git remote add <name> <url>\n"
3953"\n"
3954"and then push using the remote name\n"
3955"\n"
3956"    git push <name>\n"
3957msgstr ""
3958
3959#: builtin/push.c:285
3960msgid "--all and --tags are incompatible"
3961msgstr ""
3962
3963#: builtin/push.c:286
3964msgid "--all can't be combined with refspecs"
3965msgstr ""
3966
3967#: builtin/push.c:291
3968msgid "--mirror and --tags are incompatible"
3969msgstr ""
3970
3971#: builtin/push.c:292
3972msgid "--mirror can't be combined with refspecs"
3973msgstr ""
3974
3975#: builtin/push.c:297
3976msgid "--all and --mirror are incompatible"
3977msgstr ""
3978
3979#: builtin/push.c:385
3980msgid "--delete is incompatible with --all, --mirror and --tags"
3981msgstr ""
3982
3983#: builtin/push.c:387
3984msgid "--delete doesn't make sense without any refs"
3985msgstr ""
3986
3987#: builtin/remote.c:98
3988#, c-format
3989msgid "Updating %s"
3990msgstr ""
3991
3992#: builtin/remote.c:130
3993msgid ""
3994"--mirror is dangerous and deprecated; please\n"
3995"\t use --mirror=fetch or --mirror=push instead"
3996msgstr ""
3997
3998#: builtin/remote.c:147
3999#, c-format
4000msgid "unknown mirror argument: %s"
4001msgstr ""
4002
4003#: builtin/remote.c:185
4004msgid "specifying a master branch makes no sense with --mirror"
4005msgstr ""
4006
4007#: builtin/remote.c:187
4008msgid "specifying branches to track makes sense only with fetch mirrors"
4009msgstr ""
4010
4011#: builtin/remote.c:195 builtin/remote.c:646
4012#, c-format
4013msgid "remote %s already exists."
4014msgstr ""
4015
4016#: builtin/remote.c:199 builtin/remote.c:650
4017#, c-format
4018msgid "'%s' is not a valid remote name"
4019msgstr ""
4020
4021#: builtin/remote.c:243
4022#, c-format
4023msgid "Could not setup master '%s'"
4024msgstr ""
4025
4026#: builtin/remote.c:299
4027#, c-format
4028msgid "more than one %s"
4029msgstr ""
4030
4031#: builtin/remote.c:339
4032#, c-format
4033msgid "Could not get fetch map for refspec %s"
4034msgstr ""
4035
4036#: builtin/remote.c:440 builtin/remote.c:448
4037msgid "(matching)"
4038msgstr ""
4039
4040#: builtin/remote.c:452
4041msgid "(delete)"
4042msgstr ""
4043
4044#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
4045#, c-format
4046msgid "Could not append '%s' to '%s'"
4047msgstr ""
4048
4049#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
4050#, c-format
4051msgid "No such remote: %s"
4052msgstr ""
4053
4054#: builtin/remote.c:656
4055#, c-format
4056msgid "Could not rename config section '%s' to '%s'"
4057msgstr ""
4058
4059#: builtin/remote.c:662 builtin/remote.c:799
4060#, c-format
4061msgid "Could not remove config section '%s'"
4062msgstr ""
4063
4064#: builtin/remote.c:677
4065#, c-format
4066msgid ""
4067"Not updating non-default fetch refspec\n"
4068"\t%s\n"
4069"\tPlease update the configuration manually if necessary."
4070msgstr ""
4071
4072#: builtin/remote.c:683
4073#, c-format
4074msgid "Could not append '%s'"
4075msgstr ""
4076
4077#: builtin/remote.c:694
4078#, c-format
4079msgid "Could not set '%s'"
4080msgstr ""
4081
4082#: builtin/remote.c:716
4083#, c-format
4084msgid "deleting '%s' failed"
4085msgstr ""
4086
4087#: builtin/remote.c:750
4088#, c-format
4089msgid "creating '%s' failed"
4090msgstr ""
4091
4092#: builtin/remote.c:764
4093#, c-format
4094msgid "Could not remove branch %s"
4095msgstr ""
4096
4097#: builtin/remote.c:834
4098msgid ""
4099"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
4100"to delete it, use:"
4101msgid_plural ""
4102"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
4103"to delete them, use:"
4104msgstr[0] ""
4105msgstr[1] ""
4106
4107#: builtin/remote.c:943
4108#, c-format
4109msgid " new (next fetch will store in remotes/%s)"
4110msgstr ""
4111
4112#: builtin/remote.c:946
4113msgid " tracked"
4114msgstr ""
4115
4116#: builtin/remote.c:948
4117msgid " stale (use 'git remote prune' to remove)"
4118msgstr ""
4119
4120#: builtin/remote.c:950
4121msgid " ???"
4122msgstr ""
4123
4124#: builtin/remote.c:991
4125#, c-format
4126msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
4127msgstr ""
4128
4129#: builtin/remote.c:998
4130#, c-format
4131msgid "rebases onto remote %s"
4132msgstr ""
4133
4134#: builtin/remote.c:1001
4135#, c-format
4136msgid " merges with remote %s"
4137msgstr ""
4138
4139#: builtin/remote.c:1002
4140msgid "    and with remote"
4141msgstr ""
4142
4143#: builtin/remote.c:1004
4144#, c-format
4145msgid "merges with remote %s"
4146msgstr ""
4147
4148#: builtin/remote.c:1005
4149msgid "   and with remote"
4150msgstr ""
4151
4152#: builtin/remote.c:1051
4153msgid "create"
4154msgstr ""
4155
4156#: builtin/remote.c:1054
4157msgid "delete"
4158msgstr ""
4159
4160#: builtin/remote.c:1058
4161msgid "up to date"
4162msgstr ""
4163
4164#: builtin/remote.c:1061
4165msgid "fast-forwardable"
4166msgstr ""
4167
4168#: builtin/remote.c:1064
4169msgid "local out of date"
4170msgstr ""
4171
4172#: builtin/remote.c:1071
4173#, c-format
4174msgid "    %-*s forces to %-*s (%s)"
4175msgstr ""
4176
4177#: builtin/remote.c:1074
4178#, c-format
4179msgid "    %-*s pushes to %-*s (%s)"
4180msgstr ""
4181
4182#: builtin/remote.c:1078
4183#, c-format
4184msgid "    %-*s forces to %s"
4185msgstr ""
4186
4187#: builtin/remote.c:1081
4188#, c-format
4189msgid "    %-*s pushes to %s"
4190msgstr ""
4191
4192#: builtin/remote.c:1118
4193#, c-format
4194msgid "* remote %s"
4195msgstr ""
4196
4197#: builtin/remote.c:1119
4198#, c-format
4199msgid "  Fetch URL: %s"
4200msgstr ""
4201
4202#: builtin/remote.c:1120 builtin/remote.c:1285
4203msgid "(no URL)"
4204msgstr ""
4205
4206#: builtin/remote.c:1129 builtin/remote.c:1131
4207#, c-format
4208msgid "  Push  URL: %s"
4209msgstr ""
4210
4211#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
4212#, c-format
4213msgid "  HEAD branch: %s"
4214msgstr ""
4215
4216#: builtin/remote.c:1139
4217#, c-format
4218msgid ""
4219"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
4220msgstr ""
4221
4222#: builtin/remote.c:1151
4223#, c-format
4224msgid "  Remote branch:%s"
4225msgid_plural "  Remote branches:%s"
4226msgstr[0] ""
4227msgstr[1] ""
4228
4229#: builtin/remote.c:1154 builtin/remote.c:1181
4230msgid " (status not queried)"
4231msgstr ""
4232
4233#: builtin/remote.c:1163
4234msgid "  Local branch configured for 'git pull':"
4235msgid_plural "  Local branches configured for 'git pull':"
4236msgstr[0] ""
4237msgstr[1] ""
4238
4239#: builtin/remote.c:1171
4240msgid "  Local refs will be mirrored by 'git push'"
4241msgstr ""
4242
4243#: builtin/remote.c:1178
4244#, c-format
4245msgid "  Local ref configured for 'git push'%s:"
4246msgid_plural "  Local refs configured for 'git push'%s:"
4247msgstr[0] ""
4248msgstr[1] ""
4249
4250#: builtin/remote.c:1216
4251msgid "Cannot determine remote HEAD"
4252msgstr ""
4253
4254#: builtin/remote.c:1218
4255msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
4256msgstr ""
4257
4258#: builtin/remote.c:1228
4259#, c-format
4260msgid "Could not delete %s"
4261msgstr ""
4262
4263#: builtin/remote.c:1236
4264#, c-format
4265msgid "Not a valid ref: %s"
4266msgstr ""
4267
4268#: builtin/remote.c:1238
4269#, c-format
4270msgid "Could not setup %s"
4271msgstr ""
4272
4273#: builtin/remote.c:1274
4274#, c-format
4275msgid " %s will become dangling!"
4276msgstr ""
4277
4278#: builtin/remote.c:1275
4279#, c-format
4280msgid " %s has become dangling!"
4281msgstr ""
4282
4283#: builtin/remote.c:1281
4284#, c-format
4285msgid "Pruning %s"
4286msgstr ""
4287
4288#: builtin/remote.c:1282
4289#, c-format
4290msgid "URL: %s"
4291msgstr ""
4292
4293#: builtin/remote.c:1295
4294#, c-format
4295msgid " * [would prune] %s"
4296msgstr ""
4297
4298#: builtin/remote.c:1298
4299#, c-format
4300msgid " * [pruned] %s"
4301msgstr ""
4302
4303#: builtin/remote.c:1387 builtin/remote.c:1461
4304#, c-format
4305msgid "No such remote '%s'"
4306msgstr ""
4307
4308#: builtin/remote.c:1414
4309msgid "no remote specified"
4310msgstr ""
4311
4312#: builtin/remote.c:1447
4313msgid "--add --delete doesn't make sense"
4314msgstr ""
4315
4316#: builtin/remote.c:1487
4317#, c-format
4318msgid "Invalid old URL pattern: %s"
4319msgstr ""
4320
4321#: builtin/remote.c:1495
4322#, c-format
4323msgid "No such URL found: %s"
4324msgstr ""
4325
4326#: builtin/remote.c:1497
4327msgid "Will not delete all non-push URLs"
4328msgstr ""
4329
4330#: builtin/reset.c:33
4331msgid "mixed"
4332msgstr ""
4333
4334#: builtin/reset.c:33
4335msgid "soft"
4336msgstr ""
4337
4338#: builtin/reset.c:33
4339msgid "hard"
4340msgstr ""
4341
4342#: builtin/reset.c:33
4343msgid "merge"
4344msgstr ""
4345
4346#: builtin/reset.c:33
4347msgid "keep"
4348msgstr ""
4349
4350#: builtin/reset.c:77
4351msgid "You do not have a valid HEAD."
4352msgstr ""
4353
4354#: builtin/reset.c:79
4355msgid "Failed to find tree of HEAD."
4356msgstr ""
4357
4358#: builtin/reset.c:85
4359#, c-format
4360msgid "Failed to find tree of %s."
4361msgstr ""
4362
4363#: builtin/reset.c:96
4364msgid "Could not write new index file."
4365msgstr ""
4366
4367#: builtin/reset.c:106
4368#, c-format
4369msgid "HEAD is now at %s"
4370msgstr ""
4371
4372#: builtin/reset.c:130
4373msgid "Could not read index"
4374msgstr ""
4375
4376#: builtin/reset.c:133
4377msgid "Unstaged changes after reset:"
4378msgstr ""
4379
4380#: builtin/reset.c:223
4381#, c-format
4382msgid "Cannot do a %s reset in the middle of a merge."
4383msgstr ""
4384
4385#: builtin/reset.c:303
4386#, c-format
4387msgid "Could not parse object '%s'."
4388msgstr ""
4389
4390#: builtin/reset.c:308
4391msgid "--patch is incompatible with --{hard,mixed,soft}"
4392msgstr ""
4393
4394#: builtin/reset.c:317
4395msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
4396msgstr ""
4397
4398#: builtin/reset.c:319
4399#, c-format
4400msgid "Cannot do %s reset with paths."
4401msgstr ""
4402
4403#: builtin/reset.c:331
4404#, c-format
4405msgid "%s reset is not allowed in a bare repository"
4406msgstr ""
4407
4408#: builtin/reset.c:347
4409#, c-format
4410msgid "Could not reset index file to revision '%s'."
4411msgstr ""
4412
4413#: builtin/revert.c:70 builtin/revert.c:92
4414#, c-format
4415msgid "%s: %s cannot be used with %s"
4416msgstr ""
4417
4418#: builtin/revert.c:131
4419msgid "program error"
4420msgstr ""
4421
4422#: builtin/revert.c:221
4423msgid "revert failed"
4424msgstr ""
4425
4426#: builtin/revert.c:236
4427msgid "cherry-pick failed"
4428msgstr ""
4429
4430#: builtin/rm.c:109
4431#, c-format
4432msgid ""
4433"'%s' has staged content different from both the file and the HEAD\n"
4434"(use -f to force removal)"
4435msgstr ""
4436
4437#: builtin/rm.c:115
4438#, c-format
4439msgid ""
4440"'%s' has changes staged in the index\n"
4441"(use --cached to keep the file, or -f to force removal)"
4442msgstr ""
4443
4444#: builtin/rm.c:119
4445#, c-format
4446msgid ""
4447"'%s' has local modifications\n"
4448"(use --cached to keep the file, or -f to force removal)"
4449msgstr ""
4450
4451#: builtin/rm.c:194
4452#, c-format
4453msgid "not removing '%s' recursively without -r"
4454msgstr ""
4455
4456#: builtin/rm.c:230
4457#, c-format
4458msgid "git rm: unable to remove %s"
4459msgstr ""
4460
4461#: builtin/shortlog.c:157
4462#, c-format
4463msgid "Missing author: %s"
4464msgstr ""
4465
4466#: builtin/tag.c:60
4467#, c-format
4468msgid "malformed object at '%s'"
4469msgstr ""
4470
4471#: builtin/tag.c:207
4472#, c-format
4473msgid "tag name too long: %.*s..."
4474msgstr ""
4475
4476#: builtin/tag.c:212
4477#, c-format
4478msgid "tag '%s' not found."
4479msgstr ""
4480
4481#: builtin/tag.c:227
4482#, c-format
4483msgid "Deleted tag '%s' (was %s)\n"
4484msgstr ""
4485
4486#: builtin/tag.c:239
4487#, c-format
4488msgid "could not verify the tag '%s'"
4489msgstr ""
4490
4491#: builtin/tag.c:249
4492msgid ""
4493"\n"
4494"#\n"
4495"# Write a tag message\n"
4496"# Lines starting with '#' will be ignored.\n"
4497"#\n"
4498msgstr ""
4499
4500#: builtin/tag.c:256
4501msgid ""
4502"\n"
4503"#\n"
4504"# Write a tag message\n"
4505"# Lines starting with '#' will be kept; you may remove them yourself if you "
4506"want to.\n"
4507"#\n"
4508msgstr ""
4509
4510#: builtin/tag.c:298
4511msgid "unable to sign the tag"
4512msgstr ""
4513
4514#: builtin/tag.c:300
4515msgid "unable to write tag file"
4516msgstr ""
4517
4518#: builtin/tag.c:325
4519msgid "bad object type."
4520msgstr ""
4521
4522#: builtin/tag.c:338
4523msgid "tag header too big."
4524msgstr ""
4525
4526#: builtin/tag.c:370
4527msgid "no tag message?"
4528msgstr ""
4529
4530#: builtin/tag.c:376
4531#, c-format
4532msgid "The tag message has been left in %s\n"
4533msgstr ""
4534
4535#: builtin/tag.c:425
4536msgid "switch 'points-at' requires an object"
4537msgstr ""
4538
4539#: builtin/tag.c:427
4540#, c-format
4541msgid "malformed object name '%s'"
4542msgstr ""
4543
4544#: builtin/tag.c:506
4545msgid "--column and -n are incompatible"
4546msgstr ""
4547
4548#: builtin/tag.c:523
4549msgid "-n option is only allowed with -l."
4550msgstr ""
4551
4552#: builtin/tag.c:525
4553msgid "--contains option is only allowed with -l."
4554msgstr ""
4555
4556#: builtin/tag.c:527
4557msgid "--points-at option is only allowed with -l."
4558msgstr ""
4559
4560#: builtin/tag.c:535
4561msgid "only one -F or -m option is allowed."
4562msgstr ""
4563
4564#: builtin/tag.c:555
4565msgid "too many params"
4566msgstr ""
4567
4568#: builtin/tag.c:561
4569#, c-format
4570msgid "'%s' is not a valid tag name."
4571msgstr ""
4572
4573#: builtin/tag.c:566
4574#, c-format
4575msgid "tag '%s' already exists"
4576msgstr ""
4577
4578#: builtin/tag.c:584
4579#, c-format
4580msgid "%s: cannot lock the ref"
4581msgstr ""
4582
4583#: builtin/tag.c:586
4584#, c-format
4585msgid "%s: cannot update the ref"
4586msgstr ""
4587
4588#: builtin/tag.c:588
4589#, c-format
4590msgid "Updated tag '%s' (was %s)\n"
4591msgstr ""
4592
4593#: git.c:16
4594msgid "See 'git help <command>' for more information on a specific command."
4595msgstr ""
4596
4597#: parse-options.h:133 parse-options.h:235
4598msgid "n"
4599msgstr ""
4600
4601#: parse-options.h:141
4602msgid "time"
4603msgstr ""
4604
4605#: parse-options.h:149
4606msgid "file"
4607msgstr ""
4608
4609#: parse-options.h:151
4610msgid "when"
4611msgstr ""
4612
4613#: parse-options.h:156
4614msgid "no-op (backward compatibility)"
4615msgstr ""
4616
4617#: parse-options.h:228
4618msgid "be more verbose"
4619msgstr ""
4620
4621#: parse-options.h:230
4622msgid "be more quiet"
4623msgstr ""
4624
4625#: parse-options.h:236
4626msgid "use <n> digits to display SHA-1s"
4627msgstr ""
4628
4629#: common-cmds.h:8
4630msgid "Add file contents to the index"
4631msgstr ""
4632
4633#: common-cmds.h:9
4634msgid "Find by binary search the change that introduced a bug"
4635msgstr ""
4636
4637#: common-cmds.h:10
4638msgid "List, create, or delete branches"
4639msgstr ""
4640
4641#: common-cmds.h:11
4642msgid "Checkout a branch or paths to the working tree"
4643msgstr ""
4644
4645#: common-cmds.h:12
4646msgid "Clone a repository into a new directory"
4647msgstr ""
4648
4649#: common-cmds.h:13
4650msgid "Record changes to the repository"
4651msgstr ""
4652
4653#: common-cmds.h:14
4654msgid "Show changes between commits, commit and working tree, etc"
4655msgstr ""
4656
4657#: common-cmds.h:15
4658msgid "Download objects and refs from another repository"
4659msgstr ""
4660
4661#: common-cmds.h:16
4662msgid "Print lines matching a pattern"
4663msgstr ""
4664
4665#: common-cmds.h:17
4666msgid "Create an empty git repository or reinitialize an existing one"
4667msgstr ""
4668
4669#: common-cmds.h:18
4670msgid "Show commit logs"
4671msgstr ""
4672
4673#: common-cmds.h:19
4674msgid "Join two or more development histories together"
4675msgstr ""
4676
4677#: common-cmds.h:20
4678msgid "Move or rename a file, a directory, or a symlink"
4679msgstr ""
4680
4681#: common-cmds.h:21
4682msgid "Fetch from and merge with another repository or a local branch"
4683msgstr ""
4684
4685#: common-cmds.h:22
4686msgid "Update remote refs along with associated objects"
4687msgstr ""
4688
4689#: common-cmds.h:23
4690msgid "Forward-port local commits to the updated upstream head"
4691msgstr ""
4692
4693#: common-cmds.h:24
4694msgid "Reset current HEAD to the specified state"
4695msgstr ""
4696
4697#: common-cmds.h:25
4698msgid "Remove files from the working tree and from the index"
4699msgstr ""
4700
4701#: common-cmds.h:26
4702msgid "Show various types of objects"
4703msgstr ""
4704
4705#: common-cmds.h:27
4706msgid "Show the working tree status"
4707msgstr ""
4708
4709#: common-cmds.h:28
4710msgid "Create, list, delete or verify a tag object signed with GPG"
4711msgstr ""
4712
4713#: git-am.sh:50
4714msgid "You need to set your committer info first"
4715msgstr ""
4716
4717#: git-am.sh:95
4718msgid ""
4719"You seem to have moved HEAD since the last 'am' failure.\n"
4720"Not rewinding to ORIG_HEAD"
4721msgstr ""
4722
4723#: git-am.sh:105
4724#, sh-format
4725msgid ""
4726"When you have resolved this problem run \"$cmdline --resolved\".\n"
4727"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
4728"To restore the original branch and stop patching run \"$cmdline --abort\"."
4729msgstr ""
4730
4731#: git-am.sh:121
4732msgid "Cannot fall back to three-way merge."
4733msgstr ""
4734
4735#: git-am.sh:137
4736msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4737msgstr ""
4738
4739#: git-am.sh:154
4740msgid ""
4741"Did you hand edit your patch?\n"
4742"It does not apply to blobs recorded in its index."
4743msgstr ""
4744
4745#: git-am.sh:163
4746msgid "Falling back to patching base and 3-way merge..."
4747msgstr ""
4748
4749#: git-am.sh:275
4750msgid "Only one StGIT patch series can be applied at once"
4751msgstr ""
4752
4753#: git-am.sh:362
4754#, sh-format
4755msgid "Patch format $patch_format is not supported."
4756msgstr ""
4757
4758#: git-am.sh:364
4759msgid "Patch format detection failed."
4760msgstr ""
4761
4762#: git-am.sh:418
4763msgid "-d option is no longer supported.  Do not use."
4764msgstr ""
4765
4766#: git-am.sh:481
4767#, sh-format
4768msgid "previous rebase directory $dotest still exists but mbox given."
4769msgstr ""
4770
4771#: git-am.sh:486
4772msgid "Please make up your mind. --skip or --abort?"
4773msgstr ""
4774
4775#: git-am.sh:513
4776msgid "Resolve operation not in progress, we are not resuming."
4777msgstr ""
4778
4779#: git-am.sh:579
4780#, sh-format
4781msgid "Dirty index: cannot apply patches (dirty: $files)"
4782msgstr ""
4783
4784#: git-am.sh:683
4785#, sh-format
4786msgid ""
4787"Patch is empty.  Was it split wrong?\n"
4788"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
4789"To restore the original branch and stop patching run \"$cmdline --abort\"."
4790msgstr ""
4791
4792#: git-am.sh:710
4793msgid "Patch does not have a valid e-mail address."
4794msgstr ""
4795
4796#: git-am.sh:757
4797msgid "cannot be interactive without stdin connected to a terminal."
4798msgstr ""
4799
4800#: git-am.sh:761
4801msgid "Commit Body is:"
4802msgstr ""
4803
4804#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4805#. in your translation. The program will only accept English
4806#. input at this point.
4807#: git-am.sh:768
4808msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
4809msgstr ""
4810
4811#: git-am.sh:804
4812#, sh-format
4813msgid "Applying: $FIRSTLINE"
4814msgstr ""
4815
4816#: git-am.sh:825
4817msgid ""
4818"No changes - did you forget to use 'git add'?\n"
4819"If there is nothing left to stage, chances are that something else\n"
4820"already introduced the same changes; you might want to skip this patch."
4821msgstr ""
4822
4823#: git-am.sh:833
4824msgid ""
4825"You still have unmerged paths in your index\n"
4826"did you forget to use 'git add'?"
4827msgstr ""
4828
4829#: git-am.sh:849
4830msgid "No changes -- Patch already applied."
4831msgstr ""
4832
4833#: git-am.sh:859
4834#, sh-format
4835msgid "Patch failed at $msgnum $FIRSTLINE"
4836msgstr ""
4837
4838#: git-am.sh:880
4839msgid "applying to an empty history"
4840msgstr ""
4841
4842#: git-bisect.sh:48
4843msgid "You need to start by \"git bisect start\""
4844msgstr ""
4845
4846#. TRANSLATORS: Make sure to include [Y] and [n] in your
4847#. translation. The program will only accept English input
4848#. at this point.
4849#: git-bisect.sh:54
4850msgid "Do you want me to do it for you [Y/n]? "
4851msgstr ""
4852
4853#: git-bisect.sh:95
4854#, sh-format
4855msgid "unrecognised option: '$arg'"
4856msgstr ""
4857
4858#: git-bisect.sh:99
4859#, sh-format
4860msgid "'$arg' does not appear to be a valid revision"
4861msgstr ""
4862
4863#: git-bisect.sh:117
4864msgid "Bad HEAD - I need a HEAD"
4865msgstr ""
4866
4867#: git-bisect.sh:130
4868#, sh-format
4869msgid ""
4870"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
4871msgstr ""
4872
4873#: git-bisect.sh:140
4874msgid "won't bisect on seeked tree"
4875msgstr ""
4876
4877#: git-bisect.sh:144
4878msgid "Bad HEAD - strange symbolic ref"
4879msgstr ""
4880
4881#: git-bisect.sh:189
4882#, sh-format
4883msgid "Bad bisect_write argument: $state"
4884msgstr ""
4885
4886#: git-bisect.sh:218
4887#, sh-format
4888msgid "Bad rev input: $arg"
4889msgstr ""
4890
4891#: git-bisect.sh:232
4892msgid "Please call 'bisect_state' with at least one argument."
4893msgstr ""
4894
4895#: git-bisect.sh:244
4896#, sh-format
4897msgid "Bad rev input: $rev"
4898msgstr ""
4899
4900#: git-bisect.sh:250
4901msgid "'git bisect bad' can take only one argument."
4902msgstr ""
4903
4904#. have bad but not good.  we could bisect although
4905#. this is less optimum.
4906#: git-bisect.sh:273
4907msgid "Warning: bisecting only with a bad commit."
4908msgstr ""
4909
4910#. TRANSLATORS: Make sure to include [Y] and [n] in your
4911#. translation. The program will only accept English input
4912#. at this point.
4913#: git-bisect.sh:279
4914msgid "Are you sure [Y/n]? "
4915msgstr ""
4916
4917#: git-bisect.sh:289
4918msgid ""
4919"You need to give me at least one good and one bad revisions.\n"
4920"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
4921msgstr ""
4922
4923#: git-bisect.sh:292
4924msgid ""
4925"You need to start by \"git bisect start\".\n"
4926"You then need to give me at least one good and one bad revisions.\n"
4927"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
4928msgstr ""
4929
4930#: git-bisect.sh:347 git-bisect.sh:474
4931msgid "We are not bisecting."
4932msgstr ""
4933
4934#: git-bisect.sh:354
4935#, sh-format
4936msgid "'$invalid' is not a valid commit"
4937msgstr ""
4938
4939#: git-bisect.sh:363
4940#, sh-format
4941msgid ""
4942"Could not check out original HEAD '$branch'.\n"
4943"Try 'git bisect reset <commit>'."
4944msgstr ""
4945
4946#: git-bisect.sh:390
4947msgid "No logfile given"
4948msgstr ""
4949
4950#: git-bisect.sh:391
4951#, sh-format
4952msgid "cannot read $file for replaying"
4953msgstr ""
4954
4955#: git-bisect.sh:408
4956msgid "?? what are you talking about?"
4957msgstr ""
4958
4959#: git-bisect.sh:420
4960#, sh-format
4961msgid "running $command"
4962msgstr ""
4963
4964#: git-bisect.sh:427
4965#, sh-format
4966msgid ""
4967"bisect run failed:\n"
4968"exit code $res from '$command' is < 0 or >= 128"
4969msgstr ""
4970
4971#: git-bisect.sh:453
4972msgid "bisect run cannot continue any more"
4973msgstr ""
4974
4975#: git-bisect.sh:459
4976#, sh-format
4977msgid ""
4978"bisect run failed:\n"
4979"'bisect_state $state' exited with error code $res"
4980msgstr ""
4981
4982#: git-bisect.sh:466
4983msgid "bisect run success"
4984msgstr ""
4985
4986#: git-pull.sh:21
4987msgid ""
4988"Pull is not possible because you have unmerged files.\n"
4989"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
4990"as appropriate to mark resolution, or use 'git commit -a'."
4991msgstr ""
4992
4993#: git-pull.sh:25
4994msgid "Pull is not possible because you have unmerged files."
4995msgstr ""
4996
4997#: git-pull.sh:197
4998msgid "updating an unborn branch with changes added to the index"
4999msgstr ""
5000
5001#. The fetch involved updating the current branch.
5002#. The working tree and the index file is still based on the
5003#. $orig_head commit, but we are merging into $curr_head.
5004#. First update the working tree to match $curr_head.
5005#: git-pull.sh:228
5006#, sh-format
5007msgid ""
5008"Warning: fetch updated the current branch head.\n"
5009"Warning: fast-forwarding your working tree from\n"
5010"Warning: commit $orig_head."
5011msgstr ""
5012
5013#: git-pull.sh:253
5014msgid "Cannot merge multiple branches into empty head"
5015msgstr ""
5016
5017#: git-pull.sh:257
5018msgid "Cannot rebase onto multiple branches"
5019msgstr ""
5020
5021#: git-stash.sh:51
5022msgid "git stash clear with parameters is unimplemented"
5023msgstr ""
5024
5025#: git-stash.sh:74
5026msgid "You do not have the initial commit yet"
5027msgstr ""
5028
5029#: git-stash.sh:89
5030msgid "Cannot save the current index state"
5031msgstr ""
5032
5033#: git-stash.sh:123 git-stash.sh:136
5034msgid "Cannot save the current worktree state"
5035msgstr ""
5036
5037#: git-stash.sh:140
5038msgid "No changes selected"
5039msgstr ""
5040
5041#: git-stash.sh:143
5042msgid "Cannot remove temporary index (can't happen)"
5043msgstr ""
5044
5045#: git-stash.sh:156
5046msgid "Cannot record working tree state"
5047msgstr ""
5048
5049#. TRANSLATORS: $option is an invalid option, like
5050#. `--blah-blah'. The 7 spaces at the beginning of the
5051#. second line correspond to "error: ". So you should line
5052#. up the second line with however many characters the
5053#. translation of "error: " takes in your language. E.g. in
5054#. English this is:
5055#.
5056#. $ git stash save --blah-blah 2>&1 | head -n 2
5057#. error: unknown option for 'stash save': --blah-blah
5058#. To provide a message, use git stash save -- '--blah-blah'
5059#: git-stash.sh:202
5060#, sh-format
5061msgid ""
5062"error: unknown option for 'stash save': $option\n"
5063"       To provide a message, use git stash save -- '$option'"
5064msgstr ""
5065
5066#: git-stash.sh:223
5067msgid "No local changes to save"
5068msgstr ""
5069
5070#: git-stash.sh:227
5071msgid "Cannot initialize stash"
5072msgstr ""
5073
5074#: git-stash.sh:235
5075msgid "Cannot save the current status"
5076msgstr ""
5077
5078#: git-stash.sh:253
5079msgid "Cannot remove worktree changes"
5080msgstr ""
5081
5082#: git-stash.sh:352
5083msgid "No stash found."
5084msgstr ""
5085
5086#: git-stash.sh:359
5087#, sh-format
5088msgid "Too many revisions specified: $REV"
5089msgstr ""
5090
5091#: git-stash.sh:365
5092#, sh-format
5093msgid "$reference is not valid reference"
5094msgstr ""
5095
5096#: git-stash.sh:393
5097#, sh-format
5098msgid "'$args' is not a stash-like commit"
5099msgstr ""
5100
5101#: git-stash.sh:404
5102#, sh-format
5103msgid "'$args' is not a stash reference"
5104msgstr ""
5105
5106#: git-stash.sh:412
5107msgid "unable to refresh index"
5108msgstr ""
5109
5110#: git-stash.sh:416
5111msgid "Cannot apply a stash in the middle of a merge"
5112msgstr ""
5113
5114#: git-stash.sh:424
5115msgid "Conflicts in index. Try without --index."
5116msgstr ""
5117
5118#: git-stash.sh:426
5119msgid "Could not save index tree"
5120msgstr ""
5121
5122#: git-stash.sh:460
5123msgid "Cannot unstage modified files"
5124msgstr ""
5125
5126#: git-stash.sh:474
5127msgid "Index was not unstashed."
5128msgstr ""
5129
5130#: git-stash.sh:491
5131#, sh-format
5132msgid "Dropped ${REV} ($s)"
5133msgstr ""
5134
5135#: git-stash.sh:492
5136#, sh-format
5137msgid "${REV}: Could not drop stash entry"
5138msgstr ""
5139
5140#: git-stash.sh:499
5141msgid "No branch name specified"
5142msgstr ""
5143
5144#: git-stash.sh:570
5145msgid "(To restore them type \"git stash apply\")"
5146msgstr ""
5147
5148#: git-submodule.sh:88
5149#, sh-format
5150msgid "cannot strip one component off url '$remoteurl'"
5151msgstr ""
5152
5153#: git-submodule.sh:145
5154#, sh-format
5155msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
5156msgstr ""
5157
5158#: git-submodule.sh:189
5159#, sh-format
5160msgid "Clone of '$url' into submodule path '$sm_path' failed"
5161msgstr ""
5162
5163#: git-submodule.sh:201
5164#, sh-format
5165msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
5166msgstr ""
5167
5168#: git-submodule.sh:290
5169#, sh-format
5170msgid "repo URL: '$repo' must be absolute or begin with ./|../"
5171msgstr ""
5172
5173#: git-submodule.sh:307
5174#, sh-format
5175msgid "'$sm_path' already exists in the index"
5176msgstr ""
5177
5178#: git-submodule.sh:311
5179#, sh-format
5180msgid ""
5181"The following path is ignored by one of your .gitignore files:\n"
5182"$sm_path\n"
5183"Use -f if you really want to add it."
5184msgstr ""
5185
5186#: git-submodule.sh:322
5187#, sh-format
5188msgid "Adding existing repo at '$sm_path' to the index"
5189msgstr ""
5190
5191#: git-submodule.sh:324
5192#, sh-format
5193msgid "'$sm_path' already exists and is not a valid git repo"
5194msgstr ""
5195
5196#: git-submodule.sh:338
5197#, sh-format
5198msgid "Unable to checkout submodule '$sm_path'"
5199msgstr ""
5200
5201#: git-submodule.sh:343
5202#, sh-format
5203msgid "Failed to add submodule '$sm_path'"
5204msgstr ""
5205
5206#: git-submodule.sh:348
5207#, sh-format
5208msgid "Failed to register submodule '$sm_path'"
5209msgstr ""
5210
5211#: git-submodule.sh:390
5212#, sh-format
5213msgid "Entering '$prefix$sm_path'"
5214msgstr ""
5215
5216#: git-submodule.sh:404
5217#, sh-format
5218msgid "Stopping at '$sm_path'; script returned non-zero status."
5219msgstr ""
5220
5221#: git-submodule.sh:447
5222#, sh-format
5223msgid "No url found for submodule path '$sm_path' in .gitmodules"
5224msgstr ""
5225
5226#: git-submodule.sh:456
5227#, sh-format
5228msgid "Failed to register url for submodule path '$sm_path'"
5229msgstr ""
5230
5231#: git-submodule.sh:458
5232#, sh-format
5233msgid "Submodule '$name' ($url) registered for path '$sm_path'"
5234msgstr ""
5235
5236#: git-submodule.sh:466
5237#, sh-format
5238msgid "Failed to register update mode for submodule path '$sm_path'"
5239msgstr ""
5240
5241#: git-submodule.sh:565
5242#, sh-format
5243msgid ""
5244"Submodule path '$sm_path' not initialized\n"
5245"Maybe you want to use 'update --init'?"
5246msgstr ""
5247
5248#: git-submodule.sh:578
5249#, sh-format
5250msgid "Unable to find current revision in submodule path '$sm_path'"
5251msgstr ""
5252
5253#: git-submodule.sh:597
5254#, sh-format
5255msgid "Unable to fetch in submodule path '$sm_path'"
5256msgstr ""
5257
5258#: git-submodule.sh:611
5259#, sh-format
5260msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"
5261msgstr ""
5262
5263#: git-submodule.sh:612
5264#, sh-format
5265msgid "Submodule path '$sm_path': rebased into '$sha1'"
5266msgstr ""
5267
5268#: git-submodule.sh:617
5269#, sh-format
5270msgid "Unable to merge '$sha1' in submodule path '$sm_path'"
5271msgstr ""
5272
5273#: git-submodule.sh:618
5274#, sh-format
5275msgid "Submodule path '$sm_path': merged in '$sha1'"
5276msgstr ""
5277
5278#: git-submodule.sh:623
5279#, sh-format
5280msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"
5281msgstr ""
5282
5283#: git-submodule.sh:624
5284#, sh-format
5285msgid "Submodule path '$sm_path': checked out '$sha1'"
5286msgstr ""
5287
5288#: git-submodule.sh:646 git-submodule.sh:969
5289#, sh-format
5290msgid "Failed to recurse into submodule path '$sm_path'"
5291msgstr ""
5292
5293#: git-submodule.sh:754
5294msgid "--cached cannot be used with --files"
5295msgstr ""
5296
5297#. unexpected type
5298#: git-submodule.sh:794
5299#, sh-format
5300msgid "unexpected mode $mod_dst"
5301msgstr ""
5302
5303#: git-submodule.sh:812
5304#, sh-format
5305msgid "  Warn: $name doesn't contain commit $sha1_src"
5306msgstr ""
5307
5308#: git-submodule.sh:815
5309#, sh-format
5310msgid "  Warn: $name doesn't contain commit $sha1_dst"
5311msgstr ""
5312
5313#: git-submodule.sh:818
5314#, sh-format
5315msgid "  Warn: $name doesn't contain commits $sha1_src and $sha1_dst"
5316msgstr ""
5317
5318#: git-submodule.sh:843
5319msgid "blob"
5320msgstr ""
5321
5322#: git-submodule.sh:844
5323msgid "submodule"
5324msgstr ""
5325
5326#: git-submodule.sh:881
5327msgid "# Submodules changed but not updated:"
5328msgstr ""
5329
5330#: git-submodule.sh:883
5331msgid "# Submodule changes to be committed:"
5332msgstr ""
5333
5334#: git-submodule.sh:1027
5335#, sh-format
5336msgid "Synchronizing submodule url for '$name'"
5337msgstr ""