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-28 09:17+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c: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:205 77#, c-format 78msgid "" 79"Found errors in 'diff.dirstat' config variable:\n" 80"%s" 81msgstr "" 82 83#: diff.c:1331 84msgid " 0 files changed\n" 85msgstr "" 86 87#: diff.c:1335 88#, c-format 89msgid " %d file changed" 90msgid_plural " %d files changed" 91msgstr[0] "" 92msgstr[1] "" 93 94#: diff.c:1352 95#, c-format 96msgid ", %d insertion(+)" 97msgid_plural ", %d insertions(+)" 98msgstr[0] "" 99msgstr[1] "" 100 101#: diff.c:1363 102#, c-format 103msgid ", %d deletion(-)" 104msgid_plural ", %d deletions(-)" 105msgstr[0] "" 106msgstr[1] "" 107 108#: diff.c:3364 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:1285 128#, c-format 129msgid "'%s': unable to read %s" 130msgstr "" 131 132#: grep.c:1302 133#, c-format 134msgid "'%s': %s" 135msgstr "" 136 137#: grep.c:1313 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:862 builtin/merge.c:983 176#: builtin/merge.c:1093 builtin/merge.c:1103 177#, c-format 178msgid "Could not open '%s' for writing" 179msgstr "" 180 181#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:865 182#: builtin/merge.c:1095 builtin/merge.c:1108 183#, c-format 184msgid "Could not write to '%s'" 185msgstr "" 186 187#: sequencer.c:142 188msgid "" 189"after resolving the conflicts, mark the corrected paths\n" 190"with 'git add <paths>' or 'git rm <paths>'\n" 191"and commit the result with 'git commit'" 192msgstr "" 193 194#: sequencer.c:154 sequencer.c:680 sequencer.c:763 195#, c-format 196msgid "Could not write to %s" 197msgstr "" 198 199#: sequencer.c:157 200#, c-format 201msgid "Error wrapping up %s" 202msgstr "" 203 204#: sequencer.c:172 205msgid "Your local changes would be overwritten by cherry-pick." 206msgstr "" 207 208#: sequencer.c:174 209msgid "Your local changes would be overwritten by revert." 210msgstr "" 211 212#: sequencer.c:177 213msgid "Commit your changes or stash them to proceed." 214msgstr "" 215 216#. TRANSLATORS: %s will be "revert" or "cherry-pick" 217#: sequencer.c:227 218#, c-format 219msgid "%s: Unable to write new index file" 220msgstr "" 221 222#: sequencer.c:293 223msgid "Your index file is unmerged." 224msgstr "" 225 226#: sequencer.c:296 227msgid "You do not have a valid HEAD" 228msgstr "" 229 230#: sequencer.c:311 231#, c-format 232msgid "Commit %s is a merge but no -m option was given." 233msgstr "" 234 235#: sequencer.c:319 236#, c-format 237msgid "Commit %s does not have parent %d" 238msgstr "" 239 240#: sequencer.c:323 241#, c-format 242msgid "Mainline was specified but commit %s is not a merge." 243msgstr "" 244 245#. TRANSLATORS: The first %s will be "revert" or 246#. "cherry-pick", the second %s a SHA1 247#: sequencer.c:334 248#, c-format 249msgid "%s: cannot parse parent commit %s" 250msgstr "" 251 252#: sequencer.c:338 253#, c-format 254msgid "Cannot get commit message for %s" 255msgstr "" 256 257#: sequencer.c:422 258#, c-format 259msgid "could not revert %s... %s" 260msgstr "" 261 262#: sequencer.c:423 263#, c-format 264msgid "could not apply %s... %s" 265msgstr "" 266 267#: sequencer.c:445 sequencer.c:904 builtin/log.c:286 builtin/log.c:709 268#: builtin/log.c:1325 builtin/log.c:1544 builtin/merge.c:348 269#: builtin/shortlog.c:181 270msgid "revision walk setup failed" 271msgstr "" 272 273#: sequencer.c:448 274msgid "empty commit set passed" 275msgstr "" 276 277#: sequencer.c:456 278#, c-format 279msgid "git %s: failed to read the index" 280msgstr "" 281 282#: sequencer.c:461 283#, c-format 284msgid "git %s: failed to refresh the index" 285msgstr "" 286 287#: sequencer.c:546 288#, c-format 289msgid "Cannot %s during a %s" 290msgstr "" 291 292#: sequencer.c:568 293#, c-format 294msgid "Could not parse line %d." 295msgstr "" 296 297#: sequencer.c:573 298msgid "No commits parsed." 299msgstr "" 300 301#: sequencer.c:586 302#, c-format 303msgid "Could not open %s" 304msgstr "" 305 306#: sequencer.c:590 307#, c-format 308msgid "Could not read %s." 309msgstr "" 310 311#: sequencer.c:597 312#, c-format 313msgid "Unusable instruction sheet: %s" 314msgstr "" 315 316#: sequencer.c:625 317#, c-format 318msgid "Invalid key: %s" 319msgstr "" 320 321#: sequencer.c:628 322#, c-format 323msgid "Invalid value for %s: %s" 324msgstr "" 325 326#: sequencer.c:640 327#, c-format 328msgid "Malformed options sheet: %s" 329msgstr "" 330 331#: sequencer.c:661 332msgid "a cherry-pick or revert is already in progress" 333msgstr "" 334 335#: sequencer.c:662 336msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 337msgstr "" 338 339#: sequencer.c:666 340#, c-format 341msgid "Could not create sequencer directory %s" 342msgstr "" 343 344#: sequencer.c:682 sequencer.c:767 345#, c-format 346msgid "Error wrapping up %s." 347msgstr "" 348 349#: sequencer.c:701 sequencer.c:835 350msgid "no cherry-pick or revert in progress" 351msgstr "" 352 353#: sequencer.c:703 354msgid "cannot resolve HEAD" 355msgstr "" 356 357#: sequencer.c:705 358msgid "cannot abort from a branch yet to be born" 359msgstr "" 360 361#: sequencer.c:727 362#, c-format 363msgid "cannot open %s: %s" 364msgstr "" 365 366#: sequencer.c:730 367#, c-format 368msgid "cannot read %s: %s" 369msgstr "" 370 371#: sequencer.c:731 372msgid "unexpected end of file" 373msgstr "" 374 375#: sequencer.c:737 376#, c-format 377msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 378msgstr "" 379 380#: sequencer.c:760 381#, c-format 382msgid "Could not format %s." 383msgstr "" 384 385#: sequencer.c:922 386msgid "Can't revert as initial commit" 387msgstr "" 388 389#: sequencer.c:923 390msgid "Can't cherry-pick into empty head" 391msgstr "" 392 393#: wt-status.c:134 394msgid "Unmerged paths:" 395msgstr "" 396 397#: wt-status.c:140 wt-status.c:157 398#, c-format 399msgid " (use \"git reset %s <file>...\" to unstage)" 400msgstr "" 401 402#: wt-status.c:142 wt-status.c:159 403msgid " (use \"git rm --cached <file>...\" to unstage)" 404msgstr "" 405 406#: wt-status.c:143 407msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 408msgstr "" 409 410#: wt-status.c:151 411msgid "Changes to be committed:" 412msgstr "" 413 414#: wt-status.c:169 415msgid "Changes not staged for commit:" 416msgstr "" 417 418#: wt-status.c:173 419msgid " (use \"git add <file>...\" to update what will be committed)" 420msgstr "" 421 422#: wt-status.c:175 423msgid " (use \"git add/rm <file>...\" to update what will be committed)" 424msgstr "" 425 426#: wt-status.c:176 427msgid "" 428" (use \"git checkout -- <file>...\" to discard changes in working directory)" 429msgstr "" 430 431#: wt-status.c:178 432msgid " (commit or discard the untracked or modified content in submodules)" 433msgstr "" 434 435#: wt-status.c:187 436#, c-format 437msgid "%s files:" 438msgstr "" 439 440#: wt-status.c:190 441#, c-format 442msgid " (use \"git %s <file>...\" to include in what will be committed)" 443msgstr "" 444 445#: wt-status.c:207 446msgid "bug" 447msgstr "" 448 449#: wt-status.c:212 450msgid "both deleted:" 451msgstr "" 452 453#: wt-status.c:213 454msgid "added by us:" 455msgstr "" 456 457#: wt-status.c:214 458msgid "deleted by them:" 459msgstr "" 460 461#: wt-status.c:215 462msgid "added by them:" 463msgstr "" 464 465#: wt-status.c:216 466msgid "deleted by us:" 467msgstr "" 468 469#: wt-status.c:217 470msgid "both added:" 471msgstr "" 472 473#: wt-status.c:218 474msgid "both modified:" 475msgstr "" 476 477#: wt-status.c:248 478msgid "new commits, " 479msgstr "" 480 481#: wt-status.c:250 482msgid "modified content, " 483msgstr "" 484 485#: wt-status.c:252 486msgid "untracked content, " 487msgstr "" 488 489#: wt-status.c:266 490#, c-format 491msgid "new file: %s" 492msgstr "" 493 494#: wt-status.c:269 495#, c-format 496msgid "copied: %s -> %s" 497msgstr "" 498 499#: wt-status.c:272 500#, c-format 501msgid "deleted: %s" 502msgstr "" 503 504#: wt-status.c:275 505#, c-format 506msgid "modified: %s" 507msgstr "" 508 509#: wt-status.c:278 510#, c-format 511msgid "renamed: %s -> %s" 512msgstr "" 513 514#: wt-status.c:281 515#, c-format 516msgid "typechange: %s" 517msgstr "" 518 519#: wt-status.c:284 520#, c-format 521msgid "unknown: %s" 522msgstr "" 523 524#: wt-status.c:287 525#, c-format 526msgid "unmerged: %s" 527msgstr "" 528 529#: wt-status.c:290 530#, c-format 531msgid "bug: unhandled diff status %c" 532msgstr "" 533 534#: wt-status.c:713 535msgid "On branch " 536msgstr "" 537 538#: wt-status.c:720 539msgid "Not currently on any branch." 540msgstr "" 541 542#: wt-status.c:731 543msgid "Initial commit" 544msgstr "" 545 546#: wt-status.c:745 547msgid "Untracked" 548msgstr "" 549 550#: wt-status.c:747 551msgid "Ignored" 552msgstr "" 553 554#: wt-status.c:749 555#, c-format 556msgid "Untracked files not listed%s" 557msgstr "" 558 559#: wt-status.c:751 560msgid " (use -u option to show untracked files)" 561msgstr "" 562 563#: wt-status.c:757 564msgid "No changes" 565msgstr "" 566 567#: wt-status.c:761 568#, c-format 569msgid "no changes added to commit%s\n" 570msgstr "" 571 572#: wt-status.c:763 573msgid " (use \"git add\" and/or \"git commit -a\")" 574msgstr "" 575 576#: wt-status.c:765 577#, c-format 578msgid "nothing added to commit but untracked files present%s\n" 579msgstr "" 580 581#: wt-status.c:767 582msgid " (use \"git add\" to track)" 583msgstr "" 584 585#: wt-status.c:769 wt-status.c:772 wt-status.c:775 586#, c-format 587msgid "nothing to commit%s\n" 588msgstr "" 589 590#: wt-status.c:770 591msgid " (create/copy files and use \"git add\" to track)" 592msgstr "" 593 594#: wt-status.c:773 595msgid " (use -u to show untracked files)" 596msgstr "" 597 598#: wt-status.c:776 599msgid " (working directory clean)" 600msgstr "" 601 602#: wt-status.c:884 603msgid "HEAD (no branch)" 604msgstr "" 605 606#: wt-status.c:890 607msgid "Initial commit on " 608msgstr "" 609 610#: wt-status.c:905 611msgid "behind " 612msgstr "" 613 614#: wt-status.c:908 wt-status.c:911 615msgid "ahead " 616msgstr "" 617 618#: wt-status.c:913 619msgid ", behind " 620msgstr "" 621 622#: builtin/add.c:62 623#, c-format 624msgid "unexpected diff status %c" 625msgstr "" 626 627#: builtin/add.c:67 builtin/commit.c:298 628msgid "updating files failed" 629msgstr "" 630 631#: builtin/add.c:77 632#, c-format 633msgid "remove '%s'\n" 634msgstr "" 635 636#: builtin/add.c:176 637#, c-format 638msgid "Path '%s' is in submodule '%.*s'" 639msgstr "" 640 641#: builtin/add.c:192 642msgid "Unstaged changes after refreshing the index:" 643msgstr "" 644 645#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 646#, c-format 647msgid "pathspec '%s' did not match any files" 648msgstr "" 649 650#: builtin/add.c:209 651#, c-format 652msgid "'%s' is beyond a symbolic link" 653msgstr "" 654 655#: builtin/add.c:276 656msgid "Could not read the index" 657msgstr "" 658 659#: builtin/add.c:286 660#, c-format 661msgid "Could not open '%s' for writing." 662msgstr "" 663 664#: builtin/add.c:290 665msgid "Could not write patch" 666msgstr "" 667 668#: builtin/add.c:295 669#, c-format 670msgid "Could not stat '%s'" 671msgstr "" 672 673#: builtin/add.c:297 674msgid "Empty patch. Aborted." 675msgstr "" 676 677#: builtin/add.c:303 678#, c-format 679msgid "Could not apply '%s'" 680msgstr "" 681 682#: builtin/add.c:312 683msgid "The following paths are ignored by one of your .gitignore files:\n" 684msgstr "" 685 686#: builtin/add.c:352 687#, c-format 688msgid "Use -f if you really want to add them.\n" 689msgstr "" 690 691#: builtin/add.c:353 692msgid "no files added" 693msgstr "" 694 695#: builtin/add.c:359 696msgid "adding files failed" 697msgstr "" 698 699#: builtin/add.c:391 700msgid "-A and -u are mutually incompatible" 701msgstr "" 702 703#: builtin/add.c:393 704msgid "Option --ignore-missing can only be used together with --dry-run" 705msgstr "" 706 707#: builtin/add.c:413 708#, c-format 709msgid "Nothing specified, nothing added.\n" 710msgstr "" 711 712#: builtin/add.c:414 713#, c-format 714msgid "Maybe you wanted to say 'git add .'?\n" 715msgstr "" 716 717#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82 718#: builtin/rm.c:162 719msgid "index file corrupt" 720msgstr "" 721 722#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260 723msgid "Unable to write new index file" 724msgstr "" 725 726#: builtin/archive.c:17 727#, c-format 728msgid "could not create archive file '%s'" 729msgstr "" 730 731#: builtin/archive.c:20 732msgid "could not redirect output" 733msgstr "" 734 735#: builtin/archive.c:37 736msgid "git archive: Remote with no URL" 737msgstr "" 738 739#: builtin/archive.c:58 740msgid "git archive: expected ACK/NAK, got EOF" 741msgstr "" 742 743#: builtin/archive.c:63 744#, c-format 745msgid "git archive: NACK %s" 746msgstr "" 747 748#: builtin/archive.c:65 749#, c-format 750msgid "remote error: %s" 751msgstr "" 752 753#: builtin/archive.c:66 754msgid "git archive: protocol error" 755msgstr "" 756 757#: builtin/archive.c:71 758msgid "git archive: expected a flush" 759msgstr "" 760 761#: builtin/branch.c:137 762#, c-format 763msgid "" 764"deleting branch '%s' that has been merged to\n" 765" '%s', but not yet merged to HEAD." 766msgstr "" 767 768#: builtin/branch.c:141 769#, c-format 770msgid "" 771"not deleting branch '%s' that is not yet merged to\n" 772" '%s', even though it is merged to HEAD." 773msgstr "" 774 775#. TRANSLATORS: This is "remote " in "remote branch '%s' not found" 776#: builtin/branch.c:163 777msgid "remote " 778msgstr "" 779 780#: builtin/branch.c:171 781msgid "cannot use -a with -d" 782msgstr "" 783 784#: builtin/branch.c:177 785msgid "Couldn't look up commit object for HEAD" 786msgstr "" 787 788#: builtin/branch.c:182 789#, c-format 790msgid "Cannot delete the branch '%s' which you are currently on." 791msgstr "" 792 793#: builtin/branch.c:192 794#, c-format 795msgid "%sbranch '%s' not found." 796msgstr "" 797 798#: builtin/branch.c:200 799#, c-format 800msgid "Couldn't look up commit object for '%s'" 801msgstr "" 802 803#: builtin/branch.c:206 804#, c-format 805msgid "" 806"The branch '%s' is not fully merged.\n" 807"If you are sure you want to delete it, run 'git branch -D %s'." 808msgstr "" 809 810#: builtin/branch.c:214 811#, c-format 812msgid "Error deleting %sbranch '%s'" 813msgstr "" 814 815#: builtin/branch.c:219 816#, c-format 817msgid "Deleted %sbranch %s (was %s).\n" 818msgstr "" 819 820#: builtin/branch.c:224 821msgid "Update of config-file failed" 822msgstr "" 823 824#: builtin/branch.c:322 825#, c-format 826msgid "branch '%s' does not point at a commit" 827msgstr "" 828 829#: builtin/branch.c:394 830#, c-format 831msgid "behind %d] " 832msgstr "" 833 834#: builtin/branch.c:396 835#, c-format 836msgid "ahead %d] " 837msgstr "" 838 839#: builtin/branch.c:398 840#, c-format 841msgid "ahead %d, behind %d] " 842msgstr "" 843 844#: builtin/branch.c:501 845msgid "(no branch)" 846msgstr "" 847 848#: builtin/branch.c:562 849msgid "some refs could not be read" 850msgstr "" 851 852#: builtin/branch.c:575 853msgid "cannot rename the current branch while not on any." 854msgstr "" 855 856#: builtin/branch.c:585 857#, c-format 858msgid "Invalid branch name: '%s'" 859msgstr "" 860 861#: builtin/branch.c:600 862msgid "Branch rename failed" 863msgstr "" 864 865#: builtin/branch.c:604 866#, c-format 867msgid "Renamed a misnamed branch '%s' away" 868msgstr "" 869 870#: builtin/branch.c:608 871#, c-format 872msgid "Branch renamed to %s, but HEAD is not updated!" 873msgstr "" 874 875#: builtin/branch.c:615 876msgid "Branch is renamed, but update of config-file failed" 877msgstr "" 878 879#: builtin/branch.c:630 880#, c-format 881msgid "malformed object name %s" 882msgstr "" 883 884#: builtin/branch.c:654 885#, c-format 886msgid "could not write branch description template: %s\n" 887msgstr "" 888 889#: builtin/branch.c:742 890msgid "Failed to resolve HEAD as a valid ref." 891msgstr "" 892 893#: builtin/branch.c:747 builtin/clone.c:558 894msgid "HEAD not found below refs/heads!" 895msgstr "" 896 897#: builtin/branch.c:805 898msgid "-a and -r options to 'git branch' do not make sense with a branch name" 899msgstr "" 900 901#: builtin/bundle.c:47 902#, c-format 903msgid "%s is okay\n" 904msgstr "" 905 906#: builtin/bundle.c:56 907msgid "Need a repository to create a bundle." 908msgstr "" 909 910#: builtin/bundle.c:60 911msgid "Need a repository to unbundle." 912msgstr "" 913 914#: builtin/checkout.c:113 builtin/checkout.c:146 915#, c-format 916msgid "path '%s' does not have our version" 917msgstr "" 918 919#: builtin/checkout.c:115 builtin/checkout.c:148 920#, c-format 921msgid "path '%s' does not have their version" 922msgstr "" 923 924#: builtin/checkout.c:131 925#, c-format 926msgid "path '%s' does not have all necessary versions" 927msgstr "" 928 929#: builtin/checkout.c:175 930#, c-format 931msgid "path '%s' does not have necessary versions" 932msgstr "" 933 934#: builtin/checkout.c:192 935#, c-format 936msgid "path '%s': cannot merge" 937msgstr "" 938 939#: builtin/checkout.c:209 940#, c-format 941msgid "Unable to add merge result for '%s'" 942msgstr "" 943 944#: builtin/checkout.c:212 builtin/reset.c:158 945#, c-format 946msgid "make_cache_entry failed for path '%s'" 947msgstr "" 948 949#: builtin/checkout.c:234 builtin/checkout.c:392 950msgid "corrupt index file" 951msgstr "" 952 953#: builtin/checkout.c:264 builtin/checkout.c:271 954#, c-format 955msgid "path '%s' is unmerged" 956msgstr "" 957 958#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583 959#: builtin/merge.c:809 960msgid "unable to write new index file" 961msgstr "" 962 963#: builtin/checkout.c:319 builtin/diff.c:298 builtin/merge.c:406 964msgid "diff_setup_done failed" 965msgstr "" 966 967#: builtin/checkout.c:414 968msgid "you need to resolve your current index first" 969msgstr "" 970 971#: builtin/checkout.c:533 972#, c-format 973msgid "Can not do reflog for '%s'\n" 974msgstr "" 975 976#: builtin/checkout.c:565 977msgid "HEAD is now at" 978msgstr "" 979 980#: builtin/checkout.c:572 981#, c-format 982msgid "Reset branch '%s'\n" 983msgstr "" 984 985#: builtin/checkout.c:575 986#, c-format 987msgid "Already on '%s'\n" 988msgstr "" 989 990#: builtin/checkout.c:579 991#, c-format 992msgid "Switched to and reset branch '%s'\n" 993msgstr "" 994 995#: builtin/checkout.c:581 996#, c-format 997msgid "Switched to a new branch '%s'\n" 998msgstr "" 9991000#: builtin/checkout.c:5831001#, c-format1002msgid "Switched to branch '%s'\n"1003msgstr ""10041005#: builtin/checkout.c:6391006#, c-format1007msgid " ... and %d more.\n"1008msgstr ""10091010#. The singular version1011#: builtin/checkout.c:6451012#, c-format1013msgid ""1014"Warning: you are leaving %d commit behind, not connected to\n"1015"any of your branches:\n"1016"\n"1017"%s\n"1018msgid_plural ""1019"Warning: you are leaving %d commits behind, not connected to\n"1020"any of your branches:\n"1021"\n"1022"%s\n"1023msgstr[0] ""1024msgstr[1] ""10251026#: builtin/checkout.c:6631027#, c-format1028msgid ""1029"If you want to keep them by creating a new branch, this may be a good time\n"1030"to do so with:\n"1031"\n"1032" git branch new_branch_name %s\n"1033"\n"1034msgstr ""10351036#: builtin/checkout.c:6921037msgid "internal error in revision walk"1038msgstr ""10391040#: builtin/checkout.c:6961041msgid "Previous HEAD position was"1042msgstr ""10431044#: builtin/checkout.c:7221045msgid "You are on a branch yet to be born"1046msgstr ""10471048#. case (1)1049#: builtin/checkout.c:8531050#, c-format1051msgid "invalid reference: %s"1052msgstr ""10531054#. case (1): want a tree1055#: builtin/checkout.c:8921056#, c-format1057msgid "reference is not a tree: %s"1058msgstr ""10591060#: builtin/checkout.c:9721061msgid "-B cannot be used with -b"1062msgstr ""10631064#: builtin/checkout.c:9811065msgid "--patch is incompatible with all other options"1066msgstr ""10671068#: builtin/checkout.c:9841069msgid "--detach cannot be used with -b/-B/--orphan"1070msgstr ""10711072#: builtin/checkout.c:9861073msgid "--detach cannot be used with -t"1074msgstr ""10751076#: builtin/checkout.c:9921077msgid "--track needs a branch name"1078msgstr ""10791080#: builtin/checkout.c:9991081msgid "Missing branch name; try -b"1082msgstr ""10831084#: builtin/checkout.c:10051085msgid "--orphan and -b|-B are mutually exclusive"1086msgstr ""10871088#: builtin/checkout.c:10071089msgid "--orphan cannot be used with -t"1090msgstr ""10911092#: builtin/checkout.c:10171093msgid "git checkout: -f and -m are incompatible"1094msgstr ""10951096#: builtin/checkout.c:10511097msgid "invalid path specification"1098msgstr ""10991100#: builtin/checkout.c:10591101#, c-format1102msgid ""1103"git checkout: updating paths is incompatible with switching branches.\n"1104"Did you intend to checkout '%s' which can not be resolved as commit?"1105msgstr ""11061107#: builtin/checkout.c:10611108msgid "git checkout: updating paths is incompatible with switching branches."1109msgstr ""11101111#: builtin/checkout.c:10661112msgid "git checkout: --detach does not take a path argument"1113msgstr ""11141115#: builtin/checkout.c:10691116msgid ""1117"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1118"checking out of the index."1119msgstr ""11201121#: builtin/checkout.c:10881122msgid "Cannot switch branch to a non-commit."1123msgstr ""11241125#: builtin/checkout.c:10911126msgid "--ours/--theirs is incompatible with switching branches."1127msgstr ""11281129#: builtin/clean.c:781130msgid "-x and -X cannot be used together"1131msgstr ""11321133#: builtin/clean.c:821134msgid ""1135"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1136msgstr ""11371138#: builtin/clean.c:851139msgid ""1140"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1141"clean"1142msgstr ""11431144#: builtin/clean.c:155 builtin/clean.c:1761145#, c-format1146msgid "Would remove %s\n"1147msgstr ""11481149#: builtin/clean.c:159 builtin/clean.c:1791150#, c-format1151msgid "Removing %s\n"1152msgstr ""11531154#: builtin/clean.c:162 builtin/clean.c:1821155#, c-format1156msgid "failed to remove %s"1157msgstr ""11581159#: builtin/clean.c:1661160#, c-format1161msgid "Would not remove %s\n"1162msgstr ""11631164#: builtin/clean.c:1681165#, c-format1166msgid "Not removing %s\n"1167msgstr ""11681169#: builtin/clone.c:2431170#, c-format1171msgid "reference repository '%s' is not a local directory."1172msgstr ""11731174#: builtin/clone.c:3021175#, c-format1176msgid "failed to open '%s'"1177msgstr ""11781179#: builtin/clone.c:3061180#, c-format1181msgid "failed to create directory '%s'"1182msgstr ""11831184#: builtin/clone.c:308 builtin/diff.c:751185#, c-format1186msgid "failed to stat '%s'"1187msgstr ""11881189#: builtin/clone.c:3101190#, c-format1191msgid "%s exists and is not a directory"1192msgstr ""11931194#: builtin/clone.c:3241195#, c-format1196msgid "failed to stat %s\n"1197msgstr ""11981199#: builtin/clone.c:3411200#, c-format1201msgid "failed to unlink '%s'"1202msgstr ""12031204#: builtin/clone.c:3461205#, c-format1206msgid "failed to create link '%s'"1207msgstr ""12081209#: builtin/clone.c:3501210#, c-format1211msgid "failed to copy file to '%s'"1212msgstr ""12131214#: builtin/clone.c:3731215#, c-format1216msgid "done.\n"1217msgstr ""12181219#: builtin/clone.c:4401220#, c-format1221msgid "Could not find remote branch %s to clone."1222msgstr ""12231224#: builtin/clone.c:5491225msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1226msgstr ""12271228#: builtin/clone.c:6391229msgid "Too many arguments."1230msgstr ""12311232#: builtin/clone.c:6431233msgid "You must specify a repository to clone."1234msgstr ""12351236#: builtin/clone.c:6541237#, c-format1238msgid "--bare and --origin %s options are incompatible."1239msgstr ""12401241#: builtin/clone.c:6681242#, c-format1243msgid "repository '%s' does not exist"1244msgstr ""12451246#: builtin/clone.c:6731247msgid "--depth is ignored in local clones; use file:// instead."1248msgstr ""12491250#: builtin/clone.c:6831251#, c-format1252msgid "destination path '%s' already exists and is not an empty directory."1253msgstr ""12541255#: builtin/clone.c:6931256#, c-format1257msgid "working tree '%s' already exists."1258msgstr ""12591260#: builtin/clone.c:706 builtin/clone.c:7201261#, c-format1262msgid "could not create leading directories of '%s'"1263msgstr ""12641265#: builtin/clone.c:7091266#, c-format1267msgid "could not create work tree dir '%s'."1268msgstr ""12691270#: builtin/clone.c:7281271#, c-format1272msgid "Cloning into bare repository '%s'...\n"1273msgstr ""12741275#: builtin/clone.c:7301276#, c-format1277msgid "Cloning into '%s'...\n"1278msgstr ""12791280#: builtin/clone.c:7861281#, c-format1282msgid "Don't know how to clone %s"1283msgstr ""12841285#: builtin/clone.c:8351286#, c-format1287msgid "Remote branch %s not found in upstream %s"1288msgstr ""12891290#: builtin/clone.c:8421291msgid "You appear to have cloned an empty repository."1292msgstr ""12931294#: builtin/commit.c:421295msgid ""1296"Your name and email address were configured automatically based\n"1297"on your username and hostname. Please check that they are accurate.\n"1298"You can suppress this message by setting them explicitly:\n"1299"\n"1300" git config --global user.name \"Your Name\"\n"1301" git config --global user.email you@example.com\n"1302"\n"1303"After doing this, you may fix the identity used for this commit with:\n"1304"\n"1305" git commit --amend --reset-author\n"1306msgstr ""13071308#: builtin/commit.c:541309msgid ""1310"You asked to amend the most recent commit, but doing so would make\n"1311"it empty. You can repeat your command with --allow-empty, or you can\n"1312"remove the commit entirely with \"git reset HEAD^\".\n"1313msgstr ""13141315#: builtin/commit.c:591316msgid ""1317"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1318"If you wish to commit it anyway, use:\n"1319"\n"1320" git commit --allow-empty\n"1321"\n"1322"Otherwise, please use 'git reset'\n"1323msgstr ""13241325#: builtin/commit.c:205 builtin/reset.c:331326msgid "merge"1327msgstr ""13281329#: builtin/commit.c:2081330msgid "cherry-pick"1331msgstr ""13321333#: builtin/commit.c:3251334msgid "failed to unpack HEAD tree object"1335msgstr ""13361337#: builtin/commit.c:3671338msgid "unable to create temporary index"1339msgstr ""13401341#: builtin/commit.c:3731342msgid "interactive add failed"1343msgstr ""13441345#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:4731346msgid "unable to write new_index file"1347msgstr ""13481349#: builtin/commit.c:4571350#, c-format1351msgid "cannot do a partial commit during a %s."1352msgstr ""13531354#: builtin/commit.c:4661355msgid "cannot read the index"1356msgstr ""13571358#: builtin/commit.c:4861359msgid "unable to write temporary index file"1360msgstr ""13611362#: builtin/commit.c:550 builtin/commit.c:5561363#, c-format1364msgid "invalid commit: %s"1365msgstr ""13661367#: builtin/commit.c:5791368msgid "malformed --author parameter"1369msgstr ""13701371#: builtin/commit.c:6351372#, c-format1373msgid "Malformed ident string: '%s'"1374msgstr ""13751376#: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:10001377#, c-format1378msgid "could not lookup commit %s"1379msgstr ""13801381#: builtin/commit.c:682 builtin/shortlog.c:2961382#, c-format1383msgid "(reading log message from standard input)\n"1384msgstr ""13851386#: builtin/commit.c:6841387msgid "could not read log from standard input"1388msgstr ""13891390#: builtin/commit.c:6881391#, c-format1392msgid "could not read log file '%s'"1393msgstr ""13941395#: builtin/commit.c:6941396msgid "commit has empty message"1397msgstr ""13981399#: builtin/commit.c:7101400msgid "could not read MERGE_MSG"1401msgstr ""14021403#: builtin/commit.c:7141404msgid "could not read SQUASH_MSG"1405msgstr ""14061407#: builtin/commit.c:7181408#, c-format1409msgid "could not read '%s'"1410msgstr ""14111412#: builtin/commit.c:7461413#, c-format1414msgid "could not open '%s'"1415msgstr ""14161417#: builtin/commit.c:7701418msgid "could not write commit template"1419msgstr ""14201421#: builtin/commit.c:7831422#, c-format1423msgid ""1424"\n"1425"It looks like you may be committing a %s.\n"1426"If this is not correct, please remove the file\n"1427"\t%s\n"1428"and try again.\n"1429msgstr ""14301431#: builtin/commit.c:7961432msgid "Please enter the commit message for your changes."1433msgstr ""14341435#: builtin/commit.c:7991436msgid ""1437" Lines starting\n"1438"with '#' will be ignored, and an empty message aborts the commit.\n"1439msgstr ""14401441#: builtin/commit.c:8041442msgid ""1443" Lines starting\n"1444"with '#' will be kept; you may remove them yourself if you want to.\n"1445"An empty message aborts the commit.\n"1446msgstr ""14471448#: builtin/commit.c:8161449#, c-format1450msgid "%sAuthor: %s"1451msgstr ""14521453#: builtin/commit.c:8231454#, c-format1455msgid "%sCommitter: %s"1456msgstr ""14571458#: builtin/commit.c:8431459msgid "Cannot read index"1460msgstr ""14611462#: builtin/commit.c:8801463msgid "Error building trees"1464msgstr ""14651466#: builtin/commit.c:895 builtin/tag.c:3571467#, c-format1468msgid "Please supply the message using either -m or -F option.\n"1469msgstr ""14701471#: builtin/commit.c:9751472#, c-format1473msgid "No existing author found with '%s'"1474msgstr ""14751476#: builtin/commit.c:990 builtin/commit.c:11821477#, c-format1478msgid "Invalid untracked files mode '%s'"1479msgstr ""14801481#: builtin/commit.c:10301482msgid "Using both --reset-author and --author does not make sense"1483msgstr ""14841485#: builtin/commit.c:10411486msgid "You have nothing to amend."1487msgstr ""14881489#: builtin/commit.c:10431490#, c-format1491msgid "You are in the middle of a %s -- cannot amend."1492msgstr ""14931494#: builtin/commit.c:10451495msgid "Options --squash and --fixup cannot be used together"1496msgstr ""14971498#: builtin/commit.c:10551499msgid "Only one of -c/-C/-F/--fixup can be used."1500msgstr ""15011502#: builtin/commit.c:10571503msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1504msgstr ""15051506#: builtin/commit.c:10631507msgid "--reset-author can be used only with -C, -c or --amend."1508msgstr ""15091510#: builtin/commit.c:10801511msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1512msgstr ""15131514#: builtin/commit.c:10821515msgid "No paths with --include/--only does not make sense."1516msgstr ""15171518#: builtin/commit.c:10841519msgid "Clever... amending the last one with dirty index."1520msgstr ""15211522#: builtin/commit.c:10861523msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1524msgstr ""15251526#: builtin/commit.c:1096 builtin/tag.c:5561527#, c-format1528msgid "Invalid cleanup mode %s"1529msgstr ""15301531#: builtin/commit.c:11011532msgid "Paths with -a does not make sense."1533msgstr ""15341535#: builtin/commit.c:12801536msgid "couldn't look up newly created commit"1537msgstr ""15381539#: builtin/commit.c:12821540msgid "could not parse newly created commit"1541msgstr ""15421543#: builtin/commit.c:13231544msgid "detached HEAD"1545msgstr ""15461547#: builtin/commit.c:13251548msgid " (root-commit)"1549msgstr ""15501551#: builtin/commit.c:14151552msgid "could not parse HEAD commit"1553msgstr ""15541555#: builtin/commit.c:1452 builtin/merge.c:5071556#, c-format1557msgid "could not open '%s' for reading"1558msgstr ""15591560#: builtin/commit.c:14591561#, c-format1562msgid "Corrupt MERGE_HEAD file (%s)"1563msgstr ""15641565#: builtin/commit.c:14661566msgid "could not read MERGE_MODE"1567msgstr ""15681569#: builtin/commit.c:14851570#, c-format1571msgid "could not read commit message: %s"1572msgstr ""15731574#: builtin/commit.c:14991575#, c-format1576msgid "Aborting commit due to empty commit message.\n"1577msgstr ""15781579#: builtin/commit.c:1514 builtin/merge.c:933 builtin/merge.c:9661580msgid "failed to write commit object"1581msgstr ""15821583#: builtin/commit.c:15351584msgid "cannot lock HEAD ref"1585msgstr ""15861587#: builtin/commit.c:15391588msgid "cannot update HEAD ref"1589msgstr ""15901591#: builtin/commit.c:15501592msgid ""1593"Repository has been updated, but unable to write\n"1594"new_index file. Check that disk is not full or quota is\n"1595"not exceeded, and then \"git reset HEAD\" to recover."1596msgstr ""15971598#: builtin/describe.c:2341599#, c-format1600msgid "annotated tag %s not available"1601msgstr ""16021603#: builtin/describe.c:2381604#, c-format1605msgid "annotated tag %s has no embedded name"1606msgstr ""16071608#: builtin/describe.c:2401609#, c-format1610msgid "tag '%s' is really '%s' here"1611msgstr ""16121613#: builtin/describe.c:2671614#, c-format1615msgid "Not a valid object name %s"1616msgstr ""16171618#: builtin/describe.c:2701619#, c-format1620msgid "%s is not a valid '%s' object"1621msgstr ""16221623#: builtin/describe.c:2871624#, c-format1625msgid "no tag exactly matches '%s'"1626msgstr ""16271628#: builtin/describe.c:2891629#, c-format1630msgid "searching to describe %s\n"1631msgstr ""16321633#: builtin/describe.c:3291634#, c-format1635msgid "finished search at %s\n"1636msgstr ""16371638#: builtin/describe.c:3531639#, c-format1640msgid ""1641"No annotated tags can describe '%s'.\n"1642"However, there were unannotated tags: try --tags."1643msgstr ""16441645#: builtin/describe.c:3571646#, c-format1647msgid ""1648"No tags can describe '%s'.\n"1649"Try --always, or create some tags."1650msgstr ""16511652#: builtin/describe.c:3781653#, c-format1654msgid "traversed %lu commits\n"1655msgstr ""16561657#: builtin/describe.c:3811658#, c-format1659msgid ""1660"more than %i tags found; listed %i most recent\n"1661"gave up search at %s\n"1662msgstr ""16631664#: builtin/describe.c:4361665msgid "--long is incompatible with --abbrev=0"1666msgstr ""16671668#: builtin/describe.c:4621669msgid "No names found, cannot describe anything."1670msgstr ""16711672#: builtin/describe.c:4821673msgid "--dirty is incompatible with committishes"1674msgstr ""16751676#: builtin/diff.c:771677#, c-format1678msgid "'%s': not a regular file or symlink"1679msgstr ""16801681#: builtin/diff.c:2201682#, c-format1683msgid "invalid option: %s"1684msgstr ""16851686#: builtin/diff.c:2931687msgid "Not a git repository"1688msgstr ""16891690#: builtin/diff.c:3431691#, c-format1692msgid "invalid object '%s' given."1693msgstr ""16941695#: builtin/diff.c:3481696#, c-format1697msgid "more than %d trees given: '%s'"1698msgstr ""16991700#: builtin/diff.c:3581701#, c-format1702msgid "more than two blobs given: '%s'"1703msgstr ""17041705#: builtin/diff.c:3661706#, c-format1707msgid "unhandled object '%s' given."1708msgstr ""17091710#: builtin/fetch.c:2001711msgid "Couldn't find remote ref HEAD"1712msgstr ""17131714#: builtin/fetch.c:2521715#, c-format1716msgid "object %s not found"1717msgstr ""17181719#: builtin/fetch.c:2581720msgid "[up to date]"1721msgstr ""17221723#: builtin/fetch.c:2721724#, c-format1725msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1726msgstr ""17271728#: builtin/fetch.c:273 builtin/fetch.c:3511729msgid "[rejected]"1730msgstr ""17311732#: builtin/fetch.c:2841733msgid "[tag update]"1734msgstr ""17351736#: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:3311737msgid " (unable to update local ref)"1738msgstr ""17391740#: builtin/fetch.c:2981741msgid "[new tag]"1742msgstr ""17431744#: builtin/fetch.c:3021745msgid "[new branch]"1746msgstr ""17471748#: builtin/fetch.c:3471749msgid "unable to update local ref"1750msgstr ""17511752#: builtin/fetch.c:3471753msgid "forced update"1754msgstr ""17551756#: builtin/fetch.c:3531757msgid "(non-fast-forward)"1758msgstr ""17591760#: builtin/fetch.c:384 builtin/fetch.c:6761761#, c-format1762msgid "cannot open %s: %s\n"1763msgstr ""17641765#: builtin/fetch.c:3931766#, c-format1767msgid "%s did not send all necessary objects\n"1768msgstr ""17691770#: builtin/fetch.c:4791771#, c-format1772msgid "From %.*s\n"1773msgstr ""17741775#: builtin/fetch.c:4901776#, c-format1777msgid ""1778"some local refs could not be updated; try running\n"1779" 'git remote prune %s' to remove any old, conflicting branches"1780msgstr ""17811782#: builtin/fetch.c:5401783#, c-format1784msgid " (%s will become dangling)\n"1785msgstr ""17861787#: builtin/fetch.c:5411788#, c-format1789msgid " (%s has become dangling)\n"1790msgstr ""17911792#: builtin/fetch.c:5481793msgid "[deleted]"1794msgstr ""17951796#: builtin/fetch.c:5491797msgid "(none)"1798msgstr ""17991800#: builtin/fetch.c:6661801#, c-format1802msgid "Refusing to fetch into current branch %s of non-bare repository"1803msgstr ""18041805#: builtin/fetch.c:7001806#, c-format1807msgid "Don't know how to fetch from %s"1808msgstr ""18091810#: builtin/fetch.c:7771811#, c-format1812msgid "Option \"%s\" value \"%s\" is not valid for %s"1813msgstr ""18141815#: builtin/fetch.c:7801816#, c-format1817msgid "Option \"%s\" is ignored for %s\n"1818msgstr ""18191820#: builtin/fetch.c:8791821#, c-format1822msgid "Fetching %s\n"1823msgstr ""18241825#: builtin/fetch.c:8811826#, c-format1827msgid "Could not fetch %s"1828msgstr ""18291830#: builtin/fetch.c:8981831msgid ""1832"No remote repository specified. Please, specify either a URL or a\n"1833"remote name from which new revisions should be fetched."1834msgstr ""18351836#: builtin/fetch.c:9181837msgid "You need to specify a tag name."1838msgstr ""18391840#: builtin/fetch.c:9701841msgid "fetch --all does not take a repository argument"1842msgstr ""18431844#: builtin/fetch.c:9721845msgid "fetch --all does not make sense with refspecs"1846msgstr ""18471848#: builtin/fetch.c:9831849#, c-format1850msgid "No such remote or remote group: %s"1851msgstr ""18521853#: builtin/fetch.c:9911854msgid "Fetching a group and specifying refspecs does not make sense"1855msgstr ""18561857#: builtin/gc.c:631858#, c-format1859msgid "Invalid %s: '%s'"1860msgstr ""18611862#: builtin/gc.c:781863msgid "Too many options specified"1864msgstr ""18651866#: builtin/gc.c:1031867#, c-format1868msgid "insanely long object directory %.*s"1869msgstr ""18701871#: builtin/gc.c:2231872#, c-format1873msgid "Auto packing the repository for optimum performance.\n"1874msgstr ""18751876#: builtin/gc.c:2261877#, c-format1878msgid ""1879"Auto packing the repository for optimum performance. You may also\n"1880"run \"git gc\" manually. See \"git help gc\" for more information.\n"1881msgstr ""18821883#: builtin/gc.c:2561884msgid ""1885"There are too many unreachable loose objects; run 'git prune' to remove them."1886msgstr ""18871888#: builtin/grep.c:2161889#, c-format1890msgid "grep: failed to create thread: %s"1891msgstr ""18921893#: builtin/grep.c:4021894#, c-format1895msgid "Failed to chdir: %s"1896msgstr ""18971898#: builtin/grep.c:478 builtin/grep.c:5121899#, c-format1900msgid "unable to read tree (%s)"1901msgstr ""19021903#: builtin/grep.c:5261904#, c-format1905msgid "unable to grep from object of type %s"1906msgstr ""19071908#: builtin/grep.c:5841909#, c-format1910msgid "switch `%c' expects a numerical value"1911msgstr ""19121913#: builtin/grep.c:6011914#, c-format1915msgid "cannot open '%s'"1916msgstr ""19171918#: builtin/grep.c:8891919msgid "no pattern given."1920msgstr ""19211922#: builtin/grep.c:9031923#, c-format1924msgid "bad object %s"1925msgstr ""19261927#: builtin/grep.c:9441928msgid "--open-files-in-pager only works on the worktree"1929msgstr ""19301931#: builtin/grep.c:9671932msgid "--cached or --untracked cannot be used with --no-index."1933msgstr ""19341935#: builtin/grep.c:9721936msgid "--no-index or --untracked cannot be used with revs."1937msgstr ""19381939#: builtin/grep.c:9751940msgid "--[no-]exclude-standard cannot be used for tracked contents."1941msgstr ""19421943#: builtin/grep.c:9831944msgid "both --cached and trees are given."1945msgstr ""19461947#: builtin/init-db.c:351948#, c-format1949msgid "Could not make %s writable by group"1950msgstr ""19511952#: builtin/init-db.c:621953#, c-format1954msgid "insanely long template name %s"1955msgstr ""19561957#: builtin/init-db.c:671958#, c-format1959msgid "cannot stat '%s'"1960msgstr ""19611962#: builtin/init-db.c:731963#, c-format1964msgid "cannot stat template '%s'"1965msgstr ""19661967#: builtin/init-db.c:801968#, c-format1969msgid "cannot opendir '%s'"1970msgstr ""19711972#: builtin/init-db.c:971973#, c-format1974msgid "cannot readlink '%s'"1975msgstr ""19761977#: builtin/init-db.c:991978#, c-format1979msgid "insanely long symlink %s"1980msgstr ""19811982#: builtin/init-db.c:1021983#, c-format1984msgid "cannot symlink '%s' '%s'"1985msgstr ""19861987#: builtin/init-db.c:1061988#, c-format1989msgid "cannot copy '%s' to '%s'"1990msgstr ""19911992#: builtin/init-db.c:1101993#, c-format1994msgid "ignoring template %s"1995msgstr ""19961997#: builtin/init-db.c:1331998#, c-format1999msgid "insanely long template path %s"2000msgstr ""20012002#: builtin/init-db.c:1412003#, c-format2004msgid "templates not found %s"2005msgstr ""20062007#: builtin/init-db.c:1542008#, c-format2009msgid "not copying templates of a wrong format version %d from '%s'"2010msgstr ""20112012#: builtin/init-db.c:1922013#, c-format2014msgid "insane git directory %s"2015msgstr ""20162017#: builtin/init-db.c:322 builtin/init-db.c:3252018#, c-format2019msgid "%s already exists"2020msgstr ""20212022#: builtin/init-db.c:3542023#, c-format2024msgid "unable to handle file type %d"2025msgstr ""20262027#: builtin/init-db.c:3572028#, c-format2029msgid "unable to move %s to %s"2030msgstr ""20312032#: builtin/init-db.c:3622033#, c-format2034msgid "Could not create git link %s"2035msgstr ""20362037#.2038#. * TRANSLATORS: The first '%s' is either "Reinitialized2039#. * existing" or "Initialized empty", the second " shared" or2040#. * "", and the last '%s%s' is the verbatim directory name.2041#.2042#: builtin/init-db.c:4192043#, c-format2044msgid "%s%s Git repository in %s%s\n"2045msgstr ""20462047#: builtin/init-db.c:4202048msgid "Reinitialized existing"2049msgstr ""20502051#: builtin/init-db.c:4202052msgid "Initialized empty"2053msgstr ""20542055#: builtin/init-db.c:4212056msgid " shared"2057msgstr ""20582059#: builtin/init-db.c:4402060msgid "cannot tell cwd"2061msgstr ""20622063#: builtin/init-db.c:521 builtin/init-db.c:5282064#, c-format2065msgid "cannot mkdir %s"2066msgstr ""20672068#: builtin/init-db.c:5322069#, c-format2070msgid "cannot chdir to %s"2071msgstr ""20722073#: builtin/init-db.c:5542074#, c-format2075msgid ""2076"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"2077"dir=<directory>)"2078msgstr ""20792080#: builtin/init-db.c:5782081msgid "Cannot access current working directory"2082msgstr ""20832084#: builtin/init-db.c:5852085#, c-format2086msgid "Cannot access work tree '%s'"2087msgstr ""20882089#: builtin/log.c:1852090#, c-format2091msgid "Final output: %d %s\n"2092msgstr ""20932094#: builtin/log.c:393 builtin/log.c:4792095#, c-format2096msgid "Could not read object %s"2097msgstr ""20982099#: builtin/log.c:5032100#, c-format2101msgid "Unknown type: %d"2102msgstr ""21032104#: builtin/log.c:5922105msgid "format.headers without value"2106msgstr ""21072108#: builtin/log.c:6652109msgid "name of output directory is too long"2110msgstr ""21112112#: builtin/log.c:6762113#, c-format2114msgid "Cannot open patch file %s"2115msgstr ""21162117#: builtin/log.c:6902118msgid "Need exactly one range."2119msgstr ""21202121#: builtin/log.c:6982122msgid "Not a range."2123msgstr ""21242125#: builtin/log.c:7352126msgid "Could not extract email from committer identity."2127msgstr ""21282129#: builtin/log.c:7812130msgid "Cover letter needs email format"2131msgstr ""21322133#: builtin/log.c:8752134#, c-format2135msgid "insane in-reply-to: %s"2136msgstr ""21372138#: builtin/log.c:9482139msgid "Two output directories?"2140msgstr ""21412142#: builtin/log.c:11692143#, c-format2144msgid "bogus committer info %s"2145msgstr ""21462147#: builtin/log.c:12142148msgid "-n and -k are mutually exclusive."2149msgstr ""21502151#: builtin/log.c:12162152msgid "--subject-prefix and -k are mutually exclusive."2153msgstr ""21542155#: builtin/log.c:1221 builtin/shortlog.c:2842156#, c-format2157msgid "unrecognized argument: %s"2158msgstr ""21592160#: builtin/log.c:12242161msgid "--name-only does not make sense"2162msgstr ""21632164#: builtin/log.c:12262165msgid "--name-status does not make sense"2166msgstr ""21672168#: builtin/log.c:12282169msgid "--check does not make sense"2170msgstr ""21712172#: builtin/log.c:12512173msgid "standard output, or directory, which one?"2174msgstr ""21752176#: builtin/log.c:12532177#, c-format2178msgid "Could not create directory '%s'"2179msgstr ""21802181#: builtin/log.c:14062182msgid "Failed to create output files"2183msgstr ""21842185#: builtin/log.c:15102186#, c-format2187msgid ""2188"Could not find a tracked remote branch, please specify <upstream> manually.\n"2189msgstr ""21902191#: builtin/log.c:1526 builtin/log.c:1528 builtin/log.c:15402192#, c-format2193msgid "Unknown commit %s"2194msgstr ""21952196#: builtin/merge.c:912197msgid "switch `m' requires a value"2198msgstr ""21992200#: builtin/merge.c:1282201#, c-format2202msgid "Could not find merge strategy '%s'.\n"2203msgstr ""22042205#: builtin/merge.c:1292206#, c-format2207msgid "Available strategies are:"2208msgstr ""22092210#: builtin/merge.c:1342211#, c-format2212msgid "Available custom strategies are:"2213msgstr ""22142215#: builtin/merge.c:2412216msgid "could not run stash."2217msgstr ""22182219#: builtin/merge.c:2462220msgid "stash failed"2221msgstr ""22222223#: builtin/merge.c:2512224#, c-format2225msgid "not a valid object: %s"2226msgstr ""22272228#: builtin/merge.c:270 builtin/merge.c:2872229msgid "read-tree failed"2230msgstr ""22312232#: builtin/merge.c:3172233msgid " (nothing to squash)"2234msgstr ""22352236#: builtin/merge.c:3302237#, c-format2238msgid "Squash commit -- not updating HEAD\n"2239msgstr ""22402241#: builtin/merge.c:3622242msgid "Writing SQUASH_MSG"2243msgstr ""22442245#: builtin/merge.c:3642246msgid "Finishing SQUASH_MSG"2247msgstr ""22482249#: builtin/merge.c:3862250#, c-format2251msgid "No merge message -- not updating HEAD\n"2252msgstr ""22532254#: builtin/merge.c:4352255#, c-format2256msgid "'%s' does not point to a commit"2257msgstr ""22582259#: builtin/merge.c:5342260#, c-format2261msgid "Bad branch.%s.mergeoptions string: %s"2262msgstr ""22632264#: builtin/merge.c:6272265msgid "git write-tree failed to write a tree"2266msgstr ""22672268#: builtin/merge.c:6772269msgid "failed to read the cache"2270msgstr ""22712272#: builtin/merge.c:6942273msgid "Unable to write index."2274msgstr ""22752276#: builtin/merge.c:7072277msgid "Not handling anything other than two heads merge."2278msgstr ""22792280#: builtin/merge.c:7212281#, c-format2282msgid "Unknown option for merge-recursive: -X%s"2283msgstr ""22842285#: builtin/merge.c:7352286#, c-format2287msgid "unable to write %s"2288msgstr ""22892290#: builtin/merge.c:8742291#, c-format2292msgid "Could not read from '%s'"2293msgstr ""22942295#: builtin/merge.c:8832296#, c-format2297msgid "Not committing merge; use 'git commit' to complete the merge.\n"2298msgstr ""22992300#: builtin/merge.c:8892301msgid ""2302"Please enter a commit message to explain why this merge is necessary,\n"2303"especially if it merges an updated upstream into a topic branch.\n"2304"\n"2305"Lines starting with '#' will be ignored, and an empty message aborts\n"2306"the commit.\n"2307msgstr ""23082309#: builtin/merge.c:9132310msgid "Empty commit message."2311msgstr ""23122313#: builtin/merge.c:9252314#, c-format2315msgid "Wonderful.\n"2316msgstr ""23172318#: builtin/merge.c:9982319#, c-format2320msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2321msgstr ""23222323#: builtin/merge.c:10142324#, c-format2325msgid "'%s' is not a commit"2326msgstr ""23272328#: builtin/merge.c:10552329msgid "No current branch."2330msgstr ""23312332#: builtin/merge.c:10572333msgid "No remote for the current branch."2334msgstr ""23352336#: builtin/merge.c:10592337msgid "No default upstream defined for the current branch."2338msgstr ""23392340#: builtin/merge.c:10642341#, c-format2342msgid "No remote tracking branch for %s from %s"2343msgstr ""23442345#: builtin/merge.c:11862346msgid "There is no merge to abort (MERGE_HEAD missing)."2347msgstr ""23482349#: builtin/merge.c:1202 git-pull.sh:312350msgid ""2351"You have not concluded your merge (MERGE_HEAD exists).\n"2352"Please, commit your changes before you can merge."2353msgstr ""23542355#: builtin/merge.c:1205 git-pull.sh:342356msgid "You have not concluded your merge (MERGE_HEAD exists)."2357msgstr ""23582359#: builtin/merge.c:12092360msgid ""2361"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2362"Please, commit your changes before you can merge."2363msgstr ""23642365#: builtin/merge.c:12122366msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2367msgstr ""23682369#: builtin/merge.c:12212370msgid "You cannot combine --squash with --no-ff."2371msgstr ""23722373#: builtin/merge.c:12262374msgid "You cannot combine --no-ff with --ff-only."2375msgstr ""23762377#: builtin/merge.c:12332378msgid "No commit specified and merge.defaultToUpstream not set."2379msgstr ""23802381#: builtin/merge.c:12642382msgid "Can merge only exactly one commit into empty head"2383msgstr ""23842385#: builtin/merge.c:12672386msgid "Squash commit into empty head not supported yet"2387msgstr ""23882389#: builtin/merge.c:12692390msgid "Non-fast-forward commit does not make sense into an empty head"2391msgstr ""23922393#: builtin/merge.c:1273 builtin/merge.c:13172394#, c-format2395msgid "%s - not something we can merge"2396msgstr ""23972398#: builtin/merge.c:13832399#, c-format2400msgid "Updating %s..%s\n"2401msgstr ""24022403#: builtin/merge.c:14212404#, c-format2405msgid "Trying really trivial in-index merge...\n"2406msgstr ""24072408#: builtin/merge.c:14282409#, c-format2410msgid "Nope.\n"2411msgstr ""24122413#: builtin/merge.c:14602414msgid "Not possible to fast-forward, aborting."2415msgstr ""24162417#: builtin/merge.c:1483 builtin/merge.c:15602418#, c-format2419msgid "Rewinding the tree to pristine...\n"2420msgstr ""24212422#: builtin/merge.c:14872423#, c-format2424msgid "Trying merge strategy %s...\n"2425msgstr ""24262427#: builtin/merge.c:15512428#, c-format2429msgid "No merge strategy handled the merge.\n"2430msgstr ""24312432#: builtin/merge.c:15532433#, c-format2434msgid "Merge with strategy %s failed.\n"2435msgstr ""24362437#: builtin/merge.c:15622438#, c-format2439msgid "Using the %s to prepare resolving by hand.\n"2440msgstr ""24412442#: builtin/merge.c:15732443#, c-format2444msgid "Automatic merge went well; stopped before committing as requested\n"2445msgstr ""24462447#: builtin/mv.c:1082448#, c-format2449msgid "Checking rename of '%s' to '%s'\n"2450msgstr ""24512452#: builtin/mv.c:1122453msgid "bad source"2454msgstr ""24552456#: builtin/mv.c:1152457msgid "can not move directory into itself"2458msgstr ""24592460#: builtin/mv.c:1182461msgid "cannot move directory over file"2462msgstr ""24632464#: builtin/mv.c:1282465#, c-format2466msgid "Huh? %.*s is in index?"2467msgstr ""24682469#: builtin/mv.c:1402470msgid "source directory is empty"2471msgstr ""24722473#: builtin/mv.c:1712474msgid "not under version control"2475msgstr ""24762477#: builtin/mv.c:1732478msgid "destination exists"2479msgstr ""24802481#: builtin/mv.c:1812482#, c-format2483msgid "overwriting '%s'"2484msgstr ""24852486#: builtin/mv.c:1842487msgid "Cannot overwrite"2488msgstr ""24892490#: builtin/mv.c:1872491msgid "multiple sources for the same target"2492msgstr ""24932494#: builtin/mv.c:2022495#, c-format2496msgid "%s, source=%s, destination=%s"2497msgstr ""24982499#: builtin/mv.c:2122500#, c-format2501msgid "Renaming %s to %s\n"2502msgstr ""25032504#: builtin/mv.c:2152505#, c-format2506msgid "renaming '%s' failed"2507msgstr ""25082509#: builtin/notes.c:1392510#, c-format2511msgid "unable to start 'show' for object '%s'"2512msgstr ""25132514#: builtin/notes.c:1452515msgid "can't fdopen 'show' output fd"2516msgstr ""25172518#: builtin/notes.c:1552519#, c-format2520msgid "failed to close pipe to 'show' for object '%s'"2521msgstr ""25222523#: builtin/notes.c:1582524#, c-format2525msgid "failed to finish 'show' for object '%s'"2526msgstr ""25272528#: builtin/notes.c:175 builtin/tag.c:3432529#, c-format2530msgid "could not create file '%s'"2531msgstr ""25322533#: builtin/notes.c:1892534msgid "Please supply the note contents using either -m or -F option"2535msgstr ""25362537#: builtin/notes.c:210 builtin/notes.c:9732538#, c-format2539msgid "Removing note for object %s\n"2540msgstr ""25412542#: builtin/notes.c:2152543msgid "unable to write note object"2544msgstr ""25452546#: builtin/notes.c:2172547#, c-format2548msgid "The note contents has been left in %s"2549msgstr ""25502551#: builtin/notes.c:251 builtin/tag.c:5212552#, c-format2553msgid "cannot read '%s'"2554msgstr ""25552556#: builtin/notes.c:253 builtin/tag.c:5242557#, c-format2558msgid "could not open or read '%s'"2559msgstr ""25602561#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4472562#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6442563#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7662564#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5372565#, c-format2566msgid "Failed to resolve '%s' as a valid ref."2567msgstr ""25682569#: builtin/notes.c:2752570#, c-format2571msgid "Failed to read object '%s'."2572msgstr ""25732574#: builtin/notes.c:2992575msgid "Cannot commit uninitialized/unreferenced notes tree"2576msgstr ""25772578#: builtin/notes.c:3402579#, c-format2580msgid "Bad notes.rewriteMode value: '%s'"2581msgstr ""25822583#: builtin/notes.c:3502584#, c-format2585msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2586msgstr ""25872588#. TRANSLATORS: The first %s is the name of the2589#. environment variable, the second %s is its value2590#: builtin/notes.c:3772591#, c-format2592msgid "Bad %s value: '%s'"2593msgstr ""25942595#: builtin/notes.c:4412596#, c-format2597msgid "Malformed input line: '%s'."2598msgstr ""25992600#: builtin/notes.c:4562601#, c-format2602msgid "Failed to copy notes from '%s' to '%s'"2603msgstr ""26042605#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6272606#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7592607#: builtin/notes.c:10332608msgid "too many parameters"2609msgstr ""26102611#: builtin/notes.c:513 builtin/notes.c:7722612#, c-format2613msgid "No note found for object %s."2614msgstr ""26152616#: builtin/notes.c:5802617#, c-format2618msgid ""2619"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "2620"existing notes"2621msgstr ""26222623#: builtin/notes.c:585 builtin/notes.c:6622624#, c-format2625msgid "Overwriting existing notes for object %s\n"2626msgstr ""26272628#: builtin/notes.c:6352629msgid "too few parameters"2630msgstr ""26312632#: builtin/notes.c:6562633#, c-format2634msgid ""2635"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "2636"existing notes"2637msgstr ""26382639#: builtin/notes.c:6682640#, c-format2641msgid "Missing notes on source object %s. Cannot copy."2642msgstr ""26432644#: builtin/notes.c:7172645#, c-format2646msgid ""2647"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2648"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2649msgstr ""26502651#: builtin/notes.c:9712652#, c-format2653msgid "Object %s has no note\n"2654msgstr ""26552656#: builtin/notes.c:11032657#, c-format2658msgid "Unknown subcommand: %s"2659msgstr ""26602661#: builtin/pack-objects.c:23102662#, c-format2663msgid "unsupported index version %s"2664msgstr ""26652666#: builtin/pack-objects.c:23142667#, c-format2668msgid "bad index version '%s'"2669msgstr ""26702671#: builtin/pack-objects.c:23222672#, c-format2673msgid "option %s does not accept negative form"2674msgstr ""26752676#: builtin/pack-objects.c:23262677#, c-format2678msgid "unable to parse value '%s' for option %s"2679msgstr ""26802681#: builtin/push.c:442682msgid "tag shorthand without <tag>"2683msgstr ""26842685#: builtin/push.c:632686msgid "--delete only accepts plain target ref names"2687msgstr ""26882689#: builtin/push.c:732690#, c-format2691msgid ""2692"You are not currently on a branch.\n"2693"To push the history leading to the current (detached HEAD)\n"2694"state now, use\n"2695"\n"2696" git push %s HEAD:<name-of-remote-branch>\n"2697msgstr ""26982699#: builtin/push.c:802700#, c-format2701msgid ""2702"The current branch %s has no upstream branch.\n"2703"To push the current branch and set the remote as upstream, use\n"2704"\n"2705" git push --set-upstream %s %s\n"2706msgstr ""27072708#: builtin/push.c:882709#, c-format2710msgid "The current branch %s has multiple upstream branches, refusing to push."2711msgstr ""27122713#: builtin/push.c:1112714msgid ""2715"You didn't specify any refspecs to push, and push.default is \"nothing\"."2716msgstr ""27172718#: builtin/push.c:1312719#, c-format2720msgid "Pushing to %s\n"2721msgstr ""27222723#: builtin/push.c:1352724#, c-format2725msgid "failed to push some refs to '%s'"2726msgstr ""27272728#: builtin/push.c:1432729#, c-format2730msgid ""2731"To prevent you from losing history, non-fast-forward updates were rejected\n"2732"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"2733"'Note about fast-forwards' section of 'git push --help' for details.\n"2734msgstr ""27352736#: builtin/push.c:1602737#, c-format2738msgid "bad repository '%s'"2739msgstr ""27402741#: builtin/push.c:1612742msgid ""2743"No configured push destination.\n"2744"Either specify the URL from the command-line or configure a remote "2745"repository using\n"2746"\n"2747" git remote add <name> <url>\n"2748"\n"2749"and then push using the remote name\n"2750"\n"2751" git push <name>\n"2752msgstr ""27532754#: builtin/push.c:1762755msgid "--all and --tags are incompatible"2756msgstr ""27572758#: builtin/push.c:1772759msgid "--all can't be combined with refspecs"2760msgstr ""27612762#: builtin/push.c:1822763msgid "--mirror and --tags are incompatible"2764msgstr ""27652766#: builtin/push.c:1832767msgid "--mirror can't be combined with refspecs"2768msgstr ""27692770#: builtin/push.c:1882771msgid "--all and --mirror are incompatible"2772msgstr ""27732774#: builtin/push.c:2742775msgid "--delete is incompatible with --all, --mirror and --tags"2776msgstr ""27772778#: builtin/push.c:2762779msgid "--delete doesn't make sense without any refs"2780msgstr ""27812782#: builtin/reset.c:332783msgid "mixed"2784msgstr ""27852786#: builtin/reset.c:332787msgid "soft"2788msgstr ""27892790#: builtin/reset.c:332791msgid "hard"2792msgstr ""27932794#: builtin/reset.c:332795msgid "keep"2796msgstr ""27972798#: builtin/reset.c:772799msgid "You do not have a valid HEAD."2800msgstr ""28012802#: builtin/reset.c:792803msgid "Failed to find tree of HEAD."2804msgstr ""28052806#: builtin/reset.c:852807#, c-format2808msgid "Failed to find tree of %s."2809msgstr ""28102811#: builtin/reset.c:962812msgid "Could not write new index file."2813msgstr ""28142815#: builtin/reset.c:1062816#, c-format2817msgid "HEAD is now at %s"2818msgstr ""28192820#: builtin/reset.c:1302821msgid "Could not read index"2822msgstr ""28232824#: builtin/reset.c:1332825msgid "Unstaged changes after reset:"2826msgstr ""28272828#: builtin/reset.c:2232829#, c-format2830msgid "Cannot do a %s reset in the middle of a merge."2831msgstr ""28322833#: builtin/reset.c:2972834#, c-format2835msgid "Could not parse object '%s'."2836msgstr ""28372838#: builtin/reset.c:3022839msgid "--patch is incompatible with --{hard,mixed,soft}"2840msgstr ""28412842#: builtin/reset.c:3112843msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2844msgstr ""28452846#: builtin/reset.c:3132847#, c-format2848msgid "Cannot do %s reset with paths."2849msgstr ""28502851#: builtin/reset.c:3252852#, c-format2853msgid "%s reset is not allowed in a bare repository"2854msgstr ""28552856#: builtin/reset.c:3412857#, c-format2858msgid "Could not reset index file to revision '%s'."2859msgstr ""28602861#: builtin/revert.c:70 builtin/revert.c:912862#, c-format2863msgid "%s: %s cannot be used with %s"2864msgstr ""28652866#: builtin/revert.c:1262867msgid "program error"2868msgstr ""28692870#: builtin/revert.c:2092871msgid "revert failed"2872msgstr ""28732874#: builtin/revert.c:2242875msgid "cherry-pick failed"2876msgstr ""28772878#: builtin/rm.c:1092879#, c-format2880msgid ""2881"'%s' has staged content different from both the file and the HEAD\n"2882"(use -f to force removal)"2883msgstr ""28842885#: builtin/rm.c:1152886#, c-format2887msgid ""2888"'%s' has changes staged in the index\n"2889"(use --cached to keep the file, or -f to force removal)"2890msgstr ""28912892#: builtin/rm.c:1192893#, c-format2894msgid ""2895"'%s' has local modifications\n"2896"(use --cached to keep the file, or -f to force removal)"2897msgstr ""28982899#: builtin/rm.c:1942900#, c-format2901msgid "not removing '%s' recursively without -r"2902msgstr ""29032904#: builtin/rm.c:2302905#, c-format2906msgid "git rm: unable to remove %s"2907msgstr ""29082909#: builtin/shortlog.c:1572910#, c-format2911msgid "Missing author: %s"2912msgstr ""29132914#: builtin/tag.c:582915#, c-format2916msgid "malformed object at '%s'"2917msgstr ""29182919#: builtin/tag.c:2052920#, c-format2921msgid "tag name too long: %.*s..."2922msgstr ""29232924#: builtin/tag.c:2102925#, c-format2926msgid "tag '%s' not found."2927msgstr ""29282929#: builtin/tag.c:2252930#, c-format2931msgid "Deleted tag '%s' (was %s)\n"2932msgstr ""29332934#: builtin/tag.c:2372935#, c-format2936msgid "could not verify the tag '%s'"2937msgstr ""29382939#: builtin/tag.c:2472940msgid ""2941"\n"2942"#\n"2943"# Write a tag message\n"2944"# Lines starting with '#' will be ignored.\n"2945"#\n"2946msgstr ""29472948#: builtin/tag.c:2542949msgid ""2950"\n"2951"#\n"2952"# Write a tag message\n"2953"# Lines starting with '#' will be kept; you may remove them yourself if you "2954"want to.\n"2955"#\n"2956msgstr ""29572958#: builtin/tag.c:2942959msgid "unable to sign the tag"2960msgstr ""29612962#: builtin/tag.c:2962963msgid "unable to write tag file"2964msgstr ""29652966#: builtin/tag.c:3212967msgid "bad object type."2968msgstr ""29692970#: builtin/tag.c:3342971msgid "tag header too big."2972msgstr ""29732974#: builtin/tag.c:3662975msgid "no tag message?"2976msgstr ""29772978#: builtin/tag.c:3722979#, c-format2980msgid "The tag message has been left in %s\n"2981msgstr ""29822983#: builtin/tag.c:4212984msgid "switch 'points-at' requires an object"2985msgstr ""29862987#: builtin/tag.c:4232988#, c-format2989msgid "malformed object name '%s'"2990msgstr ""29912992#: builtin/tag.c:5022993msgid "-n option is only allowed with -l."2994msgstr ""29952996#: builtin/tag.c:5042997msgid "--contains option is only allowed with -l."2998msgstr ""29993000#: builtin/tag.c:5063001msgid "--points-at option is only allowed with -l."3002msgstr ""30033004#: builtin/tag.c:5143005msgid "only one -F or -m option is allowed."3006msgstr ""30073008#: builtin/tag.c:5343009msgid "too many params"3010msgstr ""30113012#: builtin/tag.c:5403013#, c-format3014msgid "'%s' is not a valid tag name."3015msgstr ""30163017#: builtin/tag.c:5453018#, c-format3019msgid "tag '%s' already exists"3020msgstr ""30213022#: builtin/tag.c:5633023#, c-format3024msgid "%s: cannot lock the ref"3025msgstr ""30263027#: builtin/tag.c:5653028#, c-format3029msgid "%s: cannot update the ref"3030msgstr ""30313032#: builtin/tag.c:5673033#, c-format3034msgid "Updated tag '%s' (was %s)\n"3035msgstr ""30363037#: git-am.sh:493038msgid "You need to set your committer info first"3039msgstr ""30403041#: git-am.sh:1353042msgid "Repository lacks necessary blobs to fall back on 3-way merge."3043msgstr ""30443045#: git-am.sh:1443046msgid ""3047"Did you hand edit your patch?\n"3048"It does not apply to blobs recorded in its index."3049msgstr ""30503051#: git-am.sh:1533052msgid "Falling back to patching base and 3-way merge..."3053msgstr ""30543055#: git-am.sh:2653056msgid "Only one StGIT patch series can be applied at once"3057msgstr ""30583059#: git-am.sh:3523060#, sh-format3061msgid "Patch format $patch_format is not supported."3062msgstr ""30633064#: git-am.sh:3543065msgid "Patch format detection failed."3066msgstr ""30673068#: git-am.sh:4063069msgid "-d option is no longer supported. Do not use."3070msgstr ""30713072#: git-am.sh:4693073#, sh-format3074msgid "previous rebase directory $dotest still exists but mbox given."3075msgstr ""30763077#: git-am.sh:4743078msgid "Please make up your mind. --skip or --abort?"3079msgstr ""30803081#: git-am.sh:5013082msgid "Resolve operation not in progress, we are not resuming."3083msgstr ""30843085#: git-am.sh:5673086#, sh-format3087msgid "Dirty index: cannot apply patches (dirty: $files)"3088msgstr ""30893090#: git-am.sh:7433091msgid "cannot be interactive without stdin connected to a terminal."3092msgstr ""30933094#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3095#. in your translation. The program will only accept English3096#. input at this point.3097#: git-am.sh:7543098msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3099msgstr ""31003101#: git-am.sh:7903102#, sh-format3103msgid "Applying: $FIRSTLINE"3104msgstr ""31053106#: git-am.sh:8353107msgid "No changes -- Patch already applied."3108msgstr ""31093110#: git-am.sh:8613111msgid "applying to an empty history"3112msgstr ""31133114#. TRANSLATORS: Make sure to include [Y] and [n] in your3115#. translation. The program will only accept English input3116#. at this point.3117#: git-bisect.sh:543118msgid "Do you want me to do it for you [Y/n]? "3119msgstr ""31203121#: git-bisect.sh:953122#, sh-format3123msgid "unrecognised option: '$arg'"3124msgstr ""31253126#: git-bisect.sh:993127#, sh-format3128msgid "'$arg' does not appear to be a valid revision"3129msgstr ""31303131#: git-bisect.sh:1173132msgid "Bad HEAD - I need a HEAD"3133msgstr ""31343135#: git-bisect.sh:1303136#, sh-format3137msgid ""3138"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3139msgstr ""31403141#: git-bisect.sh:1403142msgid "won't bisect on seeked tree"3143msgstr ""31443145#: git-bisect.sh:1443146msgid "Bad HEAD - strange symbolic ref"3147msgstr ""31483149#: git-bisect.sh:1893150#, sh-format3151msgid "Bad bisect_write argument: $state"3152msgstr ""31533154#: git-bisect.sh:2183155#, sh-format3156msgid "Bad rev input: $arg"3157msgstr ""31583159#: git-bisect.sh:2323160msgid "Please call 'bisect_state' with at least one argument."3161msgstr ""31623163#: git-bisect.sh:2443164#, sh-format3165msgid "Bad rev input: $rev"3166msgstr ""31673168#: git-bisect.sh:2503169msgid "'git bisect bad' can take only one argument."3170msgstr ""31713172#. TRANSLATORS: Make sure to include [Y] and [n] in your3173#. translation. The program will only accept English input3174#. at this point.3175#: git-bisect.sh:2793176msgid "Are you sure [Y/n]? "3177msgstr ""31783179#: git-bisect.sh:3543180#, sh-format3181msgid "'$invalid' is not a valid commit"3182msgstr ""31833184#: git-bisect.sh:3633185#, sh-format3186msgid ""3187"Could not check out original HEAD '$branch'.\n"3188"Try 'git bisect reset <commit>'."3189msgstr ""31903191#: git-bisect.sh:3903192msgid "No logfile given"3193msgstr ""31943195#: git-bisect.sh:3913196#, sh-format3197msgid "cannot read $file for replaying"3198msgstr ""31993200#: git-bisect.sh:4083201msgid "?? what are you talking about?"3202msgstr ""32033204#: git-bisect.sh:4743205msgid "We are not bisecting."3206msgstr ""32073208#: git-pull.sh:213209msgid ""3210"Pull is not possible because you have unmerged files.\n"3211"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3212"as appropriate to mark resolution, or use 'git commit -a'."3213msgstr ""32143215#: git-pull.sh:253216msgid "Pull is not possible because you have unmerged files."3217msgstr ""32183219#: git-pull.sh:1973220msgid "updating an unborn branch with changes added to the index"3221msgstr ""32223223#: git-pull.sh:2533224msgid "Cannot merge multiple branches into empty head"3225msgstr ""32263227#: git-pull.sh:2573228msgid "Cannot rebase onto multiple branches"3229msgstr ""32303231#: git-stash.sh:513232msgid "git stash clear with parameters is unimplemented"3233msgstr ""32343235#: git-stash.sh:743236msgid "You do not have the initial commit yet"3237msgstr ""32383239#: git-stash.sh:893240msgid "Cannot save the current index state"3241msgstr ""32423243#: git-stash.sh:123 git-stash.sh:1363244msgid "Cannot save the current worktree state"3245msgstr ""32463247#: git-stash.sh:1403248msgid "No changes selected"3249msgstr ""32503251#: git-stash.sh:1433252msgid "Cannot remove temporary index (can't happen)"3253msgstr ""32543255#: git-stash.sh:1563256msgid "Cannot record working tree state"3257msgstr ""32583259#: git-stash.sh:2233260msgid "No local changes to save"3261msgstr ""32623263#: git-stash.sh:2273264msgid "Cannot initialize stash"3265msgstr ""32663267#: git-stash.sh:2353268msgid "Cannot save the current status"3269msgstr ""32703271#: git-stash.sh:2533272msgid "Cannot remove worktree changes"3273msgstr ""32743275#: git-stash.sh:3523276msgid "No stash found."3277msgstr ""32783279#: git-stash.sh:3593280#, sh-format3281msgid "Too many revisions specified: $REV"3282msgstr ""32833284#: git-stash.sh:3653285#, sh-format3286msgid "$reference is not valid reference"3287msgstr ""32883289#: git-stash.sh:3933290#, sh-format3291msgid "'$args' is not a stash-like commit"3292msgstr ""32933294#: git-stash.sh:4043295#, sh-format3296msgid "'$args' is not a stash reference"3297msgstr ""32983299#: git-stash.sh:4123300msgid "unable to refresh index"3301msgstr ""33023303#: git-stash.sh:4163304msgid "Cannot apply a stash in the middle of a merge"3305msgstr ""33063307#: git-stash.sh:4243308msgid "Conflicts in index. Try without --index."3309msgstr ""33103311#: git-stash.sh:4263312msgid "Could not save index tree"3313msgstr ""33143315#: git-stash.sh:4603316msgid "Cannot unstage modified files"3317msgstr ""33183319#: git-stash.sh:4913320#, sh-format3321msgid "Dropped ${REV} ($s)"3322msgstr ""33233324#: git-stash.sh:4923325#, sh-format3326msgid "${REV}: Could not drop stash entry"3327msgstr ""33283329#: git-stash.sh:4993330msgid "No branch name specified"3331msgstr ""33323333#: git-stash.sh:5703334msgid "(To restore them type \"git stash apply\")"3335msgstr ""33363337#: git-submodule.sh:563338#, sh-format3339msgid "cannot strip one component off url '$remoteurl'"3340msgstr ""33413342#: git-submodule.sh:1083343#, sh-format3344msgid "No submodule mapping found in .gitmodules for path '$path'"3345msgstr ""33463347#: git-submodule.sh:1733348#, sh-format3349msgid "Clone of '$url' into submodule path '$path' failed"3350msgstr ""33513352#: git-submodule.sh:2473353#, sh-format3354msgid "repo URL: '$repo' must be absolute or begin with ./|../"3355msgstr ""33563357#: git-submodule.sh:2643358#, sh-format3359msgid "'$path' already exists in the index"3360msgstr ""33613362#: git-submodule.sh:2813363#, sh-format3364msgid "'$path' already exists and is not a valid git repo"3365msgstr ""33663367#: git-submodule.sh:2953368#, sh-format3369msgid "Unable to checkout submodule '$path'"3370msgstr ""33713372#: git-submodule.sh:3003373#, sh-format3374msgid "Failed to add submodule '$path'"3375msgstr ""33763377#: git-submodule.sh:3053378#, sh-format3379msgid "Failed to register submodule '$path'"3380msgstr ""33813382#: git-submodule.sh:3473383#, sh-format3384msgid "Entering '$prefix$path'"3385msgstr ""33863387#: git-submodule.sh:3593388#, sh-format3389msgid "Stopping at '$path'; script returned non-zero status."3390msgstr ""33913392#: git-submodule.sh:4013393#, sh-format3394msgid "No url found for submodule path '$path' in .gitmodules"3395msgstr ""33963397#: git-submodule.sh:4103398#, sh-format3399msgid "Failed to register url for submodule path '$path'"3400msgstr ""34013402#: git-submodule.sh:4183403#, sh-format3404msgid "Failed to register update mode for submodule path '$path'"3405msgstr ""34063407#: git-submodule.sh:4203408#, sh-format3409msgid "Submodule '$name' ($url) registered for path '$path'"3410msgstr ""34113412#: git-submodule.sh:5193413#, sh-format3414msgid ""3415"Submodule path '$path' not initialized\n"3416"Maybe you want to use 'update --init'?"3417msgstr ""34183419#: git-submodule.sh:5323420#, sh-format3421msgid "Unable to find current revision in submodule path '$path'"3422msgstr ""34233424#: git-submodule.sh:5513425#, sh-format3426msgid "Unable to fetch in submodule path '$path'"3427msgstr ""34283429#: git-submodule.sh:5653430#, sh-format3431msgid "Unable to rebase '$sha1' in submodule path '$path'"3432msgstr ""34333434#: git-submodule.sh:5663435#, sh-format3436msgid "Submodule path '$path': rebased into '$sha1'"3437msgstr ""34383439#: git-submodule.sh:5713440#, sh-format3441msgid "Unable to merge '$sha1' in submodule path '$path'"3442msgstr ""34433444#: git-submodule.sh:5723445#, sh-format3446msgid "Submodule path '$path': merged in '$sha1'"3447msgstr ""34483449#: git-submodule.sh:5773450#, sh-format3451msgid "Unable to checkout '$sha1' in submodule path '$path'"3452msgstr ""34533454#: git-submodule.sh:5783455#, sh-format3456msgid "Submodule path '$path': checked out '$sha1'"3457msgstr ""34583459#: git-submodule.sh:600 git-submodule.sh:9233460#, sh-format3461msgid "Failed to recurse into submodule path '$path'"3462msgstr ""34633464#: git-submodule.sh:7083465msgid "--"3466msgstr ""34673468#: git-submodule.sh:7663469#, sh-format3470msgid " Warn: $name doesn't contain commit $sha1_src"3471msgstr ""34723473#: git-submodule.sh:7693474#, sh-format3475msgid " Warn: $name doesn't contain commit $sha1_dst"3476msgstr ""34773478#: git-submodule.sh:7723479#, sh-format3480msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3481msgstr ""34823483#: git-submodule.sh:7973484msgid "blob"3485msgstr ""34863487#: git-submodule.sh:7983488msgid "submodule"3489msgstr ""34903491#: git-submodule.sh:9693492#, sh-format3493msgid "Synchronizing submodule url for '$name'"3494msgstr ""