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