1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 11"POT-Creation-Date: 2012-05-21 08:57+0800\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 20 21#: advice.c:40 22#, c-format 23msgid "hint: %.*s\n" 24msgstr "" 25 26#. 27#. * Message used both when 'git commit' fails and when 28#. * other commands doing a merge do. 29#. 30#: advice.c:70 31msgid "" 32"Fix them up in the work tree,\n" 33"and then use 'git add/rm <file>' as\n" 34"appropriate to mark resolution and make a commit,\n" 35"or use 'git commit -a'." 36msgstr "" 37 38#: bundle.c:36 39#, c-format 40msgid "'%s' does not look like a v2 bundle file" 41msgstr "" 42 43#: bundle.c:63 44#, c-format 45msgid "unrecognized header: %s%s (%d)" 46msgstr "" 47 48#: bundle.c:89 builtin/commit.c:697 49#, c-format 50msgid "could not open '%s'" 51msgstr "" 52 53#: bundle.c:140 54msgid "Repository lacks these prerequisite commits:" 55msgstr "" 56 57#: bundle.c:164 sequencer.c:533 sequencer.c:965 builtin/log.c:289 58#: builtin/log.c:719 builtin/log.c:1335 builtin/log.c:1554 builtin/merge.c:347 59#: builtin/shortlog.c:181 60msgid "revision walk setup failed" 61msgstr "" 62 63#: bundle.c:186 64#, c-format 65msgid "The bundle contains %d ref" 66msgid_plural "The bundle contains %d refs" 67msgstr[0] "" 68msgstr[1] "" 69 70#: bundle.c:192 71#, c-format 72msgid "The bundle requires this ref" 73msgid_plural "The bundle requires these %d refs" 74msgstr[0] "" 75msgstr[1] "" 76 77#: bundle.c:290 78msgid "rev-list died" 79msgstr "" 80 81#: bundle.c:296 builtin/log.c:1231 builtin/shortlog.c:284 82#, c-format 83msgid "unrecognized argument: %s" 84msgstr "" 85 86#: bundle.c:331 87#, c-format 88msgid "ref '%s' is excluded by the rev-list options" 89msgstr "" 90 91#: bundle.c:376 92msgid "Refusing to create empty bundle." 93msgstr "" 94 95#: bundle.c:394 96msgid "Could not spawn pack-objects" 97msgstr "" 98 99#: bundle.c:412 100msgid "pack-objects died" 101msgstr "" 102 103#: bundle.c:415 104#, c-format 105msgid "cannot create '%s'" 106msgstr "" 107 108#: bundle.c:437 109msgid "index-pack died" 110msgstr "" 111 112#: commit.c:48 113#, c-format 114msgid "could not parse %s" 115msgstr "" 116 117#: commit.c:50 118#, c-format 119msgid "%s %s is not a commit!" 120msgstr "" 121 122#: compat/obstack.c:406 compat/obstack.c:408 123msgid "memory exhausted" 124msgstr "" 125 126#: connected.c:39 127msgid "Could not run 'git rev-list'" 128msgstr "" 129 130#: connected.c:48 131#, c-format 132msgid "failed write to rev-list: %s" 133msgstr "" 134 135#: connected.c:56 136#, c-format 137msgid "failed to close rev-list's stdin: %s" 138msgstr "" 139 140#: date.c:95 141msgid "in the future" 142msgstr "" 143 144#: date.c:101 145#, c-format 146msgid "%lu second ago" 147msgid_plural "%lu seconds ago" 148msgstr[0] "" 149msgstr[1] "" 150 151#: date.c:108 152#, c-format 153msgid "%lu minute ago" 154msgid_plural "%lu minutes ago" 155msgstr[0] "" 156msgstr[1] "" 157 158#: date.c:115 159#, c-format 160msgid "%lu hour ago" 161msgid_plural "%lu hours ago" 162msgstr[0] "" 163msgstr[1] "" 164 165#: date.c:122 166#, c-format 167msgid "%lu day ago" 168msgid_plural "%lu days ago" 169msgstr[0] "" 170msgstr[1] "" 171 172#: date.c:128 173#, c-format 174msgid "%lu week ago" 175msgid_plural "%lu weeks ago" 176msgstr[0] "" 177msgstr[1] "" 178 179#: date.c:135 180#, c-format 181msgid "%lu month ago" 182msgid_plural "%lu months ago" 183msgstr[0] "" 184msgstr[1] "" 185 186#: date.c:146 187#, c-format 188msgid "%lu year" 189msgid_plural "%lu years" 190msgstr[0] "" 191msgstr[1] "" 192 193#: date.c:149 194#, c-format 195msgid "%s, %lu month ago" 196msgid_plural "%s, %lu months ago" 197msgstr[0] "" 198msgstr[1] "" 199 200#: date.c:154 date.c:159 201#, c-format 202msgid "%lu year ago" 203msgid_plural "%lu years ago" 204msgstr[0] "" 205msgstr[1] "" 206 207#: diff.c:105 208#, c-format 209msgid " Failed to parse dirstat cut-off percentage '%.*s'\n" 210msgstr "" 211 212#: diff.c:110 213#, c-format 214msgid " Unknown dirstat parameter '%.*s'\n" 215msgstr "" 216 217#: diff.c:210 218#, c-format 219msgid "" 220"Found errors in 'diff.dirstat' config variable:\n" 221"%s" 222msgstr "" 223 224#: diff.c:1400 225msgid " 0 files changed\n" 226msgstr "" 227 228#: diff.c:1404 229#, c-format 230msgid " %d file changed" 231msgid_plural " %d files changed" 232msgstr[0] "" 233msgstr[1] "" 234 235#: diff.c:1421 236#, c-format 237msgid ", %d insertion(+)" 238msgid_plural ", %d insertions(+)" 239msgstr[0] "" 240msgstr[1] "" 241 242#: diff.c:1432 243#, c-format 244msgid ", %d deletion(-)" 245msgid_plural ", %d deletions(-)" 246msgstr[0] "" 247msgstr[1] "" 248 249#: diff.c:3478 250#, c-format 251msgid "" 252"Failed to parse --dirstat/-X option parameter:\n" 253"%s" 254msgstr "" 255 256#: gpg-interface.c:59 257msgid "could not run gpg." 258msgstr "" 259 260#: gpg-interface.c:71 261msgid "gpg did not accept the data" 262msgstr "" 263 264#: gpg-interface.c:82 265msgid "gpg failed to sign the data" 266msgstr "" 267 268#: grep.c:1280 269#, c-format 270msgid "'%s': unable to read %s" 271msgstr "" 272 273#: grep.c:1297 274#, c-format 275msgid "'%s': %s" 276msgstr "" 277 278#: grep.c:1308 279#, c-format 280msgid "'%s': short read %s" 281msgstr "" 282 283#: help.c:207 284#, c-format 285msgid "available git commands in '%s'" 286msgstr "" 287 288#: help.c:214 289msgid "git commands available from elsewhere on your $PATH" 290msgstr "" 291 292#: help.c:270 293#, c-format 294msgid "" 295"'%s' appears to be a git command, but we were not\n" 296"able to execute it. Maybe git-%s is broken?" 297msgstr "" 298 299#: help.c:327 300msgid "Uh oh. Your system reports no Git commands at all." 301msgstr "" 302 303#: help.c:349 304#, c-format 305msgid "" 306"WARNING: You called a Git command named '%s', which does not exist.\n" 307"Continuing under the assumption that you meant '%s'" 308msgstr "" 309 310#: help.c:354 311#, c-format 312msgid "in %0.1f seconds automatically..." 313msgstr "" 314 315#: help.c:361 316#, c-format 317msgid "git: '%s' is not a git command. See 'git --help'." 318msgstr "" 319 320#: help.c:365 321msgid "" 322"\n" 323"Did you mean this?" 324msgid_plural "" 325"\n" 326"Did you mean one of these?" 327msgstr[0] "" 328msgstr[1] "" 329 330#: 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:1607 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:1613 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:1621 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:741 sequencer.c:824 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:323 439#, c-format 440msgid "Could not parse commit %s\n" 441msgstr "" 442 443#: sequencer.c:328 444#, c-format 445msgid "Could not parse parent commit %s\n" 446msgstr "" 447 448#: sequencer.c:358 449msgid "Your index file is unmerged." 450msgstr "" 451 452#: sequencer.c:361 453msgid "You do not have a valid HEAD" 454msgstr "" 455 456#: sequencer.c:376 457#, c-format 458msgid "Commit %s is a merge but no -m option was given." 459msgstr "" 460 461#: sequencer.c:384 462#, c-format 463msgid "Commit %s does not have parent %d" 464msgstr "" 465 466#: sequencer.c:388 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:399 474#, c-format 475msgid "%s: cannot parse parent commit %s" 476msgstr "" 477 478#: sequencer.c:403 479#, c-format 480msgid "Cannot get commit message for %s" 481msgstr "" 482 483#: sequencer.c:491 484#, c-format 485msgid "could not revert %s... %s" 486msgstr "" 487 488#: sequencer.c:492 489#, c-format 490msgid "could not apply %s... %s" 491msgstr "" 492 493#: sequencer.c:536 494msgid "empty commit set passed" 495msgstr "" 496 497#: sequencer.c:544 498#, c-format 499msgid "git %s: failed to read the index" 500msgstr "" 501 502#: sequencer.c:549 503#, c-format 504msgid "git %s: failed to refresh the index" 505msgstr "" 506 507#: sequencer.c:607 508#, c-format 509msgid "Cannot %s during a %s" 510msgstr "" 511 512#: sequencer.c:629 513#, c-format 514msgid "Could not parse line %d." 515msgstr "" 516 517#: sequencer.c:634 518msgid "No commits parsed." 519msgstr "" 520 521#: sequencer.c:647 522#, c-format 523msgid "Could not open %s" 524msgstr "" 525 526#: sequencer.c:651 527#, c-format 528msgid "Could not read %s." 529msgstr "" 530 531#: sequencer.c:658 532#, c-format 533msgid "Unusable instruction sheet: %s" 534msgstr "" 535 536#: sequencer.c:686 537#, c-format 538msgid "Invalid key: %s" 539msgstr "" 540 541#: sequencer.c:689 542#, c-format 543msgid "Invalid value for %s: %s" 544msgstr "" 545 546#: sequencer.c:701 547#, c-format 548msgid "Malformed options sheet: %s" 549msgstr "" 550 551#: sequencer.c:722 552msgid "a cherry-pick or revert is already in progress" 553msgstr "" 554 555#: sequencer.c:723 556msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" 557msgstr "" 558 559#: sequencer.c:727 560#, c-format 561msgid "Could not create sequencer directory %s" 562msgstr "" 563 564#: sequencer.c:743 sequencer.c:828 565#, c-format 566msgid "Error wrapping up %s." 567msgstr "" 568 569#: sequencer.c:762 sequencer.c:896 570msgid "no cherry-pick or revert in progress" 571msgstr "" 572 573#: sequencer.c:764 574msgid "cannot resolve HEAD" 575msgstr "" 576 577#: sequencer.c:766 578msgid "cannot abort from a branch yet to be born" 579msgstr "" 580 581#: sequencer.c:788 builtin/apply.c:3689 582#, c-format 583msgid "cannot open %s: %s" 584msgstr "" 585 586#: sequencer.c:791 587#, c-format 588msgid "cannot read %s: %s" 589msgstr "" 590 591#: sequencer.c:792 592msgid "unexpected end of file" 593msgstr "" 594 595#: sequencer.c:798 596#, c-format 597msgid "stored pre-cherry-pick HEAD file '%s' is corrupt" 598msgstr "" 599 600#: sequencer.c:821 601#, c-format 602msgid "Could not format %s." 603msgstr "" 604 605#: sequencer.c:983 606msgid "Can't revert as initial commit" 607msgstr "" 608 609#: sequencer.c:984 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#: wt-status.c:135 633msgid "Unmerged paths:" 634msgstr "" 635 636#: wt-status.c:141 wt-status.c:158 637#, c-format 638msgid " (use \"git reset %s <file>...\" to unstage)" 639msgstr "" 640 641#: wt-status.c:143 wt-status.c:160 642msgid " (use \"git rm --cached <file>...\" to unstage)" 643msgstr "" 644 645#: wt-status.c:144 646msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)" 647msgstr "" 648 649#: wt-status.c:152 650msgid "Changes to be committed:" 651msgstr "" 652 653#: wt-status.c:170 654msgid "Changes not staged for commit:" 655msgstr "" 656 657#: wt-status.c:174 658msgid " (use \"git add <file>...\" to update what will be committed)" 659msgstr "" 660 661#: wt-status.c:176 662msgid " (use \"git add/rm <file>...\" to update what will be committed)" 663msgstr "" 664 665#: wt-status.c:177 666msgid "" 667" (use \"git checkout -- <file>...\" to discard changes in working directory)" 668msgstr "" 669 670#: wt-status.c:179 671msgid " (commit or discard the untracked or modified content in submodules)" 672msgstr "" 673 674#: wt-status.c:188 675#, c-format 676msgid "%s files:" 677msgstr "" 678 679#: wt-status.c:191 680#, c-format 681msgid " (use \"git %s <file>...\" to include in what will be committed)" 682msgstr "" 683 684#: wt-status.c:208 685msgid "bug" 686msgstr "" 687 688#: wt-status.c:213 689msgid "both deleted:" 690msgstr "" 691 692#: wt-status.c:214 693msgid "added by us:" 694msgstr "" 695 696#: wt-status.c:215 697msgid "deleted by them:" 698msgstr "" 699 700#: wt-status.c:216 701msgid "added by them:" 702msgstr "" 703 704#: wt-status.c:217 705msgid "deleted by us:" 706msgstr "" 707 708#: wt-status.c:218 709msgid "both added:" 710msgstr "" 711 712#: wt-status.c:219 713msgid "both modified:" 714msgstr "" 715 716#: wt-status.c:249 717msgid "new commits, " 718msgstr "" 719 720#: wt-status.c:251 721msgid "modified content, " 722msgstr "" 723 724#: wt-status.c:253 725msgid "untracked content, " 726msgstr "" 727 728#: wt-status.c:267 729#, c-format 730msgid "new file: %s" 731msgstr "" 732 733#: wt-status.c:270 734#, c-format 735msgid "copied: %s -> %s" 736msgstr "" 737 738#: wt-status.c:273 739#, c-format 740msgid "deleted: %s" 741msgstr "" 742 743#: wt-status.c:276 744#, c-format 745msgid "modified: %s" 746msgstr "" 747 748#: wt-status.c:279 749#, c-format 750msgid "renamed: %s -> %s" 751msgstr "" 752 753#: wt-status.c:282 754#, c-format 755msgid "typechange: %s" 756msgstr "" 757 758#: wt-status.c:285 759#, c-format 760msgid "unknown: %s" 761msgstr "" 762 763#: wt-status.c:288 764#, c-format 765msgid "unmerged: %s" 766msgstr "" 767 768#: wt-status.c:291 769#, c-format 770msgid "bug: unhandled diff status %c" 771msgstr "" 772 773#: wt-status.c:737 774msgid "On branch " 775msgstr "" 776 777#: wt-status.c:744 778msgid "Not currently on any branch." 779msgstr "" 780 781#: wt-status.c:755 782msgid "Initial commit" 783msgstr "" 784 785#: wt-status.c:769 786msgid "Untracked" 787msgstr "" 788 789#: wt-status.c:771 790msgid "Ignored" 791msgstr "" 792 793#: wt-status.c:773 794#, c-format 795msgid "Untracked files not listed%s" 796msgstr "" 797 798#: wt-status.c:775 799msgid " (use -u option to show untracked files)" 800msgstr "" 801 802#: wt-status.c:781 803msgid "No changes" 804msgstr "" 805 806#: wt-status.c:785 807#, c-format 808msgid "no changes added to commit%s\n" 809msgstr "" 810 811#: wt-status.c:787 812msgid " (use \"git add\" and/or \"git commit -a\")" 813msgstr "" 814 815#: wt-status.c:789 816#, c-format 817msgid "nothing added to commit but untracked files present%s\n" 818msgstr "" 819 820#: wt-status.c:791 821msgid " (use \"git add\" to track)" 822msgstr "" 823 824#: wt-status.c:793 wt-status.c:796 wt-status.c:799 825#, c-format 826msgid "nothing to commit%s\n" 827msgstr "" 828 829#: wt-status.c:794 830msgid " (create/copy files and use \"git add\" to track)" 831msgstr "" 832 833#: wt-status.c:797 834msgid " (use -u to show untracked files)" 835msgstr "" 836 837#: wt-status.c:800 838msgid " (working directory clean)" 839msgstr "" 840 841#: wt-status.c:908 842msgid "HEAD (no branch)" 843msgstr "" 844 845#: wt-status.c:914 846msgid "Initial commit on " 847msgstr "" 848 849#: wt-status.c:929 850msgid "behind " 851msgstr "" 852 853#: wt-status.c:932 wt-status.c:935 854msgid "ahead " 855msgstr "" 856 857#: wt-status.c:937 858msgid ", behind " 859msgstr "" 860 861#: builtin/add.c:62 862#, c-format 863msgid "unexpected diff status %c" 864msgstr "" 865 866#: builtin/add.c:67 builtin/commit.c:226 867msgid "updating files failed" 868msgstr "" 869 870#: builtin/add.c:77 871#, c-format 872msgid "remove '%s'\n" 873msgstr "" 874 875#: builtin/add.c:176 876#, c-format 877msgid "Path '%s' is in submodule '%.*s'" 878msgstr "" 879 880#: builtin/add.c:192 881msgid "Unstaged changes after refreshing the index:" 882msgstr "" 883 884#: builtin/add.c:195 builtin/add.c:456 builtin/rm.c:186 885#, c-format 886msgid "pathspec '%s' did not match any files" 887msgstr "" 888 889#: builtin/add.c:209 890#, c-format 891msgid "'%s' is beyond a symbolic link" 892msgstr "" 893 894#: builtin/add.c:276 895msgid "Could not read the index" 896msgstr "" 897 898#: builtin/add.c:286 899#, c-format 900msgid "Could not open '%s' for writing." 901msgstr "" 902 903#: builtin/add.c:290 904msgid "Could not write patch" 905msgstr "" 906 907#: builtin/add.c:295 908#, c-format 909msgid "Could not stat '%s'" 910msgstr "" 911 912#: builtin/add.c:297 913msgid "Empty patch. Aborted." 914msgstr "" 915 916#: builtin/add.c:303 917#, c-format 918msgid "Could not apply '%s'" 919msgstr "" 920 921#: builtin/add.c:312 922msgid "The following paths are ignored by one of your .gitignore files:\n" 923msgstr "" 924 925#: builtin/add.c:352 926#, c-format 927msgid "Use -f if you really want to add them.\n" 928msgstr "" 929 930#: builtin/add.c:353 931msgid "no files added" 932msgstr "" 933 934#: builtin/add.c:359 935msgid "adding files failed" 936msgstr "" 937 938#: builtin/add.c:391 939msgid "-A and -u are mutually incompatible" 940msgstr "" 941 942#: builtin/add.c:393 943msgid "Option --ignore-missing can only be used together with --dry-run" 944msgstr "" 945 946#: builtin/add.c:413 947#, c-format 948msgid "Nothing specified, nothing added.\n" 949msgstr "" 950 951#: builtin/add.c:414 952#, c-format 953msgid "Maybe you wanted to say 'git add .'?\n" 954msgstr "" 955 956#: builtin/add.c:420 builtin/clean.c:95 builtin/commit.c:286 builtin/mv.c:82 957#: builtin/rm.c:162 958msgid "index file corrupt" 959msgstr "" 960 961#: builtin/add.c:476 builtin/apply.c:4100 builtin/mv.c:229 builtin/rm.c:260 962msgid "Unable to write new index file" 963msgstr "" 964 965#: builtin/apply.c:53 966msgid "git apply [options] [<patch>...]" 967msgstr "" 968 969#: builtin/apply.c:106 970#, c-format 971msgid "unrecognized whitespace option '%s'" 972msgstr "" 973 974#: builtin/apply.c:121 975#, c-format 976msgid "unrecognized whitespace ignore option '%s'" 977msgstr "" 978 979#: builtin/apply.c:815 980#, c-format 981msgid "Cannot prepare timestamp regexp %s" 982msgstr "" 983 984#: builtin/apply.c:824 985#, c-format 986msgid "regexec returned %d for input: %s" 987msgstr "" 988 989#: builtin/apply.c:905 990#, c-format 991msgid "unable to find filename in patch at line %d" 992msgstr "" 993 994#: builtin/apply.c:937 995#, c-format 996msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d" 997msgstr "" 998 999#: builtin/apply.c:9411000#, c-format1001msgid "git apply: bad git-diff - inconsistent new filename on line %d"1002msgstr ""10031004#: builtin/apply.c:9421005#, c-format1006msgid "git apply: bad git-diff - inconsistent old filename on line %d"1007msgstr ""10081009#: builtin/apply.c:9491010#, c-format1011msgid "git apply: bad git-diff - expected /dev/null on line %d"1012msgstr ""10131014#: builtin/apply.c:13941015#, c-format1016msgid "recount: unexpected line: %.*s"1017msgstr ""10181019#: builtin/apply.c:14511020#, c-format1021msgid "patch fragment without header at line %d: %.*s"1022msgstr ""10231024#: builtin/apply.c:14681025#, c-format1026msgid ""1027"git diff header lacks filename information when removing %d leading pathname "1028"component (line %d)"1029msgid_plural ""1030"git diff header lacks filename information when removing %d leading pathname "1031"components (line %d)"1032msgstr[0] ""1033msgstr[1] ""10341035#: builtin/apply.c:16281036msgid "new file depends on old contents"1037msgstr ""10381039#: builtin/apply.c:16301040msgid "deleted file still has contents"1041msgstr ""10421043#: builtin/apply.c:16561044#, c-format1045msgid "corrupt patch at line %d"1046msgstr ""10471048#: builtin/apply.c:16921049#, c-format1050msgid "new file %s depends on old contents"1051msgstr ""10521053#: builtin/apply.c:16941054#, c-format1055msgid "deleted file %s still has contents"1056msgstr ""10571058#: builtin/apply.c:16971059#, c-format1060msgid "** warning: file %s becomes empty but is not deleted"1061msgstr ""10621063#: builtin/apply.c:18431064#, c-format1065msgid "corrupt binary patch at line %d: %.*s"1066msgstr ""10671068#. there has to be one hunk (forward hunk)1069#: builtin/apply.c:18721070#, c-format1071msgid "unrecognized binary patch at line %d"1072msgstr ""10731074#: builtin/apply.c:19581075#, c-format1076msgid "patch with only garbage at line %d"1077msgstr ""10781079#: builtin/apply.c:20481080#, c-format1081msgid "unable to read symlink %s"1082msgstr ""10831084#: builtin/apply.c:20521085#, c-format1086msgid "unable to open or read %s"1087msgstr ""10881089#: builtin/apply.c:21231090msgid "oops"1091msgstr ""10921093#: builtin/apply.c:26451094#, c-format1095msgid "invalid start of line: '%c'"1096msgstr ""10971098#: builtin/apply.c:27631099#, c-format1100msgid "Hunk #%d succeeded at %d (offset %d line)."1101msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1102msgstr[0] ""1103msgstr[1] ""11041105#: builtin/apply.c:27751106#, c-format1107msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1108msgstr ""11091110#: builtin/apply.c:27811111#, c-format1112msgid ""1113"while searching for:\n"1114"%.*s"1115msgstr ""11161117#: builtin/apply.c:28001118#, c-format1119msgid "missing binary patch data for '%s'"1120msgstr ""11211122#: builtin/apply.c:29031123#, c-format1124msgid "binary patch does not apply to '%s'"1125msgstr ""11261127#: builtin/apply.c:29091128#, c-format1129msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"1130msgstr ""11311132#: builtin/apply.c:29301133#, c-format1134msgid "patch failed: %s:%ld"1135msgstr ""11361137#: builtin/apply.c:30451138#, c-format1139msgid "patch %s has been renamed/deleted"1140msgstr ""11411142#: builtin/apply.c:3052 builtin/apply.c:30691143#, c-format1144msgid "read of %s failed"1145msgstr ""11461147#: builtin/apply.c:30841148msgid "removal patch leaves file contents"1149msgstr ""11501151#: builtin/apply.c:31051152#, c-format1153msgid "%s: already exists in working directory"1154msgstr ""11551156#: builtin/apply.c:31431157#, c-format1158msgid "%s: has been deleted/renamed"1159msgstr ""11601161#: builtin/apply.c:3148 builtin/apply.c:31791162#, c-format1163msgid "%s: %s"1164msgstr ""11651166#: builtin/apply.c:31591167#, c-format1168msgid "%s: does not exist in index"1169msgstr ""11701171#: builtin/apply.c:31731172#, c-format1173msgid "%s: does not match index"1174msgstr ""11751176#: builtin/apply.c:31901177#, c-format1178msgid "%s: wrong type"1179msgstr ""11801181#: builtin/apply.c:31921182#, c-format1183msgid "%s has type %o, expected %o"1184msgstr ""11851186#: builtin/apply.c:32471187#, c-format1188msgid "%s: already exists in index"1189msgstr ""11901191#: builtin/apply.c:32661192#, c-format1193msgid "new mode (%o) of %s does not match old mode (%o)%s%s"1194msgstr ""11951196#: builtin/apply.c:32721197#, c-format1198msgid "%s: patch does not apply"1199msgstr ""12001201#: builtin/apply.c:32851202#, c-format1203msgid "Checking patch %s..."1204msgstr ""12051206#: builtin/apply.c:3340 builtin/checkout.c:212 builtin/reset.c:1581207#, c-format1208msgid "make_cache_entry failed for path '%s'"1209msgstr ""12101211#: builtin/apply.c:34831212#, c-format1213msgid "unable to remove %s from index"1214msgstr ""12151216#: builtin/apply.c:35101217#, c-format1218msgid "corrupt patch for subproject %s"1219msgstr ""12201221#: builtin/apply.c:35141222#, c-format1223msgid "unable to stat newly created file '%s'"1224msgstr ""12251226#: builtin/apply.c:35191227#, c-format1228msgid "unable to create backing store for newly created file %s"1229msgstr ""12301231#: builtin/apply.c:35221232#, c-format1233msgid "unable to add cache entry for %s"1234msgstr ""12351236#: builtin/apply.c:35551237#, c-format1238msgid "closing file '%s'"1239msgstr ""12401241#: builtin/apply.c:36041242#, c-format1243msgid "unable to write file '%s' mode %o"1244msgstr ""12451246#: builtin/apply.c:36601247#, c-format1248msgid "Applied patch %s cleanly."1249msgstr ""12501251#: builtin/apply.c:36681252msgid "internal error"1253msgstr ""12541255#. Say this even without --verbose1256#: builtin/apply.c:36711257#, c-format1258msgid "Applying patch %%s with %d reject..."1259msgid_plural "Applying patch %%s with %d rejects..."1260msgstr[0] ""1261msgstr[1] ""12621263#: builtin/apply.c:36811264#, c-format1265msgid "truncating .rej filename to %.*s.rej"1266msgstr ""12671268#: builtin/apply.c:37021269#, c-format1270msgid "Hunk #%d applied cleanly."1271msgstr ""12721273#: builtin/apply.c:37051274#, c-format1275msgid "Rejected hunk #%d."1276msgstr ""12771278#: builtin/apply.c:38361279msgid "unrecognized input"1280msgstr ""12811282#: builtin/apply.c:38471283msgid "unable to read index file"1284msgstr ""12851286#: builtin/apply.c:3962 builtin/apply.c:39651287msgid "path"1288msgstr ""12891290#: builtin/apply.c:39631291msgid "don't apply changes matching the given path"1292msgstr ""12931294#: builtin/apply.c:39661295msgid "apply changes matching the given path"1296msgstr ""12971298#: builtin/apply.c:39681299msgid "num"1300msgstr ""13011302#: builtin/apply.c:39691303msgid "remove <num> leading slashes from traditional diff paths"1304msgstr ""13051306#: builtin/apply.c:39721307msgid "ignore additions made by the patch"1308msgstr ""13091310#: builtin/apply.c:39741311msgid "instead of applying the patch, output diffstat for the input"1312msgstr ""13131314#: builtin/apply.c:39781315msgid "shows number of added and deleted lines in decimal notation"1316msgstr ""13171318#: builtin/apply.c:39801319msgid "instead of applying the patch, output a summary for the input"1320msgstr ""13211322#: builtin/apply.c:39821323msgid "instead of applying the patch, see if the patch is applicable"1324msgstr ""13251326#: builtin/apply.c:39841327msgid "make sure the patch is applicable to the current index"1328msgstr ""13291330#: builtin/apply.c:39861331msgid "apply a patch without touching the working tree"1332msgstr ""13331334#: builtin/apply.c:39881335msgid "also apply the patch (use with --stat/--summary/--check)"1336msgstr ""13371338#: builtin/apply.c:39901339msgid "build a temporary index based on embedded index information"1340msgstr ""13411342#: builtin/apply.c:39921343msgid "paths are separated with NUL character"1344msgstr ""13451346#: builtin/apply.c:39951347msgid "ensure at least <n> lines of context match"1348msgstr ""13491350#: builtin/apply.c:39961351msgid "action"1352msgstr ""13531354#: builtin/apply.c:39971355msgid "detect new or modified lines that have whitespace errors"1356msgstr ""13571358#: builtin/apply.c:4000 builtin/apply.c:40031359msgid "ignore changes in whitespace when finding context"1360msgstr ""13611362#: builtin/apply.c:40061363msgid "apply the patch in reverse"1364msgstr ""13651366#: builtin/apply.c:40081367msgid "don't expect at least one line of context"1368msgstr ""13691370#: builtin/apply.c:40101371msgid "leave the rejected hunks in corresponding *.rej files"1372msgstr ""13731374#: builtin/apply.c:40121375msgid "allow overlapping hunks"1376msgstr ""13771378#: builtin/apply.c:40131379msgid "be verbose"1380msgstr ""13811382#: builtin/apply.c:40151383msgid "tolerate incorrectly detected missing new-line at the end of file"1384msgstr ""13851386#: builtin/apply.c:40181387msgid "do not trust the line counts in the hunk headers"1388msgstr ""13891390#: builtin/apply.c:40201391msgid "root"1392msgstr ""13931394#: builtin/apply.c:40211395msgid "prepend <root> to all filenames"1396msgstr ""13971398#: builtin/apply.c:40421399msgid "--index outside a repository"1400msgstr ""14011402#: builtin/apply.c:40451403msgid "--cached outside a repository"1404msgstr ""14051406#: builtin/apply.c:40611407#, c-format1408msgid "can't open patch '%s'"1409msgstr ""14101411#: builtin/apply.c:40751412#, c-format1413msgid "squelched %d whitespace error"1414msgid_plural "squelched %d whitespace errors"1415msgstr[0] ""1416msgstr[1] ""14171418#: builtin/apply.c:4081 builtin/apply.c:40911419#, c-format1420msgid "%d line adds whitespace errors."1421msgid_plural "%d lines add whitespace errors."1422msgstr[0] ""1423msgstr[1] ""14241425#: builtin/archive.c:171426#, c-format1427msgid "could not create archive file '%s'"1428msgstr ""14291430#: builtin/archive.c:201431msgid "could not redirect output"1432msgstr ""14331434#: builtin/archive.c:371435msgid "git archive: Remote with no URL"1436msgstr ""14371438#: builtin/archive.c:581439msgid "git archive: expected ACK/NAK, got EOF"1440msgstr ""14411442#: builtin/archive.c:631443#, c-format1444msgid "git archive: NACK %s"1445msgstr ""14461447#: builtin/archive.c:651448#, c-format1449msgid "remote error: %s"1450msgstr ""14511452#: builtin/archive.c:661453msgid "git archive: protocol error"1454msgstr ""14551456#: builtin/archive.c:711457msgid "git archive: expected a flush"1458msgstr ""14591460#: builtin/branch.c:1441461#, c-format1462msgid ""1463"deleting branch '%s' that has been merged to\n"1464" '%s', but not yet merged to HEAD."1465msgstr ""14661467#: builtin/branch.c:1481468#, c-format1469msgid ""1470"not deleting branch '%s' that is not yet merged to\n"1471" '%s', even though it is merged to HEAD."1472msgstr ""14731474#: builtin/branch.c:1801475msgid "cannot use -a with -d"1476msgstr ""14771478#: builtin/branch.c:1861479msgid "Couldn't look up commit object for HEAD"1480msgstr ""14811482#: builtin/branch.c:1911483#, c-format1484msgid "Cannot delete the branch '%s' which you are currently on."1485msgstr ""14861487#: builtin/branch.c:2021488#, c-format1489msgid "remote branch '%s' not found."1490msgstr ""14911492#: builtin/branch.c:2031493#, c-format1494msgid "branch '%s' not found."1495msgstr ""14961497#: builtin/branch.c:2101498#, c-format1499msgid "Couldn't look up commit object for '%s'"1500msgstr ""15011502#: builtin/branch.c:2161503#, c-format1504msgid ""1505"The branch '%s' is not fully merged.\n"1506"If you are sure you want to delete it, run 'git branch -D %s'."1507msgstr ""15081509#: builtin/branch.c:2251510#, c-format1511msgid "Error deleting remote branch '%s'"1512msgstr ""15131514#: builtin/branch.c:2261515#, c-format1516msgid "Error deleting branch '%s'"1517msgstr ""15181519#: builtin/branch.c:2331520#, c-format1521msgid "Deleted remote branch %s (was %s).\n"1522msgstr ""15231524#: builtin/branch.c:2341525#, c-format1526msgid "Deleted branch %s (was %s).\n"1527msgstr ""15281529#: builtin/branch.c:2391530msgid "Update of config-file failed"1531msgstr ""15321533#: builtin/branch.c:3371534#, c-format1535msgid "branch '%s' does not point at a commit"1536msgstr ""15371538#: builtin/branch.c:4091539#, c-format1540msgid "[%s: behind %d]"1541msgstr ""15421543#: builtin/branch.c:4111544#, c-format1545msgid "[behind %d]"1546msgstr ""15471548#: builtin/branch.c:4151549#, c-format1550msgid "[%s: ahead %d]"1551msgstr ""15521553#: builtin/branch.c:4171554#, c-format1555msgid "[ahead %d]"1556msgstr ""15571558#: builtin/branch.c:4201559#, c-format1560msgid "[%s: ahead %d, behind %d]"1561msgstr ""15621563#: builtin/branch.c:4231564#, c-format1565msgid "[ahead %d, behind %d]"1566msgstr ""15671568#: builtin/branch.c:5351569msgid "(no branch)"1570msgstr ""15711572#: builtin/branch.c:6001573msgid "some refs could not be read"1574msgstr ""15751576#: builtin/branch.c:6131577msgid "cannot rename the current branch while not on any."1578msgstr ""15791580#: builtin/branch.c:6231581#, c-format1582msgid "Invalid branch name: '%s'"1583msgstr ""15841585#: builtin/branch.c:6381586msgid "Branch rename failed"1587msgstr ""15881589#: builtin/branch.c:6421590#, c-format1591msgid "Renamed a misnamed branch '%s' away"1592msgstr ""15931594#: builtin/branch.c:6461595#, c-format1596msgid "Branch renamed to %s, but HEAD is not updated!"1597msgstr ""15981599#: builtin/branch.c:6531600msgid "Branch is renamed, but update of config-file failed"1601msgstr ""16021603#: builtin/branch.c:6681604#, c-format1605msgid "malformed object name %s"1606msgstr ""16071608#: builtin/branch.c:6921609#, c-format1610msgid "could not write branch description template: %s"1611msgstr ""16121613#: builtin/branch.c:7831614msgid "Failed to resolve HEAD as a valid ref."1615msgstr ""16161617#: builtin/branch.c:788 builtin/clone.c:5581618msgid "HEAD not found below refs/heads!"1619msgstr ""16201621#: builtin/branch.c:8081622msgid "--column and --verbose are incompatible"1623msgstr ""16241625#: builtin/branch.c:8571626msgid "-a and -r options to 'git branch' do not make sense with a branch name"1627msgstr ""16281629#: builtin/bundle.c:471630#, c-format1631msgid "%s is okay\n"1632msgstr ""16331634#: builtin/bundle.c:561635msgid "Need a repository to create a bundle."1636msgstr ""16371638#: builtin/bundle.c:601639msgid "Need a repository to unbundle."1640msgstr ""16411642#: builtin/checkout.c:113 builtin/checkout.c:1461643#, c-format1644msgid "path '%s' does not have our version"1645msgstr ""16461647#: builtin/checkout.c:115 builtin/checkout.c:1481648#, c-format1649msgid "path '%s' does not have their version"1650msgstr ""16511652#: builtin/checkout.c:1311653#, c-format1654msgid "path '%s' does not have all necessary versions"1655msgstr ""16561657#: builtin/checkout.c:1751658#, c-format1659msgid "path '%s' does not have necessary versions"1660msgstr ""16611662#: builtin/checkout.c:1921663#, c-format1664msgid "path '%s': cannot merge"1665msgstr ""16661667#: builtin/checkout.c:2091668#, c-format1669msgid "Unable to add merge result for '%s'"1670msgstr ""16711672#: builtin/checkout.c:234 builtin/checkout.c:3921673msgid "corrupt index file"1674msgstr ""16751676#: builtin/checkout.c:264 builtin/checkout.c:2711677#, c-format1678msgid "path '%s' is unmerged"1679msgstr ""16801681#: builtin/checkout.c:302 builtin/checkout.c:498 builtin/clone.c:5831682#: builtin/merge.c:8121683msgid "unable to write new index file"1684msgstr ""16851686#: builtin/checkout.c:319 builtin/diff.c:302 builtin/merge.c:4081687msgid "diff_setup_done failed"1688msgstr ""16891690#: builtin/checkout.c:4141691msgid "you need to resolve your current index first"1692msgstr ""16931694#: builtin/checkout.c:5331695#, c-format1696msgid "Can not do reflog for '%s'\n"1697msgstr ""16981699#: builtin/checkout.c:5661700msgid "HEAD is now at"1701msgstr ""17021703#: builtin/checkout.c:5731704#, c-format1705msgid "Reset branch '%s'\n"1706msgstr ""17071708#: builtin/checkout.c:5761709#, c-format1710msgid "Already on '%s'\n"1711msgstr ""17121713#: builtin/checkout.c:5801714#, c-format1715msgid "Switched to and reset branch '%s'\n"1716msgstr ""17171718#: builtin/checkout.c:5821719#, c-format1720msgid "Switched to a new branch '%s'\n"1721msgstr ""17221723#: builtin/checkout.c:5841724#, c-format1725msgid "Switched to branch '%s'\n"1726msgstr ""17271728#: builtin/checkout.c:6401729#, c-format1730msgid " ... and %d more.\n"1731msgstr ""17321733#. The singular version1734#: builtin/checkout.c:6461735#, c-format1736msgid ""1737"Warning: you are leaving %d commit behind, not connected to\n"1738"any of your branches:\n"1739"\n"1740"%s\n"1741msgid_plural ""1742"Warning: you are leaving %d commits behind, not connected to\n"1743"any of your branches:\n"1744"\n"1745"%s\n"1746msgstr[0] ""1747msgstr[1] ""17481749#: builtin/checkout.c:6641750#, c-format1751msgid ""1752"If you want to keep them by creating a new branch, this may be a good time\n"1753"to do so with:\n"1754"\n"1755" git branch new_branch_name %s\n"1756"\n"1757msgstr ""17581759#: builtin/checkout.c:6941760msgid "internal error in revision walk"1761msgstr ""17621763#: builtin/checkout.c:6981764msgid "Previous HEAD position was"1765msgstr ""17661767#: builtin/checkout.c:7241768msgid "You are on a branch yet to be born"1769msgstr ""17701771#. case (1)1772#: builtin/checkout.c:8551773#, c-format1774msgid "invalid reference: %s"1775msgstr ""17761777#. case (1): want a tree1778#: builtin/checkout.c:8941779#, c-format1780msgid "reference is not a tree: %s"1781msgstr ""17821783#: builtin/checkout.c:9741784msgid "-B cannot be used with -b"1785msgstr ""17861787#: builtin/checkout.c:9831788msgid "--patch is incompatible with all other options"1789msgstr ""17901791#: builtin/checkout.c:9861792msgid "--detach cannot be used with -b/-B/--orphan"1793msgstr ""17941795#: builtin/checkout.c:9881796msgid "--detach cannot be used with -t"1797msgstr ""17981799#: builtin/checkout.c:9941800msgid "--track needs a branch name"1801msgstr ""18021803#: builtin/checkout.c:10011804msgid "Missing branch name; try -b"1805msgstr ""18061807#: builtin/checkout.c:10071808msgid "--orphan and -b|-B are mutually exclusive"1809msgstr ""18101811#: builtin/checkout.c:10091812msgid "--orphan cannot be used with -t"1813msgstr ""18141815#: builtin/checkout.c:10191816msgid "git checkout: -f and -m are incompatible"1817msgstr ""18181819#: builtin/checkout.c:10531820msgid "invalid path specification"1821msgstr ""18221823#: builtin/checkout.c:10611824#, c-format1825msgid ""1826"git checkout: updating paths is incompatible with switching branches.\n"1827"Did you intend to checkout '%s' which can not be resolved as commit?"1828msgstr ""18291830#: builtin/checkout.c:10631831msgid "git checkout: updating paths is incompatible with switching branches."1832msgstr ""18331834#: builtin/checkout.c:10681835msgid "git checkout: --detach does not take a path argument"1836msgstr ""18371838#: builtin/checkout.c:10711839msgid ""1840"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"1841"checking out of the index."1842msgstr ""18431844#: builtin/checkout.c:10901845msgid "Cannot switch branch to a non-commit."1846msgstr ""18471848#: builtin/checkout.c:10931849msgid "--ours/--theirs is incompatible with switching branches."1850msgstr ""18511852#: builtin/clean.c:781853msgid "-x and -X cannot be used together"1854msgstr ""18551856#: builtin/clean.c:821857msgid ""1858"clean.requireForce set to true and neither -n nor -f given; refusing to clean"1859msgstr ""18601861#: builtin/clean.c:851862msgid ""1863"clean.requireForce defaults to true and neither -n nor -f given; refusing to "1864"clean"1865msgstr ""18661867#: builtin/clean.c:155 builtin/clean.c:1761868#, c-format1869msgid "Would remove %s\n"1870msgstr ""18711872#: builtin/clean.c:159 builtin/clean.c:1791873#, c-format1874msgid "Removing %s\n"1875msgstr ""18761877#: builtin/clean.c:162 builtin/clean.c:1821878#, c-format1879msgid "failed to remove %s"1880msgstr ""18811882#: builtin/clean.c:1661883#, c-format1884msgid "Would not remove %s\n"1885msgstr ""18861887#: builtin/clean.c:1681888#, c-format1889msgid "Not removing %s\n"1890msgstr ""18911892#: builtin/clone.c:2431893#, c-format1894msgid "reference repository '%s' is not a local directory."1895msgstr ""18961897#: builtin/clone.c:3021898#, c-format1899msgid "failed to open '%s'"1900msgstr ""19011902#: builtin/clone.c:3061903#, c-format1904msgid "failed to create directory '%s'"1905msgstr ""19061907#: builtin/clone.c:308 builtin/diff.c:751908#, c-format1909msgid "failed to stat '%s'"1910msgstr ""19111912#: builtin/clone.c:3101913#, c-format1914msgid "%s exists and is not a directory"1915msgstr ""19161917#: builtin/clone.c:3241918#, c-format1919msgid "failed to stat %s\n"1920msgstr ""19211922#: builtin/clone.c:3411923#, c-format1924msgid "failed to unlink '%s'"1925msgstr ""19261927#: builtin/clone.c:3461928#, c-format1929msgid "failed to create link '%s'"1930msgstr ""19311932#: builtin/clone.c:3501933#, c-format1934msgid "failed to copy file to '%s'"1935msgstr ""19361937#: builtin/clone.c:3731938#, c-format1939msgid "done.\n"1940msgstr ""19411942#: builtin/clone.c:4401943#, c-format1944msgid "Could not find remote branch %s to clone."1945msgstr ""19461947#: builtin/clone.c:5491948msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"1949msgstr ""19501951#: builtin/clone.c:6391952msgid "Too many arguments."1953msgstr ""19541955#: builtin/clone.c:6431956msgid "You must specify a repository to clone."1957msgstr ""19581959#: builtin/clone.c:6541960#, c-format1961msgid "--bare and --origin %s options are incompatible."1962msgstr ""19631964#: builtin/clone.c:6681965#, c-format1966msgid "repository '%s' does not exist"1967msgstr ""19681969#: builtin/clone.c:6731970msgid "--depth is ignored in local clones; use file:// instead."1971msgstr ""19721973#: builtin/clone.c:6831974#, c-format1975msgid "destination path '%s' already exists and is not an empty directory."1976msgstr ""19771978#: builtin/clone.c:6931979#, c-format1980msgid "working tree '%s' already exists."1981msgstr ""19821983#: builtin/clone.c:706 builtin/clone.c:7201984#, c-format1985msgid "could not create leading directories of '%s'"1986msgstr ""19871988#: builtin/clone.c:7091989#, c-format1990msgid "could not create work tree dir '%s'."1991msgstr ""19921993#: builtin/clone.c:7281994#, c-format1995msgid "Cloning into bare repository '%s'...\n"1996msgstr ""19971998#: builtin/clone.c:7301999#, c-format2000msgid "Cloning into '%s'...\n"2001msgstr ""20022003#: builtin/clone.c:7862004#, c-format2005msgid "Don't know how to clone %s"2006msgstr ""20072008#: builtin/clone.c:8352009#, c-format2010msgid "Remote branch %s not found in upstream %s"2011msgstr ""20122013#: builtin/clone.c:8422014msgid "You appear to have cloned an empty repository."2015msgstr ""20162017#: builtin/column.c:512018msgid "--command must be the first argument"2019msgstr ""20202021#: builtin/commit.c:432022msgid ""2023"Your name and email address were configured automatically based\n"2024"on your username and hostname. Please check that they are accurate.\n"2025"You can suppress this message by setting them explicitly:\n"2026"\n"2027" git config --global user.name \"Your Name\"\n"2028" git config --global user.email you@example.com\n"2029"\n"2030"After doing this, you may fix the identity used for this commit with:\n"2031"\n"2032" git commit --amend --reset-author\n"2033msgstr ""20342035#: builtin/commit.c:552036msgid ""2037"You asked to amend the most recent commit, but doing so would make\n"2038"it empty. You can repeat your command with --allow-empty, or you can\n"2039"remove the commit entirely with \"git reset HEAD^\".\n"2040msgstr ""20412042#: builtin/commit.c:602043msgid ""2044"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"2045"If you wish to commit it anyway, use:\n"2046"\n"2047" git commit --allow-empty\n"2048"\n"2049"Otherwise, please use 'git reset'\n"2050msgstr ""20512052#: builtin/commit.c:2532053msgid "failed to unpack HEAD tree object"2054msgstr ""20552056#: builtin/commit.c:2952057msgid "unable to create temporary index"2058msgstr ""20592060#: builtin/commit.c:3012061msgid "interactive add failed"2062msgstr ""20632064#: builtin/commit.c:334 builtin/commit.c:355 builtin/commit.c:4052065msgid "unable to write new_index file"2066msgstr ""20672068#: builtin/commit.c:3862069msgid "cannot do a partial commit during a merge."2070msgstr ""20712072#: builtin/commit.c:3882073msgid "cannot do a partial commit during a cherry-pick."2074msgstr ""20752076#: builtin/commit.c:3982077msgid "cannot read the index"2078msgstr ""20792080#: builtin/commit.c:4182081msgid "unable to write temporary index file"2082msgstr ""20832084#: builtin/commit.c:493 builtin/commit.c:4992085#, c-format2086msgid "invalid commit: %s"2087msgstr ""20882089#: builtin/commit.c:5222090msgid "malformed --author parameter"2091msgstr ""20922093#: builtin/commit.c:5832094#, c-format2095msgid "Malformed ident string: '%s'"2096msgstr ""20972098#: builtin/commit.c:621 builtin/commit.c:654 builtin/commit.c:9682099#, c-format2100msgid "could not lookup commit %s"2101msgstr ""21022103#: builtin/commit.c:633 builtin/shortlog.c:2962104#, c-format2105msgid "(reading log message from standard input)\n"2106msgstr ""21072108#: builtin/commit.c:6352109msgid "could not read log from standard input"2110msgstr ""21112112#: builtin/commit.c:6392113#, c-format2114msgid "could not read log file '%s'"2115msgstr ""21162117#: builtin/commit.c:6452118msgid "commit has empty message"2119msgstr ""21202121#: builtin/commit.c:6612122msgid "could not read MERGE_MSG"2123msgstr ""21242125#: builtin/commit.c:6652126msgid "could not read SQUASH_MSG"2127msgstr ""21282129#: builtin/commit.c:6692130#, c-format2131msgid "could not read '%s'"2132msgstr ""21332134#: builtin/commit.c:7212135msgid "could not write commit template"2136msgstr ""21372138#: builtin/commit.c:7322139#, c-format2140msgid ""2141"\n"2142"It looks like you may be committing a merge.\n"2143"If this is not correct, please remove the file\n"2144"\t%s\n"2145"and try again.\n"2146msgstr ""21472148#: builtin/commit.c:7372149#, c-format2150msgid ""2151"\n"2152"It looks like you may be committing a cherry-pick.\n"2153"If this is not correct, please remove the file\n"2154"\t%s\n"2155"and try again.\n"2156msgstr ""21572158#: builtin/commit.c:7492159msgid ""2160"Please enter the commit message for your changes. Lines starting\n"2161"with '#' will be ignored, and an empty message aborts the commit.\n"2162msgstr ""21632164#: builtin/commit.c:7542165msgid ""2166"Please enter the commit message for your changes. Lines starting\n"2167"with '#' will be kept; you may remove them yourself if you want to.\n"2168"An empty message aborts the commit.\n"2169msgstr ""21702171#: builtin/commit.c:7672172#, c-format2173msgid "%sAuthor: %s"2174msgstr ""21752176#: builtin/commit.c:7742177#, c-format2178msgid "%sCommitter: %s"2179msgstr ""21802181#: builtin/commit.c:7942182msgid "Cannot read index"2183msgstr ""21842185#: builtin/commit.c:8312186msgid "Error building trees"2187msgstr ""21882189#: builtin/commit.c:846 builtin/tag.c:3612190#, c-format2191msgid "Please supply the message using either -m or -F option.\n"2192msgstr ""21932194#: builtin/commit.c:9432195#, c-format2196msgid "No existing author found with '%s'"2197msgstr ""21982199#: builtin/commit.c:958 builtin/commit.c:11582200#, c-format2201msgid "Invalid untracked files mode '%s'"2202msgstr ""22032204#: builtin/commit.c:9982205msgid "Using both --reset-author and --author does not make sense"2206msgstr ""22072208#: builtin/commit.c:10092209msgid "You have nothing to amend."2210msgstr ""22112212#: builtin/commit.c:10122213msgid "You are in the middle of a merge -- cannot amend."2214msgstr ""22152216#: builtin/commit.c:10142217msgid "You are in the middle of a cherry-pick -- cannot amend."2218msgstr ""22192220#: builtin/commit.c:10172221msgid "Options --squash and --fixup cannot be used together"2222msgstr ""22232224#: builtin/commit.c:10272225msgid "Only one of -c/-C/-F/--fixup can be used."2226msgstr ""22272228#: builtin/commit.c:10292229msgid "Option -m cannot be combined with -c/-C/-F/--fixup."2230msgstr ""22312232#: builtin/commit.c:10372233msgid "--reset-author can be used only with -C, -c or --amend."2234msgstr ""22352236#: builtin/commit.c:10542237msgid "Only one of --include/--only/--all/--interactive/--patch can be used."2238msgstr ""22392240#: builtin/commit.c:10562241msgid "No paths with --include/--only does not make sense."2242msgstr ""22432244#: builtin/commit.c:10582245msgid "Clever... amending the last one with dirty index."2246msgstr ""22472248#: builtin/commit.c:10602249msgid "Explicit paths specified without -i nor -o; assuming --only paths..."2250msgstr ""22512252#: builtin/commit.c:1070 builtin/tag.c:5772253#, c-format2254msgid "Invalid cleanup mode %s"2255msgstr ""22562257#: builtin/commit.c:10752258msgid "Paths with -a does not make sense."2259msgstr ""22602261#: builtin/commit.c:12582262msgid "couldn't look up newly created commit"2263msgstr ""22642265#: builtin/commit.c:12602266msgid "could not parse newly created commit"2267msgstr ""22682269#: builtin/commit.c:13012270msgid "detached HEAD"2271msgstr ""22722273#: builtin/commit.c:13032274msgid " (root-commit)"2275msgstr ""22762277#: builtin/commit.c:14472278msgid "could not parse HEAD commit"2279msgstr ""22802281#: builtin/commit.c:1485 builtin/merge.c:5092282#, c-format2283msgid "could not open '%s' for reading"2284msgstr ""22852286#: builtin/commit.c:14922287#, c-format2288msgid "Corrupt MERGE_HEAD file (%s)"2289msgstr ""22902291#: builtin/commit.c:14992292msgid "could not read MERGE_MODE"2293msgstr ""22942295#: builtin/commit.c:15182296#, c-format2297msgid "could not read commit message: %s"2298msgstr ""22992300#: builtin/commit.c:15322301#, c-format2302msgid "Aborting commit; you did not edit the message.\n"2303msgstr ""23042305#: builtin/commit.c:15372306#, c-format2307msgid "Aborting commit due to empty commit message.\n"2308msgstr ""23092310#: builtin/commit.c:1552 builtin/merge.c:936 builtin/merge.c:9612311msgid "failed to write commit object"2312msgstr ""23132314#: builtin/commit.c:15732315msgid "cannot lock HEAD ref"2316msgstr ""23172318#: builtin/commit.c:15772319msgid "cannot update HEAD ref"2320msgstr ""23212322#: builtin/commit.c:15882323msgid ""2324"Repository has been updated, but unable to write\n"2325"new_index file. Check that disk is not full or quota is\n"2326"not exceeded, and then \"git reset HEAD\" to recover."2327msgstr ""23282329#: builtin/describe.c:2342330#, c-format2331msgid "annotated tag %s not available"2332msgstr ""23332334#: builtin/describe.c:2382335#, c-format2336msgid "annotated tag %s has no embedded name"2337msgstr ""23382339#: builtin/describe.c:2402340#, c-format2341msgid "tag '%s' is really '%s' here"2342msgstr ""23432344#: builtin/describe.c:2672345#, c-format2346msgid "Not a valid object name %s"2347msgstr ""23482349#: builtin/describe.c:2702350#, c-format2351msgid "%s is not a valid '%s' object"2352msgstr ""23532354#: builtin/describe.c:2872355#, c-format2356msgid "no tag exactly matches '%s'"2357msgstr ""23582359#: builtin/describe.c:2892360#, c-format2361msgid "searching to describe %s\n"2362msgstr ""23632364#: builtin/describe.c:3292365#, c-format2366msgid "finished search at %s\n"2367msgstr ""23682369#: builtin/describe.c:3532370#, c-format2371msgid ""2372"No annotated tags can describe '%s'.\n"2373"However, there were unannotated tags: try --tags."2374msgstr ""23752376#: builtin/describe.c:3572377#, c-format2378msgid ""2379"No tags can describe '%s'.\n"2380"Try --always, or create some tags."2381msgstr ""23822383#: builtin/describe.c:3782384#, c-format2385msgid "traversed %lu commits\n"2386msgstr ""23872388#: builtin/describe.c:3812389#, c-format2390msgid ""2391"more than %i tags found; listed %i most recent\n"2392"gave up search at %s\n"2393msgstr ""23942395#: builtin/describe.c:4362396msgid "--long is incompatible with --abbrev=0"2397msgstr ""23982399#: builtin/describe.c:4622400msgid "No names found, cannot describe anything."2401msgstr ""24022403#: builtin/describe.c:4822404msgid "--dirty is incompatible with committishes"2405msgstr ""24062407#: builtin/diff.c:772408#, c-format2409msgid "'%s': not a regular file or symlink"2410msgstr ""24112412#: builtin/diff.c:2202413#, c-format2414msgid "invalid option: %s"2415msgstr ""24162417#: builtin/diff.c:2972418msgid "Not a git repository"2419msgstr ""24202421#: builtin/diff.c:3472422#, c-format2423msgid "invalid object '%s' given."2424msgstr ""24252426#: builtin/diff.c:3522427#, c-format2428msgid "more than %d trees given: '%s'"2429msgstr ""24302431#: builtin/diff.c:3622432#, c-format2433msgid "more than two blobs given: '%s'"2434msgstr ""24352436#: builtin/diff.c:3702437#, c-format2438msgid "unhandled object '%s' given."2439msgstr ""24402441#: builtin/fetch.c:2002442msgid "Couldn't find remote ref HEAD"2443msgstr ""24442445#: builtin/fetch.c:2532446#, c-format2447msgid "object %s not found"2448msgstr ""24492450#: builtin/fetch.c:2592451msgid "[up to date]"2452msgstr ""24532454#: builtin/fetch.c:2732455#, c-format2456msgid "! %-*s %-*s -> %s (can't fetch in current branch)"2457msgstr ""24582459#: builtin/fetch.c:274 builtin/fetch.c:3602460msgid "[rejected]"2461msgstr ""24622463#: builtin/fetch.c:2852464msgid "[tag update]"2465msgstr ""24662467#: builtin/fetch.c:287 builtin/fetch.c:322 builtin/fetch.c:3402468msgid " (unable to update local ref)"2469msgstr ""24702471#: builtin/fetch.c:3052472msgid "[new tag]"2473msgstr ""24742475#: builtin/fetch.c:3082476msgid "[new branch]"2477msgstr ""24782479#: builtin/fetch.c:3112480msgid "[new ref]"2481msgstr ""24822483#: builtin/fetch.c:3562484msgid "unable to update local ref"2485msgstr ""24862487#: builtin/fetch.c:3562488msgid "forced update"2489msgstr ""24902491#: builtin/fetch.c:3622492msgid "(non-fast-forward)"2493msgstr ""24942495#: builtin/fetch.c:393 builtin/fetch.c:6852496#, c-format2497msgid "cannot open %s: %s\n"2498msgstr ""24992500#: builtin/fetch.c:4022501#, c-format2502msgid "%s did not send all necessary objects\n"2503msgstr ""25042505#: builtin/fetch.c:4882506#, c-format2507msgid "From %.*s\n"2508msgstr ""25092510#: builtin/fetch.c:4992511#, c-format2512msgid ""2513"some local refs could not be updated; try running\n"2514" 'git remote prune %s' to remove any old, conflicting branches"2515msgstr ""25162517#: builtin/fetch.c:5492518#, c-format2519msgid " (%s will become dangling)"2520msgstr ""25212522#: builtin/fetch.c:5502523#, c-format2524msgid " (%s has become dangling)"2525msgstr ""25262527#: builtin/fetch.c:5572528msgid "[deleted]"2529msgstr ""25302531#: builtin/fetch.c:558 builtin/remote.c:10552532msgid "(none)"2533msgstr ""25342535#: builtin/fetch.c:6752536#, c-format2537msgid "Refusing to fetch into current branch %s of non-bare repository"2538msgstr ""25392540#: builtin/fetch.c:7092541#, c-format2542msgid "Don't know how to fetch from %s"2543msgstr ""25442545#: builtin/fetch.c:7862546#, c-format2547msgid "Option \"%s\" value \"%s\" is not valid for %s"2548msgstr ""25492550#: builtin/fetch.c:7892551#, c-format2552msgid "Option \"%s\" is ignored for %s\n"2553msgstr ""25542555#: builtin/fetch.c:8882556#, c-format2557msgid "Fetching %s\n"2558msgstr ""25592560#: builtin/fetch.c:890 builtin/remote.c:1002561#, c-format2562msgid "Could not fetch %s"2563msgstr ""25642565#: builtin/fetch.c:9072566msgid ""2567"No remote repository specified. Please, specify either a URL or a\n"2568"remote name from which new revisions should be fetched."2569msgstr ""25702571#: builtin/fetch.c:9272572msgid "You need to specify a tag name."2573msgstr ""25742575#: builtin/fetch.c:9792576msgid "fetch --all does not take a repository argument"2577msgstr ""25782579#: builtin/fetch.c:9812580msgid "fetch --all does not make sense with refspecs"2581msgstr ""25822583#: builtin/fetch.c:9922584#, c-format2585msgid "No such remote or remote group: %s"2586msgstr ""25872588#: builtin/fetch.c:10002589msgid "Fetching a group and specifying refspecs does not make sense"2590msgstr ""25912592#: builtin/gc.c:632593#, c-format2594msgid "Invalid %s: '%s'"2595msgstr ""25962597#: builtin/gc.c:902598#, c-format2599msgid "insanely long object directory %.*s"2600msgstr ""26012602#: builtin/gc.c:2212603#, c-format2604msgid "Auto packing the repository for optimum performance.\n"2605msgstr ""26062607#: builtin/gc.c:2242608#, c-format2609msgid ""2610"Auto packing the repository for optimum performance. You may also\n"2611"run \"git gc\" manually. See \"git help gc\" for more information.\n"2612msgstr ""26132614#: builtin/gc.c:2512615msgid ""2616"There are too many unreachable loose objects; run 'git prune' to remove them."2617msgstr ""26182619#: builtin/grep.c:2162620#, c-format2621msgid "grep: failed to create thread: %s"2622msgstr ""26232624#: builtin/grep.c:4022625#, c-format2626msgid "Failed to chdir: %s"2627msgstr ""26282629#: builtin/grep.c:478 builtin/grep.c:5122630#, c-format2631msgid "unable to read tree (%s)"2632msgstr ""26332634#: builtin/grep.c:5262635#, c-format2636msgid "unable to grep from object of type %s"2637msgstr ""26382639#: builtin/grep.c:5842640#, c-format2641msgid "switch `%c' expects a numerical value"2642msgstr ""26432644#: builtin/grep.c:6012645#, c-format2646msgid "cannot open '%s'"2647msgstr ""26482649#: builtin/grep.c:8882650msgid "no pattern given."2651msgstr ""26522653#: builtin/grep.c:9022654#, c-format2655msgid "bad object %s"2656msgstr ""26572658#: builtin/grep.c:9432659msgid "--open-files-in-pager only works on the worktree"2660msgstr ""26612662#: builtin/grep.c:9662663msgid "--cached or --untracked cannot be used with --no-index."2664msgstr ""26652666#: builtin/grep.c:9712667msgid "--no-index or --untracked cannot be used with revs."2668msgstr ""26692670#: builtin/grep.c:9742671msgid "--[no-]exclude-standard cannot be used for tracked contents."2672msgstr ""26732674#: builtin/grep.c:9822675msgid "both --cached and trees are given."2676msgstr ""26772678#: builtin/help.c:592679#, c-format2680msgid "unrecognized help format '%s'"2681msgstr ""26822683#: builtin/help.c:872684msgid "Failed to start emacsclient."2685msgstr ""26862687#: builtin/help.c:1002688msgid "Failed to parse emacsclient version."2689msgstr ""26902691#: builtin/help.c:1082692#, c-format2693msgid "emacsclient version '%d' too old (< 22)."2694msgstr ""26952696#: builtin/help.c:126 builtin/help.c:154 builtin/help.c:163 builtin/help.c:1712697#, c-format2698msgid "failed to exec '%s': %s"2699msgstr ""27002701#: builtin/help.c:2112702#, c-format2703msgid ""2704"'%s': path for unsupported man viewer.\n"2705"Please consider using 'man.<tool>.cmd' instead."2706msgstr ""27072708#: builtin/help.c:2232709#, c-format2710msgid ""2711"'%s': cmd for supported man viewer.\n"2712"Please consider using 'man.<tool>.path' instead."2713msgstr ""27142715#: builtin/help.c:2872716msgid "The most commonly used git commands are:"2717msgstr ""27182719#: builtin/help.c:3552720#, c-format2721msgid "'%s': unknown man viewer."2722msgstr ""27232724#: builtin/help.c:3722725msgid "no man viewer handled the request"2726msgstr ""27272728#: builtin/help.c:3802729msgid "no info viewer handled the request"2730msgstr ""27312732#: builtin/help.c:3912733#, c-format2734msgid "'%s': not a documentation directory."2735msgstr ""27362737#: builtin/help.c:432 builtin/help.c:4392738#, c-format2739msgid "usage: %s%s"2740msgstr ""27412742#: builtin/help.c:4532743#, c-format2744msgid "`git %s' is aliased to `%s'"2745msgstr ""27462747#: builtin/index-pack.c:1692748#, c-format2749msgid "object type mismatch at %s"2750msgstr ""27512752#: builtin/index-pack.c:1892753msgid "object of unexpected type"2754msgstr ""27552756#: builtin/index-pack.c:2262757#, c-format2758msgid "cannot fill %d byte"2759msgid_plural "cannot fill %d bytes"2760msgstr[0] ""2761msgstr[1] ""27622763#: builtin/index-pack.c:2362764msgid "early EOF"2765msgstr ""27662767#: builtin/index-pack.c:2372768msgid "read error on input"2769msgstr ""27702771#: builtin/index-pack.c:2492772msgid "used more bytes than were available"2773msgstr ""27742775#: builtin/index-pack.c:2562776msgid "pack too large for current definition of off_t"2777msgstr ""27782779#: builtin/index-pack.c:2722780#, c-format2781msgid "unable to create '%s'"2782msgstr ""27832784#: builtin/index-pack.c:2772785#, c-format2786msgid "cannot open packfile '%s'"2787msgstr ""27882789#: builtin/index-pack.c:2912790msgid "pack signature mismatch"2791msgstr ""27922793#: builtin/index-pack.c:3112794#, c-format2795msgid "pack has bad object at offset %lu: %s"2796msgstr ""27972798#: builtin/index-pack.c:4052799#, c-format2800msgid "inflate returned %d"2801msgstr ""28022803#: builtin/index-pack.c:4502804msgid "offset value overflow for delta base object"2805msgstr ""28062807#: builtin/index-pack.c:4582808msgid "delta base offset is out of bound"2809msgstr ""28102811#: builtin/index-pack.c:4662812#, c-format2813msgid "unknown object type %d"2814msgstr ""28152816#: builtin/index-pack.c:4952817msgid "cannot pread pack file"2818msgstr ""28192820#: builtin/index-pack.c:4972821#, c-format2822msgid "premature end of pack file, %lu byte missing"2823msgid_plural "premature end of pack file, %lu bytes missing"2824msgstr[0] ""2825msgstr[1] ""28262827#: builtin/index-pack.c:5102828msgid "serious inflate inconsistency"2829msgstr ""28302831#: builtin/index-pack.c:5832832#, c-format2833msgid "cannot read existing object %s"2834msgstr ""28352836#: builtin/index-pack.c:5862837#, c-format2838msgid "SHA1 COLLISION FOUND WITH %s !"2839msgstr ""28402841#: builtin/index-pack.c:5982842#, c-format2843msgid "invalid blob object %s"2844msgstr ""28452846#: builtin/index-pack.c:6102847#, c-format2848msgid "invalid %s"2849msgstr ""28502851#: builtin/index-pack.c:6122852msgid "Error in object"2853msgstr ""28542855#: builtin/index-pack.c:6142856#, c-format2857msgid "Not all child objects of %s are reachable"2858msgstr ""28592860#: builtin/index-pack.c:687 builtin/index-pack.c:7132861msgid "failed to apply delta"2862msgstr ""28632864#: builtin/index-pack.c:8502865msgid "Receiving objects"2866msgstr ""28672868#: builtin/index-pack.c:8502869msgid "Indexing objects"2870msgstr ""28712872#: builtin/index-pack.c:8722873msgid "pack is corrupted (SHA1 mismatch)"2874msgstr ""28752876#: builtin/index-pack.c:8772877msgid "cannot fstat packfile"2878msgstr ""28792880#: builtin/index-pack.c:8802881msgid "pack has junk at the end"2882msgstr ""28832884#: builtin/index-pack.c:9032885msgid "Resolving deltas"2886msgstr ""28872888#: builtin/index-pack.c:9542889msgid "confusion beyond insanity"2890msgstr ""28912892#: builtin/index-pack.c:9732893#, c-format2894msgid "pack has %d unresolved delta"2895msgid_plural "pack has %d unresolved deltas"2896msgstr[0] ""2897msgstr[1] ""28982899#: builtin/index-pack.c:9982900#, c-format2901msgid "unable to deflate appended object (%d)"2902msgstr ""29032904#: builtin/index-pack.c:10772905#, c-format2906msgid "local object %s is corrupt"2907msgstr ""29082909#: builtin/index-pack.c:11012910msgid "error while closing pack file"2911msgstr ""29122913#: builtin/index-pack.c:11142914#, c-format2915msgid "cannot write keep file '%s'"2916msgstr ""29172918#: builtin/index-pack.c:11222919#, c-format2920msgid "cannot close written keep file '%s'"2921msgstr ""29222923#: builtin/index-pack.c:11352924msgid "cannot store pack file"2925msgstr ""29262927#: builtin/index-pack.c:11462928msgid "cannot store index file"2929msgstr ""29302931#: builtin/index-pack.c:12472932#, c-format2933msgid "Cannot open existing pack file '%s'"2934msgstr ""29352936#: builtin/index-pack.c:12492937#, c-format2938msgid "Cannot open existing pack idx file for '%s'"2939msgstr ""29402941#: builtin/index-pack.c:12962942#, c-format2943msgid "non delta: %d object"2944msgid_plural "non delta: %d objects"2945msgstr[0] ""2946msgstr[1] ""29472948#: builtin/index-pack.c:13032949#, c-format2950msgid "chain length = %d: %lu object"2951msgid_plural "chain length = %d: %lu objects"2952msgstr[0] ""2953msgstr[1] ""29542955#: builtin/index-pack.c:13302956msgid "Cannot come back to cwd"2957msgstr ""29582959#: builtin/index-pack.c:1374 builtin/index-pack.c:13772960#: builtin/index-pack.c:1389 builtin/index-pack.c:13932961#, c-format2962msgid "bad %s"2963msgstr ""29642965#: builtin/index-pack.c:14072966msgid "--fix-thin cannot be used without --stdin"2967msgstr ""29682969#: builtin/index-pack.c:1411 builtin/index-pack.c:14212970#, c-format2971msgid "packfile name '%s' does not end with '.pack'"2972msgstr ""29732974#: builtin/index-pack.c:14302975msgid "--verify with no packfile name given"2976msgstr ""29772978#: builtin/init-db.c:352979#, c-format2980msgid "Could not make %s writable by group"2981msgstr ""29822983#: builtin/init-db.c:622984#, c-format2985msgid "insanely long template name %s"2986msgstr ""29872988#: builtin/init-db.c:672989#, c-format2990msgid "cannot stat '%s'"2991msgstr ""29922993#: builtin/init-db.c:732994#, c-format2995msgid "cannot stat template '%s'"2996msgstr ""29972998#: builtin/init-db.c:802999#, c-format3000msgid "cannot opendir '%s'"3001msgstr ""30023003#: builtin/init-db.c:973004#, c-format3005msgid "cannot readlink '%s'"3006msgstr ""30073008#: builtin/init-db.c:993009#, c-format3010msgid "insanely long symlink %s"3011msgstr ""30123013#: builtin/init-db.c:1023014#, c-format3015msgid "cannot symlink '%s' '%s'"3016msgstr ""30173018#: builtin/init-db.c:1063019#, c-format3020msgid "cannot copy '%s' to '%s'"3021msgstr ""30223023#: builtin/init-db.c:1103024#, c-format3025msgid "ignoring template %s"3026msgstr ""30273028#: builtin/init-db.c:1333029#, c-format3030msgid "insanely long template path %s"3031msgstr ""30323033#: builtin/init-db.c:1413034#, c-format3035msgid "templates not found %s"3036msgstr ""30373038#: builtin/init-db.c:1543039#, c-format3040msgid "not copying templates of a wrong format version %d from '%s'"3041msgstr ""30423043#: builtin/init-db.c:1923044#, c-format3045msgid "insane git directory %s"3046msgstr ""30473048#: builtin/init-db.c:322 builtin/init-db.c:3253049#, c-format3050msgid "%s already exists"3051msgstr ""30523053#: builtin/init-db.c:3543054#, c-format3055msgid "unable to handle file type %d"3056msgstr ""30573058#: builtin/init-db.c:3573059#, c-format3060msgid "unable to move %s to %s"3061msgstr ""30623063#: builtin/init-db.c:3623064#, c-format3065msgid "Could not create git link %s"3066msgstr ""30673068#.3069#. * TRANSLATORS: The first '%s' is either "Reinitialized3070#. * existing" or "Initialized empty", the second " shared" or3071#. * "", and the last '%s%s' is the verbatim directory name.3072#.3073#: builtin/init-db.c:4193074#, c-format3075msgid "%s%s Git repository in %s%s\n"3076msgstr ""30773078#: builtin/init-db.c:4203079msgid "Reinitialized existing"3080msgstr ""30813082#: builtin/init-db.c:4203083msgid "Initialized empty"3084msgstr ""30853086#: builtin/init-db.c:4213087msgid " shared"3088msgstr ""30893090#: builtin/init-db.c:4403091msgid "cannot tell cwd"3092msgstr ""30933094#: builtin/init-db.c:521 builtin/init-db.c:5283095#, c-format3096msgid "cannot mkdir %s"3097msgstr ""30983099#: builtin/init-db.c:5323100#, c-format3101msgid "cannot chdir to %s"3102msgstr ""31033104#: builtin/init-db.c:5543105#, c-format3106msgid ""3107"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"3108"dir=<directory>)"3109msgstr ""31103111#: builtin/init-db.c:5783112msgid "Cannot access current working directory"3113msgstr ""31143115#: builtin/init-db.c:5853116#, c-format3117msgid "Cannot access work tree '%s'"3118msgstr ""31193120#: builtin/log.c:1883121#, c-format3122msgid "Final output: %d %s\n"3123msgstr ""31243125#: builtin/log.c:401 builtin/log.c:4893126#, c-format3127msgid "Could not read object %s"3128msgstr ""31293130#: builtin/log.c:5133131#, c-format3132msgid "Unknown type: %d"3133msgstr ""31343135#: builtin/log.c:6023136msgid "format.headers without value"3137msgstr ""31383139#: builtin/log.c:6753140msgid "name of output directory is too long"3141msgstr ""31423143#: builtin/log.c:6863144#, c-format3145msgid "Cannot open patch file %s"3146msgstr ""31473148#: builtin/log.c:7003149msgid "Need exactly one range."3150msgstr ""31513152#: builtin/log.c:7083153msgid "Not a range."3154msgstr ""31553156#: builtin/log.c:7453157msgid "Could not extract email from committer identity."3158msgstr ""31593160#: builtin/log.c:7913161msgid "Cover letter needs email format"3162msgstr ""31633164#: builtin/log.c:8853165#, c-format3166msgid "insane in-reply-to: %s"3167msgstr ""31683169#: builtin/log.c:9583170msgid "Two output directories?"3171msgstr ""31723173#: builtin/log.c:11793174#, c-format3175msgid "bogus committer info %s"3176msgstr ""31773178#: builtin/log.c:12243179msgid "-n and -k are mutually exclusive."3180msgstr ""31813182#: builtin/log.c:12263183msgid "--subject-prefix and -k are mutually exclusive."3184msgstr ""31853186#: builtin/log.c:12343187msgid "--name-only does not make sense"3188msgstr ""31893190#: builtin/log.c:12363191msgid "--name-status does not make sense"3192msgstr ""31933194#: builtin/log.c:12383195msgid "--check does not make sense"3196msgstr ""31973198#: builtin/log.c:12613199msgid "standard output, or directory, which one?"3200msgstr ""32013202#: builtin/log.c:12633203#, c-format3204msgid "Could not create directory '%s'"3205msgstr ""32063207#: builtin/log.c:14163208msgid "Failed to create output files"3209msgstr ""32103211#: builtin/log.c:15203212#, c-format3213msgid ""3214"Could not find a tracked remote branch, please specify <upstream> manually.\n"3215msgstr ""32163217#: builtin/log.c:1536 builtin/log.c:1538 builtin/log.c:15503218#, c-format3219msgid "Unknown commit %s"3220msgstr ""32213222#: builtin/merge.c:903223msgid "switch `m' requires a value"3224msgstr ""32253226#: builtin/merge.c:1273227#, c-format3228msgid "Could not find merge strategy '%s'.\n"3229msgstr ""32303231#: builtin/merge.c:1283232#, c-format3233msgid "Available strategies are:"3234msgstr ""32353236#: builtin/merge.c:1333237#, c-format3238msgid "Available custom strategies are:"3239msgstr ""32403241#: builtin/merge.c:2403242msgid "could not run stash."3243msgstr ""32443245#: builtin/merge.c:2453246msgid "stash failed"3247msgstr ""32483249#: builtin/merge.c:2503250#, c-format3251msgid "not a valid object: %s"3252msgstr ""32533254#: builtin/merge.c:269 builtin/merge.c:2863255msgid "read-tree failed"3256msgstr ""32573258#: builtin/merge.c:3163259msgid " (nothing to squash)"3260msgstr ""32613262#: builtin/merge.c:3293263#, c-format3264msgid "Squash commit -- not updating HEAD\n"3265msgstr ""32663267#: builtin/merge.c:3613268msgid "Writing SQUASH_MSG"3269msgstr ""32703271#: builtin/merge.c:3633272msgid "Finishing SQUASH_MSG"3273msgstr ""32743275#: builtin/merge.c:3863276#, c-format3277msgid "No merge message -- not updating HEAD\n"3278msgstr ""32793280#: builtin/merge.c:4373281#, c-format3282msgid "'%s' does not point to a commit"3283msgstr ""32843285#: builtin/merge.c:5363286#, c-format3287msgid "Bad branch.%s.mergeoptions string: %s"3288msgstr ""32893290#: builtin/merge.c:6293291msgid "git write-tree failed to write a tree"3292msgstr ""32933294#: builtin/merge.c:6793295msgid "failed to read the cache"3296msgstr ""32973298#: builtin/merge.c:6973299msgid "Unable to write index."3300msgstr ""33013302#: builtin/merge.c:7103303msgid "Not handling anything other than two heads merge."3304msgstr ""33053306#: builtin/merge.c:7243307#, c-format3308msgid "Unknown option for merge-recursive: -X%s"3309msgstr ""33103311#: builtin/merge.c:7383312#, c-format3313msgid "unable to write %s"3314msgstr ""33153316#: builtin/merge.c:8773317#, c-format3318msgid "Could not read from '%s'"3319msgstr ""33203321#: builtin/merge.c:8863322#, c-format3323msgid "Not committing merge; use 'git commit' to complete the merge.\n"3324msgstr ""33253326#: builtin/merge.c:8923327msgid ""3328"Please enter a commit message to explain why this merge is necessary,\n"3329"especially if it merges an updated upstream into a topic branch.\n"3330"\n"3331"Lines starting with '#' will be ignored, and an empty message aborts\n"3332"the commit.\n"3333msgstr ""33343335#: builtin/merge.c:9163336msgid "Empty commit message."3337msgstr ""33383339#: builtin/merge.c:9283340#, c-format3341msgid "Wonderful.\n"3342msgstr ""33433344#: builtin/merge.c:9933345#, c-format3346msgid "Automatic merge failed; fix conflicts and then commit the result.\n"3347msgstr ""33483349#: builtin/merge.c:10093350#, c-format3351msgid "'%s' is not a commit"3352msgstr ""33533354#: builtin/merge.c:10503355msgid "No current branch."3356msgstr ""33573358#: builtin/merge.c:10523359msgid "No remote for the current branch."3360msgstr ""33613362#: builtin/merge.c:10543363msgid "No default upstream defined for the current branch."3364msgstr ""33653366#: builtin/merge.c:10593367#, c-format3368msgid "No remote tracking branch for %s from %s"3369msgstr ""33703371#: builtin/merge.c:1146 builtin/merge.c:13033372#, c-format3373msgid "%s - not something we can merge"3374msgstr ""33753376#: builtin/merge.c:12143377msgid "There is no merge to abort (MERGE_HEAD missing)."3378msgstr ""33793380#: builtin/merge.c:1230 git-pull.sh:313381msgid ""3382"You have not concluded your merge (MERGE_HEAD exists).\n"3383"Please, commit your changes before you can merge."3384msgstr ""33853386#: builtin/merge.c:1233 git-pull.sh:343387msgid "You have not concluded your merge (MERGE_HEAD exists)."3388msgstr ""33893390#: builtin/merge.c:12373391msgid ""3392"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"3393"Please, commit your changes before you can merge."3394msgstr ""33953396#: builtin/merge.c:12403397msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."3398msgstr ""33993400#: builtin/merge.c:12493401msgid "You cannot combine --squash with --no-ff."3402msgstr ""34033404#: builtin/merge.c:12543405msgid "You cannot combine --no-ff with --ff-only."3406msgstr ""34073408#: builtin/merge.c:12613409msgid "No commit specified and merge.defaultToUpstream not set."3410msgstr ""34113412#: builtin/merge.c:12933413msgid "Can merge only exactly one commit into empty head"3414msgstr ""34153416#: builtin/merge.c:12963417msgid "Squash commit into empty head not supported yet"3418msgstr ""34193420#: builtin/merge.c:12983421msgid "Non-fast-forward commit does not make sense into an empty head"3422msgstr ""34233424#: builtin/merge.c:14133425#, c-format3426msgid "Updating %s..%s\n"3427msgstr ""34283429#: builtin/merge.c:14513430#, c-format3431msgid "Trying really trivial in-index merge...\n"3432msgstr ""34333434#: builtin/merge.c:14583435#, c-format3436msgid "Nope.\n"3437msgstr ""34383439#: builtin/merge.c:14903440msgid "Not possible to fast-forward, aborting."3441msgstr ""34423443#: builtin/merge.c:1513 builtin/merge.c:15923444#, c-format3445msgid "Rewinding the tree to pristine...\n"3446msgstr ""34473448#: builtin/merge.c:15173449#, c-format3450msgid "Trying merge strategy %s...\n"3451msgstr ""34523453#: builtin/merge.c:15833454#, c-format3455msgid "No merge strategy handled the merge.\n"3456msgstr ""34573458#: builtin/merge.c:15853459#, c-format3460msgid "Merge with strategy %s failed.\n"3461msgstr ""34623463#: builtin/merge.c:15943464#, c-format3465msgid "Using the %s to prepare resolving by hand.\n"3466msgstr ""34673468#: builtin/merge.c:16063469#, c-format3470msgid "Automatic merge went well; stopped before committing as requested\n"3471msgstr ""34723473#: builtin/mv.c:1083474#, c-format3475msgid "Checking rename of '%s' to '%s'\n"3476msgstr ""34773478#: builtin/mv.c:1123479msgid "bad source"3480msgstr ""34813482#: builtin/mv.c:1153483msgid "can not move directory into itself"3484msgstr ""34853486#: builtin/mv.c:1183487msgid "cannot move directory over file"3488msgstr ""34893490#: builtin/mv.c:1283491#, c-format3492msgid "Huh? %.*s is in index?"3493msgstr ""34943495#: builtin/mv.c:1403496msgid "source directory is empty"3497msgstr ""34983499#: builtin/mv.c:1713500msgid "not under version control"3501msgstr ""35023503#: builtin/mv.c:1733504msgid "destination exists"3505msgstr ""35063507#: builtin/mv.c:1813508#, c-format3509msgid "overwriting '%s'"3510msgstr ""35113512#: builtin/mv.c:1843513msgid "Cannot overwrite"3514msgstr ""35153516#: builtin/mv.c:1873517msgid "multiple sources for the same target"3518msgstr ""35193520#: builtin/mv.c:2023521#, c-format3522msgid "%s, source=%s, destination=%s"3523msgstr ""35243525#: builtin/mv.c:2123526#, c-format3527msgid "Renaming %s to %s\n"3528msgstr ""35293530#: builtin/mv.c:215 builtin/remote.c:7313531#, c-format3532msgid "renaming '%s' failed"3533msgstr ""35343535#: builtin/notes.c:1393536#, c-format3537msgid "unable to start 'show' for object '%s'"3538msgstr ""35393540#: builtin/notes.c:1453541msgid "can't fdopen 'show' output fd"3542msgstr ""35433544#: builtin/notes.c:1553545#, c-format3546msgid "failed to close pipe to 'show' for object '%s'"3547msgstr ""35483549#: builtin/notes.c:1583550#, c-format3551msgid "failed to finish 'show' for object '%s'"3552msgstr ""35533554#: builtin/notes.c:175 builtin/tag.c:3473555#, c-format3556msgid "could not create file '%s'"3557msgstr ""35583559#: builtin/notes.c:1893560msgid "Please supply the note contents using either -m or -F option"3561msgstr ""35623563#: builtin/notes.c:210 builtin/notes.c:9733564#, c-format3565msgid "Removing note for object %s\n"3566msgstr ""35673568#: builtin/notes.c:2153569msgid "unable to write note object"3570msgstr ""35713572#: builtin/notes.c:2173573#, c-format3574msgid "The note contents has been left in %s"3575msgstr ""35763577#: builtin/notes.c:251 builtin/tag.c:5423578#, c-format3579msgid "cannot read '%s'"3580msgstr ""35813582#: builtin/notes.c:253 builtin/tag.c:5453583#, c-format3584msgid "could not open or read '%s'"3585msgstr ""35863587#: builtin/notes.c:272 builtin/notes.c:445 builtin/notes.c:4473588#: builtin/notes.c:507 builtin/notes.c:561 builtin/notes.c:6443589#: builtin/notes.c:649 builtin/notes.c:724 builtin/notes.c:7663590#: builtin/notes.c:968 builtin/reset.c:293 builtin/tag.c:5583591#, c-format3592msgid "Failed to resolve '%s' as a valid ref."3593msgstr ""35943595#: builtin/notes.c:2753596#, c-format3597msgid "Failed to read object '%s'."3598msgstr ""35993600#: builtin/notes.c:2993601msgid "Cannot commit uninitialized/unreferenced notes tree"3602msgstr ""36033604#: builtin/notes.c:3403605#, c-format3606msgid "Bad notes.rewriteMode value: '%s'"3607msgstr ""36083609#: builtin/notes.c:3503610#, c-format3611msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"3612msgstr ""36133614#. TRANSLATORS: The first %s is the name of the3615#. environment variable, the second %s is its value3616#: builtin/notes.c:3773617#, c-format3618msgid "Bad %s value: '%s'"3619msgstr ""36203621#: builtin/notes.c:4413622#, c-format3623msgid "Malformed input line: '%s'."3624msgstr ""36253626#: builtin/notes.c:4563627#, c-format3628msgid "Failed to copy notes from '%s' to '%s'"3629msgstr ""36303631#: builtin/notes.c:500 builtin/notes.c:554 builtin/notes.c:6273632#: builtin/notes.c:639 builtin/notes.c:712 builtin/notes.c:7593633#: builtin/notes.c:10333634msgid "too many parameters"3635msgstr ""36363637#: builtin/notes.c:513 builtin/notes.c:7723638#, c-format3639msgid "No note found for object %s."3640msgstr ""36413642#: builtin/notes.c:5803643#, c-format3644msgid ""3645"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "3646"existing notes"3647msgstr ""36483649#: builtin/notes.c:585 builtin/notes.c:6623650#, c-format3651msgid "Overwriting existing notes for object %s\n"3652msgstr ""36533654#: builtin/notes.c:6353655msgid "too few parameters"3656msgstr ""36573658#: builtin/notes.c:6563659#, c-format3660msgid ""3661"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "3662"existing notes"3663msgstr ""36643665#: builtin/notes.c:6683666#, c-format3667msgid "Missing notes on source object %s. Cannot copy."3668msgstr ""36693670#: builtin/notes.c:7173671#, c-format3672msgid ""3673"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"3674"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"3675msgstr ""36763677#: builtin/notes.c:9713678#, c-format3679msgid "Object %s has no note\n"3680msgstr ""36813682#: builtin/notes.c:1103 builtin/remote.c:15983683#, c-format3684msgid "Unknown subcommand: %s"3685msgstr ""36863687#: builtin/pack-objects.c:23153688#, c-format3689msgid "unsupported index version %s"3690msgstr ""36913692#: builtin/pack-objects.c:23193693#, c-format3694msgid "bad index version '%s'"3695msgstr ""36963697#: builtin/pack-objects.c:23423698#, c-format3699msgid "option %s does not accept negative form"3700msgstr ""37013702#: builtin/pack-objects.c:23463703#, c-format3704msgid "unable to parse value '%s' for option %s"3705msgstr ""37063707#: builtin/push.c:453708msgid "tag shorthand without <tag>"3709msgstr ""37103711#: builtin/push.c:643712msgid "--delete only accepts plain target ref names"3713msgstr ""37143715#: builtin/push.c:993716msgid ""3717"\n"3718"To choose either option permanently, see push.default in 'git help config'."3719msgstr ""37203721#: builtin/push.c:1023722#, c-format3723msgid ""3724"The upstream branch of your current branch does not match\n"3725"the name of your current branch. To push to the upstream branch\n"3726"on the remote, use\n"3727"\n"3728" git push %s HEAD:%s\n"3729"\n"3730"To push to the branch of the same name on the remote, use\n"3731"\n"3732" git push %s %s\n"3733"%s"3734msgstr ""37353736#: builtin/push.c:1213737#, c-format3738msgid ""3739"You are not currently on a branch.\n"3740"To push the history leading to the current (detached HEAD)\n"3741"state now, use\n"3742"\n"3743" git push %s HEAD:<name-of-remote-branch>\n"3744msgstr ""37453746#: builtin/push.c:1283747#, c-format3748msgid ""3749"The current branch %s has no upstream branch.\n"3750"To push the current branch and set the remote as upstream, use\n"3751"\n"3752" git push --set-upstream %s %s\n"3753msgstr ""37543755#: builtin/push.c:1363756#, c-format3757msgid "The current branch %s has multiple upstream branches, refusing to push."3758msgstr ""37593760#: builtin/push.c:1393761#, c-format3762msgid ""3763"You are pushing to remote '%s', which is not the upstream of\n"3764"your current branch '%s', without telling me what to push\n"3765"to update which remote branch."3766msgstr ""37673768#: builtin/push.c:1743769msgid ""3770"You didn't specify any refspecs to push, and push.default is \"nothing\"."3771msgstr ""37723773#: builtin/push.c:1813774msgid ""3775"Updates were rejected because the tip of your current branch is behind\n"3776"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"3777"before pushing again.\n"3778"See the 'Note about fast-forwards' in 'git push --help' for details."3779msgstr ""37803781#: builtin/push.c:1873782msgid ""3783"Updates were rejected because a pushed branch tip is behind its remote\n"3784"counterpart. If you did not intend to push that branch, you may want to\n"3785"specify branches to push or set the 'push.default' configuration\n"3786"variable to 'current' or 'upstream' to push only the current branch."3787msgstr ""37883789#: builtin/push.c:1933790msgid ""3791"Updates were rejected because a pushed branch tip is behind its remote\n"3792"counterpart. Check out this branch and merge the remote changes\n"3793"(e.g. 'git pull') before pushing again.\n"3794"See the 'Note about fast-forwards' in 'git push --help' for details."3795msgstr ""37963797#: builtin/push.c:2333798#, c-format3799msgid "Pushing to %s\n"3800msgstr ""38013802#: builtin/push.c:2373803#, c-format3804msgid "failed to push some refs to '%s'"3805msgstr ""38063807#: builtin/push.c:2693808#, c-format3809msgid "bad repository '%s'"3810msgstr ""38113812#: builtin/push.c:2703813msgid ""3814"No configured push destination.\n"3815"Either specify the URL from the command-line or configure a remote "3816"repository using\n"3817"\n"3818" git remote add <name> <url>\n"3819"\n"3820"and then push using the remote name\n"3821"\n"3822" git push <name>\n"3823msgstr ""38243825#: builtin/push.c:2853826msgid "--all and --tags are incompatible"3827msgstr ""38283829#: builtin/push.c:2863830msgid "--all can't be combined with refspecs"3831msgstr ""38323833#: builtin/push.c:2913834msgid "--mirror and --tags are incompatible"3835msgstr ""38363837#: builtin/push.c:2923838msgid "--mirror can't be combined with refspecs"3839msgstr ""38403841#: builtin/push.c:2973842msgid "--all and --mirror are incompatible"3843msgstr ""38443845#: builtin/push.c:3853846msgid "--delete is incompatible with --all, --mirror and --tags"3847msgstr ""38483849#: builtin/push.c:3873850msgid "--delete doesn't make sense without any refs"3851msgstr ""38523853#: builtin/remote.c:983854#, c-format3855msgid "Updating %s"3856msgstr ""38573858#: builtin/remote.c:1303859msgid ""3860"--mirror is dangerous and deprecated; please\n"3861"\t use --mirror=fetch or --mirror=push instead"3862msgstr ""38633864#: builtin/remote.c:1473865#, c-format3866msgid "unknown mirror argument: %s"3867msgstr ""38683869#: builtin/remote.c:1853870msgid "specifying a master branch makes no sense with --mirror"3871msgstr ""38723873#: builtin/remote.c:1873874msgid "specifying branches to track makes sense only with fetch mirrors"3875msgstr ""38763877#: builtin/remote.c:195 builtin/remote.c:6463878#, c-format3879msgid "remote %s already exists."3880msgstr ""38813882#: builtin/remote.c:199 builtin/remote.c:6503883#, c-format3884msgid "'%s' is not a valid remote name"3885msgstr ""38863887#: builtin/remote.c:2433888#, c-format3889msgid "Could not setup master '%s'"3890msgstr ""38913892#: builtin/remote.c:2993893#, c-format3894msgid "more than one %s"3895msgstr ""38963897#: builtin/remote.c:3393898#, c-format3899msgid "Could not get fetch map for refspec %s"3900msgstr ""39013902#: builtin/remote.c:440 builtin/remote.c:4483903msgid "(matching)"3904msgstr ""39053906#: builtin/remote.c:4523907msgid "(delete)"3908msgstr ""39093910#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6073911#, c-format3912msgid "Could not append '%s' to '%s'"3913msgstr ""39143915#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8903916#, c-format3917msgid "No such remote: %s"3918msgstr ""39193920#: builtin/remote.c:6563921#, c-format3922msgid "Could not rename config section '%s' to '%s'"3923msgstr ""39243925#: builtin/remote.c:662 builtin/remote.c:7993926#, c-format3927msgid "Could not remove config section '%s'"3928msgstr ""39293930#: builtin/remote.c:6773931#, c-format3932msgid ""3933"Not updating non-default fetch respec\n"3934"\t%s\n"3935"\tPlease update the configuration manually if necessary."3936msgstr ""39373938#: builtin/remote.c:6833939#, c-format3940msgid "Could not append '%s'"3941msgstr ""39423943#: builtin/remote.c:6943944#, c-format3945msgid "Could not set '%s'"3946msgstr ""39473948#: builtin/remote.c:7163949#, c-format3950msgid "deleting '%s' failed"3951msgstr ""39523953#: builtin/remote.c:7503954#, c-format3955msgid "creating '%s' failed"3956msgstr ""39573958#: builtin/remote.c:7643959#, c-format3960msgid "Could not remove branch %s"3961msgstr ""39623963#: builtin/remote.c:8343964msgid ""3965"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"3966"to delete it, use:"3967msgid_plural ""3968"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"3969"to delete them, use:"3970msgstr[0] ""3971msgstr[1] ""39723973#: builtin/remote.c:9433974#, c-format3975msgid " new (next fetch will store in remotes/%s)"3976msgstr ""39773978#: builtin/remote.c:9463979msgid " tracked"3980msgstr ""39813982#: builtin/remote.c:9483983msgid " stale (use 'git remote prune' to remove)"3984msgstr ""39853986#: builtin/remote.c:9503987msgid " ???"3988msgstr ""39893990#: builtin/remote.c:9913991#, c-format3992msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"3993msgstr ""39943995#: builtin/remote.c:9983996#, c-format3997msgid "rebases onto remote %s"3998msgstr ""39994000#: builtin/remote.c:10014001#, c-format4002msgid " merges with remote %s"4003msgstr ""40044005#: builtin/remote.c:10024006msgid " and with remote"4007msgstr ""40084009#: builtin/remote.c:10044010#, c-format4011msgid "merges with remote %s"4012msgstr ""40134014#: builtin/remote.c:10054015msgid " and with remote"4016msgstr ""40174018#: builtin/remote.c:10514019msgid "create"4020msgstr ""40214022#: builtin/remote.c:10544023msgid "delete"4024msgstr ""40254026#: builtin/remote.c:10584027msgid "up to date"4028msgstr ""40294030#: builtin/remote.c:10614031msgid "fast-forwardable"4032msgstr ""40334034#: builtin/remote.c:10644035msgid "local out of date"4036msgstr ""40374038#: builtin/remote.c:10714039#, c-format4040msgid " %-*s forces to %-*s (%s)"4041msgstr ""40424043#: builtin/remote.c:10744044#, c-format4045msgid " %-*s pushes to %-*s (%s)"4046msgstr ""40474048#: builtin/remote.c:10784049#, c-format4050msgid " %-*s forces to %s"4051msgstr ""40524053#: builtin/remote.c:10814054#, c-format4055msgid " %-*s pushes to %s"4056msgstr ""40574058#: builtin/remote.c:11184059#, c-format4060msgid "* remote %s"4061msgstr ""40624063#: builtin/remote.c:11194064#, c-format4065msgid " Fetch URL: %s"4066msgstr ""40674068#: builtin/remote.c:1120 builtin/remote.c:12854069msgid "(no URL)"4070msgstr ""40714072#: builtin/remote.c:1129 builtin/remote.c:11314073#, c-format4074msgid " Push URL: %s"4075msgstr ""40764077#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11374078#, c-format4079msgid " HEAD branch: %s"4080msgstr ""40814082#: builtin/remote.c:11394083#, c-format4084msgid ""4085" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"4086msgstr ""40874088#: builtin/remote.c:11514089#, c-format4090msgid " Remote branch:%s"4091msgid_plural " Remote branches:%s"4092msgstr[0] ""4093msgstr[1] ""40944095#: builtin/remote.c:1154 builtin/remote.c:11814096msgid " (status not queried)"4097msgstr ""40984099#: builtin/remote.c:11634100msgid " Local branch configured for 'git pull':"4101msgid_plural " Local branches configured for 'git pull':"4102msgstr[0] ""4103msgstr[1] ""41044105#: builtin/remote.c:11714106msgid " Local refs will be mirrored by 'git push'"4107msgstr ""41084109#: builtin/remote.c:11784110#, c-format4111msgid " Local ref configured for 'git push'%s:"4112msgid_plural " Local refs configured for 'git push'%s:"4113msgstr[0] ""4114msgstr[1] ""41154116#: builtin/remote.c:12164117msgid "Cannot determine remote HEAD"4118msgstr ""41194120#: builtin/remote.c:12184121msgid "Multiple remote HEAD branches. Please choose one explicitly with:"4122msgstr ""41234124#: builtin/remote.c:12284125#, c-format4126msgid "Could not delete %s"4127msgstr ""41284129#: builtin/remote.c:12364130#, c-format4131msgid "Not a valid ref: %s"4132msgstr ""41334134#: builtin/remote.c:12384135#, c-format4136msgid "Could not setup %s"4137msgstr ""41384139#: builtin/remote.c:12744140#, c-format4141msgid " %s will become dangling!"4142msgstr ""41434144#: builtin/remote.c:12754145#, c-format4146msgid " %s has become dangling!"4147msgstr ""41484149#: builtin/remote.c:12814150#, c-format4151msgid "Pruning %s"4152msgstr ""41534154#: builtin/remote.c:12824155#, c-format4156msgid "URL: %s"4157msgstr ""41584159#: builtin/remote.c:12954160#, c-format4161msgid " * [would prune] %s"4162msgstr ""41634164#: builtin/remote.c:12984165#, c-format4166msgid " * [pruned] %s"4167msgstr ""41684169#: builtin/remote.c:1387 builtin/remote.c:14614170#, c-format4171msgid "No such remote '%s'"4172msgstr ""41734174#: builtin/remote.c:14144175msgid "no remote specified"4176msgstr ""41774178#: builtin/remote.c:14474179msgid "--add --delete doesn't make sense"4180msgstr ""41814182#: builtin/remote.c:14874183#, c-format4184msgid "Invalid old URL pattern: %s"4185msgstr ""41864187#: builtin/remote.c:14954188#, c-format4189msgid "No such URL found: %s"4190msgstr ""41914192#: builtin/remote.c:14974193msgid "Will not delete all non-push URLs"4194msgstr ""41954196#: builtin/reset.c:334197msgid "mixed"4198msgstr ""41994200#: builtin/reset.c:334201msgid "soft"4202msgstr ""42034204#: builtin/reset.c:334205msgid "hard"4206msgstr ""42074208#: builtin/reset.c:334209msgid "merge"4210msgstr ""42114212#: builtin/reset.c:334213msgid "keep"4214msgstr ""42154216#: builtin/reset.c:774217msgid "You do not have a valid HEAD."4218msgstr ""42194220#: builtin/reset.c:794221msgid "Failed to find tree of HEAD."4222msgstr ""42234224#: builtin/reset.c:854225#, c-format4226msgid "Failed to find tree of %s."4227msgstr ""42284229#: builtin/reset.c:964230msgid "Could not write new index file."4231msgstr ""42324233#: builtin/reset.c:1064234#, c-format4235msgid "HEAD is now at %s"4236msgstr ""42374238#: builtin/reset.c:1304239msgid "Could not read index"4240msgstr ""42414242#: builtin/reset.c:1334243msgid "Unstaged changes after reset:"4244msgstr ""42454246#: builtin/reset.c:2234247#, c-format4248msgid "Cannot do a %s reset in the middle of a merge."4249msgstr ""42504251#: builtin/reset.c:2974252#, c-format4253msgid "Could not parse object '%s'."4254msgstr ""42554256#: builtin/reset.c:3024257msgid "--patch is incompatible with --{hard,mixed,soft}"4258msgstr ""42594260#: builtin/reset.c:3114261msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."4262msgstr ""42634264#: builtin/reset.c:3134265#, c-format4266msgid "Cannot do %s reset with paths."4267msgstr ""42684269#: builtin/reset.c:3254270#, c-format4271msgid "%s reset is not allowed in a bare repository"4272msgstr ""42734274#: builtin/reset.c:3414275#, c-format4276msgid "Could not reset index file to revision '%s'."4277msgstr ""42784279#: builtin/revert.c:70 builtin/revert.c:924280#, c-format4281msgid "%s: %s cannot be used with %s"4282msgstr ""42834284#: builtin/revert.c:1314285msgid "program error"4286msgstr ""42874288#: builtin/revert.c:2214289msgid "revert failed"4290msgstr ""42914292#: builtin/revert.c:2364293msgid "cherry-pick failed"4294msgstr ""42954296#: builtin/rm.c:1094297#, c-format4298msgid ""4299"'%s' has staged content different from both the file and the HEAD\n"4300"(use -f to force removal)"4301msgstr ""43024303#: builtin/rm.c:1154304#, c-format4305msgid ""4306"'%s' has changes staged in the index\n"4307"(use --cached to keep the file, or -f to force removal)"4308msgstr ""43094310#: builtin/rm.c:1194311#, c-format4312msgid ""4313"'%s' has local modifications\n"4314"(use --cached to keep the file, or -f to force removal)"4315msgstr ""43164317#: builtin/rm.c:1944318#, c-format4319msgid "not removing '%s' recursively without -r"4320msgstr ""43214322#: builtin/rm.c:2304323#, c-format4324msgid "git rm: unable to remove %s"4325msgstr ""43264327#: builtin/shortlog.c:1574328#, c-format4329msgid "Missing author: %s"4330msgstr ""43314332#: builtin/tag.c:604333#, c-format4334msgid "malformed object at '%s'"4335msgstr ""43364337#: builtin/tag.c:2074338#, c-format4339msgid "tag name too long: %.*s..."4340msgstr ""43414342#: builtin/tag.c:2124343#, c-format4344msgid "tag '%s' not found."4345msgstr ""43464347#: builtin/tag.c:2274348#, c-format4349msgid "Deleted tag '%s' (was %s)\n"4350msgstr ""43514352#: builtin/tag.c:2394353#, c-format4354msgid "could not verify the tag '%s'"4355msgstr ""43564357#: builtin/tag.c:2494358msgid ""4359"\n"4360"#\n"4361"# Write a tag message\n"4362"# Lines starting with '#' will be ignored.\n"4363"#\n"4364msgstr ""43654366#: builtin/tag.c:2564367msgid ""4368"\n"4369"#\n"4370"# Write a tag message\n"4371"# Lines starting with '#' will be kept; you may remove them yourself if you "4372"want to.\n"4373"#\n"4374msgstr ""43754376#: builtin/tag.c:2984377msgid "unable to sign the tag"4378msgstr ""43794380#: builtin/tag.c:3004381msgid "unable to write tag file"4382msgstr ""43834384#: builtin/tag.c:3254385msgid "bad object type."4386msgstr ""43874388#: builtin/tag.c:3384389msgid "tag header too big."4390msgstr ""43914392#: builtin/tag.c:3704393msgid "no tag message?"4394msgstr ""43954396#: builtin/tag.c:3764397#, c-format4398msgid "The tag message has been left in %s\n"4399msgstr ""44004401#: builtin/tag.c:4254402msgid "switch 'points-at' requires an object"4403msgstr ""44044405#: builtin/tag.c:4274406#, c-format4407msgid "malformed object name '%s'"4408msgstr ""44094410#: builtin/tag.c:5064411msgid "--column and -n are incompatible"4412msgstr ""44134414#: builtin/tag.c:5234415msgid "-n option is only allowed with -l."4416msgstr ""44174418#: builtin/tag.c:5254419msgid "--contains option is only allowed with -l."4420msgstr ""44214422#: builtin/tag.c:5274423msgid "--points-at option is only allowed with -l."4424msgstr ""44254426#: builtin/tag.c:5354427msgid "only one -F or -m option is allowed."4428msgstr ""44294430#: builtin/tag.c:5554431msgid "too many params"4432msgstr ""44334434#: builtin/tag.c:5614435#, c-format4436msgid "'%s' is not a valid tag name."4437msgstr ""44384439#: builtin/tag.c:5664440#, c-format4441msgid "tag '%s' already exists"4442msgstr ""44434444#: builtin/tag.c:5844445#, c-format4446msgid "%s: cannot lock the ref"4447msgstr ""44484449#: builtin/tag.c:5864450#, c-format4451msgid "%s: cannot update the ref"4452msgstr ""44534454#: builtin/tag.c:5884455#, c-format4456msgid "Updated tag '%s' (was %s)\n"4457msgstr ""44584459#: git.c:164460msgid "See 'git help <command>' for more information on a specific command."4461msgstr ""44624463#: parse-options.h:133 parse-options.h:2354464msgid "n"4465msgstr ""44664467#: parse-options.h:1414468msgid "time"4469msgstr ""44704471#: parse-options.h:1494472msgid "file"4473msgstr ""44744475#: parse-options.h:1514476msgid "when"4477msgstr ""44784479#: parse-options.h:1564480msgid "no-op (backward compatibility)"4481msgstr ""44824483#: parse-options.h:2284484msgid "be more verbose"4485msgstr ""44864487#: parse-options.h:2304488msgid "be more quiet"4489msgstr ""44904491#: parse-options.h:2364492msgid "use <n> digits to display SHA-1s"4493msgstr ""44944495#: common-cmds.h:84496msgid "Add file contents to the index"4497msgstr ""44984499#: common-cmds.h:94500msgid "Find by binary search the change that introduced a bug"4501msgstr ""45024503#: common-cmds.h:104504msgid "List, create, or delete branches"4505msgstr ""45064507#: common-cmds.h:114508msgid "Checkout a branch or paths to the working tree"4509msgstr ""45104511#: common-cmds.h:124512msgid "Clone a repository into a new directory"4513msgstr ""45144515#: common-cmds.h:134516msgid "Record changes to the repository"4517msgstr ""45184519#: common-cmds.h:144520msgid "Show changes between commits, commit and working tree, etc"4521msgstr ""45224523#: common-cmds.h:154524msgid "Download objects and refs from another repository"4525msgstr ""45264527#: common-cmds.h:164528msgid "Print lines matching a pattern"4529msgstr ""45304531#: common-cmds.h:174532msgid "Create an empty git repository or reinitialize an existing one"4533msgstr ""45344535#: common-cmds.h:184536msgid "Show commit logs"4537msgstr ""45384539#: common-cmds.h:194540msgid "Join two or more development histories together"4541msgstr ""45424543#: common-cmds.h:204544msgid "Move or rename a file, a directory, or a symlink"4545msgstr ""45464547#: common-cmds.h:214548msgid "Fetch from and merge with another repository or a local branch"4549msgstr ""45504551#: common-cmds.h:224552msgid "Update remote refs along with associated objects"4553msgstr ""45544555#: common-cmds.h:234556msgid "Forward-port local commits to the updated upstream head"4557msgstr ""45584559#: common-cmds.h:244560msgid "Reset current HEAD to the specified state"4561msgstr ""45624563#: common-cmds.h:254564msgid "Remove files from the working tree and from the index"4565msgstr ""45664567#: common-cmds.h:264568msgid "Show various types of objects"4569msgstr ""45704571#: common-cmds.h:274572msgid "Show the working tree status"4573msgstr ""45744575#: common-cmds.h:284576msgid "Create, list, delete or verify a tag object signed with GPG"4577msgstr ""45784579#: git-am.sh:504580msgid "You need to set your committer info first"4581msgstr ""45824583#: git-am.sh:1374584msgid "Repository lacks necessary blobs to fall back on 3-way merge."4585msgstr ""45864587#: git-am.sh:1544588msgid ""4589"Did you hand edit your patch?\n"4590"It does not apply to blobs recorded in its index."4591msgstr ""45924593#: git-am.sh:1634594msgid "Falling back to patching base and 3-way merge..."4595msgstr ""45964597#: git-am.sh:2754598msgid "Only one StGIT patch series can be applied at once"4599msgstr ""46004601#: git-am.sh:3624602#, sh-format4603msgid "Patch format $patch_format is not supported."4604msgstr ""46054606#: git-am.sh:3644607msgid "Patch format detection failed."4608msgstr ""46094610#: git-am.sh:4184611msgid "-d option is no longer supported. Do not use."4612msgstr ""46134614#: git-am.sh:4814615#, sh-format4616msgid "previous rebase directory $dotest still exists but mbox given."4617msgstr ""46184619#: git-am.sh:4864620msgid "Please make up your mind. --skip or --abort?"4621msgstr ""46224623#: git-am.sh:5134624msgid "Resolve operation not in progress, we are not resuming."4625msgstr ""46264627#: git-am.sh:5794628#, sh-format4629msgid "Dirty index: cannot apply patches (dirty: $files)"4630msgstr ""46314632#: git-am.sh:7554633msgid "cannot be interactive without stdin connected to a terminal."4634msgstr ""46354636#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]4637#. in your translation. The program will only accept English4638#. input at this point.4639#: git-am.sh:7664640msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "4641msgstr ""46424643#: git-am.sh:8024644#, sh-format4645msgid "Applying: $FIRSTLINE"4646msgstr ""46474648#: git-am.sh:8474649msgid "No changes -- Patch already applied."4650msgstr ""46514652#: git-am.sh:8734653msgid "applying to an empty history"4654msgstr ""46554656#. TRANSLATORS: Make sure to include [Y] and [n] in your4657#. translation. The program will only accept English input4658#. at this point.4659#: git-bisect.sh:544660msgid "Do you want me to do it for you [Y/n]? "4661msgstr ""46624663#: git-bisect.sh:954664#, sh-format4665msgid "unrecognised option: '$arg'"4666msgstr ""46674668#: git-bisect.sh:994669#, sh-format4670msgid "'$arg' does not appear to be a valid revision"4671msgstr ""46724673#: git-bisect.sh:1174674msgid "Bad HEAD - I need a HEAD"4675msgstr ""46764677#: git-bisect.sh:1304678#, sh-format4679msgid ""4680"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."4681msgstr ""46824683#: git-bisect.sh:1404684msgid "won't bisect on seeked tree"4685msgstr ""46864687#: git-bisect.sh:1444688msgid "Bad HEAD - strange symbolic ref"4689msgstr ""46904691#: git-bisect.sh:1894692#, sh-format4693msgid "Bad bisect_write argument: $state"4694msgstr ""46954696#: git-bisect.sh:2184697#, sh-format4698msgid "Bad rev input: $arg"4699msgstr ""47004701#: git-bisect.sh:2324702msgid "Please call 'bisect_state' with at least one argument."4703msgstr ""47044705#: git-bisect.sh:2444706#, sh-format4707msgid "Bad rev input: $rev"4708msgstr ""47094710#: git-bisect.sh:2504711msgid "'git bisect bad' can take only one argument."4712msgstr ""47134714#. TRANSLATORS: Make sure to include [Y] and [n] in your4715#. translation. The program will only accept English input4716#. at this point.4717#: git-bisect.sh:2794718msgid "Are you sure [Y/n]? "4719msgstr ""47204721#: git-bisect.sh:3544722#, sh-format4723msgid "'$invalid' is not a valid commit"4724msgstr ""47254726#: git-bisect.sh:3634727#, sh-format4728msgid ""4729"Could not check out original HEAD '$branch'.\n"4730"Try 'git bisect reset <commit>'."4731msgstr ""47324733#: git-bisect.sh:3904734msgid "No logfile given"4735msgstr ""47364737#: git-bisect.sh:3914738#, sh-format4739msgid "cannot read $file for replaying"4740msgstr ""47414742#: git-bisect.sh:4084743msgid "?? what are you talking about?"4744msgstr ""47454746#: git-bisect.sh:4744747msgid "We are not bisecting."4748msgstr ""47494750#: git-pull.sh:214751msgid ""4752"Pull is not possible because you have unmerged files.\n"4753"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"4754"as appropriate to mark resolution, or use 'git commit -a'."4755msgstr ""47564757#: git-pull.sh:254758msgid "Pull is not possible because you have unmerged files."4759msgstr ""47604761#: git-pull.sh:1974762msgid "updating an unborn branch with changes added to the index"4763msgstr ""47644765#: git-pull.sh:2534766msgid "Cannot merge multiple branches into empty head"4767msgstr ""47684769#: git-pull.sh:2574770msgid "Cannot rebase onto multiple branches"4771msgstr ""47724773#: git-stash.sh:514774msgid "git stash clear with parameters is unimplemented"4775msgstr ""47764777#: git-stash.sh:744778msgid "You do not have the initial commit yet"4779msgstr ""47804781#: git-stash.sh:894782msgid "Cannot save the current index state"4783msgstr ""47844785#: git-stash.sh:123 git-stash.sh:1364786msgid "Cannot save the current worktree state"4787msgstr ""47884789#: git-stash.sh:1404790msgid "No changes selected"4791msgstr ""47924793#: git-stash.sh:1434794msgid "Cannot remove temporary index (can't happen)"4795msgstr ""47964797#: git-stash.sh:1564798msgid "Cannot record working tree state"4799msgstr ""48004801#: git-stash.sh:2234802msgid "No local changes to save"4803msgstr ""48044805#: git-stash.sh:2274806msgid "Cannot initialize stash"4807msgstr ""48084809#: git-stash.sh:2354810msgid "Cannot save the current status"4811msgstr ""48124813#: git-stash.sh:2534814msgid "Cannot remove worktree changes"4815msgstr ""48164817#: git-stash.sh:3524818msgid "No stash found."4819msgstr ""48204821#: git-stash.sh:3594822#, sh-format4823msgid "Too many revisions specified: $REV"4824msgstr ""48254826#: git-stash.sh:3654827#, sh-format4828msgid "$reference is not valid reference"4829msgstr ""48304831#: git-stash.sh:3934832#, sh-format4833msgid "'$args' is not a stash-like commit"4834msgstr ""48354836#: git-stash.sh:4044837#, sh-format4838msgid "'$args' is not a stash reference"4839msgstr ""48404841#: git-stash.sh:4124842msgid "unable to refresh index"4843msgstr ""48444845#: git-stash.sh:4164846msgid "Cannot apply a stash in the middle of a merge"4847msgstr ""48484849#: git-stash.sh:4244850msgid "Conflicts in index. Try without --index."4851msgstr ""48524853#: git-stash.sh:4264854msgid "Could not save index tree"4855msgstr ""48564857#: git-stash.sh:4604858msgid "Cannot unstage modified files"4859msgstr ""48604861#: git-stash.sh:4914862#, sh-format4863msgid "Dropped ${REV} ($s)"4864msgstr ""48654866#: git-stash.sh:4924867#, sh-format4868msgid "${REV}: Could not drop stash entry"4869msgstr ""48704871#: git-stash.sh:4994872msgid "No branch name specified"4873msgstr ""48744875#: git-stash.sh:5704876msgid "(To restore them type \"git stash apply\")"4877msgstr ""48784879#: git-submodule.sh:564880#, sh-format4881msgid "cannot strip one component off url '$remoteurl'"4882msgstr ""48834884#: git-submodule.sh:1094885#, sh-format4886msgid "No submodule mapping found in .gitmodules for path '$sm_path'"4887msgstr ""48884889#: git-submodule.sh:1504890#, sh-format4891msgid "Clone of '$url' into submodule path '$sm_path' failed"4892msgstr ""48934894#: git-submodule.sh:1604895#, sh-format4896msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"4897msgstr ""48984899#: git-submodule.sh:2494900#, sh-format4901msgid "repo URL: '$repo' must be absolute or begin with ./|../"4902msgstr ""49034904#: git-submodule.sh:2664905#, sh-format4906msgid "'$sm_path' already exists in the index"4907msgstr ""49084909#: git-submodule.sh:2834910#, sh-format4911msgid "'$sm_path' already exists and is not a valid git repo"4912msgstr ""49134914#: git-submodule.sh:2974915#, sh-format4916msgid "Unable to checkout submodule '$sm_path'"4917msgstr ""49184919#: git-submodule.sh:3024920#, sh-format4921msgid "Failed to add submodule '$sm_path'"4922msgstr ""49234924#: git-submodule.sh:3074925#, sh-format4926msgid "Failed to register submodule '$sm_path'"4927msgstr ""49284929#: git-submodule.sh:3494930#, sh-format4931msgid "Entering '$prefix$sm_path'"4932msgstr ""49334934#: git-submodule.sh:3634935#, sh-format4936msgid "Stopping at '$sm_path'; script returned non-zero status."4937msgstr ""49384939#: git-submodule.sh:4054940#, sh-format4941msgid "No url found for submodule path '$sm_path' in .gitmodules"4942msgstr ""49434944#: git-submodule.sh:4144945#, sh-format4946msgid "Failed to register url for submodule path '$sm_path'"4947msgstr ""49484949#: git-submodule.sh:4224950#, sh-format4951msgid "Failed to register update mode for submodule path '$sm_path'"4952msgstr ""49534954#: git-submodule.sh:4244955#, sh-format4956msgid "Submodule '$name' ($url) registered for path '$sm_path'"4957msgstr ""49584959#: git-submodule.sh:5234960#, sh-format4961msgid ""4962"Submodule path '$sm_path' not initialized\n"4963"Maybe you want to use 'update --init'?"4964msgstr ""49654966#: git-submodule.sh:5364967#, sh-format4968msgid "Unable to find current revision in submodule path '$sm_path'"4969msgstr ""49704971#: git-submodule.sh:5554972#, sh-format4973msgid "Unable to fetch in submodule path '$sm_path'"4974msgstr ""49754976#: git-submodule.sh:5694977#, sh-format4978msgid "Unable to rebase '$sha1' in submodule path '$sm_path'"4979msgstr ""49804981#: git-submodule.sh:5704982#, sh-format4983msgid "Submodule path '$sm_path': rebased into '$sha1'"4984msgstr ""49854986#: git-submodule.sh:5754987#, sh-format4988msgid "Unable to merge '$sha1' in submodule path '$sm_path'"4989msgstr ""49904991#: git-submodule.sh:5764992#, sh-format4993msgid "Submodule path '$sm_path': merged in '$sha1'"4994msgstr ""49954996#: git-submodule.sh:5814997#, sh-format4998msgid "Unable to checkout '$sha1' in submodule path '$sm_path'"4999msgstr ""50005001#: git-submodule.sh:5825002#, sh-format5003msgid "Submodule path '$sm_path': checked out '$sha1'"5004msgstr ""50055006#: git-submodule.sh:604 git-submodule.sh:9275007#, sh-format5008msgid "Failed to recurse into submodule path '$sm_path'"5009msgstr ""50105011#: git-submodule.sh:7125012msgid "--"5013msgstr ""50145015#: git-submodule.sh:7705016#, sh-format5017msgid " Warn: $name doesn't contain commit $sha1_src"5018msgstr ""50195020#: git-submodule.sh:7735021#, sh-format5022msgid " Warn: $name doesn't contain commit $sha1_dst"5023msgstr ""50245025#: git-submodule.sh:7765026#, sh-format5027msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"5028msgstr ""50295030#: git-submodule.sh:8015031msgid "blob"5032msgstr ""50335034#: git-submodule.sh:8025035msgid "submodule"5036msgstr ""50375038#: git-submodule.sh:9735039#, sh-format5040msgid "Synchronizing submodule url for '$name'"5041msgstr ""