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-02-13 14:24+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:34 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:64 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:104 67#, c-format 68msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 69msgstr "" 70 71#: diff.c:109 72#, c-format 73msgid " Unknown dirstat parameter '%.*s'\n" 74msgstr "" 75 76#: diff.c:208 77#, c-format 78msgid "" 79"Found errors in 'diff.dirstat' config variable:\n" 80"%s" 81msgstr "" 82 83#: diff.c:3308 84#, c-format 85msgid "" 86"Failed to parse --dirstat/-X option parameter:\n" 87"%s" 88msgstr "" 89 90#: gpg-interface.c:59 91msgid "could not run gpg." 92msgstr "" 93 94#: gpg-interface.c:71 95msgid "gpg did not accept the data" 96msgstr "" 97 98#: gpg-interface.c:82 99msgid "gpg failed to sign the data" 100msgstr "" 101 102#: help.c:309 103#, c-format 104msgid "" 105"'%s' appears to be a git command, but we were not\n" 106"able to execute it. Maybe git-%s is broken?" 107msgstr "" 108 109#: remote.c:1576 110#, c-format 111msgid "Your branch is ahead of '%s' by %d commit.\n" 112msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 113msgstr[0] "" 114msgstr[1] "" 115 116#: remote.c:1582 117#, c-format 118msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 119msgid_plural "" 120"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 121msgstr[0] "" 122msgstr[1] "" 123 124#: remote.c:1590 125#, c-format 126msgid "" 127"Your branch and '%s' have diverged,\n" 128"and have %d and %d different commit each, respectively.\n" 129msgid_plural "" 130"Your branch and '%s' have diverged,\n" 131"and have %d and %d different commits each, respectively.\n" 132msgstr[0] "" 133msgstr[1] "" 134 135#: sequencer.c:120 builtin/merge.c:862 builtin/merge.c:983 136#: builtin/merge.c:1093 builtin/merge.c:1103 137#, c-format 138msgid "Could not open '%s' for writing" 139msgstr "" 140 141#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:865 142#: builtin/merge.c:1095 builtin/merge.c:1108 143#, c-format 144msgid "Could not write to '%s'" 145msgstr "" 146 147#: sequencer.c:142 148msgid "" 149"after resolving the conflicts, mark the corrected paths\n" 150"with 'git add <paths>' or 'git rm <paths>'\n" 151"and commit the result with 'git commit'" 152msgstr "" 153 154#: sequencer.c:154 sequencer.c:680 sequencer.c:763 155#, c-format 156msgid "Could not write to %s" 157msgstr "" 158 159#: sequencer.c:157 160#, c-format 161msgid "Error wrapping up %s" 162msgstr "" 163 164#: sequencer.c:172 165msgid "Your local changes would be overwritten by cherry-pick." 166msgstr "" 167 168#: sequencer.c:174 169msgid "Your local changes would be overwritten by revert." 170msgstr "" 171 172#: sequencer.c:177 173msgid "Commit your changes or stash them to proceed." 174msgstr "" 175 176#. TRANSLATORS: %s will be "revert" or "cherry-pick" 177#: sequencer.c:227 178#, c-format 179msgid "%s: Unable to write new index file" 180msgstr "" 181 182#: sequencer.c:293 183msgid "Your index file is unmerged." 184msgstr "" 185 186#: sequencer.c:296 187msgid "You do not have a valid HEAD" 188msgstr "" 189 190#: sequencer.c:311 191#, c-format 192msgid "Commit %s is a merge but no -m option was given." 193msgstr "" 194 195#: sequencer.c:319 196#, c-format 197msgid "Commit %s does not have parent %d" 198msgstr "" 199 200#: sequencer.c:323 201#, c-format 202msgid "Mainline was specified but commit %s is not a merge." 203msgstr "" 204 205#. TRANSLATORS: The first %s will be "revert" or 206#. "cherry-pick", the second %s a SHA1 207#: sequencer.c:334 208#, c-format 209msgid "%s: cannot parse parent commit %s" 210msgstr "" 211 212#: sequencer.c:338 213#, c-format 214msgid "Cannot get commit message for %s" 215msgstr "" 216 217#: sequencer.c:422 218#, c-format 219msgid "could not revert %s... %s" 220msgstr "" 221 222#: sequencer.c:423 223#, c-format 224msgid "could not apply %s... %s" 225msgstr "" 226 227#: sequencer.c:445 sequencer.c:904 builtin/log.c:286 builtin/log.c:709 228#: builtin/log.c:1325 builtin/log.c:1544 builtin/merge.c:348 229#: builtin/shortlog.c:181 230msgid "revision walk setup failed" 231msgstr "" 232 233#: sequencer.c:448 234msgid "empty commit set passed" 235msgstr "" 236 237#: sequencer.c:456 238#, c-format 239msgid "git %s: failed to read the index" 240msgstr "" 241 242#: sequencer.c:461 243#, c-format 244msgid "git %s: failed to refresh the index" 245msgstr "" 246 247#: sequencer.c:546 248#, c-format 249msgid "Cannot %s during a %s" 250msgstr "" 251 252#: sequencer.c:568 253#, c-format 254msgid "Could not parse line %d." 255msgstr "" 256 257#: sequencer.c:573 258msgid "No commits parsed." 259msgstr "" 260 261#: sequencer.c:586 262#, c-format 263msgid "Could not open %s" 264msgstr "" 265 266#: sequencer.c:590 267#, c-format 268msgid "Could not read %s." 269msgstr "" 270 271#: sequencer.c:597 272#, c-format 273msgid "Unusable instruction sheet: %s" 274msgstr "" 275 276#: sequencer.c:625 277#, c-format 278msgid "Invalid key: %s" 279msgstr "" 280 281#: sequencer.c:628 282#, c-format 283msgid "Invalid value for %s: %s" 284msgstr "" 285 286#: sequencer.c:640 287#, c-format 288msgid "Malformed options sheet: %s" 289msgstr "" 290 291#: sequencer.c:661 292msgid "a cherry-pick or revert is already in progress" 293msgstr "" 294 295#: sequencer.c:662 296msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 297msgstr "" 298 299#: sequencer.c:666 300#, c-format 301msgid "Could not create sequencer directory %s" 302msgstr "" 303 304#: sequencer.c:682 sequencer.c:767 305#, c-format 306msgid "Error wrapping up %s." 307msgstr "" 308 309#: sequencer.c:701 sequencer.c:835 310msgid "no cherry-pick or revert in progress" 311msgstr "" 312 313#: sequencer.c:703 314msgid "cannot resolve HEAD" 315msgstr "" 316 317#: sequencer.c:705 318msgid "cannot abort from a branch yet to be born" 319msgstr "" 320 321#: sequencer.c:727 322#, c-format 323msgid "cannot open %s: %s" 324msgstr "" 325 326#: sequencer.c:730 327#, c-format 328msgid "cannot read %s: %s" 329msgstr "" 330 331#: sequencer.c:731 332msgid "unexpected end of file" 333msgstr "" 334 335#: sequencer.c:737 336#, c-format 337msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 338msgstr "" 339 340#: sequencer.c:760 341#, c-format 342msgid "Could not format %s." 343msgstr "" 344 345#: sequencer.c:922 346msgid "Can't revert as initial commit" 347msgstr "" 348 349#: sequencer.c:923 350msgid "Can't cherry-pick into empty head" 351msgstr "" 352 353#: wt-status.c:134 354msgid "Unmerged paths:" 355msgstr "" 356 357#: wt-status.c:140 wt-status.c:157 358#, c-format 359msgid " (use \"git reset %s <file>...\" to unstage)" 360msgstr "" 361 362#: wt-status.c:142 wt-status.c:159 363msgid " (use \"git rm --cached <file>...\" to unstage)" 364msgstr "" 365 366#: wt-status.c:143 367msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 368msgstr "" 369 370#: wt-status.c:151 371msgid "Changes to be committed:" 372msgstr "" 373 374#: wt-status.c:169 375msgid "Changes not staged for commit:" 376msgstr "" 377 378#: wt-status.c:173 379msgid " (use \"git add <file>...\" to update what will be committed)" 380msgstr "" 381 382#: wt-status.c:175 383msgid " (use \"git add/rm <file>...\" to update what will be committed)" 384msgstr "" 385 386#: wt-status.c:176 387msgid "" 388" (use \"git checkout -- <file>...\" to discard changes in working directory)" 389msgstr "" 390 391#: wt-status.c:178 392msgid " (commit or discard the untracked or modified content in submodules)" 393msgstr "" 394 395#: wt-status.c:187 396#, c-format 397msgid "%s files:" 398msgstr "" 399 400#: wt-status.c:190 401#, c-format 402msgid " (use \"git %s <file>...\" to include in what will be committed)" 403msgstr "" 404 405#: wt-status.c:207 406msgid "bug" 407msgstr "" 408 409#: wt-status.c:212 410msgid "both deleted:" 411msgstr "" 412 413#: wt-status.c:213 414msgid "added by us:" 415msgstr "" 416 417#: wt-status.c:214 418msgid "deleted by them:" 419msgstr "" 420 421#: wt-status.c:215 422msgid "added by them:" 423msgstr "" 424 425#: wt-status.c:216 426msgid "deleted by us:" 427msgstr "" 428 429#: wt-status.c:217 430msgid "both added:" 431msgstr "" 432 433#: wt-status.c:218 434msgid "both modified:" 435msgstr "" 436 437#: wt-status.c:248 438msgid "new commits, " 439msgstr "" 440 441#: wt-status.c:250 442msgid "modified content, " 443msgstr "" 444 445#: wt-status.c:252 446msgid "untracked content, " 447msgstr "" 448 449#: wt-status.c:266 450#, c-format 451msgid "new file: %s" 452msgstr "" 453 454#: wt-status.c:269 455#, c-format 456msgid "copied: %s -> %s" 457msgstr "" 458 459#: wt-status.c:272 460#, c-format 461msgid "deleted: %s" 462msgstr "" 463 464#: wt-status.c:275 465#, c-format 466msgid "modified: %s" 467msgstr "" 468 469#: wt-status.c:278 470#, c-format 471msgid "renamed: %s -> %s" 472msgstr "" 473 474#: wt-status.c:281 475#, c-format 476msgid "typechange: %s" 477msgstr "" 478 479#: wt-status.c:284 480#, c-format 481msgid "unknown: %s" 482msgstr "" 483 484#: wt-status.c:287 485#, c-format 486msgid "unmerged: %s" 487msgstr "" 488 489#: wt-status.c:290 490#, c-format 491msgid "bug: unhandled diff status %c" 492msgstr "" 493 494#: wt-status.c:713 495msgid "On branch " 496msgstr "" 497 498#: wt-status.c:720 499msgid "Not currently on any branch." 500msgstr "" 501 502#: wt-status.c:731 503msgid "Initial commit" 504msgstr "" 505 506#: wt-status.c:745 507msgid "Untracked" 508msgstr "" 509 510#: wt-status.c:747 511msgid "Ignored" 512msgstr "" 513 514#: wt-status.c:749 515#, c-format 516msgid "Untracked files not listed%s" 517msgstr "" 518 519#: wt-status.c:751 520msgid " (use -u option to show untracked files)" 521msgstr "" 522 523#: wt-status.c:757 524msgid "No changes" 525msgstr "" 526 527#: wt-status.c:761 528#, c-format 529msgid "no changes added to commit%s\n" 530msgstr "" 531 532#: wt-status.c:763 533msgid " (use \"git add\" and/or \"git commit -a\")" 534msgstr "" 535 536#: wt-status.c:765 537#, c-format 538msgid "nothing added to commit but untracked files present%s\n" 539msgstr "" 540 541#: wt-status.c:767 542msgid " (use \"git add\" to track)" 543msgstr "" 544 545#: wt-status.c:769 wt-status.c:772 wt-status.c:775 546#, c-format 547msgid "nothing to commit%s\n" 548msgstr "" 549 550#: wt-status.c:770 551msgid " (create/copy files and use \"git add\" to track)" 552msgstr "" 553 554#: wt-status.c:773 555msgid " (use -u to show untracked files)" 556msgstr "" 557 558#: wt-status.c:776 559msgid " (working directory clean)" 560msgstr "" 561 562#: wt-status.c:884 563msgid "HEAD (no branch)" 564msgstr "" 565 566#: wt-status.c:890 567msgid "Initial commit on " 568msgstr "" 569 570#: wt-status.c:905 571msgid "behind " 572msgstr "" 573 574#: wt-status.c:908 wt-status.c:911 575msgid "ahead " 576msgstr "" 577 578#: wt-status.c:913 579msgid ", behind " 580msgstr "" 581 582#: builtin/add.c:62 583#, c-format 584msgid "unexpected diff status %c" 585msgstr "" 586 587#: builtin/add.c:67 builtin/commit.c:298 588msgid "updating files failed" 589msgstr "" 590 591#: builtin/add.c:77 592#, c-format 593msgid "remove '%s'\n" 594msgstr "" 595 596#: builtin/add.c:176 597#, c-format 598msgid "Path '%s' is in submodule '%.*s'" 599msgstr "" 600 601#: builtin/add.c:192 602msgid "Unstaged changes after refreshing the index:" 603msgstr "" 604 605#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 606#, c-format 607msgid "pathspec '%s' did not match any files" 608msgstr "" 609 610#: builtin/add.c:209 611#, c-format 612msgid "'%s' is beyond a symbolic link" 613msgstr "" 614 615#: builtin/add.c:276 616msgid "Could not read the index" 617msgstr "" 618 619#: builtin/add.c:286 620#, c-format 621msgid "Could not open '%s' for writing." 622msgstr "" 623 624#: builtin/add.c:290 625msgid "Could not write patch" 626msgstr "" 627 628#: builtin/add.c:295 629#, c-format 630msgid "Could not stat '%s'" 631msgstr "" 632 633#: builtin/add.c:297 634msgid "Empty patch. Aborted." 635msgstr "" 636 637#: builtin/add.c:303 638#, c-format 639msgid "Could not apply '%s'" 640msgstr "" 641 642#: builtin/add.c:312 643msgid "The following paths are ignored by one of your .gitignore files:\n" 644msgstr "" 645 646#: builtin/add.c:352 647#, c-format 648msgid "Use -f if you really want to add them.\n" 649msgstr "" 650 651#: builtin/add.c:353 652msgid "no files added" 653msgstr "" 654 655#: builtin/add.c:359 656msgid "adding files failed" 657msgstr "" 658 659#: builtin/add.c:391 660msgid "-A and -u are mutually incompatible" 661msgstr "" 662 663#: builtin/add.c:393 664msgid "Option --ignore-missing can only be used together with --dry-run" 665msgstr "" 666 667#: builtin/add.c:413 668#, c-format 669msgid "Nothing specified, nothing added.\n" 670msgstr "" 671 672#: builtin/add.c:414 673#, c-format 674msgid "Maybe you wanted to say 'git add .'?\n" 675msgstr "" 676 677#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82 678#: builtin/rm.c:162 679msgid "index file corrupt" 680msgstr "" 681 682#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260 683msgid "Unable to write new index file" 684msgstr "" 685 686#: builtin/archive.c:17 687#, c-format 688msgid "could not create archive file '%s'" 689msgstr "" 690 691#: builtin/archive.c:20 692msgid "could not redirect output" 693msgstr "" 694 695#: builtin/archive.c:37 696msgid "git archive: Remote with no URL" 697msgstr "" 698 699#: builtin/archive.c:58 700msgid "git archive: expected ACK/NAK, got EOF" 701msgstr "" 702 703#: builtin/archive.c:63 704#, c-format 705msgid "git archive: NACK %s" 706msgstr "" 707 708#: builtin/archive.c:65 709#, c-format 710msgid "remote error: %s" 711msgstr "" 712 713#: builtin/archive.c:66 714msgid "git archive: protocol error" 715msgstr "" 716 717#: builtin/archive.c:71 718msgid "git archive: expected a flush" 719msgstr "" 720 721#: builtin/branch.c:137 722#, c-format 723msgid "" 724"deleting branch '%s' that has been merged to\n" 725" '%s', but not yet merged to HEAD." 726msgstr "" 727 728#: builtin/branch.c:141 729#, c-format 730msgid "" 731"not deleting branch '%s' that is not yet merged to\n" 732" '%s', even though it is merged to HEAD." 733msgstr "" 734 735#. TRANSLATORS: This is "remote " in "remote branch '%s' not found" 736#: builtin/branch.c:163 737msgid "remote " 738msgstr "" 739 740#: builtin/branch.c:171 741msgid "cannot use -a with -d" 742msgstr "" 743 744#: builtin/branch.c:177 745msgid "Couldn't look up commit object for HEAD" 746msgstr "" 747 748#: builtin/branch.c:182 749#, c-format 750msgid "Cannot delete the branch '%s' which you are currently on." 751msgstr "" 752 753#: builtin/branch.c:192 754#, c-format 755msgid "%sbranch '%s' not found." 756msgstr "" 757 758#: builtin/branch.c:200 759#, c-format 760msgid "Couldn't look up commit object for '%s'" 761msgstr "" 762 763#: builtin/branch.c:206 764#, c-format 765msgid "" 766"The branch '%s' is not fully merged.\n" 767"If you are sure you want to delete it, run 'git branch -D %s'." 768msgstr "" 769 770#: builtin/branch.c:214 771#, c-format 772msgid "Error deleting %sbranch '%s'" 773msgstr "" 774 775#: builtin/branch.c:219 776#, c-format 777msgid "Deleted %sbranch %s (was %s).\n" 778msgstr "" 779 780#: builtin/branch.c:224 781msgid "Update of config-file failed" 782msgstr "" 783 784#: builtin/branch.c:322 785#, c-format 786msgid "branch '%s' does not point at a commit" 787msgstr "" 788 789#: builtin/branch.c:394 790#, c-format 791msgid "behind %d] " 792msgstr "" 793 794#: builtin/branch.c:396 795#, c-format 796msgid "ahead %d] " 797msgstr "" 798 799#: builtin/branch.c:398 800#, c-format 801msgid "ahead %d, behind %d] " 802msgstr "" 803 804#: builtin/branch.c:501 805msgid "(no branch)" 806msgstr "" 807 808#: builtin/branch.c:562 809msgid "some refs could not be read" 810msgstr "" 811 812#: builtin/branch.c:575 813msgid "cannot rename the current branch while not on any." 814msgstr "" 815 816#: builtin/branch.c:585 817#, c-format 818msgid "Invalid branch name: '%s'" 819msgstr "" 820 821#: builtin/branch.c:600 822msgid "Branch rename failed" 823msgstr "" 824 825#: builtin/branch.c:604 826#, c-format 827msgid "Renamed a misnamed branch '%s' away" 828msgstr "" 829 830#: builtin/branch.c:608 831#, c-format 832msgid "Branch renamed to %s, but HEAD is not updated!" 833msgstr "" 834 835#: builtin/branch.c:615 836msgid "Branch is renamed, but update of config-file failed" 837msgstr "" 838 839#: builtin/branch.c:630 840#, c-format 841msgid "malformed object name %s" 842msgstr "" 843 844#: builtin/branch.c:654 845#, c-format 846msgid "could not write branch description template: %s\n" 847msgstr "" 848 849#: builtin/branch.c:742 850msgid "Failed to resolve HEAD as a valid ref." 851msgstr "" 852 853#: builtin/branch.c:747 builtin/clone.c:570 854msgid "HEAD not found below refs/heads!" 855msgstr "" 856 857#: builtin/branch.c:805 858msgid "-a and -r options to 'git branch' do not make sense with a branch name" 859msgstr "" 860 861#: builtin/bundle.c:47 862#, c-format 863msgid "%s is okay\n" 864msgstr "" 865 866#: builtin/bundle.c:56 867msgid "Need a repository to create a bundle." 868msgstr "" 869 870#: builtin/bundle.c:60 871msgid "Need a repository to unbundle." 872msgstr "" 873 874#: builtin/checkout.c:113 builtin/checkout.c:146 875#, c-format 876msgid "path '%s' does not have our version" 877msgstr "" 878 879#: builtin/checkout.c:115 builtin/checkout.c:148 880#, c-format 881msgid "path '%s' does not have their version" 882msgstr "" 883 884#: builtin/checkout.c:131 885#, c-format 886msgid "path '%s' does not have all necessary versions" 887msgstr "" 888 889#: builtin/checkout.c:175 890#, c-format 891msgid "path '%s' does not have necessary versions" 892msgstr "" 893 894#: builtin/checkout.c:192 895#, c-format 896msgid "path '%s': cannot merge" 897msgstr "" 898 899#: builtin/checkout.c:209 900#, c-format 901msgid "Unable to add merge result for '%s'" 902msgstr "" 903 904#: builtin/checkout.c:212 builtin/reset.c:158 905#, c-format 906msgid "make_cache_entry failed for path '%s'" 907msgstr "" 908 909#: builtin/checkout.c:234 builtin/checkout.c:392 910msgid "corrupt index file" 911msgstr "" 912 913#: builtin/checkout.c:264 builtin/checkout.c:271 914#, c-format 915msgid "path '%s' is unmerged" 916msgstr "" 917 918#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:595 919#: builtin/merge.c:809 920msgid "unable to write new index file" 921msgstr "" 922 923#: builtin/checkout.c:319 builtin/diff.c:298 builtin/merge.c:406 924msgid "diff_setup_done failed" 925msgstr "" 926 927#: builtin/checkout.c:414 928msgid "you need to resolve your current index first" 929msgstr "" 930 931#: builtin/checkout.c:533 932#, c-format 933msgid "Can not do reflog for '%s'\n" 934msgstr "" 935 936#: builtin/checkout.c:565 937msgid "HEAD is now at" 938msgstr "" 939 940#: builtin/checkout.c:572 941#, c-format 942msgid "Reset branch '%s'\n" 943msgstr "" 944 945#: builtin/checkout.c:575 946#, c-format 947msgid "Already on '%s'\n" 948msgstr "" 949 950#: builtin/checkout.c:579 951#, c-format 952msgid "Switched to and reset branch '%s'\n" 953msgstr "" 954 955#: builtin/checkout.c:581 956#, c-format 957msgid "Switched to a new branch '%s'\n" 958msgstr "" 959 960#: builtin/checkout.c:583 961#, c-format 962msgid "Switched to branch '%s'\n" 963msgstr "" 964 965#: builtin/checkout.c:639 966#, c-format 967msgid " ... and %d more.\n" 968msgstr "" 969 970#. The singular version 971#: builtin/checkout.c:645 972#, c-format 973msgid "" 974"Warning: you are leaving %d commit behind, not connected to\n" 975"any of your branches:\n" 976"\n" 977"%s\n" 978msgid_plural "" 979"Warning: you are leaving %d commits behind, not connected to\n" 980"any of your branches:\n" 981"\n" 982"%s\n" 983msgstr[0] "" 984msgstr[1] "" 985 986#: builtin/checkout.c:663 987#, c-format 988msgid "" 989"If you want to keep them by creating a new branch, this may be a good time\n" 990"to do so with:\n" 991"\n" 992" git branch new_branch_name %s\n" 993"\n" 994msgstr "" 995 996#: builtin/checkout.c:692 997msgid "internal error in revision walk" 998msgstr "" 9991000#: builtin/checkout.c:6961001msgid "Previous HEAD position was"1002msgstr ""10031004#: builtin/checkout.c:7221005msgid "You are on a branch yet to be born"1006msgstr ""10071008#. case (1)1009#: builtin/checkout.c:8531010#, c-format1011msgid "invalid reference: %s"1012msgstr ""10131014#. case (1): want a tree1015#: builtin/checkout.c:8921016#, c-format1017msgid "reference is not a tree: %s"1018msgstr ""10191020#: builtin/checkout.c:9611021msgid "-B cannot be used with -b"1022msgstr ""10231024#: builtin/checkout.c:9701025msgid "--patch is incompatible with all other options"1026msgstr ""10271028#: builtin/checkout.c:9731029msgid "--detach cannot be used with -b/-B/--orphan"1030msgstr ""10311032#: builtin/checkout.c:9751033msgid "--detach cannot be used with -t"1034msgstr ""10351036#: builtin/checkout.c:9811037msgid "--track needs a branch name"1038msgstr ""10391040#: builtin/checkout.c:9881041msgid "Missing branch name; try -b"1042msgstr ""10431044#: builtin/checkout.c:9941045msgid "--orphan and -b|-B are mutually exclusive"1046msgstr ""10471048#: builtin/checkout.c:9961049msgid "--orphan cannot be used with -t"1050msgstr ""10511052#: builtin/checkout.c:10061053msgid "git checkout: -f and -m are incompatible"1054msgstr ""10551056#: builtin/checkout.c:10401057msgid "invalid path specification"1058msgstr ""10591060#: builtin/checkout.c:10481061#, c-format1062msgid ""1063"git checkout: updating paths is incompatible with switching branches.\n"1064"Did you intend to checkout '%s' which can not be resolved as commit?"1065msgstr ""10661067#: builtin/checkout.c:10501068msgid "git checkout: updating paths is incompatible with switching branches."1069msgstr ""10701071#: builtin/checkout.c:10551072msgid "git checkout: --detach does not take a path argument"1073msgstr ""10741075#: builtin/checkout.c:10581076msgid ""1077"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1078"checking out of the index."1079msgstr ""10801081#: builtin/checkout.c:10771082msgid "Cannot switch branch to a non-commit."1083msgstr ""10841085#: builtin/checkout.c:10801086msgid "--ours/--theirs is incompatible with switching branches."1087msgstr ""10881089#: builtin/clean.c:781090msgid "-x and -X cannot be used together"1091msgstr ""10921093#: builtin/clean.c:821094msgid ""1095"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1096msgstr ""10971098#: builtin/clean.c:851099msgid ""1100"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1101"clean"1102msgstr ""11031104#: builtin/clean.c:155 builtin/clean.c:1761105#, c-format1106msgid "Would remove %s\n"1107msgstr ""11081109#: builtin/clean.c:159 builtin/clean.c:1791110#, c-format1111msgid "Removing %s\n"1112msgstr ""11131114#: builtin/clean.c:162 builtin/clean.c:1821115#, c-format1116msgid "failed to remove %s"1117msgstr ""11181119#: builtin/clean.c:1661120#, c-format1121msgid "Would not remove %s\n"1122msgstr ""11231124#: builtin/clean.c:1681125#, c-format1126msgid "Not removing %s\n"1127msgstr ""11281129#: builtin/clone.c:2461130#, c-format1131msgid "reference repository '%s' is not a local directory."1132msgstr ""11331134#: builtin/clone.c:3131135#, c-format1136msgid "failed to open '%s'"1137msgstr ""11381139#: builtin/clone.c:3171140#, c-format1141msgid "failed to create directory '%s'"1142msgstr ""11431144#: builtin/clone.c:319 builtin/diff.c:751145#, c-format1146msgid "failed to stat '%s'"1147msgstr ""11481149#: builtin/clone.c:3211150#, c-format1151msgid "%s exists and is not a directory"1152msgstr ""11531154#: builtin/clone.c:3351155#, c-format1156msgid "failed to stat %s\n"1157msgstr ""11581159#: builtin/clone.c:3521160#, c-format1161msgid "failed to unlink '%s'"1162msgstr ""11631164#: builtin/clone.c:3571165#, c-format1166msgid "failed to create link '%s'"1167msgstr ""11681169#: builtin/clone.c:3611170#, c-format1171msgid "failed to copy file to '%s'"1172msgstr ""11731174#: builtin/clone.c:3841175#, c-format1176msgid "done.\n"1177msgstr ""11781179#: builtin/clone.c:4511180#, c-format1181msgid "Could not find remote branch %s to clone."1182msgstr ""11831184#: builtin/clone.c:5611185msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1186msgstr ""11871188#: builtin/clone.c:6511189msgid "Too many arguments."1190msgstr ""11911192#: builtin/clone.c:6551193msgid "You must specify a repository to clone."1194msgstr ""11951196#: builtin/clone.c:6661197#, c-format1198msgid "--bare and --origin %s options are incompatible."1199msgstr ""12001201#: builtin/clone.c:6801202#, c-format1203msgid "repository '%s' does not exist"1204msgstr ""12051206#: builtin/clone.c:6851207msgid "--depth is ignored in local clones; use file:// instead."1208msgstr ""12091210#: builtin/clone.c:6951211#, c-format1212msgid "destination path '%s' already exists and is not an empty directory."1213msgstr ""12141215#: builtin/clone.c:7051216#, c-format1217msgid "working tree '%s' already exists."1218msgstr ""12191220#: builtin/clone.c:718 builtin/clone.c:7321221#, c-format1222msgid "could not create leading directories of '%s'"1223msgstr ""12241225#: builtin/clone.c:7211226#, c-format1227msgid "could not create work tree dir '%s'."1228msgstr ""12291230#: builtin/clone.c:7401231#, c-format1232msgid "Cloning into bare repository '%s'...\n"1233msgstr ""12341235#: builtin/clone.c:7421236#, c-format1237msgid "Cloning into '%s'...\n"1238msgstr ""12391240#: builtin/clone.c:7981241#, c-format1242msgid "Don't know how to clone %s"1243msgstr ""12441245#: builtin/clone.c:8471246#, c-format1247msgid "Remote branch %s not found in upstream %s"1248msgstr ""12491250#: builtin/clone.c:8541251msgid "You appear to have cloned an empty repository."1252msgstr ""12531254#: builtin/commit.c:421255msgid ""1256"Your name and email address were configured automatically based\n"1257"on your username and hostname. Please check that they are accurate.\n"1258"You can suppress this message by setting them explicitly:\n"1259"\n"1260" git config --global user.name \"Your Name\"\n"1261" git config --global user.email you@example.com\n"1262"\n"1263"After doing this, you may fix the identity used for this commit with:\n"1264"\n"1265" git commit --amend --reset-author\n"1266msgstr ""12671268#: builtin/commit.c:541269msgid ""1270"You asked to amend the most recent commit, but doing so would make\n"1271"it empty. You can repeat your command with --allow-empty, or you can\n"1272"remove the commit entirely with \"git reset HEAD^\".\n"1273msgstr ""12741275#: builtin/commit.c:591276msgid ""1277"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1278"If you wish to commit it anyway, use:\n"1279"\n"1280" git commit --allow-empty\n"1281"\n"1282"Otherwise, please use 'git reset'\n"1283msgstr ""12841285#: builtin/commit.c:205 builtin/reset.c:331286msgid "merge"1287msgstr ""12881289#: builtin/commit.c:2081290msgid "cherry-pick"1291msgstr ""12921293#: builtin/commit.c:3251294msgid "failed to unpack HEAD tree object"1295msgstr ""12961297#: builtin/commit.c:3671298msgid "unable to create temporary index"1299msgstr ""13001301#: builtin/commit.c:3731302msgid "interactive add failed"1303msgstr ""13041305#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:4731306msgid "unable to write new_index file"1307msgstr ""13081309#: builtin/commit.c:4571310#, c-format1311msgid "cannot do a partial commit during a %s."1312msgstr ""13131314#: builtin/commit.c:4661315msgid "cannot read the index"1316msgstr ""13171318#: builtin/commit.c:4861319msgid "unable to write temporary index file"1320msgstr ""13211322#: builtin/commit.c:550 builtin/commit.c:5561323#, c-format1324msgid "invalid commit: %s"1325msgstr ""13261327#: builtin/commit.c:5791328msgid "malformed --author parameter"1329msgstr ""13301331#: builtin/commit.c:6351332#, c-format1333msgid "Malformed ident string: '%s'"1334msgstr ""13351336#: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:10001337#, c-format1338msgid "could not lookup commit %s"1339msgstr ""13401341#: builtin/commit.c:682 builtin/shortlog.c:2961342#, c-format1343msgid "(reading log message from standard input)\n"1344msgstr ""13451346#: builtin/commit.c:6841347msgid "could not read log from standard input"1348msgstr ""13491350#: builtin/commit.c:6881351#, c-format1352msgid "could not read log file '%s'"1353msgstr ""13541355#: builtin/commit.c:6941356msgid "commit has empty message"1357msgstr ""13581359#: builtin/commit.c:7101360msgid "could not read MERGE_MSG"1361msgstr ""13621363#: builtin/commit.c:7141364msgid "could not read SQUASH_MSG"1365msgstr ""13661367#: builtin/commit.c:7181368#, c-format1369msgid "could not read '%s'"1370msgstr ""13711372#: builtin/commit.c:7461373#, c-format1374msgid "could not open '%s'"1375msgstr ""13761377#: builtin/commit.c:7701378msgid "could not write commit template"1379msgstr ""13801381#: builtin/commit.c:7831382#, c-format1383msgid ""1384"\n"1385"It looks like you may be committing a %s.\n"1386"If this is not correct, please remove the file\n"1387"\t%s\n"1388"and try again.\n"1389msgstr ""13901391#: builtin/commit.c:7961392msgid "Please enter the commit message for your changes."1393msgstr ""13941395#: builtin/commit.c:7991396msgid ""1397" Lines starting\n"1398"with '#' will be ignored, and an empty message aborts the commit.\n"1399msgstr ""14001401#: builtin/commit.c:8041402msgid ""1403" Lines starting\n"1404"with '#' will be kept; you may remove them yourself if you want to.\n"1405"An empty message aborts the commit.\n"1406msgstr ""14071408#: builtin/commit.c:8161409#, c-format1410msgid "%sAuthor: %s"1411msgstr ""14121413#: builtin/commit.c:8231414#, c-format1415msgid "%sCommitter: %s"1416msgstr ""14171418#: builtin/commit.c:8431419msgid "Cannot read index"1420msgstr ""14211422#: builtin/commit.c:8801423msgid "Error building trees"1424msgstr ""14251426#: builtin/commit.c:895 builtin/tag.c:3241427#, c-format1428msgid "Please supply the message using either -m or -F option.\n"1429msgstr ""14301431#: builtin/commit.c:9751432#, c-format1433msgid "No existing author found with '%s'"1434msgstr ""14351436#: builtin/commit.c:990 builtin/commit.c:11821437#, c-format1438msgid "Invalid untracked files mode '%s'"1439msgstr ""14401441#: builtin/commit.c:10301442msgid "Using both --reset-author and --author does not make sense"1443msgstr ""14441445#: builtin/commit.c:10411446msgid "You have nothing to amend."1447msgstr ""14481449#: builtin/commit.c:10431450#, c-format1451msgid "You are in the middle of a %s -- cannot amend."1452msgstr ""14531454#: builtin/commit.c:10451455msgid "Options --squash and --fixup cannot be used together"1456msgstr ""14571458#: builtin/commit.c:10551459msgid "Only one of -c/-C/-F/--fixup can be used."1460msgstr ""14611462#: builtin/commit.c:10571463msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1464msgstr ""14651466#: builtin/commit.c:10631467msgid "--reset-author can be used only with -C, -c or --amend."1468msgstr ""14691470#: builtin/commit.c:10801471msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1472msgstr ""14731474#: builtin/commit.c:10821475msgid "No paths with --include/--only does not make sense."1476msgstr ""14771478#: builtin/commit.c:10841479msgid "Clever... amending the last one with dirty index."1480msgstr ""14811482#: builtin/commit.c:10861483msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1484msgstr ""14851486#: builtin/commit.c:1096 builtin/tag.c:5001487#, c-format1488msgid "Invalid cleanup mode %s"1489msgstr ""14901491#: builtin/commit.c:11011492msgid "Paths with -a does not make sense."1493msgstr ""14941495#: builtin/commit.c:12801496msgid "couldn't look up newly created commit"1497msgstr ""14981499#: builtin/commit.c:12821500msgid "could not parse newly created commit"1501msgstr ""15021503#: builtin/commit.c:13231504msgid "detached HEAD"1505msgstr ""15061507#: builtin/commit.c:13251508msgid " (root-commit)"1509msgstr ""15101511#: builtin/commit.c:14151512msgid "could not parse HEAD commit"1513msgstr ""15141515#: builtin/commit.c:1452 builtin/merge.c:5071516#, c-format1517msgid "could not open '%s' for reading"1518msgstr ""15191520#: builtin/commit.c:14591521#, c-format1522msgid "Corrupt MERGE_HEAD file (%s)"1523msgstr ""15241525#: builtin/commit.c:14661526msgid "could not read MERGE_MODE"1527msgstr ""15281529#: builtin/commit.c:14851530#, c-format1531msgid "could not read commit message: %s"1532msgstr ""15331534#: builtin/commit.c:14991535#, c-format1536msgid "Aborting commit due to empty commit message.\n"1537msgstr ""15381539#: builtin/commit.c:1514 builtin/merge.c:933 builtin/merge.c:9661540msgid "failed to write commit object"1541msgstr ""15421543#: builtin/commit.c:15351544msgid "cannot lock HEAD ref"1545msgstr ""15461547#: builtin/commit.c:15391548msgid "cannot update HEAD ref"1549msgstr ""15501551#: builtin/commit.c:15501552msgid ""1553"Repository has been updated, but unable to write\n"1554"new_index file. Check that disk is not full or quota is\n"1555"not exceeded, and then \"git reset HEAD\" to recover."1556msgstr ""15571558#: builtin/describe.c:2341559#, c-format1560msgid "annotated tag %s not available"1561msgstr ""15621563#: builtin/describe.c:2381564#, c-format1565msgid "annotated tag %s has no embedded name"1566msgstr ""15671568#: builtin/describe.c:2401569#, c-format1570msgid "tag '%s' is really '%s' here"1571msgstr ""15721573#: builtin/describe.c:2671574#, c-format1575msgid "Not a valid object name %s"1576msgstr ""15771578#: builtin/describe.c:2701579#, c-format1580msgid "%s is not a valid '%s' object"1581msgstr ""15821583#: builtin/describe.c:2871584#, c-format1585msgid "no tag exactly matches '%s'"1586msgstr ""15871588#: builtin/describe.c:2891589#, c-format1590msgid "searching to describe %s\n"1591msgstr ""15921593#: builtin/describe.c:3291594#, c-format1595msgid "finished search at %s\n"1596msgstr ""15971598#: builtin/describe.c:3531599#, c-format1600msgid ""1601"No annotated tags can describe '%s'.\n"1602"However, there were unannotated tags: try --tags."1603msgstr ""16041605#: builtin/describe.c:3571606#, c-format1607msgid ""1608"No tags can describe '%s'.\n"1609"Try --always, or create some tags."1610msgstr ""16111612#: builtin/describe.c:3781613#, c-format1614msgid "traversed %lu commits\n"1615msgstr ""16161617#: builtin/describe.c:3811618#, c-format1619msgid ""1620"more than %i tags found; listed %i most recent\n"1621"gave up search at %s\n"1622msgstr ""16231624#: builtin/describe.c:4361625msgid "--long is incompatible with --abbrev=0"1626msgstr ""16271628#: builtin/describe.c:4621629msgid "No names found, cannot describe anything."1630msgstr ""16311632#: builtin/describe.c:4821633msgid "--dirty is incompatible with committishes"1634msgstr ""16351636#: builtin/diff.c:771637#, c-format1638msgid "'%s': not a regular file or symlink"1639msgstr ""16401641#: builtin/diff.c:2201642#, c-format1643msgid "invalid option: %s"1644msgstr ""16451646#: builtin/diff.c:2931647msgid "Not a git repository"1648msgstr ""16491650#: builtin/diff.c:3431651#, c-format1652msgid "invalid object '%s' given."1653msgstr ""16541655#: builtin/diff.c:3481656#, c-format1657msgid "more than %d trees given: '%s'"1658msgstr ""16591660#: builtin/diff.c:3581661#, c-format1662msgid "more than two blobs given: '%s'"1663msgstr ""16641665#: builtin/diff.c:3661666#, c-format1667msgid "unhandled object '%s' given."1668msgstr ""16691670#: builtin/fetch.c:2001671msgid "Couldn't find remote ref HEAD"1672msgstr ""16731674#: builtin/fetch.c:2521675#, c-format1676msgid "object %s not found"1677msgstr ""16781679#: builtin/fetch.c:2581680msgid "[up to date]"1681msgstr ""16821683#: builtin/fetch.c:2721684#, c-format1685msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1686msgstr ""16871688#: builtin/fetch.c:273 builtin/fetch.c:3511689msgid "[rejected]"1690msgstr ""16911692#: builtin/fetch.c:2841693msgid "[tag update]"1694msgstr ""16951696#: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:3311697msgid " (unable to update local ref)"1698msgstr ""16991700#: builtin/fetch.c:2981701msgid "[new tag]"1702msgstr ""17031704#: builtin/fetch.c:3021705msgid "[new branch]"1706msgstr ""17071708#: builtin/fetch.c:3471709msgid "unable to update local ref"1710msgstr ""17111712#: builtin/fetch.c:3471713msgid "forced update"1714msgstr ""17151716#: builtin/fetch.c:3531717msgid "(non-fast-forward)"1718msgstr ""17191720#: builtin/fetch.c:384 builtin/fetch.c:6761721#, c-format1722msgid "cannot open %s: %s\n"1723msgstr ""17241725#: builtin/fetch.c:3931726#, c-format1727msgid "%s did not send all necessary objects\n"1728msgstr ""17291730#: builtin/fetch.c:4791731#, c-format1732msgid "From %.*s\n"1733msgstr ""17341735#: builtin/fetch.c:4901736#, c-format1737msgid ""1738"some local refs could not be updated; try running\n"1739" 'git remote prune %s' to remove any old, conflicting branches"1740msgstr ""17411742#: builtin/fetch.c:5401743#, c-format1744msgid " (%s will become dangling)\n"1745msgstr ""17461747#: builtin/fetch.c:5411748#, c-format1749msgid " (%s has become dangling)\n"1750msgstr ""17511752#: builtin/fetch.c:5481753msgid "[deleted]"1754msgstr ""17551756#: builtin/fetch.c:5491757msgid "(none)"1758msgstr ""17591760#: builtin/fetch.c:6661761#, c-format1762msgid "Refusing to fetch into current branch %s of non-bare repository"1763msgstr ""17641765#: builtin/fetch.c:7001766#, c-format1767msgid "Don't know how to fetch from %s"1768msgstr ""17691770#: builtin/fetch.c:7771771#, c-format1772msgid "Option \"%s\" value \"%s\" is not valid for %s"1773msgstr ""17741775#: builtin/fetch.c:7801776#, c-format1777msgid "Option \"%s\" is ignored for %s\n"1778msgstr ""17791780#: builtin/fetch.c:8791781#, c-format1782msgid "Fetching %s\n"1783msgstr ""17841785#: builtin/fetch.c:8811786#, c-format1787msgid "Could not fetch %s"1788msgstr ""17891790#: builtin/fetch.c:8981791msgid ""1792"No remote repository specified. Please, specify either a URL or a\n"1793"remote name from which new revisions should be fetched."1794msgstr ""17951796#: builtin/fetch.c:9181797msgid "You need to specify a tag name."1798msgstr ""17991800#: builtin/fetch.c:9701801msgid "fetch --all does not take a repository argument"1802msgstr ""18031804#: builtin/fetch.c:9721805msgid "fetch --all does not make sense with refspecs"1806msgstr ""18071808#: builtin/fetch.c:9831809#, c-format1810msgid "No such remote or remote group: %s"1811msgstr ""18121813#: builtin/fetch.c:9911814msgid "Fetching a group and specifying refspecs does not make sense"1815msgstr ""18161817#: builtin/gc.c:631818#, c-format1819msgid "Invalid %s: '%s'"1820msgstr ""18211822#: builtin/gc.c:781823msgid "Too many options specified"1824msgstr ""18251826#: builtin/gc.c:1031827#, c-format1828msgid "insanely long object directory %.*s"1829msgstr ""18301831#: builtin/gc.c:2231832#, c-format1833msgid "Auto packing the repository for optimum performance.\n"1834msgstr ""18351836#: builtin/gc.c:2261837#, c-format1838msgid ""1839"Auto packing the repository for optimum performance. You may also\n"1840"run \"git gc\" manually. See \"git help gc\" for more information.\n"1841msgstr ""18421843#: builtin/gc.c:2561844msgid ""1845"There are too many unreachable loose objects; run 'git prune' to remove them."1846msgstr ""18471848#: builtin/grep.c:2751849#, c-format1850msgid "grep: failed to create thread: %s"1851msgstr ""18521853#: builtin/grep.c:3901854#, c-format1855msgid "'%s': unable to read %s"1856msgstr ""18571858#: builtin/grep.c:4411859#, c-format1860msgid "'%s': %s"1861msgstr ""18621863#: builtin/grep.c:4521864#, c-format1865msgid "'%s': short read %s"1866msgstr ""18671868#: builtin/grep.c:5141869#, c-format1870msgid "Failed to chdir: %s"1871msgstr ""18721873#: builtin/grep.c:590 builtin/grep.c:6241874#, c-format1875msgid "unable to read tree (%s)"1876msgstr ""18771878#: builtin/grep.c:6381879#, c-format1880msgid "unable to grep from object of type %s"1881msgstr ""18821883#: builtin/grep.c:6961884#, c-format1885msgid "switch `%c' expects a numerical value"1886msgstr ""18871888#: builtin/grep.c:7131889#, c-format1890msgid "cannot open '%s'"1891msgstr ""18921893#: builtin/grep.c:10011894msgid "no pattern given."1895msgstr ""18961897#: builtin/grep.c:10151898#, c-format1899msgid "bad object %s"1900msgstr ""19011902#: builtin/grep.c:10581903msgid "--open-files-in-pager only works on the worktree"1904msgstr ""19051906#: builtin/grep.c:10811907msgid "--cached or --untracked cannot be used with --no-index."1908msgstr ""19091910#: builtin/grep.c:10861911msgid "--no-index or --untracked cannot be used with revs."1912msgstr ""19131914#: builtin/grep.c:10891915msgid "--[no-]exclude-standard cannot be used for tracked contents."1916msgstr ""19171918#: builtin/grep.c:10971919msgid "both --cached and trees are given."1920msgstr ""19211922#: builtin/init-db.c:351923#, c-format1924msgid "Could not make %s writable by group"1925msgstr ""19261927#: builtin/init-db.c:621928#, c-format1929msgid "insanely long template name %s"1930msgstr ""19311932#: builtin/init-db.c:671933#, c-format1934msgid "cannot stat '%s'"1935msgstr ""19361937#: builtin/init-db.c:731938#, c-format1939msgid "cannot stat template '%s'"1940msgstr ""19411942#: builtin/init-db.c:801943#, c-format1944msgid "cannot opendir '%s'"1945msgstr ""19461947#: builtin/init-db.c:971948#, c-format1949msgid "cannot readlink '%s'"1950msgstr ""19511952#: builtin/init-db.c:991953#, c-format1954msgid "insanely long symlink %s"1955msgstr ""19561957#: builtin/init-db.c:1021958#, c-format1959msgid "cannot symlink '%s' '%s'"1960msgstr ""19611962#: builtin/init-db.c:1061963#, c-format1964msgid "cannot copy '%s' to '%s'"1965msgstr ""19661967#: builtin/init-db.c:1101968#, c-format1969msgid "ignoring template %s"1970msgstr ""19711972#: builtin/init-db.c:1331973#, c-format1974msgid "insanely long template path %s"1975msgstr ""19761977#: builtin/init-db.c:1411978#, c-format1979msgid "templates not found %s"1980msgstr ""19811982#: builtin/init-db.c:1541983#, c-format1984msgid "not copying templates of a wrong format version %d from '%s'"1985msgstr ""19861987#: builtin/init-db.c:1921988#, c-format1989msgid "insane git directory %s"1990msgstr ""19911992#: builtin/init-db.c:322 builtin/init-db.c:3251993#, c-format1994msgid "%s already exists"1995msgstr ""19961997#: builtin/init-db.c:3541998#, c-format1999msgid "unable to handle file type %d"2000msgstr ""20012002#: builtin/init-db.c:3572003#, c-format2004msgid "unable to move %s to %s"2005msgstr ""20062007#: builtin/init-db.c:3622008#, c-format2009msgid "Could not create git link %s"2010msgstr ""20112012#.2013#. * TRANSLATORS: The first '%s' is either "Reinitialized2014#. * existing" or "Initialized empty", the second " shared" or2015#. * "", and the last '%s%s' is the verbatim directory name.2016#.2017#: builtin/init-db.c:4192018#, c-format2019msgid "%s%s Git repository in %s%s\n"2020msgstr ""20212022#: builtin/init-db.c:4202023msgid "Reinitialized existing"2024msgstr ""20252026#: builtin/init-db.c:4202027msgid "Initialized empty"2028msgstr ""20292030#: builtin/init-db.c:4212031msgid " shared"2032msgstr ""20332034#: builtin/init-db.c:4402035msgid "cannot tell cwd"2036msgstr ""20372038#: builtin/init-db.c:521 builtin/init-db.c:5282039#, c-format2040msgid "cannot mkdir %s"2041msgstr ""20422043#: builtin/init-db.c:5322044#, c-format2045msgid "cannot chdir to %s"2046msgstr ""20472048#: builtin/init-db.c:5542049#, c-format2050msgid ""2051"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"2052"dir=<directory>)"2053msgstr ""20542055#: builtin/init-db.c:5782056msgid "Cannot access current working directory"2057msgstr ""20582059#: builtin/init-db.c:5852060#, c-format2061msgid "Cannot access work tree '%s'"2062msgstr ""20632064#: builtin/log.c:1852065#, c-format2066msgid "Final output: %d %s\n"2067msgstr ""20682069#: builtin/log.c:393 builtin/log.c:4792070#, c-format2071msgid "Could not read object %s"2072msgstr ""20732074#: builtin/log.c:5032075#, c-format2076msgid "Unknown type: %d"2077msgstr ""20782079#: builtin/log.c:5922080msgid "format.headers without value"2081msgstr ""20822083#: builtin/log.c:6652084msgid "name of output directory is too long"2085msgstr ""20862087#: builtin/log.c:6762088#, c-format2089msgid "Cannot open patch file %s"2090msgstr ""20912092#: builtin/log.c:6902093msgid "Need exactly one range."2094msgstr ""20952096#: builtin/log.c:6982097msgid "Not a range."2098msgstr ""20992100#: builtin/log.c:7352101msgid "Could not extract email from committer identity."2102msgstr ""21032104#: builtin/log.c:7812105msgid "Cover letter needs email format"2106msgstr ""21072108#: builtin/log.c:8752109#, c-format2110msgid "insane in-reply-to: %s"2111msgstr ""21122113#: builtin/log.c:9482114msgid "Two output directories?"2115msgstr ""21162117#: builtin/log.c:11692118#, c-format2119msgid "bogus committer info %s"2120msgstr ""21212122#: builtin/log.c:12142123msgid "-n and -k are mutually exclusive."2124msgstr ""21252126#: builtin/log.c:12162127msgid "--subject-prefix and -k are mutually exclusive."2128msgstr ""21292130#: builtin/log.c:1221 builtin/shortlog.c:2842131#, c-format2132msgid "unrecognized argument: %s"2133msgstr ""21342135#: builtin/log.c:12242136msgid "--name-only does not make sense"2137msgstr ""21382139#: builtin/log.c:12262140msgid "--name-status does not make sense"2141msgstr ""21422143#: builtin/log.c:12282144msgid "--check does not make sense"2145msgstr ""21462147#: builtin/log.c:12512148msgid "standard output, or directory, which one?"2149msgstr ""21502151#: builtin/log.c:12532152#, c-format2153msgid "Could not create directory '%s'"2154msgstr ""21552156#: builtin/log.c:14062157msgid "Failed to create output files"2158msgstr ""21592160#: builtin/log.c:15102161#, c-format2162msgid ""2163"Could not find a tracked remote branch, please specify <upstream> manually.\n"2164msgstr ""21652166#: builtin/log.c:1526 builtin/log.c:1528 builtin/log.c:15402167#, c-format2168msgid "Unknown commit %s"2169msgstr ""21702171#: builtin/merge.c:912172msgid "switch `m' requires a value"2173msgstr ""21742175#: builtin/merge.c:1282176#, c-format2177msgid "Could not find merge strategy '%s'.\n"2178msgstr ""21792180#: builtin/merge.c:1292181#, c-format2182msgid "Available strategies are:"2183msgstr ""21842185#: builtin/merge.c:1342186#, c-format2187msgid "Available custom strategies are:"2188msgstr ""21892190#: builtin/merge.c:2412191msgid "could not run stash."2192msgstr ""21932194#: builtin/merge.c:2462195msgid "stash failed"2196msgstr ""21972198#: builtin/merge.c:2512199#, c-format2200msgid "not a valid object: %s"2201msgstr ""22022203#: builtin/merge.c:270 builtin/merge.c:2872204msgid "read-tree failed"2205msgstr ""22062207#: builtin/merge.c:3172208msgid " (nothing to squash)"2209msgstr ""22102211#: builtin/merge.c:3302212#, c-format2213msgid "Squash commit -- not updating HEAD\n"2214msgstr ""22152216#: builtin/merge.c:3622217msgid "Writing SQUASH_MSG"2218msgstr ""22192220#: builtin/merge.c:3642221msgid "Finishing SQUASH_MSG"2222msgstr ""22232224#: builtin/merge.c:3862225#, c-format2226msgid "No merge message -- not updating HEAD\n"2227msgstr ""22282229#: builtin/merge.c:4352230#, c-format2231msgid "'%s' does not point to a commit"2232msgstr ""22332234#: builtin/merge.c:5342235#, c-format2236msgid "Bad branch.%s.mergeoptions string: %s"2237msgstr ""22382239#: builtin/merge.c:6272240msgid "git write-tree failed to write a tree"2241msgstr ""22422243#: builtin/merge.c:6772244msgid "failed to read the cache"2245msgstr ""22462247#: builtin/merge.c:6942248msgid "Unable to write index."2249msgstr ""22502251#: builtin/merge.c:7072252msgid "Not handling anything other than two heads merge."2253msgstr ""22542255#: builtin/merge.c:7212256#, c-format2257msgid "Unknown option for merge-recursive: -X%s"2258msgstr ""22592260#: builtin/merge.c:7352261#, c-format2262msgid "unable to write %s"2263msgstr ""22642265#: builtin/merge.c:8742266#, c-format2267msgid "Could not read from '%s'"2268msgstr ""22692270#: builtin/merge.c:8832271#, c-format2272msgid "Not committing merge; use 'git commit' to complete the merge.\n"2273msgstr ""22742275#: builtin/merge.c:8892276msgid ""2277"Please enter a commit message to explain why this merge is necessary,\n"2278"especially if it merges an updated upstream into a topic branch.\n"2279"\n"2280"Lines starting with '#' will be ignored, and an empty message aborts\n"2281"the commit.\n"2282msgstr ""22832284#: builtin/merge.c:9132285msgid "Empty commit message."2286msgstr ""22872288#: builtin/merge.c:9252289#, c-format2290msgid "Wonderful.\n"2291msgstr ""22922293#: builtin/merge.c:9982294#, c-format2295msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2296msgstr ""22972298#: builtin/merge.c:10142299#, c-format2300msgid "'%s' is not a commit"2301msgstr ""23022303#: builtin/merge.c:10552304msgid "No current branch."2305msgstr ""23062307#: builtin/merge.c:10572308msgid "No remote for the current branch."2309msgstr ""23102311#: builtin/merge.c:10592312msgid "No default upstream defined for the current branch."2313msgstr ""23142315#: builtin/merge.c:10642316#, c-format2317msgid "No remote tracking branch for %s from %s"2318msgstr ""23192320#: builtin/merge.c:11862321msgid "There is no merge to abort (MERGE_HEAD missing)."2322msgstr ""23232324#: builtin/merge.c:1202 git-pull.sh:312325msgid ""2326"You have not concluded your merge (MERGE_HEAD exists).\n"2327"Please, commit your changes before you can merge."2328msgstr ""23292330#: builtin/merge.c:1205 git-pull.sh:342331msgid "You have not concluded your merge (MERGE_HEAD exists)."2332msgstr ""23332334#: builtin/merge.c:12092335msgid ""2336"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2337"Please, commit your changes before you can merge."2338msgstr ""23392340#: builtin/merge.c:12122341msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2342msgstr ""23432344#: builtin/merge.c:12212345msgid "You cannot combine --squash with --no-ff."2346msgstr ""23472348#: builtin/merge.c:12262349msgid "You cannot combine --no-ff with --ff-only."2350msgstr ""23512352#: builtin/merge.c:12332353msgid "No commit specified and merge.defaultToUpstream not set."2354msgstr ""23552356#: builtin/merge.c:12642357msgid "Can merge only exactly one commit into empty head"2358msgstr ""23592360#: builtin/merge.c:12672361msgid "Squash commit into empty head not supported yet"2362msgstr ""23632364#: builtin/merge.c:12692365msgid "Non-fast-forward commit does not make sense into an empty head"2366msgstr ""23672368#: builtin/merge.c:1273 builtin/merge.c:13172369#, c-format2370msgid "%s - not something we can merge"2371msgstr ""23722373#: builtin/merge.c:13822374#, c-format2375msgid "Updating %s..%s\n"2376msgstr ""23772378#: builtin/merge.c:14202379#, c-format2380msgid "Trying really trivial in-index merge...\n"2381msgstr ""23822383#: builtin/merge.c:14272384#, c-format2385msgid "Nope.\n"2386msgstr ""23872388#: builtin/merge.c:14592389msgid "Not possible to fast-forward, aborting."2390msgstr ""23912392#: builtin/merge.c:1482 builtin/merge.c:15592393#, c-format2394msgid "Rewinding the tree to pristine...\n"2395msgstr ""23962397#: builtin/merge.c:14862398#, c-format2399msgid "Trying merge strategy %s...\n"2400msgstr ""24012402#: builtin/merge.c:15502403#, c-format2404msgid "No merge strategy handled the merge.\n"2405msgstr ""24062407#: builtin/merge.c:15522408#, c-format2409msgid "Merge with strategy %s failed.\n"2410msgstr ""24112412#: builtin/merge.c:15612413#, c-format2414msgid "Using the %s to prepare resolving by hand.\n"2415msgstr ""24162417#: builtin/merge.c:15722418#, c-format2419msgid "Automatic merge went well; stopped before committing as requested\n"2420msgstr ""24212422#: builtin/mv.c:1082423#, c-format2424msgid "Checking rename of '%s' to '%s'\n"2425msgstr ""24262427#: builtin/mv.c:1122428msgid "bad source"2429msgstr ""24302431#: builtin/mv.c:1152432msgid "can not move directory into itself"2433msgstr ""24342435#: builtin/mv.c:1182436msgid "cannot move directory over file"2437msgstr ""24382439#: builtin/mv.c:1282440#, c-format2441msgid "Huh? %.*s is in index?"2442msgstr ""24432444#: builtin/mv.c:1402445msgid "source directory is empty"2446msgstr ""24472448#: builtin/mv.c:1712449msgid "not under version control"2450msgstr ""24512452#: builtin/mv.c:1732453msgid "destination exists"2454msgstr ""24552456#: builtin/mv.c:1812457#, c-format2458msgid "overwriting '%s'"2459msgstr ""24602461#: builtin/mv.c:1842462msgid "Cannot overwrite"2463msgstr ""24642465#: builtin/mv.c:1872466msgid "multiple sources for the same target"2467msgstr ""24682469#: builtin/mv.c:2022470#, c-format2471msgid "%s, source=%s, destination=%s"2472msgstr ""24732474#: builtin/mv.c:2122475#, c-format2476msgid "Renaming %s to %s\n"2477msgstr ""24782479#: builtin/mv.c:2152480#, c-format2481msgid "renaming '%s' failed"2482msgstr ""24832484#: builtin/notes.c:1392485#, c-format2486msgid "unable to start 'show' for object '%s'"2487msgstr ""24882489#: builtin/notes.c:1452490msgid "can't fdopen 'show' output fd"2491msgstr ""24922493#: builtin/notes.c:1552494#, c-format2495msgid "failed to close pipe to 'show' for object '%s'"2496msgstr ""24972498#: builtin/notes.c:1582499#, c-format2500msgid "failed to finish 'show' for object '%s'"2501msgstr ""25022503#: builtin/notes.c:175 builtin/tag.c:3102504#, c-format2505msgid "could not create file '%s'"2506msgstr ""25072508#: builtin/notes.c:1892509msgid "Please supply the note contents using either -m or -F option"2510msgstr ""25112512#: builtin/notes.c:210 builtin/notes.c:9732513#, c-format2514msgid "Removing note for object %s\n"2515msgstr ""25162517#: builtin/notes.c:2152518msgid "unable to write note object"2519msgstr ""25202521#: builtin/notes.c:2172522#, c-format2523msgid "The note contents has been left in %s"2524msgstr ""25252526#: builtin/notes.c:251 builtin/tag.c:4652527#, c-format2528msgid "cannot read '%s'"2529msgstr ""25302531#: builtin/notes.c:253 builtin/tag.c:4682532#, c-format2533msgid "could not open or read '%s'"2534msgstr ""25352536#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4472537#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6442538#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7662539#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:4812540#, c-format2541msgid "Failed to resolve '%s' as a valid ref."2542msgstr ""25432544#: builtin/notes.c:2752545#, c-format2546msgid "Failed to read object '%s'."2547msgstr ""25482549#: builtin/notes.c:2992550msgid "Cannot commit uninitialized/unreferenced notes tree"2551msgstr ""25522553#: builtin/notes.c:3402554#, c-format2555msgid "Bad notes.rewriteMode value: '%s'"2556msgstr ""25572558#: builtin/notes.c:3502559#, c-format2560msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2561msgstr ""25622563#. TRANSLATORS: The first %s is the name of the2564#. environment variable, the second %s is its value2565#: builtin/notes.c:3772566#, c-format2567msgid "Bad %s value: '%s'"2568msgstr ""25692570#: builtin/notes.c:4412571#, c-format2572msgid "Malformed input line: '%s'."2573msgstr ""25742575#: builtin/notes.c:4562576#, c-format2577msgid "Failed to copy notes from '%s' to '%s'"2578msgstr ""25792580#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6272581#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7592582#: builtin/notes.c:10332583msgid "too many parameters"2584msgstr ""25852586#: builtin/notes.c:513 builtin/notes.c:7722587#, c-format2588msgid "No note found for object %s."2589msgstr ""25902591#: builtin/notes.c:5802592#, c-format2593msgid ""2594"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "2595"existing notes"2596msgstr ""25972598#: builtin/notes.c:585 builtin/notes.c:6622599#, c-format2600msgid "Overwriting existing notes for object %s\n"2601msgstr ""26022603#: builtin/notes.c:6352604msgid "too few parameters"2605msgstr ""26062607#: builtin/notes.c:6562608#, c-format2609msgid ""2610"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "2611"existing notes"2612msgstr ""26132614#: builtin/notes.c:6682615#, c-format2616msgid "Missing notes on source object %s. Cannot copy."2617msgstr ""26182619#: builtin/notes.c:7172620#, c-format2621msgid ""2622"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2623"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2624msgstr ""26252626#: builtin/notes.c:9712627#, c-format2628msgid "Object %s has no note\n"2629msgstr ""26302631#: builtin/notes.c:11032632#, c-format2633msgid "Unknown subcommand: %s"2634msgstr ""26352636#: builtin/push.c:442637msgid "tag shorthand without <tag>"2638msgstr ""26392640#: builtin/push.c:632641msgid "--delete only accepts plain target ref names"2642msgstr ""26432644#: builtin/push.c:732645#, c-format2646msgid ""2647"You are not currently on a branch.\n"2648"To push the history leading to the current (detached HEAD)\n"2649"state now, use\n"2650"\n"2651" git push %s HEAD:<name-of-remote-branch>\n"2652msgstr ""26532654#: builtin/push.c:802655#, c-format2656msgid ""2657"The current branch %s has no upstream branch.\n"2658"To push the current branch and set the remote as upstream, use\n"2659"\n"2660" git push --set-upstream %s %s\n"2661msgstr ""26622663#: builtin/push.c:882664#, c-format2665msgid "The current branch %s has multiple upstream branches, refusing to push."2666msgstr ""26672668#: builtin/push.c:1112669msgid ""2670"You didn't specify any refspecs to push, and push.default is \"nothing\"."2671msgstr ""26722673#: builtin/push.c:1312674#, c-format2675msgid "Pushing to %s\n"2676msgstr ""26772678#: builtin/push.c:1352679#, c-format2680msgid "failed to push some refs to '%s'"2681msgstr ""26822683#: builtin/push.c:1432684#, c-format2685msgid ""2686"To prevent you from losing history, non-fast-forward updates were rejected\n"2687"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"2688"'Note about fast-forwards' section of 'git push --help' for details.\n"2689msgstr ""26902691#: builtin/push.c:1602692#, c-format2693msgid "bad repository '%s'"2694msgstr ""26952696#: builtin/push.c:1612697msgid ""2698"No configured push destination.\n"2699"Either specify the URL from the command-line or configure a remote "2700"repository using\n"2701"\n"2702" git remote add <name> <url>\n"2703"\n"2704"and then push using the remote name\n"2705"\n"2706" git push <name>\n"2707msgstr ""27082709#: builtin/push.c:1762710msgid "--all and --tags are incompatible"2711msgstr ""27122713#: builtin/push.c:1772714msgid "--all can't be combined with refspecs"2715msgstr ""27162717#: builtin/push.c:1822718msgid "--mirror and --tags are incompatible"2719msgstr ""27202721#: builtin/push.c:1832722msgid "--mirror can't be combined with refspecs"2723msgstr ""27242725#: builtin/push.c:1882726msgid "--all and --mirror are incompatible"2727msgstr ""27282729#: builtin/push.c:2722730msgid "--delete is incompatible with --all, --mirror and --tags"2731msgstr ""27322733#: builtin/push.c:2742734msgid "--delete doesn't make sense without any refs"2735msgstr ""27362737#: builtin/reset.c:332738msgid "mixed"2739msgstr ""27402741#: builtin/reset.c:332742msgid "soft"2743msgstr ""27442745#: builtin/reset.c:332746msgid "hard"2747msgstr ""27482749#: builtin/reset.c:332750msgid "keep"2751msgstr ""27522753#: builtin/reset.c:772754msgid "You do not have a valid HEAD."2755msgstr ""27562757#: builtin/reset.c:792758msgid "Failed to find tree of HEAD."2759msgstr ""27602761#: builtin/reset.c:852762#, c-format2763msgid "Failed to find tree of %s."2764msgstr ""27652766#: builtin/reset.c:962767msgid "Could not write new index file."2768msgstr ""27692770#: builtin/reset.c:1062771#, c-format2772msgid "HEAD is now at %s"2773msgstr ""27742775#: builtin/reset.c:1302776msgid "Could not read index"2777msgstr ""27782779#: builtin/reset.c:1332780msgid "Unstaged changes after reset:"2781msgstr ""27822783#: builtin/reset.c:2232784#, c-format2785msgid "Cannot do a %s reset in the middle of a merge."2786msgstr ""27872788#: builtin/reset.c:2972789#, c-format2790msgid "Could not parse object '%s'."2791msgstr ""27922793#: builtin/reset.c:3022794msgid "--patch is incompatible with --{hard,mixed,soft}"2795msgstr ""27962797#: builtin/reset.c:3112798msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2799msgstr ""28002801#: builtin/reset.c:3132802#, c-format2803msgid "Cannot do %s reset with paths."2804msgstr ""28052806#: builtin/reset.c:3252807#, c-format2808msgid "%s reset is not allowed in a bare repository"2809msgstr ""28102811#: builtin/reset.c:3412812#, c-format2813msgid "Could not reset index file to revision '%s'."2814msgstr ""28152816#: builtin/revert.c:70 builtin/revert.c:912817#, c-format2818msgid "%s: %s cannot be used with %s"2819msgstr ""28202821#: builtin/revert.c:1262822msgid "program error"2823msgstr ""28242825#: builtin/revert.c:2092826msgid "revert failed"2827msgstr ""28282829#: builtin/revert.c:2242830msgid "cherry-pick failed"2831msgstr ""28322833#: builtin/rm.c:1092834#, c-format2835msgid ""2836"'%s' has staged content different from both the file and the HEAD\n"2837"(use -f to force removal)"2838msgstr ""28392840#: builtin/rm.c:1152841#, c-format2842msgid ""2843"'%s' has changes staged in the index\n"2844"(use --cached to keep the file, or -f to force removal)"2845msgstr ""28462847#: builtin/rm.c:1192848#, c-format2849msgid ""2850"'%s' has local modifications\n"2851"(use --cached to keep the file, or -f to force removal)"2852msgstr ""28532854#: builtin/rm.c:1942855#, c-format2856msgid "not removing '%s' recursively without -r"2857msgstr ""28582859#: builtin/rm.c:2302860#, c-format2861msgid "git rm: unable to remove %s"2862msgstr ""28632864#: builtin/shortlog.c:1572865#, c-format2866msgid "Missing author: %s"2867msgstr ""28682869#: builtin/tag.c:1722870#, c-format2871msgid "tag name too long: %.*s..."2872msgstr ""28732874#: builtin/tag.c:1772875#, c-format2876msgid "tag '%s' not found."2877msgstr ""28782879#: builtin/tag.c:1922880#, c-format2881msgid "Deleted tag '%s' (was %s)\n"2882msgstr ""28832884#: builtin/tag.c:2042885#, c-format2886msgid "could not verify the tag '%s'"2887msgstr ""28882889#: builtin/tag.c:2142890msgid ""2891"\n"2892"#\n"2893"# Write a tag message\n"2894"# Lines starting with '#' will be ignored.\n"2895"#\n"2896msgstr ""28972898#: builtin/tag.c:2212899msgid ""2900"\n"2901"#\n"2902"# Write a tag message\n"2903"# Lines starting with '#' will be kept; you may remove them yourself if you "2904"want to.\n"2905"#\n"2906msgstr ""29072908#: builtin/tag.c:2612909msgid "unable to sign the tag"2910msgstr ""29112912#: builtin/tag.c:2632913msgid "unable to write tag file"2914msgstr ""29152916#: builtin/tag.c:2882917msgid "bad object type."2918msgstr ""29192920#: builtin/tag.c:3012921msgid "tag header too big."2922msgstr ""29232924#: builtin/tag.c:3332925msgid "no tag message?"2926msgstr ""29272928#: builtin/tag.c:3392929#, c-format2930msgid "The tag message has been left in %s\n"2931msgstr ""29322933#: builtin/tag.c:4482934msgid "-n option is only allowed with -l."2935msgstr ""29362937#: builtin/tag.c:4502938msgid "--contains option is only allowed with -l."2939msgstr ""29402941#: builtin/tag.c:4582942msgid "only one -F or -m option is allowed."2943msgstr ""29442945#: builtin/tag.c:4782946msgid "too many params"2947msgstr ""29482949#: builtin/tag.c:4842950#, c-format2951msgid "'%s' is not a valid tag name."2952msgstr ""29532954#: builtin/tag.c:4892955#, c-format2956msgid "tag '%s' already exists"2957msgstr ""29582959#: builtin/tag.c:5072960#, c-format2961msgid "%s: cannot lock the ref"2962msgstr ""29632964#: builtin/tag.c:5092965#, c-format2966msgid "%s: cannot update the ref"2967msgstr ""29682969#: builtin/tag.c:5112970#, c-format2971msgid "Updated tag '%s' (was %s)\n"2972msgstr ""29732974#: git-am.sh:492975msgid "You need to set your committer info first"2976msgstr ""29772978#: git-am.sh:1352979msgid "Repository lacks necessary blobs to fall back on 3-way merge."2980msgstr ""29812982#: git-am.sh:1442983msgid ""2984"Did you hand edit your patch?\n"2985"It does not apply to blobs recorded in its index."2986msgstr ""29872988#: git-am.sh:1532989msgid "Falling back to patching base and 3-way merge..."2990msgstr ""29912992#: git-am.sh:2652993msgid "Only one StGIT patch series can be applied at once"2994msgstr ""29952996#: git-am.sh:3522997#, sh-format2998msgid "Patch format $patch_format is not supported."2999msgstr ""30003001#: git-am.sh:3543002msgid "Patch format detection failed."3003msgstr ""30043005#: git-am.sh:4063006msgid "-d option is no longer supported. Do not use."3007msgstr ""30083009#: git-am.sh:4693010#, sh-format3011msgid "previous rebase directory $dotest still exists but mbox given."3012msgstr ""30133014#: git-am.sh:4743015msgid "Please make up your mind. --skip or --abort?"3016msgstr ""30173018#: git-am.sh:5013019msgid "Resolve operation not in progress, we are not resuming."3020msgstr ""30213022#: git-am.sh:5673023#, sh-format3024msgid "Dirty index: cannot apply patches (dirty: $files)"3025msgstr ""30263027#: git-am.sh:7433028msgid "cannot be interactive without stdin connected to a terminal."3029msgstr ""30303031#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3032#. in your translation. The program will only accept English3033#. input at this point.3034#: git-am.sh:7543035msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3036msgstr ""30373038#: git-am.sh:7903039#, sh-format3040msgid "Applying: $FIRSTLINE"3041msgstr ""30423043#: git-am.sh:8353044msgid "No changes -- Patch already applied."3045msgstr ""30463047#: git-am.sh:8613048msgid "applying to an empty history"3049msgstr ""30503051#. TRANSLATORS: Make sure to include [Y] and [n] in your3052#. translation. The program will only accept English input3053#. at this point.3054#: git-bisect.sh:543055msgid "Do you want me to do it for you [Y/n]? "3056msgstr ""30573058#: git-bisect.sh:953059#, sh-format3060msgid "unrecognised option: '$arg'"3061msgstr ""30623063#: git-bisect.sh:993064#, sh-format3065msgid "'$arg' does not appear to be a valid revision"3066msgstr ""30673068#: git-bisect.sh:1173069msgid "Bad HEAD - I need a HEAD"3070msgstr ""30713072#: git-bisect.sh:1303073#, sh-format3074msgid ""3075"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3076msgstr ""30773078#: git-bisect.sh:1403079msgid "won't bisect on seeked tree"3080msgstr ""30813082#: git-bisect.sh:1443083msgid "Bad HEAD - strange symbolic ref"3084msgstr ""30853086#: git-bisect.sh:1893087#, sh-format3088msgid "Bad bisect_write argument: $state"3089msgstr ""30903091#: git-bisect.sh:2183092#, sh-format3093msgid "Bad rev input: $arg"3094msgstr ""30953096#: git-bisect.sh:2323097msgid "Please call 'bisect_state' with at least one argument."3098msgstr ""30993100#: git-bisect.sh:2443101#, sh-format3102msgid "Bad rev input: $rev"3103msgstr ""31043105#: git-bisect.sh:2503106msgid "'git bisect bad' can take only one argument."3107msgstr ""31083109#. TRANSLATORS: Make sure to include [Y] and [n] in your3110#. translation. The program will only accept English input3111#. at this point.3112#: git-bisect.sh:2793113msgid "Are you sure [Y/n]? "3114msgstr ""31153116#: git-bisect.sh:3543117#, sh-format3118msgid "'$invalid' is not a valid commit"3119msgstr ""31203121#: git-bisect.sh:3633122#, sh-format3123msgid ""3124"Could not check out original HEAD '$branch'.\n"3125"Try 'git bisect reset <commit>'."3126msgstr ""31273128#: git-bisect.sh:3903129msgid "No logfile given"3130msgstr ""31313132#: git-bisect.sh:3913133#, sh-format3134msgid "cannot read $file for replaying"3135msgstr ""31363137#: git-bisect.sh:4083138msgid "?? what are you talking about?"3139msgstr ""31403141#: git-bisect.sh:4743142msgid "We are not bisecting."3143msgstr ""31443145#: git-pull.sh:213146msgid ""3147"Pull is not possible because you have unmerged files.\n"3148"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3149"as appropriate to mark resolution, or use 'git commit -a'."3150msgstr ""31513152#: git-pull.sh:253153msgid "Pull is not possible because you have unmerged files."3154msgstr ""31553156#: git-pull.sh:1933157msgid "updating an unborn branch with changes added to the index"3158msgstr ""31593160#: git-pull.sh:2493161msgid "Cannot merge multiple branches into empty head"3162msgstr ""31633164#: git-pull.sh:2533165msgid "Cannot rebase onto multiple branches"3166msgstr ""31673168#: git-stash.sh:513169msgid "git stash clear with parameters is unimplemented"3170msgstr ""31713172#: git-stash.sh:743173msgid "You do not have the initial commit yet"3174msgstr ""31753176#: git-stash.sh:893177msgid "Cannot save the current index state"3178msgstr ""31793180#: git-stash.sh:123 git-stash.sh:1363181msgid "Cannot save the current worktree state"3182msgstr ""31833184#: git-stash.sh:1403185msgid "No changes selected"3186msgstr ""31873188#: git-stash.sh:1433189msgid "Cannot remove temporary index (can't happen)"3190msgstr ""31913192#: git-stash.sh:1563193msgid "Cannot record working tree state"3194msgstr ""31953196#: git-stash.sh:2233197msgid "No local changes to save"3198msgstr ""31993200#: git-stash.sh:2273201msgid "Cannot initialize stash"3202msgstr ""32033204#: git-stash.sh:2353205msgid "Cannot save the current status"3206msgstr ""32073208#: git-stash.sh:2533209msgid "Cannot remove worktree changes"3210msgstr ""32113212#: git-stash.sh:3523213msgid "No stash found."3214msgstr ""32153216#: git-stash.sh:3593217#, sh-format3218msgid "Too many revisions specified: $REV"3219msgstr ""32203221#: git-stash.sh:3653222#, sh-format3223msgid "$reference is not valid reference"3224msgstr ""32253226#: git-stash.sh:3933227#, sh-format3228msgid "'$args' is not a stash-like commit"3229msgstr ""32303231#: git-stash.sh:4043232#, sh-format3233msgid "'$args' is not a stash reference"3234msgstr ""32353236#: git-stash.sh:4123237msgid "unable to refresh index"3238msgstr ""32393240#: git-stash.sh:4163241msgid "Cannot apply a stash in the middle of a merge"3242msgstr ""32433244#: git-stash.sh:4243245msgid "Conflicts in index. Try without --index."3246msgstr ""32473248#: git-stash.sh:4263249msgid "Could not save index tree"3250msgstr ""32513252#: git-stash.sh:4603253msgid "Cannot unstage modified files"3254msgstr ""32553256#: git-stash.sh:4913257#, sh-format3258msgid "Dropped ${REV} ($s)"3259msgstr ""32603261#: git-stash.sh:4923262#, sh-format3263msgid "${REV}: Could not drop stash entry"3264msgstr ""32653266#: git-stash.sh:4993267msgid "No branch name specified"3268msgstr ""32693270#: git-stash.sh:5703271msgid "(To restore them type \"git stash apply\")"3272msgstr ""32733274#: git-submodule.sh:563275#, sh-format3276msgid "cannot strip one component off url '$remoteurl'"3277msgstr ""32783279#: git-submodule.sh:1083280#, sh-format3281msgid "No submodule mapping found in .gitmodules for path '$path'"3282msgstr ""32833284#: git-submodule.sh:1733285#, sh-format3286msgid "Clone of '$url' into submodule path '$path' failed"3287msgstr ""32883289#: git-submodule.sh:2473290#, sh-format3291msgid "repo URL: '$repo' must be absolute or begin with ./|../"3292msgstr ""32933294#: git-submodule.sh:2643295#, sh-format3296msgid "'$path' already exists in the index"3297msgstr ""32983299#: git-submodule.sh:2813300#, sh-format3301msgid "'$path' already exists and is not a valid git repo"3302msgstr ""33033304#: git-submodule.sh:2953305#, sh-format3306msgid "Unable to checkout submodule '$path'"3307msgstr ""33083309#: git-submodule.sh:3003310#, sh-format3311msgid "Failed to add submodule '$path'"3312msgstr ""33133314#: git-submodule.sh:3053315#, sh-format3316msgid "Failed to register submodule '$path'"3317msgstr ""33183319#: git-submodule.sh:3473320#, sh-format3321msgid "Entering '$prefix$path'"3322msgstr ""33233324#: git-submodule.sh:3593325#, sh-format3326msgid "Stopping at '$path'; script returned non-zero status."3327msgstr ""33283329#: git-submodule.sh:4013330#, sh-format3331msgid "No url found for submodule path '$path' in .gitmodules"3332msgstr ""33333334#: git-submodule.sh:4103335#, sh-format3336msgid "Failed to register url for submodule path '$path'"3337msgstr ""33383339#: git-submodule.sh:4183340#, sh-format3341msgid "Failed to register update mode for submodule path '$path'"3342msgstr ""33433344#: git-submodule.sh:4203345#, sh-format3346msgid "Submodule '$name' ($url) registered for path '$path'"3347msgstr ""33483349#: git-submodule.sh:5193350#, sh-format3351msgid ""3352"Submodule path '$path' not initialized\n"3353"Maybe you want to use 'update --init'?"3354msgstr ""33553356#: git-submodule.sh:5323357#, sh-format3358msgid "Unable to find current revision in submodule path '$path'"3359msgstr ""33603361#: git-submodule.sh:5513362#, sh-format3363msgid "Unable to fetch in submodule path '$path'"3364msgstr ""33653366#: git-submodule.sh:5653367#, sh-format3368msgid "Unable to rebase '$sha1' in submodule path '$path'"3369msgstr ""33703371#: git-submodule.sh:5663372#, sh-format3373msgid "Submodule path '$path': rebased into '$sha1'"3374msgstr ""33753376#: git-submodule.sh:5713377#, sh-format3378msgid "Unable to merge '$sha1' in submodule path '$path'"3379msgstr ""33803381#: git-submodule.sh:5723382#, sh-format3383msgid "Submodule path '$path': merged in '$sha1'"3384msgstr ""33853386#: git-submodule.sh:5773387#, sh-format3388msgid "Unable to checkout '$sha1' in submodule path '$path'"3389msgstr ""33903391#: git-submodule.sh:5783392#, sh-format3393msgid "Submodule path '$path': checked out '$sha1'"3394msgstr ""33953396#: git-submodule.sh:600 git-submodule.sh:9233397#, sh-format3398msgid "Failed to recurse into submodule path '$path'"3399msgstr ""34003401#: git-submodule.sh:7083402msgid "--"3403msgstr ""34043405#: git-submodule.sh:7663406#, sh-format3407msgid " Warn: $name doesn't contain commit $sha1_src"3408msgstr ""34093410#: git-submodule.sh:7693411#, sh-format3412msgid " Warn: $name doesn't contain commit $sha1_dst"3413msgstr ""34143415#: git-submodule.sh:7723416#, sh-format3417msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3418msgstr ""34193420#: git-submodule.sh:7973421msgid "blob"3422msgstr ""34233424#: git-submodule.sh:7983425msgid "submodule"3426msgstr ""34273428#: git-submodule.sh:9693429#, sh-format3430msgid "Synchronizing submodule url for '$name'"3431msgstr ""