1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2012-07-03 10:23+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c:40 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#. 27#. * Message used both when 'git commit' fails and when 28#. * other commands doing a merge do. 29#. 30#: advice.c:70 31msgid "" 32"Fix them up in the work tree,\n" 33"and then use 'git add/rm <file>' as\n" 34"appropriate to mark resolution and make a commit,\n" 35"or use 'git commit -a'." 36msgstr "" 37 38#: bundle.c:36 39#, c-format 40msgid "'%s' does not look like a v2 bundle file" 41msgstr "" 42 43#: bundle.c:63 44#, c-format 45msgid "unrecognized header: %s%s (%d)" 46msgstr "" 47 48#: bundle.c:89 builtin/commit.c:696 49#, c-format 50msgid "could not open '%s'" 51msgstr "" 52 53#: bundle.c:140 54msgid "Repository lacks these prerequisite commits:" 55msgstr "" 56 57#: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:290 58#: builtin/log.c:721 builtin/log.c:1310 builtin/log.c:1529 builtin/merge.c:347 59#: builtin/shortlog.c:181 60msgid "revision walk setup failed" 61msgstr "" 62 63#: bundle.c:186 64#, c-format 65msgid "The bundle contains %d ref" 66msgid_plural "The bundle contains %d refs" 67msgstr[0] "" 68msgstr[1] "" 69 70#: bundle.c:192 71msgid "The bundle records a complete history." 72msgstr "" 73 74#: bundle.c:195 75#, c-format 76msgid "The bundle requires this ref" 77msgid_plural "The bundle requires these %d refs" 78msgstr[0] "" 79msgstr[1] "" 80 81#: bundle.c:294 82msgid "rev-list died" 83msgstr "" 84 85#: bundle.c:300 builtin/log.c:1206 builtin/shortlog.c:284 86#, c-format 87msgid "unrecognized argument: %s" 88msgstr "" 89 90#: bundle.c:335 91#, c-format 92msgid "ref '%s' is excluded by the rev-list options" 93msgstr "" 94 95#: bundle.c:380 96msgid "Refusing to create empty bundle." 97msgstr "" 98 99#: bundle.c:398 100msgid "Could not spawn pack-objects" 101msgstr "" 102 103#: bundle.c:416 104msgid "pack-objects died" 105msgstr "" 106 107#: bundle.c:419 108#, c-format 109msgid "cannot create '%s'" 110msgstr "" 111 112#: bundle.c:441 113msgid "index-pack died" 114msgstr "" 115 116#: commit.c:48 117#, c-format 118msgid "could not parse %s" 119msgstr "" 120 121#: commit.c:50 122#, c-format 123msgid "%s %s is not a commit!" 124msgstr "" 125 126#: compat/obstack.c:406 compat/obstack.c:408 127msgid "memory exhausted" 128msgstr "" 129 130#: connected.c:39 131msgid "Could not run 'git rev-list'" 132msgstr "" 133 134#: connected.c:48 135#, c-format 136msgid "failed write to rev-list: %s" 137msgstr "" 138 139#: connected.c:56 140#, c-format 141msgid "failed to close rev-list's stdin: %s" 142msgstr "" 143 144#: date.c:95 145msgid "in the future" 146msgstr "" 147 148#: date.c:101 149#, c-format 150msgid "%lu second ago" 151msgid_plural "%lu seconds ago" 152msgstr[0] "" 153msgstr[1] "" 154 155#: date.c:108 156#, c-format 157msgid "%lu minute ago" 158msgid_plural "%lu minutes ago" 159msgstr[0] "" 160msgstr[1] "" 161 162#: date.c:115 163#, c-format 164msgid "%lu hour ago" 165msgid_plural "%lu hours ago" 166msgstr[0] "" 167msgstr[1] "" 168 169#: date.c:122 170#, c-format 171msgid "%lu day ago" 172msgid_plural "%lu days ago" 173msgstr[0] "" 174msgstr[1] "" 175 176#: date.c:128 177#, c-format 178msgid "%lu week ago" 179msgid_plural "%lu weeks ago" 180msgstr[0] "" 181msgstr[1] "" 182 183#: date.c:135 184#, c-format 185msgid "%lu month ago" 186msgid_plural "%lu months ago" 187msgstr[0] "" 188msgstr[1] "" 189 190#: date.c:146 191#, c-format 192msgid "%lu year" 193msgid_plural "%lu years" 194msgstr[0] "" 195msgstr[1] "" 196 197#: date.c:149 198#, c-format 199msgid "%s, %lu month ago" 200msgid_plural "%s, %lu months ago" 201msgstr[0] "" 202msgstr[1] "" 203 204#: date.c:154 date.c:159 205#, c-format 206msgid "%lu year ago" 207msgid_plural "%lu years ago" 208msgstr[0] "" 209msgstr[1] "" 210 211#: diff.c:105 212#, c-format 213msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 214msgstr "" 215 216#: diff.c:110 217#, c-format 218msgid " Unknown dirstat parameter '%.*s'\n" 219msgstr "" 220 221#: diff.c:210 222#, c-format 223msgid "" 224"Found errors in 'diff.dirstat' config variable:\n" 225"%s" 226msgstr "" 227 228#: diff.c:1400 229msgid " 0 files changed\n" 230msgstr "" 231 232#: diff.c:1404 233#, c-format 234msgid " %d file changed" 235msgid_plural " %d files changed" 236msgstr[0] "" 237msgstr[1] "" 238 239#: diff.c:1421 240#, c-format 241msgid ", %d insertion(+)" 242msgid_plural ", %d insertions(+)" 243msgstr[0] "" 244msgstr[1] "" 245 246#: diff.c:1432 247#, c-format 248msgid ", %d deletion(-)" 249msgid_plural ", %d deletions(-)" 250msgstr[0] "" 251msgstr[1] "" 252 253#: diff.c:3478 254#, c-format 255msgid "" 256"Failed to parse --dirstat/-X option parameter:\n" 257"%s" 258msgstr "" 259 260#: gpg-interface.c:59 261msgid "could not run gpg." 262msgstr "" 263 264#: gpg-interface.c:71 265msgid "gpg did not accept the data" 266msgstr "" 267 268#: gpg-interface.c:82 269msgid "gpg failed to sign the data" 270msgstr "" 271 272#: grep.c:1320 273#, c-format 274msgid "'%s': unable to read %s" 275msgstr "" 276 277#: grep.c:1337 278#, c-format 279msgid "'%s': %s" 280msgstr "" 281 282#: grep.c:1348 283#, c-format 284msgid "'%s': short read %s" 285msgstr "" 286 287#: help.c:208 288#, c-format 289msgid "available git commands in '%s'" 290msgstr "" 291 292#: help.c:215 293msgid "git commands available from elsewhere on your $PATH" 294msgstr "" 295 296#: help.c:271 297#, c-format 298msgid "" 299"'%s' appears to be a git command, but we were not\n" 300"able to execute it. Maybe git-%s is broken?" 301msgstr "" 302 303#: help.c:328 304msgid "Uh oh. Your system reports no Git commands at all." 305msgstr "" 306 307#: help.c:350 308#, c-format 309msgid "" 310"WARNING: You called a Git command named '%s', which does not exist.\n" 311"Continuing under the assumption that you meant '%s'" 312msgstr "" 313 314#: help.c:355 315#, c-format 316msgid "in %0.1f seconds automatically..." 317msgstr "" 318 319#: help.c:362 320#, c-format 321msgid "git: '%s' is not a git command. See 'git --help'." 322msgstr "" 323 324#: help.c:366 325msgid "" 326"\n" 327"Did you mean this?" 328msgid_plural "" 329"\n" 330"Did you mean one of these?" 331msgstr[0] "" 332msgstr[1] "" 333 334#: parse-options.c:493 335msgid "..." 336msgstr "" 337 338#: parse-options.c:511 339#, c-format 340msgid "usage: %s" 341msgstr "" 342 343#. TRANSLATORS: the colon here should align with the 344#. one in "usage: %s" translation 345#: parse-options.c:515 346#, c-format 347msgid " or: %s" 348msgstr "" 349 350#: parse-options.c:518 351#, c-format 352msgid " %s" 353msgstr "" 354 355#: remote.c:1629 356#, c-format 357msgid "Your branch is ahead of '%s' by %d commit.\n" 358msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 359msgstr[0] "" 360msgstr[1] "" 361 362#: remote.c:1635 363#, c-format 364msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 365msgid_plural "" 366"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 367msgstr[0] "" 368msgstr[1] "" 369 370#: remote.c:1643 371#, c-format 372msgid "" 373"Your branch and '%s' have diverged,\n" 374"and have %d and %d different commit each, respectively.\n" 375msgid_plural "" 376"Your branch and '%s' have diverged,\n" 377"and have %d and %d different commits each, respectively.\n" 378msgstr[0] "" 379msgstr[1] "" 380 381#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978 382#: builtin/merge.c:1088 builtin/merge.c:1098 383#, c-format 384msgid "Could not open '%s' for writing" 385msgstr "" 386 387#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868 388#: builtin/merge.c:1090 builtin/merge.c:1103 389#, c-format 390msgid "Could not write to '%s'" 391msgstr "" 392 393#: sequencer.c:144 394msgid "" 395"after resolving the conflicts, mark the corrected paths\n" 396"with 'git add <paths>' or 'git rm <paths>'" 397msgstr "" 398 399#: sequencer.c:147 400msgid "" 401"after resolving the conflicts, mark the corrected paths\n" 402"with 'git add <paths>' or 'git rm <paths>'\n" 403"and commit the result with 'git commit'" 404msgstr "" 405 406#: sequencer.c:160 sequencer.c:758 sequencer.c:841 407#, c-format 408msgid "Could not write to %s" 409msgstr "" 410 411#: sequencer.c:163 412#, c-format 413msgid "Error wrapping up %s" 414msgstr "" 415 416#: sequencer.c:178 417msgid "Your local changes would be overwritten by cherry-pick." 418msgstr "" 419 420#: sequencer.c:180 421msgid "Your local changes would be overwritten by revert." 422msgstr "" 423 424#: sequencer.c:183 425msgid "Commit your changes or stash them to proceed." 426msgstr "" 427 428#. TRANSLATORS: %s will be "revert" or "cherry-pick" 429#: sequencer.c:233 430#, c-format 431msgid "%s: Unable to write new index file" 432msgstr "" 433 434#: sequencer.c:261 435msgid "Could not resolve HEAD commit\n" 436msgstr "" 437 438#: sequencer.c:282 439msgid "Unable to update cache tree\n" 440msgstr "" 441 442#: sequencer.c:324 443#, c-format 444msgid "Could not parse commit %s\n" 445msgstr "" 446 447#: sequencer.c:329 448#, c-format 449msgid "Could not parse parent commit %s\n" 450msgstr "" 451 452#: sequencer.c:395 453msgid "Your index file is unmerged." 454msgstr "" 455 456#: sequencer.c:398 457msgid "You do not have a valid HEAD" 458msgstr "" 459 460#: sequencer.c:413 461#, c-format 462msgid "Commit %s is a merge but no -m option was given." 463msgstr "" 464 465#: sequencer.c:421 466#, c-format 467msgid "Commit %s does not have parent %d" 468msgstr "" 469 470#: sequencer.c:425 471#, c-format 472msgid "Mainline was specified but commit %s is not a merge." 473msgstr "" 474 475#. TRANSLATORS: The first %s will be "revert" or 476#. "cherry-pick", the second %s a SHA1 477#: sequencer.c:436 478#, c-format 479msgid "%s: cannot parse parent commit %s" 480msgstr "" 481 482#: sequencer.c:440 483#, c-format 484msgid "Cannot get commit message for %s" 485msgstr "" 486 487#: sequencer.c:524 488#, c-format 489msgid "could not revert %s... %s" 490msgstr "" 491 492#: sequencer.c:525 493#, c-format 494msgid "could not apply %s... %s" 495msgstr "" 496 497#: sequencer.c:553 498msgid "empty commit set passed" 499msgstr "" 500 501#: sequencer.c:561 502#, c-format 503msgid "git %s: failed to read the index" 504msgstr "" 505 506#: sequencer.c:566 507#, c-format 508msgid "git %s: failed to refresh the index" 509msgstr "" 510 511#: sequencer.c:624 512#, c-format 513msgid "Cannot %s during a %s" 514msgstr "" 515 516#: sequencer.c:646 517#, c-format 518msgid "Could not parse line %d." 519msgstr "" 520 521#: sequencer.c:651 522msgid "No commits parsed." 523msgstr "" 524 525#: sequencer.c:664 526#, c-format 527msgid "Could not open %s" 528msgstr "" 529 530#: sequencer.c:668 531#, c-format 532msgid "Could not read %s." 533msgstr "" 534 535#: sequencer.c:675 536#, c-format 537msgid "Unusable instruction sheet: %s" 538msgstr "" 539 540#: sequencer.c:703 541#, c-format 542msgid "Invalid key: %s" 543msgstr "" 544 545#: sequencer.c:706 546#, c-format 547msgid "Invalid value for %s: %s" 548msgstr "" 549 550#: sequencer.c:718 551#, c-format 552msgid "Malformed options sheet: %s" 553msgstr "" 554 555#: sequencer.c:739 556msgid "a cherry-pick or revert is already in progress" 557msgstr "" 558 559#: sequencer.c:740 560msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 561msgstr "" 562 563#: sequencer.c:744 564#, c-format 565msgid "Could not create sequencer directory %s" 566msgstr "" 567 568#: sequencer.c:760 sequencer.c:845 569#, c-format 570msgid "Error wrapping up %s." 571msgstr "" 572 573#: sequencer.c:779 sequencer.c:913 574msgid "no cherry-pick or revert in progress" 575msgstr "" 576 577#: sequencer.c:781 578msgid "cannot resolve HEAD" 579msgstr "" 580 581#: sequencer.c:783 582msgid "cannot abort from a branch yet to be born" 583msgstr "" 584 585#: sequencer.c:805 builtin/apply.c:3697 586#, c-format 587msgid "cannot open %s: %s" 588msgstr "" 589 590#: sequencer.c:808 591#, c-format 592msgid "cannot read %s: %s" 593msgstr "" 594 595#: sequencer.c:809 596msgid "unexpected end of file" 597msgstr "" 598 599#: sequencer.c:815 600#, c-format 601msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 602msgstr "" 603 604#: sequencer.c:838 605#, c-format 606msgid "Could not format %s." 607msgstr "" 608 609#: sequencer.c:1000 610msgid "Can't revert as initial commit" 611msgstr "" 612 613#: sequencer.c:1001 614msgid "Can't cherry-pick into empty head" 615msgstr "" 616 617#: sha1_name.c:864 618msgid "HEAD does not point to a branch" 619msgstr "" 620 621#: sha1_name.c:867 622#, c-format 623msgid "No such branch: '%s'" 624msgstr "" 625 626#: sha1_name.c:869 627#, c-format 628msgid "No upstream configured for branch '%s'" 629msgstr "" 630 631#: sha1_name.c:872 632#, c-format 633msgid "Upstream branch '%s' not stored as a remote-tracking branch" 634msgstr "" 635 636#: wrapper.c:413 637#, c-format 638msgid "unable to look up current user in the passwd file: %s" 639msgstr "" 640 641#: wrapper.c:414 642msgid "no such user" 643msgstr "" 644 645#: wt-status.c:141 646msgid "Unmerged paths:" 647msgstr "" 648 649#: wt-status.c:168 wt-status.c:195 650#, c-format 651msgid " (use \"git reset %s <file>...\" to unstage)" 652msgstr "" 653 654#: wt-status.c:170 wt-status.c:197 655msgid " (use \"git rm --cached <file>...\" to unstage)" 656msgstr "" 657 658#: wt-status.c:174 659msgid " (use \"git add <file>...\" to mark resolution)" 660msgstr "" 661 662#: wt-status.c:176 wt-status.c:180 663msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 664msgstr "" 665 666#: wt-status.c:178 667msgid " (use \"git rm <file>...\" to mark resolution)" 668msgstr "" 669 670#: wt-status.c:189 671msgid "Changes to be committed:" 672msgstr "" 673 674#: wt-status.c:207 675msgid "Changes not staged for commit:" 676msgstr "" 677 678#: wt-status.c:211 679msgid " (use \"git add <file>...\" to update what will be committed)" 680msgstr "" 681 682#: wt-status.c:213 683msgid " (use \"git add/rm <file>...\" to update what will be committed)" 684msgstr "" 685 686#: wt-status.c:214 687msgid "" 688" (use \"git checkout -- <file>...\" to discard changes in working directory)" 689msgstr "" 690 691#: wt-status.c:216 692msgid " (commit or discard the untracked or modified content in submodules)" 693msgstr "" 694 695#: wt-status.c:225 696#, c-format 697msgid "%s files:" 698msgstr "" 699 700#: wt-status.c:228 701#, c-format 702msgid " (use \"git %s <file>...\" to include in what will be committed)" 703msgstr "" 704 705#: wt-status.c:245 706msgid "bug" 707msgstr "" 708 709#: wt-status.c:250 710msgid "both deleted:" 711msgstr "" 712 713#: wt-status.c:251 714msgid "added by us:" 715msgstr "" 716 717#: wt-status.c:252 718msgid "deleted by them:" 719msgstr "" 720 721#: wt-status.c:253 722msgid "added by them:" 723msgstr "" 724 725#: wt-status.c:254 726msgid "deleted by us:" 727msgstr "" 728 729#: wt-status.c:255 730msgid "both added:" 731msgstr "" 732 733#: wt-status.c:256 734msgid "both modified:" 735msgstr "" 736 737#: wt-status.c:286 738msgid "new commits, " 739msgstr "" 740 741#: wt-status.c:288 742msgid "modified content, " 743msgstr "" 744 745#: wt-status.c:290 746msgid "untracked content, " 747msgstr "" 748 749#: wt-status.c:304 750#, c-format 751msgid "new file: %s" 752msgstr "" 753 754#: wt-status.c:307 755#, c-format 756msgid "copied: %s -> %s" 757msgstr "" 758 759#: wt-status.c:310 760#, c-format 761msgid "deleted: %s" 762msgstr "" 763 764#: wt-status.c:313 765#, c-format 766msgid "modified: %s" 767msgstr "" 768 769#: wt-status.c:316 770#, c-format 771msgid "renamed: %s -> %s" 772msgstr "" 773 774#: wt-status.c:319 775#, c-format 776msgid "typechange: %s" 777msgstr "" 778 779#: wt-status.c:322 780#, c-format 781msgid "unknown: %s" 782msgstr "" 783 784#: wt-status.c:325 785#, c-format 786msgid "unmerged: %s" 787msgstr "" 788 789#: wt-status.c:328 790#, c-format 791msgid "bug: unhandled diff status %c" 792msgstr "" 793 794#: wt-status.c:786 795msgid "You have unmerged paths." 796msgstr "" 797 798#: wt-status.c:789 wt-status.c:913 799msgid " (fix conflicts and run \"git commit\")" 800msgstr "" 801 802#: wt-status.c:792 803msgid "All conflicts fixed but you are still merging." 804msgstr "" 805 806#: wt-status.c:795 807msgid " (use \"git commit\" to conclude merge)" 808msgstr "" 809 810#: wt-status.c:805 811msgid "You are in the middle of an am session." 812msgstr "" 813 814#: wt-status.c:808 815msgid "The current patch is empty." 816msgstr "" 817 818#: wt-status.c:812 819msgid " (fix conflicts and then run \"git am --resolved\")" 820msgstr "" 821 822#: wt-status.c:814 823msgid " (use \"git am --skip\" to skip this patch)" 824msgstr "" 825 826#: wt-status.c:816 827msgid " (use \"git am --abort\" to restore the original branch)" 828msgstr "" 829 830#: wt-status.c:874 wt-status.c:884 831msgid "You are currently rebasing." 832msgstr "" 833 834#: wt-status.c:877 835msgid " (fix conflicts and then run \"git rebase --continue\")" 836msgstr "" 837 838#: wt-status.c:879 839msgid " (use \"git rebase --skip\" to skip this patch)" 840msgstr "" 841 842#: wt-status.c:881 843msgid " (use \"git rebase --abort\" to check out the original branch)" 844msgstr "" 845 846#: wt-status.c:887 847msgid " (all conflicts fixed: run \"git rebase --continue\")" 848msgstr "" 849 850#: wt-status.c:889 851msgid "You are currently splitting a commit during a rebase." 852msgstr "" 853 854#: wt-status.c:892 855msgid " (Once your working directory is clean, run \"git rebase --continue\")" 856msgstr "" 857 858#: wt-status.c:894 859msgid "You are currently editing a commit during a rebase." 860msgstr "" 861 862#: wt-status.c:897 863msgid " (use \"git commit --amend\" to amend the current commit)" 864msgstr "" 865 866#: wt-status.c:899 867msgid "" 868" (use \"git rebase --continue\" once you are satisfied with your changes)" 869msgstr "" 870 871#: wt-status.c:909 872msgid "You are currently cherry-picking." 873msgstr "" 874 875#: wt-status.c:916 876msgid " (all conflicts fixed: run \"git commit\")" 877msgstr "" 878 879#: wt-status.c:925 880msgid "You are currently bisecting." 881msgstr "" 882 883#: wt-status.c:928 884msgid " (use \"git bisect reset\" to get back to the original branch)" 885msgstr "" 886 887#: wt-status.c:979 888msgid "On branch " 889msgstr "" 890 891#: wt-status.c:986 892msgid "Not currently on any branch." 893msgstr "" 894 895#: wt-status.c:998 896msgid "Initial commit" 897msgstr "" 898 899#: wt-status.c:1012 900msgid "Untracked" 901msgstr "" 902 903#: wt-status.c:1014 904msgid "Ignored" 905msgstr "" 906 907#: wt-status.c:1016 908#, c-format 909msgid "Untracked files not listed%s" 910msgstr "" 911 912#: wt-status.c:1018 913msgid " (use -u option to show untracked files)" 914msgstr "" 915 916#: wt-status.c:1024 917msgid "No changes" 918msgstr "" 919 920#: wt-status.c:1028 921#, c-format 922msgid "no changes added to commit%s\n" 923msgstr "" 924 925#: wt-status.c:1030 926msgid " (use \"git add\" and/or \"git commit -a\")" 927msgstr "" 928 929#: wt-status.c:1032 930#, c-format 931msgid "nothing added to commit but untracked files present%s\n" 932msgstr "" 933 934#: wt-status.c:1034 935msgid " (use \"git add\" to track)" 936msgstr "" 937 938#: wt-status.c:1036 wt-status.c:1039 wt-status.c:1042 939#, c-format 940msgid "nothing to commit%s\n" 941msgstr "" 942 943#: wt-status.c:1037 944msgid " (create/copy files and use \"git add\" to track)" 945msgstr "" 946 947#: wt-status.c:1040 948msgid " (use -u to show untracked files)" 949msgstr "" 950 951#: wt-status.c:1043 952msgid " (working directory clean)" 953msgstr "" 954 955#: wt-status.c:1151 956msgid "HEAD (no branch)" 957msgstr "" 958 959#: wt-status.c:1157 960msgid "Initial commit on " 961msgstr "" 962 963#: wt-status.c:1172 964msgid "behind " 965msgstr "" 966 967#: wt-status.c:1175 wt-status.c:1178 968msgid "ahead " 969msgstr "" 970 971#: wt-status.c:1180 972msgid ", behind " 973msgstr "" 974 975#: builtin/add.c:62 976#, c-format 977msgid "unexpected diff status %c" 978msgstr "" 979 980#: builtin/add.c:67 builtin/commit.c:226 981msgid "updating files failed" 982msgstr "" 983 984#: builtin/add.c:77 985#, c-format 986msgid "remove '%s'\n" 987msgstr "" 988 989#: builtin/add.c:176 990#, c-format 991msgid "Path '%s' is in submodule '%.*s'" 992msgstr "" 993 994#: builtin/add.c:192 995msgid "Unstaged changes after refreshing the index:" 996msgstr "" 997 998#: builtin/add.c:195 builtin/add.c:459 builtin/rm.c:186 999#, c-format1000msgid "pathspec '%s' did not match any files"1001msgstr ""10021003#: builtin/add.c:2091004#, c-format1005msgid "'%s' is beyond a symbolic link"1006msgstr ""10071008#: builtin/add.c:2761009msgid "Could not read the index"1010msgstr ""10111012#: builtin/add.c:2861013#, c-format1014msgid "Could not open '%s' for writing."1015msgstr ""10161017#: builtin/add.c:2901018msgid "Could not write patch"1019msgstr ""10201021#: builtin/add.c:2951022#, c-format1023msgid "Could not stat '%s'"1024msgstr ""10251026#: builtin/add.c:2971027msgid "Empty patch. Aborted."1028msgstr ""10291030#: builtin/add.c:3031031#, c-format1032msgid "Could not apply '%s'"1033msgstr ""10341035#: builtin/add.c:3121036msgid "The following paths are ignored by one of your .gitignore files:\n"1037msgstr ""10381039#: builtin/add.c:3521040#, c-format1041msgid "Use -f if you really want to add them.\n"1042msgstr ""10431044#: builtin/add.c:3531045msgid "no files added"1046msgstr ""10471048#: builtin/add.c:3591049msgid "adding files failed"1050msgstr ""10511052#: builtin/add.c:3911053msgid "-A and -u are mutually incompatible"1054msgstr ""10551056#: builtin/add.c:3931057msgid "Option --ignore-missing can only be used together with --dry-run"1058msgstr ""10591060#: builtin/add.c:4131061#, c-format1062msgid "Nothing specified, nothing added.\n"1063msgstr ""10641065#: builtin/add.c:4141066#, c-format1067msgid "Maybe you wanted to say 'git add .'?\n"1068msgstr ""10691070#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:286 builtin/mv.c:821071#: builtin/rm.c:1621072msgid "index file corrupt"1073msgstr ""10741075#: builtin/add.c:480 builtin/apply.c:4108 builtin/mv.c:229 builtin/rm.c:2601076msgid "Unable to write new index file"1077msgstr ""10781079#: builtin/apply.c:531080msgid "git apply [options] [<patch>...]"1081msgstr ""10821083#: builtin/apply.c:1061084#, c-format1085msgid "unrecognized whitespace option '%s'"1086msgstr ""10871088#: builtin/apply.c:1211089#, c-format1090msgid "unrecognized whitespace ignore option '%s'"1091msgstr ""10921093#: builtin/apply.c:8151094#, c-format1095msgid "Cannot prepare timestamp regexp %s"1096msgstr ""10971098#: builtin/apply.c:8241099#, c-format1100msgid "regexec returned %d for input: %s"1101msgstr ""11021103#: builtin/apply.c:9051104#, c-format1105msgid "unable to find filename in patch at line %d"1106msgstr ""11071108#: builtin/apply.c:9371109#, c-format1110msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1111msgstr ""11121113#: builtin/apply.c:9411114#, c-format1115msgid "git apply: bad git-diff - inconsistent new filename on line %d"1116msgstr ""11171118#: builtin/apply.c:9421119#, c-format1120msgid "git apply: bad git-diff - inconsistent old filename on line %d"1121msgstr ""11221123#: builtin/apply.c:9491124#, c-format1125msgid "git apply: bad git-diff - expected /dev/null on line %d"1126msgstr ""11271128#: builtin/apply.c:13941129#, c-format1130msgid "recount: unexpected line: %.*s"1131msgstr ""11321133#: builtin/apply.c:14511134#, c-format1135msgid "patch fragment without header at line %d: %.*s"1136msgstr ""11371138#: builtin/apply.c:14681139#, c-format1140msgid ""1141"git diff header lacks filename information when removing %d leading pathname "1142"component (line %d)"1143msgid_plural ""1144"git diff header lacks filename information when removing %d leading pathname "1145"components (line %d)"1146msgstr[0] ""1147msgstr[1] ""11481149#: builtin/apply.c:16281150msgid "new file depends on old contents"1151msgstr ""11521153#: builtin/apply.c:16301154msgid "deleted file still has contents"1155msgstr ""11561157#: builtin/apply.c:16561158#, c-format1159msgid "corrupt patch at line %d"1160msgstr ""11611162#: builtin/apply.c:16921163#, c-format1164msgid "new file %s depends on old contents"1165msgstr ""11661167#: builtin/apply.c:16941168#, c-format1169msgid "deleted file %s still has contents"1170msgstr ""11711172#: builtin/apply.c:16971173#, c-format1174msgid "** warning: file %s becomes empty but is not deleted"1175msgstr ""11761177#: builtin/apply.c:18431178#, c-format1179msgid "corrupt binary patch at line %d: %.*s"1180msgstr ""11811182#. there has to be one hunk (forward hunk)1183#: builtin/apply.c:18721184#, c-format1185msgid "unrecognized binary patch at line %d"1186msgstr ""11871188#: builtin/apply.c:19581189#, c-format1190msgid "patch with only garbage at line %d"1191msgstr ""11921193#: builtin/apply.c:20481194#, c-format1195msgid "unable to read symlink %s"1196msgstr ""11971198#: builtin/apply.c:20521199#, c-format1200msgid "unable to open or read %s"1201msgstr ""12021203#: builtin/apply.c:21231204msgid "oops"1205msgstr ""12061207#: builtin/apply.c:26451208#, c-format1209msgid "invalid start of line: '%c'"1210msgstr ""12111212#: builtin/apply.c:27631213#, c-format1214msgid "Hunk #%d succeeded at %d (offset %d line)."1215msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1216msgstr[0] ""1217msgstr[1] ""12181219#: builtin/apply.c:27751220#, c-format1221msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1222msgstr ""12231224#: builtin/apply.c:27811225#, c-format1226msgid ""1227"while searching for:\n"1228"%.*s"1229msgstr ""12301231#: builtin/apply.c:28001232#, c-format1233msgid "missing binary patch data for '%s'"1234msgstr ""12351236#: builtin/apply.c:29031237#, c-format1238msgid "binary patch does not apply to '%s'"1239msgstr ""12401241#: builtin/apply.c:29091242#, c-format1243msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1244msgstr ""12451246#: builtin/apply.c:29301247#, c-format1248msgid "patch failed: %s:%ld"1249msgstr ""12501251#: builtin/apply.c:30451252#, c-format1253msgid "patch %s has been renamed/deleted"1254msgstr ""12551256#: builtin/apply.c:3052 builtin/apply.c:30691257#, c-format1258msgid "read of %s failed"1259msgstr ""12601261#: builtin/apply.c:30841262msgid "removal patch leaves file contents"1263msgstr ""12641265#: builtin/apply.c:31051266#, c-format1267msgid "%s: already exists in working directory"1268msgstr ""12691270#: builtin/apply.c:31431271#, c-format1272msgid "%s: has been deleted/renamed"1273msgstr ""12741275#: builtin/apply.c:3148 builtin/apply.c:31791276#, c-format1277msgid "%s: %s"1278msgstr ""12791280#: builtin/apply.c:31591281#, c-format1282msgid "%s: does not exist in index"1283msgstr ""12841285#: builtin/apply.c:31731286#, c-format1287msgid "%s: does not match index"1288msgstr ""12891290#: builtin/apply.c:31901291#, c-format1292msgid "%s: wrong type"1293msgstr ""12941295#: builtin/apply.c:31921296#, c-format1297msgid "%s has type %o, expected %o"1298msgstr ""12991300#: builtin/apply.c:32471301#, c-format1302msgid "%s: already exists in index"1303msgstr ""13041305#: builtin/apply.c:32671306#, c-format1307msgid "new mode (%o) of %s does not match old mode (%o)"1308msgstr ""13091310#: builtin/apply.c:32721311#, c-format1312msgid "new mode (%o) of %s does not match old mode (%o) of %s"1313msgstr ""13141315#: builtin/apply.c:32801316#, c-format1317msgid "%s: patch does not apply"1318msgstr ""13191320#: builtin/apply.c:32931321#, c-format1322msgid "Checking patch %s..."1323msgstr ""13241325#: builtin/apply.c:3348 builtin/checkout.c:212 builtin/reset.c:1581326#, c-format1327msgid "make_cache_entry failed for path '%s'"1328msgstr ""13291330#: builtin/apply.c:34911331#, c-format1332msgid "unable to remove %s from index"1333msgstr ""13341335#: builtin/apply.c:35181336#, c-format1337msgid "corrupt patch for subproject %s"1338msgstr ""13391340#: builtin/apply.c:35221341#, c-format1342msgid "unable to stat newly created file '%s'"1343msgstr ""13441345#: builtin/apply.c:35271346#, c-format1347msgid "unable to create backing store for newly created file %s"1348msgstr ""13491350#: builtin/apply.c:35301351#, c-format1352msgid "unable to add cache entry for %s"1353msgstr ""13541355#: builtin/apply.c:35631356#, c-format1357msgid "closing file '%s'"1358msgstr ""13591360#: builtin/apply.c:36121361#, c-format1362msgid "unable to write file '%s' mode %o"1363msgstr ""13641365#: builtin/apply.c:36681366#, c-format1367msgid "Applied patch %s cleanly."1368msgstr ""13691370#: builtin/apply.c:36761371msgid "internal error"1372msgstr ""13731374#. Say this even without --verbose1375#: builtin/apply.c:36791376#, c-format1377msgid "Applying patch %%s with %d reject..."1378msgid_plural "Applying patch %%s with %d rejects..."1379msgstr[0] ""1380msgstr[1] ""13811382#: builtin/apply.c:36891383#, c-format1384msgid "truncating .rej filename to %.*s.rej"1385msgstr ""13861387#: builtin/apply.c:37101388#, c-format1389msgid "Hunk #%d applied cleanly."1390msgstr ""13911392#: builtin/apply.c:37131393#, c-format1394msgid "Rejected hunk #%d."1395msgstr ""13961397#: builtin/apply.c:38441398msgid "unrecognized input"1399msgstr ""14001401#: builtin/apply.c:38551402msgid "unable to read index file"1403msgstr ""14041405#: builtin/apply.c:3970 builtin/apply.c:39731406msgid "path"1407msgstr ""14081409#: builtin/apply.c:39711410msgid "don't apply changes matching the given path"1411msgstr ""14121413#: builtin/apply.c:39741414msgid "apply changes matching the given path"1415msgstr ""14161417#: builtin/apply.c:39761418msgid "num"1419msgstr ""14201421#: builtin/apply.c:39771422msgid "remove <num> leading slashes from traditional diff paths"1423msgstr ""14241425#: builtin/apply.c:39801426msgid "ignore additions made by the patch"1427msgstr ""14281429#: builtin/apply.c:39821430msgid "instead of applying the patch, output diffstat for the input"1431msgstr ""14321433#: builtin/apply.c:39861434msgid "shows number of added and deleted lines in decimal notation"1435msgstr ""14361437#: builtin/apply.c:39881438msgid "instead of applying the patch, output a summary for the input"1439msgstr ""14401441#: builtin/apply.c:39901442msgid "instead of applying the patch, see if the patch is applicable"1443msgstr ""14441445#: builtin/apply.c:39921446msgid "make sure the patch is applicable to the current index"1447msgstr ""14481449#: builtin/apply.c:39941450msgid "apply a patch without touching the working tree"1451msgstr ""14521453#: builtin/apply.c:39961454msgid "also apply the patch (use with --stat/--summary/--check)"1455msgstr ""14561457#: builtin/apply.c:39981458msgid "build a temporary index based on embedded index information"1459msgstr ""14601461#: builtin/apply.c:40001462msgid "paths are separated with NUL character"1463msgstr ""14641465#: builtin/apply.c:40031466msgid "ensure at least <n> lines of context match"1467msgstr ""14681469#: builtin/apply.c:40041470msgid "action"1471msgstr ""14721473#: builtin/apply.c:40051474msgid "detect new or modified lines that have whitespace errors"1475msgstr ""14761477#: builtin/apply.c:4008 builtin/apply.c:40111478msgid "ignore changes in whitespace when finding context"1479msgstr ""14801481#: builtin/apply.c:40141482msgid "apply the patch in reverse"1483msgstr ""14841485#: builtin/apply.c:40161486msgid "don't expect at least one line of context"1487msgstr ""14881489#: builtin/apply.c:40181490msgid "leave the rejected hunks in corresponding *.rej files"1491msgstr ""14921493#: builtin/apply.c:40201494msgid "allow overlapping hunks"1495msgstr ""14961497#: builtin/apply.c:40211498msgid "be verbose"1499msgstr ""15001501#: builtin/apply.c:40231502msgid "tolerate incorrectly detected missing new-line at the end of file"1503msgstr ""15041505#: builtin/apply.c:40261506msgid "do not trust the line counts in the hunk headers"1507msgstr ""15081509#: builtin/apply.c:40281510msgid "root"1511msgstr ""15121513#: builtin/apply.c:40291514msgid "prepend <root> to all filenames"1515msgstr ""15161517#: builtin/apply.c:40501518msgid "--index outside a repository"1519msgstr ""15201521#: builtin/apply.c:40531522msgid "--cached outside a repository"1523msgstr ""15241525#: builtin/apply.c:40691526#, c-format1527msgid "can't open patch '%s'"1528msgstr ""15291530#: builtin/apply.c:40831531#, c-format1532msgid "squelched %d whitespace error"1533msgid_plural "squelched %d whitespace errors"1534msgstr[0] ""1535msgstr[1] ""15361537#: builtin/apply.c:4089 builtin/apply.c:40991538#, c-format1539msgid "%d line adds whitespace errors."1540msgid_plural "%d lines add whitespace errors."1541msgstr[0] ""1542msgstr[1] ""15431544#: builtin/archive.c:171545#, c-format1546msgid "could not create archive file '%s'"1547msgstr ""15481549#: builtin/archive.c:201550msgid "could not redirect output"1551msgstr ""15521553#: builtin/archive.c:371554msgid "git archive: Remote with no URL"1555msgstr ""15561557#: builtin/archive.c:581558msgid "git archive: expected ACK/NAK, got EOF"1559msgstr ""15601561#: builtin/archive.c:631562#, c-format1563msgid "git archive: NACK %s"1564msgstr ""15651566#: builtin/archive.c:651567#, c-format1568msgid "remote error: %s"1569msgstr ""15701571#: builtin/archive.c:661572msgid "git archive: protocol error"1573msgstr ""15741575#: builtin/archive.c:711576msgid "git archive: expected a flush"1577msgstr ""15781579#: builtin/branch.c:1441580#, c-format1581msgid ""1582"deleting branch '%s' that has been merged to\n"1583" '%s', but not yet merged to HEAD."1584msgstr ""15851586#: builtin/branch.c:1481587#, c-format1588msgid ""1589"not deleting branch '%s' that is not yet merged to\n"1590" '%s', even though it is merged to HEAD."1591msgstr ""15921593#: builtin/branch.c:1801594msgid "cannot use -a with -d"1595msgstr ""15961597#: builtin/branch.c:1861598msgid "Couldn't look up commit object for HEAD"1599msgstr ""16001601#: builtin/branch.c:1911602#, c-format1603msgid "Cannot delete the branch '%s' which you are currently on."1604msgstr ""16051606#: builtin/branch.c:2021607#, c-format1608msgid "remote branch '%s' not found."1609msgstr ""16101611#: builtin/branch.c:2031612#, c-format1613msgid "branch '%s' not found."1614msgstr ""16151616#: builtin/branch.c:2101617#, c-format1618msgid "Couldn't look up commit object for '%s'"1619msgstr ""16201621#: builtin/branch.c:2161622#, c-format1623msgid ""1624"The branch '%s' is not fully merged.\n"1625"If you are sure you want to delete it, run 'git branch -D %s'."1626msgstr ""16271628#: builtin/branch.c:2251629#, c-format1630msgid "Error deleting remote branch '%s'"1631msgstr ""16321633#: builtin/branch.c:2261634#, c-format1635msgid "Error deleting branch '%s'"1636msgstr ""16371638#: builtin/branch.c:2331639#, c-format1640msgid "Deleted remote branch %s (was %s).\n"1641msgstr ""16421643#: builtin/branch.c:2341644#, c-format1645msgid "Deleted branch %s (was %s).\n"1646msgstr ""16471648#: builtin/branch.c:2391649msgid "Update of config-file failed"1650msgstr ""16511652#: builtin/branch.c:3371653#, c-format1654msgid "branch '%s' does not point at a commit"1655msgstr ""16561657#: builtin/branch.c:4091658#, c-format1659msgid "[%s: behind %d]"1660msgstr ""16611662#: builtin/branch.c:4111663#, c-format1664msgid "[behind %d]"1665msgstr ""16661667#: builtin/branch.c:4151668#, c-format1669msgid "[%s: ahead %d]"1670msgstr ""16711672#: builtin/branch.c:4171673#, c-format1674msgid "[ahead %d]"1675msgstr ""16761677#: builtin/branch.c:4201678#, c-format1679msgid "[%s: ahead %d, behind %d]"1680msgstr ""16811682#: builtin/branch.c:4231683#, c-format1684msgid "[ahead %d, behind %d]"1685msgstr ""16861687#: builtin/branch.c:5351688msgid "(no branch)"1689msgstr ""16901691#: builtin/branch.c:6001692msgid "some refs could not be read"1693msgstr ""16941695#: builtin/branch.c:6131696msgid "cannot rename the current branch while not on any."1697msgstr ""16981699#: builtin/branch.c:6231700#, c-format1701msgid "Invalid branch name: '%s'"1702msgstr ""17031704#: builtin/branch.c:6381705msgid "Branch rename failed"1706msgstr ""17071708#: builtin/branch.c:6421709#, c-format1710msgid "Renamed a misnamed branch '%s' away"1711msgstr ""17121713#: builtin/branch.c:6461714#, c-format1715msgid "Branch renamed to %s, but HEAD is not updated!"1716msgstr ""17171718#: builtin/branch.c:6531719msgid "Branch is renamed, but update of config-file failed"1720msgstr ""17211722#: builtin/branch.c:6681723#, c-format1724msgid "malformed object name %s"1725msgstr ""17261727#: builtin/branch.c:6921728#, c-format1729msgid "could not write branch description template: %s"1730msgstr ""17311732#: builtin/branch.c:7831733msgid "Failed to resolve HEAD as a valid ref."1734msgstr ""17351736#: builtin/branch.c:788 builtin/clone.c:5581737msgid "HEAD not found below refs/heads!"1738msgstr ""17391740#: builtin/branch.c:8081741msgid "--column and --verbose are incompatible"1742msgstr ""17431744#: builtin/branch.c:8571745msgid "-a and -r options to 'git branch' do not make sense with a branch name"1746msgstr ""17471748#: builtin/bundle.c:471749#, c-format1750msgid "%s is okay\n"1751msgstr ""17521753#: builtin/bundle.c:561754msgid "Need a repository to create a bundle."1755msgstr ""17561757#: builtin/bundle.c:601758msgid "Need a repository to unbundle."1759msgstr ""17601761#: builtin/checkout.c:113 builtin/checkout.c:1461762#, c-format1763msgid "path '%s' does not have our version"1764msgstr ""17651766#: builtin/checkout.c:115 builtin/checkout.c:1481767#, c-format1768msgid "path '%s' does not have their version"1769msgstr ""17701771#: builtin/checkout.c:1311772#, c-format1773msgid "path '%s' does not have all necessary versions"1774msgstr ""17751776#: builtin/checkout.c:1751777#, c-format1778msgid "path '%s' does not have necessary versions"1779msgstr ""17801781#: builtin/checkout.c:1921782#, c-format1783msgid "path '%s': cannot merge"1784msgstr ""17851786#: builtin/checkout.c:2091787#, c-format1788msgid "Unable to add merge result for '%s'"1789msgstr ""17901791#: builtin/checkout.c:234 builtin/checkout.c:3921792msgid "corrupt index file"1793msgstr ""17941795#: builtin/checkout.c:264 builtin/checkout.c:2711796#, c-format1797msgid "path '%s' is unmerged"1798msgstr ""17991800#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:5831801#: builtin/merge.c:8121802msgid "unable to write new index file"1803msgstr ""18041805#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:4081806msgid "diff_setup_done failed"1807msgstr ""18081809#: builtin/checkout.c:4141810msgid "you need to resolve your current index first"1811msgstr ""18121813#: builtin/checkout.c:5331814#, c-format1815msgid "Can not do reflog for '%s'\n"1816msgstr ""18171818#: builtin/checkout.c:5661819msgid "HEAD is now at"1820msgstr ""18211822#: builtin/checkout.c:5731823#, c-format1824msgid "Reset branch '%s'\n"1825msgstr ""18261827#: builtin/checkout.c:5761828#, c-format1829msgid "Already on '%s'\n"1830msgstr ""18311832#: builtin/checkout.c:5801833#, c-format1834msgid "Switched to and reset branch '%s'\n"1835msgstr ""18361837#: builtin/checkout.c:5821838#, c-format1839msgid "Switched to a new branch '%s'\n"1840msgstr ""18411842#: builtin/checkout.c:5841843#, c-format1844msgid "Switched to branch '%s'\n"1845msgstr ""18461847#: builtin/checkout.c:6401848#, c-format1849msgid " ... and %d more.\n"1850msgstr ""18511852#. The singular version1853#: builtin/checkout.c:6461854#, c-format1855msgid ""1856"Warning: you are leaving %d commit behind, not connected to\n"1857"any of your branches:\n"1858"\n"1859"%s\n"1860msgid_plural ""1861"Warning: you are leaving %d commits behind, not connected to\n"1862"any of your branches:\n"1863"\n"1864"%s\n"1865msgstr[0] ""1866msgstr[1] ""18671868#: builtin/checkout.c:6641869#, c-format1870msgid ""1871"If you want to keep them by creating a new branch, this may be a good time\n"1872"to do so with:\n"1873"\n"1874" git branch new_branch_name %s\n"1875"\n"1876msgstr ""18771878#: builtin/checkout.c:6941879msgid "internal error in revision walk"1880msgstr ""18811882#: builtin/checkout.c:6981883msgid "Previous HEAD position was"1884msgstr ""18851886#: builtin/checkout.c:7241887msgid "You are on a branch yet to be born"1888msgstr ""18891890#. case (1)1891#: builtin/checkout.c:8551892#, c-format1893msgid "invalid reference: %s"1894msgstr ""18951896#. case (1): want a tree1897#: builtin/checkout.c:8941898#, c-format1899msgid "reference is not a tree: %s"1900msgstr ""19011902#: builtin/checkout.c:9741903msgid "-B cannot be used with -b"1904msgstr ""19051906#: builtin/checkout.c:9831907msgid "--patch is incompatible with all other options"1908msgstr ""19091910#: builtin/checkout.c:9861911msgid "--detach cannot be used with -b/-B/--orphan"1912msgstr ""19131914#: builtin/checkout.c:9881915msgid "--detach cannot be used with -t"1916msgstr ""19171918#: builtin/checkout.c:9941919msgid "--track needs a branch name"1920msgstr ""19211922#: builtin/checkout.c:10011923msgid "Missing branch name; try -b"1924msgstr ""19251926#: builtin/checkout.c:10071927msgid "--orphan and -b|-B are mutually exclusive"1928msgstr ""19291930#: builtin/checkout.c:10091931msgid "--orphan cannot be used with -t"1932msgstr ""19331934#: builtin/checkout.c:10191935msgid "git checkout: -f and -m are incompatible"1936msgstr ""19371938#: builtin/checkout.c:10531939msgid "invalid path specification"1940msgstr ""19411942#: builtin/checkout.c:10611943#, c-format1944msgid ""1945"git checkout: updating paths is incompatible with switching branches.\n"1946"Did you intend to checkout '%s' which can not be resolved as commit?"1947msgstr ""19481949#: builtin/checkout.c:10631950msgid "git checkout: updating paths is incompatible with switching branches."1951msgstr ""19521953#: builtin/checkout.c:10681954msgid "git checkout: --detach does not take a path argument"1955msgstr ""19561957#: builtin/checkout.c:10711958msgid ""1959"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1960"checking out of the index."1961msgstr ""19621963#: builtin/checkout.c:10901964msgid "Cannot switch branch to a non-commit."1965msgstr ""19661967#: builtin/checkout.c:10931968msgid "--ours/--theirs is incompatible with switching branches."1969msgstr ""19701971#: builtin/clean.c:781972msgid "-x and -X cannot be used together"1973msgstr ""19741975#: builtin/clean.c:821976msgid ""1977"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1978msgstr ""19791980#: builtin/clean.c:851981msgid ""1982"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1983"clean"1984msgstr ""19851986#: builtin/clean.c:155 builtin/clean.c:1761987#, c-format1988msgid "Would remove %s\n"1989msgstr ""19901991#: builtin/clean.c:159 builtin/clean.c:1791992#, c-format1993msgid "Removing %s\n"1994msgstr ""19951996#: builtin/clean.c:162 builtin/clean.c:1821997#, c-format1998msgid "failed to remove %s"1999msgstr ""20002001#: builtin/clean.c:1662002#, c-format2003msgid "Would not remove %s\n"2004msgstr ""20052006#: builtin/clean.c:1682007#, c-format2008msgid "Not removing %s\n"2009msgstr ""20102011#: builtin/clone.c:2432012#, c-format2013msgid "reference repository '%s' is not a local directory."2014msgstr ""20152016#: builtin/clone.c:3022017#, c-format2018msgid "failed to open '%s'"2019msgstr ""20202021#: builtin/clone.c:3062022#, c-format2023msgid "failed to create directory '%s'"2024msgstr ""20252026#: builtin/clone.c:308 builtin/diff.c:752027#, c-format2028msgid "failed to stat '%s'"2029msgstr ""20302031#: builtin/clone.c:3102032#, c-format2033msgid "%s exists and is not a directory"2034msgstr ""20352036#: builtin/clone.c:3242037#, c-format2038msgid "failed to stat %s\n"2039msgstr ""20402041#: builtin/clone.c:3412042#, c-format2043msgid "failed to unlink '%s'"2044msgstr ""20452046#: builtin/clone.c:3462047#, c-format2048msgid "failed to create link '%s'"2049msgstr ""20502051#: builtin/clone.c:3502052#, c-format2053msgid "failed to copy file to '%s'"2054msgstr ""20552056#: builtin/clone.c:3732057#, c-format2058msgid "done.\n"2059msgstr ""20602061#: builtin/clone.c:4402062#, c-format2063msgid "Could not find remote branch %s to clone."2064msgstr ""20652066#: builtin/clone.c:5492067msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"2068msgstr ""20692070#: builtin/clone.c:6392071msgid "Too many arguments."2072msgstr ""20732074#: builtin/clone.c:6432075msgid "You must specify a repository to clone."2076msgstr ""20772078#: builtin/clone.c:6542079#, c-format2080msgid "--bare and --origin %s options are incompatible."2081msgstr ""20822083#: builtin/clone.c:6682084#, c-format2085msgid "repository '%s' does not exist"2086msgstr ""20872088#: builtin/clone.c:6732089msgid "--depth is ignored in local clones; use file:// instead."2090msgstr ""20912092#: builtin/clone.c:6832093#, c-format2094msgid "destination path '%s' already exists and is not an empty directory."2095msgstr ""20962097#: builtin/clone.c:6932098#, c-format2099msgid "working tree '%s' already exists."2100msgstr ""21012102#: builtin/clone.c:706 builtin/clone.c:7202103#, c-format2104msgid "could not create leading directories of '%s'"2105msgstr ""21062107#: builtin/clone.c:7092108#, c-format2109msgid "could not create work tree dir '%s'."2110msgstr ""21112112#: builtin/clone.c:7282113#, c-format2114msgid "Cloning into bare repository '%s'...\n"2115msgstr ""21162117#: builtin/clone.c:7302118#, c-format2119msgid "Cloning into '%s'...\n"2120msgstr ""21212122#: builtin/clone.c:7862123#, c-format2124msgid "Don't know how to clone %s"2125msgstr ""21262127#: builtin/clone.c:8352128#, c-format2129msgid "Remote branch %s not found in upstream %s"2130msgstr ""21312132#: builtin/clone.c:8422133msgid "You appear to have cloned an empty repository."2134msgstr ""21352136#: builtin/column.c:512137msgid "--command must be the first argument"2138msgstr ""21392140#: builtin/commit.c:432141msgid ""2142"Your name and email address were configured automatically based\n"2143"on your username and hostname. Please check that they are accurate.\n"2144"You can suppress this message by setting them explicitly:\n"2145"\n"2146" git config --global user.name \"Your Name\"\n"2147" git config --global user.email you@example.com\n"2148"\n"2149"After doing this, you may fix the identity used for this commit with:\n"2150"\n"2151" git commit --amend --reset-author\n"2152msgstr ""21532154#: builtin/commit.c:552155msgid ""2156"You asked to amend the most recent commit, but doing so would make\n"2157"it empty. You can repeat your command with --allow-empty, or you can\n"2158"remove the commit entirely with \"git reset HEAD^\".\n"2159msgstr ""21602161#: builtin/commit.c:602162msgid ""2163"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"2164"If you wish to commit it anyway, use:\n"2165"\n"2166" git commit --allow-empty\n"2167"\n"2168"Otherwise, please use 'git reset'\n"2169msgstr ""21702171#: builtin/commit.c:2532172msgid "failed to unpack HEAD tree object"2173msgstr ""21742175#: builtin/commit.c:2952176msgid "unable to create temporary index"2177msgstr ""21782179#: builtin/commit.c:3012180msgid "interactive add failed"2181msgstr ""21822183#: builtin/commit.c:334 builtin/commit.c:355 builtin/commit.c:4052184msgid "unable to write new_index file"2185msgstr ""21862187#: builtin/commit.c:3862188msgid "cannot do a partial commit during a merge."2189msgstr ""21902191#: builtin/commit.c:3882192msgid "cannot do a partial commit during a cherry-pick."2193msgstr ""21942195#: builtin/commit.c:3982196msgid "cannot read the index"2197msgstr ""21982199#: builtin/commit.c:4182200msgid "unable to write temporary index file"2201msgstr ""22022203#: builtin/commit.c:493 builtin/commit.c:4992204#, c-format2205msgid "invalid commit: %s"2206msgstr ""22072208#: builtin/commit.c:5222209msgid "malformed --author parameter"2210msgstr ""22112212#: builtin/commit.c:5822213#, c-format2214msgid "Malformed ident string: '%s'"2215msgstr ""22162217#: builtin/commit.c:620 builtin/commit.c:653 builtin/commit.c:9672218#, c-format2219msgid "could not lookup commit %s"2220msgstr ""22212222#: builtin/commit.c:632 builtin/shortlog.c:2962223#, c-format2224msgid "(reading log message from standard input)\n"2225msgstr ""22262227#: builtin/commit.c:6342228msgid "could not read log from standard input"2229msgstr ""22302231#: builtin/commit.c:6382232#, c-format2233msgid "could not read log file '%s'"2234msgstr ""22352236#: builtin/commit.c:6442237msgid "commit has empty message"2238msgstr ""22392240#: builtin/commit.c:6602241msgid "could not read MERGE_MSG"2242msgstr ""22432244#: builtin/commit.c:6642245msgid "could not read SQUASH_MSG"2246msgstr ""22472248#: builtin/commit.c:6682249#, c-format2250msgid "could not read '%s'"2251msgstr ""22522253#: builtin/commit.c:7202254msgid "could not write commit template"2255msgstr ""22562257#: builtin/commit.c:7312258#, c-format2259msgid ""2260"\n"2261"It looks like you may be committing a merge.\n"2262"If this is not correct, please remove the file\n"2263"\t%s\n"2264"and try again.\n"2265msgstr ""22662267#: builtin/commit.c:7362268#, c-format2269msgid ""2270"\n"2271"It looks like you may be committing a cherry-pick.\n"2272"If this is not correct, please remove the file\n"2273"\t%s\n"2274"and try again.\n"2275msgstr ""22762277#: builtin/commit.c:7482278msgid ""2279"Please enter the commit message for your changes. Lines starting\n"2280"with '#' will be ignored, and an empty message aborts the commit.\n"2281msgstr ""22822283#: builtin/commit.c:7532284msgid ""2285"Please enter the commit message for your changes. Lines starting\n"2286"with '#' will be kept; you may remove them yourself if you want to.\n"2287"An empty message aborts the commit.\n"2288msgstr ""22892290#: builtin/commit.c:7662291#, c-format2292msgid "%sAuthor: %s"2293msgstr ""22942295#: builtin/commit.c:7732296#, c-format2297msgid "%sCommitter: %s"2298msgstr ""22992300#: builtin/commit.c:7932301msgid "Cannot read index"2302msgstr ""23032304#: builtin/commit.c:8302305msgid "Error building trees"2306msgstr ""23072308#: builtin/commit.c:845 builtin/tag.c:3612309#, c-format2310msgid "Please supply the message using either -m or -F option.\n"2311msgstr ""23122313#: builtin/commit.c:9422314#, c-format2315msgid "No existing author found with '%s'"2316msgstr ""23172318#: builtin/commit.c:957 builtin/commit.c:11572319#, c-format2320msgid "Invalid untracked files mode '%s'"2321msgstr ""23222323#: builtin/commit.c:9972324msgid "Using both --reset-author and --author does not make sense"2325msgstr ""23262327#: builtin/commit.c:10082328msgid "You have nothing to amend."2329msgstr ""23302331#: builtin/commit.c:10112332msgid "You are in the middle of a merge -- cannot amend."2333msgstr ""23342335#: builtin/commit.c:10132336msgid "You are in the middle of a cherry-pick -- cannot amend."2337msgstr ""23382339#: builtin/commit.c:10162340msgid "Options --squash and --fixup cannot be used together"2341msgstr ""23422343#: builtin/commit.c:10262344msgid "Only one of -c/-C/-F/--fixup can be used."2345msgstr ""23462347#: builtin/commit.c:10282348msgid "Option -m cannot be combined with -c/-C/-F/--fixup."2349msgstr ""23502351#: builtin/commit.c:10362352msgid "--reset-author can be used only with -C, -c or --amend."2353msgstr ""23542355#: builtin/commit.c:10532356msgid "Only one of --include/--only/--all/--interactive/--patch can be used."2357msgstr ""23582359#: builtin/commit.c:10552360msgid "No paths with --include/--only does not make sense."2361msgstr ""23622363#: builtin/commit.c:10572364msgid "Clever... amending the last one with dirty index."2365msgstr ""23662367#: builtin/commit.c:10592368msgid "Explicit paths specified without -i nor -o; assuming --only paths..."2369msgstr ""23702371#: builtin/commit.c:1069 builtin/tag.c:5772372#, c-format2373msgid "Invalid cleanup mode %s"2374msgstr ""23752376#: builtin/commit.c:10742377msgid "Paths with -a does not make sense."2378msgstr ""23792380#: builtin/commit.c:12572381msgid "couldn't look up newly created commit"2382msgstr ""23832384#: builtin/commit.c:12592385msgid "could not parse newly created commit"2386msgstr ""23872388#: builtin/commit.c:13002389msgid "detached HEAD"2390msgstr ""23912392#: builtin/commit.c:13022393msgid " (root-commit)"2394msgstr ""23952396#: builtin/commit.c:14462397msgid "could not parse HEAD commit"2398msgstr ""23992400#: builtin/commit.c:1484 builtin/merge.c:5092401#, c-format2402msgid "could not open '%s' for reading"2403msgstr ""24042405#: builtin/commit.c:14912406#, c-format2407msgid "Corrupt MERGE_HEAD file (%s)"2408msgstr ""24092410#: builtin/commit.c:14982411msgid "could not read MERGE_MODE"2412msgstr ""24132414#: builtin/commit.c:15172415#, c-format2416msgid "could not read commit message: %s"2417msgstr ""24182419#: builtin/commit.c:15312420#, c-format2421msgid "Aborting commit; you did not edit the message.\n"2422msgstr ""24232424#: builtin/commit.c:15362425#, c-format2426msgid "Aborting commit due to empty commit message.\n"2427msgstr ""24282429#: builtin/commit.c:1551 builtin/merge.c:936 builtin/merge.c:9612430msgid "failed to write commit object"2431msgstr ""24322433#: builtin/commit.c:15722434msgid "cannot lock HEAD ref"2435msgstr ""24362437#: builtin/commit.c:15762438msgid "cannot update HEAD ref"2439msgstr ""24402441#: builtin/commit.c:15872442msgid ""2443"Repository has been updated, but unable to write\n"2444"new_index file. Check that disk is not full or quota is\n"2445"not exceeded, and then \"git reset HEAD\" to recover."2446msgstr ""24472448#: builtin/describe.c:2342449#, c-format2450msgid "annotated tag %s not available"2451msgstr ""24522453#: builtin/describe.c:2382454#, c-format2455msgid "annotated tag %s has no embedded name"2456msgstr ""24572458#: builtin/describe.c:2402459#, c-format2460msgid "tag '%s' is really '%s' here"2461msgstr ""24622463#: builtin/describe.c:2672464#, c-format2465msgid "Not a valid object name %s"2466msgstr ""24672468#: builtin/describe.c:2702469#, c-format2470msgid "%s is not a valid '%s' object"2471msgstr ""24722473#: builtin/describe.c:2872474#, c-format2475msgid "no tag exactly matches '%s'"2476msgstr ""24772478#: builtin/describe.c:2892479#, c-format2480msgid "searching to describe %s\n"2481msgstr ""24822483#: builtin/describe.c:3292484#, c-format2485msgid "finished search at %s\n"2486msgstr ""24872488#: builtin/describe.c:3532489#, c-format2490msgid ""2491"No annotated tags can describe '%s'.\n"2492"However, there were unannotated tags: try --tags."2493msgstr ""24942495#: builtin/describe.c:3572496#, c-format2497msgid ""2498"No tags can describe '%s'.\n"2499"Try --always, or create some tags."2500msgstr ""25012502#: builtin/describe.c:3782503#, c-format2504msgid "traversed %lu commits\n"2505msgstr ""25062507#: builtin/describe.c:3812508#, c-format2509msgid ""2510"more than %i tags found; listed %i most recent\n"2511"gave up search at %s\n"2512msgstr ""25132514#: builtin/describe.c:4362515msgid "--long is incompatible with --abbrev=0"2516msgstr ""25172518#: builtin/describe.c:4622519msgid "No names found, cannot describe anything."2520msgstr ""25212522#: builtin/describe.c:4822523msgid "--dirty is incompatible with committishes"2524msgstr ""25252526#: builtin/diff.c:772527#, c-format2528msgid "'%s': not a regular file or symlink"2529msgstr ""25302531#: builtin/diff.c:2202532#, c-format2533msgid "invalid option: %s"2534msgstr ""25352536#: builtin/diff.c:2972537msgid "Not a git repository"2538msgstr ""25392540#: builtin/diff.c:3412541#, c-format2542msgid "invalid object '%s' given."2543msgstr ""25442545#: builtin/diff.c:3462546#, c-format2547msgid "more than %d trees given: '%s'"2548msgstr ""25492550#: builtin/diff.c:3562551#, c-format2552msgid "more than two blobs given: '%s'"2553msgstr ""25542555#: builtin/diff.c:3642556#, c-format2557msgid "unhandled object '%s' given."2558msgstr ""25592560#: builtin/fetch.c:2002561msgid "Couldn't find remote ref HEAD"2562msgstr ""25632564#: builtin/fetch.c:2532565#, c-format2566msgid "object %s not found"2567msgstr ""25682569#: builtin/fetch.c:2592570msgid "[up to date]"2571msgstr ""25722573#: builtin/fetch.c:2732574#, c-format2575msgid "! %-*s %-*s -> %s (can't fetch in current branch)"2576msgstr ""25772578#: builtin/fetch.c:274 builtin/fetch.c:3602579msgid "[rejected]"2580msgstr ""25812582#: builtin/fetch.c:2852583msgid "[tag update]"2584msgstr ""25852586#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3402587msgid " (unable to update local ref)"2588msgstr ""25892590#: builtin/fetch.c:3052591msgid "[new tag]"2592msgstr ""25932594#: builtin/fetch.c:3082595msgid "[new branch]"2596msgstr ""25972598#: builtin/fetch.c:3112599msgid "[new ref]"2600msgstr ""26012602#: builtin/fetch.c:3562603msgid "unable to update local ref"2604msgstr ""26052606#: builtin/fetch.c:3562607msgid "forced update"2608msgstr ""26092610#: builtin/fetch.c:3622611msgid "(non-fast-forward)"2612msgstr ""26132614#: builtin/fetch.c:393 builtin/fetch.c:6852615#, c-format2616msgid "cannot open %s: %s\n"2617msgstr ""26182619#: builtin/fetch.c:4022620#, c-format2621msgid "%s did not send all necessary objects\n"2622msgstr ""26232624#: builtin/fetch.c:4882625#, c-format2626msgid "From %.*s\n"2627msgstr ""26282629#: builtin/fetch.c:4992630#, c-format2631msgid ""2632"some local refs could not be updated; try running\n"2633" 'git remote prune %s' to remove any old, conflicting branches"2634msgstr ""26352636#: builtin/fetch.c:5492637#, c-format2638msgid " (%s will become dangling)"2639msgstr ""26402641#: builtin/fetch.c:5502642#, c-format2643msgid " (%s has become dangling)"2644msgstr ""26452646#: builtin/fetch.c:5572647msgid "[deleted]"2648msgstr ""26492650#: builtin/fetch.c:558 builtin/remote.c:10552651msgid "(none)"2652msgstr ""26532654#: builtin/fetch.c:6752655#, c-format2656msgid "Refusing to fetch into current branch %s of non-bare repository"2657msgstr ""26582659#: builtin/fetch.c:7092660#, c-format2661msgid "Don't know how to fetch from %s"2662msgstr ""26632664#: builtin/fetch.c:7862665#, c-format2666msgid "Option \"%s\" value \"%s\" is not valid for %s"2667msgstr ""26682669#: builtin/fetch.c:7892670#, c-format2671msgid "Option \"%s\" is ignored for %s\n"2672msgstr ""26732674#: builtin/fetch.c:8882675#, c-format2676msgid "Fetching %s\n"2677msgstr ""26782679#: builtin/fetch.c:890 builtin/remote.c:1002680#, c-format2681msgid "Could not fetch %s"2682msgstr ""26832684#: builtin/fetch.c:9072685msgid ""2686"No remote repository specified. Please, specify either a URL or a\n"2687"remote name from which new revisions should be fetched."2688msgstr ""26892690#: builtin/fetch.c:9272691msgid "You need to specify a tag name."2692msgstr ""26932694#: builtin/fetch.c:9792695msgid "fetch --all does not take a repository argument"2696msgstr ""26972698#: builtin/fetch.c:9812699msgid "fetch --all does not make sense with refspecs"2700msgstr ""27012702#: builtin/fetch.c:9922703#, c-format2704msgid "No such remote or remote group: %s"2705msgstr ""27062707#: builtin/fetch.c:10002708msgid "Fetching a group and specifying refspecs does not make sense"2709msgstr ""27102711#: builtin/gc.c:632712#, c-format2713msgid "Invalid %s: '%s'"2714msgstr ""27152716#: builtin/gc.c:902717#, c-format2718msgid "insanely long object directory %.*s"2719msgstr ""27202721#: builtin/gc.c:2212722#, c-format2723msgid "Auto packing the repository for optimum performance.\n"2724msgstr ""27252726#: builtin/gc.c:2242727#, c-format2728msgid ""2729"Auto packing the repository for optimum performance. You may also\n"2730"run \"git gc\" manually. See \"git help gc\" for more information.\n"2731msgstr ""27322733#: builtin/gc.c:2512734msgid ""2735"There are too many unreachable loose objects; run 'git prune' to remove them."2736msgstr ""27372738#: builtin/grep.c:2162739#, c-format2740msgid "grep: failed to create thread: %s"2741msgstr ""27422743#: builtin/grep.c:4022744#, c-format2745msgid "Failed to chdir: %s"2746msgstr ""27472748#: builtin/grep.c:478 builtin/grep.c:5122749#, c-format2750msgid "unable to read tree (%s)"2751msgstr ""27522753#: builtin/grep.c:5262754#, c-format2755msgid "unable to grep from object of type %s"2756msgstr ""27572758#: builtin/grep.c:5842759#, c-format2760msgid "switch `%c' expects a numerical value"2761msgstr ""27622763#: builtin/grep.c:6012764#, c-format2765msgid "cannot open '%s'"2766msgstr ""27672768#: builtin/grep.c:8852769msgid "no pattern given."2770msgstr ""27712772#: builtin/grep.c:8992773#, c-format2774msgid "bad object %s"2775msgstr ""27762777#: builtin/grep.c:9402778msgid "--open-files-in-pager only works on the worktree"2779msgstr ""27802781#: builtin/grep.c:9632782msgid "--cached or --untracked cannot be used with --no-index."2783msgstr ""27842785#: builtin/grep.c:9682786msgid "--no-index or --untracked cannot be used with revs."2787msgstr ""27882789#: builtin/grep.c:9712790msgid "--[no-]exclude-standard cannot be used for tracked contents."2791msgstr ""27922793#: builtin/grep.c:9792794msgid "both --cached and trees are given."2795msgstr ""27962797#: builtin/help.c:632798#, c-format2799msgid "unrecognized help format '%s'"2800msgstr ""28012802#: builtin/help.c:912803msgid "Failed to start emacsclient."2804msgstr ""28052806#: builtin/help.c:1042807msgid "Failed to parse emacsclient version."2808msgstr ""28092810#: builtin/help.c:1122811#, c-format2812msgid "emacsclient version '%d' too old (< 22)."2813msgstr ""28142815#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:1752816#, c-format2817msgid "failed to exec '%s': %s"2818msgstr ""28192820#: builtin/help.c:2152821#, c-format2822msgid ""2823"'%s': path for unsupported man viewer.\n"2824"Please consider using 'man.<tool>.cmd' instead."2825msgstr ""28262827#: builtin/help.c:2272828#, c-format2829msgid ""2830"'%s': cmd for supported man viewer.\n"2831"Please consider using 'man.<tool>.path' instead."2832msgstr ""28332834#: builtin/help.c:2912835msgid "The most commonly used git commands are:"2836msgstr ""28372838#: builtin/help.c:3592839#, c-format2840msgid "'%s': unknown man viewer."2841msgstr ""28422843#: builtin/help.c:3762844msgid "no man viewer handled the request"2845msgstr ""28462847#: builtin/help.c:3842848msgid "no info viewer handled the request"2849msgstr ""28502851#: builtin/help.c:3952852#, c-format2853msgid "'%s': not a documentation directory."2854msgstr ""28552856#: builtin/help.c:436 builtin/help.c:4432857#, c-format2858msgid "usage: %s%s"2859msgstr ""28602861#: builtin/help.c:4592862#, c-format2863msgid "`git %s' is aliased to `%s'"2864msgstr ""28652866#: builtin/index-pack.c:1702867#, c-format2868msgid "object type mismatch at %s"2869msgstr ""28702871#: builtin/index-pack.c:1902872msgid "object of unexpected type"2873msgstr ""28742875#: builtin/index-pack.c:2272876#, c-format2877msgid "cannot fill %d byte"2878msgid_plural "cannot fill %d bytes"2879msgstr[0] ""2880msgstr[1] ""28812882#: builtin/index-pack.c:2372883msgid "early EOF"2884msgstr ""28852886#: builtin/index-pack.c:2382887msgid "read error on input"2888msgstr ""28892890#: builtin/index-pack.c:2502891msgid "used more bytes than were available"2892msgstr ""28932894#: builtin/index-pack.c:2572895msgid "pack too large for current definition of off_t"2896msgstr ""28972898#: builtin/index-pack.c:2732899#, c-format2900msgid "unable to create '%s'"2901msgstr ""29022903#: builtin/index-pack.c:2782904#, c-format2905msgid "cannot open packfile '%s'"2906msgstr ""29072908#: builtin/index-pack.c:2922909msgid "pack signature mismatch"2910msgstr ""29112912#: builtin/index-pack.c:3122913#, c-format2914msgid "pack has bad object at offset %lu: %s"2915msgstr ""29162917#: builtin/index-pack.c:4342918#, c-format2919msgid "inflate returned %d"2920msgstr ""29212922#: builtin/index-pack.c:4832923msgid "offset value overflow for delta base object"2924msgstr ""29252926#: builtin/index-pack.c:4912927msgid "delta base offset is out of bound"2928msgstr ""29292930#: builtin/index-pack.c:4992931#, c-format2932msgid "unknown object type %d"2933msgstr ""29342935#: builtin/index-pack.c:5312936msgid "cannot pread pack file"2937msgstr ""29382939#: builtin/index-pack.c:5332940#, c-format2941msgid "premature end of pack file, %lu byte missing"2942msgid_plural "premature end of pack file, %lu bytes missing"2943msgstr[0] ""2944msgstr[1] ""29452946#: builtin/index-pack.c:5552947msgid "serious inflate inconsistency"2948msgstr ""29492950#: builtin/index-pack.c:646 builtin/index-pack.c:652 builtin/index-pack.c:6752951#: builtin/index-pack.c:709 builtin/index-pack.c:7182952#, c-format2953msgid "SHA1 COLLISION FOUND WITH %s !"2954msgstr ""29552956#: builtin/index-pack.c:649 builtin/pack-objects.c:1702957#: builtin/pack-objects.c:2622958#, c-format2959msgid "unable to read %s"2960msgstr ""29612962#: builtin/index-pack.c:7152963#, c-format2964msgid "cannot read existing object %s"2965msgstr ""29662967#: builtin/index-pack.c:7292968#, c-format2969msgid "invalid blob object %s"2970msgstr ""29712972#: builtin/index-pack.c:7442973#, c-format2974msgid "invalid %s"2975msgstr ""29762977#: builtin/index-pack.c:7462978msgid "Error in object"2979msgstr ""29802981#: builtin/index-pack.c:7482982#, c-format2983msgid "Not all child objects of %s are reachable"2984msgstr ""29852986#: builtin/index-pack.c:818 builtin/index-pack.c:8442987msgid "failed to apply delta"2988msgstr ""29892990#: builtin/index-pack.c:9832991msgid "Receiving objects"2992msgstr ""29932994#: builtin/index-pack.c:9832995msgid "Indexing objects"2996msgstr ""29972998#: builtin/index-pack.c:10092999msgid "pack is corrupted (SHA1 mismatch)"3000msgstr ""30013002#: builtin/index-pack.c:10143003msgid "cannot fstat packfile"3004msgstr ""30053006#: builtin/index-pack.c:10173007msgid "pack has junk at the end"3008msgstr ""30093010#: builtin/index-pack.c:10283011msgid "confusion beyond insanity in parse_pack_objects()"3012msgstr ""30133014#: builtin/index-pack.c:10513015msgid "Resolving deltas"3016msgstr ""30173018#: builtin/index-pack.c:11023019msgid "confusion beyond insanity"3020msgstr ""30213022#: builtin/index-pack.c:11213023#, c-format3024msgid "pack has %d unresolved delta"3025msgid_plural "pack has %d unresolved deltas"3026msgstr[0] ""3027msgstr[1] ""30283029#: builtin/index-pack.c:11463030#, c-format3031msgid "unable to deflate appended object (%d)"3032msgstr ""30333034#: builtin/index-pack.c:12253035#, c-format3036msgid "local object %s is corrupt"3037msgstr ""30383039#: builtin/index-pack.c:12493040msgid "error while closing pack file"3041msgstr ""30423043#: builtin/index-pack.c:12623044#, c-format3045msgid "cannot write keep file '%s'"3046msgstr ""30473048#: builtin/index-pack.c:12703049#, c-format3050msgid "cannot close written keep file '%s'"3051msgstr ""30523053#: builtin/index-pack.c:12833054msgid "cannot store pack file"3055msgstr ""30563057#: builtin/index-pack.c:12943058msgid "cannot store index file"3059msgstr ""30603061#: builtin/index-pack.c:13953062#, c-format3063msgid "Cannot open existing pack file '%s'"3064msgstr ""30653066#: builtin/index-pack.c:13973067#, c-format3068msgid "Cannot open existing pack idx file for '%s'"3069msgstr ""30703071#: builtin/index-pack.c:14443072#, c-format3073msgid "non delta: %d object"3074msgid_plural "non delta: %d objects"3075msgstr[0] ""3076msgstr[1] ""30773078#: builtin/index-pack.c:14513079#, c-format3080msgid "chain length = %d: %lu object"3081msgid_plural "chain length = %d: %lu objects"3082msgstr[0] ""3083msgstr[1] ""30843085#: builtin/index-pack.c:14783086msgid "Cannot come back to cwd"3087msgstr ""30883089#: builtin/index-pack.c:1522 builtin/index-pack.c:15253090#: builtin/index-pack.c:1537 builtin/index-pack.c:15413091#, c-format3092msgid "bad %s"3093msgstr ""30943095#: builtin/index-pack.c:15553096msgid "--fix-thin cannot be used without --stdin"3097msgstr ""30983099#: builtin/index-pack.c:1559 builtin/index-pack.c:15693100#, c-format3101msgid "packfile name '%s' does not end with '.pack'"3102msgstr ""31033104#: builtin/index-pack.c:15783105msgid "--verify with no packfile name given"3106msgstr ""31073108#: builtin/init-db.c:353109#, c-format3110msgid "Could not make %s writable by group"3111msgstr ""31123113#: builtin/init-db.c:623114#, c-format3115msgid "insanely long template name %s"3116msgstr ""31173118#: builtin/init-db.c:673119#, c-format3120msgid "cannot stat '%s'"3121msgstr ""31223123#: builtin/init-db.c:733124#, c-format3125msgid "cannot stat template '%s'"3126msgstr ""31273128#: builtin/init-db.c:803129#, c-format3130msgid "cannot opendir '%s'"3131msgstr ""31323133#: builtin/init-db.c:973134#, c-format3135msgid "cannot readlink '%s'"3136msgstr ""31373138#: builtin/init-db.c:993139#, c-format3140msgid "insanely long symlink %s"3141msgstr ""31423143#: builtin/init-db.c:1023144#, c-format3145msgid "cannot symlink '%s' '%s'"3146msgstr ""31473148#: builtin/init-db.c:1063149#, c-format3150msgid "cannot copy '%s' to '%s'"3151msgstr ""31523153#: builtin/init-db.c:1103154#, c-format3155msgid "ignoring template %s"3156msgstr ""31573158#: builtin/init-db.c:1333159#, c-format3160msgid "insanely long template path %s"3161msgstr ""31623163#: builtin/init-db.c:1413164#, c-format3165msgid "templates not found %s"3166msgstr ""31673168#: builtin/init-db.c:1543169#, c-format3170msgid "not copying templates of a wrong format version %d from '%s'"3171msgstr ""31723173#: builtin/init-db.c:1923174#, c-format3175msgid "insane git directory %s"3176msgstr ""31773178#: builtin/init-db.c:322 builtin/init-db.c:3253179#, c-format3180msgid "%s already exists"3181msgstr ""31823183#: builtin/init-db.c:3543184#, c-format3185msgid "unable to handle file type %d"3186msgstr ""31873188#: builtin/init-db.c:3573189#, c-format3190msgid "unable to move %s to %s"3191msgstr ""31923193#: builtin/init-db.c:3623194#, c-format3195msgid "Could not create git link %s"3196msgstr ""31973198#.3199#. * TRANSLATORS: The first '%s' is either "Reinitialized3200#. * existing" or "Initialized empty", the second " shared" or3201#. * "", and the last '%s%s' is the verbatim directory name.3202#.3203#: builtin/init-db.c:4193204#, c-format3205msgid "%s%s Git repository in %s%s\n"3206msgstr ""32073208#: builtin/init-db.c:4203209msgid "Reinitialized existing"3210msgstr ""32113212#: builtin/init-db.c:4203213msgid "Initialized empty"3214msgstr ""32153216#: builtin/init-db.c:4213217msgid " shared"3218msgstr ""32193220#: builtin/init-db.c:4403221msgid "cannot tell cwd"3222msgstr ""32233224#: builtin/init-db.c:521 builtin/init-db.c:5283225#, c-format3226msgid "cannot mkdir %s"3227msgstr ""32283229#: builtin/init-db.c:5323230#, c-format3231msgid "cannot chdir to %s"3232msgstr ""32333234#: builtin/init-db.c:5543235#, c-format3236msgid ""3237"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"3238"dir=<directory>)"3239msgstr ""32403241#: builtin/init-db.c:5783242msgid "Cannot access current working directory"3243msgstr ""32443245#: builtin/init-db.c:5853246#, c-format3247msgid "Cannot access work tree '%s'"3248msgstr ""32493250#: builtin/log.c:1893251#, c-format3252msgid "Final output: %d %s\n"3253msgstr ""32543255#: builtin/log.c:402 builtin/log.c:4903256#, c-format3257msgid "Could not read object %s"3258msgstr ""32593260#: builtin/log.c:5143261#, c-format3262msgid "Unknown type: %d"3263msgstr ""32643265#: builtin/log.c:6033266msgid "format.headers without value"3267msgstr ""32683269#: builtin/log.c:6773270msgid "name of output directory is too long"3271msgstr ""32723273#: builtin/log.c:6883274#, c-format3275msgid "Cannot open patch file %s"3276msgstr ""32773278#: builtin/log.c:7023279msgid "Need exactly one range."3280msgstr ""32813282#: builtin/log.c:7103283msgid "Not a range."3284msgstr ""32853286#: builtin/log.c:7873287msgid "Cover letter needs email format"3288msgstr ""32893290#: builtin/log.c:8603291#, c-format3292msgid "insane in-reply-to: %s"3293msgstr ""32943295#: builtin/log.c:9333296msgid "Two output directories?"3297msgstr ""32983299#: builtin/log.c:11543300#, c-format3301msgid "bogus committer info %s"3302msgstr ""33033304#: builtin/log.c:11993305msgid "-n and -k are mutually exclusive."3306msgstr ""33073308#: builtin/log.c:12013309msgid "--subject-prefix and -k are mutually exclusive."3310msgstr ""33113312#: builtin/log.c:12093313msgid "--name-only does not make sense"3314msgstr ""33153316#: builtin/log.c:12113317msgid "--name-status does not make sense"3318msgstr ""33193320#: builtin/log.c:12133321msgid "--check does not make sense"3322msgstr ""33233324#: builtin/log.c:12363325msgid "standard output, or directory, which one?"3326msgstr ""33273328#: builtin/log.c:12383329#, c-format3330msgid "Could not create directory '%s'"3331msgstr ""33323333#: builtin/log.c:13913334msgid "Failed to create output files"3335msgstr ""33363337#: builtin/log.c:14953338#, c-format3339msgid ""3340"Could not find a tracked remote branch, please specify <upstream> manually.\n"3341msgstr ""33423343#: builtin/log.c:1511 builtin/log.c:1513 builtin/log.c:15253344#, c-format3345msgid "Unknown commit %s"3346msgstr ""33473348#: builtin/merge.c:903349msgid "switch `m' requires a value"3350msgstr ""33513352#: builtin/merge.c:1273353#, c-format3354msgid "Could not find merge strategy '%s'.\n"3355msgstr ""33563357#: builtin/merge.c:1283358#, c-format3359msgid "Available strategies are:"3360msgstr ""33613362#: builtin/merge.c:1333363#, c-format3364msgid "Available custom strategies are:"3365msgstr ""33663367#: builtin/merge.c:2403368msgid "could not run stash."3369msgstr ""33703371#: builtin/merge.c:2453372msgid "stash failed"3373msgstr ""33743375#: builtin/merge.c:2503376#, c-format3377msgid "not a valid object: %s"3378msgstr ""33793380#: builtin/merge.c:269 builtin/merge.c:2863381msgid "read-tree failed"3382msgstr ""33833384#: builtin/merge.c:3163385msgid " (nothing to squash)"3386msgstr ""33873388#: builtin/merge.c:3293389#, c-format3390msgid "Squash commit -- not updating HEAD\n"3391msgstr ""33923393#: builtin/merge.c:3613394msgid "Writing SQUASH_MSG"3395msgstr ""33963397#: builtin/merge.c:3633398msgid "Finishing SQUASH_MSG"3399msgstr ""34003401#: builtin/merge.c:3863402#, c-format3403msgid "No merge message -- not updating HEAD\n"3404msgstr ""34053406#: builtin/merge.c:4373407#, c-format3408msgid "'%s' does not point to a commit"3409msgstr ""34103411#: builtin/merge.c:5363412#, c-format3413msgid "Bad branch.%s.mergeoptions string: %s"3414msgstr ""34153416#: builtin/merge.c:6293417msgid "git write-tree failed to write a tree"3418msgstr ""34193420#: builtin/merge.c:6793421msgid "failed to read the cache"3422msgstr ""34233424#: builtin/merge.c:6973425msgid "Unable to write index."3426msgstr ""34273428#: builtin/merge.c:7103429msgid "Not handling anything other than two heads merge."3430msgstr ""34313432#: builtin/merge.c:7243433#, c-format3434msgid "Unknown option for merge-recursive: -X%s"3435msgstr ""34363437#: builtin/merge.c:7383438#, c-format3439msgid "unable to write %s"3440msgstr ""34413442#: builtin/merge.c:8773443#, c-format3444msgid "Could not read from '%s'"3445msgstr ""34463447#: builtin/merge.c:8863448#, c-format3449msgid "Not committing merge; use 'git commit' to complete the merge.\n"3450msgstr ""34513452#: builtin/merge.c:8923453msgid ""3454"Please enter a commit message to explain why this merge is necessary,\n"3455"especially if it merges an updated upstream into a topic branch.\n"3456"\n"3457"Lines starting with '#' will be ignored, and an empty message aborts\n"3458"the commit.\n"3459msgstr ""34603461#: builtin/merge.c:9163462msgid "Empty commit message."3463msgstr ""34643465#: builtin/merge.c:9283466#, c-format3467msgid "Wonderful.\n"3468msgstr ""34693470#: builtin/merge.c:9933471#, c-format3472msgid "Automatic merge failed; fix conflicts and then commit the result.\n"3473msgstr ""34743475#: builtin/merge.c:10093476#, c-format3477msgid "'%s' is not a commit"3478msgstr ""34793480#: builtin/merge.c:10503481msgid "No current branch."3482msgstr ""34833484#: builtin/merge.c:10523485msgid "No remote for the current branch."3486msgstr ""34873488#: builtin/merge.c:10543489msgid "No default upstream defined for the current branch."3490msgstr ""34913492#: builtin/merge.c:10593493#, c-format3494msgid "No remote tracking branch for %s from %s"3495msgstr ""34963497#: builtin/merge.c:1146 builtin/merge.c:13033498#, c-format3499msgid "%s - not something we can merge"3500msgstr ""35013502#: builtin/merge.c:12143503msgid "There is no merge to abort (MERGE_HEAD missing)."3504msgstr ""35053506#: builtin/merge.c:1230 git-pull.sh:313507msgid ""3508"You have not concluded your merge (MERGE_HEAD exists).\n"3509"Please, commit your changes before you can merge."3510msgstr ""35113512#: builtin/merge.c:1233 git-pull.sh:343513msgid "You have not concluded your merge (MERGE_HEAD exists)."3514msgstr ""35153516#: builtin/merge.c:12373517msgid ""3518"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"3519"Please, commit your changes before you can merge."3520msgstr ""35213522#: builtin/merge.c:12403523msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."3524msgstr ""35253526#: builtin/merge.c:12493527msgid "You cannot combine --squash with --no-ff."3528msgstr ""35293530#: builtin/merge.c:12543531msgid "You cannot combine --no-ff with --ff-only."3532msgstr ""35333534#: builtin/merge.c:12613535msgid "No commit specified and merge.defaultToUpstream not set."3536msgstr ""35373538#: builtin/merge.c:12933539msgid "Can merge only exactly one commit into empty head"3540msgstr ""35413542#: builtin/merge.c:12963543msgid "Squash commit into empty head not supported yet"3544msgstr ""35453546#: builtin/merge.c:12983547msgid "Non-fast-forward commit does not make sense into an empty head"3548msgstr ""35493550#: builtin/merge.c:14133551#, c-format3552msgid "Updating %s..%s\n"3553msgstr ""35543555#: builtin/merge.c:14513556#, c-format3557msgid "Trying really trivial in-index merge...\n"3558msgstr ""35593560#: builtin/merge.c:14583561#, c-format3562msgid "Nope.\n"3563msgstr ""35643565#: builtin/merge.c:14903566msgid "Not possible to fast-forward, aborting."3567msgstr ""35683569#: builtin/merge.c:1513 builtin/merge.c:15923570#, c-format3571msgid "Rewinding the tree to pristine...\n"3572msgstr ""35733574#: builtin/merge.c:15173575#, c-format3576msgid "Trying merge strategy %s...\n"3577msgstr ""35783579#: builtin/merge.c:15833580#, c-format3581msgid "No merge strategy handled the merge.\n"3582msgstr ""35833584#: builtin/merge.c:15853585#, c-format3586msgid "Merge with strategy %s failed.\n"3587msgstr ""35883589#: builtin/merge.c:15943590#, c-format3591msgid "Using the %s to prepare resolving by hand.\n"3592msgstr ""35933594#: builtin/merge.c:16063595#, c-format3596msgid "Automatic merge went well; stopped before committing as requested\n"3597msgstr ""35983599#: builtin/mv.c:1083600#, c-format3601msgid "Checking rename of '%s' to '%s'\n"3602msgstr ""36033604#: builtin/mv.c:1123605msgid "bad source"3606msgstr ""36073608#: builtin/mv.c:1153609msgid "can not move directory into itself"3610msgstr ""36113612#: builtin/mv.c:1183613msgid "cannot move directory over file"3614msgstr ""36153616#: builtin/mv.c:1283617#, c-format3618msgid "Huh? %.*s is in index?"3619msgstr ""36203621#: builtin/mv.c:1403622msgid "source directory is empty"3623msgstr ""36243625#: builtin/mv.c:1713626msgid "not under version control"3627msgstr ""36283629#: builtin/mv.c:1733630msgid "destination exists"3631msgstr ""36323633#: builtin/mv.c:1813634#, c-format3635msgid "overwriting '%s'"3636msgstr ""36373638#: builtin/mv.c:1843639msgid "Cannot overwrite"3640msgstr ""36413642#: builtin/mv.c:1873643msgid "multiple sources for the same target"3644msgstr ""36453646#: builtin/mv.c:2023647#, c-format3648msgid "%s, source=%s, destination=%s"3649msgstr ""36503651#: builtin/mv.c:2123652#, c-format3653msgid "Renaming %s to %s\n"3654msgstr ""36553656#: builtin/mv.c:215 builtin/remote.c:7313657#, c-format3658msgid "renaming '%s' failed"3659msgstr ""36603661#: builtin/notes.c:1393662#, c-format3663msgid "unable to start 'show' for object '%s'"3664msgstr ""36653666#: builtin/notes.c:1453667msgid "can't fdopen 'show' output fd"3668msgstr ""36693670#: builtin/notes.c:1553671#, c-format3672msgid "failed to close pipe to 'show' for object '%s'"3673msgstr ""36743675#: builtin/notes.c:1583676#, c-format3677msgid "failed to finish 'show' for object '%s'"3678msgstr ""36793680#: builtin/notes.c:175 builtin/tag.c:3473681#, c-format3682msgid "could not create file '%s'"3683msgstr ""36843685#: builtin/notes.c:1893686msgid "Please supply the note contents using either -m or -F option"3687msgstr ""36883689#: builtin/notes.c:210 builtin/notes.c:9733690#, c-format3691msgid "Removing note for object %s\n"3692msgstr ""36933694#: builtin/notes.c:2153695msgid "unable to write note object"3696msgstr ""36973698#: builtin/notes.c:2173699#, c-format3700msgid "The note contents has been left in %s"3701msgstr ""37023703#: builtin/notes.c:251 builtin/tag.c:5423704#, c-format3705msgid "cannot read '%s'"3706msgstr ""37073708#: builtin/notes.c:253 builtin/tag.c:5453709#, c-format3710msgid "could not open or read '%s'"3711msgstr ""37123713#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4473714#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6443715#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7663716#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5583717#, c-format3718msgid "Failed to resolve '%s' as a valid ref."3719msgstr ""37203721#: builtin/notes.c:2753722#, c-format3723msgid "Failed to read object '%s'."3724msgstr ""37253726#: builtin/notes.c:2993727msgid "Cannot commit uninitialized/unreferenced notes tree"3728msgstr ""37293730#: builtin/notes.c:3403731#, c-format3732msgid "Bad notes.rewriteMode value: '%s'"3733msgstr ""37343735#: builtin/notes.c:3503736#, c-format3737msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3738msgstr ""37393740#. TRANSLATORS: The first %s is the name of the3741#. environment variable, the second %s is its value3742#: builtin/notes.c:3773743#, c-format3744msgid "Bad %s value: '%s'"3745msgstr ""37463747#: builtin/notes.c:4413748#, c-format3749msgid "Malformed input line: '%s'."3750msgstr ""37513752#: builtin/notes.c:4563753#, c-format3754msgid "Failed to copy notes from '%s' to '%s'"3755msgstr ""37563757#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6273758#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7593759#: builtin/notes.c:10333760msgid "too many parameters"3761msgstr ""37623763#: builtin/notes.c:513 builtin/notes.c:7723764#, c-format3765msgid "No note found for object %s."3766msgstr ""37673768#: builtin/notes.c:5803769#, c-format3770msgid ""3771"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "3772"existing notes"3773msgstr ""37743775#: builtin/notes.c:585 builtin/notes.c:6623776#, c-format3777msgid "Overwriting existing notes for object %s\n"3778msgstr ""37793780#: builtin/notes.c:6353781msgid "too few parameters"3782msgstr ""37833784#: builtin/notes.c:6563785#, c-format3786msgid ""3787"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "3788"existing notes"3789msgstr ""37903791#: builtin/notes.c:6683792#, c-format3793msgid "Missing notes on source object %s. Cannot copy."3794msgstr ""37953796#: builtin/notes.c:7173797#, c-format3798msgid ""3799"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"3800"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"3801msgstr ""38023803#: builtin/notes.c:9713804#, c-format3805msgid "Object %s has no note\n"3806msgstr ""38073808#: builtin/notes.c:1103 builtin/remote.c:15983809#, c-format3810msgid "Unknown subcommand: %s"3811msgstr ""38123813#: builtin/pack-objects.c:183 builtin/pack-objects.c:1863814#, c-format3815msgid "deflate error (%d)"3816msgstr ""38173818#: builtin/pack-objects.c:23983819#, c-format3820msgid "unsupported index version %s"3821msgstr ""38223823#: builtin/pack-objects.c:24023824#, c-format3825msgid "bad index version '%s'"3826msgstr ""38273828#: builtin/pack-objects.c:24253829#, c-format3830msgid "option %s does not accept negative form"3831msgstr ""38323833#: builtin/pack-objects.c:24293834#, c-format3835msgid "unable to parse value '%s' for option %s"3836msgstr ""38373838#: builtin/push.c:453839msgid "tag shorthand without <tag>"3840msgstr ""38413842#: builtin/push.c:643843msgid "--delete only accepts plain target ref names"3844msgstr ""38453846#: builtin/push.c:993847msgid ""3848"\n"3849"To choose either option permanently, see push.default in 'git help config'."3850msgstr ""38513852#: builtin/push.c:1023853#, c-format3854msgid ""3855"The upstream branch of your current branch does not match\n"3856"the name of your current branch. To push to the upstream branch\n"3857"on the remote, use\n"3858"\n"3859" git push %s HEAD:%s\n"3860"\n"3861"To push to the branch of the same name on the remote, use\n"3862"\n"3863" git push %s %s\n"3864"%s"3865msgstr ""38663867#: builtin/push.c:1213868#, c-format3869msgid ""3870"You are not currently on a branch.\n"3871"To push the history leading to the current (detached HEAD)\n"3872"state now, use\n"3873"\n"3874" git push %s HEAD:<name-of-remote-branch>\n"3875msgstr ""38763877#: builtin/push.c:1283878#, c-format3879msgid ""3880"The current branch %s has no upstream branch.\n"3881"To push the current branch and set the remote as upstream, use\n"3882"\n"3883" git push --set-upstream %s %s\n"3884msgstr ""38853886#: builtin/push.c:1363887#, c-format3888msgid "The current branch %s has multiple upstream branches, refusing to push."3889msgstr ""38903891#: builtin/push.c:1393892#, c-format3893msgid ""3894"You are pushing to remote '%s', which is not the upstream of\n"3895"your current branch '%s', without telling me what to push\n"3896"to update which remote branch."3897msgstr ""38983899#: builtin/push.c:1743900msgid ""3901"You didn't specify any refspecs to push, and push.default is \"nothing\"."3902msgstr ""39033904#: builtin/push.c:1813905msgid ""3906"Updates were rejected because the tip of your current branch is behind\n"3907"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"3908"before pushing again.\n"3909"See the 'Note about fast-forwards' in 'git push --help' for details."3910msgstr ""39113912#: builtin/push.c:1873913msgid ""3914"Updates were rejected because a pushed branch tip is behind its remote\n"3915"counterpart. If you did not intend to push that branch, you may want to\n"3916"specify branches to push or set the 'push.default' configuration\n"3917"variable to 'current' or 'upstream' to push only the current branch."3918msgstr ""39193920#: builtin/push.c:1933921msgid ""3922"Updates were rejected because a pushed branch tip is behind its remote\n"3923"counterpart. Check out this branch and merge the remote changes\n"3924"(e.g. 'git pull') before pushing again.\n"3925"See the 'Note about fast-forwards' in 'git push --help' for details."3926msgstr ""39273928#: builtin/push.c:2333929#, c-format3930msgid "Pushing to %s\n"3931msgstr ""39323933#: builtin/push.c:2373934#, c-format3935msgid "failed to push some refs to '%s'"3936msgstr ""39373938#: builtin/push.c:2693939#, c-format3940msgid "bad repository '%s'"3941msgstr ""39423943#: builtin/push.c:2703944msgid ""3945"No configured push destination.\n"3946"Either specify the URL from the command-line or configure a remote "3947"repository using\n"3948"\n"3949" git remote add <name> <url>\n"3950"\n"3951"and then push using the remote name\n"3952"\n"3953" git push <name>\n"3954msgstr ""39553956#: builtin/push.c:2853957msgid "--all and --tags are incompatible"3958msgstr ""39593960#: builtin/push.c:2863961msgid "--all can't be combined with refspecs"3962msgstr ""39633964#: builtin/push.c:2913965msgid "--mirror and --tags are incompatible"3966msgstr ""39673968#: builtin/push.c:2923969msgid "--mirror can't be combined with refspecs"3970msgstr ""39713972#: builtin/push.c:2973973msgid "--all and --mirror are incompatible"3974msgstr ""39753976#: builtin/push.c:3853977msgid "--delete is incompatible with --all, --mirror and --tags"3978msgstr ""39793980#: builtin/push.c:3873981msgid "--delete doesn't make sense without any refs"3982msgstr ""39833984#: builtin/remote.c:983985#, c-format3986msgid "Updating %s"3987msgstr ""39883989#: builtin/remote.c:1303990msgid ""3991"--mirror is dangerous and deprecated; please\n"3992"\t use --mirror=fetch or --mirror=push instead"3993msgstr ""39943995#: builtin/remote.c:1473996#, c-format3997msgid "unknown mirror argument: %s"3998msgstr ""39994000#: builtin/remote.c:1854001msgid "specifying a master branch makes no sense with --mirror"4002msgstr ""40034004#: builtin/remote.c:1874005msgid "specifying branches to track makes sense only with fetch mirrors"4006msgstr ""40074008#: builtin/remote.c:195 builtin/remote.c:6464009#, c-format4010msgid "remote %s already exists."4011msgstr ""40124013#: builtin/remote.c:199 builtin/remote.c:6504014#, c-format4015msgid "'%s' is not a valid remote name"4016msgstr ""40174018#: builtin/remote.c:2434019#, c-format4020msgid "Could not setup master '%s'"4021msgstr ""40224023#: builtin/remote.c:2994024#, c-format4025msgid "more than one %s"4026msgstr ""40274028#: builtin/remote.c:3394029#, c-format4030msgid "Could not get fetch map for refspec %s"4031msgstr ""40324033#: builtin/remote.c:440 builtin/remote.c:4484034msgid "(matching)"4035msgstr ""40364037#: builtin/remote.c:4524038msgid "(delete)"4039msgstr ""40404041#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6074042#, c-format4043msgid "Could not append '%s' to '%s'"4044msgstr ""40454046#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8904047#, c-format4048msgid "No such remote: %s"4049msgstr ""40504051#: builtin/remote.c:6564052#, c-format4053msgid "Could not rename config section '%s' to '%s'"4054msgstr ""40554056#: builtin/remote.c:662 builtin/remote.c:7994057#, c-format4058msgid "Could not remove config section '%s'"4059msgstr ""40604061#: builtin/remote.c:6774062#, c-format4063msgid ""4064"Not updating non-default fetch refspec\n"4065"\t%s\n"4066"\tPlease update the configuration manually if necessary."4067msgstr ""40684069#: builtin/remote.c:6834070#, c-format4071msgid "Could not append '%s'"4072msgstr ""40734074#: builtin/remote.c:6944075#, c-format4076msgid "Could not set '%s'"4077msgstr ""40784079#: builtin/remote.c:7164080#, c-format4081msgid "deleting '%s' failed"4082msgstr ""40834084#: builtin/remote.c:7504085#, c-format4086msgid "creating '%s' failed"4087msgstr ""40884089#: builtin/remote.c:7644090#, c-format4091msgid "Could not remove branch %s"4092msgstr ""40934094#: builtin/remote.c:8344095msgid ""4096"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"4097"to delete it, use:"4098msgid_plural ""4099"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"4100"to delete them, use:"4101msgstr[0] ""4102msgstr[1] ""41034104#: builtin/remote.c:9434105#, c-format4106msgid " new (next fetch will store in remotes/%s)"4107msgstr ""41084109#: builtin/remote.c:9464110msgid " tracked"4111msgstr ""41124113#: builtin/remote.c:9484114msgid " stale (use 'git remote prune' to remove)"4115msgstr ""41164117#: builtin/remote.c:9504118msgid " ???"4119msgstr ""41204121#: builtin/remote.c:9914122#, c-format4123msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"4124msgstr ""41254126#: builtin/remote.c:9984127#, c-format4128msgid "rebases onto remote %s"4129msgstr ""41304131#: builtin/remote.c:10014132#, c-format4133msgid " merges with remote %s"4134msgstr ""41354136#: builtin/remote.c:10024137msgid " and with remote"4138msgstr ""41394140#: builtin/remote.c:10044141#, c-format4142msgid "merges with remote %s"4143msgstr ""41444145#: builtin/remote.c:10054146msgid " and with remote"4147msgstr ""41484149#: builtin/remote.c:10514150msgid "create"4151msgstr ""41524153#: builtin/remote.c:10544154msgid "delete"4155msgstr ""41564157#: builtin/remote.c:10584158msgid "up to date"4159msgstr ""41604161#: builtin/remote.c:10614162msgid "fast-forwardable"4163msgstr ""41644165#: builtin/remote.c:10644166msgid "local out of date"4167msgstr ""41684169#: builtin/remote.c:10714170#, c-format4171msgid " %-*s forces to %-*s (%s)"4172msgstr ""41734174#: builtin/remote.c:10744175#, c-format4176msgid " %-*s pushes to %-*s (%s)"4177msgstr ""41784179#: builtin/remote.c:10784180#, c-format4181msgid " %-*s forces to %s"4182msgstr ""41834184#: builtin/remote.c:10814185#, c-format4186msgid " %-*s pushes to %s"4187msgstr ""41884189#: builtin/remote.c:11184190#, c-format4191msgid "* remote %s"4192msgstr ""41934194#: builtin/remote.c:11194195#, c-format4196msgid " Fetch URL: %s"4197msgstr ""41984199#: builtin/remote.c:1120 builtin/remote.c:12854200msgid "(no URL)"4201msgstr ""42024203#: builtin/remote.c:1129 builtin/remote.c:11314204#, c-format4205msgid " Push URL: %s"4206msgstr ""42074208#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11374209#, c-format4210msgid " HEAD branch: %s"4211msgstr ""42124213#: builtin/remote.c:11394214#, c-format4215msgid ""4216" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"4217msgstr ""42184219#: builtin/remote.c:11514220#, c-format4221msgid " Remote branch:%s"4222msgid_plural " Remote branches:%s"4223msgstr[0] ""4224msgstr[1] ""42254226#: builtin/remote.c:1154 builtin/remote.c:11814227msgid " (status not queried)"4228msgstr ""42294230#: builtin/remote.c:11634231msgid " Local branch configured for 'git pull':"4232msgid_plural " Local branches configured for 'git pull':"4233msgstr[0] ""4234msgstr[1] ""42354236#: builtin/remote.c:11714237msgid " Local refs will be mirrored by 'git push'"4238msgstr ""42394240#: builtin/remote.c:11784241#, c-format4242msgid " Local ref configured for 'git push'%s:"4243msgid_plural " Local refs configured for 'git push'%s:"4244msgstr[0] ""4245msgstr[1] ""42464247#: builtin/remote.c:12164248msgid "Cannot determine remote HEAD"4249msgstr ""42504251#: builtin/remote.c:12184252msgid "Multiple remote HEAD branches. Please choose one explicitly with:"4253msgstr ""42544255#: builtin/remote.c:12284256#, c-format4257msgid "Could not delete %s"4258msgstr ""42594260#: builtin/remote.c:12364261#, c-format4262msgid "Not a valid ref: %s"4263msgstr ""42644265#: builtin/remote.c:12384266#, c-format4267msgid "Could not setup %s"4268msgstr ""42694270#: builtin/remote.c:12744271#, c-format4272msgid " %s will become dangling!"4273msgstr ""42744275#: builtin/remote.c:12754276#, c-format4277msgid " %s has become dangling!"4278msgstr ""42794280#: builtin/remote.c:12814281#, c-format4282msgid "Pruning %s"4283msgstr ""42844285#: builtin/remote.c:12824286#, c-format4287msgid "URL: %s"4288msgstr ""42894290#: builtin/remote.c:12954291#, c-format4292msgid " * [would prune] %s"4293msgstr ""42944295#: builtin/remote.c:12984296#, c-format4297msgid " * [pruned] %s"4298msgstr ""42994300#: builtin/remote.c:1387 builtin/remote.c:14614301#, c-format4302msgid "No such remote '%s'"4303msgstr ""43044305#: builtin/remote.c:14144306msgid "no remote specified"4307msgstr ""43084309#: builtin/remote.c:14474310msgid "--add --delete doesn't make sense"4311msgstr ""43124313#: builtin/remote.c:14874314#, c-format4315msgid "Invalid old URL pattern: %s"4316msgstr ""43174318#: builtin/remote.c:14954319#, c-format4320msgid "No such URL found: %s"4321msgstr ""43224323#: builtin/remote.c:14974324msgid "Will not delete all non-push URLs"4325msgstr ""43264327#: builtin/reset.c:334328msgid "mixed"4329msgstr ""43304331#: builtin/reset.c:334332msgid "soft"4333msgstr ""43344335#: builtin/reset.c:334336msgid "hard"4337msgstr ""43384339#: builtin/reset.c:334340msgid "merge"4341msgstr ""43424343#: builtin/reset.c:334344msgid "keep"4345msgstr ""43464347#: builtin/reset.c:774348msgid "You do not have a valid HEAD."4349msgstr ""43504351#: builtin/reset.c:794352msgid "Failed to find tree of HEAD."4353msgstr ""43544355#: builtin/reset.c:854356#, c-format4357msgid "Failed to find tree of %s."4358msgstr ""43594360#: builtin/reset.c:964361msgid "Could not write new index file."4362msgstr ""43634364#: builtin/reset.c:1064365#, c-format4366msgid "HEAD is now at %s"4367msgstr ""43684369#: builtin/reset.c:1304370msgid "Could not read index"4371msgstr ""43724373#: builtin/reset.c:1334374msgid "Unstaged changes after reset:"4375msgstr ""43764377#: builtin/reset.c:2234378#, c-format4379msgid "Cannot do a %s reset in the middle of a merge."4380msgstr ""43814382#: builtin/reset.c:2974383#, c-format4384msgid "Could not parse object '%s'."4385msgstr ""43864387#: builtin/reset.c:3024388msgid "--patch is incompatible with --{hard,mixed,soft}"4389msgstr ""43904391#: builtin/reset.c:3114392msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."4393msgstr ""43944395#: builtin/reset.c:3134396#, c-format4397msgid "Cannot do %s reset with paths."4398msgstr ""43994400#: builtin/reset.c:3254401#, c-format4402msgid "%s reset is not allowed in a bare repository"4403msgstr ""44044405#: builtin/reset.c:3414406#, c-format4407msgid "Could not reset index file to revision '%s'."4408msgstr ""44094410#: builtin/revert.c:70 builtin/revert.c:924411#, c-format4412msgid "%s: %s cannot be used with %s"4413msgstr ""44144415#: builtin/revert.c:1314416msgid "program error"4417msgstr ""44184419#: builtin/revert.c:2214420msgid "revert failed"4421msgstr ""44224423#: builtin/revert.c:2364424msgid "cherry-pick failed"4425msgstr ""44264427#: builtin/rm.c:1094428#, c-format4429msgid ""4430"'%s' has staged content different from both the file and the HEAD\n"4431"(use -f to force removal)"4432msgstr ""44334434#: builtin/rm.c:1154435#, c-format4436msgid ""4437"'%s' has changes staged in the index\n"4438"(use --cached to keep the file, or -f to force removal)"4439msgstr ""44404441#: builtin/rm.c:1194442#, c-format4443msgid ""4444"'%s' has local modifications\n"4445"(use --cached to keep the file, or -f to force removal)"4446msgstr ""44474448#: builtin/rm.c:1944449#, c-format4450msgid "not removing '%s' recursively without -r"4451msgstr ""44524453#: builtin/rm.c:2304454#, c-format4455msgid "git rm: unable to remove %s"4456msgstr ""44574458#: builtin/shortlog.c:1574459#, c-format4460msgid "Missing author: %s"4461msgstr ""44624463#: builtin/tag.c:604464#, c-format4465msgid "malformed object at '%s'"4466msgstr ""44674468#: builtin/tag.c:2074469#, c-format4470msgid "tag name too long: %.*s..."4471msgstr ""44724473#: builtin/tag.c:2124474#, c-format4475msgid "tag '%s' not found."4476msgstr ""44774478#: builtin/tag.c:2274479#, c-format4480msgid "Deleted tag '%s' (was %s)\n"4481msgstr ""44824483#: builtin/tag.c:2394484#, c-format4485msgid "could not verify the tag '%s'"4486msgstr ""44874488#: builtin/tag.c:2494489msgid ""4490"\n"4491"#\n"4492"# Write a tag message\n"4493"# Lines starting with '#' will be ignored.\n"4494"#\n"4495msgstr ""44964497#: builtin/tag.c:2564498msgid ""4499"\n"4500"#\n"4501"# Write a tag message\n"4502"# Lines starting with '#' will be kept; you may remove them yourself if you "4503"want to.\n"4504"#\n"4505msgstr ""45064507#: builtin/tag.c:2984508msgid "unable to sign the tag"4509msgstr ""45104511#: builtin/tag.c:3004512msgid "unable to write tag file"4513msgstr ""45144515#: builtin/tag.c:3254516msgid "bad object type."4517msgstr ""45184519#: builtin/tag.c:3384520msgid "tag header too big."4521msgstr ""45224523#: builtin/tag.c:3704524msgid "no tag message?"4525msgstr ""45264527#: builtin/tag.c:3764528#, c-format4529msgid "The tag message has been left in %s\n"4530msgstr ""45314532#: builtin/tag.c:4254533msgid "switch 'points-at' requires an object"4534msgstr ""45354536#: builtin/tag.c:4274537#, c-format4538msgid "malformed object name '%s'"4539msgstr ""45404541#: builtin/tag.c:5064542msgid "--column and -n are incompatible"4543msgstr ""45444545#: builtin/tag.c:5234546msgid "-n option is only allowed with -l."4547msgstr ""45484549#: builtin/tag.c:5254550msgid "--contains option is only allowed with -l."4551msgstr ""45524553#: builtin/tag.c:5274554msgid "--points-at option is only allowed with -l."4555msgstr ""45564557#: builtin/tag.c:5354558msgid "only one -F or -m option is allowed."4559msgstr ""45604561#: builtin/tag.c:5554562msgid "too many params"4563msgstr ""45644565#: builtin/tag.c:5614566#, c-format4567msgid "'%s' is not a valid tag name."4568msgstr ""45694570#: builtin/tag.c:5664571#, c-format4572msgid "tag '%s' already exists"4573msgstr ""45744575#: builtin/tag.c:5844576#, c-format4577msgid "%s: cannot lock the ref"4578msgstr ""45794580#: builtin/tag.c:5864581#, c-format4582msgid "%s: cannot update the ref"4583msgstr ""45844585#: builtin/tag.c:5884586#, c-format4587msgid "Updated tag '%s' (was %s)\n"4588msgstr ""45894590#: git.c:164591msgid "See 'git help <command>' for more information on a specific command."4592msgstr ""45934594#: parse-options.h:133 parse-options.h:2354595msgid "n"4596msgstr ""45974598#: parse-options.h:1414599msgid "time"4600msgstr ""46014602#: parse-options.h:1494603msgid "file"4604msgstr ""46054606#: parse-options.h:1514607msgid "when"4608msgstr ""46094610#: parse-options.h:1564611msgid "no-op (backward compatibility)"4612msgstr ""46134614#: parse-options.h:2284615msgid "be more verbose"4616msgstr ""46174618#: parse-options.h:2304619msgid "be more quiet"4620msgstr ""46214622#: parse-options.h:2364623msgid "use <n> digits to display SHA-1s"4624msgstr ""46254626#: common-cmds.h:84627msgid "Add file contents to the index"4628msgstr ""46294630#: common-cmds.h:94631msgid "Find by binary search the change that introduced a bug"4632msgstr ""46334634#: common-cmds.h:104635msgid "List, create, or delete branches"4636msgstr ""46374638#: common-cmds.h:114639msgid "Checkout a branch or paths to the working tree"4640msgstr ""46414642#: common-cmds.h:124643msgid "Clone a repository into a new directory"4644msgstr ""46454646#: common-cmds.h:134647msgid "Record changes to the repository"4648msgstr ""46494650#: common-cmds.h:144651msgid "Show changes between commits, commit and working tree, etc"4652msgstr ""46534654#: common-cmds.h:154655msgid "Download objects and refs from another repository"4656msgstr ""46574658#: common-cmds.h:164659msgid "Print lines matching a pattern"4660msgstr ""46614662#: common-cmds.h:174663msgid "Create an empty git repository or reinitialize an existing one"4664msgstr ""46654666#: common-cmds.h:184667msgid "Show commit logs"4668msgstr ""46694670#: common-cmds.h:194671msgid "Join two or more development histories together"4672msgstr ""46734674#: common-cmds.h:204675msgid "Move or rename a file, a directory, or a symlink"4676msgstr ""46774678#: common-cmds.h:214679msgid "Fetch from and merge with another repository or a local branch"4680msgstr ""46814682#: common-cmds.h:224683msgid "Update remote refs along with associated objects"4684msgstr ""46854686#: common-cmds.h:234687msgid "Forward-port local commits to the updated upstream head"4688msgstr ""46894690#: common-cmds.h:244691msgid "Reset current HEAD to the specified state"4692msgstr ""46934694#: common-cmds.h:254695msgid "Remove files from the working tree and from the index"4696msgstr ""46974698#: common-cmds.h:264699msgid "Show various types of objects"4700msgstr ""47014702#: common-cmds.h:274703msgid "Show the working tree status"4704msgstr ""47054706#: common-cmds.h:284707msgid "Create, list, delete or verify a tag object signed with GPG"4708msgstr ""47094710#: git-am.sh:504711msgid "You need to set your committer info first"4712msgstr ""47134714#: git-am.sh:954715msgid ""4716"You seem to have moved HEAD since the last 'am' failure.\n"4717"Not rewinding to ORIG_HEAD"4718msgstr ""47194720#: git-am.sh:1054721#, sh-format4722msgid ""4723"When you have resolved this problem run \"$cmdline --resolved\".\n"4724"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"4725"To restore the original branch and stop patching run \"$cmdline --abort\"."4726msgstr ""47274728#: git-am.sh:1214729msgid "Cannot fall back to three-way merge."4730msgstr ""47314732#: git-am.sh:1374733msgid "Repository lacks necessary blobs to fall back on 3-way merge."4734msgstr ""47354736#: git-am.sh:1544737msgid ""4738"Did you hand edit your patch?\n"4739"It does not apply to blobs recorded in its index."4740msgstr ""47414742#: git-am.sh:1634743msgid "Falling back to patching base and 3-way merge..."4744msgstr ""47454746#: git-am.sh:2754747msgid "Only one StGIT patch series can be applied at once"4748msgstr ""47494750#: git-am.sh:3624751#, sh-format4752msgid "Patch format $patch_format is not supported."4753msgstr ""47544755#: git-am.sh:3644756msgid "Patch format detection failed."4757msgstr ""47584759#: git-am.sh:4184760msgid "-d option is no longer supported. Do not use."4761msgstr ""47624763#: git-am.sh:4814764#, sh-format4765msgid "previous rebase directory $dotest still exists but mbox given."4766msgstr ""47674768#: git-am.sh:4864769msgid "Please make up your mind. --skip or --abort?"4770msgstr ""47714772#: git-am.sh:5134773msgid "Resolve operation not in progress, we are not resuming."4774msgstr ""47754776#: git-am.sh:5794777#, sh-format4778msgid "Dirty index: cannot apply patches (dirty: $files)"4779msgstr ""47804781#: git-am.sh:6714782#, sh-format4783msgid ""4784"Patch is empty. Was it split wrong?\n"4785"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"4786"To restore the original branch and stop patching run \"$cmdline --abort\"."4787msgstr ""47884789#: git-am.sh:7084790msgid "Patch does not have a valid e-mail address."4791msgstr ""47924793#: git-am.sh:7554794msgid "cannot be interactive without stdin connected to a terminal."4795msgstr ""47964797#: git-am.sh:7594798msgid "Commit Body is:"4799msgstr ""48004801#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4802#. in your translation. The program will only accept English4803#. input at this point.4804#: git-am.sh:7664805msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "4806msgstr ""48074808#: git-am.sh:8024809#, sh-format4810msgid "Applying: $FIRSTLINE"4811msgstr ""48124813#: git-am.sh:8234814msgid ""4815"No changes - did you forget to use 'git add'?\n"4816"If there is nothing left to stage, chances are that something else\n"4817"already introduced the same changes; you might want to skip this patch."4818msgstr ""48194820#: git-am.sh:8314821msgid ""4822"You still have unmerged paths in your index\n"4823"did you forget to use 'git add'?"4824msgstr ""48254826#: git-am.sh:8474827msgid "No changes -- Patch already applied."4828msgstr ""48294830#: git-am.sh:8574831#, sh-format4832msgid "Patch failed at $msgnum $FIRSTLINE"4833msgstr ""48344835#: git-am.sh:8734836msgid "applying to an empty history"4837msgstr ""48384839#: git-bisect.sh:484840msgid "You need to start by \"git bisect start\""4841msgstr ""48424843#. TRANSLATORS: Make sure to include [Y] and [n] in your4844#. translation. The program will only accept English input4845#. at this point.4846#: git-bisect.sh:544847msgid "Do you want me to do it for you [Y/n]? "4848msgstr ""48494850#: git-bisect.sh:954851#, sh-format4852msgid "unrecognised option: '$arg'"4853msgstr ""48544855#: git-bisect.sh:994856#, sh-format4857msgid "'$arg' does not appear to be a valid revision"4858msgstr ""48594860#: git-bisect.sh:1174861msgid "Bad HEAD - I need a HEAD"4862msgstr ""48634864#: git-bisect.sh:1304865#, sh-format4866msgid ""4867"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."4868msgstr ""48694870#: git-bisect.sh:1404871msgid "won't bisect on seeked tree"4872msgstr ""48734874#: git-bisect.sh:1444875msgid "Bad HEAD - strange symbolic ref"4876msgstr ""48774878#: git-bisect.sh:1894879#, sh-format4880msgid "Bad bisect_write argument: $state"4881msgstr ""48824883#: git-bisect.sh:2184884#, sh-format4885msgid "Bad rev input: $arg"4886msgstr ""48874888#: git-bisect.sh:2324889msgid "Please call 'bisect_state' with at least one argument."4890msgstr ""48914892#: git-bisect.sh:2444893#, sh-format4894msgid "Bad rev input: $rev"4895msgstr ""48964897#: git-bisect.sh:2504898msgid "'git bisect bad' can take only one argument."4899msgstr ""49004901#. have bad but not good. we could bisect although4902#. this is less optimum.4903#: git-bisect.sh:2734904msgid "Warning: bisecting only with a bad commit."4905msgstr ""49064907#. TRANSLATORS: Make sure to include [Y] and [n] in your4908#. translation. The program will only accept English input4909#. at this point.4910#: git-bisect.sh:2794911msgid "Are you sure [Y/n]? "4912msgstr ""49134914#: git-bisect.sh:2894915msgid ""4916"You need to give me at least one good and one bad revisions.\n"4917"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"4918msgstr ""49194920#: git-bisect.sh:2924921msgid ""4922"You need to start by \"git bisect start\".\n"4923"You then need to give me at least one good and one bad revisions.\n"4924"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"4925msgstr ""49264927#: git-bisect.sh:347 git-bisect.sh:4744928msgid "We are not bisecting."4929msgstr ""49304931#: git-bisect.sh:3544932#, sh-format4933msgid "'$invalid' is not a valid commit"4934msgstr ""49354936#: git-bisect.sh:3634937#, sh-format4938msgid ""4939"Could not check out original HEAD '$branch'.\n"4940"Try 'git bisect reset <commit>'."4941msgstr ""49424943#: git-bisect.sh:3904944msgid "No logfile given"4945msgstr ""49464947#: git-bisect.sh:3914948#, sh-format4949msgid "cannot read $file for replaying"4950msgstr ""49514952#: git-bisect.sh:4084953msgid "?? what are you talking about?"4954msgstr ""49554956#: git-bisect.sh:4204957#, sh-format4958msgid "running $command"4959msgstr ""49604961#: git-bisect.sh:4274962#, sh-format4963msgid ""4964"bisect run failed:\n"4965"exit code $res from '$command' is < 0 or >= 128"4966msgstr ""49674968#: git-bisect.sh:4534969msgid "bisect run cannot continue any more"4970msgstr ""49714972#: git-bisect.sh:4594973#, sh-format4974msgid ""4975"bisect run failed:\n"4976"'bisect_state $state' exited with error code $res"4977msgstr ""49784979#: git-bisect.sh:4664980msgid "bisect run success"4981msgstr ""49824983#: git-pull.sh:214984msgid ""4985"Pull is not possible because you have unmerged files.\n"4986"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"4987"as appropriate to mark resolution, or use 'git commit -a'."4988msgstr ""49894990#: git-pull.sh:254991msgid "Pull is not possible because you have unmerged files."4992msgstr ""49934994#: git-pull.sh:1974995msgid "updating an unborn branch with changes added to the index"4996msgstr ""49974998#. The fetch involved updating the current branch.4999#. The working tree and the index file is still based on the5000#. $orig_head commit, but we are merging into $curr_head.5001#. First update the working tree to match $curr_head.5002#: git-pull.sh:2285003#, sh-format5004msgid ""5005"Warning: fetch updated the current branch head.\n"5006"Warning: fast-forwarding your working tree from\n"5007"Warning: commit $orig_head."5008msgstr ""50095010#: git-pull.sh:2535011msgid "Cannot merge multiple branches into empty head"5012msgstr ""50135014#: git-pull.sh:2575015msgid "Cannot rebase onto multiple branches"5016msgstr ""50175018#: git-stash.sh:515019msgid "git stash clear with parameters is unimplemented"5020msgstr ""50215022#: git-stash.sh:745023msgid "You do not have the initial commit yet"5024msgstr ""50255026#: git-stash.sh:895027msgid "Cannot save the current index state"5028msgstr ""50295030#: git-stash.sh:123 git-stash.sh:1365031msgid "Cannot save the current worktree state"5032msgstr ""50335034#: git-stash.sh:1405035msgid "No changes selected"5036msgstr ""50375038#: git-stash.sh:1435039msgid "Cannot remove temporary index (can't happen)"5040msgstr ""50415042#: git-stash.sh:1565043msgid "Cannot record working tree state"5044msgstr ""50455046#. TRANSLATORS: $option is an invalid option, like5047#. `--blah-blah'. The 7 spaces at the beginning of the5048#. second line correspond to "error: ". So you should line5049#. up the second line with however many characters the5050#. translation of "error: " takes in your language. E.g. in5051#. English this is:5052#.5053#. $ git stash save --blah-blah 2>&1 | head -n 25054#. error: unknown option for 'stash save': --blah-blah5055#. To provide a message, use git stash save -- '--blah-blah'5056#: git-stash.sh:2025057#, sh-format5058msgid ""5059"error: unknown option for 'stash save': $option\n"5060" To provide a message, use git stash save -- '$option'"5061msgstr ""50625063#: git-stash.sh:2235064msgid "No local changes to save"5065msgstr ""50665067#: git-stash.sh:2275068msgid "Cannot initialize stash"5069msgstr ""50705071#: git-stash.sh:2355072msgid "Cannot save the current status"5073msgstr ""50745075#: git-stash.sh:2535076msgid "Cannot remove worktree changes"5077msgstr ""50785079#: git-stash.sh:3525080msgid "No stash found."5081msgstr ""50825083#: git-stash.sh:3595084#, sh-format5085msgid "Too many revisions specified: $REV"5086msgstr ""50875088#: git-stash.sh:3655089#, sh-format5090msgid "$reference is not valid reference"5091msgstr ""50925093#: git-stash.sh:3935094#, sh-format5095msgid "'$args' is not a stash-like commit"5096msgstr ""50975098#: git-stash.sh:4045099#, sh-format5100msgid "'$args' is not a stash reference"5101msgstr ""51025103#: git-stash.sh:4125104msgid "unable to refresh index"5105msgstr ""51065107#: git-stash.sh:4165108msgid "Cannot apply a stash in the middle of a merge"5109msgstr ""51105111#: git-stash.sh:4245112msgid "Conflicts in index. Try without --index."5113msgstr ""51145115#: git-stash.sh:4265116msgid "Could not save index tree"5117msgstr ""51185119#: git-stash.sh:4605120msgid "Cannot unstage modified files"5121msgstr ""51225123#: git-stash.sh:4745124msgid "Index was not unstashed."5125msgstr ""51265127#: git-stash.sh:4915128#, sh-format5129msgid "Dropped ${REV} ($s)"5130msgstr ""51315132#: git-stash.sh:4925133#, sh-format5134msgid "${REV}: Could not drop stash entry"5135msgstr ""51365137#: git-stash.sh:4995138msgid "No branch name specified"5139msgstr ""51405141#: git-stash.sh:5705142msgid "(To restore them type \"git stash apply\")"5143msgstr ""51445145#: git-submodule.sh:885146#, sh-format5147msgid "cannot strip one component off url '$remoteurl'"5148msgstr ""51495150#: git-submodule.sh:1455151#, sh-format5152msgid "No submodule mapping found in .gitmodules for path '$sm_path'"5153msgstr ""51545155#: git-submodule.sh:1865156#, sh-format5157msgid "Clone of '$url' into submodule path '$sm_path' failed"5158msgstr ""51595160#: git-submodule.sh:1965161#, sh-format5162msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"5163msgstr ""51645165#: git-submodule.sh:2855166#, sh-format5167msgid "repo URL: '$repo' must be absolute or begin with ./|../"5168msgstr ""51695170#: git-submodule.sh:3025171#, sh-format5172msgid "'$sm_path' already exists in the index"5173msgstr ""51745175#: git-submodule.sh:3065176#, sh-format5177msgid ""5178"The following path is ignored by one of your .gitignore files:\n"5179"$sm_path\n"5180"Use -f if you really want to add it."5181msgstr ""51825183#: git-submodule.sh:3175184#, sh-format5185msgid "Adding existing repo at '$sm_path' to the index"5186msgstr ""51875188#: git-submodule.sh:3195189#, sh-format5190msgid "'$sm_path' already exists and is not a valid git repo"5191msgstr ""51925193#: git-submodule.sh:3335194#, sh-format5195msgid "Unable to checkout submodule '$sm_path'"5196msgstr ""51975198#: git-submodule.sh:3385199#, sh-format5200msgid "Failed to add submodule '$sm_path'"5201msgstr ""52025203#: git-submodule.sh:3435204#, sh-format5205msgid "Failed to register submodule '$sm_path'"5206msgstr ""52075208#: git-submodule.sh:3855209#, sh-format5210msgid "Entering '$prefix$sm_path'"5211msgstr ""52125213#: git-submodule.sh:3995214#, sh-format5215msgid "Stopping at '$sm_path'; script returned non-zero status."5216msgstr ""52175218#: git-submodule.sh:4425219#, sh-format5220msgid "No url found for submodule path '$sm_path' in .gitmodules"5221msgstr ""52225223#: git-submodule.sh:4515224#, sh-format5225msgid "Failed to register url for submodule path '$sm_path'"5226msgstr ""52275228#: git-submodule.sh:4535229#, sh-format5230msgid "Submodule '$name' ($url) registered for path '$sm_path'"5231msgstr ""52325233#: git-submodule.sh:4615234#, sh-format5235msgid "Failed to register update mode for submodule path '$sm_path'"5236msgstr ""52375238#: git-submodule.sh:5605239#, sh-format5240msgid ""5241"Submodule path '$sm_path' not initialized\n"5242"Maybe you want to use 'update --init'?"5243msgstr ""52445245#: git-submodule.sh:5735246#, sh-format5247msgid "Unable to find current revision in submodule path '$sm_path'"5248msgstr ""52495250#: git-submodule.sh:5925251#, sh-format5252msgid "Unable to fetch in submodule path '$sm_path'"5253msgstr ""52545255#: git-submodule.sh:6065256#, sh-format5257msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"5258msgstr ""52595260#: git-submodule.sh:6075261#, sh-format5262msgid "Submodule path '$sm_path': rebased into '$sha1'"5263msgstr ""52645265#: git-submodule.sh:6125266#, sh-format5267msgid "Unable to merge '$sha1' in submodule path '$sm_path'"5268msgstr ""52695270#: git-submodule.sh:6135271#, sh-format5272msgid "Submodule path '$sm_path': merged in '$sha1'"5273msgstr ""52745275#: git-submodule.sh:6185276#, sh-format5277msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"5278msgstr ""52795280#: git-submodule.sh:6195281#, sh-format5282msgid "Submodule path '$sm_path': checked out '$sha1'"5283msgstr ""52845285#: git-submodule.sh:641 git-submodule.sh:9645286#, sh-format5287msgid "Failed to recurse into submodule path '$sm_path'"5288msgstr ""52895290#: git-submodule.sh:7495291msgid "--cached cannot be used with --files"5292msgstr ""52935294#. unexpected type5295#: git-submodule.sh:7895296#, sh-format5297msgid "unexpected mode $mod_dst"5298msgstr ""52995300#: git-submodule.sh:8075301#, sh-format5302msgid " Warn: $name doesn't contain commit $sha1_src"5303msgstr ""53045305#: git-submodule.sh:8105306#, sh-format5307msgid " Warn: $name doesn't contain commit $sha1_dst"5308msgstr ""53095310#: git-submodule.sh:8135311#, sh-format5312msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"5313msgstr ""53145315#: git-submodule.sh:8385316msgid "blob"5317msgstr ""53185319#: git-submodule.sh:8395320msgid "submodule"5321msgstr ""53225323#: git-submodule.sh:8765324msgid "# Submodules changed but not updated:"5325msgstr ""53265327#: git-submodule.sh:8785328msgid "# Submodule changes to be committed:"5329msgstr ""53305331#: git-submodule.sh:10225332#, sh-format5333msgid "Synchronizing submodule url for '$name'"5334msgstr ""