1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2012-08-06 23:47+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c:40 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#. 27#. * Message used both when 'git commit' fails and when 28#. * other commands doing a merge do. 29#. 30#: advice.c:70 31msgid "" 32"Fix them up in the work tree,\n" 33"and then use 'git add/rm <file>' as\n" 34"appropriate to mark resolution and make a commit,\n" 35"or use 'git commit -a'." 36msgstr "" 37 38#: bundle.c:36 39#, c-format 40msgid "'%s' does not look like a v2 bundle file" 41msgstr "" 42 43#: bundle.c:63 44#, c-format 45msgid "unrecognized header: %s%s (%d)" 46msgstr "" 47 48#: bundle.c:89 builtin/commit.c:699 49#, c-format 50msgid "could not open '%s'" 51msgstr "" 52 53#: bundle.c:140 54msgid "Repository lacks these prerequisite commits:" 55msgstr "" 56 57#: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:290 58#: builtin/log.c:726 builtin/log.c:1316 builtin/log.c:1535 builtin/merge.c:347 59#: builtin/shortlog.c:181 60msgid "revision walk setup failed" 61msgstr "" 62 63#: bundle.c:186 64#, c-format 65msgid "The bundle contains %d ref" 66msgid_plural "The bundle contains %d refs" 67msgstr[0] "" 68msgstr[1] "" 69 70#: bundle.c:192 71msgid "The bundle records a complete history." 72msgstr "" 73 74#: bundle.c:195 75#, c-format 76msgid "The bundle requires this ref" 77msgid_plural "The bundle requires these %d refs" 78msgstr[0] "" 79msgstr[1] "" 80 81#: bundle.c:294 82msgid "rev-list died" 83msgstr "" 84 85#: bundle.c:300 builtin/log.c:1212 builtin/shortlog.c:284 86#, c-format 87msgid "unrecognized argument: %s" 88msgstr "" 89 90#: bundle.c:335 91#, c-format 92msgid "ref '%s' is excluded by the rev-list options" 93msgstr "" 94 95#: bundle.c:380 96msgid "Refusing to create empty bundle." 97msgstr "" 98 99#: bundle.c:398 100msgid "Could not spawn pack-objects" 101msgstr "" 102 103#: bundle.c:416 104msgid "pack-objects died" 105msgstr "" 106 107#: bundle.c:419 108#, c-format 109msgid "cannot create '%s'" 110msgstr "" 111 112#: bundle.c:441 113msgid "index-pack died" 114msgstr "" 115 116#: commit.c:48 117#, c-format 118msgid "could not parse %s" 119msgstr "" 120 121#: commit.c:50 122#, c-format 123msgid "%s %s is not a commit!" 124msgstr "" 125 126#: compat/obstack.c:406 compat/obstack.c:408 127msgid "memory exhausted" 128msgstr "" 129 130#: connected.c:39 131msgid "Could not run 'git rev-list'" 132msgstr "" 133 134#: connected.c:48 135#, c-format 136msgid "failed write to rev-list: %s" 137msgstr "" 138 139#: connected.c:56 140#, c-format 141msgid "failed to close rev-list's stdin: %s" 142msgstr "" 143 144#: date.c:95 145msgid "in the future" 146msgstr "" 147 148#: date.c:101 149#, c-format 150msgid "%lu second ago" 151msgid_plural "%lu seconds ago" 152msgstr[0] "" 153msgstr[1] "" 154 155#: date.c:108 156#, c-format 157msgid "%lu minute ago" 158msgid_plural "%lu minutes ago" 159msgstr[0] "" 160msgstr[1] "" 161 162#: date.c:115 163#, c-format 164msgid "%lu hour ago" 165msgid_plural "%lu hours ago" 166msgstr[0] "" 167msgstr[1] "" 168 169#: date.c:122 170#, c-format 171msgid "%lu day ago" 172msgid_plural "%lu days ago" 173msgstr[0] "" 174msgstr[1] "" 175 176#: date.c:128 177#, c-format 178msgid "%lu week ago" 179msgid_plural "%lu weeks ago" 180msgstr[0] "" 181msgstr[1] "" 182 183#: date.c:135 184#, c-format 185msgid "%lu month ago" 186msgid_plural "%lu months ago" 187msgstr[0] "" 188msgstr[1] "" 189 190#: date.c:146 191#, c-format 192msgid "%lu year" 193msgid_plural "%lu years" 194msgstr[0] "" 195msgstr[1] "" 196 197#: date.c:149 198#, c-format 199msgid "%s, %lu month ago" 200msgid_plural "%s, %lu months ago" 201msgstr[0] "" 202msgstr[1] "" 203 204#: date.c:154 date.c:159 205#, c-format 206msgid "%lu year ago" 207msgid_plural "%lu years ago" 208msgstr[0] "" 209msgstr[1] "" 210 211#: diff.c:105 212#, c-format 213msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 214msgstr "" 215 216#: diff.c:110 217#, c-format 218msgid " Unknown dirstat parameter '%.*s'\n" 219msgstr "" 220 221#: diff.c:210 222#, c-format 223msgid "" 224"Found errors in 'diff.dirstat' config variable:\n" 225"%s" 226msgstr "" 227 228#: diff.c:1400 229msgid " 0 files changed" 230msgstr "" 231 232#: diff.c:1404 233#, c-format 234msgid " %d file changed" 235msgid_plural " %d files changed" 236msgstr[0] "" 237msgstr[1] "" 238 239#: diff.c:1421 240#, c-format 241msgid ", %d insertion(+)" 242msgid_plural ", %d insertions(+)" 243msgstr[0] "" 244msgstr[1] "" 245 246#: diff.c:1432 247#, c-format 248msgid ", %d deletion(-)" 249msgid_plural ", %d deletions(-)" 250msgstr[0] "" 251msgstr[1] "" 252 253#: diff.c:3461 254#, c-format 255msgid "" 256"Failed to parse --dirstat/-X option parameter:\n" 257"%s" 258msgstr "" 259 260#: gpg-interface.c:59 261msgid "could not run gpg." 262msgstr "" 263 264#: gpg-interface.c:71 265msgid "gpg did not accept the data" 266msgstr "" 267 268#: gpg-interface.c:82 269msgid "gpg failed to sign the data" 270msgstr "" 271 272#: grep.c:1320 273#, c-format 274msgid "'%s': unable to read %s" 275msgstr "" 276 277#: grep.c:1337 278#, c-format 279msgid "'%s': %s" 280msgstr "" 281 282#: grep.c:1348 283#, c-format 284msgid "'%s': short read %s" 285msgstr "" 286 287#: help.c:212 288#, c-format 289msgid "available git commands in '%s'" 290msgstr "" 291 292#: help.c:219 293msgid "git commands available from elsewhere on your $PATH" 294msgstr "" 295 296#: help.c:275 297#, c-format 298msgid "" 299"'%s' appears to be a git command, but we were not\n" 300"able to execute it. Maybe git-%s is broken?" 301msgstr "" 302 303#: help.c:332 304msgid "Uh oh. Your system reports no Git commands at all." 305msgstr "" 306 307#: help.c:354 308#, c-format 309msgid "" 310"WARNING: You called a Git command named '%s', which does not exist.\n" 311"Continuing under the assumption that you meant '%s'" 312msgstr "" 313 314#: help.c:359 315#, c-format 316msgid "in %0.1f seconds automatically..." 317msgstr "" 318 319#: help.c:366 320#, c-format 321msgid "git: '%s' is not a git command. See 'git --help'." 322msgstr "" 323 324#: help.c:370 325msgid "" 326"\n" 327"Did you mean this?" 328msgid_plural "" 329"\n" 330"Did you mean one of these?" 331msgstr[0] "" 332msgstr[1] "" 333 334#: merge-recursive.c:190 335#, c-format 336msgid "(bad commit)\n" 337msgstr "" 338 339#: merge-recursive.c:206 340#, c-format 341msgid "addinfo_cache failed for path '%s'" 342msgstr "" 343 344#: merge-recursive.c:268 345msgid "error building trees" 346msgstr "" 347 348#: merge-recursive.c:497 349msgid "diff setup failed" 350msgstr "" 351 352#: merge-recursive.c:627 353msgid "merge-recursive: disk full?" 354msgstr "" 355 356#: merge-recursive.c:690 357#, c-format 358msgid "failed to create path '%s'%s" 359msgstr "" 360 361#: merge-recursive.c:701 362#, c-format 363msgid "Removing %s to make room for subdirectory\n" 364msgstr "" 365 366#. something else exists 367#. .. but not some other error (who really cares what?) 368#: merge-recursive.c:715 merge-recursive.c:736 369msgid ": perhaps a D/F conflict?" 370msgstr "" 371 372#: merge-recursive.c:726 373#, c-format 374msgid "refusing to lose untracked file at '%s'" 375msgstr "" 376 377#: merge-recursive.c:766 378#, c-format 379msgid "cannot read object %s '%s'" 380msgstr "" 381 382#: merge-recursive.c:768 383#, c-format 384msgid "blob expected for %s '%s'" 385msgstr "" 386 387#: merge-recursive.c:791 builtin/clone.c:302 388#, c-format 389msgid "failed to open '%s'" 390msgstr "" 391 392#: merge-recursive.c:799 393#, c-format 394msgid "failed to symlink '%s'" 395msgstr "" 396 397#: merge-recursive.c:802 398#, c-format 399msgid "do not know what to do with %06o %s '%s'" 400msgstr "" 401 402#: merge-recursive.c:939 403msgid "Failed to execute internal merge" 404msgstr "" 405 406#: merge-recursive.c:943 407#, c-format 408msgid "Unable to add %s to database" 409msgstr "" 410 411#: merge-recursive.c:959 412msgid "unsupported object type in the tree" 413msgstr "" 414 415#: merge-recursive.c:1038 merge-recursive.c:1052 416#, c-format 417msgid "" 418"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 419"in tree." 420msgstr "" 421 422#: merge-recursive.c:1044 merge-recursive.c:1057 423#, c-format 424msgid "" 425"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 426"in tree at %s." 427msgstr "" 428 429#: merge-recursive.c:1098 430msgid "rename" 431msgstr "" 432 433#: merge-recursive.c:1098 434msgid "renamed" 435msgstr "" 436 437#: merge-recursive.c:1154 438#, c-format 439msgid "%s is a directory in %s adding as %s instead" 440msgstr "" 441 442#: merge-recursive.c:1176 443#, c-format 444msgid "" 445"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 446"\"->\"%s\" in \"%s\"%s" 447msgstr "" 448 449#: merge-recursive.c:1181 450msgid " (left unresolved)" 451msgstr "" 452 453#: merge-recursive.c:1235 454#, c-format 455msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 456msgstr "" 457 458#: merge-recursive.c:1265 459#, c-format 460msgid "Renaming %s to %s and %s to %s instead" 461msgstr "" 462 463#: merge-recursive.c:1464 464#, c-format 465msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 466msgstr "" 467 468#: merge-recursive.c:1474 469#, c-format 470msgid "Adding merged %s" 471msgstr "" 472 473#: merge-recursive.c:1479 merge-recursive.c:1677 474#, c-format 475msgid "Adding as %s instead" 476msgstr "" 477 478#: merge-recursive.c:1530 479#, c-format 480msgid "cannot read object %s" 481msgstr "" 482 483#: merge-recursive.c:1533 484#, c-format 485msgid "object %s is not a blob" 486msgstr "" 487 488#: merge-recursive.c:1581 489msgid "modify" 490msgstr "" 491 492#: merge-recursive.c:1581 493msgid "modified" 494msgstr "" 495 496#: merge-recursive.c:1591 497msgid "content" 498msgstr "" 499 500#: merge-recursive.c:1598 501msgid "add/add" 502msgstr "" 503 504#: merge-recursive.c:1632 505#, c-format 506msgid "Skipped %s (merged same as existing)" 507msgstr "" 508 509#: merge-recursive.c:1646 510#, c-format 511msgid "Auto-merging %s" 512msgstr "" 513 514#: merge-recursive.c:1650 git-submodule.sh:844 515msgid "submodule" 516msgstr "" 517 518#: merge-recursive.c:1651 519#, c-format 520msgid "CONFLICT (%s): Merge conflict in %s" 521msgstr "" 522 523#: merge-recursive.c:1741 524#, c-format 525msgid "Removing %s" 526msgstr "" 527 528#: merge-recursive.c:1766 529msgid "file/directory" 530msgstr "" 531 532#: merge-recursive.c:1772 533msgid "directory/file" 534msgstr "" 535 536#: merge-recursive.c:1777 537#, c-format 538msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 539msgstr "" 540 541#: merge-recursive.c:1787 542#, c-format 543msgid "Adding %s" 544msgstr "" 545 546#: merge-recursive.c:1804 547msgid "Fatal merge failure, shouldn't happen." 548msgstr "" 549 550#: merge-recursive.c:1823 551msgid "Already up-to-date!" 552msgstr "" 553 554#: merge-recursive.c:1832 555#, c-format 556msgid "merging of trees %s and %s failed" 557msgstr "" 558 559#: merge-recursive.c:1862 560#, c-format 561msgid "Unprocessed path??? %s" 562msgstr "" 563 564#: merge-recursive.c:1907 565msgid "Merging:" 566msgstr "" 567 568#: merge-recursive.c:1920 569#, c-format 570msgid "found %u common ancestor:" 571msgid_plural "found %u common ancestors:" 572msgstr[0] "" 573msgstr[1] "" 574 575#: merge-recursive.c:1957 576msgid "merge returned no commit" 577msgstr "" 578 579#: merge-recursive.c:2014 580#, c-format 581msgid "Could not parse object '%s'" 582msgstr "" 583 584#: merge-recursive.c:2026 builtin/merge.c:697 585msgid "Unable to write index." 586msgstr "" 587 588#: parse-options.c:494 589msgid "..." 590msgstr "" 591 592#: parse-options.c:512 593#, c-format 594msgid "usage: %s" 595msgstr "" 596 597#. TRANSLATORS: the colon here should align with the 598#. one in "usage: %s" translation 599#: parse-options.c:516 600#, c-format 601msgid " or: %s" 602msgstr "" 603 604#: parse-options.c:519 605#, c-format 606msgid " %s" 607msgstr "" 608 609#: remote.c:1632 610#, c-format 611msgid "Your branch is ahead of '%s' by %d commit.\n" 612msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 613msgstr[0] "" 614msgstr[1] "" 615 616#: remote.c:1638 617#, c-format 618msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 619msgid_plural "" 620"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 621msgstr[0] "" 622msgstr[1] "" 623 624#: remote.c:1646 625#, c-format 626msgid "" 627"Your branch and '%s' have diverged,\n" 628"and have %d and %d different commit each, respectively.\n" 629msgid_plural "" 630"Your branch and '%s' have diverged,\n" 631"and have %d and %d different commits each, respectively.\n" 632msgstr[0] "" 633msgstr[1] "" 634 635#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978 636#: builtin/merge.c:1088 builtin/merge.c:1098 637#, c-format 638msgid "Could not open '%s' for writing" 639msgstr "" 640 641#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868 642#: builtin/merge.c:1090 builtin/merge.c:1103 643#, c-format 644msgid "Could not write to '%s'" 645msgstr "" 646 647#: sequencer.c:144 648msgid "" 649"after resolving the conflicts, mark the corrected paths\n" 650"with 'git add <paths>' or 'git rm <paths>'" 651msgstr "" 652 653#: sequencer.c:147 654msgid "" 655"after resolving the conflicts, mark the corrected paths\n" 656"with 'git add <paths>' or 'git rm <paths>'\n" 657"and commit the result with 'git commit'" 658msgstr "" 659 660#: sequencer.c:160 sequencer.c:758 sequencer.c:841 661#, c-format 662msgid "Could not write to %s" 663msgstr "" 664 665#: sequencer.c:163 666#, c-format 667msgid "Error wrapping up %s" 668msgstr "" 669 670#: sequencer.c:178 671msgid "Your local changes would be overwritten by cherry-pick." 672msgstr "" 673 674#: sequencer.c:180 675msgid "Your local changes would be overwritten by revert." 676msgstr "" 677 678#: sequencer.c:183 679msgid "Commit your changes or stash them to proceed." 680msgstr "" 681 682#. TRANSLATORS: %s will be "revert" or "cherry-pick" 683#: sequencer.c:233 684#, c-format 685msgid "%s: Unable to write new index file" 686msgstr "" 687 688#: sequencer.c:261 689msgid "Could not resolve HEAD commit\n" 690msgstr "" 691 692#: sequencer.c:282 693msgid "Unable to update cache tree\n" 694msgstr "" 695 696#: sequencer.c:324 697#, c-format 698msgid "Could not parse commit %s\n" 699msgstr "" 700 701#: sequencer.c:329 702#, c-format 703msgid "Could not parse parent commit %s\n" 704msgstr "" 705 706#: sequencer.c:395 707msgid "Your index file is unmerged." 708msgstr "" 709 710#: sequencer.c:398 711msgid "You do not have a valid HEAD" 712msgstr "" 713 714#: sequencer.c:413 715#, c-format 716msgid "Commit %s is a merge but no -m option was given." 717msgstr "" 718 719#: sequencer.c:421 720#, c-format 721msgid "Commit %s does not have parent %d" 722msgstr "" 723 724#: sequencer.c:425 725#, c-format 726msgid "Mainline was specified but commit %s is not a merge." 727msgstr "" 728 729#. TRANSLATORS: The first %s will be "revert" or 730#. "cherry-pick", the second %s a SHA1 731#: sequencer.c:436 732#, c-format 733msgid "%s: cannot parse parent commit %s" 734msgstr "" 735 736#: sequencer.c:440 737#, c-format 738msgid "Cannot get commit message for %s" 739msgstr "" 740 741#: sequencer.c:524 742#, c-format 743msgid "could not revert %s... %s" 744msgstr "" 745 746#: sequencer.c:525 747#, c-format 748msgid "could not apply %s... %s" 749msgstr "" 750 751#: sequencer.c:553 752msgid "empty commit set passed" 753msgstr "" 754 755#: sequencer.c:561 756#, c-format 757msgid "git %s: failed to read the index" 758msgstr "" 759 760#: sequencer.c:566 761#, c-format 762msgid "git %s: failed to refresh the index" 763msgstr "" 764 765#: sequencer.c:624 766#, c-format 767msgid "Cannot %s during a %s" 768msgstr "" 769 770#: sequencer.c:646 771#, c-format 772msgid "Could not parse line %d." 773msgstr "" 774 775#: sequencer.c:651 776msgid "No commits parsed." 777msgstr "" 778 779#: sequencer.c:664 780#, c-format 781msgid "Could not open %s" 782msgstr "" 783 784#: sequencer.c:668 785#, c-format 786msgid "Could not read %s." 787msgstr "" 788 789#: sequencer.c:675 790#, c-format 791msgid "Unusable instruction sheet: %s" 792msgstr "" 793 794#: sequencer.c:703 795#, c-format 796msgid "Invalid key: %s" 797msgstr "" 798 799#: sequencer.c:706 800#, c-format 801msgid "Invalid value for %s: %s" 802msgstr "" 803 804#: sequencer.c:718 805#, c-format 806msgid "Malformed options sheet: %s" 807msgstr "" 808 809#: sequencer.c:739 810msgid "a cherry-pick or revert is already in progress" 811msgstr "" 812 813#: sequencer.c:740 814msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 815msgstr "" 816 817#: sequencer.c:744 818#, c-format 819msgid "Could not create sequencer directory %s" 820msgstr "" 821 822#: sequencer.c:760 sequencer.c:845 823#, c-format 824msgid "Error wrapping up %s." 825msgstr "" 826 827#: sequencer.c:779 sequencer.c:913 828msgid "no cherry-pick or revert in progress" 829msgstr "" 830 831#: sequencer.c:781 832msgid "cannot resolve HEAD" 833msgstr "" 834 835#: sequencer.c:783 836msgid "cannot abort from a branch yet to be born" 837msgstr "" 838 839#: sequencer.c:805 builtin/apply.c:3988 840#, c-format 841msgid "cannot open %s: %s" 842msgstr "" 843 844#: sequencer.c:808 845#, c-format 846msgid "cannot read %s: %s" 847msgstr "" 848 849#: sequencer.c:809 850msgid "unexpected end of file" 851msgstr "" 852 853#: sequencer.c:815 854#, c-format 855msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 856msgstr "" 857 858#: sequencer.c:838 859#, c-format 860msgid "Could not format %s." 861msgstr "" 862 863#: sequencer.c:1000 864msgid "Can't revert as initial commit" 865msgstr "" 866 867#: sequencer.c:1001 868msgid "Can't cherry-pick into empty head" 869msgstr "" 870 871#: sha1_name.c:1044 872msgid "HEAD does not point to a branch" 873msgstr "" 874 875#: sha1_name.c:1047 876#, c-format 877msgid "No such branch: '%s'" 878msgstr "" 879 880#: sha1_name.c:1049 881#, c-format 882msgid "No upstream configured for branch '%s'" 883msgstr "" 884 885#: sha1_name.c:1052 886#, c-format 887msgid "Upstream branch '%s' not stored as a remote-tracking branch" 888msgstr "" 889 890#: wrapper.c:413 891#, c-format 892msgid "unable to look up current user in the passwd file: %s" 893msgstr "" 894 895#: wrapper.c:414 896msgid "no such user" 897msgstr "" 898 899#: wt-status.c:140 900msgid "Unmerged paths:" 901msgstr "" 902 903#: wt-status.c:167 wt-status.c:194 904#, c-format 905msgid " (use \"git reset %s <file>...\" to unstage)" 906msgstr "" 907 908#: wt-status.c:169 wt-status.c:196 909msgid " (use \"git rm --cached <file>...\" to unstage)" 910msgstr "" 911 912#: wt-status.c:173 913msgid " (use \"git add <file>...\" to mark resolution)" 914msgstr "" 915 916#: wt-status.c:175 wt-status.c:179 917msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 918msgstr "" 919 920#: wt-status.c:177 921msgid " (use \"git rm <file>...\" to mark resolution)" 922msgstr "" 923 924#: wt-status.c:188 925msgid "Changes to be committed:" 926msgstr "" 927 928#: wt-status.c:206 929msgid "Changes not staged for commit:" 930msgstr "" 931 932#: wt-status.c:210 933msgid " (use \"git add <file>...\" to update what will be committed)" 934msgstr "" 935 936#: wt-status.c:212 937msgid " (use \"git add/rm <file>...\" to update what will be committed)" 938msgstr "" 939 940#: wt-status.c:213 941msgid "" 942" (use \"git checkout -- <file>...\" to discard changes in working directory)" 943msgstr "" 944 945#: wt-status.c:215 946msgid " (commit or discard the untracked or modified content in submodules)" 947msgstr "" 948 949#: wt-status.c:224 950#, c-format 951msgid "%s files:" 952msgstr "" 953 954#: wt-status.c:227 955#, c-format 956msgid " (use \"git %s <file>...\" to include in what will be committed)" 957msgstr "" 958 959#: wt-status.c:244 960msgid "bug" 961msgstr "" 962 963#: wt-status.c:249 964msgid "both deleted:" 965msgstr "" 966 967#: wt-status.c:250 968msgid "added by us:" 969msgstr "" 970 971#: wt-status.c:251 972msgid "deleted by them:" 973msgstr "" 974 975#: wt-status.c:252 976msgid "added by them:" 977msgstr "" 978 979#: wt-status.c:253 980msgid "deleted by us:" 981msgstr "" 982 983#: wt-status.c:254 984msgid "both added:" 985msgstr "" 986 987#: wt-status.c:255 988msgid "both modified:" 989msgstr "" 990 991#: wt-status.c:285 992msgid "new commits, " 993msgstr "" 994 995#: wt-status.c:287 996msgid "modified content, " 997msgstr "" 998 999#: wt-status.c:2891000msgid "untracked content, "1001msgstr ""10021003#: wt-status.c:3031004#, c-format1005msgid "new file: %s"1006msgstr ""10071008#: wt-status.c:3061009#, c-format1010msgid "copied: %s -> %s"1011msgstr ""10121013#: wt-status.c:3091014#, c-format1015msgid "deleted: %s"1016msgstr ""10171018#: wt-status.c:3121019#, c-format1020msgid "modified: %s"1021msgstr ""10221023#: wt-status.c:3151024#, c-format1025msgid "renamed: %s -> %s"1026msgstr ""10271028#: wt-status.c:3181029#, c-format1030msgid "typechange: %s"1031msgstr ""10321033#: wt-status.c:3211034#, c-format1035msgid "unknown: %s"1036msgstr ""10371038#: wt-status.c:3241039#, c-format1040msgid "unmerged: %s"1041msgstr ""10421043#: wt-status.c:3271044#, c-format1045msgid "bug: unhandled diff status %c"1046msgstr ""10471048#: wt-status.c:7851049msgid "You have unmerged paths."1050msgstr ""10511052#: wt-status.c:788 wt-status.c:9121053msgid " (fix conflicts and run \"git commit\")"1054msgstr ""10551056#: wt-status.c:7911057msgid "All conflicts fixed but you are still merging."1058msgstr ""10591060#: wt-status.c:7941061msgid " (use \"git commit\" to conclude merge)"1062msgstr ""10631064#: wt-status.c:8041065msgid "You are in the middle of an am session."1066msgstr ""10671068#: wt-status.c:8071069msgid "The current patch is empty."1070msgstr ""10711072#: wt-status.c:8111073msgid " (fix conflicts and then run \"git am --resolved\")"1074msgstr ""10751076#: wt-status.c:8131077msgid " (use \"git am --skip\" to skip this patch)"1078msgstr ""10791080#: wt-status.c:8151081msgid " (use \"git am --abort\" to restore the original branch)"1082msgstr ""10831084#: wt-status.c:873 wt-status.c:8831085msgid "You are currently rebasing."1086msgstr ""10871088#: wt-status.c:8761089msgid " (fix conflicts and then run \"git rebase --continue\")"1090msgstr ""10911092#: wt-status.c:8781093msgid " (use \"git rebase --skip\" to skip this patch)"1094msgstr ""10951096#: wt-status.c:8801097msgid " (use \"git rebase --abort\" to check out the original branch)"1098msgstr ""10991100#: wt-status.c:8861101msgid " (all conflicts fixed: run \"git rebase --continue\")"1102msgstr ""11031104#: wt-status.c:8881105msgid "You are currently splitting a commit during a rebase."1106msgstr ""11071108#: wt-status.c:8911109msgid " (Once your working directory is clean, run \"git rebase --continue\")"1110msgstr ""11111112#: wt-status.c:8931113msgid "You are currently editing a commit during a rebase."1114msgstr ""11151116#: wt-status.c:8961117msgid " (use \"git commit --amend\" to amend the current commit)"1118msgstr ""11191120#: wt-status.c:8981121msgid ""1122" (use \"git rebase --continue\" once you are satisfied with your changes)"1123msgstr ""11241125#: wt-status.c:9081126msgid "You are currently cherry-picking."1127msgstr ""11281129#: wt-status.c:9151130msgid " (all conflicts fixed: run \"git commit\")"1131msgstr ""11321133#: wt-status.c:9241134msgid "You are currently bisecting."1135msgstr ""11361137#: wt-status.c:9271138msgid " (use \"git bisect reset\" to get back to the original branch)"1139msgstr ""11401141#: wt-status.c:9781142msgid "On branch "1143msgstr ""11441145#: wt-status.c:9851146msgid "Not currently on any branch."1147msgstr ""11481149#: wt-status.c:9971150msgid "Initial commit"1151msgstr ""11521153#: wt-status.c:10111154msgid "Untracked"1155msgstr ""11561157#: wt-status.c:10131158msgid "Ignored"1159msgstr ""11601161#: wt-status.c:10151162#, c-format1163msgid "Untracked files not listed%s"1164msgstr ""11651166#: wt-status.c:10171167msgid " (use -u option to show untracked files)"1168msgstr ""11691170#: wt-status.c:10231171msgid "No changes"1172msgstr ""11731174#: wt-status.c:10271175#, c-format1176msgid "no changes added to commit%s\n"1177msgstr ""11781179#: wt-status.c:10291180msgid " (use \"git add\" and/or \"git commit -a\")"1181msgstr ""11821183#: wt-status.c:10311184#, c-format1185msgid "nothing added to commit but untracked files present%s\n"1186msgstr ""11871188#: wt-status.c:10331189msgid " (use \"git add\" to track)"1190msgstr ""11911192#: wt-status.c:1035 wt-status.c:1038 wt-status.c:10411193#, c-format1194msgid "nothing to commit%s\n"1195msgstr ""11961197#: wt-status.c:10361198msgid " (create/copy files and use \"git add\" to track)"1199msgstr ""12001201#: wt-status.c:10391202msgid " (use -u to show untracked files)"1203msgstr ""12041205#: wt-status.c:10421206msgid " (working directory clean)"1207msgstr ""12081209#: wt-status.c:11501210msgid "HEAD (no branch)"1211msgstr ""12121213#: wt-status.c:11561214msgid "Initial commit on "1215msgstr ""12161217#: wt-status.c:11711218msgid "behind "1219msgstr ""12201221#: wt-status.c:1174 wt-status.c:11771222msgid "ahead "1223msgstr ""12241225#: wt-status.c:11791226msgid ", behind "1227msgstr ""12281229#: builtin/add.c:621230#, c-format1231msgid "unexpected diff status %c"1232msgstr ""12331234#: builtin/add.c:67 builtin/commit.c:2291235msgid "updating files failed"1236msgstr ""12371238#: builtin/add.c:771239#, c-format1240msgid "remove '%s'\n"1241msgstr ""12421243#: builtin/add.c:1761244#, c-format1245msgid "Path '%s' is in submodule '%.*s'"1246msgstr ""12471248#: builtin/add.c:1921249msgid "Unstaged changes after refreshing the index:"1250msgstr ""12511252#: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:1861253#, c-format1254msgid "pathspec '%s' did not match any files"1255msgstr ""12561257#: builtin/add.c:2091258#, c-format1259msgid "'%s' is beyond a symbolic link"1260msgstr ""12611262#: builtin/add.c:2761263msgid "Could not read the index"1264msgstr ""12651266#: builtin/add.c:2861267#, c-format1268msgid "Could not open '%s' for writing."1269msgstr ""12701271#: builtin/add.c:2901272msgid "Could not write patch"1273msgstr ""12741275#: builtin/add.c:2951276#, c-format1277msgid "Could not stat '%s'"1278msgstr ""12791280#: builtin/add.c:2971281msgid "Empty patch. Aborted."1282msgstr ""12831284#: builtin/add.c:3031285#, c-format1286msgid "Could not apply '%s'"1287msgstr ""12881289#: builtin/add.c:3121290msgid "The following paths are ignored by one of your .gitignore files:\n"1291msgstr ""12921293#: builtin/add.c:3521294#, c-format1295msgid "Use -f if you really want to add them.\n"1296msgstr ""12971298#: builtin/add.c:3531299msgid "no files added"1300msgstr ""13011302#: builtin/add.c:3591303msgid "adding files failed"1304msgstr ""13051306#: builtin/add.c:3911307msgid "-A and -u are mutually incompatible"1308msgstr ""13091310#: builtin/add.c:3931311msgid "Option --ignore-missing can only be used together with --dry-run"1312msgstr ""13131314#: builtin/add.c:4131315#, c-format1316msgid "Nothing specified, nothing added.\n"1317msgstr ""13181319#: builtin/add.c:4141320#, c-format1321msgid "Maybe you wanted to say 'git add .'?\n"1322msgstr ""13231324#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:821325#: builtin/rm.c:1621326msgid "index file corrupt"1327msgstr ""13281329#: builtin/add.c:480 builtin/apply.c:4433 builtin/mv.c:229 builtin/rm.c:2601330msgid "Unable to write new index file"1331msgstr ""13321333#: builtin/apply.c:571334msgid "git apply [options] [<patch>...]"1335msgstr ""13361337#: builtin/apply.c:1101338#, c-format1339msgid "unrecognized whitespace option '%s'"1340msgstr ""13411342#: builtin/apply.c:1251343#, c-format1344msgid "unrecognized whitespace ignore option '%s'"1345msgstr ""13461347#: builtin/apply.c:8241348#, c-format1349msgid "Cannot prepare timestamp regexp %s"1350msgstr ""13511352#: builtin/apply.c:8331353#, c-format1354msgid "regexec returned %d for input: %s"1355msgstr ""13561357#: builtin/apply.c:9141358#, c-format1359msgid "unable to find filename in patch at line %d"1360msgstr ""13611362#: builtin/apply.c:9461363#, c-format1364msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1365msgstr ""13661367#: builtin/apply.c:9501368#, c-format1369msgid "git apply: bad git-diff - inconsistent new filename on line %d"1370msgstr ""13711372#: builtin/apply.c:9511373#, c-format1374msgid "git apply: bad git-diff - inconsistent old filename on line %d"1375msgstr ""13761377#: builtin/apply.c:9581378#, c-format1379msgid "git apply: bad git-diff - expected /dev/null on line %d"1380msgstr ""13811382#: builtin/apply.c:14031383#, c-format1384msgid "recount: unexpected line: %.*s"1385msgstr ""13861387#: builtin/apply.c:14601388#, c-format1389msgid "patch fragment without header at line %d: %.*s"1390msgstr ""13911392#: builtin/apply.c:14771393#, c-format1394msgid ""1395"git diff header lacks filename information when removing %d leading pathname "1396"component (line %d)"1397msgid_plural ""1398"git diff header lacks filename information when removing %d leading pathname "1399"components (line %d)"1400msgstr[0] ""1401msgstr[1] ""14021403#: builtin/apply.c:16371404msgid "new file depends on old contents"1405msgstr ""14061407#: builtin/apply.c:16391408msgid "deleted file still has contents"1409msgstr ""14101411#: builtin/apply.c:16651412#, c-format1413msgid "corrupt patch at line %d"1414msgstr ""14151416#: builtin/apply.c:17011417#, c-format1418msgid "new file %s depends on old contents"1419msgstr ""14201421#: builtin/apply.c:17031422#, c-format1423msgid "deleted file %s still has contents"1424msgstr ""14251426#: builtin/apply.c:17061427#, c-format1428msgid "** warning: file %s becomes empty but is not deleted"1429msgstr ""14301431#: builtin/apply.c:18521432#, c-format1433msgid "corrupt binary patch at line %d: %.*s"1434msgstr ""14351436#. there has to be one hunk (forward hunk)1437#: builtin/apply.c:18811438#, c-format1439msgid "unrecognized binary patch at line %d"1440msgstr ""14411442#: builtin/apply.c:19671443#, c-format1444msgid "patch with only garbage at line %d"1445msgstr ""14461447#: builtin/apply.c:20571448#, c-format1449msgid "unable to read symlink %s"1450msgstr ""14511452#: builtin/apply.c:20611453#, c-format1454msgid "unable to open or read %s"1455msgstr ""14561457#: builtin/apply.c:21321458msgid "oops"1459msgstr ""14601461#: builtin/apply.c:26541462#, c-format1463msgid "invalid start of line: '%c'"1464msgstr ""14651466#: builtin/apply.c:27721467#, c-format1468msgid "Hunk #%d succeeded at %d (offset %d line)."1469msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1470msgstr[0] ""1471msgstr[1] ""14721473#: builtin/apply.c:27841474#, c-format1475msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1476msgstr ""14771478#: builtin/apply.c:27901479#, c-format1480msgid ""1481"while searching for:\n"1482"%.*s"1483msgstr ""14841485#: builtin/apply.c:28091486#, c-format1487msgid "missing binary patch data for '%s'"1488msgstr ""14891490#: builtin/apply.c:29121491#, c-format1492msgid "binary patch does not apply to '%s'"1493msgstr ""14941495#: builtin/apply.c:29181496#, c-format1497msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1498msgstr ""14991500#: builtin/apply.c:29391501#, c-format1502msgid "patch failed: %s:%ld"1503msgstr ""15041505#: builtin/apply.c:30611506#, c-format1507msgid "cannot checkout %s"1508msgstr ""15091510#: builtin/apply.c:3106 builtin/apply.c:3115 builtin/apply.c:31591511#, c-format1512msgid "read of %s failed"1513msgstr ""15141515#: builtin/apply.c:3139 builtin/apply.c:33611516#, c-format1517msgid "path %s has been renamed/deleted"1518msgstr ""15191520#: builtin/apply.c:3220 builtin/apply.c:33751521#, c-format1522msgid "%s: does not exist in index"1523msgstr ""15241525#: builtin/apply.c:3224 builtin/apply.c:3367 builtin/apply.c:33891526#, c-format1527msgid "%s: %s"1528msgstr ""15291530#: builtin/apply.c:3229 builtin/apply.c:33831531#, c-format1532msgid "%s: does not match index"1533msgstr ""15341535#: builtin/apply.c:33311536msgid "removal patch leaves file contents"1537msgstr ""15381539#: builtin/apply.c:34001540#, c-format1541msgid "%s: wrong type"1542msgstr ""15431544#: builtin/apply.c:34021545#, c-format1546msgid "%s has type %o, expected %o"1547msgstr ""15481549#: builtin/apply.c:35031550#, c-format1551msgid "%s: already exists in index"1552msgstr ""15531554#: builtin/apply.c:35061555#, c-format1556msgid "%s: already exists in working directory"1557msgstr ""15581559#: builtin/apply.c:35261560#, c-format1561msgid "new mode (%o) of %s does not match old mode (%o)"1562msgstr ""15631564#: builtin/apply.c:35311565#, c-format1566msgid "new mode (%o) of %s does not match old mode (%o) of %s"1567msgstr ""15681569#: builtin/apply.c:35391570#, c-format1571msgid "%s: patch does not apply"1572msgstr ""15731574#: builtin/apply.c:35521575#, c-format1576msgid "Checking patch %s..."1577msgstr ""15781579#: builtin/apply.c:3607 builtin/checkout.c:213 builtin/reset.c:1581580#, c-format1581msgid "make_cache_entry failed for path '%s'"1582msgstr ""15831584#: builtin/apply.c:37501585#, c-format1586msgid "unable to remove %s from index"1587msgstr ""15881589#: builtin/apply.c:37781590#, c-format1591msgid "corrupt patch for subproject %s"1592msgstr ""15931594#: builtin/apply.c:37821595#, c-format1596msgid "unable to stat newly created file '%s'"1597msgstr ""15981599#: builtin/apply.c:37871600#, c-format1601msgid "unable to create backing store for newly created file %s"1602msgstr ""16031604#: builtin/apply.c:3790 builtin/apply.c:38981605#, c-format1606msgid "unable to add cache entry for %s"1607msgstr ""16081609#: builtin/apply.c:38231610#, c-format1611msgid "closing file '%s'"1612msgstr ""16131614#: builtin/apply.c:38721615#, c-format1616msgid "unable to write file '%s' mode %o"1617msgstr ""16181619#: builtin/apply.c:39591620#, c-format1621msgid "Applied patch %s cleanly."1622msgstr ""16231624#: builtin/apply.c:39671625msgid "internal error"1626msgstr ""16271628#. Say this even without --verbose1629#: builtin/apply.c:39701630#, c-format1631msgid "Applying patch %%s with %d reject..."1632msgid_plural "Applying patch %%s with %d rejects..."1633msgstr[0] ""1634msgstr[1] ""16351636#: builtin/apply.c:39801637#, c-format1638msgid "truncating .rej filename to %.*s.rej"1639msgstr ""16401641#: builtin/apply.c:40011642#, c-format1643msgid "Hunk #%d applied cleanly."1644msgstr ""16451646#: builtin/apply.c:40041647#, c-format1648msgid "Rejected hunk #%d."1649msgstr ""16501651#: builtin/apply.c:41541652msgid "unrecognized input"1653msgstr ""16541655#: builtin/apply.c:41651656msgid "unable to read index file"1657msgstr ""16581659#: builtin/apply.c:4284 builtin/apply.c:42871660msgid "path"1661msgstr ""16621663#: builtin/apply.c:42851664msgid "don't apply changes matching the given path"1665msgstr ""16661667#: builtin/apply.c:42881668msgid "apply changes matching the given path"1669msgstr ""16701671#: builtin/apply.c:42901672msgid "num"1673msgstr ""16741675#: builtin/apply.c:42911676msgid "remove <num> leading slashes from traditional diff paths"1677msgstr ""16781679#: builtin/apply.c:42941680msgid "ignore additions made by the patch"1681msgstr ""16821683#: builtin/apply.c:42961684msgid "instead of applying the patch, output diffstat for the input"1685msgstr ""16861687#: builtin/apply.c:43001688msgid "shows number of added and deleted lines in decimal notation"1689msgstr ""16901691#: builtin/apply.c:43021692msgid "instead of applying the patch, output a summary for the input"1693msgstr ""16941695#: builtin/apply.c:43041696msgid "instead of applying the patch, see if the patch is applicable"1697msgstr ""16981699#: builtin/apply.c:43061700msgid "make sure the patch is applicable to the current index"1701msgstr ""17021703#: builtin/apply.c:43081704msgid "apply a patch without touching the working tree"1705msgstr ""17061707#: builtin/apply.c:43101708msgid "also apply the patch (use with --stat/--summary/--check)"1709msgstr ""17101711#: builtin/apply.c:43121712msgid "attempt three-way merge if a patch does not apply"1713msgstr ""17141715#: builtin/apply.c:43141716msgid "build a temporary index based on embedded index information"1717msgstr ""17181719#: builtin/apply.c:43161720msgid "paths are separated with NUL character"1721msgstr ""17221723#: builtin/apply.c:43191724msgid "ensure at least <n> lines of context match"1725msgstr ""17261727#: builtin/apply.c:43201728msgid "action"1729msgstr ""17301731#: builtin/apply.c:43211732msgid "detect new or modified lines that have whitespace errors"1733msgstr ""17341735#: builtin/apply.c:4324 builtin/apply.c:43271736msgid "ignore changes in whitespace when finding context"1737msgstr ""17381739#: builtin/apply.c:43301740msgid "apply the patch in reverse"1741msgstr ""17421743#: builtin/apply.c:43321744msgid "don't expect at least one line of context"1745msgstr ""17461747#: builtin/apply.c:43341748msgid "leave the rejected hunks in corresponding *.rej files"1749msgstr ""17501751#: builtin/apply.c:43361752msgid "allow overlapping hunks"1753msgstr ""17541755#: builtin/apply.c:43371756msgid "be verbose"1757msgstr ""17581759#: builtin/apply.c:43391760msgid "tolerate incorrectly detected missing new-line at the end of file"1761msgstr ""17621763#: builtin/apply.c:43421764msgid "do not trust the line counts in the hunk headers"1765msgstr ""17661767#: builtin/apply.c:43441768msgid "root"1769msgstr ""17701771#: builtin/apply.c:43451772msgid "prepend <root> to all filenames"1773msgstr ""17741775#: builtin/apply.c:43671776msgid "--3way outside a repository"1777msgstr ""17781779#: builtin/apply.c:43751780msgid "--index outside a repository"1781msgstr ""17821783#: builtin/apply.c:43781784msgid "--cached outside a repository"1785msgstr ""17861787#: builtin/apply.c:43941788#, c-format1789msgid "can't open patch '%s'"1790msgstr ""17911792#: builtin/apply.c:44081793#, c-format1794msgid "squelched %d whitespace error"1795msgid_plural "squelched %d whitespace errors"1796msgstr[0] ""1797msgstr[1] ""17981799#: builtin/apply.c:4414 builtin/apply.c:44241800#, c-format1801msgid "%d line adds whitespace errors."1802msgid_plural "%d lines add whitespace errors."1803msgstr[0] ""1804msgstr[1] ""18051806#: builtin/archive.c:171807#, c-format1808msgid "could not create archive file '%s'"1809msgstr ""18101811#: builtin/archive.c:201812msgid "could not redirect output"1813msgstr ""18141815#: builtin/archive.c:371816msgid "git archive: Remote with no URL"1817msgstr ""18181819#: builtin/archive.c:581820msgid "git archive: expected ACK/NAK, got EOF"1821msgstr ""18221823#: builtin/archive.c:631824#, c-format1825msgid "git archive: NACK %s"1826msgstr ""18271828#: builtin/archive.c:651829#, c-format1830msgid "remote error: %s"1831msgstr ""18321833#: builtin/archive.c:661834msgid "git archive: protocol error"1835msgstr ""18361837#: builtin/archive.c:711838msgid "git archive: expected a flush"1839msgstr ""18401841#: builtin/branch.c:1441842#, c-format1843msgid ""1844"deleting branch '%s' that has been merged to\n"1845" '%s', but not yet merged to HEAD."1846msgstr ""18471848#: builtin/branch.c:1481849#, c-format1850msgid ""1851"not deleting branch '%s' that is not yet merged to\n"1852" '%s', even though it is merged to HEAD."1853msgstr ""18541855#: builtin/branch.c:1801856msgid "cannot use -a with -d"1857msgstr ""18581859#: builtin/branch.c:1861860msgid "Couldn't look up commit object for HEAD"1861msgstr ""18621863#: builtin/branch.c:1911864#, c-format1865msgid "Cannot delete the branch '%s' which you are currently on."1866msgstr ""18671868#: builtin/branch.c:2021869#, c-format1870msgid "remote branch '%s' not found."1871msgstr ""18721873#: builtin/branch.c:2031874#, c-format1875msgid "branch '%s' not found."1876msgstr ""18771878#: builtin/branch.c:2101879#, c-format1880msgid "Couldn't look up commit object for '%s'"1881msgstr ""18821883#: builtin/branch.c:2161884#, c-format1885msgid ""1886"The branch '%s' is not fully merged.\n"1887"If you are sure you want to delete it, run 'git branch -D %s'."1888msgstr ""18891890#: builtin/branch.c:2251891#, c-format1892msgid "Error deleting remote branch '%s'"1893msgstr ""18941895#: builtin/branch.c:2261896#, c-format1897msgid "Error deleting branch '%s'"1898msgstr ""18991900#: builtin/branch.c:2331901#, c-format1902msgid "Deleted remote branch %s (was %s).\n"1903msgstr ""19041905#: builtin/branch.c:2341906#, c-format1907msgid "Deleted branch %s (was %s).\n"1908msgstr ""19091910#: builtin/branch.c:2391911msgid "Update of config-file failed"1912msgstr ""19131914#: builtin/branch.c:3371915#, c-format1916msgid "branch '%s' does not point at a commit"1917msgstr ""19181919#: builtin/branch.c:4091920#, c-format1921msgid "[%s: behind %d]"1922msgstr ""19231924#: builtin/branch.c:4111925#, c-format1926msgid "[behind %d]"1927msgstr ""19281929#: builtin/branch.c:4151930#, c-format1931msgid "[%s: ahead %d]"1932msgstr ""19331934#: builtin/branch.c:4171935#, c-format1936msgid "[ahead %d]"1937msgstr ""19381939#: builtin/branch.c:4201940#, c-format1941msgid "[%s: ahead %d, behind %d]"1942msgstr ""19431944#: builtin/branch.c:4231945#, c-format1946msgid "[ahead %d, behind %d]"1947msgstr ""19481949#: builtin/branch.c:5351950msgid "(no branch)"1951msgstr ""19521953#: builtin/branch.c:6001954msgid "some refs could not be read"1955msgstr ""19561957#: builtin/branch.c:6131958msgid "cannot rename the current branch while not on any."1959msgstr ""19601961#: builtin/branch.c:6231962#, c-format1963msgid "Invalid branch name: '%s'"1964msgstr ""19651966#: builtin/branch.c:6381967msgid "Branch rename failed"1968msgstr ""19691970#: builtin/branch.c:6421971#, c-format1972msgid "Renamed a misnamed branch '%s' away"1973msgstr ""19741975#: builtin/branch.c:6461976#, c-format1977msgid "Branch renamed to %s, but HEAD is not updated!"1978msgstr ""19791980#: builtin/branch.c:6531981msgid "Branch is renamed, but update of config-file failed"1982msgstr ""19831984#: builtin/branch.c:6681985#, c-format1986msgid "malformed object name %s"1987msgstr ""19881989#: builtin/branch.c:6921990#, c-format1991msgid "could not write branch description template: %s"1992msgstr ""19931994#: builtin/branch.c:7831995msgid "Failed to resolve HEAD as a valid ref."1996msgstr ""19971998#: builtin/branch.c:788 builtin/clone.c:5611999msgid "HEAD not found below refs/heads!"2000msgstr ""20012002#: builtin/branch.c:8082003msgid "--column and --verbose are incompatible"2004msgstr ""20052006#: builtin/branch.c:8572007msgid "-a and -r options to 'git branch' do not make sense with a branch name"2008msgstr ""20092010#: builtin/bundle.c:472011#, c-format2012msgid "%s is okay\n"2013msgstr ""20142015#: builtin/bundle.c:562016msgid "Need a repository to create a bundle."2017msgstr ""20182019#: builtin/bundle.c:602020msgid "Need a repository to unbundle."2021msgstr ""20222023#: builtin/checkout.c:114 builtin/checkout.c:1472024#, c-format2025msgid "path '%s' does not have our version"2026msgstr ""20272028#: builtin/checkout.c:116 builtin/checkout.c:1492029#, c-format2030msgid "path '%s' does not have their version"2031msgstr ""20322033#: builtin/checkout.c:1322034#, c-format2035msgid "path '%s' does not have all necessary versions"2036msgstr ""20372038#: builtin/checkout.c:1762039#, c-format2040msgid "path '%s' does not have necessary versions"2041msgstr ""20422043#: builtin/checkout.c:1932044#, c-format2045msgid "path '%s': cannot merge"2046msgstr ""20472048#: builtin/checkout.c:2102049#, c-format2050msgid "Unable to add merge result for '%s'"2051msgstr ""20522053#: builtin/checkout.c:235 builtin/checkout.c:3932054msgid "corrupt index file"2055msgstr ""20562057#: builtin/checkout.c:265 builtin/checkout.c:2722058#, c-format2059msgid "path '%s' is unmerged"2060msgstr ""20612062#: builtin/checkout.c:303 builtin/checkout.c:499 builtin/clone.c:5862063#: builtin/merge.c:8122064msgid "unable to write new index file"2065msgstr ""20662067#: builtin/checkout.c:320 builtin/diff.c:302 builtin/merge.c:4082068msgid "diff_setup_done failed"2069msgstr ""20702071#: builtin/checkout.c:4152072msgid "you need to resolve your current index first"2073msgstr ""20742075#: builtin/checkout.c:5342076#, c-format2077msgid "Can not do reflog for '%s'\n"2078msgstr ""20792080#: builtin/checkout.c:5672081msgid "HEAD is now at"2082msgstr ""20832084#: builtin/checkout.c:5742085#, c-format2086msgid "Reset branch '%s'\n"2087msgstr ""20882089#: builtin/checkout.c:5772090#, c-format2091msgid "Already on '%s'\n"2092msgstr ""20932094#: builtin/checkout.c:5812095#, c-format2096msgid "Switched to and reset branch '%s'\n"2097msgstr ""20982099#: builtin/checkout.c:5832100#, c-format2101msgid "Switched to a new branch '%s'\n"2102msgstr ""21032104#: builtin/checkout.c:5852105#, c-format2106msgid "Switched to branch '%s'\n"2107msgstr ""21082109#: builtin/checkout.c:6412110#, c-format2111msgid " ... and %d more.\n"2112msgstr ""21132114#. The singular version2115#: builtin/checkout.c:6472116#, c-format2117msgid ""2118"Warning: you are leaving %d commit behind, not connected to\n"2119"any of your branches:\n"2120"\n"2121"%s\n"2122msgid_plural ""2123"Warning: you are leaving %d commits behind, not connected to\n"2124"any of your branches:\n"2125"\n"2126"%s\n"2127msgstr[0] ""2128msgstr[1] ""21292130#: builtin/checkout.c:6652131#, c-format2132msgid ""2133"If you want to keep them by creating a new branch, this may be a good time\n"2134"to do so with:\n"2135"\n"2136" git branch new_branch_name %s\n"2137"\n"2138msgstr ""21392140#: builtin/checkout.c:6952141msgid "internal error in revision walk"2142msgstr ""21432144#: builtin/checkout.c:6992145msgid "Previous HEAD position was"2146msgstr ""21472148#: builtin/checkout.c:725 builtin/checkout.c:9202149msgid "You are on a branch yet to be born"2150msgstr ""21512152#. case (1)2153#: builtin/checkout.c:8562154#, c-format2155msgid "invalid reference: %s"2156msgstr ""21572158#. case (1): want a tree2159#: builtin/checkout.c:8952160#, c-format2161msgid "reference is not a tree: %s"2162msgstr ""21632164#: builtin/checkout.c:9772165msgid "-B cannot be used with -b"2166msgstr ""21672168#: builtin/checkout.c:9862169msgid "--patch is incompatible with all other options"2170msgstr ""21712172#: builtin/checkout.c:9892173msgid "--detach cannot be used with -b/-B/--orphan"2174msgstr ""21752176#: builtin/checkout.c:9912177msgid "--detach cannot be used with -t"2178msgstr ""21792180#: builtin/checkout.c:9972181msgid "--track needs a branch name"2182msgstr ""21832184#: builtin/checkout.c:10042185msgid "Missing branch name; try -b"2186msgstr ""21872188#: builtin/checkout.c:10102189msgid "--orphan and -b|-B are mutually exclusive"2190msgstr ""21912192#: builtin/checkout.c:10122193msgid "--orphan cannot be used with -t"2194msgstr ""21952196#: builtin/checkout.c:10222197msgid "git checkout: -f and -m are incompatible"2198msgstr ""21992200#: builtin/checkout.c:10562201msgid "invalid path specification"2202msgstr ""22032204#: builtin/checkout.c:10642205#, c-format2206msgid ""2207"git checkout: updating paths is incompatible with switching branches.\n"2208"Did you intend to checkout '%s' which can not be resolved as commit?"2209msgstr ""22102211#: builtin/checkout.c:10662212msgid "git checkout: updating paths is incompatible with switching branches."2213msgstr ""22142215#: builtin/checkout.c:10712216msgid "git checkout: --detach does not take a path argument"2217msgstr ""22182219#: builtin/checkout.c:10742220msgid ""2221"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"2222"checking out of the index."2223msgstr ""22242225#: builtin/checkout.c:10932226msgid "Cannot switch branch to a non-commit."2227msgstr ""22282229#: builtin/checkout.c:10962230msgid "--ours/--theirs is incompatible with switching branches."2231msgstr ""22322233#: builtin/clean.c:782234msgid "-x and -X cannot be used together"2235msgstr ""22362237#: builtin/clean.c:822238msgid ""2239"clean.requireForce set to true and neither -n nor -f given; refusing to clean"2240msgstr ""22412242#: builtin/clean.c:852243msgid ""2244"clean.requireForce defaults to true and neither -n nor -f given; refusing to "2245"clean"2246msgstr ""22472248#: builtin/clean.c:155 builtin/clean.c:1762249#, c-format2250msgid "Would remove %s\n"2251msgstr ""22522253#: builtin/clean.c:159 builtin/clean.c:1792254#, c-format2255msgid "Removing %s\n"2256msgstr ""22572258#: builtin/clean.c:162 builtin/clean.c:1822259#, c-format2260msgid "failed to remove %s"2261msgstr ""22622263#: builtin/clean.c:1662264#, c-format2265msgid "Would not remove %s\n"2266msgstr ""22672268#: builtin/clean.c:1682269#, c-format2270msgid "Not removing %s\n"2271msgstr ""22722273#: builtin/clone.c:2432274#, c-format2275msgid "reference repository '%s' is not a local directory."2276msgstr ""22772278#: builtin/clone.c:3062279#, c-format2280msgid "failed to create directory '%s'"2281msgstr ""22822283#: builtin/clone.c:308 builtin/diff.c:752284#, c-format2285msgid "failed to stat '%s'"2286msgstr ""22872288#: builtin/clone.c:3102289#, c-format2290msgid "%s exists and is not a directory"2291msgstr ""22922293#: builtin/clone.c:3242294#, c-format2295msgid "failed to stat %s\n"2296msgstr ""22972298#: builtin/clone.c:3412299#, c-format2300msgid "failed to unlink '%s'"2301msgstr ""23022303#: builtin/clone.c:3462304#, c-format2305msgid "failed to create link '%s'"2306msgstr ""23072308#: builtin/clone.c:3502309#, c-format2310msgid "failed to copy file to '%s'"2311msgstr ""23122313#: builtin/clone.c:3732314#, c-format2315msgid "done.\n"2316msgstr ""23172318#: builtin/clone.c:4432319#, c-format2320msgid "Could not find remote branch %s to clone."2321msgstr ""23222323#: builtin/clone.c:5522324msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"2325msgstr ""23262327#: builtin/clone.c:6422328msgid "Too many arguments."2329msgstr ""23302331#: builtin/clone.c:6462332msgid "You must specify a repository to clone."2333msgstr ""23342335#: builtin/clone.c:6572336#, c-format2337msgid "--bare and --origin %s options are incompatible."2338msgstr ""23392340#: builtin/clone.c:6712341#, c-format2342msgid "repository '%s' does not exist"2343msgstr ""23442345#: builtin/clone.c:6762346msgid "--depth is ignored in local clones; use file:// instead."2347msgstr ""23482349#: builtin/clone.c:6862350#, c-format2351msgid "destination path '%s' already exists and is not an empty directory."2352msgstr ""23532354#: builtin/clone.c:6962355#, c-format2356msgid "working tree '%s' already exists."2357msgstr ""23582359#: builtin/clone.c:709 builtin/clone.c:7232360#, c-format2361msgid "could not create leading directories of '%s'"2362msgstr ""23632364#: builtin/clone.c:7122365#, c-format2366msgid "could not create work tree dir '%s'."2367msgstr ""23682369#: builtin/clone.c:7312370#, c-format2371msgid "Cloning into bare repository '%s'...\n"2372msgstr ""23732374#: builtin/clone.c:7332375#, c-format2376msgid "Cloning into '%s'...\n"2377msgstr ""23782379#: builtin/clone.c:7892380#, c-format2381msgid "Don't know how to clone %s"2382msgstr ""23832384#: builtin/clone.c:8382385#, c-format2386msgid "Remote branch %s not found in upstream %s"2387msgstr ""23882389#: builtin/clone.c:8452390msgid "You appear to have cloned an empty repository."2391msgstr ""23922393#: builtin/column.c:512394msgid "--command must be the first argument"2395msgstr ""23962397#: builtin/commit.c:432398msgid ""2399"Your name and email address were configured automatically based\n"2400"on your username and hostname. Please check that they are accurate.\n"2401"You can suppress this message by setting them explicitly:\n"2402"\n"2403" git config --global user.name \"Your Name\"\n"2404" git config --global user.email you@example.com\n"2405"\n"2406"After doing this, you may fix the identity used for this commit with:\n"2407"\n"2408" git commit --amend --reset-author\n"2409msgstr ""24102411#: builtin/commit.c:552412msgid ""2413"You asked to amend the most recent commit, but doing so would make\n"2414"it empty. You can repeat your command with --allow-empty, or you can\n"2415"remove the commit entirely with \"git reset HEAD^\".\n"2416msgstr ""24172418#: builtin/commit.c:602419msgid ""2420"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"2421"If you wish to commit it anyway, use:\n"2422"\n"2423" git commit --allow-empty\n"2424"\n"2425"Otherwise, please use 'git reset'\n"2426msgstr ""24272428#: builtin/commit.c:2562429msgid "failed to unpack HEAD tree object"2430msgstr ""24312432#: builtin/commit.c:2982433msgid "unable to create temporary index"2434msgstr ""24352436#: builtin/commit.c:3042437msgid "interactive add failed"2438msgstr ""24392440#: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:4082441msgid "unable to write new_index file"2442msgstr ""24432444#: builtin/commit.c:3892445msgid "cannot do a partial commit during a merge."2446msgstr ""24472448#: builtin/commit.c:3912449msgid "cannot do a partial commit during a cherry-pick."2450msgstr ""24512452#: builtin/commit.c:4012453msgid "cannot read the index"2454msgstr ""24552456#: builtin/commit.c:4212457msgid "unable to write temporary index file"2458msgstr ""24592460#: builtin/commit.c:496 builtin/commit.c:5022461#, c-format2462msgid "invalid commit: %s"2463msgstr ""24642465#: builtin/commit.c:5252466msgid "malformed --author parameter"2467msgstr ""24682469#: builtin/commit.c:5852470#, c-format2471msgid "Malformed ident string: '%s'"2472msgstr ""24732474#: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:9702475#, c-format2476msgid "could not lookup commit %s"2477msgstr ""24782479#: builtin/commit.c:635 builtin/shortlog.c:2962480#, c-format2481msgid "(reading log message from standard input)\n"2482msgstr ""24832484#: builtin/commit.c:6372485msgid "could not read log from standard input"2486msgstr ""24872488#: builtin/commit.c:6412489#, c-format2490msgid "could not read log file '%s'"2491msgstr ""24922493#: builtin/commit.c:6472494msgid "commit has empty message"2495msgstr ""24962497#: builtin/commit.c:6632498msgid "could not read MERGE_MSG"2499msgstr ""25002501#: builtin/commit.c:6672502msgid "could not read SQUASH_MSG"2503msgstr ""25042505#: builtin/commit.c:6712506#, c-format2507msgid "could not read '%s'"2508msgstr ""25092510#: builtin/commit.c:7232511msgid "could not write commit template"2512msgstr ""25132514#: builtin/commit.c:7342515#, c-format2516msgid ""2517"\n"2518"It looks like you may be committing a merge.\n"2519"If this is not correct, please remove the file\n"2520"\t%s\n"2521"and try again.\n"2522msgstr ""25232524#: builtin/commit.c:7392525#, c-format2526msgid ""2527"\n"2528"It looks like you may be committing a cherry-pick.\n"2529"If this is not correct, please remove the file\n"2530"\t%s\n"2531"and try again.\n"2532msgstr ""25332534#: builtin/commit.c:7512535msgid ""2536"Please enter the commit message for your changes. Lines starting\n"2537"with '#' will be ignored, and an empty message aborts the commit.\n"2538msgstr ""25392540#: builtin/commit.c:7562541msgid ""2542"Please enter the commit message for your changes. Lines starting\n"2543"with '#' will be kept; you may remove them yourself if you want to.\n"2544"An empty message aborts the commit.\n"2545msgstr ""25462547#: builtin/commit.c:7692548#, c-format2549msgid "%sAuthor: %s"2550msgstr ""25512552#: builtin/commit.c:7762553#, c-format2554msgid "%sCommitter: %s"2555msgstr ""25562557#: builtin/commit.c:7962558msgid "Cannot read index"2559msgstr ""25602561#: builtin/commit.c:8332562msgid "Error building trees"2563msgstr ""25642565#: builtin/commit.c:848 builtin/tag.c:3612566#, c-format2567msgid "Please supply the message using either -m or -F option.\n"2568msgstr ""25692570#: builtin/commit.c:9452571#, c-format2572msgid "No existing author found with '%s'"2573msgstr ""25742575#: builtin/commit.c:960 builtin/commit.c:11602576#, c-format2577msgid "Invalid untracked files mode '%s'"2578msgstr ""25792580#: builtin/commit.c:10002581msgid "Using both --reset-author and --author does not make sense"2582msgstr ""25832584#: builtin/commit.c:10112585msgid "You have nothing to amend."2586msgstr ""25872588#: builtin/commit.c:10142589msgid "You are in the middle of a merge -- cannot amend."2590msgstr ""25912592#: builtin/commit.c:10162593msgid "You are in the middle of a cherry-pick -- cannot amend."2594msgstr ""25952596#: builtin/commit.c:10192597msgid "Options --squash and --fixup cannot be used together"2598msgstr ""25992600#: builtin/commit.c:10292601msgid "Only one of -c/-C/-F/--fixup can be used."2602msgstr ""26032604#: builtin/commit.c:10312605msgid "Option -m cannot be combined with -c/-C/-F/--fixup."2606msgstr ""26072608#: builtin/commit.c:10392609msgid "--reset-author can be used only with -C, -c or --amend."2610msgstr ""26112612#: builtin/commit.c:10562613msgid "Only one of --include/--only/--all/--interactive/--patch can be used."2614msgstr ""26152616#: builtin/commit.c:10582617msgid "No paths with --include/--only does not make sense."2618msgstr ""26192620#: builtin/commit.c:10602621msgid "Clever... amending the last one with dirty index."2622msgstr ""26232624#: builtin/commit.c:10622625msgid "Explicit paths specified without -i nor -o; assuming --only paths..."2626msgstr ""26272628#: builtin/commit.c:1072 builtin/tag.c:5772629#, c-format2630msgid "Invalid cleanup mode %s"2631msgstr ""26322633#: builtin/commit.c:10772634msgid "Paths with -a does not make sense."2635msgstr ""26362637#: builtin/commit.c:12602638msgid "couldn't look up newly created commit"2639msgstr ""26402641#: builtin/commit.c:12622642msgid "could not parse newly created commit"2643msgstr ""26442645#: builtin/commit.c:13032646msgid "detached HEAD"2647msgstr ""26482649#: builtin/commit.c:13052650msgid " (root-commit)"2651msgstr ""26522653#: builtin/commit.c:14492654msgid "could not parse HEAD commit"2655msgstr ""26562657#: builtin/commit.c:1487 builtin/merge.c:5092658#, c-format2659msgid "could not open '%s' for reading"2660msgstr ""26612662#: builtin/commit.c:14942663#, c-format2664msgid "Corrupt MERGE_HEAD file (%s)"2665msgstr ""26662667#: builtin/commit.c:15012668msgid "could not read MERGE_MODE"2669msgstr ""26702671#: builtin/commit.c:15202672#, c-format2673msgid "could not read commit message: %s"2674msgstr ""26752676#: builtin/commit.c:15342677#, c-format2678msgid "Aborting commit; you did not edit the message.\n"2679msgstr ""26802681#: builtin/commit.c:15392682#, c-format2683msgid "Aborting commit due to empty commit message.\n"2684msgstr ""26852686#: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:9612687msgid "failed to write commit object"2688msgstr ""26892690#: builtin/commit.c:15752691msgid "cannot lock HEAD ref"2692msgstr ""26932694#: builtin/commit.c:15792695msgid "cannot update HEAD ref"2696msgstr ""26972698#: builtin/commit.c:15902699msgid ""2700"Repository has been updated, but unable to write\n"2701"new_index file. Check that disk is not full or quota is\n"2702"not exceeded, and then \"git reset HEAD\" to recover."2703msgstr ""27042705#: builtin/describe.c:2342706#, c-format2707msgid "annotated tag %s not available"2708msgstr ""27092710#: builtin/describe.c:2382711#, c-format2712msgid "annotated tag %s has no embedded name"2713msgstr ""27142715#: builtin/describe.c:2402716#, c-format2717msgid "tag '%s' is really '%s' here"2718msgstr ""27192720#: builtin/describe.c:2672721#, c-format2722msgid "Not a valid object name %s"2723msgstr ""27242725#: builtin/describe.c:2702726#, c-format2727msgid "%s is not a valid '%s' object"2728msgstr ""27292730#: builtin/describe.c:2872731#, c-format2732msgid "no tag exactly matches '%s'"2733msgstr ""27342735#: builtin/describe.c:2892736#, c-format2737msgid "searching to describe %s\n"2738msgstr ""27392740#: builtin/describe.c:3292741#, c-format2742msgid "finished search at %s\n"2743msgstr ""27442745#: builtin/describe.c:3532746#, c-format2747msgid ""2748"No annotated tags can describe '%s'.\n"2749"However, there were unannotated tags: try --tags."2750msgstr ""27512752#: builtin/describe.c:3572753#, c-format2754msgid ""2755"No tags can describe '%s'.\n"2756"Try --always, or create some tags."2757msgstr ""27582759#: builtin/describe.c:3782760#, c-format2761msgid "traversed %lu commits\n"2762msgstr ""27632764#: builtin/describe.c:3812765#, c-format2766msgid ""2767"more than %i tags found; listed %i most recent\n"2768"gave up search at %s\n"2769msgstr ""27702771#: builtin/describe.c:4362772msgid "--long is incompatible with --abbrev=0"2773msgstr ""27742775#: builtin/describe.c:4622776msgid "No names found, cannot describe anything."2777msgstr ""27782779#: builtin/describe.c:4822780msgid "--dirty is incompatible with committishes"2781msgstr ""27822783#: builtin/diff.c:772784#, c-format2785msgid "'%s': not a regular file or symlink"2786msgstr ""27872788#: builtin/diff.c:2202789#, c-format2790msgid "invalid option: %s"2791msgstr ""27922793#: builtin/diff.c:2972794msgid "Not a git repository"2795msgstr ""27962797#: builtin/diff.c:3412798#, c-format2799msgid "invalid object '%s' given."2800msgstr ""28012802#: builtin/diff.c:3462803#, c-format2804msgid "more than %d trees given: '%s'"2805msgstr ""28062807#: builtin/diff.c:3562808#, c-format2809msgid "more than two blobs given: '%s'"2810msgstr ""28112812#: builtin/diff.c:3642813#, c-format2814msgid "unhandled object '%s' given."2815msgstr ""28162817#: builtin/fetch.c:2002818msgid "Couldn't find remote ref HEAD"2819msgstr ""28202821#: builtin/fetch.c:2532822#, c-format2823msgid "object %s not found"2824msgstr ""28252826#: builtin/fetch.c:2592827msgid "[up to date]"2828msgstr ""28292830#: builtin/fetch.c:2732831#, c-format2832msgid "! %-*s %-*s -> %s (can't fetch in current branch)"2833msgstr ""28342835#: builtin/fetch.c:274 builtin/fetch.c:3602836msgid "[rejected]"2837msgstr ""28382839#: builtin/fetch.c:2852840msgid "[tag update]"2841msgstr ""28422843#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3402844msgid " (unable to update local ref)"2845msgstr ""28462847#: builtin/fetch.c:3052848msgid "[new tag]"2849msgstr ""28502851#: builtin/fetch.c:3082852msgid "[new branch]"2853msgstr ""28542855#: builtin/fetch.c:3112856msgid "[new ref]"2857msgstr ""28582859#: builtin/fetch.c:3562860msgid "unable to update local ref"2861msgstr ""28622863#: builtin/fetch.c:3562864msgid "forced update"2865msgstr ""28662867#: builtin/fetch.c:3622868msgid "(non-fast-forward)"2869msgstr ""28702871#: builtin/fetch.c:393 builtin/fetch.c:6852872#, c-format2873msgid "cannot open %s: %s\n"2874msgstr ""28752876#: builtin/fetch.c:4022877#, c-format2878msgid "%s did not send all necessary objects\n"2879msgstr ""28802881#: builtin/fetch.c:4882882#, c-format2883msgid "From %.*s\n"2884msgstr ""28852886#: builtin/fetch.c:4992887#, c-format2888msgid ""2889"some local refs could not be updated; try running\n"2890" 'git remote prune %s' to remove any old, conflicting branches"2891msgstr ""28922893#: builtin/fetch.c:5492894#, c-format2895msgid " (%s will become dangling)"2896msgstr ""28972898#: builtin/fetch.c:5502899#, c-format2900msgid " (%s has become dangling)"2901msgstr ""29022903#: builtin/fetch.c:5572904msgid "[deleted]"2905msgstr ""29062907#: builtin/fetch.c:558 builtin/remote.c:10552908msgid "(none)"2909msgstr ""29102911#: builtin/fetch.c:6752912#, c-format2913msgid "Refusing to fetch into current branch %s of non-bare repository"2914msgstr ""29152916#: builtin/fetch.c:7092917#, c-format2918msgid "Don't know how to fetch from %s"2919msgstr ""29202921#: builtin/fetch.c:7862922#, c-format2923msgid "Option \"%s\" value \"%s\" is not valid for %s"2924msgstr ""29252926#: builtin/fetch.c:7892927#, c-format2928msgid "Option \"%s\" is ignored for %s\n"2929msgstr ""29302931#: builtin/fetch.c:8882932#, c-format2933msgid "Fetching %s\n"2934msgstr ""29352936#: builtin/fetch.c:890 builtin/remote.c:1002937#, c-format2938msgid "Could not fetch %s"2939msgstr ""29402941#: builtin/fetch.c:9072942msgid ""2943"No remote repository specified. Please, specify either a URL or a\n"2944"remote name from which new revisions should be fetched."2945msgstr ""29462947#: builtin/fetch.c:9272948msgid "You need to specify a tag name."2949msgstr ""29502951#: builtin/fetch.c:9792952msgid "fetch --all does not take a repository argument"2953msgstr ""29542955#: builtin/fetch.c:9812956msgid "fetch --all does not make sense with refspecs"2957msgstr ""29582959#: builtin/fetch.c:9922960#, c-format2961msgid "No such remote or remote group: %s"2962msgstr ""29632964#: builtin/fetch.c:10002965msgid "Fetching a group and specifying refspecs does not make sense"2966msgstr ""29672968#: builtin/gc.c:632969#, c-format2970msgid "Invalid %s: '%s'"2971msgstr ""29722973#: builtin/gc.c:902974#, c-format2975msgid "insanely long object directory %.*s"2976msgstr ""29772978#: builtin/gc.c:2212979#, c-format2980msgid "Auto packing the repository for optimum performance.\n"2981msgstr ""29822983#: builtin/gc.c:2242984#, c-format2985msgid ""2986"Auto packing the repository for optimum performance. You may also\n"2987"run \"git gc\" manually. See \"git help gc\" for more information.\n"2988msgstr ""29892990#: builtin/gc.c:2512991msgid ""2992"There are too many unreachable loose objects; run 'git prune' to remove them."2993msgstr ""29942995#: builtin/grep.c:2162996#, c-format2997msgid "grep: failed to create thread: %s"2998msgstr ""29993000#: builtin/grep.c:4023001#, c-format3002msgid "Failed to chdir: %s"3003msgstr ""30043005#: builtin/grep.c:478 builtin/grep.c:5123006#, c-format3007msgid "unable to read tree (%s)"3008msgstr ""30093010#: builtin/grep.c:5263011#, c-format3012msgid "unable to grep from object of type %s"3013msgstr ""30143015#: builtin/grep.c:5843016#, c-format3017msgid "switch `%c' expects a numerical value"3018msgstr ""30193020#: builtin/grep.c:6013021#, c-format3022msgid "cannot open '%s'"3023msgstr ""30243025#: builtin/grep.c:8853026msgid "no pattern given."3027msgstr ""30283029#: builtin/grep.c:8993030#, c-format3031msgid "bad object %s"3032msgstr ""30333034#: builtin/grep.c:9403035msgid "--open-files-in-pager only works on the worktree"3036msgstr ""30373038#: builtin/grep.c:9633039msgid "--cached or --untracked cannot be used with --no-index."3040msgstr ""30413042#: builtin/grep.c:9683043msgid "--no-index or --untracked cannot be used with revs."3044msgstr ""30453046#: builtin/grep.c:9713047msgid "--[no-]exclude-standard cannot be used for tracked contents."3048msgstr ""30493050#: builtin/grep.c:9793051msgid "both --cached and trees are given."3052msgstr ""30533054#: builtin/help.c:653055#, c-format3056msgid "unrecognized help format '%s'"3057msgstr ""30583059#: builtin/help.c:933060msgid "Failed to start emacsclient."3061msgstr ""30623063#: builtin/help.c:1063064msgid "Failed to parse emacsclient version."3065msgstr ""30663067#: builtin/help.c:1143068#, c-format3069msgid "emacsclient version '%d' too old (< 22)."3070msgstr ""30713072#: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:1773073#, c-format3074msgid "failed to exec '%s': %s"3075msgstr ""30763077#: builtin/help.c:2173078#, c-format3079msgid ""3080"'%s': path for unsupported man viewer.\n"3081"Please consider using 'man.<tool>.cmd' instead."3082msgstr ""30833084#: builtin/help.c:2293085#, c-format3086msgid ""3087"'%s': cmd for supported man viewer.\n"3088"Please consider using 'man.<tool>.path' instead."3089msgstr ""30903091#: builtin/help.c:2993092msgid "The most commonly used git commands are:"3093msgstr ""30943095#: builtin/help.c:3673096#, c-format3097msgid "'%s': unknown man viewer."3098msgstr ""30993100#: builtin/help.c:3843101msgid "no man viewer handled the request"3102msgstr ""31033104#: builtin/help.c:3923105msgid "no info viewer handled the request"3106msgstr ""31073108#: builtin/help.c:447 builtin/help.c:4543109#, c-format3110msgid "usage: %s%s"3111msgstr ""31123113#: builtin/help.c:4703114#, c-format3115msgid "`git %s' is aliased to `%s'"3116msgstr ""31173118#: builtin/index-pack.c:1703119#, c-format3120msgid "object type mismatch at %s"3121msgstr ""31223123#: builtin/index-pack.c:1903124msgid "object of unexpected type"3125msgstr ""31263127#: builtin/index-pack.c:2273128#, c-format3129msgid "cannot fill %d byte"3130msgid_plural "cannot fill %d bytes"3131msgstr[0] ""3132msgstr[1] ""31333134#: builtin/index-pack.c:2373135msgid "early EOF"3136msgstr ""31373138#: builtin/index-pack.c:2383139msgid "read error on input"3140msgstr ""31413142#: builtin/index-pack.c:2503143msgid "used more bytes than were available"3144msgstr ""31453146#: builtin/index-pack.c:2573147msgid "pack too large for current definition of off_t"3148msgstr ""31493150#: builtin/index-pack.c:2733151#, c-format3152msgid "unable to create '%s'"3153msgstr ""31543155#: builtin/index-pack.c:2783156#, c-format3157msgid "cannot open packfile '%s'"3158msgstr ""31593160#: builtin/index-pack.c:2923161msgid "pack signature mismatch"3162msgstr ""31633164#: builtin/index-pack.c:3123165#, c-format3166msgid "pack has bad object at offset %lu: %s"3167msgstr ""31683169#: builtin/index-pack.c:4343170#, c-format3171msgid "inflate returned %d"3172msgstr ""31733174#: builtin/index-pack.c:4833175msgid "offset value overflow for delta base object"3176msgstr ""31773178#: builtin/index-pack.c:4913179msgid "delta base offset is out of bound"3180msgstr ""31813182#: builtin/index-pack.c:4993183#, c-format3184msgid "unknown object type %d"3185msgstr ""31863187#: builtin/index-pack.c:5303188msgid "cannot pread pack file"3189msgstr ""31903191#: builtin/index-pack.c:5323192#, c-format3193msgid "premature end of pack file, %lu byte missing"3194msgid_plural "premature end of pack file, %lu bytes missing"3195msgstr[0] ""3196msgstr[1] ""31973198#: builtin/index-pack.c:5583199msgid "serious inflate inconsistency"3200msgstr ""32013202#: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:6783203#: builtin/index-pack.c:712 builtin/index-pack.c:7213204#, c-format3205msgid "SHA1 COLLISION FOUND WITH %s !"3206msgstr ""32073208#: builtin/index-pack.c:652 builtin/pack-objects.c:1703209#: builtin/pack-objects.c:2623210#, c-format3211msgid "unable to read %s"3212msgstr ""32133214#: builtin/index-pack.c:7183215#, c-format3216msgid "cannot read existing object %s"3217msgstr ""32183219#: builtin/index-pack.c:7323220#, c-format3221msgid "invalid blob object %s"3222msgstr ""32233224#: builtin/index-pack.c:7473225#, c-format3226msgid "invalid %s"3227msgstr ""32283229#: builtin/index-pack.c:7493230msgid "Error in object"3231msgstr ""32323233#: builtin/index-pack.c:7513234#, c-format3235msgid "Not all child objects of %s are reachable"3236msgstr ""32373238#: builtin/index-pack.c:821 builtin/index-pack.c:8473239msgid "failed to apply delta"3240msgstr ""32413242#: builtin/index-pack.c:9863243msgid "Receiving objects"3244msgstr ""32453246#: builtin/index-pack.c:9863247msgid "Indexing objects"3248msgstr ""32493250#: builtin/index-pack.c:10123251msgid "pack is corrupted (SHA1 mismatch)"3252msgstr ""32533254#: builtin/index-pack.c:10173255msgid "cannot fstat packfile"3256msgstr ""32573258#: builtin/index-pack.c:10203259msgid "pack has junk at the end"3260msgstr ""32613262#: builtin/index-pack.c:10313263msgid "confusion beyond insanity in parse_pack_objects()"3264msgstr ""32653266#: builtin/index-pack.c:10543267msgid "Resolving deltas"3268msgstr ""32693270#: builtin/index-pack.c:11053271msgid "confusion beyond insanity"3272msgstr ""32733274#: builtin/index-pack.c:11243275#, c-format3276msgid "pack has %d unresolved delta"3277msgid_plural "pack has %d unresolved deltas"3278msgstr[0] ""3279msgstr[1] ""32803281#: builtin/index-pack.c:11493282#, c-format3283msgid "unable to deflate appended object (%d)"3284msgstr ""32853286#: builtin/index-pack.c:12283287#, c-format3288msgid "local object %s is corrupt"3289msgstr ""32903291#: builtin/index-pack.c:12523292msgid "error while closing pack file"3293msgstr ""32943295#: builtin/index-pack.c:12653296#, c-format3297msgid "cannot write keep file '%s'"3298msgstr ""32993300#: builtin/index-pack.c:12733301#, c-format3302msgid "cannot close written keep file '%s'"3303msgstr ""33043305#: builtin/index-pack.c:12863306msgid "cannot store pack file"3307msgstr ""33083309#: builtin/index-pack.c:12973310msgid "cannot store index file"3311msgstr ""33123313#: builtin/index-pack.c:13983314#, c-format3315msgid "Cannot open existing pack file '%s'"3316msgstr ""33173318#: builtin/index-pack.c:14003319#, c-format3320msgid "Cannot open existing pack idx file for '%s'"3321msgstr ""33223323#: builtin/index-pack.c:14473324#, c-format3325msgid "non delta: %d object"3326msgid_plural "non delta: %d objects"3327msgstr[0] ""3328msgstr[1] ""33293330#: builtin/index-pack.c:14543331#, c-format3332msgid "chain length = %d: %lu object"3333msgid_plural "chain length = %d: %lu objects"3334msgstr[0] ""3335msgstr[1] ""33363337#: builtin/index-pack.c:14813338msgid "Cannot come back to cwd"3339msgstr ""33403341#: builtin/index-pack.c:1525 builtin/index-pack.c:15283342#: builtin/index-pack.c:1540 builtin/index-pack.c:15443343#, c-format3344msgid "bad %s"3345msgstr ""33463347#: builtin/index-pack.c:15583348msgid "--fix-thin cannot be used without --stdin"3349msgstr ""33503351#: builtin/index-pack.c:1562 builtin/index-pack.c:15723352#, c-format3353msgid "packfile name '%s' does not end with '.pack'"3354msgstr ""33553356#: builtin/index-pack.c:15813357msgid "--verify with no packfile name given"3358msgstr ""33593360#: builtin/init-db.c:353361#, c-format3362msgid "Could not make %s writable by group"3363msgstr ""33643365#: builtin/init-db.c:623366#, c-format3367msgid "insanely long template name %s"3368msgstr ""33693370#: builtin/init-db.c:673371#, c-format3372msgid "cannot stat '%s'"3373msgstr ""33743375#: builtin/init-db.c:733376#, c-format3377msgid "cannot stat template '%s'"3378msgstr ""33793380#: builtin/init-db.c:803381#, c-format3382msgid "cannot opendir '%s'"3383msgstr ""33843385#: builtin/init-db.c:973386#, c-format3387msgid "cannot readlink '%s'"3388msgstr ""33893390#: builtin/init-db.c:993391#, c-format3392msgid "insanely long symlink %s"3393msgstr ""33943395#: builtin/init-db.c:1023396#, c-format3397msgid "cannot symlink '%s' '%s'"3398msgstr ""33993400#: builtin/init-db.c:1063401#, c-format3402msgid "cannot copy '%s' to '%s'"3403msgstr ""34043405#: builtin/init-db.c:1103406#, c-format3407msgid "ignoring template %s"3408msgstr ""34093410#: builtin/init-db.c:1333411#, c-format3412msgid "insanely long template path %s"3413msgstr ""34143415#: builtin/init-db.c:1413416#, c-format3417msgid "templates not found %s"3418msgstr ""34193420#: builtin/init-db.c:1543421#, c-format3422msgid "not copying templates of a wrong format version %d from '%s'"3423msgstr ""34243425#: builtin/init-db.c:1923426#, c-format3427msgid "insane git directory %s"3428msgstr ""34293430#: builtin/init-db.c:323 builtin/init-db.c:3263431#, c-format3432msgid "%s already exists"3433msgstr ""34343435#: builtin/init-db.c:3553436#, c-format3437msgid "unable to handle file type %d"3438msgstr ""34393440#: builtin/init-db.c:3583441#, c-format3442msgid "unable to move %s to %s"3443msgstr ""34443445#: builtin/init-db.c:3633446#, c-format3447msgid "Could not create git link %s"3448msgstr ""34493450#.3451#. * TRANSLATORS: The first '%s' is either "Reinitialized3452#. * existing" or "Initialized empty", the second " shared" or3453#. * "", and the last '%s%s' is the verbatim directory name.3454#.3455#: builtin/init-db.c:4203456#, c-format3457msgid "%s%s Git repository in %s%s\n"3458msgstr ""34593460#: builtin/init-db.c:4213461msgid "Reinitialized existing"3462msgstr ""34633464#: builtin/init-db.c:4213465msgid "Initialized empty"3466msgstr ""34673468#: builtin/init-db.c:4223469msgid " shared"3470msgstr ""34713472#: builtin/init-db.c:4413473msgid "cannot tell cwd"3474msgstr ""34753476#: builtin/init-db.c:522 builtin/init-db.c:5293477#, c-format3478msgid "cannot mkdir %s"3479msgstr ""34803481#: builtin/init-db.c:5333482#, c-format3483msgid "cannot chdir to %s"3484msgstr ""34853486#: builtin/init-db.c:5553487#, c-format3488msgid ""3489"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"3490"dir=<directory>)"3491msgstr ""34923493#: builtin/init-db.c:5793494msgid "Cannot access current working directory"3495msgstr ""34963497#: builtin/init-db.c:5863498#, c-format3499msgid "Cannot access work tree '%s'"3500msgstr ""35013502#: builtin/log.c:1893503#, c-format3504msgid "Final output: %d %s\n"3505msgstr ""35063507#: builtin/log.c:403 builtin/log.c:4943508#, c-format3509msgid "Could not read object %s"3510msgstr ""35113512#: builtin/log.c:5183513#, c-format3514msgid "Unknown type: %d"3515msgstr ""35163517#: builtin/log.c:6083518msgid "format.headers without value"3519msgstr ""35203521#: builtin/log.c:6823522msgid "name of output directory is too long"3523msgstr ""35243525#: builtin/log.c:6933526#, c-format3527msgid "Cannot open patch file %s"3528msgstr ""35293530#: builtin/log.c:7073531msgid "Need exactly one range."3532msgstr ""35333534#: builtin/log.c:7153535msgid "Not a range."3536msgstr ""35373538#: builtin/log.c:7923539msgid "Cover letter needs email format"3540msgstr ""35413542#: builtin/log.c:8653543#, c-format3544msgid "insane in-reply-to: %s"3545msgstr ""35463547#: builtin/log.c:9383548msgid "Two output directories?"3549msgstr ""35503551#: builtin/log.c:11603552#, c-format3553msgid "bogus committer info %s"3554msgstr ""35553556#: builtin/log.c:12053557msgid "-n and -k are mutually exclusive."3558msgstr ""35593560#: builtin/log.c:12073561msgid "--subject-prefix and -k are mutually exclusive."3562msgstr ""35633564#: builtin/log.c:12153565msgid "--name-only does not make sense"3566msgstr ""35673568#: builtin/log.c:12173569msgid "--name-status does not make sense"3570msgstr ""35713572#: builtin/log.c:12193573msgid "--check does not make sense"3574msgstr ""35753576#: builtin/log.c:12423577msgid "standard output, or directory, which one?"3578msgstr ""35793580#: builtin/log.c:12443581#, c-format3582msgid "Could not create directory '%s'"3583msgstr ""35843585#: builtin/log.c:13973586msgid "Failed to create output files"3587msgstr ""35883589#: builtin/log.c:15013590#, c-format3591msgid ""3592"Could not find a tracked remote branch, please specify <upstream> manually.\n"3593msgstr ""35943595#: builtin/log.c:1517 builtin/log.c:1519 builtin/log.c:15313596#, c-format3597msgid "Unknown commit %s"3598msgstr ""35993600#: builtin/merge.c:903601msgid "switch `m' requires a value"3602msgstr ""36033604#: builtin/merge.c:1273605#, c-format3606msgid "Could not find merge strategy '%s'.\n"3607msgstr ""36083609#: builtin/merge.c:1283610#, c-format3611msgid "Available strategies are:"3612msgstr ""36133614#: builtin/merge.c:1333615#, c-format3616msgid "Available custom strategies are:"3617msgstr ""36183619#: builtin/merge.c:2403620msgid "could not run stash."3621msgstr ""36223623#: builtin/merge.c:2453624msgid "stash failed"3625msgstr ""36263627#: builtin/merge.c:2503628#, c-format3629msgid "not a valid object: %s"3630msgstr ""36313632#: builtin/merge.c:269 builtin/merge.c:2863633msgid "read-tree failed"3634msgstr ""36353636#: builtin/merge.c:3163637msgid " (nothing to squash)"3638msgstr ""36393640#: builtin/merge.c:3293641#, c-format3642msgid "Squash commit -- not updating HEAD\n"3643msgstr ""36443645#: builtin/merge.c:3613646msgid "Writing SQUASH_MSG"3647msgstr ""36483649#: builtin/merge.c:3633650msgid "Finishing SQUASH_MSG"3651msgstr ""36523653#: builtin/merge.c:3863654#, c-format3655msgid "No merge message -- not updating HEAD\n"3656msgstr ""36573658#: builtin/merge.c:4373659#, c-format3660msgid "'%s' does not point to a commit"3661msgstr ""36623663#: builtin/merge.c:5363664#, c-format3665msgid "Bad branch.%s.mergeoptions string: %s"3666msgstr ""36673668#: builtin/merge.c:6293669msgid "git write-tree failed to write a tree"3670msgstr ""36713672#: builtin/merge.c:6793673msgid "failed to read the cache"3674msgstr ""36753676#: builtin/merge.c:7103677msgid "Not handling anything other than two heads merge."3678msgstr ""36793680#: builtin/merge.c:7243681#, c-format3682msgid "Unknown option for merge-recursive: -X%s"3683msgstr ""36843685#: builtin/merge.c:7383686#, c-format3687msgid "unable to write %s"3688msgstr ""36893690#: builtin/merge.c:8773691#, c-format3692msgid "Could not read from '%s'"3693msgstr ""36943695#: builtin/merge.c:8863696#, c-format3697msgid "Not committing merge; use 'git commit' to complete the merge.\n"3698msgstr ""36993700#: builtin/merge.c:8923701msgid ""3702"Please enter a commit message to explain why this merge is necessary,\n"3703"especially if it merges an updated upstream into a topic branch.\n"3704"\n"3705"Lines starting with '#' will be ignored, and an empty message aborts\n"3706"the commit.\n"3707msgstr ""37083709#: builtin/merge.c:9163710msgid "Empty commit message."3711msgstr ""37123713#: builtin/merge.c:9283714#, c-format3715msgid "Wonderful.\n"3716msgstr ""37173718#: builtin/merge.c:9933719#, c-format3720msgid "Automatic merge failed; fix conflicts and then commit the result.\n"3721msgstr ""37223723#: builtin/merge.c:10093724#, c-format3725msgid "'%s' is not a commit"3726msgstr ""37273728#: builtin/merge.c:10503729msgid "No current branch."3730msgstr ""37313732#: builtin/merge.c:10523733msgid "No remote for the current branch."3734msgstr ""37353736#: builtin/merge.c:10543737msgid "No default upstream defined for the current branch."3738msgstr ""37393740#: builtin/merge.c:10593741#, c-format3742msgid "No remote tracking branch for %s from %s"3743msgstr ""37443745#: builtin/merge.c:1146 builtin/merge.c:13033746#, c-format3747msgid "%s - not something we can merge"3748msgstr ""37493750#: builtin/merge.c:12143751msgid "There is no merge to abort (MERGE_HEAD missing)."3752msgstr ""37533754#: builtin/merge.c:1230 git-pull.sh:313755msgid ""3756"You have not concluded your merge (MERGE_HEAD exists).\n"3757"Please, commit your changes before you can merge."3758msgstr ""37593760#: builtin/merge.c:1233 git-pull.sh:343761msgid "You have not concluded your merge (MERGE_HEAD exists)."3762msgstr ""37633764#: builtin/merge.c:12373765msgid ""3766"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"3767"Please, commit your changes before you can merge."3768msgstr ""37693770#: builtin/merge.c:12403771msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."3772msgstr ""37733774#: builtin/merge.c:12493775msgid "You cannot combine --squash with --no-ff."3776msgstr ""37773778#: builtin/merge.c:12543779msgid "You cannot combine --no-ff with --ff-only."3780msgstr ""37813782#: builtin/merge.c:12613783msgid "No commit specified and merge.defaultToUpstream not set."3784msgstr ""37853786#: builtin/merge.c:12933787msgid "Can merge only exactly one commit into empty head"3788msgstr ""37893790#: builtin/merge.c:12963791msgid "Squash commit into empty head not supported yet"3792msgstr ""37933794#: builtin/merge.c:12983795msgid "Non-fast-forward commit does not make sense into an empty head"3796msgstr ""37973798#: builtin/merge.c:14133799#, c-format3800msgid "Updating %s..%s\n"3801msgstr ""38023803#: builtin/merge.c:14513804#, c-format3805msgid "Trying really trivial in-index merge...\n"3806msgstr ""38073808#: builtin/merge.c:14583809#, c-format3810msgid "Nope.\n"3811msgstr ""38123813#: builtin/merge.c:14903814msgid "Not possible to fast-forward, aborting."3815msgstr ""38163817#: builtin/merge.c:1513 builtin/merge.c:15923818#, c-format3819msgid "Rewinding the tree to pristine...\n"3820msgstr ""38213822#: builtin/merge.c:15173823#, c-format3824msgid "Trying merge strategy %s...\n"3825msgstr ""38263827#: builtin/merge.c:15833828#, c-format3829msgid "No merge strategy handled the merge.\n"3830msgstr ""38313832#: builtin/merge.c:15853833#, c-format3834msgid "Merge with strategy %s failed.\n"3835msgstr ""38363837#: builtin/merge.c:15943838#, c-format3839msgid "Using the %s to prepare resolving by hand.\n"3840msgstr ""38413842#: builtin/merge.c:16063843#, c-format3844msgid "Automatic merge went well; stopped before committing as requested\n"3845msgstr ""38463847#: builtin/mv.c:1083848#, c-format3849msgid "Checking rename of '%s' to '%s'\n"3850msgstr ""38513852#: builtin/mv.c:1123853msgid "bad source"3854msgstr ""38553856#: builtin/mv.c:1153857msgid "can not move directory into itself"3858msgstr ""38593860#: builtin/mv.c:1183861msgid "cannot move directory over file"3862msgstr ""38633864#: builtin/mv.c:1283865#, c-format3866msgid "Huh? %.*s is in index?"3867msgstr ""38683869#: builtin/mv.c:1403870msgid "source directory is empty"3871msgstr ""38723873#: builtin/mv.c:1713874msgid "not under version control"3875msgstr ""38763877#: builtin/mv.c:1733878msgid "destination exists"3879msgstr ""38803881#: builtin/mv.c:1813882#, c-format3883msgid "overwriting '%s'"3884msgstr ""38853886#: builtin/mv.c:1843887msgid "Cannot overwrite"3888msgstr ""38893890#: builtin/mv.c:1873891msgid "multiple sources for the same target"3892msgstr ""38933894#: builtin/mv.c:2023895#, c-format3896msgid "%s, source=%s, destination=%s"3897msgstr ""38983899#: builtin/mv.c:2123900#, c-format3901msgid "Renaming %s to %s\n"3902msgstr ""39033904#: builtin/mv.c:215 builtin/remote.c:7313905#, c-format3906msgid "renaming '%s' failed"3907msgstr ""39083909#: builtin/notes.c:1393910#, c-format3911msgid "unable to start 'show' for object '%s'"3912msgstr ""39133914#: builtin/notes.c:1453915msgid "can't fdopen 'show' output fd"3916msgstr ""39173918#: builtin/notes.c:1553919#, c-format3920msgid "failed to close pipe to 'show' for object '%s'"3921msgstr ""39223923#: builtin/notes.c:1583924#, c-format3925msgid "failed to finish 'show' for object '%s'"3926msgstr ""39273928#: builtin/notes.c:175 builtin/tag.c:3473929#, c-format3930msgid "could not create file '%s'"3931msgstr ""39323933#: builtin/notes.c:1893934msgid "Please supply the note contents using either -m or -F option"3935msgstr ""39363937#: builtin/notes.c:210 builtin/notes.c:9733938#, c-format3939msgid "Removing note for object %s\n"3940msgstr ""39413942#: builtin/notes.c:2153943msgid "unable to write note object"3944msgstr ""39453946#: builtin/notes.c:2173947#, c-format3948msgid "The note contents has been left in %s"3949msgstr ""39503951#: builtin/notes.c:251 builtin/tag.c:5423952#, c-format3953msgid "cannot read '%s'"3954msgstr ""39553956#: builtin/notes.c:253 builtin/tag.c:5453957#, c-format3958msgid "could not open or read '%s'"3959msgstr ""39603961#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4473962#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6443963#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7663964#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5583965#, c-format3966msgid "Failed to resolve '%s' as a valid ref."3967msgstr ""39683969#: builtin/notes.c:2753970#, c-format3971msgid "Failed to read object '%s'."3972msgstr ""39733974#: builtin/notes.c:2993975msgid "Cannot commit uninitialized/unreferenced notes tree"3976msgstr ""39773978#: builtin/notes.c:3403979#, c-format3980msgid "Bad notes.rewriteMode value: '%s'"3981msgstr ""39823983#: builtin/notes.c:3503984#, c-format3985msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3986msgstr ""39873988#. TRANSLATORS: The first %s is the name of the3989#. environment variable, the second %s is its value3990#: builtin/notes.c:3773991#, c-format3992msgid "Bad %s value: '%s'"3993msgstr ""39943995#: builtin/notes.c:4413996#, c-format3997msgid "Malformed input line: '%s'."3998msgstr ""39994000#: builtin/notes.c:4564001#, c-format4002msgid "Failed to copy notes from '%s' to '%s'"4003msgstr ""40044005#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6274006#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7594007#: builtin/notes.c:10334008msgid "too many parameters"4009msgstr ""40104011#: builtin/notes.c:513 builtin/notes.c:7724012#, c-format4013msgid "No note found for object %s."4014msgstr ""40154016#: builtin/notes.c:5804017#, c-format4018msgid ""4019"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "4020"existing notes"4021msgstr ""40224023#: builtin/notes.c:585 builtin/notes.c:6624024#, c-format4025msgid "Overwriting existing notes for object %s\n"4026msgstr ""40274028#: builtin/notes.c:6354029msgid "too few parameters"4030msgstr ""40314032#: builtin/notes.c:6564033#, c-format4034msgid ""4035"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "4036"existing notes"4037msgstr ""40384039#: builtin/notes.c:6684040#, c-format4041msgid "Missing notes on source object %s. Cannot copy."4042msgstr ""40434044#: builtin/notes.c:7174045#, c-format4046msgid ""4047"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"4048"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"4049msgstr ""40504051#: builtin/notes.c:9714052#, c-format4053msgid "Object %s has no note\n"4054msgstr ""40554056#: builtin/notes.c:1103 builtin/remote.c:15984057#, c-format4058msgid "Unknown subcommand: %s"4059msgstr ""40604061#: builtin/pack-objects.c:183 builtin/pack-objects.c:1864062#, c-format4063msgid "deflate error (%d)"4064msgstr ""40654066#: builtin/pack-objects.c:23984067#, c-format4068msgid "unsupported index version %s"4069msgstr ""40704071#: builtin/pack-objects.c:24024072#, c-format4073msgid "bad index version '%s'"4074msgstr ""40754076#: builtin/pack-objects.c:24254077#, c-format4078msgid "option %s does not accept negative form"4079msgstr ""40804081#: builtin/pack-objects.c:24294082#, c-format4083msgid "unable to parse value '%s' for option %s"4084msgstr ""40854086#: builtin/push.c:454087msgid "tag shorthand without <tag>"4088msgstr ""40894090#: builtin/push.c:644091msgid "--delete only accepts plain target ref names"4092msgstr ""40934094#: builtin/push.c:994095msgid ""4096"\n"4097"To choose either option permanently, see push.default in 'git help config'."4098msgstr ""40994100#: builtin/push.c:1024101#, c-format4102msgid ""4103"The upstream branch of your current branch does not match\n"4104"the name of your current branch. To push to the upstream branch\n"4105"on the remote, use\n"4106"\n"4107" git push %s HEAD:%s\n"4108"\n"4109"To push to the branch of the same name on the remote, use\n"4110"\n"4111" git push %s %s\n"4112"%s"4113msgstr ""41144115#: builtin/push.c:1214116#, c-format4117msgid ""4118"You are not currently on a branch.\n"4119"To push the history leading to the current (detached HEAD)\n"4120"state now, use\n"4121"\n"4122" git push %s HEAD:<name-of-remote-branch>\n"4123msgstr ""41244125#: builtin/push.c:1284126#, c-format4127msgid ""4128"The current branch %s has no upstream branch.\n"4129"To push the current branch and set the remote as upstream, use\n"4130"\n"4131" git push --set-upstream %s %s\n"4132msgstr ""41334134#: builtin/push.c:1364135#, c-format4136msgid "The current branch %s has multiple upstream branches, refusing to push."4137msgstr ""41384139#: builtin/push.c:1394140#, c-format4141msgid ""4142"You are pushing to remote '%s', which is not the upstream of\n"4143"your current branch '%s', without telling me what to push\n"4144"to update which remote branch."4145msgstr ""41464147#: builtin/push.c:1744148msgid ""4149"You didn't specify any refspecs to push, and push.default is \"nothing\"."4150msgstr ""41514152#: builtin/push.c:1814153msgid ""4154"Updates were rejected because the tip of your current branch is behind\n"4155"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"4156"before pushing again.\n"4157"See the 'Note about fast-forwards' in 'git push --help' for details."4158msgstr ""41594160#: builtin/push.c:1874161msgid ""4162"Updates were rejected because a pushed branch tip is behind its remote\n"4163"counterpart. If you did not intend to push that branch, you may want to\n"4164"specify branches to push or set the 'push.default' configuration\n"4165"variable to 'current' or 'upstream' to push only the current branch."4166msgstr ""41674168#: builtin/push.c:1934169msgid ""4170"Updates were rejected because a pushed branch tip is behind its remote\n"4171"counterpart. Check out this branch and merge the remote changes\n"4172"(e.g. 'git pull') before pushing again.\n"4173"See the 'Note about fast-forwards' in 'git push --help' for details."4174msgstr ""41754176#: builtin/push.c:2334177#, c-format4178msgid "Pushing to %s\n"4179msgstr ""41804181#: builtin/push.c:2374182#, c-format4183msgid "failed to push some refs to '%s'"4184msgstr ""41854186#: builtin/push.c:2694187#, c-format4188msgid "bad repository '%s'"4189msgstr ""41904191#: builtin/push.c:2704192msgid ""4193"No configured push destination.\n"4194"Either specify the URL from the command-line or configure a remote "4195"repository using\n"4196"\n"4197" git remote add <name> <url>\n"4198"\n"4199"and then push using the remote name\n"4200"\n"4201" git push <name>\n"4202msgstr ""42034204#: builtin/push.c:2854205msgid "--all and --tags are incompatible"4206msgstr ""42074208#: builtin/push.c:2864209msgid "--all can't be combined with refspecs"4210msgstr ""42114212#: builtin/push.c:2914213msgid "--mirror and --tags are incompatible"4214msgstr ""42154216#: builtin/push.c:2924217msgid "--mirror can't be combined with refspecs"4218msgstr ""42194220#: builtin/push.c:2974221msgid "--all and --mirror are incompatible"4222msgstr ""42234224#: builtin/push.c:3854225msgid "--delete is incompatible with --all, --mirror and --tags"4226msgstr ""42274228#: builtin/push.c:3874229msgid "--delete doesn't make sense without any refs"4230msgstr ""42314232#: builtin/remote.c:984233#, c-format4234msgid "Updating %s"4235msgstr ""42364237#: builtin/remote.c:1304238msgid ""4239"--mirror is dangerous and deprecated; please\n"4240"\t use --mirror=fetch or --mirror=push instead"4241msgstr ""42424243#: builtin/remote.c:1474244#, c-format4245msgid "unknown mirror argument: %s"4246msgstr ""42474248#: builtin/remote.c:1854249msgid "specifying a master branch makes no sense with --mirror"4250msgstr ""42514252#: builtin/remote.c:1874253msgid "specifying branches to track makes sense only with fetch mirrors"4254msgstr ""42554256#: builtin/remote.c:195 builtin/remote.c:6464257#, c-format4258msgid "remote %s already exists."4259msgstr ""42604261#: builtin/remote.c:199 builtin/remote.c:6504262#, c-format4263msgid "'%s' is not a valid remote name"4264msgstr ""42654266#: builtin/remote.c:2434267#, c-format4268msgid "Could not setup master '%s'"4269msgstr ""42704271#: builtin/remote.c:2994272#, c-format4273msgid "more than one %s"4274msgstr ""42754276#: builtin/remote.c:3394277#, c-format4278msgid "Could not get fetch map for refspec %s"4279msgstr ""42804281#: builtin/remote.c:440 builtin/remote.c:4484282msgid "(matching)"4283msgstr ""42844285#: builtin/remote.c:4524286msgid "(delete)"4287msgstr ""42884289#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6074290#, c-format4291msgid "Could not append '%s' to '%s'"4292msgstr ""42934294#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8904295#, c-format4296msgid "No such remote: %s"4297msgstr ""42984299#: builtin/remote.c:6564300#, c-format4301msgid "Could not rename config section '%s' to '%s'"4302msgstr ""43034304#: builtin/remote.c:662 builtin/remote.c:7994305#, c-format4306msgid "Could not remove config section '%s'"4307msgstr ""43084309#: builtin/remote.c:6774310#, c-format4311msgid ""4312"Not updating non-default fetch refspec\n"4313"\t%s\n"4314"\tPlease update the configuration manually if necessary."4315msgstr ""43164317#: builtin/remote.c:6834318#, c-format4319msgid "Could not append '%s'"4320msgstr ""43214322#: builtin/remote.c:6944323#, c-format4324msgid "Could not set '%s'"4325msgstr ""43264327#: builtin/remote.c:7164328#, c-format4329msgid "deleting '%s' failed"4330msgstr ""43314332#: builtin/remote.c:7504333#, c-format4334msgid "creating '%s' failed"4335msgstr ""43364337#: builtin/remote.c:7644338#, c-format4339msgid "Could not remove branch %s"4340msgstr ""43414342#: builtin/remote.c:8344343msgid ""4344"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"4345"to delete it, use:"4346msgid_plural ""4347"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"4348"to delete them, use:"4349msgstr[0] ""4350msgstr[1] ""43514352#: builtin/remote.c:9434353#, c-format4354msgid " new (next fetch will store in remotes/%s)"4355msgstr ""43564357#: builtin/remote.c:9464358msgid " tracked"4359msgstr ""43604361#: builtin/remote.c:9484362msgid " stale (use 'git remote prune' to remove)"4363msgstr ""43644365#: builtin/remote.c:9504366msgid " ???"4367msgstr ""43684369#: builtin/remote.c:9914370#, c-format4371msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"4372msgstr ""43734374#: builtin/remote.c:9984375#, c-format4376msgid "rebases onto remote %s"4377msgstr ""43784379#: builtin/remote.c:10014380#, c-format4381msgid " merges with remote %s"4382msgstr ""43834384#: builtin/remote.c:10024385msgid " and with remote"4386msgstr ""43874388#: builtin/remote.c:10044389#, c-format4390msgid "merges with remote %s"4391msgstr ""43924393#: builtin/remote.c:10054394msgid " and with remote"4395msgstr ""43964397#: builtin/remote.c:10514398msgid "create"4399msgstr ""44004401#: builtin/remote.c:10544402msgid "delete"4403msgstr ""44044405#: builtin/remote.c:10584406msgid "up to date"4407msgstr ""44084409#: builtin/remote.c:10614410msgid "fast-forwardable"4411msgstr ""44124413#: builtin/remote.c:10644414msgid "local out of date"4415msgstr ""44164417#: builtin/remote.c:10714418#, c-format4419msgid " %-*s forces to %-*s (%s)"4420msgstr ""44214422#: builtin/remote.c:10744423#, c-format4424msgid " %-*s pushes to %-*s (%s)"4425msgstr ""44264427#: builtin/remote.c:10784428#, c-format4429msgid " %-*s forces to %s"4430msgstr ""44314432#: builtin/remote.c:10814433#, c-format4434msgid " %-*s pushes to %s"4435msgstr ""44364437#: builtin/remote.c:11184438#, c-format4439msgid "* remote %s"4440msgstr ""44414442#: builtin/remote.c:11194443#, c-format4444msgid " Fetch URL: %s"4445msgstr ""44464447#: builtin/remote.c:1120 builtin/remote.c:12854448msgid "(no URL)"4449msgstr ""44504451#: builtin/remote.c:1129 builtin/remote.c:11314452#, c-format4453msgid " Push URL: %s"4454msgstr ""44554456#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11374457#, c-format4458msgid " HEAD branch: %s"4459msgstr ""44604461#: builtin/remote.c:11394462#, c-format4463msgid ""4464" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"4465msgstr ""44664467#: builtin/remote.c:11514468#, c-format4469msgid " Remote branch:%s"4470msgid_plural " Remote branches:%s"4471msgstr[0] ""4472msgstr[1] ""44734474#: builtin/remote.c:1154 builtin/remote.c:11814475msgid " (status not queried)"4476msgstr ""44774478#: builtin/remote.c:11634479msgid " Local branch configured for 'git pull':"4480msgid_plural " Local branches configured for 'git pull':"4481msgstr[0] ""4482msgstr[1] ""44834484#: builtin/remote.c:11714485msgid " Local refs will be mirrored by 'git push'"4486msgstr ""44874488#: builtin/remote.c:11784489#, c-format4490msgid " Local ref configured for 'git push'%s:"4491msgid_plural " Local refs configured for 'git push'%s:"4492msgstr[0] ""4493msgstr[1] ""44944495#: builtin/remote.c:12164496msgid "Cannot determine remote HEAD"4497msgstr ""44984499#: builtin/remote.c:12184500msgid "Multiple remote HEAD branches. Please choose one explicitly with:"4501msgstr ""45024503#: builtin/remote.c:12284504#, c-format4505msgid "Could not delete %s"4506msgstr ""45074508#: builtin/remote.c:12364509#, c-format4510msgid "Not a valid ref: %s"4511msgstr ""45124513#: builtin/remote.c:12384514#, c-format4515msgid "Could not setup %s"4516msgstr ""45174518#: builtin/remote.c:12744519#, c-format4520msgid " %s will become dangling!"4521msgstr ""45224523#: builtin/remote.c:12754524#, c-format4525msgid " %s has become dangling!"4526msgstr ""45274528#: builtin/remote.c:12814529#, c-format4530msgid "Pruning %s"4531msgstr ""45324533#: builtin/remote.c:12824534#, c-format4535msgid "URL: %s"4536msgstr ""45374538#: builtin/remote.c:12954539#, c-format4540msgid " * [would prune] %s"4541msgstr ""45424543#: builtin/remote.c:12984544#, c-format4545msgid " * [pruned] %s"4546msgstr ""45474548#: builtin/remote.c:1387 builtin/remote.c:14614549#, c-format4550msgid "No such remote '%s'"4551msgstr ""45524553#: builtin/remote.c:14144554msgid "no remote specified"4555msgstr ""45564557#: builtin/remote.c:14474558msgid "--add --delete doesn't make sense"4559msgstr ""45604561#: builtin/remote.c:14874562#, c-format4563msgid "Invalid old URL pattern: %s"4564msgstr ""45654566#: builtin/remote.c:14954567#, c-format4568msgid "No such URL found: %s"4569msgstr ""45704571#: builtin/remote.c:14974572msgid "Will not delete all non-push URLs"4573msgstr ""45744575#: builtin/reset.c:334576msgid "mixed"4577msgstr ""45784579#: builtin/reset.c:334580msgid "soft"4581msgstr ""45824583#: builtin/reset.c:334584msgid "hard"4585msgstr ""45864587#: builtin/reset.c:334588msgid "merge"4589msgstr ""45904591#: builtin/reset.c:334592msgid "keep"4593msgstr ""45944595#: builtin/reset.c:774596msgid "You do not have a valid HEAD."4597msgstr ""45984599#: builtin/reset.c:794600msgid "Failed to find tree of HEAD."4601msgstr ""46024603#: builtin/reset.c:854604#, c-format4605msgid "Failed to find tree of %s."4606msgstr ""46074608#: builtin/reset.c:964609msgid "Could not write new index file."4610msgstr ""46114612#: builtin/reset.c:1064613#, c-format4614msgid "HEAD is now at %s"4615msgstr ""46164617#: builtin/reset.c:1304618msgid "Could not read index"4619msgstr ""46204621#: builtin/reset.c:1334622msgid "Unstaged changes after reset:"4623msgstr ""46244625#: builtin/reset.c:2234626#, c-format4627msgid "Cannot do a %s reset in the middle of a merge."4628msgstr ""46294630#: builtin/reset.c:3034631#, c-format4632msgid "Could not parse object '%s'."4633msgstr ""46344635#: builtin/reset.c:3084636msgid "--patch is incompatible with --{hard,mixed,soft}"4637msgstr ""46384639#: builtin/reset.c:3174640msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."4641msgstr ""46424643#: builtin/reset.c:3194644#, c-format4645msgid "Cannot do %s reset with paths."4646msgstr ""46474648#: builtin/reset.c:3314649#, c-format4650msgid "%s reset is not allowed in a bare repository"4651msgstr ""46524653#: builtin/reset.c:3474654#, c-format4655msgid "Could not reset index file to revision '%s'."4656msgstr ""46574658#: builtin/revert.c:70 builtin/revert.c:924659#, c-format4660msgid "%s: %s cannot be used with %s"4661msgstr ""46624663#: builtin/revert.c:1314664msgid "program error"4665msgstr ""46664667#: builtin/revert.c:2214668msgid "revert failed"4669msgstr ""46704671#: builtin/revert.c:2364672msgid "cherry-pick failed"4673msgstr ""46744675#: builtin/rm.c:1094676#, c-format4677msgid ""4678"'%s' has staged content different from both the file and the HEAD\n"4679"(use -f to force removal)"4680msgstr ""46814682#: builtin/rm.c:1154683#, c-format4684msgid ""4685"'%s' has changes staged in the index\n"4686"(use --cached to keep the file, or -f to force removal)"4687msgstr ""46884689#: builtin/rm.c:1194690#, c-format4691msgid ""4692"'%s' has local modifications\n"4693"(use --cached to keep the file, or -f to force removal)"4694msgstr ""46954696#: builtin/rm.c:1944697#, c-format4698msgid "not removing '%s' recursively without -r"4699msgstr ""47004701#: builtin/rm.c:2304702#, c-format4703msgid "git rm: unable to remove %s"4704msgstr ""47054706#: builtin/shortlog.c:1574707#, c-format4708msgid "Missing author: %s"4709msgstr ""47104711#: builtin/tag.c:604712#, c-format4713msgid "malformed object at '%s'"4714msgstr ""47154716#: builtin/tag.c:2074717#, c-format4718msgid "tag name too long: %.*s..."4719msgstr ""47204721#: builtin/tag.c:2124722#, c-format4723msgid "tag '%s' not found."4724msgstr ""47254726#: builtin/tag.c:2274727#, c-format4728msgid "Deleted tag '%s' (was %s)\n"4729msgstr ""47304731#: builtin/tag.c:2394732#, c-format4733msgid "could not verify the tag '%s'"4734msgstr ""47354736#: builtin/tag.c:2494737msgid ""4738"\n"4739"#\n"4740"# Write a tag message\n"4741"# Lines starting with '#' will be ignored.\n"4742"#\n"4743msgstr ""47444745#: builtin/tag.c:2564746msgid ""4747"\n"4748"#\n"4749"# Write a tag message\n"4750"# Lines starting with '#' will be kept; you may remove them yourself if you "4751"want to.\n"4752"#\n"4753msgstr ""47544755#: builtin/tag.c:2984756msgid "unable to sign the tag"4757msgstr ""47584759#: builtin/tag.c:3004760msgid "unable to write tag file"4761msgstr ""47624763#: builtin/tag.c:3254764msgid "bad object type."4765msgstr ""47664767#: builtin/tag.c:3384768msgid "tag header too big."4769msgstr ""47704771#: builtin/tag.c:3704772msgid "no tag message?"4773msgstr ""47744775#: builtin/tag.c:3764776#, c-format4777msgid "The tag message has been left in %s\n"4778msgstr ""47794780#: builtin/tag.c:4254781msgid "switch 'points-at' requires an object"4782msgstr ""47834784#: builtin/tag.c:4274785#, c-format4786msgid "malformed object name '%s'"4787msgstr ""47884789#: builtin/tag.c:5064790msgid "--column and -n are incompatible"4791msgstr ""47924793#: builtin/tag.c:5234794msgid "-n option is only allowed with -l."4795msgstr ""47964797#: builtin/tag.c:5254798msgid "--contains option is only allowed with -l."4799msgstr ""48004801#: builtin/tag.c:5274802msgid "--points-at option is only allowed with -l."4803msgstr ""48044805#: builtin/tag.c:5354806msgid "only one -F or -m option is allowed."4807msgstr ""48084809#: builtin/tag.c:5554810msgid "too many params"4811msgstr ""48124813#: builtin/tag.c:5614814#, c-format4815msgid "'%s' is not a valid tag name."4816msgstr ""48174818#: builtin/tag.c:5664819#, c-format4820msgid "tag '%s' already exists"4821msgstr ""48224823#: builtin/tag.c:5844824#, c-format4825msgid "%s: cannot lock the ref"4826msgstr ""48274828#: builtin/tag.c:5864829#, c-format4830msgid "%s: cannot update the ref"4831msgstr ""48324833#: builtin/tag.c:5884834#, c-format4835msgid "Updated tag '%s' (was %s)\n"4836msgstr ""48374838#: git.c:164839msgid "See 'git help <command>' for more information on a specific command."4840msgstr ""48414842#: parse-options.h:133 parse-options.h:2354843msgid "n"4844msgstr ""48454846#: parse-options.h:1414847msgid "time"4848msgstr ""48494850#: parse-options.h:1494851msgid "file"4852msgstr ""48534854#: parse-options.h:1514855msgid "when"4856msgstr ""48574858#: parse-options.h:1564859msgid "no-op (backward compatibility)"4860msgstr ""48614862#: parse-options.h:2284863msgid "be more verbose"4864msgstr ""48654866#: parse-options.h:2304867msgid "be more quiet"4868msgstr ""48694870#: parse-options.h:2364871msgid "use <n> digits to display SHA-1s"4872msgstr ""48734874#: common-cmds.h:84875msgid "Add file contents to the index"4876msgstr ""48774878#: common-cmds.h:94879msgid "Find by binary search the change that introduced a bug"4880msgstr ""48814882#: common-cmds.h:104883msgid "List, create, or delete branches"4884msgstr ""48854886#: common-cmds.h:114887msgid "Checkout a branch or paths to the working tree"4888msgstr ""48894890#: common-cmds.h:124891msgid "Clone a repository into a new directory"4892msgstr ""48934894#: common-cmds.h:134895msgid "Record changes to the repository"4896msgstr ""48974898#: common-cmds.h:144899msgid "Show changes between commits, commit and working tree, etc"4900msgstr ""49014902#: common-cmds.h:154903msgid "Download objects and refs from another repository"4904msgstr ""49054906#: common-cmds.h:164907msgid "Print lines matching a pattern"4908msgstr ""49094910#: common-cmds.h:174911msgid "Create an empty git repository or reinitialize an existing one"4912msgstr ""49134914#: common-cmds.h:184915msgid "Show commit logs"4916msgstr ""49174918#: common-cmds.h:194919msgid "Join two or more development histories together"4920msgstr ""49214922#: common-cmds.h:204923msgid "Move or rename a file, a directory, or a symlink"4924msgstr ""49254926#: common-cmds.h:214927msgid "Fetch from and merge with another repository or a local branch"4928msgstr ""49294930#: common-cmds.h:224931msgid "Update remote refs along with associated objects"4932msgstr ""49334934#: common-cmds.h:234935msgid "Forward-port local commits to the updated upstream head"4936msgstr ""49374938#: common-cmds.h:244939msgid "Reset current HEAD to the specified state"4940msgstr ""49414942#: common-cmds.h:254943msgid "Remove files from the working tree and from the index"4944msgstr ""49454946#: common-cmds.h:264947msgid "Show various types of objects"4948msgstr ""49494950#: common-cmds.h:274951msgid "Show the working tree status"4952msgstr ""49534954#: common-cmds.h:284955msgid "Create, list, delete or verify a tag object signed with GPG"4956msgstr ""49574958#: git-am.sh:504959msgid "You need to set your committer info first"4960msgstr ""49614962#: git-am.sh:954963msgid ""4964"You seem to have moved HEAD since the last 'am' failure.\n"4965"Not rewinding to ORIG_HEAD"4966msgstr ""49674968#: git-am.sh:1054969#, sh-format4970msgid ""4971"When you have resolved this problem, run \"$cmdline --resolved\".\n"4972"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"4973"To restore the original branch and stop patching, run \"$cmdline --abort\"."4974msgstr ""49754976#: git-am.sh:1214977msgid "Cannot fall back to three-way merge."4978msgstr ""49794980#: git-am.sh:1374981msgid "Repository lacks necessary blobs to fall back on 3-way merge."4982msgstr ""49834984#: git-am.sh:1394985msgid "Using index info to reconstruct a base tree..."4986msgstr ""49874988#: git-am.sh:1544989msgid ""4990"Did you hand edit your patch?\n"4991"It does not apply to blobs recorded in its index."4992msgstr ""49934994#: git-am.sh:1634995msgid "Falling back to patching base and 3-way merge..."4996msgstr ""49974998#: git-am.sh:1794999msgid "Failed to merge in the changes."5000msgstr ""50015002#: git-am.sh:2745003msgid "Only one StGIT patch series can be applied at once"5004msgstr ""50055006#: git-am.sh:3615007#, sh-format5008msgid "Patch format $patch_format is not supported."5009msgstr ""50105011#: git-am.sh:3635012msgid "Patch format detection failed."5013msgstr ""50145015#: git-am.sh:3895016msgid ""5017"The -b/--binary option has been a no-op for long time, and\n"5018"it will be removed. Please do not use it anymore."5019msgstr ""50205021#: git-am.sh:4775022#, sh-format5023msgid "previous rebase directory $dotest still exists but mbox given."5024msgstr ""50255026#: git-am.sh:4825027msgid "Please make up your mind. --skip or --abort?"5028msgstr ""50295030#: git-am.sh:5095031msgid "Resolve operation not in progress, we are not resuming."5032msgstr ""50335034#: git-am.sh:5755035#, sh-format5036msgid "Dirty index: cannot apply patches (dirty: $files)"5037msgstr ""50385039#: git-am.sh:6795040#, sh-format5041msgid ""5042"Patch is empty. Was it split wrong?\n"5043"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"5044"To restore the original branch and stop patching run \"$cmdline --abort\"."5045msgstr ""50465047#: git-am.sh:7065048msgid "Patch does not have a valid e-mail address."5049msgstr ""50505051#: git-am.sh:7535052msgid "cannot be interactive without stdin connected to a terminal."5053msgstr ""50545055#: git-am.sh:7575056msgid "Commit Body is:"5057msgstr ""50585059#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]5060#. in your translation. The program will only accept English5061#. input at this point.5062#: git-am.sh:7645063msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "5064msgstr ""50655066#: git-am.sh:8005067#, sh-format5068msgid "Applying: $FIRSTLINE"5069msgstr ""50705071#: git-am.sh:8215072msgid ""5073"No changes - did you forget to use 'git add'?\n"5074"If there is nothing left to stage, chances are that something else\n"5075"already introduced the same changes; you might want to skip this patch."5076msgstr ""50775078#: git-am.sh:8295079msgid ""5080"You still have unmerged paths in your index\n"5081"did you forget to use 'git add'?"5082msgstr ""50835084#: git-am.sh:8455085msgid "No changes -- Patch already applied."5086msgstr ""50875088#: git-am.sh:8555089#, sh-format5090msgid "Patch failed at $msgnum $FIRSTLINE"5091msgstr ""50925093#: git-am.sh:8765094msgid "applying to an empty history"5095msgstr ""50965097#: git-bisect.sh:485098msgid "You need to start by \"git bisect start\""5099msgstr ""51005101#. TRANSLATORS: Make sure to include [Y] and [n] in your5102#. translation. The program will only accept English input5103#. at this point.5104#: git-bisect.sh:545105msgid "Do you want me to do it for you [Y/n]? "5106msgstr ""51075108#: git-bisect.sh:955109#, sh-format5110msgid "unrecognised option: '$arg'"5111msgstr ""51125113#: git-bisect.sh:995114#, sh-format5115msgid "'$arg' does not appear to be a valid revision"5116msgstr ""51175118#: git-bisect.sh:1175119msgid "Bad HEAD - I need a HEAD"5120msgstr ""51215122#: git-bisect.sh:1305123#, sh-format5124msgid ""5125"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."5126msgstr ""51275128#: git-bisect.sh:1405129msgid "won't bisect on seeked tree"5130msgstr ""51315132#: git-bisect.sh:1445133msgid "Bad HEAD - strange symbolic ref"5134msgstr ""51355136#: git-bisect.sh:1895137#, sh-format5138msgid "Bad bisect_write argument: $state"5139msgstr ""51405141#: git-bisect.sh:2185142#, sh-format5143msgid "Bad rev input: $arg"5144msgstr ""51455146#: git-bisect.sh:2325147msgid "Please call 'bisect_state' with at least one argument."5148msgstr ""51495150#: git-bisect.sh:2445151#, sh-format5152msgid "Bad rev input: $rev"5153msgstr ""51545155#: git-bisect.sh:2505156msgid "'git bisect bad' can take only one argument."5157msgstr ""51585159#. have bad but not good. we could bisect although5160#. this is less optimum.5161#: git-bisect.sh:2735162msgid "Warning: bisecting only with a bad commit."5163msgstr ""51645165#. TRANSLATORS: Make sure to include [Y] and [n] in your5166#. translation. The program will only accept English input5167#. at this point.5168#: git-bisect.sh:2795169msgid "Are you sure [Y/n]? "5170msgstr ""51715172#: git-bisect.sh:2895173msgid ""5174"You need to give me at least one good and one bad revisions.\n"5175"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"5176msgstr ""51775178#: git-bisect.sh:2925179msgid ""5180"You need to start by \"git bisect start\".\n"5181"You then need to give me at least one good and one bad revisions.\n"5182"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"5183msgstr ""51845185#: git-bisect.sh:347 git-bisect.sh:4745186msgid "We are not bisecting."5187msgstr ""51885189#: git-bisect.sh:3545190#, sh-format5191msgid "'$invalid' is not a valid commit"5192msgstr ""51935194#: git-bisect.sh:3635195#, sh-format5196msgid ""5197"Could not check out original HEAD '$branch'.\n"5198"Try 'git bisect reset <commit>'."5199msgstr ""52005201#: git-bisect.sh:3905202msgid "No logfile given"5203msgstr ""52045205#: git-bisect.sh:3915206#, sh-format5207msgid "cannot read $file for replaying"5208msgstr ""52095210#: git-bisect.sh:4085211msgid "?? what are you talking about?"5212msgstr ""52135214#: git-bisect.sh:4205215#, sh-format5216msgid "running $command"5217msgstr ""52185219#: git-bisect.sh:4275220#, sh-format5221msgid ""5222"bisect run failed:\n"5223"exit code $res from '$command' is < 0 or >= 128"5224msgstr ""52255226#: git-bisect.sh:4535227msgid "bisect run cannot continue any more"5228msgstr ""52295230#: git-bisect.sh:4595231#, sh-format5232msgid ""5233"bisect run failed:\n"5234"'bisect_state $state' exited with error code $res"5235msgstr ""52365237#: git-bisect.sh:4665238msgid "bisect run success"5239msgstr ""52405241#: git-pull.sh:215242msgid ""5243"Pull is not possible because you have unmerged files.\n"5244"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"5245"as appropriate to mark resolution, or use 'git commit -a'."5246msgstr ""52475248#: git-pull.sh:255249msgid "Pull is not possible because you have unmerged files."5250msgstr ""52515252#: git-pull.sh:1975253msgid "updating an unborn branch with changes added to the index"5254msgstr ""52555256#. The fetch involved updating the current branch.5257#. The working tree and the index file is still based on the5258#. $orig_head commit, but we are merging into $curr_head.5259#. First update the working tree to match $curr_head.5260#: git-pull.sh:2285261#, sh-format5262msgid ""5263"Warning: fetch updated the current branch head.\n"5264"Warning: fast-forwarding your working tree from\n"5265"Warning: commit $orig_head."5266msgstr ""52675268#: git-pull.sh:2535269msgid "Cannot merge multiple branches into empty head"5270msgstr ""52715272#: git-pull.sh:2575273msgid "Cannot rebase onto multiple branches"5274msgstr ""52755276#: git-rebase.sh:525277msgid ""5278"When you have resolved this problem, run \"git rebase --continue\".\n"5279"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"5280"To check out the original branch and stop rebasing, run \"git rebase --abort"5281"\"."5282msgstr ""52835284#: git-rebase.sh:1595285msgid "The pre-rebase hook refused to rebase."5286msgstr ""52875288#: git-rebase.sh:1645289msgid "It looks like git-am is in progress. Cannot rebase."5290msgstr ""52915292#: git-rebase.sh:2955293msgid "The --exec option must be used with the --interactive option"5294msgstr ""52955296#: git-rebase.sh:3005297msgid "No rebase in progress?"5298msgstr ""52995300#: git-rebase.sh:3135301msgid "Cannot read HEAD"5302msgstr ""53035304#: git-rebase.sh:3165305msgid ""5306"You must edit all merge conflicts and then\n"5307"mark them as resolved using git add"5308msgstr ""53095310#: git-rebase.sh:3345311#, sh-format5312msgid "Could not move back to $head_name"5313msgstr ""53145315#: git-rebase.sh:3505316#, sh-format5317msgid ""5318"It seems that there is already a $state_dir_base directory, and\n"5319"I wonder if you are in the middle of another rebase. If that is the\n"5320"case, please try\n"5321"\t$cmd_live_rebase\n"5322"If that is not the case, please\n"5323"\t$cmd_clear_stale_rebase\n"5324"and run me again. I am stopping in case you still have something\n"5325"valuable there."5326msgstr ""53275328#: git-rebase.sh:3955329#, sh-format5330msgid "invalid upstream $upstream_name"5331msgstr ""53325333#: git-rebase.sh:4195334#, sh-format5335msgid "$onto_name: there are more than one merge bases"5336msgstr ""53375338#: git-rebase.sh:422 git-rebase.sh:4265339#, sh-format5340msgid "$onto_name: there is no merge base"5341msgstr ""53425343#: git-rebase.sh:4315344#, sh-format5345msgid "Does not point to a valid commit: $onto_name"5346msgstr ""53475348#: git-rebase.sh:4545349#, sh-format5350msgid "fatal: no such branch: $branch_name"5351msgstr ""53525353#: git-rebase.sh:4745354msgid "Please commit or stash them."5355msgstr ""53565357#: git-rebase.sh:4925358#, sh-format5359msgid "Current branch $branch_name is up to date."5360msgstr ""53615362#: git-rebase.sh:4955363#, sh-format5364msgid "Current branch $branch_name is up to date, rebase forced."5365msgstr ""53665367#: git-rebase.sh:5065368#, sh-format5369msgid "Changes from $mb to $onto:"5370msgstr ""53715372#. Detach HEAD and reset the tree5373#: git-rebase.sh:5155374msgid "First, rewinding head to replay your work on top of it..."5375msgstr ""53765377#: git-rebase.sh:5235378#, sh-format5379msgid "Fast-forwarded $branch_name to $onto_name."5380msgstr ""53815382#: git-stash.sh:515383msgid "git stash clear with parameters is unimplemented"5384msgstr ""53855386#: git-stash.sh:745387msgid "You do not have the initial commit yet"5388msgstr ""53895390#: git-stash.sh:895391msgid "Cannot save the current index state"5392msgstr ""53935394#: git-stash.sh:123 git-stash.sh:1365395msgid "Cannot save the current worktree state"5396msgstr ""53975398#: git-stash.sh:1405399msgid "No changes selected"5400msgstr ""54015402#: git-stash.sh:1435403msgid "Cannot remove temporary index (can't happen)"5404msgstr ""54055406#: git-stash.sh:1565407msgid "Cannot record working tree state"5408msgstr ""54095410#. TRANSLATORS: $option is an invalid option, like5411#. `--blah-blah'. The 7 spaces at the beginning of the5412#. second line correspond to "error: ". So you should line5413#. up the second line with however many characters the5414#. translation of "error: " takes in your language. E.g. in5415#. English this is:5416#.5417#. $ git stash save --blah-blah 2>&1 | head -n 25418#. error: unknown option for 'stash save': --blah-blah5419#. To provide a message, use git stash save -- '--blah-blah'5420#: git-stash.sh:2025421#, sh-format5422msgid ""5423"error: unknown option for 'stash save': $option\n"5424" To provide a message, use git stash save -- '$option'"5425msgstr ""54265427#: git-stash.sh:2235428msgid "No local changes to save"5429msgstr ""54305431#: git-stash.sh:2275432msgid "Cannot initialize stash"5433msgstr ""54345435#: git-stash.sh:2355436msgid "Cannot save the current status"5437msgstr ""54385439#: git-stash.sh:2535440msgid "Cannot remove worktree changes"5441msgstr ""54425443#: git-stash.sh:3525444msgid "No stash found."5445msgstr ""54465447#: git-stash.sh:3595448#, sh-format5449msgid "Too many revisions specified: $REV"5450msgstr ""54515452#: git-stash.sh:3655453#, sh-format5454msgid "$reference is not valid reference"5455msgstr ""54565457#: git-stash.sh:3935458#, sh-format5459msgid "'$args' is not a stash-like commit"5460msgstr ""54615462#: git-stash.sh:4045463#, sh-format5464msgid "'$args' is not a stash reference"5465msgstr ""54665467#: git-stash.sh:4125468msgid "unable to refresh index"5469msgstr ""54705471#: git-stash.sh:4165472msgid "Cannot apply a stash in the middle of a merge"5473msgstr ""54745475#: git-stash.sh:4245476msgid "Conflicts in index. Try without --index."5477msgstr ""54785479#: git-stash.sh:4265480msgid "Could not save index tree"5481msgstr ""54825483#: git-stash.sh:4605484msgid "Cannot unstage modified files"5485msgstr ""54865487#: git-stash.sh:4745488msgid "Index was not unstashed."5489msgstr ""54905491#: git-stash.sh:4915492#, sh-format5493msgid "Dropped ${REV} ($s)"5494msgstr ""54955496#: git-stash.sh:4925497#, sh-format5498msgid "${REV}: Could not drop stash entry"5499msgstr ""55005501#: git-stash.sh:4995502msgid "No branch name specified"5503msgstr ""55045505#: git-stash.sh:5705506msgid "(To restore them type \"git stash apply\")"5507msgstr ""55085509#: git-submodule.sh:885510#, sh-format5511msgid "cannot strip one component off url '$remoteurl'"5512msgstr ""55135514#: git-submodule.sh:1455515#, sh-format5516msgid "No submodule mapping found in .gitmodules for path '$sm_path'"5517msgstr ""55185519#: git-submodule.sh:1895520#, sh-format5521msgid "Clone of '$url' into submodule path '$sm_path' failed"5522msgstr ""55235524#: git-submodule.sh:2015525#, sh-format5526msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"5527msgstr ""55285529#: git-submodule.sh:2905530#, sh-format5531msgid "repo URL: '$repo' must be absolute or begin with ./|../"5532msgstr ""55335534#: git-submodule.sh:3075535#, sh-format5536msgid "'$sm_path' already exists in the index"5537msgstr ""55385539#: git-submodule.sh:3115540#, sh-format5541msgid ""5542"The following path is ignored by one of your .gitignore files:\n"5543"$sm_path\n"5544"Use -f if you really want to add it."5545msgstr ""55465547#: git-submodule.sh:3225548#, sh-format5549msgid "Adding existing repo at '$sm_path' to the index"5550msgstr ""55515552#: git-submodule.sh:3245553#, sh-format5554msgid "'$sm_path' already exists and is not a valid git repo"5555msgstr ""55565557#: git-submodule.sh:3385558#, sh-format5559msgid "Unable to checkout submodule '$sm_path'"5560msgstr ""55615562#: git-submodule.sh:3435563#, sh-format5564msgid "Failed to add submodule '$sm_path'"5565msgstr ""55665567#: git-submodule.sh:3485568#, sh-format5569msgid "Failed to register submodule '$sm_path'"5570msgstr ""55715572#: git-submodule.sh:3905573#, sh-format5574msgid "Entering '$prefix$sm_path'"5575msgstr ""55765577#: git-submodule.sh:4045578#, sh-format5579msgid "Stopping at '$sm_path'; script returned non-zero status."5580msgstr ""55815582#: git-submodule.sh:4475583#, sh-format5584msgid "No url found for submodule path '$sm_path' in .gitmodules"5585msgstr ""55865587#: git-submodule.sh:4565588#, sh-format5589msgid "Failed to register url for submodule path '$sm_path'"5590msgstr ""55915592#: git-submodule.sh:4585593#, sh-format5594msgid "Submodule '$name' ($url) registered for path '$sm_path'"5595msgstr ""55965597#: git-submodule.sh:4665598#, sh-format5599msgid "Failed to register update mode for submodule path '$sm_path'"5600msgstr ""56015602#: git-submodule.sh:5655603#, sh-format5604msgid ""5605"Submodule path '$sm_path' not initialized\n"5606"Maybe you want to use 'update --init'?"5607msgstr ""56085609#: git-submodule.sh:5785610#, sh-format5611msgid "Unable to find current revision in submodule path '$sm_path'"5612msgstr ""56135614#: git-submodule.sh:5975615#, sh-format5616msgid "Unable to fetch in submodule path '$sm_path'"5617msgstr ""56185619#: git-submodule.sh:6115620#, sh-format5621msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"5622msgstr ""56235624#: git-submodule.sh:6125625#, sh-format5626msgid "Submodule path '$sm_path': rebased into '$sha1'"5627msgstr ""56285629#: git-submodule.sh:6175630#, sh-format5631msgid "Unable to merge '$sha1' in submodule path '$sm_path'"5632msgstr ""56335634#: git-submodule.sh:6185635#, sh-format5636msgid "Submodule path '$sm_path': merged in '$sha1'"5637msgstr ""56385639#: git-submodule.sh:6235640#, sh-format5641msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"5642msgstr ""56435644#: git-submodule.sh:6245645#, sh-format5646msgid "Submodule path '$sm_path': checked out '$sha1'"5647msgstr ""56485649#: git-submodule.sh:646 git-submodule.sh:9695650#, sh-format5651msgid "Failed to recurse into submodule path '$sm_path'"5652msgstr ""56535654#: git-submodule.sh:7545655msgid "The --cached option cannot be used with the --files option"5656msgstr ""56575658#. unexpected type5659#: git-submodule.sh:7945660#, sh-format5661msgid "unexpected mode $mod_dst"5662msgstr ""56635664#: git-submodule.sh:8125665#, sh-format5666msgid " Warn: $name doesn't contain commit $sha1_src"5667msgstr ""56685669#: git-submodule.sh:8155670#, sh-format5671msgid " Warn: $name doesn't contain commit $sha1_dst"5672msgstr ""56735674#: git-submodule.sh:8185675#, sh-format5676msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"5677msgstr ""56785679#: git-submodule.sh:8435680msgid "blob"5681msgstr ""56825683#: git-submodule.sh:8815684msgid "# Submodules changed but not updated:"5685msgstr ""56865687#: git-submodule.sh:8835688msgid "# Submodule changes to be committed:"5689msgstr ""56905691#: git-submodule.sh:10275692#, sh-format5693msgid "Synchronizing submodule url for '$name'"5694msgstr ""