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