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-05-15 06:42+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:697 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:533 sequencer.c:965 builtin/log.c:289 58#: builtin/log.c:719 builtin/log.c:1335 builtin/log.c:1554 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 71#, c-format 72msgid "The bundle requires this ref" 73msgid_plural "The bundle requires these %d refs" 74msgstr[0] "" 75msgstr[1] "" 76 77#: bundle.c:290 78msgid "rev-list died" 79msgstr "" 80 81#: bundle.c:296 builtin/log.c:1231 builtin/shortlog.c:284 82#, c-format 83msgid "unrecognized argument: %s" 84msgstr "" 85 86#: bundle.c:331 87#, c-format 88msgid "ref '%s' is excluded by the rev-list options" 89msgstr "" 90 91#: bundle.c:376 92msgid "Refusing to create empty bundle." 93msgstr "" 94 95#: bundle.c:394 96msgid "Could not spawn pack-objects" 97msgstr "" 98 99#: bundle.c:412 100msgid "pack-objects died" 101msgstr "" 102 103#: bundle.c:415 104#, c-format 105msgid "cannot create '%s'" 106msgstr "" 107 108#: bundle.c:437 109msgid "index-pack died" 110msgstr "" 111 112#: commit.c:48 113#, c-format 114msgid "could not parse %s" 115msgstr "" 116 117#: commit.c:50 118#, c-format 119msgid "%s %s is not a commit!" 120msgstr "" 121 122#: compat/obstack.c:406 compat/obstack.c:408 123msgid "memory exhausted" 124msgstr "" 125 126#: connected.c:39 127msgid "Could not run 'git rev-list'" 128msgstr "" 129 130#: connected.c:48 131#, c-format 132msgid "failed write to rev-list: %s" 133msgstr "" 134 135#: connected.c:56 136#, c-format 137msgid "failed to close rev-list's stdin: %s" 138msgstr "" 139 140#: date.c:95 141msgid "in the future" 142msgstr "" 143 144#: date.c:101 145#, c-format 146msgid "%lu second ago" 147msgid_plural "%lu seconds ago" 148msgstr[0] "" 149msgstr[1] "" 150 151#: date.c:108 152#, c-format 153msgid "%lu minute ago" 154msgid_plural "%lu minutes ago" 155msgstr[0] "" 156msgstr[1] "" 157 158#: date.c:115 159#, c-format 160msgid "%lu hour ago" 161msgid_plural "%lu hours ago" 162msgstr[0] "" 163msgstr[1] "" 164 165#: date.c:122 166#, c-format 167msgid "%lu day ago" 168msgid_plural "%lu days ago" 169msgstr[0] "" 170msgstr[1] "" 171 172#: date.c:128 173#, c-format 174msgid "%lu week ago" 175msgid_plural "%lu weeks ago" 176msgstr[0] "" 177msgstr[1] "" 178 179#: date.c:135 180#, c-format 181msgid "%lu month ago" 182msgid_plural "%lu months ago" 183msgstr[0] "" 184msgstr[1] "" 185 186#: date.c:146 187#, c-format 188msgid "%lu year" 189msgid_plural "%lu years" 190msgstr[0] "" 191msgstr[1] "" 192 193#: date.c:149 194#, c-format 195msgid "%s, %lu month ago" 196msgid_plural "%s, %lu months ago" 197msgstr[0] "" 198msgstr[1] "" 199 200#: date.c:154 date.c:159 201#, c-format 202msgid "%lu year ago" 203msgid_plural "%lu years ago" 204msgstr[0] "" 205msgstr[1] "" 206 207#: diff.c:105 208#, c-format 209msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 210msgstr "" 211 212#: diff.c:110 213#, c-format 214msgid " Unknown dirstat parameter '%.*s'\n" 215msgstr "" 216 217#: diff.c:210 218#, c-format 219msgid "" 220"Found errors in 'diff.dirstat' config variable:\n" 221"%s" 222msgstr "" 223 224#: diff.c:1400 225msgid " 0 files changed\n" 226msgstr "" 227 228#: diff.c:1404 229#, c-format 230msgid " %d file changed" 231msgid_plural " %d files changed" 232msgstr[0] "" 233msgstr[1] "" 234 235#: diff.c:1421 236#, c-format 237msgid ", %d insertion(+)" 238msgid_plural ", %d insertions(+)" 239msgstr[0] "" 240msgstr[1] "" 241 242#: diff.c:1432 243#, c-format 244msgid ", %d deletion(-)" 245msgid_plural ", %d deletions(-)" 246msgstr[0] "" 247msgstr[1] "" 248 249#: diff.c:3478 250#, c-format 251msgid "" 252"Failed to parse --dirstat/-X option parameter:\n" 253"%s" 254msgstr "" 255 256#: gpg-interface.c:59 257msgid "could not run gpg." 258msgstr "" 259 260#: gpg-interface.c:71 261msgid "gpg did not accept the data" 262msgstr "" 263 264#: gpg-interface.c:82 265msgid "gpg failed to sign the data" 266msgstr "" 267 268#: grep.c:1280 269#, c-format 270msgid "'%s': unable to read %s" 271msgstr "" 272 273#: grep.c:1297 274#, c-format 275msgid "'%s': %s" 276msgstr "" 277 278#: grep.c:1308 279#, c-format 280msgid "'%s': short read %s" 281msgstr "" 282 283#: help.c:207 284#, c-format 285msgid "available git commands in '%s'" 286msgstr "" 287 288#: help.c:214 289msgid "git commands available from elsewhere on your $PATH" 290msgstr "" 291 292#: help.c:270 293#, c-format 294msgid "" 295"'%s' appears to be a git command, but we were not\n" 296"able to execute it. Maybe git-%s is broken?" 297msgstr "" 298 299#: help.c:327 300msgid "Uh oh. Your system reports no Git commands at all." 301msgstr "" 302 303#: help.c:349 304#, c-format 305msgid "" 306"WARNING: You called a Git command named '%s', which does not exist.\n" 307"Continuing under the assumption that you meant '%s'" 308msgstr "" 309 310#: help.c:354 311#, c-format 312msgid "in %0.1f seconds automatically..." 313msgstr "" 314 315#: help.c:361 316#, c-format 317msgid "git: '%s' is not a git command. See 'git --help'." 318msgstr "" 319 320#: help.c:365 321msgid "" 322"\n" 323"Did you mean this?" 324msgid_plural "" 325"\n" 326"Did you mean one of these?" 327msgstr[0] "" 328msgstr[1] "" 329 330#: remote.c:1607 331#, c-format 332msgid "Your branch is ahead of '%s' by %d commit.\n" 333msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 334msgstr[0] "" 335msgstr[1] "" 336 337#: remote.c:1613 338#, c-format 339msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 340msgid_plural "" 341"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 342msgstr[0] "" 343msgstr[1] "" 344 345#: remote.c:1621 346#, c-format 347msgid "" 348"Your branch and '%s' have diverged,\n" 349"and have %d and %d different commit each, respectively.\n" 350msgid_plural "" 351"Your branch and '%s' have diverged,\n" 352"and have %d and %d different commits each, respectively.\n" 353msgstr[0] "" 354msgstr[1] "" 355 356#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978 357#: builtin/merge.c:1088 builtin/merge.c:1098 358#, c-format 359msgid "Could not open '%s' for writing" 360msgstr "" 361 362#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868 363#: builtin/merge.c:1090 builtin/merge.c:1103 364#, c-format 365msgid "Could not write to '%s'" 366msgstr "" 367 368#: sequencer.c:144 369msgid "" 370"after resolving the conflicts, mark the corrected paths\n" 371"with 'git add <paths>' or 'git rm <paths>'" 372msgstr "" 373 374#: sequencer.c:147 375msgid "" 376"after resolving the conflicts, mark the corrected paths\n" 377"with 'git add <paths>' or 'git rm <paths>'\n" 378"and commit the result with 'git commit'" 379msgstr "" 380 381#: sequencer.c:160 sequencer.c:741 sequencer.c:824 382#, c-format 383msgid "Could not write to %s" 384msgstr "" 385 386#: sequencer.c:163 387#, c-format 388msgid "Error wrapping up %s" 389msgstr "" 390 391#: sequencer.c:178 392msgid "Your local changes would be overwritten by cherry-pick." 393msgstr "" 394 395#: sequencer.c:180 396msgid "Your local changes would be overwritten by revert." 397msgstr "" 398 399#: sequencer.c:183 400msgid "Commit your changes or stash them to proceed." 401msgstr "" 402 403#. TRANSLATORS: %s will be "revert" or "cherry-pick" 404#: sequencer.c:233 405#, c-format 406msgid "%s: Unable to write new index file" 407msgstr "" 408 409#: sequencer.c:261 410msgid "Could not resolve HEAD commit\n" 411msgstr "" 412 413#: sequencer.c:282 414msgid "Unable to update cache tree\n" 415msgstr "" 416 417#: sequencer.c:323 418#, c-format 419msgid "Could not parse commit %s\n" 420msgstr "" 421 422#: sequencer.c:328 423#, c-format 424msgid "Could not parse parent commit %s\n" 425msgstr "" 426 427#: sequencer.c:358 428msgid "Your index file is unmerged." 429msgstr "" 430 431#: sequencer.c:361 432msgid "You do not have a valid HEAD" 433msgstr "" 434 435#: sequencer.c:376 436#, c-format 437msgid "Commit %s is a merge but no -m option was given." 438msgstr "" 439 440#: sequencer.c:384 441#, c-format 442msgid "Commit %s does not have parent %d" 443msgstr "" 444 445#: sequencer.c:388 446#, c-format 447msgid "Mainline was specified but commit %s is not a merge." 448msgstr "" 449 450#. TRANSLATORS: The first %s will be "revert" or 451#. "cherry-pick", the second %s a SHA1 452#: sequencer.c:399 453#, c-format 454msgid "%s: cannot parse parent commit %s" 455msgstr "" 456 457#: sequencer.c:403 458#, c-format 459msgid "Cannot get commit message for %s" 460msgstr "" 461 462#: sequencer.c:491 463#, c-format 464msgid "could not revert %s... %s" 465msgstr "" 466 467#: sequencer.c:492 468#, c-format 469msgid "could not apply %s... %s" 470msgstr "" 471 472#: sequencer.c:536 473msgid "empty commit set passed" 474msgstr "" 475 476#: sequencer.c:544 477#, c-format 478msgid "git %s: failed to read the index" 479msgstr "" 480 481#: sequencer.c:549 482#, c-format 483msgid "git %s: failed to refresh the index" 484msgstr "" 485 486#: sequencer.c:607 487#, c-format 488msgid "Cannot %s during a %s" 489msgstr "" 490 491#: sequencer.c:629 492#, c-format 493msgid "Could not parse line %d." 494msgstr "" 495 496#: sequencer.c:634 497msgid "No commits parsed." 498msgstr "" 499 500#: sequencer.c:647 501#, c-format 502msgid "Could not open %s" 503msgstr "" 504 505#: sequencer.c:651 506#, c-format 507msgid "Could not read %s." 508msgstr "" 509 510#: sequencer.c:658 511#, c-format 512msgid "Unusable instruction sheet: %s" 513msgstr "" 514 515#: sequencer.c:686 516#, c-format 517msgid "Invalid key: %s" 518msgstr "" 519 520#: sequencer.c:689 521#, c-format 522msgid "Invalid value for %s: %s" 523msgstr "" 524 525#: sequencer.c:701 526#, c-format 527msgid "Malformed options sheet: %s" 528msgstr "" 529 530#: sequencer.c:722 531msgid "a cherry-pick or revert is already in progress" 532msgstr "" 533 534#: sequencer.c:723 535msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 536msgstr "" 537 538#: sequencer.c:727 539#, c-format 540msgid "Could not create sequencer directory %s" 541msgstr "" 542 543#: sequencer.c:743 sequencer.c:828 544#, c-format 545msgid "Error wrapping up %s." 546msgstr "" 547 548#: sequencer.c:762 sequencer.c:896 549msgid "no cherry-pick or revert in progress" 550msgstr "" 551 552#: sequencer.c:764 553msgid "cannot resolve HEAD" 554msgstr "" 555 556#: sequencer.c:766 557msgid "cannot abort from a branch yet to be born" 558msgstr "" 559 560#: sequencer.c:788 builtin/apply.c:3689 561#, c-format 562msgid "cannot open %s: %s" 563msgstr "" 564 565#: sequencer.c:791 566#, c-format 567msgid "cannot read %s: %s" 568msgstr "" 569 570#: sequencer.c:792 571msgid "unexpected end of file" 572msgstr "" 573 574#: sequencer.c:798 575#, c-format 576msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 577msgstr "" 578 579#: sequencer.c:821 580#, c-format 581msgid "Could not format %s." 582msgstr "" 583 584#: sequencer.c:983 585msgid "Can't revert as initial commit" 586msgstr "" 587 588#: sequencer.c:984 589msgid "Can't cherry-pick into empty head" 590msgstr "" 591 592#: sha1_name.c:864 593msgid "HEAD does not point to a branch" 594msgstr "" 595 596#: sha1_name.c:867 597#, c-format 598msgid "No such branch: '%s'" 599msgstr "" 600 601#: sha1_name.c:869 602#, c-format 603msgid "No upstream configured for branch '%s'" 604msgstr "" 605 606#: sha1_name.c:872 607#, c-format 608msgid "Upstream branch '%s' not stored as a remote-tracking branch" 609msgstr "" 610 611#: wt-status.c:135 612msgid "Unmerged paths:" 613msgstr "" 614 615#: wt-status.c:141 wt-status.c:158 616#, c-format 617msgid " (use \"git reset %s <file>...\" to unstage)" 618msgstr "" 619 620#: wt-status.c:143 wt-status.c:160 621msgid " (use \"git rm --cached <file>...\" to unstage)" 622msgstr "" 623 624#: wt-status.c:144 625msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 626msgstr "" 627 628#: wt-status.c:152 629msgid "Changes to be committed:" 630msgstr "" 631 632#: wt-status.c:170 633msgid "Changes not staged for commit:" 634msgstr "" 635 636#: wt-status.c:174 637msgid " (use \"git add <file>...\" to update what will be committed)" 638msgstr "" 639 640#: wt-status.c:176 641msgid " (use \"git add/rm <file>...\" to update what will be committed)" 642msgstr "" 643 644#: wt-status.c:177 645msgid "" 646" (use \"git checkout -- <file>...\" to discard changes in working directory)" 647msgstr "" 648 649#: wt-status.c:179 650msgid " (commit or discard the untracked or modified content in submodules)" 651msgstr "" 652 653#: wt-status.c:188 654#, c-format 655msgid "%s files:" 656msgstr "" 657 658#: wt-status.c:191 659#, c-format 660msgid " (use \"git %s <file>...\" to include in what will be committed)" 661msgstr "" 662 663#: wt-status.c:208 664msgid "bug" 665msgstr "" 666 667#: wt-status.c:213 668msgid "both deleted:" 669msgstr "" 670 671#: wt-status.c:214 672msgid "added by us:" 673msgstr "" 674 675#: wt-status.c:215 676msgid "deleted by them:" 677msgstr "" 678 679#: wt-status.c:216 680msgid "added by them:" 681msgstr "" 682 683#: wt-status.c:217 684msgid "deleted by us:" 685msgstr "" 686 687#: wt-status.c:218 688msgid "both added:" 689msgstr "" 690 691#: wt-status.c:219 692msgid "both modified:" 693msgstr "" 694 695#: wt-status.c:249 696msgid "new commits, " 697msgstr "" 698 699#: wt-status.c:251 700msgid "modified content, " 701msgstr "" 702 703#: wt-status.c:253 704msgid "untracked content, " 705msgstr "" 706 707#: wt-status.c:267 708#, c-format 709msgid "new file: %s" 710msgstr "" 711 712#: wt-status.c:270 713#, c-format 714msgid "copied: %s -> %s" 715msgstr "" 716 717#: wt-status.c:273 718#, c-format 719msgid "deleted: %s" 720msgstr "" 721 722#: wt-status.c:276 723#, c-format 724msgid "modified: %s" 725msgstr "" 726 727#: wt-status.c:279 728#, c-format 729msgid "renamed: %s -> %s" 730msgstr "" 731 732#: wt-status.c:282 733#, c-format 734msgid "typechange: %s" 735msgstr "" 736 737#: wt-status.c:285 738#, c-format 739msgid "unknown: %s" 740msgstr "" 741 742#: wt-status.c:288 743#, c-format 744msgid "unmerged: %s" 745msgstr "" 746 747#: wt-status.c:291 748#, c-format 749msgid "bug: unhandled diff status %c" 750msgstr "" 751 752#: wt-status.c:737 753msgid "On branch " 754msgstr "" 755 756#: wt-status.c:744 757msgid "Not currently on any branch." 758msgstr "" 759 760#: wt-status.c:755 761msgid "Initial commit" 762msgstr "" 763 764#: wt-status.c:769 765msgid "Untracked" 766msgstr "" 767 768#: wt-status.c:771 769msgid "Ignored" 770msgstr "" 771 772#: wt-status.c:773 773#, c-format 774msgid "Untracked files not listed%s" 775msgstr "" 776 777#: wt-status.c:775 778msgid " (use -u option to show untracked files)" 779msgstr "" 780 781#: wt-status.c:781 782msgid "No changes" 783msgstr "" 784 785#: wt-status.c:785 786#, c-format 787msgid "no changes added to commit%s\n" 788msgstr "" 789 790#: wt-status.c:787 791msgid " (use \"git add\" and/or \"git commit -a\")" 792msgstr "" 793 794#: wt-status.c:789 795#, c-format 796msgid "nothing added to commit but untracked files present%s\n" 797msgstr "" 798 799#: wt-status.c:791 800msgid " (use \"git add\" to track)" 801msgstr "" 802 803#: wt-status.c:793 wt-status.c:796 wt-status.c:799 804#, c-format 805msgid "nothing to commit%s\n" 806msgstr "" 807 808#: wt-status.c:794 809msgid " (create/copy files and use \"git add\" to track)" 810msgstr "" 811 812#: wt-status.c:797 813msgid " (use -u to show untracked files)" 814msgstr "" 815 816#: wt-status.c:800 817msgid " (working directory clean)" 818msgstr "" 819 820#: wt-status.c:908 821msgid "HEAD (no branch)" 822msgstr "" 823 824#: wt-status.c:914 825msgid "Initial commit on " 826msgstr "" 827 828#: wt-status.c:929 829msgid "behind " 830msgstr "" 831 832#: wt-status.c:932 wt-status.c:935 833msgid "ahead " 834msgstr "" 835 836#: wt-status.c:937 837msgid ", behind " 838msgstr "" 839 840#: builtin/add.c:62 841#, c-format 842msgid "unexpected diff status %c" 843msgstr "" 844 845#: builtin/add.c:67 builtin/commit.c:226 846msgid "updating files failed" 847msgstr "" 848 849#: builtin/add.c:77 850#, c-format 851msgid "remove '%s'\n" 852msgstr "" 853 854#: builtin/add.c:176 855#, c-format 856msgid "Path '%s' is in submodule '%.*s'" 857msgstr "" 858 859#: builtin/add.c:192 860msgid "Unstaged changes after refreshing the index:" 861msgstr "" 862 863#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 864#, c-format 865msgid "pathspec '%s' did not match any files" 866msgstr "" 867 868#: builtin/add.c:209 869#, c-format 870msgid "'%s' is beyond a symbolic link" 871msgstr "" 872 873#: builtin/add.c:276 874msgid "Could not read the index" 875msgstr "" 876 877#: builtin/add.c:286 878#, c-format 879msgid "Could not open '%s' for writing." 880msgstr "" 881 882#: builtin/add.c:290 883msgid "Could not write patch" 884msgstr "" 885 886#: builtin/add.c:295 887#, c-format 888msgid "Could not stat '%s'" 889msgstr "" 890 891#: builtin/add.c:297 892msgid "Empty patch. Aborted." 893msgstr "" 894 895#: builtin/add.c:303 896#, c-format 897msgid "Could not apply '%s'" 898msgstr "" 899 900#: builtin/add.c:312 901msgid "The following paths are ignored by one of your .gitignore files:\n" 902msgstr "" 903 904#: builtin/add.c:352 905#, c-format 906msgid "Use -f if you really want to add them.\n" 907msgstr "" 908 909#: builtin/add.c:353 910msgid "no files added" 911msgstr "" 912 913#: builtin/add.c:359 914msgid "adding files failed" 915msgstr "" 916 917#: builtin/add.c:391 918msgid "-A and -u are mutually incompatible" 919msgstr "" 920 921#: builtin/add.c:393 922msgid "Option --ignore-missing can only be used together with --dry-run" 923msgstr "" 924 925#: builtin/add.c:413 926#, c-format 927msgid "Nothing specified, nothing added.\n" 928msgstr "" 929 930#: builtin/add.c:414 931#, c-format 932msgid "Maybe you wanted to say 'git add .'?\n" 933msgstr "" 934 935#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:286 builtin/mv.c:82 936#: builtin/rm.c:162 937msgid "index file corrupt" 938msgstr "" 939 940#: builtin/add.c:476 builtin/apply.c:4100 builtin/mv.c:229 builtin/rm.c:260 941msgid "Unable to write new index file" 942msgstr "" 943 944#: builtin/apply.c:106 945#, c-format 946msgid "unrecognized whitespace option '%s'" 947msgstr "" 948 949#: builtin/apply.c:121 950#, c-format 951msgid "unrecognized whitespace ignore option '%s'" 952msgstr "" 953 954#: builtin/apply.c:815 955#, c-format 956msgid "Cannot prepare timestamp regexp %s" 957msgstr "" 958 959#: builtin/apply.c:824 960#, c-format 961msgid "regexec returned %d for input: %s" 962msgstr "" 963 964#: builtin/apply.c:905 965#, c-format 966msgid "unable to find filename in patch at line %d" 967msgstr "" 968 969#: builtin/apply.c:937 970#, c-format 971msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 972msgstr "" 973 974#: builtin/apply.c:941 975#, c-format 976msgid "git apply: bad git-diff - inconsistent new filename on line %d" 977msgstr "" 978 979#: builtin/apply.c:942 980#, c-format 981msgid "git apply: bad git-diff - inconsistent old filename on line %d" 982msgstr "" 983 984#: builtin/apply.c:949 985#, c-format 986msgid "git apply: bad git-diff - expected /dev/null on line %d" 987msgstr "" 988 989#: builtin/apply.c:1394 990#, c-format 991msgid "recount: unexpected line: %.*s" 992msgstr "" 993 994#: builtin/apply.c:1451 995#, c-format 996msgid "patch fragment without header at line %d: %.*s" 997msgstr "" 998 999#: builtin/apply.c:14681000#, c-format1001msgid ""1002"git diff header lacks filename information when removing %d leading pathname "1003"component (line %d)"1004msgid_plural ""1005"git diff header lacks filename information when removing %d leading pathname "1006"components (line %d)"1007msgstr[0] ""1008msgstr[1] ""10091010#: builtin/apply.c:16281011msgid "new file depends on old contents"1012msgstr ""10131014#: builtin/apply.c:16301015msgid "deleted file still has contents"1016msgstr ""10171018#: builtin/apply.c:16561019#, c-format1020msgid "corrupt patch at line %d"1021msgstr ""10221023#: builtin/apply.c:16921024#, c-format1025msgid "new file %s depends on old contents"1026msgstr ""10271028#: builtin/apply.c:16941029#, c-format1030msgid "deleted file %s still has contents"1031msgstr ""10321033#: builtin/apply.c:16971034#, c-format1035msgid "** warning: file %s becomes empty but is not deleted"1036msgstr ""10371038#: builtin/apply.c:18431039#, c-format1040msgid "corrupt binary patch at line %d: %.*s"1041msgstr ""10421043#. there has to be one hunk (forward hunk)1044#: builtin/apply.c:18721045#, c-format1046msgid "unrecognized binary patch at line %d"1047msgstr ""10481049#: builtin/apply.c:19581050#, c-format1051msgid "patch with only garbage at line %d"1052msgstr ""10531054#: builtin/apply.c:20481055#, c-format1056msgid "unable to read symlink %s"1057msgstr ""10581059#: builtin/apply.c:20521060#, c-format1061msgid "unable to open or read %s"1062msgstr ""10631064#: builtin/apply.c:21231065msgid "oops"1066msgstr ""10671068#: builtin/apply.c:26451069#, c-format1070msgid "invalid start of line: '%c'"1071msgstr ""10721073#: builtin/apply.c:27631074#, c-format1075msgid "Hunk #%d succeeded at %d (offset %d line)."1076msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1077msgstr[0] ""1078msgstr[1] ""10791080#: builtin/apply.c:27751081#, c-format1082msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1083msgstr ""10841085#: builtin/apply.c:27811086#, c-format1087msgid ""1088"while searching for:\n"1089"%.*s"1090msgstr ""10911092#: builtin/apply.c:28001093#, c-format1094msgid "missing binary patch data for '%s'"1095msgstr ""10961097#: builtin/apply.c:29031098#, c-format1099msgid "binary patch does not apply to '%s'"1100msgstr ""11011102#: builtin/apply.c:29091103#, c-format1104msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1105msgstr ""11061107#: builtin/apply.c:29301108#, c-format1109msgid "patch failed: %s:%ld"1110msgstr ""11111112#: builtin/apply.c:30451113#, c-format1114msgid "patch %s has been renamed/deleted"1115msgstr ""11161117#: builtin/apply.c:3052 builtin/apply.c:30691118#, c-format1119msgid "read of %s failed"1120msgstr ""11211122#: builtin/apply.c:30841123msgid "removal patch leaves file contents"1124msgstr ""11251126#: builtin/apply.c:31051127#, c-format1128msgid "%s: already exists in working directory"1129msgstr ""11301131#: builtin/apply.c:31431132#, c-format1133msgid "%s: has been deleted/renamed"1134msgstr ""11351136#: builtin/apply.c:3148 builtin/apply.c:31791137#, c-format1138msgid "%s: %s"1139msgstr ""11401141#: builtin/apply.c:31591142#, c-format1143msgid "%s: does not exist in index"1144msgstr ""11451146#: builtin/apply.c:31731147#, c-format1148msgid "%s: does not match index"1149msgstr ""11501151#: builtin/apply.c:31901152#, c-format1153msgid "%s: wrong type"1154msgstr ""11551156#: builtin/apply.c:31921157#, c-format1158msgid "%s has type %o, expected %o"1159msgstr ""11601161#: builtin/apply.c:32471162#, c-format1163msgid "%s: already exists in index"1164msgstr ""11651166#: builtin/apply.c:32661167#, c-format1168msgid "new mode (%o) of %s does not match old mode (%o)%s%s"1169msgstr ""11701171#: builtin/apply.c:32721172#, c-format1173msgid "%s: patch does not apply"1174msgstr ""11751176#: builtin/apply.c:32851177#, c-format1178msgid "Checking patch %s..."1179msgstr ""11801181#: builtin/apply.c:3340 builtin/checkout.c:212 builtin/reset.c:1581182#, c-format1183msgid "make_cache_entry failed for path '%s'"1184msgstr ""11851186#: builtin/apply.c:34831187#, c-format1188msgid "unable to remove %s from index"1189msgstr ""11901191#: builtin/apply.c:35101192#, c-format1193msgid "corrupt patch for subproject %s"1194msgstr ""11951196#: builtin/apply.c:35141197#, c-format1198msgid "unable to stat newly created file '%s'"1199msgstr ""12001201#: builtin/apply.c:35191202#, c-format1203msgid "unable to create backing store for newly created file %s"1204msgstr ""12051206#: builtin/apply.c:35221207#, c-format1208msgid "unable to add cache entry for %s"1209msgstr ""12101211#: builtin/apply.c:35551212#, c-format1213msgid "closing file '%s'"1214msgstr ""12151216#: builtin/apply.c:36041217#, c-format1218msgid "unable to write file '%s' mode %o"1219msgstr ""12201221#: builtin/apply.c:36601222#, c-format1223msgid "Applied patch %s cleanly."1224msgstr ""12251226#: builtin/apply.c:36681227msgid "internal error"1228msgstr ""12291230#. Say this even without --verbose1231#: builtin/apply.c:36711232#, c-format1233msgid "Applying patch %%s with %d reject..."1234msgid_plural "Applying patch %%s with %d rejects..."1235msgstr[0] ""1236msgstr[1] ""12371238#: builtin/apply.c:36811239#, c-format1240msgid "truncating .rej filename to %.*s.rej"1241msgstr ""12421243#: builtin/apply.c:37021244#, c-format1245msgid "Hunk #%d applied cleanly."1246msgstr ""12471248#: builtin/apply.c:37051249#, c-format1250msgid "Rejected hunk #%d."1251msgstr ""12521253#: builtin/apply.c:38361254msgid "unrecognized input"1255msgstr ""12561257#: builtin/apply.c:38471258msgid "unable to read index file"1259msgstr ""12601261#: builtin/apply.c:40421262msgid "--index outside a repository"1263msgstr ""12641265#: builtin/apply.c:40451266msgid "--cached outside a repository"1267msgstr ""12681269#: builtin/apply.c:40611270#, c-format1271msgid "can't open patch '%s'"1272msgstr ""12731274#: builtin/apply.c:40751275#, c-format1276msgid "squelched %d whitespace error"1277msgid_plural "squelched %d whitespace errors"1278msgstr[0] ""1279msgstr[1] ""12801281#: builtin/apply.c:4081 builtin/apply.c:40911282#, c-format1283msgid "%d line adds whitespace errors."1284msgid_plural "%d lines add whitespace errors."1285msgstr[0] ""1286msgstr[1] ""12871288#: builtin/archive.c:171289#, c-format1290msgid "could not create archive file '%s'"1291msgstr ""12921293#: builtin/archive.c:201294msgid "could not redirect output"1295msgstr ""12961297#: builtin/archive.c:371298msgid "git archive: Remote with no URL"1299msgstr ""13001301#: builtin/archive.c:581302msgid "git archive: expected ACK/NAK, got EOF"1303msgstr ""13041305#: builtin/archive.c:631306#, c-format1307msgid "git archive: NACK %s"1308msgstr ""13091310#: builtin/archive.c:651311#, c-format1312msgid "remote error: %s"1313msgstr ""13141315#: builtin/archive.c:661316msgid "git archive: protocol error"1317msgstr ""13181319#: builtin/archive.c:711320msgid "git archive: expected a flush"1321msgstr ""13221323#: builtin/branch.c:1441324#, c-format1325msgid ""1326"deleting branch '%s' that has been merged to\n"1327" '%s', but not yet merged to HEAD."1328msgstr ""13291330#: builtin/branch.c:1481331#, c-format1332msgid ""1333"not deleting branch '%s' that is not yet merged to\n"1334" '%s', even though it is merged to HEAD."1335msgstr ""13361337#: builtin/branch.c:1801338msgid "cannot use -a with -d"1339msgstr ""13401341#: builtin/branch.c:1861342msgid "Couldn't look up commit object for HEAD"1343msgstr ""13441345#: builtin/branch.c:1911346#, c-format1347msgid "Cannot delete the branch '%s' which you are currently on."1348msgstr ""13491350#: builtin/branch.c:2021351#, c-format1352msgid "remote branch '%s' not found."1353msgstr ""13541355#: builtin/branch.c:2031356#, c-format1357msgid "branch '%s' not found."1358msgstr ""13591360#: builtin/branch.c:2101361#, c-format1362msgid "Couldn't look up commit object for '%s'"1363msgstr ""13641365#: builtin/branch.c:2161366#, c-format1367msgid ""1368"The branch '%s' is not fully merged.\n"1369"If you are sure you want to delete it, run 'git branch -D %s'."1370msgstr ""13711372#: builtin/branch.c:2251373#, c-format1374msgid "Error deleting remote branch '%s'"1375msgstr ""13761377#: builtin/branch.c:2261378#, c-format1379msgid "Error deleting branch '%s'"1380msgstr ""13811382#: builtin/branch.c:2331383#, c-format1384msgid "Deleted remote branch %s (was %s).\n"1385msgstr ""13861387#: builtin/branch.c:2341388#, c-format1389msgid "Deleted branch %s (was %s).\n"1390msgstr ""13911392#: builtin/branch.c:2391393msgid "Update of config-file failed"1394msgstr ""13951396#: builtin/branch.c:3371397#, c-format1398msgid "branch '%s' does not point at a commit"1399msgstr ""14001401#: builtin/branch.c:4091402#, c-format1403msgid "[%s: behind %d]"1404msgstr ""14051406#: builtin/branch.c:4111407#, c-format1408msgid "[behind %d]"1409msgstr ""14101411#: builtin/branch.c:4151412#, c-format1413msgid "[%s: ahead %d]"1414msgstr ""14151416#: builtin/branch.c:4171417#, c-format1418msgid "[ahead %d]"1419msgstr ""14201421#: builtin/branch.c:4201422#, c-format1423msgid "[%s: ahead %d, behind %d]"1424msgstr ""14251426#: builtin/branch.c:4231427#, c-format1428msgid "[ahead %d, behind %d]"1429msgstr ""14301431#: builtin/branch.c:5351432msgid "(no branch)"1433msgstr ""14341435#: builtin/branch.c:6001436msgid "some refs could not be read"1437msgstr ""14381439#: builtin/branch.c:6131440msgid "cannot rename the current branch while not on any."1441msgstr ""14421443#: builtin/branch.c:6231444#, c-format1445msgid "Invalid branch name: '%s'"1446msgstr ""14471448#: builtin/branch.c:6381449msgid "Branch rename failed"1450msgstr ""14511452#: builtin/branch.c:6421453#, c-format1454msgid "Renamed a misnamed branch '%s' away"1455msgstr ""14561457#: builtin/branch.c:6461458#, c-format1459msgid "Branch renamed to %s, but HEAD is not updated!"1460msgstr ""14611462#: builtin/branch.c:6531463msgid "Branch is renamed, but update of config-file failed"1464msgstr ""14651466#: builtin/branch.c:6681467#, c-format1468msgid "malformed object name %s"1469msgstr ""14701471#: builtin/branch.c:6921472#, c-format1473msgid "could not write branch description template: %s"1474msgstr ""14751476#: builtin/branch.c:7831477msgid "Failed to resolve HEAD as a valid ref."1478msgstr ""14791480#: builtin/branch.c:788 builtin/clone.c:5581481msgid "HEAD not found below refs/heads!"1482msgstr ""14831484#: builtin/branch.c:8081485msgid "--column and --verbose are incompatible"1486msgstr ""14871488#: builtin/branch.c:8571489msgid "-a and -r options to 'git branch' do not make sense with a branch name"1490msgstr ""14911492#: builtin/bundle.c:471493#, c-format1494msgid "%s is okay\n"1495msgstr ""14961497#: builtin/bundle.c:561498msgid "Need a repository to create a bundle."1499msgstr ""15001501#: builtin/bundle.c:601502msgid "Need a repository to unbundle."1503msgstr ""15041505#: builtin/checkout.c:113 builtin/checkout.c:1461506#, c-format1507msgid "path '%s' does not have our version"1508msgstr ""15091510#: builtin/checkout.c:115 builtin/checkout.c:1481511#, c-format1512msgid "path '%s' does not have their version"1513msgstr ""15141515#: builtin/checkout.c:1311516#, c-format1517msgid "path '%s' does not have all necessary versions"1518msgstr ""15191520#: builtin/checkout.c:1751521#, c-format1522msgid "path '%s' does not have necessary versions"1523msgstr ""15241525#: builtin/checkout.c:1921526#, c-format1527msgid "path '%s': cannot merge"1528msgstr ""15291530#: builtin/checkout.c:2091531#, c-format1532msgid "Unable to add merge result for '%s'"1533msgstr ""15341535#: builtin/checkout.c:234 builtin/checkout.c:3921536msgid "corrupt index file"1537msgstr ""15381539#: builtin/checkout.c:264 builtin/checkout.c:2711540#, c-format1541msgid "path '%s' is unmerged"1542msgstr ""15431544#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:5831545#: builtin/merge.c:8121546msgid "unable to write new index file"1547msgstr ""15481549#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:4081550msgid "diff_setup_done failed"1551msgstr ""15521553#: builtin/checkout.c:4141554msgid "you need to resolve your current index first"1555msgstr ""15561557#: builtin/checkout.c:5331558#, c-format1559msgid "Can not do reflog for '%s'\n"1560msgstr ""15611562#: builtin/checkout.c:5661563msgid "HEAD is now at"1564msgstr ""15651566#: builtin/checkout.c:5731567#, c-format1568msgid "Reset branch '%s'\n"1569msgstr ""15701571#: builtin/checkout.c:5761572#, c-format1573msgid "Already on '%s'\n"1574msgstr ""15751576#: builtin/checkout.c:5801577#, c-format1578msgid "Switched to and reset branch '%s'\n"1579msgstr ""15801581#: builtin/checkout.c:5821582#, c-format1583msgid "Switched to a new branch '%s'\n"1584msgstr ""15851586#: builtin/checkout.c:5841587#, c-format1588msgid "Switched to branch '%s'\n"1589msgstr ""15901591#: builtin/checkout.c:6401592#, c-format1593msgid " ... and %d more.\n"1594msgstr ""15951596#. The singular version1597#: builtin/checkout.c:6461598#, c-format1599msgid ""1600"Warning: you are leaving %d commit behind, not connected to\n"1601"any of your branches:\n"1602"\n"1603"%s\n"1604msgid_plural ""1605"Warning: you are leaving %d commits behind, not connected to\n"1606"any of your branches:\n"1607"\n"1608"%s\n"1609msgstr[0] ""1610msgstr[1] ""16111612#: builtin/checkout.c:6641613#, c-format1614msgid ""1615"If you want to keep them by creating a new branch, this may be a good time\n"1616"to do so with:\n"1617"\n"1618" git branch new_branch_name %s\n"1619"\n"1620msgstr ""16211622#: builtin/checkout.c:6941623msgid "internal error in revision walk"1624msgstr ""16251626#: builtin/checkout.c:6981627msgid "Previous HEAD position was"1628msgstr ""16291630#: builtin/checkout.c:7241631msgid "You are on a branch yet to be born"1632msgstr ""16331634#. case (1)1635#: builtin/checkout.c:8551636#, c-format1637msgid "invalid reference: %s"1638msgstr ""16391640#. case (1): want a tree1641#: builtin/checkout.c:8941642#, c-format1643msgid "reference is not a tree: %s"1644msgstr ""16451646#: builtin/checkout.c:9741647msgid "-B cannot be used with -b"1648msgstr ""16491650#: builtin/checkout.c:9831651msgid "--patch is incompatible with all other options"1652msgstr ""16531654#: builtin/checkout.c:9861655msgid "--detach cannot be used with -b/-B/--orphan"1656msgstr ""16571658#: builtin/checkout.c:9881659msgid "--detach cannot be used with -t"1660msgstr ""16611662#: builtin/checkout.c:9941663msgid "--track needs a branch name"1664msgstr ""16651666#: builtin/checkout.c:10011667msgid "Missing branch name; try -b"1668msgstr ""16691670#: builtin/checkout.c:10071671msgid "--orphan and -b|-B are mutually exclusive"1672msgstr ""16731674#: builtin/checkout.c:10091675msgid "--orphan cannot be used with -t"1676msgstr ""16771678#: builtin/checkout.c:10191679msgid "git checkout: -f and -m are incompatible"1680msgstr ""16811682#: builtin/checkout.c:10531683msgid "invalid path specification"1684msgstr ""16851686#: builtin/checkout.c:10611687#, c-format1688msgid ""1689"git checkout: updating paths is incompatible with switching branches.\n"1690"Did you intend to checkout '%s' which can not be resolved as commit?"1691msgstr ""16921693#: builtin/checkout.c:10631694msgid "git checkout: updating paths is incompatible with switching branches."1695msgstr ""16961697#: builtin/checkout.c:10681698msgid "git checkout: --detach does not take a path argument"1699msgstr ""17001701#: builtin/checkout.c:10711702msgid ""1703"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1704"checking out of the index."1705msgstr ""17061707#: builtin/checkout.c:10901708msgid "Cannot switch branch to a non-commit."1709msgstr ""17101711#: builtin/checkout.c:10931712msgid "--ours/--theirs is incompatible with switching branches."1713msgstr ""17141715#: builtin/clean.c:781716msgid "-x and -X cannot be used together"1717msgstr ""17181719#: builtin/clean.c:821720msgid ""1721"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1722msgstr ""17231724#: builtin/clean.c:851725msgid ""1726"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1727"clean"1728msgstr ""17291730#: builtin/clean.c:155 builtin/clean.c:1761731#, c-format1732msgid "Would remove %s\n"1733msgstr ""17341735#: builtin/clean.c:159 builtin/clean.c:1791736#, c-format1737msgid "Removing %s\n"1738msgstr ""17391740#: builtin/clean.c:162 builtin/clean.c:1821741#, c-format1742msgid "failed to remove %s"1743msgstr ""17441745#: builtin/clean.c:1661746#, c-format1747msgid "Would not remove %s\n"1748msgstr ""17491750#: builtin/clean.c:1681751#, c-format1752msgid "Not removing %s\n"1753msgstr ""17541755#: builtin/clone.c:2431756#, c-format1757msgid "reference repository '%s' is not a local directory."1758msgstr ""17591760#: builtin/clone.c:3021761#, c-format1762msgid "failed to open '%s'"1763msgstr ""17641765#: builtin/clone.c:3061766#, c-format1767msgid "failed to create directory '%s'"1768msgstr ""17691770#: builtin/clone.c:308 builtin/diff.c:751771#, c-format1772msgid "failed to stat '%s'"1773msgstr ""17741775#: builtin/clone.c:3101776#, c-format1777msgid "%s exists and is not a directory"1778msgstr ""17791780#: builtin/clone.c:3241781#, c-format1782msgid "failed to stat %s\n"1783msgstr ""17841785#: builtin/clone.c:3411786#, c-format1787msgid "failed to unlink '%s'"1788msgstr ""17891790#: builtin/clone.c:3461791#, c-format1792msgid "failed to create link '%s'"1793msgstr ""17941795#: builtin/clone.c:3501796#, c-format1797msgid "failed to copy file to '%s'"1798msgstr ""17991800#: builtin/clone.c:3731801#, c-format1802msgid "done.\n"1803msgstr ""18041805#: builtin/clone.c:4401806#, c-format1807msgid "Could not find remote branch %s to clone."1808msgstr ""18091810#: builtin/clone.c:5491811msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1812msgstr ""18131814#: builtin/clone.c:6391815msgid "Too many arguments."1816msgstr ""18171818#: builtin/clone.c:6431819msgid "You must specify a repository to clone."1820msgstr ""18211822#: builtin/clone.c:6541823#, c-format1824msgid "--bare and --origin %s options are incompatible."1825msgstr ""18261827#: builtin/clone.c:6681828#, c-format1829msgid "repository '%s' does not exist"1830msgstr ""18311832#: builtin/clone.c:6731833msgid "--depth is ignored in local clones; use file:// instead."1834msgstr ""18351836#: builtin/clone.c:6831837#, c-format1838msgid "destination path '%s' already exists and is not an empty directory."1839msgstr ""18401841#: builtin/clone.c:6931842#, c-format1843msgid "working tree '%s' already exists."1844msgstr ""18451846#: builtin/clone.c:706 builtin/clone.c:7201847#, c-format1848msgid "could not create leading directories of '%s'"1849msgstr ""18501851#: builtin/clone.c:7091852#, c-format1853msgid "could not create work tree dir '%s'."1854msgstr ""18551856#: builtin/clone.c:7281857#, c-format1858msgid "Cloning into bare repository '%s'...\n"1859msgstr ""18601861#: builtin/clone.c:7301862#, c-format1863msgid "Cloning into '%s'...\n"1864msgstr ""18651866#: builtin/clone.c:7861867#, c-format1868msgid "Don't know how to clone %s"1869msgstr ""18701871#: builtin/clone.c:8351872#, c-format1873msgid "Remote branch %s not found in upstream %s"1874msgstr ""18751876#: builtin/clone.c:8421877msgid "You appear to have cloned an empty repository."1878msgstr ""18791880#: builtin/column.c:511881msgid "--command must be the first argument"1882msgstr ""18831884#: builtin/commit.c:431885msgid ""1886"Your name and email address were configured automatically based\n"1887"on your username and hostname. Please check that they are accurate.\n"1888"You can suppress this message by setting them explicitly:\n"1889"\n"1890" git config --global user.name \"Your Name\"\n"1891" git config --global user.email you@example.com\n"1892"\n"1893"After doing this, you may fix the identity used for this commit with:\n"1894"\n"1895" git commit --amend --reset-author\n"1896msgstr ""18971898#: builtin/commit.c:551899msgid ""1900"You asked to amend the most recent commit, but doing so would make\n"1901"it empty. You can repeat your command with --allow-empty, or you can\n"1902"remove the commit entirely with \"git reset HEAD^\".\n"1903msgstr ""19041905#: builtin/commit.c:601906msgid ""1907"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"1908"If you wish to commit it anyway, use:\n"1909"\n"1910" git commit --allow-empty\n"1911"\n"1912"Otherwise, please use 'git reset'\n"1913msgstr ""19141915#: builtin/commit.c:2531916msgid "failed to unpack HEAD tree object"1917msgstr ""19181919#: builtin/commit.c:2951920msgid "unable to create temporary index"1921msgstr ""19221923#: builtin/commit.c:3011924msgid "interactive add failed"1925msgstr ""19261927#: builtin/commit.c:334 builtin/commit.c:355 builtin/commit.c:4051928msgid "unable to write new_index file"1929msgstr ""19301931#: builtin/commit.c:3861932msgid "cannot do a partial commit during a merge."1933msgstr ""19341935#: builtin/commit.c:3881936msgid "cannot do a partial commit during a cherry-pick."1937msgstr ""19381939#: builtin/commit.c:3981940msgid "cannot read the index"1941msgstr ""19421943#: builtin/commit.c:4181944msgid "unable to write temporary index file"1945msgstr ""19461947#: builtin/commit.c:493 builtin/commit.c:4991948#, c-format1949msgid "invalid commit: %s"1950msgstr ""19511952#: builtin/commit.c:5221953msgid "malformed --author parameter"1954msgstr ""19551956#: builtin/commit.c:5831957#, c-format1958msgid "Malformed ident string: '%s'"1959msgstr ""19601961#: builtin/commit.c:621 builtin/commit.c:654 builtin/commit.c:9681962#, c-format1963msgid "could not lookup commit %s"1964msgstr ""19651966#: builtin/commit.c:633 builtin/shortlog.c:2961967#, c-format1968msgid "(reading log message from standard input)\n"1969msgstr ""19701971#: builtin/commit.c:6351972msgid "could not read log from standard input"1973msgstr ""19741975#: builtin/commit.c:6391976#, c-format1977msgid "could not read log file '%s'"1978msgstr ""19791980#: builtin/commit.c:6451981msgid "commit has empty message"1982msgstr ""19831984#: builtin/commit.c:6611985msgid "could not read MERGE_MSG"1986msgstr ""19871988#: builtin/commit.c:6651989msgid "could not read SQUASH_MSG"1990msgstr ""19911992#: builtin/commit.c:6691993#, c-format1994msgid "could not read '%s'"1995msgstr ""19961997#: builtin/commit.c:7211998msgid "could not write commit template"1999msgstr ""20002001#: builtin/commit.c:7322002#, c-format2003msgid ""2004"\n"2005"It looks like you may be committing a merge.\n"2006"If this is not correct, please remove the file\n"2007"\t%s\n"2008"and try again.\n"2009msgstr ""20102011#: builtin/commit.c:7372012#, c-format2013msgid ""2014"\n"2015"It looks like you may be committing a cherry-pick.\n"2016"If this is not correct, please remove the file\n"2017"\t%s\n"2018"and try again.\n"2019msgstr ""20202021#: builtin/commit.c:7492022msgid ""2023"Please enter the commit message for your changes. Lines starting\n"2024"with '#' will be ignored, and an empty message aborts the commit.\n"2025msgstr ""20262027#: builtin/commit.c:7542028msgid ""2029"Please enter the commit message for your changes. Lines starting\n"2030"with '#' will be kept; you may remove them yourself if you want to.\n"2031"An empty message aborts the commit.\n"2032msgstr ""20332034#: builtin/commit.c:7672035#, c-format2036msgid "%sAuthor: %s"2037msgstr ""20382039#: builtin/commit.c:7742040#, c-format2041msgid "%sCommitter: %s"2042msgstr ""20432044#: builtin/commit.c:7942045msgid "Cannot read index"2046msgstr ""20472048#: builtin/commit.c:8312049msgid "Error building trees"2050msgstr ""20512052#: builtin/commit.c:846 builtin/tag.c:3612053#, c-format2054msgid "Please supply the message using either -m or -F option.\n"2055msgstr ""20562057#: builtin/commit.c:9432058#, c-format2059msgid "No existing author found with '%s'"2060msgstr ""20612062#: builtin/commit.c:958 builtin/commit.c:11582063#, c-format2064msgid "Invalid untracked files mode '%s'"2065msgstr ""20662067#: builtin/commit.c:9982068msgid "Using both --reset-author and --author does not make sense"2069msgstr ""20702071#: builtin/commit.c:10092072msgid "You have nothing to amend."2073msgstr ""20742075#: builtin/commit.c:10122076msgid "You are in the middle of a merge -- cannot amend."2077msgstr ""20782079#: builtin/commit.c:10142080msgid "You are in the middle of a cherry-pick -- cannot amend."2081msgstr ""20822083#: builtin/commit.c:10172084msgid "Options --squash and --fixup cannot be used together"2085msgstr ""20862087#: builtin/commit.c:10272088msgid "Only one of -c/-C/-F/--fixup can be used."2089msgstr ""20902091#: builtin/commit.c:10292092msgid "Option -m cannot be combined with -c/-C/-F/--fixup."2093msgstr ""20942095#: builtin/commit.c:10372096msgid "--reset-author can be used only with -C, -c or --amend."2097msgstr ""20982099#: builtin/commit.c:10542100msgid "Only one of --include/--only/--all/--interactive/--patch can be used."2101msgstr ""21022103#: builtin/commit.c:10562104msgid "No paths with --include/--only does not make sense."2105msgstr ""21062107#: builtin/commit.c:10582108msgid "Clever... amending the last one with dirty index."2109msgstr ""21102111#: builtin/commit.c:10602112msgid "Explicit paths specified without -i nor -o; assuming --only paths..."2113msgstr ""21142115#: builtin/commit.c:1070 builtin/tag.c:5772116#, c-format2117msgid "Invalid cleanup mode %s"2118msgstr ""21192120#: builtin/commit.c:10752121msgid "Paths with -a does not make sense."2122msgstr ""21232124#: builtin/commit.c:12582125msgid "couldn't look up newly created commit"2126msgstr ""21272128#: builtin/commit.c:12602129msgid "could not parse newly created commit"2130msgstr ""21312132#: builtin/commit.c:13012133msgid "detached HEAD"2134msgstr ""21352136#: builtin/commit.c:13032137msgid " (root-commit)"2138msgstr ""21392140#: builtin/commit.c:14472141msgid "could not parse HEAD commit"2142msgstr ""21432144#: builtin/commit.c:1485 builtin/merge.c:5092145#, c-format2146msgid "could not open '%s' for reading"2147msgstr ""21482149#: builtin/commit.c:14922150#, c-format2151msgid "Corrupt MERGE_HEAD file (%s)"2152msgstr ""21532154#: builtin/commit.c:14992155msgid "could not read MERGE_MODE"2156msgstr ""21572158#: builtin/commit.c:15182159#, c-format2160msgid "could not read commit message: %s"2161msgstr ""21622163#: builtin/commit.c:15322164#, c-format2165msgid "Aborting commit; you did not edit the message.\n"2166msgstr ""21672168#: builtin/commit.c:15372169#, c-format2170msgid "Aborting commit due to empty commit message.\n"2171msgstr ""21722173#: builtin/commit.c:1552 builtin/merge.c:936 builtin/merge.c:9612174msgid "failed to write commit object"2175msgstr ""21762177#: builtin/commit.c:15732178msgid "cannot lock HEAD ref"2179msgstr ""21802181#: builtin/commit.c:15772182msgid "cannot update HEAD ref"2183msgstr ""21842185#: builtin/commit.c:15882186msgid ""2187"Repository has been updated, but unable to write\n"2188"new_index file. Check that disk is not full or quota is\n"2189"not exceeded, and then \"git reset HEAD\" to recover."2190msgstr ""21912192#: builtin/describe.c:2342193#, c-format2194msgid "annotated tag %s not available"2195msgstr ""21962197#: builtin/describe.c:2382198#, c-format2199msgid "annotated tag %s has no embedded name"2200msgstr ""22012202#: builtin/describe.c:2402203#, c-format2204msgid "tag '%s' is really '%s' here"2205msgstr ""22062207#: builtin/describe.c:2672208#, c-format2209msgid "Not a valid object name %s"2210msgstr ""22112212#: builtin/describe.c:2702213#, c-format2214msgid "%s is not a valid '%s' object"2215msgstr ""22162217#: builtin/describe.c:2872218#, c-format2219msgid "no tag exactly matches '%s'"2220msgstr ""22212222#: builtin/describe.c:2892223#, c-format2224msgid "searching to describe %s\n"2225msgstr ""22262227#: builtin/describe.c:3292228#, c-format2229msgid "finished search at %s\n"2230msgstr ""22312232#: builtin/describe.c:3532233#, c-format2234msgid ""2235"No annotated tags can describe '%s'.\n"2236"However, there were unannotated tags: try --tags."2237msgstr ""22382239#: builtin/describe.c:3572240#, c-format2241msgid ""2242"No tags can describe '%s'.\n"2243"Try --always, or create some tags."2244msgstr ""22452246#: builtin/describe.c:3782247#, c-format2248msgid "traversed %lu commits\n"2249msgstr ""22502251#: builtin/describe.c:3812252#, c-format2253msgid ""2254"more than %i tags found; listed %i most recent\n"2255"gave up search at %s\n"2256msgstr ""22572258#: builtin/describe.c:4362259msgid "--long is incompatible with --abbrev=0"2260msgstr ""22612262#: builtin/describe.c:4622263msgid "No names found, cannot describe anything."2264msgstr ""22652266#: builtin/describe.c:4822267msgid "--dirty is incompatible with committishes"2268msgstr ""22692270#: builtin/diff.c:772271#, c-format2272msgid "'%s': not a regular file or symlink"2273msgstr ""22742275#: builtin/diff.c:2202276#, c-format2277msgid "invalid option: %s"2278msgstr ""22792280#: builtin/diff.c:2972281msgid "Not a git repository"2282msgstr ""22832284#: builtin/diff.c:3472285#, c-format2286msgid "invalid object '%s' given."2287msgstr ""22882289#: builtin/diff.c:3522290#, c-format2291msgid "more than %d trees given: '%s'"2292msgstr ""22932294#: builtin/diff.c:3622295#, c-format2296msgid "more than two blobs given: '%s'"2297msgstr ""22982299#: builtin/diff.c:3702300#, c-format2301msgid "unhandled object '%s' given."2302msgstr ""23032304#: builtin/fetch.c:2002305msgid "Couldn't find remote ref HEAD"2306msgstr ""23072308#: builtin/fetch.c:2532309#, c-format2310msgid "object %s not found"2311msgstr ""23122313#: builtin/fetch.c:2592314msgid "[up to date]"2315msgstr ""23162317#: builtin/fetch.c:2732318#, c-format2319msgid "! %-*s %-*s -> %s (can't fetch in current branch)"2320msgstr ""23212322#: builtin/fetch.c:274 builtin/fetch.c:3602323msgid "[rejected]"2324msgstr ""23252326#: builtin/fetch.c:2852327msgid "[tag update]"2328msgstr ""23292330#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3402331msgid " (unable to update local ref)"2332msgstr ""23332334#: builtin/fetch.c:3052335msgid "[new tag]"2336msgstr ""23372338#: builtin/fetch.c:3082339msgid "[new branch]"2340msgstr ""23412342#: builtin/fetch.c:3112343msgid "[new ref]"2344msgstr ""23452346#: builtin/fetch.c:3562347msgid "unable to update local ref"2348msgstr ""23492350#: builtin/fetch.c:3562351msgid "forced update"2352msgstr ""23532354#: builtin/fetch.c:3622355msgid "(non-fast-forward)"2356msgstr ""23572358#: builtin/fetch.c:393 builtin/fetch.c:6852359#, c-format2360msgid "cannot open %s: %s\n"2361msgstr ""23622363#: builtin/fetch.c:4022364#, c-format2365msgid "%s did not send all necessary objects\n"2366msgstr ""23672368#: builtin/fetch.c:4882369#, c-format2370msgid "From %.*s\n"2371msgstr ""23722373#: builtin/fetch.c:4992374#, c-format2375msgid ""2376"some local refs could not be updated; try running\n"2377" 'git remote prune %s' to remove any old, conflicting branches"2378msgstr ""23792380#: builtin/fetch.c:5492381#, c-format2382msgid " (%s will become dangling)"2383msgstr ""23842385#: builtin/fetch.c:5502386#, c-format2387msgid " (%s has become dangling)"2388msgstr ""23892390#: builtin/fetch.c:5572391msgid "[deleted]"2392msgstr ""23932394#: builtin/fetch.c:558 builtin/remote.c:10552395msgid "(none)"2396msgstr ""23972398#: builtin/fetch.c:6752399#, c-format2400msgid "Refusing to fetch into current branch %s of non-bare repository"2401msgstr ""24022403#: builtin/fetch.c:7092404#, c-format2405msgid "Don't know how to fetch from %s"2406msgstr ""24072408#: builtin/fetch.c:7862409#, c-format2410msgid "Option \"%s\" value \"%s\" is not valid for %s"2411msgstr ""24122413#: builtin/fetch.c:7892414#, c-format2415msgid "Option \"%s\" is ignored for %s\n"2416msgstr ""24172418#: builtin/fetch.c:8882419#, c-format2420msgid "Fetching %s\n"2421msgstr ""24222423#: builtin/fetch.c:890 builtin/remote.c:1002424#, c-format2425msgid "Could not fetch %s"2426msgstr ""24272428#: builtin/fetch.c:9072429msgid ""2430"No remote repository specified. Please, specify either a URL or a\n"2431"remote name from which new revisions should be fetched."2432msgstr ""24332434#: builtin/fetch.c:9272435msgid "You need to specify a tag name."2436msgstr ""24372438#: builtin/fetch.c:9792439msgid "fetch --all does not take a repository argument"2440msgstr ""24412442#: builtin/fetch.c:9812443msgid "fetch --all does not make sense with refspecs"2444msgstr ""24452446#: builtin/fetch.c:9922447#, c-format2448msgid "No such remote or remote group: %s"2449msgstr ""24502451#: builtin/fetch.c:10002452msgid "Fetching a group and specifying refspecs does not make sense"2453msgstr ""24542455#: builtin/gc.c:632456#, c-format2457msgid "Invalid %s: '%s'"2458msgstr ""24592460#: builtin/gc.c:902461#, c-format2462msgid "insanely long object directory %.*s"2463msgstr ""24642465#: builtin/gc.c:2212466#, c-format2467msgid "Auto packing the repository for optimum performance.\n"2468msgstr ""24692470#: builtin/gc.c:2242471#, c-format2472msgid ""2473"Auto packing the repository for optimum performance. You may also\n"2474"run \"git gc\" manually. See \"git help gc\" for more information.\n"2475msgstr ""24762477#: builtin/gc.c:2512478msgid ""2479"There are too many unreachable loose objects; run 'git prune' to remove them."2480msgstr ""24812482#: builtin/grep.c:2162483#, c-format2484msgid "grep: failed to create thread: %s"2485msgstr ""24862487#: builtin/grep.c:4022488#, c-format2489msgid "Failed to chdir: %s"2490msgstr ""24912492#: builtin/grep.c:478 builtin/grep.c:5122493#, c-format2494msgid "unable to read tree (%s)"2495msgstr ""24962497#: builtin/grep.c:5262498#, c-format2499msgid "unable to grep from object of type %s"2500msgstr ""25012502#: builtin/grep.c:5842503#, c-format2504msgid "switch `%c' expects a numerical value"2505msgstr ""25062507#: builtin/grep.c:6012508#, c-format2509msgid "cannot open '%s'"2510msgstr ""25112512#: builtin/grep.c:8882513msgid "no pattern given."2514msgstr ""25152516#: builtin/grep.c:9022517#, c-format2518msgid "bad object %s"2519msgstr ""25202521#: builtin/grep.c:9432522msgid "--open-files-in-pager only works on the worktree"2523msgstr ""25242525#: builtin/grep.c:9662526msgid "--cached or --untracked cannot be used with --no-index."2527msgstr ""25282529#: builtin/grep.c:9712530msgid "--no-index or --untracked cannot be used with revs."2531msgstr ""25322533#: builtin/grep.c:9742534msgid "--[no-]exclude-standard cannot be used for tracked contents."2535msgstr ""25362537#: builtin/grep.c:9822538msgid "both --cached and trees are given."2539msgstr ""25402541#: builtin/help.c:592542#, c-format2543msgid "unrecognized help format '%s'"2544msgstr ""25452546#: builtin/help.c:872547msgid "Failed to start emacsclient."2548msgstr ""25492550#: builtin/help.c:1002551msgid "Failed to parse emacsclient version."2552msgstr ""25532554#: builtin/help.c:1082555#, c-format2556msgid "emacsclient version '%d' too old (< 22)."2557msgstr ""25582559#: builtin/help.c:126 builtin/help.c:154 builtin/help.c:163 builtin/help.c:1712560#, c-format2561msgid "failed to exec '%s': %s"2562msgstr ""25632564#: builtin/help.c:2112565#, c-format2566msgid ""2567"'%s': path for unsupported man viewer.\n"2568"Please consider using 'man.<tool>.cmd' instead."2569msgstr ""25702571#: builtin/help.c:2232572#, c-format2573msgid ""2574"'%s': cmd for supported man viewer.\n"2575"Please consider using 'man.<tool>.path' instead."2576msgstr ""25772578#: builtin/help.c:2872579msgid "The most commonly used git commands are:"2580msgstr ""25812582#: builtin/help.c:3552583#, c-format2584msgid "'%s': unknown man viewer."2585msgstr ""25862587#: builtin/help.c:3722588msgid "no man viewer handled the request"2589msgstr ""25902591#: builtin/help.c:3802592msgid "no info viewer handled the request"2593msgstr ""25942595#: builtin/help.c:3912596#, c-format2597msgid "'%s': not a documentation directory."2598msgstr ""25992600#: builtin/help.c:432 builtin/help.c:4392601#, c-format2602msgid "usage: %s%s"2603msgstr ""26042605#: builtin/help.c:4532606#, c-format2607msgid "`git %s' is aliased to `%s'"2608msgstr ""26092610#: builtin/index-pack.c:1692611#, c-format2612msgid "object type mismatch at %s"2613msgstr ""26142615#: builtin/index-pack.c:1892616msgid "object of unexpected type"2617msgstr ""26182619#: builtin/index-pack.c:2262620#, c-format2621msgid "cannot fill %d byte"2622msgid_plural "cannot fill %d bytes"2623msgstr[0] ""2624msgstr[1] ""26252626#: builtin/index-pack.c:2362627msgid "early EOF"2628msgstr ""26292630#: builtin/index-pack.c:2372631msgid "read error on input"2632msgstr ""26332634#: builtin/index-pack.c:2492635msgid "used more bytes than were available"2636msgstr ""26372638#: builtin/index-pack.c:2562639msgid "pack too large for current definition of off_t"2640msgstr ""26412642#: builtin/index-pack.c:2722643#, c-format2644msgid "unable to create '%s'"2645msgstr ""26462647#: builtin/index-pack.c:2772648#, c-format2649msgid "cannot open packfile '%s'"2650msgstr ""26512652#: builtin/index-pack.c:2912653msgid "pack signature mismatch"2654msgstr ""26552656#: builtin/index-pack.c:3112657#, c-format2658msgid "pack has bad object at offset %lu: %s"2659msgstr ""26602661#: builtin/index-pack.c:4052662#, c-format2663msgid "inflate returned %d"2664msgstr ""26652666#: builtin/index-pack.c:4502667msgid "offset value overflow for delta base object"2668msgstr ""26692670#: builtin/index-pack.c:4582671msgid "delta base offset is out of bound"2672msgstr ""26732674#: builtin/index-pack.c:4662675#, c-format2676msgid "unknown object type %d"2677msgstr ""26782679#: builtin/index-pack.c:4952680msgid "cannot pread pack file"2681msgstr ""26822683#: builtin/index-pack.c:4972684#, c-format2685msgid "premature end of pack file, %lu byte missing"2686msgid_plural "premature end of pack file, %lu bytes missing"2687msgstr[0] ""2688msgstr[1] ""26892690#: builtin/index-pack.c:5102691msgid "serious inflate inconsistency"2692msgstr ""26932694#: builtin/index-pack.c:5832695#, c-format2696msgid "cannot read existing object %s"2697msgstr ""26982699#: builtin/index-pack.c:5862700#, c-format2701msgid "SHA1 COLLISION FOUND WITH %s !"2702msgstr ""27032704#: builtin/index-pack.c:5982705#, c-format2706msgid "invalid blob object %s"2707msgstr ""27082709#: builtin/index-pack.c:6102710#, c-format2711msgid "invalid %s"2712msgstr ""27132714#: builtin/index-pack.c:6122715msgid "Error in object"2716msgstr ""27172718#: builtin/index-pack.c:6142719#, c-format2720msgid "Not all child objects of %s are reachable"2721msgstr ""27222723#: builtin/index-pack.c:687 builtin/index-pack.c:7132724msgid "failed to apply delta"2725msgstr ""27262727#: builtin/index-pack.c:8502728msgid "Receiving objects"2729msgstr ""27302731#: builtin/index-pack.c:8502732msgid "Indexing objects"2733msgstr ""27342735#: builtin/index-pack.c:8722736msgid "pack is corrupted (SHA1 mismatch)"2737msgstr ""27382739#: builtin/index-pack.c:8772740msgid "cannot fstat packfile"2741msgstr ""27422743#: builtin/index-pack.c:8802744msgid "pack has junk at the end"2745msgstr ""27462747#: builtin/index-pack.c:9032748msgid "Resolving deltas"2749msgstr ""27502751#: builtin/index-pack.c:9542752msgid "confusion beyond insanity"2753msgstr ""27542755#: builtin/index-pack.c:9732756#, c-format2757msgid "pack has %d unresolved delta"2758msgid_plural "pack has %d unresolved deltas"2759msgstr[0] ""2760msgstr[1] ""27612762#: builtin/index-pack.c:9982763#, c-format2764msgid "unable to deflate appended object (%d)"2765msgstr ""27662767#: builtin/index-pack.c:10772768#, c-format2769msgid "local object %s is corrupt"2770msgstr ""27712772#: builtin/index-pack.c:11012773msgid "error while closing pack file"2774msgstr ""27752776#: builtin/index-pack.c:11142777#, c-format2778msgid "cannot write keep file '%s'"2779msgstr ""27802781#: builtin/index-pack.c:11222782#, c-format2783msgid "cannot close written keep file '%s'"2784msgstr ""27852786#: builtin/index-pack.c:11352787msgid "cannot store pack file"2788msgstr ""27892790#: builtin/index-pack.c:11462791msgid "cannot store index file"2792msgstr ""27932794#: builtin/index-pack.c:12472795#, c-format2796msgid "Cannot open existing pack file '%s'"2797msgstr ""27982799#: builtin/index-pack.c:12492800#, c-format2801msgid "Cannot open existing pack idx file for '%s'"2802msgstr ""28032804#: builtin/index-pack.c:12962805#, c-format2806msgid "non delta: %d object"2807msgid_plural "non delta: %d objects"2808msgstr[0] ""2809msgstr[1] ""28102811#: builtin/index-pack.c:13032812#, c-format2813msgid "chain length = %d: %lu object"2814msgid_plural "chain length = %d: %lu objects"2815msgstr[0] ""2816msgstr[1] ""28172818#: builtin/index-pack.c:13302819msgid "Cannot come back to cwd"2820msgstr ""28212822#: builtin/index-pack.c:1374 builtin/index-pack.c:13772823#: builtin/index-pack.c:1389 builtin/index-pack.c:13932824#, c-format2825msgid "bad %s"2826msgstr ""28272828#: builtin/index-pack.c:14072829msgid "--fix-thin cannot be used without --stdin"2830msgstr ""28312832#: builtin/index-pack.c:1411 builtin/index-pack.c:14212833#, c-format2834msgid "packfile name '%s' does not end with '.pack'"2835msgstr ""28362837#: builtin/index-pack.c:14302838msgid "--verify with no packfile name given"2839msgstr ""28402841#: builtin/init-db.c:352842#, c-format2843msgid "Could not make %s writable by group"2844msgstr ""28452846#: builtin/init-db.c:622847#, c-format2848msgid "insanely long template name %s"2849msgstr ""28502851#: builtin/init-db.c:672852#, c-format2853msgid "cannot stat '%s'"2854msgstr ""28552856#: builtin/init-db.c:732857#, c-format2858msgid "cannot stat template '%s'"2859msgstr ""28602861#: builtin/init-db.c:802862#, c-format2863msgid "cannot opendir '%s'"2864msgstr ""28652866#: builtin/init-db.c:972867#, c-format2868msgid "cannot readlink '%s'"2869msgstr ""28702871#: builtin/init-db.c:992872#, c-format2873msgid "insanely long symlink %s"2874msgstr ""28752876#: builtin/init-db.c:1022877#, c-format2878msgid "cannot symlink '%s' '%s'"2879msgstr ""28802881#: builtin/init-db.c:1062882#, c-format2883msgid "cannot copy '%s' to '%s'"2884msgstr ""28852886#: builtin/init-db.c:1102887#, c-format2888msgid "ignoring template %s"2889msgstr ""28902891#: builtin/init-db.c:1332892#, c-format2893msgid "insanely long template path %s"2894msgstr ""28952896#: builtin/init-db.c:1412897#, c-format2898msgid "templates not found %s"2899msgstr ""29002901#: builtin/init-db.c:1542902#, c-format2903msgid "not copying templates of a wrong format version %d from '%s'"2904msgstr ""29052906#: builtin/init-db.c:1922907#, c-format2908msgid "insane git directory %s"2909msgstr ""29102911#: builtin/init-db.c:322 builtin/init-db.c:3252912#, c-format2913msgid "%s already exists"2914msgstr ""29152916#: builtin/init-db.c:3542917#, c-format2918msgid "unable to handle file type %d"2919msgstr ""29202921#: builtin/init-db.c:3572922#, c-format2923msgid "unable to move %s to %s"2924msgstr ""29252926#: builtin/init-db.c:3622927#, c-format2928msgid "Could not create git link %s"2929msgstr ""29302931#.2932#. * TRANSLATORS: The first '%s' is either "Reinitialized2933#. * existing" or "Initialized empty", the second " shared" or2934#. * "", and the last '%s%s' is the verbatim directory name.2935#.2936#: builtin/init-db.c:4192937#, c-format2938msgid "%s%s Git repository in %s%s\n"2939msgstr ""29402941#: builtin/init-db.c:4202942msgid "Reinitialized existing"2943msgstr ""29442945#: builtin/init-db.c:4202946msgid "Initialized empty"2947msgstr ""29482949#: builtin/init-db.c:4212950msgid " shared"2951msgstr ""29522953#: builtin/init-db.c:4402954msgid "cannot tell cwd"2955msgstr ""29562957#: builtin/init-db.c:521 builtin/init-db.c:5282958#, c-format2959msgid "cannot mkdir %s"2960msgstr ""29612962#: builtin/init-db.c:5322963#, c-format2964msgid "cannot chdir to %s"2965msgstr ""29662967#: builtin/init-db.c:5542968#, c-format2969msgid ""2970"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"2971"dir=<directory>)"2972msgstr ""29732974#: builtin/init-db.c:5782975msgid "Cannot access current working directory"2976msgstr ""29772978#: builtin/init-db.c:5852979#, c-format2980msgid "Cannot access work tree '%s'"2981msgstr ""29822983#: builtin/log.c:1882984#, c-format2985msgid "Final output: %d %s\n"2986msgstr ""29872988#: builtin/log.c:401 builtin/log.c:4892989#, c-format2990msgid "Could not read object %s"2991msgstr ""29922993#: builtin/log.c:5132994#, c-format2995msgid "Unknown type: %d"2996msgstr ""29972998#: builtin/log.c:6022999msgid "format.headers without value"3000msgstr ""30013002#: builtin/log.c:6753003msgid "name of output directory is too long"3004msgstr ""30053006#: builtin/log.c:6863007#, c-format3008msgid "Cannot open patch file %s"3009msgstr ""30103011#: builtin/log.c:7003012msgid "Need exactly one range."3013msgstr ""30143015#: builtin/log.c:7083016msgid "Not a range."3017msgstr ""30183019#: builtin/log.c:7453020msgid "Could not extract email from committer identity."3021msgstr ""30223023#: builtin/log.c:7913024msgid "Cover letter needs email format"3025msgstr ""30263027#: builtin/log.c:8853028#, c-format3029msgid "insane in-reply-to: %s"3030msgstr ""30313032#: builtin/log.c:9583033msgid "Two output directories?"3034msgstr ""30353036#: builtin/log.c:11793037#, c-format3038msgid "bogus committer info %s"3039msgstr ""30403041#: builtin/log.c:12243042msgid "-n and -k are mutually exclusive."3043msgstr ""30443045#: builtin/log.c:12263046msgid "--subject-prefix and -k are mutually exclusive."3047msgstr ""30483049#: builtin/log.c:12343050msgid "--name-only does not make sense"3051msgstr ""30523053#: builtin/log.c:12363054msgid "--name-status does not make sense"3055msgstr ""30563057#: builtin/log.c:12383058msgid "--check does not make sense"3059msgstr ""30603061#: builtin/log.c:12613062msgid "standard output, or directory, which one?"3063msgstr ""30643065#: builtin/log.c:12633066#, c-format3067msgid "Could not create directory '%s'"3068msgstr ""30693070#: builtin/log.c:14163071msgid "Failed to create output files"3072msgstr ""30733074#: builtin/log.c:15203075#, c-format3076msgid ""3077"Could not find a tracked remote branch, please specify <upstream> manually.\n"3078msgstr ""30793080#: builtin/log.c:1536 builtin/log.c:1538 builtin/log.c:15503081#, c-format3082msgid "Unknown commit %s"3083msgstr ""30843085#: builtin/merge.c:903086msgid "switch `m' requires a value"3087msgstr ""30883089#: builtin/merge.c:1273090#, c-format3091msgid "Could not find merge strategy '%s'.\n"3092msgstr ""30933094#: builtin/merge.c:1283095#, c-format3096msgid "Available strategies are:"3097msgstr ""30983099#: builtin/merge.c:1333100#, c-format3101msgid "Available custom strategies are:"3102msgstr ""31033104#: builtin/merge.c:2403105msgid "could not run stash."3106msgstr ""31073108#: builtin/merge.c:2453109msgid "stash failed"3110msgstr ""31113112#: builtin/merge.c:2503113#, c-format3114msgid "not a valid object: %s"3115msgstr ""31163117#: builtin/merge.c:269 builtin/merge.c:2863118msgid "read-tree failed"3119msgstr ""31203121#: builtin/merge.c:3163122msgid " (nothing to squash)"3123msgstr ""31243125#: builtin/merge.c:3293126#, c-format3127msgid "Squash commit -- not updating HEAD\n"3128msgstr ""31293130#: builtin/merge.c:3613131msgid "Writing SQUASH_MSG"3132msgstr ""31333134#: builtin/merge.c:3633135msgid "Finishing SQUASH_MSG"3136msgstr ""31373138#: builtin/merge.c:3863139#, c-format3140msgid "No merge message -- not updating HEAD\n"3141msgstr ""31423143#: builtin/merge.c:4373144#, c-format3145msgid "'%s' does not point to a commit"3146msgstr ""31473148#: builtin/merge.c:5363149#, c-format3150msgid "Bad branch.%s.mergeoptions string: %s"3151msgstr ""31523153#: builtin/merge.c:6293154msgid "git write-tree failed to write a tree"3155msgstr ""31563157#: builtin/merge.c:6793158msgid "failed to read the cache"3159msgstr ""31603161#: builtin/merge.c:6973162msgid "Unable to write index."3163msgstr ""31643165#: builtin/merge.c:7103166msgid "Not handling anything other than two heads merge."3167msgstr ""31683169#: builtin/merge.c:7243170#, c-format3171msgid "Unknown option for merge-recursive: -X%s"3172msgstr ""31733174#: builtin/merge.c:7383175#, c-format3176msgid "unable to write %s"3177msgstr ""31783179#: builtin/merge.c:8773180#, c-format3181msgid "Could not read from '%s'"3182msgstr ""31833184#: builtin/merge.c:8863185#, c-format3186msgid "Not committing merge; use 'git commit' to complete the merge.\n"3187msgstr ""31883189#: builtin/merge.c:8923190msgid ""3191"Please enter a commit message to explain why this merge is necessary,\n"3192"especially if it merges an updated upstream into a topic branch.\n"3193"\n"3194"Lines starting with '#' will be ignored, and an empty message aborts\n"3195"the commit.\n"3196msgstr ""31973198#: builtin/merge.c:9163199msgid "Empty commit message."3200msgstr ""32013202#: builtin/merge.c:9283203#, c-format3204msgid "Wonderful.\n"3205msgstr ""32063207#: builtin/merge.c:9933208#, c-format3209msgid "Automatic merge failed; fix conflicts and then commit the result.\n"3210msgstr ""32113212#: builtin/merge.c:10093213#, c-format3214msgid "'%s' is not a commit"3215msgstr ""32163217#: builtin/merge.c:10503218msgid "No current branch."3219msgstr ""32203221#: builtin/merge.c:10523222msgid "No remote for the current branch."3223msgstr ""32243225#: builtin/merge.c:10543226msgid "No default upstream defined for the current branch."3227msgstr ""32283229#: builtin/merge.c:10593230#, c-format3231msgid "No remote tracking branch for %s from %s"3232msgstr ""32333234#: builtin/merge.c:1146 builtin/merge.c:13033235#, c-format3236msgid "%s - not something we can merge"3237msgstr ""32383239#: builtin/merge.c:12143240msgid "There is no merge to abort (MERGE_HEAD missing)."3241msgstr ""32423243#: builtin/merge.c:1230 git-pull.sh:313244msgid ""3245"You have not concluded your merge (MERGE_HEAD exists).\n"3246"Please, commit your changes before you can merge."3247msgstr ""32483249#: builtin/merge.c:1233 git-pull.sh:343250msgid "You have not concluded your merge (MERGE_HEAD exists)."3251msgstr ""32523253#: builtin/merge.c:12373254msgid ""3255"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"3256"Please, commit your changes before you can merge."3257msgstr ""32583259#: builtin/merge.c:12403260msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."3261msgstr ""32623263#: builtin/merge.c:12493264msgid "You cannot combine --squash with --no-ff."3265msgstr ""32663267#: builtin/merge.c:12543268msgid "You cannot combine --no-ff with --ff-only."3269msgstr ""32703271#: builtin/merge.c:12613272msgid "No commit specified and merge.defaultToUpstream not set."3273msgstr ""32743275#: builtin/merge.c:12933276msgid "Can merge only exactly one commit into empty head"3277msgstr ""32783279#: builtin/merge.c:12963280msgid "Squash commit into empty head not supported yet"3281msgstr ""32823283#: builtin/merge.c:12983284msgid "Non-fast-forward commit does not make sense into an empty head"3285msgstr ""32863287#: builtin/merge.c:14133288#, c-format3289msgid "Updating %s..%s\n"3290msgstr ""32913292#: builtin/merge.c:14513293#, c-format3294msgid "Trying really trivial in-index merge...\n"3295msgstr ""32963297#: builtin/merge.c:14583298#, c-format3299msgid "Nope.\n"3300msgstr ""33013302#: builtin/merge.c:14903303msgid "Not possible to fast-forward, aborting."3304msgstr ""33053306#: builtin/merge.c:1513 builtin/merge.c:15923307#, c-format3308msgid "Rewinding the tree to pristine...\n"3309msgstr ""33103311#: builtin/merge.c:15173312#, c-format3313msgid "Trying merge strategy %s...\n"3314msgstr ""33153316#: builtin/merge.c:15833317#, c-format3318msgid "No merge strategy handled the merge.\n"3319msgstr ""33203321#: builtin/merge.c:15853322#, c-format3323msgid "Merge with strategy %s failed.\n"3324msgstr ""33253326#: builtin/merge.c:15943327#, c-format3328msgid "Using the %s to prepare resolving by hand.\n"3329msgstr ""33303331#: builtin/merge.c:16063332#, c-format3333msgid "Automatic merge went well; stopped before committing as requested\n"3334msgstr ""33353336#: builtin/mv.c:1083337#, c-format3338msgid "Checking rename of '%s' to '%s'\n"3339msgstr ""33403341#: builtin/mv.c:1123342msgid "bad source"3343msgstr ""33443345#: builtin/mv.c:1153346msgid "can not move directory into itself"3347msgstr ""33483349#: builtin/mv.c:1183350msgid "cannot move directory over file"3351msgstr ""33523353#: builtin/mv.c:1283354#, c-format3355msgid "Huh? %.*s is in index?"3356msgstr ""33573358#: builtin/mv.c:1403359msgid "source directory is empty"3360msgstr ""33613362#: builtin/mv.c:1713363msgid "not under version control"3364msgstr ""33653366#: builtin/mv.c:1733367msgid "destination exists"3368msgstr ""33693370#: builtin/mv.c:1813371#, c-format3372msgid "overwriting '%s'"3373msgstr ""33743375#: builtin/mv.c:1843376msgid "Cannot overwrite"3377msgstr ""33783379#: builtin/mv.c:1873380msgid "multiple sources for the same target"3381msgstr ""33823383#: builtin/mv.c:2023384#, c-format3385msgid "%s, source=%s, destination=%s"3386msgstr ""33873388#: builtin/mv.c:2123389#, c-format3390msgid "Renaming %s to %s\n"3391msgstr ""33923393#: builtin/mv.c:215 builtin/remote.c:7313394#, c-format3395msgid "renaming '%s' failed"3396msgstr ""33973398#: builtin/notes.c:1393399#, c-format3400msgid "unable to start 'show' for object '%s'"3401msgstr ""34023403#: builtin/notes.c:1453404msgid "can't fdopen 'show' output fd"3405msgstr ""34063407#: builtin/notes.c:1553408#, c-format3409msgid "failed to close pipe to 'show' for object '%s'"3410msgstr ""34113412#: builtin/notes.c:1583413#, c-format3414msgid "failed to finish 'show' for object '%s'"3415msgstr ""34163417#: builtin/notes.c:175 builtin/tag.c:3473418#, c-format3419msgid "could not create file '%s'"3420msgstr ""34213422#: builtin/notes.c:1893423msgid "Please supply the note contents using either -m or -F option"3424msgstr ""34253426#: builtin/notes.c:210 builtin/notes.c:9733427#, c-format3428msgid "Removing note for object %s\n"3429msgstr ""34303431#: builtin/notes.c:2153432msgid "unable to write note object"3433msgstr ""34343435#: builtin/notes.c:2173436#, c-format3437msgid "The note contents has been left in %s"3438msgstr ""34393440#: builtin/notes.c:251 builtin/tag.c:5423441#, c-format3442msgid "cannot read '%s'"3443msgstr ""34443445#: builtin/notes.c:253 builtin/tag.c:5453446#, c-format3447msgid "could not open or read '%s'"3448msgstr ""34493450#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4473451#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6443452#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7663453#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5583454#, c-format3455msgid "Failed to resolve '%s' as a valid ref."3456msgstr ""34573458#: builtin/notes.c:2753459#, c-format3460msgid "Failed to read object '%s'."3461msgstr ""34623463#: builtin/notes.c:2993464msgid "Cannot commit uninitialized/unreferenced notes tree"3465msgstr ""34663467#: builtin/notes.c:3403468#, c-format3469msgid "Bad notes.rewriteMode value: '%s'"3470msgstr ""34713472#: builtin/notes.c:3503473#, c-format3474msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3475msgstr ""34763477#. TRANSLATORS: The first %s is the name of the3478#. environment variable, the second %s is its value3479#: builtin/notes.c:3773480#, c-format3481msgid "Bad %s value: '%s'"3482msgstr ""34833484#: builtin/notes.c:4413485#, c-format3486msgid "Malformed input line: '%s'."3487msgstr ""34883489#: builtin/notes.c:4563490#, c-format3491msgid "Failed to copy notes from '%s' to '%s'"3492msgstr ""34933494#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6273495#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7593496#: builtin/notes.c:10333497msgid "too many parameters"3498msgstr ""34993500#: builtin/notes.c:513 builtin/notes.c:7723501#, c-format3502msgid "No note found for object %s."3503msgstr ""35043505#: builtin/notes.c:5803506#, c-format3507msgid ""3508"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "3509"existing notes"3510msgstr ""35113512#: builtin/notes.c:585 builtin/notes.c:6623513#, c-format3514msgid "Overwriting existing notes for object %s\n"3515msgstr ""35163517#: builtin/notes.c:6353518msgid "too few parameters"3519msgstr ""35203521#: builtin/notes.c:6563522#, c-format3523msgid ""3524"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "3525"existing notes"3526msgstr ""35273528#: builtin/notes.c:6683529#, c-format3530msgid "Missing notes on source object %s. Cannot copy."3531msgstr ""35323533#: builtin/notes.c:7173534#, c-format3535msgid ""3536"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"3537"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"3538msgstr ""35393540#: builtin/notes.c:9713541#, c-format3542msgid "Object %s has no note\n"3543msgstr ""35443545#: builtin/notes.c:1103 builtin/remote.c:15983546#, c-format3547msgid "Unknown subcommand: %s"3548msgstr ""35493550#: builtin/pack-objects.c:23153551#, c-format3552msgid "unsupported index version %s"3553msgstr ""35543555#: builtin/pack-objects.c:23193556#, c-format3557msgid "bad index version '%s'"3558msgstr ""35593560#: builtin/pack-objects.c:23423561#, c-format3562msgid "option %s does not accept negative form"3563msgstr ""35643565#: builtin/pack-objects.c:23463566#, c-format3567msgid "unable to parse value '%s' for option %s"3568msgstr ""35693570#: builtin/push.c:453571msgid "tag shorthand without <tag>"3572msgstr ""35733574#: builtin/push.c:643575msgid "--delete only accepts plain target ref names"3576msgstr ""35773578#: builtin/push.c:993579msgid ""3580"\n"3581"To choose either option permanently, see push.default in 'git help config'."3582msgstr ""35833584#: builtin/push.c:1023585#, c-format3586msgid ""3587"The upstream branch of your current branch does not match\n"3588"the name of your current branch. To push to the upstream branch\n"3589"on the remote, use\n"3590"\n"3591" git push %s HEAD:%s\n"3592"\n"3593"To push to the branch of the same name on the remote, use\n"3594"\n"3595" git push %s %s\n"3596"%s"3597msgstr ""35983599#: builtin/push.c:1213600#, c-format3601msgid ""3602"You are not currently on a branch.\n"3603"To push the history leading to the current (detached HEAD)\n"3604"state now, use\n"3605"\n"3606" git push %s HEAD:<name-of-remote-branch>\n"3607msgstr ""36083609#: builtin/push.c:1283610#, c-format3611msgid ""3612"The current branch %s has no upstream branch.\n"3613"To push the current branch and set the remote as upstream, use\n"3614"\n"3615" git push --set-upstream %s %s\n"3616msgstr ""36173618#: builtin/push.c:1363619#, c-format3620msgid "The current branch %s has multiple upstream branches, refusing to push."3621msgstr ""36223623#: builtin/push.c:1393624#, c-format3625msgid ""3626"You are pushing to remote '%s', which is not the upstream of\n"3627"your current branch '%s', without telling me what to push\n"3628"to update which remote branch."3629msgstr ""36303631#: builtin/push.c:1743632msgid ""3633"You didn't specify any refspecs to push, and push.default is \"nothing\"."3634msgstr ""36353636#: builtin/push.c:1813637msgid ""3638"Updates were rejected because the tip of your current branch is behind\n"3639"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"3640"before pushing again.\n"3641"See the 'Note about fast-forwards' in 'git push --help' for details."3642msgstr ""36433644#: builtin/push.c:1873645msgid ""3646"Updates were rejected because a pushed branch tip is behind its remote\n"3647"counterpart. If you did not intend to push that branch, you may want to\n"3648"specify branches to push or set the 'push.default' configuration\n"3649"variable to 'current' or 'upstream' to push only the current branch."3650msgstr ""36513652#: builtin/push.c:1933653msgid ""3654"Updates were rejected because a pushed branch tip is behind its remote\n"3655"counterpart. Check out this branch and merge the remote changes\n"3656"(e.g. 'git pull') before pushing again.\n"3657"See the 'Note about fast-forwards' in 'git push --help' for details."3658msgstr ""36593660#: builtin/push.c:2333661#, c-format3662msgid "Pushing to %s\n"3663msgstr ""36643665#: builtin/push.c:2373666#, c-format3667msgid "failed to push some refs to '%s'"3668msgstr ""36693670#: builtin/push.c:2693671#, c-format3672msgid "bad repository '%s'"3673msgstr ""36743675#: builtin/push.c:2703676msgid ""3677"No configured push destination.\n"3678"Either specify the URL from the command-line or configure a remote "3679"repository using\n"3680"\n"3681" git remote add <name> <url>\n"3682"\n"3683"and then push using the remote name\n"3684"\n"3685" git push <name>\n"3686msgstr ""36873688#: builtin/push.c:2853689msgid "--all and --tags are incompatible"3690msgstr ""36913692#: builtin/push.c:2863693msgid "--all can't be combined with refspecs"3694msgstr ""36953696#: builtin/push.c:2913697msgid "--mirror and --tags are incompatible"3698msgstr ""36993700#: builtin/push.c:2923701msgid "--mirror can't be combined with refspecs"3702msgstr ""37033704#: builtin/push.c:2973705msgid "--all and --mirror are incompatible"3706msgstr ""37073708#: builtin/push.c:3853709msgid "--delete is incompatible with --all, --mirror and --tags"3710msgstr ""37113712#: builtin/push.c:3873713msgid "--delete doesn't make sense without any refs"3714msgstr ""37153716#: builtin/remote.c:983717#, c-format3718msgid "Updating %s"3719msgstr ""37203721#: builtin/remote.c:1303722msgid ""3723"--mirror is dangerous and deprecated; please\n"3724"\t use --mirror=fetch or --mirror=push instead"3725msgstr ""37263727#: builtin/remote.c:1473728#, c-format3729msgid "unknown mirror argument: %s"3730msgstr ""37313732#: builtin/remote.c:1853733msgid "specifying a master branch makes no sense with --mirror"3734msgstr ""37353736#: builtin/remote.c:1873737msgid "specifying branches to track makes sense only with fetch mirrors"3738msgstr ""37393740#: builtin/remote.c:195 builtin/remote.c:6463741#, c-format3742msgid "remote %s already exists."3743msgstr ""37443745#: builtin/remote.c:199 builtin/remote.c:6503746#, c-format3747msgid "'%s' is not a valid remote name"3748msgstr ""37493750#: builtin/remote.c:2433751#, c-format3752msgid "Could not setup master '%s'"3753msgstr ""37543755#: builtin/remote.c:2993756#, c-format3757msgid "more than one %s"3758msgstr ""37593760#: builtin/remote.c:3393761#, c-format3762msgid "Could not get fetch map for refspec %s"3763msgstr ""37643765#: builtin/remote.c:440 builtin/remote.c:4483766msgid "(matching)"3767msgstr ""37683769#: builtin/remote.c:4523770msgid "(delete)"3771msgstr ""37723773#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6073774#, c-format3775msgid "Could not append '%s' to '%s'"3776msgstr ""37773778#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8903779#, c-format3780msgid "No such remote: %s"3781msgstr ""37823783#: builtin/remote.c:6563784#, c-format3785msgid "Could not rename config section '%s' to '%s'"3786msgstr ""37873788#: builtin/remote.c:662 builtin/remote.c:7993789#, c-format3790msgid "Could not remove config section '%s'"3791msgstr ""37923793#: builtin/remote.c:6773794#, c-format3795msgid ""3796"Not updating non-default fetch respec\n"3797"\t%s\n"3798"\tPlease update the configuration manually if necessary."3799msgstr ""38003801#: builtin/remote.c:6833802#, c-format3803msgid "Could not append '%s'"3804msgstr ""38053806#: builtin/remote.c:6943807#, c-format3808msgid "Could not set '%s'"3809msgstr ""38103811#: builtin/remote.c:7163812#, c-format3813msgid "deleting '%s' failed"3814msgstr ""38153816#: builtin/remote.c:7503817#, c-format3818msgid "creating '%s' failed"3819msgstr ""38203821#: builtin/remote.c:7643822#, c-format3823msgid "Could not remove branch %s"3824msgstr ""38253826#: builtin/remote.c:8343827msgid ""3828"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"3829"to delete it, use:"3830msgid_plural ""3831"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"3832"to delete them, use:"3833msgstr[0] ""3834msgstr[1] ""38353836#: builtin/remote.c:9433837#, c-format3838msgid " new (next fetch will store in remotes/%s)"3839msgstr ""38403841#: builtin/remote.c:9463842msgid " tracked"3843msgstr ""38443845#: builtin/remote.c:9483846msgid " stale (use 'git remote prune' to remove)"3847msgstr ""38483849#: builtin/remote.c:9503850msgid " ???"3851msgstr ""38523853#: builtin/remote.c:9913854#, c-format3855msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"3856msgstr ""38573858#: builtin/remote.c:9983859#, c-format3860msgid "rebases onto remote %s"3861msgstr ""38623863#: builtin/remote.c:10013864#, c-format3865msgid " merges with remote %s"3866msgstr ""38673868#: builtin/remote.c:10023869msgid " and with remote"3870msgstr ""38713872#: builtin/remote.c:10043873#, c-format3874msgid "merges with remote %s"3875msgstr ""38763877#: builtin/remote.c:10053878msgid " and with remote"3879msgstr ""38803881#: builtin/remote.c:10513882msgid "create"3883msgstr ""38843885#: builtin/remote.c:10543886msgid "delete"3887msgstr ""38883889#: builtin/remote.c:10583890msgid "up to date"3891msgstr ""38923893#: builtin/remote.c:10613894msgid "fast-forwardable"3895msgstr ""38963897#: builtin/remote.c:10643898msgid "local out of date"3899msgstr ""39003901#: builtin/remote.c:10713902#, c-format3903msgid " %-*s forces to %-*s (%s)"3904msgstr ""39053906#: builtin/remote.c:10743907#, c-format3908msgid " %-*s pushes to %-*s (%s)"3909msgstr ""39103911#: builtin/remote.c:10783912#, c-format3913msgid " %-*s forces to %s"3914msgstr ""39153916#: builtin/remote.c:10813917#, c-format3918msgid " %-*s pushes to %s"3919msgstr ""39203921#: builtin/remote.c:11183922#, c-format3923msgid "* remote %s"3924msgstr ""39253926#: builtin/remote.c:11193927#, c-format3928msgid " Fetch URL: %s"3929msgstr ""39303931#: builtin/remote.c:1120 builtin/remote.c:12853932msgid "(no URL)"3933msgstr ""39343935#: builtin/remote.c:1129 builtin/remote.c:11313936#, c-format3937msgid " Push URL: %s"3938msgstr ""39393940#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11373941#, c-format3942msgid " HEAD branch: %s"3943msgstr ""39443945#: builtin/remote.c:11393946#, c-format3947msgid ""3948" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"3949msgstr ""39503951#: builtin/remote.c:11513952#, c-format3953msgid " Remote branch:%s"3954msgid_plural " Remote branches:%s"3955msgstr[0] ""3956msgstr[1] ""39573958#: builtin/remote.c:1154 builtin/remote.c:11813959msgid " (status not queried)"3960msgstr ""39613962#: builtin/remote.c:11633963msgid " Local branch configured for 'git pull':"3964msgid_plural " Local branches configured for 'git pull':"3965msgstr[0] ""3966msgstr[1] ""39673968#: builtin/remote.c:11713969msgid " Local refs will be mirrored by 'git push'"3970msgstr ""39713972#: builtin/remote.c:11783973#, c-format3974msgid " Local ref configured for 'git push'%s:"3975msgid_plural " Local refs configured for 'git push'%s:"3976msgstr[0] ""3977msgstr[1] ""39783979#: builtin/remote.c:12163980msgid "Cannot determine remote HEAD"3981msgstr ""39823983#: builtin/remote.c:12183984msgid "Multiple remote HEAD branches. Please choose one explicitly with:"3985msgstr ""39863987#: builtin/remote.c:12283988#, c-format3989msgid "Could not delete %s"3990msgstr ""39913992#: builtin/remote.c:12363993#, c-format3994msgid "Not a valid ref: %s"3995msgstr ""39963997#: builtin/remote.c:12383998#, c-format3999msgid "Could not setup %s"4000msgstr ""40014002#: builtin/remote.c:12744003#, c-format4004msgid " %s will become dangling!"4005msgstr ""40064007#: builtin/remote.c:12754008#, c-format4009msgid " %s has become dangling!"4010msgstr ""40114012#: builtin/remote.c:12814013#, c-format4014msgid "Pruning %s"4015msgstr ""40164017#: builtin/remote.c:12824018#, c-format4019msgid "URL: %s"4020msgstr ""40214022#: builtin/remote.c:12954023#, c-format4024msgid " * [would prune] %s"4025msgstr ""40264027#: builtin/remote.c:12984028#, c-format4029msgid " * [pruned] %s"4030msgstr ""40314032#: builtin/remote.c:1387 builtin/remote.c:14614033#, c-format4034msgid "No such remote '%s'"4035msgstr ""40364037#: builtin/remote.c:14144038msgid "no remote specified"4039msgstr ""40404041#: builtin/remote.c:14474042msgid "--add --delete doesn't make sense"4043msgstr ""40444045#: builtin/remote.c:14874046#, c-format4047msgid "Invalid old URL pattern: %s"4048msgstr ""40494050#: builtin/remote.c:14954051#, c-format4052msgid "No such URL found: %s"4053msgstr ""40544055#: builtin/remote.c:14974056msgid "Will not delete all non-push URLs"4057msgstr ""40584059#: builtin/reset.c:334060msgid "mixed"4061msgstr ""40624063#: builtin/reset.c:334064msgid "soft"4065msgstr ""40664067#: builtin/reset.c:334068msgid "hard"4069msgstr ""40704071#: builtin/reset.c:334072msgid "merge"4073msgstr ""40744075#: builtin/reset.c:334076msgid "keep"4077msgstr ""40784079#: builtin/reset.c:774080msgid "You do not have a valid HEAD."4081msgstr ""40824083#: builtin/reset.c:794084msgid "Failed to find tree of HEAD."4085msgstr ""40864087#: builtin/reset.c:854088#, c-format4089msgid "Failed to find tree of %s."4090msgstr ""40914092#: builtin/reset.c:964093msgid "Could not write new index file."4094msgstr ""40954096#: builtin/reset.c:1064097#, c-format4098msgid "HEAD is now at %s"4099msgstr ""41004101#: builtin/reset.c:1304102msgid "Could not read index"4103msgstr ""41044105#: builtin/reset.c:1334106msgid "Unstaged changes after reset:"4107msgstr ""41084109#: builtin/reset.c:2234110#, c-format4111msgid "Cannot do a %s reset in the middle of a merge."4112msgstr ""41134114#: builtin/reset.c:2974115#, c-format4116msgid "Could not parse object '%s'."4117msgstr ""41184119#: builtin/reset.c:3024120msgid "--patch is incompatible with --{hard,mixed,soft}"4121msgstr ""41224123#: builtin/reset.c:3114124msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."4125msgstr ""41264127#: builtin/reset.c:3134128#, c-format4129msgid "Cannot do %s reset with paths."4130msgstr ""41314132#: builtin/reset.c:3254133#, c-format4134msgid "%s reset is not allowed in a bare repository"4135msgstr ""41364137#: builtin/reset.c:3414138#, c-format4139msgid "Could not reset index file to revision '%s'."4140msgstr ""41414142#: builtin/revert.c:70 builtin/revert.c:924143#, c-format4144msgid "%s: %s cannot be used with %s"4145msgstr ""41464147#: builtin/revert.c:1314148msgid "program error"4149msgstr ""41504151#: builtin/revert.c:2214152msgid "revert failed"4153msgstr ""41544155#: builtin/revert.c:2364156msgid "cherry-pick failed"4157msgstr ""41584159#: builtin/rm.c:1094160#, c-format4161msgid ""4162"'%s' has staged content different from both the file and the HEAD\n"4163"(use -f to force removal)"4164msgstr ""41654166#: builtin/rm.c:1154167#, c-format4168msgid ""4169"'%s' has changes staged in the index\n"4170"(use --cached to keep the file, or -f to force removal)"4171msgstr ""41724173#: builtin/rm.c:1194174#, c-format4175msgid ""4176"'%s' has local modifications\n"4177"(use --cached to keep the file, or -f to force removal)"4178msgstr ""41794180#: builtin/rm.c:1944181#, c-format4182msgid "not removing '%s' recursively without -r"4183msgstr ""41844185#: builtin/rm.c:2304186#, c-format4187msgid "git rm: unable to remove %s"4188msgstr ""41894190#: builtin/shortlog.c:1574191#, c-format4192msgid "Missing author: %s"4193msgstr ""41944195#: builtin/tag.c:604196#, c-format4197msgid "malformed object at '%s'"4198msgstr ""41994200#: builtin/tag.c:2074201#, c-format4202msgid "tag name too long: %.*s..."4203msgstr ""42044205#: builtin/tag.c:2124206#, c-format4207msgid "tag '%s' not found."4208msgstr ""42094210#: builtin/tag.c:2274211#, c-format4212msgid "Deleted tag '%s' (was %s)\n"4213msgstr ""42144215#: builtin/tag.c:2394216#, c-format4217msgid "could not verify the tag '%s'"4218msgstr ""42194220#: builtin/tag.c:2494221msgid ""4222"\n"4223"#\n"4224"# Write a tag message\n"4225"# Lines starting with '#' will be ignored.\n"4226"#\n"4227msgstr ""42284229#: builtin/tag.c:2564230msgid ""4231"\n"4232"#\n"4233"# Write a tag message\n"4234"# Lines starting with '#' will be kept; you may remove them yourself if you "4235"want to.\n"4236"#\n"4237msgstr ""42384239#: builtin/tag.c:2984240msgid "unable to sign the tag"4241msgstr ""42424243#: builtin/tag.c:3004244msgid "unable to write tag file"4245msgstr ""42464247#: builtin/tag.c:3254248msgid "bad object type."4249msgstr ""42504251#: builtin/tag.c:3384252msgid "tag header too big."4253msgstr ""42544255#: builtin/tag.c:3704256msgid "no tag message?"4257msgstr ""42584259#: builtin/tag.c:3764260#, c-format4261msgid "The tag message has been left in %s\n"4262msgstr ""42634264#: builtin/tag.c:4254265msgid "switch 'points-at' requires an object"4266msgstr ""42674268#: builtin/tag.c:4274269#, c-format4270msgid "malformed object name '%s'"4271msgstr ""42724273#: builtin/tag.c:5064274msgid "--column and -n are incompatible"4275msgstr ""42764277#: builtin/tag.c:5234278msgid "-n option is only allowed with -l."4279msgstr ""42804281#: builtin/tag.c:5254282msgid "--contains option is only allowed with -l."4283msgstr ""42844285#: builtin/tag.c:5274286msgid "--points-at option is only allowed with -l."4287msgstr ""42884289#: builtin/tag.c:5354290msgid "only one -F or -m option is allowed."4291msgstr ""42924293#: builtin/tag.c:5554294msgid "too many params"4295msgstr ""42964297#: builtin/tag.c:5614298#, c-format4299msgid "'%s' is not a valid tag name."4300msgstr ""43014302#: builtin/tag.c:5664303#, c-format4304msgid "tag '%s' already exists"4305msgstr ""43064307#: builtin/tag.c:5844308#, c-format4309msgid "%s: cannot lock the ref"4310msgstr ""43114312#: builtin/tag.c:5864313#, c-format4314msgid "%s: cannot update the ref"4315msgstr ""43164317#: builtin/tag.c:5884318#, c-format4319msgid "Updated tag '%s' (was %s)\n"4320msgstr ""43214322#: git.c:164323msgid "See 'git help <command>' for more information on a specific command."4324msgstr ""43254326#: common-cmds.h:84327msgid "Add file contents to the index"4328msgstr ""43294330#: common-cmds.h:94331msgid "Find by binary search the change that introduced a bug"4332msgstr ""43334334#: common-cmds.h:104335msgid "List, create, or delete branches"4336msgstr ""43374338#: common-cmds.h:114339msgid "Checkout a branch or paths to the working tree"4340msgstr ""43414342#: common-cmds.h:124343msgid "Clone a repository into a new directory"4344msgstr ""43454346#: common-cmds.h:134347msgid "Record changes to the repository"4348msgstr ""43494350#: common-cmds.h:144351msgid "Show changes between commits, commit and working tree, etc"4352msgstr ""43534354#: common-cmds.h:154355msgid "Download objects and refs from another repository"4356msgstr ""43574358#: common-cmds.h:164359msgid "Print lines matching a pattern"4360msgstr ""43614362#: common-cmds.h:174363msgid "Create an empty git repository or reinitialize an existing one"4364msgstr ""43654366#: common-cmds.h:184367msgid "Show commit logs"4368msgstr ""43694370#: common-cmds.h:194371msgid "Join two or more development histories together"4372msgstr ""43734374#: common-cmds.h:204375msgid "Move or rename a file, a directory, or a symlink"4376msgstr ""43774378#: common-cmds.h:214379msgid "Fetch from and merge with another repository or a local branch"4380msgstr ""43814382#: common-cmds.h:224383msgid "Update remote refs along with associated objects"4384msgstr ""43854386#: common-cmds.h:234387msgid "Forward-port local commits to the updated upstream head"4388msgstr ""43894390#: common-cmds.h:244391msgid "Reset current HEAD to the specified state"4392msgstr ""43934394#: common-cmds.h:254395msgid "Remove files from the working tree and from the index"4396msgstr ""43974398#: common-cmds.h:264399msgid "Show various types of objects"4400msgstr ""44014402#: common-cmds.h:274403msgid "Show the working tree status"4404msgstr ""44054406#: common-cmds.h:284407msgid "Create, list, delete or verify a tag object signed with GPG"4408msgstr ""44094410#: git-am.sh:504411msgid "You need to set your committer info first"4412msgstr ""44134414#: git-am.sh:1374415msgid "Repository lacks necessary blobs to fall back on 3-way merge."4416msgstr ""44174418#: git-am.sh:1544419msgid ""4420"Did you hand edit your patch?\n"4421"It does not apply to blobs recorded in its index."4422msgstr ""44234424#: git-am.sh:1634425msgid "Falling back to patching base and 3-way merge..."4426msgstr ""44274428#: git-am.sh:2754429msgid "Only one StGIT patch series can be applied at once"4430msgstr ""44314432#: git-am.sh:3624433#, sh-format4434msgid "Patch format $patch_format is not supported."4435msgstr ""44364437#: git-am.sh:3644438msgid "Patch format detection failed."4439msgstr ""44404441#: git-am.sh:4184442msgid "-d option is no longer supported. Do not use."4443msgstr ""44444445#: git-am.sh:4814446#, sh-format4447msgid "previous rebase directory $dotest still exists but mbox given."4448msgstr ""44494450#: git-am.sh:4864451msgid "Please make up your mind. --skip or --abort?"4452msgstr ""44534454#: git-am.sh:5134455msgid "Resolve operation not in progress, we are not resuming."4456msgstr ""44574458#: git-am.sh:5794459#, sh-format4460msgid "Dirty index: cannot apply patches (dirty: $files)"4461msgstr ""44624463#: git-am.sh:7554464msgid "cannot be interactive without stdin connected to a terminal."4465msgstr ""44664467#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4468#. in your translation. The program will only accept English4469#. input at this point.4470#: git-am.sh:7664471msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "4472msgstr ""44734474#: git-am.sh:8024475#, sh-format4476msgid "Applying: $FIRSTLINE"4477msgstr ""44784479#: git-am.sh:8474480msgid "No changes -- Patch already applied."4481msgstr ""44824483#: git-am.sh:8734484msgid "applying to an empty history"4485msgstr ""44864487#. TRANSLATORS: Make sure to include [Y] and [n] in your4488#. translation. The program will only accept English input4489#. at this point.4490#: git-bisect.sh:544491msgid "Do you want me to do it for you [Y/n]? "4492msgstr ""44934494#: git-bisect.sh:954495#, sh-format4496msgid "unrecognised option: '$arg'"4497msgstr ""44984499#: git-bisect.sh:994500#, sh-format4501msgid "'$arg' does not appear to be a valid revision"4502msgstr ""45034504#: git-bisect.sh:1174505msgid "Bad HEAD - I need a HEAD"4506msgstr ""45074508#: git-bisect.sh:1304509#, sh-format4510msgid ""4511"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."4512msgstr ""45134514#: git-bisect.sh:1404515msgid "won't bisect on seeked tree"4516msgstr ""45174518#: git-bisect.sh:1444519msgid "Bad HEAD - strange symbolic ref"4520msgstr ""45214522#: git-bisect.sh:1894523#, sh-format4524msgid "Bad bisect_write argument: $state"4525msgstr ""45264527#: git-bisect.sh:2184528#, sh-format4529msgid "Bad rev input: $arg"4530msgstr ""45314532#: git-bisect.sh:2324533msgid "Please call 'bisect_state' with at least one argument."4534msgstr ""45354536#: git-bisect.sh:2444537#, sh-format4538msgid "Bad rev input: $rev"4539msgstr ""45404541#: git-bisect.sh:2504542msgid "'git bisect bad' can take only one argument."4543msgstr ""45444545#. TRANSLATORS: Make sure to include [Y] and [n] in your4546#. translation. The program will only accept English input4547#. at this point.4548#: git-bisect.sh:2794549msgid "Are you sure [Y/n]? "4550msgstr ""45514552#: git-bisect.sh:3544553#, sh-format4554msgid "'$invalid' is not a valid commit"4555msgstr ""45564557#: git-bisect.sh:3634558#, sh-format4559msgid ""4560"Could not check out original HEAD '$branch'.\n"4561"Try 'git bisect reset <commit>'."4562msgstr ""45634564#: git-bisect.sh:3904565msgid "No logfile given"4566msgstr ""45674568#: git-bisect.sh:3914569#, sh-format4570msgid "cannot read $file for replaying"4571msgstr ""45724573#: git-bisect.sh:4084574msgid "?? what are you talking about?"4575msgstr ""45764577#: git-bisect.sh:4744578msgid "We are not bisecting."4579msgstr ""45804581#: git-pull.sh:214582msgid ""4583"Pull is not possible because you have unmerged files.\n"4584"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"4585"as appropriate to mark resolution, or use 'git commit -a'."4586msgstr ""45874588#: git-pull.sh:254589msgid "Pull is not possible because you have unmerged files."4590msgstr ""45914592#: git-pull.sh:1974593msgid "updating an unborn branch with changes added to the index"4594msgstr ""45954596#: git-pull.sh:2534597msgid "Cannot merge multiple branches into empty head"4598msgstr ""45994600#: git-pull.sh:2574601msgid "Cannot rebase onto multiple branches"4602msgstr ""46034604#: git-stash.sh:514605msgid "git stash clear with parameters is unimplemented"4606msgstr ""46074608#: git-stash.sh:744609msgid "You do not have the initial commit yet"4610msgstr ""46114612#: git-stash.sh:894613msgid "Cannot save the current index state"4614msgstr ""46154616#: git-stash.sh:123 git-stash.sh:1364617msgid "Cannot save the current worktree state"4618msgstr ""46194620#: git-stash.sh:1404621msgid "No changes selected"4622msgstr ""46234624#: git-stash.sh:1434625msgid "Cannot remove temporary index (can't happen)"4626msgstr ""46274628#: git-stash.sh:1564629msgid "Cannot record working tree state"4630msgstr ""46314632#: git-stash.sh:2234633msgid "No local changes to save"4634msgstr ""46354636#: git-stash.sh:2274637msgid "Cannot initialize stash"4638msgstr ""46394640#: git-stash.sh:2354641msgid "Cannot save the current status"4642msgstr ""46434644#: git-stash.sh:2534645msgid "Cannot remove worktree changes"4646msgstr ""46474648#: git-stash.sh:3524649msgid "No stash found."4650msgstr ""46514652#: git-stash.sh:3594653#, sh-format4654msgid "Too many revisions specified: $REV"4655msgstr ""46564657#: git-stash.sh:3654658#, sh-format4659msgid "$reference is not valid reference"4660msgstr ""46614662#: git-stash.sh:3934663#, sh-format4664msgid "'$args' is not a stash-like commit"4665msgstr ""46664667#: git-stash.sh:4044668#, sh-format4669msgid "'$args' is not a stash reference"4670msgstr ""46714672#: git-stash.sh:4124673msgid "unable to refresh index"4674msgstr ""46754676#: git-stash.sh:4164677msgid "Cannot apply a stash in the middle of a merge"4678msgstr ""46794680#: git-stash.sh:4244681msgid "Conflicts in index. Try without --index."4682msgstr ""46834684#: git-stash.sh:4264685msgid "Could not save index tree"4686msgstr ""46874688#: git-stash.sh:4604689msgid "Cannot unstage modified files"4690msgstr ""46914692#: git-stash.sh:4914693#, sh-format4694msgid "Dropped ${REV} ($s)"4695msgstr ""46964697#: git-stash.sh:4924698#, sh-format4699msgid "${REV}: Could not drop stash entry"4700msgstr ""47014702#: git-stash.sh:4994703msgid "No branch name specified"4704msgstr ""47054706#: git-stash.sh:5704707msgid "(To restore them type \"git stash apply\")"4708msgstr ""47094710#: git-submodule.sh:564711#, sh-format4712msgid "cannot strip one component off url '$remoteurl'"4713msgstr ""47144715#: git-submodule.sh:1094716#, sh-format4717msgid "No submodule mapping found in .gitmodules for path '$sm_path'"4718msgstr ""47194720#: git-submodule.sh:1504721#, sh-format4722msgid "Clone of '$url' into submodule path '$sm_path' failed"4723msgstr ""47244725#: git-submodule.sh:1604726#, sh-format4727msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"4728msgstr ""47294730#: git-submodule.sh:2494731#, sh-format4732msgid "repo URL: '$repo' must be absolute or begin with ./|../"4733msgstr ""47344735#: git-submodule.sh:2664736#, sh-format4737msgid "'$sm_path' already exists in the index"4738msgstr ""47394740#: git-submodule.sh:2834741#, sh-format4742msgid "'$sm_path' already exists and is not a valid git repo"4743msgstr ""47444745#: git-submodule.sh:2974746#, sh-format4747msgid "Unable to checkout submodule '$sm_path'"4748msgstr ""47494750#: git-submodule.sh:3024751#, sh-format4752msgid "Failed to add submodule '$sm_path'"4753msgstr ""47544755#: git-submodule.sh:3074756#, sh-format4757msgid "Failed to register submodule '$sm_path'"4758msgstr ""47594760#: git-submodule.sh:3494761#, sh-format4762msgid "Entering '$prefix$sm_path'"4763msgstr ""47644765#: git-submodule.sh:3634766#, sh-format4767msgid "Stopping at '$sm_path'; script returned non-zero status."4768msgstr ""47694770#: git-submodule.sh:4054771#, sh-format4772msgid "No url found for submodule path '$sm_path' in .gitmodules"4773msgstr ""47744775#: git-submodule.sh:4144776#, sh-format4777msgid "Failed to register url for submodule path '$sm_path'"4778msgstr ""47794780#: git-submodule.sh:4224781#, sh-format4782msgid "Failed to register update mode for submodule path '$sm_path'"4783msgstr ""47844785#: git-submodule.sh:4244786#, sh-format4787msgid "Submodule '$name' ($url) registered for path '$sm_path'"4788msgstr ""47894790#: git-submodule.sh:5234791#, sh-format4792msgid ""4793"Submodule path '$sm_path' not initialized\n"4794"Maybe you want to use 'update --init'?"4795msgstr ""47964797#: git-submodule.sh:5364798#, sh-format4799msgid "Unable to find current revision in submodule path '$sm_path'"4800msgstr ""48014802#: git-submodule.sh:5554803#, sh-format4804msgid "Unable to fetch in submodule path '$sm_path'"4805msgstr ""48064807#: git-submodule.sh:5694808#, sh-format4809msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"4810msgstr ""48114812#: git-submodule.sh:5704813#, sh-format4814msgid "Submodule path '$sm_path': rebased into '$sha1'"4815msgstr ""48164817#: git-submodule.sh:5754818#, sh-format4819msgid "Unable to merge '$sha1' in submodule path '$sm_path'"4820msgstr ""48214822#: git-submodule.sh:5764823#, sh-format4824msgid "Submodule path '$sm_path': merged in '$sha1'"4825msgstr ""48264827#: git-submodule.sh:5814828#, sh-format4829msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"4830msgstr ""48314832#: git-submodule.sh:5824833#, sh-format4834msgid "Submodule path '$sm_path': checked out '$sha1'"4835msgstr ""48364837#: git-submodule.sh:604 git-submodule.sh:9274838#, sh-format4839msgid "Failed to recurse into submodule path '$sm_path'"4840msgstr ""48414842#: git-submodule.sh:7124843msgid "--"4844msgstr ""48454846#: git-submodule.sh:7704847#, sh-format4848msgid " Warn: $name doesn't contain commit $sha1_src"4849msgstr ""48504851#: git-submodule.sh:7734852#, sh-format4853msgid " Warn: $name doesn't contain commit $sha1_dst"4854msgstr ""48554856#: git-submodule.sh:7764857#, sh-format4858msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"4859msgstr ""48604861#: git-submodule.sh:8014862msgid "blob"4863msgstr ""48644865#: git-submodule.sh:8024866msgid "submodule"4867msgstr ""48684869#: git-submodule.sh:9734870#, sh-format4871msgid "Synchronizing submodule url for '$name'"4872msgstr ""