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