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-04-28 20:17+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#: commit.c:48 39#, c-format 40msgid "could not parse %s" 41msgstr "" 42 43#: commit.c:50 44#, c-format 45msgid "%s %s is not a commit!" 46msgstr "" 47 48#: compat/obstack.c:406 compat/obstack.c:408 49msgid "memory exhausted" 50msgstr "" 51 52#: connected.c:39 53msgid "Could not run 'git rev-list'" 54msgstr "" 55 56#: connected.c:48 57#, c-format 58msgid "failed write to rev-list: %s" 59msgstr "" 60 61#: connected.c:56 62#, c-format 63msgid "failed to close rev-list's stdin: %s" 64msgstr "" 65 66#: diff.c:105 67#, c-format 68msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 69msgstr "" 70 71#: diff.c:110 72#, c-format 73msgid " Unknown dirstat parameter '%.*s'\n" 74msgstr "" 75 76#: diff.c:210 77#, c-format 78msgid "" 79"Found errors in 'diff.dirstat' config variable:\n" 80"%s" 81msgstr "" 82 83#: diff.c:1400 84msgid " 0 files changed\n" 85msgstr "" 86 87#: diff.c:1404 88#, c-format 89msgid " %d file changed" 90msgid_plural " %d files changed" 91msgstr[0] "" 92msgstr[1] "" 93 94#: diff.c:1421 95#, c-format 96msgid ", %d insertion(+)" 97msgid_plural ", %d insertions(+)" 98msgstr[0] "" 99msgstr[1] "" 100 101#: diff.c:1432 102#, c-format 103msgid ", %d deletion(-)" 104msgid_plural ", %d deletions(-)" 105msgstr[0] "" 106msgstr[1] "" 107 108#: diff.c:3435 109#, c-format 110msgid "" 111"Failed to parse --dirstat/-X option parameter:\n" 112"%s" 113msgstr "" 114 115#: gpg-interface.c:59 116msgid "could not run gpg." 117msgstr "" 118 119#: gpg-interface.c:71 120msgid "gpg did not accept the data" 121msgstr "" 122 123#: gpg-interface.c:82 124msgid "gpg failed to sign the data" 125msgstr "" 126 127#: grep.c:1280 128#, c-format 129msgid "'%s': unable to read %s" 130msgstr "" 131 132#: grep.c:1297 133#, c-format 134msgid "'%s': %s" 135msgstr "" 136 137#: grep.c:1308 138#, c-format 139msgid "'%s': short read %s" 140msgstr "" 141 142#: help.c:287 143#, c-format 144msgid "" 145"'%s' appears to be a git command, but we were not\n" 146"able to execute it. Maybe git-%s is broken?" 147msgstr "" 148 149#: remote.c:1607 150#, c-format 151msgid "Your branch is ahead of '%s' by %d commit.\n" 152msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 153msgstr[0] "" 154msgstr[1] "" 155 156#: remote.c:1613 157#, c-format 158msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 159msgid_plural "" 160"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 161msgstr[0] "" 162msgstr[1] "" 163 164#: remote.c:1621 165#, c-format 166msgid "" 167"Your branch and '%s' have diverged,\n" 168"and have %d and %d different commit each, respectively.\n" 169msgid_plural "" 170"Your branch and '%s' have diverged,\n" 171"and have %d and %d different commits each, respectively.\n" 172msgstr[0] "" 173msgstr[1] "" 174 175#: sequencer.c:120 builtin/merge.c:865 builtin/merge.c:978 176#: builtin/merge.c:1088 builtin/merge.c:1098 177#, c-format 178msgid "Could not open '%s' for writing" 179msgstr "" 180 181#: sequencer.c:122 builtin/merge.c:333 builtin/merge.c:868 182#: builtin/merge.c:1090 builtin/merge.c:1103 183#, c-format 184msgid "Could not write to '%s'" 185msgstr "" 186 187#: sequencer.c:143 188msgid "" 189"after resolving the conflicts, mark the corrected paths\n" 190"with 'git add <paths>' or 'git rm <paths>'" 191msgstr "" 192 193#: sequencer.c:146 194msgid "" 195"after resolving the conflicts, mark the corrected paths\n" 196"with 'git add <paths>' or 'git rm <paths>'\n" 197"and commit the result with 'git commit'" 198msgstr "" 199 200#: sequencer.c:159 sequencer.c:685 sequencer.c:768 201#, c-format 202msgid "Could not write to %s" 203msgstr "" 204 205#: sequencer.c:162 206#, c-format 207msgid "Error wrapping up %s" 208msgstr "" 209 210#: sequencer.c:177 211msgid "Your local changes would be overwritten by cherry-pick." 212msgstr "" 213 214#: sequencer.c:179 215msgid "Your local changes would be overwritten by revert." 216msgstr "" 217 218#: sequencer.c:182 219msgid "Commit your changes or stash them to proceed." 220msgstr "" 221 222#. TRANSLATORS: %s will be "revert" or "cherry-pick" 223#: sequencer.c:232 224#, c-format 225msgid "%s: Unable to write new index file" 226msgstr "" 227 228#: sequencer.c:298 229msgid "Your index file is unmerged." 230msgstr "" 231 232#: sequencer.c:301 233msgid "You do not have a valid HEAD" 234msgstr "" 235 236#: sequencer.c:316 237#, c-format 238msgid "Commit %s is a merge but no -m option was given." 239msgstr "" 240 241#: sequencer.c:324 242#, c-format 243msgid "Commit %s does not have parent %d" 244msgstr "" 245 246#: sequencer.c:328 247#, c-format 248msgid "Mainline was specified but commit %s is not a merge." 249msgstr "" 250 251#. TRANSLATORS: The first %s will be "revert" or 252#. "cherry-pick", the second %s a SHA1 253#: sequencer.c:339 254#, c-format 255msgid "%s: cannot parse parent commit %s" 256msgstr "" 257 258#: sequencer.c:343 259#, c-format 260msgid "Cannot get commit message for %s" 261msgstr "" 262 263#: sequencer.c:427 264#, c-format 265msgid "could not revert %s... %s" 266msgstr "" 267 268#: sequencer.c:428 269#, c-format 270msgid "could not apply %s... %s" 271msgstr "" 272 273#: sequencer.c:450 sequencer.c:909 builtin/log.c:289 builtin/log.c:719 274#: builtin/log.c:1335 builtin/log.c:1554 builtin/merge.c:347 275#: builtin/shortlog.c:181 276msgid "revision walk setup failed" 277msgstr "" 278 279#: sequencer.c:453 280msgid "empty commit set passed" 281msgstr "" 282 283#: sequencer.c:461 284#, c-format 285msgid "git %s: failed to read the index" 286msgstr "" 287 288#: sequencer.c:466 289#, c-format 290msgid "git %s: failed to refresh the index" 291msgstr "" 292 293#: sequencer.c:551 294#, c-format 295msgid "Cannot %s during a %s" 296msgstr "" 297 298#: sequencer.c:573 299#, c-format 300msgid "Could not parse line %d." 301msgstr "" 302 303#: sequencer.c:578 304msgid "No commits parsed." 305msgstr "" 306 307#: sequencer.c:591 308#, c-format 309msgid "Could not open %s" 310msgstr "" 311 312#: sequencer.c:595 313#, c-format 314msgid "Could not read %s." 315msgstr "" 316 317#: sequencer.c:602 318#, c-format 319msgid "Unusable instruction sheet: %s" 320msgstr "" 321 322#: sequencer.c:630 323#, c-format 324msgid "Invalid key: %s" 325msgstr "" 326 327#: sequencer.c:633 328#, c-format 329msgid "Invalid value for %s: %s" 330msgstr "" 331 332#: sequencer.c:645 333#, c-format 334msgid "Malformed options sheet: %s" 335msgstr "" 336 337#: sequencer.c:666 338msgid "a cherry-pick or revert is already in progress" 339msgstr "" 340 341#: sequencer.c:667 342msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 343msgstr "" 344 345#: sequencer.c:671 346#, c-format 347msgid "Could not create sequencer directory %s" 348msgstr "" 349 350#: sequencer.c:687 sequencer.c:772 351#, c-format 352msgid "Error wrapping up %s." 353msgstr "" 354 355#: sequencer.c:706 sequencer.c:840 356msgid "no cherry-pick or revert in progress" 357msgstr "" 358 359#: sequencer.c:708 360msgid "cannot resolve HEAD" 361msgstr "" 362 363#: sequencer.c:710 364msgid "cannot abort from a branch yet to be born" 365msgstr "" 366 367#: sequencer.c:732 368#, c-format 369msgid "cannot open %s: %s" 370msgstr "" 371 372#: sequencer.c:735 373#, c-format 374msgid "cannot read %s: %s" 375msgstr "" 376 377#: sequencer.c:736 378msgid "unexpected end of file" 379msgstr "" 380 381#: sequencer.c:742 382#, c-format 383msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 384msgstr "" 385 386#: sequencer.c:765 387#, c-format 388msgid "Could not format %s." 389msgstr "" 390 391#: sequencer.c:927 392msgid "Can't revert as initial commit" 393msgstr "" 394 395#: sequencer.c:928 396msgid "Can't cherry-pick into empty head" 397msgstr "" 398 399#: sha1_name.c:864 400msgid "HEAD does not point to a branch" 401msgstr "" 402 403#: sha1_name.c:867 404#, c-format 405msgid "No such branch: '%s'" 406msgstr "" 407 408#: sha1_name.c:869 409#, c-format 410msgid "No upstream configured for branch '%s'" 411msgstr "" 412 413#: sha1_name.c:872 414#, c-format 415msgid "Upstream branch '%s' not stored as a remote-tracking branch" 416msgstr "" 417 418#: wt-status.c:134 419msgid "Unmerged paths:" 420msgstr "" 421 422#: wt-status.c:140 wt-status.c:157 423#, c-format 424msgid " (use \"git reset %s <file>...\" to unstage)" 425msgstr "" 426 427#: wt-status.c:142 wt-status.c:159 428msgid " (use \"git rm --cached <file>...\" to unstage)" 429msgstr "" 430 431#: wt-status.c:143 432msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 433msgstr "" 434 435#: wt-status.c:151 436msgid "Changes to be committed:" 437msgstr "" 438 439#: wt-status.c:169 440msgid "Changes not staged for commit:" 441msgstr "" 442 443#: wt-status.c:173 444msgid " (use \"git add <file>...\" to update what will be committed)" 445msgstr "" 446 447#: wt-status.c:175 448msgid " (use \"git add/rm <file>...\" to update what will be committed)" 449msgstr "" 450 451#: wt-status.c:176 452msgid "" 453" (use \"git checkout -- <file>...\" to discard changes in working directory)" 454msgstr "" 455 456#: wt-status.c:178 457msgid " (commit or discard the untracked or modified content in submodules)" 458msgstr "" 459 460#: wt-status.c:187 461#, c-format 462msgid "%s files:" 463msgstr "" 464 465#: wt-status.c:190 466#, c-format 467msgid " (use \"git %s <file>...\" to include in what will be committed)" 468msgstr "" 469 470#: wt-status.c:207 471msgid "bug" 472msgstr "" 473 474#: wt-status.c:212 475msgid "both deleted:" 476msgstr "" 477 478#: wt-status.c:213 479msgid "added by us:" 480msgstr "" 481 482#: wt-status.c:214 483msgid "deleted by them:" 484msgstr "" 485 486#: wt-status.c:215 487msgid "added by them:" 488msgstr "" 489 490#: wt-status.c:216 491msgid "deleted by us:" 492msgstr "" 493 494#: wt-status.c:217 495msgid "both added:" 496msgstr "" 497 498#: wt-status.c:218 499msgid "both modified:" 500msgstr "" 501 502#: wt-status.c:248 503msgid "new commits, " 504msgstr "" 505 506#: wt-status.c:250 507msgid "modified content, " 508msgstr "" 509 510#: wt-status.c:252 511msgid "untracked content, " 512msgstr "" 513 514#: wt-status.c:266 515#, c-format 516msgid "new file: %s" 517msgstr "" 518 519#: wt-status.c:269 520#, c-format 521msgid "copied: %s -> %s" 522msgstr "" 523 524#: wt-status.c:272 525#, c-format 526msgid "deleted: %s" 527msgstr "" 528 529#: wt-status.c:275 530#, c-format 531msgid "modified: %s" 532msgstr "" 533 534#: wt-status.c:278 535#, c-format 536msgid "renamed: %s -> %s" 537msgstr "" 538 539#: wt-status.c:281 540#, c-format 541msgid "typechange: %s" 542msgstr "" 543 544#: wt-status.c:284 545#, c-format 546msgid "unknown: %s" 547msgstr "" 548 549#: wt-status.c:287 550#, c-format 551msgid "unmerged: %s" 552msgstr "" 553 554#: wt-status.c:290 555#, c-format 556msgid "bug: unhandled diff status %c" 557msgstr "" 558 559#: wt-status.c:713 560msgid "On branch " 561msgstr "" 562 563#: wt-status.c:720 564msgid "Not currently on any branch." 565msgstr "" 566 567#: wt-status.c:731 568msgid "Initial commit" 569msgstr "" 570 571#: wt-status.c:745 572msgid "Untracked" 573msgstr "" 574 575#: wt-status.c:747 576msgid "Ignored" 577msgstr "" 578 579#: wt-status.c:749 580#, c-format 581msgid "Untracked files not listed%s" 582msgstr "" 583 584#: wt-status.c:751 585msgid " (use -u option to show untracked files)" 586msgstr "" 587 588#: wt-status.c:757 589msgid "No changes" 590msgstr "" 591 592#: wt-status.c:761 593#, c-format 594msgid "no changes added to commit%s\n" 595msgstr "" 596 597#: wt-status.c:763 598msgid " (use \"git add\" and/or \"git commit -a\")" 599msgstr "" 600 601#: wt-status.c:765 602#, c-format 603msgid "nothing added to commit but untracked files present%s\n" 604msgstr "" 605 606#: wt-status.c:767 607msgid " (use \"git add\" to track)" 608msgstr "" 609 610#: wt-status.c:769 wt-status.c:772 wt-status.c:775 611#, c-format 612msgid "nothing to commit%s\n" 613msgstr "" 614 615#: wt-status.c:770 616msgid " (create/copy files and use \"git add\" to track)" 617msgstr "" 618 619#: wt-status.c:773 620msgid " (use -u to show untracked files)" 621msgstr "" 622 623#: wt-status.c:776 624msgid " (working directory clean)" 625msgstr "" 626 627#: wt-status.c:884 628msgid "HEAD (no branch)" 629msgstr "" 630 631#: wt-status.c:890 632msgid "Initial commit on " 633msgstr "" 634 635#: wt-status.c:905 636msgid "behind " 637msgstr "" 638 639#: wt-status.c:908 wt-status.c:911 640msgid "ahead " 641msgstr "" 642 643#: wt-status.c:913 644msgid ", behind " 645msgstr "" 646 647#: builtin/add.c:62 648#, c-format 649msgid "unexpected diff status %c" 650msgstr "" 651 652#: builtin/add.c:67 builtin/commit.c:298 653msgid "updating files failed" 654msgstr "" 655 656#: builtin/add.c:77 657#, c-format 658msgid "remove '%s'\n" 659msgstr "" 660 661#: builtin/add.c:176 662#, c-format 663msgid "Path '%s' is in submodule '%.*s'" 664msgstr "" 665 666#: builtin/add.c:192 667msgid "Unstaged changes after refreshing the index:" 668msgstr "" 669 670#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 671#, c-format 672msgid "pathspec '%s' did not match any files" 673msgstr "" 674 675#: builtin/add.c:209 676#, c-format 677msgid "'%s' is beyond a symbolic link" 678msgstr "" 679 680#: builtin/add.c:276 681msgid "Could not read the index" 682msgstr "" 683 684#: builtin/add.c:286 685#, c-format 686msgid "Could not open '%s' for writing." 687msgstr "" 688 689#: builtin/add.c:290 690msgid "Could not write patch" 691msgstr "" 692 693#: builtin/add.c:295 694#, c-format 695msgid "Could not stat '%s'" 696msgstr "" 697 698#: builtin/add.c:297 699msgid "Empty patch. Aborted." 700msgstr "" 701 702#: builtin/add.c:303 703#, c-format 704msgid "Could not apply '%s'" 705msgstr "" 706 707#: builtin/add.c:312 708msgid "The following paths are ignored by one of your .gitignore files:\n" 709msgstr "" 710 711#: builtin/add.c:352 712#, c-format 713msgid "Use -f if you really want to add them.\n" 714msgstr "" 715 716#: builtin/add.c:353 717msgid "no files added" 718msgstr "" 719 720#: builtin/add.c:359 721msgid "adding files failed" 722msgstr "" 723 724#: builtin/add.c:391 725msgid "-A and -u are mutually incompatible" 726msgstr "" 727 728#: builtin/add.c:393 729msgid "Option --ignore-missing can only be used together with --dry-run" 730msgstr "" 731 732#: builtin/add.c:413 733#, c-format 734msgid "Nothing specified, nothing added.\n" 735msgstr "" 736 737#: builtin/add.c:414 738#, c-format 739msgid "Maybe you wanted to say 'git add .'?\n" 740msgstr "" 741 742#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82 743#: builtin/rm.c:162 744msgid "index file corrupt" 745msgstr "" 746 747#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260 748msgid "Unable to write new index file" 749msgstr "" 750 751#: builtin/archive.c:17 752#, c-format 753msgid "could not create archive file '%s'" 754msgstr "" 755 756#: builtin/archive.c:20 757msgid "could not redirect output" 758msgstr "" 759 760#: builtin/archive.c:37 761msgid "git archive: Remote with no URL" 762msgstr "" 763 764#: builtin/archive.c:58 765msgid "git archive: expected ACK/NAK, got EOF" 766msgstr "" 767 768#: builtin/archive.c:63 769#, c-format 770msgid "git archive: NACK %s" 771msgstr "" 772 773#: builtin/archive.c:65 774#, c-format 775msgid "remote error: %s" 776msgstr "" 777 778#: builtin/archive.c:66 779msgid "git archive: protocol error" 780msgstr "" 781 782#: builtin/archive.c:71 783msgid "git archive: expected a flush" 784msgstr "" 785 786#: builtin/branch.c:137 787#, c-format 788msgid "" 789"deleting branch '%s' that has been merged to\n" 790" '%s', but not yet merged to HEAD." 791msgstr "" 792 793#: builtin/branch.c:141 794#, c-format 795msgid "" 796"not deleting branch '%s' that is not yet merged to\n" 797" '%s', even though it is merged to HEAD." 798msgstr "" 799 800#. TRANSLATORS: This is "remote " in "remote branch '%s' not found" 801#: builtin/branch.c:164 802msgid "remote " 803msgstr "" 804 805#: builtin/branch.c:172 806msgid "cannot use -a with -d" 807msgstr "" 808 809#: builtin/branch.c:178 810msgid "Couldn't look up commit object for HEAD" 811msgstr "" 812 813#: builtin/branch.c:183 814#, c-format 815msgid "Cannot delete the branch '%s' which you are currently on." 816msgstr "" 817 818#: builtin/branch.c:193 819#, c-format 820msgid "%sbranch '%s' not found." 821msgstr "" 822 823#: builtin/branch.c:201 824#, c-format 825msgid "Couldn't look up commit object for '%s'" 826msgstr "" 827 828#: builtin/branch.c:207 829#, c-format 830msgid "" 831"The branch '%s' is not fully merged.\n" 832"If you are sure you want to delete it, run 'git branch -D %s'." 833msgstr "" 834 835#: builtin/branch.c:215 836#, c-format 837msgid "Error deleting %sbranch '%s'" 838msgstr "" 839 840#: builtin/branch.c:221 841#, c-format 842msgid "Deleted %sbranch %s (was %s).\n" 843msgstr "" 844 845#: builtin/branch.c:226 846msgid "Update of config-file failed" 847msgstr "" 848 849#: builtin/branch.c:324 850#, c-format 851msgid "branch '%s' does not point at a commit" 852msgstr "" 853 854#: builtin/branch.c:396 855#, c-format 856msgid "behind %d] " 857msgstr "" 858 859#: builtin/branch.c:398 860#, c-format 861msgid "ahead %d] " 862msgstr "" 863 864#: builtin/branch.c:400 865#, c-format 866msgid "ahead %d, behind %d] " 867msgstr "" 868 869#: builtin/branch.c:503 870msgid "(no branch)" 871msgstr "" 872 873#: builtin/branch.c:568 874msgid "some refs could not be read" 875msgstr "" 876 877#: builtin/branch.c:581 878msgid "cannot rename the current branch while not on any." 879msgstr "" 880 881#: builtin/branch.c:591 882#, c-format 883msgid "Invalid branch name: '%s'" 884msgstr "" 885 886#: builtin/branch.c:606 887msgid "Branch rename failed" 888msgstr "" 889 890#: builtin/branch.c:610 891#, c-format 892msgid "Renamed a misnamed branch '%s' away" 893msgstr "" 894 895#: builtin/branch.c:614 896#, c-format 897msgid "Branch renamed to %s, but HEAD is not updated!" 898msgstr "" 899 900#: builtin/branch.c:621 901msgid "Branch is renamed, but update of config-file failed" 902msgstr "" 903 904#: builtin/branch.c:636 905#, c-format 906msgid "malformed object name %s" 907msgstr "" 908 909#: builtin/branch.c:660 910#, c-format 911msgid "could not write branch description template: %s\n" 912msgstr "" 913 914#: builtin/branch.c:750 915msgid "Failed to resolve HEAD as a valid ref." 916msgstr "" 917 918#: builtin/branch.c:755 builtin/clone.c:558 919msgid "HEAD not found below refs/heads!" 920msgstr "" 921 922#: builtin/branch.c:813 923msgid "-a and -r options to 'git branch' do not make sense with a branch name" 924msgstr "" 925 926#: builtin/bundle.c:47 927#, c-format 928msgid "%s is okay\n" 929msgstr "" 930 931#: builtin/bundle.c:56 932msgid "Need a repository to create a bundle." 933msgstr "" 934 935#: builtin/bundle.c:60 936msgid "Need a repository to unbundle." 937msgstr "" 938 939#: builtin/checkout.c:113 builtin/checkout.c:146 940#, c-format 941msgid "path '%s' does not have our version" 942msgstr "" 943 944#: builtin/checkout.c:115 builtin/checkout.c:148 945#, c-format 946msgid "path '%s' does not have their version" 947msgstr "" 948 949#: builtin/checkout.c:131 950#, c-format 951msgid "path '%s' does not have all necessary versions" 952msgstr "" 953 954#: builtin/checkout.c:175 955#, c-format 956msgid "path '%s' does not have necessary versions" 957msgstr "" 958 959#: builtin/checkout.c:192 960#, c-format 961msgid "path '%s': cannot merge" 962msgstr "" 963 964#: builtin/checkout.c:209 965#, c-format 966msgid "Unable to add merge result for '%s'" 967msgstr "" 968 969#: builtin/checkout.c:212 builtin/reset.c:158 970#, c-format 971msgid "make_cache_entry failed for path '%s'" 972msgstr "" 973 974#: builtin/checkout.c:234 builtin/checkout.c:392 975msgid "corrupt index file" 976msgstr "" 977 978#: builtin/checkout.c:264 builtin/checkout.c:271 979#, c-format 980msgid "path '%s' is unmerged" 981msgstr "" 982 983#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583 984#: builtin/merge.c:812 985msgid "unable to write new index file" 986msgstr "" 987 988#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408 989msgid "diff_setup_done failed" 990msgstr "" 991 992#: builtin/checkout.c:414 993msgid "you need to resolve your current index first" 994msgstr "" 995 996#: builtin/checkout.c:533 997#, c-format 998msgid "Can not do reflog for '%s'\n" 999msgstr ""10001001#: builtin/checkout.c:5661002msgid "HEAD is now at"1003msgstr ""10041005#: builtin/checkout.c:5731006#, c-format1007msgid "Reset branch '%s'\n"1008msgstr ""10091010#: builtin/checkout.c:5761011#, c-format1012msgid "Already on '%s'\n"1013msgstr ""10141015#: builtin/checkout.c:5801016#, c-format1017msgid "Switched to and reset branch '%s'\n"1018msgstr ""10191020#: builtin/checkout.c:5821021#, c-format1022msgid "Switched to a new branch '%s'\n"1023msgstr ""10241025#: builtin/checkout.c:5841026#, c-format1027msgid "Switched to branch '%s'\n"1028msgstr ""10291030#: builtin/checkout.c:6401031#, c-format1032msgid " ... and %d more.\n"1033msgstr ""10341035#. The singular version1036#: builtin/checkout.c:6461037#, c-format1038msgid ""1039"Warning: you are leaving %d commit behind, not connected to\n"1040"any of your branches:\n"1041"\n"1042"%s\n"1043msgid_plural ""1044"Warning: you are leaving %d commits behind, not connected to\n"1045"any of your branches:\n"1046"\n"1047"%s\n"1048msgstr[0] ""1049msgstr[1] ""10501051#: builtin/checkout.c:6641052#, c-format1053msgid ""1054"If you want to keep them by creating a new branch, this may be a good time\n"1055"to do so with:\n"1056"\n"1057" git branch new_branch_name %s\n"1058"\n"1059msgstr ""10601061#: builtin/checkout.c:6931062msgid "internal error in revision walk"1063msgstr ""10641065#: builtin/checkout.c:6971066msgid "Previous HEAD position was"1067msgstr ""10681069#: builtin/checkout.c:7231070msgid "You are on a branch yet to be born"1071msgstr ""10721073#. case (1)1074#: builtin/checkout.c:8541075#, c-format1076msgid "invalid reference: %s"1077msgstr ""10781079#. case (1): want a tree1080#: builtin/checkout.c:8931081#, c-format1082msgid "reference is not a tree: %s"1083msgstr ""10841085#: builtin/checkout.c:9731086msgid "-B cannot be used with -b"1087msgstr ""10881089#: builtin/checkout.c:9821090msgid "--patch is incompatible with all other options"1091msgstr ""10921093#: builtin/checkout.c:9851094msgid "--detach cannot be used with -b/-B/--orphan"1095msgstr ""10961097#: builtin/checkout.c:9871098msgid "--detach cannot be used with -t"1099msgstr ""11001101#: builtin/checkout.c:9931102msgid "--track needs a branch name"1103msgstr ""11041105#: builtin/checkout.c:10001106msgid "Missing branch name; try -b"1107msgstr ""11081109#: builtin/checkout.c:10061110msgid "--orphan and -b|-B are mutually exclusive"1111msgstr ""11121113#: builtin/checkout.c:10081114msgid "--orphan cannot be used with -t"1115msgstr ""11161117#: builtin/checkout.c:10181118msgid "git checkout: -f and -m are incompatible"1119msgstr ""11201121#: builtin/checkout.c:10521122msgid "invalid path specification"1123msgstr ""11241125#: builtin/checkout.c:10601126#, c-format1127msgid ""1128"git checkout: updating paths is incompatible with switching branches.\n"1129"Did you intend to checkout '%s' which can not be resolved as commit?"1130msgstr ""11311132#: builtin/checkout.c:10621133msgid "git checkout: updating paths is incompatible with switching branches."1134msgstr ""11351136#: builtin/checkout.c:10671137msgid "git checkout: --detach does not take a path argument"1138msgstr ""11391140#: builtin/checkout.c:10701141msgid ""1142"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1143"checking out of the index."1144msgstr ""11451146#: builtin/checkout.c:10891147msgid "Cannot switch branch to a non-commit."1148msgstr ""11491150#: builtin/checkout.c:10921151msgid "--ours/--theirs is incompatible with switching branches."1152msgstr ""11531154#: builtin/clean.c:781155msgid "-x and -X cannot be used together"1156msgstr ""11571158#: builtin/clean.c:821159msgid ""1160"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1161msgstr ""11621163#: builtin/clean.c:851164msgid ""1165"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1166"clean"1167msgstr ""11681169#: builtin/clean.c:155 builtin/clean.c:1761170#, c-format1171msgid "Would remove %s\n"1172msgstr ""11731174#: builtin/clean.c:159 builtin/clean.c:1791175#, c-format1176msgid "Removing %s\n"1177msgstr ""11781179#: builtin/clean.c:162 builtin/clean.c:1821180#, c-format1181msgid "failed to remove %s"1182msgstr ""11831184#: builtin/clean.c:1661185#, c-format1186msgid "Would not remove %s\n"1187msgstr ""11881189#: builtin/clean.c:1681190#, c-format1191msgid "Not removing %s\n"1192msgstr ""11931194#: builtin/clone.c:2431195#, c-format1196msgid "reference repository '%s' is not a local directory."1197msgstr ""11981199#: builtin/clone.c:3021200#, c-format1201msgid "failed to open '%s'"1202msgstr ""12031204#: builtin/clone.c:3061205#, c-format1206msgid "failed to create directory '%s'"1207msgstr ""12081209#: builtin/clone.c:308 builtin/diff.c:751210#, c-format1211msgid "failed to stat '%s'"1212msgstr ""12131214#: builtin/clone.c:3101215#, c-format1216msgid "%s exists and is not a directory"1217msgstr ""12181219#: builtin/clone.c:3241220#, c-format1221msgid "failed to stat %s\n"1222msgstr ""12231224#: builtin/clone.c:3411225#, c-format1226msgid "failed to unlink '%s'"1227msgstr ""12281229#: builtin/clone.c:3461230#, c-format1231msgid "failed to create link '%s'"1232msgstr ""12331234#: builtin/clone.c:3501235#, c-format1236msgid "failed to copy file to '%s'"1237msgstr ""12381239#: builtin/clone.c:3731240#, c-format1241msgid "done.\n"1242msgstr ""12431244#: builtin/clone.c:4401245#, c-format1246msgid "Could not find remote branch %s to clone."1247msgstr ""12481249#: builtin/clone.c:5491250msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1251msgstr ""12521253#: builtin/clone.c:6391254msgid "Too many arguments."1255msgstr ""12561257#: builtin/clone.c:6431258msgid "You must specify a repository to clone."1259msgstr ""12601261#: builtin/clone.c:6541262#, c-format1263msgid "--bare and --origin %s options are incompatible."1264msgstr ""12651266#: builtin/clone.c:6681267#, c-format1268msgid "repository '%s' does not exist"1269msgstr ""12701271#: builtin/clone.c:6731272msgid "--depth is ignored in local clones; use file:// instead."1273msgstr ""12741275#: builtin/clone.c:6831276#, c-format1277msgid "destination path '%s' already exists and is not an empty directory."1278msgstr ""12791280#: builtin/clone.c:6931281#, c-format1282msgid "working tree '%s' already exists."1283msgstr ""12841285#: builtin/clone.c:706 builtin/clone.c:7201286#, c-format1287msgid "could not create leading directories of '%s'"1288msgstr ""12891290#: builtin/clone.c:7091291#, c-format1292msgid "could not create work tree dir '%s'."1293msgstr ""12941295#: builtin/clone.c:7281296#, c-format1297msgid "Cloning into bare repository '%s'...\n"1298msgstr ""12991300#: builtin/clone.c:7301301#, c-format1302msgid "Cloning into '%s'...\n"1303msgstr ""13041305#: builtin/clone.c:7861306#, c-format1307msgid "Don't know how to clone %s"1308msgstr ""13091310#: builtin/clone.c:8351311#, c-format1312msgid "Remote branch %s not found in upstream %s"1313msgstr ""13141315#: builtin/clone.c:8421316msgid "You appear to have cloned an empty repository."1317msgstr ""13181319#: builtin/commit.c:421320msgid ""1321"Your name and email address were configured automatically based\n"1322"on your username and hostname. Please check that they are accurate.\n"1323"You can suppress this message by setting them explicitly:\n"1324"\n"1325" git config --global user.name \"Your Name\"\n"1326" git config --global user.email you@example.com\n"1327"\n"1328"After doing this, you may fix the identity used for this commit with:\n"1329"\n"1330" git commit --amend --reset-author\n"1331msgstr ""13321333#: builtin/commit.c:541334msgid ""1335"You asked to amend the most recent commit, but doing so would make\n"1336"it empty. You can repeat your command with --allow-empty, or you can\n"1337"remove the commit entirely with \"git reset HEAD^\".\n"1338msgstr ""13391340#: builtin/commit.c:591341msgid ""1342"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1343"If you wish to commit it anyway, use:\n"1344"\n"1345" git commit --allow-empty\n"1346"\n"1347"Otherwise, please use 'git reset'\n"1348msgstr ""13491350#: builtin/commit.c:205 builtin/reset.c:331351msgid "merge"1352msgstr ""13531354#: builtin/commit.c:2081355msgid "cherry-pick"1356msgstr ""13571358#: builtin/commit.c:3251359msgid "failed to unpack HEAD tree object"1360msgstr ""13611362#: builtin/commit.c:3671363msgid "unable to create temporary index"1364msgstr ""13651366#: builtin/commit.c:3731367msgid "interactive add failed"1368msgstr ""13691370#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:4731371msgid "unable to write new_index file"1372msgstr ""13731374#: builtin/commit.c:4571375#, c-format1376msgid "cannot do a partial commit during a %s."1377msgstr ""13781379#: builtin/commit.c:4661380msgid "cannot read the index"1381msgstr ""13821383#: builtin/commit.c:4861384msgid "unable to write temporary index file"1385msgstr ""13861387#: builtin/commit.c:561 builtin/commit.c:5671388#, c-format1389msgid "invalid commit: %s"1390msgstr ""13911392#: builtin/commit.c:5901393msgid "malformed --author parameter"1394msgstr ""13951396#: builtin/commit.c:6511397#, c-format1398msgid "Malformed ident string: '%s'"1399msgstr ""14001401#: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:10331402#, c-format1403msgid "could not lookup commit %s"1404msgstr ""14051406#: builtin/commit.c:701 builtin/shortlog.c:2961407#, c-format1408msgid "(reading log message from standard input)\n"1409msgstr ""14101411#: builtin/commit.c:7031412msgid "could not read log from standard input"1413msgstr ""14141415#: builtin/commit.c:7071416#, c-format1417msgid "could not read log file '%s'"1418msgstr ""14191420#: builtin/commit.c:7131421msgid "commit has empty message"1422msgstr ""14231424#: builtin/commit.c:7291425msgid "could not read MERGE_MSG"1426msgstr ""14271428#: builtin/commit.c:7331429msgid "could not read SQUASH_MSG"1430msgstr ""14311432#: builtin/commit.c:7371433#, c-format1434msgid "could not read '%s'"1435msgstr ""14361437#: builtin/commit.c:7651438#, c-format1439msgid "could not open '%s'"1440msgstr ""14411442#: builtin/commit.c:7891443msgid "could not write commit template"1444msgstr ""14451446#: builtin/commit.c:7991447#, c-format1448msgid ""1449"\n"1450"It looks like you may be committing a %s.\n"1451"If this is not correct, please remove the file\n"1452"\t%s\n"1453"and try again.\n"1454msgstr ""14551456#: builtin/commit.c:8121457msgid "Please enter the commit message for your changes."1458msgstr ""14591460#: builtin/commit.c:8151461msgid ""1462" Lines starting\n"1463"with '#' will be ignored, and an empty message aborts the commit.\n"1464msgstr ""14651466#: builtin/commit.c:8201467msgid ""1468" Lines starting\n"1469"with '#' will be kept; you may remove them yourself if you want to.\n"1470"An empty message aborts the commit.\n"1471msgstr ""14721473#: builtin/commit.c:8321474#, c-format1475msgid "%sAuthor: %s"1476msgstr ""14771478#: builtin/commit.c:8391479#, c-format1480msgid "%sCommitter: %s"1481msgstr ""14821483#: builtin/commit.c:8591484msgid "Cannot read index"1485msgstr ""14861487#: builtin/commit.c:8961488msgid "Error building trees"1489msgstr ""14901491#: builtin/commit.c:911 builtin/tag.c:3571492#, c-format1493msgid "Please supply the message using either -m or -F option.\n"1494msgstr ""14951496#: builtin/commit.c:10081497#, c-format1498msgid "No existing author found with '%s'"1499msgstr ""15001501#: builtin/commit.c:1023 builtin/commit.c:12171502#, c-format1503msgid "Invalid untracked files mode '%s'"1504msgstr ""15051506#: builtin/commit.c:10631507msgid "Using both --reset-author and --author does not make sense"1508msgstr ""15091510#: builtin/commit.c:10741511msgid "You have nothing to amend."1512msgstr ""15131514#: builtin/commit.c:10761515#, c-format1516msgid "You are in the middle of a %s -- cannot amend."1517msgstr ""15181519#: builtin/commit.c:10781520msgid "Options --squash and --fixup cannot be used together"1521msgstr ""15221523#: builtin/commit.c:10881524msgid "Only one of -c/-C/-F/--fixup can be used."1525msgstr ""15261527#: builtin/commit.c:10901528msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1529msgstr ""15301531#: builtin/commit.c:10981532msgid "--reset-author can be used only with -C, -c or --amend."1533msgstr ""15341535#: builtin/commit.c:11151536msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1537msgstr ""15381539#: builtin/commit.c:11171540msgid "No paths with --include/--only does not make sense."1541msgstr ""15421543#: builtin/commit.c:11191544msgid "Clever... amending the last one with dirty index."1545msgstr ""15461547#: builtin/commit.c:11211548msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1549msgstr ""15501551#: builtin/commit.c:1131 builtin/tag.c:5561552#, c-format1553msgid "Invalid cleanup mode %s"1554msgstr ""15551556#: builtin/commit.c:11361557msgid "Paths with -a does not make sense."1558msgstr ""15591560#: builtin/commit.c:13151561msgid "couldn't look up newly created commit"1562msgstr ""15631564#: builtin/commit.c:13171565msgid "could not parse newly created commit"1566msgstr ""15671568#: builtin/commit.c:13581569msgid "detached HEAD"1570msgstr ""15711572#: builtin/commit.c:13601573msgid " (root-commit)"1574msgstr ""15751576#: builtin/commit.c:14501577msgid "could not parse HEAD commit"1578msgstr ""15791580#: builtin/commit.c:1487 builtin/merge.c:5091581#, c-format1582msgid "could not open '%s' for reading"1583msgstr ""15841585#: builtin/commit.c:14941586#, c-format1587msgid "Corrupt MERGE_HEAD file (%s)"1588msgstr ""15891590#: builtin/commit.c:15011591msgid "could not read MERGE_MODE"1592msgstr ""15931594#: builtin/commit.c:15201595#, c-format1596msgid "could not read commit message: %s"1597msgstr ""15981599#: builtin/commit.c:15341600#, c-format1601msgid "Aborting commit; you did not edit the message.\n"1602msgstr ""16031604#: builtin/commit.c:15391605#, c-format1606msgid "Aborting commit due to empty commit message.\n"1607msgstr ""16081609#: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:9611610msgid "failed to write commit object"1611msgstr ""16121613#: builtin/commit.c:15751614msgid "cannot lock HEAD ref"1615msgstr ""16161617#: builtin/commit.c:15791618msgid "cannot update HEAD ref"1619msgstr ""16201621#: builtin/commit.c:15901622msgid ""1623"Repository has been updated, but unable to write\n"1624"new_index file. Check that disk is not full or quota is\n"1625"not exceeded, and then \"git reset HEAD\" to recover."1626msgstr ""16271628#: builtin/describe.c:2341629#, c-format1630msgid "annotated tag %s not available"1631msgstr ""16321633#: builtin/describe.c:2381634#, c-format1635msgid "annotated tag %s has no embedded name"1636msgstr ""16371638#: builtin/describe.c:2401639#, c-format1640msgid "tag '%s' is really '%s' here"1641msgstr ""16421643#: builtin/describe.c:2671644#, c-format1645msgid "Not a valid object name %s"1646msgstr ""16471648#: builtin/describe.c:2701649#, c-format1650msgid "%s is not a valid '%s' object"1651msgstr ""16521653#: builtin/describe.c:2871654#, c-format1655msgid "no tag exactly matches '%s'"1656msgstr ""16571658#: builtin/describe.c:2891659#, c-format1660msgid "searching to describe %s\n"1661msgstr ""16621663#: builtin/describe.c:3291664#, c-format1665msgid "finished search at %s\n"1666msgstr ""16671668#: builtin/describe.c:3531669#, c-format1670msgid ""1671"No annotated tags can describe '%s'.\n"1672"However, there were unannotated tags: try --tags."1673msgstr ""16741675#: builtin/describe.c:3571676#, c-format1677msgid ""1678"No tags can describe '%s'.\n"1679"Try --always, or create some tags."1680msgstr ""16811682#: builtin/describe.c:3781683#, c-format1684msgid "traversed %lu commits\n"1685msgstr ""16861687#: builtin/describe.c:3811688#, c-format1689msgid ""1690"more than %i tags found; listed %i most recent\n"1691"gave up search at %s\n"1692msgstr ""16931694#: builtin/describe.c:4361695msgid "--long is incompatible with --abbrev=0"1696msgstr ""16971698#: builtin/describe.c:4621699msgid "No names found, cannot describe anything."1700msgstr ""17011702#: builtin/describe.c:4821703msgid "--dirty is incompatible with committishes"1704msgstr ""17051706#: builtin/diff.c:771707#, c-format1708msgid "'%s': not a regular file or symlink"1709msgstr ""17101711#: builtin/diff.c:2201712#, c-format1713msgid "invalid option: %s"1714msgstr ""17151716#: builtin/diff.c:2971717msgid "Not a git repository"1718msgstr ""17191720#: builtin/diff.c:3471721#, c-format1722msgid "invalid object '%s' given."1723msgstr ""17241725#: builtin/diff.c:3521726#, c-format1727msgid "more than %d trees given: '%s'"1728msgstr ""17291730#: builtin/diff.c:3621731#, c-format1732msgid "more than two blobs given: '%s'"1733msgstr ""17341735#: builtin/diff.c:3701736#, c-format1737msgid "unhandled object '%s' given."1738msgstr ""17391740#: builtin/fetch.c:2001741msgid "Couldn't find remote ref HEAD"1742msgstr ""17431744#: builtin/fetch.c:2531745#, c-format1746msgid "object %s not found"1747msgstr ""17481749#: builtin/fetch.c:2591750msgid "[up to date]"1751msgstr ""17521753#: builtin/fetch.c:2731754#, c-format1755msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1756msgstr ""17571758#: builtin/fetch.c:274 builtin/fetch.c:3601759msgid "[rejected]"1760msgstr ""17611762#: builtin/fetch.c:2851763msgid "[tag update]"1764msgstr ""17651766#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3401767msgid " (unable to update local ref)"1768msgstr ""17691770#: builtin/fetch.c:3051771msgid "[new tag]"1772msgstr ""17731774#: builtin/fetch.c:3081775msgid "[new branch]"1776msgstr ""17771778#: builtin/fetch.c:3111779msgid "[new ref]"1780msgstr ""17811782#: builtin/fetch.c:3561783msgid "unable to update local ref"1784msgstr ""17851786#: builtin/fetch.c:3561787msgid "forced update"1788msgstr ""17891790#: builtin/fetch.c:3621791msgid "(non-fast-forward)"1792msgstr ""17931794#: builtin/fetch.c:393 builtin/fetch.c:6851795#, c-format1796msgid "cannot open %s: %s\n"1797msgstr ""17981799#: builtin/fetch.c:4021800#, c-format1801msgid "%s did not send all necessary objects\n"1802msgstr ""18031804#: builtin/fetch.c:4881805#, c-format1806msgid "From %.*s\n"1807msgstr ""18081809#: builtin/fetch.c:4991810#, c-format1811msgid ""1812"some local refs could not be updated; try running\n"1813" 'git remote prune %s' to remove any old, conflicting branches"1814msgstr ""18151816#: builtin/fetch.c:5491817#, c-format1818msgid " (%s will become dangling)\n"1819msgstr ""18201821#: builtin/fetch.c:5501822#, c-format1823msgid " (%s has become dangling)\n"1824msgstr ""18251826#: builtin/fetch.c:5571827msgid "[deleted]"1828msgstr ""18291830#: builtin/fetch.c:5581831msgid "(none)"1832msgstr ""18331834#: builtin/fetch.c:6751835#, c-format1836msgid "Refusing to fetch into current branch %s of non-bare repository"1837msgstr ""18381839#: builtin/fetch.c:7091840#, c-format1841msgid "Don't know how to fetch from %s"1842msgstr ""18431844#: builtin/fetch.c:7861845#, c-format1846msgid "Option \"%s\" value \"%s\" is not valid for %s"1847msgstr ""18481849#: builtin/fetch.c:7891850#, c-format1851msgid "Option \"%s\" is ignored for %s\n"1852msgstr ""18531854#: builtin/fetch.c:8881855#, c-format1856msgid "Fetching %s\n"1857msgstr ""18581859#: builtin/fetch.c:8901860#, c-format1861msgid "Could not fetch %s"1862msgstr ""18631864#: builtin/fetch.c:9071865msgid ""1866"No remote repository specified. Please, specify either a URL or a\n"1867"remote name from which new revisions should be fetched."1868msgstr ""18691870#: builtin/fetch.c:9271871msgid "You need to specify a tag name."1872msgstr ""18731874#: builtin/fetch.c:9791875msgid "fetch --all does not take a repository argument"1876msgstr ""18771878#: builtin/fetch.c:9811879msgid "fetch --all does not make sense with refspecs"1880msgstr ""18811882#: builtin/fetch.c:9921883#, c-format1884msgid "No such remote or remote group: %s"1885msgstr ""18861887#: builtin/fetch.c:10001888msgid "Fetching a group and specifying refspecs does not make sense"1889msgstr ""18901891#: builtin/gc.c:631892#, c-format1893msgid "Invalid %s: '%s'"1894msgstr ""18951896#: builtin/gc.c:781897msgid "Too many options specified"1898msgstr ""18991900#: builtin/gc.c:1031901#, c-format1902msgid "insanely long object directory %.*s"1903msgstr ""19041905#: builtin/gc.c:2231906#, c-format1907msgid "Auto packing the repository for optimum performance.\n"1908msgstr ""19091910#: builtin/gc.c:2261911#, c-format1912msgid ""1913"Auto packing the repository for optimum performance. You may also\n"1914"run \"git gc\" manually. See \"git help gc\" for more information.\n"1915msgstr ""19161917#: builtin/gc.c:2561918msgid ""1919"There are too many unreachable loose objects; run 'git prune' to remove them."1920msgstr ""19211922#: builtin/grep.c:2161923#, c-format1924msgid "grep: failed to create thread: %s"1925msgstr ""19261927#: builtin/grep.c:4021928#, c-format1929msgid "Failed to chdir: %s"1930msgstr ""19311932#: builtin/grep.c:478 builtin/grep.c:5121933#, c-format1934msgid "unable to read tree (%s)"1935msgstr ""19361937#: builtin/grep.c:5261938#, c-format1939msgid "unable to grep from object of type %s"1940msgstr ""19411942#: builtin/grep.c:5841943#, c-format1944msgid "switch `%c' expects a numerical value"1945msgstr ""19461947#: builtin/grep.c:6011948#, c-format1949msgid "cannot open '%s'"1950msgstr ""19511952#: builtin/grep.c:8881953msgid "no pattern given."1954msgstr ""19551956#: builtin/grep.c:9021957#, c-format1958msgid "bad object %s"1959msgstr ""19601961#: builtin/grep.c:9431962msgid "--open-files-in-pager only works on the worktree"1963msgstr ""19641965#: builtin/grep.c:9661966msgid "--cached or --untracked cannot be used with --no-index."1967msgstr ""19681969#: builtin/grep.c:9711970msgid "--no-index or --untracked cannot be used with revs."1971msgstr ""19721973#: builtin/grep.c:9741974msgid "--[no-]exclude-standard cannot be used for tracked contents."1975msgstr ""19761977#: builtin/grep.c:9821978msgid "both --cached and trees are given."1979msgstr ""19801981#: builtin/init-db.c:351982#, c-format1983msgid "Could not make %s writable by group"1984msgstr ""19851986#: builtin/init-db.c:621987#, c-format1988msgid "insanely long template name %s"1989msgstr ""19901991#: builtin/init-db.c:671992#, c-format1993msgid "cannot stat '%s'"1994msgstr ""19951996#: builtin/init-db.c:731997#, c-format1998msgid "cannot stat template '%s'"1999msgstr ""20002001#: builtin/init-db.c:802002#, c-format2003msgid "cannot opendir '%s'"2004msgstr ""20052006#: builtin/init-db.c:972007#, c-format2008msgid "cannot readlink '%s'"2009msgstr ""20102011#: builtin/init-db.c:992012#, c-format2013msgid "insanely long symlink %s"2014msgstr ""20152016#: builtin/init-db.c:1022017#, c-format2018msgid "cannot symlink '%s' '%s'"2019msgstr ""20202021#: builtin/init-db.c:1062022#, c-format2023msgid "cannot copy '%s' to '%s'"2024msgstr ""20252026#: builtin/init-db.c:1102027#, c-format2028msgid "ignoring template %s"2029msgstr ""20302031#: builtin/init-db.c:1332032#, c-format2033msgid "insanely long template path %s"2034msgstr ""20352036#: builtin/init-db.c:1412037#, c-format2038msgid "templates not found %s"2039msgstr ""20402041#: builtin/init-db.c:1542042#, c-format2043msgid "not copying templates of a wrong format version %d from '%s'"2044msgstr ""20452046#: builtin/init-db.c:1922047#, c-format2048msgid "insane git directory %s"2049msgstr ""20502051#: builtin/init-db.c:322 builtin/init-db.c:3252052#, c-format2053msgid "%s already exists"2054msgstr ""20552056#: builtin/init-db.c:3542057#, c-format2058msgid "unable to handle file type %d"2059msgstr ""20602061#: builtin/init-db.c:3572062#, c-format2063msgid "unable to move %s to %s"2064msgstr ""20652066#: builtin/init-db.c:3622067#, c-format2068msgid "Could not create git link %s"2069msgstr ""20702071#.2072#. * TRANSLATORS: The first '%s' is either "Reinitialized2073#. * existing" or "Initialized empty", the second " shared" or2074#. * "", and the last '%s%s' is the verbatim directory name.2075#.2076#: builtin/init-db.c:4192077#, c-format2078msgid "%s%s Git repository in %s%s\n"2079msgstr ""20802081#: builtin/init-db.c:4202082msgid "Reinitialized existing"2083msgstr ""20842085#: builtin/init-db.c:4202086msgid "Initialized empty"2087msgstr ""20882089#: builtin/init-db.c:4212090msgid " shared"2091msgstr ""20922093#: builtin/init-db.c:4402094msgid "cannot tell cwd"2095msgstr ""20962097#: builtin/init-db.c:521 builtin/init-db.c:5282098#, c-format2099msgid "cannot mkdir %s"2100msgstr ""21012102#: builtin/init-db.c:5322103#, c-format2104msgid "cannot chdir to %s"2105msgstr ""21062107#: builtin/init-db.c:5542108#, c-format2109msgid ""2110"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"2111"dir=<directory>)"2112msgstr ""21132114#: builtin/init-db.c:5782115msgid "Cannot access current working directory"2116msgstr ""21172118#: builtin/init-db.c:5852119#, c-format2120msgid "Cannot access work tree '%s'"2121msgstr ""21222123#: builtin/log.c:1882124#, c-format2125msgid "Final output: %d %s\n"2126msgstr ""21272128#: builtin/log.c:401 builtin/log.c:4892129#, c-format2130msgid "Could not read object %s"2131msgstr ""21322133#: builtin/log.c:5132134#, c-format2135msgid "Unknown type: %d"2136msgstr ""21372138#: builtin/log.c:6022139msgid "format.headers without value"2140msgstr ""21412142#: builtin/log.c:6752143msgid "name of output directory is too long"2144msgstr ""21452146#: builtin/log.c:6862147#, c-format2148msgid "Cannot open patch file %s"2149msgstr ""21502151#: builtin/log.c:7002152msgid "Need exactly one range."2153msgstr ""21542155#: builtin/log.c:7082156msgid "Not a range."2157msgstr ""21582159#: builtin/log.c:7452160msgid "Could not extract email from committer identity."2161msgstr ""21622163#: builtin/log.c:7912164msgid "Cover letter needs email format"2165msgstr ""21662167#: builtin/log.c:8852168#, c-format2169msgid "insane in-reply-to: %s"2170msgstr ""21712172#: builtin/log.c:9582173msgid "Two output directories?"2174msgstr ""21752176#: builtin/log.c:11792177#, c-format2178msgid "bogus committer info %s"2179msgstr ""21802181#: builtin/log.c:12242182msgid "-n and -k are mutually exclusive."2183msgstr ""21842185#: builtin/log.c:12262186msgid "--subject-prefix and -k are mutually exclusive."2187msgstr ""21882189#: builtin/log.c:1231 builtin/shortlog.c:2842190#, c-format2191msgid "unrecognized argument: %s"2192msgstr ""21932194#: builtin/log.c:12342195msgid "--name-only does not make sense"2196msgstr ""21972198#: builtin/log.c:12362199msgid "--name-status does not make sense"2200msgstr ""22012202#: builtin/log.c:12382203msgid "--check does not make sense"2204msgstr ""22052206#: builtin/log.c:12612207msgid "standard output, or directory, which one?"2208msgstr ""22092210#: builtin/log.c:12632211#, c-format2212msgid "Could not create directory '%s'"2213msgstr ""22142215#: builtin/log.c:14162216msgid "Failed to create output files"2217msgstr ""22182219#: builtin/log.c:15202220#, c-format2221msgid ""2222"Could not find a tracked remote branch, please specify <upstream> manually.\n"2223msgstr ""22242225#: builtin/log.c:1536 builtin/log.c:1538 builtin/log.c:15502226#, c-format2227msgid "Unknown commit %s"2228msgstr ""22292230#: builtin/merge.c:902231msgid "switch `m' requires a value"2232msgstr ""22332234#: builtin/merge.c:1272235#, c-format2236msgid "Could not find merge strategy '%s'.\n"2237msgstr ""22382239#: builtin/merge.c:1282240#, c-format2241msgid "Available strategies are:"2242msgstr ""22432244#: builtin/merge.c:1332245#, c-format2246msgid "Available custom strategies are:"2247msgstr ""22482249#: builtin/merge.c:2402250msgid "could not run stash."2251msgstr ""22522253#: builtin/merge.c:2452254msgid "stash failed"2255msgstr ""22562257#: builtin/merge.c:2502258#, c-format2259msgid "not a valid object: %s"2260msgstr ""22612262#: builtin/merge.c:269 builtin/merge.c:2862263msgid "read-tree failed"2264msgstr ""22652266#: builtin/merge.c:3162267msgid " (nothing to squash)"2268msgstr ""22692270#: builtin/merge.c:3292271#, c-format2272msgid "Squash commit -- not updating HEAD\n"2273msgstr ""22742275#: builtin/merge.c:3612276msgid "Writing SQUASH_MSG"2277msgstr ""22782279#: builtin/merge.c:3632280msgid "Finishing SQUASH_MSG"2281msgstr ""22822283#: builtin/merge.c:3862284#, c-format2285msgid "No merge message -- not updating HEAD\n"2286msgstr ""22872288#: builtin/merge.c:4372289#, c-format2290msgid "'%s' does not point to a commit"2291msgstr ""22922293#: builtin/merge.c:5362294#, c-format2295msgid "Bad branch.%s.mergeoptions string: %s"2296msgstr ""22972298#: builtin/merge.c:6292299msgid "git write-tree failed to write a tree"2300msgstr ""23012302#: builtin/merge.c:6792303msgid "failed to read the cache"2304msgstr ""23052306#: builtin/merge.c:6972307msgid "Unable to write index."2308msgstr ""23092310#: builtin/merge.c:7102311msgid "Not handling anything other than two heads merge."2312msgstr ""23132314#: builtin/merge.c:7242315#, c-format2316msgid "Unknown option for merge-recursive: -X%s"2317msgstr ""23182319#: builtin/merge.c:7382320#, c-format2321msgid "unable to write %s"2322msgstr ""23232324#: builtin/merge.c:8772325#, c-format2326msgid "Could not read from '%s'"2327msgstr ""23282329#: builtin/merge.c:8862330#, c-format2331msgid "Not committing merge; use 'git commit' to complete the merge.\n"2332msgstr ""23332334#: builtin/merge.c:8922335msgid ""2336"Please enter a commit message to explain why this merge is necessary,\n"2337"especially if it merges an updated upstream into a topic branch.\n"2338"\n"2339"Lines starting with '#' will be ignored, and an empty message aborts\n"2340"the commit.\n"2341msgstr ""23422343#: builtin/merge.c:9162344msgid "Empty commit message."2345msgstr ""23462347#: builtin/merge.c:9282348#, c-format2349msgid "Wonderful.\n"2350msgstr ""23512352#: builtin/merge.c:9932353#, c-format2354msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2355msgstr ""23562357#: builtin/merge.c:10092358#, c-format2359msgid "'%s' is not a commit"2360msgstr ""23612362#: builtin/merge.c:10502363msgid "No current branch."2364msgstr ""23652366#: builtin/merge.c:10522367msgid "No remote for the current branch."2368msgstr ""23692370#: builtin/merge.c:10542371msgid "No default upstream defined for the current branch."2372msgstr ""23732374#: builtin/merge.c:10592375#, c-format2376msgid "No remote tracking branch for %s from %s"2377msgstr ""23782379#: builtin/merge.c:1146 builtin/merge.c:13032380#, c-format2381msgid "%s - not something we can merge"2382msgstr ""23832384#: builtin/merge.c:12142385msgid "There is no merge to abort (MERGE_HEAD missing)."2386msgstr ""23872388#: builtin/merge.c:1230 git-pull.sh:312389msgid ""2390"You have not concluded your merge (MERGE_HEAD exists).\n"2391"Please, commit your changes before you can merge."2392msgstr ""23932394#: builtin/merge.c:1233 git-pull.sh:342395msgid "You have not concluded your merge (MERGE_HEAD exists)."2396msgstr ""23972398#: builtin/merge.c:12372399msgid ""2400"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2401"Please, commit your changes before you can merge."2402msgstr ""24032404#: builtin/merge.c:12402405msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2406msgstr ""24072408#: builtin/merge.c:12492409msgid "You cannot combine --squash with --no-ff."2410msgstr ""24112412#: builtin/merge.c:12542413msgid "You cannot combine --no-ff with --ff-only."2414msgstr ""24152416#: builtin/merge.c:12612417msgid "No commit specified and merge.defaultToUpstream not set."2418msgstr ""24192420#: builtin/merge.c:12932421msgid "Can merge only exactly one commit into empty head"2422msgstr ""24232424#: builtin/merge.c:12962425msgid "Squash commit into empty head not supported yet"2426msgstr ""24272428#: builtin/merge.c:12982429msgid "Non-fast-forward commit does not make sense into an empty head"2430msgstr ""24312432#: builtin/merge.c:14132433#, c-format2434msgid "Updating %s..%s\n"2435msgstr ""24362437#: builtin/merge.c:14512438#, c-format2439msgid "Trying really trivial in-index merge...\n"2440msgstr ""24412442#: builtin/merge.c:14582443#, c-format2444msgid "Nope.\n"2445msgstr ""24462447#: builtin/merge.c:14902448msgid "Not possible to fast-forward, aborting."2449msgstr ""24502451#: builtin/merge.c:1513 builtin/merge.c:15922452#, c-format2453msgid "Rewinding the tree to pristine...\n"2454msgstr ""24552456#: builtin/merge.c:15172457#, c-format2458msgid "Trying merge strategy %s...\n"2459msgstr ""24602461#: builtin/merge.c:15832462#, c-format2463msgid "No merge strategy handled the merge.\n"2464msgstr ""24652466#: builtin/merge.c:15852467#, c-format2468msgid "Merge with strategy %s failed.\n"2469msgstr ""24702471#: builtin/merge.c:15942472#, c-format2473msgid "Using the %s to prepare resolving by hand.\n"2474msgstr ""24752476#: builtin/merge.c:16062477#, c-format2478msgid "Automatic merge went well; stopped before committing as requested\n"2479msgstr ""24802481#: builtin/mv.c:1082482#, c-format2483msgid "Checking rename of '%s' to '%s'\n"2484msgstr ""24852486#: builtin/mv.c:1122487msgid "bad source"2488msgstr ""24892490#: builtin/mv.c:1152491msgid "can not move directory into itself"2492msgstr ""24932494#: builtin/mv.c:1182495msgid "cannot move directory over file"2496msgstr ""24972498#: builtin/mv.c:1282499#, c-format2500msgid "Huh? %.*s is in index?"2501msgstr ""25022503#: builtin/mv.c:1402504msgid "source directory is empty"2505msgstr ""25062507#: builtin/mv.c:1712508msgid "not under version control"2509msgstr ""25102511#: builtin/mv.c:1732512msgid "destination exists"2513msgstr ""25142515#: builtin/mv.c:1812516#, c-format2517msgid "overwriting '%s'"2518msgstr ""25192520#: builtin/mv.c:1842521msgid "Cannot overwrite"2522msgstr ""25232524#: builtin/mv.c:1872525msgid "multiple sources for the same target"2526msgstr ""25272528#: builtin/mv.c:2022529#, c-format2530msgid "%s, source=%s, destination=%s"2531msgstr ""25322533#: builtin/mv.c:2122534#, c-format2535msgid "Renaming %s to %s\n"2536msgstr ""25372538#: builtin/mv.c:2152539#, c-format2540msgid "renaming '%s' failed"2541msgstr ""25422543#: builtin/notes.c:1392544#, c-format2545msgid "unable to start 'show' for object '%s'"2546msgstr ""25472548#: builtin/notes.c:1452549msgid "can't fdopen 'show' output fd"2550msgstr ""25512552#: builtin/notes.c:1552553#, c-format2554msgid "failed to close pipe to 'show' for object '%s'"2555msgstr ""25562557#: builtin/notes.c:1582558#, c-format2559msgid "failed to finish 'show' for object '%s'"2560msgstr ""25612562#: builtin/notes.c:175 builtin/tag.c:3432563#, c-format2564msgid "could not create file '%s'"2565msgstr ""25662567#: builtin/notes.c:1892568msgid "Please supply the note contents using either -m or -F option"2569msgstr ""25702571#: builtin/notes.c:210 builtin/notes.c:9732572#, c-format2573msgid "Removing note for object %s\n"2574msgstr ""25752576#: builtin/notes.c:2152577msgid "unable to write note object"2578msgstr ""25792580#: builtin/notes.c:2172581#, c-format2582msgid "The note contents has been left in %s"2583msgstr ""25842585#: builtin/notes.c:251 builtin/tag.c:5212586#, c-format2587msgid "cannot read '%s'"2588msgstr ""25892590#: builtin/notes.c:253 builtin/tag.c:5242591#, c-format2592msgid "could not open or read '%s'"2593msgstr ""25942595#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4472596#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6442597#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7662598#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5372599#, c-format2600msgid "Failed to resolve '%s' as a valid ref."2601msgstr ""26022603#: builtin/notes.c:2752604#, c-format2605msgid "Failed to read object '%s'."2606msgstr ""26072608#: builtin/notes.c:2992609msgid "Cannot commit uninitialized/unreferenced notes tree"2610msgstr ""26112612#: builtin/notes.c:3402613#, c-format2614msgid "Bad notes.rewriteMode value: '%s'"2615msgstr ""26162617#: builtin/notes.c:3502618#, c-format2619msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2620msgstr ""26212622#. TRANSLATORS: The first %s is the name of the2623#. environment variable, the second %s is its value2624#: builtin/notes.c:3772625#, c-format2626msgid "Bad %s value: '%s'"2627msgstr ""26282629#: builtin/notes.c:4412630#, c-format2631msgid "Malformed input line: '%s'."2632msgstr ""26332634#: builtin/notes.c:4562635#, c-format2636msgid "Failed to copy notes from '%s' to '%s'"2637msgstr ""26382639#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6272640#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7592641#: builtin/notes.c:10332642msgid "too many parameters"2643msgstr ""26442645#: builtin/notes.c:513 builtin/notes.c:7722646#, c-format2647msgid "No note found for object %s."2648msgstr ""26492650#: builtin/notes.c:5802651#, c-format2652msgid ""2653"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "2654"existing notes"2655msgstr ""26562657#: builtin/notes.c:585 builtin/notes.c:6622658#, c-format2659msgid "Overwriting existing notes for object %s\n"2660msgstr ""26612662#: builtin/notes.c:6352663msgid "too few parameters"2664msgstr ""26652666#: builtin/notes.c:6562667#, c-format2668msgid ""2669"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "2670"existing notes"2671msgstr ""26722673#: builtin/notes.c:6682674#, c-format2675msgid "Missing notes on source object %s. Cannot copy."2676msgstr ""26772678#: builtin/notes.c:7172679#, c-format2680msgid ""2681"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2682"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2683msgstr ""26842685#: builtin/notes.c:9712686#, c-format2687msgid "Object %s has no note\n"2688msgstr ""26892690#: builtin/notes.c:11032691#, c-format2692msgid "Unknown subcommand: %s"2693msgstr ""26942695#: builtin/pack-objects.c:23102696#, c-format2697msgid "unsupported index version %s"2698msgstr ""26992700#: builtin/pack-objects.c:23142701#, c-format2702msgid "bad index version '%s'"2703msgstr ""27042705#: builtin/pack-objects.c:23222706#, c-format2707msgid "option %s does not accept negative form"2708msgstr ""27092710#: builtin/pack-objects.c:23262711#, c-format2712msgid "unable to parse value '%s' for option %s"2713msgstr ""27142715#: builtin/push.c:452716msgid "tag shorthand without <tag>"2717msgstr ""27182719#: builtin/push.c:642720msgid "--delete only accepts plain target ref names"2721msgstr ""27222723#: builtin/push.c:842724#, c-format2725msgid ""2726"You are not currently on a branch.\n"2727"To push the history leading to the current (detached HEAD)\n"2728"state now, use\n"2729"\n"2730" git push %s HEAD:<name-of-remote-branch>\n"2731msgstr ""27322733#: builtin/push.c:912734#, c-format2735msgid ""2736"The current branch %s has no upstream branch.\n"2737"To push the current branch and set the remote as upstream, use\n"2738"\n"2739" git push --set-upstream %s %s\n"2740msgstr ""27412742#: builtin/push.c:992743#, c-format2744msgid "The current branch %s has multiple upstream branches, refusing to push."2745msgstr ""27462747#: builtin/push.c:1022748#, c-format2749msgid ""2750"You are pushing to remote '%s', which is not the upstream of\n"2751"your current branch '%s', without telling me what to push\n"2752"to update which remote branch."2753msgstr ""27542755#: builtin/push.c:1312756msgid ""2757"You didn't specify any refspecs to push, and push.default is \"nothing\"."2758msgstr ""27592760#: builtin/push.c:1382761msgid ""2762"Updates were rejected because the tip of your current branch is behind\n"2763"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"2764"before pushing again.\n"2765"See the 'Note about fast-forwards' in 'git push --help' for details."2766msgstr ""27672768#: builtin/push.c:1442769msgid ""2770"Updates were rejected because a pushed branch tip is behind its remote\n"2771"counterpart. If you did not intend to push that branch, you may want to\n"2772"specify branches to push or set the 'push.default' configuration\n"2773"variable to 'current' or 'upstream' to push only the current branch."2774msgstr ""27752776#: builtin/push.c:1502777msgid ""2778"Updates were rejected because a pushed branch tip is behind its remote\n"2779"counterpart. Check out this branch and merge the remote changes\n"2780"(e.g. 'git pull') before pushing again.\n"2781"See the 'Note about fast-forwards' in 'git push --help' for details."2782msgstr ""27832784#: builtin/push.c:1902785#, c-format2786msgid "Pushing to %s\n"2787msgstr ""27882789#: builtin/push.c:1942790#, c-format2791msgid "failed to push some refs to '%s'"2792msgstr ""27932794#: builtin/push.c:2262795#, c-format2796msgid "bad repository '%s'"2797msgstr ""27982799#: builtin/push.c:2272800msgid ""2801"No configured push destination.\n"2802"Either specify the URL from the command-line or configure a remote "2803"repository using\n"2804"\n"2805" git remote add <name> <url>\n"2806"\n"2807"and then push using the remote name\n"2808"\n"2809" git push <name>\n"2810msgstr ""28112812#: builtin/push.c:2422813msgid "--all and --tags are incompatible"2814msgstr ""28152816#: builtin/push.c:2432817msgid "--all can't be combined with refspecs"2818msgstr ""28192820#: builtin/push.c:2482821msgid "--mirror and --tags are incompatible"2822msgstr ""28232824#: builtin/push.c:2492825msgid "--mirror can't be combined with refspecs"2826msgstr ""28272828#: builtin/push.c:2542829msgid "--all and --mirror are incompatible"2830msgstr ""28312832#: builtin/push.c:3422833msgid "--delete is incompatible with --all, --mirror and --tags"2834msgstr ""28352836#: builtin/push.c:3442837msgid "--delete doesn't make sense without any refs"2838msgstr ""28392840#: builtin/reset.c:332841msgid "mixed"2842msgstr ""28432844#: builtin/reset.c:332845msgid "soft"2846msgstr ""28472848#: builtin/reset.c:332849msgid "hard"2850msgstr ""28512852#: builtin/reset.c:332853msgid "keep"2854msgstr ""28552856#: builtin/reset.c:772857msgid "You do not have a valid HEAD."2858msgstr ""28592860#: builtin/reset.c:792861msgid "Failed to find tree of HEAD."2862msgstr ""28632864#: builtin/reset.c:852865#, c-format2866msgid "Failed to find tree of %s."2867msgstr ""28682869#: builtin/reset.c:962870msgid "Could not write new index file."2871msgstr ""28722873#: builtin/reset.c:1062874#, c-format2875msgid "HEAD is now at %s"2876msgstr ""28772878#: builtin/reset.c:1302879msgid "Could not read index"2880msgstr ""28812882#: builtin/reset.c:1332883msgid "Unstaged changes after reset:"2884msgstr ""28852886#: builtin/reset.c:2232887#, c-format2888msgid "Cannot do a %s reset in the middle of a merge."2889msgstr ""28902891#: builtin/reset.c:2972892#, c-format2893msgid "Could not parse object '%s'."2894msgstr ""28952896#: builtin/reset.c:3022897msgid "--patch is incompatible with --{hard,mixed,soft}"2898msgstr ""28992900#: builtin/reset.c:3112901msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2902msgstr ""29032904#: builtin/reset.c:3132905#, c-format2906msgid "Cannot do %s reset with paths."2907msgstr ""29082909#: builtin/reset.c:3252910#, c-format2911msgid "%s reset is not allowed in a bare repository"2912msgstr ""29132914#: builtin/reset.c:3412915#, c-format2916msgid "Could not reset index file to revision '%s'."2917msgstr ""29182919#: builtin/revert.c:70 builtin/revert.c:922920#, c-format2921msgid "%s: %s cannot be used with %s"2922msgstr ""29232924#: builtin/revert.c:1272925msgid "program error"2926msgstr ""29272928#: builtin/revert.c:2132929msgid "revert failed"2930msgstr ""29312932#: builtin/revert.c:2282933msgid "cherry-pick failed"2934msgstr ""29352936#: builtin/rm.c:1092937#, c-format2938msgid ""2939"'%s' has staged content different from both the file and the HEAD\n"2940"(use -f to force removal)"2941msgstr ""29422943#: builtin/rm.c:1152944#, c-format2945msgid ""2946"'%s' has changes staged in the index\n"2947"(use --cached to keep the file, or -f to force removal)"2948msgstr ""29492950#: builtin/rm.c:1192951#, c-format2952msgid ""2953"'%s' has local modifications\n"2954"(use --cached to keep the file, or -f to force removal)"2955msgstr ""29562957#: builtin/rm.c:1942958#, c-format2959msgid "not removing '%s' recursively without -r"2960msgstr ""29612962#: builtin/rm.c:2302963#, c-format2964msgid "git rm: unable to remove %s"2965msgstr ""29662967#: builtin/shortlog.c:1572968#, c-format2969msgid "Missing author: %s"2970msgstr ""29712972#: builtin/tag.c:582973#, c-format2974msgid "malformed object at '%s'"2975msgstr ""29762977#: builtin/tag.c:2052978#, c-format2979msgid "tag name too long: %.*s..."2980msgstr ""29812982#: builtin/tag.c:2102983#, c-format2984msgid "tag '%s' not found."2985msgstr ""29862987#: builtin/tag.c:2252988#, c-format2989msgid "Deleted tag '%s' (was %s)\n"2990msgstr ""29912992#: builtin/tag.c:2372993#, c-format2994msgid "could not verify the tag '%s'"2995msgstr ""29962997#: builtin/tag.c:2472998msgid ""2999"\n"3000"#\n"3001"# Write a tag message\n"3002"# Lines starting with '#' will be ignored.\n"3003"#\n"3004msgstr ""30053006#: builtin/tag.c:2543007msgid ""3008"\n"3009"#\n"3010"# Write a tag message\n"3011"# Lines starting with '#' will be kept; you may remove them yourself if you "3012"want to.\n"3013"#\n"3014msgstr ""30153016#: builtin/tag.c:2943017msgid "unable to sign the tag"3018msgstr ""30193020#: builtin/tag.c:2963021msgid "unable to write tag file"3022msgstr ""30233024#: builtin/tag.c:3213025msgid "bad object type."3026msgstr ""30273028#: builtin/tag.c:3343029msgid "tag header too big."3030msgstr ""30313032#: builtin/tag.c:3663033msgid "no tag message?"3034msgstr ""30353036#: builtin/tag.c:3723037#, c-format3038msgid "The tag message has been left in %s\n"3039msgstr ""30403041#: builtin/tag.c:4213042msgid "switch 'points-at' requires an object"3043msgstr ""30443045#: builtin/tag.c:4233046#, c-format3047msgid "malformed object name '%s'"3048msgstr ""30493050#: builtin/tag.c:5023051msgid "-n option is only allowed with -l."3052msgstr ""30533054#: builtin/tag.c:5043055msgid "--contains option is only allowed with -l."3056msgstr ""30573058#: builtin/tag.c:5063059msgid "--points-at option is only allowed with -l."3060msgstr ""30613062#: builtin/tag.c:5143063msgid "only one -F or -m option is allowed."3064msgstr ""30653066#: builtin/tag.c:5343067msgid "too many params"3068msgstr ""30693070#: builtin/tag.c:5403071#, c-format3072msgid "'%s' is not a valid tag name."3073msgstr ""30743075#: builtin/tag.c:5453076#, c-format3077msgid "tag '%s' already exists"3078msgstr ""30793080#: builtin/tag.c:5633081#, c-format3082msgid "%s: cannot lock the ref"3083msgstr ""30843085#: builtin/tag.c:5653086#, c-format3087msgid "%s: cannot update the ref"3088msgstr ""30893090#: builtin/tag.c:5673091#, c-format3092msgid "Updated tag '%s' (was %s)\n"3093msgstr ""30943095#: git-am.sh:503096msgid "You need to set your committer info first"3097msgstr ""30983099#: git-am.sh:1373100msgid "Repository lacks necessary blobs to fall back on 3-way merge."3101msgstr ""31023103#: git-am.sh:1543104msgid ""3105"Did you hand edit your patch?\n"3106"It does not apply to blobs recorded in its index."3107msgstr ""31083109#: git-am.sh:1633110msgid "Falling back to patching base and 3-way merge..."3111msgstr ""31123113#: git-am.sh:2753114msgid "Only one StGIT patch series can be applied at once"3115msgstr ""31163117#: git-am.sh:3623118#, sh-format3119msgid "Patch format $patch_format is not supported."3120msgstr ""31213122#: git-am.sh:3643123msgid "Patch format detection failed."3124msgstr ""31253126#: git-am.sh:4183127msgid "-d option is no longer supported. Do not use."3128msgstr ""31293130#: git-am.sh:4813131#, sh-format3132msgid "previous rebase directory $dotest still exists but mbox given."3133msgstr ""31343135#: git-am.sh:4863136msgid "Please make up your mind. --skip or --abort?"3137msgstr ""31383139#: git-am.sh:5133140msgid "Resolve operation not in progress, we are not resuming."3141msgstr ""31423143#: git-am.sh:5793144#, sh-format3145msgid "Dirty index: cannot apply patches (dirty: $files)"3146msgstr ""31473148#: git-am.sh:7553149msgid "cannot be interactive without stdin connected to a terminal."3150msgstr ""31513152#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3153#. in your translation. The program will only accept English3154#. input at this point.3155#: git-am.sh:7663156msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3157msgstr ""31583159#: git-am.sh:8023160#, sh-format3161msgid "Applying: $FIRSTLINE"3162msgstr ""31633164#: git-am.sh:8473165msgid "No changes -- Patch already applied."3166msgstr ""31673168#: git-am.sh:8733169msgid "applying to an empty history"3170msgstr ""31713172#. TRANSLATORS: Make sure to include [Y] and [n] in your3173#. translation. The program will only accept English input3174#. at this point.3175#: git-bisect.sh:543176msgid "Do you want me to do it for you [Y/n]? "3177msgstr ""31783179#: git-bisect.sh:953180#, sh-format3181msgid "unrecognised option: '$arg'"3182msgstr ""31833184#: git-bisect.sh:993185#, sh-format3186msgid "'$arg' does not appear to be a valid revision"3187msgstr ""31883189#: git-bisect.sh:1173190msgid "Bad HEAD - I need a HEAD"3191msgstr ""31923193#: git-bisect.sh:1303194#, sh-format3195msgid ""3196"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3197msgstr ""31983199#: git-bisect.sh:1403200msgid "won't bisect on seeked tree"3201msgstr ""32023203#: git-bisect.sh:1443204msgid "Bad HEAD - strange symbolic ref"3205msgstr ""32063207#: git-bisect.sh:1893208#, sh-format3209msgid "Bad bisect_write argument: $state"3210msgstr ""32113212#: git-bisect.sh:2183213#, sh-format3214msgid "Bad rev input: $arg"3215msgstr ""32163217#: git-bisect.sh:2323218msgid "Please call 'bisect_state' with at least one argument."3219msgstr ""32203221#: git-bisect.sh:2443222#, sh-format3223msgid "Bad rev input: $rev"3224msgstr ""32253226#: git-bisect.sh:2503227msgid "'git bisect bad' can take only one argument."3228msgstr ""32293230#. TRANSLATORS: Make sure to include [Y] and [n] in your3231#. translation. The program will only accept English input3232#. at this point.3233#: git-bisect.sh:2793234msgid "Are you sure [Y/n]? "3235msgstr ""32363237#: git-bisect.sh:3543238#, sh-format3239msgid "'$invalid' is not a valid commit"3240msgstr ""32413242#: git-bisect.sh:3633243#, sh-format3244msgid ""3245"Could not check out original HEAD '$branch'.\n"3246"Try 'git bisect reset <commit>'."3247msgstr ""32483249#: git-bisect.sh:3903250msgid "No logfile given"3251msgstr ""32523253#: git-bisect.sh:3913254#, sh-format3255msgid "cannot read $file for replaying"3256msgstr ""32573258#: git-bisect.sh:4083259msgid "?? what are you talking about?"3260msgstr ""32613262#: git-bisect.sh:4743263msgid "We are not bisecting."3264msgstr ""32653266#: git-pull.sh:213267msgid ""3268"Pull is not possible because you have unmerged files.\n"3269"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3270"as appropriate to mark resolution, or use 'git commit -a'."3271msgstr ""32723273#: git-pull.sh:253274msgid "Pull is not possible because you have unmerged files."3275msgstr ""32763277#: git-pull.sh:1973278msgid "updating an unborn branch with changes added to the index"3279msgstr ""32803281#: git-pull.sh:2533282msgid "Cannot merge multiple branches into empty head"3283msgstr ""32843285#: git-pull.sh:2573286msgid "Cannot rebase onto multiple branches"3287msgstr ""32883289#: git-stash.sh:513290msgid "git stash clear with parameters is unimplemented"3291msgstr ""32923293#: git-stash.sh:743294msgid "You do not have the initial commit yet"3295msgstr ""32963297#: git-stash.sh:893298msgid "Cannot save the current index state"3299msgstr ""33003301#: git-stash.sh:123 git-stash.sh:1363302msgid "Cannot save the current worktree state"3303msgstr ""33043305#: git-stash.sh:1403306msgid "No changes selected"3307msgstr ""33083309#: git-stash.sh:1433310msgid "Cannot remove temporary index (can't happen)"3311msgstr ""33123313#: git-stash.sh:1563314msgid "Cannot record working tree state"3315msgstr ""33163317#: git-stash.sh:2233318msgid "No local changes to save"3319msgstr ""33203321#: git-stash.sh:2273322msgid "Cannot initialize stash"3323msgstr ""33243325#: git-stash.sh:2353326msgid "Cannot save the current status"3327msgstr ""33283329#: git-stash.sh:2533330msgid "Cannot remove worktree changes"3331msgstr ""33323333#: git-stash.sh:3523334msgid "No stash found."3335msgstr ""33363337#: git-stash.sh:3593338#, sh-format3339msgid "Too many revisions specified: $REV"3340msgstr ""33413342#: git-stash.sh:3653343#, sh-format3344msgid "$reference is not valid reference"3345msgstr ""33463347#: git-stash.sh:3933348#, sh-format3349msgid "'$args' is not a stash-like commit"3350msgstr ""33513352#: git-stash.sh:4043353#, sh-format3354msgid "'$args' is not a stash reference"3355msgstr ""33563357#: git-stash.sh:4123358msgid "unable to refresh index"3359msgstr ""33603361#: git-stash.sh:4163362msgid "Cannot apply a stash in the middle of a merge"3363msgstr ""33643365#: git-stash.sh:4243366msgid "Conflicts in index. Try without --index."3367msgstr ""33683369#: git-stash.sh:4263370msgid "Could not save index tree"3371msgstr ""33723373#: git-stash.sh:4603374msgid "Cannot unstage modified files"3375msgstr ""33763377#: git-stash.sh:4913378#, sh-format3379msgid "Dropped ${REV} ($s)"3380msgstr ""33813382#: git-stash.sh:4923383#, sh-format3384msgid "${REV}: Could not drop stash entry"3385msgstr ""33863387#: git-stash.sh:4993388msgid "No branch name specified"3389msgstr ""33903391#: git-stash.sh:5703392msgid "(To restore them type \"git stash apply\")"3393msgstr ""33943395#: git-submodule.sh:563396#, sh-format3397msgid "cannot strip one component off url '$remoteurl'"3398msgstr ""33993400#: git-submodule.sh:1093401#, sh-format3402msgid "No submodule mapping found in .gitmodules for path '$sm_path'"3403msgstr ""34043405#: git-submodule.sh:1503406#, sh-format3407msgid "Clone of '$url' into submodule path '$sm_path' failed"3408msgstr ""34093410#: git-submodule.sh:1603411#, sh-format3412msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"3413msgstr ""34143415#: git-submodule.sh:2493416#, sh-format3417msgid "repo URL: '$repo' must be absolute or begin with ./|../"3418msgstr ""34193420#: git-submodule.sh:2663421#, sh-format3422msgid "'$sm_path' already exists in the index"3423msgstr ""34243425#: git-submodule.sh:2833426#, sh-format3427msgid "'$sm_path' already exists and is not a valid git repo"3428msgstr ""34293430#: git-submodule.sh:2973431#, sh-format3432msgid "Unable to checkout submodule '$sm_path'"3433msgstr ""34343435#: git-submodule.sh:3023436#, sh-format3437msgid "Failed to add submodule '$sm_path'"3438msgstr ""34393440#: git-submodule.sh:3073441#, sh-format3442msgid "Failed to register submodule '$sm_path'"3443msgstr ""34443445#: git-submodule.sh:3493446#, sh-format3447msgid "Entering '$prefix$sm_path'"3448msgstr ""34493450#: git-submodule.sh:3633451#, sh-format3452msgid "Stopping at '$sm_path'; script returned non-zero status."3453msgstr ""34543455#: git-submodule.sh:4053456#, sh-format3457msgid "No url found for submodule path '$sm_path' in .gitmodules"3458msgstr ""34593460#: git-submodule.sh:4143461#, sh-format3462msgid "Failed to register url for submodule path '$sm_path'"3463msgstr ""34643465#: git-submodule.sh:4223466#, sh-format3467msgid "Failed to register update mode for submodule path '$sm_path'"3468msgstr ""34693470#: git-submodule.sh:4243471#, sh-format3472msgid "Submodule '$name' ($url) registered for path '$sm_path'"3473msgstr ""34743475#: git-submodule.sh:5233476#, sh-format3477msgid ""3478"Submodule path '$sm_path' not initialized\n"3479"Maybe you want to use 'update --init'?"3480msgstr ""34813482#: git-submodule.sh:5363483#, sh-format3484msgid "Unable to find current revision in submodule path '$sm_path'"3485msgstr ""34863487#: git-submodule.sh:5553488#, sh-format3489msgid "Unable to fetch in submodule path '$sm_path'"3490msgstr ""34913492#: git-submodule.sh:5693493#, sh-format3494msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"3495msgstr ""34963497#: git-submodule.sh:5703498#, sh-format3499msgid "Submodule path '$sm_path': rebased into '$sha1'"3500msgstr ""35013502#: git-submodule.sh:5753503#, sh-format3504msgid "Unable to merge '$sha1' in submodule path '$sm_path'"3505msgstr ""35063507#: git-submodule.sh:5763508#, sh-format3509msgid "Submodule path '$sm_path': merged in '$sha1'"3510msgstr ""35113512#: git-submodule.sh:5813513#, sh-format3514msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"3515msgstr ""35163517#: git-submodule.sh:5823518#, sh-format3519msgid "Submodule path '$sm_path': checked out '$sha1'"3520msgstr ""35213522#: git-submodule.sh:604 git-submodule.sh:9273523#, sh-format3524msgid "Failed to recurse into submodule path '$sm_path'"3525msgstr ""35263527#: git-submodule.sh:7123528msgid "--"3529msgstr ""35303531#: git-submodule.sh:7703532#, sh-format3533msgid " Warn: $name doesn't contain commit $sha1_src"3534msgstr ""35353536#: git-submodule.sh:7733537#, sh-format3538msgid " Warn: $name doesn't contain commit $sha1_dst"3539msgstr ""35403541#: git-submodule.sh:7763542#, sh-format3543msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3544msgstr ""35453546#: git-submodule.sh:8013547msgid "blob"3548msgstr ""35493550#: git-submodule.sh:8023551msgid "submodule"3552msgstr ""35533554#: git-submodule.sh:9733555#, sh-format3556msgid "Synchronizing submodule url for '$name'"3557msgstr ""