po / git.poton commit Merge branch 'rp/link-curl-before-ssl' (9627b0a)
   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: 2015-09-15 06:45+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:55
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:88
  27msgid ""
  28"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  29"as appropriate to mark resolution and make a commit."
  30msgstr ""
  31
  32#: advice.c:101 builtin/merge.c:1227
  33msgid "You have not concluded your merge (MERGE_HEAD exists)."
  34msgstr ""
  35
  36#: advice.c:103
  37msgid "Please, commit your changes before you can merge."
  38msgstr ""
  39
  40#: advice.c:104
  41msgid "Exiting because of unfinished merge."
  42msgstr ""
  43
  44#: archive.c:12
  45msgid "git archive [<options>] <tree-ish> [<path>...]"
  46msgstr ""
  47
  48#: archive.c:13
  49msgid "git archive --list"
  50msgstr ""
  51
  52#: archive.c:14
  53msgid ""
  54"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
  55msgstr ""
  56
  57#: archive.c:15
  58msgid "git archive --remote <repo> [--exec <cmd>] --list"
  59msgstr ""
  60
  61#: archive.c:343 builtin/add.c:137 builtin/add.c:426 builtin/rm.c:327
  62#, c-format
  63msgid "pathspec '%s' did not match any files"
  64msgstr ""
  65
  66#: archive.c:428
  67msgid "fmt"
  68msgstr ""
  69
  70#: archive.c:428
  71msgid "archive format"
  72msgstr ""
  73
  74#: archive.c:429 builtin/log.c:1229
  75msgid "prefix"
  76msgstr ""
  77
  78#: archive.c:430
  79msgid "prepend prefix to each pathname in the archive"
  80msgstr ""
  81
  82#: archive.c:431 builtin/archive.c:88 builtin/blame.c:2516
  83#: builtin/blame.c:2517 builtin/config.c:58 builtin/fast-export.c:987
  84#: builtin/fast-export.c:989 builtin/grep.c:712 builtin/hash-object.c:99
  85#: builtin/ls-files.c:446 builtin/ls-files.c:449 builtin/notes.c:395
  86#: builtin/notes.c:558 builtin/read-tree.c:109 parse-options.h:153
  87msgid "file"
  88msgstr ""
  89
  90#: archive.c:432 builtin/archive.c:89
  91msgid "write the archive to this file"
  92msgstr ""
  93
  94#: archive.c:434
  95msgid "read .gitattributes in working directory"
  96msgstr ""
  97
  98#: archive.c:435
  99msgid "report archived files on stderr"
 100msgstr ""
 101
 102#: archive.c:436
 103msgid "store only"
 104msgstr ""
 105
 106#: archive.c:437
 107msgid "compress faster"
 108msgstr ""
 109
 110#: archive.c:445
 111msgid "compress better"
 112msgstr ""
 113
 114#: archive.c:448
 115msgid "list supported archive formats"
 116msgstr ""
 117
 118#: archive.c:450 builtin/archive.c:90 builtin/clone.c:77
 119msgid "repo"
 120msgstr ""
 121
 122#: archive.c:451 builtin/archive.c:91
 123msgid "retrieve the archive from remote repository <repo>"
 124msgstr ""
 125
 126#: archive.c:452 builtin/archive.c:92 builtin/notes.c:479
 127msgid "command"
 128msgstr ""
 129
 130#: archive.c:453 builtin/archive.c:93
 131msgid "path to the remote git-upload-archive command"
 132msgstr ""
 133
 134#: attr.c:265
 135msgid ""
 136"Negative patterns are ignored in git attributes\n"
 137"Use '\\!' for literal leading exclamation."
 138msgstr ""
 139
 140#: branch.c:60
 141#, c-format
 142msgid "Not setting branch %s as its own upstream."
 143msgstr ""
 144
 145#: branch.c:83
 146#, c-format
 147msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 148msgstr ""
 149
 150#: branch.c:84
 151#, c-format
 152msgid "Branch %s set up to track remote branch %s from %s."
 153msgstr ""
 154
 155#: branch.c:88
 156#, c-format
 157msgid "Branch %s set up to track local branch %s by rebasing."
 158msgstr ""
 159
 160#: branch.c:89
 161#, c-format
 162msgid "Branch %s set up to track local branch %s."
 163msgstr ""
 164
 165#: branch.c:94
 166#, c-format
 167msgid "Branch %s set up to track remote ref %s by rebasing."
 168msgstr ""
 169
 170#: branch.c:95
 171#, c-format
 172msgid "Branch %s set up to track remote ref %s."
 173msgstr ""
 174
 175#: branch.c:99
 176#, c-format
 177msgid "Branch %s set up to track local ref %s by rebasing."
 178msgstr ""
 179
 180#: branch.c:100
 181#, c-format
 182msgid "Branch %s set up to track local ref %s."
 183msgstr ""
 184
 185#: branch.c:133
 186#, c-format
 187msgid "Not tracking: ambiguous information for ref %s"
 188msgstr ""
 189
 190#: branch.c:162
 191#, c-format
 192msgid "'%s' is not a valid branch name."
 193msgstr ""
 194
 195#: branch.c:167
 196#, c-format
 197msgid "A branch named '%s' already exists."
 198msgstr ""
 199
 200#: branch.c:175
 201msgid "Cannot force update the current branch."
 202msgstr ""
 203
 204#: branch.c:195
 205#, c-format
 206msgid "Cannot setup tracking information; starting point '%s' is not a branch."
 207msgstr ""
 208
 209#: branch.c:197
 210#, c-format
 211msgid "the requested upstream branch '%s' does not exist"
 212msgstr ""
 213
 214#: branch.c:199
 215msgid ""
 216"\n"
 217"If you are planning on basing your work on an upstream\n"
 218"branch that already exists at the remote, you may need to\n"
 219"run \"git fetch\" to retrieve it.\n"
 220"\n"
 221"If you are planning to push out a new local branch that\n"
 222"will track its remote counterpart, you may want to use\n"
 223"\"git push -u\" to set the upstream config as you push."
 224msgstr ""
 225
 226#: branch.c:243
 227#, c-format
 228msgid "Not a valid object name: '%s'."
 229msgstr ""
 230
 231#: branch.c:263
 232#, c-format
 233msgid "Ambiguous object name: '%s'."
 234msgstr ""
 235
 236#: branch.c:268
 237#, c-format
 238msgid "Not a valid branch point: '%s'."
 239msgstr ""
 240
 241#: branch.c:399
 242#, c-format
 243msgid "'%s' is already checked out at '%s'"
 244msgstr ""
 245
 246#: bundle.c:34
 247#, c-format
 248msgid "'%s' does not look like a v2 bundle file"
 249msgstr ""
 250
 251#: bundle.c:61
 252#, c-format
 253msgid "unrecognized header: %s%s (%d)"
 254msgstr ""
 255
 256#: bundle.c:87 builtin/commit.c:765
 257#, c-format
 258msgid "could not open '%s'"
 259msgstr ""
 260
 261#: bundle.c:139
 262msgid "Repository lacks these prerequisite commits:"
 263msgstr ""
 264
 265#: bundle.c:163 sequencer.c:636 sequencer.c:1083 builtin/blame.c:2708
 266#: builtin/branch.c:652 builtin/commit.c:1044 builtin/log.c:334
 267#: builtin/log.c:850 builtin/log.c:1457 builtin/log.c:1690 builtin/merge.c:358
 268#: builtin/shortlog.c:158
 269msgid "revision walk setup failed"
 270msgstr ""
 271
 272#: bundle.c:185
 273#, c-format
 274msgid "The bundle contains this ref:"
 275msgid_plural "The bundle contains these %d refs:"
 276msgstr[0] ""
 277msgstr[1] ""
 278
 279#: bundle.c:192
 280msgid "The bundle records a complete history."
 281msgstr ""
 282
 283#: bundle.c:194
 284#, c-format
 285msgid "The bundle requires this ref:"
 286msgid_plural "The bundle requires these %d refs:"
 287msgstr[0] ""
 288msgstr[1] ""
 289
 290#: bundle.c:253
 291msgid "Could not spawn pack-objects"
 292msgstr ""
 293
 294#: bundle.c:264
 295msgid "pack-objects died"
 296msgstr ""
 297
 298#: bundle.c:304
 299msgid "rev-list died"
 300msgstr ""
 301
 302#: bundle.c:353
 303#, c-format
 304msgid "ref '%s' is excluded by the rev-list options"
 305msgstr ""
 306
 307#: bundle.c:443 builtin/log.c:157 builtin/log.c:1367 builtin/shortlog.c:261
 308#, c-format
 309msgid "unrecognized argument: %s"
 310msgstr ""
 311
 312#: bundle.c:449
 313msgid "Refusing to create empty bundle."
 314msgstr ""
 315
 316#: bundle.c:459
 317#, c-format
 318msgid "cannot create '%s'"
 319msgstr ""
 320
 321#: bundle.c:480
 322msgid "index-pack died"
 323msgstr ""
 324
 325#: color.c:260
 326#, c-format
 327msgid "invalid color value: %.*s"
 328msgstr ""
 329
 330#: commit.c:40 builtin/am.c:451 builtin/am.c:487 builtin/am.c:1516
 331#: builtin/am.c:2128
 332#, c-format
 333msgid "could not parse %s"
 334msgstr ""
 335
 336#: commit.c:42
 337#, c-format
 338msgid "%s %s is not a commit!"
 339msgstr ""
 340
 341#: compat/obstack.c:406 compat/obstack.c:408
 342msgid "memory exhausted"
 343msgstr ""
 344
 345#: config.c:474 config.c:476
 346#, c-format
 347msgid "bad config file line %d in %s"
 348msgstr ""
 349
 350#: config.c:592
 351#, c-format
 352msgid "bad numeric config value '%s' for '%s' in %s: %s"
 353msgstr ""
 354
 355#: config.c:594
 356#, c-format
 357msgid "bad numeric config value '%s' for '%s': %s"
 358msgstr ""
 359
 360#: config.c:679
 361#, c-format
 362msgid "failed to expand user dir in: '%s'"
 363msgstr ""
 364
 365#: config.c:757 config.c:768
 366#, c-format
 367msgid "bad zlib compression level %d"
 368msgstr ""
 369
 370#: config.c:890
 371#, c-format
 372msgid "invalid mode for object creation: %s"
 373msgstr ""
 374
 375#: config.c:1216
 376msgid "unable to parse command-line config"
 377msgstr ""
 378
 379#: config.c:1277
 380msgid "unknown error occured while reading the configuration files"
 381msgstr ""
 382
 383#: config.c:1601
 384#, c-format
 385msgid "unable to parse '%s' from command-line config"
 386msgstr ""
 387
 388#: config.c:1603
 389#, c-format
 390msgid "bad config variable '%s' in file '%s' at line %d"
 391msgstr ""
 392
 393#: config.c:1662
 394#, c-format
 395msgid "%s has multiple values"
 396msgstr ""
 397
 398#: connected.c:69
 399msgid "Could not run 'git rev-list'"
 400msgstr ""
 401
 402#: connected.c:89
 403#, c-format
 404msgid "failed write to rev-list: %s"
 405msgstr ""
 406
 407#: connected.c:97
 408#, c-format
 409msgid "failed to close rev-list's stdin: %s"
 410msgstr ""
 411
 412#: date.c:95
 413msgid "in the future"
 414msgstr ""
 415
 416#: date.c:101
 417#, c-format
 418msgid "%lu second ago"
 419msgid_plural "%lu seconds ago"
 420msgstr[0] ""
 421msgstr[1] ""
 422
 423#: date.c:108
 424#, c-format
 425msgid "%lu minute ago"
 426msgid_plural "%lu minutes ago"
 427msgstr[0] ""
 428msgstr[1] ""
 429
 430#: date.c:115
 431#, c-format
 432msgid "%lu hour ago"
 433msgid_plural "%lu hours ago"
 434msgstr[0] ""
 435msgstr[1] ""
 436
 437#: date.c:122
 438#, c-format
 439msgid "%lu day ago"
 440msgid_plural "%lu days ago"
 441msgstr[0] ""
 442msgstr[1] ""
 443
 444#: date.c:128
 445#, c-format
 446msgid "%lu week ago"
 447msgid_plural "%lu weeks ago"
 448msgstr[0] ""
 449msgstr[1] ""
 450
 451#: date.c:135
 452#, c-format
 453msgid "%lu month ago"
 454msgid_plural "%lu months ago"
 455msgstr[0] ""
 456msgstr[1] ""
 457
 458#: date.c:146
 459#, c-format
 460msgid "%lu year"
 461msgid_plural "%lu years"
 462msgstr[0] ""
 463msgstr[1] ""
 464
 465#. TRANSLATORS: "%s" is "<n> years"
 466#: date.c:149
 467#, c-format
 468msgid "%s, %lu month ago"
 469msgid_plural "%s, %lu months ago"
 470msgstr[0] ""
 471msgstr[1] ""
 472
 473#: date.c:154 date.c:159
 474#, c-format
 475msgid "%lu year ago"
 476msgid_plural "%lu years ago"
 477msgstr[0] ""
 478msgstr[1] ""
 479
 480#: diffcore-order.c:24
 481#, c-format
 482msgid "failed to read orderfile '%s'"
 483msgstr ""
 484
 485#: diffcore-rename.c:536
 486msgid "Performing inexact rename detection"
 487msgstr ""
 488
 489#: diff.c:116
 490#, c-format
 491msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
 492msgstr ""
 493
 494#: diff.c:121
 495#, c-format
 496msgid "  Unknown dirstat parameter '%s'\n"
 497msgstr ""
 498
 499#: diff.c:216
 500#, c-format
 501msgid "Unknown value for 'diff.submodule' config variable: '%s'"
 502msgstr ""
 503
 504#: diff.c:268
 505#, c-format
 506msgid ""
 507"Found errors in 'diff.dirstat' config variable:\n"
 508"%s"
 509msgstr ""
 510
 511#: diff.c:2998
 512#, c-format
 513msgid "external diff died, stopping at %s"
 514msgstr ""
 515
 516#: diff.c:3394
 517msgid "--follow requires exactly one pathspec"
 518msgstr ""
 519
 520#: diff.c:3557
 521#, c-format
 522msgid ""
 523"Failed to parse --dirstat/-X option parameter:\n"
 524"%s"
 525msgstr ""
 526
 527#: diff.c:3571
 528#, c-format
 529msgid "Failed to parse --submodule option parameter: '%s'"
 530msgstr ""
 531
 532#: dir.c:1853
 533msgid "failed to get kernel name and information"
 534msgstr ""
 535
 536#: dir.c:1936
 537msgid "Untracked cache is disabled on this system."
 538msgstr ""
 539
 540#: gpg-interface.c:166 gpg-interface.c:237
 541msgid "could not run gpg."
 542msgstr ""
 543
 544#: gpg-interface.c:178
 545msgid "gpg did not accept the data"
 546msgstr ""
 547
 548#: gpg-interface.c:189
 549msgid "gpg failed to sign the data"
 550msgstr ""
 551
 552#: gpg-interface.c:222
 553#, c-format
 554msgid "could not create temporary file '%s': %s"
 555msgstr ""
 556
 557#: gpg-interface.c:225
 558#, c-format
 559msgid "failed writing detached signature to '%s': %s"
 560msgstr ""
 561
 562#: grep.c:1718
 563#, c-format
 564msgid "'%s': unable to read %s"
 565msgstr ""
 566
 567#: grep.c:1735
 568#, c-format
 569msgid "'%s': %s"
 570msgstr ""
 571
 572#: grep.c:1746
 573#, c-format
 574msgid "'%s': short read %s"
 575msgstr ""
 576
 577#: help.c:207
 578#, c-format
 579msgid "available git commands in '%s'"
 580msgstr ""
 581
 582#: help.c:214
 583msgid "git commands available from elsewhere on your $PATH"
 584msgstr ""
 585
 586#: help.c:246
 587msgid "These are common Git commands used in various situations:"
 588msgstr ""
 589
 590#: help.c:311
 591#, c-format
 592msgid ""
 593"'%s' appears to be a git command, but we were not\n"
 594"able to execute it. Maybe git-%s is broken?"
 595msgstr ""
 596
 597#: help.c:368
 598msgid "Uh oh. Your system reports no Git commands at all."
 599msgstr ""
 600
 601#: help.c:390
 602#, c-format
 603msgid ""
 604"WARNING: You called a Git command named '%s', which does not exist.\n"
 605"Continuing under the assumption that you meant '%s'"
 606msgstr ""
 607
 608#: help.c:395
 609#, c-format
 610msgid "in %0.1f seconds automatically..."
 611msgstr ""
 612
 613#: help.c:402
 614#, c-format
 615msgid "git: '%s' is not a git command. See 'git --help'."
 616msgstr ""
 617
 618#: help.c:406 help.c:466
 619msgid ""
 620"\n"
 621"Did you mean this?"
 622msgid_plural ""
 623"\n"
 624"Did you mean one of these?"
 625msgstr[0] ""
 626msgstr[1] ""
 627
 628#: help.c:462
 629#, c-format
 630msgid "%s: %s - %s"
 631msgstr ""
 632
 633#: merge.c:41
 634msgid "failed to read the cache"
 635msgstr ""
 636
 637#: merge.c:94 builtin/am.c:2001 builtin/am.c:2036 builtin/checkout.c:375
 638#: builtin/checkout.c:586 builtin/clone.c:715
 639msgid "unable to write new index file"
 640msgstr ""
 641
 642#: merge-recursive.c:189
 643#, c-format
 644msgid "(bad commit)\n"
 645msgstr ""
 646
 647#: merge-recursive.c:209
 648#, c-format
 649msgid "addinfo_cache failed for path '%s'"
 650msgstr ""
 651
 652#: merge-recursive.c:270
 653msgid "error building trees"
 654msgstr ""
 655
 656#: merge-recursive.c:687
 657#, c-format
 658msgid "failed to create path '%s'%s"
 659msgstr ""
 660
 661#: merge-recursive.c:698
 662#, c-format
 663msgid "Removing %s to make room for subdirectory\n"
 664msgstr ""
 665
 666#: merge-recursive.c:712 merge-recursive.c:733
 667msgid ": perhaps a D/F conflict?"
 668msgstr ""
 669
 670#: merge-recursive.c:723
 671#, c-format
 672msgid "refusing to lose untracked file at '%s'"
 673msgstr ""
 674
 675#: merge-recursive.c:763
 676#, c-format
 677msgid "cannot read object %s '%s'"
 678msgstr ""
 679
 680#: merge-recursive.c:765
 681#, c-format
 682msgid "blob expected for %s '%s'"
 683msgstr ""
 684
 685#: merge-recursive.c:788 builtin/clone.c:364
 686#, c-format
 687msgid "failed to open '%s'"
 688msgstr ""
 689
 690#: merge-recursive.c:796
 691#, c-format
 692msgid "failed to symlink '%s'"
 693msgstr ""
 694
 695#: merge-recursive.c:799
 696#, c-format
 697msgid "do not know what to do with %06o %s '%s'"
 698msgstr ""
 699
 700#: merge-recursive.c:937
 701msgid "Failed to execute internal merge"
 702msgstr ""
 703
 704#: merge-recursive.c:941
 705#, c-format
 706msgid "Unable to add %s to database"
 707msgstr ""
 708
 709#: merge-recursive.c:957
 710msgid "unsupported object type in the tree"
 711msgstr ""
 712
 713#: merge-recursive.c:1032 merge-recursive.c:1046
 714#, c-format
 715msgid ""
 716"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 717"in tree."
 718msgstr ""
 719
 720#: merge-recursive.c:1038 merge-recursive.c:1051
 721#, c-format
 722msgid ""
 723"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 724"in tree at %s."
 725msgstr ""
 726
 727#: merge-recursive.c:1092
 728msgid "rename"
 729msgstr ""
 730
 731#: merge-recursive.c:1092
 732msgid "renamed"
 733msgstr ""
 734
 735#: merge-recursive.c:1148
 736#, c-format
 737msgid "%s is a directory in %s adding as %s instead"
 738msgstr ""
 739
 740#: merge-recursive.c:1170
 741#, c-format
 742msgid ""
 743"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
 744"\"->\"%s\" in \"%s\"%s"
 745msgstr ""
 746
 747#: merge-recursive.c:1175
 748msgid " (left unresolved)"
 749msgstr ""
 750
 751#: merge-recursive.c:1229
 752#, c-format
 753msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
 754msgstr ""
 755
 756#: merge-recursive.c:1259
 757#, c-format
 758msgid "Renaming %s to %s and %s to %s instead"
 759msgstr ""
 760
 761#: merge-recursive.c:1458
 762#, c-format
 763msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
 764msgstr ""
 765
 766#: merge-recursive.c:1468
 767#, c-format
 768msgid "Adding merged %s"
 769msgstr ""
 770
 771#: merge-recursive.c:1473 merge-recursive.c:1671
 772#, c-format
 773msgid "Adding as %s instead"
 774msgstr ""
 775
 776#: merge-recursive.c:1524
 777#, c-format
 778msgid "cannot read object %s"
 779msgstr ""
 780
 781#: merge-recursive.c:1527
 782#, c-format
 783msgid "object %s is not a blob"
 784msgstr ""
 785
 786#: merge-recursive.c:1575
 787msgid "modify"
 788msgstr ""
 789
 790#: merge-recursive.c:1575
 791msgid "modified"
 792msgstr ""
 793
 794#: merge-recursive.c:1585
 795msgid "content"
 796msgstr ""
 797
 798#: merge-recursive.c:1592
 799msgid "add/add"
 800msgstr ""
 801
 802#: merge-recursive.c:1626
 803#, c-format
 804msgid "Skipped %s (merged same as existing)"
 805msgstr ""
 806
 807#: merge-recursive.c:1640
 808#, c-format
 809msgid "Auto-merging %s"
 810msgstr ""
 811
 812#: merge-recursive.c:1644 git-submodule.sh:1150
 813msgid "submodule"
 814msgstr ""
 815
 816#: merge-recursive.c:1645
 817#, c-format
 818msgid "CONFLICT (%s): Merge conflict in %s"
 819msgstr ""
 820
 821#: merge-recursive.c:1731
 822#, c-format
 823msgid "Removing %s"
 824msgstr ""
 825
 826#: merge-recursive.c:1756
 827msgid "file/directory"
 828msgstr ""
 829
 830#: merge-recursive.c:1762
 831msgid "directory/file"
 832msgstr ""
 833
 834#: merge-recursive.c:1767
 835#, c-format
 836msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
 837msgstr ""
 838
 839#: merge-recursive.c:1777
 840#, c-format
 841msgid "Adding %s"
 842msgstr ""
 843
 844#: merge-recursive.c:1794
 845msgid "Fatal merge failure, shouldn't happen."
 846msgstr ""
 847
 848#: merge-recursive.c:1813
 849msgid "Already up-to-date!"
 850msgstr ""
 851
 852#: merge-recursive.c:1822
 853#, c-format
 854msgid "merging of trees %s and %s failed"
 855msgstr ""
 856
 857#: merge-recursive.c:1852
 858#, c-format
 859msgid "Unprocessed path??? %s"
 860msgstr ""
 861
 862#: merge-recursive.c:1900
 863msgid "Merging:"
 864msgstr ""
 865
 866#: merge-recursive.c:1913
 867#, c-format
 868msgid "found %u common ancestor:"
 869msgid_plural "found %u common ancestors:"
 870msgstr[0] ""
 871msgstr[1] ""
 872
 873#: merge-recursive.c:1950
 874msgid "merge returned no commit"
 875msgstr ""
 876
 877#: merge-recursive.c:2007
 878#, c-format
 879msgid "Could not parse object '%s'"
 880msgstr ""
 881
 882#: merge-recursive.c:2018 builtin/merge.c:645
 883msgid "Unable to write index."
 884msgstr ""
 885
 886#: notes-utils.c:41
 887msgid "Cannot commit uninitialized/unreferenced notes tree"
 888msgstr ""
 889
 890#: notes-utils.c:100
 891#, c-format
 892msgid "Bad notes.rewriteMode value: '%s'"
 893msgstr ""
 894
 895#: notes-utils.c:110
 896#, c-format
 897msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
 898msgstr ""
 899
 900#. TRANSLATORS: The first %s is the name of the
 901#. environment variable, the second %s is its value
 902#: notes-utils.c:137
 903#, c-format
 904msgid "Bad %s value: '%s'"
 905msgstr ""
 906
 907#: object.c:242
 908#, c-format
 909msgid "unable to parse object: %s"
 910msgstr ""
 911
 912#: parse-options.c:563
 913msgid "..."
 914msgstr ""
 915
 916#: parse-options.c:581
 917#, c-format
 918msgid "usage: %s"
 919msgstr ""
 920
 921#. TRANSLATORS: the colon here should align with the
 922#. one in "usage: %s" translation
 923#: parse-options.c:585
 924#, c-format
 925msgid "   or: %s"
 926msgstr ""
 927
 928#: parse-options.c:588
 929#, c-format
 930msgid "    %s"
 931msgstr ""
 932
 933#: parse-options.c:622
 934msgid "-NUM"
 935msgstr ""
 936
 937#: pathspec.c:133
 938msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
 939msgstr ""
 940
 941#: pathspec.c:143
 942msgid ""
 943"global 'literal' pathspec setting is incompatible with all other global "
 944"pathspec settings"
 945msgstr ""
 946
 947#: pathspec.c:177
 948msgid "invalid parameter for pathspec magic 'prefix'"
 949msgstr ""
 950
 951#: pathspec.c:183
 952#, c-format
 953msgid "Invalid pathspec magic '%.*s' in '%s'"
 954msgstr ""
 955
 956#: pathspec.c:187
 957#, c-format
 958msgid "Missing ')' at the end of pathspec magic in '%s'"
 959msgstr ""
 960
 961#: pathspec.c:205
 962#, c-format
 963msgid "Unimplemented pathspec magic '%c' in '%s'"
 964msgstr ""
 965
 966#: pathspec.c:230
 967#, c-format
 968msgid "%s: 'literal' and 'glob' are incompatible"
 969msgstr ""
 970
 971#: pathspec.c:241
 972#, c-format
 973msgid "%s: '%s' is outside repository"
 974msgstr ""
 975
 976#: pathspec.c:291
 977#, c-format
 978msgid "Pathspec '%s' is in submodule '%.*s'"
 979msgstr ""
 980
 981#: pathspec.c:353
 982#, c-format
 983msgid "%s: pathspec magic not supported by this command: %s"
 984msgstr ""
 985
 986#: pathspec.c:432
 987#, c-format
 988msgid "pathspec '%s' is beyond a symbolic link"
 989msgstr ""
 990
 991#: pathspec.c:441
 992msgid ""
 993"There is nothing to exclude from by :(exclude) patterns.\n"
 994"Perhaps you forgot to add either ':/' or '.' ?"
 995msgstr ""
 996
 997#: pretty.c:969
 998msgid "unable to parse --pretty format"
 999msgstr ""
