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-05-15 06:31+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:47 39#, c-format 40msgid "could not parse %s" 41msgstr "" 42 43#: commit.c:49 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:3439 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:288 builtin/log.c:713 274#: builtin/log.c:1329 builtin/log.c:1548 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#: wt-status.c:134 400msgid "Unmerged paths:" 401msgstr "" 402 403#: wt-status.c:140 wt-status.c:157 404#, c-format 405msgid " (use \"git reset %s <file>...\" to unstage)" 406msgstr "" 407 408#: wt-status.c:142 wt-status.c:159 409msgid " (use \"git rm --cached <file>...\" to unstage)" 410msgstr "" 411 412#: wt-status.c:143 413msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 414msgstr "" 415 416#: wt-status.c:151 417msgid "Changes to be committed:" 418msgstr "" 419 420#: wt-status.c:169 421msgid "Changes not staged for commit:" 422msgstr "" 423 424#: wt-status.c:173 425msgid " (use \"git add <file>...\" to update what will be committed)" 426msgstr "" 427 428#: wt-status.c:175 429msgid " (use \"git add/rm <file>...\" to update what will be committed)" 430msgstr "" 431 432#: wt-status.c:176 433msgid "" 434" (use \"git checkout -- <file>...\" to discard changes in working directory)" 435msgstr "" 436 437#: wt-status.c:178 438msgid " (commit or discard the untracked or modified content in submodules)" 439msgstr "" 440 441#: wt-status.c:187 442#, c-format 443msgid "%s files:" 444msgstr "" 445 446#: wt-status.c:190 447#, c-format 448msgid " (use \"git %s <file>...\" to include in what will be committed)" 449msgstr "" 450 451#: wt-status.c:207 452msgid "bug" 453msgstr "" 454 455#: wt-status.c:212 456msgid "both deleted:" 457msgstr "" 458 459#: wt-status.c:213 460msgid "added by us:" 461msgstr "" 462 463#: wt-status.c:214 464msgid "deleted by them:" 465msgstr "" 466 467#: wt-status.c:215 468msgid "added by them:" 469msgstr "" 470 471#: wt-status.c:216 472msgid "deleted by us:" 473msgstr "" 474 475#: wt-status.c:217 476msgid "both added:" 477msgstr "" 478 479#: wt-status.c:218 480msgid "both modified:" 481msgstr "" 482 483#: wt-status.c:248 484msgid "new commits, " 485msgstr "" 486 487#: wt-status.c:250 488msgid "modified content, " 489msgstr "" 490 491#: wt-status.c:252 492msgid "untracked content, " 493msgstr "" 494 495#: wt-status.c:266 496#, c-format 497msgid "new file: %s" 498msgstr "" 499 500#: wt-status.c:269 501#, c-format 502msgid "copied: %s -> %s" 503msgstr "" 504 505#: wt-status.c:272 506#, c-format 507msgid "deleted: %s" 508msgstr "" 509 510#: wt-status.c:275 511#, c-format 512msgid "modified: %s" 513msgstr "" 514 515#: wt-status.c:278 516#, c-format 517msgid "renamed: %s -> %s" 518msgstr "" 519 520#: wt-status.c:281 521#, c-format 522msgid "typechange: %s" 523msgstr "" 524 525#: wt-status.c:284 526#, c-format 527msgid "unknown: %s" 528msgstr "" 529 530#: wt-status.c:287 531#, c-format 532msgid "unmerged: %s" 533msgstr "" 534 535#: wt-status.c:290 536#, c-format 537msgid "bug: unhandled diff status %c" 538msgstr "" 539 540#: wt-status.c:713 541msgid "On branch " 542msgstr "" 543 544#: wt-status.c:720 545msgid "Not currently on any branch." 546msgstr "" 547 548#: wt-status.c:731 549msgid "Initial commit" 550msgstr "" 551 552#: wt-status.c:745 553msgid "Untracked" 554msgstr "" 555 556#: wt-status.c:747 557msgid "Ignored" 558msgstr "" 559 560#: wt-status.c:749 561#, c-format 562msgid "Untracked files not listed%s" 563msgstr "" 564 565#: wt-status.c:751 566msgid " (use -u option to show untracked files)" 567msgstr "" 568 569#: wt-status.c:757 570msgid "No changes" 571msgstr "" 572 573#: wt-status.c:761 574#, c-format 575msgid "no changes added to commit%s\n" 576msgstr "" 577 578#: wt-status.c:763 579msgid " (use \"git add\" and/or \"git commit -a\")" 580msgstr "" 581 582#: wt-status.c:765 583#, c-format 584msgid "nothing added to commit but untracked files present%s\n" 585msgstr "" 586 587#: wt-status.c:767 588msgid " (use \"git add\" to track)" 589msgstr "" 590 591#: wt-status.c:769 wt-status.c:772 wt-status.c:775 592#, c-format 593msgid "nothing to commit%s\n" 594msgstr "" 595 596#: wt-status.c:770 597msgid " (create/copy files and use \"git add\" to track)" 598msgstr "" 599 600#: wt-status.c:773 601msgid " (use -u to show untracked files)" 602msgstr "" 603 604#: wt-status.c:776 605msgid " (working directory clean)" 606msgstr "" 607 608#: wt-status.c:884 609msgid "HEAD (no branch)" 610msgstr "" 611 612#: wt-status.c:890 613msgid "Initial commit on " 614msgstr "" 615 616#: wt-status.c:905 617msgid "behind " 618msgstr "" 619 620#: wt-status.c:908 wt-status.c:911 621msgid "ahead " 622msgstr "" 623 624#: wt-status.c:913 625msgid ", behind " 626msgstr "" 627 628#: builtin/add.c:62 629#, c-format 630msgid "unexpected diff status %c" 631msgstr "" 632 633#: builtin/add.c:67 builtin/commit.c:298 634msgid "updating files failed" 635msgstr "" 636 637#: builtin/add.c:77 638#, c-format 639msgid "remove '%s'\n" 640msgstr "" 641 642#: builtin/add.c:176 643#, c-format 644msgid "Path '%s' is in submodule '%.*s'" 645msgstr "" 646 647#: builtin/add.c:192 648msgid "Unstaged changes after refreshing the index:" 649msgstr "" 650 651#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 652#, c-format 653msgid "pathspec '%s' did not match any files" 654msgstr "" 655 656#: builtin/add.c:209 657#, c-format 658msgid "'%s' is beyond a symbolic link" 659msgstr "" 660 661#: builtin/add.c:276 662msgid "Could not read the index" 663msgstr "" 664 665#: builtin/add.c:286 666#, c-format 667msgid "Could not open '%s' for writing." 668msgstr "" 669 670#: builtin/add.c:290 671msgid "Could not write patch" 672msgstr "" 673 674#: builtin/add.c:295 675#, c-format 676msgid "Could not stat '%s'" 677msgstr "" 678 679#: builtin/add.c:297 680msgid "Empty patch. Aborted." 681msgstr "" 682 683#: builtin/add.c:303 684#, c-format 685msgid "Could not apply '%s'" 686msgstr "" 687 688#: builtin/add.c:312 689msgid "The following paths are ignored by one of your .gitignore files:\n" 690msgstr "" 691 692#: builtin/add.c:352 693#, c-format 694msgid "Use -f if you really want to add them.\n" 695msgstr "" 696 697#: builtin/add.c:353 698msgid "no files added" 699msgstr "" 700 701#: builtin/add.c:359 702msgid "adding files failed" 703msgstr "" 704 705#: builtin/add.c:391 706msgid "-A and -u are mutually incompatible" 707msgstr "" 708 709#: builtin/add.c:393 710msgid "Option --ignore-missing can only be used together with --dry-run" 711msgstr "" 712 713#: builtin/add.c:413 714#, c-format 715msgid "Nothing specified, nothing added.\n" 716msgstr "" 717 718#: builtin/add.c:414 719#, c-format 720msgid "Maybe you wanted to say 'git add .'?\n" 721msgstr "" 722 723#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82 724#: builtin/rm.c:162 725msgid "index file corrupt" 726msgstr "" 727 728#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260 729msgid "Unable to write new index file" 730msgstr "" 731 732#: builtin/archive.c:17 733#, c-format 734msgid "could not create archive file '%s'" 735msgstr "" 736 737#: builtin/archive.c:20 738msgid "could not redirect output" 739msgstr "" 740 741#: builtin/archive.c:37 742msgid "git archive: Remote with no URL" 743msgstr "" 744 745#: builtin/archive.c:58 746msgid "git archive: expected ACK/NAK, got EOF" 747msgstr "" 748 749#: builtin/archive.c:63 750#, c-format 751msgid "git archive: NACK %s" 752msgstr "" 753 754#: builtin/archive.c:65 755#, c-format 756msgid "remote error: %s" 757msgstr "" 758 759#: builtin/archive.c:66 760msgid "git archive: protocol error" 761msgstr "" 762 763#: builtin/archive.c:71 764msgid "git archive: expected a flush" 765msgstr "" 766 767#: builtin/branch.c:137 768#, c-format 769msgid "" 770"deleting branch '%s' that has been merged to\n" 771" '%s', but not yet merged to HEAD." 772msgstr "" 773 774#: builtin/branch.c:141 775#, c-format 776msgid "" 777"not deleting branch '%s' that is not yet merged to\n" 778" '%s', even though it is merged to HEAD." 779msgstr "" 780 781#. TRANSLATORS: This is "remote " in "remote branch '%s' not found" 782#: builtin/branch.c:163 783msgid "remote " 784msgstr "" 785 786#: builtin/branch.c:171 787msgid "cannot use -a with -d" 788msgstr "" 789 790#: builtin/branch.c:177 791msgid "Couldn't look up commit object for HEAD" 792msgstr "" 793 794#: builtin/branch.c:182 795#, c-format 796msgid "Cannot delete the branch '%s' which you are currently on." 797msgstr "" 798 799#: builtin/branch.c:192 800#, c-format 801msgid "%sbranch '%s' not found." 802msgstr "" 803 804#: builtin/branch.c:200 805#, c-format 806msgid "Couldn't look up commit object for '%s'" 807msgstr "" 808 809#: builtin/branch.c:206 810#, c-format 811msgid "" 812"The branch '%s' is not fully merged.\n" 813"If you are sure you want to delete it, run 'git branch -D %s'." 814msgstr "" 815 816#: builtin/branch.c:214 817#, c-format 818msgid "Error deleting %sbranch '%s'" 819msgstr "" 820 821#: builtin/branch.c:219 822#, c-format 823msgid "Deleted %sbranch %s (was %s).\n" 824msgstr "" 825 826#: builtin/branch.c:224 827msgid "Update of config-file failed" 828msgstr "" 829 830#: builtin/branch.c:322 831#, c-format 832msgid "branch '%s' does not point at a commit" 833msgstr "" 834 835#: builtin/branch.c:394 836#, c-format 837msgid "behind %d] " 838msgstr "" 839 840#: builtin/branch.c:396 841#, c-format 842msgid "ahead %d] " 843msgstr "" 844 845#: builtin/branch.c:398 846#, c-format 847msgid "ahead %d, behind %d] " 848msgstr "" 849 850#: builtin/branch.c:501 851msgid "(no branch)" 852msgstr "" 853 854#: builtin/branch.c:566 855msgid "some refs could not be read" 856msgstr "" 857 858#: builtin/branch.c:579 859msgid "cannot rename the current branch while not on any." 860msgstr "" 861 862#: builtin/branch.c:589 863#, c-format 864msgid "Invalid branch name: '%s'" 865msgstr "" 866 867#: builtin/branch.c:604 868msgid "Branch rename failed" 869msgstr "" 870 871#: builtin/branch.c:608 872#, c-format 873msgid "Renamed a misnamed branch '%s' away" 874msgstr "" 875 876#: builtin/branch.c:612 877#, c-format 878msgid "Branch renamed to %s, but HEAD is not updated!" 879msgstr "" 880 881#: builtin/branch.c:619 882msgid "Branch is renamed, but update of config-file failed" 883msgstr "" 884 885#: builtin/branch.c:634 886#, c-format 887msgid "malformed object name %s" 888msgstr "" 889 890#: builtin/branch.c:658 891#, c-format 892msgid "could not write branch description template: %s\n" 893msgstr "" 894 895#: builtin/branch.c:746 896msgid "Failed to resolve HEAD as a valid ref." 897msgstr "" 898 899#: builtin/branch.c:751 builtin/clone.c:558 900msgid "HEAD not found below refs/heads!" 901msgstr "" 902 903#: builtin/branch.c:809 904msgid "-a and -r options to 'git branch' do not make sense with a branch name" 905msgstr "" 906 907#: builtin/bundle.c:47 908#, c-format 909msgid "%s is okay\n" 910msgstr "" 911 912#: builtin/bundle.c:56 913msgid "Need a repository to create a bundle." 914msgstr "" 915 916#: builtin/bundle.c:60 917msgid "Need a repository to unbundle." 918msgstr "" 919 920#: builtin/checkout.c:113 builtin/checkout.c:146 921#, c-format 922msgid "path '%s' does not have our version" 923msgstr "" 924 925#: builtin/checkout.c:115 builtin/checkout.c:148 926#, c-format 927msgid "path '%s' does not have their version" 928msgstr "" 929 930#: builtin/checkout.c:131 931#, c-format 932msgid "path '%s' does not have all necessary versions" 933msgstr "" 934 935#: builtin/checkout.c:175 936#, c-format 937msgid "path '%s' does not have necessary versions" 938msgstr "" 939 940#: builtin/checkout.c:192 941#, c-format 942msgid "path '%s': cannot merge" 943msgstr "" 944 945#: builtin/checkout.c:209 946#, c-format 947msgid "Unable to add merge result for '%s'" 948msgstr "" 949 950#: builtin/checkout.c:212 builtin/reset.c:158 951#, c-format 952msgid "make_cache_entry failed for path '%s'" 953msgstr "" 954 955#: builtin/checkout.c:234 builtin/checkout.c:392 956msgid "corrupt index file" 957msgstr "" 958 959#: builtin/checkout.c:264 builtin/checkout.c:271 960#, c-format 961msgid "path '%s' is unmerged" 962msgstr "" 963 964#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583 965#: builtin/merge.c:812 966msgid "unable to write new index file" 967msgstr "" 968 969#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408 970msgid "diff_setup_done failed" 971msgstr "" 972 973#: builtin/checkout.c:414 974msgid "you need to resolve your current index first" 975msgstr "" 976 977#: builtin/checkout.c:533 978#, c-format 979msgid "Can not do reflog for '%s'\n" 980msgstr "" 981 982#: builtin/checkout.c:565 983msgid "HEAD is now at" 984msgstr "" 985 986#: builtin/checkout.c:572 987#, c-format 988msgid "Reset branch '%s'\n" 989msgstr "" 990 991#: builtin/checkout.c:575 992#, c-format 993msgid "Already on '%s'\n" 994msgstr "" 995 996#: builtin/checkout.c:579 997#, c-format 998msgid "Switched to and reset branch '%s'\n" 999msgstr ""10001001#: builtin/checkout.c:5811002#, c-format1003msgid "Switched to a new branch '%s'\n"1004msgstr ""10051006#: builtin/checkout.c:5831007#, c-format1008msgid "Switched to branch '%s'\n"1009msgstr ""10101011#: builtin/checkout.c:6391012#, c-format1013msgid " ... and %d more.\n"1014msgstr ""10151016#. The singular version1017#: builtin/checkout.c:6451018#, c-format1019msgid ""1020"Warning: you are leaving %d commit behind, not connected to\n"1021"any of your branches:\n"1022"\n"1023"%s\n"1024msgid_plural ""1025"Warning: you are leaving %d commits behind, not connected to\n"1026"any of your branches:\n"1027"\n"1028"%s\n"1029msgstr[0] ""1030msgstr[1] ""10311032#: builtin/checkout.c:6631033#, c-format1034msgid ""1035"If you want to keep them by creating a new branch, this may be a good time\n"1036"to do so with:\n"1037"\n"1038" git branch new_branch_name %s\n"1039"\n"1040msgstr ""10411042#: builtin/checkout.c:6931043msgid "internal error in revision walk"1044msgstr ""10451046#: builtin/checkout.c:6971047msgid "Previous HEAD position was"1048msgstr ""10491050#: builtin/checkout.c:7231051msgid "You are on a branch yet to be born"1052msgstr ""10531054#. case (1)1055#: builtin/checkout.c:8541056#, c-format1057msgid "invalid reference: %s"1058msgstr ""10591060#. case (1): want a tree1061#: builtin/checkout.c:8931062#, c-format1063msgid "reference is not a tree: %s"1064msgstr ""10651066#: builtin/checkout.c:9731067msgid "-B cannot be used with -b"1068msgstr ""10691070#: builtin/checkout.c:9821071msgid "--patch is incompatible with all other options"1072msgstr ""10731074#: builtin/checkout.c:9851075msgid "--detach cannot be used with -b/-B/--orphan"1076msgstr ""10771078#: builtin/checkout.c:9871079msgid "--detach cannot be used with -t"1080msgstr ""10811082#: builtin/checkout.c:9931083msgid "--track needs a branch name"1084msgstr ""10851086#: builtin/checkout.c:10001087msgid "Missing branch name; try -b"1088msgstr ""10891090#: builtin/checkout.c:10061091msgid "--orphan and -b|-B are mutually exclusive"1092msgstr ""10931094#: builtin/checkout.c:10081095msgid "--orphan cannot be used with -t"1096msgstr ""10971098#: builtin/checkout.c:10181099msgid "git checkout: -f and -m are incompatible"1100msgstr ""11011102#: builtin/checkout.c:10521103msgid "invalid path specification"1104msgstr ""11051106#: builtin/checkout.c:10601107#, c-format1108msgid ""1109"git checkout: updating paths is incompatible with switching branches.\n"1110"Did you intend to checkout '%s' which can not be resolved as commit?"1111msgstr ""11121113#: builtin/checkout.c:10621114msgid "git checkout: updating paths is incompatible with switching branches."1115msgstr ""11161117#: builtin/checkout.c:10671118msgid "git checkout: --detach does not take a path argument"1119msgstr ""11201121#: builtin/checkout.c:10701122msgid ""1123"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1124"checking out of the index."1125msgstr ""11261127#: builtin/checkout.c:10891128msgid "Cannot switch branch to a non-commit."1129msgstr ""11301131#: builtin/checkout.c:10921132msgid "--ours/--theirs is incompatible with switching branches."1133msgstr ""11341135#: builtin/clean.c:781136msgid "-x and -X cannot be used together"1137msgstr ""11381139#: builtin/clean.c:821140msgid ""1141"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1142msgstr ""11431144#: builtin/clean.c:851145msgid ""1146"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1147"clean"1148msgstr ""11491150#: builtin/clean.c:155 builtin/clean.c:1761151#, c-format1152msgid "Would remove %s\n"1153msgstr ""11541155#: builtin/clean.c:159 builtin/clean.c:1791156#, c-format1157msgid "Removing %s\n"1158msgstr ""11591160#: builtin/clean.c:162 builtin/clean.c:1821161#, c-format1162msgid "failed to remove %s"1163msgstr ""11641165#: builtin/clean.c:1661166#, c-format1167msgid "Would not remove %s\n"1168msgstr ""11691170#: builtin/clean.c:1681171#, c-format1172msgid "Not removing %s\n"1173msgstr ""11741175#: builtin/clone.c:2431176#, c-format1177msgid "reference repository '%s' is not a local directory."1178msgstr ""11791180#: builtin/clone.c:3021181#, c-format1182msgid "failed to open '%s'"1183msgstr ""11841185#: builtin/clone.c:3061186#, c-format1187msgid "failed to create directory '%s'"1188msgstr ""11891190#: builtin/clone.c:308 builtin/diff.c:751191#, c-format1192msgid "failed to stat '%s'"1193msgstr ""11941195#: builtin/clone.c:3101196#, c-format1197msgid "%s exists and is not a directory"1198msgstr ""11991200#: builtin/clone.c:3241201#, c-format1202msgid "failed to stat %s\n"1203msgstr ""12041205#: builtin/clone.c:3411206#, c-format1207msgid "failed to unlink '%s'"1208msgstr ""12091210#: builtin/clone.c:3461211#, c-format1212msgid "failed to create link '%s'"1213msgstr ""12141215#: builtin/clone.c:3501216#, c-format1217msgid "failed to copy file to '%s'"1218msgstr ""12191220#: builtin/clone.c:3731221#, c-format1222msgid "done.\n"1223msgstr ""12241225#: builtin/clone.c:4401226#, c-format1227msgid "Could not find remote branch %s to clone."1228msgstr ""12291230#: builtin/clone.c:5491231msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1232msgstr ""12331234#: builtin/clone.c:6391235msgid "Too many arguments."1236msgstr ""12371238#: builtin/clone.c:6431239msgid "You must specify a repository to clone."1240msgstr ""12411242#: builtin/clone.c:6541243#, c-format1244msgid "--bare and --origin %s options are incompatible."1245msgstr ""12461247#: builtin/clone.c:6681248#, c-format1249msgid "repository '%s' does not exist"1250msgstr ""12511252#: builtin/clone.c:6731253msgid "--depth is ignored in local clones; use file:// instead."1254msgstr ""12551256#: builtin/clone.c:6831257#, c-format1258msgid "destination path '%s' already exists and is not an empty directory."1259msgstr ""12601261#: builtin/clone.c:6931262#, c-format1263msgid "working tree '%s' already exists."1264msgstr ""12651266#: builtin/clone.c:706 builtin/clone.c:7201267#, c-format1268msgid "could not create leading directories of '%s'"1269msgstr ""12701271#: builtin/clone.c:7091272#, c-format1273msgid "could not create work tree dir '%s'."1274msgstr ""12751276#: builtin/clone.c:7281277#, c-format1278msgid "Cloning into bare repository '%s'...\n"1279msgstr ""12801281#: builtin/clone.c:7301282#, c-format1283msgid "Cloning into '%s'...\n"1284msgstr ""12851286#: builtin/clone.c:7861287#, c-format1288msgid "Don't know how to clone %s"1289msgstr ""12901291#: builtin/clone.c:8351292#, c-format1293msgid "Remote branch %s not found in upstream %s"1294msgstr ""12951296#: builtin/clone.c:8421297msgid "You appear to have cloned an empty repository."1298msgstr ""12991300#: builtin/commit.c:421301msgid ""1302"Your name and email address were configured automatically based\n"1303"on your username and hostname. Please check that they are accurate.\n"1304"You can suppress this message by setting them explicitly:\n"1305"\n"1306" git config --global user.name \"Your Name\"\n"1307" git config --global user.email you@example.com\n"1308"\n"1309"After doing this, you may fix the identity used for this commit with:\n"1310"\n"1311" git commit --amend --reset-author\n"1312msgstr ""13131314#: builtin/commit.c:541315msgid ""1316"You asked to amend the most recent commit, but doing so would make\n"1317"it empty. You can repeat your command with --allow-empty, or you can\n"1318"remove the commit entirely with \"git reset HEAD^\".\n"1319msgstr ""13201321#: builtin/commit.c:591322msgid ""1323"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1324"If you wish to commit it anyway, use:\n"1325"\n"1326" git commit --allow-empty\n"1327"\n"1328"Otherwise, please use 'git reset'\n"1329msgstr ""13301331#: builtin/commit.c:205 builtin/reset.c:331332msgid "merge"1333msgstr ""13341335#: builtin/commit.c:2081336msgid "cherry-pick"1337msgstr ""13381339#: builtin/commit.c:3251340msgid "failed to unpack HEAD tree object"1341msgstr ""13421343#: builtin/commit.c:3671344msgid "unable to create temporary index"1345msgstr ""13461347#: builtin/commit.c:3731348msgid "interactive add failed"1349msgstr ""13501351#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:4731352msgid "unable to write new_index file"1353msgstr ""13541355#: builtin/commit.c:4571356#, c-format1357msgid "cannot do a partial commit during a %s."1358msgstr ""13591360#: builtin/commit.c:4661361msgid "cannot read the index"1362msgstr ""13631364#: builtin/commit.c:4861365msgid "unable to write temporary index file"1366msgstr ""13671368#: builtin/commit.c:561 builtin/commit.c:5671369#, c-format1370msgid "invalid commit: %s"1371msgstr ""13721373#: builtin/commit.c:5901374msgid "malformed --author parameter"1375msgstr ""13761377#: builtin/commit.c:6511378#, c-format1379msgid "Malformed ident string: '%s'"1380msgstr ""13811382#: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:10331383#, c-format1384msgid "could not lookup commit %s"1385msgstr ""13861387#: builtin/commit.c:701 builtin/shortlog.c:2961388#, c-format1389msgid "(reading log message from standard input)\n"1390msgstr ""13911392#: builtin/commit.c:7031393msgid "could not read log from standard input"1394msgstr ""13951396#: builtin/commit.c:7071397#, c-format1398msgid "could not read log file '%s'"1399msgstr ""14001401#: builtin/commit.c:7131402msgid "commit has empty message"1403msgstr ""14041405#: builtin/commit.c:7291406msgid "could not read MERGE_MSG"1407msgstr ""14081409#: builtin/commit.c:7331410msgid "could not read SQUASH_MSG"1411msgstr ""14121413#: builtin/commit.c:7371414#, c-format1415msgid "could not read '%s'"1416msgstr ""14171418#: builtin/commit.c:7651419#, c-format1420msgid "could not open '%s'"1421msgstr ""14221423#: builtin/commit.c:7891424msgid "could not write commit template"1425msgstr ""14261427#: builtin/commit.c:7991428#, c-format1429msgid ""1430"\n"1431"It looks like you may be committing a %s.\n"1432"If this is not correct, please remove the file\n"1433"\t%s\n"1434"and try again.\n"1435msgstr ""14361437#: builtin/commit.c:8121438msgid "Please enter the commit message for your changes."1439msgstr ""14401441#: builtin/commit.c:8151442msgid ""1443" Lines starting\n"1444"with '#' will be ignored, and an empty message aborts the commit.\n"1445msgstr ""14461447#: builtin/commit.c:8201448msgid ""1449" Lines starting\n"1450"with '#' will be kept; you may remove them yourself if you want to.\n"1451"An empty message aborts the commit.\n"1452msgstr ""14531454#: builtin/commit.c:8321455#, c-format1456msgid "%sAuthor: %s"1457msgstr ""14581459#: builtin/commit.c:8391460#, c-format1461msgid "%sCommitter: %s"1462msgstr ""14631464#: builtin/commit.c:8591465msgid "Cannot read index"1466msgstr ""14671468#: builtin/commit.c:8961469msgid "Error building trees"1470msgstr ""14711472#: builtin/commit.c:911 builtin/tag.c:3571473#, c-format1474msgid "Please supply the message using either -m or -F option.\n"1475msgstr ""14761477#: builtin/commit.c:10081478#, c-format1479msgid "No existing author found with '%s'"1480msgstr ""14811482#: builtin/commit.c:1023 builtin/commit.c:12171483#, c-format1484msgid "Invalid untracked files mode '%s'"1485msgstr ""14861487#: builtin/commit.c:10631488msgid "Using both --reset-author and --author does not make sense"1489msgstr ""14901491#: builtin/commit.c:10741492msgid "You have nothing to amend."1493msgstr ""14941495#: builtin/commit.c:10761496#, c-format1497msgid "You are in the middle of a %s -- cannot amend."1498msgstr ""14991500#: builtin/commit.c:10781501msgid "Options --squash and --fixup cannot be used together"1502msgstr ""15031504#: builtin/commit.c:10881505msgid "Only one of -c/-C/-F/--fixup can be used."1506msgstr ""15071508#: builtin/commit.c:10901509msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1510msgstr ""15111512#: builtin/commit.c:10981513msgid "--reset-author can be used only with -C, -c or --amend."1514msgstr ""15151516#: builtin/commit.c:11151517msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1518msgstr ""15191520#: builtin/commit.c:11171521msgid "No paths with --include/--only does not make sense."1522msgstr ""15231524#: builtin/commit.c:11191525msgid "Clever... amending the last one with dirty index."1526msgstr ""15271528#: builtin/commit.c:11211529msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1530msgstr ""15311532#: builtin/commit.c:1131 builtin/tag.c:5561533#, c-format1534msgid "Invalid cleanup mode %s"1535msgstr ""15361537#: builtin/commit.c:11361538msgid "Paths with -a does not make sense."1539msgstr ""15401541#: builtin/commit.c:13151542msgid "couldn't look up newly created commit"1543msgstr ""15441545#: builtin/commit.c:13171546msgid "could not parse newly created commit"1547msgstr ""15481549#: builtin/commit.c:13581550msgid "detached HEAD"1551msgstr ""15521553#: builtin/commit.c:13601554msgid " (root-commit)"1555msgstr ""15561557#: builtin/commit.c:14501558msgid "could not parse HEAD commit"1559msgstr ""15601561#: builtin/commit.c:1487 builtin/merge.c:5091562#, c-format1563msgid "could not open '%s' for reading"1564msgstr ""15651566#: builtin/commit.c:14941567#, c-format1568msgid "Corrupt MERGE_HEAD file (%s)"1569msgstr ""15701571#: builtin/commit.c:15011572msgid "could not read MERGE_MODE"1573msgstr ""15741575#: builtin/commit.c:15201576#, c-format1577msgid "could not read commit message: %s"1578msgstr ""15791580#: builtin/commit.c:15341581#, c-format1582msgid "Aborting commit; you did not edit the message.\n"1583msgstr ""15841585#: builtin/commit.c:15391586#, c-format1587msgid "Aborting commit due to empty commit message.\n"1588msgstr ""15891590#: builtin/commit.c:1554 builtin/merge.c:936 builtin/merge.c:9611591msgid "failed to write commit object"1592msgstr ""15931594#: builtin/commit.c:15751595msgid "cannot lock HEAD ref"1596msgstr ""15971598#: builtin/commit.c:15791599msgid "cannot update HEAD ref"1600msgstr ""16011602#: builtin/commit.c:15901603msgid ""1604"Repository has been updated, but unable to write\n"1605"new_index file. Check that disk is not full or quota is\n"1606"not exceeded, and then \"git reset HEAD\" to recover."1607msgstr ""16081609#: builtin/describe.c:2341610#, c-format1611msgid "annotated tag %s not available"1612msgstr ""16131614#: builtin/describe.c:2381615#, c-format1616msgid "annotated tag %s has no embedded name"1617msgstr ""16181619#: builtin/describe.c:2401620#, c-format1621msgid "tag '%s' is really '%s' here"1622msgstr ""16231624#: builtin/describe.c:2671625#, c-format1626msgid "Not a valid object name %s"1627msgstr ""16281629#: builtin/describe.c:2701630#, c-format1631msgid "%s is not a valid '%s' object"1632msgstr ""16331634#: builtin/describe.c:2871635#, c-format1636msgid "no tag exactly matches '%s'"1637msgstr ""16381639#: builtin/describe.c:2891640#, c-format1641msgid "searching to describe %s\n"1642msgstr ""16431644#: builtin/describe.c:3291645#, c-format1646msgid "finished search at %s\n"1647msgstr ""16481649#: builtin/describe.c:3531650#, c-format1651msgid ""1652"No annotated tags can describe '%s'.\n"1653"However, there were unannotated tags: try --tags."1654msgstr ""16551656#: builtin/describe.c:3571657#, c-format1658msgid ""1659"No tags can describe '%s'.\n"1660"Try --always, or create some tags."1661msgstr ""16621663#: builtin/describe.c:3781664#, c-format1665msgid "traversed %lu commits\n"1666msgstr ""16671668#: builtin/describe.c:3811669#, c-format1670msgid ""1671"more than %i tags found; listed %i most recent\n"1672"gave up search at %s\n"1673msgstr ""16741675#: builtin/describe.c:4361676msgid "--long is incompatible with --abbrev=0"1677msgstr ""16781679#: builtin/describe.c:4621680msgid "No names found, cannot describe anything."1681msgstr ""16821683#: builtin/describe.c:4821684msgid "--dirty is incompatible with committishes"1685msgstr ""16861687#: builtin/diff.c:771688#, c-format1689msgid "'%s': not a regular file or symlink"1690msgstr ""16911692#: builtin/diff.c:2201693#, c-format1694msgid "invalid option: %s"1695msgstr ""16961697#: builtin/diff.c:2971698msgid "Not a git repository"1699msgstr ""17001701#: builtin/diff.c:3471702#, c-format1703msgid "invalid object '%s' given."1704msgstr ""17051706#: builtin/diff.c:3521707#, c-format1708msgid "more than %d trees given: '%s'"1709msgstr ""17101711#: builtin/diff.c:3621712#, c-format1713msgid "more than two blobs given: '%s'"1714msgstr ""17151716#: builtin/diff.c:3701717#, c-format1718msgid "unhandled object '%s' given."1719msgstr ""17201721#: builtin/fetch.c:2001722msgid "Couldn't find remote ref HEAD"1723msgstr ""17241725#: builtin/fetch.c:2531726#, c-format1727msgid "object %s not found"1728msgstr ""17291730#: builtin/fetch.c:2591731msgid "[up to date]"1732msgstr ""17331734#: builtin/fetch.c:2731735#, c-format1736msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1737msgstr ""17381739#: builtin/fetch.c:274 builtin/fetch.c:3601740msgid "[rejected]"1741msgstr ""17421743#: builtin/fetch.c:2851744msgid "[tag update]"1745msgstr ""17461747#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3401748msgid " (unable to update local ref)"1749msgstr ""17501751#: builtin/fetch.c:3051752msgid "[new tag]"1753msgstr ""17541755#: builtin/fetch.c:3081756msgid "[new branch]"1757msgstr ""17581759#: builtin/fetch.c:3111760msgid "[new ref]"1761msgstr ""17621763#: builtin/fetch.c:3561764msgid "unable to update local ref"1765msgstr ""17661767#: builtin/fetch.c:3561768msgid "forced update"1769msgstr ""17701771#: builtin/fetch.c:3621772msgid "(non-fast-forward)"1773msgstr ""17741775#: builtin/fetch.c:393 builtin/fetch.c:6851776#, c-format1777msgid "cannot open %s: %s\n"1778msgstr ""17791780#: builtin/fetch.c:4021781#, c-format1782msgid "%s did not send all necessary objects\n"1783msgstr ""17841785#: builtin/fetch.c:4881786#, c-format1787msgid "From %.*s\n"1788msgstr ""17891790#: builtin/fetch.c:4991791#, c-format1792msgid ""1793"some local refs could not be updated; try running\n"1794" 'git remote prune %s' to remove any old, conflicting branches"1795msgstr ""17961797#: builtin/fetch.c:5491798#, c-format1799msgid " (%s will become dangling)\n"1800msgstr ""18011802#: builtin/fetch.c:5501803#, c-format1804msgid " (%s has become dangling)\n"1805msgstr ""18061807#: builtin/fetch.c:5571808msgid "[deleted]"1809msgstr ""18101811#: builtin/fetch.c:5581812msgid "(none)"1813msgstr ""18141815#: builtin/fetch.c:6751816#, c-format1817msgid "Refusing to fetch into current branch %s of non-bare repository"1818msgstr ""18191820#: builtin/fetch.c:7091821#, c-format1822msgid "Don't know how to fetch from %s"1823msgstr ""18241825#: builtin/fetch.c:7861826#, c-format1827msgid "Option \"%s\" value \"%s\" is not valid for %s"1828msgstr ""18291830#: builtin/fetch.c:7891831#, c-format1832msgid "Option \"%s\" is ignored for %s\n"1833msgstr ""18341835#: builtin/fetch.c:8881836#, c-format1837msgid "Fetching %s\n"1838msgstr ""18391840#: builtin/fetch.c:8901841#, c-format1842msgid "Could not fetch %s"1843msgstr ""18441845#: builtin/fetch.c:9071846msgid ""1847"No remote repository specified. Please, specify either a URL or a\n"1848"remote name from which new revisions should be fetched."1849msgstr ""18501851#: builtin/fetch.c:9271852msgid "You need to specify a tag name."1853msgstr ""18541855#: builtin/fetch.c:9791856msgid "fetch --all does not take a repository argument"1857msgstr ""18581859#: builtin/fetch.c:9811860msgid "fetch --all does not make sense with refspecs"1861msgstr ""18621863#: builtin/fetch.c:9921864#, c-format1865msgid "No such remote or remote group: %s"1866msgstr ""18671868#: builtin/fetch.c:10001869msgid "Fetching a group and specifying refspecs does not make sense"1870msgstr ""18711872#: builtin/gc.c:631873#, c-format1874msgid "Invalid %s: '%s'"1875msgstr ""18761877#: builtin/gc.c:901878#, c-format1879msgid "insanely long object directory %.*s"1880msgstr ""18811882#: builtin/gc.c:2211883#, c-format1884msgid "Auto packing the repository for optimum performance.\n"1885msgstr ""18861887#: builtin/gc.c:2241888#, c-format1889msgid ""1890"Auto packing the repository for optimum performance. You may also\n"1891"run \"git gc\" manually. See \"git help gc\" for more information.\n"1892msgstr ""18931894#: builtin/gc.c:2511895msgid ""1896"There are too many unreachable loose objects; run 'git prune' to remove them."1897msgstr ""18981899#: builtin/grep.c:2161900#, c-format1901msgid "grep: failed to create thread: %s"1902msgstr ""19031904#: builtin/grep.c:4021905#, c-format1906msgid "Failed to chdir: %s"1907msgstr ""19081909#: builtin/grep.c:478 builtin/grep.c:5121910#, c-format1911msgid "unable to read tree (%s)"1912msgstr ""19131914#: builtin/grep.c:5261915#, c-format1916msgid "unable to grep from object of type %s"1917msgstr ""19181919#: builtin/grep.c:5841920#, c-format1921msgid "switch `%c' expects a numerical value"1922msgstr ""19231924#: builtin/grep.c:6011925#, c-format1926msgid "cannot open '%s'"1927msgstr ""19281929#: builtin/grep.c:8881930msgid "no pattern given."1931msgstr ""19321933#: builtin/grep.c:9021934#, c-format1935msgid "bad object %s"1936msgstr ""19371938#: builtin/grep.c:9431939msgid "--open-files-in-pager only works on the worktree"1940msgstr ""19411942#: builtin/grep.c:9661943msgid "--cached or --untracked cannot be used with --no-index."1944msgstr ""19451946#: builtin/grep.c:9711947msgid "--no-index or --untracked cannot be used with revs."1948msgstr ""19491950#: builtin/grep.c:9741951msgid "--[no-]exclude-standard cannot be used for tracked contents."1952msgstr ""19531954#: builtin/grep.c:9821955msgid "both --cached and trees are given."1956msgstr ""19571958#: builtin/init-db.c:351959#, c-format1960msgid "Could not make %s writable by group"1961msgstr ""19621963#: builtin/init-db.c:621964#, c-format1965msgid "insanely long template name %s"1966msgstr ""19671968#: builtin/init-db.c:671969#, c-format1970msgid "cannot stat '%s'"1971msgstr ""19721973#: builtin/init-db.c:731974#, c-format1975msgid "cannot stat template '%s'"1976msgstr ""19771978#: builtin/init-db.c:801979#, c-format1980msgid "cannot opendir '%s'"1981msgstr ""19821983#: builtin/init-db.c:971984#, c-format1985msgid "cannot readlink '%s'"1986msgstr ""19871988#: builtin/init-db.c:991989#, c-format1990msgid "insanely long symlink %s"1991msgstr ""19921993#: builtin/init-db.c:1021994#, c-format1995msgid "cannot symlink '%s' '%s'"1996msgstr ""19971998#: builtin/init-db.c:1061999#, c-format2000msgid "cannot copy '%s' to '%s'"2001msgstr ""20022003#: builtin/init-db.c:1102004#, c-format2005msgid "ignoring template %s"2006msgstr ""20072008#: builtin/init-db.c:1332009#, c-format2010msgid "insanely long template path %s"2011msgstr ""20122013#: builtin/init-db.c:1412014#, c-format2015msgid "templates not found %s"2016msgstr ""20172018#: builtin/init-db.c:1542019#, c-format2020msgid "not copying templates of a wrong format version %d from '%s'"2021msgstr ""20222023#: builtin/init-db.c:1922024#, c-format2025msgid "insane git directory %s"2026msgstr ""20272028#: builtin/init-db.c:322 builtin/init-db.c:3252029#, c-format2030msgid "%s already exists"2031msgstr ""20322033#: builtin/init-db.c:3542034#, c-format2035msgid "unable to handle file type %d"2036msgstr ""20372038#: builtin/init-db.c:3572039#, c-format2040msgid "unable to move %s to %s"2041msgstr ""20422043#: builtin/init-db.c:3622044#, c-format2045msgid "Could not create git link %s"2046msgstr ""20472048#.2049#. * TRANSLATORS: The first '%s' is either "Reinitialized2050#. * existing" or "Initialized empty", the second " shared" or2051#. * "", and the last '%s%s' is the verbatim directory name.2052#.2053#: builtin/init-db.c:4192054#, c-format2055msgid "%s%s Git repository in %s%s\n"2056msgstr ""20572058#: builtin/init-db.c:4202059msgid "Reinitialized existing"2060msgstr ""20612062#: builtin/init-db.c:4202063msgid "Initialized empty"2064msgstr ""20652066#: builtin/init-db.c:4212067msgid " shared"2068msgstr ""20692070#: builtin/init-db.c:4402071msgid "cannot tell cwd"2072msgstr ""20732074#: builtin/init-db.c:521 builtin/init-db.c:5282075#, c-format2076msgid "cannot mkdir %s"2077msgstr ""20782079#: builtin/init-db.c:5322080#, c-format2081msgid "cannot chdir to %s"2082msgstr ""20832084#: builtin/init-db.c:5542085#, c-format2086msgid ""2087"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"2088"dir=<directory>)"2089msgstr ""20902091#: builtin/init-db.c:5782092msgid "Cannot access current working directory"2093msgstr ""20942095#: builtin/init-db.c:5852096#, c-format2097msgid "Cannot access work tree '%s'"2098msgstr ""20992100#: builtin/log.c:1872101#, c-format2102msgid "Final output: %d %s\n"2103msgstr ""21042105#: builtin/log.c:395 builtin/log.c:4832106#, c-format2107msgid "Could not read object %s"2108msgstr ""21092110#: builtin/log.c:5072111#, c-format2112msgid "Unknown type: %d"2113msgstr ""21142115#: builtin/log.c:5962116msgid "format.headers without value"2117msgstr ""21182119#: builtin/log.c:6692120msgid "name of output directory is too long"2121msgstr ""21222123#: builtin/log.c:6802124#, c-format2125msgid "Cannot open patch file %s"2126msgstr ""21272128#: builtin/log.c:6942129msgid "Need exactly one range."2130msgstr ""21312132#: builtin/log.c:7022133msgid "Not a range."2134msgstr ""21352136#: builtin/log.c:7392137msgid "Could not extract email from committer identity."2138msgstr ""21392140#: builtin/log.c:7852141msgid "Cover letter needs email format"2142msgstr ""21432144#: builtin/log.c:8792145#, c-format2146msgid "insane in-reply-to: %s"2147msgstr ""21482149#: builtin/log.c:9522150msgid "Two output directories?"2151msgstr ""21522153#: builtin/log.c:11732154#, c-format2155msgid "bogus committer info %s"2156msgstr ""21572158#: builtin/log.c:12182159msgid "-n and -k are mutually exclusive."2160msgstr ""21612162#: builtin/log.c:12202163msgid "--subject-prefix and -k are mutually exclusive."2164msgstr ""21652166#: builtin/log.c:1225 builtin/shortlog.c:2842167#, c-format2168msgid "unrecognized argument: %s"2169msgstr ""21702171#: builtin/log.c:12282172msgid "--name-only does not make sense"2173msgstr ""21742175#: builtin/log.c:12302176msgid "--name-status does not make sense"2177msgstr ""21782179#: builtin/log.c:12322180msgid "--check does not make sense"2181msgstr ""21822183#: builtin/log.c:12552184msgid "standard output, or directory, which one?"2185msgstr ""21862187#: builtin/log.c:12572188#, c-format2189msgid "Could not create directory '%s'"2190msgstr ""21912192#: builtin/log.c:14102193msgid "Failed to create output files"2194msgstr ""21952196#: builtin/log.c:15142197#, c-format2198msgid ""2199"Could not find a tracked remote branch, please specify <upstream> manually.\n"2200msgstr ""22012202#: builtin/log.c:1530 builtin/log.c:1532 builtin/log.c:15442203#, c-format2204msgid "Unknown commit %s"2205msgstr ""22062207#: builtin/merge.c:902208msgid "switch `m' requires a value"2209msgstr ""22102211#: builtin/merge.c:1272212#, c-format2213msgid "Could not find merge strategy '%s'.\n"2214msgstr ""22152216#: builtin/merge.c:1282217#, c-format2218msgid "Available strategies are:"2219msgstr ""22202221#: builtin/merge.c:1332222#, c-format2223msgid "Available custom strategies are:"2224msgstr ""22252226#: builtin/merge.c:2402227msgid "could not run stash."2228msgstr ""22292230#: builtin/merge.c:2452231msgid "stash failed"2232msgstr ""22332234#: builtin/merge.c:2502235#, c-format2236msgid "not a valid object: %s"2237msgstr ""22382239#: builtin/merge.c:269 builtin/merge.c:2862240msgid "read-tree failed"2241msgstr ""22422243#: builtin/merge.c:3162244msgid " (nothing to squash)"2245msgstr ""22462247#: builtin/merge.c:3292248#, c-format2249msgid "Squash commit -- not updating HEAD\n"2250msgstr ""22512252#: builtin/merge.c:3612253msgid "Writing SQUASH_MSG"2254msgstr ""22552256#: builtin/merge.c:3632257msgid "Finishing SQUASH_MSG"2258msgstr ""22592260#: builtin/merge.c:3862261#, c-format2262msgid "No merge message -- not updating HEAD\n"2263msgstr ""22642265#: builtin/merge.c:4372266#, c-format2267msgid "'%s' does not point to a commit"2268msgstr ""22692270#: builtin/merge.c:5362271#, c-format2272msgid "Bad branch.%s.mergeoptions string: %s"2273msgstr ""22742275#: builtin/merge.c:6292276msgid "git write-tree failed to write a tree"2277msgstr ""22782279#: builtin/merge.c:6792280msgid "failed to read the cache"2281msgstr ""22822283#: builtin/merge.c:6972284msgid "Unable to write index."2285msgstr ""22862287#: builtin/merge.c:7102288msgid "Not handling anything other than two heads merge."2289msgstr ""22902291#: builtin/merge.c:7242292#, c-format2293msgid "Unknown option for merge-recursive: -X%s"2294msgstr ""22952296#: builtin/merge.c:7382297#, c-format2298msgid "unable to write %s"2299msgstr ""23002301#: builtin/merge.c:8772302#, c-format2303msgid "Could not read from '%s'"2304msgstr ""23052306#: builtin/merge.c:8862307#, c-format2308msgid "Not committing merge; use 'git commit' to complete the merge.\n"2309msgstr ""23102311#: builtin/merge.c:8922312msgid ""2313"Please enter a commit message to explain why this merge is necessary,\n"2314"especially if it merges an updated upstream into a topic branch.\n"2315"\n"2316"Lines starting with '#' will be ignored, and an empty message aborts\n"2317"the commit.\n"2318msgstr ""23192320#: builtin/merge.c:9162321msgid "Empty commit message."2322msgstr ""23232324#: builtin/merge.c:9282325#, c-format2326msgid "Wonderful.\n"2327msgstr ""23282329#: builtin/merge.c:9932330#, c-format2331msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2332msgstr ""23332334#: builtin/merge.c:10092335#, c-format2336msgid "'%s' is not a commit"2337msgstr ""23382339#: builtin/merge.c:10502340msgid "No current branch."2341msgstr ""23422343#: builtin/merge.c:10522344msgid "No remote for the current branch."2345msgstr ""23462347#: builtin/merge.c:10542348msgid "No default upstream defined for the current branch."2349msgstr ""23502351#: builtin/merge.c:10592352#, c-format2353msgid "No remote tracking branch for %s from %s"2354msgstr ""23552356#: builtin/merge.c:1146 builtin/merge.c:13032357#, c-format2358msgid "%s - not something we can merge"2359msgstr ""23602361#: builtin/merge.c:12142362msgid "There is no merge to abort (MERGE_HEAD missing)."2363msgstr ""23642365#: builtin/merge.c:1230 git-pull.sh:312366msgid ""2367"You have not concluded your merge (MERGE_HEAD exists).\n"2368"Please, commit your changes before you can merge."2369msgstr ""23702371#: builtin/merge.c:1233 git-pull.sh:342372msgid "You have not concluded your merge (MERGE_HEAD exists)."2373msgstr ""23742375#: builtin/merge.c:12372376msgid ""2377"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2378"Please, commit your changes before you can merge."2379msgstr ""23802381#: builtin/merge.c:12402382msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2383msgstr ""23842385#: builtin/merge.c:12492386msgid "You cannot combine --squash with --no-ff."2387msgstr ""23882389#: builtin/merge.c:12542390msgid "You cannot combine --no-ff with --ff-only."2391msgstr ""23922393#: builtin/merge.c:12612394msgid "No commit specified and merge.defaultToUpstream not set."2395msgstr ""23962397#: builtin/merge.c:12932398msgid "Can merge only exactly one commit into empty head"2399msgstr ""24002401#: builtin/merge.c:12962402msgid "Squash commit into empty head not supported yet"2403msgstr ""24042405#: builtin/merge.c:12982406msgid "Non-fast-forward commit does not make sense into an empty head"2407msgstr ""24082409#: builtin/merge.c:14132410#, c-format2411msgid "Updating %s..%s\n"2412msgstr ""24132414#: builtin/merge.c:14512415#, c-format2416msgid "Trying really trivial in-index merge...\n"2417msgstr ""24182419#: builtin/merge.c:14582420#, c-format2421msgid "Nope.\n"2422msgstr ""24232424#: builtin/merge.c:14902425msgid "Not possible to fast-forward, aborting."2426msgstr ""24272428#: builtin/merge.c:1513 builtin/merge.c:15922429#, c-format2430msgid "Rewinding the tree to pristine...\n"2431msgstr ""24322433#: builtin/merge.c:15172434#, c-format2435msgid "Trying merge strategy %s...\n"2436msgstr ""24372438#: builtin/merge.c:15832439#, c-format2440msgid "No merge strategy handled the merge.\n"2441msgstr ""24422443#: builtin/merge.c:15852444#, c-format2445msgid "Merge with strategy %s failed.\n"2446msgstr ""24472448#: builtin/merge.c:15942449#, c-format2450msgid "Using the %s to prepare resolving by hand.\n"2451msgstr ""24522453#: builtin/merge.c:16062454#, c-format2455msgid "Automatic merge went well; stopped before committing as requested\n"2456msgstr ""24572458#: builtin/mv.c:1082459#, c-format2460msgid "Checking rename of '%s' to '%s'\n"2461msgstr ""24622463#: builtin/mv.c:1122464msgid "bad source"2465msgstr ""24662467#: builtin/mv.c:1152468msgid "can not move directory into itself"2469msgstr ""24702471#: builtin/mv.c:1182472msgid "cannot move directory over file"2473msgstr ""24742475#: builtin/mv.c:1282476#, c-format2477msgid "Huh? %.*s is in index?"2478msgstr ""24792480#: builtin/mv.c:1402481msgid "source directory is empty"2482msgstr ""24832484#: builtin/mv.c:1712485msgid "not under version control"2486msgstr ""24872488#: builtin/mv.c:1732489msgid "destination exists"2490msgstr ""24912492#: builtin/mv.c:1812493#, c-format2494msgid "overwriting '%s'"2495msgstr ""24962497#: builtin/mv.c:1842498msgid "Cannot overwrite"2499msgstr ""25002501#: builtin/mv.c:1872502msgid "multiple sources for the same target"2503msgstr ""25042505#: builtin/mv.c:2022506#, c-format2507msgid "%s, source=%s, destination=%s"2508msgstr ""25092510#: builtin/mv.c:2122511#, c-format2512msgid "Renaming %s to %s\n"2513msgstr ""25142515#: builtin/mv.c:2152516#, c-format2517msgid "renaming '%s' failed"2518msgstr ""25192520#: builtin/notes.c:1392521#, c-format2522msgid "unable to start 'show' for object '%s'"2523msgstr ""25242525#: builtin/notes.c:1452526msgid "can't fdopen 'show' output fd"2527msgstr ""25282529#: builtin/notes.c:1552530#, c-format2531msgid "failed to close pipe to 'show' for object '%s'"2532msgstr ""25332534#: builtin/notes.c:1582535#, c-format2536msgid "failed to finish 'show' for object '%s'"2537msgstr ""25382539#: builtin/notes.c:175 builtin/tag.c:3432540#, c-format2541msgid "could not create file '%s'"2542msgstr ""25432544#: builtin/notes.c:1892545msgid "Please supply the note contents using either -m or -F option"2546msgstr ""25472548#: builtin/notes.c:210 builtin/notes.c:9732549#, c-format2550msgid "Removing note for object %s\n"2551msgstr ""25522553#: builtin/notes.c:2152554msgid "unable to write note object"2555msgstr ""25562557#: builtin/notes.c:2172558#, c-format2559msgid "The note contents has been left in %s"2560msgstr ""25612562#: builtin/notes.c:251 builtin/tag.c:5212563#, c-format2564msgid "cannot read '%s'"2565msgstr ""25662567#: builtin/notes.c:253 builtin/tag.c:5242568#, c-format2569msgid "could not open or read '%s'"2570msgstr ""25712572#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4472573#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6442574#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7662575#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5372576#, c-format2577msgid "Failed to resolve '%s' as a valid ref."2578msgstr ""25792580#: builtin/notes.c:2752581#, c-format2582msgid "Failed to read object '%s'."2583msgstr ""25842585#: builtin/notes.c:2992586msgid "Cannot commit uninitialized/unreferenced notes tree"2587msgstr ""25882589#: builtin/notes.c:3402590#, c-format2591msgid "Bad notes.rewriteMode value: '%s'"2592msgstr ""25932594#: builtin/notes.c:3502595#, c-format2596msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2597msgstr ""25982599#. TRANSLATORS: The first %s is the name of the2600#. environment variable, the second %s is its value2601#: builtin/notes.c:3772602#, c-format2603msgid "Bad %s value: '%s'"2604msgstr ""26052606#: builtin/notes.c:4412607#, c-format2608msgid "Malformed input line: '%s'."2609msgstr ""26102611#: builtin/notes.c:4562612#, c-format2613msgid "Failed to copy notes from '%s' to '%s'"2614msgstr ""26152616#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6272617#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7592618#: builtin/notes.c:10332619msgid "too many parameters"2620msgstr ""26212622#: builtin/notes.c:513 builtin/notes.c:7722623#, c-format2624msgid "No note found for object %s."2625msgstr ""26262627#: builtin/notes.c:5802628#, c-format2629msgid ""2630"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "2631"existing notes"2632msgstr ""26332634#: builtin/notes.c:585 builtin/notes.c:6622635#, c-format2636msgid "Overwriting existing notes for object %s\n"2637msgstr ""26382639#: builtin/notes.c:6352640msgid "too few parameters"2641msgstr ""26422643#: builtin/notes.c:6562644#, c-format2645msgid ""2646"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "2647"existing notes"2648msgstr ""26492650#: builtin/notes.c:6682651#, c-format2652msgid "Missing notes on source object %s. Cannot copy."2653msgstr ""26542655#: builtin/notes.c:7172656#, c-format2657msgid ""2658"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2659"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2660msgstr ""26612662#: builtin/notes.c:9712663#, c-format2664msgid "Object %s has no note\n"2665msgstr ""26662667#: builtin/notes.c:11032668#, c-format2669msgid "Unknown subcommand: %s"2670msgstr ""26712672#: builtin/pack-objects.c:23152673#, c-format2674msgid "unsupported index version %s"2675msgstr ""26762677#: builtin/pack-objects.c:23192678#, c-format2679msgid "bad index version '%s'"2680msgstr ""26812682#: builtin/pack-objects.c:23422683#, c-format2684msgid "option %s does not accept negative form"2685msgstr ""26862687#: builtin/pack-objects.c:23462688#, c-format2689msgid "unable to parse value '%s' for option %s"2690msgstr ""26912692#: builtin/push.c:452693msgid "tag shorthand without <tag>"2694msgstr ""26952696#: builtin/push.c:642697msgid "--delete only accepts plain target ref names"2698msgstr ""26992700#: builtin/push.c:842701#, c-format2702msgid ""2703"You are not currently on a branch.\n"2704"To push the history leading to the current (detached HEAD)\n"2705"state now, use\n"2706"\n"2707" git push %s HEAD:<name-of-remote-branch>\n"2708msgstr ""27092710#: builtin/push.c:912711#, c-format2712msgid ""2713"The current branch %s has no upstream branch.\n"2714"To push the current branch and set the remote as upstream, use\n"2715"\n"2716" git push --set-upstream %s %s\n"2717msgstr ""27182719#: builtin/push.c:992720#, c-format2721msgid "The current branch %s has multiple upstream branches, refusing to push."2722msgstr ""27232724#: builtin/push.c:1022725#, c-format2726msgid ""2727"You are pushing to remote '%s', which is not the upstream of\n"2728"your current branch '%s', without telling me what to push\n"2729"to update which remote branch."2730msgstr ""27312732#: builtin/push.c:1312733msgid ""2734"You didn't specify any refspecs to push, and push.default is \"nothing\"."2735msgstr ""27362737#: builtin/push.c:1382738msgid ""2739"Updates were rejected because the tip of your current branch is behind\n"2740"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"2741"before pushing again.\n"2742"See the 'Note about fast-forwards' in 'git push --help' for details."2743msgstr ""27442745#: builtin/push.c:1442746msgid ""2747"Updates were rejected because a pushed branch tip is behind its remote\n"2748"counterpart. If you did not intend to push that branch, you may want to\n"2749"specify branches to push or set the 'push.default' configuration\n"2750"variable to 'current' or 'upstream' to push only the current branch."2751msgstr ""27522753#: builtin/push.c:1502754msgid ""2755"Updates were rejected because a pushed branch tip is behind its remote\n"2756"counterpart. Check out this branch and merge the remote changes\n"2757"(e.g. 'git pull') before pushing again.\n"2758"See the 'Note about fast-forwards' in 'git push --help' for details."2759msgstr ""27602761#: builtin/push.c:1902762#, c-format2763msgid "Pushing to %s\n"2764msgstr ""27652766#: builtin/push.c:1942767#, c-format2768msgid "failed to push some refs to '%s'"2769msgstr ""27702771#: builtin/push.c:2262772#, c-format2773msgid "bad repository '%s'"2774msgstr ""27752776#: builtin/push.c:2272777msgid ""2778"No configured push destination.\n"2779"Either specify the URL from the command-line or configure a remote "2780"repository using\n"2781"\n"2782" git remote add <name> <url>\n"2783"\n"2784"and then push using the remote name\n"2785"\n"2786" git push <name>\n"2787msgstr ""27882789#: builtin/push.c:2422790msgid "--all and --tags are incompatible"2791msgstr ""27922793#: builtin/push.c:2432794msgid "--all can't be combined with refspecs"2795msgstr ""27962797#: builtin/push.c:2482798msgid "--mirror and --tags are incompatible"2799msgstr ""28002801#: builtin/push.c:2492802msgid "--mirror can't be combined with refspecs"2803msgstr ""28042805#: builtin/push.c:2542806msgid "--all and --mirror are incompatible"2807msgstr ""28082809#: builtin/push.c:3342810msgid "--delete is incompatible with --all, --mirror and --tags"2811msgstr ""28122813#: builtin/push.c:3362814msgid "--delete doesn't make sense without any refs"2815msgstr ""28162817#: builtin/reset.c:332818msgid "mixed"2819msgstr ""28202821#: builtin/reset.c:332822msgid "soft"2823msgstr ""28242825#: builtin/reset.c:332826msgid "hard"2827msgstr ""28282829#: builtin/reset.c:332830msgid "keep"2831msgstr ""28322833#: builtin/reset.c:772834msgid "You do not have a valid HEAD."2835msgstr ""28362837#: builtin/reset.c:792838msgid "Failed to find tree of HEAD."2839msgstr ""28402841#: builtin/reset.c:852842#, c-format2843msgid "Failed to find tree of %s."2844msgstr ""28452846#: builtin/reset.c:962847msgid "Could not write new index file."2848msgstr ""28492850#: builtin/reset.c:1062851#, c-format2852msgid "HEAD is now at %s"2853msgstr ""28542855#: builtin/reset.c:1302856msgid "Could not read index"2857msgstr ""28582859#: builtin/reset.c:1332860msgid "Unstaged changes after reset:"2861msgstr ""28622863#: builtin/reset.c:2232864#, c-format2865msgid "Cannot do a %s reset in the middle of a merge."2866msgstr ""28672868#: builtin/reset.c:2972869#, c-format2870msgid "Could not parse object '%s'."2871msgstr ""28722873#: builtin/reset.c:3022874msgid "--patch is incompatible with --{hard,mixed,soft}"2875msgstr ""28762877#: builtin/reset.c:3112878msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2879msgstr ""28802881#: builtin/reset.c:3132882#, c-format2883msgid "Cannot do %s reset with paths."2884msgstr ""28852886#: builtin/reset.c:3252887#, c-format2888msgid "%s reset is not allowed in a bare repository"2889msgstr ""28902891#: builtin/reset.c:3412892#, c-format2893msgid "Could not reset index file to revision '%s'."2894msgstr ""28952896#: builtin/revert.c:70 builtin/revert.c:922897#, c-format2898msgid "%s: %s cannot be used with %s"2899msgstr ""29002901#: builtin/revert.c:1272902msgid "program error"2903msgstr ""29042905#: builtin/revert.c:2132906msgid "revert failed"2907msgstr ""29082909#: builtin/revert.c:2282910msgid "cherry-pick failed"2911msgstr ""29122913#: builtin/rm.c:1092914#, c-format2915msgid ""2916"'%s' has staged content different from both the file and the HEAD\n"2917"(use -f to force removal)"2918msgstr ""29192920#: builtin/rm.c:1152921#, c-format2922msgid ""2923"'%s' has changes staged in the index\n"2924"(use --cached to keep the file, or -f to force removal)"2925msgstr ""29262927#: builtin/rm.c:1192928#, c-format2929msgid ""2930"'%s' has local modifications\n"2931"(use --cached to keep the file, or -f to force removal)"2932msgstr ""29332934#: builtin/rm.c:1942935#, c-format2936msgid "not removing '%s' recursively without -r"2937msgstr ""29382939#: builtin/rm.c:2302940#, c-format2941msgid "git rm: unable to remove %s"2942msgstr ""29432944#: builtin/shortlog.c:1572945#, c-format2946msgid "Missing author: %s"2947msgstr ""29482949#: builtin/tag.c:582950#, c-format2951msgid "malformed object at '%s'"2952msgstr ""29532954#: builtin/tag.c:2052955#, c-format2956msgid "tag name too long: %.*s..."2957msgstr ""29582959#: builtin/tag.c:2102960#, c-format2961msgid "tag '%s' not found."2962msgstr ""29632964#: builtin/tag.c:2252965#, c-format2966msgid "Deleted tag '%s' (was %s)\n"2967msgstr ""29682969#: builtin/tag.c:2372970#, c-format2971msgid "could not verify the tag '%s'"2972msgstr ""29732974#: builtin/tag.c:2472975msgid ""2976"\n"2977"#\n"2978"# Write a tag message\n"2979"# Lines starting with '#' will be ignored.\n"2980"#\n"2981msgstr ""29822983#: builtin/tag.c:2542984msgid ""2985"\n"2986"#\n"2987"# Write a tag message\n"2988"# Lines starting with '#' will be kept; you may remove them yourself if you "2989"want to.\n"2990"#\n"2991msgstr ""29922993#: builtin/tag.c:2942994msgid "unable to sign the tag"2995msgstr ""29962997#: builtin/tag.c:2962998msgid "unable to write tag file"2999msgstr ""30003001#: builtin/tag.c:3213002msgid "bad object type."3003msgstr ""30043005#: builtin/tag.c:3343006msgid "tag header too big."3007msgstr ""30083009#: builtin/tag.c:3663010msgid "no tag message?"3011msgstr ""30123013#: builtin/tag.c:3723014#, c-format3015msgid "The tag message has been left in %s\n"3016msgstr ""30173018#: builtin/tag.c:4213019msgid "switch 'points-at' requires an object"3020msgstr ""30213022#: builtin/tag.c:4233023#, c-format3024msgid "malformed object name '%s'"3025msgstr ""30263027#: builtin/tag.c:5023028msgid "-n option is only allowed with -l."3029msgstr ""30303031#: builtin/tag.c:5043032msgid "--contains option is only allowed with -l."3033msgstr ""30343035#: builtin/tag.c:5063036msgid "--points-at option is only allowed with -l."3037msgstr ""30383039#: builtin/tag.c:5143040msgid "only one -F or -m option is allowed."3041msgstr ""30423043#: builtin/tag.c:5343044msgid "too many params"3045msgstr ""30463047#: builtin/tag.c:5403048#, c-format3049msgid "'%s' is not a valid tag name."3050msgstr ""30513052#: builtin/tag.c:5453053#, c-format3054msgid "tag '%s' already exists"3055msgstr ""30563057#: builtin/tag.c:5633058#, c-format3059msgid "%s: cannot lock the ref"3060msgstr ""30613062#: builtin/tag.c:5653063#, c-format3064msgid "%s: cannot update the ref"3065msgstr ""30663067#: builtin/tag.c:5673068#, c-format3069msgid "Updated tag '%s' (was %s)\n"3070msgstr ""30713072#: git-am.sh:493073msgid "You need to set your committer info first"3074msgstr ""30753076#: git-am.sh:1363077msgid "Repository lacks necessary blobs to fall back on 3-way merge."3078msgstr ""30793080#: git-am.sh:1473081msgid ""3082"Did you hand edit your patch?\n"3083"It does not apply to blobs recorded in its index."3084msgstr ""30853086#: git-am.sh:1563087msgid "Falling back to patching base and 3-way merge..."3088msgstr ""30893090#: git-am.sh:2683091msgid "Only one StGIT patch series can be applied at once"3092msgstr ""30933094#: git-am.sh:3553095#, sh-format3096msgid "Patch format $patch_format is not supported."3097msgstr ""30983099#: git-am.sh:3573100msgid "Patch format detection failed."3101msgstr ""31023103#: git-am.sh:4113104msgid "-d option is no longer supported. Do not use."3105msgstr ""31063107#: git-am.sh:4743108#, sh-format3109msgid "previous rebase directory $dotest still exists but mbox given."3110msgstr ""31113112#: git-am.sh:4793113msgid "Please make up your mind. --skip or --abort?"3114msgstr ""31153116#: git-am.sh:5063117msgid "Resolve operation not in progress, we are not resuming."3118msgstr ""31193120#: git-am.sh:5723121#, sh-format3122msgid "Dirty index: cannot apply patches (dirty: $files)"3123msgstr ""31243125#: git-am.sh:7483126msgid "cannot be interactive without stdin connected to a terminal."3127msgstr ""31283129#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3130#. in your translation. The program will only accept English3131#. input at this point.3132#: git-am.sh:7593133msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3134msgstr ""31353136#: git-am.sh:7953137#, sh-format3138msgid "Applying: $FIRSTLINE"3139msgstr ""31403141#: git-am.sh:8403142msgid "No changes -- Patch already applied."3143msgstr ""31443145#: git-am.sh:8663146msgid "applying to an empty history"3147msgstr ""31483149#. TRANSLATORS: Make sure to include [Y] and [n] in your3150#. translation. The program will only accept English input3151#. at this point.3152#: git-bisect.sh:543153msgid "Do you want me to do it for you [Y/n]? "3154msgstr ""31553156#: git-bisect.sh:953157#, sh-format3158msgid "unrecognised option: '$arg'"3159msgstr ""31603161#: git-bisect.sh:993162#, sh-format3163msgid "'$arg' does not appear to be a valid revision"3164msgstr ""31653166#: git-bisect.sh:1173167msgid "Bad HEAD - I need a HEAD"3168msgstr ""31693170#: git-bisect.sh:1303171#, sh-format3172msgid ""3173"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3174msgstr ""31753176#: git-bisect.sh:1403177msgid "won't bisect on seeked tree"3178msgstr ""31793180#: git-bisect.sh:1443181msgid "Bad HEAD - strange symbolic ref"3182msgstr ""31833184#: git-bisect.sh:1893185#, sh-format3186msgid "Bad bisect_write argument: $state"3187msgstr ""31883189#: git-bisect.sh:2183190#, sh-format3191msgid "Bad rev input: $arg"3192msgstr ""31933194#: git-bisect.sh:2323195msgid "Please call 'bisect_state' with at least one argument."3196msgstr ""31973198#: git-bisect.sh:2443199#, sh-format3200msgid "Bad rev input: $rev"3201msgstr ""32023203#: git-bisect.sh:2503204msgid "'git bisect bad' can take only one argument."3205msgstr ""32063207#. TRANSLATORS: Make sure to include [Y] and [n] in your3208#. translation. The program will only accept English input3209#. at this point.3210#: git-bisect.sh:2793211msgid "Are you sure [Y/n]? "3212msgstr ""32133214#: git-bisect.sh:3543215#, sh-format3216msgid "'$invalid' is not a valid commit"3217msgstr ""32183219#: git-bisect.sh:3633220#, sh-format3221msgid ""3222"Could not check out original HEAD '$branch'.\n"3223"Try 'git bisect reset <commit>'."3224msgstr ""32253226#: git-bisect.sh:3903227msgid "No logfile given"3228msgstr ""32293230#: git-bisect.sh:3913231#, sh-format3232msgid "cannot read $file for replaying"3233msgstr ""32343235#: git-bisect.sh:4083236msgid "?? what are you talking about?"3237msgstr ""32383239#: git-bisect.sh:4743240msgid "We are not bisecting."3241msgstr ""32423243#: git-pull.sh:213244msgid ""3245"Pull is not possible because you have unmerged files.\n"3246"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3247"as appropriate to mark resolution, or use 'git commit -a'."3248msgstr ""32493250#: git-pull.sh:253251msgid "Pull is not possible because you have unmerged files."3252msgstr ""32533254#: git-pull.sh:1973255msgid "updating an unborn branch with changes added to the index"3256msgstr ""32573258#: git-pull.sh:2533259msgid "Cannot merge multiple branches into empty head"3260msgstr ""32613262#: git-pull.sh:2573263msgid "Cannot rebase onto multiple branches"3264msgstr ""32653266#: git-stash.sh:513267msgid "git stash clear with parameters is unimplemented"3268msgstr ""32693270#: git-stash.sh:743271msgid "You do not have the initial commit yet"3272msgstr ""32733274#: git-stash.sh:893275msgid "Cannot save the current index state"3276msgstr ""32773278#: git-stash.sh:123 git-stash.sh:1363279msgid "Cannot save the current worktree state"3280msgstr ""32813282#: git-stash.sh:1403283msgid "No changes selected"3284msgstr ""32853286#: git-stash.sh:1433287msgid "Cannot remove temporary index (can't happen)"3288msgstr ""32893290#: git-stash.sh:1563291msgid "Cannot record working tree state"3292msgstr ""32933294#: git-stash.sh:2233295msgid "No local changes to save"3296msgstr ""32973298#: git-stash.sh:2273299msgid "Cannot initialize stash"3300msgstr ""33013302#: git-stash.sh:2353303msgid "Cannot save the current status"3304msgstr ""33053306#: git-stash.sh:2533307msgid "Cannot remove worktree changes"3308msgstr ""33093310#: git-stash.sh:3523311msgid "No stash found."3312msgstr ""33133314#: git-stash.sh:3593315#, sh-format3316msgid "Too many revisions specified: $REV"3317msgstr ""33183319#: git-stash.sh:3653320#, sh-format3321msgid "$reference is not valid reference"3322msgstr ""33233324#: git-stash.sh:3933325#, sh-format3326msgid "'$args' is not a stash-like commit"3327msgstr ""33283329#: git-stash.sh:4043330#, sh-format3331msgid "'$args' is not a stash reference"3332msgstr ""33333334#: git-stash.sh:4123335msgid "unable to refresh index"3336msgstr ""33373338#: git-stash.sh:4163339msgid "Cannot apply a stash in the middle of a merge"3340msgstr ""33413342#: git-stash.sh:4243343msgid "Conflicts in index. Try without --index."3344msgstr ""33453346#: git-stash.sh:4263347msgid "Could not save index tree"3348msgstr ""33493350#: git-stash.sh:4603351msgid "Cannot unstage modified files"3352msgstr ""33533354#: git-stash.sh:4913355#, sh-format3356msgid "Dropped ${REV} ($s)"3357msgstr ""33583359#: git-stash.sh:4923360#, sh-format3361msgid "${REV}: Could not drop stash entry"3362msgstr ""33633364#: git-stash.sh:4993365msgid "No branch name specified"3366msgstr ""33673368#: git-stash.sh:5703369msgid "(To restore them type \"git stash apply\")"3370msgstr ""33713372#: git-submodule.sh:563373#, sh-format3374msgid "cannot strip one component off url '$remoteurl'"3375msgstr ""33763377#: git-submodule.sh:1083378#, sh-format3379msgid "No submodule mapping found in .gitmodules for path '$path'"3380msgstr ""33813382#: git-submodule.sh:1493383#, sh-format3384msgid "Clone of '$url' into submodule path '$path' failed"3385msgstr ""33863387#: git-submodule.sh:1593388#, sh-format3389msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"3390msgstr ""33913392#: git-submodule.sh:2483393#, sh-format3394msgid "repo URL: '$repo' must be absolute or begin with ./|../"3395msgstr ""33963397#: git-submodule.sh:2653398#, sh-format3399msgid "'$path' already exists in the index"3400msgstr ""34013402#: git-submodule.sh:2823403#, sh-format3404msgid "'$path' already exists and is not a valid git repo"3405msgstr ""34063407#: git-submodule.sh:2963408#, sh-format3409msgid "Unable to checkout submodule '$path'"3410msgstr ""34113412#: git-submodule.sh:3013413#, sh-format3414msgid "Failed to add submodule '$path'"3415msgstr ""34163417#: git-submodule.sh:3063418#, sh-format3419msgid "Failed to register submodule '$path'"3420msgstr ""34213422#: git-submodule.sh:3483423#, sh-format3424msgid "Entering '$prefix$path'"3425msgstr ""34263427#: git-submodule.sh:3603428#, sh-format3429msgid "Stopping at '$path'; script returned non-zero status."3430msgstr ""34313432#: git-submodule.sh:4023433#, sh-format3434msgid "No url found for submodule path '$path' in .gitmodules"3435msgstr ""34363437#: git-submodule.sh:4113438#, sh-format3439msgid "Failed to register url for submodule path '$path'"3440msgstr ""34413442#: git-submodule.sh:4193443#, sh-format3444msgid "Failed to register update mode for submodule path '$path'"3445msgstr ""34463447#: git-submodule.sh:4213448#, sh-format3449msgid "Submodule '$name' ($url) registered for path '$path'"3450msgstr ""34513452#: git-submodule.sh:5203453#, sh-format3454msgid ""3455"Submodule path '$path' not initialized\n"3456"Maybe you want to use 'update --init'?"3457msgstr ""34583459#: git-submodule.sh:5333460#, sh-format3461msgid "Unable to find current revision in submodule path '$path'"3462msgstr ""34633464#: git-submodule.sh:5523465#, sh-format3466msgid "Unable to fetch in submodule path '$path'"3467msgstr ""34683469#: git-submodule.sh:5663470#, sh-format3471msgid "Unable to rebase '$sha1' in submodule path '$path'"3472msgstr ""34733474#: git-submodule.sh:5673475#, sh-format3476msgid "Submodule path '$path': rebased into '$sha1'"3477msgstr ""34783479#: git-submodule.sh:5723480#, sh-format3481msgid "Unable to merge '$sha1' in submodule path '$path'"3482msgstr ""34833484#: git-submodule.sh:5733485#, sh-format3486msgid "Submodule path '$path': merged in '$sha1'"3487msgstr ""34883489#: git-submodule.sh:5783490#, sh-format3491msgid "Unable to checkout '$sha1' in submodule path '$path'"3492msgstr ""34933494#: git-submodule.sh:5793495#, sh-format3496msgid "Submodule path '$path': checked out '$sha1'"3497msgstr ""34983499#: git-submodule.sh:601 git-submodule.sh:9243500#, sh-format3501msgid "Failed to recurse into submodule path '$path'"3502msgstr ""35033504#: git-submodule.sh:7093505msgid "--"3506msgstr ""35073508#: git-submodule.sh:7673509#, sh-format3510msgid " Warn: $name doesn't contain commit $sha1_src"3511msgstr ""35123513#: git-submodule.sh:7703514#, sh-format3515msgid " Warn: $name doesn't contain commit $sha1_dst"3516msgstr ""35173518#: git-submodule.sh:7733519#, sh-format3520msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3521msgstr ""35223523#: git-submodule.sh:7983524msgid "blob"3525msgstr ""35263527#: git-submodule.sh:7993528msgid "submodule"3529msgstr ""35303531#: git-submodule.sh:9703532#, sh-format3533msgid "Synchronizing submodule url for '$name'"3534msgstr ""