1# Danish translations for Git. 2# This file is distributed under the same license as the PACKAGE package. 3# Byrial Jensen <byrial@vip.cybercity.dk>, 2012. 4# 5msgid "" 6msgstr "" 7"Project-Id-Version: Git\n" 8"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 9"POT-Creation-Date: 2012-03-16 20:18+0800\n" 10"PO-Revision-Date: 2012-04-10 18:41+0200\n" 11"Last-Translator: Byrial Jensen <byrial@vip.cybercity.dk>\n" 12"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" 13"Language: da\n" 14"MIME-Version: 1.0\n" 15"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Transfer-Encoding: 8bit\n" 17"Plural-Forms: nplurals=2; plural=(n != 1);\n" 18 19#: advice.c:34 20#, c-format 21msgid "hint: %.*s\n" 22msgstr "" 23 24#. 25#. * Message used both when 'git commit' fails and when 26#. * other commands doing a merge do. 27#. 28#: advice.c:64 29msgid "" 30"Fix them up in the work tree,\n" 31"and then use 'git add/rm <file>' as\n" 32"appropriate to mark resolution and make a commit,\n" 33"or use 'git commit -a'." 34msgstr "" 35 36#: commit.c:47 37#, c-format 38msgid "could not parse %s" 39msgstr "" 40 41#: commit.c:49 42#, c-format 43msgid "%s %s is not a commit!" 44msgstr "" 45 46#: compat/obstack.c:406 compat/obstack.c:408 47msgid "memory exhausted" 48msgstr "" 49 50#: connected.c:39 51msgid "Could not run 'git rev-list'" 52msgstr "" 53 54#: connected.c:48 55#, c-format 56msgid "failed write to rev-list: %s" 57msgstr "" 58 59#: connected.c:56 60#, c-format 61msgid "failed to close rev-list's stdin: %s" 62msgstr "" 63 64#: diff.c:105 65#, c-format 66msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 67msgstr "" 68 69#: diff.c:110 70#, c-format 71msgid " Unknown dirstat parameter '%.*s'\n" 72msgstr "" 73 74#: diff.c:210 75#, c-format 76msgid "" 77"Found errors in 'diff.dirstat' config variable:\n" 78"%s" 79msgstr "" 80 81#: diff.c:1336 82msgid " 0 files changed\n" 83msgstr "" 84 85#: diff.c:1340 86#, c-format 87msgid " %d file changed" 88msgid_plural " %d files changed" 89msgstr[0] "" 90msgstr[1] "" 91 92#: diff.c:1357 93#, c-format 94msgid ", %d insertion(+)" 95msgid_plural ", %d insertions(+)" 96msgstr[0] "" 97msgstr[1] "" 98 99#: diff.c:1368 100#, c-format 101msgid ", %d deletion(-)" 102msgid_plural ", %d deletions(-)" 103msgstr[0] "" 104msgstr[1] "" 105 106#: diff.c:3424 107#, c-format 108msgid "" 109"Failed to parse --dirstat/-X option parameter:\n" 110"%s" 111msgstr "" 112 113#: gpg-interface.c:59 114msgid "could not run gpg." 115msgstr "" 116 117#: gpg-interface.c:71 118msgid "gpg did not accept the data" 119msgstr "" 120 121#: gpg-interface.c:82 122msgid "gpg failed to sign the data" 123msgstr "" 124 125#: grep.c:1280 126#, c-format 127msgid "'%s': unable to read %s" 128msgstr "" 129 130#: grep.c:1297 131#, c-format 132msgid "'%s': %s" 133msgstr "" 134 135#: grep.c:1308 136#, c-format 137msgid "'%s': short read %s" 138msgstr "" 139 140#: help.c:287 141#, c-format 142msgid "" 143"'%s' appears to be a git command, but we were not\n" 144"able to execute it. Maybe git-%s is broken?" 145msgstr "" 146 147#: remote.c:1607 148#, c-format 149msgid "Your branch is ahead of '%s' by %d commit.\n" 150msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 151msgstr[0] "" 152msgstr[1] "" 153 154#: remote.c:1613 155#, c-format 156msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 157msgid_plural "" 158"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 159msgstr[0] "" 160msgstr[1] "" 161 162#: remote.c:1621 163#, c-format 164msgid "" 165"Your branch and '%s' have diverged,\n" 166"and have %d and %d different commit each, respectively.\n" 167msgid_plural "" 168"Your branch and '%s' have diverged,\n" 169"and have %d and %d different commits each, respectively.\n" 170msgstr[0] "" 171msgstr[1] "" 172 173#: sequencer.c:120 builtin/merge.c:864 builtin/merge.c:985 174#: builtin/merge.c:1095 builtin/merge.c:1105 175#, c-format 176msgid "Could not open '%s' for writing" 177msgstr "" 178 179#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:867 180#: builtin/merge.c:1097 builtin/merge.c:1110 181#, c-format 182msgid "Could not write to '%s'" 183msgstr "" 184 185#: sequencer.c:143 186msgid "" 187"after resolving the conflicts, mark the corrected paths\n" 188"with 'git add <paths>' or 'git rm <paths>'" 189msgstr "" 190 191#: sequencer.c:146 192msgid "" 193"after resolving the conflicts, mark the corrected paths\n" 194"with 'git add <paths>' or 'git rm <paths>'\n" 195"and commit the result with 'git commit'" 196msgstr "" 197 198#: sequencer.c:159 sequencer.c:685 sequencer.c:768 199#, c-format 200msgid "Could not write to %s" 201msgstr "" 202 203#: sequencer.c:162 204#, c-format 205msgid "Error wrapping up %s" 206msgstr "" 207 208#: sequencer.c:177 209msgid "Your local changes would be overwritten by cherry-pick." 210msgstr "" 211 212#: sequencer.c:179 213msgid "Your local changes would be overwritten by revert." 214msgstr "" 215 216#: sequencer.c:182 217msgid "Commit your changes or stash them to proceed." 218msgstr "" 219 220#. TRANSLATORS: %s will be "revert" or "cherry-pick" 221#: sequencer.c:232 222#, c-format 223msgid "%s: Unable to write new index file" 224msgstr "" 225 226#: sequencer.c:298 227msgid "Your index file is unmerged." 228msgstr "" 229 230#: sequencer.c:301 231msgid "You do not have a valid HEAD" 232msgstr "" 233 234#: sequencer.c:316 235#, c-format 236msgid "Commit %s is a merge but no -m option was given." 237msgstr "" 238 239#: sequencer.c:324 240#, c-format 241msgid "Commit %s does not have parent %d" 242msgstr "" 243 244#: sequencer.c:328 245#, c-format 246msgid "Mainline was specified but commit %s is not a merge." 247msgstr "" 248 249#. TRANSLATORS: The first %s will be "revert" or 250#. "cherry-pick", the second %s a SHA1 251#: sequencer.c:339 252#, c-format 253msgid "%s: cannot parse parent commit %s" 254msgstr "" 255 256#: sequencer.c:343 257#, c-format 258msgid "Cannot get commit message for %s" 259msgstr "" 260 261#: sequencer.c:427 262#, c-format 263msgid "could not revert %s... %s" 264msgstr "" 265 266#: sequencer.c:428 267#, c-format 268msgid "could not apply %s... %s" 269msgstr "" 270 271#: sequencer.c:450 sequencer.c:909 builtin/log.c:288 builtin/log.c:713 272#: builtin/log.c:1329 builtin/log.c:1548 builtin/merge.c:348 273#: builtin/shortlog.c:181 274msgid "revision walk setup failed" 275msgstr "" 276 277#: sequencer.c:453 278msgid "empty commit set passed" 279msgstr "" 280 281#: sequencer.c:461 282#, c-format 283msgid "git %s: failed to read the index" 284msgstr "" 285 286#: sequencer.c:466 287#, c-format 288msgid "git %s: failed to refresh the index" 289msgstr "" 290 291#: sequencer.c:551 292#, c-format 293msgid "Cannot %s during a %s" 294msgstr "" 295 296#: sequencer.c:573 297#, c-format 298msgid "Could not parse line %d." 299msgstr "" 300 301#: sequencer.c:578 302msgid "No commits parsed." 303msgstr "" 304 305#: sequencer.c:591 306#, c-format 307msgid "Could not open %s" 308msgstr "" 309 310#: sequencer.c:595 311#, c-format 312msgid "Could not read %s." 313msgstr "" 314 315#: sequencer.c:602 316#, c-format 317msgid "Unusable instruction sheet: %s" 318msgstr "" 319 320#: sequencer.c:630 321#, c-format 322msgid "Invalid key: %s" 323msgstr "" 324 325#: sequencer.c:633 326#, c-format 327msgid "Invalid value for %s: %s" 328msgstr "" 329 330#: sequencer.c:645 331#, c-format 332msgid "Malformed options sheet: %s" 333msgstr "" 334 335#: sequencer.c:666 336msgid "a cherry-pick or revert is already in progress" 337msgstr "" 338 339#: sequencer.c:667 340msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 341msgstr "" 342 343#: sequencer.c:671 344#, c-format 345msgid "Could not create sequencer directory %s" 346msgstr "" 347 348#: sequencer.c:687 sequencer.c:772 349#, c-format 350msgid "Error wrapping up %s." 351msgstr "" 352 353#: sequencer.c:706 sequencer.c:840 354msgid "no cherry-pick or revert in progress" 355msgstr "" 356 357#: sequencer.c:708 358msgid "cannot resolve HEAD" 359msgstr "" 360 361#: sequencer.c:710 362msgid "cannot abort from a branch yet to be born" 363msgstr "" 364 365#: sequencer.c:732 366#, c-format 367msgid "cannot open %s: %s" 368msgstr "" 369 370#: sequencer.c:735 371#, c-format 372msgid "cannot read %s: %s" 373msgstr "" 374 375#: sequencer.c:736 376msgid "unexpected end of file" 377msgstr "" 378 379#: sequencer.c:742 380#, c-format 381msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 382msgstr "" 383 384#: sequencer.c:765 385#, c-format 386msgid "Could not format %s." 387msgstr "" 388 389#: sequencer.c:927 390msgid "Can't revert as initial commit" 391msgstr "" 392 393#: sequencer.c:928 394msgid "Can't cherry-pick into empty head" 395msgstr "" 396 397#: wt-status.c:134 398msgid "Unmerged paths:" 399msgstr "" 400 401#: wt-status.c:140 wt-status.c:157 402#, c-format 403msgid " (use \"git reset %s <file>...\" to unstage)" 404msgstr "" 405 406#: wt-status.c:142 wt-status.c:159 407msgid " (use \"git rm --cached <file>...\" to unstage)" 408msgstr "" 409 410#: wt-status.c:143 411msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 412msgstr "" 413 414#: wt-status.c:151 415msgid "Changes to be committed:" 416msgstr "" 417 418#: wt-status.c:169 419msgid "Changes not staged for commit:" 420msgstr "" 421 422#: wt-status.c:173 423msgid " (use \"git add <file>...\" to update what will be committed)" 424msgstr "" 425 426#: wt-status.c:175 427msgid " (use \"git add/rm <file>...\" to update what will be committed)" 428msgstr "" 429 430#: wt-status.c:176 431msgid "" 432" (use \"git checkout -- <file>...\" to discard changes in working directory)" 433msgstr "" 434 435#: wt-status.c:178 436msgid " (commit or discard the untracked or modified content in submodules)" 437msgstr "" 438 439#: wt-status.c:187 440#, c-format 441msgid "%s files:" 442msgstr "" 443 444#: wt-status.c:190 445#, c-format 446msgid " (use \"git %s <file>...\" to include in what will be committed)" 447msgstr "" 448 449#: wt-status.c:207 450msgid "bug" 451msgstr "" 452 453#: wt-status.c:212 454msgid "both deleted:" 455msgstr "" 456 457#: wt-status.c:213 458msgid "added by us:" 459msgstr "" 460 461#: wt-status.c:214 462msgid "deleted by them:" 463msgstr "" 464 465#: wt-status.c:215 466msgid "added by them:" 467msgstr "" 468 469#: wt-status.c:216 470msgid "deleted by us:" 471msgstr "" 472 473#: wt-status.c:217 474msgid "both added:" 475msgstr "" 476 477#: wt-status.c:218 478msgid "both modified:" 479msgstr "" 480 481#: wt-status.c:248 482msgid "new commits, " 483msgstr "" 484 485#: wt-status.c:250 486msgid "modified content, " 487msgstr "" 488 489#: wt-status.c:252 490msgid "untracked content, " 491msgstr "" 492 493#: wt-status.c:266 494#, c-format 495msgid "new file: %s" 496msgstr "" 497 498#: wt-status.c:269 499#, c-format 500msgid "copied: %s -> %s" 501msgstr "" 502 503#: wt-status.c:272 504#, c-format 505msgid "deleted: %s" 506msgstr "" 507 508#: wt-status.c:275 509#, c-format 510msgid "modified: %s" 511msgstr "" 512 513#: wt-status.c:278 514#, c-format 515msgid "renamed: %s -> %s" 516msgstr "" 517 518#: wt-status.c:281 519#, c-format 520msgid "typechange: %s" 521msgstr "" 522 523#: wt-status.c:284 524#, c-format 525msgid "unknown: %s" 526msgstr "" 527 528#: wt-status.c:287 529#, c-format 530msgid "unmerged: %s" 531msgstr "" 532 533#: wt-status.c:290 534#, c-format 535msgid "bug: unhandled diff status %c" 536msgstr "" 537 538#: wt-status.c:713 539msgid "On branch " 540msgstr "" 541 542#: wt-status.c:720 543msgid "Not currently on any branch." 544msgstr "" 545 546#: wt-status.c:731 547msgid "Initial commit" 548msgstr "" 549 550#: wt-status.c:745 551msgid "Untracked" 552msgstr "" 553 554#: wt-status.c:747 555msgid "Ignored" 556msgstr "" 557 558#: wt-status.c:749 559#, c-format 560msgid "Untracked files not listed%s" 561msgstr "" 562 563#: wt-status.c:751 564msgid " (use -u option to show untracked files)" 565msgstr "" 566 567#: wt-status.c:757 568msgid "No changes" 569msgstr "" 570 571#: wt-status.c:761 572#, c-format 573msgid "no changes added to commit%s\n" 574msgstr "" 575 576#: wt-status.c:763 577msgid " (use \"git add\" and/or \"git commit -a\")" 578msgstr "" 579 580#: wt-status.c:765 581#, c-format 582msgid "nothing added to commit but untracked files present%s\n" 583msgstr "" 584 585#: wt-status.c:767 586msgid " (use \"git add\" to track)" 587msgstr "" 588 589#: wt-status.c:769 wt-status.c:772 wt-status.c:775 590#, c-format 591msgid "nothing to commit%s\n" 592msgstr "" 593 594#: wt-status.c:770 595msgid " (create/copy files and use \"git add\" to track)" 596msgstr "" 597 598#: wt-status.c:773 599msgid " (use -u to show untracked files)" 600msgstr "" 601 602#: wt-status.c:776 603msgid " (working directory clean)" 604msgstr "" 605 606#: wt-status.c:884 607msgid "HEAD (no branch)" 608msgstr "" 609 610#: wt-status.c:890 611msgid "Initial commit on " 612msgstr "" 613 614#: wt-status.c:905 615msgid "behind " 616msgstr "" 617 618#: wt-status.c:908 wt-status.c:911 619msgid "ahead " 620msgstr "" 621 622#: wt-status.c:913 623msgid ", behind " 624msgstr "" 625 626#: builtin/add.c:62 627#, c-format 628msgid "unexpected diff status %c" 629msgstr "" 630 631#: builtin/add.c:67 builtin/commit.c:298 632msgid "updating files failed" 633msgstr "" 634 635#: builtin/add.c:77 636#, c-format 637msgid "remove '%s'\n" 638msgstr "" 639 640#: builtin/add.c:176 641#, c-format 642msgid "Path '%s' is in submodule '%.*s'" 643msgstr "" 644 645#: builtin/add.c:192 646msgid "Unstaged changes after refreshing the index:" 647msgstr "" 648 649#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 650#, c-format 651msgid "pathspec '%s' did not match any files" 652msgstr "" 653 654#: builtin/add.c:209 655#, c-format 656msgid "'%s' is beyond a symbolic link" 657msgstr "" 658 659#: builtin/add.c:276 660msgid "Could not read the index" 661msgstr "" 662 663#: builtin/add.c:286 664#, c-format 665msgid "Could not open '%s' for writing." 666msgstr "" 667 668#: builtin/add.c:290 669msgid "Could not write patch" 670msgstr "" 671 672#: builtin/add.c:295 673#, c-format 674msgid "Could not stat '%s'" 675msgstr "" 676 677#: builtin/add.c:297 678msgid "Empty patch. Aborted." 679msgstr "" 680 681#: builtin/add.c:303 682#, c-format 683msgid "Could not apply '%s'" 684msgstr "" 685 686#: builtin/add.c:312 687msgid "The following paths are ignored by one of your .gitignore files:\n" 688msgstr "" 689 690#: builtin/add.c:352 691#, c-format 692msgid "Use -f if you really want to add them.\n" 693msgstr "" 694 695#: builtin/add.c:353 696msgid "no files added" 697msgstr "" 698 699#: builtin/add.c:359 700msgid "adding files failed" 701msgstr "" 702 703#: builtin/add.c:391 704msgid "-A and -u are mutually incompatible" 705msgstr "" 706 707#: builtin/add.c:393 708msgid "Option --ignore-missing can only be used together with --dry-run" 709msgstr "" 710 711#: builtin/add.c:413 712#, c-format 713msgid "Nothing specified, nothing added.\n" 714msgstr "" 715 716#: builtin/add.c:414 717#, c-format 718msgid "Maybe you wanted to say 'git add .'?\n" 719msgstr "" 720 721#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82 722#: builtin/rm.c:162 723msgid "index file corrupt" 724msgstr "" 725 726#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260 727msgid "Unable to write new index file" 728msgstr "" 729 730#: builtin/archive.c:17 731#, c-format 732msgid "could not create archive file '%s'" 733msgstr "" 734 735#: builtin/archive.c:20 736msgid "could not redirect output" 737msgstr "" 738 739#: builtin/archive.c:37 740msgid "git archive: Remote with no URL" 741msgstr "" 742 743#: builtin/archive.c:58 744msgid "git archive: expected ACK/NAK, got EOF" 745msgstr "" 746 747#: builtin/archive.c:63 748#, c-format 749msgid "git archive: NACK %s" 750msgstr "" 751 752#: builtin/archive.c:65 753#, c-format 754msgid "remote error: %s" 755msgstr "" 756 757#: builtin/archive.c:66 758msgid "git archive: protocol error" 759msgstr "" 760 761#: builtin/archive.c:71 762msgid "git archive: expected a flush" 763msgstr "" 764 765#: builtin/branch.c:137 766#, c-format 767msgid "" 768"deleting branch '%s' that has been merged to\n" 769" '%s', but not yet merged to HEAD." 770msgstr "" 771 772#: builtin/branch.c:141 773#, c-format 774msgid "" 775"not deleting branch '%s' that is not yet merged to\n" 776" '%s', even though it is merged to HEAD." 777msgstr "" 778 779#. TRANSLATORS: This is "remote " in "remote branch '%s' not found" 780#: builtin/branch.c:163 781msgid "remote " 782msgstr "" 783 784#: builtin/branch.c:171 785msgid "cannot use -a with -d" 786msgstr "" 787 788#: builtin/branch.c:177 789msgid "Couldn't look up commit object for HEAD" 790msgstr "" 791 792#: builtin/branch.c:182 793#, c-format 794msgid "Cannot delete the branch '%s' which you are currently on." 795msgstr "" 796 797#: builtin/branch.c:192 798#, c-format 799msgid "%sbranch '%s' not found." 800msgstr "" 801 802#: builtin/branch.c:200 803#, c-format 804msgid "Couldn't look up commit object for '%s'" 805msgstr "" 806 807#: builtin/branch.c:206 808#, c-format 809msgid "" 810"The branch '%s' is not fully merged.\n" 811"If you are sure you want to delete it, run 'git branch -D %s'." 812msgstr "" 813 814#: builtin/branch.c:214 815#, c-format 816msgid "Error deleting %sbranch '%s'" 817msgstr "" 818 819#: builtin/branch.c:219 820#, c-format 821msgid "Deleted %sbranch %s (was %s).\n" 822msgstr "" 823 824#: builtin/branch.c:224 825msgid "Update of config-file failed" 826msgstr "" 827 828#: builtin/branch.c:322 829#, c-format 830msgid "branch '%s' does not point at a commit" 831msgstr "" 832 833#: builtin/branch.c:394 834#, c-format 835msgid "behind %d] " 836msgstr "" 837 838#: builtin/branch.c:396 839#, c-format 840msgid "ahead %d] " 841msgstr "" 842 843#: builtin/branch.c:398 844#, c-format 845msgid "ahead %d, behind %d] " 846msgstr "" 847 848#: builtin/branch.c:501 849msgid "(no branch)" 850msgstr "" 851 852#: builtin/branch.c:566 853msgid "some refs could not be read" 854msgstr "" 855 856#: builtin/branch.c:579 857msgid "cannot rename the current branch while not on any." 858msgstr "" 859 860#: builtin/branch.c:589 861#, c-format 862msgid "Invalid branch name: '%s'" 863msgstr "" 864 865#: builtin/branch.c:604 866msgid "Branch rename failed" 867msgstr "" 868 869#: builtin/branch.c:608 870#, c-format 871msgid "Renamed a misnamed branch '%s' away" 872msgstr "" 873 874#: builtin/branch.c:612 875#, c-format 876msgid "Branch renamed to %s, but HEAD is not updated!" 877msgstr "" 878 879#: builtin/branch.c:619 880msgid "Branch is renamed, but update of config-file failed" 881msgstr "" 882 883#: builtin/branch.c:634 884#, c-format 885msgid "malformed object name %s" 886msgstr "" 887 888#: builtin/branch.c:658 889#, c-format 890msgid "could not write branch description template: %s\n" 891msgstr "" 892 893#: builtin/branch.c:746 894msgid "Failed to resolve HEAD as a valid ref." 895msgstr "" 896 897#: builtin/branch.c:751 builtin/clone.c:558 898msgid "HEAD not found below refs/heads!" 899msgstr "" 900 901#: builtin/branch.c:809 902msgid "-a and -r options to 'git branch' do not make sense with a branch name" 903msgstr "" 904 905#: builtin/bundle.c:47 906#, c-format 907msgid "%s is okay\n" 908msgstr "" 909 910#: builtin/bundle.c:56 911msgid "Need a repository to create a bundle." 912msgstr "" 913 914#: builtin/bundle.c:60 915msgid "Need a repository to unbundle." 916msgstr "" 917 918#: builtin/checkout.c:113 builtin/checkout.c:146 919#, c-format 920msgid "path '%s' does not have our version" 921msgstr "" 922 923#: builtin/checkout.c:115 builtin/checkout.c:148 924#, c-format 925msgid "path '%s' does not have their version" 926msgstr "" 927 928#: builtin/checkout.c:131 929#, c-format 930msgid "path '%s' does not have all necessary versions" 931msgstr "" 932 933#: builtin/checkout.c:175 934#, c-format 935msgid "path '%s' does not have necessary versions" 936msgstr "" 937 938#: builtin/checkout.c:192 939#, c-format 940msgid "path '%s': cannot merge" 941msgstr "" 942 943#: builtin/checkout.c:209 944#, c-format 945msgid "Unable to add merge result for '%s'" 946msgstr "" 947 948#: builtin/checkout.c:212 builtin/reset.c:158 949#, c-format 950msgid "make_cache_entry failed for path '%s'" 951msgstr "" 952 953#: builtin/checkout.c:234 builtin/checkout.c:392 954msgid "corrupt index file" 955msgstr "" 956 957#: builtin/checkout.c:264 builtin/checkout.c:271 958#, c-format 959msgid "path '%s' is unmerged" 960msgstr "" 961 962#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583 963#: builtin/merge.c:811 964msgid "unable to write new index file" 965msgstr "" 966 967#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:408 968msgid "diff_setup_done failed" 969msgstr "" 970 971#: builtin/checkout.c:414 972msgid "you need to resolve your current index first" 973msgstr "" 974 975#: builtin/checkout.c:533 976#, c-format 977msgid "Can not do reflog for '%s'\n" 978msgstr "" 979 980#: builtin/checkout.c:565 981msgid "HEAD is now at" 982msgstr "" 983 984#: builtin/checkout.c:572 985#, c-format 986msgid "Reset branch '%s'\n" 987msgstr "" 988 989#: builtin/checkout.c:575 990#, c-format 991msgid "Already on '%s'\n" 992msgstr "" 993 994#: builtin/checkout.c:579 995#, c-format 996msgid "Switched to and reset branch '%s'\n" 997msgstr "" 998 999#: builtin/checkout.c:5811000#, c-format1001msgid "Switched to a new branch '%s'\n"1002msgstr ""10031004#: builtin/checkout.c:5831005#, c-format1006msgid "Switched to branch '%s'\n"1007msgstr ""10081009#: builtin/checkout.c:6391010#, c-format1011msgid " ... and %d more.\n"1012msgstr ""10131014#. The singular version1015#: builtin/checkout.c:6451016#, c-format1017msgid ""1018"Warning: you are leaving %d commit behind, not connected to\n"1019"any of your branches:\n"1020"\n"1021"%s\n"1022msgid_plural ""1023"Warning: you are leaving %d commits behind, not connected to\n"1024"any of your branches:\n"1025"\n"1026"%s\n"1027msgstr[0] ""1028msgstr[1] ""10291030#: builtin/checkout.c:6631031#, c-format1032msgid ""1033"If you want to keep them by creating a new branch, this may be a good time\n"1034"to do so with:\n"1035"\n"1036" git branch new_branch_name %s\n"1037"\n"1038msgstr ""10391040#: builtin/checkout.c:6921041msgid "internal error in revision walk"1042msgstr ""10431044#: builtin/checkout.c:6961045msgid "Previous HEAD position was"1046msgstr ""10471048#: builtin/checkout.c:7221049msgid "You are on a branch yet to be born"1050msgstr ""10511052#. case (1)1053#: builtin/checkout.c:8531054#, c-format1055msgid "invalid reference: %s"1056msgstr ""10571058#. case (1): want a tree1059#: builtin/checkout.c:8921060#, c-format1061msgid "reference is not a tree: %s"1062msgstr ""10631064#: builtin/checkout.c:9721065msgid "-B cannot be used with -b"1066msgstr ""10671068#: builtin/checkout.c:9811069msgid "--patch is incompatible with all other options"1070msgstr ""10711072#: builtin/checkout.c:9841073msgid "--detach cannot be used with -b/-B/--orphan"1074msgstr ""10751076#: builtin/checkout.c:9861077msgid "--detach cannot be used with -t"1078msgstr ""10791080#: builtin/checkout.c:9921081msgid "--track needs a branch name"1082msgstr ""10831084#: builtin/checkout.c:9991085msgid "Missing branch name; try -b"1086msgstr ""10871088#: builtin/checkout.c:10051089msgid "--orphan and -b|-B are mutually exclusive"1090msgstr ""10911092#: builtin/checkout.c:10071093msgid "--orphan cannot be used with -t"1094msgstr ""10951096#: builtin/checkout.c:10171097msgid "git checkout: -f and -m are incompatible"1098msgstr ""10991100#: builtin/checkout.c:10511101msgid "invalid path specification"1102msgstr ""11031104#: builtin/checkout.c:10591105#, c-format1106msgid ""1107"git checkout: updating paths is incompatible with switching branches.\n"1108"Did you intend to checkout '%s' which can not be resolved as commit?"1109msgstr ""11101111#: builtin/checkout.c:10611112msgid "git checkout: updating paths is incompatible with switching branches."1113msgstr ""11141115#: builtin/checkout.c:10661116msgid "git checkout: --detach does not take a path argument"1117msgstr ""11181119#: builtin/checkout.c:10691120msgid ""1121"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1122"checking out of the index."1123msgstr ""11241125#: builtin/checkout.c:10881126msgid "Cannot switch branch to a non-commit."1127msgstr ""11281129#: builtin/checkout.c:10911130msgid "--ours/--theirs is incompatible with switching branches."1131msgstr ""11321133#: builtin/clean.c:781134msgid "-x and -X cannot be used together"1135msgstr ""11361137#: builtin/clean.c:821138msgid ""1139"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1140msgstr ""11411142#: builtin/clean.c:851143msgid ""1144"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1145"clean"1146msgstr ""11471148#: builtin/clean.c:155 builtin/clean.c:1761149#, c-format1150msgid "Would remove %s\n"1151msgstr ""11521153#: builtin/clean.c:159 builtin/clean.c:1791154#, c-format1155msgid "Removing %s\n"1156msgstr ""11571158#: builtin/clean.c:162 builtin/clean.c:1821159#, c-format1160msgid "failed to remove %s"1161msgstr ""11621163#: builtin/clean.c:1661164#, c-format1165msgid "Would not remove %s\n"1166msgstr ""11671168#: builtin/clean.c:1681169#, c-format1170msgid "Not removing %s\n"1171msgstr ""11721173#: builtin/clone.c:2431174#, c-format1175msgid "reference repository '%s' is not a local directory."1176msgstr ""11771178#: builtin/clone.c:3021179#, c-format1180msgid "failed to open '%s'"1181msgstr ""11821183#: builtin/clone.c:3061184#, c-format1185msgid "failed to create directory '%s'"1186msgstr ""11871188#: builtin/clone.c:308 builtin/diff.c:751189#, c-format1190msgid "failed to stat '%s'"1191msgstr ""11921193#: builtin/clone.c:3101194#, c-format1195msgid "%s exists and is not a directory"1196msgstr ""11971198#: builtin/clone.c:3241199#, c-format1200msgid "failed to stat %s\n"1201msgstr ""12021203#: builtin/clone.c:3411204#, c-format1205msgid "failed to unlink '%s'"1206msgstr ""12071208#: builtin/clone.c:3461209#, c-format1210msgid "failed to create link '%s'"1211msgstr ""12121213#: builtin/clone.c:3501214#, c-format1215msgid "failed to copy file to '%s'"1216msgstr ""12171218#: builtin/clone.c:3731219#, c-format1220msgid "done.\n"1221msgstr ""12221223#: builtin/clone.c:4401224#, c-format1225msgid "Could not find remote branch %s to clone."1226msgstr ""12271228#: builtin/clone.c:5491229msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1230msgstr ""12311232#: builtin/clone.c:6391233msgid "Too many arguments."1234msgstr ""12351236#: builtin/clone.c:6431237msgid "You must specify a repository to clone."1238msgstr ""12391240#: builtin/clone.c:6541241#, c-format1242msgid "--bare and --origin %s options are incompatible."1243msgstr ""12441245#: builtin/clone.c:6681246#, c-format1247msgid "repository '%s' does not exist"1248msgstr ""12491250#: builtin/clone.c:6731251msgid "--depth is ignored in local clones; use file:// instead."1252msgstr ""12531254#: builtin/clone.c:6831255#, c-format1256msgid "destination path '%s' already exists and is not an empty directory."1257msgstr ""12581259#: builtin/clone.c:6931260#, c-format1261msgid "working tree '%s' already exists."1262msgstr ""12631264#: builtin/clone.c:706 builtin/clone.c:7201265#, c-format1266msgid "could not create leading directories of '%s'"1267msgstr ""12681269#: builtin/clone.c:7091270#, c-format1271msgid "could not create work tree dir '%s'."1272msgstr ""12731274#: builtin/clone.c:7281275#, c-format1276msgid "Cloning into bare repository '%s'...\n"1277msgstr ""12781279#: builtin/clone.c:7301280#, c-format1281msgid "Cloning into '%s'...\n"1282msgstr ""12831284#: builtin/clone.c:7861285#, c-format1286msgid "Don't know how to clone %s"1287msgstr ""12881289#: builtin/clone.c:8351290#, c-format1291msgid "Remote branch %s not found in upstream %s"1292msgstr ""12931294#: builtin/clone.c:8421295msgid "You appear to have cloned an empty repository."1296msgstr ""12971298#: builtin/commit.c:421299msgid ""1300"Your name and email address were configured automatically based\n"1301"on your username and hostname. Please check that they are accurate.\n"1302"You can suppress this message by setting them explicitly:\n"1303"\n"1304" git config --global user.name \"Your Name\"\n"1305" git config --global user.email you@example.com\n"1306"\n"1307"After doing this, you may fix the identity used for this commit with:\n"1308"\n"1309" git commit --amend --reset-author\n"1310msgstr ""13111312#: builtin/commit.c:541313msgid ""1314"You asked to amend the most recent commit, but doing so would make\n"1315"it empty. You can repeat your command with --allow-empty, or you can\n"1316"remove the commit entirely with \"git reset HEAD^\".\n"1317msgstr ""13181319#: builtin/commit.c:591320msgid ""1321"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1322"If you wish to commit it anyway, use:\n"1323"\n"1324" git commit --allow-empty\n"1325"\n"1326"Otherwise, please use 'git reset'\n"1327msgstr ""13281329#: builtin/commit.c:205 builtin/reset.c:331330msgid "merge"1331msgstr ""13321333#: builtin/commit.c:2081334msgid "cherry-pick"1335msgstr ""13361337#: builtin/commit.c:3251338msgid "failed to unpack HEAD tree object"1339msgstr ""13401341#: builtin/commit.c:3671342msgid "unable to create temporary index"1343msgstr ""13441345#: builtin/commit.c:3731346msgid "interactive add failed"1347msgstr ""13481349#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:4731350msgid "unable to write new_index file"1351msgstr ""13521353#: builtin/commit.c:4571354#, c-format1355msgid "cannot do a partial commit during a %s."1356msgstr ""13571358#: builtin/commit.c:4661359msgid "cannot read the index"1360msgstr ""13611362#: builtin/commit.c:4861363msgid "unable to write temporary index file"1364msgstr ""13651366#: builtin/commit.c:550 builtin/commit.c:5561367#, c-format1368msgid "invalid commit: %s"1369msgstr ""13701371#: builtin/commit.c:5791372msgid "malformed --author parameter"1373msgstr ""13741375#: builtin/commit.c:6351376#, c-format1377msgid "Malformed ident string: '%s'"1378msgstr ""13791380#: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:10001381#, c-format1382msgid "could not lookup commit %s"1383msgstr ""13841385#: builtin/commit.c:682 builtin/shortlog.c:2961386#, c-format1387msgid "(reading log message from standard input)\n"1388msgstr ""13891390#: builtin/commit.c:6841391msgid "could not read log from standard input"1392msgstr ""13931394#: builtin/commit.c:6881395#, c-format1396msgid "could not read log file '%s'"1397msgstr ""13981399#: builtin/commit.c:6941400msgid "commit has empty message"1401msgstr ""14021403#: builtin/commit.c:7101404msgid "could not read MERGE_MSG"1405msgstr ""14061407#: builtin/commit.c:7141408msgid "could not read SQUASH_MSG"1409msgstr ""14101411#: builtin/commit.c:7181412#, c-format1413msgid "could not read '%s'"1414msgstr ""14151416#: builtin/commit.c:7461417#, c-format1418msgid "could not open '%s'"1419msgstr ""14201421#: builtin/commit.c:7701422msgid "could not write commit template"1423msgstr ""14241425#: builtin/commit.c:7831426#, c-format1427msgid ""1428"\n"1429"It looks like you may be committing a %s.\n"1430"If this is not correct, please remove the file\n"1431"\t%s\n"1432"and try again.\n"1433msgstr ""14341435#: builtin/commit.c:7961436msgid "Please enter the commit message for your changes."1437msgstr ""14381439#: builtin/commit.c:7991440msgid ""1441" Lines starting\n"1442"with '#' will be ignored, and an empty message aborts the commit.\n"1443msgstr ""14441445#: builtin/commit.c:8041446msgid ""1447" Lines starting\n"1448"with '#' will be kept; you may remove them yourself if you want to.\n"1449"An empty message aborts the commit.\n"1450msgstr ""14511452#: builtin/commit.c:8161453#, c-format1454msgid "%sAuthor: %s"1455msgstr ""14561457#: builtin/commit.c:8231458#, c-format1459msgid "%sCommitter: %s"1460msgstr ""14611462#: builtin/commit.c:8431463msgid "Cannot read index"1464msgstr ""14651466#: builtin/commit.c:8801467msgid "Error building trees"1468msgstr ""14691470#: builtin/commit.c:895 builtin/tag.c:3571471#, c-format1472msgid "Please supply the message using either -m or -F option.\n"1473msgstr ""14741475#: builtin/commit.c:9751476#, c-format1477msgid "No existing author found with '%s'"1478msgstr ""14791480#: builtin/commit.c:990 builtin/commit.c:11821481#, c-format1482msgid "Invalid untracked files mode '%s'"1483msgstr ""14841485#: builtin/commit.c:10301486msgid "Using both --reset-author and --author does not make sense"1487msgstr ""14881489#: builtin/commit.c:10411490msgid "You have nothing to amend."1491msgstr ""14921493#: builtin/commit.c:10431494#, c-format1495msgid "You are in the middle of a %s -- cannot amend."1496msgstr ""14971498#: builtin/commit.c:10451499msgid "Options --squash and --fixup cannot be used together"1500msgstr ""15011502#: builtin/commit.c:10551503msgid "Only one of -c/-C/-F/--fixup can be used."1504msgstr ""15051506#: builtin/commit.c:10571507msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1508msgstr ""15091510#: builtin/commit.c:10631511msgid "--reset-author can be used only with -C, -c or --amend."1512msgstr ""15131514#: builtin/commit.c:10801515msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1516msgstr ""15171518#: builtin/commit.c:10821519msgid "No paths with --include/--only does not make sense."1520msgstr ""15211522#: builtin/commit.c:10841523msgid "Clever... amending the last one with dirty index."1524msgstr ""15251526#: builtin/commit.c:10861527msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1528msgstr ""15291530#: builtin/commit.c:1096 builtin/tag.c:5561531#, c-format1532msgid "Invalid cleanup mode %s"1533msgstr ""15341535#: builtin/commit.c:11011536msgid "Paths with -a does not make sense."1537msgstr ""15381539#: builtin/commit.c:12801540msgid "couldn't look up newly created commit"1541msgstr ""15421543#: builtin/commit.c:12821544msgid "could not parse newly created commit"1545msgstr ""15461547#: builtin/commit.c:13231548msgid "detached HEAD"1549msgstr ""15501551#: builtin/commit.c:13251552msgid " (root-commit)"1553msgstr ""15541555#: builtin/commit.c:14151556msgid "could not parse HEAD commit"1557msgstr ""15581559#: builtin/commit.c:1452 builtin/merge.c:5091560#, c-format1561msgid "could not open '%s' for reading"1562msgstr ""15631564#: builtin/commit.c:14591565#, c-format1566msgid "Corrupt MERGE_HEAD file (%s)"1567msgstr ""15681569#: builtin/commit.c:14661570msgid "could not read MERGE_MODE"1571msgstr ""15721573#: builtin/commit.c:14851574#, c-format1575msgid "could not read commit message: %s"1576msgstr ""15771578#: builtin/commit.c:14991579#, c-format1580msgid "Aborting commit due to empty commit message.\n"1581msgstr ""15821583#: builtin/commit.c:1514 builtin/merge.c:935 builtin/merge.c:9681584msgid "failed to write commit object"1585msgstr ""15861587#: builtin/commit.c:15351588msgid "cannot lock HEAD ref"1589msgstr ""15901591#: builtin/commit.c:15391592msgid "cannot update HEAD ref"1593msgstr ""15941595#: builtin/commit.c:15501596msgid ""1597"Repository has been updated, but unable to write\n"1598"new_index file. Check that disk is not full or quota is\n"1599"not exceeded, and then \"git reset HEAD\" to recover."1600msgstr ""16011602#: builtin/describe.c:2341603#, c-format1604msgid "annotated tag %s not available"1605msgstr ""16061607#: builtin/describe.c:2381608#, c-format1609msgid "annotated tag %s has no embedded name"1610msgstr ""16111612#: builtin/describe.c:2401613#, c-format1614msgid "tag '%s' is really '%s' here"1615msgstr ""16161617#: builtin/describe.c:2671618#, c-format1619msgid "Not a valid object name %s"1620msgstr ""16211622#: builtin/describe.c:2701623#, c-format1624msgid "%s is not a valid '%s' object"1625msgstr ""16261627#: builtin/describe.c:2871628#, c-format1629msgid "no tag exactly matches '%s'"1630msgstr ""16311632#: builtin/describe.c:2891633#, c-format1634msgid "searching to describe %s\n"1635msgstr ""16361637#: builtin/describe.c:3291638#, c-format1639msgid "finished search at %s\n"1640msgstr ""16411642#: builtin/describe.c:3531643#, c-format1644msgid ""1645"No annotated tags can describe '%s'.\n"1646"However, there were unannotated tags: try --tags."1647msgstr ""16481649#: builtin/describe.c:3571650#, c-format1651msgid ""1652"No tags can describe '%s'.\n"1653"Try --always, or create some tags."1654msgstr ""16551656#: builtin/describe.c:3781657#, c-format1658msgid "traversed %lu commits\n"1659msgstr ""16601661#: builtin/describe.c:3811662#, c-format1663msgid ""1664"more than %i tags found; listed %i most recent\n"1665"gave up search at %s\n"1666msgstr ""16671668#: builtin/describe.c:4361669msgid "--long is incompatible with --abbrev=0"1670msgstr ""16711672#: builtin/describe.c:4621673msgid "No names found, cannot describe anything."1674msgstr ""16751676#: builtin/describe.c:4821677msgid "--dirty is incompatible with commit-ishes"1678msgstr ""16791680#: builtin/diff.c:771681#, c-format1682msgid "'%s': not a regular file or symlink"1683msgstr ""16841685#: builtin/diff.c:2201686#, c-format1687msgid "invalid option: %s"1688msgstr ""16891690#: builtin/diff.c:2971691msgid "Not a git repository"1692msgstr ""16931694#: builtin/diff.c:3471695#, c-format1696msgid "invalid object '%s' given."1697msgstr ""16981699#: builtin/diff.c:3521700#, c-format1701msgid "more than %d trees given: '%s'"1702msgstr ""17031704#: builtin/diff.c:3621705#, c-format1706msgid "more than two blobs given: '%s'"1707msgstr ""17081709#: builtin/diff.c:3701710#, c-format1711msgid "unhandled object '%s' given."1712msgstr ""17131714#: builtin/fetch.c:2001715msgid "Couldn't find remote ref HEAD"1716msgstr ""17171718#: builtin/fetch.c:2521719#, c-format1720msgid "object %s not found"1721msgstr ""17221723#: builtin/fetch.c:2581724msgid "[up to date]"1725msgstr ""17261727#: builtin/fetch.c:2721728#, c-format1729msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1730msgstr ""17311732#: builtin/fetch.c:273 builtin/fetch.c:3511733msgid "[rejected]"1734msgstr ""17351736#: builtin/fetch.c:2841737msgid "[tag update]"1738msgstr ""17391740#: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:3311741msgid " (unable to update local ref)"1742msgstr ""17431744#: builtin/fetch.c:2981745msgid "[new tag]"1746msgstr ""17471748#: builtin/fetch.c:3021749msgid "[new branch]"1750msgstr ""17511752#: builtin/fetch.c:3471753msgid "unable to update local ref"1754msgstr ""17551756#: builtin/fetch.c:3471757msgid "forced update"1758msgstr ""17591760#: builtin/fetch.c:3531761msgid "(non-fast-forward)"1762msgstr ""17631764#: builtin/fetch.c:384 builtin/fetch.c:6761765#, c-format1766msgid "cannot open %s: %s\n"1767msgstr ""17681769#: builtin/fetch.c:3931770#, c-format1771msgid "%s did not send all necessary objects\n"1772msgstr ""17731774#: builtin/fetch.c:4791775#, c-format1776msgid "From %.*s\n"1777msgstr ""17781779#: builtin/fetch.c:4901780#, c-format1781msgid ""1782"some local refs could not be updated; try running\n"1783" 'git remote prune %s' to remove any old, conflicting branches"1784msgstr ""17851786#: builtin/fetch.c:5401787#, c-format1788msgid " (%s will become dangling)\n"1789msgstr ""17901791#: builtin/fetch.c:5411792#, c-format1793msgid " (%s has become dangling)\n"1794msgstr ""17951796#: builtin/fetch.c:5481797msgid "[deleted]"1798msgstr ""17991800#: builtin/fetch.c:5491801msgid "(none)"1802msgstr ""18031804#: builtin/fetch.c:6661805#, c-format1806msgid "Refusing to fetch into current branch %s of non-bare repository"1807msgstr ""18081809#: builtin/fetch.c:7001810#, c-format1811msgid "Don't know how to fetch from %s"1812msgstr ""18131814#: builtin/fetch.c:7771815#, c-format1816msgid "Option \"%s\" value \"%s\" is not valid for %s"1817msgstr ""18181819#: builtin/fetch.c:7801820#, c-format1821msgid "Option \"%s\" is ignored for %s\n"1822msgstr ""18231824#: builtin/fetch.c:8791825#, c-format1826msgid "Fetching %s\n"1827msgstr ""18281829#: builtin/fetch.c:8811830#, c-format1831msgid "Could not fetch %s"1832msgstr ""18331834#: builtin/fetch.c:8981835msgid ""1836"No remote repository specified. Please, specify either a URL or a\n"1837"remote name from which new revisions should be fetched."1838msgstr ""18391840#: builtin/fetch.c:9181841msgid "You need to specify a tag name."1842msgstr ""18431844#: builtin/fetch.c:9701845msgid "fetch --all does not take a repository argument"1846msgstr ""18471848#: builtin/fetch.c:9721849msgid "fetch --all does not make sense with refspecs"1850msgstr ""18511852#: builtin/fetch.c:9831853#, c-format1854msgid "No such remote or remote group: %s"1855msgstr ""18561857#: builtin/fetch.c:9911858msgid "Fetching a group and specifying refspecs does not make sense"1859msgstr ""18601861#: builtin/gc.c:631862#, c-format1863msgid "Invalid %s: '%s'"1864msgstr ""18651866#: builtin/gc.c:781867msgid "Too many options specified"1868msgstr ""18691870#: builtin/gc.c:1031871#, c-format1872msgid "insanely long object directory %.*s"1873msgstr ""18741875#: builtin/gc.c:2231876#, c-format1877msgid "Auto packing the repository for optimum performance.\n"1878msgstr ""18791880#: builtin/gc.c:2261881#, c-format1882msgid ""1883"Auto packing the repository for optimum performance. You may also\n"1884"run \"git gc\" manually. See \"git help gc\" for more information.\n"1885msgstr ""18861887#: builtin/gc.c:2561888msgid ""1889"There are too many unreachable loose objects; run 'git prune' to remove them."1890msgstr ""18911892#: builtin/grep.c:2161893#, c-format1894msgid "grep: failed to create thread: %s"1895msgstr ""18961897#: builtin/grep.c:4021898#, c-format1899msgid "Failed to chdir: %s"1900msgstr ""19011902#: builtin/grep.c:478 builtin/grep.c:5121903#, c-format1904msgid "unable to read tree (%s)"1905msgstr ""19061907#: builtin/grep.c:5261908#, c-format1909msgid "unable to grep from object of type %s"1910msgstr ""19111912#: builtin/grep.c:5841913#, c-format1914msgid "switch `%c' expects a numerical value"1915msgstr ""19161917#: builtin/grep.c:6011918#, c-format1919msgid "cannot open '%s'"1920msgstr ""19211922#: builtin/grep.c:8881923msgid "no pattern given."1924msgstr ""19251926#: builtin/grep.c:9021927#, c-format1928msgid "bad object %s"1929msgstr ""19301931#: builtin/grep.c:9431932msgid "--open-files-in-pager only works on the worktree"1933msgstr ""19341935#: builtin/grep.c:9661936msgid "--cached or --untracked cannot be used with --no-index."1937msgstr ""19381939#: builtin/grep.c:9711940msgid "--no-index or --untracked cannot be used with revs."1941msgstr ""19421943#: builtin/grep.c:9741944msgid "--[no-]exclude-standard cannot be used for tracked contents."1945msgstr ""19461947#: builtin/grep.c:9821948msgid "both --cached and trees are given."1949msgstr ""19501951#: builtin/init-db.c:351952#, c-format1953msgid "Could not make %s writable by group"1954msgstr ""19551956#: builtin/init-db.c:621957#, c-format1958msgid "insanely long template name %s"1959msgstr ""19601961#: builtin/init-db.c:671962#, c-format1963msgid "cannot stat '%s'"1964msgstr ""19651966#: builtin/init-db.c:731967#, c-format1968msgid "cannot stat template '%s'"1969msgstr ""19701971#: builtin/init-db.c:801972#, c-format1973msgid "cannot opendir '%s'"1974msgstr ""19751976#: builtin/init-db.c:971977#, c-format1978msgid "cannot readlink '%s'"1979msgstr ""19801981#: builtin/init-db.c:991982#, c-format1983msgid "insanely long symlink %s"1984msgstr ""19851986#: builtin/init-db.c:1021987#, c-format1988msgid "cannot symlink '%s' '%s'"1989msgstr ""19901991#: builtin/init-db.c:1061992#, c-format1993msgid "cannot copy '%s' to '%s'"1994msgstr ""19951996#: builtin/init-db.c:1101997#, c-format1998msgid "ignoring template %s"1999msgstr ""20002001#: builtin/init-db.c:1332002#, c-format2003msgid "insanely long template path %s"2004msgstr ""20052006#: builtin/init-db.c:1412007#, c-format2008msgid "templates not found %s"2009msgstr ""20102011#: builtin/init-db.c:1542012#, c-format2013msgid "not copying templates of a wrong format version %d from '%s'"2014msgstr ""20152016#: builtin/init-db.c:1922017#, c-format2018msgid "insane git directory %s"2019msgstr ""20202021#: builtin/init-db.c:322 builtin/init-db.c:3252022#, c-format2023msgid "%s already exists"2024msgstr ""20252026#: builtin/init-db.c:3542027#, c-format2028msgid "unable to handle file type %d"2029msgstr ""20302031#: builtin/init-db.c:3572032#, c-format2033msgid "unable to move %s to %s"2034msgstr ""20352036#: builtin/init-db.c:3622037#, c-format2038msgid "Could not create git link %s"2039msgstr ""20402041#.2042#. * TRANSLATORS: The first '%s' is either "Reinitialized2043#. * existing" or "Initialized empty", the second " shared" or2044#. * "", and the last '%s%s' is the verbatim directory name.2045#.2046#: builtin/init-db.c:4192047#, c-format2048msgid "%s%s Git repository in %s%s\n"2049msgstr ""20502051#: builtin/init-db.c:4202052msgid "Reinitialized existing"2053msgstr ""20542055#: builtin/init-db.c:4202056msgid "Initialized empty"2057msgstr ""20582059#: builtin/init-db.c:4212060msgid " shared"2061msgstr ""20622063#: builtin/init-db.c:4402064msgid "cannot tell cwd"2065msgstr ""20662067#: builtin/init-db.c:521 builtin/init-db.c:5282068#, c-format2069msgid "cannot mkdir %s"2070msgstr ""20712072#: builtin/init-db.c:5322073#, c-format2074msgid "cannot chdir to %s"2075msgstr ""20762077#: builtin/init-db.c:5542078#, c-format2079msgid ""2080"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"2081"dir=<directory>)"2082msgstr ""20832084#: builtin/init-db.c:5782085msgid "Cannot access current working directory"2086msgstr ""20872088#: builtin/init-db.c:5852089#, c-format2090msgid "Cannot access work tree '%s'"2091msgstr ""20922093#: builtin/log.c:1872094#, c-format2095msgid "Final output: %d %s\n"2096msgstr ""20972098#: builtin/log.c:395 builtin/log.c:4832099#, c-format2100msgid "Could not read object %s"2101msgstr ""21022103#: builtin/log.c:5072104#, c-format2105msgid "Unknown type: %d"2106msgstr ""21072108#: builtin/log.c:5962109msgid "format.headers without value"2110msgstr ""21112112#: builtin/log.c:6692113msgid "name of output directory is too long"2114msgstr ""21152116#: builtin/log.c:6802117#, c-format2118msgid "Cannot open patch file %s"2119msgstr ""21202121#: builtin/log.c:6942122msgid "Need exactly one range."2123msgstr ""21242125#: builtin/log.c:7022126msgid "Not a range."2127msgstr ""21282129#: builtin/log.c:7392130msgid "Could not extract email from committer identity."2131msgstr ""21322133#: builtin/log.c:7852134msgid "Cover letter needs email format"2135msgstr ""21362137#: builtin/log.c:8792138#, c-format2139msgid "insane in-reply-to: %s"2140msgstr ""21412142#: builtin/log.c:9522143msgid "Two output directories?"2144msgstr ""21452146#: builtin/log.c:11732147#, c-format2148msgid "bogus committer info %s"2149msgstr ""21502151#: builtin/log.c:12182152msgid "-n and -k are mutually exclusive."2153msgstr ""21542155#: builtin/log.c:12202156msgid "--subject-prefix and -k are mutually exclusive."2157msgstr ""21582159#: builtin/log.c:1225 builtin/shortlog.c:2842160#, c-format2161msgid "unrecognized argument: %s"2162msgstr ""21632164#: builtin/log.c:12282165msgid "--name-only does not make sense"2166msgstr ""21672168#: builtin/log.c:12302169msgid "--name-status does not make sense"2170msgstr ""21712172#: builtin/log.c:12322173msgid "--check does not make sense"2174msgstr ""21752176#: builtin/log.c:12552177msgid "standard output, or directory, which one?"2178msgstr ""21792180#: builtin/log.c:12572181#, c-format2182msgid "Could not create directory '%s'"2183msgstr ""21842185#: builtin/log.c:14102186msgid "Failed to create output files"2187msgstr ""21882189#: builtin/log.c:15142190#, c-format2191msgid ""2192"Could not find a tracked remote branch, please specify <upstream> manually.\n"2193msgstr ""21942195#: builtin/log.c:1530 builtin/log.c:1532 builtin/log.c:15442196#, c-format2197msgid "Unknown commit %s"2198msgstr ""21992200#: builtin/merge.c:912201msgid "switch `m' requires a value"2202msgstr ""22032204#: builtin/merge.c:1282205#, c-format2206msgid "Could not find merge strategy '%s'.\n"2207msgstr ""22082209#: builtin/merge.c:1292210#, c-format2211msgid "Available strategies are:"2212msgstr ""22132214#: builtin/merge.c:1342215#, c-format2216msgid "Available custom strategies are:"2217msgstr ""22182219#: builtin/merge.c:2412220msgid "could not run stash."2221msgstr ""22222223#: builtin/merge.c:2462224msgid "stash failed"2225msgstr ""22262227#: builtin/merge.c:2512228#, c-format2229msgid "not a valid object: %s"2230msgstr ""22312232#: builtin/merge.c:270 builtin/merge.c:2872233msgid "read-tree failed"2234msgstr ""22352236#: builtin/merge.c:3172237msgid " (nothing to squash)"2238msgstr ""22392240#: builtin/merge.c:3302241#, c-format2242msgid "Squash commit -- not updating HEAD\n"2243msgstr ""22442245#: builtin/merge.c:3622246msgid "Writing SQUASH_MSG"2247msgstr ""22482249#: builtin/merge.c:3642250msgid "Finishing SQUASH_MSG"2251msgstr ""22522253#: builtin/merge.c:3862254#, c-format2255msgid "No merge message -- not updating HEAD\n"2256msgstr ""22572258#: builtin/merge.c:4372259#, c-format2260msgid "'%s' does not point to a commit"2261msgstr ""22622263#: builtin/merge.c:5362264#, c-format2265msgid "Bad branch.%s.mergeoptions string: %s"2266msgstr ""22672268#: builtin/merge.c:6292269msgid "git write-tree failed to write a tree"2270msgstr ""22712272#: builtin/merge.c:6792273msgid "failed to read the cache"2274msgstr ""22752276#: builtin/merge.c:6962277msgid "Unable to write index."2278msgstr ""22792280#: builtin/merge.c:7092281msgid "Not handling anything other than two heads merge."2282msgstr ""22832284#: builtin/merge.c:7232285#, c-format2286msgid "Unknown option for merge-recursive: -X%s"2287msgstr ""22882289#: builtin/merge.c:7372290#, c-format2291msgid "unable to write %s"2292msgstr ""22932294#: builtin/merge.c:8762295#, c-format2296msgid "Could not read from '%s'"2297msgstr ""22982299#: builtin/merge.c:8852300#, c-format2301msgid "Not committing merge; use 'git commit' to complete the merge.\n"2302msgstr ""23032304#: builtin/merge.c:8912305msgid ""2306"Please enter a commit message to explain why this merge is necessary,\n"2307"especially if it merges an updated upstream into a topic branch.\n"2308"\n"2309"Lines starting with '#' will be ignored, and an empty message aborts\n"2310"the commit.\n"2311msgstr ""23122313#: builtin/merge.c:9152314msgid "Empty commit message."2315msgstr ""23162317#: builtin/merge.c:9272318#, c-format2319msgid "Wonderful.\n"2320msgstr ""23212322#: builtin/merge.c:10002323#, c-format2324msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2325msgstr ""23262327#: builtin/merge.c:10162328#, c-format2329msgid "'%s' is not a commit"2330msgstr ""23312332#: builtin/merge.c:10572333msgid "No current branch."2334msgstr ""23352336#: builtin/merge.c:10592337msgid "No remote for the current branch."2338msgstr ""23392340#: builtin/merge.c:10612341msgid "No default upstream defined for the current branch."2342msgstr ""23432344#: builtin/merge.c:10662345#, c-format2346msgid "No remote tracking branch for %s from %s"2347msgstr ""23482349#: builtin/merge.c:11882350msgid "There is no merge to abort (MERGE_HEAD missing)."2351msgstr ""23522353#: builtin/merge.c:1204 git-pull.sh:312354msgid ""2355"You have not concluded your merge (MERGE_HEAD exists).\n"2356"Please, commit your changes before you can merge."2357msgstr ""23582359#: builtin/merge.c:1207 git-pull.sh:342360msgid "You have not concluded your merge (MERGE_HEAD exists)."2361msgstr ""23622363#: builtin/merge.c:12112364msgid ""2365"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2366"Please, commit your changes before you can merge."2367msgstr ""23682369#: builtin/merge.c:12142370msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2371msgstr ""23722373#: builtin/merge.c:12232374msgid "You cannot combine --squash with --no-ff."2375msgstr ""23762377#: builtin/merge.c:12282378msgid "You cannot combine --no-ff with --ff-only."2379msgstr ""23802381#: builtin/merge.c:12352382msgid "No commit specified and merge.defaultToUpstream not set."2383msgstr ""23842385#: builtin/merge.c:12662386msgid "Can merge only exactly one commit into empty head"2387msgstr ""23882389#: builtin/merge.c:12692390msgid "Squash commit into empty head not supported yet"2391msgstr ""23922393#: builtin/merge.c:12712394msgid "Non-fast-forward commit does not make sense into an empty head"2395msgstr ""23962397#: builtin/merge.c:1275 builtin/merge.c:13192398#, c-format2399msgid "%s - not something we can merge"2400msgstr ""24012402#: builtin/merge.c:13852403#, c-format2404msgid "Updating %s..%s\n"2405msgstr ""24062407#: builtin/merge.c:14232408#, c-format2409msgid "Trying really trivial in-index merge...\n"2410msgstr ""24112412#: builtin/merge.c:14302413#, c-format2414msgid "Nope.\n"2415msgstr ""24162417#: builtin/merge.c:14622418msgid "Not possible to fast-forward, aborting."2419msgstr ""24202421#: builtin/merge.c:1485 builtin/merge.c:15622422#, c-format2423msgid "Rewinding the tree to pristine...\n"2424msgstr ""24252426#: builtin/merge.c:14892427#, c-format2428msgid "Trying merge strategy %s...\n"2429msgstr ""24302431#: builtin/merge.c:15532432#, c-format2433msgid "No merge strategy handled the merge.\n"2434msgstr ""24352436#: builtin/merge.c:15552437#, c-format2438msgid "Merge with strategy %s failed.\n"2439msgstr ""24402441#: builtin/merge.c:15642442#, c-format2443msgid "Using the %s to prepare resolving by hand.\n"2444msgstr ""24452446#: builtin/merge.c:15752447#, c-format2448msgid "Automatic merge went well; stopped before committing as requested\n"2449msgstr ""24502451#: builtin/mv.c:1082452#, c-format2453msgid "Checking rename of '%s' to '%s'\n"2454msgstr ""24552456#: builtin/mv.c:1122457msgid "bad source"2458msgstr ""24592460#: builtin/mv.c:1152461msgid "can not move directory into itself"2462msgstr ""24632464#: builtin/mv.c:1182465msgid "cannot move directory over file"2466msgstr ""24672468#: builtin/mv.c:1282469#, c-format2470msgid "Huh? %.*s is in index?"2471msgstr ""24722473#: builtin/mv.c:1402474msgid "source directory is empty"2475msgstr ""24762477#: builtin/mv.c:1712478msgid "not under version control"2479msgstr ""24802481#: builtin/mv.c:1732482msgid "destination exists"2483msgstr ""24842485#: builtin/mv.c:1812486#, c-format2487msgid "overwriting '%s'"2488msgstr ""24892490#: builtin/mv.c:1842491msgid "Cannot overwrite"2492msgstr ""24932494#: builtin/mv.c:1872495msgid "multiple sources for the same target"2496msgstr ""24972498#: builtin/mv.c:2022499#, c-format2500msgid "%s, source=%s, destination=%s"2501msgstr ""25022503#: builtin/mv.c:2122504#, c-format2505msgid "Renaming %s to %s\n"2506msgstr ""25072508#: builtin/mv.c:2152509#, c-format2510msgid "renaming '%s' failed"2511msgstr ""25122513#: builtin/notes.c:1392514#, c-format2515msgid "unable to start 'show' for object '%s'"2516msgstr ""25172518#: builtin/notes.c:1452519msgid "can't fdopen 'show' output fd"2520msgstr ""25212522#: builtin/notes.c:1552523#, c-format2524msgid "failed to close pipe to 'show' for object '%s'"2525msgstr ""25262527#: builtin/notes.c:1582528#, c-format2529msgid "failed to finish 'show' for object '%s'"2530msgstr ""25312532#: builtin/notes.c:175 builtin/tag.c:3432533#, c-format2534msgid "could not create file '%s'"2535msgstr ""25362537#: builtin/notes.c:1892538msgid "Please supply the note contents using either -m or -F option"2539msgstr ""25402541#: builtin/notes.c:210 builtin/notes.c:9732542#, c-format2543msgid "Removing note for object %s\n"2544msgstr ""25452546#: builtin/notes.c:2152547msgid "unable to write note object"2548msgstr ""25492550#: builtin/notes.c:2172551#, c-format2552msgid "The note contents has been left in %s"2553msgstr ""25542555#: builtin/notes.c:251 builtin/tag.c:5212556#, c-format2557msgid "cannot read '%s'"2558msgstr ""25592560#: builtin/notes.c:253 builtin/tag.c:5242561#, c-format2562msgid "could not open or read '%s'"2563msgstr ""25642565#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4472566#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6442567#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7662568#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5372569#, c-format2570msgid "Failed to resolve '%s' as a valid ref."2571msgstr ""25722573#: builtin/notes.c:2752574#, c-format2575msgid "Failed to read object '%s'."2576msgstr ""25772578#: builtin/notes.c:2992579msgid "Cannot commit uninitialized/unreferenced notes tree"2580msgstr ""25812582#: builtin/notes.c:3402583#, c-format2584msgid "Bad notes.rewriteMode value: '%s'"2585msgstr ""25862587#: builtin/notes.c:3502588#, c-format2589msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2590msgstr ""25912592#. TRANSLATORS: The first %s is the name of the2593#. environment variable, the second %s is its value2594#: builtin/notes.c:3772595#, c-format2596msgid "Bad %s value: '%s'"2597msgstr ""25982599#: builtin/notes.c:4412600#, c-format2601msgid "Malformed input line: '%s'."2602msgstr ""26032604#: builtin/notes.c:4562605#, c-format2606msgid "Failed to copy notes from '%s' to '%s'"2607msgstr ""26082609#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6272610#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7592611#: builtin/notes.c:10332612msgid "too many parameters"2613msgstr ""26142615#: builtin/notes.c:513 builtin/notes.c:7722616#, c-format2617msgid "No note found for object %s."2618msgstr ""26192620#: builtin/notes.c:5802621#, c-format2622msgid ""2623"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "2624"existing notes"2625msgstr ""26262627#: builtin/notes.c:585 builtin/notes.c:6622628#, c-format2629msgid "Overwriting existing notes for object %s\n"2630msgstr ""26312632#: builtin/notes.c:6352633msgid "too few parameters"2634msgstr ""26352636#: builtin/notes.c:6562637#, c-format2638msgid ""2639"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "2640"existing notes"2641msgstr ""26422643#: builtin/notes.c:6682644#, c-format2645msgid "Missing notes on source object %s. Cannot copy."2646msgstr ""26472648#: builtin/notes.c:7172649#, c-format2650msgid ""2651"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2652"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2653msgstr ""26542655#: builtin/notes.c:9712656#, c-format2657msgid "Object %s has no note\n"2658msgstr ""26592660#: builtin/notes.c:11032661#, c-format2662msgid "Unknown subcommand: %s"2663msgstr ""26642665#: builtin/pack-objects.c:23102666#, c-format2667msgid "unsupported index version %s"2668msgstr ""26692670#: builtin/pack-objects.c:23142671#, c-format2672msgid "bad index version '%s'"2673msgstr ""26742675#: builtin/pack-objects.c:23222676#, c-format2677msgid "option %s does not accept negative form"2678msgstr ""26792680#: builtin/pack-objects.c:23262681#, c-format2682msgid "unable to parse value '%s' for option %s"2683msgstr ""26842685#: builtin/push.c:442686msgid "tag shorthand without <tag>"2687msgstr ""26882689#: builtin/push.c:632690msgid "--delete only accepts plain target ref names"2691msgstr ""26922693#: builtin/push.c:732694#, c-format2695msgid ""2696"You are not currently on a branch.\n"2697"To push the history leading to the current (detached HEAD)\n"2698"state now, use\n"2699"\n"2700" git push %s HEAD:<name-of-remote-branch>\n"2701msgstr ""27022703#: builtin/push.c:802704#, c-format2705msgid ""2706"The current branch %s has no upstream branch.\n"2707"To push the current branch and set the remote as upstream, use\n"2708"\n"2709" git push --set-upstream %s %s\n"2710msgstr ""27112712#: builtin/push.c:882713#, c-format2714msgid "The current branch %s has multiple upstream branches, refusing to push."2715msgstr ""27162717#: builtin/push.c:1112718msgid ""2719"You didn't specify any refspecs to push, and push.default is \"nothing\"."2720msgstr ""27212722#: builtin/push.c:1312723#, c-format2724msgid "Pushing to %s\n"2725msgstr ""27262727#: builtin/push.c:1352728#, c-format2729msgid "failed to push some refs to '%s'"2730msgstr ""27312732#: builtin/push.c:1432733#, c-format2734msgid ""2735"To prevent you from losing history, non-fast-forward updates were rejected\n"2736"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"2737"'Note about fast-forwards' section of 'git push --help' for details.\n"2738msgstr ""27392740#: builtin/push.c:1602741#, c-format2742msgid "bad repository '%s'"2743msgstr ""27442745#: builtin/push.c:1612746msgid ""2747"No configured push destination.\n"2748"Either specify the URL from the command-line or configure a remote "2749"repository using\n"2750"\n"2751" git remote add <name> <url>\n"2752"\n"2753"and then push using the remote name\n"2754"\n"2755" git push <name>\n"2756msgstr ""27572758#: builtin/push.c:1762759msgid "--all and --tags are incompatible"2760msgstr ""27612762#: builtin/push.c:1772763msgid "--all can't be combined with refspecs"2764msgstr ""27652766#: builtin/push.c:1822767msgid "--mirror and --tags are incompatible"2768msgstr ""27692770#: builtin/push.c:1832771msgid "--mirror can't be combined with refspecs"2772msgstr ""27732774#: builtin/push.c:1882775msgid "--all and --mirror are incompatible"2776msgstr ""27772778#: builtin/push.c:2742779msgid "--delete is incompatible with --all, --mirror and --tags"2780msgstr ""27812782#: builtin/push.c:2762783msgid "--delete doesn't make sense without any refs"2784msgstr ""27852786#: builtin/reset.c:332787msgid "mixed"2788msgstr ""27892790#: builtin/reset.c:332791msgid "soft"2792msgstr ""27932794#: builtin/reset.c:332795msgid "hard"2796msgstr ""27972798#: builtin/reset.c:332799msgid "keep"2800msgstr ""28012802#: builtin/reset.c:772803msgid "You do not have a valid HEAD."2804msgstr ""28052806#: builtin/reset.c:792807msgid "Failed to find tree of HEAD."2808msgstr ""28092810#: builtin/reset.c:852811#, c-format2812msgid "Failed to find tree of %s."2813msgstr ""28142815#: builtin/reset.c:962816msgid "Could not write new index file."2817msgstr ""28182819#: builtin/reset.c:1062820#, c-format2821msgid "HEAD is now at %s"2822msgstr ""28232824#: builtin/reset.c:1302825msgid "Could not read index"2826msgstr ""28272828#: builtin/reset.c:1332829msgid "Unstaged changes after reset:"2830msgstr ""28312832#: builtin/reset.c:2232833#, c-format2834msgid "Cannot do a %s reset in the middle of a merge."2835msgstr ""28362837#: builtin/reset.c:2972838#, c-format2839msgid "Could not parse object '%s'."2840msgstr ""28412842#: builtin/reset.c:3022843msgid "--patch is incompatible with --{hard,mixed,soft}"2844msgstr ""28452846#: builtin/reset.c:3112847msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2848msgstr ""28492850#: builtin/reset.c:3132851#, c-format2852msgid "Cannot do %s reset with paths."2853msgstr ""28542855#: builtin/reset.c:3252856#, c-format2857msgid "%s reset is not allowed in a bare repository"2858msgstr ""28592860#: builtin/reset.c:3412861#, c-format2862msgid "Could not reset index file to revision '%s'."2863msgstr ""28642865#: builtin/revert.c:70 builtin/revert.c:912866#, c-format2867msgid "%s: %s cannot be used with %s"2868msgstr ""28692870#: builtin/revert.c:1262871msgid "program error"2872msgstr ""28732874#: builtin/revert.c:2092875msgid "revert failed"2876msgstr ""28772878#: builtin/revert.c:2242879msgid "cherry-pick failed"2880msgstr ""28812882#: builtin/rm.c:1092883#, c-format2884msgid ""2885"'%s' has staged content different from both the file and the HEAD\n"2886"(use -f to force removal)"2887msgstr ""28882889#: builtin/rm.c:1152890#, c-format2891msgid ""2892"'%s' has changes staged in the index\n"2893"(use --cached to keep the file, or -f to force removal)"2894msgstr ""28952896#: builtin/rm.c:1192897#, c-format2898msgid ""2899"'%s' has local modifications\n"2900"(use --cached to keep the file, or -f to force removal)"2901msgstr ""29022903#: builtin/rm.c:1942904#, c-format2905msgid "not removing '%s' recursively without -r"2906msgstr ""29072908#: builtin/rm.c:2302909#, c-format2910msgid "git rm: unable to remove %s"2911msgstr ""29122913#: builtin/shortlog.c:1572914#, c-format2915msgid "Missing author: %s"2916msgstr ""29172918#: builtin/tag.c:582919#, c-format2920msgid "malformed object at '%s'"2921msgstr ""29222923#: builtin/tag.c:2052924#, c-format2925msgid "tag name too long: %.*s..."2926msgstr ""29272928#: builtin/tag.c:2102929#, c-format2930msgid "tag '%s' not found."2931msgstr ""29322933#: builtin/tag.c:2252934#, c-format2935msgid "Deleted tag '%s' (was %s)\n"2936msgstr ""29372938#: builtin/tag.c:2372939#, c-format2940msgid "could not verify the tag '%s'"2941msgstr ""29422943#: builtin/tag.c:2472944msgid ""2945"\n"2946"#\n"2947"# Write a tag message\n"2948"# Lines starting with '#' will be ignored.\n"2949"#\n"2950msgstr ""29512952#: builtin/tag.c:2542953msgid ""2954"\n"2955"#\n"2956"# Write a tag message\n"2957"# Lines starting with '#' will be kept; you may remove them yourself if you "2958"want to.\n"2959"#\n"2960msgstr ""29612962#: builtin/tag.c:2942963msgid "unable to sign the tag"2964msgstr ""29652966#: builtin/tag.c:2962967msgid "unable to write tag file"2968msgstr ""29692970#: builtin/tag.c:3212971msgid "bad object type."2972msgstr ""29732974#: builtin/tag.c:3342975msgid "tag header too big."2976msgstr ""29772978#: builtin/tag.c:3662979msgid "no tag message?"2980msgstr ""29812982#: builtin/tag.c:3722983#, c-format2984msgid "The tag message has been left in %s\n"2985msgstr ""29862987#: builtin/tag.c:4212988msgid "switch 'points-at' requires an object"2989msgstr ""29902991#: builtin/tag.c:4232992#, c-format2993msgid "malformed object name '%s'"2994msgstr ""29952996#: builtin/tag.c:5022997msgid "-n option is only allowed with -l."2998msgstr ""29993000#: builtin/tag.c:5043001msgid "--contains option is only allowed with -l."3002msgstr ""30033004#: builtin/tag.c:5063005msgid "--points-at option is only allowed with -l."3006msgstr ""30073008#: builtin/tag.c:5143009msgid "only one -F or -m option is allowed."3010msgstr ""30113012#: builtin/tag.c:5343013msgid "too many params"3014msgstr ""30153016#: builtin/tag.c:5403017#, c-format3018msgid "'%s' is not a valid tag name."3019msgstr ""30203021#: builtin/tag.c:5453022#, c-format3023msgid "tag '%s' already exists"3024msgstr ""30253026#: builtin/tag.c:5633027#, c-format3028msgid "%s: cannot lock the ref"3029msgstr ""30303031#: builtin/tag.c:5653032#, c-format3033msgid "%s: cannot update the ref"3034msgstr ""30353036#: builtin/tag.c:5673037#, c-format3038msgid "Updated tag '%s' (was %s)\n"3039msgstr ""30403041#: git-am.sh:493042msgid "You need to set your committer info first"3043msgstr ""30443045#: git-am.sh:1363046msgid "Repository lacks necessary blobs to fall back on 3-way merge."3047msgstr ""30483049#: git-am.sh:1473050msgid ""3051"Did you hand edit your patch?\n"3052"It does not apply to blobs recorded in its index."3053msgstr ""30543055#: git-am.sh:1563056msgid "Falling back to patching base and 3-way merge..."3057msgstr ""30583059#: git-am.sh:2683060msgid "Only one StGIT patch series can be applied at once"3061msgstr ""30623063#: git-am.sh:3553064#, sh-format3065msgid "Patch format $patch_format is not supported."3066msgstr ""30673068#: git-am.sh:3573069msgid "Patch format detection failed."3070msgstr ""30713072#: git-am.sh:4113073msgid "-d option is no longer supported. Do not use."3074msgstr ""30753076#: git-am.sh:4743077#, sh-format3078msgid "previous rebase directory $dotest still exists but mbox given."3079msgstr ""30803081#: git-am.sh:4793082msgid "Please make up your mind. --skip or --abort?"3083msgstr ""30843085#: git-am.sh:5063086msgid "Resolve operation not in progress, we are not resuming."3087msgstr ""30883089#: git-am.sh:5723090#, sh-format3091msgid "Dirty index: cannot apply patches (dirty: $files)"3092msgstr ""30933094#: git-am.sh:7483095msgid "cannot be interactive without stdin connected to a terminal."3096msgstr ""30973098#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3099#. in your translation. The program will only accept English3100#. input at this point.3101#: git-am.sh:7593102msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3103msgstr ""31043105#: git-am.sh:7953106#, sh-format3107msgid "Applying: $FIRSTLINE"3108msgstr ""31093110#: git-am.sh:8403111msgid "No changes -- Patch already applied."3112msgstr ""31133114#: git-am.sh:8663115msgid "applying to an empty history"3116msgstr ""31173118#. TRANSLATORS: Make sure to include [Y] and [n] in your3119#. translation. The program will only accept English input3120#. at this point.3121#: git-bisect.sh:543122msgid "Do you want me to do it for you [Y/n]? "3123msgstr ""31243125#: git-bisect.sh:953126#, sh-format3127msgid "unrecognised option: '$arg'"3128msgstr ""31293130#: git-bisect.sh:993131#, sh-format3132msgid "'$arg' does not appear to be a valid revision"3133msgstr ""31343135#: git-bisect.sh:1173136msgid "Bad HEAD - I need a HEAD"3137msgstr ""31383139#: git-bisect.sh:1303140#, sh-format3141msgid ""3142"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3143msgstr ""31443145#: git-bisect.sh:1403146msgid "won't bisect on seeked tree"3147msgstr ""31483149#: git-bisect.sh:1443150msgid "Bad HEAD - strange symbolic ref"3151msgstr ""31523153#: git-bisect.sh:1893154#, sh-format3155msgid "Bad bisect_write argument: $state"3156msgstr ""31573158#: git-bisect.sh:2183159#, sh-format3160msgid "Bad rev input: $arg"3161msgstr ""31623163#: git-bisect.sh:2323164msgid "Please call 'bisect_state' with at least one argument."3165msgstr ""31663167#: git-bisect.sh:2443168#, sh-format3169msgid "Bad rev input: $rev"3170msgstr ""31713172#: git-bisect.sh:2503173msgid "'git bisect bad' can take only one argument."3174msgstr ""31753176#. TRANSLATORS: Make sure to include [Y] and [n] in your3177#. translation. The program will only accept English input3178#. at this point.3179#: git-bisect.sh:2793180msgid "Are you sure [Y/n]? "3181msgstr ""31823183#: git-bisect.sh:3543184#, sh-format3185msgid "'$invalid' is not a valid commit"3186msgstr ""31873188#: git-bisect.sh:3633189#, sh-format3190msgid ""3191"Could not check out original HEAD '$branch'.\n"3192"Try 'git bisect reset <commit>'."3193msgstr ""31943195#: git-bisect.sh:3903196msgid "No logfile given"3197msgstr ""31983199#: git-bisect.sh:3913200#, sh-format3201msgid "cannot read $file for replaying"3202msgstr ""32033204#: git-bisect.sh:4083205msgid "?? what are you talking about?"3206msgstr ""32073208#: git-bisect.sh:4743209msgid "We are not bisecting."3210msgstr ""32113212#: git-pull.sh:213213msgid ""3214"Pull is not possible because you have unmerged files.\n"3215"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3216"as appropriate to mark resolution, or use 'git commit -a'."3217msgstr ""32183219#: git-pull.sh:253220msgid "Pull is not possible because you have unmerged files."3221msgstr ""32223223#: git-pull.sh:1973224msgid "updating an unborn branch with changes added to the index"3225msgstr ""32263227#: git-pull.sh:2533228msgid "Cannot merge multiple branches into empty head"3229msgstr ""32303231#: git-pull.sh:2573232msgid "Cannot rebase onto multiple branches"3233msgstr ""32343235#: git-stash.sh:513236msgid "git stash clear with parameters is unimplemented"3237msgstr ""32383239#: git-stash.sh:743240msgid "You do not have the initial commit yet"3241msgstr ""32423243#: git-stash.sh:893244msgid "Cannot save the current index state"3245msgstr ""32463247#: git-stash.sh:123 git-stash.sh:1363248msgid "Cannot save the current worktree state"3249msgstr ""32503251#: git-stash.sh:1403252msgid "No changes selected"3253msgstr ""32543255#: git-stash.sh:1433256msgid "Cannot remove temporary index (can't happen)"3257msgstr ""32583259#: git-stash.sh:1563260msgid "Cannot record working tree state"3261msgstr ""32623263#: git-stash.sh:2233264msgid "No local changes to save"3265msgstr ""32663267#: git-stash.sh:2273268msgid "Cannot initialize stash"3269msgstr ""32703271#: git-stash.sh:2353272msgid "Cannot save the current status"3273msgstr ""32743275#: git-stash.sh:2533276msgid "Cannot remove worktree changes"3277msgstr ""32783279#: git-stash.sh:3523280msgid "No stash found."3281msgstr ""32823283#: git-stash.sh:3593284#, sh-format3285msgid "Too many revisions specified: $REV"3286msgstr ""32873288#: git-stash.sh:3653289#, sh-format3290msgid "$reference is not valid reference"3291msgstr ""32923293#: git-stash.sh:3933294#, sh-format3295msgid "'$args' is not a stash-like commit"3296msgstr ""32973298#: git-stash.sh:4043299#, sh-format3300msgid "'$args' is not a stash reference"3301msgstr ""33023303#: git-stash.sh:4123304msgid "unable to refresh index"3305msgstr ""33063307#: git-stash.sh:4163308msgid "Cannot apply a stash in the middle of a merge"3309msgstr ""33103311#: git-stash.sh:4243312msgid "Conflicts in index. Try without --index."3313msgstr ""33143315#: git-stash.sh:4263316msgid "Could not save index tree"3317msgstr ""33183319#: git-stash.sh:4603320msgid "Cannot unstage modified files"3321msgstr ""33223323#: git-stash.sh:4913324#, sh-format3325msgid "Dropped ${REV} ($s)"3326msgstr ""33273328#: git-stash.sh:4923329#, sh-format3330msgid "${REV}: Could not drop stash entry"3331msgstr ""33323333#: git-stash.sh:4993334msgid "No branch name specified"3335msgstr ""33363337#: git-stash.sh:5703338msgid "(To restore them type \"git stash apply\")"3339msgstr ""33403341#: git-submodule.sh:563342#, sh-format3343msgid "cannot strip one component off url '$remoteurl'"3344msgstr ""33453346#: git-submodule.sh:1083347#, sh-format3348msgid "No submodule mapping found in .gitmodules for path '$path'"3349msgstr ""33503351#: git-submodule.sh:1493352#, sh-format3353msgid "Clone of '$url' into submodule path '$path' failed"3354msgstr ""33553356#: git-submodule.sh:1593357#, sh-format3358msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"3359msgstr ""33603361#: git-submodule.sh:2473362#, sh-format3363msgid "repo URL: '$repo' must be absolute or begin with ./|../"3364msgstr ""33653366#: git-submodule.sh:2643367#, sh-format3368msgid "'$path' already exists in the index"3369msgstr ""33703371#: git-submodule.sh:2813372#, sh-format3373msgid "'$path' already exists and is not a valid git repo"3374msgstr ""33753376#: git-submodule.sh:2953377#, sh-format3378msgid "Unable to checkout submodule '$path'"3379msgstr ""33803381#: git-submodule.sh:3003382#, sh-format3383msgid "Failed to add submodule '$path'"3384msgstr ""33853386#: git-submodule.sh:3053387#, sh-format3388msgid "Failed to register submodule '$path'"3389msgstr ""33903391#: git-submodule.sh:3473392#, sh-format3393msgid "Entering '$prefix$path'"3394msgstr ""33953396#: git-submodule.sh:3593397#, sh-format3398msgid "Stopping at '$path'; script returned non-zero status."3399msgstr ""34003401#: git-submodule.sh:4013402#, sh-format3403msgid "No url found for submodule path '$path' in .gitmodules"3404msgstr ""34053406#: git-submodule.sh:4103407#, sh-format3408msgid "Failed to register url for submodule path '$path'"3409msgstr ""34103411#: git-submodule.sh:4183412#, sh-format3413msgid "Failed to register update mode for submodule path '$path'"3414msgstr ""34153416#: git-submodule.sh:4203417#, sh-format3418msgid "Submodule '$name' ($url) registered for path '$path'"3419msgstr ""34203421#: git-submodule.sh:5193422#, sh-format3423msgid ""3424"Submodule path '$path' not initialized\n"3425"Maybe you want to use 'update --init'?"3426msgstr ""34273428#: git-submodule.sh:5323429#, sh-format3430msgid "Unable to find current revision in submodule path '$path'"3431msgstr ""34323433#: git-submodule.sh:5513434#, sh-format3435msgid "Unable to fetch in submodule path '$path'"3436msgstr ""34373438#: git-submodule.sh:5653439#, sh-format3440msgid "Unable to rebase '$sha1' in submodule path '$path'"3441msgstr ""34423443#: git-submodule.sh:5663444#, sh-format3445msgid "Submodule path '$path': rebased into '$sha1'"3446msgstr ""34473448#: git-submodule.sh:5713449#, sh-format3450msgid "Unable to merge '$sha1' in submodule path '$path'"3451msgstr ""34523453#: git-submodule.sh:5723454#, sh-format3455msgid "Submodule path '$path': merged in '$sha1'"3456msgstr ""34573458#: git-submodule.sh:5773459#, sh-format3460msgid "Unable to checkout '$sha1' in submodule path '$path'"3461msgstr ""34623463#: git-submodule.sh:5783464#, sh-format3465msgid "Submodule path '$path': checked out '$sha1'"3466msgstr ""34673468#: git-submodule.sh:600 git-submodule.sh:9233469#, sh-format3470msgid "Failed to recurse into submodule path '$path'"3471msgstr ""34723473#: git-submodule.sh:7083474msgid "--"3475msgstr ""34763477#: git-submodule.sh:7663478#, sh-format3479msgid " Warn: $name doesn't contain commit $sha1_src"3480msgstr ""34813482#: git-submodule.sh:7693483#, sh-format3484msgid " Warn: $name doesn't contain commit $sha1_dst"3485msgstr ""34863487#: git-submodule.sh:7723488#, sh-format3489msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3490msgstr ""34913492#: git-submodule.sh:7973493msgid "blob"3494msgstr ""34953496#: git-submodule.sh:7983497msgid "submodule"3498msgstr ""34993500#: git-submodule.sh:9693501#, sh-format3502msgid "Synchronizing submodule url for '$name'"3503msgstr ""