1000
1001#: progress.c:236
1002msgid "done"
1003msgstr ""
1004
1005#: read-cache.c:1296
1006#, c-format
1007msgid ""
1008"index.version set, but the value is invalid.\n"
1009"Using version %i"
1010msgstr ""
1011
1012#: read-cache.c:1306
1013#, c-format
1014msgid ""
1015"GIT_INDEX_VERSION set, but the value is invalid.\n"
1016"Using version %i"
1017msgstr ""
1018
1019#: refs.c:2941 builtin/merge.c:760 builtin/merge.c:871 builtin/merge.c:973
1020#: builtin/merge.c:983
1021#, c-format
1022msgid "Could not open '%s' for writing"
1023msgstr ""
1024
1025#: refs.c:3001
1026#, c-format
1027msgid "could not delete reference %s: %s"
1028msgstr ""
1029
1030#: refs.c:3004
1031#, c-format
1032msgid "could not delete references: %s"
1033msgstr ""
1034
1035#: refs.c:3013
1036#, c-format
1037msgid "could not remove reference %s"
1038msgstr ""
1039
1040#: ref-filter.c:660
1041msgid "unable to parse format"
1042msgstr ""
1043
1044#: remote.c:792
1045#, c-format
1046msgid "Cannot fetch both %s and %s to %s"
1047msgstr ""
1048
1049#: remote.c:796
1050#, c-format
1051msgid "%s usually tracks %s, not %s"
1052msgstr ""
1053
1054#: remote.c:800
1055#, c-format
1056msgid "%s tracks both %s and %s"
1057msgstr ""
1058
1059#: remote.c:808
1060msgid "Internal error"
1061msgstr ""
1062
1063#: remote.c:1723 remote.c:1766
1064msgid "HEAD does not point to a branch"
1065msgstr ""
1066
1067#: remote.c:1732
1068#, c-format
1069msgid "no such branch: '%s'"
1070msgstr ""
1071
1072#: remote.c:1735
1073#, c-format
1074msgid "no upstream configured for branch '%s'"
1075msgstr ""
1076
1077#: remote.c:1741
1078#, c-format
1079msgid "upstream branch '%s' not stored as a remote-tracking branch"
1080msgstr ""
1081
1082#: remote.c:1756
1083#, c-format
1084msgid "push destination '%s' on remote '%s' has no local tracking branch"
1085msgstr ""
1086
1087#: remote.c:1771
1088#, c-format
1089msgid "branch '%s' has no remote for pushing"
1090msgstr ""
1091
1092#: remote.c:1782
1093#, c-format
1094msgid "push refspecs for '%s' do not include '%s'"
1095msgstr ""
1096
1097#: remote.c:1795
1098msgid "push has no destination (push.default is 'nothing')"
1099msgstr ""
1100
1101#: remote.c:1817
1102msgid "cannot resolve 'simple' push to a single destination"
1103msgstr ""
1104
1105#: remote.c:2124
1106#, c-format
1107msgid "Your branch is based on '%s', but the upstream is gone.\n"
1108msgstr ""
1109
1110#: remote.c:2128
1111msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1112msgstr ""
1113
1114#: remote.c:2131
1115#, c-format
1116msgid "Your branch is up-to-date with '%s'.\n"
1117msgstr ""
1118
1119#: remote.c:2135
1120#, c-format
1121msgid "Your branch is ahead of '%s' by %d commit.\n"
1122msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1123msgstr[0] ""
1124msgstr[1] ""
1125
1126#: remote.c:2141
1127msgid "  (use \"git push\" to publish your local commits)\n"
1128msgstr ""
1129
1130#: remote.c:2144
1131#, c-format
1132msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1133msgid_plural ""
1134"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1135msgstr[0] ""
1136msgstr[1] ""
1137
1138#: remote.c:2152
1139msgid "  (use \"git pull\" to update your local branch)\n"
1140msgstr ""
1141
1142#: remote.c:2155
1143#, c-format
1144msgid ""
1145"Your branch and '%s' have diverged,\n"
1146"and have %d and %d different commit each, respectively.\n"
1147msgid_plural ""
1148"Your branch and '%s' have diverged,\n"
1149"and have %d and %d different commits each, respectively.\n"
1150msgstr[0] ""
1151msgstr[1] ""
1152
1153#: remote.c:2165
1154msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1155msgstr ""
1156
1157#: revision.c:2198
1158msgid "your current branch appears to be broken"
1159msgstr ""
1160
1161#: revision.c:2201
1162#, c-format
1163msgid "your current branch '%s' does not have any commits yet"
1164msgstr ""
1165
1166#: revision.c:2395
1167msgid "--first-parent is incompatible with --bisect"
1168msgstr ""
1169
1170#: run-command.c:83
1171msgid "open /dev/null failed"
1172msgstr ""
1173
1174#: run-command.c:85
1175#, c-format
1176msgid "dup2(%d,%d) failed"
1177msgstr ""
1178
1179#: send-pack.c:295
1180msgid "failed to sign the push certificate"
1181msgstr ""
1182
1183#: send-pack.c:404
1184msgid "the receiving end does not support --signed push"
1185msgstr ""
1186
1187#: send-pack.c:406
1188msgid ""
1189"not sending a push certificate since the receiving end does not support --"
1190"signed push"
1191msgstr ""
1192
1193#: send-pack.c:418
1194msgid "the receiving end does not support --atomic push"
1195msgstr ""
1196
1197#: sequencer.c:183
1198msgid ""
1199"after resolving the conflicts, mark the corrected paths\n"
1200"with 'git add <paths>' or 'git rm <paths>'"
1201msgstr ""
1202
1203#: sequencer.c:186
1204msgid ""
1205"after resolving the conflicts, mark the corrected paths\n"
1206"with 'git add <paths>' or 'git rm <paths>'\n"
1207"and commit the result with 'git commit'"
1208msgstr ""
1209
1210#: sequencer.c:199 sequencer.c:842 sequencer.c:922
1211#, c-format
1212msgid "Could not write to %s"
1213msgstr ""
1214
1215#: sequencer.c:202
1216#, c-format
1217msgid "Error wrapping up %s"
1218msgstr ""
1219
1220#: sequencer.c:217
1221msgid "Your local changes would be overwritten by cherry-pick."
1222msgstr ""
1223
1224#: sequencer.c:219
1225msgid "Your local changes would be overwritten by revert."
1226msgstr ""
1227
1228#: sequencer.c:222
1229msgid "Commit your changes or stash them to proceed."
1230msgstr ""
1231
1232#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1233#: sequencer.c:309
1234#, c-format
1235msgid "%s: Unable to write new index file"
1236msgstr ""
1237
1238#: sequencer.c:327
1239msgid "Could not resolve HEAD commit\n"
1240msgstr ""
1241
1242#: sequencer.c:347
1243msgid "Unable to update cache tree\n"
1244msgstr ""
1245
1246#: sequencer.c:399
1247#, c-format
1248msgid "Could not parse commit %s\n"
1249msgstr ""
1250
1251#: sequencer.c:404
1252#, c-format
1253msgid "Could not parse parent commit %s\n"
1254msgstr ""
1255
1256#: sequencer.c:469
1257msgid "Your index file is unmerged."
1258msgstr ""
1259
1260#: sequencer.c:488
1261#, c-format
1262msgid "Commit %s is a merge but no -m option was given."
1263msgstr ""
1264
1265#: sequencer.c:496
1266#, c-format
1267msgid "Commit %s does not have parent %d"
1268msgstr ""
1269
1270#: sequencer.c:500
1271#, c-format
1272msgid "Mainline was specified but commit %s is not a merge."
1273msgstr ""
1274
1275#. TRANSLATORS: The first %s will be "revert" or
1276#. "cherry-pick", the second %s a SHA1
1277#: sequencer.c:513
1278#, c-format
1279msgid "%s: cannot parse parent commit %s"
1280msgstr ""
1281
1282#: sequencer.c:517
1283#, c-format
1284msgid "Cannot get commit message for %s"
1285msgstr ""
1286
1287#: sequencer.c:603
1288#, c-format
1289msgid "could not revert %s... %s"
1290msgstr ""
1291
1292#: sequencer.c:604
1293#, c-format
1294msgid "could not apply %s... %s"
1295msgstr ""
1296
1297#: sequencer.c:639
1298msgid "empty commit set passed"
1299msgstr ""
1300
1301#: sequencer.c:647
1302#, c-format
1303msgid "git %s: failed to read the index"
1304msgstr ""
1305
1306#: sequencer.c:651
1307#, c-format
1308msgid "git %s: failed to refresh the index"
1309msgstr ""
1310
1311#: sequencer.c:711
1312#, c-format
1313msgid "Cannot %s during a %s"
1314msgstr ""
1315
1316#: sequencer.c:733
1317#, c-format
1318msgid "Could not parse line %d."
1319msgstr ""
1320
1321#: sequencer.c:738
1322msgid "No commits parsed."
1323msgstr ""
1324
1325#: sequencer.c:750
1326#, c-format
1327msgid "Could not open %s"
1328msgstr ""
1329
1330#: sequencer.c:754
1331#, c-format
1332msgid "Could not read %s."
1333msgstr ""
1334
1335#: sequencer.c:761
1336#, c-format
1337msgid "Unusable instruction sheet: %s"
1338msgstr ""
1339
1340#: sequencer.c:791
1341#, c-format
1342msgid "Invalid key: %s"
1343msgstr ""
1344
1345#: sequencer.c:794 builtin/pull.c:47 builtin/pull.c:49
1346#, c-format
1347msgid "Invalid value for %s: %s"
1348msgstr ""
1349
1350#: sequencer.c:804
1351#, c-format
1352msgid "Malformed options sheet: %s"
1353msgstr ""
1354
1355#: sequencer.c:823
1356msgid "a cherry-pick or revert is already in progress"
1357msgstr ""
1358
1359#: sequencer.c:824
1360msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1361msgstr ""
1362
1363#: sequencer.c:828
1364#, c-format
1365msgid "Could not create sequencer directory %s"
1366msgstr ""
1367
1368#: sequencer.c:844 sequencer.c:926
1369#, c-format
1370msgid "Error wrapping up %s."
1371msgstr ""
1372
1373#: sequencer.c:863 sequencer.c:996
1374msgid "no cherry-pick or revert in progress"
1375msgstr ""
1376
1377#: sequencer.c:865
1378msgid "cannot resolve HEAD"
1379msgstr ""
1380
1381#: sequencer.c:867
1382msgid "cannot abort from a branch yet to be born"
1383msgstr ""
1384
1385#: sequencer.c:887 builtin/apply.c:4291
1386#, c-format
1387msgid "cannot open %s: %s"
1388msgstr ""
1389
1390#: sequencer.c:890
1391#, c-format
1392msgid "cannot read %s: %s"
1393msgstr ""
1394
1395#: sequencer.c:891
1396msgid "unexpected end of file"
1397msgstr ""
1398
1399#: sequencer.c:897
1400#, c-format
1401msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1402msgstr ""
1403
1404#: sequencer.c:919
1405#, c-format
1406msgid "Could not format %s."
1407msgstr ""
1408
1409#: sequencer.c:1064
1410#, c-format
1411msgid "%s: can't cherry-pick a %s"
1412msgstr ""
1413
1414#: sequencer.c:1067
1415#, c-format
1416msgid "%s: bad revision"
1417msgstr ""
1418
1419#: sequencer.c:1101
1420msgid "Can't revert as initial commit"
1421msgstr ""
1422
1423#: sequencer.c:1102
1424msgid "Can't cherry-pick into empty head"
1425msgstr ""
1426
1427#: setup.c:243
1428#, c-format
1429msgid "failed to read %s"
1430msgstr ""
1431
1432#: sha1_name.c:453
1433msgid ""
1434"Git normally never creates a ref that ends with 40 hex characters\n"
1435"because it will be ignored when you just specify 40-hex. These refs\n"
1436"may be created by mistake. For example,\n"
1437"\n"
1438"  git checkout -b $br $(git rev-parse ...)\n"
1439"\n"
1440"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1441"examine these refs and maybe delete them. Turn this message off by\n"
1442"running \"git config advice.objectNameWarning false\""
1443msgstr ""
1444
1445#: submodule.c:61 submodule.c:95
1446msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1447msgstr ""
1448
1449#: submodule.c:65 submodule.c:99
1450#, c-format
1451msgid "Could not find section in .gitmodules where path=%s"
1452msgstr ""
1453
1454#: submodule.c:73
1455#, c-format
1456msgid "Could not update .gitmodules entry %s"
1457msgstr ""
1458
1459#: submodule.c:106
1460#, c-format
1461msgid "Could not remove .gitmodules entry for %s"
1462msgstr ""
1463
1464#: submodule.c:117
1465msgid "staging updated .gitmodules failed"
1466msgstr ""
1467
1468#: submodule.c:1045
1469#, c-format
1470msgid "Could not set core.worktree in %s"
1471msgstr ""
1472
1473#: trailer.c:491 trailer.c:495 trailer.c:499 trailer.c:553 trailer.c:557
1474#: trailer.c:561
1475#, c-format
1476msgid "unknown value '%s' for key '%s'"
1477msgstr ""
1478
1479#: trailer.c:543 trailer.c:548 builtin/remote.c:290
1480#, c-format
1481msgid "more than one %s"
1482msgstr ""
1483
1484#: trailer.c:581
1485#, c-format
1486msgid "empty trailer token in trailer '%.*s'"
1487msgstr ""
1488
1489#: trailer.c:701
1490#, c-format
1491msgid "could not read input file '%s'"
1492msgstr ""
1493
1494#: trailer.c:704
1495msgid "could not read from stdin"
1496msgstr ""
1497
1498#: transport-helper.c:1025
1499#, c-format
1500msgid "Could not read ref %s"
1501msgstr ""
1502
1503#: unpack-trees.c:203
1504msgid "Checking out files"
1505msgstr ""
1506
1507#: urlmatch.c:120
1508msgid "invalid URL scheme name or missing '://' suffix"
1509msgstr ""
1510
1511#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1512#, c-format
1513msgid "invalid %XX escape sequence"
1514msgstr ""
1515
1516#: urlmatch.c:172
1517msgid "missing host and scheme is not 'file:'"
1518msgstr ""
1519
1520#: urlmatch.c:189
1521msgid "a 'file:' URL may not have a port number"
1522msgstr ""
1523
1524#: urlmatch.c:199
1525msgid "invalid characters in host name"
1526msgstr ""
1527
1528#: urlmatch.c:244 urlmatch.c:255
1529msgid "invalid port number"
1530msgstr ""
1531
1532#: urlmatch.c:322
1533msgid "invalid '..' path segment"
1534msgstr ""
1535
1536#: wrapper.c:219 wrapper.c:362
1537#, c-format
1538msgid "could not open '%s' for reading and writing"
1539msgstr ""
1540
1541#: wrapper.c:221 wrapper.c:364
1542#, c-format
1543msgid "could not open '%s' for writing"
1544msgstr ""
1545
1546#: wrapper.c:223 wrapper.c:366 builtin/am.c:337 builtin/commit.c:1688
1547#: builtin/merge.c:1076 builtin/pull.c:380
1548#, c-format
1549msgid "could not open '%s' for reading"
1550msgstr ""
1551
1552#: wrapper.c:579
1553#, c-format
1554msgid "unable to access '%s': %s"
1555msgstr ""
1556
1557#: wrapper.c:600
1558#, c-format
1559msgid "unable to access '%s'"
1560msgstr ""
1561
1562#: wrapper.c:611
1563#, c-format
1564msgid "unable to look up current user in the passwd file: %s"
1565msgstr ""
1566
1567#: wrapper.c:612
1568msgid "no such user"
1569msgstr ""
1570
1571#: wrapper.c:620
1572msgid "unable to get current working directory"
1573msgstr ""
1574
1575#: wrapper.c:631
1576#, c-format
1577msgid "could not open %s for writing"
1578msgstr ""
1579
1580#: wrapper.c:642 builtin/am.c:424
1581#, c-format
1582msgid "could not write to %s"
1583msgstr ""
1584
1585#: wrapper.c:648
1586#, c-format
1587msgid "could not close %s"
1588msgstr ""
1589
1590#: wt-status.c:149
1591msgid "Unmerged paths:"
1592msgstr ""
1593
1594#: wt-status.c:176 wt-status.c:203
1595#, c-format
1596msgid "  (use \"git reset %s <file>...\" to unstage)"
1597msgstr ""
1598
1599#: wt-status.c:178 wt-status.c:205
1600msgid "  (use \"git rm --cached <file>...\" to unstage)"
1601msgstr ""
1602
1603#: wt-status.c:182
1604msgid "  (use \"git add <file>...\" to mark resolution)"
1605msgstr ""
1606
1607#: wt-status.c:184 wt-status.c:188
1608msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1609msgstr ""
1610
1611#: wt-status.c:186
1612msgid "  (use \"git rm <file>...\" to mark resolution)"
1613msgstr ""
1614
1615#: wt-status.c:197 wt-status.c:880
1616msgid "Changes to be committed:"
1617msgstr ""
1618
1619#: wt-status.c:215 wt-status.c:889
1620msgid "Changes not staged for commit:"
1621msgstr ""
1622
1623#: wt-status.c:219
1624msgid "  (use \"git add <file>...\" to update what will be committed)"
1625msgstr ""
1626
1627#: wt-status.c:221
1628msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1629msgstr ""
1630
1631#: wt-status.c:222
1632msgid ""
1633"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1634msgstr ""
1635
1636#: wt-status.c:224
1637msgid "  (commit or discard the untracked or modified content in submodules)"
1638msgstr ""
1639
1640#: wt-status.c:236
1641#, c-format
1642msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1643msgstr ""
1644
1645#: wt-status.c:251
1646msgid "both deleted:"
1647msgstr ""
1648
1649#: wt-status.c:253
1650msgid "added by us:"
1651msgstr ""
1652
1653#: wt-status.c:255
1654msgid "deleted by them:"
1655msgstr ""
1656
1657#: wt-status.c:257
1658msgid "added by them:"
1659msgstr ""
1660
1661#: wt-status.c:259
1662msgid "deleted by us:"
1663msgstr ""
1664
1665#: wt-status.c:261
1666msgid "both added:"
1667msgstr ""
1668
1669#: wt-status.c:263
1670msgid "both modified:"
1671msgstr ""
1672
1673#: wt-status.c:265
1674#, c-format
1675msgid "bug: unhandled unmerged status %x"
1676msgstr ""
1677
1678#: wt-status.c:273
1679msgid "new file:"
1680msgstr ""
1681
1682#: wt-status.c:275
1683msgid "copied:"
1684msgstr ""
1685
1686#: wt-status.c:277
1687msgid "deleted:"
1688msgstr ""
1689
1690#: wt-status.c:279
1691msgid "modified:"
1692msgstr ""
1693
1694#: wt-status.c:281
1695msgid "renamed:"
1696msgstr ""
1697
1698#: wt-status.c:283
1699msgid "typechange:"
1700msgstr ""
1701
1702#: wt-status.c:285
1703msgid "unknown:"
1704msgstr ""
1705
1706#: wt-status.c:287
1707msgid "unmerged:"
1708msgstr ""
1709
1710#: wt-status.c:369
1711msgid "new commits, "
1712msgstr ""
1713
1714#: wt-status.c:371
1715msgid "modified content, "
1716msgstr ""
1717
1718#: wt-status.c:373
1719msgid "untracked content, "
1720msgstr ""
1721
1722#: wt-status.c:390
1723#, c-format
1724msgid "bug: unhandled diff status %c"
1725msgstr ""
1726
1727#: wt-status.c:754
1728msgid "Submodules changed but not updated:"
1729msgstr ""
1730
1731#: wt-status.c:756
1732msgid "Submodule changes to be committed:"
1733msgstr ""
1734
1735#: wt-status.c:837
1736msgid ""
1737"Do not touch the line above.\n"
1738"Everything below will be removed."
1739msgstr ""
1740
1741#: wt-status.c:948
1742msgid "You have unmerged paths."
1743msgstr ""
1744
1745#: wt-status.c:951
1746msgid "  (fix conflicts and run \"git commit\")"
1747msgstr ""
1748
1749#: wt-status.c:954
1750msgid "All conflicts fixed but you are still merging."
1751msgstr ""
1752
1753#: wt-status.c:957
1754msgid "  (use \"git commit\" to conclude merge)"
1755msgstr ""
1756
1757#: wt-status.c:967
1758msgid "You are in the middle of an am session."
1759msgstr ""
1760
1761#: wt-status.c:970
1762msgid "The current patch is empty."
1763msgstr ""
1764
1765#: wt-status.c:974
1766msgid "  (fix conflicts and then run \"git am --continue\")"
1767msgstr ""
1768
1769#: wt-status.c:976
1770msgid "  (use \"git am --skip\" to skip this patch)"
1771msgstr ""
1772
1773#: wt-status.c:978
1774msgid "  (use \"git am --abort\" to restore the original branch)"
1775msgstr ""
1776
1777#: wt-status.c:1105
1778msgid "No commands done."
1779msgstr ""
1780
1781#: wt-status.c:1108
1782#, c-format
1783msgid "Last command done (%d command done):"
1784msgid_plural "Last commands done (%d commands done):"
1785msgstr[0] ""
1786msgstr[1] ""
1787
1788#: wt-status.c:1119
1789#, c-format
1790msgid "  (see more in file %s)"
1791msgstr ""
1792
1793#: wt-status.c:1124
1794msgid "No commands remaining."
1795msgstr ""
1796
1797#: wt-status.c:1127
1798#, c-format
1799msgid "Next command to do (%d remaining command):"
1800msgid_plural "Next commands to do (%d remaining commands):"
1801msgstr[0] ""
1802msgstr[1] ""
1803
1804#: wt-status.c:1135
1805msgid "  (use \"git rebase --edit-todo\" to view and edit)"
1806msgstr ""
1807
1808#: wt-status.c:1148
1809#, c-format
1810msgid "You are currently rebasing branch '%s' on '%s'."
1811msgstr ""
1812
1813#: wt-status.c:1153
1814msgid "You are currently rebasing."
1815msgstr ""
1816
1817#: wt-status.c:1167
1818msgid "  (fix conflicts and then run \"git rebase --continue\")"
1819msgstr ""
1820
1821#: wt-status.c:1169
1822msgid "  (use \"git rebase --skip\" to skip this patch)"
1823msgstr ""
1824
1825#: wt-status.c:1171
1826msgid "  (use \"git rebase --abort\" to check out the original branch)"
1827msgstr ""
1828
1829#: wt-status.c:1177
1830msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1831msgstr ""
1832
1833#: wt-status.c:1181
1834#, c-format
1835msgid ""
1836"You are currently splitting a commit while rebasing branch '%s' on '%s'."
1837msgstr ""
1838
1839#: wt-status.c:1186
1840msgid "You are currently splitting a commit during a rebase."
1841msgstr ""
1842
1843#: wt-status.c:1189
1844msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1845msgstr ""
1846
1847#: wt-status.c:1193
1848#, c-format
1849msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1850msgstr ""
1851
1852#: wt-status.c:1198
1853msgid "You are currently editing a commit during a rebase."
1854msgstr ""
1855
1856#: wt-status.c:1201
1857msgid "  (use \"git commit --amend\" to amend the current commit)"
1858msgstr ""
1859
1860#: wt-status.c:1203
1861msgid ""
1862"  (use \"git rebase --continue\" once you are satisfied with your changes)"
1863msgstr ""
1864
1865#: wt-status.c:1213
1866#, c-format
1867msgid "You are currently cherry-picking commit %s."
1868msgstr ""
1869
1870#: wt-status.c:1218
1871msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1872msgstr ""
1873
1874#: wt-status.c:1221
1875msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1876msgstr ""
1877
1878#: wt-status.c:1223
1879msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1880msgstr ""
1881
1882#: wt-status.c:1232
1883#, c-format
1884msgid "You are currently reverting commit %s."
1885msgstr ""
1886
1887#: wt-status.c:1237
1888msgid "  (fix conflicts and run \"git revert --continue\")"
1889msgstr ""
1890
1891#: wt-status.c:1240
1892msgid "  (all conflicts fixed: run \"git revert --continue\")"
1893msgstr ""
1894
1895#: wt-status.c:1242
1896msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1897msgstr ""
1898
1899#: wt-status.c:1253
1900#, c-format
1901msgid "You are currently bisecting, started from branch '%s'."
1902msgstr ""
1903
1904#: wt-status.c:1257
1905msgid "You are currently bisecting."
1906msgstr ""
1907
1908#: wt-status.c:1260
1909msgid "  (use \"git bisect reset\" to get back to the original branch)"
1910msgstr ""
1911
1912#: wt-status.c:1437
1913msgid "On branch "
1914msgstr ""
1915
1916#: wt-status.c:1445
1917msgid "interactive rebase in progress; onto "
1918msgstr ""
1919
1920#: wt-status.c:1447
1921msgid "rebase in progress; onto "
1922msgstr ""
1923
1924#: wt-status.c:1452
1925msgid "HEAD detached at "
1926msgstr ""
1927
1928#: wt-status.c:1454
1929msgid "HEAD detached from "
1930msgstr ""
1931
1932#: wt-status.c:1457
1933msgid "Not currently on any branch."
1934msgstr ""
1935
1936#: wt-status.c:1474
1937msgid "Initial commit"
1938msgstr ""
1939
1940#: wt-status.c:1488
1941msgid "Untracked files"
1942msgstr ""
1943
1944#: wt-status.c:1490
1945msgid "Ignored files"
1946msgstr ""
1947
1948#: wt-status.c:1494
1949#, c-format
1950msgid ""
1951"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1952"may speed it up, but you have to be careful not to forget to add\n"
1953"new files yourself (see 'git help status')."
1954msgstr ""
1955
1956#: wt-status.c:1500
1957#, c-format
1958msgid "Untracked files not listed%s"
1959msgstr ""
1960
1961#: wt-status.c:1502
1962msgid " (use -u option to show untracked files)"
1963msgstr ""
1964
1965#: wt-status.c:1508
1966msgid "No changes"
1967msgstr ""
1968
1969#: wt-status.c:1513
1970#, c-format
1971msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1972msgstr ""
1973
1974#: wt-status.c:1516
1975#, c-format
1976msgid "no changes added to commit\n"
1977msgstr ""
1978
1979#: wt-status.c:1519
1980#, c-format
1981msgid ""
1982"nothing added to commit but untracked files present (use \"git add\" to "
1983"track)\n"
1984msgstr ""
1985
1986#: wt-status.c:1522
1987#, c-format
1988msgid "nothing added to commit but untracked files present\n"
1989msgstr ""
1990
1991#: wt-status.c:1525
1992#, c-format
1993msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1994msgstr ""
1995
1996#: wt-status.c:1528 wt-status.c:1533
1997#, c-format
1998msgid "nothing to commit\n"
1999msgstr ""
2000
2001#: wt-status.c:1531
2002#, c-format
2003msgid "nothing to commit (use -u to show untracked files)\n"
2004msgstr ""
2005
2006#: wt-status.c:1535
2007#, c-format
2008msgid "nothing to commit, working directory clean\n"
2009msgstr ""
2010
2011#: wt-status.c:1644
2012msgid "HEAD (no branch)"
2013msgstr ""
2014
2015#: wt-status.c:1650
2016msgid "Initial commit on "
2017msgstr ""
2018
2019#: wt-status.c:1677
2020msgid "gone"
2021msgstr ""
2022
2023#: wt-status.c:1679 wt-status.c:1687
2024msgid "behind "
2025msgstr ""
2026
2027#: compat/precompose_utf8.c:55 builtin/clone.c:403
2028#, c-format
2029msgid "failed to unlink '%s'"
2030msgstr ""
2031
2032#: builtin/add.c:22
2033msgid "git add [<options>] [--] <pathspec>..."
2034msgstr ""
2035
2036#: builtin/add.c:65
2037#, c-format
2038msgid "unexpected diff status %c"
2039msgstr ""
2040
2041#: builtin/add.c:70 builtin/commit.c:277
2042msgid "updating files failed"
2043msgstr ""
2044
2045#: builtin/add.c:80
2046#, c-format
2047msgid "remove '%s'\n"
2048msgstr ""
2049
2050#: builtin/add.c:134
2051msgid "Unstaged changes after refreshing the index:"
2052msgstr ""
2053
2054#: builtin/add.c:194 builtin/rev-parse.c:799
2055msgid "Could not read the index"
2056msgstr ""
2057
2058#: builtin/add.c:205
2059#, c-format
2060msgid "Could not open '%s' for writing."
2061msgstr ""
2062
2063#: builtin/add.c:209
2064msgid "Could not write patch"
2065msgstr ""
2066
2067#: builtin/add.c:212
2068msgid "editing patch failed"
2069msgstr ""
2070
2071#: builtin/add.c:215
2072#, c-format
2073msgid "Could not stat '%s'"
2074msgstr ""
2075
2076#: builtin/add.c:217
2077msgid "Empty patch. Aborted."
2078msgstr ""
2079
2080#: builtin/add.c:222
2081#, c-format
2082msgid "Could not apply '%s'"
2083msgstr ""
2084
2085#: builtin/add.c:232
2086msgid "The following paths are ignored by one of your .gitignore files:\n"
2087msgstr ""
2088
2089#: builtin/add.c:249 builtin/clean.c:896 builtin/fetch.c:108 builtin/mv.c:110
2090#: builtin/prune-packed.c:55 builtin/pull.c:182 builtin/push.c:545
2091#: builtin/remote.c:1339 builtin/rm.c:268 builtin/send-pack.c:162
2092msgid "dry run"
2093msgstr ""
2094
2095#: builtin/add.c:250 builtin/apply.c:4580 builtin/check-ignore.c:19
2096#: builtin/commit.c:1321 builtin/count-objects.c:63 builtin/fsck.c:636
2097#: builtin/log.c:1641 builtin/mv.c:109 builtin/read-tree.c:114
2098msgid "be verbose"
2099msgstr ""
2100
2101#: builtin/add.c:252
2102msgid "interactive picking"
2103msgstr ""
2104
2105#: builtin/add.c:253 builtin/checkout.c:1152 builtin/reset.c:286
2106msgid "select hunks interactively"
2107msgstr ""
2108
2109#: builtin/add.c:254
2110msgid "edit current diff and apply"
2111msgstr ""
2112
2113#: builtin/add.c:255
2114msgid "allow adding otherwise ignored files"
2115msgstr ""
2116
2117#: builtin/add.c:256
2118msgid "update tracked files"
2119msgstr ""
2120
2121#: builtin/add.c:257
2122msgid "record only the fact that the path will be added later"
2123msgstr ""
2124
2125#: builtin/add.c:258
2126msgid "add changes from all tracked and untracked files"
2127msgstr ""
2128
2129#: builtin/add.c:261
2130msgid "ignore paths removed in the working tree (same as --no-all)"
2131msgstr ""
2132
2133#: builtin/add.c:263
2134msgid "don't add, only refresh the index"
2135msgstr ""
2136
2137#: builtin/add.c:264
2138msgid "just skip files which cannot be added because of errors"
2139msgstr ""
2140
2141#: builtin/add.c:265
2142msgid "check if - even missing - files are ignored in dry run"
2143msgstr ""
2144
2145#: builtin/add.c:287
2146#, c-format
2147msgid "Use -f if you really want to add them.\n"
2148msgstr ""
2149
2150#: builtin/add.c:294
2151msgid "adding files failed"
2152msgstr ""
2153
2154#: builtin/add.c:330
2155msgid "-A and -u are mutually incompatible"
2156msgstr ""
2157
2158#: builtin/add.c:337
2159msgid "Option --ignore-missing can only be used together with --dry-run"
2160msgstr ""
2161
2162#: builtin/add.c:358
2163#, c-format
2164msgid "Nothing specified, nothing added.\n"
2165msgstr ""
2166
2167#: builtin/add.c:359
2168#, c-format
2169msgid "Maybe you wanted to say 'git add .'?\n"
2170msgstr ""
2171
2172#: builtin/add.c:364 builtin/check-ignore.c:172 builtin/clean.c:940
2173#: builtin/commit.c:336 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:298
2174msgid "index file corrupt"
2175msgstr ""
2176
2177#: builtin/add.c:445 builtin/apply.c:4678 builtin/mv.c:279 builtin/rm.c:430
2178msgid "Unable to write new index file"
2179msgstr ""
2180
2181#: builtin/am.c:41
2182#, c-format
2183msgid "could not stat %s"
2184msgstr ""
2185
2186#: builtin/am.c:270 builtin/am.c:1345 builtin/commit.c:737
2187#: builtin/merge.c:1079
2188#, c-format
2189msgid "could not read '%s'"
2190msgstr ""
2191
2192#: builtin/am.c:444
2193msgid "could not parse author script"
2194msgstr ""
2195
2196#: builtin/am.c:521
2197#, c-format
2198msgid "'%s' was deleted by the applypatch-msg hook"
2199msgstr ""
2200
2201#: builtin/am.c:562 builtin/notes.c:300
2202#, c-format
2203msgid "Malformed input line: '%s'."
2204msgstr ""
2205
2206#: builtin/am.c:599 builtin/notes.c:315
2207#, c-format
2208msgid "Failed to copy notes from '%s' to '%s'"
2209msgstr ""
2210
2211#: builtin/am.c:625
2212msgid "fseek failed"
2213msgstr ""
2214
2215#: builtin/am.c:786 builtin/am.c:874
2216#, c-format
2217msgid "could not open '%s' for reading: %s"
2218msgstr ""
2219
2220#: builtin/am.c:793
2221#, c-format
2222msgid "could not open '%s' for writing: %s"
2223msgstr ""
2224
2225#: builtin/am.c:802
2226#, c-format
2227msgid "could not parse patch '%s'"
2228msgstr ""
2229
2230#: builtin/am.c:867
2231msgid "Only one StGIT patch series can be applied at once"
2232msgstr ""
2233
2234#: builtin/am.c:915
2235msgid "invalid timestamp"
2236msgstr ""
2237
2238#: builtin/am.c:918 builtin/am.c:926
2239msgid "invalid Date line"
2240msgstr ""
2241
2242#: builtin/am.c:923
2243msgid "invalid timezone offset"
2244msgstr ""
2245
2246#: builtin/am.c:1010
2247msgid "Patch format detection failed."
2248msgstr ""
2249
2250#: builtin/am.c:1015 builtin/clone.c:368
2251#, c-format
2252msgid "failed to create directory '%s'"
2253msgstr ""
2254
2255#: builtin/am.c:1019
2256msgid "Failed to split patches."
2257msgstr ""
2258
2259#: builtin/am.c:1151 builtin/commit.c:362
2260msgid "unable to write index file"
2261msgstr ""
2262
2263#: builtin/am.c:1202
2264#, c-format
2265msgid "When you have resolved this problem, run \"%s --continue\"."
2266msgstr ""
2267
2268#: builtin/am.c:1203
2269#, c-format
2270msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2271msgstr ""
2272
2273#: builtin/am.c:1204
2274#, c-format
2275msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2276msgstr ""
2277
2278#: builtin/am.c:1339
2279msgid "Patch is empty. Was it split wrong?"
2280msgstr ""
2281
2282#: builtin/am.c:1413 builtin/log.c:1345
2283#, c-format
2284msgid "invalid ident line: %s"
2285msgstr ""
2286
2287#: builtin/am.c:1440
2288#, c-format
2289msgid "unable to parse commit %s"
2290msgstr ""
2291
2292#: builtin/am.c:1614
2293msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2294msgstr ""
2295
2296#: builtin/am.c:1616
2297msgid "Using index info to reconstruct a base tree..."
2298msgstr ""
2299
2300#: builtin/am.c:1635
2301msgid ""
2302"Did you hand edit your patch?\n"
2303"It does not apply to blobs recorded in its index."
2304msgstr ""
2305
2306#: builtin/am.c:1641
2307msgid "Falling back to patching base and 3-way merge..."
2308msgstr ""
2309
2310#: builtin/am.c:1666
2311msgid "Failed to merge in the changes."
2312msgstr ""
2313
2314#: builtin/am.c:1691 builtin/merge.c:632
2315msgid "git write-tree failed to write a tree"
2316msgstr ""
2317
2318#: builtin/am.c:1698
2319msgid "applying to an empty history"
2320msgstr ""
2321
2322#: builtin/am.c:1711 builtin/commit.c:1752 builtin/merge.c:829
2323#: builtin/merge.c:854
2324msgid "failed to write commit object"
2325msgstr ""
2326
2327#: builtin/am.c:1743 builtin/am.c:1747
2328#, c-format
2329msgid "cannot resume: %s does not exist."
2330msgstr ""
2331
2332#: builtin/am.c:1763
2333msgid "cannot be interactive without stdin connected to a terminal."
2334msgstr ""
2335
2336#: builtin/am.c:1768
2337msgid "Commit Body is:"
2338msgstr ""
2339
2340#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2341#. in your translation. The program will only accept English
2342#. input at this point.
2343#.
2344#: builtin/am.c:1778
2345msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2346msgstr ""
2347
2348#: builtin/am.c:1828
2349#, c-format
2350msgid "Dirty index: cannot apply patches (dirty: %s)"
2351msgstr ""
2352
2353#: builtin/am.c:1863 builtin/am.c:1934
2354#, c-format
2355msgid "Applying: %.*s"
2356msgstr ""
2357
2358#: builtin/am.c:1879
2359msgid "No changes -- Patch already applied."
2360msgstr ""
2361
2362#: builtin/am.c:1887
2363#, c-format
2364msgid "Patch failed at %s %.*s"
2365msgstr ""
2366
2367#: builtin/am.c:1893
2368#, c-format
2369msgid "The copy of the patch that failed is found in: %s"
2370msgstr ""
2371
2372#: builtin/am.c:1937
2373msgid ""
2374"No changes - did you forget to use 'git add'?\n"
2375"If there is nothing left to stage, chances are that something else\n"
2376"already introduced the same changes; you might want to skip this patch."
2377msgstr ""
2378
2379#: builtin/am.c:1944
2380msgid ""
2381"You still have unmerged paths in your index.\n"
2382"Did you forget to use 'git add'?"
2383msgstr ""
2384
2385#: builtin/am.c:2052 builtin/am.c:2056 builtin/am.c:2068 builtin/reset.c:308
2386#: builtin/reset.c:316
2387#, c-format
2388msgid "Could not parse object '%s'."
2389msgstr ""
2390
2391#: builtin/am.c:2104
2392msgid "failed to clean index"
2393msgstr ""
2394
2395#: builtin/am.c:2138
2396msgid ""
2397"You seem to have moved HEAD since the last 'am' failure.\n"
2398"Not rewinding to ORIG_HEAD"
2399msgstr ""
2400
2401#: builtin/am.c:2199
2402#, c-format
2403msgid "Invalid value for --patch-format: %s"
2404msgstr ""
2405
2406#: builtin/am.c:2221
2407msgid "git am [options] [(<mbox>|<Maildir>)...]"
2408msgstr ""
2409
2410#: builtin/am.c:2222
2411msgid "git am [options] (--continue | --skip | --abort)"
2412msgstr ""
2413
2414#: builtin/am.c:2228
2415msgid "run interactively"
2416msgstr ""
2417
2418#: builtin/am.c:2230
2419msgid "historical option -- no-op"
2420msgstr ""
2421
2422#: builtin/am.c:2232
2423msgid "allow fall back on 3way merging if needed"
2424msgstr ""
2425
2426#: builtin/am.c:2233 builtin/init-db.c:509 builtin/prune-packed.c:57
2427#: builtin/repack.c:171
2428msgid "be quiet"
2429msgstr ""
2430
2431#: builtin/am.c:2235
2432msgid "add a Signed-off-by line to the commit message"
2433msgstr ""
2434
2435#: builtin/am.c:2238
2436msgid "recode into utf8 (default)"
2437msgstr ""
2438
2439#: builtin/am.c:2240
2440msgid "pass -k flag to git-mailinfo"
2441msgstr ""
2442
2443#: builtin/am.c:2242
2444msgid "pass -b flag to git-mailinfo"
2445msgstr ""
2446
2447#: builtin/am.c:2244
2448msgid "pass -m flag to git-mailinfo"
2449msgstr ""
2450
2451#: builtin/am.c:2246
2452msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2453msgstr ""
2454
2455#: builtin/am.c:2249
2456msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
2457msgstr ""
2458
2459#: builtin/am.c:2252
2460msgid "strip everything before a scissors line"
2461msgstr ""
2462
2463#: builtin/am.c:2253 builtin/apply.c:4563
2464msgid "action"
2465msgstr ""
2466
2467#: builtin/am.c:2254 builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263
2468#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
2469#: builtin/am.c:2281
2470msgid "pass it through git-apply"
2471msgstr ""
2472
2473#: builtin/am.c:2262 builtin/apply.c:4587
2474msgid "root"
2475msgstr ""
2476
2477#: builtin/am.c:2265 builtin/am.c:2268 builtin/apply.c:4525
2478#: builtin/apply.c:4528 builtin/clone.c:85 builtin/fetch.c:93
2479#: builtin/pull.c:167
2480msgid "path"
2481msgstr ""
2482
2483#: builtin/am.c:2271 builtin/fmt-merge-msg.c:669 builtin/fmt-merge-msg.c:672
2484#: builtin/grep.c:698 builtin/merge.c:198 builtin/pull.c:127
2485#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:664
2486#: builtin/show-ref.c:180 builtin/tag.c:591 parse-options.h:132
2487#: parse-options.h:134 parse-options.h:243
2488msgid "n"
2489msgstr ""
2490
2491#: builtin/am.c:2274 builtin/apply.c:4531
2492msgid "num"
2493msgstr ""
2494
2495#: builtin/am.c:2277 builtin/for-each-ref.c:34 builtin/replace.c:438
2496msgid "format"
2497msgstr ""
2498
2499#: builtin/am.c:2278
2500msgid "format the patch(es) are in"
2501msgstr ""
2502
2503#: builtin/am.c:2284
2504msgid "override error message when patch failure occurs"
2505msgstr ""
2506
2507#: builtin/am.c:2286
2508msgid "continue applying patches after resolving a conflict"
2509msgstr ""
2510
2511#: builtin/am.c:2289
2512msgid "synonyms for --continue"
2513msgstr ""
2514
2515#: builtin/am.c:2292
2516msgid "skip the current patch"
2517msgstr ""
2518
2519#: builtin/am.c:2295
2520msgid "restore the original branch and abort the patching operation."
2521msgstr ""
2522
2523#: builtin/am.c:2299
2524msgid "lie about committer date"
2525msgstr ""
2526
2527#: builtin/am.c:2301
2528msgid "use current timestamp for author date"
2529msgstr ""
2530
2531#: builtin/am.c:2303 builtin/commit.c:1590 builtin/merge.c:225
2532#: builtin/pull.c:155 builtin/revert.c:92 builtin/tag.c:606
2533msgid "key-id"
2534msgstr ""
2535
2536#: builtin/am.c:2304
2537msgid "GPG-sign commits"
2538msgstr ""
2539
2540#: builtin/am.c:2307
2541msgid "(internal use for git-rebase)"
2542msgstr ""
2543
2544#: builtin/am.c:2322
2545msgid ""
2546"The -b/--binary option has been a no-op for long time, and\n"
2547"it will be removed. Please do not use it anymore."
2548msgstr ""
2549
2550#: builtin/am.c:2329
2551msgid "failed to read the index"
2552msgstr ""
2553
2554#: builtin/am.c:2344
2555#, c-format
2556msgid "previous rebase directory %s still exists but mbox given."
2557msgstr ""
2558
2559#: builtin/am.c:2368
2560#, c-format
2561msgid ""
2562"Stray %s directory found.\n"
2563"Use \"git am --abort\" to remove it."
2564msgstr ""
2565
2566#: builtin/am.c:2374
2567msgid "Resolve operation not in progress, we are not resuming."
2568msgstr ""
2569
2570#: builtin/apply.c:59
2571msgid "git apply [<options>] [<patch>...]"
2572msgstr ""
2573
2574#: builtin/apply.c:112
2575#, c-format
2576msgid "unrecognized whitespace option '%s'"
2577msgstr ""
2578
2579#: builtin/apply.c:127
2580#, c-format
2581msgid "unrecognized whitespace ignore option '%s'"
2582msgstr ""
2583
2584#: builtin/apply.c:822
2585#, c-format
2586msgid "Cannot prepare timestamp regexp %s"
2587msgstr ""
2588
2589#: builtin/apply.c:831
2590#, c-format
2591msgid "regexec returned %d for input: %s"
2592msgstr ""
2593
2594#: builtin/apply.c:912
2595#, c-format
2596msgid "unable to find filename in patch at line %d"
2597msgstr ""
2598
2599#: builtin/apply.c:944
2600#, c-format
2601msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2602msgstr ""
2603
2604#: builtin/apply.c:948
2605#, c-format
2606msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2607msgstr ""
2608
2609#: builtin/apply.c:949
2610#, c-format
2611msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2612msgstr ""
2613
2614#: builtin/apply.c:956
2615#, c-format
2616msgid "git apply: bad git-diff - expected /dev/null on line %d"
2617msgstr ""
2618
2619#: builtin/apply.c:1419
2620#, c-format
2621msgid "recount: unexpected line: %.*s"
2622msgstr ""
2623
2624#: builtin/apply.c:1476
2625#, c-format
2626msgid "patch fragment without header at line %d: %.*s"
2627msgstr ""
2628
2629#: builtin/apply.c:1493
2630#, c-format
2631msgid ""
2632"git diff header lacks filename information when removing %d leading pathname "
2633"component (line %d)"
2634msgid_plural ""
2635"git diff header lacks filename information when removing %d leading pathname "
2636"components (line %d)"
2637msgstr[0] ""
2638msgstr[1] ""
2639
2640#: builtin/apply.c:1659
2641msgid "new file depends on old contents"
2642msgstr ""
2643
2644#: builtin/apply.c:1661
2645msgid "deleted file still has contents"
2646msgstr ""
2647
2648#: builtin/apply.c:1687
2649#, c-format
2650msgid "corrupt patch at line %d"
2651msgstr ""
2652
2653#: builtin/apply.c:1723
2654#, c-format
2655msgid "new file %s depends on old contents"
2656msgstr ""
2657
2658#: builtin/apply.c:1725
2659#, c-format
2660msgid "deleted file %s still has contents"
2661msgstr ""
2662
2663#: builtin/apply.c:1728
2664#, c-format
2665msgid "** warning: file %s becomes empty but is not deleted"
2666msgstr ""
2667
2668#: builtin/apply.c:1874
2669#, c-format
2670msgid "corrupt binary patch at line %d: %.*s"
2671msgstr ""
2672
2673#: builtin/apply.c:1903
2674#, c-format
2675msgid "unrecognized binary patch at line %d"
2676msgstr ""
2677
2678#: builtin/apply.c:2054
2679#, c-format
2680msgid "patch with only garbage at line %d"
2681msgstr ""
2682
2683#: builtin/apply.c:2144
2684#, c-format
2685msgid "unable to read symlink %s"
2686msgstr ""
2687
2688#: builtin/apply.c:2148
2689#, c-format
2690msgid "unable to open or read %s"
2691msgstr ""
2692
2693#: builtin/apply.c:2781
2694#, c-format
2695msgid "invalid start of line: '%c'"
2696msgstr ""
2697
2698#: builtin/apply.c:2900
2699#, c-format
2700msgid "Hunk #%d succeeded at %d (offset %d line)."
2701msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2702msgstr[0] ""
2703msgstr[1] ""
2704
2705#: builtin/apply.c:2912
2706#, c-format
2707msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2708msgstr ""
2709
2710#: builtin/apply.c:2918
2711#, c-format
2712msgid ""
2713"while searching for:\n"
2714"%.*s"
2715msgstr ""
2716
2717#: builtin/apply.c:2938
2718#, c-format
2719msgid "missing binary patch data for '%s'"
2720msgstr ""
2721
2722#: builtin/apply.c:3039
2723#, c-format
2724msgid "binary patch does not apply to '%s'"
2725msgstr ""
2726
2727#: builtin/apply.c:3045
2728#, c-format
2729msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2730msgstr ""
2731
2732#: builtin/apply.c:3066
2733#, c-format
2734msgid "patch failed: %s:%ld"
2735msgstr ""
2736
2737#: builtin/apply.c:3190
2738#, c-format
2739msgid "cannot checkout %s"
2740msgstr ""
2741
2742#: builtin/apply.c:3235 builtin/apply.c:3246 builtin/apply.c:3291
2743#, c-format
2744msgid "read of %s failed"
2745msgstr ""
2746
2747#: builtin/apply.c:3243
2748#, c-format
2749msgid "reading from '%s' beyond a symbolic link"
2750msgstr ""
2751
2752#: builtin/apply.c:3271 builtin/apply.c:3493
2753#, c-format
2754msgid "path %s has been renamed/deleted"
2755msgstr ""
2756
2757#: builtin/apply.c:3352 builtin/apply.c:3507
2758#, c-format
2759msgid "%s: does not exist in index"
2760msgstr ""
2761
2762#: builtin/apply.c:3356 builtin/apply.c:3499 builtin/apply.c:3521
2763#, c-format
2764msgid "%s: %s"
2765msgstr ""
2766
2767#: builtin/apply.c:3361 builtin/apply.c:3515
2768#, c-format
2769msgid "%s: does not match index"
2770msgstr ""
2771
2772#: builtin/apply.c:3463
2773msgid "removal patch leaves file contents"
2774msgstr ""
2775
2776#: builtin/apply.c:3532
2777#, c-format
2778msgid "%s: wrong type"
2779msgstr ""
2780
2781#: builtin/apply.c:3534
2782#, c-format
2783msgid "%s has type %o, expected %o"
2784msgstr ""
2785
2786#: builtin/apply.c:3693 builtin/apply.c:3695
2787#, c-format
2788msgid "invalid path '%s'"
2789msgstr ""
2790
2791#: builtin/apply.c:3750
2792#, c-format
2793msgid "%s: already exists in index"
2794msgstr ""
2795
2796#: builtin/apply.c:3753
2797#, c-format
2798msgid "%s: already exists in working directory"
2799msgstr ""
2800
2801#: builtin/apply.c:3773
2802#, c-format
2803msgid "new mode (%o) of %s does not match old mode (%o)"
2804msgstr ""
2805
2806#: builtin/apply.c:3778
2807#, c-format
2808msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2809msgstr ""
2810
2811#: builtin/apply.c:3798
2812#, c-format
2813msgid "affected file '%s' is beyond a symbolic link"
2814msgstr ""
2815
2816#: builtin/apply.c:3802
2817#, c-format
2818msgid "%s: patch does not apply"
2819msgstr ""
2820
2821#: builtin/apply.c:3816
2822#, c-format
2823msgid "Checking patch %s..."
2824msgstr ""
2825
2826#: builtin/apply.c:3909 builtin/checkout.c:232 builtin/reset.c:135
2827#, c-format
2828msgid "make_cache_entry failed for path '%s'"
2829msgstr ""
2830
2831#: builtin/apply.c:4052
2832#, c-format
2833msgid "unable to remove %s from index"
2834msgstr ""
2835
2836#: builtin/apply.c:4081
2837#, c-format
2838msgid "corrupt patch for submodule %s"
2839msgstr ""
2840
2841#: builtin/apply.c:4085
2842#, c-format
2843msgid "unable to stat newly created file '%s'"
2844msgstr ""
2845
2846#: builtin/apply.c:4090
2847#, c-format
2848msgid "unable to create backing store for newly created file %s"
2849msgstr ""
2850
2851#: builtin/apply.c:4093 builtin/apply.c:4201
2852#, c-format
2853msgid "unable to add cache entry for %s"
2854msgstr ""
2855
2856#: builtin/apply.c:4126
2857#, c-format
2858msgid "closing file '%s'"
2859msgstr ""
2860
2861#: builtin/apply.c:4175
2862#, c-format
2863msgid "unable to write file '%s' mode %o"
2864msgstr ""
2865
2866#: builtin/apply.c:4262
2867#, c-format
2868msgid "Applied patch %s cleanly."
2869msgstr ""
2870
2871#: builtin/apply.c:4270
2872msgid "internal error"
2873msgstr ""
2874
2875#: builtin/apply.c:4273
2876#, c-format
2877msgid "Applying patch %%s with %d reject..."
2878msgid_plural "Applying patch %%s with %d rejects..."
2879msgstr[0] ""
2880msgstr[1] ""
2881
2882#: builtin/apply.c:4283
2883#, c-format
2884msgid "truncating .rej filename to %.*s.rej"
2885msgstr ""
2886
2887#: builtin/apply.c:4304
2888#, c-format
2889msgid "Hunk #%d applied cleanly."
2890msgstr ""
2891
2892#: builtin/apply.c:4307
2893#, c-format
2894msgid "Rejected hunk #%d."
2895msgstr ""
2896
2897#: builtin/apply.c:4397
2898msgid "unrecognized input"
2899msgstr ""
2900
2901#: builtin/apply.c:4408
2902msgid "unable to read index file"
2903msgstr ""
2904
2905#: builtin/apply.c:4526
2906msgid "don't apply changes matching the given path"
2907msgstr ""
2908
2909#: builtin/apply.c:4529
2910msgid "apply changes matching the given path"
2911msgstr ""
2912
2913#: builtin/apply.c:4532
2914msgid "remove <num> leading slashes from traditional diff paths"
2915msgstr ""
2916
2917#: builtin/apply.c:4535
2918msgid "ignore additions made by the patch"
2919msgstr ""
2920
2921#: builtin/apply.c:4537
2922msgid "instead of applying the patch, output diffstat for the input"
2923msgstr ""
2924
2925#: builtin/apply.c:4541
2926msgid "show number of added and deleted lines in decimal notation"
2927msgstr ""
2928
2929#: builtin/apply.c:4543
2930msgid "instead of applying the patch, output a summary for the input"
2931msgstr ""
2932
2933#: builtin/apply.c:4545
2934msgid "instead of applying the patch, see if the patch is applicable"
2935msgstr ""
2936
2937#: builtin/apply.c:4547
2938msgid "make sure the patch is applicable to the current index"
2939msgstr ""
2940
2941#: builtin/apply.c:4549
2942msgid "apply a patch without touching the working tree"
2943msgstr ""
2944
2945#: builtin/apply.c:4551
2946msgid "accept a patch that touches outside the working area"
2947msgstr ""
2948
2949#: builtin/apply.c:4553
2950msgid "also apply the patch (use with --stat/--summary/--check)"
2951msgstr ""
2952
2953#: builtin/apply.c:4555
2954msgid "attempt three-way merge if a patch does not apply"
2955msgstr ""
2956
2957#: builtin/apply.c:4557
2958msgid "build a temporary index based on embedded index information"
2959msgstr ""
2960
2961#: builtin/apply.c:4559 builtin/checkout-index.c:198 builtin/ls-files.c:412
2962msgid "paths are separated with NUL character"
2963msgstr ""
2964
2965#: builtin/apply.c:4562
2966msgid "ensure at least <n> lines of context match"
2967msgstr ""
2968
2969#: builtin/apply.c:4564
2970msgid "detect new or modified lines that have whitespace errors"
2971msgstr ""
2972
2973#: builtin/apply.c:4567 builtin/apply.c:4570
2974msgid "ignore changes in whitespace when finding context"
2975msgstr ""
2976
2977#: builtin/apply.c:4573
2978msgid "apply the patch in reverse"
2979msgstr ""
2980
2981#: builtin/apply.c:4575
2982msgid "don't expect at least one line of context"
2983msgstr ""
2984
2985#: builtin/apply.c:4577
2986msgid "leave the rejected hunks in corresponding *.rej files"
2987msgstr ""
2988
2989#: builtin/apply.c:4579
2990msgid "allow overlapping hunks"
2991msgstr ""
2992
2993#: builtin/apply.c:4582
2994msgid "tolerate incorrectly detected missing new-line at the end of file"
2995msgstr ""
2996
2997#: builtin/apply.c:4585
2998msgid "do not trust the line counts in the hunk headers"
2999msgstr ""
3000
3001#: builtin/apply.c:4588
3002msgid "prepend <root> to all filenames"
3003msgstr ""
3004
3005#: builtin/apply.c:4610
3006msgid "--3way outside a repository"
3007msgstr ""
3008
3009#: builtin/apply.c:4618
3010msgid "--index outside a repository"
3011msgstr ""
3012
3013#: builtin/apply.c:4621
3014msgid "--cached outside a repository"
3015msgstr ""
3016
3017#: builtin/apply.c:4640
3018#, c-format
3019msgid "can't open patch '%s'"
3020msgstr ""
3021
3022#: builtin/apply.c:4654
3023#, c-format
3024msgid "squelched %d whitespace error"
3025msgid_plural "squelched %d whitespace errors"
3026msgstr[0] ""
3027msgstr[1] ""
3028
3029#: builtin/apply.c:4660 builtin/apply.c:4670
3030#, c-format
3031msgid "%d line adds whitespace errors."
3032msgid_plural "%d lines add whitespace errors."
3033msgstr[0] ""
3034msgstr[1] ""
3035
3036#: builtin/archive.c:17
3037#, c-format
3038msgid "could not create archive file '%s'"
3039msgstr ""
3040
3041#: builtin/archive.c:20
3042msgid "could not redirect output"
3043msgstr ""
3044
3045#: builtin/archive.c:37
3046msgid "git archive: Remote with no URL"
3047msgstr ""
3048
3049#: builtin/archive.c:58
3050msgid "git archive: expected ACK/NAK, got EOF"
3051msgstr ""
3052
3053#: builtin/archive.c:61
3054#, c-format
3055msgid "git archive: NACK %s"
3056msgstr ""
3057
3058#: builtin/archive.c:63
3059#, c-format
3060msgid "remote error: %s"
3061msgstr ""
3062
3063#: builtin/archive.c:64
3064msgid "git archive: protocol error"
3065msgstr ""
3066
3067#: builtin/archive.c:68
3068msgid "git archive: expected a flush"
3069msgstr ""
3070
3071#: builtin/bisect--helper.c:7
3072msgid "git bisect--helper --next-all [--no-checkout]"
3073msgstr ""
3074
3075#: builtin/bisect--helper.c:17
3076msgid "perform 'git bisect next'"
3077msgstr ""
3078
3079#: builtin/bisect--helper.c:19
3080msgid "update BISECT_HEAD instead of checking out the current commit"
3081msgstr ""
3082
3083#: builtin/blame.c:32
3084msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3085msgstr ""
3086
3087#: builtin/blame.c:37
3088msgid "<rev-opts> are documented in git-rev-list(1)"
3089msgstr ""
3090
3091#: builtin/blame.c:2500
3092msgid "Show blame entries as we find them, incrementally"
3093msgstr ""
3094
3095#: builtin/blame.c:2501
3096msgid "Show blank SHA-1 for boundary commits (Default: off)"
3097msgstr ""
3098
3099#: builtin/blame.c:2502
3100msgid "Do not treat root commits as boundaries (Default: off)"
3101msgstr ""
3102
3103#: builtin/blame.c:2503
3104msgid "Show work cost statistics"
3105msgstr ""
3106
3107#: builtin/blame.c:2504
3108msgid "Show output score for blame entries"
3109msgstr ""
3110
3111#: builtin/blame.c:2505
3112msgid "Show original filename (Default: auto)"
3113msgstr ""
3114
3115#: builtin/blame.c:2506
3116msgid "Show original linenumber (Default: off)"
3117msgstr ""
3118
3119#: builtin/blame.c:2507
3120msgid "Show in a format designed for machine consumption"
3121msgstr ""
3122
3123#: builtin/blame.c:2508
3124msgid "Show porcelain format with per-line commit information"
3125msgstr ""
3126
3127#: builtin/blame.c:2509
3128msgid "Use the same output mode as git-annotate (Default: off)"
3129msgstr ""
3130
3131#: builtin/blame.c:2510
3132msgid "Show raw timestamp (Default: off)"
3133msgstr ""
3134
3135#: builtin/blame.c:2511
3136msgid "Show long commit SHA1 (Default: off)"
3137msgstr ""
3138
3139#: builtin/blame.c:2512
3140msgid "Suppress author name and timestamp (Default: off)"
3141msgstr ""
3142
3143#: builtin/blame.c:2513
3144msgid "Show author email instead of name (Default: off)"
3145msgstr ""
3146
3147#: builtin/blame.c:2514
3148msgid "Ignore whitespace differences"
3149msgstr ""
3150
3151#: builtin/blame.c:2515
3152msgid "Spend extra cycles to find better match"
3153msgstr ""
3154
3155#: builtin/blame.c:2516
3156msgid "Use revisions from <file> instead of calling git-rev-list"
3157msgstr ""
3158
3159#: builtin/blame.c:2517
3160msgid "Use <file>'s contents as the final image"
3161msgstr ""
3162
3163#: builtin/blame.c:2518 builtin/blame.c:2519
3164msgid "score"
3165msgstr ""
3166
3167#: builtin/blame.c:2518
3168msgid "Find line copies within and across files"
3169msgstr ""
3170
3171#: builtin/blame.c:2519
3172msgid "Find line movements within and across files"
3173msgstr ""
3174
3175#: builtin/blame.c:2520
3176msgid "n,m"
3177msgstr ""
3178
3179#: builtin/blame.c:2520
3180msgid "Process only line range n,m, counting from 1"
3181msgstr ""
3182
3183#. TRANSLATORS: This string is used to tell us the maximum
3184#. display width for a relative timestamp in "git blame"
3185#. output.  For C locale, "4 years, 11 months ago", which
3186#. takes 22 places, is the longest among various forms of
3187#. relative timestamps, but your language may need more or
3188#. fewer display columns.
3189#: builtin/blame.c:2601
3190msgid "4 years, 11 months ago"
3191msgstr ""
3192
3193#: builtin/branch.c:24
3194msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3195msgstr ""
3196
3197#: builtin/branch.c:25
3198msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3199msgstr ""
3200
3201#: builtin/branch.c:26
3202msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3203msgstr ""
3204
3205#: builtin/branch.c:27
3206msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3207msgstr ""
3208
3209#: builtin/branch.c:150
3210#, c-format
3211msgid ""
3212"deleting branch '%s' that has been merged to\n"
3213"         '%s', but not yet merged to HEAD."
3214msgstr ""
3215
3216#: builtin/branch.c:154
3217#, c-format
3218msgid ""
3219"not deleting branch '%s' that is not yet merged to\n"
3220"         '%s', even though it is merged to HEAD."
3221msgstr ""
3222
3223#: builtin/branch.c:168
3224#, c-format
3225msgid "Couldn't look up commit object for '%s'"
3226msgstr ""
3227
3228#: builtin/branch.c:172
3229#, c-format
3230msgid ""
3231"The branch '%s' is not fully merged.\n"
3232"If you are sure you want to delete it, run 'git branch -D %s'."
3233msgstr ""
3234
3235#: builtin/branch.c:185
3236msgid "Update of config-file failed"
3237msgstr ""
3238
3239#: builtin/branch.c:213
3240msgid "cannot use -a with -d"
3241msgstr ""
3242
3243#: builtin/branch.c:219
3244msgid "Couldn't look up commit object for HEAD"
3245msgstr ""
3246
3247#: builtin/branch.c:227
3248#, c-format
3249msgid "Cannot delete the branch '%s' which you are currently on."
3250msgstr ""
3251
3252#: builtin/branch.c:243
3253#, c-format
3254msgid "remote-tracking branch '%s' not found."
3255msgstr ""
3256
3257#: builtin/branch.c:244
3258#, c-format
3259msgid "branch '%s' not found."
3260msgstr ""
3261
3262#: builtin/branch.c:259
3263#, c-format
3264msgid "Error deleting remote-tracking branch '%s'"
3265msgstr ""
3266
3267#: builtin/branch.c:260
3268#, c-format
3269msgid "Error deleting branch '%s'"
3270msgstr ""
3271
3272#: builtin/branch.c:267
3273#, c-format
3274msgid "Deleted remote-tracking branch %s (was %s).\n"
3275msgstr ""
3276
3277#: builtin/branch.c:268
3278#, c-format
3279msgid "Deleted branch %s (was %s).\n"
3280msgstr ""
3281
3282#: builtin/branch.c:369
3283#, c-format
3284msgid "branch '%s' does not point at a commit"
3285msgstr ""
3286
3287#: builtin/branch.c:452
3288#, c-format
3289msgid "[%s: gone]"
3290msgstr ""
3291
3292#: builtin/branch.c:457
3293#, c-format
3294msgid "[%s]"
3295msgstr ""
3296
3297#: builtin/branch.c:462
3298#, c-format
3299msgid "[%s: behind %d]"
3300msgstr ""
3301
3302#: builtin/branch.c:464
3303#, c-format
3304msgid "[behind %d]"
3305msgstr ""
3306
3307#: builtin/branch.c:468
3308#, c-format
3309msgid "[%s: ahead %d]"
3310msgstr ""
3311
3312#: builtin/branch.c:470
3313#, c-format
3314msgid "[ahead %d]"
3315msgstr ""
3316
3317#: builtin/branch.c:473
3318#, c-format
3319msgid "[%s: ahead %d, behind %d]"
3320msgstr ""
3321
3322#: builtin/branch.c:476
3323#, c-format
3324msgid "[ahead %d, behind %d]"
3325msgstr ""
3326
3327#: builtin/branch.c:489
3328msgid " **** invalid ref ****"
3329msgstr ""
3330
3331#: builtin/branch.c:580
3332#, c-format
3333msgid "(no branch, rebasing %s)"
3334msgstr ""
3335
3336#: builtin/branch.c:583
3337#, c-format
3338msgid "(no branch, bisect started on %s)"
3339msgstr ""
3340
3341#: builtin/branch.c:589
3342#, c-format
3343msgid "(HEAD detached at %s)"
3344msgstr ""
3345
3346#: builtin/branch.c:592
3347#, c-format
3348msgid "(HEAD detached from %s)"
3349msgstr ""
3350
3351#: builtin/branch.c:596
3352msgid "(no branch)"
3353msgstr ""
3354
3355#: builtin/branch.c:643
3356#, c-format
3357msgid "object '%s' does not point to a commit"
3358msgstr ""
3359
3360#: builtin/branch.c:691
3361msgid "some refs could not be read"
3362msgstr ""
3363
3364#: builtin/branch.c:704
3365msgid "cannot rename the current branch while not on any."
3366msgstr ""
3367
3368#: builtin/branch.c:714
3369#, c-format
3370msgid "Invalid branch name: '%s'"
3371msgstr ""
3372
3373#: builtin/branch.c:729
3374msgid "Branch rename failed"
3375msgstr ""
3376
3377#: builtin/branch.c:733
3378#, c-format
3379msgid "Renamed a misnamed branch '%s' away"
3380msgstr ""
3381
3382#: builtin/branch.c:737
3383#, c-format
3384msgid "Branch renamed to %s, but HEAD is not updated!"
3385msgstr ""
3386
3387#: builtin/branch.c:744
3388msgid "Branch is renamed, but update of config-file failed"
3389msgstr ""
3390
3391#: builtin/branch.c:759
3392#, c-format
3393msgid "malformed object name %s"
3394msgstr ""
3395
3396#: builtin/branch.c:781
3397#, c-format
3398msgid "could not write branch description template: %s"
3399msgstr ""
3400
3401#: builtin/branch.c:811
3402msgid "Generic options"
3403msgstr ""
3404
3405#: builtin/branch.c:813
3406msgid "show hash and subject, give twice for upstream branch"
3407msgstr ""
3408
3409#: builtin/branch.c:814
3410msgid "suppress informational messages"
3411msgstr ""
3412
3413#: builtin/branch.c:815
3414msgid "set up tracking mode (see git-pull(1))"
3415msgstr ""
3416
3417#: builtin/branch.c:817
3418msgid "change upstream info"
3419msgstr ""
3420
3421#: builtin/branch.c:821
3422msgid "use colored output"
3423msgstr ""
3424
3425#: builtin/branch.c:822
3426msgid "act on remote-tracking branches"
3427msgstr ""
3428
3429#: builtin/branch.c:825 builtin/branch.c:831 builtin/branch.c:852
3430#: builtin/branch.c:858 builtin/commit.c:1580 builtin/commit.c:1581
3431#: builtin/commit.c:1582 builtin/commit.c:1583 builtin/tag.c:618
3432#: builtin/tag.c:624
3433msgid "commit"
3434msgstr ""
3435
3436#: builtin/branch.c:826 builtin/branch.c:832
3437msgid "print only branches that contain the commit"
3438msgstr ""
3439
3440#: builtin/branch.c:838
3441msgid "Specific git-branch actions:"
3442msgstr ""
3443
3444#: builtin/branch.c:839
3445msgid "list both remote-tracking and local branches"
3446msgstr ""
3447
3448#: builtin/branch.c:841
3449msgid "delete fully merged branch"
3450msgstr ""
3451
3452#: builtin/branch.c:842
3453msgid "delete branch (even if not merged)"
3454msgstr ""
3455
3456#: builtin/branch.c:843
3457msgid "move/rename a branch and its reflog"
3458msgstr ""
3459
3460#: builtin/branch.c:844
3461msgid "move/rename a branch, even if target exists"
3462msgstr ""
3463
3464#: builtin/branch.c:845
3465msgid "list branch names"
3466msgstr ""
3467
3468#: builtin/branch.c:846
3469msgid "create the branch's reflog"
3470msgstr ""
3471
3472#: builtin/branch.c:848
3473msgid "edit the description for the branch"
3474msgstr ""
3475
3476#: builtin/branch.c:849
3477msgid "force creation, move/rename, deletion"
3478msgstr ""
3479
3480#: builtin/branch.c:852
3481msgid "print only not merged branches"
3482msgstr ""
3483
3484#: builtin/branch.c:858
3485msgid "print only merged branches"
3486msgstr ""
3487
3488#: builtin/branch.c:862
3489msgid "list branches in columns"
3490msgstr ""
3491
3492#: builtin/branch.c:875
3493msgid "Failed to resolve HEAD as a valid ref."
3494msgstr ""
3495
3496#: builtin/branch.c:879 builtin/clone.c:690
3497msgid "HEAD not found below refs/heads!"
3498msgstr ""
3499
3500#: builtin/branch.c:901
3501msgid "--column and --verbose are incompatible"
3502msgstr ""
3503
3504#: builtin/branch.c:912 builtin/branch.c:951
3505msgid "branch name required"
3506msgstr ""
3507
3508#: builtin/branch.c:927
3509msgid "Cannot give description to detached HEAD"
3510msgstr ""
3511
3512#: builtin/branch.c:932
3513msgid "cannot edit description of more than one branch"
3514msgstr ""
3515
3516#: builtin/branch.c:939
3517#, c-format
3518msgid "No commit on branch '%s' yet."
3519msgstr ""
3520
3521#: builtin/branch.c:942
3522#, c-format
3523msgid "No branch named '%s'."
3524msgstr ""
3525
3526#: builtin/branch.c:957
3527msgid "too many branches for a rename operation"
3528msgstr ""
3529
3530#: builtin/branch.c:962
3531msgid "too many branches to set new upstream"
3532msgstr ""
3533
3534#: builtin/branch.c:966
3535#, c-format
3536msgid ""
3537"could not set upstream of HEAD to %s when it does not point to any branch."
3538msgstr ""
3539
3540#: builtin/branch.c:969 builtin/branch.c:991 builtin/branch.c:1012
3541#, c-format
3542msgid "no such branch '%s'"
3543msgstr ""
3544
3545#: builtin/branch.c:973
3546#, c-format
3547msgid "branch '%s' does not exist"
3548msgstr ""
3549
3550#: builtin/branch.c:985
3551msgid "too many branches to unset upstream"
3552msgstr ""
3553
3554#: builtin/branch.c:989
3555msgid "could not unset upstream of HEAD when it does not point to any branch."
3556msgstr ""
3557
3558#: builtin/branch.c:995
3559#, c-format
3560msgid "Branch '%s' has no upstream information"
3561msgstr ""
3562
3563#: builtin/branch.c:1009
3564msgid "it does not make sense to create 'HEAD' manually"
3565msgstr ""
3566
3567#: builtin/branch.c:1015
3568msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3569msgstr ""
3570
3571#: builtin/branch.c:1018
3572#, c-format
3573msgid ""
3574"The --set-upstream flag is deprecated and will be removed. Consider using --"
3575"track or --set-upstream-to\n"
3576msgstr ""
3577
3578#: builtin/branch.c:1035
3579#, c-format
3580msgid ""
3581"\n"
3582"If you wanted to make '%s' track '%s', do this:\n"
3583"\n"
3584msgstr ""
3585
3586#: builtin/branch.c:1036
3587#, c-format
3588msgid "    git branch -d %s\n"
3589msgstr ""
3590
3591#: builtin/branch.c:1037
3592#, c-format
3593msgid "    git branch --set-upstream-to %s\n"
3594msgstr ""
3595
3596#: builtin/bundle.c:51
3597#, c-format
3598msgid "%s is okay\n"
3599msgstr ""
3600
3601#: builtin/bundle.c:64
3602msgid "Need a repository to create a bundle."
3603msgstr ""
3604
3605#: builtin/bundle.c:68
3606msgid "Need a repository to unbundle."
3607msgstr ""
3608
3609#: builtin/cat-file.c:428
3610msgid ""
3611"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
3612"<type>|--textconv) <object>"
3613msgstr ""
3614
3615#: builtin/cat-file.c:429
3616msgid ""
3617"git cat-file (--batch | --batch-check) [--follow-symlinks] < <list-of-"
3618"objects>"
3619msgstr ""
3620
3621#: builtin/cat-file.c:466
3622msgid "<type> can be one of: blob, tree, commit, tag"
3623msgstr ""
3624
3625#: builtin/cat-file.c:467
3626msgid "show object type"
3627msgstr ""
3628
3629#: builtin/cat-file.c:468
3630msgid "show object size"
3631msgstr ""
3632
3633#: builtin/cat-file.c:470
3634msgid "exit with zero when there's no error"
3635msgstr ""
3636
3637#: builtin/cat-file.c:471
3638msgid "pretty-print object's content"
3639msgstr ""
3640
3641#: builtin/cat-file.c:473
3642msgid "for blob objects, run textconv on object's content"
3643msgstr ""
3644
3645#: builtin/cat-file.c:475
3646msgid "allow -s and -t to work with broken/corrupt objects"
3647msgstr ""
3648
3649#: builtin/cat-file.c:476
3650msgid "buffer --batch output"
3651msgstr ""
3652
3653#: builtin/cat-file.c:478
3654msgid "show info and content of objects fed from the standard input"
3655msgstr ""
3656
3657#: builtin/cat-file.c:481
3658msgid "show info about objects fed from the standard input"
3659msgstr ""
3660
3661#: builtin/cat-file.c:484
3662msgid "follow in-tree symlinks (used with --batch or --batch-check)"
3663msgstr ""
3664
3665#: builtin/cat-file.c:486
3666msgid "show all objects with --batch or --batch-check"
3667msgstr ""
3668
3669#: builtin/check-attr.c:11
3670msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
3671msgstr ""
3672
3673#: builtin/check-attr.c:12
3674msgid "git check-attr --stdin [-z] [-a | --all | <attr>...] < <list-of-paths>"
3675msgstr ""
3676
3677#: builtin/check-attr.c:19
3678msgid "report all attributes set on file"
3679msgstr ""
3680
3681#: builtin/check-attr.c:20
3682msgid "use .gitattributes only from the index"
3683msgstr ""
3684
3685#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:96
3686msgid "read file names from stdin"
3687msgstr ""
3688
3689#: builtin/check-attr.c:23 builtin/check-ignore.c:24
3690msgid "terminate input and output records by a NUL character"
3691msgstr ""
3692
3693#: builtin/check-ignore.c:18 builtin/checkout.c:1133 builtin/gc.c:267
3694msgid "suppress progress reporting"
3695msgstr ""
3696
3697#: builtin/check-ignore.c:26
3698msgid "show non-matching input paths"
3699msgstr ""
3700
3701#: builtin/check-ignore.c:28
3702msgid "ignore index when checking"
3703msgstr ""
3704
3705#: builtin/check-ignore.c:154
3706msgid "cannot specify pathnames with --stdin"
3707msgstr ""
3708
3709#: builtin/check-ignore.c:157
3710msgid "-z only makes sense with --stdin"
3711msgstr ""
3712
3713#: builtin/check-ignore.c:159
3714msgid "no path specified"
3715msgstr ""
3716
3717#: builtin/check-ignore.c:163
3718msgid "--quiet is only valid with a single pathname"
3719msgstr ""
3720
3721#: builtin/check-ignore.c:165
3722msgid "cannot have both --quiet and --verbose"
3723msgstr ""
3724
3725#: builtin/check-ignore.c:168
3726msgid "--non-matching is only valid with --verbose"
3727msgstr ""
3728
3729#: builtin/check-mailmap.c:8
3730msgid "git check-mailmap [<options>] <contact>..."
3731msgstr ""
3732
3733#: builtin/check-mailmap.c:13
3734msgid "also read contacts from stdin"
3735msgstr ""
3736
3737#: builtin/check-mailmap.c:24
3738#, c-format
3739msgid "unable to parse contact: %s"
3740msgstr ""
3741
3742#: builtin/check-mailmap.c:47
3743msgid "no contacts specified"
3744msgstr ""
3745
3746#: builtin/checkout-index.c:126
3747msgid "git checkout-index [<options>] [--] [<file>...]"
3748msgstr ""
3749
3750#: builtin/checkout-index.c:188
3751msgid "check out all files in the index"
3752msgstr ""
3753
3754#: builtin/checkout-index.c:189
3755msgid "force overwrite of existing files"
3756msgstr ""
3757
3758#: builtin/checkout-index.c:191
3759msgid "no warning for existing files and files not in index"
3760msgstr ""
3761
3762#: builtin/checkout-index.c:193
3763msgid "don't checkout new files"
3764msgstr ""
3765
3766#: builtin/checkout-index.c:195
3767msgid "update stat information in the index file"
3768msgstr ""
3769
3770#: builtin/checkout-index.c:201
3771msgid "read list of paths from the standard input"
3772msgstr ""
3773
3774#: builtin/checkout-index.c:203
3775msgid "write the content to temporary files"
3776msgstr ""
3777
3778#: builtin/checkout-index.c:204 builtin/column.c:30
3779msgid "string"
3780msgstr ""
3781
3782#: builtin/checkout-index.c:205
3783msgid "when creating files, prepend <string>"
3784msgstr ""
3785
3786#: builtin/checkout-index.c:208
3787msgid "copy out the files from named stage"
3788msgstr ""
3789
3790#: builtin/checkout.c:25
3791msgid "git checkout [<options>] <branch>"
3792msgstr ""
3793
3794#: builtin/checkout.c:26
3795msgid "git checkout [<options>] [<branch>] -- <file>..."
3796msgstr ""
3797
3798#: builtin/checkout.c:133 builtin/checkout.c:166
3799#, c-format
3800msgid "path '%s' does not have our version"
3801msgstr ""
3802
3803#: builtin/checkout.c:135 builtin/checkout.c:168
3804#, c-format
3805msgid "path '%s' does not have their version"
3806msgstr ""
3807
3808#: builtin/checkout.c:151
3809#, c-format
3810msgid "path '%s' does not have all necessary versions"
3811msgstr ""
3812
3813#: builtin/checkout.c:195
3814#, c-format
3815msgid "path '%s' does not have necessary versions"
3816msgstr ""
3817
3818#: builtin/checkout.c:212
3819#, c-format
3820msgid "path '%s': cannot merge"
3821msgstr ""
3822
3823#: builtin/checkout.c:229
3824#, c-format
3825msgid "Unable to add merge result for '%s'"
3826msgstr ""
3827
3828#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
3829#: builtin/checkout.c:259
3830#, c-format
3831msgid "'%s' cannot be used with updating paths"
3832msgstr ""
3833
3834#: builtin/checkout.c:262 builtin/checkout.c:265
3835#, c-format
3836msgid "'%s' cannot be used with %s"
3837msgstr ""
3838
3839#: builtin/checkout.c:268
3840#, c-format
3841msgid "Cannot update paths and switch to branch '%s' at the same time."
3842msgstr ""
3843
3844#: builtin/checkout.c:279 builtin/checkout.c:473
3845msgid "corrupt index file"
3846msgstr ""
3847
3848#: builtin/checkout.c:339 builtin/checkout.c:346
3849#, c-format
3850msgid "path '%s' is unmerged"
3851msgstr ""
3852
3853#: builtin/checkout.c:495
3854msgid "you need to resolve your current index first"
3855msgstr ""
3856
3857#: builtin/checkout.c:622
3858#, c-format
3859msgid "Can not do reflog for '%s': %s\n"
3860msgstr ""
3861
3862#: builtin/checkout.c:660
3863msgid "HEAD is now at"
3864msgstr ""
3865
3866#: builtin/checkout.c:667
3867#, c-format
3868msgid "Reset branch '%s'\n"
3869msgstr ""
3870
3871#: builtin/checkout.c:670
3872#, c-format
3873msgid "Already on '%s'\n"
3874msgstr ""
3875
3876#: builtin/checkout.c:674
3877#, c-format
3878msgid "Switched to and reset branch '%s'\n"
3879msgstr ""
3880
3881#: builtin/checkout.c:676 builtin/checkout.c:1065
3882#, c-format
3883msgid "Switched to a new branch '%s'\n"
3884msgstr ""
3885
3886#: builtin/checkout.c:678
3887#, c-format
3888msgid "Switched to branch '%s'\n"
3889msgstr ""
3890
3891#: builtin/checkout.c:730
3892#, c-format
3893msgid " ... and %d more.\n"
3894msgstr ""
3895
3896#: builtin/checkout.c:736
3897#, c-format
3898msgid ""
3899"Warning: you are leaving %d commit behind, not connected to\n"
3900"any of your branches:\n"
3901"\n"
3902"%s\n"
3903msgid_plural ""
3904"Warning: you are leaving %d commits behind, not connected to\n"
3905"any of your branches:\n"
3906"\n"
3907"%s\n"
3908msgstr[0] ""
3909msgstr[1] ""
3910
3911#: builtin/checkout.c:755
3912#, c-format
3913msgid ""
3914"If you want to keep it by creating a new branch, this may be a good time\n"
3915"to do so with:\n"
3916"\n"
3917" git branch <new-branch-name> %s\n"
3918"\n"
3919msgid_plural ""
3920"If you want to keep them by creating a new branch, this may be a good time\n"
3921"to do so with:\n"
3922"\n"
3923" git branch <new-branch-name> %s\n"
3924"\n"
3925msgstr[0] ""
3926msgstr[1] ""
3927
3928#: builtin/checkout.c:791
3929msgid "internal error in revision walk"
3930msgstr ""
3931
3932#: builtin/checkout.c:795
3933msgid "Previous HEAD position was"
3934msgstr ""
3935
3936#: builtin/checkout.c:822 builtin/checkout.c:1060
3937msgid "You are on a branch yet to be born"
3938msgstr ""
3939
3940#: builtin/checkout.c:967
3941#, c-format
3942msgid "only one reference expected, %d given."
3943msgstr ""
3944
3945#: builtin/checkout.c:1006 builtin/worktree.c:210
3946#, c-format
3947msgid "invalid reference: %s"
3948msgstr ""
3949
3950#: builtin/checkout.c:1035
3951#, c-format
3952msgid "reference is not a tree: %s"
3953msgstr ""
3954
3955#: builtin/checkout.c:1074
3956msgid "paths cannot be used with switching branches"
3957msgstr ""
3958
3959#: builtin/checkout.c:1077 builtin/checkout.c:1081
3960#, c-format
3961msgid "'%s' cannot be used with switching branches"
3962msgstr ""
3963
3964#: builtin/checkout.c:1085 builtin/checkout.c:1088 builtin/checkout.c:1093
3965#: builtin/checkout.c:1096
3966#, c-format
3967msgid "'%s' cannot be used with '%s'"
3968msgstr ""
3969
3970#: builtin/checkout.c:1101
3971#, c-format
3972msgid "Cannot switch branch to a non-commit '%s'"
3973msgstr ""
3974
3975#: builtin/checkout.c:1134 builtin/checkout.c:1136 builtin/clone.c:83
3976#: builtin/remote.c:159 builtin/remote.c:161 builtin/worktree.c:317
3977#: builtin/worktree.c:319
3978msgid "branch"
3979msgstr ""
3980
3981#: builtin/checkout.c:1135
3982msgid "create and checkout a new branch"
3983msgstr ""
3984
3985#: builtin/checkout.c:1137
3986msgid "create/reset and checkout a branch"
3987msgstr ""
3988
3989#: builtin/checkout.c:1138
3990msgid "create reflog for new branch"
3991msgstr ""
3992
3993#: builtin/checkout.c:1139
3994msgid "detach the HEAD at named commit"
3995msgstr ""
3996
3997#: builtin/checkout.c:1140
3998msgid "set upstream info for new branch"
3999msgstr ""
4000
4001#: builtin/checkout.c:1142
4002msgid "new-branch"
4003msgstr ""
4004
4005#: builtin/checkout.c:1142
4006msgid "new unparented branch"
4007msgstr ""
4008
4009#: builtin/checkout.c:1143
4010msgid "checkout our version for unmerged files"
4011msgstr ""
4012
4013#: builtin/checkout.c:1145
4014msgid "checkout their version for unmerged files"
4015msgstr ""
4016
4017#: builtin/checkout.c:1147
4018msgid "force checkout (throw away local modifications)"
4019msgstr ""
4020
4021#: builtin/checkout.c:1148
4022msgid "perform a 3-way merge with the new branch"
4023msgstr ""
4024
4025#: builtin/checkout.c:1149 builtin/merge.c:227
4026msgid "update ignored files (default)"
4027msgstr ""
4028
4029#: builtin/checkout.c:1150 builtin/log.c:1264 parse-options.h:249
4030msgid "style"
4031msgstr ""
4032
4033#: builtin/checkout.c:1151
4034msgid "conflict style (merge or diff3)"
4035msgstr ""
4036
4037#: builtin/checkout.c:1154
4038msgid "do not limit pathspecs to sparse entries only"
4039msgstr ""
4040
4041#: builtin/checkout.c:1156
4042msgid "second guess 'git checkout <no-such-branch>'"
4043msgstr ""
4044
4045#: builtin/checkout.c:1158
4046msgid "do not check if another worktree is holding the given ref"
4047msgstr ""
4048
4049#: builtin/checkout.c:1181
4050msgid "-b, -B and --orphan are mutually exclusive"
4051msgstr ""
4052
4053#: builtin/checkout.c:1198
4054msgid "--track needs a branch name"
4055msgstr ""
4056
4057#: builtin/checkout.c:1203
4058msgid "Missing branch name; try -b"
4059msgstr ""
4060
4061#: builtin/checkout.c:1239
4062msgid "invalid path specification"
4063msgstr ""
4064
4065#: builtin/checkout.c:1246
4066#, c-format
4067msgid ""
4068"Cannot update paths and switch to branch '%s' at the same time.\n"
4069"Did you intend to checkout '%s' which can not be resolved as commit?"
4070msgstr ""
4071
4072#: builtin/checkout.c:1251
4073#, c-format
4074msgid "git checkout: --detach does not take a path argument '%s'"
4075msgstr ""
4076
4077#: builtin/checkout.c:1255
4078msgid ""
4079"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4080"checking out of the index."
4081msgstr ""
4082
4083#: builtin/clean.c:25
4084msgid ""
4085"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4086msgstr ""
4087
4088#: builtin/clean.c:29
4089#, c-format
4090msgid "Removing %s\n"
4091msgstr ""
4092
4093#: builtin/clean.c:30
4094#, c-format
4095msgid "Would remove %s\n"
4096msgstr ""
4097
4098#: builtin/clean.c:31
4099#, c-format
4100msgid "Skipping repository %s\n"
4101msgstr ""
4102
4103#: builtin/clean.c:32
4104#, c-format
4105msgid "Would skip repository %s\n"
4106msgstr ""
4107
4108#: builtin/clean.c:33
4109#, c-format
4110msgid "failed to remove %s"
4111msgstr ""
4112
4113#: builtin/clean.c:317
4114msgid ""
4115"Prompt help:\n"
4116"1          - select a numbered item\n"
4117"foo        - select item based on unique prefix\n"
4118"           - (empty) select nothing"
4119msgstr ""
4120
4121#: builtin/clean.c:321
4122msgid ""
4123"Prompt help:\n"
4124"1          - select a single item\n"
4125"3-5        - select a range of items\n"
4126"2-3,6-9    - select multiple ranges\n"
4127"foo        - select item based on unique prefix\n"
4128"-...       - unselect specified items\n"
4129"*          - choose all items\n"
4130"           - (empty) finish selecting"
4131msgstr ""
4132
4133#: builtin/clean.c:537
4134#, c-format
4135msgid "Huh (%s)?"
4136msgstr ""
4137
4138#: builtin/clean.c:679
4139#, c-format
4140msgid "Input ignore patterns>> "
4141msgstr ""
4142
4143#: builtin/clean.c:716
4144#, c-format
4145msgid "WARNING: Cannot find items matched by: %s"
4146msgstr ""
4147
4148#: builtin/clean.c:737
4149msgid "Select items to delete"
4150msgstr ""
4151
4152#. TRANSLATORS: Make sure to keep [y/N] as is
4153#: builtin/clean.c:778
4154#, c-format
4155msgid "Remove %s [y/N]? "
4156msgstr ""
4157
4158#: builtin/clean.c:803
4159msgid "Bye."
4160msgstr ""
4161
4162#: builtin/clean.c:811
4163msgid ""
4164"clean               - start cleaning\n"
4165"filter by pattern   - exclude items from deletion\n"
4166"select by numbers   - select items to be deleted by numbers\n"
4167"ask each            - confirm each deletion (like \"rm -i\")\n"
4168"quit                - stop cleaning\n"
4169"help                - this screen\n"
4170"?                   - help for prompt selection"
4171msgstr ""
4172
4173#: builtin/clean.c:838
4174msgid "*** Commands ***"
4175msgstr ""
4176
4177#: builtin/clean.c:839
4178msgid "What now"
4179msgstr ""
4180
4181#: builtin/clean.c:847
4182msgid "Would remove the following item:"
4183msgid_plural "Would remove the following items:"
4184msgstr[0] ""
4185msgstr[1] ""
4186
4187#: builtin/clean.c:864
4188msgid "No more files to clean, exiting."
4189msgstr ""
4190
4191#: builtin/clean.c:895
4192msgid "do not print names of files removed"
4193msgstr ""
4194
4195#: builtin/clean.c:897
4196msgid "force"
4197msgstr ""
4198
4199#: builtin/clean.c:898
4200msgid "interactive cleaning"
4201msgstr ""
4202
4203#: builtin/clean.c:900
4204msgid "remove whole directories"
4205msgstr ""
4206
4207#: builtin/clean.c:901 builtin/describe.c:407 builtin/grep.c:714
4208#: builtin/ls-files.c:443 builtin/name-rev.c:311 builtin/show-ref.c:187
4209msgid "pattern"
4210msgstr ""
4211
4212#: builtin/clean.c:902
4213msgid "add <pattern> to ignore rules"
4214msgstr ""
4215
4216#: builtin/clean.c:903
4217msgid "remove ignored files, too"
4218msgstr ""
4219
4220#: builtin/clean.c:905
4221msgid "remove only ignored files"
4222msgstr ""
4223
4224#: builtin/clean.c:923
4225msgid "-x and -X cannot be used together"
4226msgstr ""
4227
4228#: builtin/clean.c:927
4229msgid ""
4230"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4231"clean"
4232msgstr ""
4233
4234#: builtin/clean.c:930
4235msgid ""
4236"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4237"refusing to clean"
4238msgstr ""
4239
4240#: builtin/clone.c:37
4241msgid "git clone [<options>] [--] <repo> [<dir>]"
4242msgstr ""
4243
4244#: builtin/clone.c:57 builtin/fetch.c:112 builtin/merge.c:224
4245#: builtin/pull.c:109 builtin/push.c:560 builtin/send-pack.c:168
4246msgid "force progress reporting"
4247msgstr ""
4248
4249#: builtin/clone.c:59
4250msgid "don't create a checkout"
4251msgstr ""
4252
4253#: builtin/clone.c:60 builtin/clone.c:62 builtin/init-db.c:504
4254msgid "create a bare repository"
4255msgstr ""
4256
4257#: builtin/clone.c:64
4258msgid "create a mirror repository (implies bare)"
4259msgstr ""
4260
4261#: builtin/clone.c:66
4262msgid "to clone from a local repository"
4263msgstr ""
4264
4265#: builtin/clone.c:68
4266msgid "don't use local hardlinks, always copy"
4267msgstr ""
4268
4269#: builtin/clone.c:70
4270msgid "setup as shared repository"
4271msgstr ""
4272
4273#: builtin/clone.c:72 builtin/clone.c:74
4274msgid "initialize submodules in the clone"
4275msgstr ""
4276
4277#: builtin/clone.c:75 builtin/init-db.c:501
4278msgid "template-directory"
4279msgstr ""
4280
4281#: builtin/clone.c:76 builtin/init-db.c:502
4282msgid "directory from which templates will be used"
4283msgstr ""
4284
4285#: builtin/clone.c:78
4286msgid "reference repository"
4287msgstr ""
4288
4289#: builtin/clone.c:80
4290msgid "use --reference only while cloning"
4291msgstr ""
4292
4293#: builtin/clone.c:81 builtin/column.c:26 builtin/merge-file.c:44
4294msgid "name"
4295msgstr ""
4296
4297#: builtin/clone.c:82
4298msgid "use <name> instead of 'origin' to track upstream"
4299msgstr ""
4300
4301#: builtin/clone.c:84
4302msgid "checkout <branch> instead of the remote's HEAD"
4303msgstr ""
4304
4305#: builtin/clone.c:86
4306msgid "path to git-upload-pack on the remote"
4307msgstr ""
4308
4309#: builtin/clone.c:87 builtin/fetch.c:113 builtin/grep.c:659
4310#: builtin/pull.c:186
4311msgid "depth"
4312msgstr ""
4313
4314#: builtin/clone.c:88
4315msgid "create a shallow clone of that depth"
4316msgstr ""
4317
4318#: builtin/clone.c:90
4319msgid "clone only one branch, HEAD or --branch"
4320msgstr ""
4321
4322#: builtin/clone.c:91 builtin/init-db.c:510
4323msgid "gitdir"
4324msgstr ""
4325
4326#: builtin/clone.c:92 builtin/init-db.c:511
4327msgid "separate git dir from working tree"
4328msgstr ""
4329
4330#: builtin/clone.c:93
4331msgid "key=value"
4332msgstr ""
4333
4334#: builtin/clone.c:94
4335msgid "set config inside the new repository"
4336msgstr ""
4337
4338#: builtin/clone.c:298
4339#, c-format
4340msgid "reference repository '%s' is not a local repository."
4341msgstr ""
4342
4343#: builtin/clone.c:302
4344#, c-format
4345msgid "reference repository '%s' is shallow"
4346msgstr ""
4347
4348#: builtin/clone.c:305
4349#, c-format
4350msgid "reference repository '%s' is grafted"
4351msgstr ""
4352
4353#: builtin/clone.c:370 builtin/diff.c:84
4354#, c-format
4355msgid "failed to stat '%s'"
4356msgstr ""
4357
4358#: builtin/clone.c:372
4359#, c-format
4360msgid "%s exists and is not a directory"
4361msgstr ""
4362
4363#: builtin/clone.c:386
4364#, c-format
4365msgid "failed to stat %s\n"
4366msgstr ""
4367
4368#: builtin/clone.c:408
4369#, c-format
4370msgid "failed to create link '%s'"
4371msgstr ""
4372
4373#: builtin/clone.c:412
4374#, c-format
4375msgid "failed to copy file to '%s'"
4376msgstr ""
4377
4378#: builtin/clone.c:435 builtin/clone.c:619
4379#, c-format
4380msgid "done.\n"
4381msgstr ""
4382
4383#: builtin/clone.c:447
4384msgid ""
4385"Clone succeeded, but checkout failed.\n"
4386"You can inspect what was checked out with 'git status'\n"
4387"and retry the checkout with 'git checkout -f HEAD'\n"
4388msgstr ""
4389
4390#: builtin/clone.c:524
4391#, c-format
4392msgid "Could not find remote branch %s to clone."
4393msgstr ""
4394
4395#: builtin/clone.c:614
4396#, c-format
4397msgid "Checking connectivity... "
4398msgstr ""
4399
4400#: builtin/clone.c:617
4401msgid "remote did not send all necessary objects"
4402msgstr ""
4403
4404#: builtin/clone.c:681
4405msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4406msgstr ""
4407
4408#: builtin/clone.c:712
4409msgid "unable to checkout working tree"
4410msgstr ""
4411
4412#: builtin/clone.c:799
4413msgid "cannot repack to clean up"
4414msgstr ""
4415
4416#: builtin/clone.c:801
4417msgid "cannot unlink temporary alternates file"
4418msgstr ""
4419
4420#: builtin/clone.c:831
4421msgid "Too many arguments."
4422msgstr ""
4423
4424#: builtin/clone.c:835
4425msgid "You must specify a repository to clone."
4426msgstr ""
4427
4428#: builtin/clone.c:846
4429#, c-format
4430msgid "--bare and --origin %s options are incompatible."
4431msgstr ""
4432
4433#: builtin/clone.c:849
4434msgid "--bare and --separate-git-dir are incompatible."
4435msgstr ""
4436
4437#: builtin/clone.c:862
4438#, c-format
4439msgid "repository '%s' does not exist"
4440msgstr ""
4441
4442#: builtin/clone.c:868 builtin/fetch.c:1168
4443#, c-format
4444msgid "depth %s is not a positive number"
4445msgstr ""
4446
4447#: builtin/clone.c:878
4448#, c-format
4449msgid "destination path '%s' already exists and is not an empty directory."
4450msgstr ""
4451
4452#: builtin/clone.c:888
4453#, c-format
4454msgid "working tree '%s' already exists."
4455msgstr ""
4456
4457#: builtin/clone.c:903 builtin/clone.c:914 builtin/worktree.c:218
4458#: builtin/worktree.c:245
4459#, c-format
4460msgid "could not create leading directories of '%s'"
4461msgstr ""
4462
4463#: builtin/clone.c:906
4464#, c-format
4465msgid "could not create work tree dir '%s'"
4466msgstr ""
4467
4468#: builtin/clone.c:924
4469#, c-format
4470msgid "Cloning into bare repository '%s'...\n"
4471msgstr ""
4472
4473#: builtin/clone.c:926
4474#, c-format
4475msgid "Cloning into '%s'...\n"
4476msgstr ""
4477
4478#: builtin/clone.c:951
4479msgid "--dissociate given, but there is no --reference"
4480msgstr ""
4481
4482#: builtin/clone.c:968
4483msgid "--depth is ignored in local clones; use file:// instead."
4484msgstr ""
4485
4486#: builtin/clone.c:971
4487msgid "source repository is shallow, ignoring --local"
4488msgstr ""
4489
4490#: builtin/clone.c:976
4491msgid "--local is ignored"
4492msgstr ""
4493
4494#: builtin/clone.c:980
4495#, c-format
4496msgid "Don't know how to clone %s"
4497msgstr ""
4498
4499#: builtin/clone.c:1029 builtin/clone.c:1037
4500#, c-format
4501msgid "Remote branch %s not found in upstream %s"
4502msgstr ""
4503
4504#: builtin/clone.c:1040
4505msgid "You appear to have cloned an empty repository."
4506msgstr ""
4507
4508#: builtin/column.c:9
4509msgid "git column [<options>]"
4510msgstr ""
4511
4512#: builtin/column.c:26
4513msgid "lookup config vars"
4514msgstr ""
4515
4516#: builtin/column.c:27 builtin/column.c:28
4517msgid "layout to use"
4518msgstr ""
4519
4520#: builtin/column.c:29
4521msgid "Maximum width"
4522msgstr ""
4523
4524#: builtin/column.c:30
4525msgid "Padding space on left border"
4526msgstr ""
4527
4528#: builtin/column.c:31
4529msgid "Padding space on right border"
4530msgstr ""
4531
4532#: builtin/column.c:32
4533msgid "Padding space between columns"
4534msgstr ""
4535
4536#: builtin/column.c:51
4537msgid "--command must be the first argument"
4538msgstr ""
4539
4540#: builtin/commit.c:37
4541msgid "git commit [<options>] [--] <pathspec>..."
4542msgstr ""
4543
4544#: builtin/commit.c:42
4545msgid "git status [<options>] [--] <pathspec>..."
4546msgstr ""
4547
4548#: builtin/commit.c:47
4549msgid ""
4550"Your name and email address were configured automatically based\n"
4551"on your username and hostname. Please check that they are accurate.\n"
4552"You can suppress this message by setting them explicitly. Run the\n"
4553"following command and follow the instructions in your editor to edit\n"
4554"your configuration file:\n"
4555"\n"
4556"    git config --global --edit\n"
4557"\n"
4558"After doing this, you may fix the identity used for this commit with:\n"
4559"\n"
4560"    git commit --amend --reset-author\n"
4561msgstr ""
4562
4563#: builtin/commit.c:60
4564msgid ""
4565"Your name and email address were configured automatically based\n"
4566"on your username and hostname. Please check that they are accurate.\n"
4567"You can suppress this message by setting them explicitly:\n"
4568"\n"
4569"    git config --global user.name \"Your Name\"\n"
4570"    git config --global user.email you@example.com\n"
4571"\n"
4572"After doing this, you may fix the identity used for this commit with:\n"
4573"\n"
4574"    git commit --amend --reset-author\n"
4575msgstr ""
4576
4577#: builtin/commit.c:72
4578msgid ""
4579"You asked to amend the most recent commit, but doing so would make\n"
4580"it empty. You can repeat your command with --allow-empty, or you can\n"
4581"remove the commit entirely with \"git reset HEAD^\".\n"
4582msgstr ""
4583
4584#: builtin/commit.c:77
4585msgid ""
4586"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4587"If you wish to commit it anyway, use:\n"
4588"\n"
4589"    git commit --allow-empty\n"
4590"\n"
4591msgstr ""
4592
4593#: builtin/commit.c:84
4594msgid "Otherwise, please use 'git reset'\n"
4595msgstr ""
4596
4597#: builtin/commit.c:87
4598msgid ""
4599"If you wish to skip this commit, use:\n"
4600"\n"
4601"    git reset\n"
4602"\n"
4603"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4604"the remaining commits.\n"
4605msgstr ""
4606
4607#: builtin/commit.c:304
4608msgid "failed to unpack HEAD tree object"
4609msgstr ""
4610
4611#: builtin/commit.c:345
4612msgid "unable to create temporary index"
4613msgstr ""
4614
4615#: builtin/commit.c:351
4616msgid "interactive add failed"
4617msgstr ""
4618
4619#: builtin/commit.c:364
4620msgid "unable to update temporary index"
4621msgstr ""
4622
4623#: builtin/commit.c:366
4624msgid "Failed to update main cache tree"
4625msgstr ""
4626
4627#: builtin/commit.c:390 builtin/commit.c:413 builtin/commit.c:462
4628msgid "unable to write new_index file"
4629msgstr ""
4630
4631#: builtin/commit.c:444
4632msgid "cannot do a partial commit during a merge."
4633msgstr ""
4634
4635#: builtin/commit.c:446
4636msgid "cannot do a partial commit during a cherry-pick."
4637msgstr ""
4638
4639#: builtin/commit.c:455
4640msgid "cannot read the index"
4641msgstr ""
4642
4643#: builtin/commit.c:474
4644msgid "unable to write temporary index file"
4645msgstr ""
4646
4647#: builtin/commit.c:579
4648#, c-format
4649msgid "commit '%s' lacks author header"
4650msgstr ""
4651
4652#: builtin/commit.c:581
4653#, c-format
4654msgid "commit '%s' has malformed author line"
4655msgstr ""
4656
4657#: builtin/commit.c:600
4658msgid "malformed --author parameter"
4659msgstr ""
4660
4661#: builtin/commit.c:608
4662#, c-format
4663msgid "invalid date format: %s"
4664msgstr ""
4665
4666#: builtin/commit.c:652
4667msgid ""
4668"unable to select a comment character that is not used\n"
4669"in the current commit message"
4670msgstr ""
4671
4672#: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:1079
4673#, c-format
4674msgid "could not lookup commit %s"
4675msgstr ""
4676
4677#: builtin/commit.c:701 builtin/shortlog.c:273
4678#, c-format
4679msgid "(reading log message from standard input)\n"
4680msgstr ""
4681
4682#: builtin/commit.c:703
4683msgid "could not read log from standard input"
4684msgstr ""
4685
4686#: builtin/commit.c:707
4687#, c-format
4688msgid "could not read log file '%s'"
4689msgstr ""
4690
4691#: builtin/commit.c:729
4692msgid "could not read MERGE_MSG"
4693msgstr ""
4694
4695#: builtin/commit.c:733
4696msgid "could not read SQUASH_MSG"
4697msgstr ""
4698
4699#: builtin/commit.c:784
4700msgid "could not write commit template"
4701msgstr ""
4702
4703#: builtin/commit.c:802
4704#, c-format
4705msgid ""
4706"\n"
4707"It looks like you may be committing a merge.\n"
4708"If this is not correct, please remove the file\n"
4709"\t%s\n"
4710"and try again.\n"
4711msgstr ""
4712
4713#: builtin/commit.c:807
4714#, c-format
4715msgid ""
4716"\n"
4717"It looks like you may be committing a cherry-pick.\n"
4718"If this is not correct, please remove the file\n"
4719"\t%s\n"
4720"and try again.\n"
4721msgstr ""
4722
4723#: builtin/commit.c:820
4724#, c-format
4725msgid ""
4726"Please enter the commit message for your changes. Lines starting\n"
4727"with '%c' will be ignored, and an empty message aborts the commit.\n"
4728msgstr ""
4729
4730#: builtin/commit.c:827
4731#, c-format
4732msgid ""
4733"Please enter the commit message for your changes. Lines starting\n"
4734"with '%c' will be kept; you may remove them yourself if you want to.\n"
4735"An empty message aborts the commit.\n"
4736msgstr ""
4737
4738#: builtin/commit.c:847
4739#, c-format
4740msgid "%sAuthor:    %.*s <%.*s>"
4741msgstr ""
4742
4743#: builtin/commit.c:855
4744#, c-format
4745msgid "%sDate:      %s"
4746msgstr ""
4747
4748#: builtin/commit.c:862
4749#, c-format
4750msgid "%sCommitter: %.*s <%.*s>"
4751msgstr ""
4752
4753#: builtin/commit.c:880
4754msgid "Cannot read index"
4755msgstr ""
4756
4757#: builtin/commit.c:937
4758msgid "Error building trees"
4759msgstr ""
4760
4761#: builtin/commit.c:952 builtin/tag.c:495
4762#, c-format
4763msgid "Please supply the message using either -m or -F option.\n"
4764msgstr ""
4765
4766#: builtin/commit.c:1054
4767#, c-format
4768msgid "--author '%s' is not 'Name <email>' and matches no existing author"
4769msgstr ""
4770
4771#: builtin/commit.c:1069 builtin/commit.c:1309
4772#, c-format
4773msgid "Invalid untracked files mode '%s'"
4774msgstr ""
4775
4776#: builtin/commit.c:1106
4777msgid "--long and -z are incompatible"
4778msgstr ""
4779
4780#: builtin/commit.c:1136
4781msgid "Using both --reset-author and --author does not make sense"
4782msgstr ""
4783
4784#: builtin/commit.c:1145
4785msgid "You have nothing to amend."
4786msgstr ""
4787
4788#: builtin/commit.c:1148
4789msgid "You are in the middle of a merge -- cannot amend."
4790msgstr ""
4791
4792#: builtin/commit.c:1150
4793msgid "You are in the middle of a cherry-pick -- cannot amend."
4794msgstr ""
4795
4796#: builtin/commit.c:1153
4797msgid "Options --squash and --fixup cannot be used together"
4798msgstr ""
4799
4800#: builtin/commit.c:1163
4801msgid "Only one of -c/-C/-F/--fixup can be used."
4802msgstr ""
4803
4804#: builtin/commit.c:1165
4805msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4806msgstr ""
4807
4808#: builtin/commit.c:1173
4809msgid "--reset-author can be used only with -C, -c or --amend."
4810msgstr ""
4811
4812#: builtin/commit.c:1190
4813msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4814msgstr ""
4815
4816#: builtin/commit.c:1192
4817msgid "No paths with --include/--only does not make sense."
4818msgstr ""
4819
4820#: builtin/commit.c:1194
4821msgid "Clever... amending the last one with dirty index."
4822msgstr ""
4823
4824#: builtin/commit.c:1196
4825msgid "Explicit paths specified without -i or -o; assuming --only paths..."
4826msgstr ""
4827
4828#: builtin/commit.c:1208 builtin/tag.c:730
4829#, c-format
4830msgid "Invalid cleanup mode %s"
4831msgstr ""
4832
4833#: builtin/commit.c:1213
4834msgid "Paths with -a does not make sense."
4835msgstr ""
4836
4837#: builtin/commit.c:1323 builtin/commit.c:1602
4838msgid "show status concisely"
4839msgstr ""
4840
4841#: builtin/commit.c:1325 builtin/commit.c:1604
4842msgid "show branch information"
4843msgstr ""
4844
4845#: builtin/commit.c:1327 builtin/commit.c:1606 builtin/push.c:546
4846msgid "machine-readable output"
4847msgstr ""
4848
4849#: builtin/commit.c:1330 builtin/commit.c:1608
4850msgid "show status in long format (default)"
4851msgstr ""
4852
4853#: builtin/commit.c:1333 builtin/commit.c:1611
4854msgid "terminate entries with NUL"
4855msgstr ""
4856
4857#: builtin/commit.c:1335 builtin/commit.c:1614 builtin/fast-export.c:981
4858#: builtin/fast-export.c:984 builtin/tag.c:604
4859msgid "mode"
4860msgstr ""
4861
4862#: builtin/commit.c:1336 builtin/commit.c:1614
4863msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4864msgstr ""
4865
4866#: builtin/commit.c:1339
4867msgid "show ignored files"
4868msgstr ""
4869
4870#: builtin/commit.c:1340 parse-options.h:155
4871msgid "when"
4872msgstr ""
4873
4874#: builtin/commit.c:1341
4875msgid ""
4876"ignore changes to submodules, optional when: all, dirty, untracked. "
4877"(Default: all)"
4878msgstr ""
4879
4880#: builtin/commit.c:1343
4881msgid "list untracked files in columns"
4882msgstr ""
4883
4884#: builtin/commit.c:1429
4885msgid "couldn't look up newly created commit"
4886msgstr ""
4887
4888#: builtin/commit.c:1431
4889msgid "could not parse newly created commit"
4890msgstr ""
4891
4892#: builtin/commit.c:1476
4893msgid "detached HEAD"
4894msgstr ""
4895
4896#: builtin/commit.c:1479
4897msgid " (root-commit)"
4898msgstr ""
4899
4900#: builtin/commit.c:1572
4901msgid "suppress summary after successful commit"
4902msgstr ""
4903
4904#: builtin/commit.c:1573
4905msgid "show diff in commit message template"
4906msgstr ""
4907
4908#: builtin/commit.c:1575
4909msgid "Commit message options"
4910msgstr ""
4911
4912#: builtin/commit.c:1576 builtin/tag.c:602
4913msgid "read message from file"
4914msgstr ""
4915
4916#: builtin/commit.c:1577
4917msgid "author"
4918msgstr ""
4919
4920#: builtin/commit.c:1577
4921msgid "override author for commit"
4922msgstr ""
4923
4924#: builtin/commit.c:1578 builtin/gc.c:268
4925msgid "date"
4926msgstr ""
4927
4928#: builtin/commit.c:1578
4929msgid "override date for commit"
4930msgstr ""
4931
4932#: builtin/commit.c:1579 builtin/merge.c:218 builtin/notes.c:392
4933#: builtin/notes.c:555 builtin/tag.c:600
4934msgid "message"
4935msgstr ""
4936
4937#: builtin/commit.c:1579
4938msgid "commit message"
4939msgstr ""
4940
4941#: builtin/commit.c:1580
4942msgid "reuse and edit message from specified commit"
4943msgstr ""
4944
4945#: builtin/commit.c:1581
4946msgid "reuse message from specified commit"
4947msgstr ""
4948
4949#: builtin/commit.c:1582
4950msgid "use autosquash formatted message to fixup specified commit"
4951msgstr ""
4952
4953#: builtin/commit.c:1583
4954msgid "use autosquash formatted message to squash specified commit"
4955msgstr ""
4956
4957#: builtin/commit.c:1584
4958msgid "the commit is authored by me now (used with -C/-c/--amend)"
4959msgstr ""
4960
4961#: builtin/commit.c:1585 builtin/log.c:1216 builtin/revert.c:86
4962msgid "add Signed-off-by:"
4963msgstr ""
4964
4965#: builtin/commit.c:1586
4966msgid "use specified template file"
4967msgstr ""
4968
4969#: builtin/commit.c:1587
4970msgid "force edit of commit"
4971msgstr ""
4972
4973#: builtin/commit.c:1588
4974msgid "default"
4975msgstr ""
4976
4977#: builtin/commit.c:1588 builtin/tag.c:605
4978msgid "how to strip spaces and #comments from message"
4979msgstr ""
4980
4981#: builtin/commit.c:1589
4982msgid "include status in commit message template"
4983msgstr ""
4984
4985#: builtin/commit.c:1591 builtin/merge.c:226 builtin/pull.c:156
4986#: builtin/revert.c:93
4987msgid "GPG sign commit"
4988msgstr ""
4989
4990#: builtin/commit.c:1594
4991msgid "Commit contents options"
4992msgstr ""
4993
4994#: builtin/commit.c:1595
4995msgid "commit all changed files"
4996msgstr ""
4997
4998#: builtin/commit.c:1596
4999msgid "add specified files to index for commit"
5000msgstr ""
5001
5002#: builtin/commit.c:1597
5003msgid "interactively add files"
5004msgstr ""
5005
5006#: builtin/commit.c:1598
5007msgid "interactively add changes"
5008msgstr ""
5009
5010#: builtin/commit.c:1599
5011msgid "commit only specified files"
5012msgstr ""
5013
5014#: builtin/commit.c:1600
5015msgid "bypass pre-commit hook"
5016msgstr ""
5017
5018#: builtin/commit.c:1601
5019msgid "show what would be committed"
5020msgstr ""
5021
5022#: builtin/commit.c:1612
5023msgid "amend previous commit"
5024msgstr ""
5025
5026#: builtin/commit.c:1613
5027msgid "bypass post-rewrite hook"
5028msgstr ""
5029
5030#: builtin/commit.c:1618
5031msgid "ok to record an empty change"
5032msgstr ""
5033
5034#: builtin/commit.c:1620
5035msgid "ok to record a change with an empty message"
5036msgstr ""
5037
5038#: builtin/commit.c:1649
5039msgid "could not parse HEAD commit"
5040msgstr ""
5041
5042#: builtin/commit.c:1695
5043#, c-format
5044msgid "Corrupt MERGE_HEAD file (%s)"
5045msgstr ""
5046
5047#: builtin/commit.c:1702
5048msgid "could not read MERGE_MODE"
5049msgstr ""
5050
5051#: builtin/commit.c:1721
5052#, c-format
5053msgid "could not read commit message: %s"
5054msgstr ""
5055
5056#: builtin/commit.c:1732
5057#, c-format
5058msgid "Aborting commit; you did not edit the message.\n"
5059msgstr ""
5060
5061#: builtin/commit.c:1737
5062#, c-format
5063msgid "Aborting commit due to empty commit message.\n"
5064msgstr ""
5065
5066#: builtin/commit.c:1785
5067msgid ""
5068"Repository has been updated, but unable to write\n"
5069"new_index file. Check that disk is not full and quota is\n"
5070"not exceeded, and then \"git reset HEAD\" to recover."
5071msgstr ""
5072
5073#: builtin/config.c:8
5074msgid "git config [<options>]"
5075msgstr ""
5076
5077#: builtin/config.c:54
5078msgid "Config file location"
5079msgstr ""
5080
5081#: builtin/config.c:55
5082msgid "use global config file"
5083msgstr ""
5084
5085#: builtin/config.c:56
5086msgid "use system config file"
5087msgstr ""
5088
5089#: builtin/config.c:57
5090msgid "use repository config file"
5091msgstr ""
5092
5093#: builtin/config.c:58
5094msgid "use given config file"
5095msgstr ""
5096
5097#: builtin/config.c:59
5098msgid "blob-id"
5099msgstr ""
5100
5101#: builtin/config.c:59
5102msgid "read config from given blob object"
5103msgstr ""
5104
5105#: builtin/config.c:60
5106msgid "Action"
5107msgstr ""
5108
5109#: builtin/config.c:61
5110msgid "get value: name [value-regex]"
5111msgstr ""
5112
5113#: builtin/config.c:62
5114msgid "get all values: key [value-regex]"
5115msgstr ""
5116
5117#: builtin/config.c:63
5118msgid "get values for regexp: name-regex [value-regex]"
5119msgstr ""
5120
5121#: builtin/config.c:64
5122msgid "get value specific for the URL: section[.var] URL"
5123msgstr ""
5124
5125#: builtin/config.c:65
5126msgid "replace all matching variables: name value [value_regex]"
5127msgstr ""
5128
5129#: builtin/config.c:66
5130msgid "add a new variable: name value"
5131msgstr ""
5132
5133#: builtin/config.c:67
5134msgid "remove a variable: name [value-regex]"
5135msgstr ""
5136
5137#: builtin/config.c:68
5138msgid "remove all matches: name [value-regex]"
5139msgstr ""
5140
5141#: builtin/config.c:69
5142msgid "rename section: old-name new-name"
5143msgstr ""
5144
5145#: builtin/config.c:70
5146msgid "remove a section: name"
5147msgstr ""
5148
5149#: builtin/config.c:71
5150msgid "list all"
5151msgstr ""
5152
5153#: builtin/config.c:72
5154msgid "open an editor"
5155msgstr ""
5156
5157#: builtin/config.c:73
5158msgid "find the color configured: slot [default]"
5159msgstr ""
5160
5161#: builtin/config.c:74
5162msgid "find the color setting: slot [stdout-is-tty]"
5163msgstr ""
5164
5165#: builtin/config.c:75
5166msgid "Type"
5167msgstr ""
5168
5169#: builtin/config.c:76
5170msgid "value is \"true\" or \"false\""
5171msgstr ""
5172
5173#: builtin/config.c:77
5174msgid "value is decimal number"
5175msgstr ""
5176
5177#: builtin/config.c:78
5178msgid "value is --bool or --int"
5179msgstr ""
5180
5181#: builtin/config.c:79
5182msgid "value is a path (file or directory name)"
5183msgstr ""
5184
5185#: builtin/config.c:80
5186msgid "Other"
5187msgstr ""
5188
5189#: builtin/config.c:81
5190msgid "terminate values with NUL byte"
5191msgstr ""
5192
5193#: builtin/config.c:82
5194msgid "show variable names only"
5195msgstr ""
5196
5197#: builtin/config.c:83
5198msgid "respect include directives on lookup"
5199msgstr ""
5200
5201#: builtin/config.c:311
5202msgid "unable to parse default color value"
5203msgstr ""
5204
5205#: builtin/config.c:449
5206#, c-format
5207msgid ""
5208"# This is Git's per-user configuration file.\n"
5209"[user]\n"
5210"# Please adapt and uncomment the following lines:\n"
5211"#\tname = %s\n"
5212"#\temail = %s\n"
5213msgstr ""
5214
5215#: builtin/config.c:583
5216#, c-format
5217msgid "cannot create configuration file %s"
5218msgstr ""
5219
5220#: builtin/count-objects.c:55
5221msgid "git count-objects [-v] [-H | --human-readable]"
5222msgstr ""
5223
5224#: builtin/count-objects.c:65
5225msgid "print sizes in human readable format"
5226msgstr ""
5227
5228#: builtin/describe.c:17
5229msgid "git describe [<options>] [<commit-ish>...]"
5230msgstr ""
5231
5232#: builtin/describe.c:18
5233msgid "git describe [<options>] --dirty"
5234msgstr ""
5235
5236#: builtin/describe.c:217
5237#, c-format
5238msgid "annotated tag %s not available"
5239msgstr ""
5240
5241#: builtin/describe.c:221
5242#, c-format
5243msgid "annotated tag %s has no embedded name"
5244msgstr ""
5245
5246#: builtin/describe.c:223
5247#, c-format
5248msgid "tag '%s' is really '%s' here"
5249msgstr ""
5250
5251#: builtin/describe.c:250 builtin/log.c:459
5252#, c-format
5253msgid "Not a valid object name %s"
5254msgstr ""
5255
5256#: builtin/describe.c:253
5257#, c-format
5258msgid "%s is not a valid '%s' object"
5259msgstr ""
5260
5261#: builtin/describe.c:270
5262#, c-format
5263msgid "no tag exactly matches '%s'"
5264msgstr ""
5265
5266#: builtin/describe.c:272
5267#, c-format
5268msgid "searching to describe %s\n"
5269msgstr ""
5270
5271#: builtin/describe.c:319
5272#, c-format
5273msgid "finished search at %s\n"
5274msgstr ""
5275
5276#: builtin/describe.c:346
5277#, c-format
5278msgid ""
5279"No annotated tags can describe '%s'.\n"
5280"However, there were unannotated tags: try --tags."
5281msgstr ""
5282
5283#: builtin/describe.c:350
5284#, c-format
5285msgid ""
5286"No tags can describe '%s'.\n"
5287"Try --always, or create some tags."
5288msgstr ""
5289
5290#: builtin/describe.c:371
5291#, c-format
5292msgid "traversed %lu commits\n"
5293msgstr ""
5294
5295#: builtin/describe.c:374
5296#, c-format
5297msgid ""
5298"more than %i tags found; listed %i most recent\n"
5299"gave up search at %s\n"
5300msgstr ""
5301
5302#: builtin/describe.c:396
5303msgid "find the tag that comes after the commit"
5304msgstr ""
5305
5306#: builtin/describe.c:397
5307msgid "debug search strategy on stderr"
5308msgstr ""
5309
5310#: builtin/describe.c:398
5311msgid "use any ref"
5312msgstr ""
5313
5314#: builtin/describe.c:399
5315msgid "use any tag, even unannotated"
5316msgstr ""
5317
5318#: builtin/describe.c:400
5319msgid "always use long format"
5320msgstr ""
5321
5322#: builtin/describe.c:401
5323msgid "only follow first parent"
5324msgstr ""
5325
5326#: builtin/describe.c:404
5327msgid "only output exact matches"
5328msgstr ""
5329
5330#: builtin/describe.c:406
5331msgid "consider <n> most recent tags (default: 10)"
5332msgstr ""
5333
5334#: builtin/describe.c:408
5335msgid "only consider tags matching <pattern>"
5336msgstr ""
5337
5338#: builtin/describe.c:410 builtin/name-rev.c:318
5339msgid "show abbreviated commit object as fallback"
5340msgstr ""
5341
5342#: builtin/describe.c:411
5343msgid "mark"
5344msgstr ""
5345
5346#: builtin/describe.c:412
5347msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5348msgstr ""
5349
5350#: builtin/describe.c:430
5351msgid "--long is incompatible with --abbrev=0"
5352msgstr ""
5353
5354#: builtin/describe.c:456
5355msgid "No names found, cannot describe anything."
5356msgstr ""
5357
5358#: builtin/describe.c:476
5359msgid "--dirty is incompatible with commit-ishes"
5360msgstr ""
5361
5362#: builtin/diff.c:86
5363#, c-format
5364msgid "'%s': not a regular file or symlink"
5365msgstr ""
5366
5367#: builtin/diff.c:237
5368#, c-format
5369msgid "invalid option: %s"
5370msgstr ""
5371
5372#: builtin/diff.c:358
5373msgid "Not a git repository"
5374msgstr ""
5375
5376#: builtin/diff.c:401
5377#, c-format
5378msgid "invalid object '%s' given."
5379msgstr ""
5380
5381#: builtin/diff.c:410
5382#, c-format
5383msgid "more than two blobs given: '%s'"
5384msgstr ""
5385
5386#: builtin/diff.c:417
5387#, c-format
5388msgid "unhandled object '%s' given."
5389msgstr ""
5390
5391#: builtin/fast-export.c:25
5392msgid "git fast-export [rev-list-opts]"
5393msgstr ""
5394
5395#: builtin/fast-export.c:980
5396msgid "show progress after <n> objects"
5397msgstr ""
5398
5399#: builtin/fast-export.c:982
5400msgid "select handling of signed tags"
5401msgstr ""
5402
5403#: builtin/fast-export.c:985
5404msgid "select handling of tags that tag filtered objects"
5405msgstr ""
5406
5407#: builtin/fast-export.c:988
5408msgid "Dump marks to this file"
5409msgstr ""
5410
5411#: builtin/fast-export.c:990
5412msgid "Import marks from this file"
5413msgstr ""
5414
5415#: builtin/fast-export.c:992
5416msgid "Fake a tagger when tags lack one"
5417msgstr ""
5418
5419#: builtin/fast-export.c:994
5420msgid "Output full tree for each commit"
5421msgstr ""
5422
5423#: builtin/fast-export.c:996
5424msgid "Use the done feature to terminate the stream"
5425msgstr ""
5426
5427#: builtin/fast-export.c:997
5428msgid "Skip output of blob data"
5429msgstr ""
5430
5431#: builtin/fast-export.c:998
5432msgid "refspec"
5433msgstr ""
5434
5435#: builtin/fast-export.c:999
5436msgid "Apply refspec to exported refs"
5437msgstr ""
5438
5439#: builtin/fast-export.c:1000
5440msgid "anonymize output"
5441msgstr ""
5442
5443#: builtin/fetch.c:20
5444msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5445msgstr ""
5446
5447#: builtin/fetch.c:21
5448msgid "git fetch [<options>] <group>"
5449msgstr ""
5450
5451#: builtin/fetch.c:22
5452msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5453msgstr ""
5454
5455#: builtin/fetch.c:23
5456msgid "git fetch --all [<options>]"
5457msgstr ""
5458
5459#: builtin/fetch.c:90 builtin/pull.c:162
5460msgid "fetch from all remotes"
5461msgstr ""
5462
5463#: builtin/fetch.c:92 builtin/pull.c:165
5464msgid "append to .git/FETCH_HEAD instead of overwriting"
5465msgstr ""
5466
5467#: builtin/fetch.c:94 builtin/pull.c:168
5468msgid "path to upload pack on remote end"
5469msgstr ""
5470
5471#: builtin/fetch.c:95 builtin/pull.c:170
5472msgid "force overwrite of local branch"
5473msgstr ""
5474
5475#: builtin/fetch.c:97
5476msgid "fetch from multiple remotes"
5477msgstr ""
5478
5479#: builtin/fetch.c:99 builtin/pull.c:172
5480msgid "fetch all tags and associated objects"
5481msgstr ""
5482
5483#: builtin/fetch.c:101
5484msgid "do not fetch all tags (--no-tags)"
5485msgstr ""
5486
5487#: builtin/fetch.c:103 builtin/pull.c:175
5488msgid "prune remote-tracking branches no longer on remote"
5489msgstr ""
5490
5491#: builtin/fetch.c:104 builtin/pull.c:178
5492msgid "on-demand"
5493msgstr ""
5494
5495#: builtin/fetch.c:105 builtin/pull.c:179
5496msgid "control recursive fetching of submodules"
5497msgstr ""
5498
5499#: builtin/fetch.c:109 builtin/pull.c:184
5500msgid "keep downloaded pack"
5501msgstr ""
5502
5503#: builtin/fetch.c:111
5504msgid "allow updating of HEAD ref"
5505msgstr ""
5506
5507#: builtin/fetch.c:114 builtin/pull.c:187
5508msgid "deepen history of shallow clone"
5509msgstr ""
5510
5511#: builtin/fetch.c:116 builtin/pull.c:190
5512msgid "convert to a complete repository"
5513msgstr ""
5514
5515#: builtin/fetch.c:118 builtin/log.c:1233
5516msgid "dir"
5517msgstr ""
5518
5519#: builtin/fetch.c:119
5520msgid "prepend this to submodule path output"
5521msgstr ""
5522
5523#: builtin/fetch.c:122
5524msgid "default mode for recursion"
5525msgstr ""
5526
5527#: builtin/fetch.c:124 builtin/pull.c:193
5528msgid "accept refs that update .git/shallow"
5529msgstr ""
5530
5531#: builtin/fetch.c:125 builtin/pull.c:195
5532msgid "refmap"
5533msgstr ""
5534
5535#: builtin/fetch.c:126 builtin/pull.c:196
5536msgid "specify fetch refmap"
5537msgstr ""
5538
5539#: builtin/fetch.c:378
5540msgid "Couldn't find remote ref HEAD"
5541msgstr ""
5542
5543#: builtin/fetch.c:458
5544#, c-format
5545msgid "object %s not found"
5546msgstr ""
5547
5548#: builtin/fetch.c:463
5549msgid "[up to date]"
5550msgstr ""
5551
5552#: builtin/fetch.c:477
5553#, c-format
5554msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
5555msgstr ""
5556
5557#: builtin/fetch.c:478 builtin/fetch.c:564
5558msgid "[rejected]"
5559msgstr ""
5560
5561#: builtin/fetch.c:489
5562msgid "[tag update]"
5563msgstr ""
5564
5565#: builtin/fetch.c:491 builtin/fetch.c:526 builtin/fetch.c:544
5566msgid "  (unable to update local ref)"
5567msgstr ""
5568
5569#: builtin/fetch.c:509
5570msgid "[new tag]"
5571msgstr ""
5572
5573#: builtin/fetch.c:512
5574msgid "[new branch]"
5575msgstr ""
5576
5577#: builtin/fetch.c:515
5578msgid "[new ref]"
5579msgstr ""
5580
5581#: builtin/fetch.c:560
5582msgid "unable to update local ref"
5583msgstr ""
5584
5585#: builtin/fetch.c:560
5586msgid "forced update"
5587msgstr ""
5588
5589#: builtin/fetch.c:566
5590msgid "(non-fast-forward)"
5591msgstr ""
5592
5593#: builtin/fetch.c:600 builtin/fetch.c:842
5594#, c-format
5595msgid "cannot open %s: %s\n"
5596msgstr ""
5597
5598#: builtin/fetch.c:609
5599#, c-format
5600msgid "%s did not send all necessary objects\n"
5601msgstr ""
5602
5603#: builtin/fetch.c:627
5604#, c-format
5605msgid "reject %s because shallow roots are not allowed to be updated"
5606msgstr ""
5607
5608#: builtin/fetch.c:715 builtin/fetch.c:807
5609#, c-format
5610msgid "From %.*s\n"
5611msgstr ""
5612
5613#: builtin/fetch.c:726
5614#, c-format
5615msgid ""
5616"some local refs could not be updated; try running\n"
5617" 'git remote prune %s' to remove any old, conflicting branches"
5618msgstr ""
5619
5620#: builtin/fetch.c:778
5621#, c-format
5622msgid "   (%s will become dangling)"
5623msgstr ""
5624
5625#: builtin/fetch.c:779
5626#, c-format
5627msgid "   (%s has become dangling)"
5628msgstr ""
5629
5630#: builtin/fetch.c:811
5631msgid "[deleted]"
5632msgstr ""
5633
5634#: builtin/fetch.c:812 builtin/remote.c:1034
5635msgid "(none)"
5636msgstr ""
5637
5638#: builtin/fetch.c:832
5639#, c-format
5640msgid "Refusing to fetch into current branch %s of non-bare repository"
5641msgstr ""
5642
5643#: builtin/fetch.c:851
5644#, c-format
5645msgid "Option \"%s\" value \"%s\" is not valid for %s"
5646msgstr ""
5647
5648#: builtin/fetch.c:854
5649#, c-format
5650msgid "Option \"%s\" is ignored for %s\n"
5651msgstr ""
5652
5653#: builtin/fetch.c:910
5654#, c-format
5655msgid "Don't know how to fetch from %s"
5656msgstr ""
5657
5658#: builtin/fetch.c:1071
5659#, c-format
5660msgid "Fetching %s\n"
5661msgstr ""
5662
5663#: builtin/fetch.c:1073 builtin/remote.c:90
5664#, c-format
5665msgid "Could not fetch %s"
5666msgstr ""
5667
5668#: builtin/fetch.c:1091
5669msgid ""
5670"No remote repository specified.  Please, specify either a URL or a\n"
5671"remote name from which new revisions should be fetched."
5672msgstr ""
5673
5674#: builtin/fetch.c:1114
5675msgid "You need to specify a tag name."
5676msgstr ""
5677
5678#: builtin/fetch.c:1156
5679msgid "--depth and --unshallow cannot be used together"
5680msgstr ""
5681
5682#: builtin/fetch.c:1158
5683msgid "--unshallow on a complete repository does not make sense"
5684msgstr ""
5685
5686#: builtin/fetch.c:1181
5687msgid "fetch --all does not take a repository argument"
5688msgstr ""
5689
5690#: builtin/fetch.c:1183
5691msgid "fetch --all does not make sense with refspecs"
5692msgstr ""
5693
5694#: builtin/fetch.c:1194
5695#, c-format
5696msgid "No such remote or remote group: %s"
5697msgstr ""
5698
5699#: builtin/fetch.c:1202
5700msgid "Fetching a group and specifying refspecs does not make sense"
5701msgstr ""
5702
5703#: builtin/fmt-merge-msg.c:14
5704msgid ""
5705"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
5706msgstr ""
5707
5708#: builtin/fmt-merge-msg.c:670
5709msgid "populate log with at most <n> entries from shortlog"
5710msgstr ""
5711
5712#: builtin/fmt-merge-msg.c:673
5713msgid "alias for --log (deprecated)"
5714msgstr ""
5715
5716#: builtin/fmt-merge-msg.c:676
5717msgid "text"
5718msgstr ""
5719
5720#: builtin/fmt-merge-msg.c:677
5721msgid "use <text> as start of message"
5722msgstr ""
5723
5724#: builtin/fmt-merge-msg.c:678
5725msgid "file to read from"
5726msgstr ""
5727
5728#: builtin/for-each-ref.c:9
5729msgid "git for-each-ref [<options>] [<pattern>]"
5730msgstr ""
5731
5732#: builtin/for-each-ref.c:24
5733msgid "quote placeholders suitably for shells"
5734msgstr ""
5735
5736#: builtin/for-each-ref.c:26
5737msgid "quote placeholders suitably for perl"
5738msgstr ""
5739
5740#: builtin/for-each-ref.c:28
5741msgid "quote placeholders suitably for python"
5742msgstr ""
5743
5744#: builtin/for-each-ref.c:30
5745msgid "quote placeholders suitably for Tcl"
5746msgstr ""
5747
5748#: builtin/for-each-ref.c:33
5749msgid "show only <n> matched refs"
5750msgstr ""
5751
5752#: builtin/for-each-ref.c:34
5753msgid "format to use for the output"
5754msgstr ""
5755
5756#: builtin/for-each-ref.c:35
5757msgid "key"
5758msgstr ""
5759
5760#: builtin/for-each-ref.c:36
5761msgid "field name to sort on"
5762msgstr ""
5763
5764#: builtin/fsck.c:163 builtin/prune.c:137
5765msgid "Checking connectivity"
5766msgstr ""
5767
5768#: builtin/fsck.c:568
5769msgid "Checking object directories"
5770msgstr ""
5771
5772#: builtin/fsck.c:631
5773msgid "git fsck [<options>] [<object>...]"
5774msgstr ""
5775
5776#: builtin/fsck.c:637
5777msgid "show unreachable objects"
5778msgstr ""
5779
5780#: builtin/fsck.c:638
5781msgid "show dangling objects"
5782msgstr ""
5783
5784#: builtin/fsck.c:639
5785msgid "report tags"
5786msgstr ""
5787
5788#: builtin/fsck.c:640
5789msgid "report root nodes"
5790msgstr ""
5791
5792#: builtin/fsck.c:641
5793msgid "make index objects head nodes"
5794msgstr ""
5795
5796#: builtin/fsck.c:642
5797msgid "make reflogs head nodes (default)"
5798msgstr ""
5799
5800#: builtin/fsck.c:643
5801msgid "also consider packs and alternate objects"
5802msgstr ""
5803
5804#: builtin/fsck.c:644
5805msgid "check only connectivity"
5806msgstr ""
5807
5808#: builtin/fsck.c:645
5809msgid "enable more strict checking"
5810msgstr ""
5811
5812#: builtin/fsck.c:647
5813msgid "write dangling objects in .git/lost-found"
5814msgstr ""
5815
5816#: builtin/fsck.c:648 builtin/prune.c:107
5817msgid "show progress"
5818msgstr ""
5819
5820#: builtin/fsck.c:707
5821msgid "Checking objects"
5822msgstr ""
5823
5824#: builtin/gc.c:25
5825msgid "git gc [<options>]"
5826msgstr ""
5827
5828#: builtin/gc.c:55
5829#, c-format
5830msgid "Invalid %s: '%s'"
5831msgstr ""
5832
5833#: builtin/gc.c:100
5834#, c-format
5835msgid "insanely long object directory %.*s"
5836msgstr ""
5837
5838#: builtin/gc.c:269
5839msgid "prune unreferenced objects"
5840msgstr ""
5841
5842#: builtin/gc.c:271
5843msgid "be more thorough (increased runtime)"
5844msgstr ""
5845
5846#: builtin/gc.c:272
5847msgid "enable auto-gc mode"
5848msgstr ""
5849
5850#: builtin/gc.c:273
5851msgid "force running gc even if there may be another gc running"
5852msgstr ""
5853
5854#: builtin/gc.c:315
5855#, c-format
5856msgid "Auto packing the repository in background for optimum performance.\n"
5857msgstr ""
5858
5859#: builtin/gc.c:317
5860#, c-format
5861msgid "Auto packing the repository for optimum performance.\n"
5862msgstr ""
5863
5864#: builtin/gc.c:318
5865#, c-format
5866msgid "See \"git help gc\" for manual housekeeping.\n"
5867msgstr ""
5868
5869#: builtin/gc.c:336
5870#, c-format
5871msgid ""
5872"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5873msgstr ""
5874
5875#: builtin/gc.c:364
5876msgid ""
5877"There are too many unreachable loose objects; run 'git prune' to remove them."
5878msgstr ""
5879
5880#: builtin/grep.c:23
5881msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
5882msgstr ""
5883
5884#: builtin/grep.c:218
5885#, c-format
5886msgid "grep: failed to create thread: %s"
5887msgstr ""
5888
5889#: builtin/grep.c:441 builtin/grep.c:476
5890#, c-format
5891msgid "unable to read tree (%s)"
5892msgstr ""
5893
5894#: builtin/grep.c:491
5895#, c-format
5896msgid "unable to grep from object of type %s"
5897msgstr ""
5898
5899#: builtin/grep.c:547
5900#, c-format
5901msgid "switch `%c' expects a numerical value"
5902msgstr ""
5903
5904#: builtin/grep.c:564
5905#, c-format
5906msgid "cannot open '%s'"
5907msgstr ""
5908
5909#: builtin/grep.c:638
5910msgid "search in index instead of in the work tree"
5911msgstr ""
5912
5913#: builtin/grep.c:640
5914msgid "find in contents not managed by git"
5915msgstr ""
5916
5917#: builtin/grep.c:642
5918msgid "search in both tracked and untracked files"
5919msgstr ""
5920
5921#: builtin/grep.c:644
5922msgid "ignore files specified via '.gitignore'"
5923msgstr ""
5924
5925#: builtin/grep.c:647
5926msgid "show non-matching lines"
5927msgstr ""
5928
5929#: builtin/grep.c:649
5930msgid "case insensitive matching"
5931msgstr ""
5932
5933#: builtin/grep.c:651
5934msgid "match patterns only at word boundaries"
5935msgstr ""
5936
5937#: builtin/grep.c:653
5938msgid "process binary files as text"
5939msgstr ""
5940
5941#: builtin/grep.c:655
5942msgid "don't match patterns in binary files"
5943msgstr ""
5944
5945#: builtin/grep.c:658
5946msgid "process binary files with textconv filters"
5947msgstr ""
5948
5949#: builtin/grep.c:660
5950msgid "descend at most <depth> levels"
5951msgstr ""
5952
5953#: builtin/grep.c:664
5954msgid "use extended POSIX regular expressions"
5955msgstr ""
5956
5957#: builtin/grep.c:667
5958msgid "use basic POSIX regular expressions (default)"
5959msgstr ""
5960
5961#: builtin/grep.c:670
5962msgid "interpret patterns as fixed strings"
5963msgstr ""
5964
5965#: builtin/grep.c:673
5966msgid "use Perl-compatible regular expressions"
5967msgstr ""
5968
5969#: builtin/grep.c:676
5970msgid "show line numbers"
5971msgstr ""
5972
5973#: builtin/grep.c:677
5974msgid "don't show filenames"
5975msgstr ""
5976
5977#: builtin/grep.c:678
5978msgid "show filenames"
5979msgstr ""
5980
5981#: builtin/grep.c:680
5982msgid "show filenames relative to top directory"
5983msgstr ""
5984
5985#: builtin/grep.c:682
5986msgid "show only filenames instead of matching lines"
5987msgstr ""
5988
5989#: builtin/grep.c:684
5990msgid "synonym for --files-with-matches"
5991msgstr ""
5992
5993#: builtin/grep.c:687
5994msgid "show only the names of files without match"
5995msgstr ""
5996
5997#: builtin/grep.c:689
5998msgid "print NUL after filenames"
5999msgstr ""
6000
6001#: builtin/grep.c:691
6002msgid "show the number of matches instead of matching lines"
6003msgstr ""
6004
6005#: builtin/grep.c:692
6006msgid "highlight matches"
6007msgstr ""
6008
6009#: builtin/grep.c:694
6010msgid "print empty line between matches from different files"
6011msgstr ""
6012
6013#: builtin/grep.c:696
6014msgid "show filename only once above matches from same file"
6015msgstr ""
6016
6017#: builtin/grep.c:699
6018msgid "show <n> context lines before and after matches"
6019msgstr ""
6020
6021#: builtin/grep.c:702
6022msgid "show <n> context lines before matches"
6023msgstr ""
6024
6025#: builtin/grep.c:704
6026msgid "show <n> context lines after matches"
6027msgstr ""
6028
6029#: builtin/grep.c:705
6030msgid "shortcut for -C NUM"
6031msgstr ""
6032
6033#: builtin/grep.c:708
6034msgid "show a line with the function name before matches"
6035msgstr ""
6036
6037#: builtin/grep.c:710
6038msgid "show the surrounding function"
6039msgstr ""
6040
6041#: builtin/grep.c:713
6042msgid "read patterns from file"
6043msgstr ""
6044
6045#: builtin/grep.c:715
6046msgid "match <pattern>"
6047msgstr ""
6048
6049#: builtin/grep.c:717
6050msgid "combine patterns specified with -e"
6051msgstr ""
6052
6053#: builtin/grep.c:729
6054msgid "indicate hit with exit status without output"
6055msgstr ""
6056
6057#: builtin/grep.c:731
6058msgid "show only matches from files that match all patterns"
6059msgstr ""
6060
6061#: builtin/grep.c:733
6062msgid "show parse tree for grep expression"
6063msgstr ""
6064
6065#: builtin/grep.c:737
6066msgid "pager"
6067msgstr ""
6068
6069#: builtin/grep.c:737
6070msgid "show matching files in the pager"
6071msgstr ""
6072
6073#: builtin/grep.c:740
6074msgid "allow calling of grep(1) (ignored by this build)"
6075msgstr ""
6076
6077#: builtin/grep.c:741 builtin/show-ref.c:189
6078msgid "show usage"
6079msgstr ""
6080
6081#: builtin/grep.c:808
6082msgid "no pattern given."
6083msgstr ""
6084
6085#: builtin/grep.c:866
6086msgid "--open-files-in-pager only works on the worktree"
6087msgstr ""
6088
6089#: builtin/grep.c:892
6090msgid "--cached or --untracked cannot be used with --no-index."
6091msgstr ""
6092
6093#: builtin/grep.c:897
6094msgid "--no-index or --untracked cannot be used with revs."
6095msgstr ""
6096
6097#: builtin/grep.c:900
6098msgid "--[no-]exclude-standard cannot be used for tracked contents."
6099msgstr ""
6100
6101#: builtin/grep.c:908
6102msgid "both --cached and trees are given."
6103msgstr ""
6104
6105#: builtin/hash-object.c:80
6106msgid ""
6107"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6108"[--] <file>..."
6109msgstr ""
6110
6111#: builtin/hash-object.c:81
6112msgid "git hash-object  --stdin-paths < <list-of-paths>"
6113msgstr ""
6114
6115#: builtin/hash-object.c:92 builtin/tag.c:614
6116msgid "type"
6117msgstr ""
6118
6119#: builtin/hash-object.c:92
6120msgid "object type"
6121msgstr ""
6122
6123#: builtin/hash-object.c:93
6124msgid "write the object into the object database"
6125msgstr ""
6126
6127#: builtin/hash-object.c:95
6128msgid "read the object from stdin"
6129msgstr ""
6130
6131#: builtin/hash-object.c:97
6132msgid "store file as is without filters"
6133msgstr ""
6134
6135#: builtin/hash-object.c:98
6136msgid ""
6137"just hash any random garbage to create corrupt objects for debugging Git"
6138msgstr ""
6139
6140#: builtin/hash-object.c:99
6141msgid "process file as it were from this path"
6142msgstr ""
6143
6144#: builtin/help.c:41
6145msgid "print all available commands"
6146msgstr ""
6147
6148#: builtin/help.c:42
6149msgid "print list of useful guides"
6150msgstr ""
6151
6152#: builtin/help.c:43
6153msgid "show man page"
6154msgstr ""
6155
6156#: builtin/help.c:44
6157msgid "show manual in web browser"
6158msgstr ""
6159
6160#: builtin/help.c:46
6161msgid "show info page"
6162msgstr ""
6163
6164#: builtin/help.c:52
6165msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6166msgstr ""
6167
6168#: builtin/help.c:64
6169#, c-format
6170msgid "unrecognized help format '%s'"
6171msgstr ""
6172
6173#: builtin/help.c:91
6174msgid "Failed to start emacsclient."
6175msgstr ""
6176
6177#: builtin/help.c:104
6178msgid "Failed to parse emacsclient version."
6179msgstr ""
6180
6181#: builtin/help.c:112
6182#, c-format
6183msgid "emacsclient version '%d' too old (< 22)."
6184msgstr ""
6185
6186#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:175
6187#, c-format
6188msgid "failed to exec '%s': %s"
6189msgstr ""
6190
6191#: builtin/help.c:215
6192#, c-format
6193msgid ""
6194"'%s': path for unsupported man viewer.\n"
6195"Please consider using 'man.<tool>.cmd' instead."
6196msgstr ""
6197
6198#: builtin/help.c:227
6199#, c-format
6200msgid ""
6201"'%s': cmd for supported man viewer.\n"
6202"Please consider using 'man.<tool>.path' instead."
6203msgstr ""
6204
6205#: builtin/help.c:354
6206#, c-format
6207msgid "'%s': unknown man viewer."
6208msgstr ""
6209
6210#: builtin/help.c:371
6211msgid "no man viewer handled the request"
6212msgstr ""
6213
6214#: builtin/help.c:379
6215msgid "no info viewer handled the request"
6216msgstr ""
6217
6218#: builtin/help.c:428
6219msgid "Defining attributes per path"
6220msgstr ""
6221
6222#: builtin/help.c:429
6223msgid "Everyday Git With 20 Commands Or So"
6224msgstr ""
6225
6226#: builtin/help.c:430
6227msgid "A Git glossary"
6228msgstr ""
6229
6230#: builtin/help.c:431
6231msgid "Specifies intentionally untracked files to ignore"
6232msgstr ""
6233
6234#: builtin/help.c:432
6235msgid "Defining submodule properties"
6236msgstr ""
6237
6238#: builtin/help.c:433
6239msgid "Specifying revisions and ranges for Git"
6240msgstr ""
6241
6242#: builtin/help.c:434
6243msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6244msgstr ""
6245
6246#: builtin/help.c:435
6247msgid "An overview of recommended workflows with Git"
6248msgstr ""
6249
6250#: builtin/help.c:447
6251msgid "The common Git guides are:\n"
6252msgstr ""
6253
6254#: builtin/help.c:468 builtin/help.c:485
6255#, c-format
6256msgid "usage: %s%s"
6257msgstr ""
6258
6259#: builtin/help.c:501
6260#, c-format
6261msgid "`git %s' is aliased to `%s'"
6262msgstr ""
6263
6264#: builtin/index-pack.c:152
6265#, c-format
6266msgid "unable to open %s"
6267msgstr ""
6268
6269#: builtin/index-pack.c:202
6270#, c-format
6271msgid "object type mismatch at %s"
6272msgstr ""
6273
6274#: builtin/index-pack.c:222
6275#, c-format
6276msgid "did not receive expected object %s"
6277msgstr ""
6278
6279#: builtin/index-pack.c:225
6280#, c-format
6281msgid "object %s: expected type %s, found %s"
6282msgstr ""
6283
6284#: builtin/index-pack.c:267
6285#, c-format
6286msgid "cannot fill %d byte"
6287msgid_plural "cannot fill %d bytes"
6288msgstr[0] ""
6289msgstr[1] ""
6290
6291#: builtin/index-pack.c:277
6292msgid "early EOF"
6293msgstr ""
6294
6295#: builtin/index-pack.c:278
6296msgid "read error on input"
6297msgstr ""
6298
6299#: builtin/index-pack.c:290
6300msgid "used more bytes than were available"
6301msgstr ""
6302
6303#: builtin/index-pack.c:297
6304msgid "pack too large for current definition of off_t"
6305msgstr ""
6306
6307#: builtin/index-pack.c:313
6308#, c-format
6309msgid "unable to create '%s'"
6310msgstr ""
6311
6312#: builtin/index-pack.c:318
6313#, c-format
6314msgid "cannot open packfile '%s'"
6315msgstr ""
6316
6317#: builtin/index-pack.c:332
6318msgid "pack signature mismatch"
6319msgstr ""
6320
6321#: builtin/index-pack.c:334
6322#, c-format
6323msgid "pack version %<PRIu32> unsupported"
6324msgstr ""
6325
6326#: builtin/index-pack.c:352
6327#, c-format
6328msgid "pack has bad object at offset %lu: %s"
6329msgstr ""
6330
6331#: builtin/index-pack.c:473
6332#, c-format
6333msgid "inflate returned %d"
6334msgstr ""
6335
6336#: builtin/index-pack.c:522
6337msgid "offset value overflow for delta base object"
6338msgstr ""
6339
6340#: builtin/index-pack.c:530
6341msgid "delta base offset is out of bound"
6342msgstr ""
6343
6344#: builtin/index-pack.c:538
6345#, c-format
6346msgid "unknown object type %d"
6347msgstr ""
6348
6349#: builtin/index-pack.c:569
6350msgid "cannot pread pack file"
6351msgstr ""
6352
6353#: builtin/index-pack.c:571
6354#, c-format
6355msgid "premature end of pack file, %lu byte missing"
6356msgid_plural "premature end of pack file, %lu bytes missing"
6357msgstr[0] ""
6358msgstr[1] ""
6359
6360#: builtin/index-pack.c:597
6361msgid "serious inflate inconsistency"
6362msgstr ""
6363
6364#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:772
6365#: builtin/index-pack.c:806 builtin/index-pack.c:815
6366#, c-format
6367msgid "SHA1 COLLISION FOUND WITH %s !"
6368msgstr ""
6369
6370#: builtin/index-pack.c:746 builtin/pack-objects.c:162
6371#: builtin/pack-objects.c:254
6372#, c-format
6373msgid "unable to read %s"
6374msgstr ""
6375
6376#: builtin/index-pack.c:812
6377#, c-format
6378msgid "cannot read existing object %s"
6379msgstr ""
6380
6381#: builtin/index-pack.c:826
6382#, c-format
6383msgid "invalid blob object %s"
6384msgstr ""
6385
6386#: builtin/index-pack.c:840
6387#, c-format
6388msgid "invalid %s"
6389msgstr ""
6390
6391#: builtin/index-pack.c:843
6392msgid "Error in object"
6393msgstr ""
6394
6395#: builtin/index-pack.c:845
6396#, c-format
6397msgid "Not all child objects of %s are reachable"
6398msgstr ""
6399
6400#: builtin/index-pack.c:917 builtin/index-pack.c:948
6401msgid "failed to apply delta"
6402msgstr ""
6403
6404#: builtin/index-pack.c:1118
6405msgid "Receiving objects"
6406msgstr ""
6407
6408#: builtin/index-pack.c:1118
6409msgid "Indexing objects"
6410msgstr ""
6411
6412#: builtin/index-pack.c:1150
6413msgid "pack is corrupted (SHA1 mismatch)"
6414msgstr ""
6415
6416#: builtin/index-pack.c:1155
6417msgid "cannot fstat packfile"
6418msgstr ""
6419
6420#: builtin/index-pack.c:1158
6421msgid "pack has junk at the end"
6422msgstr ""
6423
6424#: builtin/index-pack.c:1169
6425msgid "confusion beyond insanity in parse_pack_objects()"
6426msgstr ""
6427
6428#: builtin/index-pack.c:1194
6429msgid "Resolving deltas"
6430msgstr ""
6431
6432#: builtin/index-pack.c:1205
6433#, c-format
6434msgid "unable to create thread: %s"
6435msgstr ""
6436
6437#: builtin/index-pack.c:1247
6438msgid "confusion beyond insanity"
6439msgstr ""
6440
6441#: builtin/index-pack.c:1253
6442#, c-format
6443msgid "completed with %d local objects"
6444msgstr ""
6445
6446#: builtin/index-pack.c:1263
6447#, c-format
6448msgid "Unexpected tail checksum for %s (disk corruption?)"
6449msgstr ""
6450
6451#: builtin/index-pack.c:1267
6452#, c-format
6453msgid "pack has %d unresolved delta"
6454msgid_plural "pack has %d unresolved deltas"
6455msgstr[0] ""
6456msgstr[1] ""
6457
6458#: builtin/index-pack.c:1291
6459#, c-format
6460msgid "unable to deflate appended object (%d)"
6461msgstr ""
6462
6463#: builtin/index-pack.c:1367
6464#, c-format
6465msgid "local object %s is corrupt"
6466msgstr ""
6467
6468#: builtin/index-pack.c:1391
6469msgid "error while closing pack file"
6470msgstr ""
6471
6472#: builtin/index-pack.c:1404
6473#, c-format
6474msgid "cannot write keep file '%s'"
6475msgstr ""
6476
6477#: builtin/index-pack.c:1412
6478#, c-format
6479msgid "cannot close written keep file '%s'"
6480msgstr ""
6481
6482#: builtin/index-pack.c:1425
6483msgid "cannot store pack file"
6484msgstr ""
6485
6486#: builtin/index-pack.c:1436
6487msgid "cannot store index file"
6488msgstr ""
6489
6490#: builtin/index-pack.c:1469
6491#, c-format
6492msgid "bad pack.indexversion=%<PRIu32>"
6493msgstr ""
6494
6495#: builtin/index-pack.c:1475
6496#, c-format
6497msgid "invalid number of threads specified (%d)"
6498msgstr ""
6499
6500#: builtin/index-pack.c:1479 builtin/index-pack.c:1663
6501#, c-format
6502msgid "no threads support, ignoring %s"
6503msgstr ""
6504
6505#: builtin/index-pack.c:1537
6506#, c-format
6507msgid "Cannot open existing pack file '%s'"
6508msgstr ""
6509
6510#: builtin/index-pack.c:1539
6511#, c-format
6512msgid "Cannot open existing pack idx file for '%s'"
6513msgstr ""
6514
6515#: builtin/index-pack.c:1586
6516#, c-format
6517msgid "non delta: %d object"
6518msgid_plural "non delta: %d objects"
6519msgstr[0] ""
6520msgstr[1] ""
6521
6522#: builtin/index-pack.c:1593
6523#, c-format
6524msgid "chain length = %d: %lu object"
6525msgid_plural "chain length = %d: %lu objects"
6526msgstr[0] ""
6527msgstr[1] ""
6528
6529#: builtin/index-pack.c:1623
6530msgid "Cannot come back to cwd"
6531msgstr ""
6532
6533#: builtin/index-pack.c:1675 builtin/index-pack.c:1678
6534#: builtin/index-pack.c:1690 builtin/index-pack.c:1694
6535#, c-format
6536msgid "bad %s"
6537msgstr ""
6538
6539#: builtin/index-pack.c:1708
6540msgid "--fix-thin cannot be used without --stdin"
6541msgstr ""
6542
6543#: builtin/index-pack.c:1712 builtin/index-pack.c:1721
6544#, c-format
6545msgid "packfile name '%s' does not end with '.pack'"
6546msgstr ""
6547
6548#: builtin/index-pack.c:1729
6549msgid "--verify with no packfile name given"
6550msgstr ""
6551
6552#: builtin/init-db.c:36
6553#, c-format
6554msgid "Could not make %s writable by group"
6555msgstr ""
6556
6557#: builtin/init-db.c:63
6558#, c-format
6559msgid "insanely long template name %s"
6560msgstr ""
6561
6562#: builtin/init-db.c:68
6563#, c-format
6564msgid "cannot stat '%s'"
6565msgstr ""
6566
6567#: builtin/init-db.c:74
6568#, c-format
6569msgid "cannot stat template '%s'"
6570msgstr ""
6571
6572#: builtin/init-db.c:81
6573#, c-format
6574msgid "cannot opendir '%s'"
6575msgstr ""
6576
6577#: builtin/init-db.c:98
6578#, c-format
6579msgid "cannot readlink '%s'"
6580msgstr ""
6581
6582#: builtin/init-db.c:100
6583#, c-format
6584msgid "insanely long symlink %s"
6585msgstr ""
6586
6587#: builtin/init-db.c:103
6588#, c-format
6589msgid "cannot symlink '%s' '%s'"
6590msgstr ""
6591
6592#: builtin/init-db.c:107
6593#, c-format
6594msgid "cannot copy '%s' to '%s'"
6595msgstr ""
6596
6597#: builtin/init-db.c:111
6598#, c-format
6599msgid "ignoring template %s"
6600msgstr ""
6601
6602#: builtin/init-db.c:137
6603#, c-format
6604msgid "insanely long template path %s"
6605msgstr ""
6606
6607#: builtin/init-db.c:145
6608#, c-format
6609msgid "templates not found %s"
6610msgstr ""
6611
6612#: builtin/init-db.c:158
6613#, c-format
6614msgid "not copying templates of a wrong format version %d from '%s'"
6615msgstr ""
6616
6617#: builtin/init-db.c:212
6618#, c-format
6619msgid "insane git directory %s"
6620msgstr ""
6621
6622#: builtin/init-db.c:344 builtin/init-db.c:347
6623#, c-format
6624msgid "%s already exists"
6625msgstr ""
6626
6627#: builtin/init-db.c:375
6628#, c-format
6629msgid "unable to handle file type %d"
6630msgstr ""
6631
6632#: builtin/init-db.c:378
6633#, c-format
6634msgid "unable to move %s to %s"
6635msgstr ""
6636
6637#. TRANSLATORS: The first '%s' is either "Reinitialized
6638#. existing" or "Initialized empty", the second " shared" or
6639#. "", and the last '%s%s' is the verbatim directory name.
6640#: builtin/init-db.c:434
6641#, c-format
6642msgid "%s%s Git repository in %s%s\n"
6643msgstr ""
6644
6645#: builtin/init-db.c:435
6646msgid "Reinitialized existing"
6647msgstr ""
6648
6649#: builtin/init-db.c:435
6650msgid "Initialized empty"
6651msgstr ""
6652
6653#: builtin/init-db.c:436
6654msgid " shared"
6655msgstr ""
6656
6657#: builtin/init-db.c:483
6658msgid ""
6659"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6660"shared[=<permissions>]] [<directory>]"
6661msgstr ""
6662
6663#: builtin/init-db.c:506
6664msgid "permissions"
6665msgstr ""
6666
6667#: builtin/init-db.c:507
6668msgid "specify that the git repository is to be shared amongst several users"
6669msgstr ""
6670
6671#: builtin/init-db.c:541 builtin/init-db.c:546
6672#, c-format
6673msgid "cannot mkdir %s"
6674msgstr ""
6675
6676#: builtin/init-db.c:550
6677#, c-format
6678msgid "cannot chdir to %s"
6679msgstr ""
6680
6681#: builtin/init-db.c:571
6682#, c-format
6683msgid ""
6684"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6685"dir=<directory>)"
6686msgstr ""
6687
6688#: builtin/init-db.c:599
6689#, c-format
6690msgid "Cannot access work tree '%s'"
6691msgstr ""
6692
6693#: builtin/interpret-trailers.c:15
6694msgid ""
6695"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "
6696"[<file>...]"
6697msgstr ""
6698
6699#: builtin/interpret-trailers.c:25
6700msgid "trim empty trailers"
6701msgstr ""
6702
6703#: builtin/interpret-trailers.c:26
6704msgid "trailer"
6705msgstr ""
6706
6707#: builtin/interpret-trailers.c:27
6708msgid "trailer(s) to add"
6709msgstr ""
6710
6711#: builtin/log.c:43
6712msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
6713msgstr ""
6714
6715#: builtin/log.c:44
6716msgid "git show [<options>] <object>..."
6717msgstr ""
6718
6719#: builtin/log.c:83
6720#, c-format
6721msgid "invalid --decorate option: %s"
6722msgstr ""
6723
6724#: builtin/log.c:131
6725msgid "suppress diff output"
6726msgstr ""
6727
6728#: builtin/log.c:132
6729msgid "show source"
6730msgstr ""
6731
6732#: builtin/log.c:133
6733msgid "Use mail map file"
6734msgstr ""
6735
6736#: builtin/log.c:134
6737msgid "decorate options"
6738msgstr ""
6739
6740#: builtin/log.c:137
6741msgid "Process line range n,m in file, counting from 1"
6742msgstr ""
6743
6744#: builtin/log.c:233
6745#, c-format
6746msgid "Final output: %d %s\n"
6747msgstr ""
6748
6749#: builtin/log.c:465
6750#, c-format
6751msgid "git show %s: bad file"
6752msgstr ""
6753
6754#: builtin/log.c:479 builtin/log.c:572
6755#, c-format
6756msgid "Could not read object %s"
6757msgstr ""
6758
6759#: builtin/log.c:596
6760#, c-format
6761msgid "Unknown type: %d"
6762msgstr ""
6763
6764#: builtin/log.c:714
6765msgid "format.headers without value"
6766msgstr ""
6767
6768#: builtin/log.c:798
6769msgid "name of output directory is too long"
6770msgstr ""
6771
6772#: builtin/log.c:814
6773#, c-format
6774msgid "Cannot open patch file %s"
6775msgstr ""
6776
6777#: builtin/log.c:828
6778msgid "Need exactly one range."
6779msgstr ""
6780
6781#: builtin/log.c:838
6782msgid "Not a range."
6783msgstr ""
6784
6785#: builtin/log.c:944
6786msgid "Cover letter needs email format"
6787msgstr ""
6788
6789#: builtin/log.c:1023
6790#, c-format
6791msgid "insane in-reply-to: %s"
6792msgstr ""
6793
6794#: builtin/log.c:1051
6795msgid "git format-patch [<options>] [<since> | <revision-range>]"
6796msgstr ""
6797
6798#: builtin/log.c:1096
6799msgid "Two output directories?"
6800msgstr ""
6801
6802#: builtin/log.c:1211
6803msgid "use [PATCH n/m] even with a single patch"
6804msgstr ""
6805
6806#: builtin/log.c:1214
6807msgid "use [PATCH] even with multiple patches"
6808msgstr ""
6809
6810#: builtin/log.c:1218
6811msgid "print patches to standard out"
6812msgstr ""
6813
6814#: builtin/log.c:1220
6815msgid "generate a cover letter"
6816msgstr ""
6817
6818#: builtin/log.c:1222
6819msgid "use simple number sequence for output file names"
6820msgstr ""
6821
6822#: builtin/log.c:1223
6823msgid "sfx"
6824msgstr ""
6825
6826#: builtin/log.c:1224
6827msgid "use <sfx> instead of '.patch'"
6828msgstr ""
6829
6830#: builtin/log.c:1226
6831msgid "start numbering patches at <n> instead of 1"
6832msgstr ""
6833
6834#: builtin/log.c:1228
6835msgid "mark the series as Nth re-roll"
6836msgstr ""
6837
6838#: builtin/log.c:1230
6839msgid "Use [<prefix>] instead of [PATCH]"
6840msgstr ""
6841
6842#: builtin/log.c:1233
6843msgid "store resulting files in <dir>"
6844msgstr ""
6845
6846#: builtin/log.c:1236
6847msgid "don't strip/add [PATCH]"
6848msgstr ""
6849
6850#: builtin/log.c:1239
6851msgid "don't output binary diffs"
6852msgstr ""
6853
6854#: builtin/log.c:1241
6855msgid "don't include a patch matching a commit upstream"
6856msgstr ""
6857
6858#: builtin/log.c:1243
6859msgid "show patch format instead of default (patch + stat)"
6860msgstr ""
6861
6862#: builtin/log.c:1245
6863msgid "Messaging"
6864msgstr ""
6865
6866#: builtin/log.c:1246
6867msgid "header"
6868msgstr ""
6869
6870#: builtin/log.c:1247
6871msgid "add email header"
6872msgstr ""
6873
6874#: builtin/log.c:1248 builtin/log.c:1250
6875msgid "email"
6876msgstr ""
6877
6878#: builtin/log.c:1248
6879msgid "add To: header"
6880msgstr ""
6881
6882#: builtin/log.c:1250
6883msgid "add Cc: header"
6884msgstr ""
6885
6886#: builtin/log.c:1252
6887msgid "ident"
6888msgstr ""
6889
6890#: builtin/log.c:1253
6891msgid "set From address to <ident> (or committer ident if absent)"
6892msgstr ""
6893
6894#: builtin/log.c:1255
6895msgid "message-id"
6896msgstr ""
6897
6898#: builtin/log.c:1256
6899msgid "make first mail a reply to <message-id>"
6900msgstr ""
6901
6902#: builtin/log.c:1257 builtin/log.c:1260
6903msgid "boundary"
6904msgstr ""
6905
6906#: builtin/log.c:1258
6907msgid "attach the patch"
6908msgstr ""
6909
6910#: builtin/log.c:1261
6911msgid "inline the patch"
6912msgstr ""
6913
6914#: builtin/log.c:1265
6915msgid "enable message threading, styles: shallow, deep"
6916msgstr ""
6917
6918#: builtin/log.c:1267
6919msgid "signature"
6920msgstr ""
6921
6922#: builtin/log.c:1268
6923msgid "add a signature"
6924msgstr ""
6925
6926#: builtin/log.c:1270
6927msgid "add a signature from a file"
6928msgstr ""
6929
6930#: builtin/log.c:1271
6931msgid "don't print the patch filenames"
6932msgstr ""
6933
6934#: builtin/log.c:1360
6935msgid "-n and -k are mutually exclusive."
6936msgstr ""
6937
6938#: builtin/log.c:1362
6939msgid "--subject-prefix and -k are mutually exclusive."
6940msgstr ""
6941
6942#: builtin/log.c:1370
6943msgid "--name-only does not make sense"
6944msgstr ""
6945
6946#: builtin/log.c:1372
6947msgid "--name-status does not make sense"
6948msgstr ""
6949
6950#: builtin/log.c:1374
6951msgid "--check does not make sense"
6952msgstr ""
6953
6954#: builtin/log.c:1397
6955msgid "standard output, or directory, which one?"
6956msgstr ""
6957
6958#: builtin/log.c:1399
6959#, c-format
6960msgid "Could not create directory '%s'"
6961msgstr ""
6962
6963#: builtin/log.c:1496
6964#, c-format
6965msgid "unable to read signature file '%s'"
6966msgstr ""
6967
6968#: builtin/log.c:1559
6969msgid "Failed to create output files"
6970msgstr ""
6971
6972#: builtin/log.c:1607
6973msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6974msgstr ""
6975
6976#: builtin/log.c:1661
6977#, c-format
6978msgid ""
6979"Could not find a tracked remote branch, please specify <upstream> manually.\n"
6980msgstr ""
6981
6982#: builtin/log.c:1672 builtin/log.c:1674 builtin/log.c:1686
6983#, c-format
6984msgid "Unknown commit %s"
6985msgstr ""
6986
6987#: builtin/ls-files.c:358
6988msgid "git ls-files [<options>] [<file>...]"
6989msgstr ""
6990
6991#: builtin/ls-files.c:415
6992msgid "identify the file status with tags"
6993msgstr ""
6994
6995#: builtin/ls-files.c:417
6996msgid "use lowercase letters for 'assume unchanged' files"
6997msgstr ""
6998
6999#: builtin/ls-files.c:419
7000msgid "show cached files in the output (default)"
7001msgstr ""
7002
7003#: builtin/ls-files.c:421
7004msgid "show deleted files in the output"
7005msgstr ""
7006
7007#: builtin/ls-files.c:423
7008msgid "show modified files in the output"
7009msgstr ""
7010
7011#: builtin/ls-files.c:425
7012msgid "show other files in the output"
7013msgstr ""
7014
7015#: builtin/ls-files.c:427
7016msgid "show ignored files in the output"
7017msgstr ""
7018
7019#: builtin/ls-files.c:430
7020msgid "show staged contents' object name in the output"
7021msgstr ""
7022
7023#: builtin/ls-files.c:432
7024msgid "show files on the filesystem that need to be removed"
7025msgstr ""
7026
7027#: builtin/ls-files.c:434
7028msgid "show 'other' directories' names only"
7029msgstr ""
7030
7031#: builtin/ls-files.c:437
7032msgid "don't show empty directories"
7033msgstr ""
7034
7035#: builtin/ls-files.c:440
7036msgid "show unmerged files in the output"
7037msgstr ""
7038
7039#: builtin/ls-files.c:442
7040msgid "show resolve-undo information"
7041msgstr ""
7042
7043#: builtin/ls-files.c:444
7044msgid "skip files matching pattern"
7045msgstr ""
7046
7047#: builtin/ls-files.c:447
7048msgid "exclude patterns are read from <file>"
7049msgstr ""
7050
7051#: builtin/ls-files.c:450
7052msgid "read additional per-directory exclude patterns in <file>"
7053msgstr ""
7054
7055#: builtin/ls-files.c:452
7056msgid "add the standard git exclusions"
7057msgstr ""
7058
7059#: builtin/ls-files.c:455
7060msgid "make the output relative to the project top directory"
7061msgstr ""
7062
7063#: builtin/ls-files.c:458
7064msgid "if any <file> is not in the index, treat this as an error"
7065msgstr ""
7066
7067#: builtin/ls-files.c:459
7068msgid "tree-ish"
7069msgstr ""
7070
7071#: builtin/ls-files.c:460
7072msgid "pretend that paths removed since <tree-ish> are still present"
7073msgstr ""
7074
7075#: builtin/ls-files.c:462
7076msgid "show debugging data"
7077msgstr ""
7078
7079#: builtin/ls-tree.c:28
7080msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7081msgstr ""
7082
7083#: builtin/ls-tree.c:127
7084msgid "only show trees"
7085msgstr ""
7086
7087#: builtin/ls-tree.c:129
7088msgid "recurse into subtrees"
7089msgstr ""
7090
7091#: builtin/ls-tree.c:131
7092msgid "show trees when recursing"
7093msgstr ""
7094
7095#: builtin/ls-tree.c:134
7096msgid "terminate entries with NUL byte"
7097msgstr ""
7098
7099#: builtin/ls-tree.c:135
7100msgid "include object size"
7101msgstr ""
7102
7103#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
7104msgid "list only filenames"
7105msgstr ""
7106
7107#: builtin/ls-tree.c:142
7108msgid "use full path names"
7109msgstr ""
7110
7111#: builtin/ls-tree.c:144
7112msgid "list entire tree; not just current directory (implies --full-name)"
7113msgstr ""
7114
7115#: builtin/merge.c:45
7116msgid "git merge [<options>] [<commit>...]"
7117msgstr ""
7118
7119#: builtin/merge.c:46
7120msgid "git merge [<options>] <msg> HEAD <commit>"
7121msgstr ""
7122
7123#: builtin/merge.c:47
7124msgid "git merge --abort"
7125msgstr ""
7126
7127#: builtin/merge.c:100
7128msgid "switch `m' requires a value"
7129msgstr ""
7130
7131#: builtin/merge.c:137
7132#, c-format
7133msgid "Could not find merge strategy '%s'.\n"
7134msgstr ""
7135
7136#: builtin/merge.c:138
7137#, c-format
7138msgid "Available strategies are:"
7139msgstr ""
7140
7141#: builtin/merge.c:143
7142#, c-format
7143msgid "Available custom strategies are:"
7144msgstr ""
7145
7146#: builtin/merge.c:193 builtin/pull.c:119
7147msgid "do not show a diffstat at the end of the merge"
7148msgstr ""
7149
7150#: builtin/merge.c:196 builtin/pull.c:122
7151msgid "show a diffstat at the end of the merge"
7152msgstr ""
7153
7154#: builtin/merge.c:197 builtin/pull.c:125
7155msgid "(synonym to --stat)"
7156msgstr ""
7157
7158#: builtin/merge.c:199 builtin/pull.c:128
7159msgid "add (at most <n>) entries from shortlog to merge commit message"
7160msgstr ""
7161
7162#: builtin/merge.c:202 builtin/pull.c:131
7163msgid "create a single commit instead of doing a merge"
7164msgstr ""
7165
7166#: builtin/merge.c:204 builtin/pull.c:134
7167msgid "perform a commit if the merge succeeds (default)"
7168msgstr ""
7169
7170#: builtin/merge.c:206 builtin/pull.c:137
7171msgid "edit message before committing"
7172msgstr ""
7173
7174#: builtin/merge.c:207
7175msgid "allow fast-forward (default)"
7176msgstr ""
7177
7178#: builtin/merge.c:209 builtin/pull.c:143
7179msgid "abort if fast-forward is not possible"
7180msgstr ""
7181
7182#: builtin/merge.c:213
7183msgid "Verify that the named commit has a valid GPG signature"
7184msgstr ""
7185
7186#: builtin/merge.c:214 builtin/notes.c:767 builtin/pull.c:148
7187#: builtin/revert.c:89
7188msgid "strategy"
7189msgstr ""
7190
7191#: builtin/merge.c:215 builtin/pull.c:149
7192msgid "merge strategy to use"
7193msgstr ""
7194
7195#: builtin/merge.c:216 builtin/pull.c:152
7196msgid "option=value"
7197msgstr ""
7198
7199#: builtin/merge.c:217 builtin/pull.c:153
7200msgid "option for selected merge strategy"
7201msgstr ""
7202
7203#: builtin/merge.c:219
7204msgid "merge commit message (for a non-fast-forward merge)"
7205msgstr ""
7206
7207#: builtin/merge.c:223
7208msgid "abort the current in-progress merge"
7209msgstr ""
7210
7211#: builtin/merge.c:251
7212msgid "could not run stash."
7213msgstr ""
7214
7215#: builtin/merge.c:256
7216msgid "stash failed"
7217msgstr ""
7218
7219#: builtin/merge.c:261
7220#, c-format
7221msgid "not a valid object: %s"
7222msgstr ""
7223
7224#: builtin/merge.c:280 builtin/merge.c:297
7225msgid "read-tree failed"
7226msgstr ""
7227
7228#: builtin/merge.c:327
7229msgid " (nothing to squash)"
7230msgstr ""
7231
7232#: builtin/merge.c:340
7233#, c-format
7234msgid "Squash commit -- not updating HEAD\n"
7235msgstr ""
7236
7237#: builtin/merge.c:344 builtin/merge.c:763 builtin/merge.c:975
7238#: builtin/merge.c:988
7239#, c-format
7240msgid "Could not write to '%s'"
7241msgstr ""
7242
7243#: builtin/merge.c:372
7244msgid "Writing SQUASH_MSG"
7245msgstr ""
7246
7247#: builtin/merge.c:374
7248msgid "Finishing SQUASH_MSG"
7249msgstr ""
7250
7251#: builtin/merge.c:397
7252#, c-format
7253msgid "No merge message -- not updating HEAD\n"
7254msgstr ""
7255
7256#: builtin/merge.c:447
7257#, c-format
7258msgid "'%s' does not point to a commit"
7259msgstr ""
7260
7261#: builtin/merge.c:537
7262#, c-format
7263msgid "Bad branch.%s.mergeoptions string: %s"
7264msgstr ""
7265
7266#: builtin/merge.c:656
7267msgid "Not handling anything other than two heads merge."
7268msgstr ""
7269
7270#: builtin/merge.c:670
7271#, c-format
7272msgid "Unknown option for merge-recursive: -X%s"
7273msgstr ""
7274
7275#: builtin/merge.c:683
7276#, c-format
7277msgid "unable to write %s"
7278msgstr ""
7279
7280#: builtin/merge.c:772
7281#, c-format
7282msgid "Could not read from '%s'"
7283msgstr ""
7284
7285#: builtin/merge.c:781
7286#, c-format
7287msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7288msgstr ""
7289
7290#: builtin/merge.c:787
7291#, c-format
7292msgid ""
7293"Please enter a commit message to explain why this merge is necessary,\n"
7294"especially if it merges an updated upstream into a topic branch.\n"
7295"\n"
7296"Lines starting with '%c' will be ignored, and an empty message aborts\n"
7297"the commit.\n"
7298msgstr ""
7299
7300#: builtin/merge.c:811
7301msgid "Empty commit message."
7302msgstr ""
7303
7304#: builtin/merge.c:823
7305#, c-format
7306msgid "Wonderful.\n"
7307msgstr ""
7308
7309#: builtin/merge.c:878
7310#, c-format
7311msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7312msgstr ""
7313
7314#: builtin/merge.c:894
7315#, c-format
7316msgid "'%s' is not a commit"
7317msgstr ""
7318
7319#: builtin/merge.c:935
7320msgid "No current branch."
7321msgstr ""
7322
7323#: builtin/merge.c:937
7324msgid "No remote for the current branch."
7325msgstr ""
7326
7327#: builtin/merge.c:939
7328msgid "No default upstream defined for the current branch."
7329msgstr ""
7330
7331#: builtin/merge.c:944
7332#, c-format
7333msgid "No remote-tracking branch for %s from %s"
7334msgstr ""
7335
7336#: builtin/merge.c:1081
7337#, c-format
7338msgid "could not close '%s'"
7339msgstr ""
7340
7341#: builtin/merge.c:1208
7342msgid "There is no merge to abort (MERGE_HEAD missing)."
7343msgstr ""
7344
7345#: builtin/merge.c:1224
7346msgid ""
7347"You have not concluded your merge (MERGE_HEAD exists).\n"
7348"Please, commit your changes before you merge."
7349msgstr ""
7350
7351#: builtin/merge.c:1231
7352msgid ""
7353"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7354"Please, commit your changes before you merge."
7355msgstr ""
7356
7357#: builtin/merge.c:1234
7358msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7359msgstr ""
7360
7361#: builtin/merge.c:1243
7362msgid "You cannot combine --squash with --no-ff."
7363msgstr ""
7364
7365#: builtin/merge.c:1251
7366msgid "No commit specified and merge.defaultToUpstream not set."
7367msgstr ""
7368
7369#: builtin/merge.c:1268
7370msgid "Squash commit into empty head not supported yet"
7371msgstr ""
7372
7373#: builtin/merge.c:1270
7374msgid "Non-fast-forward commit does not make sense into an empty head"
7375msgstr ""
7376
7377#: builtin/merge.c:1276
7378#, c-format
7379msgid "%s - not something we can merge"
7380msgstr ""
7381
7382#: builtin/merge.c:1278
7383msgid "Can merge only exactly one commit into empty head"
7384msgstr ""
7385
7386#: builtin/merge.c:1333
7387#, c-format
7388msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7389msgstr ""
7390
7391#: builtin/merge.c:1336
7392#, c-format
7393msgid "Commit %s has a bad GPG signature allegedly by %s."
7394msgstr ""
7395
7396#: builtin/merge.c:1339
7397#, c-format
7398msgid "Commit %s does not have a GPG signature."
7399msgstr ""
7400
7401#: builtin/merge.c:1342
7402#, c-format
7403msgid "Commit %s has a good GPG signature by %s\n"
7404msgstr ""
7405
7406#: builtin/merge.c:1423
7407#, c-format
7408msgid "Updating %s..%s\n"
7409msgstr ""
7410
7411#: builtin/merge.c:1462
7412#, c-format
7413msgid "Trying really trivial in-index merge...\n"
7414msgstr ""
7415
7416#: builtin/merge.c:1469
7417#, c-format
7418msgid "Nope.\n"
7419msgstr ""
7420
7421#: builtin/merge.c:1501
7422msgid "Not possible to fast-forward, aborting."
7423msgstr ""
7424
7425#: builtin/merge.c:1524 builtin/merge.c:1603
7426#, c-format
7427msgid "Rewinding the tree to pristine...\n"
7428msgstr ""
7429
7430#: builtin/merge.c:1528
7431#, c-format
7432msgid "Trying merge strategy %s...\n"
7433msgstr ""
7434
7435#: builtin/merge.c:1594
7436#, c-format
7437msgid "No merge strategy handled the merge.\n"
7438msgstr ""
7439
7440#: builtin/merge.c:1596
7441#, c-format
7442msgid "Merge with strategy %s failed.\n"
7443msgstr ""
7444
7445#: builtin/merge.c:1605
7446#, c-format
7447msgid "Using the %s to prepare resolving by hand.\n"
7448msgstr ""
7449
7450#: builtin/merge.c:1617
7451#, c-format
7452msgid "Automatic merge went well; stopped before committing as requested\n"
7453msgstr ""
7454
7455#: builtin/merge-base.c:29
7456msgid "git merge-base [-a | --all] <commit> <commit>..."
7457msgstr ""
7458
7459#: builtin/merge-base.c:30
7460msgid "git merge-base [-a | --all] --octopus <commit>..."
7461msgstr ""
7462
7463#: builtin/merge-base.c:31
7464msgid "git merge-base --independent <commit>..."
7465msgstr ""
7466
7467#: builtin/merge-base.c:32
7468msgid "git merge-base --is-ancestor <commit> <commit>"
7469msgstr ""
7470
7471#: builtin/merge-base.c:33
7472msgid "git merge-base --fork-point <ref> [<commit>]"
7473msgstr ""
7474
7475#: builtin/merge-base.c:214
7476msgid "output all common ancestors"
7477msgstr ""
7478
7479#: builtin/merge-base.c:216
7480msgid "find ancestors for a single n-way merge"
7481msgstr ""
7482
7483#: builtin/merge-base.c:218
7484msgid "list revs not reachable from others"
7485msgstr ""
7486
7487#: builtin/merge-base.c:220
7488msgid "is the first one ancestor of the other?"
7489msgstr ""
7490
7491#: builtin/merge-base.c:222
7492msgid "find where <commit> forked from reflog of <ref>"
7493msgstr ""
7494
7495#: builtin/merge-file.c:8
7496msgid ""
7497"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
7498"<orig-file> <file2>"
7499msgstr ""
7500
7501#: builtin/merge-file.c:33
7502msgid "send results to standard output"
7503msgstr ""
7504
7505#: builtin/merge-file.c:34
7506msgid "use a diff3 based merge"
7507msgstr ""
7508
7509#: builtin/merge-file.c:35
7510msgid "for conflicts, use our version"
7511msgstr ""
7512
7513#: builtin/merge-file.c:37
7514msgid "for conflicts, use their version"
7515msgstr ""
7516
7517#: builtin/merge-file.c:39
7518msgid "for conflicts, use a union version"
7519msgstr ""
7520
7521#: builtin/merge-file.c:42
7522msgid "for conflicts, use this marker size"
7523msgstr ""
7524
7525#: builtin/merge-file.c:43
7526msgid "do not warn about conflicts"
7527msgstr ""
7528
7529#: builtin/merge-file.c:45
7530msgid "set labels for file1/orig-file/file2"
7531msgstr ""
7532
7533#: builtin/mktree.c:64
7534msgid "git mktree [-z] [--missing] [--batch]"
7535msgstr ""
7536
7537#: builtin/mktree.c:150
7538msgid "input is NUL terminated"
7539msgstr ""
7540
7541#: builtin/mktree.c:151 builtin/write-tree.c:24
7542msgid "allow missing objects"
7543msgstr ""
7544
7545#: builtin/mktree.c:152
7546msgid "allow creation of more than one tree"
7547msgstr ""
7548
7549#: builtin/mv.c:15
7550msgid "git mv [<options>] <source>... <destination>"
7551msgstr ""
7552
7553#: builtin/mv.c:69
7554#, c-format
7555msgid "Directory %s is in index and no submodule?"
7556msgstr ""
7557
7558#: builtin/mv.c:71
7559msgid "Please stage your changes to .gitmodules or stash them to proceed"
7560msgstr ""
7561
7562#: builtin/mv.c:89
7563#, c-format
7564msgid "%.*s is in index"
7565msgstr ""
7566
7567#: builtin/mv.c:111
7568msgid "force move/rename even if target exists"
7569msgstr ""
7570
7571#: builtin/mv.c:112
7572msgid "skip move/rename errors"
7573msgstr ""
7574
7575#: builtin/mv.c:151
7576#, c-format
7577msgid "destination '%s' is not a directory"
7578msgstr ""
7579
7580#: builtin/mv.c:162
7581#, c-format
7582msgid "Checking rename of '%s' to '%s'\n"
7583msgstr ""
7584
7585#: builtin/mv.c:166
7586msgid "bad source"
7587msgstr ""
7588
7589#: builtin/mv.c:169
7590msgid "can not move directory into itself"
7591msgstr ""
7592
7593#: builtin/mv.c:172
7594msgid "cannot move directory over file"
7595msgstr ""
7596
7597#: builtin/mv.c:181
7598msgid "source directory is empty"
7599msgstr ""
7600
7601#: builtin/mv.c:206
7602msgid "not under version control"
7603msgstr ""
7604
7605#: builtin/mv.c:209
7606msgid "destination exists"
7607msgstr ""
7608
7609#: builtin/mv.c:217
7610#, c-format
7611msgid "overwriting '%s'"
7612msgstr ""
7613
7614#: builtin/mv.c:220
7615msgid "Cannot overwrite"
7616msgstr ""
7617
7618#: builtin/mv.c:223
7619msgid "multiple sources for the same target"
7620msgstr ""
7621
7622#: builtin/mv.c:225
7623msgid "destination directory does not exist"
7624msgstr ""
7625
7626#: builtin/mv.c:232
7627#, c-format
7628msgid "%s, source=%s, destination=%s"
7629msgstr ""
7630
7631#: builtin/mv.c:253
7632#, c-format
7633msgid "Renaming %s to %s\n"
7634msgstr ""
7635
7636#: builtin/mv.c:256 builtin/remote.c:722 builtin/repack.c:362
7637#, c-format
7638msgid "renaming '%s' failed"
7639msgstr ""
7640
7641#: builtin/name-rev.c:255
7642msgid "git name-rev [<options>] <commit>..."
7643msgstr ""
7644
7645#: builtin/name-rev.c:256
7646msgid "git name-rev [<options>] --all"
7647msgstr ""
7648
7649#: builtin/name-rev.c:257
7650msgid "git name-rev [<options>] --stdin"
7651msgstr ""
7652
7653#: builtin/name-rev.c:309
7654msgid "print only names (no SHA-1)"
7655msgstr ""
7656
7657#: builtin/name-rev.c:310
7658msgid "only use tags to name the commits"
7659msgstr ""
7660
7661#: builtin/name-rev.c:312
7662msgid "only use refs matching <pattern>"
7663msgstr ""
7664
7665#: builtin/name-rev.c:314
7666msgid "list all commits reachable from all refs"
7667msgstr ""
7668
7669#: builtin/name-rev.c:315
7670msgid "read from stdin"
7671msgstr ""
7672
7673#: builtin/name-rev.c:316
7674msgid "allow to print `undefined` names (default)"
7675msgstr ""
7676
7677#: builtin/name-rev.c:322
7678msgid "dereference tags in the input (internal use)"
7679msgstr ""
7680
7681#: builtin/notes.c:25
7682msgid "git notes [--ref <notes-ref>] [list [<object>]]"
7683msgstr ""
7684
7685#: builtin/notes.c:26
7686msgid ""
7687"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7688"| (-c | -C) <object>] [<object>]"
7689msgstr ""
7690
7691#: builtin/notes.c:27
7692msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
7693msgstr ""
7694
7695#: builtin/notes.c:28
7696msgid ""
7697"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
7698"(-c | -C) <object>] [<object>]"
7699msgstr ""
7700
7701#: builtin/notes.c:29
7702msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
7703msgstr ""
7704
7705#: builtin/notes.c:30
7706msgid "git notes [--ref <notes-ref>] show [<object>]"
7707msgstr ""
7708
7709#: builtin/notes.c:31
7710msgid ""
7711"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
7712msgstr ""
7713
7714#: builtin/notes.c:32
7715msgid "git notes merge --commit [-v | -q]"
7716msgstr ""
7717
7718#: builtin/notes.c:33
7719msgid "git notes merge --abort [-v | -q]"
7720msgstr ""
7721
7722#: builtin/notes.c:34
7723msgid "git notes [--ref <notes-ref>] remove [<object>...]"
7724msgstr ""
7725
7726#: builtin/notes.c:35
7727msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
7728msgstr ""
7729
7730#: builtin/notes.c:36
7731msgid "git notes [--ref <notes-ref>] get-ref"
7732msgstr ""
7733
7734#: builtin/notes.c:41
7735msgid "git notes [list [<object>]]"
7736msgstr ""
7737
7738#: builtin/notes.c:46
7739msgid "git notes add [<options>] [<object>]"
7740msgstr ""
7741
7742#: builtin/notes.c:51
7743msgid "git notes copy [<options>] <from-object> <to-object>"
7744msgstr ""
7745
7746#: builtin/notes.c:52
7747msgid "git notes copy --stdin [<from-object> <to-object>]..."
7748msgstr ""
7749
7750#: builtin/notes.c:57
7751msgid "git notes append [<options>] [<object>]"
7752msgstr ""
7753
7754#: builtin/notes.c:62
7755msgid "git notes edit [<object>]"
7756msgstr ""
7757
7758#: builtin/notes.c:67
7759msgid "git notes show [<object>]"
7760msgstr ""
7761
7762#: builtin/notes.c:72
7763msgid "git notes merge [<options>] <notes-ref>"
7764msgstr ""
7765
7766#: builtin/notes.c:73
7767msgid "git notes merge --commit [<options>]"
7768msgstr ""
7769
7770#: builtin/notes.c:74
7771msgid "git notes merge --abort [<options>]"
7772msgstr ""
7773
7774#: builtin/notes.c:79
7775msgid "git notes remove [<object>]"
7776msgstr ""
7777
7778#: builtin/notes.c:84
7779msgid "git notes prune [<options>]"
7780msgstr ""
7781
7782#: builtin/notes.c:89
7783msgid "git notes get-ref"
7784msgstr ""
7785
7786#: builtin/notes.c:147
7787#, c-format
7788msgid "unable to start 'show' for object '%s'"
7789msgstr ""
7790
7791#: builtin/notes.c:151
7792msgid "could not read 'show' output"
7793msgstr ""
7794
7795#: builtin/notes.c:159
7796#, c-format
7797msgid "failed to finish 'show' for object '%s'"
7798msgstr ""
7799
7800#: builtin/notes.c:174 builtin/tag.c:477
7801#, c-format
7802msgid "could not create file '%s'"
7803msgstr ""
7804
7805#: builtin/notes.c:193
7806msgid "Please supply the note contents using either -m or -F option"
7807msgstr ""
7808
7809#: builtin/notes.c:202
7810msgid "unable to write note object"
7811msgstr ""
7812
7813#: builtin/notes.c:204
7814#, c-format
7815msgid "The note contents have been left in %s"
7816msgstr ""
7817
7818#: builtin/notes.c:232 builtin/tag.c:695
7819#, c-format
7820msgid "cannot read '%s'"
7821msgstr ""
7822
7823#: builtin/notes.c:234 builtin/tag.c:698
7824#, c-format
7825msgid "could not open or read '%s'"
7826msgstr ""
7827
7828#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:306
7829#: builtin/notes.c:366 builtin/notes.c:421 builtin/notes.c:507
7830#: builtin/notes.c:512 builtin/notes.c:590 builtin/notes.c:653
7831#: builtin/notes.c:877 builtin/tag.c:711
7832#, c-format
7833msgid "Failed to resolve '%s' as a valid ref."
7834msgstr ""
7835
7836#: builtin/notes.c:256
7837#, c-format
7838msgid "Failed to read object '%s'."
7839msgstr ""
7840
7841#: builtin/notes.c:260
7842#, c-format
7843msgid "Cannot read note data from non-blob object '%s'."
7844msgstr ""
7845
7846#: builtin/notes.c:359 builtin/notes.c:414 builtin/notes.c:490
7847#: builtin/notes.c:502 builtin/notes.c:578 builtin/notes.c:646
7848#: builtin/notes.c:942
7849msgid "too many parameters"
7850msgstr ""
7851
7852#: builtin/notes.c:372 builtin/notes.c:659
7853#, c-format
7854msgid "No note found for object %s."
7855msgstr ""
7856
7857#: builtin/notes.c:393 builtin/notes.c:556
7858msgid "note contents as a string"
7859msgstr ""
7860
7861#: builtin/notes.c:396 builtin/notes.c:559
7862msgid "note contents in a file"
7863msgstr ""
7864
7865#: builtin/notes.c:398 builtin/notes.c:401 builtin/notes.c:561
7866#: builtin/notes.c:564 builtin/tag.c:630
7867msgid "object"
7868msgstr ""
7869
7870#: builtin/notes.c:399 builtin/notes.c:562
7871msgid "reuse and edit specified note object"
7872msgstr ""
7873
7874#: builtin/notes.c:402 builtin/notes.c:565
7875msgid "reuse specified note object"
7876msgstr ""
7877
7878#: builtin/notes.c:405 builtin/notes.c:568
7879msgid "allow storing empty note"
7880msgstr ""
7881
7882#: builtin/notes.c:406 builtin/notes.c:477
7883msgid "replace existing notes"
7884msgstr ""
7885
7886#: builtin/notes.c:431
7887#, c-format
7888msgid ""
7889"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7890"existing notes"
7891msgstr ""
7892
7893#: builtin/notes.c:446 builtin/notes.c:525
7894#, c-format
7895msgid "Overwriting existing notes for object %s\n"
7896msgstr ""
7897
7898#: builtin/notes.c:457 builtin/notes.c:618 builtin/notes.c:882
7899#, c-format
7900msgid "Removing note for object %s\n"
7901msgstr ""
7902
7903#: builtin/notes.c:478
7904msgid "read objects from stdin"
7905msgstr ""
7906
7907#: builtin/notes.c:480
7908msgid "load rewriting config for <command> (implies --stdin)"
7909msgstr ""
7910
7911#: builtin/notes.c:498
7912msgid "too few parameters"
7913msgstr ""
7914
7915#: builtin/notes.c:519
7916#, c-format
7917msgid ""
7918"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7919"existing notes"
7920msgstr ""
7921
7922#: builtin/notes.c:531
7923#, c-format
7924msgid "Missing notes on source object %s. Cannot copy."
7925msgstr ""
7926
7927#: builtin/notes.c:583
7928#, c-format
7929msgid ""
7930"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7931"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7932msgstr ""
7933
7934#: builtin/notes.c:764
7935msgid "General options"
7936msgstr ""
7937
7938#: builtin/notes.c:766
7939msgid "Merge options"
7940msgstr ""
7941
7942#: builtin/notes.c:768
7943msgid ""
7944"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7945"cat_sort_uniq)"
7946msgstr ""
7947
7948#: builtin/notes.c:770
7949msgid "Committing unmerged notes"
7950msgstr ""
7951
7952#: builtin/notes.c:772
7953msgid "finalize notes merge by committing unmerged notes"
7954msgstr ""
7955
7956#: builtin/notes.c:774
7957msgid "Aborting notes merge resolution"
7958msgstr ""
7959
7960#: builtin/notes.c:776
7961msgid "abort notes merge"
7962msgstr ""
7963
7964#: builtin/notes.c:853
7965#, c-format
7966msgid "A notes merge into %s is already in-progress at %s"
7967msgstr ""
7968
7969#: builtin/notes.c:880
7970#, c-format
7971msgid "Object %s has no note\n"
7972msgstr ""
7973
7974#: builtin/notes.c:892
7975msgid "attempt to remove non-existent note is not an error"
7976msgstr ""
7977
7978#: builtin/notes.c:895
7979msgid "read object names from the standard input"
7980msgstr ""
7981
7982#: builtin/notes.c:976
7983msgid "notes-ref"
7984msgstr ""
7985
7986#: builtin/notes.c:977
7987msgid "use notes from <notes-ref>"
7988msgstr ""
7989
7990#: builtin/notes.c:1012 builtin/remote.c:1588
7991#, c-format
7992msgid "Unknown subcommand: %s"
7993msgstr ""
7994
7995#: builtin/pack-objects.c:28
7996msgid ""
7997"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
7998msgstr ""
7999
8000#: builtin/pack-objects.c:29
8001msgid ""
8002"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8003msgstr ""
8004
8005#: builtin/pack-objects.c:175 builtin/pack-objects.c:178
8006#, c-format
8007msgid "deflate error (%d)"
8008msgstr ""
8009
8010#: builtin/pack-objects.c:771
8011msgid "Writing objects"
8012msgstr ""
8013
8014#: builtin/pack-objects.c:1011
8015msgid "disabling bitmap writing, as some objects are not being packed"
8016msgstr ""
8017
8018#: builtin/pack-objects.c:2171
8019msgid "Compressing objects"
8020msgstr ""
8021
8022#: builtin/pack-objects.c:2568
8023#, c-format
8024msgid "unsupported index version %s"
8025msgstr ""
8026
8027#: builtin/pack-objects.c:2572
8028#, c-format
8029msgid "bad index version '%s'"
8030msgstr ""
8031
8032#: builtin/pack-objects.c:2602
8033msgid "do not show progress meter"
8034msgstr ""
8035
8036#: builtin/pack-objects.c:2604
8037msgid "show progress meter"
8038msgstr ""
8039
8040#: builtin/pack-objects.c:2606
8041msgid "show progress meter during object writing phase"
8042msgstr ""
8043
8044#: builtin/pack-objects.c:2609
8045msgid "similar to --all-progress when progress meter is shown"
8046msgstr ""
8047
8048#: builtin/pack-objects.c:2610
8049msgid "version[,offset]"
8050msgstr ""
8051
8052#: builtin/pack-objects.c:2611
8053msgid "write the pack index file in the specified idx format version"
8054msgstr ""
8055
8056#: builtin/pack-objects.c:2614
8057msgid "maximum size of each output pack file"
8058msgstr ""
8059
8060#: builtin/pack-objects.c:2616
8061msgid "ignore borrowed objects from alternate object store"
8062msgstr ""
8063
8064#: builtin/pack-objects.c:2618
8065msgid "ignore packed objects"
8066msgstr ""
8067
8068#: builtin/pack-objects.c:2620
8069msgid "limit pack window by objects"
8070msgstr ""
8071
8072#: builtin/pack-objects.c:2622
8073msgid "limit pack window by memory in addition to object limit"
8074msgstr ""
8075
8076#: builtin/pack-objects.c:2624
8077msgid "maximum length of delta chain allowed in the resulting pack"
8078msgstr ""
8079
8080#: builtin/pack-objects.c:2626
8081msgid "reuse existing deltas"
8082msgstr ""
8083
8084#: builtin/pack-objects.c:2628
8085msgid "reuse existing objects"
8086msgstr ""
8087
8088#: builtin/pack-objects.c:2630
8089msgid "use OFS_DELTA objects"
8090msgstr ""
8091
8092#: builtin/pack-objects.c:2632
8093msgid "use threads when searching for best delta matches"
8094msgstr ""
8095
8096#: builtin/pack-objects.c:2634
8097msgid "do not create an empty pack output"
8098msgstr ""
8099
8100#: builtin/pack-objects.c:2636
8101msgid "read revision arguments from standard input"
8102msgstr ""
8103
8104#: builtin/pack-objects.c:2638
8105msgid "limit the objects to those that are not yet packed"
8106msgstr ""
8107
8108#: builtin/pack-objects.c:2641
8109msgid "include objects reachable from any reference"
8110msgstr ""
8111
8112#: builtin/pack-objects.c:2644
8113msgid "include objects referred by reflog entries"
8114msgstr ""
8115
8116#: builtin/pack-objects.c:2647
8117msgid "include objects referred to by the index"
8118msgstr ""
8119
8120#: builtin/pack-objects.c:2650
8121msgid "output pack to stdout"
8122msgstr ""
8123
8124#: builtin/pack-objects.c:2652
8125msgid "include tag objects that refer to objects to be packed"
8126msgstr ""
8127
8128#: builtin/pack-objects.c:2654
8129msgid "keep unreachable objects"
8130msgstr ""
8131
8132#: builtin/pack-objects.c:2655 parse-options.h:142
8133msgid "time"
8134msgstr ""
8135
8136#: builtin/pack-objects.c:2656
8137msgid "unpack unreachable objects newer than <time>"
8138msgstr ""
8139
8140#: builtin/pack-objects.c:2659
8141msgid "create thin packs"
8142msgstr ""
8143
8144#: builtin/pack-objects.c:2661
8145msgid "create packs suitable for shallow fetches"
8146msgstr ""
8147
8148#: builtin/pack-objects.c:2663
8149msgid "ignore packs that have companion .keep file"
8150msgstr ""
8151
8152#: builtin/pack-objects.c:2665
8153msgid "pack compression level"
8154msgstr ""
8155
8156#: builtin/pack-objects.c:2667
8157msgid "do not hide commits by grafts"
8158msgstr ""
8159
8160#: builtin/pack-objects.c:2669
8161msgid "use a bitmap index if available to speed up counting objects"
8162msgstr ""
8163
8164#: builtin/pack-objects.c:2671
8165msgid "write a bitmap index together with the pack index"
8166msgstr ""
8167
8168#: builtin/pack-objects.c:2762
8169msgid "Counting objects"
8170msgstr ""
8171
8172#: builtin/pack-refs.c:6
8173msgid "git pack-refs [<options>]"
8174msgstr ""
8175
8176#: builtin/pack-refs.c:14
8177msgid "pack everything"
8178msgstr ""
8179
8180#: builtin/pack-refs.c:15
8181msgid "prune loose refs (default)"
8182msgstr ""
8183
8184#: builtin/prune-packed.c:7
8185msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8186msgstr ""
8187
8188#: builtin/prune-packed.c:40
8189msgid "Removing duplicate objects"
8190msgstr ""
8191
8192#: builtin/prune.c:11
8193msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8194msgstr ""
8195
8196#: builtin/prune.c:105 builtin/worktree.c:121
8197msgid "do not remove, show only"
8198msgstr ""
8199
8200#: builtin/prune.c:106 builtin/worktree.c:122
8201msgid "report pruned objects"
8202msgstr ""
8203
8204#: builtin/prune.c:109 builtin/worktree.c:124
8205msgid "expire objects older than <time>"
8206msgstr ""
8207
8208#: builtin/pull.c:69
8209msgid "git pull [options] [<repository> [<refspec>...]]"
8210msgstr ""
8211
8212#: builtin/pull.c:113
8213msgid "Options related to merging"
8214msgstr ""
8215
8216#: builtin/pull.c:116
8217msgid "incorporate changes by rebasing rather than merging"
8218msgstr ""
8219
8220#: builtin/pull.c:140 builtin/revert.c:105
8221msgid "allow fast-forward"
8222msgstr ""
8223
8224#: builtin/pull.c:146
8225msgid "verify that the named commit has a valid GPG signature"
8226msgstr ""
8227
8228#: builtin/pull.c:160
8229msgid "Options related to fetching"
8230msgstr ""
8231
8232#: builtin/pull.c:268
8233#, c-format
8234msgid "Invalid value for pull.ff: %s"
8235msgstr ""
8236
8237#: builtin/pull.c:352
8238msgid "Cannot pull with rebase: You have unstaged changes."
8239msgstr ""
8240
8241#: builtin/pull.c:358
8242msgid "Additionally, your index contains uncommitted changes."
8243msgstr ""
8244
8245#: builtin/pull.c:360
8246msgid "Cannot pull with rebase: Your index contains uncommitted changes."
8247msgstr ""
8248
8249#: builtin/pull.c:436
8250msgid ""
8251"There is no candidate for rebasing against among the refs that you just "
8252"fetched."
8253msgstr ""
8254
8255#: builtin/pull.c:438
8256msgid ""
8257"There are no candidates for merging among the refs that you just fetched."
8258msgstr ""
8259
8260#: builtin/pull.c:439
8261msgid ""
8262"Generally this means that you provided a wildcard refspec which had no\n"
8263"matches on the remote end."
8264msgstr ""
8265
8266#: builtin/pull.c:442
8267#, c-format
8268msgid ""
8269"You asked to pull from the remote '%s', but did not specify\n"
8270"a branch. Because this is not the default configured remote\n"
8271"for your current branch, you must specify a branch on the command line."
8272msgstr ""
8273
8274#: builtin/pull.c:447
8275msgid "You are not currently on a branch."
8276msgstr ""
8277
8278#: builtin/pull.c:449 builtin/pull.c:464
8279msgid "Please specify which branch you want to rebase against."
8280msgstr ""
8281
8282#: builtin/pull.c:451 builtin/pull.c:466
8283msgid "Please specify which branch you want to merge with."
8284msgstr ""
8285
8286#: builtin/pull.c:452 builtin/pull.c:467
8287msgid "See git-pull(1) for details."
8288msgstr ""
8289
8290#: builtin/pull.c:462
8291msgid "There is no tracking information for the current branch."
8292msgstr ""
8293
8294#: builtin/pull.c:471
8295#, c-format
8296msgid ""
8297"If you wish to set tracking information for this branch you can do so with:\n"
8298"\n"
8299"    git branch --set-upstream-to=%s/<branch> %s\n"
8300msgstr ""
8301
8302#: builtin/pull.c:476
8303#, c-format
8304msgid ""
8305"Your configuration specifies to merge with the ref '%s'\n"
8306"from the remote, but no such ref was fetched."
8307msgstr ""
8308
8309#: builtin/pull.c:830
8310msgid "Updating an unborn branch with changes added to the index."
8311msgstr ""
8312
8313#: builtin/pull.c:859
8314#, c-format
8315msgid ""
8316"fetch updated the current branch head.\n"
8317"fast-forwarding your working tree from\n"
8318"commit %s."
8319msgstr ""
8320
8321#: builtin/pull.c:864
8322#, c-format
8323msgid ""
8324"Cannot fast-forward your working tree.\n"
8325"After making sure that you saved anything precious from\n"
8326"$ git diff %s\n"
8327"output, run\n"
8328"$ git reset --hard\n"
8329"to recover."
8330msgstr ""
8331
8332#: builtin/pull.c:879
8333msgid "Cannot merge multiple branches into empty head."
8334msgstr ""
8335
8336#: builtin/pull.c:883
8337msgid "Cannot rebase onto multiple branches."
8338msgstr ""
8339
8340#: builtin/push.c:15
8341msgid "git push [<options>] [<repository> [<refspec>...]]"
8342msgstr ""
8343
8344#: builtin/push.c:86
8345msgid "tag shorthand without <tag>"
8346msgstr ""
8347
8348#: builtin/push.c:96
8349msgid "--delete only accepts plain target ref names"
8350msgstr ""
8351
8352#: builtin/push.c:140
8353msgid ""
8354"\n"
8355"To choose either option permanently, see push.default in 'git help config'."
8356msgstr ""
8357
8358#: builtin/push.c:143
8359#, c-format
8360msgid ""
8361"The upstream branch of your current branch does not match\n"
8362"the name of your current branch.  To push to the upstream branch\n"
8363"on the remote, use\n"
8364"\n"
8365"    git push %s HEAD:%s\n"
8366"\n"
8367"To push to the branch of the same name on the remote, use\n"
8368"\n"
8369"    git push %s %s\n"
8370"%s"
8371msgstr ""
8372
8373#: builtin/push.c:158
8374#, c-format
8375msgid ""
8376"You are not currently on a branch.\n"
8377"To push the history leading to the current (detached HEAD)\n"
8378"state now, use\n"
8379"\n"
8380"    git push %s HEAD:<name-of-remote-branch>\n"
8381msgstr ""
8382
8383#: builtin/push.c:172
8384#, c-format
8385msgid ""
8386"The current branch %s has no upstream branch.\n"
8387"To push the current branch and set the remote as upstream, use\n"
8388"\n"
8389"    git push --set-upstream %s %s\n"
8390msgstr ""
8391
8392#: builtin/push.c:180
8393#, c-format
8394msgid "The current branch %s has multiple upstream branches, refusing to push."
8395msgstr ""
8396
8397#: builtin/push.c:183
8398#, c-format
8399msgid ""
8400"You are pushing to remote '%s', which is not the upstream of\n"
8401"your current branch '%s', without telling me what to push\n"
8402"to update which remote branch."
8403msgstr ""
8404
8405#: builtin/push.c:206
8406msgid ""
8407"push.default is unset; its implicit value has changed in\n"
8408"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
8409"and maintain the traditional behavior, use:\n"
8410"\n"
8411"  git config --global push.default matching\n"
8412"\n"
8413"To squelch this message and adopt the new behavior now, use:\n"
8414"\n"
8415"  git config --global push.default simple\n"
8416"\n"
8417"When push.default is set to 'matching', git will push local branches\n"
8418"to the remote branches that already exist with the same name.\n"
8419"\n"
8420"Since Git 2.0, Git defaults to the more conservative 'simple'\n"
8421"behavior, which only pushes the current branch to the corresponding\n"
8422"remote branch that 'git pull' uses to update the current branch.\n"
8423"\n"
8424"See 'git help config' and search for 'push.default' for further "
8425"information.\n"
8426"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
8427"'current' instead of 'simple' if you sometimes use older versions of Git)"
8428msgstr ""
8429
8430#: builtin/push.c:273
8431msgid ""
8432"You didn't specify any refspecs to push, and push.default is \"nothing\"."
8433msgstr ""
8434
8435#: builtin/push.c:280
8436msgid ""
8437"Updates were rejected because the tip of your current branch is behind\n"
8438"its remote counterpart. Integrate the remote changes (e.g.\n"
8439"'git pull ...') before pushing again.\n"
8440"See the 'Note about fast-forwards' in 'git push --help' for details."
8441msgstr ""
8442
8443#: builtin/push.c:286
8444msgid ""
8445"Updates were rejected because a pushed branch tip is behind its remote\n"
8446"counterpart. Check out this branch and integrate the remote changes\n"
8447"(e.g. 'git pull ...') before pushing again.\n"
8448"See the 'Note about fast-forwards' in 'git push --help' for details."
8449msgstr ""
8450
8451#: builtin/push.c:292
8452msgid ""
8453"Updates were rejected because the remote contains work that you do\n"
8454"not have locally. This is usually caused by another repository pushing\n"
8455"to the same ref. You may want to first integrate the remote changes\n"
8456"(e.g., 'git pull ...') before pushing again.\n"
8457"See the 'Note about fast-forwards' in 'git push --help' for details."
8458msgstr ""
8459
8460#: builtin/push.c:299
8461msgid "Updates were rejected because the tag already exists in the remote."
8462msgstr ""
8463
8464#: builtin/push.c:302
8465msgid ""
8466"You cannot update a remote ref that points at a non-commit object,\n"
8467"or update a remote ref to make it point at a non-commit object,\n"
8468"without using the '--force' option.\n"
8469msgstr ""
8470
8471#: builtin/push.c:361
8472#, c-format
8473msgid "Pushing to %s\n"
8474msgstr ""
8475
8476#: builtin/push.c:365
8477#, c-format
8478msgid "failed to push some refs to '%s'"
8479msgstr ""
8480
8481#: builtin/push.c:395
8482#, c-format
8483msgid "bad repository '%s'"
8484msgstr ""
8485
8486#: builtin/push.c:396
8487msgid ""
8488"No configured push destination.\n"
8489"Either specify the URL from the command-line or configure a remote "
8490"repository using\n"
8491"\n"
8492"    git remote add <name> <url>\n"
8493"\n"
8494"and then push using the remote name\n"
8495"\n"
8496"    git push <name>\n"
8497msgstr ""
8498
8499#: builtin/push.c:411
8500msgid "--all and --tags are incompatible"
8501msgstr ""
8502
8503#: builtin/push.c:412
8504msgid "--all can't be combined with refspecs"
8505msgstr ""
8506
8507#: builtin/push.c:417
8508msgid "--mirror and --tags are incompatible"
8509msgstr ""
8510
8511#: builtin/push.c:418
8512msgid "--mirror can't be combined with refspecs"
8513msgstr ""
8514
8515#: builtin/push.c:423
8516msgid "--all and --mirror are incompatible"
8517msgstr ""
8518
8519#: builtin/push.c:539
8520msgid "repository"
8521msgstr ""
8522
8523#: builtin/push.c:540 builtin/send-pack.c:161
8524msgid "push all refs"
8525msgstr ""
8526
8527#: builtin/push.c:541 builtin/send-pack.c:163
8528msgid "mirror all refs"
8529msgstr ""
8530
8531#: builtin/push.c:543
8532msgid "delete refs"
8533msgstr ""
8534
8535#: builtin/push.c:544
8536msgid "push tags (can't be used with --all or --mirror)"
8537msgstr ""
8538
8539#: builtin/push.c:547 builtin/send-pack.c:164
8540msgid "force updates"
8541msgstr ""
8542
8543#: builtin/push.c:549 builtin/send-pack.c:175
8544msgid "refname>:<expect"
8545msgstr ""
8546
8547#: builtin/push.c:550 builtin/send-pack.c:176
8548msgid "require old value of ref to be at this value"
8549msgstr ""
8550
8551#: builtin/push.c:553
8552msgid "control recursive pushing of submodules"
8553msgstr ""
8554
8555#: builtin/push.c:555 builtin/send-pack.c:169
8556msgid "use thin pack"
8557msgstr ""
8558
8559#: builtin/push.c:556 builtin/push.c:557 builtin/send-pack.c:158
8560#: builtin/send-pack.c:159
8561msgid "receive pack program"
8562msgstr ""
8563
8564#: builtin/push.c:558
8565msgid "set upstream for git pull/status"
8566msgstr ""
8567
8568#: builtin/push.c:561
8569msgid "prune locally removed refs"
8570msgstr ""
8571
8572#: builtin/push.c:563
8573msgid "bypass pre-push hook"
8574msgstr ""
8575
8576#: builtin/push.c:564
8577msgid "push missing but relevant tags"
8578msgstr ""
8579
8580#: builtin/push.c:567 builtin/send-pack.c:166
8581msgid "GPG sign the push"
8582msgstr ""
8583
8584#: builtin/push.c:569 builtin/send-pack.c:170
8585msgid "request atomic transaction on remote side"
8586msgstr ""
8587
8588#: builtin/push.c:579
8589msgid "--delete is incompatible with --all, --mirror and --tags"
8590msgstr ""
8591
8592#: builtin/push.c:581
8593msgid "--delete doesn't make sense without any refs"
8594msgstr ""
8595
8596#: builtin/read-tree.c:37
8597msgid ""
8598"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
8599"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8600"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
8601msgstr ""
8602
8603#: builtin/read-tree.c:110
8604msgid "write resulting index to <file>"
8605msgstr ""
8606
8607#: builtin/read-tree.c:113
8608msgid "only empty the index"
8609msgstr ""
8610
8611#: builtin/read-tree.c:115
8612msgid "Merging"
8613msgstr ""
8614
8615#: builtin/read-tree.c:117
8616msgid "perform a merge in addition to a read"
8617msgstr ""
8618
8619#: builtin/read-tree.c:119
8620msgid "3-way merge if no file level merging required"
8621msgstr ""
8622
8623#: builtin/read-tree.c:121
8624msgid "3-way merge in presence of adds and removes"
8625msgstr ""
8626
8627#: builtin/read-tree.c:123
8628msgid "same as -m, but discard unmerged entries"
8629msgstr ""
8630
8631#: builtin/read-tree.c:124
8632msgid "<subdirectory>/"
8633msgstr ""
8634
8635#: builtin/read-tree.c:125
8636msgid "read the tree into the index under <subdirectory>/"
8637msgstr ""
8638
8639#: builtin/read-tree.c:128
8640msgid "update working tree with merge result"
8641msgstr ""
8642
8643#: builtin/read-tree.c:130
8644msgid "gitignore"
8645msgstr ""
8646
8647#: builtin/read-tree.c:131
8648msgid "allow explicitly ignored files to be overwritten"
8649msgstr ""
8650
8651#: builtin/read-tree.c:134
8652msgid "don't check the working tree after merging"
8653msgstr ""
8654
8655#: builtin/read-tree.c:135
8656msgid "don't update the index or the work tree"
8657msgstr ""
8658
8659#: builtin/read-tree.c:137
8660msgid "skip applying sparse checkout filter"
8661msgstr ""
8662
8663#: builtin/read-tree.c:139
8664msgid "debug unpack-trees"
8665msgstr ""
8666
8667#: builtin/reflog.c:432
8668#, c-format
8669msgid "'%s' for '%s' is not a valid timestamp"
8670msgstr ""
8671
8672#: builtin/reflog.c:549 builtin/reflog.c:554
8673#, c-format
8674msgid "'%s' is not a valid timestamp"
8675msgstr ""
8676
8677#: builtin/remote.c:12
8678msgid "git remote [-v | --verbose]"
8679msgstr ""
8680
8681#: builtin/remote.c:13
8682msgid ""
8683"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
8684"mirror=<fetch|push>] <name> <url>"
8685msgstr ""
8686
8687#: builtin/remote.c:14 builtin/remote.c:33
8688msgid "git remote rename <old> <new>"
8689msgstr ""
8690
8691#: builtin/remote.c:15 builtin/remote.c:38
8692msgid "git remote remove <name>"
8693msgstr ""
8694
8695#: builtin/remote.c:16 builtin/remote.c:43
8696msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8697msgstr ""
8698
8699#: builtin/remote.c:17
8700msgid "git remote [-v | --verbose] show [-n] <name>"
8701msgstr ""
8702
8703#: builtin/remote.c:18
8704msgid "git remote prune [-n | --dry-run] <name>"
8705msgstr ""
8706
8707#: builtin/remote.c:19
8708msgid ""
8709"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8710msgstr ""
8711
8712#: builtin/remote.c:20
8713msgid "git remote set-branches [--add] <name> <branch>..."
8714msgstr ""
8715
8716#: builtin/remote.c:21 builtin/remote.c:69
8717msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
8718msgstr ""
8719
8720#: builtin/remote.c:22 builtin/remote.c:70
8721msgid "git remote set-url --add <name> <newurl>"
8722msgstr ""
8723
8724#: builtin/remote.c:23 builtin/remote.c:71
8725msgid "git remote set-url --delete <name> <url>"
8726msgstr ""
8727
8728#: builtin/remote.c:28
8729msgid "git remote add [<options>] <name> <url>"
8730msgstr ""
8731
8732#: builtin/remote.c:48
8733msgid "git remote set-branches <name> <branch>..."
8734msgstr ""
8735
8736#: builtin/remote.c:49
8737msgid "git remote set-branches --add <name> <branch>..."
8738msgstr ""
8739
8740#: builtin/remote.c:54
8741msgid "git remote show [<options>] <name>"
8742msgstr ""
8743
8744#: builtin/remote.c:59
8745msgid "git remote prune [<options>] <name>"
8746msgstr ""
8747
8748#: builtin/remote.c:64
8749msgid "git remote update [<options>] [<group> | <remote>]..."
8750msgstr ""
8751
8752#: builtin/remote.c:88
8753#, c-format
8754msgid "Updating %s"
8755msgstr ""
8756
8757#: builtin/remote.c:120
8758msgid ""
8759"--mirror is dangerous and deprecated; please\n"
8760"\t use --mirror=fetch or --mirror=push instead"
8761msgstr ""
8762
8763#: builtin/remote.c:137
8764#, c-format
8765msgid "unknown mirror argument: %s"
8766msgstr ""
8767
8768#: builtin/remote.c:153
8769msgid "fetch the remote branches"
8770msgstr ""
8771
8772#: builtin/remote.c:155
8773msgid "import all tags and associated objects when fetching"
8774msgstr ""
8775
8776#: builtin/remote.c:158
8777msgid "or do not fetch any tag at all (--no-tags)"
8778msgstr ""
8779
8780#: builtin/remote.c:160
8781msgid "branch(es) to track"
8782msgstr ""
8783
8784#: builtin/remote.c:161
8785msgid "master branch"
8786msgstr ""
8787
8788#: builtin/remote.c:162
8789msgid "push|fetch"
8790msgstr ""
8791
8792#: builtin/remote.c:163
8793msgid "set up remote as a mirror to push to or fetch from"
8794msgstr ""
8795
8796#: builtin/remote.c:175
8797msgid "specifying a master branch makes no sense with --mirror"
8798msgstr ""
8799
8800#: builtin/remote.c:177
8801msgid "specifying branches to track makes sense only with fetch mirrors"
8802msgstr ""
8803
8804#: builtin/remote.c:187 builtin/remote.c:637
8805#, c-format
8806msgid "remote %s already exists."
8807msgstr ""
8808
8809#: builtin/remote.c:191 builtin/remote.c:641
8810#, c-format
8811msgid "'%s' is not a valid remote name"
8812msgstr ""
8813
8814#: builtin/remote.c:235
8815#, c-format
8816msgid "Could not setup master '%s'"
8817msgstr ""
8818
8819#: builtin/remote.c:335
8820#, c-format
8821msgid "Could not get fetch map for refspec %s"
8822msgstr ""
8823
8824#: builtin/remote.c:436 builtin/remote.c:444
8825msgid "(matching)"
8826msgstr ""
8827
8828#: builtin/remote.c:448
8829msgid "(delete)"
8830msgstr ""
8831
8832#: builtin/remote.c:588 builtin/remote.c:594 builtin/remote.c:600
8833#, c-format
8834msgid "Could not append '%s' to '%s'"
8835msgstr ""
8836
8837#: builtin/remote.c:630 builtin/remote.c:769 builtin/remote.c:869
8838#, c-format
8839msgid "No such remote: %s"
8840msgstr ""
8841
8842#: builtin/remote.c:647
8843#, c-format
8844msgid "Could not rename config section '%s' to '%s'"
8845msgstr ""
8846
8847#: builtin/remote.c:653 builtin/remote.c:821
8848#, c-format
8849msgid "Could not remove config section '%s'"
8850msgstr ""
8851
8852#: builtin/remote.c:668
8853#, c-format
8854msgid ""
8855"Not updating non-default fetch refspec\n"
8856"\t%s\n"
8857"\tPlease update the configuration manually if necessary."
8858msgstr ""
8859
8860#: builtin/remote.c:674
8861#, c-format
8862msgid "Could not append '%s'"
8863msgstr ""
8864
8865#: builtin/remote.c:685
8866#, c-format
8867msgid "Could not set '%s'"
8868msgstr ""
8869
8870#: builtin/remote.c:707
8871#, c-format
8872msgid "deleting '%s' failed"
8873msgstr ""
8874
8875#: builtin/remote.c:741
8876#, c-format
8877msgid "creating '%s' failed"
8878msgstr ""
8879
8880#: builtin/remote.c:807
8881msgid ""
8882"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
8883"to delete it, use:"
8884msgid_plural ""
8885"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
8886"to delete them, use:"
8887msgstr[0] ""
8888msgstr[1] ""
8889
8890#: builtin/remote.c:922
8891#, c-format
8892msgid " new (next fetch will store in remotes/%s)"
8893msgstr ""
8894
8895#: builtin/remote.c:925
8896msgid " tracked"
8897msgstr ""
8898
8899#: builtin/remote.c:927
8900msgid " stale (use 'git remote prune' to remove)"
8901msgstr ""
8902
8903#: builtin/remote.c:929
8904msgid " ???"
8905msgstr ""
8906
8907#: builtin/remote.c:970
8908#, c-format
8909msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
8910msgstr ""
8911
8912#: builtin/remote.c:977
8913#, c-format
8914msgid "rebases onto remote %s"
8915msgstr ""
8916
8917#: builtin/remote.c:980
8918#, c-format
8919msgid " merges with remote %s"
8920msgstr ""
8921
8922#: builtin/remote.c:981
8923msgid "    and with remote"
8924msgstr ""
8925
8926#: builtin/remote.c:983
8927#, c-format
8928msgid "merges with remote %s"
8929msgstr ""
8930
8931#: builtin/remote.c:984
8932msgid "   and with remote"
8933msgstr ""
8934
8935#: builtin/remote.c:1030
8936msgid "create"
8937msgstr ""
8938
8939#: builtin/remote.c:1033
8940msgid "delete"
8941msgstr ""
8942
8943#: builtin/remote.c:1037
8944msgid "up to date"
8945msgstr ""
8946
8947#: builtin/remote.c:1040
8948msgid "fast-forwardable"
8949msgstr ""
8950
8951#: builtin/remote.c:1043
8952msgid "local out of date"
8953msgstr ""
8954
8955#: builtin/remote.c:1050
8956#, c-format
8957msgid "    %-*s forces to %-*s (%s)"
8958msgstr ""
8959
8960#: builtin/remote.c:1053
8961#, c-format
8962msgid "    %-*s pushes to %-*s (%s)"
8963msgstr ""
8964
8965#: builtin/remote.c:1057
8966#, c-format
8967msgid "    %-*s forces to %s"
8968msgstr ""
8969
8970#: builtin/remote.c:1060
8971#, c-format
8972msgid "    %-*s pushes to %s"
8973msgstr ""
8974
8975#: builtin/remote.c:1128
8976msgid "do not query remotes"
8977msgstr ""
8978
8979#: builtin/remote.c:1155
8980#, c-format
8981msgid "* remote %s"
8982msgstr ""
8983
8984#: builtin/remote.c:1156
8985#, c-format
8986msgid "  Fetch URL: %s"
8987msgstr ""
8988
8989#: builtin/remote.c:1157 builtin/remote.c:1308
8990msgid "(no URL)"
8991msgstr ""
8992
8993#: builtin/remote.c:1166 builtin/remote.c:1168
8994#, c-format
8995msgid "  Push  URL: %s"
8996msgstr ""
8997
8998#: builtin/remote.c:1170 builtin/remote.c:1172 builtin/remote.c:1174
8999#, c-format
9000msgid "  HEAD branch: %s"
9001msgstr ""
9002
9003#: builtin/remote.c:1176
9004#, c-format
9005msgid ""
9006"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9007msgstr ""
9008
9009#: builtin/remote.c:1188
9010#, c-format
9011msgid "  Remote branch:%s"
9012msgid_plural "  Remote branches:%s"
9013msgstr[0] ""
9014msgstr[1] ""
9015
9016#: builtin/remote.c:1191 builtin/remote.c:1218
9017msgid " (status not queried)"
9018msgstr ""
9019
9020#: builtin/remote.c:1200
9021msgid "  Local branch configured for 'git pull':"
9022msgid_plural "  Local branches configured for 'git pull':"
9023msgstr[0] ""
9024msgstr[1] ""
9025
9026#: builtin/remote.c:1208
9027msgid "  Local refs will be mirrored by 'git push'"
9028msgstr ""
9029
9030#: builtin/remote.c:1215
9031#, c-format
9032msgid "  Local ref configured for 'git push'%s:"
9033msgid_plural "  Local refs configured for 'git push'%s:"
9034msgstr[0] ""
9035msgstr[1] ""
9036
9037#: builtin/remote.c:1236
9038msgid "set refs/remotes/<name>/HEAD according to remote"
9039msgstr ""
9040
9041#: builtin/remote.c:1238
9042msgid "delete refs/remotes/<name>/HEAD"
9043msgstr ""
9044
9045#: builtin/remote.c:1253
9046msgid "Cannot determine remote HEAD"
9047msgstr ""
9048
9049#: builtin/remote.c:1255
9050msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9051msgstr ""
9052
9053#: builtin/remote.c:1265
9054#, c-format
9055msgid "Could not delete %s"
9056msgstr ""
9057
9058#: builtin/remote.c:1273
9059#, c-format
9060msgid "Not a valid ref: %s"
9061msgstr ""
9062
9063#: builtin/remote.c:1275
9064#, c-format
9065msgid "Could not setup %s"
9066msgstr ""
9067
9068#: builtin/remote.c:1293
9069#, c-format
9070msgid " %s will become dangling!"
9071msgstr ""
9072
9073#: builtin/remote.c:1294
9074#, c-format
9075msgid " %s has become dangling!"
9076msgstr ""
9077
9078#: builtin/remote.c:1304
9079#, c-format
9080msgid "Pruning %s"
9081msgstr ""
9082
9083#: builtin/remote.c:1305
9084#, c-format
9085msgid "URL: %s"
9086msgstr ""
9087
9088#: builtin/remote.c:1321
9089#, c-format
9090msgid " * [would prune] %s"
9091msgstr ""
9092
9093#: builtin/remote.c:1324
9094#, c-format
9095msgid " * [pruned] %s"
9096msgstr ""
9097
9098#: builtin/remote.c:1369
9099msgid "prune remotes after fetching"
9100msgstr ""
9101
9102#: builtin/remote.c:1435 builtin/remote.c:1509
9103#, c-format
9104msgid "No such remote '%s'"
9105msgstr ""
9106
9107#: builtin/remote.c:1455
9108msgid "add branch"
9109msgstr ""
9110
9111#: builtin/remote.c:1462
9112msgid "no remote specified"
9113msgstr ""
9114
9115#: builtin/remote.c:1484
9116msgid "manipulate push URLs"
9117msgstr ""
9118
9119#: builtin/remote.c:1486
9120msgid "add URL"
9121msgstr ""
9122
9123#: builtin/remote.c:1488
9124msgid "delete URLs"
9125msgstr ""
9126
9127#: builtin/remote.c:1495
9128msgid "--add --delete doesn't make sense"
9129msgstr ""
9130
9131#: builtin/remote.c:1535
9132#, c-format
9133msgid "Invalid old URL pattern: %s"
9134msgstr ""
9135
9136#: builtin/remote.c:1543
9137#, c-format
9138msgid "No such URL found: %s"
9139msgstr ""
9140
9141#: builtin/remote.c:1545
9142msgid "Will not delete all non-push URLs"
9143msgstr ""
9144
9145#: builtin/remote.c:1559
9146msgid "be verbose; must be placed before a subcommand"
9147msgstr ""
9148
9149#: builtin/repack.c:17
9150msgid "git repack [<options>]"
9151msgstr ""
9152
9153#: builtin/repack.c:159
9154msgid "pack everything in a single pack"
9155msgstr ""
9156
9157#: builtin/repack.c:161
9158msgid "same as -a, and turn unreachable objects loose"
9159msgstr ""
9160
9161#: builtin/repack.c:164
9162msgid "remove redundant packs, and run git-prune-packed"
9163msgstr ""
9164
9165#: builtin/repack.c:166
9166msgid "pass --no-reuse-delta to git-pack-objects"
9167msgstr ""
9168
9169#: builtin/repack.c:168
9170msgid "pass --no-reuse-object to git-pack-objects"
9171msgstr ""
9172
9173#: builtin/repack.c:170
9174msgid "do not run git-update-server-info"
9175msgstr ""
9176
9177#: builtin/repack.c:173
9178msgid "pass --local to git-pack-objects"
9179msgstr ""
9180
9181#: builtin/repack.c:175
9182msgid "write bitmap index"
9183msgstr ""
9184
9185#: builtin/repack.c:176
9186msgid "approxidate"
9187msgstr ""
9188
9189#: builtin/repack.c:177
9190msgid "with -A, do not loosen objects older than this"
9191msgstr ""
9192
9193#: builtin/repack.c:179
9194msgid "size of the window used for delta compression"
9195msgstr ""
9196
9197#: builtin/repack.c:180 builtin/repack.c:184
9198msgid "bytes"
9199msgstr ""
9200
9201#: builtin/repack.c:181
9202msgid "same as the above, but limit memory size instead of entries count"
9203msgstr ""
9204
9205#: builtin/repack.c:183
9206msgid "limits the maximum delta depth"
9207msgstr ""
9208
9209#: builtin/repack.c:185
9210msgid "maximum size of each packfile"
9211msgstr ""
9212
9213#: builtin/repack.c:187
9214msgid "repack objects in packs marked with .keep"
9215msgstr ""
9216
9217#: builtin/repack.c:378
9218#, c-format
9219msgid "removing '%s' failed"
9220msgstr ""
9221
9222#: builtin/replace.c:19
9223msgid "git replace [-f] <object> <replacement>"
9224msgstr ""
9225
9226#: builtin/replace.c:20
9227msgid "git replace [-f] --edit <object>"
9228msgstr ""
9229
9230#: builtin/replace.c:21
9231msgid "git replace [-f] --graft <commit> [<parent>...]"
9232msgstr ""
9233
9234#: builtin/replace.c:22
9235msgid "git replace -d <object>..."
9236msgstr ""
9237
9238#: builtin/replace.c:23
9239msgid "git replace [--format=<format>] [-l [<pattern>]]"
9240msgstr ""
9241
9242#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9243#, c-format
9244msgid "Not a valid object name: '%s'"
9245msgstr ""
9246
9247#: builtin/replace.c:355
9248#, c-format
9249msgid "bad mergetag in commit '%s'"
9250msgstr ""
9251
9252#: builtin/replace.c:357
9253#, c-format
9254msgid "malformed mergetag in commit '%s'"
9255msgstr ""
9256
9257#: builtin/replace.c:368
9258#, c-format
9259msgid ""
9260"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9261"instead of --graft"
9262msgstr ""
9263
9264#: builtin/replace.c:401
9265#, c-format
9266msgid "the original commit '%s' has a gpg signature."
9267msgstr ""
9268
9269#: builtin/replace.c:402
9270msgid "the signature will be removed in the replacement commit!"
9271msgstr ""
9272
9273#: builtin/replace.c:408
9274#, c-format
9275msgid "could not write replacement commit for: '%s'"
9276msgstr ""
9277
9278#: builtin/replace.c:432
9279msgid "list replace refs"
9280msgstr ""
9281
9282#: builtin/replace.c:433
9283msgid "delete replace refs"
9284msgstr ""
9285
9286#: builtin/replace.c:434
9287msgid "edit existing object"
9288msgstr ""
9289
9290#: builtin/replace.c:435
9291msgid "change a commit's parents"
9292msgstr ""
9293
9294#: builtin/replace.c:436
9295msgid "replace the ref if it exists"
9296msgstr ""
9297
9298#: builtin/replace.c:437
9299msgid "do not pretty-print contents for --edit"
9300msgstr ""
9301
9302#: builtin/replace.c:438
9303msgid "use this format"
9304msgstr ""
9305
9306#: builtin/rerere.c:12
9307msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
9308msgstr ""
9309
9310#: builtin/rerere.c:57
9311msgid "register clean resolutions in index"
9312msgstr ""
9313
9314#: builtin/reset.c:26
9315msgid ""
9316"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9317msgstr ""
9318
9319#: builtin/reset.c:27
9320msgid "git reset [-q] <tree-ish> [--] <paths>..."
9321msgstr ""
9322
9323#: builtin/reset.c:28
9324msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9325msgstr ""
9326
9327#: builtin/reset.c:34
9328msgid "mixed"
9329msgstr ""
9330
9331#: builtin/reset.c:34
9332msgid "soft"
9333msgstr ""
9334
9335#: builtin/reset.c:34
9336msgid "hard"
9337msgstr ""
9338
9339#: builtin/reset.c:34
9340msgid "merge"
9341msgstr ""
9342
9343#: builtin/reset.c:34
9344msgid "keep"
9345msgstr ""
9346
9347#: builtin/reset.c:74
9348msgid "You do not have a valid HEAD."
9349msgstr ""
9350
9351#: builtin/reset.c:76
9352msgid "Failed to find tree of HEAD."
9353msgstr ""
9354
9355#: builtin/reset.c:82
9356#, c-format
9357msgid "Failed to find tree of %s."
9358msgstr ""
9359
9360#: builtin/reset.c:100
9361#, c-format
9362msgid "HEAD is now at %s"
9363msgstr ""
9364
9365#: builtin/reset.c:183
9366#, c-format
9367msgid "Cannot do a %s reset in the middle of a merge."
9368msgstr ""
9369
9370#: builtin/reset.c:276
9371msgid "be quiet, only report errors"
9372msgstr ""
9373
9374#: builtin/reset.c:278
9375msgid "reset HEAD and index"
9376msgstr ""
9377
9378#: builtin/reset.c:279
9379msgid "reset only HEAD"
9380msgstr ""
9381
9382#: builtin/reset.c:281 builtin/reset.c:283
9383msgid "reset HEAD, index and working tree"
9384msgstr ""
9385
9386#: builtin/reset.c:285
9387msgid "reset HEAD but keep local changes"
9388msgstr ""
9389
9390#: builtin/reset.c:288
9391msgid "record only the fact that removed paths will be added later"
9392msgstr ""
9393
9394#: builtin/reset.c:305
9395#, c-format
9396msgid "Failed to resolve '%s' as a valid revision."
9397msgstr ""
9398
9399#: builtin/reset.c:313
9400#, c-format
9401msgid "Failed to resolve '%s' as a valid tree."
9402msgstr ""
9403
9404#: builtin/reset.c:322
9405msgid "--patch is incompatible with --{hard,mixed,soft}"
9406msgstr ""
9407
9408#: builtin/reset.c:331
9409msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
9410msgstr ""
9411
9412#: builtin/reset.c:333
9413#, c-format
9414msgid "Cannot do %s reset with paths."
9415msgstr ""
9416
9417#: builtin/reset.c:343
9418#, c-format
9419msgid "%s reset is not allowed in a bare repository"
9420msgstr ""
9421
9422#: builtin/reset.c:347
9423msgid "-N can only be used with --mixed"
9424msgstr ""
9425
9426#: builtin/reset.c:364
9427msgid "Unstaged changes after reset:"
9428msgstr ""
9429
9430#: builtin/reset.c:370
9431#, c-format
9432msgid "Could not reset index file to revision '%s'."
9433msgstr ""
9434
9435#: builtin/reset.c:374
9436msgid "Could not write new index file."
9437msgstr ""
9438
9439#: builtin/rev-list.c:354
9440msgid "rev-list does not support display of notes"
9441msgstr ""
9442
9443#: builtin/rev-parse.c:361
9444msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
9445msgstr ""
9446
9447#: builtin/rev-parse.c:366
9448msgid "keep the `--` passed as an arg"
9449msgstr ""
9450
9451#: builtin/rev-parse.c:368
9452msgid "stop parsing after the first non-option argument"
9453msgstr ""
9454
9455#: builtin/rev-parse.c:371
9456msgid "output in stuck long form"
9457msgstr ""
9458
9459#: builtin/rev-parse.c:502
9460msgid ""
9461"git rev-parse --parseopt [<options>] -- [<args>...]\n"
9462"   or: git rev-parse --sq-quote [<arg>...]\n"
9463"   or: git rev-parse [<options>] [<arg>...]\n"
9464"\n"
9465"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
9466msgstr ""
9467
9468#: builtin/revert.c:22
9469msgid "git revert [<options>] <commit-ish>..."
9470msgstr ""
9471
9472#: builtin/revert.c:23
9473msgid "git revert <subcommand>"
9474msgstr ""
9475
9476#: builtin/revert.c:28
9477msgid "git cherry-pick [<options>] <commit-ish>..."
9478msgstr ""
9479
9480#: builtin/revert.c:29
9481msgid "git cherry-pick <subcommand>"
9482msgstr ""
9483
9484#: builtin/revert.c:71
9485#, c-format
9486msgid "%s: %s cannot be used with %s"
9487msgstr ""
9488
9489#: builtin/revert.c:80
9490msgid "end revert or cherry-pick sequence"
9491msgstr ""
9492
9493#: builtin/revert.c:81
9494msgid "resume revert or cherry-pick sequence"
9495msgstr ""
9496
9497#: builtin/revert.c:82
9498msgid "cancel revert or cherry-pick sequence"
9499msgstr ""
9500
9501#: builtin/revert.c:83
9502msgid "don't automatically commit"
9503msgstr ""
9504
9505#: builtin/revert.c:84
9506msgid "edit the commit message"
9507msgstr ""
9508
9509#: builtin/revert.c:87
9510msgid "parent number"
9511msgstr ""
9512
9513#: builtin/revert.c:89
9514msgid "merge strategy"
9515msgstr ""
9516
9517#: builtin/revert.c:90
9518msgid "option"
9519msgstr ""
9520
9521#: builtin/revert.c:91
9522msgid "option for merge strategy"
9523msgstr ""
9524
9525#: builtin/revert.c:104
9526msgid "append commit name"
9527msgstr ""
9528
9529#: builtin/revert.c:106
9530msgid "preserve initially empty commits"
9531msgstr ""
9532
9533#: builtin/revert.c:107
9534msgid "allow commits with empty messages"
9535msgstr ""
9536
9537#: builtin/revert.c:108
9538msgid "keep redundant, empty commits"
9539msgstr ""
9540
9541#: builtin/revert.c:112
9542msgid "program error"
9543msgstr ""
9544
9545#: builtin/revert.c:197
9546msgid "revert failed"
9547msgstr ""
9548
9549#: builtin/revert.c:212
9550msgid "cherry-pick failed"
9551msgstr ""
9552
9553#: builtin/rm.c:17
9554msgid "git rm [<options>] [--] <file>..."
9555msgstr ""
9556
9557#: builtin/rm.c:65
9558msgid ""
9559"the following submodule (or one of its nested submodules)\n"
9560"uses a .git directory:"
9561msgid_plural ""
9562"the following submodules (or one of their nested submodules)\n"
9563"use a .git directory:"
9564msgstr[0] ""
9565msgstr[1] ""
9566
9567#: builtin/rm.c:71
9568msgid ""
9569"\n"
9570"(use 'rm -rf' if you really want to remove it including all of its history)"
9571msgstr ""
9572
9573#: builtin/rm.c:230
9574msgid ""
9575"the following file has staged content different from both the\n"
9576"file and the HEAD:"
9577msgid_plural ""
9578"the following files have staged content different from both the\n"
9579"file and the HEAD:"
9580msgstr[0] ""
9581msgstr[1] ""
9582
9583#: builtin/rm.c:235
9584msgid ""
9585"\n"
9586"(use -f to force removal)"
9587msgstr ""
9588
9589#: builtin/rm.c:239
9590msgid "the following file has changes staged in the index:"
9591msgid_plural "the following files have changes staged in the index:"
9592msgstr[0] ""
9593msgstr[1] ""
9594
9595#: builtin/rm.c:243 builtin/rm.c:254
9596msgid ""
9597"\n"
9598"(use --cached to keep the file, or -f to force removal)"
9599msgstr ""
9600
9601#: builtin/rm.c:251
9602msgid "the following file has local modifications:"
9603msgid_plural "the following files have local modifications:"
9604msgstr[0] ""
9605msgstr[1] ""
9606
9607#: builtin/rm.c:269
9608msgid "do not list removed files"
9609msgstr ""
9610
9611#: builtin/rm.c:270
9612msgid "only remove from the index"
9613msgstr ""
9614
9615#: builtin/rm.c:271
9616msgid "override the up-to-date check"
9617msgstr ""
9618
9619#: builtin/rm.c:272
9620msgid "allow recursive removal"
9621msgstr ""
9622
9623#: builtin/rm.c:274
9624msgid "exit with a zero status even if nothing matched"
9625msgstr ""
9626
9627#: builtin/rm.c:317
9628msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9629msgstr ""
9630
9631#: builtin/rm.c:335
9632#, c-format
9633msgid "not removing '%s' recursively without -r"
9634msgstr ""
9635
9636#: builtin/rm.c:374
9637#, c-format
9638msgid "git rm: unable to remove %s"
9639msgstr ""
9640
9641#: builtin/send-pack.c:18
9642msgid ""
9643"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
9644"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
9645"[<ref>...]\n"
9646"  --all and explicit <ref> specification are mutually exclusive."
9647msgstr ""
9648
9649#: builtin/send-pack.c:160
9650msgid "remote name"
9651msgstr ""
9652
9653#: builtin/send-pack.c:171
9654msgid "use stateless RPC protocol"
9655msgstr ""
9656
9657#: builtin/send-pack.c:172
9658msgid "read refs from stdin"
9659msgstr ""
9660
9661#: builtin/send-pack.c:173
9662msgid "print status from remote helper"
9663msgstr ""
9664
9665#: builtin/shortlog.c:13
9666msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
9667msgstr ""
9668
9669#: builtin/shortlog.c:131
9670#, c-format
9671msgid "Missing author: %s"
9672msgstr ""
9673
9674#: builtin/shortlog.c:230
9675msgid "sort output according to the number of commits per author"
9676msgstr ""
9677
9678#: builtin/shortlog.c:232
9679msgid "Suppress commit descriptions, only provides commit count"
9680msgstr ""
9681
9682#: builtin/shortlog.c:234
9683msgid "Show the email address of each author"
9684msgstr ""
9685
9686#: builtin/shortlog.c:235
9687msgid "w[,i1[,i2]]"
9688msgstr ""
9689
9690#: builtin/shortlog.c:236
9691msgid "Linewrap output"
9692msgstr ""
9693
9694#: builtin/show-branch.c:9
9695msgid ""
9696"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
9697"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
9698"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
9699"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
9700msgstr ""
9701
9702#: builtin/show-branch.c:13
9703msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
9704msgstr ""
9705
9706#: builtin/show-branch.c:659
9707msgid "show remote-tracking and local branches"
9708msgstr ""
9709
9710#: builtin/show-branch.c:661
9711msgid "show remote-tracking branches"
9712msgstr ""
9713
9714#: builtin/show-branch.c:663
9715msgid "color '*!+-' corresponding to the branch"
9716msgstr ""
9717
9718#: builtin/show-branch.c:665
9719msgid "show <n> more commits after the common ancestor"
9720msgstr ""
9721
9722#: builtin/show-branch.c:667
9723msgid "synonym to more=-1"
9724msgstr ""
9725
9726#: builtin/show-branch.c:668
9727msgid "suppress naming strings"
9728msgstr ""
9729
9730#: builtin/show-branch.c:670
9731msgid "include the current branch"
9732msgstr ""
9733
9734#: builtin/show-branch.c:672
9735msgid "name commits with their object names"
9736msgstr ""
9737
9738#: builtin/show-branch.c:674
9739msgid "show possible merge bases"
9740msgstr ""
9741
9742#: builtin/show-branch.c:676
9743msgid "show refs unreachable from any other ref"
9744msgstr ""
9745
9746#: builtin/show-branch.c:678
9747msgid "show commits in topological order"
9748msgstr ""
9749
9750#: builtin/show-branch.c:681
9751msgid "show only commits not on the first branch"
9752msgstr ""
9753
9754#: builtin/show-branch.c:683
9755msgid "show merges reachable from only one tip"
9756msgstr ""
9757
9758#: builtin/show-branch.c:685
9759msgid "topologically sort, maintaining date order where possible"
9760msgstr ""
9761
9762#: builtin/show-branch.c:688
9763msgid "<n>[,<base>]"
9764msgstr ""
9765
9766#: builtin/show-branch.c:689
9767msgid "show <n> most recent ref-log entries starting at base"
9768msgstr ""
9769
9770#: builtin/show-ref.c:10
9771msgid ""
9772"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
9773"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
9774msgstr ""
9775
9776#: builtin/show-ref.c:11
9777msgid "git show-ref --exclude-existing[=<pattern>] < <ref-list>"
9778msgstr ""
9779
9780#: builtin/show-ref.c:170
9781msgid "only show tags (can be combined with heads)"
9782msgstr ""
9783
9784#: builtin/show-ref.c:171
9785msgid "only show heads (can be combined with tags)"
9786msgstr ""
9787
9788#: builtin/show-ref.c:172
9789msgid "stricter reference checking, requires exact ref path"
9790msgstr ""
9791
9792#: builtin/show-ref.c:175 builtin/show-ref.c:177
9793msgid "show the HEAD reference, even if it would be filtered out"
9794msgstr ""
9795
9796#: builtin/show-ref.c:179
9797msgid "dereference tags into object IDs"
9798msgstr ""
9799
9800#: builtin/show-ref.c:181
9801msgid "only show SHA1 hash using <n> digits"
9802msgstr ""
9803
9804#: builtin/show-ref.c:185
9805msgid "do not print results to stdout (useful with --verify)"
9806msgstr ""
9807
9808#: builtin/show-ref.c:187
9809msgid "show refs from stdin that aren't in local repository"
9810msgstr ""
9811
9812#: builtin/symbolic-ref.c:7
9813msgid "git symbolic-ref [<options>] <name> [<ref>]"
9814msgstr ""
9815
9816#: builtin/symbolic-ref.c:8
9817msgid "git symbolic-ref -d [-q] <name>"
9818msgstr ""
9819
9820#: builtin/symbolic-ref.c:40
9821msgid "suppress error message for non-symbolic (detached) refs"
9822msgstr ""
9823
9824#: builtin/symbolic-ref.c:41
9825msgid "delete symbolic ref"
9826msgstr ""
9827
9828#: builtin/symbolic-ref.c:42
9829msgid "shorten ref output"
9830msgstr ""
9831
9832#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
9833msgid "reason"
9834msgstr ""
9835
9836#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
9837msgid "reason of the update"
9838msgstr ""
9839
9840#: builtin/tag.c:22
9841msgid ""
9842"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
9843"[<head>]"
9844msgstr ""
9845
9846#: builtin/tag.c:23
9847msgid "git tag -d <tagname>..."
9848msgstr ""
9849
9850#: builtin/tag.c:24
9851msgid ""
9852"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
9853"\t\t[<pattern>...]"
9854msgstr ""
9855
9856#: builtin/tag.c:26
9857msgid "git tag -v <tagname>..."
9858msgstr ""
9859
9860#: builtin/tag.c:69
9861#, c-format
9862msgid "malformed object at '%s'"
9863msgstr ""
9864
9865#: builtin/tag.c:301
9866#, c-format
9867msgid "tag name too long: %.*s..."
9868msgstr ""
9869
9870#: builtin/tag.c:306
9871#, c-format
9872msgid "tag '%s' not found."
9873msgstr ""
9874
9875#: builtin/tag.c:321
9876#, c-format
9877msgid "Deleted tag '%s' (was %s)\n"
9878msgstr ""
9879
9880#: builtin/tag.c:333
9881#, c-format
9882msgid "could not verify the tag '%s'"
9883msgstr ""
9884
9885#: builtin/tag.c:343
9886#, c-format
9887msgid ""
9888"\n"
9889"Write a message for tag:\n"
9890"  %s\n"
9891"Lines starting with '%c' will be ignored.\n"
9892msgstr ""
9893
9894#: builtin/tag.c:347
9895#, c-format
9896msgid ""
9897"\n"
9898"Write a message for tag:\n"
9899"  %s\n"
9900"Lines starting with '%c' will be kept; you may remove them yourself if you "
9901"want to.\n"
9902msgstr ""
9903
9904#: builtin/tag.c:371
9905#, c-format
9906msgid "unsupported sort specification '%s'"
9907msgstr ""
9908
9909#: builtin/tag.c:373
9910#, c-format
9911msgid "unsupported sort specification '%s' in variable '%s'"
9912msgstr ""
9913
9914#: builtin/tag.c:428
9915msgid "unable to sign the tag"
9916msgstr ""
9917
9918#: builtin/tag.c:430
9919msgid "unable to write tag file"
9920msgstr ""
9921
9922#: builtin/tag.c:455
9923msgid "bad object type."
9924msgstr ""
9925
9926#: builtin/tag.c:468
9927msgid "tag header too big."
9928msgstr ""
9929
9930#: builtin/tag.c:504
9931msgid "no tag message?"
9932msgstr ""
9933
9934#: builtin/tag.c:510
9935#, c-format
9936msgid "The tag message has been left in %s\n"
9937msgstr ""
9938
9939#: builtin/tag.c:559
9940msgid "switch 'points-at' requires an object"
9941msgstr ""
9942
9943#: builtin/tag.c:561
9944#, c-format
9945msgid "malformed object name '%s'"
9946msgstr ""
9947
9948#: builtin/tag.c:590
9949msgid "list tag names"
9950msgstr ""
9951
9952#: builtin/tag.c:592
9953msgid "print <n> lines of each tag message"
9954msgstr ""
9955
9956#: builtin/tag.c:594
9957msgid "delete tags"
9958msgstr ""
9959
9960#: builtin/tag.c:595
9961msgid "verify tags"
9962msgstr ""
9963
9964#: builtin/tag.c:597
9965msgid "Tag creation options"
9966msgstr ""
9967
9968#: builtin/tag.c:599
9969msgid "annotated tag, needs a message"
9970msgstr ""
9971
9972#: builtin/tag.c:601
9973msgid "tag message"
9974msgstr ""
9975
9976#: builtin/tag.c:603
9977msgid "annotated and GPG-signed tag"
9978msgstr ""
9979
9980#: builtin/tag.c:607
9981msgid "use another key to sign the tag"
9982msgstr ""
9983
9984#: builtin/tag.c:608
9985msgid "replace the tag if exists"
9986msgstr ""
9987
9988#: builtin/tag.c:609 builtin/update-ref.c:368
9989msgid "create a reflog"
9990msgstr ""
9991
9992#: builtin/tag.c:611
9993msgid "Tag listing options"
9994msgstr ""
9995
9996#: builtin/tag.c:612
9997msgid "show tag list in columns"
9998msgstr ""
9999
10000#: builtin/tag.c:614
10001msgid "sort tags"
10002msgstr ""
10003
10004#: builtin/tag.c:619 builtin/tag.c:625
10005msgid "print only tags that contain the commit"
10006msgstr ""
10007
10008#: builtin/tag.c:631
10009msgid "print only tags of the object"
10010msgstr ""
10011
10012#: builtin/tag.c:657
10013msgid "--column and -n are incompatible"
10014msgstr ""
10015
10016#: builtin/tag.c:669
10017msgid "--sort and -n are incompatible"
10018msgstr ""
10019
10020#: builtin/tag.c:676
10021msgid "-n option is only allowed with -l."
10022msgstr ""
10023
10024#: builtin/tag.c:678
10025msgid "--contains option is only allowed with -l."
10026msgstr ""
10027
10028#: builtin/tag.c:680
10029msgid "--points-at option is only allowed with -l."
10030msgstr ""
10031
10032#: builtin/tag.c:688
10033msgid "only one -F or -m option is allowed."
10034msgstr ""
10035
10036#: builtin/tag.c:708
10037msgid "too many params"
10038msgstr ""
10039
10040#: builtin/tag.c:714
10041#, c-format
10042msgid "'%s' is not a valid tag name."
10043msgstr ""
10044
10045#: builtin/tag.c:719
10046#, c-format
10047msgid "tag '%s' already exists"
10048msgstr ""
10049
10050#: builtin/tag.c:744
10051#, c-format
10052msgid "Updated tag '%s' (was %s)\n"
10053msgstr ""
10054
10055#: builtin/unpack-objects.c:490
10056msgid "Unpacking objects"
10057msgstr ""
10058
10059#: builtin/update-index.c:70
10060#, c-format
10061msgid "failed to create directory %s"
10062msgstr ""
10063
10064#: builtin/update-index.c:76
10065#, c-format
10066msgid "failed to stat %s"
10067msgstr ""
10068
10069#: builtin/update-index.c:86
10070#, c-format
10071msgid "failed to create file %s"
10072msgstr ""
10073
10074#: builtin/update-index.c:94
10075#, c-format
10076msgid "failed to delete file %s"
10077msgstr ""
10078
10079#: builtin/update-index.c:101 builtin/update-index.c:203
10080#, c-format
10081msgid "failed to delete directory %s"
10082msgstr ""
10083
10084#: builtin/update-index.c:124
10085#, c-format
10086msgid "Testing "
10087msgstr ""
10088
10089#: builtin/update-index.c:136
10090msgid "directory stat info does not change after adding a new file"
10091msgstr ""
10092
10093#: builtin/update-index.c:149
10094msgid "directory stat info does not change after adding a new directory"
10095msgstr ""
10096
10097#: builtin/update-index.c:162
10098msgid "directory stat info changes after updating a file"
10099msgstr ""
10100
10101#: builtin/update-index.c:173
10102msgid "directory stat info changes after adding a file inside subdirectory"
10103msgstr ""
10104
10105#: builtin/update-index.c:184
10106msgid "directory stat info does not change after deleting a file"
10107msgstr ""
10108
10109#: builtin/update-index.c:197
10110msgid "directory stat info does not change after deleting a directory"
10111msgstr ""
10112
10113#: builtin/update-index.c:204
10114msgid " OK"
10115msgstr ""
10116
10117#: builtin/update-index.c:564
10118msgid "git update-index [<options>] [--] [<file>...]"
10119msgstr ""
10120
10121#: builtin/update-index.c:918
10122msgid "continue refresh even when index needs update"
10123msgstr ""
10124
10125#: builtin/update-index.c:921
10126msgid "refresh: ignore submodules"
10127msgstr ""
10128
10129#: builtin/update-index.c:924
10130msgid "do not ignore new files"
10131msgstr ""
10132
10133#: builtin/update-index.c:926
10134msgid "let files replace directories and vice-versa"
10135msgstr ""
10136
10137#: builtin/update-index.c:928
10138msgid "notice files missing from worktree"
10139msgstr ""
10140
10141#: builtin/update-index.c:930
10142msgid "refresh even if index contains unmerged entries"
10143msgstr ""
10144
10145#: builtin/update-index.c:933
10146msgid "refresh stat information"
10147msgstr ""
10148
10149#: builtin/update-index.c:937
10150msgid "like --refresh, but ignore assume-unchanged setting"
10151msgstr ""
10152
10153#: builtin/update-index.c:941
10154msgid "<mode>,<object>,<path>"
10155msgstr ""
10156
10157#: builtin/update-index.c:942
10158msgid "add the specified entry to the index"
10159msgstr ""
10160
10161#: builtin/update-index.c:946
10162msgid "(+/-)x"
10163msgstr ""
10164
10165#: builtin/update-index.c:947
10166msgid "override the executable bit of the listed files"
10167msgstr ""
10168
10169#: builtin/update-index.c:951
10170msgid "mark files as \"not changing\""
10171msgstr ""
10172
10173#: builtin/update-index.c:954
10174msgid "clear assumed-unchanged bit"
10175msgstr ""
10176
10177#: builtin/update-index.c:957
10178msgid "mark files as \"index-only\""
10179msgstr ""
10180
10181#: builtin/update-index.c:960
10182msgid "clear skip-worktree bit"
10183msgstr ""
10184
10185#: builtin/update-index.c:963
10186msgid "add to index only; do not add content to object database"
10187msgstr ""
10188
10189#: builtin/update-index.c:965
10190msgid "remove named paths even if present in worktree"
10191msgstr ""
10192
10193#: builtin/update-index.c:967
10194msgid "with --stdin: input lines are terminated by null bytes"
10195msgstr ""
10196
10197#: builtin/update-index.c:969
10198msgid "read list of paths to be updated from standard input"
10199msgstr ""
10200
10201#: builtin/update-index.c:973
10202msgid "add entries from standard input to the index"
10203msgstr ""
10204
10205#: builtin/update-index.c:977
10206msgid "repopulate stages #2 and #3 for the listed paths"
10207msgstr ""
10208
10209#: builtin/update-index.c:981
10210msgid "only update entries that differ from HEAD"
10211msgstr ""
10212
10213#: builtin/update-index.c:985
10214msgid "ignore files missing from worktree"
10215msgstr ""
10216
10217#: builtin/update-index.c:988
10218msgid "report actions to standard output"
10219msgstr ""
10220
10221#: builtin/update-index.c:990
10222msgid "(for porcelains) forget saved unresolved conflicts"
10223msgstr ""
10224
10225#: builtin/update-index.c:994
10226msgid "write index in this format"
10227msgstr ""
10228
10229#: builtin/update-index.c:996
10230msgid "enable or disable split index"
10231msgstr ""
10232
10233#: builtin/update-index.c:998
10234msgid "enable/disable untracked cache"
10235msgstr ""
10236
10237#: builtin/update-index.c:1000
10238msgid "enable untracked cache without testing the filesystem"
10239msgstr ""
10240
10241#: builtin/update-ref.c:9
10242msgid "git update-ref [<options>] -d <refname> [<old-val>]"
10243msgstr ""
10244
10245#: builtin/update-ref.c:10
10246msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
10247msgstr ""
10248
10249#: builtin/update-ref.c:11
10250msgid "git update-ref [<options>] --stdin [-z]"
10251msgstr ""
10252
10253#: builtin/update-ref.c:363
10254msgid "delete the reference"
10255msgstr ""
10256
10257#: builtin/update-ref.c:365
10258msgid "update <refname> not the one it points to"
10259msgstr ""
10260
10261#: builtin/update-ref.c:366
10262msgid "stdin has NUL-terminated arguments"
10263msgstr ""
10264
10265#: builtin/update-ref.c:367
10266msgid "read updates from stdin"
10267msgstr ""
10268
10269#: builtin/update-server-info.c:6
10270msgid "git update-server-info [--force]"
10271msgstr ""
10272
10273#: builtin/update-server-info.c:14
10274msgid "update the info files from scratch"
10275msgstr ""
10276
10277#: builtin/verify-commit.c:17
10278msgid "git verify-commit [-v | --verbose] <commit>..."
10279msgstr ""
10280
10281#: builtin/verify-commit.c:72
10282msgid "print commit contents"
10283msgstr ""
10284
10285#: builtin/verify-commit.c:73 builtin/verify-tag.c:84
10286msgid "print raw gpg status output"
10287msgstr ""
10288
10289#: builtin/verify-pack.c:54
10290msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
10291msgstr ""
10292
10293#: builtin/verify-pack.c:64
10294msgid "verbose"
10295msgstr ""
10296
10297#: builtin/verify-pack.c:66
10298msgid "show statistics only"
10299msgstr ""
10300
10301#: builtin/verify-tag.c:17
10302msgid "git verify-tag [-v | --verbose] <tag>..."
10303msgstr ""
10304
10305#: builtin/verify-tag.c:83
10306msgid "print tag contents"
10307msgstr ""
10308
10309#: builtin/worktree.c:13
10310msgid "git worktree add [<options>] <path> <branch>"
10311msgstr ""
10312
10313#: builtin/worktree.c:14
10314msgid "git worktree prune [<options>]"
10315msgstr ""
10316
10317#: builtin/worktree.c:36
10318#, c-format
10319msgid "Removing worktrees/%s: not a valid directory"
10320msgstr ""
10321
10322#: builtin/worktree.c:42
10323#, c-format
10324msgid "Removing worktrees/%s: gitdir file does not exist"
10325msgstr ""
10326
10327#: builtin/worktree.c:47
10328#, c-format
10329msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
10330msgstr ""
10331
10332#: builtin/worktree.c:58
10333#, c-format
10334msgid "Removing worktrees/%s: invalid gitdir file"
10335msgstr ""
10336
10337#: builtin/worktree.c:74
10338#, c-format
10339msgid "Removing worktrees/%s: gitdir file points to non-existent location"
10340msgstr ""
10341
10342#: builtin/worktree.c:109
10343#, c-format
10344msgid "failed to remove: %s"
10345msgstr ""
10346
10347#: builtin/worktree.c:198
10348#, c-format
10349msgid "'%s' already exists"
10350msgstr ""
10351
10352#: builtin/worktree.c:232
10353#, c-format
10354msgid "could not create directory of '%s'"
10355msgstr ""
10356
10357#: builtin/worktree.c:268
10358#, c-format
10359msgid "Preparing %s (identifier %s)"
10360msgstr ""
10361
10362#: builtin/worktree.c:316
10363msgid "checkout <branch> even if already checked out in other worktree"
10364msgstr ""
10365
10366#: builtin/worktree.c:318
10367msgid "create a new branch"
10368msgstr ""
10369
10370#: builtin/worktree.c:320
10371msgid "create or reset a branch"
10372msgstr ""
10373
10374#: builtin/worktree.c:321
10375msgid "detach HEAD at named commit"
10376msgstr ""
10377
10378#: builtin/worktree.c:328
10379msgid "-b, -B, and --detach are mutually exclusive"
10380msgstr ""
10381
10382#: builtin/write-tree.c:13
10383msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10384msgstr ""
10385
10386#: builtin/write-tree.c:26
10387msgid "<prefix>/"
10388msgstr ""
10389
10390#: builtin/write-tree.c:27
10391msgid "write tree object for a subdirectory <prefix>"
10392msgstr ""
10393
10394#: builtin/write-tree.c:30
10395msgid "only useful for debugging"
10396msgstr ""
10397
10398#: credential-cache--daemon.c:255
10399msgid "print debugging messages to stderr"
10400msgstr ""
10401
10402#: git.c:14
10403msgid ""
10404"'git help -a' and 'git help -g' list available subcommands and some\n"
10405"concept guides. See 'git help <command>' or 'git help <concept>'\n"
10406"to read about a specific subcommand or concept."
10407msgstr ""
10408
10409#: common-cmds.h:9
10410msgid "start a working area (see also: git help tutorial)"
10411msgstr ""
10412
10413#: common-cmds.h:10
10414msgid "work on the current change (see also: git help everyday)"
10415msgstr ""
10416
10417#: common-cmds.h:11
10418msgid "examine the history and state (see also: git help revisions)"
10419msgstr ""
10420
10421#: common-cmds.h:12
10422msgid "grow, mark and tweak your common history"
10423msgstr ""
10424
10425#: common-cmds.h:13
10426msgid "collaborate (see also: git help workflows)"
10427msgstr ""
10428
10429#: common-cmds.h:17
10430msgid "Add file contents to the index"
10431msgstr ""
10432
10433#: common-cmds.h:18
10434msgid "Use binary search to find the commit that introduced a bug"
10435msgstr ""
10436
10437#: common-cmds.h:19
10438msgid "List, create, or delete branches"
10439msgstr ""
10440
10441#: common-cmds.h:20
10442msgid "Switch branches or restore working tree files"
10443msgstr ""
10444
10445#: common-cmds.h:21
10446msgid "Clone a repository into a new directory"
10447msgstr ""
10448
10449#: common-cmds.h:22
10450msgid "Record changes to the repository"
10451msgstr ""
10452
10453#: common-cmds.h:23
10454msgid "Show changes between commits, commit and working tree, etc"
10455msgstr ""
10456
10457#: common-cmds.h:24
10458msgid "Download objects and refs from another repository"
10459msgstr ""
10460
10461#: common-cmds.h:25
10462msgid "Print lines matching a pattern"
10463msgstr ""
10464
10465#: common-cmds.h:26
10466msgid "Create an empty Git repository or reinitialize an existing one"
10467msgstr ""
10468
10469#: common-cmds.h:27
10470msgid "Show commit logs"
10471msgstr ""
10472
10473#: common-cmds.h:28
10474msgid "Join two or more development histories together"
10475msgstr ""
10476
10477#: common-cmds.h:29
10478msgid "Move or rename a file, a directory, or a symlink"
10479msgstr ""
10480
10481#: common-cmds.h:30
10482msgid "Fetch from and integrate with another repository or a local branch"
10483msgstr ""
10484
10485#: common-cmds.h:31
10486msgid "Update remote refs along with associated objects"
10487msgstr ""
10488
10489#: common-cmds.h:32
10490msgid "Forward-port local commits to the updated upstream head"
10491msgstr ""
10492
10493#: common-cmds.h:33
10494msgid "Reset current HEAD to the specified state"
10495msgstr ""
10496
10497#: common-cmds.h:34
10498msgid "Remove files from the working tree and from the index"
10499msgstr ""
10500
10501#: common-cmds.h:35
10502msgid "Show various types of objects"
10503msgstr ""
10504
10505#: common-cmds.h:36
10506msgid "Show the working tree status"
10507msgstr ""
10508
10509#: common-cmds.h:37
10510msgid "Create, list, delete or verify a tag object signed with GPG"
10511msgstr ""
10512
10513#: parse-options.h:145
10514msgid "expiry-date"
10515msgstr ""
10516
10517#: parse-options.h:160
10518msgid "no-op (backward compatibility)"
10519msgstr ""
10520
10521#: parse-options.h:236
10522msgid "be more verbose"
10523msgstr ""
10524
10525#: parse-options.h:238
10526msgid "be more quiet"
10527msgstr ""
10528
10529#: parse-options.h:244
10530msgid "use <n> digits to display SHA-1s"
10531msgstr ""
10532
10533#: rerere.h:28
10534msgid "update the index with reused conflict resolution if possible"
10535msgstr ""
10536
10537#: git-bisect.sh:50
10538msgid "You need to start by \"git bisect start\""
10539msgstr ""
10540
10541#. TRANSLATORS: Make sure to include [Y] and [n] in your
10542#. translation. The program will only accept English input
10543#. at this point.
10544#: git-bisect.sh:56
10545msgid "Do you want me to do it for you [Y/n]? "
10546msgstr ""
10547
10548#: git-bisect.sh:99
10549#, sh-format
10550msgid "unrecognised option: '$arg'"
10551msgstr ""
10552
10553#: git-bisect.sh:103
10554#, sh-format
10555msgid "'$arg' does not appear to be a valid revision"
10556msgstr ""
10557
10558#: git-bisect.sh:132
10559msgid "Bad HEAD - I need a HEAD"
10560msgstr ""
10561
10562#: git-bisect.sh:145
10563#, sh-format
10564msgid ""
10565"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
10566msgstr ""
10567
10568#: git-bisect.sh:155
10569msgid "won't bisect on cg-seek'ed tree"
10570msgstr ""
10571
10572#: git-bisect.sh:159
10573msgid "Bad HEAD - strange symbolic ref"
10574msgstr ""
10575
10576#: git-bisect.sh:211
10577#, sh-format
10578msgid "Bad bisect_write argument: $state"
10579msgstr ""
10580
10581#: git-bisect.sh:240
10582#, sh-format
10583msgid "Bad rev input: $arg"
10584msgstr ""
10585
10586#: git-bisect.sh:255
10587msgid "Please call 'bisect_state' with at least one argument."
10588msgstr ""
10589
10590#: git-bisect.sh:267
10591#, sh-format
10592msgid "Bad rev input: $rev"
10593msgstr ""
10594
10595#: git-bisect.sh:276
10596#, sh-format
10597msgid "'git bisect $TERM_BAD' can take only one argument."
10598msgstr ""
10599
10600#: git-bisect.sh:299
10601#, sh-format
10602msgid "Warning: bisecting only with a $TERM_BAD commit."
10603msgstr ""
10604
10605#. TRANSLATORS: Make sure to include [Y] and [n] in your
10606#. translation. The program will only accept English input
10607#. at this point.
10608#: git-bisect.sh:305
10609msgid "Are you sure [Y/n]? "
10610msgstr ""
10611
10612#: git-bisect.sh:317
10613#, sh-format
10614msgid ""
10615"You need to give me at least one $bad_syn and one $good_syn revision.\n"
10616"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
10617msgstr ""
10618
10619#: git-bisect.sh:320
10620#, sh-format
10621msgid ""
10622"You need to start by \"git bisect start\".\n"
10623"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
10624"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
10625msgstr ""
10626
10627#: git-bisect.sh:391 git-bisect.sh:521
10628msgid "We are not bisecting."
10629msgstr ""
10630
10631#: git-bisect.sh:398
10632#, sh-format
10633msgid "'$invalid' is not a valid commit"
10634msgstr ""
10635
10636#: git-bisect.sh:407
10637#, sh-format
10638msgid ""
10639"Could not check out original HEAD '$branch'.\n"
10640"Try 'git bisect reset <commit>'."
10641msgstr ""
10642
10643#: git-bisect.sh:435
10644msgid "No logfile given"
10645msgstr ""
10646
10647#: git-bisect.sh:436
10648#, sh-format
10649msgid "cannot read $file for replaying"
10650msgstr ""
10651
10652#: git-bisect.sh:455
10653msgid "?? what are you talking about?"
10654msgstr ""
10655
10656#: git-bisect.sh:467
10657#, sh-format
10658msgid "running $command"
10659msgstr ""
10660
10661#: git-bisect.sh:474
10662#, sh-format
10663msgid ""
10664"bisect run failed:\n"
10665"exit code $res from '$command' is < 0 or >= 128"
10666msgstr ""
10667
10668#: git-bisect.sh:500
10669msgid "bisect run cannot continue any more"
10670msgstr ""
10671
10672#: git-bisect.sh:506
10673#, sh-format
10674msgid ""
10675"bisect run failed:\n"
10676"'bisect_state $state' exited with error code $res"
10677msgstr ""
10678
10679#: git-bisect.sh:513
10680msgid "bisect run success"
10681msgstr ""
10682
10683#: git-bisect.sh:548
10684#, sh-format
10685msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
10686msgstr ""
10687
10688#: git-rebase.sh:57
10689msgid ""
10690"When you have resolved this problem, run \"git rebase --continue\".\n"
10691"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
10692"To check out the original branch and stop rebasing, run \"git rebase --abort"
10693"\"."
10694msgstr ""
10695
10696#: git-rebase.sh:165
10697msgid "Applied autostash."
10698msgstr ""
10699
10700#: git-rebase.sh:168
10701#, sh-format
10702msgid "Cannot store $stash_sha1"
10703msgstr ""
10704
10705#: git-rebase.sh:169
10706msgid ""
10707"Applying autostash resulted in conflicts.\n"
10708"Your changes are safe in the stash.\n"
10709"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
10710msgstr ""
10711
10712#: git-rebase.sh:208
10713msgid "The pre-rebase hook refused to rebase."
10714msgstr ""
10715
10716#: git-rebase.sh:213
10717msgid "It looks like git-am is in progress. Cannot rebase."
10718msgstr ""
10719
10720#: git-rebase.sh:351
10721msgid "The --exec option must be used with the --interactive option"
10722msgstr ""
10723
10724#: git-rebase.sh:356
10725msgid "No rebase in progress?"
10726msgstr ""
10727
10728#: git-rebase.sh:367
10729msgid "The --edit-todo action can only be used during interactive rebase."
10730msgstr ""
10731
10732#: git-rebase.sh:374
10733msgid "Cannot read HEAD"
10734msgstr ""
10735
10736#: git-rebase.sh:377
10737msgid ""
10738"You must edit all merge conflicts and then\n"
10739"mark them as resolved using git add"
10740msgstr ""
10741
10742#: git-rebase.sh:395
10743#, sh-format
10744msgid "Could not move back to $head_name"
10745msgstr ""
10746
10747#: git-rebase.sh:414
10748#, sh-format
10749msgid ""
10750"It seems that there is already a $state_dir_base directory, and\n"
10751"I wonder if you are in the middle of another rebase.  If that is the\n"
10752"case, please try\n"
10753"\t$cmd_live_rebase\n"
10754"If that is not the case, please\n"
10755"\t$cmd_clear_stale_rebase\n"
10756"and run me again.  I am stopping in case you still have something\n"
10757"valuable there."
10758msgstr ""
10759
10760#: git-rebase.sh:465
10761#, sh-format
10762msgid "invalid upstream $upstream_name"
10763msgstr ""
10764
10765#: git-rebase.sh:489
10766#, sh-format
10767msgid "$onto_name: there are more than one merge bases"
10768msgstr ""
10769
10770#: git-rebase.sh:492 git-rebase.sh:496
10771#, sh-format
10772msgid "$onto_name: there is no merge base"
10773msgstr ""
10774
10775#: git-rebase.sh:501
10776#, sh-format
10777msgid "Does not point to a valid commit: $onto_name"
10778msgstr ""
10779
10780#: git-rebase.sh:524
10781#, sh-format
10782msgid "fatal: no such branch: $branch_name"
10783msgstr ""
10784
10785#: git-rebase.sh:557
10786msgid "Cannot autostash"
10787msgstr ""
10788
10789#: git-rebase.sh:562
10790#, sh-format
10791msgid "Created autostash: $stash_abbrev"
10792msgstr ""
10793
10794#: git-rebase.sh:566
10795msgid "Please commit or stash them."
10796msgstr ""
10797
10798#: git-rebase.sh:586
10799#, sh-format
10800msgid "Current branch $branch_name is up to date."
10801msgstr ""
10802
10803#: git-rebase.sh:590
10804#, sh-format
10805msgid "Current branch $branch_name is up to date, rebase forced."
10806msgstr ""
10807
10808#: git-rebase.sh:601
10809#, sh-format
10810msgid "Changes from $mb to $onto:"
10811msgstr ""
10812
10813#: git-rebase.sh:610
10814msgid "First, rewinding head to replay your work on top of it..."
10815msgstr ""
10816
10817#: git-rebase.sh:620
10818#, sh-format
10819msgid "Fast-forwarded $branch_name to $onto_name."
10820msgstr ""
10821
10822#: git-stash.sh:51
10823msgid "git stash clear with parameters is unimplemented"
10824msgstr ""
10825
10826#: git-stash.sh:74
10827msgid "You do not have the initial commit yet"
10828msgstr ""
10829
10830#: git-stash.sh:89
10831msgid "Cannot save the current index state"
10832msgstr ""
10833
10834#: git-stash.sh:124 git-stash.sh:137
10835msgid "Cannot save the current worktree state"
10836msgstr ""
10837
10838#: git-stash.sh:141
10839msgid "No changes selected"
10840msgstr ""
10841
10842#: git-stash.sh:144
10843msgid "Cannot remove temporary index (can't happen)"
10844msgstr ""
10845
10846#: git-stash.sh:157
10847msgid "Cannot record working tree state"
10848msgstr ""
10849
10850#: git-stash.sh:189
10851#, sh-format
10852msgid "Cannot update $ref_stash with $w_commit"
10853msgstr ""
10854
10855#. TRANSLATORS: $option is an invalid option, like
10856#. `--blah-blah'. The 7 spaces at the beginning of the
10857#. second line correspond to "error: ". So you should line
10858#. up the second line with however many characters the
10859#. translation of "error: " takes in your language. E.g. in
10860#. English this is:
10861#.
10862#. $ git stash save --blah-blah 2>&1 | head -n 2
10863#. error: unknown option for 'stash save': --blah-blah
10864#. To provide a message, use git stash save -- '--blah-blah'
10865#: git-stash.sh:239
10866#, sh-format
10867msgid ""
10868"error: unknown option for 'stash save': $option\n"
10869"       To provide a message, use git stash save -- '$option'"
10870msgstr ""
10871
10872#: git-stash.sh:260
10873msgid "No local changes to save"
10874msgstr ""
10875
10876#: git-stash.sh:264
10877msgid "Cannot initialize stash"
10878msgstr ""
10879
10880#: git-stash.sh:268
10881msgid "Cannot save the current status"
10882msgstr ""
10883
10884#: git-stash.sh:286
10885msgid "Cannot remove worktree changes"
10886msgstr ""
10887
10888#: git-stash.sh:387
10889#, sh-format
10890msgid "unknown option: $opt"
10891msgstr ""
10892
10893#: git-stash.sh:397
10894msgid "No stash found."
10895msgstr ""
10896
10897#: git-stash.sh:404
10898#, sh-format
10899msgid "Too many revisions specified: $REV"
10900msgstr ""
10901
10902#: git-stash.sh:410
10903#, sh-format
10904msgid "$reference is not a valid reference"
10905msgstr ""
10906
10907#: git-stash.sh:438
10908#, sh-format
10909msgid "'$args' is not a stash-like commit"
10910msgstr ""
10911
10912#: git-stash.sh:449
10913#, sh-format
10914msgid "'$args' is not a stash reference"
10915msgstr ""
10916
10917#: git-stash.sh:457
10918msgid "unable to refresh index"
10919msgstr ""
10920
10921#: git-stash.sh:461
10922msgid "Cannot apply a stash in the middle of a merge"
10923msgstr ""
10924
10925#: git-stash.sh:469
10926msgid "Conflicts in index. Try without --index."
10927msgstr ""
10928
10929#: git-stash.sh:471
10930msgid "Could not save index tree"
10931msgstr ""
10932
10933#: git-stash.sh:505
10934msgid "Cannot unstage modified files"
10935msgstr ""
10936
10937#: git-stash.sh:520
10938msgid "Index was not unstashed."
10939msgstr ""
10940
10941#: git-stash.sh:543
10942#, sh-format
10943msgid "Dropped ${REV} ($s)"
10944msgstr ""
10945
10946#: git-stash.sh:544
10947#, sh-format
10948msgid "${REV}: Could not drop stash entry"
10949msgstr ""
10950
10951#: git-stash.sh:552
10952msgid "No branch name specified"
10953msgstr ""
10954
10955#: git-stash.sh:624
10956msgid "(To restore them type \"git stash apply\")"
10957msgstr ""
10958
10959#: git-submodule.sh:95
10960#, sh-format
10961msgid "cannot strip one component off url '$remoteurl'"
10962msgstr ""
10963
10964#: git-submodule.sh:237
10965#, sh-format
10966msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
10967msgstr ""
10968
10969#: git-submodule.sh:287
10970#, sh-format
10971msgid "Clone of '$url' into submodule path '$sm_path' failed"
10972msgstr ""
10973
10974#: git-submodule.sh:296
10975#, sh-format
10976msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
10977msgstr ""
10978
10979#: git-submodule.sh:406
10980msgid "Relative path can only be used from the toplevel of the working tree"
10981msgstr ""
10982
10983#: git-submodule.sh:416
10984#, sh-format
10985msgid "repo URL: '$repo' must be absolute or begin with ./|../"
10986msgstr ""
10987
10988#: git-submodule.sh:433
10989#, sh-format
10990msgid "'$sm_path' already exists in the index"
10991msgstr ""
10992
10993#: git-submodule.sh:437
10994#, sh-format
10995msgid ""
10996"The following path is ignored by one of your .gitignore files:\n"
10997"$sm_path\n"
10998"Use -f if you really want to add it."
10999msgstr ""
11000
11001#: git-submodule.sh:455
11002#, sh-format
11003msgid "Adding existing repo at '$sm_path' to the index"
11004msgstr ""
11005
11006#: git-submodule.sh:457
11007#, sh-format
11008msgid "'$sm_path' already exists and is not a valid git repo"
11009msgstr ""
11010
11011#: git-submodule.sh:465
11012#, sh-format
11013msgid "A git directory for '$sm_name' is found locally with remote(s):"
11014msgstr ""
11015
11016#: git-submodule.sh:467
11017#, sh-format
11018msgid ""
11019"If you want to reuse this local git directory instead of cloning again from"
11020msgstr ""
11021
11022#: git-submodule.sh:469
11023#, sh-format
11024msgid ""
11025"use the '--force' option. If the local git directory is not the correct repo"
11026msgstr ""
11027
11028#: git-submodule.sh:470
11029#, sh-format
11030msgid ""
11031"or you are unsure what this means choose another name with the '--name' "
11032"option."
11033msgstr ""
11034
11035#: git-submodule.sh:472
11036#, sh-format
11037msgid "Reactivating local git directory for submodule '$sm_name'."
11038msgstr ""
11039
11040#: git-submodule.sh:484
11041#, sh-format
11042msgid "Unable to checkout submodule '$sm_path'"
11043msgstr ""
11044
11045#: git-submodule.sh:489
11046#, sh-format
11047msgid "Failed to add submodule '$sm_path'"
11048msgstr ""
11049
11050#: git-submodule.sh:498
11051#, sh-format
11052msgid "Failed to register submodule '$sm_path'"
11053msgstr ""
11054
11055#: git-submodule.sh:542
11056#, sh-format
11057msgid "Entering '$prefix$displaypath'"
11058msgstr ""
11059
11060#: git-submodule.sh:562
11061#, sh-format
11062msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
11063msgstr ""
11064
11065#: git-submodule.sh:608
11066#, sh-format
11067msgid "No url found for submodule path '$displaypath' in .gitmodules"
11068msgstr ""
11069
11070#: git-submodule.sh:617
11071#, sh-format
11072msgid "Failed to register url for submodule path '$displaypath'"
11073msgstr ""
11074
11075#: git-submodule.sh:619
11076#, sh-format
11077msgid "Submodule '$name' ($url) registered for path '$displaypath'"
11078msgstr ""
11079
11080#: git-submodule.sh:636
11081#, sh-format
11082msgid "Failed to register update mode for submodule path '$displaypath'"
11083msgstr ""
11084
11085#: git-submodule.sh:674
11086#, sh-format
11087msgid "Use '.' if you really want to deinitialize all submodules"
11088msgstr ""
11089
11090#: git-submodule.sh:691
11091#, sh-format
11092msgid "Submodule work tree '$displaypath' contains a .git directory"
11093msgstr ""
11094
11095#: git-submodule.sh:692
11096#, sh-format
11097msgid ""
11098"(use 'rm -rf' if you really want to remove it including all of its history)"
11099msgstr ""
11100
11101#: git-submodule.sh:698
11102#, sh-format
11103msgid ""
11104"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
11105"discard them"
11106msgstr ""
11107
11108#: git-submodule.sh:701
11109#, sh-format
11110msgid "Cleared directory '$displaypath'"
11111msgstr ""
11112
11113#: git-submodule.sh:702
11114#, sh-format
11115msgid "Could not remove submodule work tree '$displaypath'"
11116msgstr ""
11117
11118#: git-submodule.sh:705
11119#, sh-format
11120msgid "Could not create empty submodule directory '$displaypath'"
11121msgstr ""
11122
11123#: git-submodule.sh:714
11124#, sh-format
11125msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11126msgstr ""
11127
11128#: git-submodule.sh:830
11129#, sh-format
11130msgid ""
11131"Submodule path '$displaypath' not initialized\n"
11132"Maybe you want to use 'update --init'?"
11133msgstr ""
11134
11135#: git-submodule.sh:843
11136#, sh-format
11137msgid "Unable to find current revision in submodule path '$displaypath'"
11138msgstr ""
11139
11140#: git-submodule.sh:852
11141#, sh-format
11142msgid "Unable to fetch in submodule path '$sm_path'"
11143msgstr ""
11144
11145#: git-submodule.sh:876
11146#, sh-format
11147msgid "Unable to fetch in submodule path '$displaypath'"
11148msgstr ""
11149
11150#: git-submodule.sh:890
11151#, sh-format
11152msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11153msgstr ""
11154
11155#: git-submodule.sh:891
11156#, sh-format
11157msgid "Submodule path '$displaypath': checked out '$sha1'"
11158msgstr ""
11159
11160#: git-submodule.sh:895
11161#, sh-format
11162msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11163msgstr ""
11164
11165#: git-submodule.sh:896
11166#, sh-format
11167msgid "Submodule path '$displaypath': rebased into '$sha1'"
11168msgstr ""
11169
11170#: git-submodule.sh:901
11171#, sh-format
11172msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11173msgstr ""
11174
11175#: git-submodule.sh:902
11176#, sh-format
11177msgid "Submodule path '$displaypath': merged in '$sha1'"
11178msgstr ""
11179
11180#: git-submodule.sh:907
11181#, sh-format
11182msgid ""
11183"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
11184msgstr ""
11185
11186#: git-submodule.sh:908
11187#, sh-format
11188msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
11189msgstr ""
11190
11191#: git-submodule.sh:938
11192#, sh-format
11193msgid "Failed to recurse into submodule path '$displaypath'"
11194msgstr ""
11195
11196#: git-submodule.sh:1046
11197msgid "The --cached option cannot be used with the --files option"
11198msgstr ""
11199
11200#: git-submodule.sh:1098
11201#, sh-format
11202msgid "unexpected mode $mod_dst"
11203msgstr ""
11204
11205#: git-submodule.sh:1118
11206#, sh-format
11207msgid "  Warn: $display_name doesn't contain commit $sha1_src"
11208msgstr ""
11209
11210#: git-submodule.sh:1121
11211#, sh-format
11212msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
11213msgstr ""
11214
11215#: git-submodule.sh:1124
11216#, sh-format
11217msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11218msgstr ""
11219
11220#: git-submodule.sh:1149
11221msgid "blob"
11222msgstr ""
11223
11224#: git-submodule.sh:1267
11225#, sh-format
11226msgid "Failed to recurse into submodule path '$sm_path'"
11227msgstr ""
11228
11229#: git-submodule.sh:1331
11230#, sh-format
11231msgid "Synchronizing submodule url for '$displaypath'"
11232msgstr ""