1# Dutch translations for Git. 2# Copyright (C) 2012 Vincent van Ravesteijn <vfr@lyx.org> 3# This file is distributed under the same license as the Git package. 4# Vincent van Ravesteijn <vfr@lyx.org>, 2012. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: Git\n" 9"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 10"POT-Creation-Date: 2012-02-28 09:17+0800\n" 11"PO-Revision-Date: 2012-03-07 12:02+0100\n" 12"Last-Translator: Vincent van Ravesteijn <vfr@lyx.org>\n" 13"Language-Team: Dutch\n" 14"Language: nl\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=ASCII\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 20#: advice.c:34 21#, c-format 22msgid "hint: %.*s\n" 23msgstr "" 24 25#. 26#. * Message used both when 'git commit' fails and when 27#. * other commands doing a merge do. 28#. 29#: advice.c:64 30msgid "" 31"Fix them up in the work tree,\n" 32"and then use 'git add/rm <file>' as\n" 33"appropriate to mark resolution and make a commit,\n" 34"or use 'git commit -a'." 35msgstr "" 36 37#: commit.c:47 38#, c-format 39msgid "could not parse %s" 40msgstr "" 41 42#: commit.c:49 43#, c-format 44msgid "%s %s is not a commit!" 45msgstr "" 46 47#: compat/obstack.c:406 compat/obstack.c:408 48msgid "memory exhausted" 49msgstr "" 50 51#: connected.c:39 52msgid "Could not run 'git rev-list'" 53msgstr "" 54 55#: connected.c:48 56#, c-format 57msgid "failed write to rev-list: %s" 58msgstr "" 59 60#: connected.c:56 61#, c-format 62msgid "failed to close rev-list's stdin: %s" 63msgstr "" 64 65#: diff.c:104 66#, c-format 67msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 68msgstr "" 69 70#: diff.c:109 71#, c-format 72msgid " Unknown dirstat parameter '%.*s'\n" 73msgstr "" 74 75#: diff.c:205 76#, c-format 77msgid "" 78"Found errors in 'diff.dirstat' config variable:\n" 79"%s" 80msgstr "" 81 82#: diff.c:1331 83msgid " 0 files changed\n" 84msgstr "" 85 86#: diff.c:1335 87#, c-format 88msgid " %d file changed" 89msgid_plural " %d files changed" 90msgstr[0] "" 91msgstr[1] "" 92 93#: diff.c:1352 94#, c-format 95msgid ", %d insertion(+)" 96msgid_plural ", %d insertions(+)" 97msgstr[0] "" 98msgstr[1] "" 99 100#: diff.c:1363 101#, c-format 102msgid ", %d deletion(-)" 103msgid_plural ", %d deletions(-)" 104msgstr[0] "" 105msgstr[1] "" 106 107#: diff.c:3364 108#, c-format 109msgid "" 110"Failed to parse --dirstat/-X option parameter:\n" 111"%s" 112msgstr "" 113 114#: gpg-interface.c:59 115msgid "could not run gpg." 116msgstr "" 117 118#: gpg-interface.c:71 119msgid "gpg did not accept the data" 120msgstr "" 121 122#: gpg-interface.c:82 123msgid "gpg failed to sign the data" 124msgstr "" 125 126#: grep.c:1285 127#, c-format 128msgid "'%s': unable to read %s" 129msgstr "" 130 131#: grep.c:1302 132#, c-format 133msgid "'%s': %s" 134msgstr "" 135 136#: grep.c:1313 137#, c-format 138msgid "'%s': short read %s" 139msgstr "" 140 141#: help.c:287 142#, c-format 143msgid "" 144"'%s' appears to be a git command, but we were not\n" 145"able to execute it. Maybe git-%s is broken?" 146msgstr "" 147 148#: remote.c:1607 149#, c-format 150msgid "Your branch is ahead of '%s' by %d commit.\n" 151msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 152msgstr[0] "" 153msgstr[1] "" 154 155#: remote.c:1613 156#, c-format 157msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 158msgid_plural "" 159"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 160msgstr[0] "" 161msgstr[1] "" 162 163#: remote.c:1621 164#, c-format 165msgid "" 166"Your branch and '%s' have diverged,\n" 167"and have %d and %d different commit each, respectively.\n" 168msgid_plural "" 169"Your branch and '%s' have diverged,\n" 170"and have %d and %d different commits each, respectively.\n" 171msgstr[0] "" 172msgstr[1] "" 173 174#: sequencer.c:120 builtin/merge.c:862 builtin/merge.c:983 175#: builtin/merge.c:1093 builtin/merge.c:1103 176#, c-format 177msgid "Could not open '%s' for writing" 178msgstr "" 179 180#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:865 181#: builtin/merge.c:1095 builtin/merge.c:1108 182#, c-format 183msgid "Could not write to '%s'" 184msgstr "" 185 186#: sequencer.c:142 187msgid "" 188"after resolving the conflicts, mark the corrected paths\n" 189"with 'git add <paths>' or 'git rm <paths>'\n" 190"and commit the result with 'git commit'" 191msgstr "" 192 193#: sequencer.c:154 sequencer.c:680 sequencer.c:763 194#, c-format 195msgid "Could not write to %s" 196msgstr "" 197 198#: sequencer.c:157 199#, c-format 200msgid "Error wrapping up %s" 201msgstr "" 202 203#: sequencer.c:172 204msgid "Your local changes would be overwritten by cherry-pick." 205msgstr "" 206 207#: sequencer.c:174 208msgid "Your local changes would be overwritten by revert." 209msgstr "" 210 211#: sequencer.c:177 212msgid "Commit your changes or stash them to proceed." 213msgstr "" 214 215#. TRANSLATORS: %s will be "revert" or "cherry-pick" 216#: sequencer.c:227 217#, c-format 218msgid "%s: Unable to write new index file" 219msgstr "" 220 221#: sequencer.c:293 222msgid "Your index file is unmerged." 223msgstr "" 224 225#: sequencer.c:296 226msgid "You do not have a valid HEAD" 227msgstr "" 228 229#: sequencer.c:311 230#, c-format 231msgid "Commit %s is a merge but no -m option was given." 232msgstr "" 233 234#: sequencer.c:319 235#, c-format 236msgid "Commit %s does not have parent %d" 237msgstr "" 238 239#: sequencer.c:323 240#, c-format 241msgid "Mainline was specified but commit %s is not a merge." 242msgstr "" 243 244#. TRANSLATORS: The first %s will be "revert" or 245#. "cherry-pick", the second %s a SHA1 246#: sequencer.c:334 247#, c-format 248msgid "%s: cannot parse parent commit %s" 249msgstr "" 250 251#: sequencer.c:338 252#, c-format 253msgid "Cannot get commit message for %s" 254msgstr "" 255 256#: sequencer.c:422 257#, c-format 258msgid "could not revert %s... %s" 259msgstr "" 260 261#: sequencer.c:423 262#, c-format 263msgid "could not apply %s... %s" 264msgstr "" 265 266#: sequencer.c:445 sequencer.c:904 builtin/log.c:286 builtin/log.c:709 267#: builtin/log.c:1325 builtin/log.c:1544 builtin/merge.c:348 268#: builtin/shortlog.c:181 269msgid "revision walk setup failed" 270msgstr "" 271 272#: sequencer.c:448 273msgid "empty commit set passed" 274msgstr "" 275 276#: sequencer.c:456 277#, c-format 278msgid "git %s: failed to read the index" 279msgstr "" 280 281#: sequencer.c:461 282#, c-format 283msgid "git %s: failed to refresh the index" 284msgstr "" 285 286#: sequencer.c:546 287#, c-format 288msgid "Cannot %s during a %s" 289msgstr "" 290 291#: sequencer.c:568 292#, c-format 293msgid "Could not parse line %d." 294msgstr "" 295 296#: sequencer.c:573 297msgid "No commits parsed." 298msgstr "" 299 300#: sequencer.c:586 301#, c-format 302msgid "Could not open %s" 303msgstr "" 304 305#: sequencer.c:590 306#, c-format 307msgid "Could not read %s." 308msgstr "" 309 310#: sequencer.c:597 311#, c-format 312msgid "Unusable instruction sheet: %s" 313msgstr "" 314 315#: sequencer.c:625 316#, c-format 317msgid "Invalid key: %s" 318msgstr "" 319 320#: sequencer.c:628 321#, c-format 322msgid "Invalid value for %s: %s" 323msgstr "" 324 325#: sequencer.c:640 326#, c-format 327msgid "Malformed options sheet: %s" 328msgstr "" 329 330#: sequencer.c:661 331msgid "a cherry-pick or revert is already in progress" 332msgstr "" 333 334#: sequencer.c:662 335msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 336msgstr "" 337 338#: sequencer.c:666 339#, c-format 340msgid "Could not create sequencer directory %s" 341msgstr "" 342 343#: sequencer.c:682 sequencer.c:767 344#, c-format 345msgid "Error wrapping up %s." 346msgstr "" 347 348#: sequencer.c:701 sequencer.c:835 349msgid "no cherry-pick or revert in progress" 350msgstr "" 351 352#: sequencer.c:703 353msgid "cannot resolve HEAD" 354msgstr "" 355 356#: sequencer.c:705 357msgid "cannot abort from a branch yet to be born" 358msgstr "" 359 360#: sequencer.c:727 361#, c-format 362msgid "cannot open %s: %s" 363msgstr "" 364 365#: sequencer.c:730 366#, c-format 367msgid "cannot read %s: %s" 368msgstr "" 369 370#: sequencer.c:731 371msgid "unexpected end of file" 372msgstr "" 373 374#: sequencer.c:737 375#, c-format 376msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 377msgstr "" 378 379#: sequencer.c:760 380#, c-format 381msgid "Could not format %s." 382msgstr "" 383 384#: sequencer.c:922 385msgid "Can't revert as initial commit" 386msgstr "" 387 388#: sequencer.c:923 389msgid "Can't cherry-pick into empty head" 390msgstr "" 391 392#: wt-status.c:134 393msgid "Unmerged paths:" 394msgstr "" 395 396#: wt-status.c:140 wt-status.c:157 397#, c-format 398msgid " (use \"git reset %s <file>...\" to unstage)" 399msgstr "" 400 401#: wt-status.c:142 wt-status.c:159 402msgid " (use \"git rm --cached <file>...\" to unstage)" 403msgstr "" 404 405#: wt-status.c:143 406msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 407msgstr "" 408 409#: wt-status.c:151 410msgid "Changes to be committed:" 411msgstr "" 412 413#: wt-status.c:169 414msgid "Changes not staged for commit:" 415msgstr "" 416 417#: wt-status.c:173 418msgid " (use \"git add <file>...\" to update what will be committed)" 419msgstr "" 420 421#: wt-status.c:175 422msgid " (use \"git add/rm <file>...\" to update what will be committed)" 423msgstr "" 424 425#: wt-status.c:176 426msgid "" 427" (use \"git checkout -- <file>...\" to discard changes in working directory)" 428msgstr "" 429 430#: wt-status.c:178 431msgid " (commit or discard the untracked or modified content in submodules)" 432msgstr "" 433 434#: wt-status.c:187 435#, c-format 436msgid "%s files:" 437msgstr "" 438 439#: wt-status.c:190 440#, c-format 441msgid " (use \"git %s <file>...\" to include in what will be committed)" 442msgstr "" 443 444#: wt-status.c:207 445msgid "bug" 446msgstr "" 447 448#: wt-status.c:212 449msgid "both deleted:" 450msgstr "" 451 452#: wt-status.c:213 453msgid "added by us:" 454msgstr "" 455 456#: wt-status.c:214 457msgid "deleted by them:" 458msgstr "" 459 460#: wt-status.c:215 461msgid "added by them:" 462msgstr "" 463 464#: wt-status.c:216 465msgid "deleted by us:" 466msgstr "" 467 468#: wt-status.c:217 469msgid "both added:" 470msgstr "" 471 472#: wt-status.c:218 473msgid "both modified:" 474msgstr "" 475 476#: wt-status.c:248 477msgid "new commits, " 478msgstr "" 479 480#: wt-status.c:250 481msgid "modified content, " 482msgstr "" 483 484#: wt-status.c:252 485msgid "untracked content, " 486msgstr "" 487 488#: wt-status.c:266 489#, c-format 490msgid "new file: %s" 491msgstr "" 492 493#: wt-status.c:269 494#, c-format 495msgid "copied: %s -> %s" 496msgstr "" 497 498#: wt-status.c:272 499#, c-format 500msgid "deleted: %s" 501msgstr "" 502 503#: wt-status.c:275 504#, c-format 505msgid "modified: %s" 506msgstr "" 507 508#: wt-status.c:278 509#, c-format 510msgid "renamed: %s -> %s" 511msgstr "" 512 513#: wt-status.c:281 514#, c-format 515msgid "typechange: %s" 516msgstr "" 517 518#: wt-status.c:284 519#, c-format 520msgid "unknown: %s" 521msgstr "" 522 523#: wt-status.c:287 524#, c-format 525msgid "unmerged: %s" 526msgstr "" 527 528#: wt-status.c:290 529#, c-format 530msgid "bug: unhandled diff status %c" 531msgstr "" 532 533#: wt-status.c:713 534msgid "On branch " 535msgstr "" 536 537#: wt-status.c:720 538msgid "Not currently on any branch." 539msgstr "" 540 541#: wt-status.c:731 542msgid "Initial commit" 543msgstr "" 544 545#: wt-status.c:745 546msgid "Untracked" 547msgstr "" 548 549#: wt-status.c:747 550msgid "Ignored" 551msgstr "" 552 553#: wt-status.c:749 554#, c-format 555msgid "Untracked files not listed%s" 556msgstr "" 557 558#: wt-status.c:751 559msgid " (use -u option to show untracked files)" 560msgstr "" 561 562#: wt-status.c:757 563msgid "No changes" 564msgstr "" 565 566#: wt-status.c:761 567#, c-format 568msgid "no changes added to commit%s\n" 569msgstr "" 570 571#: wt-status.c:763 572msgid " (use \"git add\" and/or \"git commit -a\")" 573msgstr "" 574 575#: wt-status.c:765 576#, c-format 577msgid "nothing added to commit but untracked files present%s\n" 578msgstr "" 579 580#: wt-status.c:767 581msgid " (use \"git add\" to track)" 582msgstr "" 583 584#: wt-status.c:769 wt-status.c:772 wt-status.c:775 585#, c-format 586msgid "nothing to commit%s\n" 587msgstr "" 588 589#: wt-status.c:770 590msgid " (create/copy files and use \"git add\" to track)" 591msgstr "" 592 593#: wt-status.c:773 594msgid " (use -u to show untracked files)" 595msgstr "" 596 597#: wt-status.c:776 598msgid " (working directory clean)" 599msgstr "" 600 601#: wt-status.c:884 602msgid "HEAD (no branch)" 603msgstr "" 604 605#: wt-status.c:890 606msgid "Initial commit on " 607msgstr "" 608 609#: wt-status.c:905 610msgid "behind " 611msgstr "" 612 613#: wt-status.c:908 wt-status.c:911 614msgid "ahead " 615msgstr "" 616 617#: wt-status.c:913 618msgid ", behind " 619msgstr "" 620 621#: builtin/add.c:62 622#, c-format 623msgid "unexpected diff status %c" 624msgstr "" 625 626#: builtin/add.c:67 builtin/commit.c:298 627msgid "updating files failed" 628msgstr "" 629 630#: builtin/add.c:77 631#, c-format 632msgid "remove '%s'\n" 633msgstr "" 634 635#: builtin/add.c:176 636#, c-format 637msgid "Path '%s' is in submodule '%.*s'" 638msgstr "" 639 640#: builtin/add.c:192 641msgid "Unstaged changes after refreshing the index:" 642msgstr "" 643 644#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 645#, c-format 646msgid "pathspec '%s' did not match any files" 647msgstr "" 648 649#: builtin/add.c:209 650#, c-format 651msgid "'%s' is beyond a symbolic link" 652msgstr "" 653 654#: builtin/add.c:276 655msgid "Could not read the index" 656msgstr "" 657 658#: builtin/add.c:286 659#, c-format 660msgid "Could not open '%s' for writing." 661msgstr "" 662 663#: builtin/add.c:290 664msgid "Could not write patch" 665msgstr "" 666 667#: builtin/add.c:295 668#, c-format 669msgid "Could not stat '%s'" 670msgstr "" 671 672#: builtin/add.c:297 673msgid "Empty patch. Aborted." 674msgstr "" 675 676#: builtin/add.c:303 677#, c-format 678msgid "Could not apply '%s'" 679msgstr "" 680 681#: builtin/add.c:312 682msgid "The following paths are ignored by one of your .gitignore files:\n" 683msgstr "" 684 685#: builtin/add.c:352 686#, c-format 687msgid "Use -f if you really want to add them.\n" 688msgstr "" 689 690#: builtin/add.c:353 691msgid "no files added" 692msgstr "" 693 694#: builtin/add.c:359 695msgid "adding files failed" 696msgstr "" 697 698#: builtin/add.c:391 699msgid "-A and -u are mutually incompatible" 700msgstr "" 701 702#: builtin/add.c:393 703msgid "Option --ignore-missing can only be used together with --dry-run" 704msgstr "" 705 706#: builtin/add.c:413 707#, c-format 708msgid "Nothing specified, nothing added.\n" 709msgstr "" 710 711#: builtin/add.c:414 712#, c-format 713msgid "Maybe you wanted to say 'git add .'?\n" 714msgstr "" 715 716#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:358 builtin/mv.c:82 717#: builtin/rm.c:162 718msgid "index file corrupt" 719msgstr "" 720 721#: builtin/add.c:476 builtin/mv.c:229 builtin/rm.c:260 722msgid "Unable to write new index file" 723msgstr "" 724 725#: builtin/archive.c:17 726#, c-format 727msgid "could not create archive file '%s'" 728msgstr "" 729 730#: builtin/archive.c:20 731msgid "could not redirect output" 732msgstr "" 733 734#: builtin/archive.c:37 735msgid "git archive: Remote with no URL" 736msgstr "" 737 738#: builtin/archive.c:58 739msgid "git archive: expected ACK/NAK, got EOF" 740msgstr "" 741 742#: builtin/archive.c:63 743#, c-format 744msgid "git archive: NACK %s" 745msgstr "" 746 747#: builtin/archive.c:65 748#, c-format 749msgid "remote error: %s" 750msgstr "" 751 752#: builtin/archive.c:66 753msgid "git archive: protocol error" 754msgstr "" 755 756#: builtin/archive.c:71 757msgid "git archive: expected a flush" 758msgstr "" 759 760#: builtin/branch.c:137 761#, c-format 762msgid "" 763"deleting branch '%s' that has been merged to\n" 764" '%s', but not yet merged to HEAD." 765msgstr "" 766 767#: builtin/branch.c:141 768#, c-format 769msgid "" 770"not deleting branch '%s' that is not yet merged to\n" 771" '%s', even though it is merged to HEAD." 772msgstr "" 773 774#. TRANSLATORS: This is "remote " in "remote branch '%s' not found" 775#: builtin/branch.c:163 776msgid "remote " 777msgstr "" 778 779#: builtin/branch.c:171 780msgid "cannot use -a with -d" 781msgstr "" 782 783#: builtin/branch.c:177 784msgid "Couldn't look up commit object for HEAD" 785msgstr "" 786 787#: builtin/branch.c:182 788#, c-format 789msgid "Cannot delete the branch '%s' which you are currently on." 790msgstr "" 791 792#: builtin/branch.c:192 793#, c-format 794msgid "%sbranch '%s' not found." 795msgstr "" 796 797#: builtin/branch.c:200 798#, c-format 799msgid "Couldn't look up commit object for '%s'" 800msgstr "" 801 802#: builtin/branch.c:206 803#, c-format 804msgid "" 805"The branch '%s' is not fully merged.\n" 806"If you are sure you want to delete it, run 'git branch -D %s'." 807msgstr "" 808 809#: builtin/branch.c:214 810#, c-format 811msgid "Error deleting %sbranch '%s'" 812msgstr "" 813 814#: builtin/branch.c:219 815#, c-format 816msgid "Deleted %sbranch %s (was %s).\n" 817msgstr "" 818 819#: builtin/branch.c:224 820msgid "Update of config-file failed" 821msgstr "" 822 823#: builtin/branch.c:322 824#, c-format 825msgid "branch '%s' does not point at a commit" 826msgstr "" 827 828#: builtin/branch.c:394 829#, c-format 830msgid "behind %d] " 831msgstr "" 832 833#: builtin/branch.c:396 834#, c-format 835msgid "ahead %d] " 836msgstr "" 837 838#: builtin/branch.c:398 839#, c-format 840msgid "ahead %d, behind %d] " 841msgstr "" 842 843#: builtin/branch.c:501 844msgid "(no branch)" 845msgstr "" 846 847#: builtin/branch.c:562 848msgid "some refs could not be read" 849msgstr "" 850 851#: builtin/branch.c:575 852msgid "cannot rename the current branch while not on any." 853msgstr "" 854 855#: builtin/branch.c:585 856#, c-format 857msgid "Invalid branch name: '%s'" 858msgstr "" 859 860#: builtin/branch.c:600 861msgid "Branch rename failed" 862msgstr "" 863 864#: builtin/branch.c:604 865#, c-format 866msgid "Renamed a misnamed branch '%s' away" 867msgstr "" 868 869#: builtin/branch.c:608 870#, c-format 871msgid "Branch renamed to %s, but HEAD is not updated!" 872msgstr "" 873 874#: builtin/branch.c:615 875msgid "Branch is renamed, but update of config-file failed" 876msgstr "" 877 878#: builtin/branch.c:630 879#, c-format 880msgid "malformed object name %s" 881msgstr "" 882 883#: builtin/branch.c:654 884#, c-format 885msgid "could not write branch description template: %s\n" 886msgstr "" 887 888#: builtin/branch.c:742 889msgid "Failed to resolve HEAD as a valid ref." 890msgstr "" 891 892#: builtin/branch.c:747 builtin/clone.c:558 893msgid "HEAD not found below refs/heads!" 894msgstr "" 895 896#: builtin/branch.c:805 897msgid "-a and -r options to 'git branch' do not make sense with a branch name" 898msgstr "" 899 900#: builtin/bundle.c:47 901#, c-format 902msgid "%s is okay\n" 903msgstr "" 904 905#: builtin/bundle.c:56 906msgid "Need a repository to create a bundle." 907msgstr "" 908 909#: builtin/bundle.c:60 910msgid "Need a repository to unbundle." 911msgstr "" 912 913#: builtin/checkout.c:113 builtin/checkout.c:146 914#, c-format 915msgid "path '%s' does not have our version" 916msgstr "" 917 918#: builtin/checkout.c:115 builtin/checkout.c:148 919#, c-format 920msgid "path '%s' does not have their version" 921msgstr "" 922 923#: builtin/checkout.c:131 924#, c-format 925msgid "path '%s' does not have all necessary versions" 926msgstr "" 927 928#: builtin/checkout.c:175 929#, c-format 930msgid "path '%s' does not have necessary versions" 931msgstr "" 932 933#: builtin/checkout.c:192 934#, c-format 935msgid "path '%s': cannot merge" 936msgstr "" 937 938#: builtin/checkout.c:209 939#, c-format 940msgid "Unable to add merge result for '%s'" 941msgstr "" 942 943#: builtin/checkout.c:212 builtin/reset.c:158 944#, c-format 945msgid "make_cache_entry failed for path '%s'" 946msgstr "" 947 948#: builtin/checkout.c:234 builtin/checkout.c:392 949msgid "corrupt index file" 950msgstr "" 951 952#: builtin/checkout.c:264 builtin/checkout.c:271 953#, c-format 954msgid "path '%s' is unmerged" 955msgstr "" 956 957#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:583 958#: builtin/merge.c:809 959msgid "unable to write new index file" 960msgstr "" 961 962#: builtin/checkout.c:319 builtin/diff.c:298 builtin/merge.c:406 963msgid "diff_setup_done failed" 964msgstr "" 965 966#: builtin/checkout.c:414 967msgid "you need to resolve your current index first" 968msgstr "" 969 970#: builtin/checkout.c:533 971#, c-format 972msgid "Can not do reflog for '%s'\n" 973msgstr "" 974 975#: builtin/checkout.c:565 976msgid "HEAD is now at" 977msgstr "" 978 979#: builtin/checkout.c:572 980#, c-format 981msgid "Reset branch '%s'\n" 982msgstr "" 983 984#: builtin/checkout.c:575 985#, c-format 986msgid "Already on '%s'\n" 987msgstr "" 988 989#: builtin/checkout.c:579 990#, c-format 991msgid "Switched to and reset branch '%s'\n" 992msgstr "" 993 994#: builtin/checkout.c:581 995#, c-format 996msgid "Switched to a new branch '%s'\n" 997msgstr "" 998 999#: builtin/checkout.c:5831000#, c-format1001msgid "Switched to branch '%s'\n"1002msgstr ""10031004#: builtin/checkout.c:6391005#, c-format1006msgid " ... and %d more.\n"1007msgstr ""10081009#. The singular version1010#: builtin/checkout.c:6451011#, c-format1012msgid ""1013"Warning: you are leaving %d commit behind, not connected to\n"1014"any of your branches:\n"1015"\n"1016"%s\n"1017msgid_plural ""1018"Warning: you are leaving %d commits behind, not connected to\n"1019"any of your branches:\n"1020"\n"1021"%s\n"1022msgstr[0] ""1023msgstr[1] ""10241025#: builtin/checkout.c:6631026#, c-format1027msgid ""1028"If you want to keep them by creating a new branch, this may be a good time\n"1029"to do so with:\n"1030"\n"1031" git branch new_branch_name %s\n"1032"\n"1033msgstr ""10341035#: builtin/checkout.c:6921036msgid "internal error in revision walk"1037msgstr ""10381039#: builtin/checkout.c:6961040msgid "Previous HEAD position was"1041msgstr ""10421043#: builtin/checkout.c:7221044msgid "You are on a branch yet to be born"1045msgstr ""10461047#. case (1)1048#: builtin/checkout.c:8531049#, c-format1050msgid "invalid reference: %s"1051msgstr ""10521053#. case (1): want a tree1054#: builtin/checkout.c:8921055#, c-format1056msgid "reference is not a tree: %s"1057msgstr ""10581059#: builtin/checkout.c:9721060msgid "-B cannot be used with -b"1061msgstr ""10621063#: builtin/checkout.c:9811064msgid "--patch is incompatible with all other options"1065msgstr ""10661067#: builtin/checkout.c:9841068msgid "--detach cannot be used with -b/-B/--orphan"1069msgstr ""10701071#: builtin/checkout.c:9861072msgid "--detach cannot be used with -t"1073msgstr ""10741075#: builtin/checkout.c:9921076msgid "--track needs a branch name"1077msgstr ""10781079#: builtin/checkout.c:9991080msgid "Missing branch name; try -b"1081msgstr ""10821083#: builtin/checkout.c:10051084msgid "--orphan and -b|-B are mutually exclusive"1085msgstr ""10861087#: builtin/checkout.c:10071088msgid "--orphan cannot be used with -t"1089msgstr ""10901091#: builtin/checkout.c:10171092msgid "git checkout: -f and -m are incompatible"1093msgstr ""10941095#: builtin/checkout.c:10511096msgid "invalid path specification"1097msgstr ""10981099#: builtin/checkout.c:10591100#, c-format1101msgid ""1102"git checkout: updating paths is incompatible with switching branches.\n"1103"Did you intend to checkout '%s' which can not be resolved as commit?"1104msgstr ""11051106#: builtin/checkout.c:10611107msgid "git checkout: updating paths is incompatible with switching branches."1108msgstr ""11091110#: builtin/checkout.c:10661111msgid "git checkout: --detach does not take a path argument"1112msgstr ""11131114#: builtin/checkout.c:10691115msgid ""1116"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1117"checking out of the index."1118msgstr ""11191120#: builtin/checkout.c:10881121msgid "Cannot switch branch to a non-commit."1122msgstr ""11231124#: builtin/checkout.c:10911125msgid "--ours/--theirs is incompatible with switching branches."1126msgstr ""11271128#: builtin/clean.c:781129msgid "-x and -X cannot be used together"1130msgstr ""11311132#: builtin/clean.c:821133msgid ""1134"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1135msgstr ""11361137#: builtin/clean.c:851138msgid ""1139"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1140"clean"1141msgstr ""11421143#: builtin/clean.c:155 builtin/clean.c:1761144#, c-format1145msgid "Would remove %s\n"1146msgstr ""11471148#: builtin/clean.c:159 builtin/clean.c:1791149#, c-format1150msgid "Removing %s\n"1151msgstr ""11521153#: builtin/clean.c:162 builtin/clean.c:1821154#, c-format1155msgid "failed to remove %s"1156msgstr ""11571158#: builtin/clean.c:1661159#, c-format1160msgid "Would not remove %s\n"1161msgstr ""11621163#: builtin/clean.c:1681164#, c-format1165msgid "Not removing %s\n"1166msgstr ""11671168#: builtin/clone.c:2431169#, c-format1170msgid "reference repository '%s' is not a local directory."1171msgstr ""11721173#: builtin/clone.c:3021174#, c-format1175msgid "failed to open '%s'"1176msgstr ""11771178#: builtin/clone.c:3061179#, c-format1180msgid "failed to create directory '%s'"1181msgstr ""11821183#: builtin/clone.c:308 builtin/diff.c:751184#, c-format1185msgid "failed to stat '%s'"1186msgstr ""11871188#: builtin/clone.c:3101189#, c-format1190msgid "%s exists and is not a directory"1191msgstr ""11921193#: builtin/clone.c:3241194#, c-format1195msgid "failed to stat %s\n"1196msgstr ""11971198#: builtin/clone.c:3411199#, c-format1200msgid "failed to unlink '%s'"1201msgstr ""12021203#: builtin/clone.c:3461204#, c-format1205msgid "failed to create link '%s'"1206msgstr ""12071208#: builtin/clone.c:3501209#, c-format1210msgid "failed to copy file to '%s'"1211msgstr ""12121213#: builtin/clone.c:3731214#, c-format1215msgid "done.\n"1216msgstr ""12171218#: builtin/clone.c:4401219#, c-format1220msgid "Could not find remote branch %s to clone."1221msgstr ""12221223#: builtin/clone.c:5491224msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1225msgstr ""12261227#: builtin/clone.c:6391228msgid "Too many arguments."1229msgstr ""12301231#: builtin/clone.c:6431232msgid "You must specify a repository to clone."1233msgstr ""12341235#: builtin/clone.c:6541236#, c-format1237msgid "--bare and --origin %s options are incompatible."1238msgstr ""12391240#: builtin/clone.c:6681241#, c-format1242msgid "repository '%s' does not exist"1243msgstr ""12441245#: builtin/clone.c:6731246msgid "--depth is ignored in local clones; use file:// instead."1247msgstr ""12481249#: builtin/clone.c:6831250#, c-format1251msgid "destination path '%s' already exists and is not an empty directory."1252msgstr ""12531254#: builtin/clone.c:6931255#, c-format1256msgid "working tree '%s' already exists."1257msgstr ""12581259#: builtin/clone.c:706 builtin/clone.c:7201260#, c-format1261msgid "could not create leading directories of '%s'"1262msgstr ""12631264#: builtin/clone.c:7091265#, c-format1266msgid "could not create work tree dir '%s'."1267msgstr ""12681269#: builtin/clone.c:7281270#, c-format1271msgid "Cloning into bare repository '%s'...\n"1272msgstr ""12731274#: builtin/clone.c:7301275#, c-format1276msgid "Cloning into '%s'...\n"1277msgstr ""12781279#: builtin/clone.c:7861280#, c-format1281msgid "Don't know how to clone %s"1282msgstr ""12831284#: builtin/clone.c:8351285#, c-format1286msgid "Remote branch %s not found in upstream %s"1287msgstr ""12881289#: builtin/clone.c:8421290msgid "You appear to have cloned an empty repository."1291msgstr ""12921293#: builtin/commit.c:421294msgid ""1295"Your name and email address were configured automatically based\n"1296"on your username and hostname. Please check that they are accurate.\n"1297"You can suppress this message by setting them explicitly:\n"1298"\n"1299" git config --global user.name \"Your Name\"\n"1300" git config --global user.email you@example.com\n"1301"\n"1302"After doing this, you may fix the identity used for this commit with:\n"1303"\n"1304" git commit --amend --reset-author\n"1305msgstr ""13061307#: builtin/commit.c:541308msgid ""1309"You asked to amend the most recent commit, but doing so would make\n"1310"it empty. You can repeat your command with --allow-empty, or you can\n"1311"remove the commit entirely with \"git reset HEAD^\".\n"1312msgstr ""13131314#: builtin/commit.c:591315msgid ""1316"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1317"If you wish to commit it anyway, use:\n"1318"\n"1319" git commit --allow-empty\n"1320"\n"1321"Otherwise, please use 'git reset'\n"1322msgstr ""13231324#: builtin/commit.c:205 builtin/reset.c:331325msgid "merge"1326msgstr ""13271328#: builtin/commit.c:2081329msgid "cherry-pick"1330msgstr ""13311332#: builtin/commit.c:3251333msgid "failed to unpack HEAD tree object"1334msgstr ""13351336#: builtin/commit.c:3671337msgid "unable to create temporary index"1338msgstr ""13391340#: builtin/commit.c:3731341msgid "interactive add failed"1342msgstr ""13431344#: builtin/commit.c:406 builtin/commit.c:427 builtin/commit.c:4731345msgid "unable to write new_index file"1346msgstr ""13471348#: builtin/commit.c:4571349#, c-format1350msgid "cannot do a partial commit during a %s."1351msgstr ""13521353#: builtin/commit.c:4661354msgid "cannot read the index"1355msgstr ""13561357#: builtin/commit.c:4861358msgid "unable to write temporary index file"1359msgstr ""13601361#: builtin/commit.c:550 builtin/commit.c:5561362#, c-format1363msgid "invalid commit: %s"1364msgstr ""13651366#: builtin/commit.c:5791367msgid "malformed --author parameter"1368msgstr ""13691370#: builtin/commit.c:6351371#, c-format1372msgid "Malformed ident string: '%s'"1373msgstr ""13741375#: builtin/commit.c:670 builtin/commit.c:703 builtin/commit.c:10001376#, c-format1377msgid "could not lookup commit %s"1378msgstr ""13791380#: builtin/commit.c:682 builtin/shortlog.c:2961381#, c-format1382msgid "(reading log message from standard input)\n"1383msgstr ""13841385#: builtin/commit.c:6841386msgid "could not read log from standard input"1387msgstr ""13881389#: builtin/commit.c:6881390#, c-format1391msgid "could not read log file '%s'"1392msgstr ""13931394#: builtin/commit.c:6941395msgid "commit has empty message"1396msgstr ""13971398#: builtin/commit.c:7101399msgid "could not read MERGE_MSG"1400msgstr ""14011402#: builtin/commit.c:7141403msgid "could not read SQUASH_MSG"1404msgstr ""14051406#: builtin/commit.c:7181407#, c-format1408msgid "could not read '%s'"1409msgstr ""14101411#: builtin/commit.c:7461412#, c-format1413msgid "could not open '%s'"1414msgstr ""14151416#: builtin/commit.c:7701417msgid "could not write commit template"1418msgstr ""14191420#: builtin/commit.c:7831421#, c-format1422msgid ""1423"\n"1424"It looks like you may be committing a %s.\n"1425"If this is not correct, please remove the file\n"1426"\t%s\n"1427"and try again.\n"1428msgstr ""14291430#: builtin/commit.c:7961431msgid "Please enter the commit message for your changes."1432msgstr ""14331434#: builtin/commit.c:7991435msgid ""1436" Lines starting\n"1437"with '#' will be ignored, and an empty message aborts the commit.\n"1438msgstr ""14391440#: builtin/commit.c:8041441msgid ""1442" Lines starting\n"1443"with '#' will be kept; you may remove them yourself if you want to.\n"1444"An empty message aborts the commit.\n"1445msgstr ""14461447#: builtin/commit.c:8161448#, c-format1449msgid "%sAuthor: %s"1450msgstr ""14511452#: builtin/commit.c:8231453#, c-format1454msgid "%sCommitter: %s"1455msgstr ""14561457#: builtin/commit.c:8431458msgid "Cannot read index"1459msgstr ""14601461#: builtin/commit.c:8801462msgid "Error building trees"1463msgstr ""14641465#: builtin/commit.c:895 builtin/tag.c:3571466#, c-format1467msgid "Please supply the message using either -m or -F option.\n"1468msgstr ""14691470#: builtin/commit.c:9751471#, c-format1472msgid "No existing author found with '%s'"1473msgstr ""14741475#: builtin/commit.c:990 builtin/commit.c:11821476#, c-format1477msgid "Invalid untracked files mode '%s'"1478msgstr ""14791480#: builtin/commit.c:10301481msgid "Using both --reset-author and --author does not make sense"1482msgstr ""14831484#: builtin/commit.c:10411485msgid "You have nothing to amend."1486msgstr ""14871488#: builtin/commit.c:10431489#, c-format1490msgid "You are in the middle of a %s -- cannot amend."1491msgstr ""14921493#: builtin/commit.c:10451494msgid "Options --squash and --fixup cannot be used together"1495msgstr ""14961497#: builtin/commit.c:10551498msgid "Only one of -c/-C/-F/--fixup can be used."1499msgstr ""15001501#: builtin/commit.c:10571502msgid "Option -m cannot be combined with -c/-C/-F/--fixup."1503msgstr ""15041505#: builtin/commit.c:10631506msgid "--reset-author can be used only with -C, -c or --amend."1507msgstr ""15081509#: builtin/commit.c:10801510msgid "Only one of --include/--only/--all/--interactive/--patch can be used."1511msgstr ""15121513#: builtin/commit.c:10821514msgid "No paths with --include/--only does not make sense."1515msgstr ""15161517#: builtin/commit.c:10841518msgid "Clever... amending the last one with dirty index."1519msgstr ""15201521#: builtin/commit.c:10861522msgid "Explicit paths specified without -i nor -o; assuming --only paths..."1523msgstr ""15241525#: builtin/commit.c:1096 builtin/tag.c:5561526#, c-format1527msgid "Invalid cleanup mode %s"1528msgstr ""15291530#: builtin/commit.c:11011531msgid "Paths with -a does not make sense."1532msgstr ""15331534#: builtin/commit.c:12801535msgid "couldn't look up newly created commit"1536msgstr ""15371538#: builtin/commit.c:12821539msgid "could not parse newly created commit"1540msgstr ""15411542#: builtin/commit.c:13231543msgid "detached HEAD"1544msgstr ""15451546#: builtin/commit.c:13251547msgid " (root-commit)"1548msgstr ""15491550#: builtin/commit.c:14151551msgid "could not parse HEAD commit"1552msgstr ""15531554#: builtin/commit.c:1452 builtin/merge.c:5071555#, c-format1556msgid "could not open '%s' for reading"1557msgstr ""15581559#: builtin/commit.c:14591560#, c-format1561msgid "Corrupt MERGE_HEAD file (%s)"1562msgstr ""15631564#: builtin/commit.c:14661565msgid "could not read MERGE_MODE"1566msgstr ""15671568#: builtin/commit.c:14851569#, c-format1570msgid "could not read commit message: %s"1571msgstr ""15721573#: builtin/commit.c:14991574#, c-format1575msgid "Aborting commit due to empty commit message.\n"1576msgstr ""15771578#: builtin/commit.c:1514 builtin/merge.c:933 builtin/merge.c:9661579msgid "failed to write commit object"1580msgstr ""15811582#: builtin/commit.c:15351583msgid "cannot lock HEAD ref"1584msgstr ""15851586#: builtin/commit.c:15391587msgid "cannot update HEAD ref"1588msgstr ""15891590#: builtin/commit.c:15501591msgid ""1592"Repository has been updated, but unable to write\n"1593"new_index file. Check that disk is not full or quota is\n"1594"not exceeded, and then \"git reset HEAD\" to recover."1595msgstr ""15961597#: builtin/describe.c:2341598#, c-format1599msgid "annotated tag %s not available"1600msgstr ""16011602#: builtin/describe.c:2381603#, c-format1604msgid "annotated tag %s has no embedded name"1605msgstr ""16061607#: builtin/describe.c:2401608#, c-format1609msgid "tag '%s' is really '%s' here"1610msgstr ""16111612#: builtin/describe.c:2671613#, c-format1614msgid "Not a valid object name %s"1615msgstr ""16161617#: builtin/describe.c:2701618#, c-format1619msgid "%s is not a valid '%s' object"1620msgstr ""16211622#: builtin/describe.c:2871623#, c-format1624msgid "no tag exactly matches '%s'"1625msgstr ""16261627#: builtin/describe.c:2891628#, c-format1629msgid "searching to describe %s\n"1630msgstr ""16311632#: builtin/describe.c:3291633#, c-format1634msgid "finished search at %s\n"1635msgstr ""16361637#: builtin/describe.c:3531638#, c-format1639msgid ""1640"No annotated tags can describe '%s'.\n"1641"However, there were unannotated tags: try --tags."1642msgstr ""16431644#: builtin/describe.c:3571645#, c-format1646msgid ""1647"No tags can describe '%s'.\n"1648"Try --always, or create some tags."1649msgstr ""16501651#: builtin/describe.c:3781652#, c-format1653msgid "traversed %lu commits\n"1654msgstr ""16551656#: builtin/describe.c:3811657#, c-format1658msgid ""1659"more than %i tags found; listed %i most recent\n"1660"gave up search at %s\n"1661msgstr ""16621663#: builtin/describe.c:4361664msgid "--long is incompatible with --abbrev=0"1665msgstr ""16661667#: builtin/describe.c:4621668msgid "No names found, cannot describe anything."1669msgstr ""16701671#: builtin/describe.c:4821672msgid "--dirty is incompatible with commit-ishes"1673msgstr ""16741675#: builtin/diff.c:771676#, c-format1677msgid "'%s': not a regular file or symlink"1678msgstr ""16791680#: builtin/diff.c:2201681#, c-format1682msgid "invalid option: %s"1683msgstr ""16841685#: builtin/diff.c:2931686msgid "Not a git repository"1687msgstr ""16881689#: builtin/diff.c:3431690#, c-format1691msgid "invalid object '%s' given."1692msgstr ""16931694#: builtin/diff.c:3481695#, c-format1696msgid "more than %d trees given: '%s'"1697msgstr ""16981699#: builtin/diff.c:3581700#, c-format1701msgid "more than two blobs given: '%s'"1702msgstr ""17031704#: builtin/diff.c:3661705#, c-format1706msgid "unhandled object '%s' given."1707msgstr ""17081709#: builtin/fetch.c:2001710msgid "Couldn't find remote ref HEAD"1711msgstr ""17121713#: builtin/fetch.c:2521714#, c-format1715msgid "object %s not found"1716msgstr ""17171718#: builtin/fetch.c:2581719msgid "[up to date]"1720msgstr ""17211722#: builtin/fetch.c:2721723#, c-format1724msgid "! %-*s %-*s -> %s (can't fetch in current branch)"1725msgstr ""17261727#: builtin/fetch.c:273 builtin/fetch.c:3511728msgid "[rejected]"1729msgstr ""17301731#: builtin/fetch.c:2841732msgid "[tag update]"1733msgstr ""17341735#: builtin/fetch.c:286 builtin/fetch.c:313 builtin/fetch.c:3311736msgid " (unable to update local ref)"1737msgstr ""17381739#: builtin/fetch.c:2981740msgid "[new tag]"1741msgstr ""17421743#: builtin/fetch.c:3021744msgid "[new branch]"1745msgstr ""17461747#: builtin/fetch.c:3471748msgid "unable to update local ref"1749msgstr ""17501751#: builtin/fetch.c:3471752msgid "forced update"1753msgstr ""17541755#: builtin/fetch.c:3531756msgid "(non-fast-forward)"1757msgstr ""17581759#: builtin/fetch.c:384 builtin/fetch.c:6761760#, c-format1761msgid "cannot open %s: %s\n"1762msgstr ""17631764#: builtin/fetch.c:3931765#, c-format1766msgid "%s did not send all necessary objects\n"1767msgstr ""17681769#: builtin/fetch.c:4791770#, c-format1771msgid "From %.*s\n"1772msgstr ""17731774#: builtin/fetch.c:4901775#, c-format1776msgid ""1777"some local refs could not be updated; try running\n"1778" 'git remote prune %s' to remove any old, conflicting branches"1779msgstr ""17801781#: builtin/fetch.c:5401782#, c-format1783msgid " (%s will become dangling)\n"1784msgstr ""17851786#: builtin/fetch.c:5411787#, c-format1788msgid " (%s has become dangling)\n"1789msgstr ""17901791#: builtin/fetch.c:5481792msgid "[deleted]"1793msgstr ""17941795#: builtin/fetch.c:5491796msgid "(none)"1797msgstr ""17981799#: builtin/fetch.c:6661800#, c-format1801msgid "Refusing to fetch into current branch %s of non-bare repository"1802msgstr ""18031804#: builtin/fetch.c:7001805#, c-format1806msgid "Don't know how to fetch from %s"1807msgstr ""18081809#: builtin/fetch.c:7771810#, c-format1811msgid "Option \"%s\" value \"%s\" is not valid for %s"1812msgstr ""18131814#: builtin/fetch.c:7801815#, c-format1816msgid "Option \"%s\" is ignored for %s\n"1817msgstr ""18181819#: builtin/fetch.c:8791820#, c-format1821msgid "Fetching %s\n"1822msgstr ""18231824#: builtin/fetch.c:8811825#, c-format1826msgid "Could not fetch %s"1827msgstr ""18281829#: builtin/fetch.c:8981830msgid ""1831"No remote repository specified. Please, specify either a URL or a\n"1832"remote name from which new revisions should be fetched."1833msgstr ""18341835#: builtin/fetch.c:9181836msgid "You need to specify a tag name."1837msgstr ""18381839#: builtin/fetch.c:9701840msgid "fetch --all does not take a repository argument"1841msgstr ""18421843#: builtin/fetch.c:9721844msgid "fetch --all does not make sense with refspecs"1845msgstr ""18461847#: builtin/fetch.c:9831848#, c-format1849msgid "No such remote or remote group: %s"1850msgstr ""18511852#: builtin/fetch.c:9911853msgid "Fetching a group and specifying refspecs does not make sense"1854msgstr ""18551856#: builtin/gc.c:631857#, c-format1858msgid "Invalid %s: '%s'"1859msgstr ""18601861#: builtin/gc.c:781862msgid "Too many options specified"1863msgstr ""18641865#: builtin/gc.c:1031866#, c-format1867msgid "insanely long object directory %.*s"1868msgstr ""18691870#: builtin/gc.c:2231871#, c-format1872msgid "Auto packing the repository for optimum performance.\n"1873msgstr ""18741875#: builtin/gc.c:2261876#, c-format1877msgid ""1878"Auto packing the repository for optimum performance. You may also\n"1879"run \"git gc\" manually. See \"git help gc\" for more information.\n"1880msgstr ""18811882#: builtin/gc.c:2561883msgid ""1884"There are too many unreachable loose objects; run 'git prune' to remove them."1885msgstr ""18861887#: builtin/grep.c:2161888#, c-format1889msgid "grep: failed to create thread: %s"1890msgstr ""18911892#: builtin/grep.c:4021893#, c-format1894msgid "Failed to chdir: %s"1895msgstr ""18961897#: builtin/grep.c:478 builtin/grep.c:5121898#, c-format1899msgid "unable to read tree (%s)"1900msgstr ""19011902#: builtin/grep.c:5261903#, c-format1904msgid "unable to grep from object of type %s"1905msgstr ""19061907#: builtin/grep.c:5841908#, c-format1909msgid "switch `%c' expects a numerical value"1910msgstr ""19111912#: builtin/grep.c:6011913#, c-format1914msgid "cannot open '%s'"1915msgstr ""19161917#: builtin/grep.c:8891918msgid "no pattern given."1919msgstr ""19201921#: builtin/grep.c:9031922#, c-format1923msgid "bad object %s"1924msgstr ""19251926#: builtin/grep.c:9441927msgid "--open-files-in-pager only works on the worktree"1928msgstr ""19291930#: builtin/grep.c:9671931msgid "--cached or --untracked cannot be used with --no-index."1932msgstr ""19331934#: builtin/grep.c:9721935msgid "--no-index or --untracked cannot be used with revs."1936msgstr ""19371938#: builtin/grep.c:9751939msgid "--[no-]exclude-standard cannot be used for tracked contents."1940msgstr ""19411942#: builtin/grep.c:9831943msgid "both --cached and trees are given."1944msgstr ""19451946#: builtin/init-db.c:351947#, c-format1948msgid "Could not make %s writable by group"1949msgstr ""19501951#: builtin/init-db.c:621952#, c-format1953msgid "insanely long template name %s"1954msgstr ""19551956#: builtin/init-db.c:671957#, c-format1958msgid "cannot stat '%s'"1959msgstr ""19601961#: builtin/init-db.c:731962#, c-format1963msgid "cannot stat template '%s'"1964msgstr ""19651966#: builtin/init-db.c:801967#, c-format1968msgid "cannot opendir '%s'"1969msgstr ""19701971#: builtin/init-db.c:971972#, c-format1973msgid "cannot readlink '%s'"1974msgstr ""19751976#: builtin/init-db.c:991977#, c-format1978msgid "insanely long symlink %s"1979msgstr ""19801981#: builtin/init-db.c:1021982#, c-format1983msgid "cannot symlink '%s' '%s'"1984msgstr ""19851986#: builtin/init-db.c:1061987#, c-format1988msgid "cannot copy '%s' to '%s'"1989msgstr ""19901991#: builtin/init-db.c:1101992#, c-format1993msgid "ignoring template %s"1994msgstr ""19951996#: builtin/init-db.c:1331997#, c-format1998msgid "insanely long template path %s"1999msgstr ""20002001#: builtin/init-db.c:1412002#, c-format2003msgid "templates not found %s"2004msgstr ""20052006#: builtin/init-db.c:1542007#, c-format2008msgid "not copying templates of a wrong format version %d from '%s'"2009msgstr ""20102011#: builtin/init-db.c:1922012#, c-format2013msgid "insane git directory %s"2014msgstr ""20152016#: builtin/init-db.c:322 builtin/init-db.c:3252017#, c-format2018msgid "%s already exists"2019msgstr ""20202021#: builtin/init-db.c:3542022#, c-format2023msgid "unable to handle file type %d"2024msgstr ""20252026#: builtin/init-db.c:3572027#, c-format2028msgid "unable to move %s to %s"2029msgstr ""20302031#: builtin/init-db.c:3622032#, c-format2033msgid "Could not create git link %s"2034msgstr ""20352036#.2037#. * TRANSLATORS: The first '%s' is either "Reinitialized2038#. * existing" or "Initialized empty", the second " shared" or2039#. * "", and the last '%s%s' is the verbatim directory name.2040#.2041#: builtin/init-db.c:4192042#, c-format2043msgid "%s%s Git repository in %s%s\n"2044msgstr ""20452046#: builtin/init-db.c:4202047msgid "Reinitialized existing"2048msgstr ""20492050#: builtin/init-db.c:4202051msgid "Initialized empty"2052msgstr ""20532054#: builtin/init-db.c:4212055msgid " shared"2056msgstr ""20572058#: builtin/init-db.c:4402059msgid "cannot tell cwd"2060msgstr ""20612062#: builtin/init-db.c:521 builtin/init-db.c:5282063#, c-format2064msgid "cannot mkdir %s"2065msgstr ""20662067#: builtin/init-db.c:5322068#, c-format2069msgid "cannot chdir to %s"2070msgstr ""20712072#: builtin/init-db.c:5542073#, c-format2074msgid ""2075"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"2076"dir=<directory>)"2077msgstr ""20782079#: builtin/init-db.c:5782080msgid "Cannot access current working directory"2081msgstr ""20822083#: builtin/init-db.c:5852084#, c-format2085msgid "Cannot access work tree '%s'"2086msgstr ""20872088#: builtin/log.c:1852089#, c-format2090msgid "Final output: %d %s\n"2091msgstr ""20922093#: builtin/log.c:393 builtin/log.c:4792094#, c-format2095msgid "Could not read object %s"2096msgstr ""20972098#: builtin/log.c:5032099#, c-format2100msgid "Unknown type: %d"2101msgstr ""21022103#: builtin/log.c:5922104msgid "format.headers without value"2105msgstr ""21062107#: builtin/log.c:6652108msgid "name of output directory is too long"2109msgstr ""21102111#: builtin/log.c:6762112#, c-format2113msgid "Cannot open patch file %s"2114msgstr ""21152116#: builtin/log.c:6902117msgid "Need exactly one range."2118msgstr ""21192120#: builtin/log.c:6982121msgid "Not a range."2122msgstr ""21232124#: builtin/log.c:7352125msgid "Could not extract email from committer identity."2126msgstr ""21272128#: builtin/log.c:7812129msgid "Cover letter needs email format"2130msgstr ""21312132#: builtin/log.c:8752133#, c-format2134msgid "insane in-reply-to: %s"2135msgstr ""21362137#: builtin/log.c:9482138msgid "Two output directories?"2139msgstr ""21402141#: builtin/log.c:11692142#, c-format2143msgid "bogus committer info %s"2144msgstr ""21452146#: builtin/log.c:12142147msgid "-n and -k are mutually exclusive."2148msgstr ""21492150#: builtin/log.c:12162151msgid "--subject-prefix and -k are mutually exclusive."2152msgstr ""21532154#: builtin/log.c:1221 builtin/shortlog.c:2842155#, c-format2156msgid "unrecognized argument: %s"2157msgstr ""21582159#: builtin/log.c:12242160msgid "--name-only does not make sense"2161msgstr ""21622163#: builtin/log.c:12262164msgid "--name-status does not make sense"2165msgstr ""21662167#: builtin/log.c:12282168msgid "--check does not make sense"2169msgstr ""21702171#: builtin/log.c:12512172msgid "standard output, or directory, which one?"2173msgstr ""21742175#: builtin/log.c:12532176#, c-format2177msgid "Could not create directory '%s'"2178msgstr ""21792180#: builtin/log.c:14062181msgid "Failed to create output files"2182msgstr ""21832184#: builtin/log.c:15102185#, c-format2186msgid ""2187"Could not find a tracked remote branch, please specify <upstream> manually.\n"2188msgstr ""21892190#: builtin/log.c:1526 builtin/log.c:1528 builtin/log.c:15402191#, c-format2192msgid "Unknown commit %s"2193msgstr ""21942195#: builtin/merge.c:912196msgid "switch `m' requires a value"2197msgstr ""21982199#: builtin/merge.c:1282200#, c-format2201msgid "Could not find merge strategy '%s'.\n"2202msgstr ""22032204#: builtin/merge.c:1292205#, c-format2206msgid "Available strategies are:"2207msgstr ""22082209#: builtin/merge.c:1342210#, c-format2211msgid "Available custom strategies are:"2212msgstr ""22132214#: builtin/merge.c:2412215msgid "could not run stash."2216msgstr ""22172218#: builtin/merge.c:2462219msgid "stash failed"2220msgstr ""22212222#: builtin/merge.c:2512223#, c-format2224msgid "not a valid object: %s"2225msgstr ""22262227#: builtin/merge.c:270 builtin/merge.c:2872228msgid "read-tree failed"2229msgstr ""22302231#: builtin/merge.c:3172232msgid " (nothing to squash)"2233msgstr ""22342235#: builtin/merge.c:3302236#, c-format2237msgid "Squash commit -- not updating HEAD\n"2238msgstr ""22392240#: builtin/merge.c:3622241msgid "Writing SQUASH_MSG"2242msgstr ""22432244#: builtin/merge.c:3642245msgid "Finishing SQUASH_MSG"2246msgstr ""22472248#: builtin/merge.c:3862249#, c-format2250msgid "No merge message -- not updating HEAD\n"2251msgstr ""22522253#: builtin/merge.c:4352254#, c-format2255msgid "'%s' does not point to a commit"2256msgstr ""22572258#: builtin/merge.c:5342259#, c-format2260msgid "Bad branch.%s.mergeoptions string: %s"2261msgstr ""22622263#: builtin/merge.c:6272264msgid "git write-tree failed to write a tree"2265msgstr ""22662267#: builtin/merge.c:6772268msgid "failed to read the cache"2269msgstr ""22702271#: builtin/merge.c:6942272msgid "Unable to write index."2273msgstr ""22742275#: builtin/merge.c:7072276msgid "Not handling anything other than two heads merge."2277msgstr ""22782279#: builtin/merge.c:7212280#, c-format2281msgid "Unknown option for merge-recursive: -X%s"2282msgstr ""22832284#: builtin/merge.c:7352285#, c-format2286msgid "unable to write %s"2287msgstr ""22882289#: builtin/merge.c:8742290#, c-format2291msgid "Could not read from '%s'"2292msgstr ""22932294#: builtin/merge.c:8832295#, c-format2296msgid "Not committing merge; use 'git commit' to complete the merge.\n"2297msgstr ""22982299#: builtin/merge.c:8892300msgid ""2301"Please enter a commit message to explain why this merge is necessary,\n"2302"especially if it merges an updated upstream into a topic branch.\n"2303"\n"2304"Lines starting with '#' will be ignored, and an empty message aborts\n"2305"the commit.\n"2306msgstr ""23072308#: builtin/merge.c:9132309msgid "Empty commit message."2310msgstr ""23112312#: builtin/merge.c:9252313#, c-format2314msgid "Wonderful.\n"2315msgstr ""23162317#: builtin/merge.c:9982318#, c-format2319msgid "Automatic merge failed; fix conflicts and then commit the result.\n"2320msgstr ""23212322#: builtin/merge.c:10142323#, c-format2324msgid "'%s' is not a commit"2325msgstr ""23262327#: builtin/merge.c:10552328msgid "No current branch."2329msgstr ""23302331#: builtin/merge.c:10572332msgid "No remote for the current branch."2333msgstr ""23342335#: builtin/merge.c:10592336msgid "No default upstream defined for the current branch."2337msgstr ""23382339#: builtin/merge.c:10642340#, c-format2341msgid "No remote tracking branch for %s from %s"2342msgstr ""23432344#: builtin/merge.c:11862345msgid "There is no merge to abort (MERGE_HEAD missing)."2346msgstr ""23472348#: builtin/merge.c:1202 git-pull.sh:312349msgid ""2350"You have not concluded your merge (MERGE_HEAD exists).\n"2351"Please, commit your changes before you can merge."2352msgstr ""23532354#: builtin/merge.c:1205 git-pull.sh:342355msgid "You have not concluded your merge (MERGE_HEAD exists)."2356msgstr ""23572358#: builtin/merge.c:12092359msgid ""2360"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"2361"Please, commit your changes before you can merge."2362msgstr ""23632364#: builtin/merge.c:12122365msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."2366msgstr ""23672368#: builtin/merge.c:12212369msgid "You cannot combine --squash with --no-ff."2370msgstr ""23712372#: builtin/merge.c:12262373msgid "You cannot combine --no-ff with --ff-only."2374msgstr ""23752376#: builtin/merge.c:12332377msgid "No commit specified and merge.defaultToUpstream not set."2378msgstr ""23792380#: builtin/merge.c:12642381msgid "Can merge only exactly one commit into empty head"2382msgstr ""23832384#: builtin/merge.c:12672385msgid "Squash commit into empty head not supported yet"2386msgstr ""23872388#: builtin/merge.c:12692389msgid "Non-fast-forward commit does not make sense into an empty head"2390msgstr ""23912392#: builtin/merge.c:1273 builtin/merge.c:13172393#, c-format2394msgid "%s - not something we can merge"2395msgstr ""23962397#: builtin/merge.c:13832398#, c-format2399msgid "Updating %s..%s\n"2400msgstr ""24012402#: builtin/merge.c:14212403#, c-format2404msgid "Trying really trivial in-index merge...\n"2405msgstr ""24062407#: builtin/merge.c:14282408#, c-format2409msgid "Nope.\n"2410msgstr ""24112412#: builtin/merge.c:14602413msgid "Not possible to fast-forward, aborting."2414msgstr ""24152416#: builtin/merge.c:1483 builtin/merge.c:15602417#, c-format2418msgid "Rewinding the tree to pristine...\n"2419msgstr ""24202421#: builtin/merge.c:14872422#, c-format2423msgid "Trying merge strategy %s...\n"2424msgstr ""24252426#: builtin/merge.c:15512427#, c-format2428msgid "No merge strategy handled the merge.\n"2429msgstr ""24302431#: builtin/merge.c:15532432#, c-format2433msgid "Merge with strategy %s failed.\n"2434msgstr ""24352436#: builtin/merge.c:15622437#, c-format2438msgid "Using the %s to prepare resolving by hand.\n"2439msgstr ""24402441#: builtin/merge.c:15732442#, c-format2443msgid "Automatic merge went well; stopped before committing as requested\n"2444msgstr ""24452446#: builtin/mv.c:1082447#, c-format2448msgid "Checking rename of '%s' to '%s'\n"2449msgstr ""24502451#: builtin/mv.c:1122452msgid "bad source"2453msgstr ""24542455#: builtin/mv.c:1152456msgid "can not move directory into itself"2457msgstr ""24582459#: builtin/mv.c:1182460msgid "cannot move directory over file"2461msgstr ""24622463#: builtin/mv.c:1282464#, c-format2465msgid "Huh? %.*s is in index?"2466msgstr ""24672468#: builtin/mv.c:1402469msgid "source directory is empty"2470msgstr ""24712472#: builtin/mv.c:1712473msgid "not under version control"2474msgstr ""24752476#: builtin/mv.c:1732477msgid "destination exists"2478msgstr ""24792480#: builtin/mv.c:1812481#, c-format2482msgid "overwriting '%s'"2483msgstr ""24842485#: builtin/mv.c:1842486msgid "Cannot overwrite"2487msgstr ""24882489#: builtin/mv.c:1872490msgid "multiple sources for the same target"2491msgstr ""24922493#: builtin/mv.c:2022494#, c-format2495msgid "%s, source=%s, destination=%s"2496msgstr ""24972498#: builtin/mv.c:2122499#, c-format2500msgid "Renaming %s to %s\n"2501msgstr ""25022503#: builtin/mv.c:2152504#, c-format2505msgid "renaming '%s' failed"2506msgstr ""25072508#: builtin/notes.c:1392509#, c-format2510msgid "unable to start 'show' for object '%s'"2511msgstr ""25122513#: builtin/notes.c:1452514msgid "can't fdopen 'show' output fd"2515msgstr ""25162517#: builtin/notes.c:1552518#, c-format2519msgid "failed to close pipe to 'show' for object '%s'"2520msgstr ""25212522#: builtin/notes.c:1582523#, c-format2524msgid "failed to finish 'show' for object '%s'"2525msgstr ""25262527#: builtin/notes.c:175 builtin/tag.c:3432528#, c-format2529msgid "could not create file '%s'"2530msgstr ""25312532#: builtin/notes.c:1892533msgid "Please supply the note contents using either -m or -F option"2534msgstr ""25352536#: builtin/notes.c:210 builtin/notes.c:9732537#, c-format2538msgid "Removing note for object %s\n"2539msgstr ""25402541#: builtin/notes.c:2152542msgid "unable to write note object"2543msgstr ""25442545#: builtin/notes.c:2172546#, c-format2547msgid "The note contents has been left in %s"2548msgstr ""25492550#: builtin/notes.c:251 builtin/tag.c:5212551#, c-format2552msgid "cannot read '%s'"2553msgstr ""25542555#: builtin/notes.c:253 builtin/tag.c:5242556#, c-format2557msgid "could not open or read '%s'"2558msgstr ""25592560#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4472561#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6442562#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7662563#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5372564#, c-format2565msgid "Failed to resolve '%s' as a valid ref."2566msgstr ""25672568#: builtin/notes.c:2752569#, c-format2570msgid "Failed to read object '%s'."2571msgstr ""25722573#: builtin/notes.c:2992574msgid "Cannot commit uninitialized/unreferenced notes tree"2575msgstr ""25762577#: builtin/notes.c:3402578#, c-format2579msgid "Bad notes.rewriteMode value: '%s'"2580msgstr ""25812582#: builtin/notes.c:3502583#, c-format2584msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"2585msgstr ""25862587#. TRANSLATORS: The first %s is the name of the2588#. environment variable, the second %s is its value2589#: builtin/notes.c:3772590#, c-format2591msgid "Bad %s value: '%s'"2592msgstr ""25932594#: builtin/notes.c:4412595#, c-format2596msgid "Malformed input line: '%s'."2597msgstr ""25982599#: builtin/notes.c:4562600#, c-format2601msgid "Failed to copy notes from '%s' to '%s'"2602msgstr ""26032604#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6272605#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7592606#: builtin/notes.c:10332607msgid "too many parameters"2608msgstr ""26092610#: builtin/notes.c:513 builtin/notes.c:7722611#, c-format2612msgid "No note found for object %s."2613msgstr ""26142615#: builtin/notes.c:5802616#, c-format2617msgid ""2618"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "2619"existing notes"2620msgstr ""26212622#: builtin/notes.c:585 builtin/notes.c:6622623#, c-format2624msgid "Overwriting existing notes for object %s\n"2625msgstr ""26262627#: builtin/notes.c:6352628msgid "too few parameters"2629msgstr ""26302631#: builtin/notes.c:6562632#, c-format2633msgid ""2634"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "2635"existing notes"2636msgstr ""26372638#: builtin/notes.c:6682639#, c-format2640msgid "Missing notes on source object %s. Cannot copy."2641msgstr ""26422643#: builtin/notes.c:7172644#, c-format2645msgid ""2646"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"2647"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"2648msgstr ""26492650#: builtin/notes.c:9712651#, c-format2652msgid "Object %s has no note\n"2653msgstr ""26542655#: builtin/notes.c:11032656#, c-format2657msgid "Unknown subcommand: %s"2658msgstr ""26592660#: builtin/pack-objects.c:23102661#, c-format2662msgid "unsupported index version %s"2663msgstr ""26642665#: builtin/pack-objects.c:23142666#, c-format2667msgid "bad index version '%s'"2668msgstr ""26692670#: builtin/pack-objects.c:23222671#, c-format2672msgid "option %s does not accept negative form"2673msgstr ""26742675#: builtin/pack-objects.c:23262676#, c-format2677msgid "unable to parse value '%s' for option %s"2678msgstr ""26792680#: builtin/push.c:442681msgid "tag shorthand without <tag>"2682msgstr ""26832684#: builtin/push.c:632685msgid "--delete only accepts plain target ref names"2686msgstr ""26872688#: builtin/push.c:732689#, c-format2690msgid ""2691"You are not currently on a branch.\n"2692"To push the history leading to the current (detached HEAD)\n"2693"state now, use\n"2694"\n"2695" git push %s HEAD:<name-of-remote-branch>\n"2696msgstr ""26972698#: builtin/push.c:802699#, c-format2700msgid ""2701"The current branch %s has no upstream branch.\n"2702"To push the current branch and set the remote as upstream, use\n"2703"\n"2704" git push --set-upstream %s %s\n"2705msgstr ""27062707#: builtin/push.c:882708#, c-format2709msgid "The current branch %s has multiple upstream branches, refusing to push."2710msgstr ""27112712#: builtin/push.c:1112713msgid ""2714"You didn't specify any refspecs to push, and push.default is \"nothing\"."2715msgstr ""27162717#: builtin/push.c:1312718#, c-format2719msgid "Pushing to %s\n"2720msgstr ""27212722#: builtin/push.c:1352723#, c-format2724msgid "failed to push some refs to '%s'"2725msgstr ""27262727#: builtin/push.c:1432728#, c-format2729msgid ""2730"To prevent you from losing history, non-fast-forward updates were rejected\n"2731"Merge the remote changes (e.g. 'git pull') before pushing again. See the\n"2732"'Note about fast-forwards' section of 'git push --help' for details.\n"2733msgstr ""27342735#: builtin/push.c:1602736#, c-format2737msgid "bad repository '%s'"2738msgstr ""27392740#: builtin/push.c:1612741msgid ""2742"No configured push destination.\n"2743"Either specify the URL from the command-line or configure a remote "2744"repository using\n"2745"\n"2746" git remote add <name> <url>\n"2747"\n"2748"and then push using the remote name\n"2749"\n"2750" git push <name>\n"2751msgstr ""27522753#: builtin/push.c:1762754msgid "--all and --tags are incompatible"2755msgstr ""27562757#: builtin/push.c:1772758msgid "--all can't be combined with refspecs"2759msgstr ""27602761#: builtin/push.c:1822762msgid "--mirror and --tags are incompatible"2763msgstr ""27642765#: builtin/push.c:1832766msgid "--mirror can't be combined with refspecs"2767msgstr ""27682769#: builtin/push.c:1882770msgid "--all and --mirror are incompatible"2771msgstr ""27722773#: builtin/push.c:2742774msgid "--delete is incompatible with --all, --mirror and --tags"2775msgstr ""27762777#: builtin/push.c:2762778msgid "--delete doesn't make sense without any refs"2779msgstr ""27802781#: builtin/reset.c:332782msgid "mixed"2783msgstr ""27842785#: builtin/reset.c:332786msgid "soft"2787msgstr ""27882789#: builtin/reset.c:332790msgid "hard"2791msgstr ""27922793#: builtin/reset.c:332794msgid "keep"2795msgstr ""27962797#: builtin/reset.c:772798msgid "You do not have a valid HEAD."2799msgstr ""28002801#: builtin/reset.c:792802msgid "Failed to find tree of HEAD."2803msgstr ""28042805#: builtin/reset.c:852806#, c-format2807msgid "Failed to find tree of %s."2808msgstr ""28092810#: builtin/reset.c:962811msgid "Could not write new index file."2812msgstr ""28132814#: builtin/reset.c:1062815#, c-format2816msgid "HEAD is now at %s"2817msgstr ""28182819#: builtin/reset.c:1302820msgid "Could not read index"2821msgstr ""28222823#: builtin/reset.c:1332824msgid "Unstaged changes after reset:"2825msgstr ""28262827#: builtin/reset.c:2232828#, c-format2829msgid "Cannot do a %s reset in the middle of a merge."2830msgstr ""28312832#: builtin/reset.c:2972833#, c-format2834msgid "Could not parse object '%s'."2835msgstr ""28362837#: builtin/reset.c:3022838msgid "--patch is incompatible with --{hard,mixed,soft}"2839msgstr ""28402841#: builtin/reset.c:3112842msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."2843msgstr ""28442845#: builtin/reset.c:3132846#, c-format2847msgid "Cannot do %s reset with paths."2848msgstr ""28492850#: builtin/reset.c:3252851#, c-format2852msgid "%s reset is not allowed in a bare repository"2853msgstr ""28542855#: builtin/reset.c:3412856#, c-format2857msgid "Could not reset index file to revision '%s'."2858msgstr ""28592860#: builtin/revert.c:70 builtin/revert.c:912861#, c-format2862msgid "%s: %s cannot be used with %s"2863msgstr ""28642865#: builtin/revert.c:1262866msgid "program error"2867msgstr ""28682869#: builtin/revert.c:2092870msgid "revert failed"2871msgstr ""28722873#: builtin/revert.c:2242874msgid "cherry-pick failed"2875msgstr ""28762877#: builtin/rm.c:1092878#, c-format2879msgid ""2880"'%s' has staged content different from both the file and the HEAD\n"2881"(use -f to force removal)"2882msgstr ""28832884#: builtin/rm.c:1152885#, c-format2886msgid ""2887"'%s' has changes staged in the index\n"2888"(use --cached to keep the file, or -f to force removal)"2889msgstr ""28902891#: builtin/rm.c:1192892#, c-format2893msgid ""2894"'%s' has local modifications\n"2895"(use --cached to keep the file, or -f to force removal)"2896msgstr ""28972898#: builtin/rm.c:1942899#, c-format2900msgid "not removing '%s' recursively without -r"2901msgstr ""29022903#: builtin/rm.c:2302904#, c-format2905msgid "git rm: unable to remove %s"2906msgstr ""29072908#: builtin/shortlog.c:1572909#, c-format2910msgid "Missing author: %s"2911msgstr ""29122913#: builtin/tag.c:582914#, c-format2915msgid "malformed object at '%s'"2916msgstr ""29172918#: builtin/tag.c:2052919#, c-format2920msgid "tag name too long: %.*s..."2921msgstr ""29222923#: builtin/tag.c:2102924#, c-format2925msgid "tag '%s' not found."2926msgstr ""29272928#: builtin/tag.c:2252929#, c-format2930msgid "Deleted tag '%s' (was %s)\n"2931msgstr ""29322933#: builtin/tag.c:2372934#, c-format2935msgid "could not verify the tag '%s'"2936msgstr ""29372938#: builtin/tag.c:2472939msgid ""2940"\n"2941"#\n"2942"# Write a tag message\n"2943"# Lines starting with '#' will be ignored.\n"2944"#\n"2945msgstr ""29462947#: builtin/tag.c:2542948msgid ""2949"\n"2950"#\n"2951"# Write a tag message\n"2952"# Lines starting with '#' will be kept; you may remove them yourself if you "2953"want to.\n"2954"#\n"2955msgstr ""29562957#: builtin/tag.c:2942958msgid "unable to sign the tag"2959msgstr ""29602961#: builtin/tag.c:2962962msgid "unable to write tag file"2963msgstr ""29642965#: builtin/tag.c:3212966msgid "bad object type."2967msgstr ""29682969#: builtin/tag.c:3342970msgid "tag header too big."2971msgstr ""29722973#: builtin/tag.c:3662974msgid "no tag message?"2975msgstr ""29762977#: builtin/tag.c:3722978#, c-format2979msgid "The tag message has been left in %s\n"2980msgstr ""29812982#: builtin/tag.c:4212983msgid "switch 'points-at' requires an object"2984msgstr ""29852986#: builtin/tag.c:4232987#, c-format2988msgid "malformed object name '%s'"2989msgstr ""29902991#: builtin/tag.c:5022992msgid "-n option is only allowed with -l."2993msgstr ""29942995#: builtin/tag.c:5042996msgid "--contains option is only allowed with -l."2997msgstr ""29982999#: builtin/tag.c:5063000msgid "--points-at option is only allowed with -l."3001msgstr ""30023003#: builtin/tag.c:5143004msgid "only one -F or -m option is allowed."3005msgstr ""30063007#: builtin/tag.c:5343008msgid "too many params"3009msgstr ""30103011#: builtin/tag.c:5403012#, c-format3013msgid "'%s' is not a valid tag name."3014msgstr ""30153016#: builtin/tag.c:5453017#, c-format3018msgid "tag '%s' already exists"3019msgstr ""30203021#: builtin/tag.c:5633022#, c-format3023msgid "%s: cannot lock the ref"3024msgstr ""30253026#: builtin/tag.c:5653027#, c-format3028msgid "%s: cannot update the ref"3029msgstr ""30303031#: builtin/tag.c:5673032#, c-format3033msgid "Updated tag '%s' (was %s)\n"3034msgstr ""30353036#: git-am.sh:493037msgid "You need to set your committer info first"3038msgstr ""30393040#: git-am.sh:1353041msgid "Repository lacks necessary blobs to fall back on 3-way merge."3042msgstr ""30433044#: git-am.sh:1443045msgid ""3046"Did you hand edit your patch?\n"3047"It does not apply to blobs recorded in its index."3048msgstr ""30493050#: git-am.sh:1533051msgid "Falling back to patching base and 3-way merge..."3052msgstr ""30533054#: git-am.sh:2653055msgid "Only one StGIT patch series can be applied at once"3056msgstr ""30573058#: git-am.sh:3523059#, sh-format3060msgid "Patch format $patch_format is not supported."3061msgstr ""30623063#: git-am.sh:3543064msgid "Patch format detection failed."3065msgstr ""30663067#: git-am.sh:4063068msgid "-d option is no longer supported. Do not use."3069msgstr ""30703071#: git-am.sh:4693072#, sh-format3073msgid "previous rebase directory $dotest still exists but mbox given."3074msgstr ""30753076#: git-am.sh:4743077msgid "Please make up your mind. --skip or --abort?"3078msgstr ""30793080#: git-am.sh:5013081msgid "Resolve operation not in progress, we are not resuming."3082msgstr ""30833084#: git-am.sh:5673085#, sh-format3086msgid "Dirty index: cannot apply patches (dirty: $files)"3087msgstr ""30883089#: git-am.sh:7433090msgid "cannot be interactive without stdin connected to a terminal."3091msgstr ""30923093#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]3094#. in your translation. The program will only accept English3095#. input at this point.3096#: git-am.sh:7543097msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "3098msgstr ""30993100#: git-am.sh:7903101#, sh-format3102msgid "Applying: $FIRSTLINE"3103msgstr ""31043105#: git-am.sh:8353106msgid "No changes -- Patch already applied."3107msgstr ""31083109#: git-am.sh:8613110msgid "applying to an empty history"3111msgstr ""31123113#. TRANSLATORS: Make sure to include [Y] and [n] in your3114#. translation. The program will only accept English input3115#. at this point.3116#: git-bisect.sh:543117msgid "Do you want me to do it for you [Y/n]? "3118msgstr ""31193120#: git-bisect.sh:953121#, sh-format3122msgid "unrecognised option: '$arg'"3123msgstr ""31243125#: git-bisect.sh:993126#, sh-format3127msgid "'$arg' does not appear to be a valid revision"3128msgstr ""31293130#: git-bisect.sh:1173131msgid "Bad HEAD - I need a HEAD"3132msgstr ""31333134#: git-bisect.sh:1303135#, sh-format3136msgid ""3137"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."3138msgstr ""31393140#: git-bisect.sh:1403141msgid "won't bisect on seeked tree"3142msgstr ""31433144#: git-bisect.sh:1443145msgid "Bad HEAD - strange symbolic ref"3146msgstr ""31473148#: git-bisect.sh:1893149#, sh-format3150msgid "Bad bisect_write argument: $state"3151msgstr ""31523153#: git-bisect.sh:2183154#, sh-format3155msgid "Bad rev input: $arg"3156msgstr ""31573158#: git-bisect.sh:2323159msgid "Please call 'bisect_state' with at least one argument."3160msgstr ""31613162#: git-bisect.sh:2443163#, sh-format3164msgid "Bad rev input: $rev"3165msgstr ""31663167#: git-bisect.sh:2503168msgid "'git bisect bad' can take only one argument."3169msgstr ""31703171#. TRANSLATORS: Make sure to include [Y] and [n] in your3172#. translation. The program will only accept English input3173#. at this point.3174#: git-bisect.sh:2793175msgid "Are you sure [Y/n]? "3176msgstr ""31773178#: git-bisect.sh:3543179#, sh-format3180msgid "'$invalid' is not a valid commit"3181msgstr ""31823183#: git-bisect.sh:3633184#, sh-format3185msgid ""3186"Could not check out original HEAD '$branch'.\n"3187"Try 'git bisect reset <commit>'."3188msgstr ""31893190#: git-bisect.sh:3903191msgid "No logfile given"3192msgstr ""31933194#: git-bisect.sh:3913195#, sh-format3196msgid "cannot read $file for replaying"3197msgstr ""31983199#: git-bisect.sh:4083200msgid "?? what are you talking about?"3201msgstr ""32023203#: git-bisect.sh:4743204msgid "We are not bisecting."3205msgstr ""32063207#: git-pull.sh:213208msgid ""3209"Pull is not possible because you have unmerged files.\n"3210"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"3211"as appropriate to mark resolution, or use 'git commit -a'."3212msgstr ""32133214#: git-pull.sh:253215msgid "Pull is not possible because you have unmerged files."3216msgstr ""32173218#: git-pull.sh:1973219msgid "updating an unborn branch with changes added to the index"3220msgstr ""32213222#: git-pull.sh:2533223msgid "Cannot merge multiple branches into empty head"3224msgstr ""32253226#: git-pull.sh:2573227msgid "Cannot rebase onto multiple branches"3228msgstr ""32293230#: git-stash.sh:513231msgid "git stash clear with parameters is unimplemented"3232msgstr ""32333234#: git-stash.sh:743235msgid "You do not have the initial commit yet"3236msgstr ""32373238#: git-stash.sh:893239msgid "Cannot save the current index state"3240msgstr ""32413242#: git-stash.sh:123 git-stash.sh:1363243msgid "Cannot save the current worktree state"3244msgstr ""32453246#: git-stash.sh:1403247msgid "No changes selected"3248msgstr ""32493250#: git-stash.sh:1433251msgid "Cannot remove temporary index (can't happen)"3252msgstr ""32533254#: git-stash.sh:1563255msgid "Cannot record working tree state"3256msgstr ""32573258#: git-stash.sh:2233259msgid "No local changes to save"3260msgstr ""32613262#: git-stash.sh:2273263msgid "Cannot initialize stash"3264msgstr ""32653266#: git-stash.sh:2353267msgid "Cannot save the current status"3268msgstr ""32693270#: git-stash.sh:2533271msgid "Cannot remove worktree changes"3272msgstr ""32733274#: git-stash.sh:3523275msgid "No stash found."3276msgstr ""32773278#: git-stash.sh:3593279#, sh-format3280msgid "Too many revisions specified: $REV"3281msgstr ""32823283#: git-stash.sh:3653284#, sh-format3285msgid "$reference is not valid reference"3286msgstr ""32873288#: git-stash.sh:3933289#, sh-format3290msgid "'$args' is not a stash-like commit"3291msgstr ""32923293#: git-stash.sh:4043294#, sh-format3295msgid "'$args' is not a stash reference"3296msgstr ""32973298#: git-stash.sh:4123299msgid "unable to refresh index"3300msgstr ""33013302#: git-stash.sh:4163303msgid "Cannot apply a stash in the middle of a merge"3304msgstr ""33053306#: git-stash.sh:4243307msgid "Conflicts in index. Try without --index."3308msgstr ""33093310#: git-stash.sh:4263311msgid "Could not save index tree"3312msgstr ""33133314#: git-stash.sh:4603315msgid "Cannot unstage modified files"3316msgstr ""33173318#: git-stash.sh:4913319#, sh-format3320msgid "Dropped ${REV} ($s)"3321msgstr ""33223323#: git-stash.sh:4923324#, sh-format3325msgid "${REV}: Could not drop stash entry"3326msgstr ""33273328#: git-stash.sh:4993329msgid "No branch name specified"3330msgstr ""33313332#: git-stash.sh:5703333msgid "(To restore them type \"git stash apply\")"3334msgstr ""33353336#: git-submodule.sh:563337#, sh-format3338msgid "cannot strip one component off url '$remoteurl'"3339msgstr ""33403341#: git-submodule.sh:1083342#, sh-format3343msgid "No submodule mapping found in .gitmodules for path '$path'"3344msgstr ""33453346#: git-submodule.sh:1733347#, sh-format3348msgid "Clone of '$url' into submodule path '$path' failed"3349msgstr ""33503351#: git-submodule.sh:2473352#, sh-format3353msgid "repo URL: '$repo' must be absolute or begin with ./|../"3354msgstr ""33553356#: git-submodule.sh:2643357#, sh-format3358msgid "'$path' already exists in the index"3359msgstr ""33603361#: git-submodule.sh:2813362#, sh-format3363msgid "'$path' already exists and is not a valid git repo"3364msgstr ""33653366#: git-submodule.sh:2953367#, sh-format3368msgid "Unable to checkout submodule '$path'"3369msgstr ""33703371#: git-submodule.sh:3003372#, sh-format3373msgid "Failed to add submodule '$path'"3374msgstr ""33753376#: git-submodule.sh:3053377#, sh-format3378msgid "Failed to register submodule '$path'"3379msgstr ""33803381#: git-submodule.sh:3473382#, sh-format3383msgid "Entering '$prefix$path'"3384msgstr ""33853386#: git-submodule.sh:3593387#, sh-format3388msgid "Stopping at '$path'; script returned non-zero status."3389msgstr ""33903391#: git-submodule.sh:4013392#, sh-format3393msgid "No url found for submodule path '$path' in .gitmodules"3394msgstr ""33953396#: git-submodule.sh:4103397#, sh-format3398msgid "Failed to register url for submodule path '$path'"3399msgstr ""34003401#: git-submodule.sh:4183402#, sh-format3403msgid "Failed to register update mode for submodule path '$path'"3404msgstr ""34053406#: git-submodule.sh:4203407#, sh-format3408msgid "Submodule '$name' ($url) registered for path '$path'"3409msgstr ""34103411#: git-submodule.sh:5193412#, sh-format3413msgid ""3414"Submodule path '$path' not initialized\n"3415"Maybe you want to use 'update --init'?"3416msgstr ""34173418#: git-submodule.sh:5323419#, sh-format3420msgid "Unable to find current revision in submodule path '$path'"3421msgstr ""34223423#: git-submodule.sh:5513424#, sh-format3425msgid "Unable to fetch in submodule path '$path'"3426msgstr ""34273428#: git-submodule.sh:5653429#, sh-format3430msgid "Unable to rebase '$sha1' in submodule path '$path'"3431msgstr ""34323433#: git-submodule.sh:5663434#, sh-format3435msgid "Submodule path '$path': rebased into '$sha1'"3436msgstr ""34373438#: git-submodule.sh:5713439#, sh-format3440msgid "Unable to merge '$sha1' in submodule path '$path'"3441msgstr ""34423443#: git-submodule.sh:5723444#, sh-format3445msgid "Submodule path '$path': merged in '$sha1'"3446msgstr ""34473448#: git-submodule.sh:5773449#, sh-format3450msgid "Unable to checkout '$sha1' in submodule path '$path'"3451msgstr ""34523453#: git-submodule.sh:5783454#, sh-format3455msgid "Submodule path '$path': checked out '$sha1'"3456msgstr ""34573458#: git-submodule.sh:600 git-submodule.sh:9233459#, sh-format3460msgid "Failed to recurse into submodule path '$path'"3461msgstr ""34623463#: git-submodule.sh:7083464msgid "--"3465msgstr ""34663467#: git-submodule.sh:7663468#, sh-format3469msgid " Warn: $name doesn't contain commit $sha1_src"3470msgstr ""34713472#: git-submodule.sh:7693473#, sh-format3474msgid " Warn: $name doesn't contain commit $sha1_dst"3475msgstr ""34763477#: git-submodule.sh:7723478#, sh-format3479msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"3480msgstr ""34813482#: git-submodule.sh:7973483msgid "blob"3484msgstr ""34853486#: git-submodule.sh:7983487msgid "submodule"3488msgstr ""34893490#: git-submodule.sh:9693491#, sh-format3492msgid "Synchronizing submodule url for '$name'"3493msgstr ""