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