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-06-08 10:20+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c:40 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#. 27#. * Message used both when 'git commit' fails and when 28#. * other commands doing a merge do. 29#. 30#: advice.c:70 31msgid "" 32"Fix them up in the work tree,\n" 33"and then use 'git add/rm <file>' as\n" 34"appropriate to mark resolution and make a commit,\n" 35"or use 'git commit -a'." 36msgstr "" 37 38#: bundle.c:36 39#, c-format 40msgid "'%s' does not look like a v2 bundle file" 41msgstr "" 42 43#: bundle.c:63 44#, c-format 45msgid "unrecognized header: %s%s (%d)" 46msgstr "" 47 48#: bundle.c:89 builtin/commit.c:696 49#, c-format 50msgid "could not open '%s'" 51msgstr "" 52 53#: bundle.c:140 54msgid "Repository lacks these prerequisite commits:" 55msgstr "" 56 57#: bundle.c:164 sequencer.c:550 sequencer.c:982 builtin/log.c:289 58#: builtin/log.c:720 builtin/log.c:1309 builtin/log.c:1528 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:1205 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:1320 269#, c-format 270msgid "'%s': unable to read %s" 271msgstr "" 272 273#: grep.c:1337 274#, c-format 275msgid "'%s': %s" 276msgstr "" 277 278#: grep.c:1348 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#: parse-options.c:493 331msgid "..." 332msgstr "" 333 334#: parse-options.c:511 335#, c-format 336msgid "usage: %s" 337msgstr "" 338 339#. TRANSLATORS: the colon here should align with the 340#. one in "usage: %s" translation 341#: parse-options.c:515 342#, c-format 343msgid " or: %s" 344msgstr "" 345 346#: parse-options.c:518 347#, c-format 348msgid " %s" 349msgstr "" 350 351#: remote.c:1629 352#, c-format 353msgid "Your branch is ahead of '%s' by %d commit.\n" 354msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 355msgstr[0] "" 356msgstr[1] "" 357 358#: remote.c:1635 359#, c-format 360msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 361msgid_plural "" 362"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 363msgstr[0] "" 364msgstr[1] "" 365 366#: remote.c:1643 367#, c-format 368msgid "" 369"Your branch and '%s' have diverged,\n" 370"and have %d and %d different commit each, respectively.\n" 371msgid_plural "" 372"Your branch and '%s' have diverged,\n" 373"and have %d and %d different commits each, respectively.\n" 374msgstr[0] "" 375msgstr[1] "" 376 377#: sequencer.c:121 builtin/merge.c:865 builtin/merge.c:978 378#: builtin/merge.c:1088 builtin/merge.c:1098 379#, c-format 380msgid "Could not open '%s' for writing" 381msgstr "" 382 383#: sequencer.c:123 builtin/merge.c:333 builtin/merge.c:868 384#: builtin/merge.c:1090 builtin/merge.c:1103 385#, c-format 386msgid "Could not write to '%s'" 387msgstr "" 388 389#: sequencer.c:144 390msgid "" 391"after resolving the conflicts, mark the corrected paths\n" 392"with 'git add <paths>' or 'git rm <paths>'" 393msgstr "" 394 395#: sequencer.c:147 396msgid "" 397"after resolving the conflicts, mark the corrected paths\n" 398"with 'git add <paths>' or 'git rm <paths>'\n" 399"and commit the result with 'git commit'" 400msgstr "" 401 402#: sequencer.c:160 sequencer.c:758 sequencer.c:841 403#, c-format 404msgid "Could not write to %s" 405msgstr "" 406 407#: sequencer.c:163 408#, c-format 409msgid "Error wrapping up %s" 410msgstr "" 411 412#: sequencer.c:178 413msgid "Your local changes would be overwritten by cherry-pick." 414msgstr "" 415 416#: sequencer.c:180 417msgid "Your local changes would be overwritten by revert." 418msgstr "" 419 420#: sequencer.c:183 421msgid "Commit your changes or stash them to proceed." 422msgstr "" 423 424#. TRANSLATORS: %s will be "revert" or "cherry-pick" 425#: sequencer.c:233 426#, c-format 427msgid "%s: Unable to write new index file" 428msgstr "" 429 430#: sequencer.c:261 431msgid "Could not resolve HEAD commit\n" 432msgstr "" 433 434#: sequencer.c:282 435msgid "Unable to update cache tree\n" 436msgstr "" 437 438#: sequencer.c:324 439#, c-format 440msgid "Could not parse commit %s\n" 441msgstr "" 442 443#: sequencer.c:329 444#, c-format 445msgid "Could not parse parent commit %s\n" 446msgstr "" 447 448#: sequencer.c:395 449msgid "Your index file is unmerged." 450msgstr "" 451 452#: sequencer.c:398 453msgid "You do not have a valid HEAD" 454msgstr "" 455 456#: sequencer.c:413 457#, c-format 458msgid "Commit %s is a merge but no -m option was given." 459msgstr "" 460 461#: sequencer.c:421 462#, c-format 463msgid "Commit %s does not have parent %d" 464msgstr "" 465 466#: sequencer.c:425 467#, c-format 468msgid "Mainline was specified but commit %s is not a merge." 469msgstr "" 470 471#. TRANSLATORS: The first %s will be "revert" or 472#. "cherry-pick", the second %s a SHA1 473#: sequencer.c:436 474#, c-format 475msgid "%s: cannot parse parent commit %s" 476msgstr "" 477 478#: sequencer.c:440 479#, c-format 480msgid "Cannot get commit message for %s" 481msgstr "" 482 483#: sequencer.c:524 484#, c-format 485msgid "could not revert %s... %s" 486msgstr "" 487 488#: sequencer.c:525 489#, c-format 490msgid "could not apply %s... %s" 491msgstr "" 492 493#: sequencer.c:553 494msgid "empty commit set passed" 495msgstr "" 496 497#: sequencer.c:561 498#, c-format 499msgid "git %s: failed to read the index" 500msgstr "" 501 502#: sequencer.c:566 503#, c-format 504msgid "git %s: failed to refresh the index" 505msgstr "" 506 507#: sequencer.c:624 508#, c-format 509msgid "Cannot %s during a %s" 510msgstr "" 511 512#: sequencer.c:646 513#, c-format 514msgid "Could not parse line %d." 515msgstr "" 516 517#: sequencer.c:651 518msgid "No commits parsed." 519msgstr "" 520 521#: sequencer.c:664 522#, c-format 523msgid "Could not open %s" 524msgstr "" 525 526#: sequencer.c:668 527#, c-format 528msgid "Could not read %s." 529msgstr "" 530 531#: sequencer.c:675 532#, c-format 533msgid "Unusable instruction sheet: %s" 534msgstr "" 535 536#: sequencer.c:703 537#, c-format 538msgid "Invalid key: %s" 539msgstr "" 540 541#: sequencer.c:706 542#, c-format 543msgid "Invalid value for %s: %s" 544msgstr "" 545 546#: sequencer.c:718 547#, c-format 548msgid "Malformed options sheet: %s" 549msgstr "" 550 551#: sequencer.c:739 552msgid "a cherry-pick or revert is already in progress" 553msgstr "" 554 555#: sequencer.c:740 556msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 557msgstr "" 558 559#: sequencer.c:744 560#, c-format 561msgid "Could not create sequencer directory %s" 562msgstr "" 563 564#: sequencer.c:760 sequencer.c:845 565#, c-format 566msgid "Error wrapping up %s." 567msgstr "" 568 569#: sequencer.c:779 sequencer.c:913 570msgid "no cherry-pick or revert in progress" 571msgstr "" 572 573#: sequencer.c:781 574msgid "cannot resolve HEAD" 575msgstr "" 576 577#: sequencer.c:783 578msgid "cannot abort from a branch yet to be born" 579msgstr "" 580 581#: sequencer.c:805 builtin/apply.c:3697 582#, c-format 583msgid "cannot open %s: %s" 584msgstr "" 585 586#: sequencer.c:808 587#, c-format 588msgid "cannot read %s: %s" 589msgstr "" 590 591#: sequencer.c:809 592msgid "unexpected end of file" 593msgstr "" 594 595#: sequencer.c:815 596#, c-format 597msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 598msgstr "" 599 600#: sequencer.c:838 601#, c-format 602msgid "Could not format %s." 603msgstr "" 604 605#: sequencer.c:1000 606msgid "Can't revert as initial commit" 607msgstr "" 608 609#: sequencer.c:1001 610msgid "Can't cherry-pick into empty head" 611msgstr "" 612 613#: sha1_name.c:864 614msgid "HEAD does not point to a branch" 615msgstr "" 616 617#: sha1_name.c:867 618#, c-format 619msgid "No such branch: '%s'" 620msgstr "" 621 622#: sha1_name.c:869 623#, c-format 624msgid "No upstream configured for branch '%s'" 625msgstr "" 626 627#: sha1_name.c:872 628#, c-format 629msgid "Upstream branch '%s' not stored as a remote-tracking branch" 630msgstr "" 631 632#: wrapper.c:413 633#, c-format 634msgid "unable to look up current user in the passwd file: %s" 635msgstr "" 636 637#: wrapper.c:414 638msgid "no such user" 639msgstr "" 640 641#: wt-status.c:135 642msgid "Unmerged paths:" 643msgstr "" 644 645#: wt-status.c:141 wt-status.c:158 646#, c-format 647msgid " (use \"git reset %s <file>...\" to unstage)" 648msgstr "" 649 650#: wt-status.c:143 wt-status.c:160 651msgid " (use \"git rm --cached <file>...\" to unstage)" 652msgstr "" 653 654#: wt-status.c:144 655msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 656msgstr "" 657 658#: wt-status.c:152 659msgid "Changes to be committed:" 660msgstr "" 661 662#: wt-status.c:170 663msgid "Changes not staged for commit:" 664msgstr "" 665 666#: wt-status.c:174 667msgid " (use \"git add <file>...\" to update what will be committed)" 668msgstr "" 669 670#: wt-status.c:176 671msgid " (use \"git add/rm <file>...\" to update what will be committed)" 672msgstr "" 673 674#: wt-status.c:177 675msgid "" 676" (use \"git checkout -- <file>...\" to discard changes in working directory)" 677msgstr "" 678 679#: wt-status.c:179 680msgid " (commit or discard the untracked or modified content in submodules)" 681msgstr "" 682 683#: wt-status.c:188 684#, c-format 685msgid "%s files:" 686msgstr "" 687 688#: wt-status.c:191 689#, c-format 690msgid " (use \"git %s <file>...\" to include in what will be committed)" 691msgstr "" 692 693#: wt-status.c:208 694msgid "bug" 695msgstr "" 696 697#: wt-status.c:213 698msgid "both deleted:" 699msgstr "" 700 701#: wt-status.c:214 702msgid "added by us:" 703msgstr "" 704 705#: wt-status.c:215 706msgid "deleted by them:" 707msgstr "" 708 709#: wt-status.c:216 710msgid "added by them:" 711msgstr "" 712 713#: wt-status.c:217 714msgid "deleted by us:" 715msgstr "" 716 717#: wt-status.c:218 718msgid "both added:" 719msgstr "" 720 721#: wt-status.c:219 722msgid "both modified:" 723msgstr "" 724 725#: wt-status.c:249 726msgid "new commits, " 727msgstr "" 728 729#: wt-status.c:251 730msgid "modified content, " 731msgstr "" 732 733#: wt-status.c:253 734msgid "untracked content, " 735msgstr "" 736 737#: wt-status.c:267 738#, c-format 739msgid "new file: %s" 740msgstr "" 741 742#: wt-status.c:270 743#, c-format 744msgid "copied: %s -> %s" 745msgstr "" 746 747#: wt-status.c:273 748#, c-format 749msgid "deleted: %s" 750msgstr "" 751 752#: wt-status.c:276 753#, c-format 754msgid "modified: %s" 755msgstr "" 756 757#: wt-status.c:279 758#, c-format 759msgid "renamed: %s -> %s" 760msgstr "" 761 762#: wt-status.c:282 763#, c-format 764msgid "typechange: %s" 765msgstr "" 766 767#: wt-status.c:285 768#, c-format 769msgid "unknown: %s" 770msgstr "" 771 772#: wt-status.c:288 773#, c-format 774msgid "unmerged: %s" 775msgstr "" 776 777#: wt-status.c:291 778#, c-format 779msgid "bug: unhandled diff status %c" 780msgstr "" 781 782#: wt-status.c:737 783msgid "On branch " 784msgstr "" 785 786#: wt-status.c:744 787msgid "Not currently on any branch." 788msgstr "" 789 790#: wt-status.c:755 791msgid "Initial commit" 792msgstr "" 793 794#: wt-status.c:769 795msgid "Untracked" 796msgstr "" 797 798#: wt-status.c:771 799msgid "Ignored" 800msgstr "" 801 802#: wt-status.c:773 803#, c-format 804msgid "Untracked files not listed%s" 805msgstr "" 806 807#: wt-status.c:775 808msgid " (use -u option to show untracked files)" 809msgstr "" 810 811#: wt-status.c:781 812msgid "No changes" 813msgstr "" 814 815#: wt-status.c:785 816#, c-format 817msgid "no changes added to commit%s\n" 818msgstr "" 819 820#: wt-status.c:787 821msgid " (use \"git add\" and/or \"git commit -a\")" 822msgstr "" 823 824#: wt-status.c:789 825#, c-format 826msgid "nothing added to commit but untracked files present%s\n" 827msgstr "" 828 829#: wt-status.c:791 830msgid " (use \"git add\" to track)" 831msgstr "" 832 833#: wt-status.c:793 wt-status.c:796 wt-status.c:799 834#, c-format 835msgid "nothing to commit%s\n" 836msgstr "" 837 838#: wt-status.c:794 839msgid " (create/copy files and use \"git add\" to track)" 840msgstr "" 841 842#: wt-status.c:797 843msgid " (use -u to show untracked files)" 844msgstr "" 845 846#: wt-status.c:800 847msgid " (working directory clean)" 848msgstr "" 849 850#: wt-status.c:908 851msgid "HEAD (no branch)" 852msgstr "" 853 854#: wt-status.c:914 855msgid "Initial commit on " 856msgstr "" 857 858#: wt-status.c:929 859msgid "behind " 860msgstr "" 861 862#: wt-status.c:932 wt-status.c:935 863msgid "ahead " 864msgstr "" 865 866#: wt-status.c:937 867msgid ", behind " 868msgstr "" 869 870#: builtin/add.c:62 871#, c-format 872msgid "unexpected diff status %c" 873msgstr "" 874 875#: builtin/add.c:67 builtin/commit.c:226 876msgid "updating files failed" 877msgstr "" 878 879#: builtin/add.c:77 880#, c-format 881msgid "remove '%s'\n" 882msgstr "" 883 884#: builtin/add.c:176 885#, c-format 886msgid "Path '%s' is in submodule '%.*s'" 887msgstr "" 888 889#: builtin/add.c:192 890msgid "Unstaged changes after refreshing the index:" 891msgstr "" 892 893#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 894#, c-format 895msgid "pathspec '%s' did not match any files" 896msgstr "" 897 898#: builtin/add.c:209 899#, c-format 900msgid "'%s' is beyond a symbolic link" 901msgstr "" 902 903#: builtin/add.c:276 904msgid "Could not read the index" 905msgstr "" 906 907#: builtin/add.c:286 908#, c-format 909msgid "Could not open '%s' for writing." 910msgstr "" 911 912#: builtin/add.c:290 913msgid "Could not write patch" 914msgstr "" 915 916#: builtin/add.c:295 917#, c-format 918msgid "Could not stat '%s'" 919msgstr "" 920 921#: builtin/add.c:297 922msgid "Empty patch. Aborted." 923msgstr "" 924 925#: builtin/add.c:303 926#, c-format 927msgid "Could not apply '%s'" 928msgstr "" 929 930#: builtin/add.c:312 931msgid "The following paths are ignored by one of your .gitignore files:\n" 932msgstr "" 933 934#: builtin/add.c:352 935#, c-format 936msgid "Use -f if you really want to add them.\n" 937msgstr "" 938 939#: builtin/add.c:353 940msgid "no files added" 941msgstr "" 942 943#: builtin/add.c:359 944msgid "adding files failed" 945msgstr "" 946 947#: builtin/add.c:391 948msgid "-A and -u are mutually incompatible" 949msgstr "" 950 951#: builtin/add.c:393 952msgid "Option --ignore-missing can only be used together with --dry-run" 953msgstr "" 954 955#: builtin/add.c:413 956#, c-format 957msgid "Nothing specified, nothing added.\n" 958msgstr "" 959 960#: builtin/add.c:414 961#, c-format 962msgid "Maybe you wanted to say 'git add .'?\n" 963msgstr "" 964 965#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:286 builtin/mv.c:82 966#: builtin/rm.c:162 967msgid "index file corrupt" 968msgstr "" 969 970#: builtin/add.c:476 builtin/apply.c:4108 builtin/mv.c:229 builtin/rm.c:260 971msgid "Unable to write new index file" 972msgstr "" 973 974#: builtin/apply.c:53 975msgid "git apply [options] [<patch>...]" 976msgstr "" 977 978#: builtin/apply.c:106 979#, c-format 980msgid "unrecognized whitespace option '%s'" 981msgstr "" 982 983#: builtin/apply.c:121 984#, c-format 985msgid "unrecognized whitespace ignore option '%s'" 986msgstr "" 987 988#: builtin/apply.c:815 989#, c-format 990msgid "Cannot prepare timestamp regexp %s" 991msgstr "" 992 993#: builtin/apply.c:824 994#, c-format 995msgid "regexec returned %d for input: %s" 996msgstr "" 997 998#: builtin/apply.c:905 999#, c-format1000msgid "unable to find filename in patch at line %d"1001msgstr ""10021003#: builtin/apply.c:9371004#, c-format1005msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1006msgstr ""10071008#: builtin/apply.c:9411009#, c-format1010msgid "git apply: bad git-diff - inconsistent new filename on line %d"1011msgstr ""10121013#: builtin/apply.c:9421014#, c-format1015msgid "git apply: bad git-diff - inconsistent old filename on line %d"1016msgstr ""10171018#: builtin/apply.c:9491019#, c-format1020msgid "git apply: bad git-diff - expected /dev/null on line %d"1021msgstr ""10221023#: builtin/apply.c:13941024#, c-format1025msgid "recount: unexpected line: %.*s"1026msgstr ""10271028#: builtin/apply.c:14511029#, c-format1030msgid "patch fragment without header at line %d: %.*s"1031msgstr ""10321033#: builtin/apply.c:14681034#, c-format1035msgid ""1036"git diff header lacks filename information when removing %d leading pathname "1037"component (line %d)"1038msgid_plural ""1039"git diff header lacks filename information when removing %d leading pathname "1040"components (line %d)"1041msgstr[0] ""1042msgstr[1] ""10431044#: builtin/apply.c:16281045msgid "new file depends on old contents"1046msgstr ""10471048#: builtin/apply.c:16301049msgid "deleted file still has contents"1050msgstr ""10511052#: builtin/apply.c:16561053#, c-format1054msgid "corrupt patch at line %d"1055msgstr ""10561057#: builtin/apply.c:16921058#, c-format1059msgid "new file %s depends on old contents"1060msgstr ""10611062#: builtin/apply.c:16941063#, c-format1064msgid "deleted file %s still has contents"1065msgstr ""10661067#: builtin/apply.c:16971068#, c-format1069msgid "** warning: file %s becomes empty but is not deleted"1070msgstr ""10711072#: builtin/apply.c:18431073#, c-format1074msgid "corrupt binary patch at line %d: %.*s"1075msgstr ""10761077#. there has to be one hunk (forward hunk)1078#: builtin/apply.c:18721079#, c-format1080msgid "unrecognized binary patch at line %d"1081msgstr ""10821083#: builtin/apply.c:19581084#, c-format1085msgid "patch with only garbage at line %d"1086msgstr ""10871088#: builtin/apply.c:20481089#, c-format1090msgid "unable to read symlink %s"1091msgstr ""10921093#: builtin/apply.c:20521094#, c-format1095msgid "unable to open or read %s"1096msgstr ""10971098#: builtin/apply.c:21231099msgid "oops"1100msgstr ""11011102#: builtin/apply.c:26451103#, c-format1104msgid "invalid start of line: '%c'"1105msgstr ""11061107#: builtin/apply.c:27631108#, c-format1109msgid "Hunk #%d succeeded at %d (offset %d line)."1110msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1111msgstr[0] ""1112msgstr[1] ""11131114#: builtin/apply.c:27751115#, c-format1116msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1117msgstr ""11181119#: builtin/apply.c:27811120#, c-format1121msgid ""1122"while searching for:\n"1123"%.*s"1124msgstr ""11251126#: builtin/apply.c:28001127#, c-format1128msgid "missing binary patch data for '%s'"1129msgstr ""11301131#: builtin/apply.c:29031132#, c-format1133msgid "binary patch does not apply to '%s'"1134msgstr ""11351136#: builtin/apply.c:29091137#, c-format1138msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1139msgstr ""11401141#: builtin/apply.c:29301142#, c-format1143msgid "patch failed: %s:%ld"1144msgstr ""11451146#: builtin/apply.c:30451147#, c-format1148msgid "patch %s has been renamed/deleted"1149msgstr ""11501151#: builtin/apply.c:3052 builtin/apply.c:30691152#, c-format1153msgid "read of %s failed"1154msgstr ""11551156#: builtin/apply.c:30841157msgid "removal patch leaves file contents"1158msgstr ""11591160#: builtin/apply.c:31051161#, c-format1162msgid "%s: already exists in working directory"1163msgstr ""11641165#: builtin/apply.c:31431166#, c-format1167msgid "%s: has been deleted/renamed"1168msgstr ""11691170#: builtin/apply.c:3148 builtin/apply.c:31791171#, c-format1172msgid "%s: %s"1173msgstr ""11741175#: builtin/apply.c:31591176#, c-format1177msgid "%s: does not exist in index"1178msgstr ""11791180#: builtin/apply.c:31731181#, c-format1182msgid "%s: does not match index"1183msgstr ""11841185#: builtin/apply.c:31901186#, c-format1187msgid "%s: wrong type"1188msgstr ""11891190#: builtin/apply.c:31921191#, c-format1192msgid "%s has type %o, expected %o"1193msgstr ""11941195#: builtin/apply.c:32471196#, c-format1197msgid "%s: already exists in index"1198msgstr ""11991200#: builtin/apply.c:32671201#, c-format1202msgid "new mode (%o) of %s does not match old mode (%o)"1203msgstr ""12041205#: builtin/apply.c:32721206#, c-format1207msgid "new mode (%o) of %s does not match old mode (%o) of %s"1208msgstr ""12091210#: builtin/apply.c:32801211#, c-format1212msgid "%s: patch does not apply"1213msgstr ""12141215#: builtin/apply.c:32931216#, c-format1217msgid "Checking patch %s..."1218msgstr ""12191220#: builtin/apply.c:3348 builtin/checkout.c:212 builtin/reset.c:1581221#, c-format1222msgid "make_cache_entry failed for path '%s'"1223msgstr ""12241225#: builtin/apply.c:34911226#, c-format1227msgid "unable to remove %s from index"1228msgstr ""12291230#: builtin/apply.c:35181231#, c-format1232msgid "corrupt patch for subproject %s"1233msgstr ""12341235#: builtin/apply.c:35221236#, c-format1237msgid "unable to stat newly created file '%s'"1238msgstr ""12391240#: builtin/apply.c:35271241#, c-format1242msgid "unable to create backing store for newly created file %s"1243msgstr ""12441245#: builtin/apply.c:35301246#, c-format1247msgid "unable to add cache entry for %s"1248msgstr ""12491250#: builtin/apply.c:35631251#, c-format1252msgid "closing file '%s'"1253msgstr ""12541255#: builtin/apply.c:36121256#, c-format1257msgid "unable to write file '%s' mode %o"1258msgstr ""12591260#: builtin/apply.c:36681261#, c-format1262msgid "Applied patch %s cleanly."1263msgstr ""12641265#: builtin/apply.c:36761266msgid "internal error"1267msgstr ""12681269#. Say this even without --verbose1270#: builtin/apply.c:36791271#, c-format1272msgid "Applying patch %%s with %d reject..."1273msgid_plural "Applying patch %%s with %d rejects..."1274msgstr[0] ""1275msgstr[1] ""12761277#: builtin/apply.c:36891278#, c-format1279msgid "truncating .rej filename to %.*s.rej"1280msgstr ""12811282#: builtin/apply.c:37101283#, c-format1284msgid "Hunk #%d applied cleanly."1285msgstr ""12861287#: builtin/apply.c:37131288#, c-format1289msgid "Rejected hunk #%d."1290msgstr ""12911292#: builtin/apply.c:38441293msgid "unrecognized input"1294msgstr ""12951296#: builtin/apply.c:38551297msgid "unable to read index file"1298msgstr ""12991300#: builtin/apply.c:3970 builtin/apply.c:39731301msgid "path"1302msgstr ""13031304#: builtin/apply.c:39711305msgid "don't apply changes matching the given path"1306msgstr ""13071308#: builtin/apply.c:39741309msgid "apply changes matching the given path"1310msgstr ""13111312#: builtin/apply.c:39761313msgid "num"1314msgstr ""13151316#: builtin/apply.c:39771317msgid "remove <num> leading slashes from traditional diff paths"1318msgstr ""13191320#: builtin/apply.c:39801321msgid "ignore additions made by the patch"1322msgstr ""13231324#: builtin/apply.c:39821325msgid "instead of applying the patch, output diffstat for the input"1326msgstr ""13271328#: builtin/apply.c:39861329msgid "shows number of added and deleted lines in decimal notation"1330msgstr ""13311332#: builtin/apply.c:39881333msgid "instead of applying the patch, output a summary for the input"1334msgstr ""13351336#: builtin/apply.c:39901337msgid "instead of applying the patch, see if the patch is applicable"1338msgstr ""13391340#: builtin/apply.c:39921341msgid "make sure the patch is applicable to the current index"1342msgstr ""13431344#: builtin/apply.c:39941345msgid "apply a patch without touching the working tree"1346msgstr ""13471348#: builtin/apply.c:39961349msgid "also apply the patch (use with --stat/--summary/--check)"1350msgstr ""13511352#: builtin/apply.c:39981353msgid "build a temporary index based on embedded index information"1354msgstr ""13551356#: builtin/apply.c:40001357msgid "paths are separated with NUL character"1358msgstr ""13591360#: builtin/apply.c:40031361msgid "ensure at least <n> lines of context match"1362msgstr ""13631364#: builtin/apply.c:40041365msgid "action"1366msgstr ""13671368#: builtin/apply.c:40051369msgid "detect new or modified lines that have whitespace errors"1370msgstr ""13711372#: builtin/apply.c:4008 builtin/apply.c:40111373msgid "ignore changes in whitespace when finding context"1374msgstr ""13751376#: builtin/apply.c:40141377msgid "apply the patch in reverse"1378msgstr ""13791380#: builtin/apply.c:40161381msgid "don't expect at least one line of context"1382msgstr ""13831384#: builtin/apply.c:40181385msgid "leave the rejected hunks in corresponding *.rej files"1386msgstr ""13871388#: builtin/apply.c:40201389msgid "allow overlapping hunks"1390msgstr ""13911392#: builtin/apply.c:40211393msgid "be verbose"1394msgstr ""13951396#: builtin/apply.c:40231397msgid "tolerate incorrectly detected missing new-line at the end of file"1398msgstr ""13991400#: builtin/apply.c:40261401msgid "do not trust the line counts in the hunk headers"1402msgstr ""14031404#: builtin/apply.c:40281405msgid "root"1406msgstr ""14071408#: builtin/apply.c:40291409msgid "prepend <root> to all filenames"1410msgstr ""14111412#: builtin/apply.c:40501413msgid "--index outside a repository"1414msgstr ""14151416#: builtin/apply.c:40531417msgid "--cached outside a repository"1418msgstr ""14191420#: builtin/apply.c:40691421#, c-format1422msgid "can't open patch '%s'"1423msgstr ""14241425#: builtin/apply.c:40831426#, c-format1427msgid "squelched %d whitespace error"1428msgid_plural "squelched %d whitespace errors"1429msgstr[0] ""1430msgstr[1] ""14311432#: builtin/apply.c:4089 builtin/apply.c:40991433#, c-format1434msgid "%d line adds whitespace errors."1435msgid_plural "%d lines add whitespace errors."1436msgstr[0] ""1437msgstr[1] ""14381439#: builtin/archive.c:171440#, c-format1441msgid "could not create archive file '%s'"1442msgstr ""14431444#: builtin/archive.c:201445msgid "could not redirect output"1446msgstr ""14471448#: builtin/archive.c:371449msgid "git archive: Remote with no URL"1450msgstr ""14511452#: builtin/archive.c:581453msgid "git archive: expected ACK/NAK, got EOF"1454msgstr ""14551456#: builtin/archive.c:631457#, c-format1458msgid "git archive: NACK %s"1459msgstr ""14601461#: builtin/archive.c:651462#, c-format1463msgid "remote error: %s"1464msgstr ""14651466#: builtin/archive.c:661467msgid "git archive: protocol error"1468msgstr ""14691470#: builtin/archive.c:711471msgid "git archive: expected a flush"1472msgstr ""14731474#: builtin/branch.c:1441475#, c-format1476msgid ""1477"deleting branch '%s' that has been merged to\n"1478" '%s', but not yet merged to HEAD."1479msgstr ""14801481#: builtin/branch.c:1481482#, c-format1483msgid ""1484"not deleting branch '%s' that is not yet merged to\n"1485" '%s', even though it is merged to HEAD."1486msgstr ""14871488#: builtin/branch.c:1801489msgid "cannot use -a with -d"1490msgstr ""14911492#: builtin/branch.c:1861493msgid "Couldn't look up commit object for HEAD"1494msgstr ""14951496#: builtin/branch.c:1911497#, c-format1498msgid "Cannot delete the branch '%s' which you are currently on."1499msgstr ""15001501#: builtin/branch.c:2021502#, c-format1503msgid "remote branch '%s' not found."1504msgstr ""15051506#: builtin/branch.c:2031507#, c-format1508msgid "branch '%s' not found."1509msgstr ""15101511#: builtin/branch.c:2101512#, c-format1513msgid "Couldn't look up commit object for '%s'"1514msgstr ""15151516#: builtin/branch.c:2161517#, c-format1518msgid ""1519"The branch '%s' is not fully merged.\n"1520"If you are sure you want to delete it, run 'git branch -D %s'."1521msgstr ""15221523#: builtin/branch.c:2251524#, c-format1525msgid "Error deleting remote branch '%s'"1526msgstr ""15271528#: builtin/branch.c:2261529#, c-format1530msgid "Error deleting branch '%s'"1531msgstr ""15321533#: builtin/branch.c:2331534#, c-format1535msgid "Deleted remote branch %s (was %s).\n"1536msgstr ""15371538#: builtin/branch.c:2341539#, c-format1540msgid "Deleted branch %s (was %s).\n"1541msgstr ""15421543#: builtin/branch.c:2391544msgid "Update of config-file failed"1545msgstr ""15461547#: builtin/branch.c:3371548#, c-format1549msgid "branch '%s' does not point at a commit"1550msgstr ""15511552#: builtin/branch.c:4091553#, c-format1554msgid "[%s: behind %d]"1555msgstr ""15561557#: builtin/branch.c:4111558#, c-format1559msgid "[behind %d]"1560msgstr ""15611562#: builtin/branch.c:4151563#, c-format1564msgid "[%s: ahead %d]"1565msgstr ""15661567#: builtin/branch.c:4171568#, c-format1569msgid "[ahead %d]"1570msgstr ""15711572#: builtin/branch.c:4201573#, c-format1574msgid "[%s: ahead %d, behind %d]"1575msgstr ""15761577#: builtin/branch.c:4231578#, c-format1579msgid "[ahead %d, behind %d]"1580msgstr ""15811582#: builtin/branch.c:5351583msgid "(no branch)"1584msgstr ""15851586#: builtin/branch.c:6001587msgid "some refs could not be read"1588msgstr ""15891590#: builtin/branch.c:6131591msgid "cannot rename the current branch while not on any."1592msgstr ""15931594#: builtin/branch.c:6231595#, c-format1596msgid "Invalid branch name: '%s'"1597msgstr ""15981599#: builtin/branch.c:6381600msgid "Branch rename failed"1601msgstr ""16021603#: builtin/branch.c:6421604#, c-format1605msgid "Renamed a misnamed branch '%s' away"1606msgstr ""16071608#: builtin/branch.c:6461609#, c-format1610msgid "Branch renamed to %s, but HEAD is not updated!"1611msgstr ""16121613#: builtin/branch.c:6531614msgid "Branch is renamed, but update of config-file failed"1615msgstr ""16161617#: builtin/branch.c:6681618#, c-format1619msgid "malformed object name %s"1620msgstr ""16211622#: builtin/branch.c:6921623#, c-format1624msgid "could not write branch description template: %s"1625msgstr ""16261627#: builtin/branch.c:7831628msgid "Failed to resolve HEAD as a valid ref."1629msgstr ""16301631#: builtin/branch.c:788 builtin/clone.c:5581632msgid "HEAD not found below refs/heads!"1633msgstr ""16341635#: builtin/branch.c:8081636msgid "--column and --verbose are incompatible"1637msgstr ""16381639#: builtin/branch.c:8571640msgid "-a and -r options to 'git branch' do not make sense with a branch name"1641msgstr ""16421643#: builtin/bundle.c:471644#, c-format1645msgid "%s is okay\n"1646msgstr ""16471648#: builtin/bundle.c:561649msgid "Need a repository to create a bundle."1650msgstr ""16511652#: builtin/bundle.c:601653msgid "Need a repository to unbundle."1654msgstr ""16551656#: builtin/checkout.c:113 builtin/checkout.c:1461657#, c-format1658msgid "path '%s' does not have our version"1659msgstr ""16601661#: builtin/checkout.c:115 builtin/checkout.c:1481662#, c-format1663msgid "path '%s' does not have their version"1664msgstr ""16651666#: builtin/checkout.c:1311667#, c-format1668msgid "path '%s' does not have all necessary versions"1669msgstr ""16701671#: builtin/checkout.c:1751672#, c-format1673msgid "path '%s' does not have necessary versions"1674msgstr ""16751676#: builtin/checkout.c:1921677#, c-format1678msgid "path '%s': cannot merge"1679msgstr ""16801681#: builtin/checkout.c:2091682#, c-format1683msgid "Unable to add merge result for '%s'"1684msgstr ""16851686#: builtin/checkout.c:234 builtin/checkout.c:3921687msgid "corrupt index file"1688msgstr ""16891690#: builtin/checkout.c:264 builtin/checkout.c:2711691#, c-format1692msgid "path '%s' is unmerged"1693msgstr ""16941695#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:5831696#: builtin/merge.c:8121697msgid "unable to write new index file"1698msgstr ""16991700#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:4081701msgid "diff_setup_done failed"1702msgstr ""17031704#: builtin/checkout.c:4141705msgid "you need to resolve your current index first"1706msgstr ""17071708#: builtin/checkout.c:5331709#, c-format1710msgid "Can not do reflog for '%s'\n"1711msgstr ""17121713#: builtin/checkout.c:5661714msgid "HEAD is now at"1715msgstr ""17161717#: builtin/checkout.c:5731718#, c-format1719msgid "Reset branch '%s'\n"1720msgstr ""17211722#: builtin/checkout.c:5761723#, c-format1724msgid "Already on '%s'\n"1725msgstr ""17261727#: builtin/checkout.c:5801728#, c-format1729msgid "Switched to and reset branch '%s'\n"1730msgstr ""17311732#: builtin/checkout.c:5821733#, c-format1734msgid "Switched to a new branch '%s'\n"1735msgstr ""17361737#: builtin/checkout.c:5841738#, c-format1739msgid "Switched to branch '%s'\n"1740msgstr ""17411742#: builtin/checkout.c:6401743#, c-format1744msgid " ... and %d more.\n"1745msgstr ""17461747#. The singular version1748#: builtin/checkout.c:6461749#, c-format1750msgid ""1751"Warning: you are leaving %d commit behind, not connected to\n"1752"any of your branches:\n"1753"\n"1754"%s\n"1755msgid_plural ""1756"Warning: you are leaving %d commits behind, not connected to\n"1757"any of your branches:\n"1758"\n"1759"%s\n"1760msgstr[0] ""1761msgstr[1] ""17621763#: builtin/checkout.c:6641764#, c-format1765msgid ""1766"If you want to keep them by creating a new branch, this may be a good time\n"1767"to do so with:\n"1768"\n"1769" git branch new_branch_name %s\n"1770"\n"1771msgstr ""17721773#: builtin/checkout.c:6941774msgid "internal error in revision walk"1775msgstr ""17761777#: builtin/checkout.c:6981778msgid "Previous HEAD position was"1779msgstr ""17801781#: builtin/checkout.c:7241782msgid "You are on a branch yet to be born"1783msgstr ""17841785#. case (1)1786#: builtin/checkout.c:8551787#, c-format1788msgid "invalid reference: %s"1789msgstr ""17901791#. case (1): want a tree1792#: builtin/checkout.c:8941793#, c-format1794msgid "reference is not a tree: %s"1795msgstr ""17961797#: builtin/checkout.c:9741798msgid "-B cannot be used with -b"1799msgstr ""18001801#: builtin/checkout.c:9831802msgid "--patch is incompatible with all other options"1803msgstr ""18041805#: builtin/checkout.c:9861806msgid "--detach cannot be used with -b/-B/--orphan"1807msgstr ""18081809#: builtin/checkout.c:9881810msgid "--detach cannot be used with -t"1811msgstr ""18121813#: builtin/checkout.c:9941814msgid "--track needs a branch name"1815msgstr ""18161817#: builtin/checkout.c:10011818msgid "Missing branch name; try -b"1819msgstr ""18201821#: builtin/checkout.c:10071822msgid "--orphan and -b|-B are mutually exclusive"1823msgstr ""18241825#: builtin/checkout.c:10091826msgid "--orphan cannot be used with -t"1827msgstr ""18281829#: builtin/checkout.c:10191830msgid "git checkout: -f and -m are incompatible"1831msgstr ""18321833#: builtin/checkout.c:10531834msgid "invalid path specification"1835msgstr ""18361837#: builtin/checkout.c:10611838#, c-format1839msgid ""1840"git checkout: updating paths is incompatible with switching branches.\n"1841"Did you intend to checkout '%s' which can not be resolved as commit?"1842msgstr ""18431844#: builtin/checkout.c:10631845msgid "git checkout: updating paths is incompatible with switching branches."1846msgstr ""18471848#: builtin/checkout.c:10681849msgid "git checkout: --detach does not take a path argument"1850msgstr ""18511852#: builtin/checkout.c:10711853msgid ""1854"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1855"checking out of the index."1856msgstr ""18571858#: builtin/checkout.c:10901859msgid "Cannot switch branch to a non-commit."1860msgstr ""18611862#: builtin/checkout.c:10931863msgid "--ours/--theirs is incompatible with switching branches."1864msgstr ""18651866#: builtin/clean.c:781867msgid "-x and -X cannot be used together"1868msgstr ""18691870#: builtin/clean.c:821871msgid ""1872"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1873msgstr ""18741875#: builtin/clean.c:851876msgid ""1877"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1878"clean"1879msgstr ""18801881#: builtin/clean.c:155 builtin/clean.c:1761882#, c-format1883msgid "Would remove %s\n"1884msgstr ""18851886#: builtin/clean.c:159 builtin/clean.c:1791887#, c-format1888msgid "Removing %s\n"1889msgstr ""18901891#: builtin/clean.c:162 builtin/clean.c:1821892#, c-format1893msgid "failed to remove %s"1894msgstr ""18951896#: builtin/clean.c:1661897#, c-format1898msgid "Would not remove %s\n"1899msgstr ""19001901#: builtin/clean.c:1681902#, c-format1903msgid "Not removing %s\n"1904msgstr ""19051906#: builtin/clone.c:2431907#, c-format1908msgid "reference repository '%s' is not a local directory."1909msgstr ""19101911#: builtin/clone.c:3021912#, c-format1913msgid "failed to open '%s'"1914msgstr ""19151916#: builtin/clone.c:3061917#, c-format1918msgid "failed to create directory '%s'"1919msgstr ""19201921#: builtin/clone.c:308 builtin/diff.c:751922#, c-format1923msgid "failed to stat '%s'"1924msgstr ""19251926#: builtin/clone.c:3101927#, c-format1928msgid "%s exists and is not a directory"1929msgstr ""19301931#: builtin/clone.c:3241932#, c-format1933msgid "failed to stat %s\n"1934msgstr ""19351936#: builtin/clone.c:3411937#, c-format1938msgid "failed to unlink '%s'"1939msgstr ""19401941#: builtin/clone.c:3461942#, c-format1943msgid "failed to create link '%s'"1944msgstr ""19451946#: builtin/clone.c:3501947#, c-format1948msgid "failed to copy file to '%s'"1949msgstr ""19501951#: builtin/clone.c:3731952#, c-format1953msgid "done.\n"1954msgstr ""19551956#: builtin/clone.c:4401957#, c-format1958msgid "Could not find remote branch %s to clone."1959msgstr ""19601961#: builtin/clone.c:5491962msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1963msgstr ""19641965#: builtin/clone.c:6391966msgid "Too many arguments."1967msgstr ""19681969#: builtin/clone.c:6431970msgid "You must specify a repository to clone."1971msgstr ""19721973#: builtin/clone.c:6541974#, c-format1975msgid "--bare and --origin %s options are incompatible."1976msgstr ""19771978#: builtin/clone.c:6681979#, c-format1980msgid "repository '%s' does not exist"1981msgstr ""19821983#: builtin/clone.c:6731984msgid "--depth is ignored in local clones; use file:// instead."1985msgstr ""19861987#: builtin/clone.c:6831988#, c-format1989msgid "destination path '%s' already exists and is not an empty directory."1990msgstr ""19911992#: builtin/clone.c:6931993#, c-format1994msgid "working tree '%s' already exists."1995msgstr ""19961997#: builtin/clone.c:706 builtin/clone.c:7201998#, c-format1999msgid "could not create leading directories of '%s'"2000msgstr ""20012002#: builtin/clone.c:7092003#, c-format2004msgid "could not create work tree dir '%s'."2005msgstr ""20062007#: builtin/clone.c:7282008#, c-format2009msgid "Cloning into bare repository '%s'...\n"2010msgstr ""20112012#: builtin/clone.c:7302013#, c-format2014msgid "Cloning into '%s'...\n"2015msgstr ""20162017#: builtin/clone.c:7862018#, c-format2019msgid "Don't know how to clone %s"2020msgstr ""20212022#: builtin/clone.c:8352023#, c-format2024msgid "Remote branch %s not found in upstream %s"2025msgstr ""20262027#: builtin/clone.c:8422028msgid "You appear to have cloned an empty repository."2029msgstr ""20302031#: builtin/column.c:512032msgid "--command must be the first argument"2033msgstr ""20342035#: builtin/commit.c:432036msgid ""2037"Your name and email address were configured automatically based\n"2038"on your username and hostname. Please check that they are accurate.\n"2039"You can suppress this message by setting them explicitly:\n"2040"\n"2041" git config --global user.name \"Your Name\"\n"2042" git config --global user.email you@example.com\n"2043"\n"2044"After doing this, you may fix the identity used for this commit with:\n"2045"\n"2046" git commit --amend --reset-author\n"2047msgstr ""20482049#: builtin/commit.c:552050msgid ""2051"You asked to amend the most recent commit, but doing so would make\n"2052"it empty. You can repeat your command with --allow-empty, or you can\n"2053"remove the commit entirely with \"git reset HEAD^\".\n"2054msgstr ""20552056#: builtin/commit.c:602057msgid ""2058"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"2059"If you wish to commit it anyway, use:\n"2060"\n"2061" git commit --allow-empty\n"2062"\n"2063"Otherwise, please use 'git reset'\n"2064msgstr ""20652066#: builtin/commit.c:2532067msgid "failed to unpack HEAD tree object"2068msgstr ""20692070#: builtin/commit.c:2952071msgid "unable to create temporary index"2072msgstr ""20732074#: builtin/commit.c:3012075msgid "interactive add failed"2076msgstr ""20772078#: builtin/commit.c:334 builtin/commit.c:355 builtin/commit.c:4052079msgid "unable to write new_index file"2080msgstr ""20812082#: builtin/commit.c:3862083msgid "cannot do a partial commit during a merge."2084msgstr ""20852086#: builtin/commit.c:3882087msgid "cannot do a partial commit during a cherry-pick."2088msgstr ""20892090#: builtin/commit.c:3982091msgid "cannot read the index"2092msgstr ""20932094#: builtin/commit.c:4182095msgid "unable to write temporary index file"2096msgstr ""20972098#: builtin/commit.c:493 builtin/commit.c:4992099#, c-format2100msgid "invalid commit: %s"2101msgstr ""21022103#: builtin/commit.c:5222104msgid "malformed --author parameter"2105msgstr ""21062107#: builtin/commit.c:5822108#, c-format2109msgid "Malformed ident string: '%s'"2110msgstr ""21112112#: builtin/commit.c:620 builtin/commit.c:653 builtin/commit.c:9672113#, c-format2114msgid "could not lookup commit %s"2115msgstr ""21162117#: builtin/commit.c:632 builtin/shortlog.c:2962118#, c-format2119msgid "(reading log message from standard input)\n"2120msgstr ""21212122#: builtin/commit.c:6342123msgid "could not read log from standard input"2124msgstr ""21252126#: builtin/commit.c:6382127#, c-format2128msgid "could not read log file '%s'"2129msgstr ""21302131#: builtin/commit.c:6442132msgid "commit has empty message"2133msgstr ""21342135#: builtin/commit.c:6602136msgid "could not read MERGE_MSG"2137msgstr ""21382139#: builtin/commit.c:6642140msgid "could not read SQUASH_MSG"2141msgstr ""21422143#: builtin/commit.c:6682144#, c-format2145msgid "could not read '%s'"2146msgstr ""21472148#: builtin/commit.c:7202149msgid "could not write commit template"2150msgstr ""21512152#: builtin/commit.c:7312153#, c-format2154msgid ""2155"\n"2156"It looks like you may be committing a merge.\n"2157"If this is not correct, please remove the file\n"2158"\t%s\n"2159"and try again.\n"2160msgstr ""21612162#: builtin/commit.c:7362163#, c-format2164msgid ""2165"\n"2166"It looks like you may be committing a cherry-pick.\n"2167"If this is not correct, please remove the file\n"2168"\t%s\n"2169"and try again.\n"2170msgstr ""21712172#: builtin/commit.c:7482173msgid ""2174"Please enter the commit message for your changes. Lines starting\n"2175"with '#' will be ignored, and an empty message aborts the commit.\n"2176msgstr ""21772178#: builtin/commit.c:7532179msgid ""2180"Please enter the commit message for your changes. Lines starting\n"2181"with '#' will be kept; you may remove them yourself if you want to.\n"2182"An empty message aborts the commit.\n"2183msgstr ""21842185#: builtin/commit.c:7662186#, c-format2187msgid "%sAuthor: %s"2188msgstr ""21892190#: builtin/commit.c:7732191#, c-format2192msgid "%sCommitter: %s"2193msgstr ""21942195#: builtin/commit.c:7932196msgid "Cannot read index"2197msgstr ""21982199#: builtin/commit.c:8302200msgid "Error building trees"2201msgstr ""22022203#: builtin/commit.c:845 builtin/tag.c:3612204#, c-format2205msgid "Please supply the message using either -m or -F option.\n"2206msgstr ""22072208#: builtin/commit.c:9422209#, c-format2210msgid "No existing author found with '%s'"2211msgstr ""22122213#: builtin/commit.c:957 builtin/commit.c:11572214#, c-format2215msgid "Invalid untracked files mode '%s'"2216msgstr ""22172218#: builtin/commit.c:9972219msgid "Using both --reset-author and --author does not make sense"2220msgstr ""22212222#: builtin/commit.c:10082223msgid "You have nothing to amend."2224msgstr ""22252226#: builtin/commit.c:10112227msgid "You are in the middle of a merge -- cannot amend."2228msgstr ""22292230#: builtin/commit.c:10132231msgid "You are in the middle of a cherry-pick -- cannot amend."2232msgstr ""22332234#: builtin/commit.c:10162235msgid "Options --squash and --fixup cannot be used together"2236msgstr ""22372238#: builtin/commit.c:10262239msgid "Only one of -c/-C/-F/--fixup can be used."2240msgstr ""22412242#: builtin/commit.c:10282243msgid "Option -m cannot be combined with -c/-C/-F/--fixup."2244msgstr ""22452246#: builtin/commit.c:10362247msgid "--reset-author can be used only with -C, -c or --amend."2248msgstr ""22492250#: builtin/commit.c:10532251msgid "Only one of --include/--only/--all/--interactive/--patch can be used."2252msgstr ""22532254#: builtin/commit.c:10552255msgid "No paths with --include/--only does not make sense."2256msgstr ""22572258#: builtin/commit.c:10572259msgid "Clever... amending the last one with dirty index."2260msgstr ""22612262#: builtin/commit.c:10592263msgid "Explicit paths specified without -i nor -o; assuming --only paths..."2264msgstr ""22652266#: builtin/commit.c:1069 builtin/tag.c:5772267#, c-format2268msgid "Invalid cleanup mode %s"2269msgstr ""22702271#: builtin/commit.c:10742272msgid "Paths with -a does not make sense."2273msgstr ""22742275#: builtin/commit.c:12572276msgid "couldn't look up newly created commit"2277msgstr ""22782279#: builtin/commit.c:12592280msgid "could not parse newly created commit"2281msgstr ""22822283#: builtin/commit.c:13002284msgid "detached HEAD"2285msgstr ""22862287#: builtin/commit.c:13022288msgid " (root-commit)"2289msgstr ""22902291#: builtin/commit.c:14462292msgid "could not parse HEAD commit"2293msgstr ""22942295#: builtin/commit.c:1484 builtin/merge.c:5092296#, c-format2297msgid "could not open '%s' for reading"2298msgstr ""22992300#: builtin/commit.c:14912301#, c-format2302msgid "Corrupt MERGE_HEAD file (%s)"2303msgstr ""23042305#: builtin/commit.c:14982306msgid "could not read MERGE_MODE"2307msgstr ""23082309#: builtin/commit.c:15172310#, c-format2311msgid "could not read commit message: %s"2312msgstr ""23132314#: builtin/commit.c:15312315#, c-format2316msgid "Aborting commit; you did not edit the message.\n"2317msgstr ""23182319#: builtin/commit.c:15362320#, c-format2321msgid "Aborting commit due to empty commit message.\n"2322msgstr ""23232324#: builtin/commit.c:1551 builtin/merge.c:936 builtin/merge.c:9612325msgid "failed to write commit object"2326msgstr ""23272328#: builtin/commit.c:15722329msgid "cannot lock HEAD ref"2330msgstr ""23312332#: builtin/commit.c:15762333msgid "cannot update HEAD ref"2334msgstr ""23352336#: builtin/commit.c:15872337msgid ""2338"Repository has been updated, but unable to write\n"2339"new_index file. Check that disk is not full or quota is\n"2340"not exceeded, and then \"git reset HEAD\" to recover."2341msgstr ""23422343#: builtin/describe.c:2342344#, c-format2345msgid "annotated tag %s not available"2346msgstr ""23472348#: builtin/describe.c:2382349#, c-format2350msgid "annotated tag %s has no embedded name"2351msgstr ""23522353#: builtin/describe.c:2402354#, c-format2355msgid "tag '%s' is really '%s' here"2356msgstr ""23572358#: builtin/describe.c:2672359#, c-format2360msgid "Not a valid object name %s"2361msgstr ""23622363#: builtin/describe.c:2702364#, c-format2365msgid "%s is not a valid '%s' object"2366msgstr ""23672368#: builtin/describe.c:2872369#, c-format2370msgid "no tag exactly matches '%s'"2371msgstr ""23722373#: builtin/describe.c:2892374#, c-format2375msgid "searching to describe %s\n"2376msgstr ""23772378#: builtin/describe.c:3292379#, c-format2380msgid "finished search at %s\n"2381msgstr ""23822383#: builtin/describe.c:3532384#, c-format2385msgid ""2386"No annotated tags can describe '%s'.\n"2387"However, there were unannotated tags: try --tags."2388msgstr ""23892390#: builtin/describe.c:3572391#, c-format2392msgid ""2393"No tags can describe '%s'.\n"2394"Try --always, or create some tags."2395msgstr ""23962397#: builtin/describe.c:3782398#, c-format2399msgid "traversed %lu commits\n"2400msgstr ""24012402#: builtin/describe.c:3812403#, c-format2404msgid ""2405"more than %i tags found; listed %i most recent\n"2406"gave up search at %s\n"2407msgstr ""24082409#: builtin/describe.c:4362410msgid "--long is incompatible with --abbrev=0"2411msgstr ""24122413#: builtin/describe.c:4622414msgid "No names found, cannot describe anything."2415msgstr ""24162417#: builtin/describe.c:4822418msgid "--dirty is incompatible with committishes"2419msgstr ""24202421#: builtin/diff.c:772422#, c-format2423msgid "'%s': not a regular file or symlink"2424msgstr ""24252426#: builtin/diff.c:2202427#, c-format2428msgid "invalid option: %s"2429msgstr ""24302431#: builtin/diff.c:2972432msgid "Not a git repository"2433msgstr ""24342435#: builtin/diff.c:3472436#, c-format2437msgid "invalid object '%s' given."2438msgstr ""24392440#: builtin/diff.c:3522441#, c-format2442msgid "more than %d trees given: '%s'"2443msgstr ""24442445#: builtin/diff.c:3622446#, c-format2447msgid "more than two blobs given: '%s'"2448msgstr ""24492450#: builtin/diff.c:3702451#, c-format2452msgid "unhandled object '%s' given."2453msgstr ""24542455#: builtin/fetch.c:2002456msgid "Couldn't find remote ref HEAD"2457msgstr ""24582459#: builtin/fetch.c:2532460#, c-format2461msgid "object %s not found"2462msgstr ""24632464#: builtin/fetch.c:2592465msgid "[up to date]"2466msgstr ""24672468#: builtin/fetch.c:2732469#, c-format2470msgid "! %-*s %-*s -> %s (can't fetch in current branch)"2471msgstr ""24722473#: builtin/fetch.c:274 builtin/fetch.c:3602474msgid "[rejected]"2475msgstr ""24762477#: builtin/fetch.c:2852478msgid "[tag update]"2479msgstr ""24802481#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3402482msgid " (unable to update local ref)"2483msgstr ""24842485#: builtin/fetch.c:3052486msgid "[new tag]"2487msgstr ""24882489#: builtin/fetch.c:3082490msgid "[new branch]"2491msgstr ""24922493#: builtin/fetch.c:3112494msgid "[new ref]"2495msgstr ""24962497#: builtin/fetch.c:3562498msgid "unable to update local ref"2499msgstr ""25002501#: builtin/fetch.c:3562502msgid "forced update"2503msgstr ""25042505#: builtin/fetch.c:3622506msgid "(non-fast-forward)"2507msgstr ""25082509#: builtin/fetch.c:393 builtin/fetch.c:6852510#, c-format2511msgid "cannot open %s: %s\n"2512msgstr ""25132514#: builtin/fetch.c:4022515#, c-format2516msgid "%s did not send all necessary objects\n"2517msgstr ""25182519#: builtin/fetch.c:4882520#, c-format2521msgid "From %.*s\n"2522msgstr ""25232524#: builtin/fetch.c:4992525#, c-format2526msgid ""2527"some local refs could not be updated; try running\n"2528" 'git remote prune %s' to remove any old, conflicting branches"2529msgstr ""25302531#: builtin/fetch.c:5492532#, c-format2533msgid " (%s will become dangling)"2534msgstr ""25352536#: builtin/fetch.c:5502537#, c-format2538msgid " (%s has become dangling)"2539msgstr ""25402541#: builtin/fetch.c:5572542msgid "[deleted]"2543msgstr ""25442545#: builtin/fetch.c:558 builtin/remote.c:10552546msgid "(none)"2547msgstr ""25482549#: builtin/fetch.c:6752550#, c-format2551msgid "Refusing to fetch into current branch %s of non-bare repository"2552msgstr ""25532554#: builtin/fetch.c:7092555#, c-format2556msgid "Don't know how to fetch from %s"2557msgstr ""25582559#: builtin/fetch.c:7862560#, c-format2561msgid "Option \"%s\" value \"%s\" is not valid for %s"2562msgstr ""25632564#: builtin/fetch.c:7892565#, c-format2566msgid "Option \"%s\" is ignored for %s\n"2567msgstr ""25682569#: builtin/fetch.c:8882570#, c-format2571msgid "Fetching %s\n"2572msgstr ""25732574#: builtin/fetch.c:890 builtin/remote.c:1002575#, c-format2576msgid "Could not fetch %s"2577msgstr ""25782579#: builtin/fetch.c:9072580msgid ""2581"No remote repository specified. Please, specify either a URL or a\n"2582"remote name from which new revisions should be fetched."2583msgstr ""25842585#: builtin/fetch.c:9272586msgid "You need to specify a tag name."2587msgstr ""25882589#: builtin/fetch.c:9792590msgid "fetch --all does not take a repository argument"2591msgstr ""25922593#: builtin/fetch.c:9812594msgid "fetch --all does not make sense with refspecs"2595msgstr ""25962597#: builtin/fetch.c:9922598#, c-format2599msgid "No such remote or remote group: %s"2600msgstr ""26012602#: builtin/fetch.c:10002603msgid "Fetching a group and specifying refspecs does not make sense"2604msgstr ""26052606#: builtin/gc.c:632607#, c-format2608msgid "Invalid %s: '%s'"2609msgstr ""26102611#: builtin/gc.c:902612#, c-format2613msgid "insanely long object directory %.*s"2614msgstr ""26152616#: builtin/gc.c:2212617#, c-format2618msgid "Auto packing the repository for optimum performance.\n"2619msgstr ""26202621#: builtin/gc.c:2242622#, c-format2623msgid ""2624"Auto packing the repository for optimum performance. You may also\n"2625"run \"git gc\" manually. See \"git help gc\" for more information.\n"2626msgstr ""26272628#: builtin/gc.c:2512629msgid ""2630"There are too many unreachable loose objects; run 'git prune' to remove them."2631msgstr ""26322633#: builtin/grep.c:2162634#, c-format2635msgid "grep: failed to create thread: %s"2636msgstr ""26372638#: builtin/grep.c:4022639#, c-format2640msgid "Failed to chdir: %s"2641msgstr ""26422643#: builtin/grep.c:478 builtin/grep.c:5122644#, c-format2645msgid "unable to read tree (%s)"2646msgstr ""26472648#: builtin/grep.c:5262649#, c-format2650msgid "unable to grep from object of type %s"2651msgstr ""26522653#: builtin/grep.c:5842654#, c-format2655msgid "switch `%c' expects a numerical value"2656msgstr ""26572658#: builtin/grep.c:6012659#, c-format2660msgid "cannot open '%s'"2661msgstr ""26622663#: builtin/grep.c:8852664msgid "no pattern given."2665msgstr ""26662667#: builtin/grep.c:8992668#, c-format2669msgid "bad object %s"2670msgstr ""26712672#: builtin/grep.c:9402673msgid "--open-files-in-pager only works on the worktree"2674msgstr ""26752676#: builtin/grep.c:9632677msgid "--cached or --untracked cannot be used with --no-index."2678msgstr ""26792680#: builtin/grep.c:9682681msgid "--no-index or --untracked cannot be used with revs."2682msgstr ""26832684#: builtin/grep.c:9712685msgid "--[no-]exclude-standard cannot be used for tracked contents."2686msgstr ""26872688#: builtin/grep.c:9792689msgid "both --cached and trees are given."2690msgstr ""26912692#: builtin/help.c:592693#, c-format2694msgid "unrecognized help format '%s'"2695msgstr ""26962697#: builtin/help.c:872698msgid "Failed to start emacsclient."2699msgstr ""27002701#: builtin/help.c:1002702msgid "Failed to parse emacsclient version."2703msgstr ""27042705#: builtin/help.c:1082706#, c-format2707msgid "emacsclient version '%d' too old (< 22)."2708msgstr ""27092710#: builtin/help.c:126 builtin/help.c:154 builtin/help.c:163 builtin/help.c:1712711#, c-format2712msgid "failed to exec '%s': %s"2713msgstr ""27142715#: builtin/help.c:2112716#, c-format2717msgid ""2718"'%s': path for unsupported man viewer.\n"2719"Please consider using 'man.<tool>.cmd' instead."2720msgstr ""27212722#: builtin/help.c:2232723#, c-format2724msgid ""2725"'%s': cmd for supported man viewer.\n"2726"Please consider using 'man.<tool>.path' instead."2727msgstr ""27282729#: builtin/help.c:2872730msgid "The most commonly used git commands are:"2731msgstr ""27322733#: builtin/help.c:3552734#, c-format2735msgid "'%s': unknown man viewer."2736msgstr ""27372738#: builtin/help.c:3722739msgid "no man viewer handled the request"2740msgstr ""27412742#: builtin/help.c:3802743msgid "no info viewer handled the request"2744msgstr ""27452746#: builtin/help.c:3912747#, c-format2748msgid "'%s': not a documentation directory."2749msgstr ""27502751#: builtin/help.c:432 builtin/help.c:4392752#, c-format2753msgid "usage: %s%s"2754msgstr ""27552756#: builtin/help.c:4532757#, c-format2758msgid "`git %s' is aliased to `%s'"2759msgstr ""27602761#: builtin/index-pack.c:1692762#, c-format2763msgid "object type mismatch at %s"2764msgstr ""27652766#: builtin/index-pack.c:1892767msgid "object of unexpected type"2768msgstr ""27692770#: builtin/index-pack.c:2262771#, c-format2772msgid "cannot fill %d byte"2773msgid_plural "cannot fill %d bytes"2774msgstr[0] ""2775msgstr[1] ""27762777#: builtin/index-pack.c:2362778msgid "early EOF"2779msgstr ""27802781#: builtin/index-pack.c:2372782msgid "read error on input"2783msgstr ""27842785#: builtin/index-pack.c:2492786msgid "used more bytes than were available"2787msgstr ""27882789#: builtin/index-pack.c:2562790msgid "pack too large for current definition of off_t"2791msgstr ""27922793#: builtin/index-pack.c:2722794#, c-format2795msgid "unable to create '%s'"2796msgstr ""27972798#: builtin/index-pack.c:2772799#, c-format2800msgid "cannot open packfile '%s'"2801msgstr ""28022803#: builtin/index-pack.c:2912804msgid "pack signature mismatch"2805msgstr ""28062807#: builtin/index-pack.c:3112808#, c-format2809msgid "pack has bad object at offset %lu: %s"2810msgstr ""28112812#: builtin/index-pack.c:4052813#, c-format2814msgid "inflate returned %d"2815msgstr ""28162817#: builtin/index-pack.c:4502818msgid "offset value overflow for delta base object"2819msgstr ""28202821#: builtin/index-pack.c:4582822msgid "delta base offset is out of bound"2823msgstr ""28242825#: builtin/index-pack.c:4662826#, c-format2827msgid "unknown object type %d"2828msgstr ""28292830#: builtin/index-pack.c:4952831msgid "cannot pread pack file"2832msgstr ""28332834#: builtin/index-pack.c:4972835#, c-format2836msgid "premature end of pack file, %lu byte missing"2837msgid_plural "premature end of pack file, %lu bytes missing"2838msgstr[0] ""2839msgstr[1] ""28402841#: builtin/index-pack.c:5102842msgid "serious inflate inconsistency"2843msgstr ""28442845#: builtin/index-pack.c:5832846#, c-format2847msgid "cannot read existing object %s"2848msgstr ""28492850#: builtin/index-pack.c:5862851#, c-format2852msgid "SHA1 COLLISION FOUND WITH %s !"2853msgstr ""28542855#: builtin/index-pack.c:5982856#, c-format2857msgid "invalid blob object %s"2858msgstr ""28592860#: builtin/index-pack.c:6102861#, c-format2862msgid "invalid %s"2863msgstr ""28642865#: builtin/index-pack.c:6122866msgid "Error in object"2867msgstr ""28682869#: builtin/index-pack.c:6142870#, c-format2871msgid "Not all child objects of %s are reachable"2872msgstr ""28732874#: builtin/index-pack.c:687 builtin/index-pack.c:7132875msgid "failed to apply delta"2876msgstr ""28772878#: builtin/index-pack.c:8502879msgid "Receiving objects"2880msgstr ""28812882#: builtin/index-pack.c:8502883msgid "Indexing objects"2884msgstr ""28852886#: builtin/index-pack.c:8722887msgid "pack is corrupted (SHA1 mismatch)"2888msgstr ""28892890#: builtin/index-pack.c:8772891msgid "cannot fstat packfile"2892msgstr ""28932894#: builtin/index-pack.c:8802895msgid "pack has junk at the end"2896msgstr ""28972898#: builtin/index-pack.c:9032899msgid "Resolving deltas"2900msgstr ""29012902#: builtin/index-pack.c:9542903msgid "confusion beyond insanity"2904msgstr ""29052906#: builtin/index-pack.c:9732907#, c-format2908msgid "pack has %d unresolved delta"2909msgid_plural "pack has %d unresolved deltas"2910msgstr[0] ""2911msgstr[1] ""29122913#: builtin/index-pack.c:9982914#, c-format2915msgid "unable to deflate appended object (%d)"2916msgstr ""29172918#: builtin/index-pack.c:10772919#, c-format2920msgid "local object %s is corrupt"2921msgstr ""29222923#: builtin/index-pack.c:11012924msgid "error while closing pack file"2925msgstr ""29262927#: builtin/index-pack.c:11142928#, c-format2929msgid "cannot write keep file '%s'"2930msgstr ""29312932#: builtin/index-pack.c:11222933#, c-format2934msgid "cannot close written keep file '%s'"2935msgstr ""29362937#: builtin/index-pack.c:11352938msgid "cannot store pack file"2939msgstr ""29402941#: builtin/index-pack.c:11462942msgid "cannot store index file"2943msgstr ""29442945#: builtin/index-pack.c:12472946#, c-format2947msgid "Cannot open existing pack file '%s'"2948msgstr ""29492950#: builtin/index-pack.c:12492951#, c-format2952msgid "Cannot open existing pack idx file for '%s'"2953msgstr ""29542955#: builtin/index-pack.c:12962956#, c-format2957msgid "non delta: %d object"2958msgid_plural "non delta: %d objects"2959msgstr[0] ""2960msgstr[1] ""29612962#: builtin/index-pack.c:13032963#, c-format2964msgid "chain length = %d: %lu object"2965msgid_plural "chain length = %d: %lu objects"2966msgstr[0] ""2967msgstr[1] ""29682969#: builtin/index-pack.c:13302970msgid "Cannot come back to cwd"2971msgstr ""29722973#: builtin/index-pack.c:1374 builtin/index-pack.c:13772974#: builtin/index-pack.c:1389 builtin/index-pack.c:13932975#, c-format2976msgid "bad %s"2977msgstr ""29782979#: builtin/index-pack.c:14072980msgid "--fix-thin cannot be used without --stdin"2981msgstr ""29822983#: builtin/index-pack.c:1411 builtin/index-pack.c:14212984#, c-format2985msgid "packfile name '%s' does not end with '.pack'"2986msgstr ""29872988#: builtin/index-pack.c:14302989msgid "--verify with no packfile name given"2990msgstr ""29912992#: builtin/init-db.c:352993#, c-format2994msgid "Could not make %s writable by group"2995msgstr ""29962997#: builtin/init-db.c:622998#, c-format2999msgid "insanely long template name %s"3000msgstr ""30013002#: builtin/init-db.c:673003#, c-format3004msgid "cannot stat '%s'"3005msgstr ""30063007#: builtin/init-db.c:733008#, c-format3009msgid "cannot stat template '%s'"3010msgstr ""30113012#: builtin/init-db.c:803013#, c-format3014msgid "cannot opendir '%s'"3015msgstr ""30163017#: builtin/init-db.c:973018#, c-format3019msgid "cannot readlink '%s'"3020msgstr ""30213022#: builtin/init-db.c:993023#, c-format3024msgid "insanely long symlink %s"3025msgstr ""30263027#: builtin/init-db.c:1023028#, c-format3029msgid "cannot symlink '%s' '%s'"3030msgstr ""30313032#: builtin/init-db.c:1063033#, c-format3034msgid "cannot copy '%s' to '%s'"3035msgstr ""30363037#: builtin/init-db.c:1103038#, c-format3039msgid "ignoring template %s"3040msgstr ""30413042#: builtin/init-db.c:1333043#, c-format3044msgid "insanely long template path %s"3045msgstr ""30463047#: builtin/init-db.c:1413048#, c-format3049msgid "templates not found %s"3050msgstr ""30513052#: builtin/init-db.c:1543053#, c-format3054msgid "not copying templates of a wrong format version %d from '%s'"3055msgstr ""30563057#: builtin/init-db.c:1923058#, c-format3059msgid "insane git directory %s"3060msgstr ""30613062#: builtin/init-db.c:322 builtin/init-db.c:3253063#, c-format3064msgid "%s already exists"3065msgstr ""30663067#: builtin/init-db.c:3543068#, c-format3069msgid "unable to handle file type %d"3070msgstr ""30713072#: builtin/init-db.c:3573073#, c-format3074msgid "unable to move %s to %s"3075msgstr ""30763077#: builtin/init-db.c:3623078#, c-format3079msgid "Could not create git link %s"3080msgstr ""30813082#.3083#. * TRANSLATORS: The first '%s' is either "Reinitialized3084#. * existing" or "Initialized empty", the second " shared" or3085#. * "", and the last '%s%s' is the verbatim directory name.3086#.3087#: builtin/init-db.c:4193088#, c-format3089msgid "%s%s Git repository in %s%s\n"3090msgstr ""30913092#: builtin/init-db.c:4203093msgid "Reinitialized existing"3094msgstr ""30953096#: builtin/init-db.c:4203097msgid "Initialized empty"3098msgstr ""30993100#: builtin/init-db.c:4213101msgid " shared"3102msgstr ""31033104#: builtin/init-db.c:4403105msgid "cannot tell cwd"3106msgstr ""31073108#: builtin/init-db.c:521 builtin/init-db.c:5283109#, c-format3110msgid "cannot mkdir %s"3111msgstr ""31123113#: builtin/init-db.c:5323114#, c-format3115msgid "cannot chdir to %s"3116msgstr ""31173118#: builtin/init-db.c:5543119#, c-format3120msgid ""3121"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"3122"dir=<directory>)"3123msgstr ""31243125#: builtin/init-db.c:5783126msgid "Cannot access current working directory"3127msgstr ""31283129#: builtin/init-db.c:5853130#, c-format3131msgid "Cannot access work tree '%s'"3132msgstr ""31333134#: builtin/log.c:1883135#, c-format3136msgid "Final output: %d %s\n"3137msgstr ""31383139#: builtin/log.c:401 builtin/log.c:4893140#, c-format3141msgid "Could not read object %s"3142msgstr ""31433144#: builtin/log.c:5133145#, c-format3146msgid "Unknown type: %d"3147msgstr ""31483149#: builtin/log.c:6023150msgid "format.headers without value"3151msgstr ""31523153#: builtin/log.c:6763154msgid "name of output directory is too long"3155msgstr ""31563157#: builtin/log.c:6873158#, c-format3159msgid "Cannot open patch file %s"3160msgstr ""31613162#: builtin/log.c:7013163msgid "Need exactly one range."3164msgstr ""31653166#: builtin/log.c:7093167msgid "Not a range."3168msgstr ""31693170#: builtin/log.c:7863171msgid "Cover letter needs email format"3172msgstr ""31733174#: builtin/log.c:8593175#, c-format3176msgid "insane in-reply-to: %s"3177msgstr ""31783179#: builtin/log.c:9323180msgid "Two output directories?"3181msgstr ""31823183#: builtin/log.c:11533184#, c-format3185msgid "bogus committer info %s"3186msgstr ""31873188#: builtin/log.c:11983189msgid "-n and -k are mutually exclusive."3190msgstr ""31913192#: builtin/log.c:12003193msgid "--subject-prefix and -k are mutually exclusive."3194msgstr ""31953196#: builtin/log.c:12083197msgid "--name-only does not make sense"3198msgstr ""31993200#: builtin/log.c:12103201msgid "--name-status does not make sense"3202msgstr ""32033204#: builtin/log.c:12123205msgid "--check does not make sense"3206msgstr ""32073208#: builtin/log.c:12353209msgid "standard output, or directory, which one?"3210msgstr ""32113212#: builtin/log.c:12373213#, c-format3214msgid "Could not create directory '%s'"3215msgstr ""32163217#: builtin/log.c:13903218msgid "Failed to create output files"3219msgstr ""32203221#: builtin/log.c:14943222#, c-format3223msgid ""3224"Could not find a tracked remote branch, please specify <upstream> manually.\n"3225msgstr ""32263227#: builtin/log.c:1510 builtin/log.c:1512 builtin/log.c:15243228#, c-format3229msgid "Unknown commit %s"3230msgstr ""32313232#: builtin/merge.c:903233msgid "switch `m' requires a value"3234msgstr ""32353236#: builtin/merge.c:1273237#, c-format3238msgid "Could not find merge strategy '%s'.\n"3239msgstr ""32403241#: builtin/merge.c:1283242#, c-format3243msgid "Available strategies are:"3244msgstr ""32453246#: builtin/merge.c:1333247#, c-format3248msgid "Available custom strategies are:"3249msgstr ""32503251#: builtin/merge.c:2403252msgid "could not run stash."3253msgstr ""32543255#: builtin/merge.c:2453256msgid "stash failed"3257msgstr ""32583259#: builtin/merge.c:2503260#, c-format3261msgid "not a valid object: %s"3262msgstr ""32633264#: builtin/merge.c:269 builtin/merge.c:2863265msgid "read-tree failed"3266msgstr ""32673268#: builtin/merge.c:3163269msgid " (nothing to squash)"3270msgstr ""32713272#: builtin/merge.c:3293273#, c-format3274msgid "Squash commit -- not updating HEAD\n"3275msgstr ""32763277#: builtin/merge.c:3613278msgid "Writing SQUASH_MSG"3279msgstr ""32803281#: builtin/merge.c:3633282msgid "Finishing SQUASH_MSG"3283msgstr ""32843285#: builtin/merge.c:3863286#, c-format3287msgid "No merge message -- not updating HEAD\n"3288msgstr ""32893290#: builtin/merge.c:4373291#, c-format3292msgid "'%s' does not point to a commit"3293msgstr ""32943295#: builtin/merge.c:5363296#, c-format3297msgid "Bad branch.%s.mergeoptions string: %s"3298msgstr ""32993300#: builtin/merge.c:6293301msgid "git write-tree failed to write a tree"3302msgstr ""33033304#: builtin/merge.c:6793305msgid "failed to read the cache"3306msgstr ""33073308#: builtin/merge.c:6973309msgid "Unable to write index."3310msgstr ""33113312#: builtin/merge.c:7103313msgid "Not handling anything other than two heads merge."3314msgstr ""33153316#: builtin/merge.c:7243317#, c-format3318msgid "Unknown option for merge-recursive: -X%s"3319msgstr ""33203321#: builtin/merge.c:7383322#, c-format3323msgid "unable to write %s"3324msgstr ""33253326#: builtin/merge.c:8773327#, c-format3328msgid "Could not read from '%s'"3329msgstr ""33303331#: builtin/merge.c:8863332#, c-format3333msgid "Not committing merge; use 'git commit' to complete the merge.\n"3334msgstr ""33353336#: builtin/merge.c:8923337msgid ""3338"Please enter a commit message to explain why this merge is necessary,\n"3339"especially if it merges an updated upstream into a topic branch.\n"3340"\n"3341"Lines starting with '#' will be ignored, and an empty message aborts\n"3342"the commit.\n"3343msgstr ""33443345#: builtin/merge.c:9163346msgid "Empty commit message."3347msgstr ""33483349#: builtin/merge.c:9283350#, c-format3351msgid "Wonderful.\n"3352msgstr ""33533354#: builtin/merge.c:9933355#, c-format3356msgid "Automatic merge failed; fix conflicts and then commit the result.\n"3357msgstr ""33583359#: builtin/merge.c:10093360#, c-format3361msgid "'%s' is not a commit"3362msgstr ""33633364#: builtin/merge.c:10503365msgid "No current branch."3366msgstr ""33673368#: builtin/merge.c:10523369msgid "No remote for the current branch."3370msgstr ""33713372#: builtin/merge.c:10543373msgid "No default upstream defined for the current branch."3374msgstr ""33753376#: builtin/merge.c:10593377#, c-format3378msgid "No remote tracking branch for %s from %s"3379msgstr ""33803381#: builtin/merge.c:1146 builtin/merge.c:13033382#, c-format3383msgid "%s - not something we can merge"3384msgstr ""33853386#: builtin/merge.c:12143387msgid "There is no merge to abort (MERGE_HEAD missing)."3388msgstr ""33893390#: builtin/merge.c:1230 git-pull.sh:313391msgid ""3392"You have not concluded your merge (MERGE_HEAD exists).\n"3393"Please, commit your changes before you can merge."3394msgstr ""33953396#: builtin/merge.c:1233 git-pull.sh:343397msgid "You have not concluded your merge (MERGE_HEAD exists)."3398msgstr ""33993400#: builtin/merge.c:12373401msgid ""3402"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"3403"Please, commit your changes before you can merge."3404msgstr ""34053406#: builtin/merge.c:12403407msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."3408msgstr ""34093410#: builtin/merge.c:12493411msgid "You cannot combine --squash with --no-ff."3412msgstr ""34133414#: builtin/merge.c:12543415msgid "You cannot combine --no-ff with --ff-only."3416msgstr ""34173418#: builtin/merge.c:12613419msgid "No commit specified and merge.defaultToUpstream not set."3420msgstr ""34213422#: builtin/merge.c:12933423msgid "Can merge only exactly one commit into empty head"3424msgstr ""34253426#: builtin/merge.c:12963427msgid "Squash commit into empty head not supported yet"3428msgstr ""34293430#: builtin/merge.c:12983431msgid "Non-fast-forward commit does not make sense into an empty head"3432msgstr ""34333434#: builtin/merge.c:14133435#, c-format3436msgid "Updating %s..%s\n"3437msgstr ""34383439#: builtin/merge.c:14513440#, c-format3441msgid "Trying really trivial in-index merge...\n"3442msgstr ""34433444#: builtin/merge.c:14583445#, c-format3446msgid "Nope.\n"3447msgstr ""34483449#: builtin/merge.c:14903450msgid "Not possible to fast-forward, aborting."3451msgstr ""34523453#: builtin/merge.c:1513 builtin/merge.c:15923454#, c-format3455msgid "Rewinding the tree to pristine...\n"3456msgstr ""34573458#: builtin/merge.c:15173459#, c-format3460msgid "Trying merge strategy %s...\n"3461msgstr ""34623463#: builtin/merge.c:15833464#, c-format3465msgid "No merge strategy handled the merge.\n"3466msgstr ""34673468#: builtin/merge.c:15853469#, c-format3470msgid "Merge with strategy %s failed.\n"3471msgstr ""34723473#: builtin/merge.c:15943474#, c-format3475msgid "Using the %s to prepare resolving by hand.\n"3476msgstr ""34773478#: builtin/merge.c:16063479#, c-format3480msgid "Automatic merge went well; stopped before committing as requested\n"3481msgstr ""34823483#: builtin/mv.c:1083484#, c-format3485msgid "Checking rename of '%s' to '%s'\n"3486msgstr ""34873488#: builtin/mv.c:1123489msgid "bad source"3490msgstr ""34913492#: builtin/mv.c:1153493msgid "can not move directory into itself"3494msgstr ""34953496#: builtin/mv.c:1183497msgid "cannot move directory over file"3498msgstr ""34993500#: builtin/mv.c:1283501#, c-format3502msgid "Huh? %.*s is in index?"3503msgstr ""35043505#: builtin/mv.c:1403506msgid "source directory is empty"3507msgstr ""35083509#: builtin/mv.c:1713510msgid "not under version control"3511msgstr ""35123513#: builtin/mv.c:1733514msgid "destination exists"3515msgstr ""35163517#: builtin/mv.c:1813518#, c-format3519msgid "overwriting '%s'"3520msgstr ""35213522#: builtin/mv.c:1843523msgid "Cannot overwrite"3524msgstr ""35253526#: builtin/mv.c:1873527msgid "multiple sources for the same target"3528msgstr ""35293530#: builtin/mv.c:2023531#, c-format3532msgid "%s, source=%s, destination=%s"3533msgstr ""35343535#: builtin/mv.c:2123536#, c-format3537msgid "Renaming %s to %s\n"3538msgstr ""35393540#: builtin/mv.c:215 builtin/remote.c:7313541#, c-format3542msgid "renaming '%s' failed"3543msgstr ""35443545#: builtin/notes.c:1393546#, c-format3547msgid "unable to start 'show' for object '%s'"3548msgstr ""35493550#: builtin/notes.c:1453551msgid "can't fdopen 'show' output fd"3552msgstr ""35533554#: builtin/notes.c:1553555#, c-format3556msgid "failed to close pipe to 'show' for object '%s'"3557msgstr ""35583559#: builtin/notes.c:1583560#, c-format3561msgid "failed to finish 'show' for object '%s'"3562msgstr ""35633564#: builtin/notes.c:175 builtin/tag.c:3473565#, c-format3566msgid "could not create file '%s'"3567msgstr ""35683569#: builtin/notes.c:1893570msgid "Please supply the note contents using either -m or -F option"3571msgstr ""35723573#: builtin/notes.c:210 builtin/notes.c:9733574#, c-format3575msgid "Removing note for object %s\n"3576msgstr ""35773578#: builtin/notes.c:2153579msgid "unable to write note object"3580msgstr ""35813582#: builtin/notes.c:2173583#, c-format3584msgid "The note contents has been left in %s"3585msgstr ""35863587#: builtin/notes.c:251 builtin/tag.c:5423588#, c-format3589msgid "cannot read '%s'"3590msgstr ""35913592#: builtin/notes.c:253 builtin/tag.c:5453593#, c-format3594msgid "could not open or read '%s'"3595msgstr ""35963597#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4473598#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6443599#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7663600#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5583601#, c-format3602msgid "Failed to resolve '%s' as a valid ref."3603msgstr ""36043605#: builtin/notes.c:2753606#, c-format3607msgid "Failed to read object '%s'."3608msgstr ""36093610#: builtin/notes.c:2993611msgid "Cannot commit uninitialized/unreferenced notes tree"3612msgstr ""36133614#: builtin/notes.c:3403615#, c-format3616msgid "Bad notes.rewriteMode value: '%s'"3617msgstr ""36183619#: builtin/notes.c:3503620#, c-format3621msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3622msgstr ""36233624#. TRANSLATORS: The first %s is the name of the3625#. environment variable, the second %s is its value3626#: builtin/notes.c:3773627#, c-format3628msgid "Bad %s value: '%s'"3629msgstr ""36303631#: builtin/notes.c:4413632#, c-format3633msgid "Malformed input line: '%s'."3634msgstr ""36353636#: builtin/notes.c:4563637#, c-format3638msgid "Failed to copy notes from '%s' to '%s'"3639msgstr ""36403641#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6273642#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7593643#: builtin/notes.c:10333644msgid "too many parameters"3645msgstr ""36463647#: builtin/notes.c:513 builtin/notes.c:7723648#, c-format3649msgid "No note found for object %s."3650msgstr ""36513652#: builtin/notes.c:5803653#, c-format3654msgid ""3655"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "3656"existing notes"3657msgstr ""36583659#: builtin/notes.c:585 builtin/notes.c:6623660#, c-format3661msgid "Overwriting existing notes for object %s\n"3662msgstr ""36633664#: builtin/notes.c:6353665msgid "too few parameters"3666msgstr ""36673668#: builtin/notes.c:6563669#, c-format3670msgid ""3671"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "3672"existing notes"3673msgstr ""36743675#: builtin/notes.c:6683676#, c-format3677msgid "Missing notes on source object %s. Cannot copy."3678msgstr ""36793680#: builtin/notes.c:7173681#, c-format3682msgid ""3683"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"3684"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"3685msgstr ""36863687#: builtin/notes.c:9713688#, c-format3689msgid "Object %s has no note\n"3690msgstr ""36913692#: builtin/notes.c:1103 builtin/remote.c:15983693#, c-format3694msgid "Unknown subcommand: %s"3695msgstr ""36963697#: builtin/pack-objects.c:23373698#, c-format3699msgid "unsupported index version %s"3700msgstr ""37013702#: builtin/pack-objects.c:23413703#, c-format3704msgid "bad index version '%s'"3705msgstr ""37063707#: builtin/pack-objects.c:23643708#, c-format3709msgid "option %s does not accept negative form"3710msgstr ""37113712#: builtin/pack-objects.c:23683713#, c-format3714msgid "unable to parse value '%s' for option %s"3715msgstr ""37163717#: builtin/push.c:453718msgid "tag shorthand without <tag>"3719msgstr ""37203721#: builtin/push.c:643722msgid "--delete only accepts plain target ref names"3723msgstr ""37243725#: builtin/push.c:993726msgid ""3727"\n"3728"To choose either option permanently, see push.default in 'git help config'."3729msgstr ""37303731#: builtin/push.c:1023732#, c-format3733msgid ""3734"The upstream branch of your current branch does not match\n"3735"the name of your current branch. To push to the upstream branch\n"3736"on the remote, use\n"3737"\n"3738" git push %s HEAD:%s\n"3739"\n"3740"To push to the branch of the same name on the remote, use\n"3741"\n"3742" git push %s %s\n"3743"%s"3744msgstr ""37453746#: builtin/push.c:1213747#, c-format3748msgid ""3749"You are not currently on a branch.\n"3750"To push the history leading to the current (detached HEAD)\n"3751"state now, use\n"3752"\n"3753" git push %s HEAD:<name-of-remote-branch>\n"3754msgstr ""37553756#: builtin/push.c:1283757#, c-format3758msgid ""3759"The current branch %s has no upstream branch.\n"3760"To push the current branch and set the remote as upstream, use\n"3761"\n"3762" git push --set-upstream %s %s\n"3763msgstr ""37643765#: builtin/push.c:1363766#, c-format3767msgid "The current branch %s has multiple upstream branches, refusing to push."3768msgstr ""37693770#: builtin/push.c:1393771#, c-format3772msgid ""3773"You are pushing to remote '%s', which is not the upstream of\n"3774"your current branch '%s', without telling me what to push\n"3775"to update which remote branch."3776msgstr ""37773778#: builtin/push.c:1743779msgid ""3780"You didn't specify any refspecs to push, and push.default is \"nothing\"."3781msgstr ""37823783#: builtin/push.c:1813784msgid ""3785"Updates were rejected because the tip of your current branch is behind\n"3786"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"3787"before pushing again.\n"3788"See the 'Note about fast-forwards' in 'git push --help' for details."3789msgstr ""37903791#: builtin/push.c:1873792msgid ""3793"Updates were rejected because a pushed branch tip is behind its remote\n"3794"counterpart. If you did not intend to push that branch, you may want to\n"3795"specify branches to push or set the 'push.default' configuration\n"3796"variable to 'current' or 'upstream' to push only the current branch."3797msgstr ""37983799#: builtin/push.c:1933800msgid ""3801"Updates were rejected because a pushed branch tip is behind its remote\n"3802"counterpart. Check out this branch and merge the remote changes\n"3803"(e.g. 'git pull') before pushing again.\n"3804"See the 'Note about fast-forwards' in 'git push --help' for details."3805msgstr ""38063807#: builtin/push.c:2333808#, c-format3809msgid "Pushing to %s\n"3810msgstr ""38113812#: builtin/push.c:2373813#, c-format3814msgid "failed to push some refs to '%s'"3815msgstr ""38163817#: builtin/push.c:2693818#, c-format3819msgid "bad repository '%s'"3820msgstr ""38213822#: builtin/push.c:2703823msgid ""3824"No configured push destination.\n"3825"Either specify the URL from the command-line or configure a remote "3826"repository using\n"3827"\n"3828" git remote add <name> <url>\n"3829"\n"3830"and then push using the remote name\n"3831"\n"3832" git push <name>\n"3833msgstr ""38343835#: builtin/push.c:2853836msgid "--all and --tags are incompatible"3837msgstr ""38383839#: builtin/push.c:2863840msgid "--all can't be combined with refspecs"3841msgstr ""38423843#: builtin/push.c:2913844msgid "--mirror and --tags are incompatible"3845msgstr ""38463847#: builtin/push.c:2923848msgid "--mirror can't be combined with refspecs"3849msgstr ""38503851#: builtin/push.c:2973852msgid "--all and --mirror are incompatible"3853msgstr ""38543855#: builtin/push.c:3853856msgid "--delete is incompatible with --all, --mirror and --tags"3857msgstr ""38583859#: builtin/push.c:3873860msgid "--delete doesn't make sense without any refs"3861msgstr ""38623863#: builtin/remote.c:983864#, c-format3865msgid "Updating %s"3866msgstr ""38673868#: builtin/remote.c:1303869msgid ""3870"--mirror is dangerous and deprecated; please\n"3871"\t use --mirror=fetch or --mirror=push instead"3872msgstr ""38733874#: builtin/remote.c:1473875#, c-format3876msgid "unknown mirror argument: %s"3877msgstr ""38783879#: builtin/remote.c:1853880msgid "specifying a master branch makes no sense with --mirror"3881msgstr ""38823883#: builtin/remote.c:1873884msgid "specifying branches to track makes sense only with fetch mirrors"3885msgstr ""38863887#: builtin/remote.c:195 builtin/remote.c:6463888#, c-format3889msgid "remote %s already exists."3890msgstr ""38913892#: builtin/remote.c:199 builtin/remote.c:6503893#, c-format3894msgid "'%s' is not a valid remote name"3895msgstr ""38963897#: builtin/remote.c:2433898#, c-format3899msgid "Could not setup master '%s'"3900msgstr ""39013902#: builtin/remote.c:2993903#, c-format3904msgid "more than one %s"3905msgstr ""39063907#: builtin/remote.c:3393908#, c-format3909msgid "Could not get fetch map for refspec %s"3910msgstr ""39113912#: builtin/remote.c:440 builtin/remote.c:4483913msgid "(matching)"3914msgstr ""39153916#: builtin/remote.c:4523917msgid "(delete)"3918msgstr ""39193920#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6073921#, c-format3922msgid "Could not append '%s' to '%s'"3923msgstr ""39243925#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8903926#, c-format3927msgid "No such remote: %s"3928msgstr ""39293930#: builtin/remote.c:6563931#, c-format3932msgid "Could not rename config section '%s' to '%s'"3933msgstr ""39343935#: builtin/remote.c:662 builtin/remote.c:7993936#, c-format3937msgid "Could not remove config section '%s'"3938msgstr ""39393940#: builtin/remote.c:6773941#, c-format3942msgid ""3943"Not updating non-default fetch refspec\n"3944"\t%s\n"3945"\tPlease update the configuration manually if necessary."3946msgstr ""39473948#: builtin/remote.c:6833949#, c-format3950msgid "Could not append '%s'"3951msgstr ""39523953#: builtin/remote.c:6943954#, c-format3955msgid "Could not set '%s'"3956msgstr ""39573958#: builtin/remote.c:7163959#, c-format3960msgid "deleting '%s' failed"3961msgstr ""39623963#: builtin/remote.c:7503964#, c-format3965msgid "creating '%s' failed"3966msgstr ""39673968#: builtin/remote.c:7643969#, c-format3970msgid "Could not remove branch %s"3971msgstr ""39723973#: builtin/remote.c:8343974msgid ""3975"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"3976"to delete it, use:"3977msgid_plural ""3978"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"3979"to delete them, use:"3980msgstr[0] ""3981msgstr[1] ""39823983#: builtin/remote.c:9433984#, c-format3985msgid " new (next fetch will store in remotes/%s)"3986msgstr ""39873988#: builtin/remote.c:9463989msgid " tracked"3990msgstr ""39913992#: builtin/remote.c:9483993msgid " stale (use 'git remote prune' to remove)"3994msgstr ""39953996#: builtin/remote.c:9503997msgid " ???"3998msgstr ""39994000#: builtin/remote.c:9914001#, c-format4002msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"4003msgstr ""40044005#: builtin/remote.c:9984006#, c-format4007msgid "rebases onto remote %s"4008msgstr ""40094010#: builtin/remote.c:10014011#, c-format4012msgid " merges with remote %s"4013msgstr ""40144015#: builtin/remote.c:10024016msgid " and with remote"4017msgstr ""40184019#: builtin/remote.c:10044020#, c-format4021msgid "merges with remote %s"4022msgstr ""40234024#: builtin/remote.c:10054025msgid " and with remote"4026msgstr ""40274028#: builtin/remote.c:10514029msgid "create"4030msgstr ""40314032#: builtin/remote.c:10544033msgid "delete"4034msgstr ""40354036#: builtin/remote.c:10584037msgid "up to date"4038msgstr ""40394040#: builtin/remote.c:10614041msgid "fast-forwardable"4042msgstr ""40434044#: builtin/remote.c:10644045msgid "local out of date"4046msgstr ""40474048#: builtin/remote.c:10714049#, c-format4050msgid " %-*s forces to %-*s (%s)"4051msgstr ""40524053#: builtin/remote.c:10744054#, c-format4055msgid " %-*s pushes to %-*s (%s)"4056msgstr ""40574058#: builtin/remote.c:10784059#, c-format4060msgid " %-*s forces to %s"4061msgstr ""40624063#: builtin/remote.c:10814064#, c-format4065msgid " %-*s pushes to %s"4066msgstr ""40674068#: builtin/remote.c:11184069#, c-format4070msgid "* remote %s"4071msgstr ""40724073#: builtin/remote.c:11194074#, c-format4075msgid " Fetch URL: %s"4076msgstr ""40774078#: builtin/remote.c:1120 builtin/remote.c:12854079msgid "(no URL)"4080msgstr ""40814082#: builtin/remote.c:1129 builtin/remote.c:11314083#, c-format4084msgid " Push URL: %s"4085msgstr ""40864087#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11374088#, c-format4089msgid " HEAD branch: %s"4090msgstr ""40914092#: builtin/remote.c:11394093#, c-format4094msgid ""4095" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"4096msgstr ""40974098#: builtin/remote.c:11514099#, c-format4100msgid " Remote branch:%s"4101msgid_plural " Remote branches:%s"4102msgstr[0] ""4103msgstr[1] ""41044105#: builtin/remote.c:1154 builtin/remote.c:11814106msgid " (status not queried)"4107msgstr ""41084109#: builtin/remote.c:11634110msgid " Local branch configured for 'git pull':"4111msgid_plural " Local branches configured for 'git pull':"4112msgstr[0] ""4113msgstr[1] ""41144115#: builtin/remote.c:11714116msgid " Local refs will be mirrored by 'git push'"4117msgstr ""41184119#: builtin/remote.c:11784120#, c-format4121msgid " Local ref configured for 'git push'%s:"4122msgid_plural " Local refs configured for 'git push'%s:"4123msgstr[0] ""4124msgstr[1] ""41254126#: builtin/remote.c:12164127msgid "Cannot determine remote HEAD"4128msgstr ""41294130#: builtin/remote.c:12184131msgid "Multiple remote HEAD branches. Please choose one explicitly with:"4132msgstr ""41334134#: builtin/remote.c:12284135#, c-format4136msgid "Could not delete %s"4137msgstr ""41384139#: builtin/remote.c:12364140#, c-format4141msgid "Not a valid ref: %s"4142msgstr ""41434144#: builtin/remote.c:12384145#, c-format4146msgid "Could not setup %s"4147msgstr ""41484149#: builtin/remote.c:12744150#, c-format4151msgid " %s will become dangling!"4152msgstr ""41534154#: builtin/remote.c:12754155#, c-format4156msgid " %s has become dangling!"4157msgstr ""41584159#: builtin/remote.c:12814160#, c-format4161msgid "Pruning %s"4162msgstr ""41634164#: builtin/remote.c:12824165#, c-format4166msgid "URL: %s"4167msgstr ""41684169#: builtin/remote.c:12954170#, c-format4171msgid " * [would prune] %s"4172msgstr ""41734174#: builtin/remote.c:12984175#, c-format4176msgid " * [pruned] %s"4177msgstr ""41784179#: builtin/remote.c:1387 builtin/remote.c:14614180#, c-format4181msgid "No such remote '%s'"4182msgstr ""41834184#: builtin/remote.c:14144185msgid "no remote specified"4186msgstr ""41874188#: builtin/remote.c:14474189msgid "--add --delete doesn't make sense"4190msgstr ""41914192#: builtin/remote.c:14874193#, c-format4194msgid "Invalid old URL pattern: %s"4195msgstr ""41964197#: builtin/remote.c:14954198#, c-format4199msgid "No such URL found: %s"4200msgstr ""42014202#: builtin/remote.c:14974203msgid "Will not delete all non-push URLs"4204msgstr ""42054206#: builtin/reset.c:334207msgid "mixed"4208msgstr ""42094210#: builtin/reset.c:334211msgid "soft"4212msgstr ""42134214#: builtin/reset.c:334215msgid "hard"4216msgstr ""42174218#: builtin/reset.c:334219msgid "merge"4220msgstr ""42214222#: builtin/reset.c:334223msgid "keep"4224msgstr ""42254226#: builtin/reset.c:774227msgid "You do not have a valid HEAD."4228msgstr ""42294230#: builtin/reset.c:794231msgid "Failed to find tree of HEAD."4232msgstr ""42334234#: builtin/reset.c:854235#, c-format4236msgid "Failed to find tree of %s."4237msgstr ""42384239#: builtin/reset.c:964240msgid "Could not write new index file."4241msgstr ""42424243#: builtin/reset.c:1064244#, c-format4245msgid "HEAD is now at %s"4246msgstr ""42474248#: builtin/reset.c:1304249msgid "Could not read index"4250msgstr ""42514252#: builtin/reset.c:1334253msgid "Unstaged changes after reset:"4254msgstr ""42554256#: builtin/reset.c:2234257#, c-format4258msgid "Cannot do a %s reset in the middle of a merge."4259msgstr ""42604261#: builtin/reset.c:2974262#, c-format4263msgid "Could not parse object '%s'."4264msgstr ""42654266#: builtin/reset.c:3024267msgid "--patch is incompatible with --{hard,mixed,soft}"4268msgstr ""42694270#: builtin/reset.c:3114271msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."4272msgstr ""42734274#: builtin/reset.c:3134275#, c-format4276msgid "Cannot do %s reset with paths."4277msgstr ""42784279#: builtin/reset.c:3254280#, c-format4281msgid "%s reset is not allowed in a bare repository"4282msgstr ""42834284#: builtin/reset.c:3414285#, c-format4286msgid "Could not reset index file to revision '%s'."4287msgstr ""42884289#: builtin/revert.c:70 builtin/revert.c:924290#, c-format4291msgid "%s: %s cannot be used with %s"4292msgstr ""42934294#: builtin/revert.c:1314295msgid "program error"4296msgstr ""42974298#: builtin/revert.c:2214299msgid "revert failed"4300msgstr ""43014302#: builtin/revert.c:2364303msgid "cherry-pick failed"4304msgstr ""43054306#: builtin/rm.c:1094307#, c-format4308msgid ""4309"'%s' has staged content different from both the file and the HEAD\n"4310"(use -f to force removal)"4311msgstr ""43124313#: builtin/rm.c:1154314#, c-format4315msgid ""4316"'%s' has changes staged in the index\n"4317"(use --cached to keep the file, or -f to force removal)"4318msgstr ""43194320#: builtin/rm.c:1194321#, c-format4322msgid ""4323"'%s' has local modifications\n"4324"(use --cached to keep the file, or -f to force removal)"4325msgstr ""43264327#: builtin/rm.c:1944328#, c-format4329msgid "not removing '%s' recursively without -r"4330msgstr ""43314332#: builtin/rm.c:2304333#, c-format4334msgid "git rm: unable to remove %s"4335msgstr ""43364337#: builtin/shortlog.c:1574338#, c-format4339msgid "Missing author: %s"4340msgstr ""43414342#: builtin/tag.c:604343#, c-format4344msgid "malformed object at '%s'"4345msgstr ""43464347#: builtin/tag.c:2074348#, c-format4349msgid "tag name too long: %.*s..."4350msgstr ""43514352#: builtin/tag.c:2124353#, c-format4354msgid "tag '%s' not found."4355msgstr ""43564357#: builtin/tag.c:2274358#, c-format4359msgid "Deleted tag '%s' (was %s)\n"4360msgstr ""43614362#: builtin/tag.c:2394363#, c-format4364msgid "could not verify the tag '%s'"4365msgstr ""43664367#: builtin/tag.c:2494368msgid ""4369"\n"4370"#\n"4371"# Write a tag message\n"4372"# Lines starting with '#' will be ignored.\n"4373"#\n"4374msgstr ""43754376#: builtin/tag.c:2564377msgid ""4378"\n"4379"#\n"4380"# Write a tag message\n"4381"# Lines starting with '#' will be kept; you may remove them yourself if you "4382"want to.\n"4383"#\n"4384msgstr ""43854386#: builtin/tag.c:2984387msgid "unable to sign the tag"4388msgstr ""43894390#: builtin/tag.c:3004391msgid "unable to write tag file"4392msgstr ""43934394#: builtin/tag.c:3254395msgid "bad object type."4396msgstr ""43974398#: builtin/tag.c:3384399msgid "tag header too big."4400msgstr ""44014402#: builtin/tag.c:3704403msgid "no tag message?"4404msgstr ""44054406#: builtin/tag.c:3764407#, c-format4408msgid "The tag message has been left in %s\n"4409msgstr ""44104411#: builtin/tag.c:4254412msgid "switch 'points-at' requires an object"4413msgstr ""44144415#: builtin/tag.c:4274416#, c-format4417msgid "malformed object name '%s'"4418msgstr ""44194420#: builtin/tag.c:5064421msgid "--column and -n are incompatible"4422msgstr ""44234424#: builtin/tag.c:5234425msgid "-n option is only allowed with -l."4426msgstr ""44274428#: builtin/tag.c:5254429msgid "--contains option is only allowed with -l."4430msgstr ""44314432#: builtin/tag.c:5274433msgid "--points-at option is only allowed with -l."4434msgstr ""44354436#: builtin/tag.c:5354437msgid "only one -F or -m option is allowed."4438msgstr ""44394440#: builtin/tag.c:5554441msgid "too many params"4442msgstr ""44434444#: builtin/tag.c:5614445#, c-format4446msgid "'%s' is not a valid tag name."4447msgstr ""44484449#: builtin/tag.c:5664450#, c-format4451msgid "tag '%s' already exists"4452msgstr ""44534454#: builtin/tag.c:5844455#, c-format4456msgid "%s: cannot lock the ref"4457msgstr ""44584459#: builtin/tag.c:5864460#, c-format4461msgid "%s: cannot update the ref"4462msgstr ""44634464#: builtin/tag.c:5884465#, c-format4466msgid "Updated tag '%s' (was %s)\n"4467msgstr ""44684469#: git.c:164470msgid "See 'git help <command>' for more information on a specific command."4471msgstr ""44724473#: parse-options.h:133 parse-options.h:2354474msgid "n"4475msgstr ""44764477#: parse-options.h:1414478msgid "time"4479msgstr ""44804481#: parse-options.h:1494482msgid "file"4483msgstr ""44844485#: parse-options.h:1514486msgid "when"4487msgstr ""44884489#: parse-options.h:1564490msgid "no-op (backward compatibility)"4491msgstr ""44924493#: parse-options.h:2284494msgid "be more verbose"4495msgstr ""44964497#: parse-options.h:2304498msgid "be more quiet"4499msgstr ""45004501#: parse-options.h:2364502msgid "use <n> digits to display SHA-1s"4503msgstr ""45044505#: common-cmds.h:84506msgid "Add file contents to the index"4507msgstr ""45084509#: common-cmds.h:94510msgid "Find by binary search the change that introduced a bug"4511msgstr ""45124513#: common-cmds.h:104514msgid "List, create, or delete branches"4515msgstr ""45164517#: common-cmds.h:114518msgid "Checkout a branch or paths to the working tree"4519msgstr ""45204521#: common-cmds.h:124522msgid "Clone a repository into a new directory"4523msgstr ""45244525#: common-cmds.h:134526msgid "Record changes to the repository"4527msgstr ""45284529#: common-cmds.h:144530msgid "Show changes between commits, commit and working tree, etc"4531msgstr ""45324533#: common-cmds.h:154534msgid "Download objects and refs from another repository"4535msgstr ""45364537#: common-cmds.h:164538msgid "Print lines matching a pattern"4539msgstr ""45404541#: common-cmds.h:174542msgid "Create an empty git repository or reinitialize an existing one"4543msgstr ""45444545#: common-cmds.h:184546msgid "Show commit logs"4547msgstr ""45484549#: common-cmds.h:194550msgid "Join two or more development histories together"4551msgstr ""45524553#: common-cmds.h:204554msgid "Move or rename a file, a directory, or a symlink"4555msgstr ""45564557#: common-cmds.h:214558msgid "Fetch from and merge with another repository or a local branch"4559msgstr ""45604561#: common-cmds.h:224562msgid "Update remote refs along with associated objects"4563msgstr ""45644565#: common-cmds.h:234566msgid "Forward-port local commits to the updated upstream head"4567msgstr ""45684569#: common-cmds.h:244570msgid "Reset current HEAD to the specified state"4571msgstr ""45724573#: common-cmds.h:254574msgid "Remove files from the working tree and from the index"4575msgstr ""45764577#: common-cmds.h:264578msgid "Show various types of objects"4579msgstr ""45804581#: common-cmds.h:274582msgid "Show the working tree status"4583msgstr ""45844585#: common-cmds.h:284586msgid "Create, list, delete or verify a tag object signed with GPG"4587msgstr ""45884589#: git-am.sh:504590msgid "You need to set your committer info first"4591msgstr ""45924593#: git-am.sh:954594msgid ""4595"You seem to have moved HEAD since the last 'am' failure.\n"4596"Not rewinding to ORIG_HEAD"4597msgstr ""45984599#: git-am.sh:1054600#, sh-format4601msgid ""4602"When you have resolved this problem run \"$cmdline --resolved\".\n"4603"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"4604"To restore the original branch and stop patching run \"$cmdline --abort\"."4605msgstr ""46064607#: git-am.sh:1214608msgid "Cannot fall back to three-way merge."4609msgstr ""46104611#: git-am.sh:1374612msgid "Repository lacks necessary blobs to fall back on 3-way merge."4613msgstr ""46144615#: git-am.sh:1544616msgid ""4617"Did you hand edit your patch?\n"4618"It does not apply to blobs recorded in its index."4619msgstr ""46204621#: git-am.sh:1634622msgid "Falling back to patching base and 3-way merge..."4623msgstr ""46244625#: git-am.sh:2754626msgid "Only one StGIT patch series can be applied at once"4627msgstr ""46284629#: git-am.sh:3624630#, sh-format4631msgid "Patch format $patch_format is not supported."4632msgstr ""46334634#: git-am.sh:3644635msgid "Patch format detection failed."4636msgstr ""46374638#: git-am.sh:4184639msgid "-d option is no longer supported. Do not use."4640msgstr ""46414642#: git-am.sh:4814643#, sh-format4644msgid "previous rebase directory $dotest still exists but mbox given."4645msgstr ""46464647#: git-am.sh:4864648msgid "Please make up your mind. --skip or --abort?"4649msgstr ""46504651#: git-am.sh:5134652msgid "Resolve operation not in progress, we are not resuming."4653msgstr ""46544655#: git-am.sh:5794656#, sh-format4657msgid "Dirty index: cannot apply patches (dirty: $files)"4658msgstr ""46594660#: git-am.sh:6714661#, sh-format4662msgid ""4663"Patch is empty. Was it split wrong?\n"4664"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"4665"To restore the original branch and stop patching run \"$cmdline --abort\"."4666msgstr ""46674668#: git-am.sh:7084669msgid "Patch does not have a valid e-mail address."4670msgstr ""46714672#: git-am.sh:7554673msgid "cannot be interactive without stdin connected to a terminal."4674msgstr ""46754676#: git-am.sh:7594677msgid "Commit Body is:"4678msgstr ""46794680#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4681#. in your translation. The program will only accept English4682#. input at this point.4683#: git-am.sh:7664684msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "4685msgstr ""46864687#: git-am.sh:8024688#, sh-format4689msgid "Applying: $FIRSTLINE"4690msgstr ""46914692#: git-am.sh:8234693msgid ""4694"No changes - did you forget to use 'git add'?\n"4695"If there is nothing left to stage, chances are that something else\n"4696"already introduced the same changes; you might want to skip this patch."4697msgstr ""46984699#: git-am.sh:8314700msgid ""4701"You still have unmerged paths in your index\n"4702"did you forget to use 'git add'?"4703msgstr ""47044705#: git-am.sh:8474706msgid "No changes -- Patch already applied."4707msgstr ""47084709#: git-am.sh:8574710#, sh-format4711msgid "Patch failed at $msgnum $FIRSTLINE"4712msgstr ""47134714#: git-am.sh:8734715msgid "applying to an empty history"4716msgstr ""47174718#: git-bisect.sh:484719msgid "You need to start by \"git bisect start\""4720msgstr ""47214722#. TRANSLATORS: Make sure to include [Y] and [n] in your4723#. translation. The program will only accept English input4724#. at this point.4725#: git-bisect.sh:544726msgid "Do you want me to do it for you [Y/n]? "4727msgstr ""47284729#: git-bisect.sh:954730#, sh-format4731msgid "unrecognised option: '$arg'"4732msgstr ""47334734#: git-bisect.sh:994735#, sh-format4736msgid "'$arg' does not appear to be a valid revision"4737msgstr ""47384739#: git-bisect.sh:1174740msgid "Bad HEAD - I need a HEAD"4741msgstr ""47424743#: git-bisect.sh:1304744#, sh-format4745msgid ""4746"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."4747msgstr ""47484749#: git-bisect.sh:1404750msgid "won't bisect on seeked tree"4751msgstr ""47524753#: git-bisect.sh:1444754msgid "Bad HEAD - strange symbolic ref"4755msgstr ""47564757#: git-bisect.sh:1894758#, sh-format4759msgid "Bad bisect_write argument: $state"4760msgstr ""47614762#: git-bisect.sh:2184763#, sh-format4764msgid "Bad rev input: $arg"4765msgstr ""47664767#: git-bisect.sh:2324768msgid "Please call 'bisect_state' with at least one argument."4769msgstr ""47704771#: git-bisect.sh:2444772#, sh-format4773msgid "Bad rev input: $rev"4774msgstr ""47754776#: git-bisect.sh:2504777msgid "'git bisect bad' can take only one argument."4778msgstr ""47794780#. have bad but not good. we could bisect although4781#. this is less optimum.4782#: git-bisect.sh:2734783msgid "Warning: bisecting only with a bad commit."4784msgstr ""47854786#. TRANSLATORS: Make sure to include [Y] and [n] in your4787#. translation. The program will only accept English input4788#. at this point.4789#: git-bisect.sh:2794790msgid "Are you sure [Y/n]? "4791msgstr ""47924793#: git-bisect.sh:2894794msgid ""4795"You need to give me at least one good and one bad revisions.\n"4796"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"4797msgstr ""47984799#: git-bisect.sh:2924800msgid ""4801"You need to start by \"git bisect start\".\n"4802"You then need to give me at least one good and one bad revisions.\n"4803"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"4804msgstr ""48054806#: git-bisect.sh:347 git-bisect.sh:4744807msgid "We are not bisecting."4808msgstr ""48094810#: git-bisect.sh:3544811#, sh-format4812msgid "'$invalid' is not a valid commit"4813msgstr ""48144815#: git-bisect.sh:3634816#, sh-format4817msgid ""4818"Could not check out original HEAD '$branch'.\n"4819"Try 'git bisect reset <commit>'."4820msgstr ""48214822#: git-bisect.sh:3904823msgid "No logfile given"4824msgstr ""48254826#: git-bisect.sh:3914827#, sh-format4828msgid "cannot read $file for replaying"4829msgstr ""48304831#: git-bisect.sh:4084832msgid "?? what are you talking about?"4833msgstr ""48344835#: git-bisect.sh:4204836#, sh-format4837msgid "running $command"4838msgstr ""48394840#: git-bisect.sh:4274841#, sh-format4842msgid ""4843"bisect run failed:\n"4844"exit code $res from '$command' is < 0 or >= 128"4845msgstr ""48464847#: git-bisect.sh:4534848msgid "bisect run cannot continue any more"4849msgstr ""48504851#: git-bisect.sh:4594852#, sh-format4853msgid ""4854"bisect run failed:\n"4855"'bisect_state $state' exited with error code $res"4856msgstr ""48574858#: git-bisect.sh:4664859msgid "bisect run success"4860msgstr ""48614862#: git-pull.sh:214863msgid ""4864"Pull is not possible because you have unmerged files.\n"4865"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"4866"as appropriate to mark resolution, or use 'git commit -a'."4867msgstr ""48684869#: git-pull.sh:254870msgid "Pull is not possible because you have unmerged files."4871msgstr ""48724873#: git-pull.sh:1974874msgid "updating an unborn branch with changes added to the index"4875msgstr ""48764877#. The fetch involved updating the current branch.4878#. The working tree and the index file is still based on the4879#. $orig_head commit, but we are merging into $curr_head.4880#. First update the working tree to match $curr_head.4881#: git-pull.sh:2284882#, sh-format4883msgid ""4884"Warning: fetch updated the current branch head.\n"4885"Warning: fast-forwarding your working tree from\n"4886"Warning: commit $orig_head."4887msgstr ""48884889#: git-pull.sh:2534890msgid "Cannot merge multiple branches into empty head"4891msgstr ""48924893#: git-pull.sh:2574894msgid "Cannot rebase onto multiple branches"4895msgstr ""48964897#: git-stash.sh:514898msgid "git stash clear with parameters is unimplemented"4899msgstr ""49004901#: git-stash.sh:744902msgid "You do not have the initial commit yet"4903msgstr ""49044905#: git-stash.sh:894906msgid "Cannot save the current index state"4907msgstr ""49084909#: git-stash.sh:123 git-stash.sh:1364910msgid "Cannot save the current worktree state"4911msgstr ""49124913#: git-stash.sh:1404914msgid "No changes selected"4915msgstr ""49164917#: git-stash.sh:1434918msgid "Cannot remove temporary index (can't happen)"4919msgstr ""49204921#: git-stash.sh:1564922msgid "Cannot record working tree state"4923msgstr ""49244925#. TRANSLATORS: $option is an invalid option, like4926#. `--blah-blah'. The 7 spaces at the beginning of the4927#. second line correspond to "error: ". So you should line4928#. up the second line with however many characters the4929#. translation of "error: " takes in your language. E.g. in4930#. English this is:4931#.4932#. $ git stash save --blah-blah 2>&1 | head -n 24933#. error: unknown option for 'stash save': --blah-blah4934#. To provide a message, use git stash save -- '--blah-blah'4935#: git-stash.sh:2024936#, sh-format4937msgid ""4938"error: unknown option for 'stash save': $option\n"4939" To provide a message, use git stash save -- '$option'"4940msgstr ""49414942#: git-stash.sh:2234943msgid "No local changes to save"4944msgstr ""49454946#: git-stash.sh:2274947msgid "Cannot initialize stash"4948msgstr ""49494950#: git-stash.sh:2354951msgid "Cannot save the current status"4952msgstr ""49534954#: git-stash.sh:2534955msgid "Cannot remove worktree changes"4956msgstr ""49574958#: git-stash.sh:3524959msgid "No stash found."4960msgstr ""49614962#: git-stash.sh:3594963#, sh-format4964msgid "Too many revisions specified: $REV"4965msgstr ""49664967#: git-stash.sh:3654968#, sh-format4969msgid "$reference is not valid reference"4970msgstr ""49714972#: git-stash.sh:3934973#, sh-format4974msgid "'$args' is not a stash-like commit"4975msgstr ""49764977#: git-stash.sh:4044978#, sh-format4979msgid "'$args' is not a stash reference"4980msgstr ""49814982#: git-stash.sh:4124983msgid "unable to refresh index"4984msgstr ""49854986#: git-stash.sh:4164987msgid "Cannot apply a stash in the middle of a merge"4988msgstr ""49894990#: git-stash.sh:4244991msgid "Conflicts in index. Try without --index."4992msgstr ""49934994#: git-stash.sh:4264995msgid "Could not save index tree"4996msgstr ""49974998#: git-stash.sh:4604999msgid "Cannot unstage modified files"5000msgstr ""50015002#: git-stash.sh:4745003msgid "Index was not unstashed."5004msgstr ""50055006#: git-stash.sh:4915007#, sh-format5008msgid "Dropped ${REV} ($s)"5009msgstr ""50105011#: git-stash.sh:4925012#, sh-format5013msgid "${REV}: Could not drop stash entry"5014msgstr ""50155016#: git-stash.sh:4995017msgid "No branch name specified"5018msgstr ""50195020#: git-stash.sh:5705021msgid "(To restore them type \"git stash apply\")"5022msgstr ""50235024#: git-submodule.sh:565025#, sh-format5026msgid "cannot strip one component off url '$remoteurl'"5027msgstr ""50285029#: git-submodule.sh:1095030#, sh-format5031msgid "No submodule mapping found in .gitmodules for path '$sm_path'"5032msgstr ""50335034#: git-submodule.sh:1505035#, sh-format5036msgid "Clone of '$url' into submodule path '$sm_path' failed"5037msgstr ""50385039#: git-submodule.sh:1605040#, sh-format5041msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"5042msgstr ""50435044#: git-submodule.sh:2495045#, sh-format5046msgid "repo URL: '$repo' must be absolute or begin with ./|../"5047msgstr ""50485049#: git-submodule.sh:2665050#, sh-format5051msgid "'$sm_path' already exists in the index"5052msgstr ""50535054#: git-submodule.sh:2705055#, sh-format5056msgid ""5057"The following path is ignored by one of your .gitignore files:\n"5058"$sm_path\n"5059"Use -f if you really want to add it."5060msgstr ""50615062#: git-submodule.sh:2815063#, sh-format5064msgid "Adding existing repo at '$sm_path' to the index"5065msgstr ""50665067#: git-submodule.sh:2835068#, sh-format5069msgid "'$sm_path' already exists and is not a valid git repo"5070msgstr ""50715072#: git-submodule.sh:2975073#, sh-format5074msgid "Unable to checkout submodule '$sm_path'"5075msgstr ""50765077#: git-submodule.sh:3025078#, sh-format5079msgid "Failed to add submodule '$sm_path'"5080msgstr ""50815082#: git-submodule.sh:3075083#, sh-format5084msgid "Failed to register submodule '$sm_path'"5085msgstr ""50865087#: git-submodule.sh:3495088#, sh-format5089msgid "Entering '$prefix$sm_path'"5090msgstr ""50915092#: git-submodule.sh:3635093#, sh-format5094msgid "Stopping at '$sm_path'; script returned non-zero status."5095msgstr ""50965097#: git-submodule.sh:4065098#, sh-format5099msgid "No url found for submodule path '$sm_path' in .gitmodules"5100msgstr ""51015102#: git-submodule.sh:4155103#, sh-format5104msgid "Failed to register url for submodule path '$sm_path'"5105msgstr ""51065107#: git-submodule.sh:4175108#, sh-format5109msgid "Submodule '$name' ($url) registered for path '$sm_path'"5110msgstr ""51115112#: git-submodule.sh:4255113#, sh-format5114msgid "Failed to register update mode for submodule path '$sm_path'"5115msgstr ""51165117#: git-submodule.sh:5245118#, sh-format5119msgid ""5120"Submodule path '$sm_path' not initialized\n"5121"Maybe you want to use 'update --init'?"5122msgstr ""51235124#: git-submodule.sh:5375125#, sh-format5126msgid "Unable to find current revision in submodule path '$sm_path'"5127msgstr ""51285129#: git-submodule.sh:5565130#, sh-format5131msgid "Unable to fetch in submodule path '$sm_path'"5132msgstr ""51335134#: git-submodule.sh:5705135#, sh-format5136msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"5137msgstr ""51385139#: git-submodule.sh:5715140#, sh-format5141msgid "Submodule path '$sm_path': rebased into '$sha1'"5142msgstr ""51435144#: git-submodule.sh:5765145#, sh-format5146msgid "Unable to merge '$sha1' in submodule path '$sm_path'"5147msgstr ""51485149#: git-submodule.sh:5775150#, sh-format5151msgid "Submodule path '$sm_path': merged in '$sha1'"5152msgstr ""51535154#: git-submodule.sh:5825155#, sh-format5156msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"5157msgstr ""51585159#: git-submodule.sh:5835160#, sh-format5161msgid "Submodule path '$sm_path': checked out '$sha1'"5162msgstr ""51635164#: git-submodule.sh:605 git-submodule.sh:9285165#, sh-format5166msgid "Failed to recurse into submodule path '$sm_path'"5167msgstr ""51685169#: git-submodule.sh:7135170msgid "--cached cannot be used with --files"5171msgstr ""51725173#. unexpected type5174#: git-submodule.sh:7535175#, sh-format5176msgid "unexpected mode $mod_dst"5177msgstr ""51785179#: git-submodule.sh:7715180#, sh-format5181msgid " Warn: $name doesn't contain commit $sha1_src"5182msgstr ""51835184#: git-submodule.sh:7745185#, sh-format5186msgid " Warn: $name doesn't contain commit $sha1_dst"5187msgstr ""51885189#: git-submodule.sh:7775190#, sh-format5191msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"5192msgstr ""51935194#: git-submodule.sh:8025195msgid "blob"5196msgstr ""51975198#: git-submodule.sh:8035199msgid "submodule"5200msgstr ""52015202#: git-submodule.sh:8405203msgid "# Submodules changed but not updated:"5204msgstr ""52055206#: git-submodule.sh:8425207msgid "# Submodule changes to be committed:"5208msgstr ""52095210#: git-submodule.sh:9745211#, sh-format5212msgid "Synchronizing submodule url for '$name'"5213msgstr ""