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-09-05 06:20+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c:40 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#. 27#. * Message used both when 'git commit' fails and when 28#. * other commands doing a merge do. 29#. 30#: advice.c:70 31msgid "" 32"Fix them up in the work tree,\n" 33"and then use 'git add/rm <file>' as\n" 34"appropriate to mark resolution and make a commit,\n" 35"or use 'git commit -a'." 36msgstr "" 37 38#: bundle.c:36 39#, c-format 40msgid "'%s' does not look like a v2 bundle file" 41msgstr "" 42 43#: bundle.c:63 44#, c-format 45msgid "unrecognized header: %s%s (%d)" 46msgstr "" 47 48#: bundle.c:89 builtin/commit.c: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:727 builtin/log.c:1313 builtin/log.c:1529 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:1209 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:1401 229msgid " 0 files changed" 230msgstr "" 231 232#: diff.c:1405 233#, c-format 234msgid " %d file changed" 235msgid_plural " %d files changed" 236msgstr[0] "" 237msgstr[1] "" 238 239#: diff.c:1422 240#, c-format 241msgid ", %d insertion(+)" 242msgid_plural ", %d insertions(+)" 243msgstr[0] "" 244msgstr[1] "" 245 246#: diff.c:1433 247#, c-format 248msgid ", %d deletion(-)" 249msgid_plural ", %d deletions(-)" 250msgstr[0] "" 251msgstr[1] "" 252 253#: diff.c:3460 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:672 349#, c-format 350msgid "failed to create path '%s'%s" 351msgstr "" 352 353#: merge-recursive.c:683 354#, c-format 355msgid "Removing %s to make room for subdirectory\n" 356msgstr "" 357 358#. something else exists 359#. .. but not some other error (who really cares what?) 360#: merge-recursive.c:697 merge-recursive.c:718 361msgid ": perhaps a D/F conflict?" 362msgstr "" 363 364#: merge-recursive.c:708 365#, c-format 366msgid "refusing to lose untracked file at '%s'" 367msgstr "" 368 369#: merge-recursive.c:748 370#, c-format 371msgid "cannot read object %s '%s'" 372msgstr "" 373 374#: merge-recursive.c:750 375#, c-format 376msgid "blob expected for %s '%s'" 377msgstr "" 378 379#: merge-recursive.c:773 builtin/clone.c:302 380#, c-format 381msgid "failed to open '%s'" 382msgstr "" 383 384#: merge-recursive.c:781 385#, c-format 386msgid "failed to symlink '%s'" 387msgstr "" 388 389#: merge-recursive.c:784 390#, c-format 391msgid "do not know what to do with %06o %s '%s'" 392msgstr "" 393 394#: merge-recursive.c:921 395msgid "Failed to execute internal merge" 396msgstr "" 397 398#: merge-recursive.c:925 399#, c-format 400msgid "Unable to add %s to database" 401msgstr "" 402 403#: merge-recursive.c:941 404msgid "unsupported object type in the tree" 405msgstr "" 406 407#: merge-recursive.c:1020 merge-recursive.c:1034 408#, c-format 409msgid "" 410"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 411"in tree." 412msgstr "" 413 414#: merge-recursive.c:1026 merge-recursive.c:1039 415#, c-format 416msgid "" 417"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 418"in tree at %s." 419msgstr "" 420 421#: merge-recursive.c:1080 422msgid "rename" 423msgstr "" 424 425#: merge-recursive.c:1080 426msgid "renamed" 427msgstr "" 428 429#: merge-recursive.c:1136 430#, c-format 431msgid "%s is a directory in %s adding as %s instead" 432msgstr "" 433 434#: merge-recursive.c:1158 435#, c-format 436msgid "" 437"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 438"\"->\"%s\" in \"%s\"%s" 439msgstr "" 440 441#: merge-recursive.c:1163 442msgid " (left unresolved)" 443msgstr "" 444 445#: merge-recursive.c:1217 446#, c-format 447msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 448msgstr "" 449 450#: merge-recursive.c:1247 451#, c-format 452msgid "Renaming %s to %s and %s to %s instead" 453msgstr "" 454 455#: merge-recursive.c:1446 456#, c-format 457msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 458msgstr "" 459 460#: merge-recursive.c:1456 461#, c-format 462msgid "Adding merged %s" 463msgstr "" 464 465#: merge-recursive.c:1461 merge-recursive.c:1659 466#, c-format 467msgid "Adding as %s instead" 468msgstr "" 469 470#: merge-recursive.c:1512 471#, c-format 472msgid "cannot read object %s" 473msgstr "" 474 475#: merge-recursive.c:1515 476#, c-format 477msgid "object %s is not a blob" 478msgstr "" 479 480#: merge-recursive.c:1563 481msgid "modify" 482msgstr "" 483 484#: merge-recursive.c:1563 485msgid "modified" 486msgstr "" 487 488#: merge-recursive.c:1573 489msgid "content" 490msgstr "" 491 492#: merge-recursive.c:1580 493msgid "add/add" 494msgstr "" 495 496#: merge-recursive.c:1614 497#, c-format 498msgid "Skipped %s (merged same as existing)" 499msgstr "" 500 501#: merge-recursive.c:1628 502#, c-format 503msgid "Auto-merging %s" 504msgstr "" 505 506#: merge-recursive.c:1632 git-submodule.sh:869 507msgid "submodule" 508msgstr "" 509 510#: merge-recursive.c:1633 511#, c-format 512msgid "CONFLICT (%s): Merge conflict in %s" 513msgstr "" 514 515#: merge-recursive.c:1723 516#, c-format 517msgid "Removing %s" 518msgstr "" 519 520#: merge-recursive.c:1748 521msgid "file/directory" 522msgstr "" 523 524#: merge-recursive.c:1754 525msgid "directory/file" 526msgstr "" 527 528#: merge-recursive.c:1759 529#, c-format 530msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 531msgstr "" 532 533#: merge-recursive.c:1769 534#, c-format 535msgid "Adding %s" 536msgstr "" 537 538#: merge-recursive.c:1786 539msgid "Fatal merge failure, shouldn't happen." 540msgstr "" 541 542#: merge-recursive.c:1805 543msgid "Already up-to-date!" 544msgstr "" 545 546#: merge-recursive.c:1814 547#, c-format 548msgid "merging of trees %s and %s failed" 549msgstr "" 550 551#: merge-recursive.c:1844 552#, c-format 553msgid "Unprocessed path??? %s" 554msgstr "" 555 556#: merge-recursive.c:1889 557msgid "Merging:" 558msgstr "" 559 560#: merge-recursive.c:1902 561#, c-format 562msgid "found %u common ancestor:" 563msgid_plural "found %u common ancestors:" 564msgstr[0] "" 565msgstr[1] "" 566 567#: merge-recursive.c:1939 568msgid "merge returned no commit" 569msgstr "" 570 571#: merge-recursive.c:1996 572#, c-format 573msgid "Could not parse object '%s'" 574msgstr "" 575 576#: merge-recursive.c:2008 builtin/merge.c:696 577msgid "Unable to write index." 578msgstr "" 579 580#: parse-options.c:494 581msgid "..." 582msgstr "" 583 584#: parse-options.c:512 585#, c-format 586msgid "usage: %s" 587msgstr "" 588 589#. TRANSLATORS: the colon here should align with the 590#. one in "usage: %s" translation 591#: parse-options.c:516 592#, c-format 593msgid " or: %s" 594msgstr "" 595 596#: parse-options.c:519 597#, c-format 598msgid " %s" 599msgstr "" 600 601#: remote.c:1632 602#, c-format 603msgid "Your branch is ahead of '%s' by %d commit.\n" 604msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 605msgstr[0] "" 606msgstr[1] "" 607 608#: remote.c:1638 609#, c-format 610msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 611msgid_plural "" 612"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 613msgstr[0] "" 614msgstr[1] "" 615 616#: remote.c:1646 617#, c-format 618msgid "" 619"Your branch and '%s' have diverged,\n" 620"and have %d and %d different commit each, respectively.\n" 621msgid_plural "" 622"Your branch and '%s' have diverged,\n" 623"and have %d and %d different commits each, respectively.\n" 624msgstr[0] "" 625msgstr[1] "" 626 627#: sequencer.c:121 builtin/merge.c:864 builtin/merge.c:977 628#: builtin/merge.c:1087 builtin/merge.c:1097 629#, c-format 630msgid "Could not open '%s' for writing" 631msgstr "" 632 633#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:867 634#: builtin/merge.c:1089 builtin/merge.c:1102 635#, c-format 636msgid "Could not write to '%s'" 637msgstr "" 638 639#: sequencer.c:144 640msgid "" 641"after resolving the conflicts, mark the corrected paths\n" 642"with 'git add <paths>' or 'git rm <paths>'" 643msgstr "" 644 645#: sequencer.c:147 646msgid "" 647"after resolving the conflicts, mark the corrected paths\n" 648"with 'git add <paths>' or 'git rm <paths>'\n" 649"and commit the result with 'git commit'" 650msgstr "" 651 652#: sequencer.c:160 sequencer.c:758 sequencer.c:841 653#, c-format 654msgid "Could not write to %s" 655msgstr "" 656 657#: sequencer.c:163 658#, c-format 659msgid "Error wrapping up %s" 660msgstr "" 661 662#: sequencer.c:178 663msgid "Your local changes would be overwritten by cherry-pick." 664msgstr "" 665 666#: sequencer.c:180 667msgid "Your local changes would be overwritten by revert." 668msgstr "" 669 670#: sequencer.c:183 671msgid "Commit your changes or stash them to proceed." 672msgstr "" 673 674#. TRANSLATORS: %s will be "revert" or "cherry-pick" 675#: sequencer.c:233 676#, c-format 677msgid "%s: Unable to write new index file" 678msgstr "" 679 680#: sequencer.c:261 681msgid "Could not resolve HEAD commit\n" 682msgstr "" 683 684#: sequencer.c:282 685msgid "Unable to update cache tree\n" 686msgstr "" 687 688#: sequencer.c:324 689#, c-format 690msgid "Could not parse commit %s\n" 691msgstr "" 692 693#: sequencer.c:329 694#, c-format 695msgid "Could not parse parent commit %s\n" 696msgstr "" 697 698#: sequencer.c:395 699msgid "Your index file is unmerged." 700msgstr "" 701 702#: sequencer.c:398 703msgid "You do not have a valid HEAD" 704msgstr "" 705 706#: sequencer.c:413 707#, c-format 708msgid "Commit %s is a merge but no -m option was given." 709msgstr "" 710 711#: sequencer.c:421 712#, c-format 713msgid "Commit %s does not have parent %d" 714msgstr "" 715 716#: sequencer.c:425 717#, c-format 718msgid "Mainline was specified but commit %s is not a merge." 719msgstr "" 720 721#. TRANSLATORS: The first %s will be "revert" or 722#. "cherry-pick", the second %s a SHA1 723#: sequencer.c:436 724#, c-format 725msgid "%s: cannot parse parent commit %s" 726msgstr "" 727 728#: sequencer.c:440 729#, c-format 730msgid "Cannot get commit message for %s" 731msgstr "" 732 733#: sequencer.c:524 734#, c-format 735msgid "could not revert %s... %s" 736msgstr "" 737 738#: sequencer.c:525 739#, c-format 740msgid "could not apply %s... %s" 741msgstr "" 742 743#: sequencer.c:553 744msgid "empty commit set passed" 745msgstr "" 746 747#: sequencer.c:561 748#, c-format 749msgid "git %s: failed to read the index" 750msgstr "" 751 752#: sequencer.c:566 753#, c-format 754msgid "git %s: failed to refresh the index" 755msgstr "" 756 757#: sequencer.c:624 758#, c-format 759msgid "Cannot %s during a %s" 760msgstr "" 761 762#: sequencer.c:646 763#, c-format 764msgid "Could not parse line %d." 765msgstr "" 766 767#: sequencer.c:651 768msgid "No commits parsed." 769msgstr "" 770 771#: sequencer.c:664 772#, c-format 773msgid "Could not open %s" 774msgstr "" 775 776#: sequencer.c:668 777#, c-format 778msgid "Could not read %s." 779msgstr "" 780 781#: sequencer.c:675 782#, c-format 783msgid "Unusable instruction sheet: %s" 784msgstr "" 785 786#: sequencer.c:703 787#, c-format 788msgid "Invalid key: %s" 789msgstr "" 790 791#: sequencer.c:706 792#, c-format 793msgid "Invalid value for %s: %s" 794msgstr "" 795 796#: sequencer.c:718 797#, c-format 798msgid "Malformed options sheet: %s" 799msgstr "" 800 801#: sequencer.c:739 802msgid "a cherry-pick or revert is already in progress" 803msgstr "" 804 805#: sequencer.c:740 806msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 807msgstr "" 808 809#: sequencer.c:744 810#, c-format 811msgid "Could not create sequencer directory %s" 812msgstr "" 813 814#: sequencer.c:760 sequencer.c:845 815#, c-format 816msgid "Error wrapping up %s." 817msgstr "" 818 819#: sequencer.c:779 sequencer.c:913 820msgid "no cherry-pick or revert in progress" 821msgstr "" 822 823#: sequencer.c:781 824msgid "cannot resolve HEAD" 825msgstr "" 826 827#: sequencer.c:783 828msgid "cannot abort from a branch yet to be born" 829msgstr "" 830 831#: sequencer.c:805 builtin/apply.c:3987 832#, c-format 833msgid "cannot open %s: %s" 834msgstr "" 835 836#: sequencer.c:808 837#, c-format 838msgid "cannot read %s: %s" 839msgstr "" 840 841#: sequencer.c:809 842msgid "unexpected end of file" 843msgstr "" 844 845#: sequencer.c:815 846#, c-format 847msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 848msgstr "" 849 850#: sequencer.c:838 851#, c-format 852msgid "Could not format %s." 853msgstr "" 854 855#: sequencer.c:1000 856msgid "Can't revert as initial commit" 857msgstr "" 858 859#: sequencer.c:1001 860msgid "Can't cherry-pick into empty head" 861msgstr "" 862 863#: sha1_name.c:1044 864msgid "HEAD does not point to a branch" 865msgstr "" 866 867#: sha1_name.c:1047 868#, c-format 869msgid "No such branch: '%s'" 870msgstr "" 871 872#: sha1_name.c:1049 873#, c-format 874msgid "No upstream configured for branch '%s'" 875msgstr "" 876 877#: sha1_name.c:1052 878#, c-format 879msgid "Upstream branch '%s' not stored as a remote-tracking branch" 880msgstr "" 881 882#: wrapper.c:413 883#, c-format 884msgid "unable to look up current user in the passwd file: %s" 885msgstr "" 886 887#: wrapper.c:414 888msgid "no such user" 889msgstr "" 890 891#: wt-status.c:140 892msgid "Unmerged paths:" 893msgstr "" 894 895#: wt-status.c:167 wt-status.c:194 896#, c-format 897msgid " (use \"git reset %s <file>...\" to unstage)" 898msgstr "" 899 900#: wt-status.c:169 wt-status.c:196 901msgid " (use \"git rm --cached <file>...\" to unstage)" 902msgstr "" 903 904#: wt-status.c:173 905msgid " (use \"git add <file>...\" to mark resolution)" 906msgstr "" 907 908#: wt-status.c:175 wt-status.c:179 909msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 910msgstr "" 911 912#: wt-status.c:177 913msgid " (use \"git rm <file>...\" to mark resolution)" 914msgstr "" 915 916#: wt-status.c:188 917msgid "Changes to be committed:" 918msgstr "" 919 920#: wt-status.c:206 921msgid "Changes not staged for commit:" 922msgstr "" 923 924#: wt-status.c:210 925msgid " (use \"git add <file>...\" to update what will be committed)" 926msgstr "" 927 928#: wt-status.c:212 929msgid " (use \"git add/rm <file>...\" to update what will be committed)" 930msgstr "" 931 932#: wt-status.c:213 933msgid "" 934" (use \"git checkout -- <file>...\" to discard changes in working directory)" 935msgstr "" 936 937#: wt-status.c:215 938msgid " (commit or discard the untracked or modified content in submodules)" 939msgstr "" 940 941#: wt-status.c:224 942#, c-format 943msgid "%s files:" 944msgstr "" 945 946#: wt-status.c:227 947#, c-format 948msgid " (use \"git %s <file>...\" to include in what will be committed)" 949msgstr "" 950 951#: wt-status.c:244 952msgid "bug" 953msgstr "" 954 955#: wt-status.c:249 956msgid "both deleted:" 957msgstr "" 958 959#: wt-status.c:250 960msgid "added by us:" 961msgstr "" 962 963#: wt-status.c:251 964msgid "deleted by them:" 965msgstr "" 966 967#: wt-status.c:252 968msgid "added by them:" 969msgstr "" 970 971#: wt-status.c:253 972msgid "deleted by us:" 973msgstr "" 974 975#: wt-status.c:254 976msgid "both added:" 977msgstr "" 978 979#: wt-status.c:255 980msgid "both modified:" 981msgstr "" 982 983#: wt-status.c:285 984msgid "new commits, " 985msgstr "" 986 987#: wt-status.c:287 988msgid "modified content, " 989msgstr "" 990 991#: wt-status.c:289 992msgid "untracked content, " 993msgstr "" 994 995#: wt-status.c:303 996#, c-format 997msgid "new file: %s" 998msgstr "" 9991000#: wt-status.c:3061001#, c-format1002msgid "copied: %s -> %s"1003msgstr ""10041005#: wt-status.c:3091006#, c-format1007msgid "deleted: %s"1008msgstr ""10091010#: wt-status.c:3121011#, c-format1012msgid "modified: %s"1013msgstr ""10141015#: wt-status.c:3151016#, c-format1017msgid "renamed: %s -> %s"1018msgstr ""10191020#: wt-status.c:3181021#, c-format1022msgid "typechange: %s"1023msgstr ""10241025#: wt-status.c:3211026#, c-format1027msgid "unknown: %s"1028msgstr ""10291030#: wt-status.c:3241031#, c-format1032msgid "unmerged: %s"1033msgstr ""10341035#: wt-status.c:3271036#, c-format1037msgid "bug: unhandled diff status %c"1038msgstr ""10391040#: wt-status.c:7851041msgid "You have unmerged paths."1042msgstr ""10431044#: wt-status.c:788 wt-status.c:9121045msgid " (fix conflicts and run \"git commit\")"1046msgstr ""10471048#: wt-status.c:7911049msgid "All conflicts fixed but you are still merging."1050msgstr ""10511052#: wt-status.c:7941053msgid " (use \"git commit\" to conclude merge)"1054msgstr ""10551056#: wt-status.c:8041057msgid "You are in the middle of an am session."1058msgstr ""10591060#: wt-status.c:8071061msgid "The current patch is empty."1062msgstr ""10631064#: wt-status.c:8111065msgid " (fix conflicts and then run \"git am --resolved\")"1066msgstr ""10671068#: wt-status.c:8131069msgid " (use \"git am --skip\" to skip this patch)"1070msgstr ""10711072#: wt-status.c:8151073msgid " (use \"git am --abort\" to restore the original branch)"1074msgstr ""10751076#: wt-status.c:873 wt-status.c:8831077msgid "You are currently rebasing."1078msgstr ""10791080#: wt-status.c:8761081msgid " (fix conflicts and then run \"git rebase --continue\")"1082msgstr ""10831084#: wt-status.c:8781085msgid " (use \"git rebase --skip\" to skip this patch)"1086msgstr ""10871088#: wt-status.c:8801089msgid " (use \"git rebase --abort\" to check out the original branch)"1090msgstr ""10911092#: wt-status.c:8861093msgid " (all conflicts fixed: run \"git rebase --continue\")"1094msgstr ""10951096#: wt-status.c:8881097msgid "You are currently splitting a commit during a rebase."1098msgstr ""10991100#: wt-status.c:8911101msgid " (Once your working directory is clean, run \"git rebase --continue\")"1102msgstr ""11031104#: wt-status.c:8931105msgid "You are currently editing a commit during a rebase."1106msgstr ""11071108#: wt-status.c:8961109msgid " (use \"git commit --amend\" to amend the current commit)"1110msgstr ""11111112#: wt-status.c:8981113msgid ""1114" (use \"git rebase --continue\" once you are satisfied with your changes)"1115msgstr ""11161117#: wt-status.c:9081118msgid "You are currently cherry-picking."1119msgstr ""11201121#: wt-status.c:9151122msgid " (all conflicts fixed: run \"git commit\")"1123msgstr ""11241125#: wt-status.c:9241126msgid "You are currently bisecting."1127msgstr ""11281129#: wt-status.c:9271130msgid " (use \"git bisect reset\" to get back to the original branch)"1131msgstr ""11321133#: wt-status.c:9781134msgid "On branch "1135msgstr ""11361137#: wt-status.c:9851138msgid "Not currently on any branch."1139msgstr ""11401141#: wt-status.c:9971142msgid "Initial commit"1143msgstr ""11441145#: wt-status.c:10111146msgid "Untracked"1147msgstr ""11481149#: wt-status.c:10131150msgid "Ignored"1151msgstr ""11521153#: wt-status.c:10151154#, c-format1155msgid "Untracked files not listed%s"1156msgstr ""11571158#: wt-status.c:10171159msgid " (use -u option to show untracked files)"1160msgstr ""11611162#: wt-status.c:10231163msgid "No changes"1164msgstr ""11651166#: wt-status.c:10271167#, c-format1168msgid "no changes added to commit%s\n"1169msgstr ""11701171#: wt-status.c:10291172msgid " (use \"git add\" and/or \"git commit -a\")"1173msgstr ""11741175#: wt-status.c:10311176#, c-format1177msgid "nothing added to commit but untracked files present%s\n"1178msgstr ""11791180#: wt-status.c:10331181msgid " (use \"git add\" to track)"1182msgstr ""11831184#: wt-status.c:1035 wt-status.c:1038 wt-status.c:10411185#, c-format1186msgid "nothing to commit%s\n"1187msgstr ""11881189#: wt-status.c:10361190msgid " (create/copy files and use \"git add\" to track)"1191msgstr ""11921193#: wt-status.c:10391194msgid " (use -u to show untracked files)"1195msgstr ""11961197#: wt-status.c:10421198msgid " (working directory clean)"1199msgstr ""12001201#: wt-status.c:11501202msgid "HEAD (no branch)"1203msgstr ""12041205#: wt-status.c:11561206msgid "Initial commit on "1207msgstr ""12081209#: wt-status.c:11711210msgid "behind "1211msgstr ""12121213#: wt-status.c:1174 wt-status.c:11771214msgid "ahead "1215msgstr ""12161217#: wt-status.c:11791218msgid ", behind "1219msgstr ""12201221#: compat/precompose_utf8.c:58 builtin/clone.c:3411222#, c-format1223msgid "failed to unlink '%s'"1224msgstr ""12251226#: builtin/add.c:621227#, c-format1228msgid "unexpected diff status %c"1229msgstr ""12301231#: builtin/add.c:67 builtin/commit.c:2291232msgid "updating files failed"1233msgstr ""12341235#: builtin/add.c:771236#, c-format1237msgid "remove '%s'\n"1238msgstr ""12391240#: builtin/add.c:1761241#, c-format1242msgid "Path '%s' is in submodule '%.*s'"1243msgstr ""12441245#: builtin/add.c:1921246msgid "Unstaged changes after refreshing the index:"1247msgstr ""12481249#: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:1861250#, c-format1251msgid "pathspec '%s' did not match any files"1252msgstr ""12531254#: builtin/add.c:2091255#, c-format1256msgid "'%s' is beyond a symbolic link"1257msgstr ""12581259#: builtin/add.c:2761260msgid "Could not read the index"1261msgstr ""12621263#: builtin/add.c:2861264#, c-format1265msgid "Could not open '%s' for writing."1266msgstr ""12671268#: builtin/add.c:2901269msgid "Could not write patch"1270msgstr ""12711272#: builtin/add.c:2951273#, c-format1274msgid "Could not stat '%s'"1275msgstr ""12761277#: builtin/add.c:2971278msgid "Empty patch. Aborted."1279msgstr ""12801281#: builtin/add.c:3031282#, c-format1283msgid "Could not apply '%s'"1284msgstr ""12851286#: builtin/add.c:3121287msgid "The following paths are ignored by one of your .gitignore files:\n"1288msgstr ""12891290#: builtin/add.c:3521291#, c-format1292msgid "Use -f if you really want to add them.\n"1293msgstr ""12941295#: builtin/add.c:3531296msgid "no files added"1297msgstr ""12981299#: builtin/add.c:3591300msgid "adding files failed"1301msgstr ""13021303#: builtin/add.c:3911304msgid "-A and -u are mutually incompatible"1305msgstr ""13061307#: builtin/add.c:3931308msgid "Option --ignore-missing can only be used together with --dry-run"1309msgstr ""13101311#: builtin/add.c:4131312#, c-format1313msgid "Nothing specified, nothing added.\n"1314msgstr ""13151316#: builtin/add.c:4141317#, c-format1318msgid "Maybe you wanted to say 'git add .'?\n"1319msgstr ""13201321#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:289 builtin/mv.c:821322#: builtin/rm.c:1621323msgid "index file corrupt"1324msgstr ""13251326#: builtin/add.c:480 builtin/apply.c:4432 builtin/mv.c:229 builtin/rm.c:2601327msgid "Unable to write new index file"1328msgstr ""13291330#: builtin/apply.c:571331msgid "git apply [options] [<patch>...]"1332msgstr ""13331334#: builtin/apply.c:1101335#, c-format1336msgid "unrecognized whitespace option '%s'"1337msgstr ""13381339#: builtin/apply.c:1251340#, c-format1341msgid "unrecognized whitespace ignore option '%s'"1342msgstr ""13431344#: builtin/apply.c:8231345#, c-format1346msgid "Cannot prepare timestamp regexp %s"1347msgstr ""13481349#: builtin/apply.c:8321350#, c-format1351msgid "regexec returned %d for input: %s"1352msgstr ""13531354#: builtin/apply.c:9131355#, c-format1356msgid "unable to find filename in patch at line %d"1357msgstr ""13581359#: builtin/apply.c:9451360#, c-format1361msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1362msgstr ""13631364#: builtin/apply.c:9491365#, c-format1366msgid "git apply: bad git-diff - inconsistent new filename on line %d"1367msgstr ""13681369#: builtin/apply.c:9501370#, c-format1371msgid "git apply: bad git-diff - inconsistent old filename on line %d"1372msgstr ""13731374#: builtin/apply.c:9571375#, c-format1376msgid "git apply: bad git-diff - expected /dev/null on line %d"1377msgstr ""13781379#: builtin/apply.c:14021380#, c-format1381msgid "recount: unexpected line: %.*s"1382msgstr ""13831384#: builtin/apply.c:14591385#, c-format1386msgid "patch fragment without header at line %d: %.*s"1387msgstr ""13881389#: builtin/apply.c:14761390#, c-format1391msgid ""1392"git diff header lacks filename information when removing %d leading pathname "1393"component (line %d)"1394msgid_plural ""1395"git diff header lacks filename information when removing %d leading pathname "1396"components (line %d)"1397msgstr[0] ""1398msgstr[1] ""13991400#: builtin/apply.c:16361401msgid "new file depends on old contents"1402msgstr ""14031404#: builtin/apply.c:16381405msgid "deleted file still has contents"1406msgstr ""14071408#: builtin/apply.c:16641409#, c-format1410msgid "corrupt patch at line %d"1411msgstr ""14121413#: builtin/apply.c:17001414#, c-format1415msgid "new file %s depends on old contents"1416msgstr ""14171418#: builtin/apply.c:17021419#, c-format1420msgid "deleted file %s still has contents"1421msgstr ""14221423#: builtin/apply.c:17051424#, c-format1425msgid "** warning: file %s becomes empty but is not deleted"1426msgstr ""14271428#: builtin/apply.c:18511429#, c-format1430msgid "corrupt binary patch at line %d: %.*s"1431msgstr ""14321433#. there has to be one hunk (forward hunk)1434#: builtin/apply.c:18801435#, c-format1436msgid "unrecognized binary patch at line %d"1437msgstr ""14381439#: builtin/apply.c:19661440#, c-format1441msgid "patch with only garbage at line %d"1442msgstr ""14431444#: builtin/apply.c:20561445#, c-format1446msgid "unable to read symlink %s"1447msgstr ""14481449#: builtin/apply.c:20601450#, c-format1451msgid "unable to open or read %s"1452msgstr ""14531454#: builtin/apply.c:21311455msgid "oops"1456msgstr ""14571458#: builtin/apply.c:26531459#, c-format1460msgid "invalid start of line: '%c'"1461msgstr ""14621463#: builtin/apply.c:27711464#, c-format1465msgid "Hunk #%d succeeded at %d (offset %d line)."1466msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1467msgstr[0] ""1468msgstr[1] ""14691470#: builtin/apply.c:27831471#, c-format1472msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1473msgstr ""14741475#: builtin/apply.c:27891476#, c-format1477msgid ""1478"while searching for:\n"1479"%.*s"1480msgstr ""14811482#: builtin/apply.c:28081483#, c-format1484msgid "missing binary patch data for '%s'"1485msgstr ""14861487#: builtin/apply.c:29111488#, c-format1489msgid "binary patch does not apply to '%s'"1490msgstr ""14911492#: builtin/apply.c:29171493#, c-format1494msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1495msgstr ""14961497#: builtin/apply.c:29381498#, c-format1499msgid "patch failed: %s:%ld"1500msgstr ""15011502#: builtin/apply.c:30601503#, c-format1504msgid "cannot checkout %s"1505msgstr ""15061507#: builtin/apply.c:3105 builtin/apply.c:3114 builtin/apply.c:31581508#, c-format1509msgid "read of %s failed"1510msgstr ""15111512#: builtin/apply.c:3138 builtin/apply.c:33601513#, c-format1514msgid "path %s has been renamed/deleted"1515msgstr ""15161517#: builtin/apply.c:3219 builtin/apply.c:33741518#, c-format1519msgid "%s: does not exist in index"1520msgstr ""15211522#: builtin/apply.c:3223 builtin/apply.c:3366 builtin/apply.c:33881523#, c-format1524msgid "%s: %s"1525msgstr ""15261527#: builtin/apply.c:3228 builtin/apply.c:33821528#, c-format1529msgid "%s: does not match index"1530msgstr ""15311532#: builtin/apply.c:33301533msgid "removal patch leaves file contents"1534msgstr ""15351536#: builtin/apply.c:33991537#, c-format1538msgid "%s: wrong type"1539msgstr ""15401541#: builtin/apply.c:34011542#, c-format1543msgid "%s has type %o, expected %o"1544msgstr ""15451546#: builtin/apply.c:35021547#, c-format1548msgid "%s: already exists in index"1549msgstr ""15501551#: builtin/apply.c:35051552#, c-format1553msgid "%s: already exists in working directory"1554msgstr ""15551556#: builtin/apply.c:35251557#, c-format1558msgid "new mode (%o) of %s does not match old mode (%o)"1559msgstr ""15601561#: builtin/apply.c:35301562#, c-format1563msgid "new mode (%o) of %s does not match old mode (%o) of %s"1564msgstr ""15651566#: builtin/apply.c:35381567#, c-format1568msgid "%s: patch does not apply"1569msgstr ""15701571#: builtin/apply.c:35511572#, c-format1573msgid "Checking patch %s..."1574msgstr ""15751576#: builtin/apply.c:3606 builtin/checkout.c:213 builtin/reset.c:1581577#, c-format1578msgid "make_cache_entry failed for path '%s'"1579msgstr ""15801581#: builtin/apply.c:37491582#, c-format1583msgid "unable to remove %s from index"1584msgstr ""15851586#: builtin/apply.c:37771587#, c-format1588msgid "corrupt patch for subproject %s"1589msgstr ""15901591#: builtin/apply.c:37811592#, c-format1593msgid "unable to stat newly created file '%s'"1594msgstr ""15951596#: builtin/apply.c:37861597#, c-format1598msgid "unable to create backing store for newly created file %s"1599msgstr ""16001601#: builtin/apply.c:3789 builtin/apply.c:38971602#, c-format1603msgid "unable to add cache entry for %s"1604msgstr ""16051606#: builtin/apply.c:38221607#, c-format1608msgid "closing file '%s'"1609msgstr ""16101611#: builtin/apply.c:38711612#, c-format1613msgid "unable to write file '%s' mode %o"1614msgstr ""16151616#: builtin/apply.c:39581617#, c-format1618msgid "Applied patch %s cleanly."1619msgstr ""16201621#: builtin/apply.c:39661622msgid "internal error"1623msgstr ""16241625#. Say this even without --verbose1626#: builtin/apply.c:39691627#, c-format1628msgid "Applying patch %%s with %d reject..."1629msgid_plural "Applying patch %%s with %d rejects..."1630msgstr[0] ""1631msgstr[1] ""16321633#: builtin/apply.c:39791634#, c-format1635msgid "truncating .rej filename to %.*s.rej"1636msgstr ""16371638#: builtin/apply.c:40001639#, c-format1640msgid "Hunk #%d applied cleanly."1641msgstr ""16421643#: builtin/apply.c:40031644#, c-format1645msgid "Rejected hunk #%d."1646msgstr ""16471648#: builtin/apply.c:41531649msgid "unrecognized input"1650msgstr ""16511652#: builtin/apply.c:41641653msgid "unable to read index file"1654msgstr ""16551656#: builtin/apply.c:4283 builtin/apply.c:42861657msgid "path"1658msgstr ""16591660#: builtin/apply.c:42841661msgid "don't apply changes matching the given path"1662msgstr ""16631664#: builtin/apply.c:42871665msgid "apply changes matching the given path"1666msgstr ""16671668#: builtin/apply.c:42891669msgid "num"1670msgstr ""16711672#: builtin/apply.c:42901673msgid "remove <num> leading slashes from traditional diff paths"1674msgstr ""16751676#: builtin/apply.c:42931677msgid "ignore additions made by the patch"1678msgstr ""16791680#: builtin/apply.c:42951681msgid "instead of applying the patch, output diffstat for the input"1682msgstr ""16831684#: builtin/apply.c:42991685msgid "shows number of added and deleted lines in decimal notation"1686msgstr ""16871688#: builtin/apply.c:43011689msgid "instead of applying the patch, output a summary for the input"1690msgstr ""16911692#: builtin/apply.c:43031693msgid "instead of applying the patch, see if the patch is applicable"1694msgstr ""16951696#: builtin/apply.c:43051697msgid "make sure the patch is applicable to the current index"1698msgstr ""16991700#: builtin/apply.c:43071701msgid "apply a patch without touching the working tree"1702msgstr ""17031704#: builtin/apply.c:43091705msgid "also apply the patch (use with --stat/--summary/--check)"1706msgstr ""17071708#: builtin/apply.c:43111709msgid "attempt three-way merge if a patch does not apply"1710msgstr ""17111712#: builtin/apply.c:43131713msgid "build a temporary index based on embedded index information"1714msgstr ""17151716#: builtin/apply.c:43151717msgid "paths are separated with NUL character"1718msgstr ""17191720#: builtin/apply.c:43181721msgid "ensure at least <n> lines of context match"1722msgstr ""17231724#: builtin/apply.c:43191725msgid "action"1726msgstr ""17271728#: builtin/apply.c:43201729msgid "detect new or modified lines that have whitespace errors"1730msgstr ""17311732#: builtin/apply.c:4323 builtin/apply.c:43261733msgid "ignore changes in whitespace when finding context"1734msgstr ""17351736#: builtin/apply.c:43291737msgid "apply the patch in reverse"1738msgstr ""17391740#: builtin/apply.c:43311741msgid "don't expect at least one line of context"1742msgstr ""17431744#: builtin/apply.c:43331745msgid "leave the rejected hunks in corresponding *.rej files"1746msgstr ""17471748#: builtin/apply.c:43351749msgid "allow overlapping hunks"1750msgstr ""17511752#: builtin/apply.c:43361753msgid "be verbose"1754msgstr ""17551756#: builtin/apply.c:43381757msgid "tolerate incorrectly detected missing new-line at the end of file"1758msgstr ""17591760#: builtin/apply.c:43411761msgid "do not trust the line counts in the hunk headers"1762msgstr ""17631764#: builtin/apply.c:43431765msgid "root"1766msgstr ""17671768#: builtin/apply.c:43441769msgid "prepend <root> to all filenames"1770msgstr ""17711772#: builtin/apply.c:43661773msgid "--3way outside a repository"1774msgstr ""17751776#: builtin/apply.c:43741777msgid "--index outside a repository"1778msgstr ""17791780#: builtin/apply.c:43771781msgid "--cached outside a repository"1782msgstr ""17831784#: builtin/apply.c:43931785#, c-format1786msgid "can't open patch '%s'"1787msgstr ""17881789#: builtin/apply.c:44071790#, c-format1791msgid "squelched %d whitespace error"1792msgid_plural "squelched %d whitespace errors"1793msgstr[0] ""1794msgstr[1] ""17951796#: builtin/apply.c:4413 builtin/apply.c:44231797#, c-format1798msgid "%d line adds whitespace errors."1799msgid_plural "%d lines add whitespace errors."1800msgstr[0] ""1801msgstr[1] ""18021803#: builtin/archive.c:171804#, c-format1805msgid "could not create archive file '%s'"1806msgstr ""18071808#: builtin/archive.c:201809msgid "could not redirect output"1810msgstr ""18111812#: builtin/archive.c:371813msgid "git archive: Remote with no URL"1814msgstr ""18151816#: builtin/archive.c:581817msgid "git archive: expected ACK/NAK, got EOF"1818msgstr ""18191820#: builtin/archive.c:631821#, c-format1822msgid "git archive: NACK %s"1823msgstr ""18241825#: builtin/archive.c:651826#, c-format1827msgid "remote error: %s"1828msgstr ""18291830#: builtin/archive.c:661831msgid "git archive: protocol error"1832msgstr ""18331834#: builtin/archive.c:711835msgid "git archive: expected a flush"1836msgstr ""18371838#: builtin/branch.c:1441839#, c-format1840msgid ""1841"deleting branch '%s' that has been merged to\n"1842" '%s', but not yet merged to HEAD."1843msgstr ""18441845#: builtin/branch.c:1481846#, c-format1847msgid ""1848"not deleting branch '%s' that is not yet merged to\n"1849" '%s', even though it is merged to HEAD."1850msgstr ""18511852#: builtin/branch.c:1801853msgid "cannot use -a with -d"1854msgstr ""18551856#: builtin/branch.c:1861857msgid "Couldn't look up commit object for HEAD"1858msgstr ""18591860#: builtin/branch.c:1911861#, c-format1862msgid "Cannot delete the branch '%s' which you are currently on."1863msgstr ""18641865#: builtin/branch.c:2021866#, c-format1867msgid "remote branch '%s' not found."1868msgstr ""18691870#: builtin/branch.c:2031871#, c-format1872msgid "branch '%s' not found."1873msgstr ""18741875#: builtin/branch.c:2101876#, c-format1877msgid "Couldn't look up commit object for '%s'"1878msgstr ""18791880#: builtin/branch.c:2161881#, c-format1882msgid ""1883"The branch '%s' is not fully merged.\n"1884"If you are sure you want to delete it, run 'git branch -D %s'."1885msgstr ""18861887#: builtin/branch.c:2251888#, c-format1889msgid "Error deleting remote branch '%s'"1890msgstr ""18911892#: builtin/branch.c:2261893#, c-format1894msgid "Error deleting branch '%s'"1895msgstr ""18961897#: builtin/branch.c:2331898#, c-format1899msgid "Deleted remote branch %s (was %s).\n"1900msgstr ""19011902#: builtin/branch.c:2341903#, c-format1904msgid "Deleted branch %s (was %s).\n"1905msgstr ""19061907#: builtin/branch.c:2391908msgid "Update of config-file failed"1909msgstr ""19101911#: builtin/branch.c:3371912#, c-format1913msgid "branch '%s' does not point at a commit"1914msgstr ""19151916#: builtin/branch.c:4091917#, c-format1918msgid "[%s: behind %d]"1919msgstr ""19201921#: builtin/branch.c:4111922#, c-format1923msgid "[behind %d]"1924msgstr ""19251926#: builtin/branch.c:4151927#, c-format1928msgid "[%s: ahead %d]"1929msgstr ""19301931#: builtin/branch.c:4171932#, c-format1933msgid "[ahead %d]"1934msgstr ""19351936#: builtin/branch.c:4201937#, c-format1938msgid "[%s: ahead %d, behind %d]"1939msgstr ""19401941#: builtin/branch.c:4231942#, c-format1943msgid "[ahead %d, behind %d]"1944msgstr ""19451946#: builtin/branch.c:5351947msgid "(no branch)"1948msgstr ""19491950#: builtin/branch.c:6001951msgid "some refs could not be read"1952msgstr ""19531954#: builtin/branch.c:6131955msgid "cannot rename the current branch while not on any."1956msgstr ""19571958#: builtin/branch.c:6231959#, c-format1960msgid "Invalid branch name: '%s'"1961msgstr ""19621963#: builtin/branch.c:6381964msgid "Branch rename failed"1965msgstr ""19661967#: builtin/branch.c:6421968#, c-format1969msgid "Renamed a misnamed branch '%s' away"1970msgstr ""19711972#: builtin/branch.c:6461973#, c-format1974msgid "Branch renamed to %s, but HEAD is not updated!"1975msgstr ""19761977#: builtin/branch.c:6531978msgid "Branch is renamed, but update of config-file failed"1979msgstr ""19801981#: builtin/branch.c:6681982#, c-format1983msgid "malformed object name %s"1984msgstr ""19851986#: builtin/branch.c:6921987#, c-format1988msgid "could not write branch description template: %s"1989msgstr ""19901991#: builtin/branch.c:7831992msgid "Failed to resolve HEAD as a valid ref."1993msgstr ""19941995#: builtin/branch.c:788 builtin/clone.c:5611996msgid "HEAD not found below refs/heads!"1997msgstr ""19981999#: builtin/branch.c:8082000msgid "--column and --verbose are incompatible"2001msgstr ""20022003#: builtin/branch.c:8572004msgid "-a and -r options to 'git branch' do not make sense with a branch name"2005msgstr ""20062007#: builtin/bundle.c:472008#, c-format2009msgid "%s is okay\n"2010msgstr ""20112012#: builtin/bundle.c:562013msgid "Need a repository to create a bundle."2014msgstr ""20152016#: builtin/bundle.c:602017msgid "Need a repository to unbundle."2018msgstr ""20192020#: builtin/checkout.c:114 builtin/checkout.c:1472021#, c-format2022msgid "path '%s' does not have our version"2023msgstr ""20242025#: builtin/checkout.c:116 builtin/checkout.c:1492026#, c-format2027msgid "path '%s' does not have their version"2028msgstr ""20292030#: builtin/checkout.c:1322031#, c-format2032msgid "path '%s' does not have all necessary versions"2033msgstr ""20342035#: builtin/checkout.c:1762036#, c-format2037msgid "path '%s' does not have necessary versions"2038msgstr ""20392040#: builtin/checkout.c:1932041#, c-format2042msgid "path '%s': cannot merge"2043msgstr ""20442045#: builtin/checkout.c:2102046#, c-format2047msgid "Unable to add merge result for '%s'"2048msgstr ""20492050#: builtin/checkout.c:235 builtin/checkout.c:3922051msgid "corrupt index file"2052msgstr ""20532054#: builtin/checkout.c:265 builtin/checkout.c:2722055#, c-format2056msgid "path '%s' is unmerged"2057msgstr ""20582059#: builtin/checkout.c:303 builtin/checkout.c:498 builtin/clone.c:5862060#: builtin/merge.c:8112061msgid "unable to write new index file"2062msgstr ""20632064#: builtin/checkout.c:4142065msgid "you need to resolve your current index first"2066msgstr ""20672068#: builtin/checkout.c:5332069#, c-format2070msgid "Can not do reflog for '%s'\n"2071msgstr ""20722073#: builtin/checkout.c:5662074msgid "HEAD is now at"2075msgstr ""20762077#: builtin/checkout.c:5732078#, c-format2079msgid "Reset branch '%s'\n"2080msgstr ""20812082#: builtin/checkout.c:5762083#, c-format2084msgid "Already on '%s'\n"2085msgstr ""20862087#: builtin/checkout.c:5802088#, c-format2089msgid "Switched to and reset branch '%s'\n"2090msgstr ""20912092#: builtin/checkout.c:5822093#, c-format2094msgid "Switched to a new branch '%s'\n"2095msgstr ""20962097#: builtin/checkout.c:5842098#, c-format2099msgid "Switched to branch '%s'\n"2100msgstr ""21012102#: builtin/checkout.c:6402103#, c-format2104msgid " ... and %d more.\n"2105msgstr ""21062107#. The singular version2108#: builtin/checkout.c:6462109#, c-format2110msgid ""2111"Warning: you are leaving %d commit behind, not connected to\n"2112"any of your branches:\n"2113"\n"2114"%s\n"2115msgid_plural ""2116"Warning: you are leaving %d commits behind, not connected to\n"2117"any of your branches:\n"2118"\n"2119"%s\n"2120msgstr[0] ""2121msgstr[1] ""21222123#: builtin/checkout.c:6642124#, c-format2125msgid ""2126"If you want to keep them by creating a new branch, this may be a good time\n"2127"to do so with:\n"2128"\n"2129" git branch new_branch_name %s\n"2130"\n"2131msgstr ""21322133#: builtin/checkout.c:6942134msgid "internal error in revision walk"2135msgstr ""21362137#: builtin/checkout.c:6982138msgid "Previous HEAD position was"2139msgstr ""21402141#: builtin/checkout.c:724 builtin/checkout.c:9192142msgid "You are on a branch yet to be born"2143msgstr ""21442145#. case (1)2146#: builtin/checkout.c:8552147#, c-format2148msgid "invalid reference: %s"2149msgstr ""21502151#. case (1): want a tree2152#: builtin/checkout.c:8942153#, c-format2154msgid "reference is not a tree: %s"2155msgstr ""21562157#: builtin/checkout.c:9762158msgid "-B cannot be used with -b"2159msgstr ""21602161#: builtin/checkout.c:9852162msgid "--patch is incompatible with all other options"2163msgstr ""21642165#: builtin/checkout.c:9882166msgid "--detach cannot be used with -b/-B/--orphan"2167msgstr ""21682169#: builtin/checkout.c:9902170msgid "--detach cannot be used with -t"2171msgstr ""21722173#: builtin/checkout.c:9962174msgid "--track needs a branch name"2175msgstr ""21762177#: builtin/checkout.c:10032178msgid "Missing branch name; try -b"2179msgstr ""21802181#: builtin/checkout.c:10092182msgid "--orphan and -b|-B are mutually exclusive"2183msgstr ""21842185#: builtin/checkout.c:10112186msgid "--orphan cannot be used with -t"2187msgstr ""21882189#: builtin/checkout.c:10212190msgid "git checkout: -f and -m are incompatible"2191msgstr ""21922193#: builtin/checkout.c:10552194msgid "invalid path specification"2195msgstr ""21962197#: builtin/checkout.c:10632198#, c-format2199msgid ""2200"git checkout: updating paths is incompatible with switching branches.\n"2201"Did you intend to checkout '%s' which can not be resolved as commit?"2202msgstr ""22032204#: builtin/checkout.c:10652205msgid "git checkout: updating paths is incompatible with switching branches."2206msgstr ""22072208#: builtin/checkout.c:10702209msgid "git checkout: --detach does not take a path argument"2210msgstr ""22112212#: builtin/checkout.c:10732213msgid ""2214"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"2215"checking out of the index."2216msgstr ""22172218#: builtin/checkout.c:10922219msgid "Cannot switch branch to a non-commit."2220msgstr ""22212222#: builtin/checkout.c:10952223msgid "--ours/--theirs is incompatible with switching branches."2224msgstr ""22252226#: builtin/clean.c:782227msgid "-x and -X cannot be used together"2228msgstr ""22292230#: builtin/clean.c:822231msgid ""2232"clean.requireForce set to true and neither -n nor -f given; refusing to clean"2233msgstr ""22342235#: builtin/clean.c:852236msgid ""2237"clean.requireForce defaults to true and neither -n nor -f given; refusing to "2238"clean"2239msgstr ""22402241#: builtin/clean.c:155 builtin/clean.c:1762242#, c-format2243msgid "Would remove %s\n"2244msgstr ""22452246#: builtin/clean.c:159 builtin/clean.c:1792247#, c-format2248msgid "Removing %s\n"2249msgstr ""22502251#: builtin/clean.c:162 builtin/clean.c:1822252#, c-format2253msgid "failed to remove %s"2254msgstr ""22552256#: builtin/clean.c:1662257#, c-format2258msgid "Would not remove %s\n"2259msgstr ""22602261#: builtin/clean.c:1682262#, c-format2263msgid "Not removing %s\n"2264msgstr ""22652266#: builtin/clone.c:2432267#, c-format2268msgid "reference repository '%s' is not a local directory."2269msgstr ""22702271#: builtin/clone.c:3062272#, c-format2273msgid "failed to create directory '%s'"2274msgstr ""22752276#: builtin/clone.c:308 builtin/diff.c:772277#, c-format2278msgid "failed to stat '%s'"2279msgstr ""22802281#: builtin/clone.c:3102282#, c-format2283msgid "%s exists and is not a directory"2284msgstr ""22852286#: builtin/clone.c:3242287#, c-format2288msgid "failed to stat %s\n"2289msgstr ""22902291#: builtin/clone.c:3462292#, c-format2293msgid "failed to create link '%s'"2294msgstr ""22952296#: builtin/clone.c:3502297#, c-format2298msgid "failed to copy file to '%s'"2299msgstr ""23002301#: builtin/clone.c:3732302#, c-format2303msgid "done.\n"2304msgstr ""23052306#: builtin/clone.c:4432307#, c-format2308msgid "Could not find remote branch %s to clone."2309msgstr ""23102311#: builtin/clone.c:5522312msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"2313msgstr ""23142315#: builtin/clone.c:6422316msgid "Too many arguments."2317msgstr ""23182319#: builtin/clone.c:6462320msgid "You must specify a repository to clone."2321msgstr ""23222323#: builtin/clone.c:6572324#, c-format2325msgid "--bare and --origin %s options are incompatible."2326msgstr ""23272328#: builtin/clone.c:6712329#, c-format2330msgid "repository '%s' does not exist"2331msgstr ""23322333#: builtin/clone.c:6762334msgid "--depth is ignored in local clones; use file:// instead."2335msgstr ""23362337#: builtin/clone.c:6862338#, c-format2339msgid "destination path '%s' already exists and is not an empty directory."2340msgstr ""23412342#: builtin/clone.c:6962343#, c-format2344msgid "working tree '%s' already exists."2345msgstr ""23462347#: builtin/clone.c:709 builtin/clone.c:7232348#, c-format2349msgid "could not create leading directories of '%s'"2350msgstr ""23512352#: builtin/clone.c:7122353#, c-format2354msgid "could not create work tree dir '%s'."2355msgstr ""23562357#: builtin/clone.c:7312358#, c-format2359msgid "Cloning into bare repository '%s'...\n"2360msgstr ""23612362#: builtin/clone.c:7332363#, c-format2364msgid "Cloning into '%s'...\n"2365msgstr ""23662367#: builtin/clone.c:7892368#, c-format2369msgid "Don't know how to clone %s"2370msgstr ""23712372#: builtin/clone.c:8382373#, c-format2374msgid "Remote branch %s not found in upstream %s"2375msgstr ""23762377#: builtin/clone.c:8452378msgid "You appear to have cloned an empty repository."2379msgstr ""23802381#: builtin/column.c:512382msgid "--command must be the first argument"2383msgstr ""23842385#: builtin/commit.c:432386msgid ""2387"Your name and email address were configured automatically based\n"2388"on your username and hostname. Please check that they are accurate.\n"2389"You can suppress this message by setting them explicitly:\n"2390"\n"2391" git config --global user.name \"Your Name\"\n"2392" git config --global user.email you@example.com\n"2393"\n"2394"After doing this, you may fix the identity used for this commit with:\n"2395"\n"2396" git commit --amend --reset-author\n"2397msgstr ""23982399#: builtin/commit.c:552400msgid ""2401"You asked to amend the most recent commit, but doing so would make\n"2402"it empty. You can repeat your command with --allow-empty, or you can\n"2403"remove the commit entirely with \"git reset HEAD^\".\n"2404msgstr ""24052406#: builtin/commit.c:602407msgid ""2408"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"2409"If you wish to commit it anyway, use:\n"2410"\n"2411" git commit --allow-empty\n"2412"\n"2413"Otherwise, please use 'git reset'\n"2414msgstr ""24152416#: builtin/commit.c:2562417msgid "failed to unpack HEAD tree object"2418msgstr ""24192420#: builtin/commit.c:2982421msgid "unable to create temporary index"2422msgstr ""24232424#: builtin/commit.c:3042425msgid "interactive add failed"2426msgstr ""24272428#: builtin/commit.c:337 builtin/commit.c:358 builtin/commit.c:4082429msgid "unable to write new_index file"2430msgstr ""24312432#: builtin/commit.c:3892433msgid "cannot do a partial commit during a merge."2434msgstr ""24352436#: builtin/commit.c:3912437msgid "cannot do a partial commit during a cherry-pick."2438msgstr ""24392440#: builtin/commit.c:4012441msgid "cannot read the index"2442msgstr ""24432444#: builtin/commit.c:4212445msgid "unable to write temporary index file"2446msgstr ""24472448#: builtin/commit.c:496 builtin/commit.c:5022449#, c-format2450msgid "invalid commit: %s"2451msgstr ""24522453#: builtin/commit.c:5252454msgid "malformed --author parameter"2455msgstr ""24562457#: builtin/commit.c:5852458#, c-format2459msgid "Malformed ident string: '%s'"2460msgstr ""24612462#: builtin/commit.c:623 builtin/commit.c:656 builtin/commit.c:9702463#, c-format2464msgid "could not lookup commit %s"2465msgstr ""24662467#: builtin/commit.c:635 builtin/shortlog.c:2962468#, c-format2469msgid "(reading log message from standard input)\n"2470msgstr ""24712472#: builtin/commit.c:6372473msgid "could not read log from standard input"2474msgstr ""24752476#: builtin/commit.c:6412477#, c-format2478msgid "could not read log file '%s'"2479msgstr ""24802481#: builtin/commit.c:6472482msgid "commit has empty message"2483msgstr ""24842485#: builtin/commit.c:6632486msgid "could not read MERGE_MSG"2487msgstr ""24882489#: builtin/commit.c:6672490msgid "could not read SQUASH_MSG"2491msgstr ""24922493#: builtin/commit.c:6712494#, c-format2495msgid "could not read '%s'"2496msgstr ""24972498#: builtin/commit.c:7232499msgid "could not write commit template"2500msgstr ""25012502#: builtin/commit.c:7342503#, c-format2504msgid ""2505"\n"2506"It looks like you may be committing a merge.\n"2507"If this is not correct, please remove the file\n"2508"\t%s\n"2509"and try again.\n"2510msgstr ""25112512#: builtin/commit.c:7392513#, c-format2514msgid ""2515"\n"2516"It looks like you may be committing a cherry-pick.\n"2517"If this is not correct, please remove the file\n"2518"\t%s\n"2519"and try again.\n"2520msgstr ""25212522#: builtin/commit.c:7512523msgid ""2524"Please enter the commit message for your changes. Lines starting\n"2525"with '#' will be ignored, and an empty message aborts the commit.\n"2526msgstr ""25272528#: builtin/commit.c:7562529msgid ""2530"Please enter the commit message for your changes. Lines starting\n"2531"with '#' will be kept; you may remove them yourself if you want to.\n"2532"An empty message aborts the commit.\n"2533msgstr ""25342535#: builtin/commit.c:7692536#, c-format2537msgid "%sAuthor: %s"2538msgstr ""25392540#: builtin/commit.c:7762541#, c-format2542msgid "%sCommitter: %s"2543msgstr ""25442545#: builtin/commit.c:7962546msgid "Cannot read index"2547msgstr ""25482549#: builtin/commit.c:8332550msgid "Error building trees"2551msgstr ""25522553#: builtin/commit.c:848 builtin/tag.c:3612554#, c-format2555msgid "Please supply the message using either -m or -F option.\n"2556msgstr ""25572558#: builtin/commit.c:9452559#, c-format2560msgid "No existing author found with '%s'"2561msgstr ""25622563#: builtin/commit.c:960 builtin/commit.c:11602564#, c-format2565msgid "Invalid untracked files mode '%s'"2566msgstr ""25672568#: builtin/commit.c:10002569msgid "Using both --reset-author and --author does not make sense"2570msgstr ""25712572#: builtin/commit.c:10112573msgid "You have nothing to amend."2574msgstr ""25752576#: builtin/commit.c:10142577msgid "You are in the middle of a merge -- cannot amend."2578msgstr ""25792580#: builtin/commit.c:10162581msgid "You are in the middle of a cherry-pick -- cannot amend."2582msgstr ""25832584#: builtin/commit.c:10192585msgid "Options --squash and --fixup cannot be used together"2586msgstr ""25872588#: builtin/commit.c:10292589msgid "Only one of -c/-C/-F/--fixup can be used."2590msgstr ""25912592#: builtin/commit.c:10312593msgid "Option -m cannot be combined with -c/-C/-F/--fixup."2594msgstr ""25952596#: builtin/commit.c:10392597msgid "--reset-author can be used only with -C, -c or --amend."2598msgstr ""25992600#: builtin/commit.c:10562601msgid "Only one of --include/--only/--all/--interactive/--patch can be used."2602msgstr ""26032604#: builtin/commit.c:10582605msgid "No paths with --include/--only does not make sense."2606msgstr ""26072608#: builtin/commit.c:10602609msgid "Clever... amending the last one with dirty index."2610msgstr ""26112612#: builtin/commit.c:10622613msgid "Explicit paths specified without -i nor -o; assuming --only paths..."2614msgstr ""26152616#: builtin/commit.c:1072 builtin/tag.c:5772617#, c-format2618msgid "Invalid cleanup mode %s"2619msgstr ""26202621#: builtin/commit.c:10772622msgid "Paths with -a does not make sense."2623msgstr ""26242625#: builtin/commit.c:12602626msgid "couldn't look up newly created commit"2627msgstr ""26282629#: builtin/commit.c:12622630msgid "could not parse newly created commit"2631msgstr ""26322633#: builtin/commit.c:13032634msgid "detached HEAD"2635msgstr ""26362637#: builtin/commit.c:13052638msgid " (root-commit)"2639msgstr ""26402641#: builtin/commit.c:14492642msgid "could not parse HEAD commit"2643msgstr ""26442645#: builtin/commit.c:1487 builtin/merge.c:5082646#, c-format2647msgid "could not open '%s' for reading"2648msgstr ""26492650#: builtin/commit.c:14942651#, c-format2652msgid "Corrupt MERGE_HEAD file (%s)"2653msgstr ""26542655#: builtin/commit.c:15012656msgid "could not read MERGE_MODE"2657msgstr ""26582659#: builtin/commit.c:15202660#, c-format2661msgid "could not read commit message: %s"2662msgstr ""26632664#: builtin/commit.c:15342665#, c-format2666msgid "Aborting commit; you did not edit the message.\n"2667msgstr ""26682669#: builtin/commit.c:15392670#, c-format2671msgid "Aborting commit due to empty commit message.\n"2672msgstr ""26732674#: builtin/commit.c:1554 builtin/merge.c:935 builtin/merge.c:9602675msgid "failed to write commit object"2676msgstr ""26772678#: builtin/commit.c:15752679msgid "cannot lock HEAD ref"2680msgstr ""26812682#: builtin/commit.c:15792683msgid "cannot update HEAD ref"2684msgstr ""26852686#: builtin/commit.c:15902687msgid ""2688"Repository has been updated, but unable to write\n"2689"new_index file. Check that disk is not full or quota is\n"2690"not exceeded, and then \"git reset HEAD\" to recover."2691msgstr ""26922693#: builtin/describe.c:2342694#, c-format2695msgid "annotated tag %s not available"2696msgstr ""26972698#: builtin/describe.c:2382699#, c-format2700msgid "annotated tag %s has no embedded name"2701msgstr ""27022703#: builtin/describe.c:2402704#, c-format2705msgid "tag '%s' is really '%s' here"2706msgstr ""27072708#: builtin/describe.c:2672709#, c-format2710msgid "Not a valid object name %s"2711msgstr ""27122713#: builtin/describe.c:2702714#, c-format2715msgid "%s is not a valid '%s' object"2716msgstr ""27172718#: builtin/describe.c:2872719#, c-format2720msgid "no tag exactly matches '%s'"2721msgstr ""27222723#: builtin/describe.c:2892724#, c-format2725msgid "searching to describe %s\n"2726msgstr ""27272728#: builtin/describe.c:3292729#, c-format2730msgid "finished search at %s\n"2731msgstr ""27322733#: builtin/describe.c:3532734#, c-format2735msgid ""2736"No annotated tags can describe '%s'.\n"2737"However, there were unannotated tags: try --tags."2738msgstr ""27392740#: builtin/describe.c:3572741#, c-format2742msgid ""2743"No tags can describe '%s'.\n"2744"Try --always, or create some tags."2745msgstr ""27462747#: builtin/describe.c:3782748#, c-format2749msgid "traversed %lu commits\n"2750msgstr ""27512752#: builtin/describe.c:3812753#, c-format2754msgid ""2755"more than %i tags found; listed %i most recent\n"2756"gave up search at %s\n"2757msgstr ""27582759#: builtin/describe.c:4362760msgid "--long is incompatible with --abbrev=0"2761msgstr ""27622763#: builtin/describe.c:4622764msgid "No names found, cannot describe anything."2765msgstr ""27662767#: builtin/describe.c:4822768msgid "--dirty is incompatible with committishes"2769msgstr ""27702771#: builtin/diff.c:792772#, c-format2773msgid "'%s': not a regular file or symlink"2774msgstr ""27752776#: builtin/diff.c:2242777#, c-format2778msgid "invalid option: %s"2779msgstr ""27802781#: builtin/diff.c:3012782msgid "Not a git repository"2783msgstr ""27842785#: builtin/diff.c:3442786#, c-format2787msgid "invalid object '%s' given."2788msgstr ""27892790#: builtin/diff.c:3492791#, c-format2792msgid "more than %d trees given: '%s'"2793msgstr ""27942795#: builtin/diff.c:3592796#, c-format2797msgid "more than two blobs given: '%s'"2798msgstr ""27992800#: builtin/diff.c:3672801#, c-format2802msgid "unhandled object '%s' given."2803msgstr ""28042805#: builtin/fetch.c:2002806msgid "Couldn't find remote ref HEAD"2807msgstr ""28082809#: builtin/fetch.c:2532810#, c-format2811msgid "object %s not found"2812msgstr ""28132814#: builtin/fetch.c:2592815msgid "[up to date]"2816msgstr ""28172818#: builtin/fetch.c:2732819#, c-format2820msgid "! %-*s %-*s -> %s (can't fetch in current branch)"2821msgstr ""28222823#: builtin/fetch.c:274 builtin/fetch.c:3602824msgid "[rejected]"2825msgstr ""28262827#: builtin/fetch.c:2852828msgid "[tag update]"2829msgstr ""28302831#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3402832msgid " (unable to update local ref)"2833msgstr ""28342835#: builtin/fetch.c:3052836msgid "[new tag]"2837msgstr ""28382839#: builtin/fetch.c:3082840msgid "[new branch]"2841msgstr ""28422843#: builtin/fetch.c:3112844msgid "[new ref]"2845msgstr ""28462847#: builtin/fetch.c:3562848msgid "unable to update local ref"2849msgstr ""28502851#: builtin/fetch.c:3562852msgid "forced update"2853msgstr ""28542855#: builtin/fetch.c:3622856msgid "(non-fast-forward)"2857msgstr ""28582859#: builtin/fetch.c:393 builtin/fetch.c:6852860#, c-format2861msgid "cannot open %s: %s\n"2862msgstr ""28632864#: builtin/fetch.c:4022865#, c-format2866msgid "%s did not send all necessary objects\n"2867msgstr ""28682869#: builtin/fetch.c:4882870#, c-format2871msgid "From %.*s\n"2872msgstr ""28732874#: builtin/fetch.c:4992875#, c-format2876msgid ""2877"some local refs could not be updated; try running\n"2878" 'git remote prune %s' to remove any old, conflicting branches"2879msgstr ""28802881#: builtin/fetch.c:5492882#, c-format2883msgid " (%s will become dangling)"2884msgstr ""28852886#: builtin/fetch.c:5502887#, c-format2888msgid " (%s has become dangling)"2889msgstr ""28902891#: builtin/fetch.c:5572892msgid "[deleted]"2893msgstr ""28942895#: builtin/fetch.c:558 builtin/remote.c:10552896msgid "(none)"2897msgstr ""28982899#: builtin/fetch.c:6752900#, c-format2901msgid "Refusing to fetch into current branch %s of non-bare repository"2902msgstr ""29032904#: builtin/fetch.c:7092905#, c-format2906msgid "Don't know how to fetch from %s"2907msgstr ""29082909#: builtin/fetch.c:7862910#, c-format2911msgid "Option \"%s\" value \"%s\" is not valid for %s"2912msgstr ""29132914#: builtin/fetch.c:7892915#, c-format2916msgid "Option \"%s\" is ignored for %s\n"2917msgstr ""29182919#: builtin/fetch.c:8882920#, c-format2921msgid "Fetching %s\n"2922msgstr ""29232924#: builtin/fetch.c:890 builtin/remote.c:1002925#, c-format2926msgid "Could not fetch %s"2927msgstr ""29282929#: builtin/fetch.c:9072930msgid ""2931"No remote repository specified. Please, specify either a URL or a\n"2932"remote name from which new revisions should be fetched."2933msgstr ""29342935#: builtin/fetch.c:9272936msgid "You need to specify a tag name."2937msgstr ""29382939#: builtin/fetch.c:9792940msgid "fetch --all does not take a repository argument"2941msgstr ""29422943#: builtin/fetch.c:9812944msgid "fetch --all does not make sense with refspecs"2945msgstr ""29462947#: builtin/fetch.c:9922948#, c-format2949msgid "No such remote or remote group: %s"2950msgstr ""29512952#: builtin/fetch.c:10002953msgid "Fetching a group and specifying refspecs does not make sense"2954msgstr ""29552956#: builtin/gc.c:632957#, c-format2958msgid "Invalid %s: '%s'"2959msgstr ""29602961#: builtin/gc.c:902962#, c-format2963msgid "insanely long object directory %.*s"2964msgstr ""29652966#: builtin/gc.c:2212967#, c-format2968msgid "Auto packing the repository for optimum performance.\n"2969msgstr ""29702971#: builtin/gc.c:2242972#, c-format2973msgid ""2974"Auto packing the repository for optimum performance. You may also\n"2975"run \"git gc\" manually. See \"git help gc\" for more information.\n"2976msgstr ""29772978#: builtin/gc.c:2512979msgid ""2980"There are too many unreachable loose objects; run 'git prune' to remove them."2981msgstr ""29822983#: builtin/grep.c:2162984#, c-format2985msgid "grep: failed to create thread: %s"2986msgstr ""29872988#: builtin/grep.c:4542989#, c-format2990msgid "Failed to chdir: %s"2991msgstr ""29922993#: builtin/grep.c:530 builtin/grep.c:5642994#, c-format2995msgid "unable to read tree (%s)"2996msgstr ""29972998#: builtin/grep.c:5782999#, c-format3000msgid "unable to grep from object of type %s"3001msgstr ""30023003#: builtin/grep.c:6363004#, c-format3005msgid "switch `%c' expects a numerical value"3006msgstr ""30073008#: builtin/grep.c:6533009#, c-format3010msgid "cannot open '%s'"3011msgstr ""30123013#: builtin/grep.c:9173014msgid "no pattern given."3015msgstr ""30163017#: builtin/grep.c:9313018#, c-format3019msgid "bad object %s"3020msgstr ""30213022#: builtin/grep.c:9723023msgid "--open-files-in-pager only works on the worktree"3024msgstr ""30253026#: builtin/grep.c:9953027msgid "--cached or --untracked cannot be used with --no-index."3028msgstr ""30293030#: builtin/grep.c:10003031msgid "--no-index or --untracked cannot be used with revs."3032msgstr ""30333034#: builtin/grep.c:10033035msgid "--[no-]exclude-standard cannot be used for tracked contents."3036msgstr ""30373038#: builtin/grep.c:10113039msgid "both --cached and trees are given."3040msgstr ""30413042#: builtin/help.c:653043#, c-format3044msgid "unrecognized help format '%s'"3045msgstr ""30463047#: builtin/help.c:933048msgid "Failed to start emacsclient."3049msgstr ""30503051#: builtin/help.c:1063052msgid "Failed to parse emacsclient version."3053msgstr ""30543055#: builtin/help.c:1143056#, c-format3057msgid "emacsclient version '%d' too old (< 22)."3058msgstr ""30593060#: builtin/help.c:132 builtin/help.c:160 builtin/help.c:169 builtin/help.c:1773061#, c-format3062msgid "failed to exec '%s': %s"3063msgstr ""30643065#: builtin/help.c:2173066#, c-format3067msgid ""3068"'%s': path for unsupported man viewer.\n"3069"Please consider using 'man.<tool>.cmd' instead."3070msgstr ""30713072#: builtin/help.c:2293073#, c-format3074msgid ""3075"'%s': cmd for supported man viewer.\n"3076"Please consider using 'man.<tool>.path' instead."3077msgstr ""30783079#: builtin/help.c:2993080msgid "The most commonly used git commands are:"3081msgstr ""30823083#: builtin/help.c:3673084#, c-format3085msgid "'%s': unknown man viewer."3086msgstr ""30873088#: builtin/help.c:3843089msgid "no man viewer handled the request"3090msgstr ""30913092#: builtin/help.c:3923093msgid "no info viewer handled the request"3094msgstr ""30953096#: builtin/help.c:447 builtin/help.c:4543097#, c-format3098msgid "usage: %s%s"3099msgstr ""31003101#: builtin/help.c:4703102#, c-format3103msgid "`git %s' is aliased to `%s'"3104msgstr ""31053106#: builtin/index-pack.c:1703107#, c-format3108msgid "object type mismatch at %s"3109msgstr ""31103111#: builtin/index-pack.c:1903112msgid "object of unexpected type"3113msgstr ""31143115#: builtin/index-pack.c:2273116#, c-format3117msgid "cannot fill %d byte"3118msgid_plural "cannot fill %d bytes"3119msgstr[0] ""3120msgstr[1] ""31213122#: builtin/index-pack.c:2373123msgid "early EOF"3124msgstr ""31253126#: builtin/index-pack.c:2383127msgid "read error on input"3128msgstr ""31293130#: builtin/index-pack.c:2503131msgid "used more bytes than were available"3132msgstr ""31333134#: builtin/index-pack.c:2573135msgid "pack too large for current definition of off_t"3136msgstr ""31373138#: builtin/index-pack.c:2733139#, c-format3140msgid "unable to create '%s'"3141msgstr ""31423143#: builtin/index-pack.c:2783144#, c-format3145msgid "cannot open packfile '%s'"3146msgstr ""31473148#: builtin/index-pack.c:2923149msgid "pack signature mismatch"3150msgstr ""31513152#: builtin/index-pack.c:3123153#, c-format3154msgid "pack has bad object at offset %lu: %s"3155msgstr ""31563157#: builtin/index-pack.c:4343158#, c-format3159msgid "inflate returned %d"3160msgstr ""31613162#: builtin/index-pack.c:4833163msgid "offset value overflow for delta base object"3164msgstr ""31653166#: builtin/index-pack.c:4913167msgid "delta base offset is out of bound"3168msgstr ""31693170#: builtin/index-pack.c:4993171#, c-format3172msgid "unknown object type %d"3173msgstr ""31743175#: builtin/index-pack.c:5303176msgid "cannot pread pack file"3177msgstr ""31783179#: builtin/index-pack.c:5323180#, c-format3181msgid "premature end of pack file, %lu byte missing"3182msgid_plural "premature end of pack file, %lu bytes missing"3183msgstr[0] ""3184msgstr[1] ""31853186#: builtin/index-pack.c:5583187msgid "serious inflate inconsistency"3188msgstr ""31893190#: builtin/index-pack.c:649 builtin/index-pack.c:655 builtin/index-pack.c:6783191#: builtin/index-pack.c:712 builtin/index-pack.c:7213192#, c-format3193msgid "SHA1 COLLISION FOUND WITH %s !"3194msgstr ""31953196#: builtin/index-pack.c:652 builtin/pack-objects.c:1703197#: builtin/pack-objects.c:2623198#, c-format3199msgid "unable to read %s"3200msgstr ""32013202#: builtin/index-pack.c:7183203#, c-format3204msgid "cannot read existing object %s"3205msgstr ""32063207#: builtin/index-pack.c:7323208#, c-format3209msgid "invalid blob object %s"3210msgstr ""32113212#: builtin/index-pack.c:7473213#, c-format3214msgid "invalid %s"3215msgstr ""32163217#: builtin/index-pack.c:7493218msgid "Error in object"3219msgstr ""32203221#: builtin/index-pack.c:7513222#, c-format3223msgid "Not all child objects of %s are reachable"3224msgstr ""32253226#: builtin/index-pack.c:821 builtin/index-pack.c:8473227msgid "failed to apply delta"3228msgstr ""32293230#: builtin/index-pack.c:9863231msgid "Receiving objects"3232msgstr ""32333234#: builtin/index-pack.c:9863235msgid "Indexing objects"3236msgstr ""32373238#: builtin/index-pack.c:10123239msgid "pack is corrupted (SHA1 mismatch)"3240msgstr ""32413242#: builtin/index-pack.c:10173243msgid "cannot fstat packfile"3244msgstr ""32453246#: builtin/index-pack.c:10203247msgid "pack has junk at the end"3248msgstr ""32493250#: builtin/index-pack.c:10313251msgid "confusion beyond insanity in parse_pack_objects()"3252msgstr ""32533254#: builtin/index-pack.c:10543255msgid "Resolving deltas"3256msgstr ""32573258#: builtin/index-pack.c:11053259msgid "confusion beyond insanity"3260msgstr ""32613262#: builtin/index-pack.c:11243263#, c-format3264msgid "pack has %d unresolved delta"3265msgid_plural "pack has %d unresolved deltas"3266msgstr[0] ""3267msgstr[1] ""32683269#: builtin/index-pack.c:11493270#, c-format3271msgid "unable to deflate appended object (%d)"3272msgstr ""32733274#: builtin/index-pack.c:12283275#, c-format3276msgid "local object %s is corrupt"3277msgstr ""32783279#: builtin/index-pack.c:12523280msgid "error while closing pack file"3281msgstr ""32823283#: builtin/index-pack.c:12653284#, c-format3285msgid "cannot write keep file '%s'"3286msgstr ""32873288#: builtin/index-pack.c:12733289#, c-format3290msgid "cannot close written keep file '%s'"3291msgstr ""32923293#: builtin/index-pack.c:12863294msgid "cannot store pack file"3295msgstr ""32963297#: builtin/index-pack.c:12973298msgid "cannot store index file"3299msgstr ""33003301#: builtin/index-pack.c:13983302#, c-format3303msgid "Cannot open existing pack file '%s'"3304msgstr ""33053306#: builtin/index-pack.c:14003307#, c-format3308msgid "Cannot open existing pack idx file for '%s'"3309msgstr ""33103311#: builtin/index-pack.c:14473312#, c-format3313msgid "non delta: %d object"3314msgid_plural "non delta: %d objects"3315msgstr[0] ""3316msgstr[1] ""33173318#: builtin/index-pack.c:14543319#, c-format3320msgid "chain length = %d: %lu object"3321msgid_plural "chain length = %d: %lu objects"3322msgstr[0] ""3323msgstr[1] ""33243325#: builtin/index-pack.c:14813326msgid "Cannot come back to cwd"3327msgstr ""33283329#: builtin/index-pack.c:1525 builtin/index-pack.c:15283330#: builtin/index-pack.c:1540 builtin/index-pack.c:15443331#, c-format3332msgid "bad %s"3333msgstr ""33343335#: builtin/index-pack.c:15583336msgid "--fix-thin cannot be used without --stdin"3337msgstr ""33383339#: builtin/index-pack.c:1562 builtin/index-pack.c:15723340#, c-format3341msgid "packfile name '%s' does not end with '.pack'"3342msgstr ""33433344#: builtin/index-pack.c:15813345msgid "--verify with no packfile name given"3346msgstr ""33473348#: builtin/init-db.c:353349#, c-format3350msgid "Could not make %s writable by group"3351msgstr ""33523353#: builtin/init-db.c:623354#, c-format3355msgid "insanely long template name %s"3356msgstr ""33573358#: builtin/init-db.c:673359#, c-format3360msgid "cannot stat '%s'"3361msgstr ""33623363#: builtin/init-db.c:733364#, c-format3365msgid "cannot stat template '%s'"3366msgstr ""33673368#: builtin/init-db.c:803369#, c-format3370msgid "cannot opendir '%s'"3371msgstr ""33723373#: builtin/init-db.c:973374#, c-format3375msgid "cannot readlink '%s'"3376msgstr ""33773378#: builtin/init-db.c:993379#, c-format3380msgid "insanely long symlink %s"3381msgstr ""33823383#: builtin/init-db.c:1023384#, c-format3385msgid "cannot symlink '%s' '%s'"3386msgstr ""33873388#: builtin/init-db.c:1063389#, c-format3390msgid "cannot copy '%s' to '%s'"3391msgstr ""33923393#: builtin/init-db.c:1103394#, c-format3395msgid "ignoring template %s"3396msgstr ""33973398#: builtin/init-db.c:1333399#, c-format3400msgid "insanely long template path %s"3401msgstr ""34023403#: builtin/init-db.c:1413404#, c-format3405msgid "templates not found %s"3406msgstr ""34073408#: builtin/init-db.c:1543409#, c-format3410msgid "not copying templates of a wrong format version %d from '%s'"3411msgstr ""34123413#: builtin/init-db.c:1923414#, c-format3415msgid "insane git directory %s"3416msgstr ""34173418#: builtin/init-db.c:323 builtin/init-db.c:3263419#, c-format3420msgid "%s already exists"3421msgstr ""34223423#: builtin/init-db.c:3553424#, c-format3425msgid "unable to handle file type %d"3426msgstr ""34273428#: builtin/init-db.c:3583429#, c-format3430msgid "unable to move %s to %s"3431msgstr ""34323433#: builtin/init-db.c:3633434#, c-format3435msgid "Could not create git link %s"3436msgstr ""34373438#.3439#. * TRANSLATORS: The first '%s' is either "Reinitialized3440#. * existing" or "Initialized empty", the second " shared" or3441#. * "", and the last '%s%s' is the verbatim directory name.3442#.3443#: builtin/init-db.c:4203444#, c-format3445msgid "%s%s Git repository in %s%s\n"3446msgstr ""34473448#: builtin/init-db.c:4213449msgid "Reinitialized existing"3450msgstr ""34513452#: builtin/init-db.c:4213453msgid "Initialized empty"3454msgstr ""34553456#: builtin/init-db.c:4223457msgid " shared"3458msgstr ""34593460#: builtin/init-db.c:4413461msgid "cannot tell cwd"3462msgstr ""34633464#: builtin/init-db.c:522 builtin/init-db.c:5293465#, c-format3466msgid "cannot mkdir %s"3467msgstr ""34683469#: builtin/init-db.c:5333470#, c-format3471msgid "cannot chdir to %s"3472msgstr ""34733474#: builtin/init-db.c:5553475#, c-format3476msgid ""3477"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"3478"dir=<directory>)"3479msgstr ""34803481#: builtin/init-db.c:5793482msgid "Cannot access current working directory"3483msgstr ""34843485#: builtin/init-db.c:5863486#, c-format3487msgid "Cannot access work tree '%s'"3488msgstr ""34893490#: builtin/log.c:1893491#, c-format3492msgid "Final output: %d %s\n"3493msgstr ""34943495#: builtin/log.c:403 builtin/log.c:4943496#, c-format3497msgid "Could not read object %s"3498msgstr ""34993500#: builtin/log.c:5183501#, c-format3502msgid "Unknown type: %d"3503msgstr ""35043505#: builtin/log.c:6083506msgid "format.headers without value"3507msgstr ""35083509#: builtin/log.c:6823510msgid "name of output directory is too long"3511msgstr ""35123513#: builtin/log.c:6933514#, c-format3515msgid "Cannot open patch file %s"3516msgstr ""35173518#: builtin/log.c:7073519msgid "Need exactly one range."3520msgstr ""35213522#: builtin/log.c:7153523msgid "Not a range."3524msgstr ""35253526#: builtin/log.c:7893527msgid "Cover letter needs email format"3528msgstr ""35293530#: builtin/log.c:8623531#, c-format3532msgid "insane in-reply-to: %s"3533msgstr ""35343535#: builtin/log.c:9353536msgid "Two output directories?"3537msgstr ""35383539#: builtin/log.c:11573540#, c-format3541msgid "bogus committer info %s"3542msgstr ""35433544#: builtin/log.c:12023545msgid "-n and -k are mutually exclusive."3546msgstr ""35473548#: builtin/log.c:12043549msgid "--subject-prefix and -k are mutually exclusive."3550msgstr ""35513552#: builtin/log.c:12123553msgid "--name-only does not make sense"3554msgstr ""35553556#: builtin/log.c:12143557msgid "--name-status does not make sense"3558msgstr ""35593560#: builtin/log.c:12163561msgid "--check does not make sense"3562msgstr ""35633564#: builtin/log.c:12393565msgid "standard output, or directory, which one?"3566msgstr ""35673568#: builtin/log.c:12413569#, c-format3570msgid "Could not create directory '%s'"3571msgstr ""35723573#: builtin/log.c:13943574msgid "Failed to create output files"3575msgstr ""35763577#: builtin/log.c:14983578#, c-format3579msgid ""3580"Could not find a tracked remote branch, please specify <upstream> manually.\n"3581msgstr ""35823583#: builtin/log.c:1511 builtin/log.c:1513 builtin/log.c:15253584#, c-format3585msgid "Unknown commit %s"3586msgstr ""35873588#: builtin/merge.c:903589msgid "switch `m' requires a value"3590msgstr ""35913592#: builtin/merge.c:1273593#, c-format3594msgid "Could not find merge strategy '%s'.\n"3595msgstr ""35963597#: builtin/merge.c:1283598#, c-format3599msgid "Available strategies are:"3600msgstr ""36013602#: builtin/merge.c:1333603#, c-format3604msgid "Available custom strategies are:"3605msgstr ""36063607#: builtin/merge.c:2403608msgid "could not run stash."3609msgstr ""36103611#: builtin/merge.c:2453612msgid "stash failed"3613msgstr ""36143615#: builtin/merge.c:2503616#, c-format3617msgid "not a valid object: %s"3618msgstr ""36193620#: builtin/merge.c:269 builtin/merge.c:2863621msgid "read-tree failed"3622msgstr ""36233624#: builtin/merge.c:3163625msgid " (nothing to squash)"3626msgstr ""36273628#: builtin/merge.c:3293629#, c-format3630msgid "Squash commit -- not updating HEAD\n"3631msgstr ""36323633#: builtin/merge.c:3613634msgid "Writing SQUASH_MSG"3635msgstr ""36363637#: builtin/merge.c:3633638msgid "Finishing SQUASH_MSG"3639msgstr ""36403641#: builtin/merge.c:3863642#, c-format3643msgid "No merge message -- not updating HEAD\n"3644msgstr ""36453646#: builtin/merge.c:4363647#, c-format3648msgid "'%s' does not point to a commit"3649msgstr ""36503651#: builtin/merge.c:5353652#, c-format3653msgid "Bad branch.%s.mergeoptions string: %s"3654msgstr ""36553656#: builtin/merge.c:6283657msgid "git write-tree failed to write a tree"3658msgstr ""36593660#: builtin/merge.c:6783661msgid "failed to read the cache"3662msgstr ""36633664#: builtin/merge.c:7093665msgid "Not handling anything other than two heads merge."3666msgstr ""36673668#: builtin/merge.c:7233669#, c-format3670msgid "Unknown option for merge-recursive: -X%s"3671msgstr ""36723673#: builtin/merge.c:7373674#, c-format3675msgid "unable to write %s"3676msgstr ""36773678#: builtin/merge.c:8763679#, c-format3680msgid "Could not read from '%s'"3681msgstr ""36823683#: builtin/merge.c:8853684#, c-format3685msgid "Not committing merge; use 'git commit' to complete the merge.\n"3686msgstr ""36873688#: builtin/merge.c:8913689msgid ""3690"Please enter a commit message to explain why this merge is necessary,\n"3691"especially if it merges an updated upstream into a topic branch.\n"3692"\n"3693"Lines starting with '#' will be ignored, and an empty message aborts\n"3694"the commit.\n"3695msgstr ""36963697#: builtin/merge.c:9153698msgid "Empty commit message."3699msgstr ""37003701#: builtin/merge.c:9273702#, c-format3703msgid "Wonderful.\n"3704msgstr ""37053706#: builtin/merge.c:9923707#, c-format3708msgid "Automatic merge failed; fix conflicts and then commit the result.\n"3709msgstr ""37103711#: builtin/merge.c:10083712#, c-format3713msgid "'%s' is not a commit"3714msgstr ""37153716#: builtin/merge.c:10493717msgid "No current branch."3718msgstr ""37193720#: builtin/merge.c:10513721msgid "No remote for the current branch."3722msgstr ""37233724#: builtin/merge.c:10533725msgid "No default upstream defined for the current branch."3726msgstr ""37273728#: builtin/merge.c:10583729#, c-format3730msgid "No remote tracking branch for %s from %s"3731msgstr ""37323733#: builtin/merge.c:1145 builtin/merge.c:13023734#, c-format3735msgid "%s - not something we can merge"3736msgstr ""37373738#: builtin/merge.c:12133739msgid "There is no merge to abort (MERGE_HEAD missing)."3740msgstr ""37413742#: builtin/merge.c:1229 git-pull.sh:313743msgid ""3744"You have not concluded your merge (MERGE_HEAD exists).\n"3745"Please, commit your changes before you can merge."3746msgstr ""37473748#: builtin/merge.c:1232 git-pull.sh:343749msgid "You have not concluded your merge (MERGE_HEAD exists)."3750msgstr ""37513752#: builtin/merge.c:12363753msgid ""3754"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"3755"Please, commit your changes before you can merge."3756msgstr ""37573758#: builtin/merge.c:12393759msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."3760msgstr ""37613762#: builtin/merge.c:12483763msgid "You cannot combine --squash with --no-ff."3764msgstr ""37653766#: builtin/merge.c:12533767msgid "You cannot combine --no-ff with --ff-only."3768msgstr ""37693770#: builtin/merge.c:12603771msgid "No commit specified and merge.defaultToUpstream not set."3772msgstr ""37733774#: builtin/merge.c:12923775msgid "Can merge only exactly one commit into empty head"3776msgstr ""37773778#: builtin/merge.c:12953779msgid "Squash commit into empty head not supported yet"3780msgstr ""37813782#: builtin/merge.c:12973783msgid "Non-fast-forward commit does not make sense into an empty head"3784msgstr ""37853786#: builtin/merge.c:14123787#, c-format3788msgid "Updating %s..%s\n"3789msgstr ""37903791#: builtin/merge.c:14503792#, c-format3793msgid "Trying really trivial in-index merge...\n"3794msgstr ""37953796#: builtin/merge.c:14573797#, c-format3798msgid "Nope.\n"3799msgstr ""38003801#: builtin/merge.c:14893802msgid "Not possible to fast-forward, aborting."3803msgstr ""38043805#: builtin/merge.c:1512 builtin/merge.c:15913806#, c-format3807msgid "Rewinding the tree to pristine...\n"3808msgstr ""38093810#: builtin/merge.c:15163811#, c-format3812msgid "Trying merge strategy %s...\n"3813msgstr ""38143815#: builtin/merge.c:15823816#, c-format3817msgid "No merge strategy handled the merge.\n"3818msgstr ""38193820#: builtin/merge.c:15843821#, c-format3822msgid "Merge with strategy %s failed.\n"3823msgstr ""38243825#: builtin/merge.c:15933826#, c-format3827msgid "Using the %s to prepare resolving by hand.\n"3828msgstr ""38293830#: builtin/merge.c:16053831#, c-format3832msgid "Automatic merge went well; stopped before committing as requested\n"3833msgstr ""38343835#: builtin/mv.c:1083836#, c-format3837msgid "Checking rename of '%s' to '%s'\n"3838msgstr ""38393840#: builtin/mv.c:1123841msgid "bad source"3842msgstr ""38433844#: builtin/mv.c:1153845msgid "can not move directory into itself"3846msgstr ""38473848#: builtin/mv.c:1183849msgid "cannot move directory over file"3850msgstr ""38513852#: builtin/mv.c:1283853#, c-format3854msgid "Huh? %.*s is in index?"3855msgstr ""38563857#: builtin/mv.c:1403858msgid "source directory is empty"3859msgstr ""38603861#: builtin/mv.c:1713862msgid "not under version control"3863msgstr ""38643865#: builtin/mv.c:1733866msgid "destination exists"3867msgstr ""38683869#: builtin/mv.c:1813870#, c-format3871msgid "overwriting '%s'"3872msgstr ""38733874#: builtin/mv.c:1843875msgid "Cannot overwrite"3876msgstr ""38773878#: builtin/mv.c:1873879msgid "multiple sources for the same target"3880msgstr ""38813882#: builtin/mv.c:2023883#, c-format3884msgid "%s, source=%s, destination=%s"3885msgstr ""38863887#: builtin/mv.c:2123888#, c-format3889msgid "Renaming %s to %s\n"3890msgstr ""38913892#: builtin/mv.c:215 builtin/remote.c:7313893#, c-format3894msgid "renaming '%s' failed"3895msgstr ""38963897#: builtin/notes.c:1393898#, c-format3899msgid "unable to start 'show' for object '%s'"3900msgstr ""39013902#: builtin/notes.c:1453903msgid "can't fdopen 'show' output fd"3904msgstr ""39053906#: builtin/notes.c:1553907#, c-format3908msgid "failed to close pipe to 'show' for object '%s'"3909msgstr ""39103911#: builtin/notes.c:1583912#, c-format3913msgid "failed to finish 'show' for object '%s'"3914msgstr ""39153916#: builtin/notes.c:175 builtin/tag.c:3473917#, c-format3918msgid "could not create file '%s'"3919msgstr ""39203921#: builtin/notes.c:1893922msgid "Please supply the note contents using either -m or -F option"3923msgstr ""39243925#: builtin/notes.c:210 builtin/notes.c:9733926#, c-format3927msgid "Removing note for object %s\n"3928msgstr ""39293930#: builtin/notes.c:2153931msgid "unable to write note object"3932msgstr ""39333934#: builtin/notes.c:2173935#, c-format3936msgid "The note contents has been left in %s"3937msgstr ""39383939#: builtin/notes.c:251 builtin/tag.c:5423940#, c-format3941msgid "cannot read '%s'"3942msgstr ""39433944#: builtin/notes.c:253 builtin/tag.c:5453945#, c-format3946msgid "could not open or read '%s'"3947msgstr ""39483949#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4473950#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6443951#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7663952#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5583953#, c-format3954msgid "Failed to resolve '%s' as a valid ref."3955msgstr ""39563957#: builtin/notes.c:2753958#, c-format3959msgid "Failed to read object '%s'."3960msgstr ""39613962#: builtin/notes.c:2993963msgid "Cannot commit uninitialized/unreferenced notes tree"3964msgstr ""39653966#: builtin/notes.c:3403967#, c-format3968msgid "Bad notes.rewriteMode value: '%s'"3969msgstr ""39703971#: builtin/notes.c:3503972#, c-format3973msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3974msgstr ""39753976#. TRANSLATORS: The first %s is the name of the3977#. environment variable, the second %s is its value3978#: builtin/notes.c:3773979#, c-format3980msgid "Bad %s value: '%s'"3981msgstr ""39823983#: builtin/notes.c:4413984#, c-format3985msgid "Malformed input line: '%s'."3986msgstr ""39873988#: builtin/notes.c:4563989#, c-format3990msgid "Failed to copy notes from '%s' to '%s'"3991msgstr ""39923993#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6273994#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7593995#: builtin/notes.c:10333996msgid "too many parameters"3997msgstr ""39983999#: builtin/notes.c:513 builtin/notes.c:7724000#, c-format4001msgid "No note found for object %s."4002msgstr ""40034004#: builtin/notes.c:5804005#, c-format4006msgid ""4007"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "4008"existing notes"4009msgstr ""40104011#: builtin/notes.c:585 builtin/notes.c:6624012#, c-format4013msgid "Overwriting existing notes for object %s\n"4014msgstr ""40154016#: builtin/notes.c:6354017msgid "too few parameters"4018msgstr ""40194020#: builtin/notes.c:6564021#, c-format4022msgid ""4023"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "4024"existing notes"4025msgstr ""40264027#: builtin/notes.c:6684028#, c-format4029msgid "Missing notes on source object %s. Cannot copy."4030msgstr ""40314032#: builtin/notes.c:7174033#, c-format4034msgid ""4035"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"4036"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"4037msgstr ""40384039#: builtin/notes.c:9714040#, c-format4041msgid "Object %s has no note\n"4042msgstr ""40434044#: builtin/notes.c:1103 builtin/remote.c:15984045#, c-format4046msgid "Unknown subcommand: %s"4047msgstr ""40484049#: builtin/pack-objects.c:183 builtin/pack-objects.c:1864050#, c-format4051msgid "deflate error (%d)"4052msgstr ""40534054#: builtin/pack-objects.c:23984055#, c-format4056msgid "unsupported index version %s"4057msgstr ""40584059#: builtin/pack-objects.c:24024060#, c-format4061msgid "bad index version '%s'"4062msgstr ""40634064#: builtin/pack-objects.c:24254065#, c-format4066msgid "option %s does not accept negative form"4067msgstr ""40684069#: builtin/pack-objects.c:24294070#, c-format4071msgid "unable to parse value '%s' for option %s"4072msgstr ""40734074#: builtin/push.c:454075msgid "tag shorthand without <tag>"4076msgstr ""40774078#: builtin/push.c:644079msgid "--delete only accepts plain target ref names"4080msgstr ""40814082#: builtin/push.c:994083msgid ""4084"\n"4085"To choose either option permanently, see push.default in 'git help config'."4086msgstr ""40874088#: builtin/push.c:1024089#, c-format4090msgid ""4091"The upstream branch of your current branch does not match\n"4092"the name of your current branch. To push to the upstream branch\n"4093"on the remote, use\n"4094"\n"4095" git push %s HEAD:%s\n"4096"\n"4097"To push to the branch of the same name on the remote, use\n"4098"\n"4099" git push %s %s\n"4100"%s"4101msgstr ""41024103#: builtin/push.c:1214104#, c-format4105msgid ""4106"You are not currently on a branch.\n"4107"To push the history leading to the current (detached HEAD)\n"4108"state now, use\n"4109"\n"4110" git push %s HEAD:<name-of-remote-branch>\n"4111msgstr ""41124113#: builtin/push.c:1284114#, c-format4115msgid ""4116"The current branch %s has no upstream branch.\n"4117"To push the current branch and set the remote as upstream, use\n"4118"\n"4119" git push --set-upstream %s %s\n"4120msgstr ""41214122#: builtin/push.c:1364123#, c-format4124msgid "The current branch %s has multiple upstream branches, refusing to push."4125msgstr ""41264127#: builtin/push.c:1394128#, c-format4129msgid ""4130"You are pushing to remote '%s', which is not the upstream of\n"4131"your current branch '%s', without telling me what to push\n"4132"to update which remote branch."4133msgstr ""41344135#: builtin/push.c:1514136msgid ""4137"push.default is unset; its implicit value is changing in\n"4138"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"4139"and maintain the current behavior after the default changes, use:\n"4140"\n"4141" git config --global push.default matching\n"4142"\n"4143"To squelch this message and adopt the new behavior now, use:\n"4144"\n"4145" git config --global push.default simple\n"4146"\n"4147"See 'git help config' and search for 'push.default' for further "4148"information.\n"4149"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"4150"'current' instead of 'simple' if you sometimes use older versions of Git)"4151msgstr ""41524153#: builtin/push.c:1994154msgid ""4155"You didn't specify any refspecs to push, and push.default is \"nothing\"."4156msgstr ""41574158#: builtin/push.c:2064159msgid ""4160"Updates were rejected because the tip of your current branch is behind\n"4161"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"4162"before pushing again.\n"4163"See the 'Note about fast-forwards' in 'git push --help' for details."4164msgstr ""41654166#: builtin/push.c:2124167msgid ""4168"Updates were rejected because a pushed branch tip is behind its remote\n"4169"counterpart. If you did not intend to push that branch, you may want to\n"4170"specify branches to push or set the 'push.default' configuration variable\n"4171"to 'simple', 'current' or 'upstream' to push only the current branch."4172msgstr ""41734174#: builtin/push.c:2184175msgid ""4176"Updates were rejected because a pushed branch tip is behind its remote\n"4177"counterpart. Check out this branch and merge the remote changes\n"4178"(e.g. 'git pull') before pushing again.\n"4179"See the 'Note about fast-forwards' in 'git push --help' for details."4180msgstr ""41814182#: builtin/push.c:2584183#, c-format4184msgid "Pushing to %s\n"4185msgstr ""41864187#: builtin/push.c:2624188#, c-format4189msgid "failed to push some refs to '%s'"4190msgstr ""41914192#: builtin/push.c:2944193#, c-format4194msgid "bad repository '%s'"4195msgstr ""41964197#: builtin/push.c:2954198msgid ""4199"No configured push destination.\n"4200"Either specify the URL from the command-line or configure a remote "4201"repository using\n"4202"\n"4203" git remote add <name> <url>\n"4204"\n"4205"and then push using the remote name\n"4206"\n"4207" git push <name>\n"4208msgstr ""42094210#: builtin/push.c:3104211msgid "--all and --tags are incompatible"4212msgstr ""42134214#: builtin/push.c:3114215msgid "--all can't be combined with refspecs"4216msgstr ""42174218#: builtin/push.c:3164219msgid "--mirror and --tags are incompatible"4220msgstr ""42214222#: builtin/push.c:3174223msgid "--mirror can't be combined with refspecs"4224msgstr ""42254226#: builtin/push.c:3224227msgid "--all and --mirror are incompatible"4228msgstr ""42294230#: builtin/push.c:4104231msgid "--delete is incompatible with --all, --mirror and --tags"4232msgstr ""42334234#: builtin/push.c:4124235msgid "--delete doesn't make sense without any refs"4236msgstr ""42374238#: builtin/remote.c:984239#, c-format4240msgid "Updating %s"4241msgstr ""42424243#: builtin/remote.c:1304244msgid ""4245"--mirror is dangerous and deprecated; please\n"4246"\t use --mirror=fetch or --mirror=push instead"4247msgstr ""42484249#: builtin/remote.c:1474250#, c-format4251msgid "unknown mirror argument: %s"4252msgstr ""42534254#: builtin/remote.c:1854255msgid "specifying a master branch makes no sense with --mirror"4256msgstr ""42574258#: builtin/remote.c:1874259msgid "specifying branches to track makes sense only with fetch mirrors"4260msgstr ""42614262#: builtin/remote.c:195 builtin/remote.c:6464263#, c-format4264msgid "remote %s already exists."4265msgstr ""42664267#: builtin/remote.c:199 builtin/remote.c:6504268#, c-format4269msgid "'%s' is not a valid remote name"4270msgstr ""42714272#: builtin/remote.c:2434273#, c-format4274msgid "Could not setup master '%s'"4275msgstr ""42764277#: builtin/remote.c:2994278#, c-format4279msgid "more than one %s"4280msgstr ""42814282#: builtin/remote.c:3394283#, c-format4284msgid "Could not get fetch map for refspec %s"4285msgstr ""42864287#: builtin/remote.c:440 builtin/remote.c:4484288msgid "(matching)"4289msgstr ""42904291#: builtin/remote.c:4524292msgid "(delete)"4293msgstr ""42944295#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6074296#, c-format4297msgid "Could not append '%s' to '%s'"4298msgstr ""42994300#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8904301#, c-format4302msgid "No such remote: %s"4303msgstr ""43044305#: builtin/remote.c:6564306#, c-format4307msgid "Could not rename config section '%s' to '%s'"4308msgstr ""43094310#: builtin/remote.c:662 builtin/remote.c:7994311#, c-format4312msgid "Could not remove config section '%s'"4313msgstr ""43144315#: builtin/remote.c:6774316#, c-format4317msgid ""4318"Not updating non-default fetch refspec\n"4319"\t%s\n"4320"\tPlease update the configuration manually if necessary."4321msgstr ""43224323#: builtin/remote.c:6834324#, c-format4325msgid "Could not append '%s'"4326msgstr ""43274328#: builtin/remote.c:6944329#, c-format4330msgid "Could not set '%s'"4331msgstr ""43324333#: builtin/remote.c:7164334#, c-format4335msgid "deleting '%s' failed"4336msgstr ""43374338#: builtin/remote.c:7504339#, c-format4340msgid "creating '%s' failed"4341msgstr ""43424343#: builtin/remote.c:7644344#, c-format4345msgid "Could not remove branch %s"4346msgstr ""43474348#: builtin/remote.c:8344349msgid ""4350"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"4351"to delete it, use:"4352msgid_plural ""4353"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"4354"to delete them, use:"4355msgstr[0] ""4356msgstr[1] ""43574358#: builtin/remote.c:9434359#, c-format4360msgid " new (next fetch will store in remotes/%s)"4361msgstr ""43624363#: builtin/remote.c:9464364msgid " tracked"4365msgstr ""43664367#: builtin/remote.c:9484368msgid " stale (use 'git remote prune' to remove)"4369msgstr ""43704371#: builtin/remote.c:9504372msgid " ???"4373msgstr ""43744375#: builtin/remote.c:9914376#, c-format4377msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"4378msgstr ""43794380#: builtin/remote.c:9984381#, c-format4382msgid "rebases onto remote %s"4383msgstr ""43844385#: builtin/remote.c:10014386#, c-format4387msgid " merges with remote %s"4388msgstr ""43894390#: builtin/remote.c:10024391msgid " and with remote"4392msgstr ""43934394#: builtin/remote.c:10044395#, c-format4396msgid "merges with remote %s"4397msgstr ""43984399#: builtin/remote.c:10054400msgid " and with remote"4401msgstr ""44024403#: builtin/remote.c:10514404msgid "create"4405msgstr ""44064407#: builtin/remote.c:10544408msgid "delete"4409msgstr ""44104411#: builtin/remote.c:10584412msgid "up to date"4413msgstr ""44144415#: builtin/remote.c:10614416msgid "fast-forwardable"4417msgstr ""44184419#: builtin/remote.c:10644420msgid "local out of date"4421msgstr ""44224423#: builtin/remote.c:10714424#, c-format4425msgid " %-*s forces to %-*s (%s)"4426msgstr ""44274428#: builtin/remote.c:10744429#, c-format4430msgid " %-*s pushes to %-*s (%s)"4431msgstr ""44324433#: builtin/remote.c:10784434#, c-format4435msgid " %-*s forces to %s"4436msgstr ""44374438#: builtin/remote.c:10814439#, c-format4440msgid " %-*s pushes to %s"4441msgstr ""44424443#: builtin/remote.c:11184444#, c-format4445msgid "* remote %s"4446msgstr ""44474448#: builtin/remote.c:11194449#, c-format4450msgid " Fetch URL: %s"4451msgstr ""44524453#: builtin/remote.c:1120 builtin/remote.c:12854454msgid "(no URL)"4455msgstr ""44564457#: builtin/remote.c:1129 builtin/remote.c:11314458#, c-format4459msgid " Push URL: %s"4460msgstr ""44614462#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11374463#, c-format4464msgid " HEAD branch: %s"4465msgstr ""44664467#: builtin/remote.c:11394468#, c-format4469msgid ""4470" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"4471msgstr ""44724473#: builtin/remote.c:11514474#, c-format4475msgid " Remote branch:%s"4476msgid_plural " Remote branches:%s"4477msgstr[0] ""4478msgstr[1] ""44794480#: builtin/remote.c:1154 builtin/remote.c:11814481msgid " (status not queried)"4482msgstr ""44834484#: builtin/remote.c:11634485msgid " Local branch configured for 'git pull':"4486msgid_plural " Local branches configured for 'git pull':"4487msgstr[0] ""4488msgstr[1] ""44894490#: builtin/remote.c:11714491msgid " Local refs will be mirrored by 'git push'"4492msgstr ""44934494#: builtin/remote.c:11784495#, c-format4496msgid " Local ref configured for 'git push'%s:"4497msgid_plural " Local refs configured for 'git push'%s:"4498msgstr[0] ""4499msgstr[1] ""45004501#: builtin/remote.c:12164502msgid "Cannot determine remote HEAD"4503msgstr ""45044505#: builtin/remote.c:12184506msgid "Multiple remote HEAD branches. Please choose one explicitly with:"4507msgstr ""45084509#: builtin/remote.c:12284510#, c-format4511msgid "Could not delete %s"4512msgstr ""45134514#: builtin/remote.c:12364515#, c-format4516msgid "Not a valid ref: %s"4517msgstr ""45184519#: builtin/remote.c:12384520#, c-format4521msgid "Could not setup %s"4522msgstr ""45234524#: builtin/remote.c:12744525#, c-format4526msgid " %s will become dangling!"4527msgstr ""45284529#: builtin/remote.c:12754530#, c-format4531msgid " %s has become dangling!"4532msgstr ""45334534#: builtin/remote.c:12814535#, c-format4536msgid "Pruning %s"4537msgstr ""45384539#: builtin/remote.c:12824540#, c-format4541msgid "URL: %s"4542msgstr ""45434544#: builtin/remote.c:12954545#, c-format4546msgid " * [would prune] %s"4547msgstr ""45484549#: builtin/remote.c:12984550#, c-format4551msgid " * [pruned] %s"4552msgstr ""45534554#: builtin/remote.c:1387 builtin/remote.c:14614555#, c-format4556msgid "No such remote '%s'"4557msgstr ""45584559#: builtin/remote.c:14144560msgid "no remote specified"4561msgstr ""45624563#: builtin/remote.c:14474564msgid "--add --delete doesn't make sense"4565msgstr ""45664567#: builtin/remote.c:14874568#, c-format4569msgid "Invalid old URL pattern: %s"4570msgstr ""45714572#: builtin/remote.c:14954573#, c-format4574msgid "No such URL found: %s"4575msgstr ""45764577#: builtin/remote.c:14974578msgid "Will not delete all non-push URLs"4579msgstr ""45804581#: builtin/reset.c:334582msgid "mixed"4583msgstr ""45844585#: builtin/reset.c:334586msgid "soft"4587msgstr ""45884589#: builtin/reset.c:334590msgid "hard"4591msgstr ""45924593#: builtin/reset.c:334594msgid "merge"4595msgstr ""45964597#: builtin/reset.c:334598msgid "keep"4599msgstr ""46004601#: builtin/reset.c:774602msgid "You do not have a valid HEAD."4603msgstr ""46044605#: builtin/reset.c:794606msgid "Failed to find tree of HEAD."4607msgstr ""46084609#: builtin/reset.c:854610#, c-format4611msgid "Failed to find tree of %s."4612msgstr ""46134614#: builtin/reset.c:964615msgid "Could not write new index file."4616msgstr ""46174618#: builtin/reset.c:1064619#, c-format4620msgid "HEAD is now at %s"4621msgstr ""46224623#: builtin/reset.c:1304624msgid "Could not read index"4625msgstr ""46264627#: builtin/reset.c:1334628msgid "Unstaged changes after reset:"4629msgstr ""46304631#: builtin/reset.c:2234632#, c-format4633msgid "Cannot do a %s reset in the middle of a merge."4634msgstr ""46354636#: builtin/reset.c:3034637#, c-format4638msgid "Could not parse object '%s'."4639msgstr ""46404641#: builtin/reset.c:3084642msgid "--patch is incompatible with --{hard,mixed,soft}"4643msgstr ""46444645#: builtin/reset.c:3174646msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."4647msgstr ""46484649#: builtin/reset.c:3194650#, c-format4651msgid "Cannot do %s reset with paths."4652msgstr ""46534654#: builtin/reset.c:3314655#, c-format4656msgid "%s reset is not allowed in a bare repository"4657msgstr ""46584659#: builtin/reset.c:3474660#, c-format4661msgid "Could not reset index file to revision '%s'."4662msgstr ""46634664#: builtin/revert.c:70 builtin/revert.c:924665#, c-format4666msgid "%s: %s cannot be used with %s"4667msgstr ""46684669#: builtin/revert.c:1314670msgid "program error"4671msgstr ""46724673#: builtin/revert.c:2214674msgid "revert failed"4675msgstr ""46764677#: builtin/revert.c:2364678msgid "cherry-pick failed"4679msgstr ""46804681#: builtin/rm.c:1094682#, c-format4683msgid ""4684"'%s' has staged content different from both the file and the HEAD\n"4685"(use -f to force removal)"4686msgstr ""46874688#: builtin/rm.c:1154689#, c-format4690msgid ""4691"'%s' has changes staged in the index\n"4692"(use --cached to keep the file, or -f to force removal)"4693msgstr ""46944695#: builtin/rm.c:1194696#, c-format4697msgid ""4698"'%s' has local modifications\n"4699"(use --cached to keep the file, or -f to force removal)"4700msgstr ""47014702#: builtin/rm.c:1944703#, c-format4704msgid "not removing '%s' recursively without -r"4705msgstr ""47064707#: builtin/rm.c:2304708#, c-format4709msgid "git rm: unable to remove %s"4710msgstr ""47114712#: builtin/shortlog.c:1574713#, c-format4714msgid "Missing author: %s"4715msgstr ""47164717#: builtin/tag.c:604718#, c-format4719msgid "malformed object at '%s'"4720msgstr ""47214722#: builtin/tag.c:2074723#, c-format4724msgid "tag name too long: %.*s..."4725msgstr ""47264727#: builtin/tag.c:2124728#, c-format4729msgid "tag '%s' not found."4730msgstr ""47314732#: builtin/tag.c:2274733#, c-format4734msgid "Deleted tag '%s' (was %s)\n"4735msgstr ""47364737#: builtin/tag.c:2394738#, c-format4739msgid "could not verify the tag '%s'"4740msgstr ""47414742#: builtin/tag.c:2494743msgid ""4744"\n"4745"#\n"4746"# Write a tag message\n"4747"# Lines starting with '#' will be ignored.\n"4748"#\n"4749msgstr ""47504751#: builtin/tag.c:2564752msgid ""4753"\n"4754"#\n"4755"# Write a tag message\n"4756"# Lines starting with '#' will be kept; you may remove them yourself if you "4757"want to.\n"4758"#\n"4759msgstr ""47604761#: builtin/tag.c:2984762msgid "unable to sign the tag"4763msgstr ""47644765#: builtin/tag.c:3004766msgid "unable to write tag file"4767msgstr ""47684769#: builtin/tag.c:3254770msgid "bad object type."4771msgstr ""47724773#: builtin/tag.c:3384774msgid "tag header too big."4775msgstr ""47764777#: builtin/tag.c:3704778msgid "no tag message?"4779msgstr ""47804781#: builtin/tag.c:3764782#, c-format4783msgid "The tag message has been left in %s\n"4784msgstr ""47854786#: builtin/tag.c:4254787msgid "switch 'points-at' requires an object"4788msgstr ""47894790#: builtin/tag.c:4274791#, c-format4792msgid "malformed object name '%s'"4793msgstr ""47944795#: builtin/tag.c:5064796msgid "--column and -n are incompatible"4797msgstr ""47984799#: builtin/tag.c:5234800msgid "-n option is only allowed with -l."4801msgstr ""48024803#: builtin/tag.c:5254804msgid "--contains option is only allowed with -l."4805msgstr ""48064807#: builtin/tag.c:5274808msgid "--points-at option is only allowed with -l."4809msgstr ""48104811#: builtin/tag.c:5354812msgid "only one -F or -m option is allowed."4813msgstr ""48144815#: builtin/tag.c:5554816msgid "too many params"4817msgstr ""48184819#: builtin/tag.c:5614820#, c-format4821msgid "'%s' is not a valid tag name."4822msgstr ""48234824#: builtin/tag.c:5664825#, c-format4826msgid "tag '%s' already exists"4827msgstr ""48284829#: builtin/tag.c:5844830#, c-format4831msgid "%s: cannot lock the ref"4832msgstr ""48334834#: builtin/tag.c:5864835#, c-format4836msgid "%s: cannot update the ref"4837msgstr ""48384839#: builtin/tag.c:5884840#, c-format4841msgid "Updated tag '%s' (was %s)\n"4842msgstr ""48434844#: git.c:164845msgid "See 'git help <command>' for more information on a specific command."4846msgstr ""48474848#: parse-options.h:133 parse-options.h:2354849msgid "n"4850msgstr ""48514852#: parse-options.h:1414853msgid "time"4854msgstr ""48554856#: parse-options.h:1494857msgid "file"4858msgstr ""48594860#: parse-options.h:1514861msgid "when"4862msgstr ""48634864#: parse-options.h:1564865msgid "no-op (backward compatibility)"4866msgstr ""48674868#: parse-options.h:2284869msgid "be more verbose"4870msgstr ""48714872#: parse-options.h:2304873msgid "be more quiet"4874msgstr ""48754876#: parse-options.h:2364877msgid "use <n> digits to display SHA-1s"4878msgstr ""48794880#: common-cmds.h:84881msgid "Add file contents to the index"4882msgstr ""48834884#: common-cmds.h:94885msgid "Find by binary search the change that introduced a bug"4886msgstr ""48874888#: common-cmds.h:104889msgid "List, create, or delete branches"4890msgstr ""48914892#: common-cmds.h:114893msgid "Checkout a branch or paths to the working tree"4894msgstr ""48954896#: common-cmds.h:124897msgid "Clone a repository into a new directory"4898msgstr ""48994900#: common-cmds.h:134901msgid "Record changes to the repository"4902msgstr ""49034904#: common-cmds.h:144905msgid "Show changes between commits, commit and working tree, etc"4906msgstr ""49074908#: common-cmds.h:154909msgid "Download objects and refs from another repository"4910msgstr ""49114912#: common-cmds.h:164913msgid "Print lines matching a pattern"4914msgstr ""49154916#: common-cmds.h:174917msgid "Create an empty git repository or reinitialize an existing one"4918msgstr ""49194920#: common-cmds.h:184921msgid "Show commit logs"4922msgstr ""49234924#: common-cmds.h:194925msgid "Join two or more development histories together"4926msgstr ""49274928#: common-cmds.h:204929msgid "Move or rename a file, a directory, or a symlink"4930msgstr ""49314932#: common-cmds.h:214933msgid "Fetch from and merge with another repository or a local branch"4934msgstr ""49354936#: common-cmds.h:224937msgid "Update remote refs along with associated objects"4938msgstr ""49394940#: common-cmds.h:234941msgid "Forward-port local commits to the updated upstream head"4942msgstr ""49434944#: common-cmds.h:244945msgid "Reset current HEAD to the specified state"4946msgstr ""49474948#: common-cmds.h:254949msgid "Remove files from the working tree and from the index"4950msgstr ""49514952#: common-cmds.h:264953msgid "Show various types of objects"4954msgstr ""49554956#: common-cmds.h:274957msgid "Show the working tree status"4958msgstr ""49594960#: common-cmds.h:284961msgid "Create, list, delete or verify a tag object signed with GPG"4962msgstr ""49634964#: git-am.sh:504965msgid "You need to set your committer info first"4966msgstr ""49674968#: git-am.sh:954969msgid ""4970"You seem to have moved HEAD since the last 'am' failure.\n"4971"Not rewinding to ORIG_HEAD"4972msgstr ""49734974#: git-am.sh:1054975#, sh-format4976msgid ""4977"When you have resolved this problem, run \"$cmdline --resolved\".\n"4978"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"4979"To restore the original branch and stop patching, run \"$cmdline --abort\"."4980msgstr ""49814982#: git-am.sh:1214983msgid "Cannot fall back to three-way merge."4984msgstr ""49854986#: git-am.sh:1374987msgid "Repository lacks necessary blobs to fall back on 3-way merge."4988msgstr ""49894990#: git-am.sh:1394991msgid "Using index info to reconstruct a base tree..."4992msgstr ""49934994#: git-am.sh:1544995msgid ""4996"Did you hand edit your patch?\n"4997"It does not apply to blobs recorded in its index."4998msgstr ""49995000#: git-am.sh:1635001msgid "Falling back to patching base and 3-way merge..."5002msgstr ""50035004#: git-am.sh:1795005msgid "Failed to merge in the changes."5006msgstr ""50075008#: git-am.sh:2745009msgid "Only one StGIT patch series can be applied at once"5010msgstr ""50115012#: git-am.sh:3615013#, sh-format5014msgid "Patch format $patch_format is not supported."5015msgstr ""50165017#: git-am.sh:3635018msgid "Patch format detection failed."5019msgstr ""50205021#: git-am.sh:3895022msgid ""5023"The -b/--binary option has been a no-op for long time, and\n"5024"it will be removed. Please do not use it anymore."5025msgstr ""50265027#: git-am.sh:4775028#, sh-format5029msgid "previous rebase directory $dotest still exists but mbox given."5030msgstr ""50315032#: git-am.sh:4825033msgid "Please make up your mind. --skip or --abort?"5034msgstr ""50355036#: git-am.sh:5095037msgid "Resolve operation not in progress, we are not resuming."5038msgstr ""50395040#: git-am.sh:5755041#, sh-format5042msgid "Dirty index: cannot apply patches (dirty: $files)"5043msgstr ""50445045#: git-am.sh:6795046#, sh-format5047msgid ""5048"Patch is empty. Was it split wrong?\n"5049"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"5050"To restore the original branch and stop patching run \"$cmdline --abort\"."5051msgstr ""50525053#: git-am.sh:7065054msgid "Patch does not have a valid e-mail address."5055msgstr ""50565057#: git-am.sh:7535058msgid "cannot be interactive without stdin connected to a terminal."5059msgstr ""50605061#: git-am.sh:7575062msgid "Commit Body is:"5063msgstr ""50645065#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]5066#. in your translation. The program will only accept English5067#. input at this point.5068#: git-am.sh:7645069msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "5070msgstr ""50715072#: git-am.sh:8005073#, sh-format5074msgid "Applying: $FIRSTLINE"5075msgstr ""50765077#: git-am.sh:8215078msgid ""5079"No changes - did you forget to use 'git add'?\n"5080"If there is nothing left to stage, chances are that something else\n"5081"already introduced the same changes; you might want to skip this patch."5082msgstr ""50835084#: git-am.sh:8295085msgid ""5086"You still have unmerged paths in your index\n"5087"did you forget to use 'git add'?"5088msgstr ""50895090#: git-am.sh:8455091msgid "No changes -- Patch already applied."5092msgstr ""50935094#: git-am.sh:8555095#, sh-format5096msgid "Patch failed at $msgnum $FIRSTLINE"5097msgstr ""50985099#: git-am.sh:8765100msgid "applying to an empty history"5101msgstr ""51025103#: git-bisect.sh:485104msgid "You need to start by \"git bisect start\""5105msgstr ""51065107#. TRANSLATORS: Make sure to include [Y] and [n] in your5108#. translation. The program will only accept English input5109#. at this point.5110#: git-bisect.sh:545111msgid "Do you want me to do it for you [Y/n]? "5112msgstr ""51135114#: git-bisect.sh:955115#, sh-format5116msgid "unrecognised option: '$arg'"5117msgstr ""51185119#: git-bisect.sh:995120#, sh-format5121msgid "'$arg' does not appear to be a valid revision"5122msgstr ""51235124#: git-bisect.sh:1175125msgid "Bad HEAD - I need a HEAD"5126msgstr ""51275128#: git-bisect.sh:1305129#, sh-format5130msgid ""5131"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."5132msgstr ""51335134#: git-bisect.sh:1405135msgid "won't bisect on seeked tree"5136msgstr ""51375138#: git-bisect.sh:1445139msgid "Bad HEAD - strange symbolic ref"5140msgstr ""51415142#: git-bisect.sh:1895143#, sh-format5144msgid "Bad bisect_write argument: $state"5145msgstr ""51465147#: git-bisect.sh:2185148#, sh-format5149msgid "Bad rev input: $arg"5150msgstr ""51515152#: git-bisect.sh:2325153msgid "Please call 'bisect_state' with at least one argument."5154msgstr ""51555156#: git-bisect.sh:2445157#, sh-format5158msgid "Bad rev input: $rev"5159msgstr ""51605161#: git-bisect.sh:2505162msgid "'git bisect bad' can take only one argument."5163msgstr ""51645165#. have bad but not good. we could bisect although5166#. this is less optimum.5167#: git-bisect.sh:2735168msgid "Warning: bisecting only with a bad commit."5169msgstr ""51705171#. TRANSLATORS: Make sure to include [Y] and [n] in your5172#. translation. The program will only accept English input5173#. at this point.5174#: git-bisect.sh:2795175msgid "Are you sure [Y/n]? "5176msgstr ""51775178#: git-bisect.sh:2895179msgid ""5180"You need to give me at least one good and one bad revisions.\n"5181"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"5182msgstr ""51835184#: git-bisect.sh:2925185msgid ""5186"You need to start by \"git bisect start\".\n"5187"You then need to give me at least one good and one bad revisions.\n"5188"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"5189msgstr ""51905191#: git-bisect.sh:347 git-bisect.sh:4745192msgid "We are not bisecting."5193msgstr ""51945195#: git-bisect.sh:3545196#, sh-format5197msgid "'$invalid' is not a valid commit"5198msgstr ""51995200#: git-bisect.sh:3635201#, sh-format5202msgid ""5203"Could not check out original HEAD '$branch'.\n"5204"Try 'git bisect reset <commit>'."5205msgstr ""52065207#: git-bisect.sh:3905208msgid "No logfile given"5209msgstr ""52105211#: git-bisect.sh:3915212#, sh-format5213msgid "cannot read $file for replaying"5214msgstr ""52155216#: git-bisect.sh:4085217msgid "?? what are you talking about?"5218msgstr ""52195220#: git-bisect.sh:4205221#, sh-format5222msgid "running $command"5223msgstr ""52245225#: git-bisect.sh:4275226#, sh-format5227msgid ""5228"bisect run failed:\n"5229"exit code $res from '$command' is < 0 or >= 128"5230msgstr ""52315232#: git-bisect.sh:4535233msgid "bisect run cannot continue any more"5234msgstr ""52355236#: git-bisect.sh:4595237#, sh-format5238msgid ""5239"bisect run failed:\n"5240"'bisect_state $state' exited with error code $res"5241msgstr ""52425243#: git-bisect.sh:4665244msgid "bisect run success"5245msgstr ""52465247#: git-pull.sh:215248msgid ""5249"Pull is not possible because you have unmerged files.\n"5250"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"5251"as appropriate to mark resolution, or use 'git commit -a'."5252msgstr ""52535254#: git-pull.sh:255255msgid "Pull is not possible because you have unmerged files."5256msgstr ""52575258#: git-pull.sh:1975259msgid "updating an unborn branch with changes added to the index"5260msgstr ""52615262#. The fetch involved updating the current branch.5263#. The working tree and the index file is still based on the5264#. $orig_head commit, but we are merging into $curr_head.5265#. First update the working tree to match $curr_head.5266#: git-pull.sh:2285267#, sh-format5268msgid ""5269"Warning: fetch updated the current branch head.\n"5270"Warning: fast-forwarding your working tree from\n"5271"Warning: commit $orig_head."5272msgstr ""52735274#: git-pull.sh:2535275msgid "Cannot merge multiple branches into empty head"5276msgstr ""52775278#: git-pull.sh:2575279msgid "Cannot rebase onto multiple branches"5280msgstr ""52815282#: git-rebase.sh:525283msgid ""5284"When you have resolved this problem, run \"git rebase --continue\".\n"5285"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"5286"To check out the original branch and stop rebasing, run \"git rebase --abort"5287"\"."5288msgstr ""52895290#: git-rebase.sh:1595291msgid "The pre-rebase hook refused to rebase."5292msgstr ""52935294#: git-rebase.sh:1645295msgid "It looks like git-am is in progress. Cannot rebase."5296msgstr ""52975298#: git-rebase.sh:2955299msgid "The --exec option must be used with the --interactive option"5300msgstr ""53015302#: git-rebase.sh:3005303msgid "No rebase in progress?"5304msgstr ""53055306#: git-rebase.sh:3135307msgid "Cannot read HEAD"5308msgstr ""53095310#: git-rebase.sh:3165311msgid ""5312"You must edit all merge conflicts and then\n"5313"mark them as resolved using git add"5314msgstr ""53155316#: git-rebase.sh:3345317#, sh-format5318msgid "Could not move back to $head_name"5319msgstr ""53205321#: git-rebase.sh:3505322#, sh-format5323msgid ""5324"It seems that there is already a $state_dir_base directory, and\n"5325"I wonder if you are in the middle of another rebase. If that is the\n"5326"case, please try\n"5327"\t$cmd_live_rebase\n"5328"If that is not the case, please\n"5329"\t$cmd_clear_stale_rebase\n"5330"and run me again. I am stopping in case you still have something\n"5331"valuable there."5332msgstr ""53335334#: git-rebase.sh:3955335#, sh-format5336msgid "invalid upstream $upstream_name"5337msgstr ""53385339#: git-rebase.sh:4195340#, sh-format5341msgid "$onto_name: there are more than one merge bases"5342msgstr ""53435344#: git-rebase.sh:422 git-rebase.sh:4265345#, sh-format5346msgid "$onto_name: there is no merge base"5347msgstr ""53485349#: git-rebase.sh:4315350#, sh-format5351msgid "Does not point to a valid commit: $onto_name"5352msgstr ""53535354#: git-rebase.sh:4545355#, sh-format5356msgid "fatal: no such branch: $branch_name"5357msgstr ""53585359#: git-rebase.sh:4745360msgid "Please commit or stash them."5361msgstr ""53625363#: git-rebase.sh:4925364#, sh-format5365msgid "Current branch $branch_name is up to date."5366msgstr ""53675368#: git-rebase.sh:4955369#, sh-format5370msgid "Current branch $branch_name is up to date, rebase forced."5371msgstr ""53725373#: git-rebase.sh:5065374#, sh-format5375msgid "Changes from $mb to $onto:"5376msgstr ""53775378#. Detach HEAD and reset the tree5379#: git-rebase.sh:5155380msgid "First, rewinding head to replay your work on top of it..."5381msgstr ""53825383#: git-rebase.sh:5235384#, sh-format5385msgid "Fast-forwarded $branch_name to $onto_name."5386msgstr ""53875388#: git-stash.sh:515389msgid "git stash clear with parameters is unimplemented"5390msgstr ""53915392#: git-stash.sh:745393msgid "You do not have the initial commit yet"5394msgstr ""53955396#: git-stash.sh:895397msgid "Cannot save the current index state"5398msgstr ""53995400#: git-stash.sh:123 git-stash.sh:1365401msgid "Cannot save the current worktree state"5402msgstr ""54035404#: git-stash.sh:1405405msgid "No changes selected"5406msgstr ""54075408#: git-stash.sh:1435409msgid "Cannot remove temporary index (can't happen)"5410msgstr ""54115412#: git-stash.sh:1565413msgid "Cannot record working tree state"5414msgstr ""54155416#. TRANSLATORS: $option is an invalid option, like5417#. `--blah-blah'. The 7 spaces at the beginning of the5418#. second line correspond to "error: ". So you should line5419#. up the second line with however many characters the5420#. translation of "error: " takes in your language. E.g. in5421#. English this is:5422#.5423#. $ git stash save --blah-blah 2>&1 | head -n 25424#. error: unknown option for 'stash save': --blah-blah5425#. To provide a message, use git stash save -- '--blah-blah'5426#: git-stash.sh:2025427#, sh-format5428msgid ""5429"error: unknown option for 'stash save': $option\n"5430" To provide a message, use git stash save -- '$option'"5431msgstr ""54325433#: git-stash.sh:2235434msgid "No local changes to save"5435msgstr ""54365437#: git-stash.sh:2275438msgid "Cannot initialize stash"5439msgstr ""54405441#: git-stash.sh:2355442msgid "Cannot save the current status"5443msgstr ""54445445#: git-stash.sh:2535446msgid "Cannot remove worktree changes"5447msgstr ""54485449#: git-stash.sh:3525450msgid "No stash found."5451msgstr ""54525453#: git-stash.sh:3595454#, sh-format5455msgid "Too many revisions specified: $REV"5456msgstr ""54575458#: git-stash.sh:3655459#, sh-format5460msgid "$reference is not valid reference"5461msgstr ""54625463#: git-stash.sh:3935464#, sh-format5465msgid "'$args' is not a stash-like commit"5466msgstr ""54675468#: git-stash.sh:4045469#, sh-format5470msgid "'$args' is not a stash reference"5471msgstr ""54725473#: git-stash.sh:4125474msgid "unable to refresh index"5475msgstr ""54765477#: git-stash.sh:4165478msgid "Cannot apply a stash in the middle of a merge"5479msgstr ""54805481#: git-stash.sh:4245482msgid "Conflicts in index. Try without --index."5483msgstr ""54845485#: git-stash.sh:4265486msgid "Could not save index tree"5487msgstr ""54885489#: git-stash.sh:4605490msgid "Cannot unstage modified files"5491msgstr ""54925493#: git-stash.sh:4745494msgid "Index was not unstashed."5495msgstr ""54965497#: git-stash.sh:4915498#, sh-format5499msgid "Dropped ${REV} ($s)"5500msgstr ""55015502#: git-stash.sh:4925503#, sh-format5504msgid "${REV}: Could not drop stash entry"5505msgstr ""55065507#: git-stash.sh:4995508msgid "No branch name specified"5509msgstr ""55105511#: git-stash.sh:5705512msgid "(To restore them type \"git stash apply\")"5513msgstr ""55145515#: git-submodule.sh:885516#, sh-format5517msgid "cannot strip one component off url '$remoteurl'"5518msgstr ""55195520#: git-submodule.sh:1675521#, sh-format5522msgid "No submodule mapping found in .gitmodules for path '$sm_path'"5523msgstr ""55245525#: git-submodule.sh:2115526#, sh-format5527msgid "Clone of '$url' into submodule path '$sm_path' failed"5528msgstr ""55295530#: git-submodule.sh:2235531#, sh-format5532msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"5533msgstr ""55345535#: git-submodule.sh:3125536#, sh-format5537msgid "repo URL: '$repo' must be absolute or begin with ./|../"5538msgstr ""55395540#: git-submodule.sh:3295541#, sh-format5542msgid "'$sm_path' already exists in the index"5543msgstr ""55445545#: git-submodule.sh:3335546#, sh-format5547msgid ""5548"The following path is ignored by one of your .gitignore files:\n"5549"$sm_path\n"5550"Use -f if you really want to add it."5551msgstr ""55525553#: git-submodule.sh:3445554#, sh-format5555msgid "Adding existing repo at '$sm_path' to the index"5556msgstr ""55575558#: git-submodule.sh:3465559#, sh-format5560msgid "'$sm_path' already exists and is not a valid git repo"5561msgstr ""55625563#: git-submodule.sh:3605564#, sh-format5565msgid "Unable to checkout submodule '$sm_path'"5566msgstr ""55675568#: git-submodule.sh:3655569#, sh-format5570msgid "Failed to add submodule '$sm_path'"5571msgstr ""55725573#: git-submodule.sh:3705574#, sh-format5575msgid "Failed to register submodule '$sm_path'"5576msgstr ""55775578#: git-submodule.sh:4135579#, sh-format5580msgid "Entering '$prefix$sm_path'"5581msgstr ""55825583#: git-submodule.sh:4275584#, sh-format5585msgid "Stopping at '$sm_path'; script returned non-zero status."5586msgstr ""55875588#: git-submodule.sh:4715589#, sh-format5590msgid "No url found for submodule path '$sm_path' in .gitmodules"5591msgstr ""55925593#: git-submodule.sh:4805594#, sh-format5595msgid "Failed to register url for submodule path '$sm_path'"5596msgstr ""55975598#: git-submodule.sh:4825599#, sh-format5600msgid "Submodule '$name' ($url) registered for path '$sm_path'"5601msgstr ""56025603#: git-submodule.sh:4905604#, sh-format5605msgid "Failed to register update mode for submodule path '$sm_path'"5606msgstr ""56075608#: git-submodule.sh:5905609#, sh-format5610msgid ""5611"Submodule path '$sm_path' not initialized\n"5612"Maybe you want to use 'update --init'?"5613msgstr ""56145615#: git-submodule.sh:6035616#, sh-format5617msgid "Unable to find current revision in submodule path '$sm_path'"5618msgstr ""56195620#: git-submodule.sh:6225621#, sh-format5622msgid "Unable to fetch in submodule path '$sm_path'"5623msgstr ""56245625#: git-submodule.sh:6365626#, sh-format5627msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"5628msgstr ""56295630#: git-submodule.sh:6375631#, sh-format5632msgid "Submodule path '$sm_path': rebased into '$sha1'"5633msgstr ""56345635#: git-submodule.sh:6425636#, sh-format5637msgid "Unable to merge '$sha1' in submodule path '$sm_path'"5638msgstr ""56395640#: git-submodule.sh:6435641#, sh-format5642msgid "Submodule path '$sm_path': merged in '$sha1'"5643msgstr ""56445645#: git-submodule.sh:6485646#, sh-format5647msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"5648msgstr ""56495650#: git-submodule.sh:6495651#, sh-format5652msgid "Submodule path '$sm_path': checked out '$sha1'"5653msgstr ""56545655#: git-submodule.sh:671 git-submodule.sh:9955656#, sh-format5657msgid "Failed to recurse into submodule path '$sm_path'"5658msgstr ""56595660#: git-submodule.sh:7795661msgid "The --cached option cannot be used with the --files option"5662msgstr ""56635664#. unexpected type5665#: git-submodule.sh:8195666#, sh-format5667msgid "unexpected mode $mod_dst"5668msgstr ""56695670#: git-submodule.sh:8375671#, sh-format5672msgid " Warn: $name doesn't contain commit $sha1_src"5673msgstr ""56745675#: git-submodule.sh:8405676#, sh-format5677msgid " Warn: $name doesn't contain commit $sha1_dst"5678msgstr ""56795680#: git-submodule.sh:8435681#, sh-format5682msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"5683msgstr ""56845685#: git-submodule.sh:8685686msgid "blob"5687msgstr ""56885689#: git-submodule.sh:9065690msgid "# Submodules changed but not updated:"5691msgstr ""56925693#: git-submodule.sh:9085694msgid "# Submodule changes to be committed:"5695msgstr ""56965697#: git-submodule.sh:10545698#, sh-format5699msgid "Synchronizing submodule url for '$name'"5700msgstr ""