1# Bulgarian translation of git po-file. 2# Copyright (C) 2014 Alexander Shopov <ash@kambanaria.org>. 3# This file is distributed under the same license as the git package. 4# Alexander Shopov <ash@kambanaria.org>, 2014. 5# 6# ======================== 7# DICTIONARY TO MERGE IN GIT GUI 8# ------------------------ 9# range интервал 10# unreachable object недостижим обект 11# dangling objects обект извън клон 12# fast-forward тривиално сливане 13# stale remote старо хранилище 14# rebase пребазирам 15# force (push) принудително изтласквам 16# stash/index индекс 17# ======================== 18# RECHECK 19# ------------------------ 20# HEAD as a reference vs head of a branch 21# 22# ======================== 23# GENERATE STATS 24# ------------------------ 25# grep ^#: bg.po | cut -c4- |tr ' ' '\n'| sed -e 's/:[0-9][0-9]*//' -e 's%.*/%%' -e 's/[.][^.]*$//' > OUT 26# sort -u OUT > UNIQUE 27# for i in `cat UNIQUE`; do echo `grep "^$i$" OUT | wc -l` $i ; done | sort -nr > STATS 28# ======================== 29# DONE strings 30# ------------------------ 31# 222 32# ======================== 33# REMAINING strings 34# ------------------------ 35# 1988 36# ======================== 37# DONE alphabetical ordering 38# ------------------------ 39# 40# advice, fsck, gc, help, parse-options, reflog, remote, rm, run-command 41# 42# ======================== 43# REMAINING alphabetical ordering 44# ------------------------ 45# 46# add, apply, archive, attr, bisect--helper, blame, branch, bundle, cat-file, check-attr, check-ignore, check-mailmap, 47# checkout, checkout-index, clean, clone, column, commit, common-cmds, config, connected, count-objects, date, describe, 48# diff, diffcore-order, fast-export, fetch, fmt-merge-msg, for-each-ref, git, git-am, git-bisect, git-pull, git-rebase, 49# git-stash, git-submodule, gpg-interface, grep, hash-object, index-pack, init-db, log, ls-files, ls-tree, merge, 50# merge-base, merge-file, merge-recursive, mktree, mv, name-rev, notes, notes-utils, object, obstack, pack-objects, 51# pack-refs, pathspec, precompose_utf8, prune, prune-packed, push, read-tree, repack, replace, rerere, reset, revert, 52# rev-parse, sequencer, sha1_name, shortlog, show-branch, show-ref, submodule, symbolic-ref, tag, update-index, 53# update-ref, update-server-info, urlmatch, verify-pack, verify-tag, wrapper, write-tree, wt-status 54# 55# 56# ======================== 57# MOST IMPORTANT strings ordering 58# ------------------------ 59# 144 [remote] 68 fetch 28 blame 16 [parse-options] 60# 137 commit 64 grep 27 git-rebase 12 [gc] 61# 115 branch 46 push 24 revert 12 [fsck] 62# 102 wt-status 38 add 21 common-cmds 3 reflog 63# 78 checkout 34 config 21 [rm] 64# 77 log 33 reset 21 mv 65# 69 clone 29 git-stash 13 diff 66# 67# ======================== 68# WHOLE STATISTICS strings ordering 69# ------------------------ 70# 144 remote 54 git-submodule 27 ls-files 12 pathspec 8 replace 3 prune-packed 71# 137 commit 48 push 27 git-rebase 12 name-rev 8 git-pull 3 pack-refs 72# 115 branch 41 help 24 revert 12 gc 8 fmt-merge-msg 3 count-objects 73# 111 apply 40 pack-objects 24 mv 12 fsck 7 symbolic-ref 3 connected 74# 102 wt-status 39 init-db 21 rm 12 checkout-index 6 gpg-interface 3 bisect--helper 75# 100 notes 38 add 21 common-cmds 11 date 6 check-attr 2 verify-tag 76# 97 merge 35 archive 19 show-branch 11 column 5 write-tree 2 update-server-info 77# 78 checkout 34 config 19 read-tree 10 urlmatch 5 sha1_name 2 run-command 78# 77 log 33 reset 19 bundle 10 shortlog 5 rev-parse 2 rerere 79# 69 clone 32 clean 17 repack 10 merge-file 5 prune 2 obstack 80# 68 index-pack 30 git-am 16 parse-options 10 merge-base 4 wrapper 2 advice 81# 68 fetch 30 describe 14 submodule 10 ls-tree 4 notes-utils 1 precompose_utf8 82# 64 grep 29 git-stash 14 show-ref 10 hash-object 4 mktree 1 object 83# 58 tag 29 git-bisect 14 fast-export 10 for-each-ref 4 check-mailmap 1 git 84# 56 sequencer 28 update-index 13 diff 10 cat-file 3 verify-pack 1 diffcore-order 85# 55 merge-recursive 28 blame 13 check-ignore 9 update-ref 3 reflog 1 attr 86msgid "" 87msgstr "" 88"Project-Id-Version: git master\n" 89"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 90"POT-Creation-Date: 2014-01-18 07:42+0800\n" 91"PO-Revision-Date: 2014-01-28 19:05+0200\n" 92"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n" 93"Language-Team: Bulgarian <dict@fsa-bg.org>\n" 94"Language: bg\n" 95"MIME-Version: 1.0\n" 96"Content-Type: text/plain; charset=UTF-8\n" 97"Content-Transfer-Encoding: 8bit\n" 98"Plural-Forms: nplurals=2; plural=(n != 1);\n" 99 100#: advice.c:57 101#, c-format 102msgid "hint: %.*s\n" 103msgstr "Подсказка: %.*s\n" 104 105#. 106#. * Message used both when 'git commit' fails and when 107#. * other commands doing a merge do. 108#. 109#: advice.c:87 110msgid "" 111"Fix them up in the work tree,\n" 112"and then use 'git add/rm <file>' as\n" 113"appropriate to mark resolution and make a commit,\n" 114"or use 'git commit -a'." 115msgstr "" 116"Редактирайте ги в работното дърво,\n" 117"и тогава ползвайте „git add/rm <file>“,\n" 118"за да отбележите коригирането им и ги\n" 119"подадете или просто ползвайте „git commit -a“." 120 121#: archive.c:10 122msgid "git archive [options] <tree-ish> [<path>...]" 123msgstr "" 124 125#: archive.c:11 126msgid "git archive --list" 127msgstr "" 128 129#: archive.c:12 130msgid "" 131"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 132msgstr "" 133 134#: archive.c:13 135msgid "git archive --remote <repo> [--exec <cmd>] --list" 136msgstr "" 137 138#: archive.c:242 builtin/add.c:240 builtin/add.c:559 builtin/rm.c:328 139#, c-format 140msgid "pathspec '%s' did not match any files" 141msgstr "пътят „%s“ не съвпада с никой файл" 142 143#: archive.c:327 144msgid "fmt" 145msgstr "" 146 147#: archive.c:327 148msgid "archive format" 149msgstr "" 150 151#: archive.c:328 builtin/log.c:1193 152msgid "prefix" 153msgstr "" 154 155#: archive.c:329 156msgid "prepend prefix to each pathname in the archive" 157msgstr "" 158 159#: archive.c:330 builtin/archive.c:88 builtin/blame.c:2265 160#: builtin/blame.c:2266 builtin/config.c:58 builtin/fast-export.c:680 161#: builtin/fast-export.c:682 builtin/grep.c:716 builtin/hash-object.c:77 162#: builtin/ls-files.c:486 builtin/ls-files.c:489 builtin/notes.c:408 163#: builtin/notes.c:565 builtin/read-tree.c:108 parse-options.h:154 164msgid "file" 165msgstr "файл" 166 167#: archive.c:331 builtin/archive.c:89 168msgid "write the archive to this file" 169msgstr "" 170 171#: archive.c:333 172msgid "read .gitattributes in working directory" 173msgstr "" 174 175#: archive.c:334 176msgid "report archived files on stderr" 177msgstr "" 178 179#: archive.c:335 180msgid "store only" 181msgstr "" 182 183#: archive.c:336 184msgid "compress faster" 185msgstr "" 186 187#: archive.c:344 188msgid "compress better" 189msgstr "" 190 191#: archive.c:347 192msgid "list supported archive formats" 193msgstr "" 194 195#: archive.c:349 builtin/archive.c:90 builtin/clone.c:84 196msgid "repo" 197msgstr "" 198 199#: archive.c:350 builtin/archive.c:91 200msgid "retrieve the archive from remote repository <repo>" 201msgstr "" 202 203#: archive.c:351 builtin/archive.c:92 builtin/notes.c:487 204msgid "command" 205msgstr "" 206 207#: archive.c:352 builtin/archive.c:93 208msgid "path to the remote git-upload-archive command" 209msgstr "" 210 211#: attr.c:259 212msgid "" 213"Negative patterns are ignored in git attributes\n" 214"Use '\\!' for literal leading exclamation." 215msgstr "" 216 217#: branch.c:60 218#, c-format 219msgid "Not setting branch %s as its own upstream." 220msgstr "" 221 222#: branch.c:82 223#, c-format 224msgid "Branch %s set up to track remote branch %s from %s by rebasing." 225msgstr "" 226 227#: branch.c:83 228#, c-format 229msgid "Branch %s set up to track remote branch %s from %s." 230msgstr "" 231 232#: branch.c:87 233#, c-format 234msgid "Branch %s set up to track local branch %s by rebasing." 235msgstr "" 236 237#: branch.c:88 238#, c-format 239msgid "Branch %s set up to track local branch %s." 240msgstr "" 241 242#: branch.c:92 243#, c-format 244msgid "Branch %s set up to track remote ref %s by rebasing." 245msgstr "" 246 247#: branch.c:93 248#, c-format 249msgid "Branch %s set up to track remote ref %s." 250msgstr "" 251 252#: branch.c:97 253#, c-format 254msgid "Branch %s set up to track local ref %s by rebasing." 255msgstr "" 256 257#: branch.c:98 258#, c-format 259msgid "Branch %s set up to track local ref %s." 260msgstr "" 261 262#: branch.c:118 263#, c-format 264msgid "Tracking not set up: name too long: %s" 265msgstr "" 266 267#: branch.c:137 268#, c-format 269msgid "Not tracking: ambiguous information for ref %s" 270msgstr "" 271 272#: branch.c:182 273#, c-format 274msgid "'%s' is not a valid branch name." 275msgstr "" 276 277#: branch.c:187 278#, c-format 279msgid "A branch named '%s' already exists." 280msgstr "" 281 282#: branch.c:195 283msgid "Cannot force update the current branch." 284msgstr "" 285 286#: branch.c:215 287#, c-format 288msgid "Cannot setup tracking information; starting point '%s' is not a branch." 289msgstr "" 290 291#: branch.c:217 292#, c-format 293msgid "the requested upstream branch '%s' does not exist" 294msgstr "" 295 296#: branch.c:219 297msgid "" 298"\n" 299"If you are planning on basing your work on an upstream\n" 300"branch that already exists at the remote, you may need to\n" 301"run \"git fetch\" to retrieve it.\n" 302"\n" 303"If you are planning to push out a new local branch that\n" 304"will track its remote counterpart, you may want to use\n" 305"\"git push -u\" to set the upstream config as you push." 306msgstr "" 307 308#: branch.c:264 309#, c-format 310msgid "Not a valid object name: '%s'." 311msgstr "" 312 313#: branch.c:284 314#, c-format 315msgid "Ambiguous object name: '%s'." 316msgstr "" 317 318#: branch.c:289 319#, c-format 320msgid "Not a valid branch point: '%s'." 321msgstr "" 322 323#: branch.c:295 324msgid "Failed to lock ref for update" 325msgstr "" 326 327#: branch.c:313 328msgid "Failed to write ref" 329msgstr "" 330 331#: bundle.c:37 332#, c-format 333msgid "'%s' does not look like a v2 bundle file" 334msgstr "" 335 336#: bundle.c:64 337#, c-format 338msgid "unrecognized header: %s%s (%d)" 339msgstr "" 340 341#: bundle.c:90 builtin/commit.c:706 342#, c-format 343msgid "could not open '%s'" 344msgstr "" 345 346#: bundle.c:141 347msgid "Repository lacks these prerequisite commits:" 348msgstr "" 349 350#: bundle.c:165 sequencer.c:662 sequencer.c:1112 builtin/log.c:332 351#: builtin/log.c:821 builtin/log.c:1418 builtin/log.c:1644 builtin/merge.c:357 352#: builtin/shortlog.c:158 353msgid "revision walk setup failed" 354msgstr "" 355 356#: bundle.c:187 357#, c-format 358msgid "The bundle contains this ref:" 359msgid_plural "The bundle contains these %d refs:" 360msgstr[0] "" 361msgstr[1] "" 362 363#: bundle.c:194 364msgid "The bundle records a complete history." 365msgstr "" 366 367#: bundle.c:196 368#, c-format 369msgid "The bundle requires this ref:" 370msgid_plural "The bundle requires these %d refs:" 371msgstr[0] "" 372msgstr[1] "" 373 374#: bundle.c:296 375msgid "rev-list died" 376msgstr "" 377 378#: bundle.c:302 builtin/log.c:1329 builtin/shortlog.c:261 379#, c-format 380msgid "unrecognized argument: %s" 381msgstr "" 382 383#: bundle.c:337 384#, c-format 385msgid "ref '%s' is excluded by the rev-list options" 386msgstr "" 387 388#: bundle.c:382 389msgid "Refusing to create empty bundle." 390msgstr "" 391 392#: bundle.c:398 393msgid "Could not spawn pack-objects" 394msgstr "" 395 396#: bundle.c:416 397msgid "pack-objects died" 398msgstr "" 399 400#: bundle.c:419 401#, c-format 402msgid "cannot create '%s'" 403msgstr "" 404 405#: bundle.c:441 406msgid "index-pack died" 407msgstr "" 408 409#: commit.c:53 410#, c-format 411msgid "could not parse %s" 412msgstr "" 413 414#: commit.c:55 415#, c-format 416msgid "%s %s is not a commit!" 417msgstr "" 418 419#: compat/obstack.c:406 compat/obstack.c:408 420msgid "memory exhausted" 421msgstr "" 422 423#: connected.c:70 424msgid "Could not run 'git rev-list'" 425msgstr "" 426 427#: connected.c:90 428#, c-format 429msgid "failed write to rev-list: %s" 430msgstr "" 431 432#: connected.c:98 433#, c-format 434msgid "failed to close rev-list's stdin: %s" 435msgstr "" 436 437#: date.c:95 438msgid "in the future" 439msgstr "" 440 441#: date.c:101 442#, c-format 443msgid "%lu second ago" 444msgid_plural "%lu seconds ago" 445msgstr[0] "" 446msgstr[1] "" 447 448#: date.c:108 449#, c-format 450msgid "%lu minute ago" 451msgid_plural "%lu minutes ago" 452msgstr[0] "" 453msgstr[1] "" 454 455#: date.c:115 456#, c-format 457msgid "%lu hour ago" 458msgid_plural "%lu hours ago" 459msgstr[0] "" 460msgstr[1] "" 461 462#: date.c:122 463#, c-format 464msgid "%lu day ago" 465msgid_plural "%lu days ago" 466msgstr[0] "" 467msgstr[1] "" 468 469#: date.c:128 470#, c-format 471msgid "%lu week ago" 472msgid_plural "%lu weeks ago" 473msgstr[0] "" 474msgstr[1] "" 475 476#: date.c:135 477#, c-format 478msgid "%lu month ago" 479msgid_plural "%lu months ago" 480msgstr[0] "" 481msgstr[1] "" 482 483#: date.c:146 484#, c-format 485msgid "%lu year" 486msgid_plural "%lu years" 487msgstr[0] "" 488msgstr[1] "" 489 490#: date.c:149 491#, c-format 492msgid "%s, %lu month ago" 493msgid_plural "%s, %lu months ago" 494msgstr[0] "" 495msgstr[1] "" 496 497#: date.c:154 date.c:159 498#, c-format 499msgid "%lu year ago" 500msgid_plural "%lu years ago" 501msgstr[0] "" 502msgstr[1] "" 503 504#: diffcore-order.c:24 505#, c-format 506msgid "failed to read orderfile '%s'" 507msgstr "" 508 509#: diff.c:113 510#, c-format 511msgid " Failed to parse dirstat cut-off percentage '%s'\n" 512msgstr "" 513 514#: diff.c:118 515#, c-format 516msgid " Unknown dirstat parameter '%s'\n" 517msgstr "" 518 519#: diff.c:213 520#, c-format 521msgid "Unknown value for 'diff.submodule' config variable: '%s'" 522msgstr "" 523 524#: diff.c:263 525#, c-format 526msgid "" 527"Found errors in 'diff.dirstat' config variable:\n" 528"%s" 529msgstr "" 530 531#: diff.c:3509 532#, c-format 533msgid "" 534"Failed to parse --dirstat/-X option parameter:\n" 535"%s" 536msgstr "" 537 538#: diff.c:3523 539#, c-format 540msgid "Failed to parse --submodule option parameter: '%s'" 541msgstr "" 542 543#: gpg-interface.c:59 gpg-interface.c:131 544msgid "could not run gpg." 545msgstr "" 546 547#: gpg-interface.c:71 548msgid "gpg did not accept the data" 549msgstr "" 550 551#: gpg-interface.c:82 552msgid "gpg failed to sign the data" 553msgstr "" 554 555#: gpg-interface.c:115 556#, c-format 557msgid "could not create temporary file '%s': %s" 558msgstr "" 559 560#: gpg-interface.c:118 561#, c-format 562msgid "failed writing detached signature to '%s': %s" 563msgstr "" 564 565#: grep.c:1695 566#, c-format 567msgid "'%s': unable to read %s" 568msgstr "" 569 570#: grep.c:1712 571#, c-format 572msgid "'%s': %s" 573msgstr "" 574 575#: grep.c:1723 576#, c-format 577msgid "'%s': short read %s" 578msgstr "" 579 580#: help.c:210 581#, c-format 582msgid "available git commands in '%s'" 583msgstr "налични команди на git от „%s“" 584 585#: help.c:217 586msgid "git commands available from elsewhere on your $PATH" 587msgstr "команди на git от други директории от пътя „$PATH“" 588 589#: help.c:233 590msgid "The most commonly used git commands are:" 591msgstr "Най-често употребяваните команди на git са:" 592 593#: help.c:290 594#, c-format 595msgid "" 596"'%s' appears to be a git command, but we were not\n" 597"able to execute it. Maybe git-%s is broken?" 598msgstr "" 599"Изглежда, че „%s“ е команда на git, но тя не може да\n" 600"бъде изпълнена. Вероятно пакетът „git-%s“ е повреден." 601 602#: help.c:347 603msgid "Uh oh. Your system reports no Git commands at all." 604msgstr "Странно, изглежда, че на системата ви няма нито една команда на git." 605 606#: help.c:369 607#, c-format 608msgid "" 609"WARNING: You called a Git command named '%s', which does not exist.\n" 610"Continuing under the assumption that you meant '%s'" 611msgstr "" 612"ПРЕДУПРЕЖДЕНИЕ: Пробвахте да изпълните команда на Git на име „%s“, а такава " 613"не\n" 614"съществува. Изпълнението автоматично продължава, като се счита, че имате " 615"предвид „%s“" 616 617#: help.c:374 618#, c-format 619msgid "in %0.1f seconds automatically..." 620msgstr "след %0.1f секунди…" 621 622#: help.c:381 623#, c-format 624msgid "git: '%s' is not a git command. See 'git --help'." 625msgstr "git: „%s“ не е команда на git. Вижте изхода от „git --help“." 626 627#: help.c:385 help.c:444 628msgid "" 629"\n" 630"Did you mean this?" 631msgid_plural "" 632"\n" 633"Did you mean one of these?" 634msgstr[0] "" 635"\n" 636"Команда с подобно име е:" 637msgstr[1] "" 638"\n" 639"Команди с подобно име са:" 640 641#: help.c:440 642#, c-format 643msgid "%s: %s - %s" 644msgstr "%s: %s — %s" 645 646#: merge.c:56 647msgid "failed to read the cache" 648msgstr "" 649 650#: merge.c:110 builtin/checkout.c:358 builtin/checkout.c:559 651#: builtin/clone.c:661 652msgid "unable to write new index file" 653msgstr "" 654 655#: merge-recursive.c:190 656#, c-format 657msgid "(bad commit)\n" 658msgstr "" 659 660#: merge-recursive.c:206 661#, c-format 662msgid "addinfo_cache failed for path '%s'" 663msgstr "" 664 665#: merge-recursive.c:269 666msgid "error building trees" 667msgstr "" 668 669#: merge-recursive.c:673 670#, c-format 671msgid "failed to create path '%s'%s" 672msgstr "" 673 674#: merge-recursive.c:684 675#, c-format 676msgid "Removing %s to make room for subdirectory\n" 677msgstr "" 678 679#. something else exists 680#. .. but not some other error (who really cares what?) 681#: merge-recursive.c:698 merge-recursive.c:719 682msgid ": perhaps a D/F conflict?" 683msgstr "" 684 685#: merge-recursive.c:709 686#, c-format 687msgid "refusing to lose untracked file at '%s'" 688msgstr "" 689 690#: merge-recursive.c:749 691#, c-format 692msgid "cannot read object %s '%s'" 693msgstr "" 694 695#: merge-recursive.c:751 696#, c-format 697msgid "blob expected for %s '%s'" 698msgstr "" 699 700#: merge-recursive.c:774 builtin/clone.c:317 701#, c-format 702msgid "failed to open '%s'" 703msgstr "" 704 705#: merge-recursive.c:782 706#, c-format 707msgid "failed to symlink '%s'" 708msgstr "" 709 710#: merge-recursive.c:785 711#, c-format 712msgid "do not know what to do with %06o %s '%s'" 713msgstr "" 714 715#: merge-recursive.c:923 716msgid "Failed to execute internal merge" 717msgstr "" 718 719#: merge-recursive.c:927 720#, c-format 721msgid "Unable to add %s to database" 722msgstr "" 723 724#: merge-recursive.c:943 725msgid "unsupported object type in the tree" 726msgstr "" 727 728#: merge-recursive.c:1022 merge-recursive.c:1036 729#, c-format 730msgid "" 731"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 732"in tree." 733msgstr "" 734 735#: merge-recursive.c:1028 merge-recursive.c:1041 736#, c-format 737msgid "" 738"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 739"in tree at %s." 740msgstr "" 741 742#: merge-recursive.c:1082 743msgid "rename" 744msgstr "" 745 746#: merge-recursive.c:1082 wt-status.c:283 747msgid "renamed" 748msgstr "" 749 750#: merge-recursive.c:1138 751#, c-format 752msgid "%s is a directory in %s adding as %s instead" 753msgstr "" 754 755#: merge-recursive.c:1160 756#, c-format 757msgid "" 758"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 759"\"->\"%s\" in \"%s\"%s" 760msgstr "" 761 762#: merge-recursive.c:1165 763msgid " (left unresolved)" 764msgstr "" 765 766#: merge-recursive.c:1219 767#, c-format 768msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 769msgstr "" 770 771#: merge-recursive.c:1249 772#, c-format 773msgid "Renaming %s to %s and %s to %s instead" 774msgstr "" 775 776#: merge-recursive.c:1448 777#, c-format 778msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 779msgstr "" 780 781#: merge-recursive.c:1458 782#, c-format 783msgid "Adding merged %s" 784msgstr "" 785 786#: merge-recursive.c:1463 merge-recursive.c:1661 787#, c-format 788msgid "Adding as %s instead" 789msgstr "" 790 791#: merge-recursive.c:1514 792#, c-format 793msgid "cannot read object %s" 794msgstr "" 795 796#: merge-recursive.c:1517 797#, c-format 798msgid "object %s is not a blob" 799msgstr "" 800 801#: merge-recursive.c:1565 802msgid "modify" 803msgstr "" 804 805#: merge-recursive.c:1565 wt-status.c:281 806msgid "modified" 807msgstr "" 808 809#: merge-recursive.c:1575 810msgid "content" 811msgstr "" 812 813#: merge-recursive.c:1582 814msgid "add/add" 815msgstr "" 816 817#: merge-recursive.c:1616 818#, c-format 819msgid "Skipped %s (merged same as existing)" 820msgstr "" 821 822#: merge-recursive.c:1630 823#, c-format 824msgid "Auto-merging %s" 825msgstr "" 826 827#: merge-recursive.c:1634 git-submodule.sh:1148 828msgid "submodule" 829msgstr "" 830 831#: merge-recursive.c:1635 832#, c-format 833msgid "CONFLICT (%s): Merge conflict in %s" 834msgstr "" 835 836#: merge-recursive.c:1725 837#, c-format 838msgid "Removing %s" 839msgstr "" 840 841#: merge-recursive.c:1750 842msgid "file/directory" 843msgstr "" 844 845#: merge-recursive.c:1756 846msgid "directory/file" 847msgstr "" 848 849#: merge-recursive.c:1761 850#, c-format 851msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 852msgstr "" 853 854#: merge-recursive.c:1771 855#, c-format 856msgid "Adding %s" 857msgstr "" 858 859#: merge-recursive.c:1788 860msgid "Fatal merge failure, shouldn't happen." 861msgstr "" 862 863#: merge-recursive.c:1807 864msgid "Already up-to-date!" 865msgstr "" 866 867#: merge-recursive.c:1816 868#, c-format 869msgid "merging of trees %s and %s failed" 870msgstr "" 871 872#: merge-recursive.c:1846 873#, c-format 874msgid "Unprocessed path??? %s" 875msgstr "" 876 877#: merge-recursive.c:1891 878msgid "Merging:" 879msgstr "" 880 881#: merge-recursive.c:1904 882#, c-format 883msgid "found %u common ancestor:" 884msgid_plural "found %u common ancestors:" 885msgstr[0] "" 886msgstr[1] "" 887 888#: merge-recursive.c:1941 889msgid "merge returned no commit" 890msgstr "" 891 892#: merge-recursive.c:1998 893#, c-format 894msgid "Could not parse object '%s'" 895msgstr "" 896 897#: merge-recursive.c:2010 builtin/merge.c:665 898msgid "Unable to write index." 899msgstr "" 900 901#: notes-utils.c:40 902msgid "Cannot commit uninitialized/unreferenced notes tree" 903msgstr "" 904 905#: notes-utils.c:81 906#, c-format 907msgid "Bad notes.rewriteMode value: '%s'" 908msgstr "" 909 910#: notes-utils.c:91 911#, c-format 912msgid "Refusing to rewrite notes in %s (outside of refs/notes/)" 913msgstr "" 914 915#. TRANSLATORS: The first %s is the name of the 916#. environment variable, the second %s is its value 917#: notes-utils.c:118 918#, c-format 919msgid "Bad %s value: '%s'" 920msgstr "" 921 922#: object.c:202 923#, c-format 924msgid "unable to parse object: %s" 925msgstr "" 926 927#: parse-options.c:537 928msgid "..." 929msgstr "…" 930 931#: parse-options.c:555 932#, c-format 933msgid "usage: %s" 934msgstr "употреба: %s" 935 936#. TRANSLATORS: the colon here should align with the 937#. one in "usage: %s" translation 938#: parse-options.c:559 939#, c-format 940msgid " or: %s" 941msgstr " или: %s" 942 943#: parse-options.c:562 944#, c-format 945msgid " %s" 946msgstr " %s" 947 948#: parse-options.c:596 949msgid "-NUM" 950msgstr "-ЧИСЛО" 951 952#: pathspec.c:133 953msgid "global 'glob' and 'noglob' pathspec settings are incompatible" 954msgstr "" 955 956#: pathspec.c:143 957msgid "" 958"global 'literal' pathspec setting is incompatible with all other global " 959"pathspec settings" 960msgstr "" 961 962#: pathspec.c:177 963msgid "invalid parameter for pathspec magic 'prefix'" 964msgstr "" 965 966#: pathspec.c:183 967#, c-format 968msgid "Invalid pathspec magic '%.*s' in '%s'" 969msgstr "" 970 971#: pathspec.c:187 972#, c-format 973msgid "Missing ')' at the end of pathspec magic in '%s'" 974msgstr "" 975 976#: pathspec.c:205 977#, c-format 978msgid "Unimplemented pathspec magic '%c' in '%s'" 979msgstr "" 980 981#: pathspec.c:230 982#, c-format 983msgid "%s: 'literal' and 'glob' are incompatible" 984msgstr "" 985 986#: pathspec.c:241 987#, c-format 988msgid "%s: '%s' is outside repository" 989msgstr "" 990 991#: pathspec.c:291 992#, c-format 993msgid "Pathspec '%s' is in submodule '%.*s'" 994msgstr "" 995 996#. 997#. * We may want to substitute "this command" with a command 998#. * name. E.g. when add--interactive dies when running 999#. * "checkout -p"1000#.1001#: pathspec.c:3531002#, c-format1003msgid "%s: pathspec magic not supported by this command: %s"1004msgstr ""10051006#: pathspec.c:4331007#, c-format1008msgid "pathspec '%s' is beyond a symbolic link"1009msgstr ""10101011#: pathspec.c:4421012msgid ""1013"There is nothing to exclude from by :(exclude) patterns.\n"1014"Perhaps you forgot to add either ':/' or '.' ?"1015msgstr ""10161017#: remote.c:7531018#, c-format1019msgid "Cannot fetch both %s and %s to %s"1020msgstr "Невъзможно е да се доставят едновременно и „%s“, и „%s“ към „%s“"10211022#: remote.c:7571023#, c-format1024msgid "%s usually tracks %s, not %s"1025msgstr "„%s“ обикновено следи „%s“, а не „%s“"10261027#: remote.c:7611028#, c-format1029msgid "%s tracks both %s and %s"1030msgstr "„%s“ следи както „%s“, така и „%s“"10311032#.1033#. * This last possibility doesn't occur because1034#. * FETCH_HEAD_IGNORE entries always appear at1035#. * the end of the list.1036#.1037#: remote.c:7691038msgid "Internal error"1039msgstr "Вътрешна грешка"10401041#: remote.c:18711042#, c-format1043msgid "Your branch is based on '%s', but the upstream is gone.\n"1044msgstr "Този клон следи „%s“, но следеният клон е изтрит.\n"10451046#: remote.c:18751047msgid " (use \"git branch --unset-upstream\" to fixup)\n"1048msgstr " (за да коригирате това използвайте „git branch --unset-upstream“)\n"10491050#: remote.c:18781051#, c-format1052msgid "Your branch is up-to-date with '%s'.\n"1053msgstr "Клонът е актуализиран както „%s“.\n"10541055#: remote.c:18821056#, c-format1057msgid "Your branch is ahead of '%s' by %d commit.\n"1058msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1059msgstr[0] "Клонът ви е с %2$d подаване пред „%1$s“.\n"1060msgstr[1] "Клонът ви е с %2$d подавания пред „%1$s“.\n"10611062#: remote.c:18881063msgid " (use \"git push\" to publish your local commits)\n"1064msgstr " (публикувайте локалните си промени чрез „git push“)\n"10651066#: remote.c:18911067#, c-format1068msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1069msgid_plural ""1070"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1071msgstr[0] ""1072"Клонът ви е с %2$d подаване след „%1$s“ и може да бъде тривиално слят.\n"1073msgstr[1] ""1074"Клонът ви е с %2$d подавания след „%1$s“ и може да бъде тривиално слят.\n"10751076#: remote.c:18991077msgid " (use \"git pull\" to update your local branch)\n"1078msgstr " (обновете локалния си клон чрез „git pull“)\n"10791080#: remote.c:19021081#, c-format1082msgid ""1083"Your branch and '%s' have diverged,\n"1084"and have %d and %d different commit each, respectively.\n"1085msgid_plural ""1086"Your branch and '%s' have diverged,\n"1087"and have %d and %d different commits each, respectively.\n"1088msgstr[0] ""1089"Текущият клон се е отделил от „%s“,\n"1090"двата имат съответно по %d и %d несъвпадащи подавания.\n"1091msgstr[1] ""1092"Текущият клон се е отделил от „%s“,\n"1093"двата имат съответно по %d и %d несъвпадащи подавания.\n"10941095#: remote.c:19121096msgid " (use \"git pull\" to merge the remote branch into yours)\n"1097msgstr " (слейте отдалечения клон в локалния чрез „git pull“)\n"10981099#: run-command.c:801100msgid "open /dev/null failed"1101msgstr "неуспешно отваряне на „/dev/null“"11021103#: run-command.c:821104#, c-format1105msgid "dup2(%d,%d) failed"1106msgstr "неуспешно изпълнение на dup2(%d,%d)"11071108#: sequencer.c:206 builtin/merge.c:783 builtin/merge.c:8961109#: builtin/merge.c:1006 builtin/merge.c:10161110#, c-format1111msgid "Could not open '%s' for writing"1112msgstr ""11131114#: sequencer.c:208 builtin/merge.c:343 builtin/merge.c:7861115#: builtin/merge.c:1008 builtin/merge.c:10211116#, c-format1117msgid "Could not write to '%s'"1118msgstr ""11191120#: sequencer.c:2291121msgid ""1122"after resolving the conflicts, mark the corrected paths\n"1123"with 'git add <paths>' or 'git rm <paths>'"1124msgstr ""11251126#: sequencer.c:2321127msgid ""1128"after resolving the conflicts, mark the corrected paths\n"1129"with 'git add <paths>' or 'git rm <paths>'\n"1130"and commit the result with 'git commit'"1131msgstr ""11321133#: sequencer.c:245 sequencer.c:870 sequencer.c:9531134#, c-format1135msgid "Could not write to %s"1136msgstr ""11371138#: sequencer.c:2481139#, c-format1140msgid "Error wrapping up %s"1141msgstr ""11421143#: sequencer.c:2631144msgid "Your local changes would be overwritten by cherry-pick."1145msgstr ""11461147#: sequencer.c:2651148msgid "Your local changes would be overwritten by revert."1149msgstr ""11501151#: sequencer.c:2681152msgid "Commit your changes or stash them to proceed."1153msgstr ""11541155#. TRANSLATORS: %s will be "revert" or "cherry-pick"1156#: sequencer.c:3251157#, c-format1158msgid "%s: Unable to write new index file"1159msgstr ""11601161#: sequencer.c:3561162msgid "Could not resolve HEAD commit\n"1163msgstr ""11641165#: sequencer.c:3781166msgid "Unable to update cache tree\n"1167msgstr ""11681169#: sequencer.c:4231170#, c-format1171msgid "Could not parse commit %s\n"1172msgstr ""11731174#: sequencer.c:4281175#, c-format1176msgid "Could not parse parent commit %s\n"1177msgstr ""11781179#: sequencer.c:4941180msgid "Your index file is unmerged."1181msgstr ""11821183#: sequencer.c:5131184#, c-format1185msgid "Commit %s is a merge but no -m option was given."1186msgstr ""11871188#: sequencer.c:5211189#, c-format1190msgid "Commit %s does not have parent %d"1191msgstr ""11921193#: sequencer.c:5251194#, c-format1195msgid "Mainline was specified but commit %s is not a merge."1196msgstr ""11971198#. TRANSLATORS: The first %s will be "revert" or1199#. "cherry-pick", the second %s a SHA11200#: sequencer.c:5381201#, c-format1202msgid "%s: cannot parse parent commit %s"1203msgstr ""12041205#: sequencer.c:5421206#, c-format1207msgid "Cannot get commit message for %s"1208msgstr ""12091210#: sequencer.c:6281211#, c-format1212msgid "could not revert %s... %s"1213msgstr ""12141215#: sequencer.c:6291216#, c-format1217msgid "could not apply %s... %s"1218msgstr ""12191220#: sequencer.c:6651221msgid "empty commit set passed"1222msgstr ""12231224#: sequencer.c:6731225#, c-format1226msgid "git %s: failed to read the index"1227msgstr ""12281229#: sequencer.c:6781230#, c-format1231msgid "git %s: failed to refresh the index"1232msgstr ""12331234#: sequencer.c:7361235#, c-format1236msgid "Cannot %s during a %s"1237msgstr ""12381239#: sequencer.c:7581240#, c-format1241msgid "Could not parse line %d."1242msgstr ""12431244#: sequencer.c:7631245msgid "No commits parsed."1246msgstr ""12471248#: sequencer.c:7761249#, c-format1250msgid "Could not open %s"1251msgstr ""12521253#: sequencer.c:7801254#, c-format1255msgid "Could not read %s."1256msgstr ""12571258#: sequencer.c:7871259#, c-format1260msgid "Unusable instruction sheet: %s"1261msgstr ""12621263#: sequencer.c:8151264#, c-format1265msgid "Invalid key: %s"1266msgstr ""12671268#: sequencer.c:8181269#, c-format1270msgid "Invalid value for %s: %s"1271msgstr ""12721273#: sequencer.c:8301274#, c-format1275msgid "Malformed options sheet: %s"1276msgstr ""12771278#: sequencer.c:8511279msgid "a cherry-pick or revert is already in progress"1280msgstr ""12811282#: sequencer.c:8521283msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1284msgstr ""12851286#: sequencer.c:8561287#, c-format1288msgid "Could not create sequencer directory %s"1289msgstr ""12901291#: sequencer.c:872 sequencer.c:9571292#, c-format1293msgid "Error wrapping up %s."1294msgstr ""12951296#: sequencer.c:891 sequencer.c:10251297msgid "no cherry-pick or revert in progress"1298msgstr ""12991300#: sequencer.c:8931301msgid "cannot resolve HEAD"1302msgstr ""13031304#: sequencer.c:8951305msgid "cannot abort from a branch yet to be born"1306msgstr ""13071308#: sequencer.c:917 builtin/apply.c:40611309#, c-format1310msgid "cannot open %s: %s"1311msgstr ""13121313#: sequencer.c:9201314#, c-format1315msgid "cannot read %s: %s"1316msgstr ""13171318#: sequencer.c:9211319msgid "unexpected end of file"1320msgstr ""13211322#: sequencer.c:9271323#, c-format1324msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1325msgstr ""13261327#: sequencer.c:9501328#, c-format1329msgid "Could not format %s."1330msgstr ""13311332#: sequencer.c:10931333#, c-format1334msgid "%s: can't cherry-pick a %s"1335msgstr ""13361337#: sequencer.c:10961338#, c-format1339msgid "%s: bad revision"1340msgstr ""13411342#: sequencer.c:11301343msgid "Can't revert as initial commit"1344msgstr ""13451346#: sequencer.c:11311347msgid "Can't cherry-pick into empty head"1348msgstr ""13491350#: sha1_name.c:4391351msgid ""1352"Git normally never creates a ref that ends with 40 hex characters\n"1353"because it will be ignored when you just specify 40-hex. These refs\n"1354"may be created by mistake. For example,\n"1355"\n"1356" git checkout -b $br $(git rev-parse ...)\n"1357"\n"1358"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1359"examine these refs and maybe delete them. Turn this message off by\n"1360"running \"git config advice.objectNameWarning false\""1361msgstr ""13621363#: sha1_name.c:11091364msgid "HEAD does not point to a branch"1365msgstr ""13661367#: sha1_name.c:11121368#, c-format1369msgid "No such branch: '%s'"1370msgstr ""13711372#: sha1_name.c:11141373#, c-format1374msgid "No upstream configured for branch '%s'"1375msgstr ""13761377#: sha1_name.c:11181378#, c-format1379msgid "Upstream branch '%s' not stored as a remote-tracking branch"1380msgstr ""13811382#: submodule.c:64 submodule.c:981383msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1384msgstr ""13851386#: submodule.c:68 submodule.c:1021387#, c-format1388msgid "Could not find section in .gitmodules where path=%s"1389msgstr ""13901391#. Maybe the user already did that, don't error out here1392#: submodule.c:761393#, c-format1394msgid "Could not update .gitmodules entry %s"1395msgstr ""13961397#. Maybe the user already did that, don't error out here1398#: submodule.c:1091399#, c-format1400msgid "Could not remove .gitmodules entry for %s"1401msgstr ""14021403#: submodule.c:1271404msgid "could not find .gitmodules in index"1405msgstr ""14061407#: submodule.c:1331408msgid "reading updated .gitmodules failed"1409msgstr ""14101411#: submodule.c:1351412msgid "unable to stat updated .gitmodules"1413msgstr ""14141415#: submodule.c:1391416msgid "unable to remove .gitmodules from index"1417msgstr ""14181419#: submodule.c:1411420msgid "adding updated .gitmodules failed"1421msgstr ""14221423#: submodule.c:1431424msgid "staging updated .gitmodules failed"1425msgstr ""14261427#: submodule.c:1144 builtin/init-db.c:3631428#, c-format1429msgid "Could not create git link %s"1430msgstr ""14311432#: submodule.c:11551433#, c-format1434msgid "Could not set core.worktree in %s"1435msgstr ""14361437#: urlmatch.c:1201438msgid "invalid URL scheme name or missing '://' suffix"1439msgstr ""14401441#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561442#, c-format1443msgid "invalid %XX escape sequence"1444msgstr ""14451446#: urlmatch.c:1721447msgid "missing host and scheme is not 'file:'"1448msgstr ""14491450#: urlmatch.c:1891451msgid "a 'file:' URL may not have a port number"1452msgstr ""14531454#: urlmatch.c:1991455msgid "invalid characters in host name"1456msgstr ""14571458#: urlmatch.c:244 urlmatch.c:2551459msgid "invalid port number"1460msgstr ""14611462#: urlmatch.c:3221463msgid "invalid '..' path segment"1464msgstr ""14651466#: wrapper.c:4221467#, c-format1468msgid "unable to access '%s': %s"1469msgstr ""14701471#: wrapper.c:4431472#, c-format1473msgid "unable to access '%s'"1474msgstr ""14751476#: wrapper.c:4541477#, c-format1478msgid "unable to look up current user in the passwd file: %s"1479msgstr ""14801481#: wrapper.c:4551482msgid "no such user"1483msgstr ""14841485#: wt-status.c:1501486msgid "Unmerged paths:"1487msgstr ""14881489#: wt-status.c:177 wt-status.c:2041490#, c-format1491msgid " (use \"git reset %s <file>...\" to unstage)"1492msgstr ""14931494#: wt-status.c:179 wt-status.c:2061495msgid " (use \"git rm --cached <file>...\" to unstage)"1496msgstr ""14971498#: wt-status.c:1831499msgid " (use \"git add <file>...\" to mark resolution)"1500msgstr ""15011502#: wt-status.c:185 wt-status.c:1891503msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1504msgstr ""15051506#: wt-status.c:1871507msgid " (use \"git rm <file>...\" to mark resolution)"1508msgstr ""15091510#: wt-status.c:1981511msgid "Changes to be committed:"1512msgstr ""15131514#: wt-status.c:2161515msgid "Changes not staged for commit:"1516msgstr ""15171518#: wt-status.c:2201519msgid " (use \"git add <file>...\" to update what will be committed)"1520msgstr ""15211522#: wt-status.c:2221523msgid " (use \"git add/rm <file>...\" to update what will be committed)"1524msgstr ""15251526#: wt-status.c:2231527msgid ""1528" (use \"git checkout -- <file>...\" to discard changes in working directory)"1529msgstr ""15301531#: wt-status.c:2251532msgid " (commit or discard the untracked or modified content in submodules)"1533msgstr ""15341535#: wt-status.c:2371536#, c-format1537msgid " (use \"git %s <file>...\" to include in what will be committed)"1538msgstr ""15391540#: wt-status.c:2541541msgid "bug"1542msgstr ""15431544#: wt-status.c:2591545msgid "both deleted:"1546msgstr ""15471548#: wt-status.c:2601549msgid "added by us:"1550msgstr ""15511552#: wt-status.c:2611553msgid "deleted by them:"1554msgstr ""15551556#: wt-status.c:2621557msgid "added by them:"1558msgstr ""15591560#: wt-status.c:2631561msgid "deleted by us:"1562msgstr ""15631564#: wt-status.c:2641565msgid "both added:"1566msgstr ""15671568#: wt-status.c:2651569msgid "both modified:"1570msgstr ""15711572#: wt-status.c:2751573msgid "new file"1574msgstr ""15751576#: wt-status.c:2771577msgid "copied"1578msgstr ""15791580#: wt-status.c:2791581msgid "deleted"1582msgstr ""15831584#: wt-status.c:2851585msgid "typechange"1586msgstr ""15871588#: wt-status.c:2871589msgid "unknown"1590msgstr ""15911592#: wt-status.c:2891593msgid "unmerged"1594msgstr ""15951596#: wt-status.c:3361597msgid "new commits, "1598msgstr ""15991600#: wt-status.c:3381601msgid "modified content, "1602msgstr ""16031604#: wt-status.c:3401605msgid "untracked content, "1606msgstr ""16071608#: wt-status.c:3571609#, c-format1610msgid "bug: unhandled diff status %c"1611msgstr ""16121613#: wt-status.c:7321614msgid "Submodules changed but not updated:"1615msgstr ""16161617#: wt-status.c:7341618msgid "Submodule changes to be committed:"1619msgstr ""16201621#: wt-status.c:8361622msgid ""1623"Do not touch the line above.\n"1624"Everything below will be removed."1625msgstr ""16261627#: wt-status.c:8991628msgid "You have unmerged paths."1629msgstr ""16301631#: wt-status.c:9021632msgid " (fix conflicts and run \"git commit\")"1633msgstr ""16341635#: wt-status.c:9051636msgid "All conflicts fixed but you are still merging."1637msgstr ""16381639#: wt-status.c:9081640msgid " (use \"git commit\" to conclude merge)"1641msgstr ""16421643#: wt-status.c:9181644msgid "You are in the middle of an am session."1645msgstr ""16461647#: wt-status.c:9211648msgid "The current patch is empty."1649msgstr ""16501651#: wt-status.c:9251652msgid " (fix conflicts and then run \"git am --continue\")"1653msgstr ""16541655#: wt-status.c:9271656msgid " (use \"git am --skip\" to skip this patch)"1657msgstr ""16581659#: wt-status.c:9291660msgid " (use \"git am --abort\" to restore the original branch)"1661msgstr ""16621663#: wt-status.c:989 wt-status.c:10061664#, c-format1665msgid "You are currently rebasing branch '%s' on '%s'."1666msgstr ""16671668#: wt-status.c:994 wt-status.c:10111669msgid "You are currently rebasing."1670msgstr ""16711672#: wt-status.c:9971673msgid " (fix conflicts and then run \"git rebase --continue\")"1674msgstr ""16751676#: wt-status.c:9991677msgid " (use \"git rebase --skip\" to skip this patch)"1678msgstr ""16791680#: wt-status.c:10011681msgid " (use \"git rebase --abort\" to check out the original branch)"1682msgstr ""16831684#: wt-status.c:10141685msgid " (all conflicts fixed: run \"git rebase --continue\")"1686msgstr ""16871688#: wt-status.c:10181689#, c-format1690msgid ""1691"You are currently splitting a commit while rebasing branch '%s' on '%s'."1692msgstr ""16931694#: wt-status.c:10231695msgid "You are currently splitting a commit during a rebase."1696msgstr ""16971698#: wt-status.c:10261699msgid " (Once your working directory is clean, run \"git rebase --continue\")"1700msgstr ""17011702#: wt-status.c:10301703#, c-format1704msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1705msgstr ""17061707#: wt-status.c:10351708msgid "You are currently editing a commit during a rebase."1709msgstr ""17101711#: wt-status.c:10381712msgid " (use \"git commit --amend\" to amend the current commit)"1713msgstr ""17141715#: wt-status.c:10401716msgid ""1717" (use \"git rebase --continue\" once you are satisfied with your changes)"1718msgstr ""17191720#: wt-status.c:10501721#, c-format1722msgid "You are currently cherry-picking commit %s."1723msgstr ""17241725#: wt-status.c:10551726msgid " (fix conflicts and run \"git cherry-pick --continue\")"1727msgstr ""17281729#: wt-status.c:10581730msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"1731msgstr ""17321733#: wt-status.c:10601734msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"1735msgstr ""17361737#: wt-status.c:10691738#, c-format1739msgid "You are currently reverting commit %s."1740msgstr ""17411742#: wt-status.c:10741743msgid " (fix conflicts and run \"git revert --continue\")"1744msgstr ""17451746#: wt-status.c:10771747msgid " (all conflicts fixed: run \"git revert --continue\")"1748msgstr ""17491750#: wt-status.c:10791751msgid " (use \"git revert --abort\" to cancel the revert operation)"1752msgstr ""17531754#: wt-status.c:10901755#, c-format1756msgid "You are currently bisecting, started from branch '%s'."1757msgstr ""17581759#: wt-status.c:10941760msgid "You are currently bisecting."1761msgstr ""17621763#: wt-status.c:10971764msgid " (use \"git bisect reset\" to get back to the original branch)"1765msgstr ""17661767#: wt-status.c:12721768msgid "On branch "1769msgstr ""17701771#: wt-status.c:12791772msgid "rebase in progress; onto "1773msgstr ""17741775#: wt-status.c:12861776msgid "HEAD detached at "1777msgstr ""17781779#: wt-status.c:12881780msgid "HEAD detached from "1781msgstr ""17821783#: wt-status.c:12911784msgid "Not currently on any branch."1785msgstr ""17861787#: wt-status.c:13081788msgid "Initial commit"1789msgstr ""17901791#: wt-status.c:13221792msgid "Untracked files"1793msgstr ""17941795#: wt-status.c:13241796msgid "Ignored files"1797msgstr ""17981799#: wt-status.c:13281800#, c-format1801msgid ""1802"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1803"may speed it up, but you have to be careful not to forget to add\n"1804"new files yourself (see 'git help status')."1805msgstr ""18061807#: wt-status.c:13341808#, c-format1809msgid "Untracked files not listed%s"1810msgstr ""18111812#: wt-status.c:13361813msgid " (use -u option to show untracked files)"1814msgstr ""18151816#: wt-status.c:13421817msgid "No changes"1818msgstr ""18191820#: wt-status.c:13471821#, c-format1822msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1823msgstr ""18241825#: wt-status.c:13501826#, c-format1827msgid "no changes added to commit\n"1828msgstr ""18291830#: wt-status.c:13531831#, c-format1832msgid ""1833"nothing added to commit but untracked files present (use \"git add\" to "1834"track)\n"1835msgstr ""18361837#: wt-status.c:13561838#, c-format1839msgid "nothing added to commit but untracked files present\n"1840msgstr ""18411842#: wt-status.c:13591843#, c-format1844msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1845msgstr ""18461847#: wt-status.c:1362 wt-status.c:13671848#, c-format1849msgid "nothing to commit\n"1850msgstr ""18511852#: wt-status.c:13651853#, c-format1854msgid "nothing to commit (use -u to show untracked files)\n"1855msgstr ""18561857#: wt-status.c:13691858#, c-format1859msgid "nothing to commit, working directory clean\n"1860msgstr ""18611862#: wt-status.c:14781863msgid "HEAD (no branch)"1864msgstr ""18651866#: wt-status.c:14841867msgid "Initial commit on "1868msgstr ""18691870#: wt-status.c:15141871msgid "gone"1872msgstr ""18731874#: wt-status.c:15161875msgid "behind "1876msgstr ""18771878#: wt-status.c:1519 wt-status.c:15221879msgid "ahead "1880msgstr ""18811882#: wt-status.c:15241883msgid ", behind "1884msgstr ""18851886#: compat/precompose_utf8.c:55 builtin/clone.c:3561887#, c-format1888msgid "failed to unlink '%s'"1889msgstr ""18901891#: builtin/add.c:201892msgid "git add [options] [--] <pathspec>..."1893msgstr ""18941895#.1896#. * To be consistent with "git add -p" and most Git1897#. * commands, we should default to being tree-wide, but1898#. * this is not the original behavior and can't be1899#. * changed until users trained themselves not to type1900#. * "git add -u" or "git add -A". For now, we warn and1901#. * keep the old behavior. Later, the behavior can be changed1902#. * to tree-wide, keeping the warning for a while, and1903#. * eventually we can drop the warning.1904#.1905#: builtin/add.c:581906#, c-format1907msgid ""1908"The behavior of 'git add %s (or %s)' with no path argument from a\n"1909"subdirectory of the tree will change in Git 2.0 and should not be used "1910"anymore.\n"1911"To add content for the whole tree, run:\n"1912"\n"1913" git add %s :/\n"1914" (or git add %s :/)\n"1915"\n"1916"To restrict the command to the current directory, run:\n"1917"\n"1918" git add %s .\n"1919" (or git add %s .)\n"1920"\n"1921"With the current Git version, the command is restricted to the current "1922"directory.\n"1923msgstr ""19241925#: builtin/add.c:1001926#, c-format1927msgid ""1928"You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"1929"whose behaviour will change in Git 2.0 with respect to paths you removed.\n"1930"Paths like '%s' that are\n"1931"removed from your working tree are ignored with this version of Git.\n"1932"\n"1933"* 'git add --ignore-removal <pathspec>', which is the current default,\n"1934" ignores paths you removed from your working tree.\n"1935"\n"1936"* 'git add --all <pathspec>' will let you also record the removals.\n"1937"\n"1938"Run 'git status' to check the paths you removed from your working tree.\n"1939msgstr ""19401941#: builtin/add.c:1441942#, c-format1943msgid "unexpected diff status %c"1944msgstr ""19451946#: builtin/add.c:149 builtin/commit.c:2601947msgid "updating files failed"1948msgstr ""19491950#: builtin/add.c:1631951#, c-format1952msgid "remove '%s'\n"1953msgstr ""19541955#: builtin/add.c:2371956msgid "Unstaged changes after refreshing the index:"1957msgstr ""19581959#: builtin/add.c:2991960msgid "Could not read the index"1961msgstr ""19621963#: builtin/add.c:3101964#, c-format1965msgid "Could not open '%s' for writing."1966msgstr ""19671968#: builtin/add.c:3141969msgid "Could not write patch"1970msgstr ""19711972#: builtin/add.c:3191973#, c-format1974msgid "Could not stat '%s'"1975msgstr ""19761977#: builtin/add.c:3211978msgid "Empty patch. Aborted."1979msgstr ""19801981#: builtin/add.c:3271982#, c-format1983msgid "Could not apply '%s'"1984msgstr ""19851986#: builtin/add.c:3371987msgid "The following paths are ignored by one of your .gitignore files:\n"1988msgstr ""19891990#: builtin/add.c:354 builtin/clean.c:875 builtin/fetch.c:93 builtin/mv.c:701991#: builtin/prune-packed.c:77 builtin/push.c:506 builtin/remote.c:13441992#: builtin/rm.c:2691993msgid "dry run"1994msgstr "пробно изпълнeние"19951996#: builtin/add.c:355 builtin/apply.c:4410 builtin/check-ignore.c:191997#: builtin/commit.c:1249 builtin/count-objects.c:95 builtin/fsck.c:6121998#: builtin/log.c:1592 builtin/mv.c:69 builtin/read-tree.c:1131999msgid "be verbose"2000msgstr "повече подробности"20012002#: builtin/add.c:3572003msgid "interactive picking"2004msgstr ""20052006#: builtin/add.c:358 builtin/checkout.c:1109 builtin/reset.c:2722007msgid "select hunks interactively"2008msgstr ""20092010#: builtin/add.c:3592011msgid "edit current diff and apply"2012msgstr ""20132014#: builtin/add.c:3602015msgid "allow adding otherwise ignored files"2016msgstr ""20172018#: builtin/add.c:3612019msgid "update tracked files"2020msgstr ""20212022#: builtin/add.c:3622023msgid "record only the fact that the path will be added later"2024msgstr ""20252026#: builtin/add.c:3632027msgid "add changes from all tracked and untracked files"2028msgstr ""20292030#. takes no arguments2031#: builtin/add.c:3662032msgid "ignore paths removed in the working tree (same as --no-all)"2033msgstr ""20342035#: builtin/add.c:3682036msgid "don't add, only refresh the index"2037msgstr ""20382039#: builtin/add.c:3692040msgid "just skip files which cannot be added because of errors"2041msgstr ""20422043#: builtin/add.c:3702044msgid "check if - even missing - files are ignored in dry run"2045msgstr ""20462047#: builtin/add.c:3922048#, c-format2049msgid "Use -f if you really want to add them.\n"2050msgstr ""20512052#: builtin/add.c:3932053msgid "no files added"2054msgstr ""20552056#: builtin/add.c:3992057msgid "adding files failed"2058msgstr ""20592060#: builtin/add.c:4382061msgid "-A and -u are mutually incompatible"2062msgstr ""20632064#: builtin/add.c:4562065msgid "Option --ignore-missing can only be used together with --dry-run"2066msgstr ""20672068#: builtin/add.c:4862069#, c-format2070msgid "Nothing specified, nothing added.\n"2071msgstr ""20722073#: builtin/add.c:4872074#, c-format2075msgid "Maybe you wanted to say 'git add .'?\n"2076msgstr ""20772078#: builtin/add.c:492 builtin/check-ignore.c:172 builtin/clean.c:9192079#: builtin/commit.c:320 builtin/mv.c:90 builtin/reset.c:224 builtin/rm.c:2992080msgid "index file corrupt"2081msgstr "файлът с индекса е повреден"20822083#: builtin/add.c:592 builtin/apply.c:4506 builtin/mv.c:270 builtin/rm.c:4322084msgid "Unable to write new index file"2085msgstr "Новият файл с индекса не може да бъде записан"20862087#: builtin/apply.c:572088msgid "git apply [options] [<patch>...]"2089msgstr ""20902091#: builtin/apply.c:1102092#, c-format2093msgid "unrecognized whitespace option '%s'"2094msgstr ""20952096#: builtin/apply.c:1252097#, c-format2098msgid "unrecognized whitespace ignore option '%s'"2099msgstr ""21002101#: builtin/apply.c:8232102#, c-format2103msgid "Cannot prepare timestamp regexp %s"2104msgstr ""21052106#: builtin/apply.c:8322107#, c-format2108msgid "regexec returned %d for input: %s"2109msgstr ""21102111#: builtin/apply.c:9132112#, c-format2113msgid "unable to find filename in patch at line %d"2114msgstr ""21152116#: builtin/apply.c:9452117#, c-format2118msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2119msgstr ""21202121#: builtin/apply.c:9492122#, c-format2123msgid "git apply: bad git-diff - inconsistent new filename on line %d"2124msgstr ""21252126#: builtin/apply.c:9502127#, c-format2128msgid "git apply: bad git-diff - inconsistent old filename on line %d"2129msgstr ""21302131#: builtin/apply.c:9572132#, c-format2133msgid "git apply: bad git-diff - expected /dev/null on line %d"2134msgstr ""21352136#: builtin/apply.c:14222137#, c-format2138msgid "recount: unexpected line: %.*s"2139msgstr ""21402141#: builtin/apply.c:14792142#, c-format2143msgid "patch fragment without header at line %d: %.*s"2144msgstr ""21452146#: builtin/apply.c:14962147#, c-format2148msgid ""2149"git diff header lacks filename information when removing %d leading pathname "2150"component (line %d)"2151msgid_plural ""2152"git diff header lacks filename information when removing %d leading pathname "2153"components (line %d)"2154msgstr[0] ""2155msgstr[1] ""21562157#: builtin/apply.c:16562158msgid "new file depends on old contents"2159msgstr ""21602161#: builtin/apply.c:16582162msgid "deleted file still has contents"2163msgstr ""21642165#: builtin/apply.c:16842166#, c-format2167msgid "corrupt patch at line %d"2168msgstr ""21692170#: builtin/apply.c:17202171#, c-format2172msgid "new file %s depends on old contents"2173msgstr ""21742175#: builtin/apply.c:17222176#, c-format2177msgid "deleted file %s still has contents"2178msgstr ""21792180#: builtin/apply.c:17252181#, c-format2182msgid "** warning: file %s becomes empty but is not deleted"2183msgstr ""21842185#: builtin/apply.c:18712186#, c-format2187msgid "corrupt binary patch at line %d: %.*s"2188msgstr ""21892190#. there has to be one hunk (forward hunk)2191#: builtin/apply.c:19002192#, c-format2193msgid "unrecognized binary patch at line %d"2194msgstr ""21952196#: builtin/apply.c:19862197#, c-format2198msgid "patch with only garbage at line %d"2199msgstr ""22002201#: builtin/apply.c:20762202#, c-format2203msgid "unable to read symlink %s"2204msgstr ""22052206#: builtin/apply.c:20802207#, c-format2208msgid "unable to open or read %s"2209msgstr ""22102211#: builtin/apply.c:26882212#, c-format2213msgid "invalid start of line: '%c'"2214msgstr ""22152216#: builtin/apply.c:28062217#, c-format2218msgid "Hunk #%d succeeded at %d (offset %d line)."2219msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2220msgstr[0] ""2221msgstr[1] ""22222223#: builtin/apply.c:28182224#, c-format2225msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2226msgstr ""22272228#: builtin/apply.c:28242229#, c-format2230msgid ""2231"while searching for:\n"2232"%.*s"2233msgstr ""22342235#: builtin/apply.c:28432236#, c-format2237msgid "missing binary patch data for '%s'"2238msgstr ""22392240#: builtin/apply.c:29462241#, c-format2242msgid "binary patch does not apply to '%s'"2243msgstr ""22442245#: builtin/apply.c:29522246#, c-format2247msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2248msgstr ""22492250#: builtin/apply.c:29732251#, c-format2252msgid "patch failed: %s:%ld"2253msgstr ""22542255#: builtin/apply.c:30952256#, c-format2257msgid "cannot checkout %s"2258msgstr ""22592260#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:31942261#, c-format2262msgid "read of %s failed"2263msgstr ""22642265#: builtin/apply.c:3174 builtin/apply.c:33962266#, c-format2267msgid "path %s has been renamed/deleted"2268msgstr ""22692270#: builtin/apply.c:3255 builtin/apply.c:34102271#, c-format2272msgid "%s: does not exist in index"2273msgstr ""22742275#: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:34242276#, c-format2277msgid "%s: %s"2278msgstr ""22792280#: builtin/apply.c:3264 builtin/apply.c:34182281#, c-format2282msgid "%s: does not match index"2283msgstr ""22842285#: builtin/apply.c:33662286msgid "removal patch leaves file contents"2287msgstr ""22882289#: builtin/apply.c:34352290#, c-format2291msgid "%s: wrong type"2292msgstr ""22932294#: builtin/apply.c:34372295#, c-format2296msgid "%s has type %o, expected %o"2297msgstr ""22982299#: builtin/apply.c:35382300#, c-format2301msgid "%s: already exists in index"2302msgstr ""23032304#: builtin/apply.c:35412305#, c-format2306msgid "%s: already exists in working directory"2307msgstr ""23082309#: builtin/apply.c:35612310#, c-format2311msgid "new mode (%o) of %s does not match old mode (%o)"2312msgstr ""23132314#: builtin/apply.c:35662315#, c-format2316msgid "new mode (%o) of %s does not match old mode (%o) of %s"2317msgstr ""23182319#: builtin/apply.c:35742320#, c-format2321msgid "%s: patch does not apply"2322msgstr ""23232324#: builtin/apply.c:35872325#, c-format2326msgid "Checking patch %s..."2327msgstr ""23282329#: builtin/apply.c:3680 builtin/checkout.c:213 builtin/reset.c:1272330#, c-format2331msgid "make_cache_entry failed for path '%s'"2332msgstr ""23332334#: builtin/apply.c:38232335#, c-format2336msgid "unable to remove %s from index"2337msgstr ""23382339#: builtin/apply.c:38512340#, c-format2341msgid "corrupt patch for submodule %s"2342msgstr ""23432344#: builtin/apply.c:38552345#, c-format2346msgid "unable to stat newly created file '%s'"2347msgstr ""23482349#: builtin/apply.c:38602350#, c-format2351msgid "unable to create backing store for newly created file %s"2352msgstr ""23532354#: builtin/apply.c:3863 builtin/apply.c:39712355#, c-format2356msgid "unable to add cache entry for %s"2357msgstr ""23582359#: builtin/apply.c:38962360#, c-format2361msgid "closing file '%s'"2362msgstr ""23632364#: builtin/apply.c:39452365#, c-format2366msgid "unable to write file '%s' mode %o"2367msgstr ""23682369#: builtin/apply.c:40322370#, c-format2371msgid "Applied patch %s cleanly."2372msgstr ""23732374#: builtin/apply.c:40402375msgid "internal error"2376msgstr ""23772378#. Say this even without --verbose2379#: builtin/apply.c:40432380#, c-format2381msgid "Applying patch %%s with %d reject..."2382msgid_plural "Applying patch %%s with %d rejects..."2383msgstr[0] ""2384msgstr[1] ""23852386#: builtin/apply.c:40532387#, c-format2388msgid "truncating .rej filename to %.*s.rej"2389msgstr ""23902391#: builtin/apply.c:40742392#, c-format2393msgid "Hunk #%d applied cleanly."2394msgstr ""23952396#: builtin/apply.c:40772397#, c-format2398msgid "Rejected hunk #%d."2399msgstr ""24002401#: builtin/apply.c:42272402msgid "unrecognized input"2403msgstr ""24042405#: builtin/apply.c:42382406msgid "unable to read index file"2407msgstr ""24082409#: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:902410#: builtin/fetch.c:782411msgid "path"2412msgstr ""24132414#: builtin/apply.c:43582415msgid "don't apply changes matching the given path"2416msgstr ""24172418#: builtin/apply.c:43612419msgid "apply changes matching the given path"2420msgstr ""24212422#: builtin/apply.c:43632423msgid "num"2424msgstr ""24252426#: builtin/apply.c:43642427msgid "remove <num> leading slashes from traditional diff paths"2428msgstr ""24292430#: builtin/apply.c:43672431msgid "ignore additions made by the patch"2432msgstr ""24332434#: builtin/apply.c:43692435msgid "instead of applying the patch, output diffstat for the input"2436msgstr ""24372438#: builtin/apply.c:43732439msgid "show number of added and deleted lines in decimal notation"2440msgstr ""24412442#: builtin/apply.c:43752443msgid "instead of applying the patch, output a summary for the input"2444msgstr ""24452446#: builtin/apply.c:43772447msgid "instead of applying the patch, see if the patch is applicable"2448msgstr ""24492450#: builtin/apply.c:43792451msgid "make sure the patch is applicable to the current index"2452msgstr ""24532454#: builtin/apply.c:43812455msgid "apply a patch without touching the working tree"2456msgstr ""24572458#: builtin/apply.c:43832459msgid "also apply the patch (use with --stat/--summary/--check)"2460msgstr ""24612462#: builtin/apply.c:43852463msgid "attempt three-way merge if a patch does not apply"2464msgstr ""24652466#: builtin/apply.c:43872467msgid "build a temporary index based on embedded index information"2468msgstr ""24692470#: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:4522471msgid "paths are separated with NUL character"2472msgstr ""24732474#: builtin/apply.c:43922475#, fuzzy2476msgid "ensure at least <n> lines of context match"2477msgstr "<брой>"24782479#: builtin/apply.c:43932480msgid "action"2481msgstr ""24822483#: builtin/apply.c:43942484msgid "detect new or modified lines that have whitespace errors"2485msgstr ""24862487#: builtin/apply.c:4397 builtin/apply.c:44002488msgid "ignore changes in whitespace when finding context"2489msgstr ""24902491#: builtin/apply.c:44032492msgid "apply the patch in reverse"2493msgstr ""24942495#: builtin/apply.c:44052496msgid "don't expect at least one line of context"2497msgstr ""24982499#: builtin/apply.c:44072500msgid "leave the rejected hunks in corresponding *.rej files"2501msgstr ""25022503#: builtin/apply.c:44092504msgid "allow overlapping hunks"2505msgstr ""25062507#: builtin/apply.c:44122508msgid "tolerate incorrectly detected missing new-line at the end of file"2509msgstr ""25102511#: builtin/apply.c:44152512msgid "do not trust the line counts in the hunk headers"2513msgstr ""25142515#: builtin/apply.c:44172516msgid "root"2517msgstr ""25182519#: builtin/apply.c:44182520msgid "prepend <root> to all filenames"2521msgstr ""25222523#: builtin/apply.c:44402524msgid "--3way outside a repository"2525msgstr ""25262527#: builtin/apply.c:44482528msgid "--index outside a repository"2529msgstr ""25302531#: builtin/apply.c:44512532msgid "--cached outside a repository"2533msgstr ""25342535#: builtin/apply.c:44672536#, c-format2537msgid "can't open patch '%s'"2538msgstr ""25392540#: builtin/apply.c:44812541#, c-format2542msgid "squelched %d whitespace error"2543msgid_plural "squelched %d whitespace errors"2544msgstr[0] ""2545msgstr[1] ""25462547#: builtin/apply.c:4487 builtin/apply.c:44972548#, c-format2549msgid "%d line adds whitespace errors."2550msgid_plural "%d lines add whitespace errors."2551msgstr[0] ""2552msgstr[1] ""25532554#: builtin/archive.c:172555#, c-format2556msgid "could not create archive file '%s'"2557msgstr ""25582559#: builtin/archive.c:202560msgid "could not redirect output"2561msgstr ""25622563#: builtin/archive.c:372564msgid "git archive: Remote with no URL"2565msgstr ""25662567#: builtin/archive.c:582568msgid "git archive: expected ACK/NAK, got EOF"2569msgstr ""25702571#: builtin/archive.c:612572#, c-format2573msgid "git archive: NACK %s"2574msgstr ""25752576#: builtin/archive.c:632577#, c-format2578msgid "remote error: %s"2579msgstr ""25802581#: builtin/archive.c:642582msgid "git archive: protocol error"2583msgstr ""25842585#: builtin/archive.c:682586msgid "git archive: expected a flush"2587msgstr ""25882589#: builtin/bisect--helper.c:72590msgid "git bisect--helper --next-all [--no-checkout]"2591msgstr ""25922593#: builtin/bisect--helper.c:172594msgid "perform 'git bisect next'"2595msgstr ""25962597#: builtin/bisect--helper.c:192598msgid "update BISECT_HEAD instead of checking out the current commit"2599msgstr ""26002601#: builtin/blame.c:272602msgid "git blame [options] [rev-opts] [rev] [--] file"2603msgstr ""26042605#: builtin/blame.c:322606msgid "[rev-opts] are documented in git-rev-list(1)"2607msgstr ""26082609#: builtin/blame.c:22492610msgid "Show blame entries as we find them, incrementally"2611msgstr ""26122613# FIXME2614#: builtin/blame.c:22502615msgid "Show blank SHA-1 for boundary commits (Default: off)"2616msgstr ""26172618#: builtin/blame.c:22512619msgid "Do not treat root commits as boundaries (Default: off)"2620msgstr ""26212622#: builtin/blame.c:22522623msgid "Show work cost statistics"2624msgstr ""26252626#: builtin/blame.c:22532627msgid "Show output score for blame entries"2628msgstr ""26292630#: builtin/blame.c:22542631msgid "Show original filename (Default: auto)"2632msgstr ""26332634#: builtin/blame.c:22552635msgid "Show original linenumber (Default: off)"2636msgstr ""26372638#: builtin/blame.c:22562639msgid "Show in a format designed for machine consumption"2640msgstr ""26412642#: builtin/blame.c:22572643msgid "Show porcelain format with per-line commit information"2644msgstr ""26452646#: builtin/blame.c:22582647msgid "Use the same output mode as git-annotate (Default: off)"2648msgstr ""26492650#: builtin/blame.c:22592651msgid "Show raw timestamp (Default: off)"2652msgstr ""26532654#: builtin/blame.c:22602655msgid "Show long commit SHA1 (Default: off)"2656msgstr ""26572658#: builtin/blame.c:22612659msgid "Suppress author name and timestamp (Default: off)"2660msgstr ""26612662#: builtin/blame.c:22622663msgid "Show author email instead of name (Default: off)"2664msgstr ""26652666#: builtin/blame.c:22632667msgid "Ignore whitespace differences"2668msgstr ""26692670#: builtin/blame.c:22642671msgid "Spend extra cycles to find better match"2672msgstr ""26732674#: builtin/blame.c:22652675msgid "Use revisions from <file> instead of calling git-rev-list"2676msgstr ""26772678#: builtin/blame.c:22662679msgid "Use <file>'s contents as the final image"2680msgstr ""26812682#: builtin/blame.c:2267 builtin/blame.c:22682683msgid "score"2684msgstr ""26852686#: builtin/blame.c:22672687msgid "Find line copies within and across files"2688msgstr ""26892690#: builtin/blame.c:22682691msgid "Find line movements within and across files"2692msgstr ""26932694#: builtin/blame.c:22692695msgid "n,m"2696msgstr ""26972698#: builtin/blame.c:22692699msgid "Process only line range n,m, counting from 1"2700msgstr ""27012702#: builtin/branch.c:242703msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2704msgstr ""27052706#: builtin/branch.c:252707msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2708msgstr ""27092710#: builtin/branch.c:262711msgid "git branch [options] [-r] (-d | -D) <branchname>..."2712msgstr ""27132714#: builtin/branch.c:272715msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2716msgstr ""27172718#: builtin/branch.c:1502719#, c-format2720msgid ""2721"deleting branch '%s' that has been merged to\n"2722" '%s', but not yet merged to HEAD."2723msgstr ""27242725#: builtin/branch.c:1542726#, c-format2727msgid ""2728"not deleting branch '%s' that is not yet merged to\n"2729" '%s', even though it is merged to HEAD."2730msgstr ""27312732#: builtin/branch.c:1682733#, c-format2734msgid "Couldn't look up commit object for '%s'"2735msgstr ""27362737#: builtin/branch.c:1722738#, c-format2739msgid ""2740"The branch '%s' is not fully merged.\n"2741"If you are sure you want to delete it, run 'git branch -D %s'."2742msgstr ""27432744#: builtin/branch.c:1852745msgid "Update of config-file failed"2746msgstr ""27472748#: builtin/branch.c:2132749msgid "cannot use -a with -d"2750msgstr ""27512752#: builtin/branch.c:2192753msgid "Couldn't look up commit object for HEAD"2754msgstr ""27552756#: builtin/branch.c:2272757#, c-format2758msgid "Cannot delete the branch '%s' which you are currently on."2759msgstr ""27602761#: builtin/branch.c:2402762#, c-format2763msgid "remote branch '%s' not found."2764msgstr ""27652766#: builtin/branch.c:2412767#, c-format2768msgid "branch '%s' not found."2769msgstr ""27702771#: builtin/branch.c:2552772#, c-format2773msgid "Error deleting remote branch '%s'"2774msgstr ""27752776#: builtin/branch.c:2562777#, c-format2778msgid "Error deleting branch '%s'"2779msgstr ""27802781#: builtin/branch.c:2632782#, c-format2783msgid "Deleted remote branch %s (was %s).\n"2784msgstr ""27852786#: builtin/branch.c:2642787#, c-format2788msgid "Deleted branch %s (was %s).\n"2789msgstr ""27902791#: builtin/branch.c:3662792#, c-format2793msgid "branch '%s' does not point at a commit"2794msgstr ""27952796#: builtin/branch.c:4542797#, c-format2798msgid "[%s: gone]"2799msgstr ""28002801#: builtin/branch.c:4592802#, c-format2803msgid "[%s]"2804msgstr ""28052806#: builtin/branch.c:4642807#, c-format2808msgid "[%s: behind %d]"2809msgstr ""28102811#: builtin/branch.c:4662812#, c-format2813msgid "[behind %d]"2814msgstr ""28152816#: builtin/branch.c:4702817#, c-format2818msgid "[%s: ahead %d]"2819msgstr ""28202821#: builtin/branch.c:4722822#, c-format2823msgid "[ahead %d]"2824msgstr ""28252826#: builtin/branch.c:4752827#, c-format2828msgid "[%s: ahead %d, behind %d]"2829msgstr ""28302831#: builtin/branch.c:4782832#, c-format2833msgid "[ahead %d, behind %d]"2834msgstr ""28352836#: builtin/branch.c:5022837msgid " **** invalid ref ****"2838msgstr ""28392840#: builtin/branch.c:5942841#, c-format2842msgid "(no branch, rebasing %s)"2843msgstr ""28442845#: builtin/branch.c:5972846#, c-format2847msgid "(no branch, bisect started on %s)"2848msgstr ""28492850#: builtin/branch.c:6002851#, c-format2852msgid "(detached from %s)"2853msgstr ""28542855#: builtin/branch.c:6032856msgid "(no branch)"2857msgstr ""28582859#: builtin/branch.c:6492860#, c-format2861msgid "object '%s' does not point to a commit"2862msgstr ""28632864#: builtin/branch.c:6812865msgid "some refs could not be read"2866msgstr ""28672868#: builtin/branch.c:6942869msgid "cannot rename the current branch while not on any."2870msgstr ""28712872#: builtin/branch.c:7042873#, c-format2874msgid "Invalid branch name: '%s'"2875msgstr ""28762877#: builtin/branch.c:7192878msgid "Branch rename failed"2879msgstr ""28802881#: builtin/branch.c:7232882#, c-format2883msgid "Renamed a misnamed branch '%s' away"2884msgstr ""28852886#: builtin/branch.c:7272887#, c-format2888msgid "Branch renamed to %s, but HEAD is not updated!"2889msgstr ""28902891#: builtin/branch.c:7342892msgid "Branch is renamed, but update of config-file failed"2893msgstr ""28942895#: builtin/branch.c:7492896#, c-format2897msgid "malformed object name %s"2898msgstr ""28992900#: builtin/branch.c:7732901#, c-format2902msgid "could not write branch description template: %s"2903msgstr ""29042905#: builtin/branch.c:8032906msgid "Generic options"2907msgstr ""29082909#: builtin/branch.c:8052910msgid "show hash and subject, give twice for upstream branch"2911msgstr ""29122913#: builtin/branch.c:8062914msgid "suppress informational messages"2915msgstr ""29162917#: builtin/branch.c:8072918msgid "set up tracking mode (see git-pull(1))"2919msgstr ""29202921#: builtin/branch.c:8092922msgid "change upstream info"2923msgstr ""29242925#: builtin/branch.c:8132926msgid "use colored output"2927msgstr ""29282929#: builtin/branch.c:8142930msgid "act on remote-tracking branches"2931msgstr ""29322933#: builtin/branch.c:817 builtin/branch.c:823 builtin/branch.c:8442934#: builtin/branch.c:850 builtin/commit.c:1460 builtin/commit.c:14612935#: builtin/commit.c:1462 builtin/commit.c:1463 builtin/tag.c:4682936msgid "commit"2937msgstr ""29382939#: builtin/branch.c:818 builtin/branch.c:8242940msgid "print only branches that contain the commit"2941msgstr ""29422943#: builtin/branch.c:8302944msgid "Specific git-branch actions:"2945msgstr ""29462947#: builtin/branch.c:8312948msgid "list both remote-tracking and local branches"2949msgstr ""29502951#: builtin/branch.c:8332952msgid "delete fully merged branch"2953msgstr ""29542955#: builtin/branch.c:8342956msgid "delete branch (even if not merged)"2957msgstr ""29582959#: builtin/branch.c:8352960msgid "move/rename a branch and its reflog"2961msgstr ""29622963#: builtin/branch.c:8362964msgid "move/rename a branch, even if target exists"2965msgstr ""29662967#: builtin/branch.c:8372968msgid "list branch names"2969msgstr ""29702971#: builtin/branch.c:8382972msgid "create the branch's reflog"2973msgstr ""29742975#: builtin/branch.c:8402976msgid "edit the description for the branch"2977msgstr ""29782979#: builtin/branch.c:8412980msgid "force creation (when already exists)"2981msgstr ""29822983#: builtin/branch.c:8442984msgid "print only not merged branches"2985msgstr ""29862987#: builtin/branch.c:8502988msgid "print only merged branches"2989msgstr ""29902991#: builtin/branch.c:8542992msgid "list branches in columns"2993msgstr ""29942995#: builtin/branch.c:8672996msgid "Failed to resolve HEAD as a valid ref."2997msgstr ""29982999#: builtin/branch.c:872 builtin/clone.c:6353000msgid "HEAD not found below refs/heads!"3001msgstr ""30023003#: builtin/branch.c:8963004msgid "--column and --verbose are incompatible"3005msgstr ""30063007#: builtin/branch.c:902 builtin/branch.c:9413008msgid "branch name required"3009msgstr ""30103011#: builtin/branch.c:9173012msgid "Cannot give description to detached HEAD"3013msgstr ""30143015#: builtin/branch.c:9223016msgid "cannot edit description of more than one branch"3017msgstr ""30183019#: builtin/branch.c:9293020#, c-format3021msgid "No commit on branch '%s' yet."3022msgstr ""30233024#: builtin/branch.c:9323025#, c-format3026msgid "No branch named '%s'."3027msgstr ""30283029#: builtin/branch.c:9473030msgid "too many branches for a rename operation"3031msgstr ""30323033#: builtin/branch.c:9523034msgid "too many branches to set new upstream"3035msgstr ""30363037#: builtin/branch.c:9563038#, c-format3039msgid ""3040"could not set upstream of HEAD to %s when it does not point to any branch."3041msgstr ""30423043#: builtin/branch.c:959 builtin/branch.c:981 builtin/branch.c:10023044#, c-format3045msgid "no such branch '%s'"3046msgstr ""30473048#: builtin/branch.c:9633049#, c-format3050msgid "branch '%s' does not exist"3051msgstr ""30523053#: builtin/branch.c:9753054msgid "too many branches to unset upstream"3055msgstr ""30563057#: builtin/branch.c:9793058msgid "could not unset upstream of HEAD when it does not point to any branch."3059msgstr ""30603061#: builtin/branch.c:9853062#, c-format3063msgid "Branch '%s' has no upstream information"3064msgstr ""30653066#: builtin/branch.c:9993067msgid "it does not make sense to create 'HEAD' manually"3068msgstr ""30693070#: builtin/branch.c:10053071msgid "-a and -r options to 'git branch' do not make sense with a branch name"3072msgstr ""30733074#: builtin/branch.c:10083075#, c-format3076msgid ""3077"The --set-upstream flag is deprecated and will be removed. Consider using --"3078"track or --set-upstream-to\n"3079msgstr ""30803081#: builtin/branch.c:10253082#, c-format3083msgid ""3084"\n"3085"If you wanted to make '%s' track '%s', do this:\n"3086"\n"3087msgstr ""30883089#: builtin/branch.c:10263090#, c-format3091msgid " git branch -d %s\n"3092msgstr ""30933094#: builtin/branch.c:10273095#, c-format3096msgid " git branch --set-upstream-to %s\n"3097msgstr ""30983099#: builtin/bundle.c:473100#, c-format3101msgid "%s is okay\n"3102msgstr ""31033104#: builtin/bundle.c:563105msgid "Need a repository to create a bundle."3106msgstr ""31073108#: builtin/bundle.c:603109msgid "Need a repository to unbundle."3110msgstr ""31113112#: builtin/cat-file.c:3283113msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"3114msgstr ""31153116#: builtin/cat-file.c:3293117msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"3118msgstr ""31193120#: builtin/cat-file.c:3663121msgid "<type> can be one of: blob, tree, commit, tag"3122msgstr ""31233124#: builtin/cat-file.c:3673125msgid "show object type"3126msgstr ""31273128#: builtin/cat-file.c:3683129msgid "show object size"3130msgstr ""31313132#: builtin/cat-file.c:3703133msgid "exit with zero when there's no error"3134msgstr ""31353136#: builtin/cat-file.c:3713137msgid "pretty-print object's content"3138msgstr ""31393140#: builtin/cat-file.c:3733141msgid "for blob objects, run textconv on object's content"3142msgstr ""31433144#: builtin/cat-file.c:3753145msgid "show info and content of objects fed from the standard input"3146msgstr ""31473148#: builtin/cat-file.c:3783149msgid "show info about objects fed from the standard input"3150msgstr ""31513152#: builtin/check-attr.c:113153msgid "git check-attr [-a | --all | attr...] [--] pathname..."3154msgstr ""31553156#: builtin/check-attr.c:123157msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"3158msgstr ""31593160#: builtin/check-attr.c:193161msgid "report all attributes set on file"3162msgstr ""31633164#: builtin/check-attr.c:203165msgid "use .gitattributes only from the index"3166msgstr ""31673168#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:753169msgid "read file names from stdin"3170msgstr ""31713172#: builtin/check-attr.c:23 builtin/check-ignore.c:243173msgid "terminate input and output records by a NUL character"3174msgstr ""31753176#: builtin/check-ignore.c:18 builtin/checkout.c:1090 builtin/gc.c:2603177msgid "suppress progress reporting"3178msgstr "без показване на напредъка"31793180#: builtin/check-ignore.c:263181msgid "show non-matching input paths"3182msgstr ""31833184#: builtin/check-ignore.c:283185msgid "ignore index when checking"3186msgstr ""31873188#: builtin/check-ignore.c:1543189msgid "cannot specify pathnames with --stdin"3190msgstr ""31913192#: builtin/check-ignore.c:1573193msgid "-z only makes sense with --stdin"3194msgstr ""31953196#: builtin/check-ignore.c:1593197msgid "no path specified"3198msgstr ""31993200#: builtin/check-ignore.c:1633201msgid "--quiet is only valid with a single pathname"3202msgstr ""32033204#: builtin/check-ignore.c:1653205msgid "cannot have both --quiet and --verbose"3206msgstr ""32073208#: builtin/check-ignore.c:1683209msgid "--non-matching is only valid with --verbose"3210msgstr ""32113212#: builtin/check-mailmap.c:83213msgid "git check-mailmap [options] <contact>..."3214msgstr ""32153216#: builtin/check-mailmap.c:133217msgid "also read contacts from stdin"3218msgstr ""32193220#: builtin/check-mailmap.c:243221#, c-format3222msgid "unable to parse contact: %s"3223msgstr ""32243225#: builtin/check-mailmap.c:473226msgid "no contacts specified"3227msgstr ""32283229#: builtin/checkout-index.c:1263230msgid "git checkout-index [options] [--] [<file>...]"3231msgstr ""32323233#: builtin/checkout-index.c:1873234msgid "check out all files in the index"3235msgstr ""32363237#: builtin/checkout-index.c:1883238msgid "force overwrite of existing files"3239msgstr ""32403241#: builtin/checkout-index.c:1903242msgid "no warning for existing files and files not in index"3243msgstr ""32443245#: builtin/checkout-index.c:1923246msgid "don't checkout new files"3247msgstr ""32483249#: builtin/checkout-index.c:1943250msgid "update stat information in the index file"3251msgstr ""32523253#: builtin/checkout-index.c:2003254msgid "read list of paths from the standard input"3255msgstr ""32563257#: builtin/checkout-index.c:2023258msgid "write the content to temporary files"3259msgstr ""32603261#: builtin/checkout-index.c:203 builtin/column.c:303262msgid "string"3263msgstr ""32643265#: builtin/checkout-index.c:2043266msgid "when creating files, prepend <string>"3267msgstr ""32683269#: builtin/checkout-index.c:2073270msgid "copy out the files from named stage"3271msgstr ""32723273#: builtin/checkout.c:253274msgid "git checkout [options] <branch>"3275msgstr ""32763277#: builtin/checkout.c:263278msgid "git checkout [options] [<branch>] -- <file>..."3279msgstr ""32803281#: builtin/checkout.c:114 builtin/checkout.c:1473282#, c-format3283msgid "path '%s' does not have our version"3284msgstr ""32853286#: builtin/checkout.c:116 builtin/checkout.c:1493287#, c-format3288msgid "path '%s' does not have their version"3289msgstr ""32903291#: builtin/checkout.c:1323292#, c-format3293msgid "path '%s' does not have all necessary versions"3294msgstr ""32953296#: builtin/checkout.c:1763297#, c-format3298msgid "path '%s' does not have necessary versions"3299msgstr ""33003301#: builtin/checkout.c:1933302#, c-format3303msgid "path '%s': cannot merge"3304msgstr ""33053306#: builtin/checkout.c:2103307#, c-format3308msgid "Unable to add merge result for '%s'"3309msgstr ""33103311#: builtin/checkout.c:232 builtin/checkout.c:235 builtin/checkout.c:2383312#: builtin/checkout.c:2413313#, c-format3314msgid "'%s' cannot be used with updating paths"3315msgstr ""33163317#: builtin/checkout.c:244 builtin/checkout.c:2473318#, c-format3319msgid "'%s' cannot be used with %s"3320msgstr ""33213322#: builtin/checkout.c:2503323#, c-format3324msgid "Cannot update paths and switch to branch '%s' at the same time."3325msgstr ""33263327#: builtin/checkout.c:261 builtin/checkout.c:4513328msgid "corrupt index file"3329msgstr ""33303331#: builtin/checkout.c:322 builtin/checkout.c:3293332#, c-format3333msgid "path '%s' is unmerged"3334msgstr ""33353336#: builtin/checkout.c:4733337msgid "you need to resolve your current index first"3338msgstr ""33393340#: builtin/checkout.c:5943341#, c-format3342msgid "Can not do reflog for '%s'\n"3343msgstr ""33443345#: builtin/checkout.c:6323346msgid "HEAD is now at"3347msgstr ""33483349#: builtin/checkout.c:6393350#, c-format3351msgid "Reset branch '%s'\n"3352msgstr ""33533354#: builtin/checkout.c:6423355#, c-format3356msgid "Already on '%s'\n"3357msgstr ""33583359#: builtin/checkout.c:6463360#, c-format3361msgid "Switched to and reset branch '%s'\n"3362msgstr ""33633364#: builtin/checkout.c:648 builtin/checkout.c:10333365#, c-format3366msgid "Switched to a new branch '%s'\n"3367msgstr ""33683369#: builtin/checkout.c:6503370#, c-format3371msgid "Switched to branch '%s'\n"3372msgstr ""33733374#: builtin/checkout.c:7063375#, c-format3376msgid " ... and %d more.\n"3377msgstr ""33783379#. The singular version3380#: builtin/checkout.c:7123381#, c-format3382msgid ""3383"Warning: you are leaving %d commit behind, not connected to\n"3384"any of your branches:\n"3385"\n"3386"%s\n"3387msgid_plural ""3388"Warning: you are leaving %d commits behind, not connected to\n"3389"any of your branches:\n"3390"\n"3391"%s\n"3392msgstr[0] ""3393msgstr[1] ""33943395#: builtin/checkout.c:7303396#, c-format3397msgid ""3398"If you want to keep them by creating a new branch, this may be a good time\n"3399"to do so with:\n"3400"\n"3401" git branch new_branch_name %s\n"3402"\n"3403msgstr ""34043405#: builtin/checkout.c:7603406msgid "internal error in revision walk"3407msgstr ""34083409#: builtin/checkout.c:7643410msgid "Previous HEAD position was"3411msgstr ""34123413#: builtin/checkout.c:791 builtin/checkout.c:10283414msgid "You are on a branch yet to be born"3415msgstr ""34163417#: builtin/checkout.c:9353418#, c-format3419msgid "only one reference expected, %d given."3420msgstr ""34213422#: builtin/checkout.c:9743423#, c-format3424msgid "invalid reference: %s"3425msgstr ""34263427#. case (1): want a tree3428#: builtin/checkout.c:10033429#, c-format3430msgid "reference is not a tree: %s"3431msgstr ""34323433#: builtin/checkout.c:10423434msgid "paths cannot be used with switching branches"3435msgstr ""34363437#: builtin/checkout.c:1045 builtin/checkout.c:10493438#, c-format3439msgid "'%s' cannot be used with switching branches"3440msgstr ""34413442#: builtin/checkout.c:1053 builtin/checkout.c:1056 builtin/checkout.c:10613443#: builtin/checkout.c:10643444#, c-format3445msgid "'%s' cannot be used with '%s'"3446msgstr ""34473448#: builtin/checkout.c:10693449#, c-format3450msgid "Cannot switch branch to a non-commit '%s'"3451msgstr ""34523453#: builtin/checkout.c:1091 builtin/checkout.c:1093 builtin/clone.c:883454#: builtin/remote.c:159 builtin/remote.c:1613455msgid "branch"3456msgstr "клон"34573458#: builtin/checkout.c:10923459msgid "create and checkout a new branch"3460msgstr ""34613462#: builtin/checkout.c:10943463msgid "create/reset and checkout a branch"3464msgstr ""34653466#: builtin/checkout.c:10953467msgid "create reflog for new branch"3468msgstr ""34693470#: builtin/checkout.c:10963471msgid "detach the HEAD at named commit"3472msgstr ""34733474#: builtin/checkout.c:10973475msgid "set upstream info for new branch"3476msgstr ""34773478#: builtin/checkout.c:10993479msgid "new branch"3480msgstr ""34813482#: builtin/checkout.c:10993483msgid "new unparented branch"3484msgstr ""34853486#: builtin/checkout.c:11003487msgid "checkout our version for unmerged files"3488msgstr ""34893490#: builtin/checkout.c:11023491msgid "checkout their version for unmerged files"3492msgstr ""34933494#: builtin/checkout.c:11043495msgid "force checkout (throw away local modifications)"3496msgstr ""34973498#: builtin/checkout.c:11053499msgid "perform a 3-way merge with the new branch"3500msgstr ""35013502#: builtin/checkout.c:1106 builtin/merge.c:2253503msgid "update ignored files (default)"3504msgstr ""35053506#: builtin/checkout.c:1107 builtin/log.c:1228 parse-options.h:2483507msgid "style"3508msgstr "стил"35093510#: builtin/checkout.c:11083511msgid "conflict style (merge or diff3)"3512msgstr ""35133514#: builtin/checkout.c:11113515msgid "do not limit pathspecs to sparse entries only"3516msgstr ""35173518#: builtin/checkout.c:11133519msgid "second guess 'git checkout no-such-branch'"3520msgstr ""35213522#: builtin/checkout.c:11363523msgid "-b, -B and --orphan are mutually exclusive"3524msgstr ""35253526#: builtin/checkout.c:11533527msgid "--track needs a branch name"3528msgstr ""35293530#: builtin/checkout.c:11603531msgid "Missing branch name; try -b"3532msgstr ""35333534#: builtin/checkout.c:11973535msgid "invalid path specification"3536msgstr ""35373538#: builtin/checkout.c:12043539#, c-format3540msgid ""3541"Cannot update paths and switch to branch '%s' at the same time.\n"3542"Did you intend to checkout '%s' which can not be resolved as commit?"3543msgstr ""35443545#: builtin/checkout.c:12093546#, c-format3547msgid "git checkout: --detach does not take a path argument '%s'"3548msgstr ""35493550#: builtin/checkout.c:12133551msgid ""3552"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3553"checking out of the index."3554msgstr ""35553556#: builtin/clean.c:263557msgid ""3558"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3559msgstr ""35603561#: builtin/clean.c:303562#, c-format3563msgid "Removing %s\n"3564msgstr ""35653566#: builtin/clean.c:313567#, c-format3568msgid "Would remove %s\n"3569msgstr ""35703571#: builtin/clean.c:323572#, c-format3573msgid "Skipping repository %s\n"3574msgstr ""35753576#: builtin/clean.c:333577#, c-format3578msgid "Would skip repository %s\n"3579msgstr ""35803581#: builtin/clean.c:343582#, c-format3583msgid "failed to remove %s"3584msgstr ""35853586#: builtin/clean.c:2943587msgid ""3588"Prompt help:\n"3589"1 - select a numbered item\n"3590"foo - select item based on unique prefix\n"3591" - (empty) select nothing"3592msgstr ""35933594#: builtin/clean.c:2983595msgid ""3596"Prompt help:\n"3597"1 - select a single item\n"3598"3-5 - select a range of items\n"3599"2-3,6-9 - select multiple ranges\n"3600"foo - select item based on unique prefix\n"3601"-... - unselect specified items\n"3602"* - choose all items\n"3603" - (empty) finish selecting"3604msgstr ""36053606#: builtin/clean.c:5163607#, c-format3608msgid "Huh (%s)?"3609msgstr ""36103611#: builtin/clean.c:6593612#, c-format3613msgid "Input ignore patterns>> "3614msgstr ""36153616#: builtin/clean.c:6963617#, c-format3618msgid "WARNING: Cannot find items matched by: %s"3619msgstr ""36203621#: builtin/clean.c:7173622msgid "Select items to delete"3623msgstr ""36243625#: builtin/clean.c:7573626#, c-format3627msgid "remove %s? "3628msgstr ""36293630#: builtin/clean.c:7823631msgid "Bye."3632msgstr ""36333634#: builtin/clean.c:7903635msgid ""3636"clean - start cleaning\n"3637"filter by pattern - exclude items from deletion\n"3638"select by numbers - select items to be deleted by numbers\n"3639"ask each - confirm each deletion (like \"rm -i\")\n"3640"quit - stop cleaning\n"3641"help - this screen\n"3642"? - help for prompt selection"3643msgstr ""36443645#: builtin/clean.c:8173646msgid "*** Commands ***"3647msgstr ""36483649#: builtin/clean.c:8183650msgid "What now"3651msgstr ""36523653#: builtin/clean.c:8263654msgid "Would remove the following item:"3655msgid_plural "Would remove the following items:"3656msgstr[0] ""3657msgstr[1] ""36583659#: builtin/clean.c:8433660msgid "No more files to clean, exiting."3661msgstr ""36623663#: builtin/clean.c:8743664msgid "do not print names of files removed"3665msgstr ""36663667#: builtin/clean.c:8763668msgid "force"3669msgstr ""36703671#: builtin/clean.c:8773672msgid "interactive cleaning"3673msgstr ""36743675#: builtin/clean.c:8793676msgid "remove whole directories"3677msgstr ""36783679#: builtin/clean.c:880 builtin/describe.c:420 builtin/grep.c:7183680#: builtin/ls-files.c:483 builtin/name-rev.c:314 builtin/show-ref.c:1853681msgid "pattern"3682msgstr ""36833684#: builtin/clean.c:8813685msgid "add <pattern> to ignore rules"3686msgstr ""36873688#: builtin/clean.c:8823689msgid "remove ignored files, too"3690msgstr ""36913692#: builtin/clean.c:8843693msgid "remove only ignored files"3694msgstr ""36953696#: builtin/clean.c:9023697msgid "-x and -X cannot be used together"3698msgstr ""36993700#: builtin/clean.c:9063701msgid ""3702"clean.requireForce set to true and neither -i, -n nor -f given; refusing to "3703"clean"3704msgstr ""37053706#: builtin/clean.c:9093707msgid ""3708"clean.requireForce defaults to true and neither -i, -n nor -f given; "3709"refusing to clean"3710msgstr ""37113712#: builtin/clone.c:363713msgid "git clone [options] [--] <repo> [<dir>]"3714msgstr ""37153716#: builtin/clone.c:64 builtin/fetch.c:97 builtin/merge.c:2223717#: builtin/push.c:5213718msgid "force progress reporting"3719msgstr ""37203721#: builtin/clone.c:663722msgid "don't create a checkout"3723msgstr ""37243725#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:4883726msgid "create a bare repository"3727msgstr ""37283729#: builtin/clone.c:713730msgid "create a mirror repository (implies bare)"3731msgstr ""37323733#: builtin/clone.c:733734msgid "to clone from a local repository"3735msgstr ""37363737#: builtin/clone.c:753738msgid "don't use local hardlinks, always copy"3739msgstr ""37403741#: builtin/clone.c:773742msgid "setup as shared repository"3743msgstr ""37443745#: builtin/clone.c:79 builtin/clone.c:813746msgid "initialize submodules in the clone"3747msgstr ""37483749#: builtin/clone.c:82 builtin/init-db.c:4853750msgid "template-directory"3751msgstr ""37523753#: builtin/clone.c:83 builtin/init-db.c:4863754msgid "directory from which templates will be used"3755msgstr ""37563757#: builtin/clone.c:853758msgid "reference repository"3759msgstr ""37603761#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:443762msgid "name"3763msgstr ""37643765#: builtin/clone.c:873766msgid "use <name> instead of 'origin' to track upstream"3767msgstr ""37683769#: builtin/clone.c:893770msgid "checkout <branch> instead of the remote's HEAD"3771msgstr ""37723773#: builtin/clone.c:913774msgid "path to git-upload-pack on the remote"3775msgstr ""37763777#: builtin/clone.c:92 builtin/fetch.c:98 builtin/grep.c:6633778msgid "depth"3779msgstr ""37803781#: builtin/clone.c:933782msgid "create a shallow clone of that depth"3783msgstr ""37843785#: builtin/clone.c:953786msgid "clone only one branch, HEAD or --branch"3787msgstr ""37883789#: builtin/clone.c:96 builtin/init-db.c:4943790msgid "gitdir"3791msgstr ""37923793#: builtin/clone.c:97 builtin/init-db.c:4953794msgid "separate git dir from working tree"3795msgstr ""37963797#: builtin/clone.c:983798msgid "key=value"3799msgstr ""38003801#: builtin/clone.c:993802msgid "set config inside the new repository"3803msgstr ""38043805#: builtin/clone.c:2523806#, c-format3807msgid "reference repository '%s' is not a local repository."3808msgstr ""38093810#: builtin/clone.c:2563811#, c-format3812msgid "reference repository '%s' is shallow"3813msgstr ""38143815#: builtin/clone.c:2593816#, c-format3817msgid "reference repository '%s' is grafted"3818msgstr ""38193820#: builtin/clone.c:3213821#, c-format3822msgid "failed to create directory '%s'"3823msgstr ""38243825#: builtin/clone.c:323 builtin/diff.c:833826#, c-format3827msgid "failed to stat '%s'"3828msgstr ""38293830#: builtin/clone.c:3253831#, c-format3832msgid "%s exists and is not a directory"3833msgstr ""38343835#: builtin/clone.c:3393836#, c-format3837msgid "failed to stat %s\n"3838msgstr ""38393840#: builtin/clone.c:3613841#, c-format3842msgid "failed to create link '%s'"3843msgstr ""38443845#: builtin/clone.c:3653846#, c-format3847msgid "failed to copy file to '%s'"3848msgstr ""38493850#: builtin/clone.c:388 builtin/clone.c:5653851#, c-format3852msgid "done.\n"3853msgstr ""38543855#: builtin/clone.c:4013856msgid ""3857"Clone succeeded, but checkout failed.\n"3858"You can inspect what was checked out with 'git status'\n"3859"and retry the checkout with 'git checkout -f HEAD'\n"3860msgstr ""38613862#: builtin/clone.c:4803863#, c-format3864msgid "Could not find remote branch %s to clone."3865msgstr ""38663867#: builtin/clone.c:5603868#, c-format3869msgid "Checking connectivity... "3870msgstr ""38713872#: builtin/clone.c:5633873msgid "remote did not send all necessary objects"3874msgstr ""38753876#: builtin/clone.c:6263877msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3878msgstr ""38793880#: builtin/clone.c:6573881msgid "unable to checkout working tree"3882msgstr ""38833884#: builtin/clone.c:7653885msgid "Too many arguments."3886msgstr ""38873888#: builtin/clone.c:7693889msgid "You must specify a repository to clone."3890msgstr ""38913892#: builtin/clone.c:7803893#, c-format3894msgid "--bare and --origin %s options are incompatible."3895msgstr ""38963897#: builtin/clone.c:7833898msgid "--bare and --separate-git-dir are incompatible."3899msgstr ""39003901#: builtin/clone.c:7963902#, c-format3903msgid "repository '%s' does not exist"3904msgstr ""39053906#: builtin/clone.c:8023907msgid "--depth is ignored in local clones; use file:// instead."3908msgstr ""39093910#: builtin/clone.c:8053911msgid "source repository is shallow, ignoring --local"3912msgstr ""39133914#: builtin/clone.c:8103915msgid "--local is ignored"3916msgstr ""39173918#: builtin/clone.c:814 builtin/fetch.c:11193919#, c-format3920msgid "depth %s is not a positive number"3921msgstr ""39223923#: builtin/clone.c:8243924#, c-format3925msgid "destination path '%s' already exists and is not an empty directory."3926msgstr ""39273928#: builtin/clone.c:8343929#, c-format3930msgid "working tree '%s' already exists."3931msgstr ""39323933#: builtin/clone.c:847 builtin/clone.c:8593934#, c-format3935msgid "could not create leading directories of '%s'"3936msgstr ""39373938#: builtin/clone.c:8503939#, c-format3940msgid "could not create work tree dir '%s'."3941msgstr ""39423943#: builtin/clone.c:8693944#, c-format3945msgid "Cloning into bare repository '%s'...\n"3946msgstr ""39473948#: builtin/clone.c:8713949#, c-format3950msgid "Cloning into '%s'...\n"3951msgstr ""39523953#: builtin/clone.c:9063954#, c-format3955msgid "Don't know how to clone %s"3956msgstr ""39573958#: builtin/clone.c:957 builtin/clone.c:9653959#, c-format3960msgid "Remote branch %s not found in upstream %s"3961msgstr ""39623963#: builtin/clone.c:9683964msgid "You appear to have cloned an empty repository."3965msgstr ""39663967#: builtin/column.c:93968msgid "git column [options]"3969msgstr ""39703971#: builtin/column.c:263972msgid "lookup config vars"3973msgstr ""39743975#: builtin/column.c:27 builtin/column.c:283976msgid "layout to use"3977msgstr ""39783979#: builtin/column.c:293980msgid "Maximum width"3981msgstr ""39823983#: builtin/column.c:303984msgid "Padding space on left border"3985msgstr ""39863987#: builtin/column.c:313988msgid "Padding space on right border"3989msgstr ""39903991#: builtin/column.c:323992msgid "Padding space between columns"3993msgstr ""39943995#: builtin/column.c:513996msgid "--command must be the first argument"3997msgstr ""39983999#: builtin/commit.c:364000msgid "git commit [options] [--] <pathspec>..."4001msgstr ""40024003#: builtin/commit.c:414004msgid "git status [options] [--] <pathspec>..."4005msgstr ""40064007#: builtin/commit.c:464008msgid ""4009"Your name and email address were configured automatically based\n"4010"on your username and hostname. Please check that they are accurate.\n"4011"You can suppress this message by setting them explicitly:\n"4012"\n"4013" git config --global user.name \"Your Name\"\n"4014" git config --global user.email you@example.com\n"4015"\n"4016"After doing this, you may fix the identity used for this commit with:\n"4017"\n"4018" git commit --amend --reset-author\n"4019msgstr ""40204021#: builtin/commit.c:584022msgid ""4023"You asked to amend the most recent commit, but doing so would make\n"4024"it empty. You can repeat your command with --allow-empty, or you can\n"4025"remove the commit entirely with \"git reset HEAD^\".\n"4026msgstr ""40274028#: builtin/commit.c:634029msgid ""4030"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4031"If you wish to commit it anyway, use:\n"4032"\n"4033" git commit --allow-empty\n"4034"\n"4035msgstr ""40364037#: builtin/commit.c:704038msgid "Otherwise, please use 'git reset'\n"4039msgstr ""40404041#: builtin/commit.c:734042msgid ""4043"If you wish to skip this commit, use:\n"4044"\n"4045" git reset\n"4046"\n"4047"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4048"the remaining commits.\n"4049msgstr ""40504051#: builtin/commit.c:2874052msgid "failed to unpack HEAD tree object"4053msgstr ""40544055#: builtin/commit.c:3294056msgid "unable to create temporary index"4057msgstr ""40584059#: builtin/commit.c:3354060msgid "interactive add failed"4061msgstr ""40624063#: builtin/commit.c:368 builtin/commit.c:389 builtin/commit.c:4394064msgid "unable to write new_index file"4065msgstr ""40664067#: builtin/commit.c:4204068msgid "cannot do a partial commit during a merge."4069msgstr ""40704071#: builtin/commit.c:4224072msgid "cannot do a partial commit during a cherry-pick."4073msgstr ""40744075#: builtin/commit.c:4324076msgid "cannot read the index"4077msgstr ""40784079#: builtin/commit.c:4524080msgid "unable to write temporary index file"4081msgstr ""40824083#: builtin/commit.c:543 builtin/commit.c:5494084#, c-format4085msgid "invalid commit: %s"4086msgstr ""40874088#: builtin/commit.c:5714089msgid "malformed --author parameter"4090msgstr ""40914092#: builtin/commit.c:5914093#, c-format4094msgid "Malformed ident string: '%s'"4095msgstr ""40964097#: builtin/commit.c:630 builtin/commit.c:663 builtin/commit.c:10074098#, c-format4099msgid "could not lookup commit %s"4100msgstr ""41014102#: builtin/commit.c:642 builtin/shortlog.c:2734103#, c-format4104msgid "(reading log message from standard input)\n"4105msgstr ""41064107#: builtin/commit.c:6444108msgid "could not read log from standard input"4109msgstr ""41104111#: builtin/commit.c:6484112#, c-format4113msgid "could not read log file '%s'"4114msgstr ""41154116#: builtin/commit.c:6544117msgid "commit has empty message"4118msgstr ""41194120#: builtin/commit.c:6704121msgid "could not read MERGE_MSG"4122msgstr ""41234124#: builtin/commit.c:6744125msgid "could not read SQUASH_MSG"4126msgstr ""41274128#: builtin/commit.c:6784129#, c-format4130msgid "could not read '%s'"4131msgstr ""41324133#: builtin/commit.c:7494134msgid "could not write commit template"4135msgstr ""41364137# FIXME4138#: builtin/commit.c:7604139#, c-format4140msgid ""4141"\n"4142"It looks like you may be committing a merge.\n"4143"If this is not correct, please remove the file\n"4144"\t%s\n"4145"and try again.\n"4146msgstr ""41474148# FIXME4149#: builtin/commit.c:7654150#, c-format4151msgid ""4152"\n"4153"It looks like you may be committing a cherry-pick.\n"4154"If this is not correct, please remove the file\n"4155"\t%s\n"4156"and try again.\n"4157msgstr ""41584159#: builtin/commit.c:7774160#, c-format4161msgid ""4162"Please enter the commit message for your changes. Lines starting\n"4163"with '%c' will be ignored, and an empty message aborts the commit.\n"4164msgstr ""41654166#: builtin/commit.c:7824167#, c-format4168msgid ""4169"Please enter the commit message for your changes. Lines starting\n"4170"with '%c' will be kept; you may remove them yourself if you want to.\n"4171"An empty message aborts the commit.\n"4172msgstr ""41734174#: builtin/commit.c:7954175#, c-format4176msgid "%sAuthor: %s"4177msgstr ""41784179#: builtin/commit.c:8024180#, c-format4181msgid "%sCommitter: %s"4182msgstr ""41834184#: builtin/commit.c:8224185msgid "Cannot read index"4186msgstr ""41874188#: builtin/commit.c:8654189msgid "Error building trees"4190msgstr ""41914192#: builtin/commit.c:880 builtin/tag.c:3594193#, c-format4194msgid "Please supply the message using either -m or -F option.\n"4195msgstr ""41964197#: builtin/commit.c:9824198#, c-format4199msgid "No existing author found with '%s'"4200msgstr ""42014202#: builtin/commit.c:997 builtin/commit.c:12374203#, c-format4204msgid "Invalid untracked files mode '%s'"4205msgstr ""42064207#: builtin/commit.c:10344208msgid "--long and -z are incompatible"4209msgstr ""42104211#: builtin/commit.c:10644212msgid "Using both --reset-author and --author does not make sense"4213msgstr ""42144215#: builtin/commit.c:10754216msgid "You have nothing to amend."4217msgstr ""42184219#: builtin/commit.c:10784220msgid "You are in the middle of a merge -- cannot amend."4221msgstr ""42224223#: builtin/commit.c:10804224msgid "You are in the middle of a cherry-pick -- cannot amend."4225msgstr ""42264227#: builtin/commit.c:10834228msgid "Options --squash and --fixup cannot be used together"4229msgstr ""42304231#: builtin/commit.c:10934232msgid "Only one of -c/-C/-F/--fixup can be used."4233msgstr ""42344235#: builtin/commit.c:10954236msgid "Option -m cannot be combined with -c/-C/-F/--fixup."4237msgstr ""42384239#: builtin/commit.c:11034240msgid "--reset-author can be used only with -C, -c or --amend."4241msgstr ""42424243#: builtin/commit.c:11204244msgid "Only one of --include/--only/--all/--interactive/--patch can be used."4245msgstr ""42464247#: builtin/commit.c:11224248msgid "No paths with --include/--only does not make sense."4249msgstr ""42504251#: builtin/commit.c:11244252msgid "Clever... amending the last one with dirty index."4253msgstr ""42544255#: builtin/commit.c:11264256msgid "Explicit paths specified without -i nor -o; assuming --only paths..."4257msgstr ""42584259#: builtin/commit.c:1136 builtin/tag.c:5724260#, c-format4261msgid "Invalid cleanup mode %s"4262msgstr ""42634264#: builtin/commit.c:11414265msgid "Paths with -a does not make sense."4266msgstr ""42674268#: builtin/commit.c:1251 builtin/commit.c:14824269msgid "show status concisely"4270msgstr ""42714272#: builtin/commit.c:1253 builtin/commit.c:14844273msgid "show branch information"4274msgstr ""42754276#: builtin/commit.c:1255 builtin/commit.c:1486 builtin/push.c:5074277msgid "machine-readable output"4278msgstr ""42794280#: builtin/commit.c:1258 builtin/commit.c:14884281msgid "show status in long format (default)"4282msgstr ""42834284#: builtin/commit.c:1261 builtin/commit.c:14914285msgid "terminate entries with NUL"4286msgstr ""42874288#: builtin/commit.c:1263 builtin/commit.c:1494 builtin/fast-export.c:6744289#: builtin/fast-export.c:677 builtin/tag.c:4594290msgid "mode"4291msgstr ""42924293#: builtin/commit.c:1264 builtin/commit.c:14944294msgid "show untracked files, optional modes: all, normal, no. (Default: all)"4295msgstr ""42964297#: builtin/commit.c:12674298msgid "show ignored files"4299msgstr ""43004301#: builtin/commit.c:1268 parse-options.h:1564302msgid "when"4303msgstr "кога"43044305#: builtin/commit.c:12694306msgid ""4307"ignore changes to submodules, optional when: all, dirty, untracked. "4308"(Default: all)"4309msgstr ""43104311#: builtin/commit.c:12714312msgid "list untracked files in columns"4313msgstr ""43144315#: builtin/commit.c:13404316msgid "couldn't look up newly created commit"4317msgstr ""43184319#: builtin/commit.c:13424320msgid "could not parse newly created commit"4321msgstr ""43224323#: builtin/commit.c:13834324msgid "detached HEAD"4325msgstr ""43264327#: builtin/commit.c:13854328msgid " (root-commit)"4329msgstr ""43304331#: builtin/commit.c:14524332msgid "suppress summary after successful commit"4333msgstr ""43344335#: builtin/commit.c:14534336msgid "show diff in commit message template"4337msgstr ""43384339#: builtin/commit.c:14554340msgid "Commit message options"4341msgstr ""43424343#: builtin/commit.c:1456 builtin/tag.c:4574344msgid "read message from file"4345msgstr ""43464347#: builtin/commit.c:14574348msgid "author"4349msgstr ""43504351#: builtin/commit.c:14574352msgid "override author for commit"4353msgstr ""43544355#: builtin/commit.c:1458 builtin/gc.c:2614356msgid "date"4357msgstr "дата"43584359#: builtin/commit.c:14584360msgid "override date for commit"4361msgstr ""43624363#: builtin/commit.c:1459 builtin/merge.c:216 builtin/notes.c:4054364#: builtin/notes.c:562 builtin/tag.c:4554365msgid "message"4366msgstr ""43674368#: builtin/commit.c:14594369msgid "commit message"4370msgstr ""43714372#: builtin/commit.c:14604373msgid "reuse and edit message from specified commit"4374msgstr ""43754376#: builtin/commit.c:14614377msgid "reuse message from specified commit"4378msgstr ""43794380#: builtin/commit.c:14624381msgid "use autosquash formatted message to fixup specified commit"4382msgstr ""43834384#: builtin/commit.c:14634385msgid "use autosquash formatted message to squash specified commit"4386msgstr ""43874388#: builtin/commit.c:14644389msgid "the commit is authored by me now (used with -C/-c/--amend)"4390msgstr ""43914392#: builtin/commit.c:1465 builtin/log.c:1180 builtin/revert.c:864393msgid "add Signed-off-by:"4394msgstr ""43954396#: builtin/commit.c:14664397msgid "use specified template file"4398msgstr ""43994400#: builtin/commit.c:14674401msgid "force edit of commit"4402msgstr ""44034404#: builtin/commit.c:14684405msgid "default"4406msgstr ""44074408#: builtin/commit.c:1468 builtin/tag.c:4604409msgid "how to strip spaces and #comments from message"4410msgstr ""44114412#: builtin/commit.c:14694413msgid "include status in commit message template"4414msgstr ""44154416#: builtin/commit.c:1470 builtin/merge.c:223 builtin/tag.c:4614417msgid "key id"4418msgstr ""44194420#: builtin/commit.c:1471 builtin/merge.c:2244421msgid "GPG sign commit"4422msgstr ""44234424#. end commit message options4425#: builtin/commit.c:14744426msgid "Commit contents options"4427msgstr ""44284429#: builtin/commit.c:14754430msgid "commit all changed files"4431msgstr ""44324433#: builtin/commit.c:14764434msgid "add specified files to index for commit"4435msgstr ""44364437#: builtin/commit.c:14774438msgid "interactively add files"4439msgstr ""44404441#: builtin/commit.c:14784442msgid "interactively add changes"4443msgstr ""44444445#: builtin/commit.c:14794446msgid "commit only specified files"4447msgstr ""44484449#: builtin/commit.c:14804450msgid "bypass pre-commit hook"4451msgstr ""44524453#: builtin/commit.c:14814454msgid "show what would be committed"4455msgstr ""44564457#: builtin/commit.c:14924458msgid "amend previous commit"4459msgstr ""44604461#: builtin/commit.c:14934462msgid "bypass post-rewrite hook"4463msgstr ""44644465#: builtin/commit.c:14984466msgid "ok to record an empty change"4467msgstr ""44684469#: builtin/commit.c:15004470msgid "ok to record a change with an empty message"4471msgstr ""44724473#: builtin/commit.c:15294474msgid "could not parse HEAD commit"4475msgstr ""44764477#: builtin/commit.c:1567 builtin/merge.c:5184478#, c-format4479msgid "could not open '%s' for reading"4480msgstr ""44814482#: builtin/commit.c:15744483#, c-format4484msgid "Corrupt MERGE_HEAD file (%s)"4485msgstr ""44864487#: builtin/commit.c:15814488msgid "could not read MERGE_MODE"4489msgstr ""44904491#: builtin/commit.c:16004492#, c-format4493msgid "could not read commit message: %s"4494msgstr ""44954496#: builtin/commit.c:16114497#, c-format4498msgid "Aborting commit; you did not edit the message.\n"4499msgstr ""45004501#: builtin/commit.c:16164502#, c-format4503msgid "Aborting commit due to empty commit message.\n"4504msgstr ""45054506#: builtin/commit.c:1631 builtin/merge.c:854 builtin/merge.c:8794507msgid "failed to write commit object"4508msgstr ""45094510#: builtin/commit.c:16524511msgid "cannot lock HEAD ref"4512msgstr ""45134514#: builtin/commit.c:16564515msgid "cannot update HEAD ref"4516msgstr ""45174518#: builtin/commit.c:16674519msgid ""4520"Repository has been updated, but unable to write\n"4521"new_index file. Check that disk is not full or quota is\n"4522"not exceeded, and then \"git reset HEAD\" to recover."4523msgstr ""45244525#: builtin/config.c:84526msgid "git config [options]"4527msgstr ""45284529#: builtin/config.c:544530msgid "Config file location"4531msgstr ""45324533#: builtin/config.c:554534msgid "use global config file"4535msgstr ""45364537#: builtin/config.c:564538msgid "use system config file"4539msgstr ""45404541#: builtin/config.c:574542msgid "use repository config file"4543msgstr ""45444545#: builtin/config.c:584546msgid "use given config file"4547msgstr ""45484549#: builtin/config.c:594550msgid "blob-id"4551msgstr ""45524553#: builtin/config.c:594554msgid "read config from given blob object"4555msgstr ""45564557#: builtin/config.c:604558msgid "Action"4559msgstr ""45604561#: builtin/config.c:614562msgid "get value: name [value-regex]"4563msgstr ""45644565#: builtin/config.c:624566msgid "get all values: key [value-regex]"4567msgstr ""45684569#: builtin/config.c:634570msgid "get values for regexp: name-regex [value-regex]"4571msgstr ""45724573#: builtin/config.c:644574msgid "get value specific for the URL: section[.var] URL"4575msgstr ""45764577#: builtin/config.c:654578msgid "replace all matching variables: name value [value_regex]"4579msgstr ""45804581#: builtin/config.c:664582msgid "add a new variable: name value"4583msgstr ""45844585#: builtin/config.c:674586msgid "remove a variable: name [value-regex]"4587msgstr ""45884589#: builtin/config.c:684590msgid "remove all matches: name [value-regex]"4591msgstr ""45924593#: builtin/config.c:694594msgid "rename section: old-name new-name"4595msgstr ""45964597#: builtin/config.c:704598msgid "remove a section: name"4599msgstr ""46004601#: builtin/config.c:714602msgid "list all"4603msgstr ""46044605#: builtin/config.c:724606msgid "open an editor"4607msgstr ""46084609#: builtin/config.c:73 builtin/config.c:744610msgid "slot"4611msgstr ""46124613#: builtin/config.c:734614msgid "find the color configured: [default]"4615msgstr ""46164617#: builtin/config.c:744618msgid "find the color setting: [stdout-is-tty]"4619msgstr ""46204621#: builtin/config.c:754622msgid "Type"4623msgstr ""46244625#: builtin/config.c:764626msgid "value is \"true\" or \"false\""4627msgstr ""46284629#: builtin/config.c:774630msgid "value is decimal number"4631msgstr ""46324633#: builtin/config.c:784634msgid "value is --bool or --int"4635msgstr ""46364637#: builtin/config.c:794638msgid "value is a path (file or directory name)"4639msgstr ""46404641#: builtin/config.c:804642msgid "Other"4643msgstr ""46444645#: builtin/config.c:814646msgid "terminate values with NUL byte"4647msgstr ""46484649#: builtin/config.c:824650msgid "respect include directives on lookup"4651msgstr ""46524653#: builtin/count-objects.c:824654msgid "git count-objects [-v] [-H | --human-readable]"4655msgstr ""46564657#: builtin/count-objects.c:974658msgid "print sizes in human readable format"4659msgstr ""46604661#: builtin/describe.c:164662msgid "git describe [options] <commit-ish>*"4663msgstr ""46644665#: builtin/describe.c:174666msgid "git describe [options] --dirty"4667msgstr ""46684669#: builtin/describe.c:2374670#, c-format4671msgid "annotated tag %s not available"4672msgstr ""46734674#: builtin/describe.c:2414675#, c-format4676msgid "annotated tag %s has no embedded name"4677msgstr ""46784679#: builtin/describe.c:2434680#, c-format4681msgid "tag '%s' is really '%s' here"4682msgstr ""46834684#: builtin/describe.c:2704685#, c-format4686msgid "Not a valid object name %s"4687msgstr ""46884689#: builtin/describe.c:2734690#, c-format4691msgid "%s is not a valid '%s' object"4692msgstr ""46934694#: builtin/describe.c:2904695#, c-format4696msgid "no tag exactly matches '%s'"4697msgstr ""46984699#: builtin/describe.c:2924700#, c-format4701msgid "searching to describe %s\n"4702msgstr ""47034704#: builtin/describe.c:3324705#, c-format4706msgid "finished search at %s\n"4707msgstr ""47084709#: builtin/describe.c:3594710#, c-format4711msgid ""4712"No annotated tags can describe '%s'.\n"4713"However, there were unannotated tags: try --tags."4714msgstr ""47154716#: builtin/describe.c:3634717#, c-format4718msgid ""4719"No tags can describe '%s'.\n"4720"Try --always, or create some tags."4721msgstr ""47224723#: builtin/describe.c:3844724#, c-format4725msgid "traversed %lu commits\n"4726msgstr ""47274728#: builtin/describe.c:3874729#, c-format4730msgid ""4731"more than %i tags found; listed %i most recent\n"4732"gave up search at %s\n"4733msgstr ""47344735#: builtin/describe.c:4094736msgid "find the tag that comes after the commit"4737msgstr ""47384739#: builtin/describe.c:4104740msgid "debug search strategy on stderr"4741msgstr ""47424743#: builtin/describe.c:4114744msgid "use any ref"4745msgstr ""47464747#: builtin/describe.c:4124748msgid "use any tag, even unannotated"4749msgstr ""47504751#: builtin/describe.c:4134752msgid "always use long format"4753msgstr ""47544755#: builtin/describe.c:4144756msgid "only follow first parent"4757msgstr ""47584759#: builtin/describe.c:4174760msgid "only output exact matches"4761msgstr ""47624763#: builtin/describe.c:4194764#, fuzzy4765msgid "consider <n> most recent tags (default: 10)"4766msgstr "<брой>"47674768#: builtin/describe.c:4214769msgid "only consider tags matching <pattern>"4770msgstr ""47714772#: builtin/describe.c:423 builtin/name-rev.c:3214773msgid "show abbreviated commit object as fallback"4774msgstr ""47754776#: builtin/describe.c:4244777msgid "mark"4778msgstr ""47794780#: builtin/describe.c:4254781msgid "append <mark> on dirty working tree (default: \"-dirty\")"4782msgstr ""47834784#: builtin/describe.c:4434785msgid "--long is incompatible with --abbrev=0"4786msgstr ""47874788#: builtin/describe.c:4694789msgid "No names found, cannot describe anything."4790msgstr ""47914792#: builtin/describe.c:4894793msgid "--dirty is incompatible with commit-ishes"4794msgstr ""47954796#: builtin/diff.c:854797#, c-format4798msgid "'%s': not a regular file or symlink"4799msgstr ""48004801#: builtin/diff.c:2364802#, c-format4803msgid "invalid option: %s"4804msgstr ""48054806#: builtin/diff.c:3574807msgid "Not a git repository"4808msgstr ""48094810#: builtin/diff.c:4004811#, c-format4812msgid "invalid object '%s' given."4813msgstr ""48144815#: builtin/diff.c:4094816#, c-format4817msgid "more than two blobs given: '%s'"4818msgstr ""48194820#: builtin/diff.c:4164821#, c-format4822msgid "unhandled object '%s' given."4823msgstr ""48244825#: builtin/fast-export.c:224826msgid "git fast-export [rev-list-opts]"4827msgstr ""48284829#: builtin/fast-export.c:6734830#, fuzzy4831msgid "show progress after <n> objects"4832msgstr "<брой>"48334834#: builtin/fast-export.c:6754835msgid "select handling of signed tags"4836msgstr ""48374838#: builtin/fast-export.c:6784839msgid "select handling of tags that tag filtered objects"4840msgstr ""48414842#: builtin/fast-export.c:6814843msgid "Dump marks to this file"4844msgstr ""48454846#: builtin/fast-export.c:6834847msgid "Import marks from this file"4848msgstr ""48494850#: builtin/fast-export.c:6854851msgid "Fake a tagger when tags lack one"4852msgstr ""48534854#: builtin/fast-export.c:6874855msgid "Output full tree for each commit"4856msgstr ""48574858#: builtin/fast-export.c:6894859msgid "Use the done feature to terminate the stream"4860msgstr ""48614862#: builtin/fast-export.c:6904863msgid "Skip output of blob data"4864msgstr ""48654866#: builtin/fetch.c:204867msgid "git fetch [<options>] [<repository> [<refspec>...]]"4868msgstr ""48694870#: builtin/fetch.c:214871msgid "git fetch [<options>] <group>"4872msgstr ""48734874#: builtin/fetch.c:224875msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4876msgstr ""48774878#: builtin/fetch.c:234879msgid "git fetch --all [<options>]"4880msgstr ""48814882#: builtin/fetch.c:754883msgid "fetch from all remotes"4884msgstr ""48854886#: builtin/fetch.c:774887msgid "append to .git/FETCH_HEAD instead of overwriting"4888msgstr ""48894890#: builtin/fetch.c:794891msgid "path to upload pack on remote end"4892msgstr ""48934894#: builtin/fetch.c:804895msgid "force overwrite of local branch"4896msgstr ""48974898#: builtin/fetch.c:824899msgid "fetch from multiple remotes"4900msgstr ""49014902#: builtin/fetch.c:844903msgid "fetch all tags and associated objects"4904msgstr ""49054906#: builtin/fetch.c:864907msgid "do not fetch all tags (--no-tags)"4908msgstr ""49094910#: builtin/fetch.c:884911msgid "prune remote-tracking branches no longer on remote"4912msgstr ""49134914#: builtin/fetch.c:894915msgid "on-demand"4916msgstr ""49174918#: builtin/fetch.c:904919msgid "control recursive fetching of submodules"4920msgstr ""49214922#: builtin/fetch.c:944923msgid "keep downloaded pack"4924msgstr ""49254926#: builtin/fetch.c:964927msgid "allow updating of HEAD ref"4928msgstr ""49294930#: builtin/fetch.c:994931msgid "deepen history of shallow clone"4932msgstr ""49334934#: builtin/fetch.c:1014935msgid "convert to a complete repository"4936msgstr ""49374938#: builtin/fetch.c:103 builtin/log.c:11974939msgid "dir"4940msgstr ""49414942#: builtin/fetch.c:1044943msgid "prepend this to submodule path output"4944msgstr ""49454946#: builtin/fetch.c:1074947msgid "default mode for recursion"4948msgstr ""49494950#: builtin/fetch.c:1094951msgid "accept refs that update .git/shallow"4952msgstr ""49534954#: builtin/fetch.c:3474955msgid "Couldn't find remote ref HEAD"4956msgstr ""49574958#: builtin/fetch.c:4114959#, c-format4960msgid "object %s not found"4961msgstr ""49624963#: builtin/fetch.c:4164964msgid "[up to date]"4965msgstr ""49664967#: builtin/fetch.c:4304968#, c-format4969msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4970msgstr ""49714972#: builtin/fetch.c:431 builtin/fetch.c:5174973msgid "[rejected]"4974msgstr ""49754976#: builtin/fetch.c:4424977msgid "[tag update]"4978msgstr ""49794980#: builtin/fetch.c:444 builtin/fetch.c:479 builtin/fetch.c:4974981msgid " (unable to update local ref)"4982msgstr ""49834984#: builtin/fetch.c:4624985msgid "[new tag]"4986msgstr ""49874988#: builtin/fetch.c:4654989msgid "[new branch]"4990msgstr ""49914992#: builtin/fetch.c:4684993msgid "[new ref]"4994msgstr ""49954996#: builtin/fetch.c:5134997msgid "unable to update local ref"4998msgstr ""49995000#: builtin/fetch.c:5135001msgid "forced update"5002msgstr ""50035004#: builtin/fetch.c:5195005msgid "(non-fast-forward)"5006msgstr ""50075008#: builtin/fetch.c:552 builtin/fetch.c:7855009#, c-format5010msgid "cannot open %s: %s\n"5011msgstr ""50125013#: builtin/fetch.c:5615014#, c-format5015msgid "%s did not send all necessary objects\n"5016msgstr ""50175018#: builtin/fetch.c:5795019#, c-format5020msgid "reject %s because shallow roots are not allowed to be updated"5021msgstr ""50225023#: builtin/fetch.c:667 builtin/fetch.c:7505024#, c-format5025msgid "From %.*s\n"5026msgstr ""50275028#: builtin/fetch.c:6785029#, c-format5030msgid ""5031"some local refs could not be updated; try running\n"5032" 'git remote prune %s' to remove any old, conflicting branches"5033msgstr ""50345035#: builtin/fetch.c:7305036#, c-format5037msgid " (%s will become dangling)"5038msgstr ""50395040#: builtin/fetch.c:7315041#, c-format5042msgid " (%s has become dangling)"5043msgstr ""50445045#: builtin/fetch.c:7555046msgid "[deleted]"5047msgstr ""50485049#: builtin/fetch.c:756 builtin/remote.c:10505050msgid "(none)"5051msgstr "(нищо)"50525053#: builtin/fetch.c:7755054#, c-format5055msgid "Refusing to fetch into current branch %s of non-bare repository"5056msgstr ""50575058#: builtin/fetch.c:7945059#, c-format5060msgid "Option \"%s\" value \"%s\" is not valid for %s"5061msgstr ""50625063#: builtin/fetch.c:7975064#, c-format5065msgid "Option \"%s\" is ignored for %s\n"5066msgstr ""50675068#: builtin/fetch.c:8535069#, c-format5070msgid "Don't know how to fetch from %s"5071msgstr ""50725073#: builtin/fetch.c:10155074#, c-format5075msgid "Fetching %s\n"5076msgstr ""50775078#: builtin/fetch.c:1017 builtin/remote.c:905079#, c-format5080msgid "Could not fetch %s"5081msgstr "„%s“ не може да се достави"50825083#: builtin/fetch.c:10365084msgid ""5085"No remote repository specified. Please, specify either a URL or a\n"5086"remote name from which new revisions should be fetched."5087msgstr ""50885089#: builtin/fetch.c:10595090msgid "You need to specify a tag name."5091msgstr ""50925093#: builtin/fetch.c:11075094msgid "--depth and --unshallow cannot be used together"5095msgstr ""50965097#: builtin/fetch.c:11095098msgid "--unshallow on a complete repository does not make sense"5099msgstr ""51005101#: builtin/fetch.c:11325102msgid "fetch --all does not take a repository argument"5103msgstr ""51045105#: builtin/fetch.c:11345106msgid "fetch --all does not make sense with refspecs"5107msgstr ""51085109#: builtin/fetch.c:11455110#, c-format5111msgid "No such remote or remote group: %s"5112msgstr ""51135114#: builtin/fetch.c:11535115msgid "Fetching a group and specifying refspecs does not make sense"5116msgstr ""51175118#: builtin/fmt-merge-msg.c:135119#, fuzzy5120msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"5121msgstr "<брой>"51225123#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:7025124#: builtin/merge.c:196 builtin/show-branch.c:654 builtin/show-ref.c:1785125#: builtin/tag.c:446 parse-options.h:135 parse-options.h:2425126msgid "n"5127msgstr "брой"51285129#: builtin/fmt-merge-msg.c:6645130#, fuzzy5131msgid "populate log with at most <n> entries from shortlog"5132msgstr "<брой>"51335134#: builtin/fmt-merge-msg.c:6675135msgid "alias for --log (deprecated)"5136msgstr ""51375138#: builtin/fmt-merge-msg.c:6705139msgid "text"5140msgstr ""51415142#: builtin/fmt-merge-msg.c:6715143msgid "use <text> as start of message"5144msgstr ""51455146#: builtin/fmt-merge-msg.c:6725147msgid "file to read from"5148msgstr ""51495150#: builtin/for-each-ref.c:10635151msgid "git for-each-ref [options] [<pattern>]"5152msgstr ""51535154#: builtin/for-each-ref.c:10785155msgid "quote placeholders suitably for shells"5156msgstr ""51575158#: builtin/for-each-ref.c:10805159msgid "quote placeholders suitably for perl"5160msgstr ""51615162#: builtin/for-each-ref.c:10825163msgid "quote placeholders suitably for python"5164msgstr ""51655166#: builtin/for-each-ref.c:10845167msgid "quote placeholders suitably for tcl"5168msgstr ""51695170#: builtin/for-each-ref.c:10875171#, fuzzy5172msgid "show only <n> matched refs"5173msgstr "<брой>"51745175#: builtin/for-each-ref.c:1088 builtin/replace.c:1775176msgid "format"5177msgstr ""51785179#: builtin/for-each-ref.c:10885180msgid "format to use for the output"5181msgstr ""51825183#: builtin/for-each-ref.c:10895184msgid "key"5185msgstr ""51865187#: builtin/for-each-ref.c:10905188msgid "field name to sort on"5189msgstr ""51905191#: builtin/fsck.c:6075192msgid "git fsck [options] [<object>...]"5193msgstr "git fsck [ОПЦИИ] [<ОБЕКТ>…]"51945195#: builtin/fsck.c:6135196msgid "show unreachable objects"5197msgstr "показване на недостижимите обекти"51985199#: builtin/fsck.c:6145200msgid "show dangling objects"5201msgstr "показване на обектите извън клоните"52025203#: builtin/fsck.c:6155204msgid "report tags"5205msgstr "показване на етикетите"52065207#: builtin/fsck.c:6165208msgid "report root nodes"5209msgstr "показване на кореновите възли"52105211#: builtin/fsck.c:6175212msgid "make index objects head nodes"5213msgstr "задаване на обекти от индекса да са коренови"52145215#: builtin/fsck.c:6185216#, fuzzy5217msgid "make reflogs head nodes (default)"5218msgstr "проследяване на указателите от журнала като глави (стандартно)"52195220#: builtin/fsck.c:6195221#, fuzzy5222msgid "also consider packs and alternate objects"5223msgstr "допълнително да се проверяват пакетите и алтернативните обекти"52245225#: builtin/fsck.c:6205226msgid "enable more strict checking"5227msgstr "по-строги проверки"52285229#: builtin/fsck.c:6225230msgid "write dangling objects in .git/lost-found"5231msgstr "запазване на обектите извън клоните в директорията „.git/lost-found“"52325233#: builtin/fsck.c:623 builtin/prune.c:1445234msgid "show progress"5235msgstr "показване на напредъка"52365237#: builtin/gc.c:245238msgid "git gc [options]"5239msgstr "git gc [ОПЦИИ]"52405241#: builtin/gc.c:805242#, c-format5243msgid "Invalid %s: '%s'"5244msgstr "Неправилна стойност за „%s“: „%s“"52455246#: builtin/gc.c:1075247#, c-format5248msgid "insanely long object directory %.*s"5249msgstr "прекалено дълга директория с обекти „%.*s“"52505251#: builtin/gc.c:2625252msgid "prune unreferenced objects"5253msgstr "окастряне на обектите, към които нищо не сочи"52545255#: builtin/gc.c:2645256msgid "be more thorough (increased runtime)"5257msgstr "изчерпателно търсене на боклука (за сметка на повече време работа)"52585259#: builtin/gc.c:2655260msgid "enable auto-gc mode"5261msgstr "включване на автоматичното събиране на боклука (auto-gc)"52625263#: builtin/gc.c:2665264msgid "force running gc even if there may be another gc running"5265msgstr ""5266"изрично стартиране на събирането на боклука, дори и ако вече работи друго "5267"събиране"52685269#: builtin/gc.c:3065270#, c-format5271msgid ""5272"Auto packing the repository for optimum performance. You may also\n"5273"run \"git gc\" manually. See \"git help gc\" for more information.\n"5274msgstr ""5275"Автоматично пакетиране на хранилището за най-добра производителност. Можете "5276"и\n"5277"ръчно да стартирате „git gc“. За подробности погледнете помощта: „git help "5278"gc“.\n"52795280#. be quiet on --auto5281#: builtin/gc.c:3165282#, c-format5283msgid ""5284"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"5285msgstr ""5286"събирането на боклука вече е стартирано на машината „%s“ с идентификатор на\n"5287"процеса: %<PRIuMAX> (ако сте сигурни, че това не е вярно, това използвайте\n"5288"опцията „--force“)"52895290#: builtin/gc.c:3415291msgid ""5292"There are too many unreachable loose objects; run 'git prune' to remove them."5293msgstr ""5294"Има прекалено много недостижими, непакетирани обекти. Използвайте „git "5295"prune“, за да\n"5296"ги окастрите."52975298#: builtin/grep.c:235299msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"5300msgstr ""53015302#: builtin/grep.c:2185303#, c-format5304msgid "grep: failed to create thread: %s"5305msgstr ""53065307#: builtin/grep.c:3655308#, c-format5309msgid "Failed to chdir: %s"5310msgstr ""53115312#: builtin/grep.c:443 builtin/grep.c:4785313#, c-format5314msgid "unable to read tree (%s)"5315msgstr ""53165317#: builtin/grep.c:4935318#, c-format5319msgid "unable to grep from object of type %s"5320msgstr ""53215322#: builtin/grep.c:5515323#, c-format5324msgid "switch `%c' expects a numerical value"5325msgstr ""53265327#: builtin/grep.c:5685328#, c-format5329msgid "cannot open '%s'"5330msgstr ""53315332#: builtin/grep.c:6425333msgid "search in index instead of in the work tree"5334msgstr ""53355336#: builtin/grep.c:6445337msgid "find in contents not managed by git"5338msgstr ""53395340#: builtin/grep.c:6465341msgid "search in both tracked and untracked files"5342msgstr ""53435344#: builtin/grep.c:6485345msgid "search also in ignored files"5346msgstr ""53475348#: builtin/grep.c:6515349msgid "show non-matching lines"5350msgstr ""53515352#: builtin/grep.c:6535353msgid "case insensitive matching"5354msgstr ""53555356#: builtin/grep.c:6555357msgid "match patterns only at word boundaries"5358msgstr ""53595360#: builtin/grep.c:6575361msgid "process binary files as text"5362msgstr ""53635364#: builtin/grep.c:6595365msgid "don't match patterns in binary files"5366msgstr ""53675368#: builtin/grep.c:6625369msgid "process binary files with textconv filters"5370msgstr ""53715372#: builtin/grep.c:6645373msgid "descend at most <depth> levels"5374msgstr ""53755376#: builtin/grep.c:6685377msgid "use extended POSIX regular expressions"5378msgstr ""53795380#: builtin/grep.c:6715381msgid "use basic POSIX regular expressions (default)"5382msgstr ""53835384#: builtin/grep.c:6745385msgid "interpret patterns as fixed strings"5386msgstr ""53875388#: builtin/grep.c:6775389msgid "use Perl-compatible regular expressions"5390msgstr ""53915392#: builtin/grep.c:6805393msgid "show line numbers"5394msgstr ""53955396#: builtin/grep.c:6815397msgid "don't show filenames"5398msgstr ""53995400#: builtin/grep.c:6825401msgid "show filenames"5402msgstr ""54035404#: builtin/grep.c:6845405msgid "show filenames relative to top directory"5406msgstr ""54075408#: builtin/grep.c:6865409msgid "show only filenames instead of matching lines"5410msgstr ""54115412#: builtin/grep.c:6885413msgid "synonym for --files-with-matches"5414msgstr ""54155416#: builtin/grep.c:6915417msgid "show only the names of files without match"5418msgstr ""54195420#: builtin/grep.c:6935421msgid "print NUL after filenames"5422msgstr ""54235424#: builtin/grep.c:6955425msgid "show the number of matches instead of matching lines"5426msgstr ""54275428#: builtin/grep.c:6965429msgid "highlight matches"5430msgstr ""54315432#: builtin/grep.c:6985433msgid "print empty line between matches from different files"5434msgstr ""54355436#: builtin/grep.c:7005437msgid "show filename only once above matches from same file"5438msgstr ""54395440#: builtin/grep.c:7035441#, fuzzy5442msgid "show <n> context lines before and after matches"5443msgstr "<брой>"54445445#: builtin/grep.c:7065446#, fuzzy5447msgid "show <n> context lines before matches"5448msgstr "<брой>"54495450#: builtin/grep.c:7085451#, fuzzy5452msgid "show <n> context lines after matches"5453msgstr "<брой>"54545455#: builtin/grep.c:7095456msgid "shortcut for -C NUM"5457msgstr ""54585459#: builtin/grep.c:7125460msgid "show a line with the function name before matches"5461msgstr ""54625463#: builtin/grep.c:7145464msgid "show the surrounding function"5465msgstr ""54665467#: builtin/grep.c:7175468msgid "read patterns from file"5469msgstr ""54705471#: builtin/grep.c:7195472msgid "match <pattern>"5473msgstr ""54745475#: builtin/grep.c:7215476msgid "combine patterns specified with -e"5477msgstr ""54785479#: builtin/grep.c:7335480msgid "indicate hit with exit status without output"5481msgstr ""54825483#: builtin/grep.c:7355484msgid "show only matches from files that match all patterns"5485msgstr ""54865487#: builtin/grep.c:7375488msgid "show parse tree for grep expression"5489msgstr ""54905491#: builtin/grep.c:7415492msgid "pager"5493msgstr ""54945495#: builtin/grep.c:7415496msgid "show matching files in the pager"5497msgstr ""54985499#: builtin/grep.c:7445500msgid "allow calling of grep(1) (ignored by this build)"5501msgstr ""55025503#: builtin/grep.c:745 builtin/show-ref.c:1875504msgid "show usage"5505msgstr ""55065507#: builtin/grep.c:8125508msgid "no pattern given."5509msgstr ""55105511#: builtin/grep.c:8705512msgid "--open-files-in-pager only works on the worktree"5513msgstr ""55145515#: builtin/grep.c:8935516msgid "--cached or --untracked cannot be used with --no-index."5517msgstr ""55185519#: builtin/grep.c:8985520msgid "--no-index or --untracked cannot be used with revs."5521msgstr ""55225523#: builtin/grep.c:9015524msgid "--[no-]exclude-standard cannot be used for tracked contents."5525msgstr ""55265527#: builtin/grep.c:9095528msgid "both --cached and trees are given."5529msgstr ""55305531#: builtin/hash-object.c:605532msgid ""5533"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5534"<file>..."5535msgstr ""55365537#: builtin/hash-object.c:615538msgid "git hash-object --stdin-paths < <list-of-paths>"5539msgstr ""55405541#: builtin/hash-object.c:725542msgid "type"5543msgstr ""55445545#: builtin/hash-object.c:725546msgid "object type"5547msgstr ""55485549#: builtin/hash-object.c:735550msgid "write the object into the object database"5551msgstr ""55525553#: builtin/hash-object.c:745554msgid "read the object from stdin"5555msgstr ""55565557#: builtin/hash-object.c:765558msgid "store file as is without filters"5559msgstr ""55605561#: builtin/hash-object.c:775562msgid "process file as it were from this path"5563msgstr ""55645565#: builtin/help.c:415566msgid "print all available commands"5567msgstr "показване на всички налични команди"55685569#: builtin/help.c:425570msgid "print list of useful guides"5571msgstr "показване на списък с пътеводители"55725573#: builtin/help.c:435574msgid "show man page"5575msgstr "показване на страница от ръководството"55765577#: builtin/help.c:445578msgid "show manual in web browser"5579msgstr "показване на страница от ръководството в уеб браузър"55805581#: builtin/help.c:465582msgid "show info page"5583msgstr "показване на информационна страница"55845585#: builtin/help.c:525586msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5587msgstr "git help [--all] [--guides] [--man|--web|--info] [КОМАНДА]"55885589#: builtin/help.c:645590#, c-format5591msgid "unrecognized help format '%s'"5592msgstr "непознат формат на помощта „%s“"55935594#: builtin/help.c:925595msgid "Failed to start emacsclient."5596msgstr "Неуспешно стартиране на „emacsclient“."55975598#: builtin/help.c:1055599msgid "Failed to parse emacsclient version."5600msgstr "Версията на „emacsclient“ не може да се анализира."56015602#: builtin/help.c:1135603#, c-format5604msgid "emacsclient version '%d' too old (< 22)."5605msgstr "Прекалено стара версия на „emacsclient“ — %d (< 22)."56065607#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:1765608#, c-format5609msgid "failed to exec '%s': %s"5610msgstr "неуспешно изпълнение на „%s“: %s"56115612#: builtin/help.c:2165613#, c-format5614msgid ""5615"'%s': path for unsupported man viewer.\n"5616"Please consider using 'man.<tool>.cmd' instead."5617msgstr ""5618"„%s“: път към неподдържана програма за разглеждане на\n"5619" ръководството. Вместо нея пробвайте „man.<tool>.cmd“."56205621#: builtin/help.c:2285622#, c-format5623msgid ""5624"'%s': cmd for supported man viewer.\n"5625"Please consider using 'man.<tool>.path' instead."5626msgstr ""5627"„%s“: команда за поддържана програма за разглеждане на\n"5628" ръководството. Вместо нея пробвайте „man.<tool>.path“."56295630#: builtin/help.c:3535631#, c-format5632msgid "'%s': unknown man viewer."5633msgstr "„%s“: непозната програма за преглед на ръководството."56345635#: builtin/help.c:3705636msgid "no man viewer handled the request"5637msgstr "никоя програма за ръководство не успя да обработи заявката"56385639#: builtin/help.c:3785640msgid "no info viewer handled the request"5641msgstr "никоя програма за информационни страници не успя да обработи заявката"56425643#: builtin/help.c:4245644msgid "Defining attributes per path"5645msgstr "Указване на атрибути към път"56465647#: builtin/help.c:4255648msgid "A Git glossary"5649msgstr "Речник с термините на Git"56505651#: builtin/help.c:4265652msgid "Specifies intentionally untracked files to ignore"5653msgstr "Указване на неследени файлове, които да бъдат нарочно пренебрегвани"56545655#: builtin/help.c:4275656msgid "Defining submodule properties"5657msgstr "Дефиниране на свойствата на подмодулите"56585659#: builtin/help.c:4285660msgid "Specifying revisions and ranges for Git"5661msgstr "Указване на версии и интервали в Git"56625663#: builtin/help.c:4295664msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5665msgstr "Въвеждащ урок за Git (версии поне 1.5.1)"56665667#: builtin/help.c:4305668msgid "An overview of recommended workflows with Git"5669msgstr "Общ преглед на препоръчваните начини за работа с Git"56705671#: builtin/help.c:4425672msgid "The common Git guides are:\n"5673msgstr "Популярните пътеводители в Git са:\n"56745675#: builtin/help.c:463 builtin/help.c:4805676#, c-format5677msgid "usage: %s%s"5678msgstr "употреба: %s%s"56795680#: builtin/help.c:4965681#, c-format5682msgid "`git %s' is aliased to `%s'"5683msgstr "„git %s“ е синоним на „%s“"56845685#: builtin/index-pack.c:1845686#, c-format5687msgid "object type mismatch at %s"5688msgstr ""56895690#: builtin/index-pack.c:2045691msgid "object of unexpected type"5692msgstr ""56935694#: builtin/index-pack.c:2445695#, c-format5696msgid "cannot fill %d byte"5697msgid_plural "cannot fill %d bytes"5698msgstr[0] ""5699msgstr[1] ""57005701#: builtin/index-pack.c:2545702msgid "early EOF"5703msgstr ""57045705#: builtin/index-pack.c:2555706msgid "read error on input"5707msgstr ""57085709#: builtin/index-pack.c:2675710msgid "used more bytes than were available"5711msgstr ""57125713#: builtin/index-pack.c:2745714msgid "pack too large for current definition of off_t"5715msgstr ""57165717#: builtin/index-pack.c:2905718#, c-format5719msgid "unable to create '%s'"5720msgstr ""57215722#: builtin/index-pack.c:2955723#, c-format5724msgid "cannot open packfile '%s'"5725msgstr ""57265727#: builtin/index-pack.c:3095728msgid "pack signature mismatch"5729msgstr ""57305731#: builtin/index-pack.c:3115732#, c-format5733msgid "pack version %<PRIu32> unsupported"5734msgstr ""57355736#: builtin/index-pack.c:3295737#, c-format5738msgid "pack has bad object at offset %lu: %s"5739msgstr ""57405741#: builtin/index-pack.c:4515742#, c-format5743msgid "inflate returned %d"5744msgstr ""57455746#: builtin/index-pack.c:5005747msgid "offset value overflow for delta base object"5748msgstr ""57495750#: builtin/index-pack.c:5085751msgid "delta base offset is out of bound"5752msgstr ""57535754#: builtin/index-pack.c:5165755#, c-format5756msgid "unknown object type %d"5757msgstr ""57585759#: builtin/index-pack.c:5475760msgid "cannot pread pack file"5761msgstr ""57625763#: builtin/index-pack.c:5495764#, c-format5765msgid "premature end of pack file, %lu byte missing"5766msgid_plural "premature end of pack file, %lu bytes missing"5767msgstr[0] ""5768msgstr[1] ""57695770#: builtin/index-pack.c:5755771msgid "serious inflate inconsistency"5772msgstr ""57735774#: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:6955775#: builtin/index-pack.c:729 builtin/index-pack.c:7385776#, c-format5777msgid "SHA1 COLLISION FOUND WITH %s !"5778msgstr ""57795780#: builtin/index-pack.c:669 builtin/pack-objects.c:1715781#: builtin/pack-objects.c:2635782#, c-format5783msgid "unable to read %s"5784msgstr ""57855786#: builtin/index-pack.c:7355787#, c-format5788msgid "cannot read existing object %s"5789msgstr ""57905791#: builtin/index-pack.c:7495792#, c-format5793msgid "invalid blob object %s"5794msgstr ""57955796#: builtin/index-pack.c:7635797#, c-format5798msgid "invalid %s"5799msgstr ""58005801#: builtin/index-pack.c:7665802msgid "Error in object"5803msgstr ""58045805#: builtin/index-pack.c:7685806#, c-format5807msgid "Not all child objects of %s are reachable"5808msgstr ""58095810#: builtin/index-pack.c:839 builtin/index-pack.c:8695811msgid "failed to apply delta"5812msgstr ""58135814#: builtin/index-pack.c:10105815msgid "Receiving objects"5816msgstr ""58175818#: builtin/index-pack.c:10105819msgid "Indexing objects"5820msgstr ""58215822#: builtin/index-pack.c:10365823msgid "pack is corrupted (SHA1 mismatch)"5824msgstr ""58255826#: builtin/index-pack.c:10415827msgid "cannot fstat packfile"5828msgstr ""58295830#: builtin/index-pack.c:10445831msgid "pack has junk at the end"5832msgstr ""58335834#: builtin/index-pack.c:10555835msgid "confusion beyond insanity in parse_pack_objects()"5836msgstr ""58375838#: builtin/index-pack.c:10785839msgid "Resolving deltas"5840msgstr ""58415842#: builtin/index-pack.c:10885843#, c-format5844msgid "unable to create thread: %s"5845msgstr ""58465847#: builtin/index-pack.c:11305848msgid "confusion beyond insanity"5849msgstr ""58505851#: builtin/index-pack.c:11385852#, c-format5853msgid "completed with %d local objects"5854msgstr ""58555856#: builtin/index-pack.c:11485857#, c-format5858msgid "Unexpected tail checksum for %s (disk corruption?)"5859msgstr ""58605861#: builtin/index-pack.c:11525862#, c-format5863msgid "pack has %d unresolved delta"5864msgid_plural "pack has %d unresolved deltas"5865msgstr[0] ""5866msgstr[1] ""58675868#: builtin/index-pack.c:11775869#, c-format5870msgid "unable to deflate appended object (%d)"5871msgstr ""58725873#: builtin/index-pack.c:12565874#, c-format5875msgid "local object %s is corrupt"5876msgstr ""58775878#: builtin/index-pack.c:12805879msgid "error while closing pack file"5880msgstr ""58815882#: builtin/index-pack.c:12935883#, c-format5884msgid "cannot write keep file '%s'"5885msgstr ""58865887#: builtin/index-pack.c:13015888#, c-format5889msgid "cannot close written keep file '%s'"5890msgstr ""58915892#: builtin/index-pack.c:13145893msgid "cannot store pack file"5894msgstr ""58955896#: builtin/index-pack.c:13255897msgid "cannot store index file"5898msgstr ""58995900#: builtin/index-pack.c:13585901#, c-format5902msgid "bad pack.indexversion=%<PRIu32>"5903msgstr ""59045905#: builtin/index-pack.c:13645906#, c-format5907msgid "invalid number of threads specified (%d)"5908msgstr ""59095910#: builtin/index-pack.c:1368 builtin/index-pack.c:15465911#, c-format5912msgid "no threads support, ignoring %s"5913msgstr ""59145915#: builtin/index-pack.c:14265916#, c-format5917msgid "Cannot open existing pack file '%s'"5918msgstr ""59195920#: builtin/index-pack.c:14285921#, c-format5922msgid "Cannot open existing pack idx file for '%s'"5923msgstr ""59245925#: builtin/index-pack.c:14755926#, c-format5927msgid "non delta: %d object"5928msgid_plural "non delta: %d objects"5929msgstr[0] ""5930msgstr[1] ""59315932#: builtin/index-pack.c:14825933#, c-format5934msgid "chain length = %d: %lu object"5935msgid_plural "chain length = %d: %lu objects"5936msgstr[0] ""5937msgstr[1] ""59385939#: builtin/index-pack.c:15105940msgid "Cannot come back to cwd"5941msgstr ""59425943#: builtin/index-pack.c:1558 builtin/index-pack.c:15615944#: builtin/index-pack.c:1573 builtin/index-pack.c:15775945#, c-format5946msgid "bad %s"5947msgstr ""59485949#: builtin/index-pack.c:15915950msgid "--fix-thin cannot be used without --stdin"5951msgstr ""59525953#: builtin/index-pack.c:1595 builtin/index-pack.c:16055954#, c-format5955msgid "packfile name '%s' does not end with '.pack'"5956msgstr ""59575958#: builtin/index-pack.c:16145959msgid "--verify with no packfile name given"5960msgstr ""59615962#: builtin/init-db.c:355963#, c-format5964msgid "Could not make %s writable by group"5965msgstr ""59665967#: builtin/init-db.c:625968#, c-format5969msgid "insanely long template name %s"5970msgstr ""59715972#: builtin/init-db.c:675973#, c-format5974msgid "cannot stat '%s'"5975msgstr ""59765977#: builtin/init-db.c:735978#, c-format5979msgid "cannot stat template '%s'"5980msgstr ""59815982#: builtin/init-db.c:805983#, c-format5984msgid "cannot opendir '%s'"5985msgstr ""59865987#: builtin/init-db.c:975988#, c-format5989msgid "cannot readlink '%s'"5990msgstr ""59915992#: builtin/init-db.c:995993#, c-format5994msgid "insanely long symlink %s"5995msgstr ""59965997#: builtin/init-db.c:1025998#, c-format5999msgid "cannot symlink '%s' '%s'"6000msgstr ""60016002#: builtin/init-db.c:1066003#, c-format6004msgid "cannot copy '%s' to '%s'"6005msgstr ""60066007#: builtin/init-db.c:1106008#, c-format6009msgid "ignoring template %s"6010msgstr ""60116012#: builtin/init-db.c:1336013#, c-format6014msgid "insanely long template path %s"6015msgstr ""60166017#: builtin/init-db.c:1416018#, c-format6019msgid "templates not found %s"6020msgstr ""60216022#: builtin/init-db.c:1546023#, c-format6024msgid "not copying templates of a wrong format version %d from '%s'"6025msgstr ""60266027#: builtin/init-db.c:1926028#, c-format6029msgid "insane git directory %s"6030msgstr ""60316032#: builtin/init-db.c:323 builtin/init-db.c:3266033#, c-format6034msgid "%s already exists"6035msgstr ""60366037#: builtin/init-db.c:3556038#, c-format6039msgid "unable to handle file type %d"6040msgstr ""60416042#: builtin/init-db.c:3586043#, c-format6044msgid "unable to move %s to %s"6045msgstr ""60466047#.6048#. * TRANSLATORS: The first '%s' is either "Reinitialized6049#. * existing" or "Initialized empty", the second " shared" or6050#. * "", and the last '%s%s' is the verbatim directory name.6051#.6052#: builtin/init-db.c:4206053#, c-format6054msgid "%s%s Git repository in %s%s\n"6055msgstr ""60566057#: builtin/init-db.c:4216058msgid "Reinitialized existing"6059msgstr ""60606061#: builtin/init-db.c:4216062msgid "Initialized empty"6063msgstr ""60646065#: builtin/init-db.c:4226066msgid " shared"6067msgstr ""60686069#: builtin/init-db.c:4416070msgid "cannot tell cwd"6071msgstr ""60726073#: builtin/init-db.c:4676074msgid ""6075"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"6076"shared[=<permissions>]] [directory]"6077msgstr ""60786079#: builtin/init-db.c:4906080msgid "permissions"6081msgstr ""60826083#: builtin/init-db.c:4916084msgid "specify that the git repository is to be shared amongst several users"6085msgstr ""60866087#: builtin/init-db.c:493 builtin/prune-packed.c:79 builtin/repack.c:1556088msgid "be quiet"6089msgstr ""60906091#: builtin/init-db.c:522 builtin/init-db.c:5296092#, c-format6093msgid "cannot mkdir %s"6094msgstr ""60956096#: builtin/init-db.c:5336097#, c-format6098msgid "cannot chdir to %s"6099msgstr ""61006101#: builtin/init-db.c:5556102#, c-format6103msgid ""6104"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"6105"dir=<directory>)"6106msgstr ""61076108#: builtin/init-db.c:5796109msgid "Cannot access current working directory"6110msgstr ""61116112#: builtin/init-db.c:5866113#, c-format6114msgid "Cannot access work tree '%s'"6115msgstr ""61166117#: builtin/log.c:416118msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"6119msgstr ""61206121#: builtin/log.c:426122msgid " or: git show [options] <object>..."6123msgstr ""61246125#: builtin/log.c:1256126msgid "suppress diff output"6127msgstr ""61286129#: builtin/log.c:1266130msgid "show source"6131msgstr ""61326133#: builtin/log.c:1276134msgid "Use mail map file"6135msgstr ""61366137#: builtin/log.c:1286138msgid "decorate options"6139msgstr ""61406141#: builtin/log.c:2316142#, c-format6143msgid "Final output: %d %s\n"6144msgstr ""61456146#: builtin/log.c:473 builtin/log.c:5656147#, c-format6148msgid "Could not read object %s"6149msgstr ""61506151#: builtin/log.c:5896152#, c-format6153msgid "Unknown type: %d"6154msgstr ""61556156#: builtin/log.c:6896157msgid "format.headers without value"6158msgstr ""61596160#: builtin/log.c:7716161msgid "name of output directory is too long"6162msgstr ""61636164#: builtin/log.c:7876165#, c-format6166msgid "Cannot open patch file %s"6167msgstr ""61686169#: builtin/log.c:8016170msgid "Need exactly one range."6171msgstr ""61726173#: builtin/log.c:8096174msgid "Not a range."6175msgstr ""61766177#: builtin/log.c:9116178msgid "Cover letter needs email format"6179msgstr ""61806181#: builtin/log.c:9876182#, c-format6183msgid "insane in-reply-to: %s"6184msgstr ""61856186#: builtin/log.c:10156187msgid "git format-patch [options] [<since> | <revision range>]"6188msgstr ""61896190#: builtin/log.c:10606191msgid "Two output directories?"6192msgstr ""61936194#: builtin/log.c:11756195msgid "use [PATCH n/m] even with a single patch"6196msgstr ""61976198#: builtin/log.c:11786199msgid "use [PATCH] even with multiple patches"6200msgstr ""62016202#: builtin/log.c:11826203msgid "print patches to standard out"6204msgstr ""62056206#: builtin/log.c:11846207msgid "generate a cover letter"6208msgstr ""62096210#: builtin/log.c:11866211msgid "use simple number sequence for output file names"6212msgstr ""62136214#: builtin/log.c:11876215msgid "sfx"6216msgstr ""62176218#: builtin/log.c:11886219msgid "use <sfx> instead of '.patch'"6220msgstr ""62216222#: builtin/log.c:11906223#, fuzzy6224msgid "start numbering patches at <n> instead of 1"6225msgstr "<брой>"62266227#: builtin/log.c:11926228msgid "mark the series as Nth re-roll"6229msgstr ""62306231#: builtin/log.c:11946232msgid "Use [<prefix>] instead of [PATCH]"6233msgstr ""62346235#: builtin/log.c:11976236msgid "store resulting files in <dir>"6237msgstr ""62386239#: builtin/log.c:12006240msgid "don't strip/add [PATCH]"6241msgstr ""62426243#: builtin/log.c:12036244msgid "don't output binary diffs"6245msgstr ""62466247#: builtin/log.c:12056248msgid "don't include a patch matching a commit upstream"6249msgstr ""62506251#: builtin/log.c:12076252msgid "show patch format instead of default (patch + stat)"6253msgstr ""62546255#: builtin/log.c:12096256msgid "Messaging"6257msgstr ""62586259#: builtin/log.c:12106260msgid "header"6261msgstr ""62626263#: builtin/log.c:12116264msgid "add email header"6265msgstr ""62666267#: builtin/log.c:1212 builtin/log.c:12146268msgid "email"6269msgstr ""62706271#: builtin/log.c:12126272msgid "add To: header"6273msgstr ""62746275#: builtin/log.c:12146276msgid "add Cc: header"6277msgstr ""62786279#: builtin/log.c:12166280msgid "ident"6281msgstr ""62826283#: builtin/log.c:12176284msgid "set From address to <ident> (or committer ident if absent)"6285msgstr ""62866287#: builtin/log.c:12196288msgid "message-id"6289msgstr ""62906291#: builtin/log.c:12206292msgid "make first mail a reply to <message-id>"6293msgstr ""62946295#: builtin/log.c:1221 builtin/log.c:12246296msgid "boundary"6297msgstr ""62986299#: builtin/log.c:12226300msgid "attach the patch"6301msgstr ""63026303#: builtin/log.c:12256304msgid "inline the patch"6305msgstr ""63066307#: builtin/log.c:12296308msgid "enable message threading, styles: shallow, deep"6309msgstr ""63106311#: builtin/log.c:12316312msgid "signature"6313msgstr ""63146315#: builtin/log.c:12326316msgid "add a signature"6317msgstr ""63186319#: builtin/log.c:12336320msgid "don't print the patch filenames"6321msgstr ""63226323#: builtin/log.c:13076324#, c-format6325msgid "invalid ident line: %s"6326msgstr ""63276328#: builtin/log.c:13226329msgid "-n and -k are mutually exclusive."6330msgstr ""63316332#: builtin/log.c:13246333msgid "--subject-prefix and -k are mutually exclusive."6334msgstr ""63356336#: builtin/log.c:13326337msgid "--name-only does not make sense"6338msgstr ""63396340#: builtin/log.c:13346341msgid "--name-status does not make sense"6342msgstr ""63436344#: builtin/log.c:13366345msgid "--check does not make sense"6346msgstr ""63476348#: builtin/log.c:13596349msgid "standard output, or directory, which one?"6350msgstr ""63516352#: builtin/log.c:13616353#, c-format6354msgid "Could not create directory '%s'"6355msgstr ""63566357#: builtin/log.c:15096358msgid "Failed to create output files"6359msgstr ""63606361#: builtin/log.c:15586362msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"6363msgstr ""63646365#: builtin/log.c:16136366#, c-format6367msgid ""6368"Could not find a tracked remote branch, please specify <upstream> manually.\n"6369msgstr ""63706371#: builtin/log.c:1626 builtin/log.c:1628 builtin/log.c:16406372#, c-format6373msgid "Unknown commit %s"6374msgstr ""63756376#: builtin/ls-files.c:3986377msgid "git ls-files [options] [<file>...]"6378msgstr ""63796380#: builtin/ls-files.c:4556381msgid "identify the file status with tags"6382msgstr ""63836384#: builtin/ls-files.c:4576385msgid "use lowercase letters for 'assume unchanged' files"6386msgstr ""63876388#: builtin/ls-files.c:4596389msgid "show cached files in the output (default)"6390msgstr ""63916392#: builtin/ls-files.c:4616393msgid "show deleted files in the output"6394msgstr ""63956396#: builtin/ls-files.c:4636397msgid "show modified files in the output"6398msgstr ""63996400#: builtin/ls-files.c:4656401msgid "show other files in the output"6402msgstr ""64036404#: builtin/ls-files.c:4676405msgid "show ignored files in the output"6406msgstr ""64076408#: builtin/ls-files.c:4706409msgid "show staged contents' object name in the output"6410msgstr ""64116412#: builtin/ls-files.c:4726413msgid "show files on the filesystem that need to be removed"6414msgstr ""64156416#: builtin/ls-files.c:4746417msgid "show 'other' directories' name only"6418msgstr ""64196420#: builtin/ls-files.c:4776421msgid "don't show empty directories"6422msgstr ""64236424#: builtin/ls-files.c:4806425msgid "show unmerged files in the output"6426msgstr ""64276428#: builtin/ls-files.c:4826429msgid "show resolve-undo information"6430msgstr ""64316432#: builtin/ls-files.c:4846433msgid "skip files matching pattern"6434msgstr ""64356436#: builtin/ls-files.c:4876437msgid "exclude patterns are read from <file>"6438msgstr ""64396440#: builtin/ls-files.c:4906441msgid "read additional per-directory exclude patterns in <file>"6442msgstr ""64436444#: builtin/ls-files.c:4926445msgid "add the standard git exclusions"6446msgstr ""64476448#: builtin/ls-files.c:4956449msgid "make the output relative to the project top directory"6450msgstr ""64516452#: builtin/ls-files.c:4986453msgid "if any <file> is not in the index, treat this as an error"6454msgstr ""64556456#: builtin/ls-files.c:4996457msgid "tree-ish"6458msgstr ""64596460#: builtin/ls-files.c:5006461msgid "pretend that paths removed since <tree-ish> are still present"6462msgstr ""64636464#: builtin/ls-files.c:5026465msgid "show debugging data"6466msgstr ""64676468#: builtin/ls-tree.c:286469msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6470msgstr ""64716472#: builtin/ls-tree.c:1266473msgid "only show trees"6474msgstr ""64756476#: builtin/ls-tree.c:1286477msgid "recurse into subtrees"6478msgstr ""64796480#: builtin/ls-tree.c:1306481msgid "show trees when recursing"6482msgstr ""64836484#: builtin/ls-tree.c:1336485msgid "terminate entries with NUL byte"6486msgstr ""64876488#: builtin/ls-tree.c:1346489msgid "include object size"6490msgstr ""64916492#: builtin/ls-tree.c:136 builtin/ls-tree.c:1386493msgid "list only filenames"6494msgstr ""64956496#: builtin/ls-tree.c:1416497msgid "use full path names"6498msgstr ""64996500#: builtin/ls-tree.c:1436501msgid "list entire tree; not just current directory (implies --full-name)"6502msgstr ""65036504#: builtin/merge.c:436505msgid "git merge [options] [<commit>...]"6506msgstr ""65076508#: builtin/merge.c:446509msgid "git merge [options] <msg> HEAD <commit>"6510msgstr ""65116512#: builtin/merge.c:456513msgid "git merge --abort"6514msgstr ""65156516#: builtin/merge.c:986517msgid "switch `m' requires a value"6518msgstr ""65196520#: builtin/merge.c:1356521#, c-format6522msgid "Could not find merge strategy '%s'.\n"6523msgstr ""65246525#: builtin/merge.c:1366526#, c-format6527msgid "Available strategies are:"6528msgstr ""65296530#: builtin/merge.c:1416531#, c-format6532msgid "Available custom strategies are:"6533msgstr ""65346535#: builtin/merge.c:1916536msgid "do not show a diffstat at the end of the merge"6537msgstr ""65386539#: builtin/merge.c:1946540msgid "show a diffstat at the end of the merge"6541msgstr ""65426543#: builtin/merge.c:1956544msgid "(synonym to --stat)"6545msgstr ""65466547#: builtin/merge.c:1976548#, fuzzy6549msgid "add (at most <n>) entries from shortlog to merge commit message"6550msgstr "<брой>"65516552#: builtin/merge.c:2006553msgid "create a single commit instead of doing a merge"6554msgstr ""65556556#: builtin/merge.c:2026557msgid "perform a commit if the merge succeeds (default)"6558msgstr ""65596560#: builtin/merge.c:2046561msgid "edit message before committing"6562msgstr ""65636564#: builtin/merge.c:2056565msgid "allow fast-forward (default)"6566msgstr ""65676568#: builtin/merge.c:2076569msgid "abort if fast-forward is not possible"6570msgstr ""65716572#: builtin/merge.c:2116573msgid "Verify that the named commit has a valid GPG signature"6574msgstr ""65756576#: builtin/merge.c:212 builtin/notes.c:738 builtin/revert.c:896577msgid "strategy"6578msgstr ""65796580#: builtin/merge.c:2136581msgid "merge strategy to use"6582msgstr ""65836584#: builtin/merge.c:2146585msgid "option=value"6586msgstr ""65876588#: builtin/merge.c:2156589msgid "option for selected merge strategy"6590msgstr ""65916592#: builtin/merge.c:2176593msgid "merge commit message (for a non-fast-forward merge)"6594msgstr ""65956596#: builtin/merge.c:2216597msgid "abort the current in-progress merge"6598msgstr ""65996600#: builtin/merge.c:2506601msgid "could not run stash."6602msgstr ""66036604#: builtin/merge.c:2556605msgid "stash failed"6606msgstr ""66076608#: builtin/merge.c:2606609#, c-format6610msgid "not a valid object: %s"6611msgstr ""66126613#: builtin/merge.c:279 builtin/merge.c:2966614msgid "read-tree failed"6615msgstr ""66166617#: builtin/merge.c:3266618msgid " (nothing to squash)"6619msgstr ""66206621#: builtin/merge.c:3396622#, c-format6623msgid "Squash commit -- not updating HEAD\n"6624msgstr ""66256626#: builtin/merge.c:3716627msgid "Writing SQUASH_MSG"6628msgstr ""66296630#: builtin/merge.c:3736631msgid "Finishing SQUASH_MSG"6632msgstr ""66336634#: builtin/merge.c:3966635#, c-format6636msgid "No merge message -- not updating HEAD\n"6637msgstr ""66386639#: builtin/merge.c:4466640#, c-format6641msgid "'%s' does not point to a commit"6642msgstr ""66436644#: builtin/merge.c:5586645#, c-format6646msgid "Bad branch.%s.mergeoptions string: %s"6647msgstr ""66486649#: builtin/merge.c:6506650msgid "git write-tree failed to write a tree"6651msgstr ""66526653#: builtin/merge.c:6786654msgid "Not handling anything other than two heads merge."6655msgstr ""66566657#: builtin/merge.c:6926658#, c-format6659msgid "Unknown option for merge-recursive: -X%s"6660msgstr ""66616662#: builtin/merge.c:7066663#, c-format6664msgid "unable to write %s"6665msgstr ""66666667#: builtin/merge.c:7956668#, c-format6669msgid "Could not read from '%s'"6670msgstr ""66716672#: builtin/merge.c:8046673#, c-format6674msgid "Not committing merge; use 'git commit' to complete the merge.\n"6675msgstr ""66766677#: builtin/merge.c:8106678#, c-format6679msgid ""6680"Please enter a commit message to explain why this merge is necessary,\n"6681"especially if it merges an updated upstream into a topic branch.\n"6682"\n"6683"Lines starting with '%c' will be ignored, and an empty message aborts\n"6684"the commit.\n"6685msgstr ""66866687#: builtin/merge.c:8346688msgid "Empty commit message."6689msgstr ""66906691#: builtin/merge.c:8466692#, c-format6693msgid "Wonderful.\n"6694msgstr ""66956696#: builtin/merge.c:9116697#, c-format6698msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6699msgstr ""67006701#: builtin/merge.c:9276702#, c-format6703msgid "'%s' is not a commit"6704msgstr ""67056706#: builtin/merge.c:9686707msgid "No current branch."6708msgstr ""67096710#: builtin/merge.c:9706711msgid "No remote for the current branch."6712msgstr ""67136714#: builtin/merge.c:9726715msgid "No default upstream defined for the current branch."6716msgstr ""67176718#: builtin/merge.c:9776719#, c-format6720msgid "No remote-tracking branch for %s from %s"6721msgstr ""67226723#: builtin/merge.c:11336724msgid "There is no merge to abort (MERGE_HEAD missing)."6725msgstr ""67266727#: builtin/merge.c:1149 git-pull.sh:316728msgid ""6729"You have not concluded your merge (MERGE_HEAD exists).\n"6730"Please, commit your changes before you can merge."6731msgstr ""67326733#: builtin/merge.c:1152 git-pull.sh:346734msgid "You have not concluded your merge (MERGE_HEAD exists)."6735msgstr ""67366737#: builtin/merge.c:11566738msgid ""6739"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6740"Please, commit your changes before you can merge."6741msgstr ""67426743#: builtin/merge.c:11596744msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6745msgstr ""67466747#: builtin/merge.c:11686748msgid "You cannot combine --squash with --no-ff."6749msgstr ""67506751#: builtin/merge.c:11776752msgid "No commit specified and merge.defaultToUpstream not set."6753msgstr ""67546755#: builtin/merge.c:12096756msgid "Can merge only exactly one commit into empty head"6757msgstr ""67586759#: builtin/merge.c:12126760msgid "Squash commit into empty head not supported yet"6761msgstr ""67626763#: builtin/merge.c:12146764msgid "Non-fast-forward commit does not make sense into an empty head"6765msgstr ""67666767#: builtin/merge.c:12196768#, c-format6769msgid "%s - not something we can merge"6770msgstr ""67716772#: builtin/merge.c:12706773#, c-format6774msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6775msgstr ""67766777#: builtin/merge.c:12736778#, c-format6779msgid "Commit %s has a bad GPG signature allegedly by %s."6780msgstr ""67816782#. 'N'6783#: builtin/merge.c:12766784#, c-format6785msgid "Commit %s does not have a GPG signature."6786msgstr ""67876788#: builtin/merge.c:12796789#, c-format6790msgid "Commit %s has a good GPG signature by %s\n"6791msgstr ""67926793#: builtin/merge.c:13636794#, c-format6795msgid "Updating %s..%s\n"6796msgstr ""67976798#: builtin/merge.c:14026799#, c-format6800msgid "Trying really trivial in-index merge...\n"6801msgstr ""68026803#: builtin/merge.c:14096804#, c-format6805msgid "Nope.\n"6806msgstr ""68076808#: builtin/merge.c:14416809msgid "Not possible to fast-forward, aborting."6810msgstr ""68116812#: builtin/merge.c:1464 builtin/merge.c:15436813#, c-format6814msgid "Rewinding the tree to pristine...\n"6815msgstr ""68166817#: builtin/merge.c:14686818#, c-format6819msgid "Trying merge strategy %s...\n"6820msgstr ""68216822#: builtin/merge.c:15346823#, c-format6824msgid "No merge strategy handled the merge.\n"6825msgstr ""68266827#: builtin/merge.c:15366828#, c-format6829msgid "Merge with strategy %s failed.\n"6830msgstr ""68316832#: builtin/merge.c:15456833#, c-format6834msgid "Using the %s to prepare resolving by hand.\n"6835msgstr ""68366837#: builtin/merge.c:15576838#, c-format6839msgid "Automatic merge went well; stopped before committing as requested\n"6840msgstr ""68416842#: builtin/merge-base.c:296843msgid "git merge-base [-a|--all] <commit> <commit>..."6844msgstr ""68456846#: builtin/merge-base.c:306847msgid "git merge-base [-a|--all] --octopus <commit>..."6848msgstr ""68496850#: builtin/merge-base.c:316851msgid "git merge-base --independent <commit>..."6852msgstr ""68536854#: builtin/merge-base.c:326855msgid "git merge-base --is-ancestor <commit> <commit>"6856msgstr ""68576858#: builtin/merge-base.c:336859msgid "git merge-base --fork-point <ref> [<commit>]"6860msgstr ""68616862#: builtin/merge-base.c:2146863msgid "output all common ancestors"6864msgstr ""68656866#: builtin/merge-base.c:2166867msgid "find ancestors for a single n-way merge"6868msgstr ""68696870#: builtin/merge-base.c:2186871msgid "list revs not reachable from others"6872msgstr ""68736874#: builtin/merge-base.c:2206875msgid "is the first one ancestor of the other?"6876msgstr ""68776878#: builtin/merge-base.c:2226879msgid "find where <commit> forked from reflog of <ref>"6880msgstr ""68816882#: builtin/merge-file.c:86883msgid ""6884"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "6885"file2"6886msgstr ""68876888#: builtin/merge-file.c:336889msgid "send results to standard output"6890msgstr ""68916892#: builtin/merge-file.c:346893msgid "use a diff3 based merge"6894msgstr ""68956896#: builtin/merge-file.c:356897msgid "for conflicts, use our version"6898msgstr ""68996900#: builtin/merge-file.c:376901msgid "for conflicts, use their version"6902msgstr ""69036904#: builtin/merge-file.c:396905msgid "for conflicts, use a union version"6906msgstr ""69076908#: builtin/merge-file.c:426909msgid "for conflicts, use this marker size"6910msgstr ""69116912#: builtin/merge-file.c:436913msgid "do not warn about conflicts"6914msgstr ""69156916#: builtin/merge-file.c:456917msgid "set labels for file1/orig_file/file2"6918msgstr ""69196920#: builtin/mktree.c:676921msgid "git mktree [-z] [--missing] [--batch]"6922msgstr ""69236924#: builtin/mktree.c:1536925msgid "input is NUL terminated"6926msgstr ""69276928#: builtin/mktree.c:154 builtin/write-tree.c:246929msgid "allow missing objects"6930msgstr ""69316932#: builtin/mktree.c:1556933msgid "allow creation of more than one tree"6934msgstr ""69356936#: builtin/mv.c:156937msgid "git mv [options] <source>... <destination>"6938msgstr ""69396940#: builtin/mv.c:716941msgid "force move/rename even if target exists"6942msgstr ""69436944#: builtin/mv.c:726945msgid "skip move/rename errors"6946msgstr ""69476948#: builtin/mv.c:1226949#, c-format6950msgid "Checking rename of '%s' to '%s'\n"6951msgstr ""69526953#: builtin/mv.c:1266954msgid "bad source"6955msgstr ""69566957#: builtin/mv.c:1296958msgid "can not move directory into itself"6959msgstr ""69606961#: builtin/mv.c:1326962msgid "cannot move directory over file"6963msgstr ""69646965#: builtin/mv.c:1386966#, c-format6967msgid "Huh? Directory %s is in index and no submodule?"6968msgstr ""69696970#: builtin/mv.c:140 builtin/rm.c:3186971msgid "Please, stage your changes to .gitmodules or stash them to proceed"6972msgstr ""6973"За да продължите или вкарайте промените по файла „.gitmodules“ в индекса, "6974"или\n"6975"ги скътайте"69766977#: builtin/mv.c:1566978#, c-format6979msgid "Huh? %.*s is in index?"6980msgstr ""69816982#: builtin/mv.c:1686983msgid "source directory is empty"6984msgstr ""69856986#: builtin/mv.c:2006987msgid "not under version control"6988msgstr ""69896990#: builtin/mv.c:2026991msgid "destination exists"6992msgstr ""69936994#: builtin/mv.c:2106995#, c-format6996msgid "overwriting '%s'"6997msgstr ""69986999#: builtin/mv.c:2137000msgid "Cannot overwrite"7001msgstr ""70027003#: builtin/mv.c:2167004msgid "multiple sources for the same target"7005msgstr ""70067007#: builtin/mv.c:2187008msgid "destination directory does not exist"7009msgstr ""70107011#: builtin/mv.c:2337012#, c-format7013msgid "%s, source=%s, destination=%s"7014msgstr ""70157016#: builtin/mv.c:2437017#, c-format7018msgid "Renaming %s to %s\n"7019msgstr ""70207021#: builtin/mv.c:246 builtin/remote.c:726 builtin/repack.c:3287022#, c-format7023msgid "renaming '%s' failed"7024msgstr "неуспешно преименуване на „%s“"70257026#: builtin/name-rev.c:2587027msgid "git name-rev [options] <commit>..."7028msgstr ""70297030#: builtin/name-rev.c:2597031msgid "git name-rev [options] --all"7032msgstr ""70337034#: builtin/name-rev.c:2607035msgid "git name-rev [options] --stdin"7036msgstr ""70377038# FIXME7039#: builtin/name-rev.c:3127040msgid "print only names (no SHA-1)"7041msgstr ""70427043#: builtin/name-rev.c:3137044msgid "only use tags to name the commits"7045msgstr ""70467047#: builtin/name-rev.c:3157048msgid "only use refs matching <pattern>"7049msgstr ""70507051#: builtin/name-rev.c:3177052msgid "list all commits reachable from all refs"7053msgstr ""70547055#: builtin/name-rev.c:3187056msgid "read from stdin"7057msgstr ""70587059#: builtin/name-rev.c:3197060msgid "allow to print `undefined` names (default)"7061msgstr ""70627063#: builtin/name-rev.c:3257064msgid "dereference tags in the input (internal use)"7065msgstr ""70667067#: builtin/notes.c:247068msgid "git notes [--ref <notes_ref>] [list [<object>]]"7069msgstr ""70707071#: builtin/notes.c:257072msgid ""7073"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "7074"<object>] [<object>]"7075msgstr ""70767077#: builtin/notes.c:267078msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"7079msgstr ""70807081#: builtin/notes.c:277082msgid ""7083"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "7084"<object>] [<object>]"7085msgstr ""70867087#: builtin/notes.c:287088msgid "git notes [--ref <notes_ref>] edit [<object>]"7089msgstr ""70907091#: builtin/notes.c:297092msgid "git notes [--ref <notes_ref>] show [<object>]"7093msgstr ""70947095#: builtin/notes.c:307096msgid ""7097"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"7098msgstr ""70997100#: builtin/notes.c:317101msgid "git notes merge --commit [-v | -q]"7102msgstr ""71037104#: builtin/notes.c:327105msgid "git notes merge --abort [-v | -q]"7106msgstr ""71077108#: builtin/notes.c:337109msgid "git notes [--ref <notes_ref>] remove [<object>...]"7110msgstr ""71117112#: builtin/notes.c:347113msgid "git notes [--ref <notes_ref>] prune [-n | -v]"7114msgstr ""71157116#: builtin/notes.c:357117msgid "git notes [--ref <notes_ref>] get-ref"7118msgstr ""71197120#: builtin/notes.c:407121msgid "git notes [list [<object>]]"7122msgstr ""71237124#: builtin/notes.c:457125msgid "git notes add [<options>] [<object>]"7126msgstr ""71277128#: builtin/notes.c:507129msgid "git notes copy [<options>] <from-object> <to-object>"7130msgstr ""71317132#: builtin/notes.c:517133msgid "git notes copy --stdin [<from-object> <to-object>]..."7134msgstr ""71357136#: builtin/notes.c:567137msgid "git notes append [<options>] [<object>]"7138msgstr ""71397140#: builtin/notes.c:617141msgid "git notes edit [<object>]"7142msgstr ""71437144#: builtin/notes.c:667145msgid "git notes show [<object>]"7146msgstr ""71477148#: builtin/notes.c:717149msgid "git notes merge [<options>] <notes_ref>"7150msgstr ""71517152#: builtin/notes.c:727153msgid "git notes merge --commit [<options>]"7154msgstr ""71557156#: builtin/notes.c:737157msgid "git notes merge --abort [<options>]"7158msgstr ""71597160#: builtin/notes.c:787161msgid "git notes remove [<object>]"7162msgstr ""71637164#: builtin/notes.c:837165msgid "git notes prune [<options>]"7166msgstr ""71677168#: builtin/notes.c:887169msgid "git notes get-ref"7170msgstr ""71717172#: builtin/notes.c:1377173#, c-format7174msgid "unable to start 'show' for object '%s'"7175msgstr ""71767177#: builtin/notes.c:1417178msgid "could not read 'show' output"7179msgstr ""71807181#: builtin/notes.c:1497182#, c-format7183msgid "failed to finish 'show' for object '%s'"7184msgstr ""71857186#: builtin/notes.c:167 builtin/tag.c:3417187#, c-format7188msgid "could not create file '%s'"7189msgstr ""71907191#: builtin/notes.c:1867192msgid "Please supply the note contents using either -m or -F option"7193msgstr ""71947195#: builtin/notes.c:207 builtin/notes.c:8447196#, c-format7197msgid "Removing note for object %s\n"7198msgstr ""71997200#: builtin/notes.c:2127201msgid "unable to write note object"7202msgstr ""72037204#: builtin/notes.c:2147205#, c-format7206msgid "The note contents has been left in %s"7207msgstr ""72087209#: builtin/notes.c:248 builtin/tag.c:5377210#, c-format7211msgid "cannot read '%s'"7212msgstr ""72137214#: builtin/notes.c:250 builtin/tag.c:5407215#, c-format7216msgid "could not open or read '%s'"7217msgstr ""72187219#: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:3187220#: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:5157221#: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:6377222#: builtin/notes.c:839 builtin/tag.c:5537223#, c-format7224msgid "Failed to resolve '%s' as a valid ref."7225msgstr ""72267227#: builtin/notes.c:2727228#, c-format7229msgid "Failed to read object '%s'."7230msgstr ""72317232#: builtin/notes.c:3127233#, c-format7234msgid "Malformed input line: '%s'."7235msgstr ""72367237#: builtin/notes.c:3277238#, c-format7239msgid "Failed to copy notes from '%s' to '%s'"7240msgstr ""72417242#: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:4987243#: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:6307244#: builtin/notes.c:9047245msgid "too many parameters"7246msgstr ""72477248#: builtin/notes.c:384 builtin/notes.c:6437249#, c-format7250msgid "No note found for object %s."7251msgstr ""72527253#: builtin/notes.c:406 builtin/notes.c:5637254msgid "note contents as a string"7255msgstr ""72567257#: builtin/notes.c:409 builtin/notes.c:5667258msgid "note contents in a file"7259msgstr ""72607261#: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:5687262#: builtin/notes.c:571 builtin/tag.c:4747263msgid "object"7264msgstr ""72657266#: builtin/notes.c:412 builtin/notes.c:5697267msgid "reuse and edit specified note object"7268msgstr ""72697270#: builtin/notes.c:415 builtin/notes.c:5727271msgid "reuse specified note object"7272msgstr ""72737274#: builtin/notes.c:417 builtin/notes.c:4857275msgid "replace existing notes"7276msgstr ""72777278#: builtin/notes.c:4517279#, c-format7280msgid ""7281"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "7282"existing notes"7283msgstr ""72847285#: builtin/notes.c:456 builtin/notes.c:5337286#, c-format7287msgid "Overwriting existing notes for object %s\n"7288msgstr ""72897290#: builtin/notes.c:4867291msgid "read objects from stdin"7292msgstr ""72937294#: builtin/notes.c:4887295msgid "load rewriting config for <command> (implies --stdin)"7296msgstr ""72977298#: builtin/notes.c:5067299msgid "too few parameters"7300msgstr ""73017302#: builtin/notes.c:5277303#, c-format7304msgid ""7305"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "7306"existing notes"7307msgstr ""73087309#: builtin/notes.c:5397310#, c-format7311msgid "Missing notes on source object %s. Cannot copy."7312msgstr ""73137314#: builtin/notes.c:5887315#, c-format7316msgid ""7317"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"7318"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"7319msgstr ""73207321#: builtin/notes.c:7357322msgid "General options"7323msgstr ""73247325#: builtin/notes.c:7377326msgid "Merge options"7327msgstr ""73287329#: builtin/notes.c:7397330msgid ""7331"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"7332"cat_sort_uniq)"7333msgstr ""73347335#: builtin/notes.c:7417336msgid "Committing unmerged notes"7337msgstr ""73387339#: builtin/notes.c:7437340msgid "finalize notes merge by committing unmerged notes"7341msgstr ""73427343#: builtin/notes.c:7457344msgid "Aborting notes merge resolution"7345msgstr ""73467347#: builtin/notes.c:7477348msgid "abort notes merge"7349msgstr ""73507351#: builtin/notes.c:8427352#, c-format7353msgid "Object %s has no note\n"7354msgstr ""73557356#: builtin/notes.c:8547357msgid "attempt to remove non-existent note is not an error"7358msgstr ""73597360#: builtin/notes.c:8577361msgid "read object names from the standard input"7362msgstr ""73637364#: builtin/notes.c:9387365msgid "notes_ref"7366msgstr ""73677368#: builtin/notes.c:9397369msgid "use notes from <notes_ref>"7370msgstr ""73717372#: builtin/notes.c:974 builtin/remote.c:15937373#, c-format7374msgid "Unknown subcommand: %s"7375msgstr "Непозната подкоманда: %s"73767377#: builtin/pack-objects.c:237378msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"7379msgstr ""73807381#: builtin/pack-objects.c:247382msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"7383msgstr ""73847385#: builtin/pack-objects.c:184 builtin/pack-objects.c:1877386#, c-format7387msgid "deflate error (%d)"7388msgstr ""73897390#: builtin/pack-objects.c:23967391#, c-format7392msgid "unsupported index version %s"7393msgstr ""73947395#: builtin/pack-objects.c:24007396#, c-format7397msgid "bad index version '%s'"7398msgstr ""73997400#: builtin/pack-objects.c:24237401#, c-format7402msgid "option %s does not accept negative form"7403msgstr ""74047405#: builtin/pack-objects.c:24277406#, c-format7407msgid "unable to parse value '%s' for option %s"7408msgstr ""74097410#: builtin/pack-objects.c:24467411msgid "do not show progress meter"7412msgstr ""74137414#: builtin/pack-objects.c:24487415msgid "show progress meter"7416msgstr ""74177418#: builtin/pack-objects.c:24507419msgid "show progress meter during object writing phase"7420msgstr ""74217422#: builtin/pack-objects.c:24537423msgid "similar to --all-progress when progress meter is shown"7424msgstr ""74257426#: builtin/pack-objects.c:24547427msgid "version[,offset]"7428msgstr ""74297430#: builtin/pack-objects.c:24557431msgid "write the pack index file in the specified idx format version"7432msgstr ""74337434#: builtin/pack-objects.c:24587435msgid "maximum size of each output pack file"7436msgstr ""74377438#: builtin/pack-objects.c:24607439msgid "ignore borrowed objects from alternate object store"7440msgstr ""74417442#: builtin/pack-objects.c:24627443msgid "ignore packed objects"7444msgstr ""74457446#: builtin/pack-objects.c:24647447msgid "limit pack window by objects"7448msgstr ""74497450#: builtin/pack-objects.c:24667451msgid "limit pack window by memory in addition to object limit"7452msgstr ""74537454#: builtin/pack-objects.c:24687455msgid "maximum length of delta chain allowed in the resulting pack"7456msgstr ""74577458#: builtin/pack-objects.c:24707459msgid "reuse existing deltas"7460msgstr ""74617462#: builtin/pack-objects.c:24727463msgid "reuse existing objects"7464msgstr ""74657466#: builtin/pack-objects.c:24747467msgid "use OFS_DELTA objects"7468msgstr ""74697470#: builtin/pack-objects.c:24767471msgid "use threads when searching for best delta matches"7472msgstr ""74737474#: builtin/pack-objects.c:24787475msgid "do not create an empty pack output"7476msgstr ""74777478#: builtin/pack-objects.c:24807479msgid "read revision arguments from standard input"7480msgstr ""74817482#: builtin/pack-objects.c:24827483msgid "limit the objects to those that are not yet packed"7484msgstr ""74857486#: builtin/pack-objects.c:24857487msgid "include objects reachable from any reference"7488msgstr ""74897490#: builtin/pack-objects.c:24887491msgid "include objects referred by reflog entries"7492msgstr ""74937494#: builtin/pack-objects.c:24917495msgid "output pack to stdout"7496msgstr ""74977498#: builtin/pack-objects.c:24937499msgid "include tag objects that refer to objects to be packed"7500msgstr ""75017502#: builtin/pack-objects.c:24957503msgid "keep unreachable objects"7504msgstr ""75057506#: builtin/pack-objects.c:2496 parse-options.h:1437507msgid "time"7508msgstr "време"75097510#: builtin/pack-objects.c:24977511msgid "unpack unreachable objects newer than <time>"7512msgstr ""75137514#: builtin/pack-objects.c:25007515msgid "create thin packs"7516msgstr ""75177518#: builtin/pack-objects.c:25027519msgid "ignore packs that have companion .keep file"7520msgstr ""75217522#: builtin/pack-objects.c:25047523msgid "pack compression level"7524msgstr ""75257526#: builtin/pack-objects.c:25067527msgid "do not hide commits by grafts"7528msgstr ""75297530#: builtin/pack-refs.c:67531msgid "git pack-refs [options]"7532msgstr ""75337534#: builtin/pack-refs.c:147535msgid "pack everything"7536msgstr ""75377538#: builtin/pack-refs.c:157539msgid "prune loose refs (default)"7540msgstr ""75417542#: builtin/prune-packed.c:77543msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"7544msgstr ""75457546#: builtin/prune.c:127547msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"7548msgstr ""75497550#: builtin/prune.c:1427551msgid "do not remove, show only"7552msgstr ""75537554#: builtin/prune.c:1437555msgid "report pruned objects"7556msgstr ""75577558#: builtin/prune.c:1467559msgid "expire objects older than <time>"7560msgstr ""75617562#: builtin/push.c:147563msgid "git push [<options>] [<repository> [<refspec>...]]"7564msgstr ""75657566#: builtin/push.c:867567msgid "tag shorthand without <tag>"7568msgstr ""75697570#: builtin/push.c:967571msgid "--delete only accepts plain target ref names"7572msgstr ""75737574#: builtin/push.c:1417575msgid ""7576"\n"7577"To choose either option permanently, see push.default in 'git help config'."7578msgstr ""75797580#: builtin/push.c:1447581#, c-format7582msgid ""7583"The upstream branch of your current branch does not match\n"7584"the name of your current branch. To push to the upstream branch\n"7585"on the remote, use\n"7586"\n"7587" git push %s HEAD:%s\n"7588"\n"7589"To push to the branch of the same name on the remote, use\n"7590"\n"7591" git push %s %s\n"7592"%s"7593msgstr ""75947595#: builtin/push.c:1597596#, c-format7597msgid ""7598"You are not currently on a branch.\n"7599"To push the history leading to the current (detached HEAD)\n"7600"state now, use\n"7601"\n"7602" git push %s HEAD:<name-of-remote-branch>\n"7603msgstr ""76047605#: builtin/push.c:1737606#, c-format7607msgid ""7608"The current branch %s has no upstream branch.\n"7609"To push the current branch and set the remote as upstream, use\n"7610"\n"7611" git push --set-upstream %s %s\n"7612msgstr ""76137614#: builtin/push.c:1817615#, c-format7616msgid "The current branch %s has multiple upstream branches, refusing to push."7617msgstr ""76187619#: builtin/push.c:1847620#, c-format7621msgid ""7622"You are pushing to remote '%s', which is not the upstream of\n"7623"your current branch '%s', without telling me what to push\n"7624"to update which remote branch."7625msgstr ""76267627#: builtin/push.c:2077628msgid ""7629"push.default is unset; its implicit value is changing in\n"7630"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7631"and maintain the current behavior after the default changes, use:\n"7632"\n"7633" git config --global push.default matching\n"7634"\n"7635"To squelch this message and adopt the new behavior now, use:\n"7636"\n"7637" git config --global push.default simple\n"7638"\n"7639"When push.default is set to 'matching', git will push local branches\n"7640"to the remote branches that already exist with the same name.\n"7641"\n"7642"In Git 2.0, Git will default to the more conservative 'simple'\n"7643"behavior, which only pushes the current branch to the corresponding\n"7644"remote branch that 'git pull' uses to update the current branch.\n"7645"\n"7646"See 'git help config' and search for 'push.default' for further "7647"information.\n"7648"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7649"'current' instead of 'simple' if you sometimes use older versions of Git)"7650msgstr ""76517652#: builtin/push.c:2747653msgid ""7654"You didn't specify any refspecs to push, and push.default is \"nothing\"."7655msgstr ""76567657#: builtin/push.c:2817658msgid ""7659"Updates were rejected because the tip of your current branch is behind\n"7660"its remote counterpart. Integrate the remote changes (e.g.\n"7661"'git pull ...') before pushing again.\n"7662"See the 'Note about fast-forwards' in 'git push --help' for details."7663msgstr ""76647665#: builtin/push.c:2877666msgid ""7667"Updates were rejected because a pushed branch tip is behind its remote\n"7668"counterpart. If you did not intend to push that branch, you may want to\n"7669"specify branches to push or set the 'push.default' configuration variable\n"7670"to 'simple', 'current' or 'upstream' to push only the current branch."7671msgstr ""76727673#: builtin/push.c:2937674msgid ""7675"Updates were rejected because a pushed branch tip is behind its remote\n"7676"counterpart. Check out this branch and integrate the remote changes\n"7677"(e.g. 'git pull ...') before pushing again.\n"7678"See the 'Note about fast-forwards' in 'git push --help' for details."7679msgstr ""76807681#: builtin/push.c:2997682msgid ""7683"Updates were rejected because the remote contains work that you do\n"7684"not have locally. This is usually caused by another repository pushing\n"7685"to the same ref. You may want to first integrate the remote changes\n"7686"(e.g., 'git pull ...') before pushing again.\n"7687"See the 'Note about fast-forwards' in 'git push --help' for details."7688msgstr ""76897690#: builtin/push.c:3067691msgid "Updates were rejected because the tag already exists in the remote."7692msgstr ""76937694#: builtin/push.c:3097695msgid ""7696"You cannot update a remote ref that points at a non-commit object,\n"7697"or update a remote ref to make it point at a non-commit object,\n"7698"without using the '--force' option.\n"7699msgstr ""77007701#: builtin/push.c:3757702#, c-format7703msgid "Pushing to %s\n"7704msgstr ""77057706#: builtin/push.c:3797707#, c-format7708msgid "failed to push some refs to '%s'"7709msgstr ""77107711#: builtin/push.c:4127712#, c-format7713msgid "bad repository '%s'"7714msgstr ""77157716#: builtin/push.c:4137717msgid ""7718"No configured push destination.\n"7719"Either specify the URL from the command-line or configure a remote "7720"repository using\n"7721"\n"7722" git remote add <name> <url>\n"7723"\n"7724"and then push using the remote name\n"7725"\n"7726" git push <name>\n"7727msgstr ""77287729#: builtin/push.c:4287730msgid "--all and --tags are incompatible"7731msgstr ""77327733#: builtin/push.c:4297734msgid "--all can't be combined with refspecs"7735msgstr ""77367737#: builtin/push.c:4347738msgid "--mirror and --tags are incompatible"7739msgstr ""77407741#: builtin/push.c:4357742msgid "--mirror can't be combined with refspecs"7743msgstr ""77447745#: builtin/push.c:4407746msgid "--all and --mirror are incompatible"7747msgstr ""77487749#: builtin/push.c:5007750msgid "repository"7751msgstr ""77527753#: builtin/push.c:5017754msgid "push all refs"7755msgstr ""77567757#: builtin/push.c:5027758msgid "mirror all refs"7759msgstr ""77607761#: builtin/push.c:5047762msgid "delete refs"7763msgstr ""77647765#: builtin/push.c:5057766msgid "push tags (can't be used with --all or --mirror)"7767msgstr ""77687769#: builtin/push.c:5087770msgid "force updates"7771msgstr ""77727773#: builtin/push.c:5107774msgid "refname>:<expect"7775msgstr ""77767777#: builtin/push.c:5117778msgid "require old value of ref to be at this value"7779msgstr ""77807781#: builtin/push.c:5137782msgid "check"7783msgstr ""77847785#: builtin/push.c:5147786msgid "control recursive pushing of submodules"7787msgstr ""77887789#: builtin/push.c:5167790msgid "use thin pack"7791msgstr ""77927793#: builtin/push.c:517 builtin/push.c:5187794msgid "receive pack program"7795msgstr ""77967797#: builtin/push.c:5197798msgid "set upstream for git pull/status"7799msgstr ""78007801#: builtin/push.c:5227802msgid "prune locally removed refs"7803msgstr ""78047805#: builtin/push.c:5247806msgid "bypass pre-push hook"7807msgstr ""78087809#: builtin/push.c:5257810msgid "push missing but relevant tags"7811msgstr ""78127813#: builtin/push.c:5357814msgid "--delete is incompatible with --all, --mirror and --tags"7815msgstr ""78167817#: builtin/push.c:5377818msgid "--delete doesn't make sense without any refs"7819msgstr ""78207821#: builtin/read-tree.c:367822msgid ""7823"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7824"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7825"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7826msgstr ""78277828#: builtin/read-tree.c:1097829msgid "write resulting index to <file>"7830msgstr ""78317832#: builtin/read-tree.c:1127833msgid "only empty the index"7834msgstr ""78357836#: builtin/read-tree.c:1147837msgid "Merging"7838msgstr ""78397840#: builtin/read-tree.c:1167841msgid "perform a merge in addition to a read"7842msgstr ""78437844#: builtin/read-tree.c:1187845msgid "3-way merge if no file level merging required"7846msgstr ""78477848#: builtin/read-tree.c:1207849msgid "3-way merge in presence of adds and removes"7850msgstr ""78517852#: builtin/read-tree.c:1227853msgid "same as -m, but discard unmerged entries"7854msgstr ""78557856#: builtin/read-tree.c:1237857msgid "<subdirectory>/"7858msgstr ""78597860#: builtin/read-tree.c:1247861msgid "read the tree into the index under <subdirectory>/"7862msgstr ""78637864#: builtin/read-tree.c:1277865msgid "update working tree with merge result"7866msgstr ""78677868#: builtin/read-tree.c:1297869msgid "gitignore"7870msgstr ""78717872#: builtin/read-tree.c:1307873msgid "allow explicitly ignored files to be overwritten"7874msgstr ""78757876#: builtin/read-tree.c:1337877msgid "don't check the working tree after merging"7878msgstr ""78797880#: builtin/read-tree.c:1347881msgid "don't update the index or the work tree"7882msgstr ""78837884#: builtin/read-tree.c:1367885msgid "skip applying sparse checkout filter"7886msgstr ""78877888#: builtin/read-tree.c:1387889msgid "debug unpack-trees"7890msgstr ""78917892# FIXME7893#: builtin/reflog.c:4997894#, c-format7895msgid "%s' for '%s' is not a valid timestamp"7896msgstr "„%s“ не е правилна стойност за време за „%s“"78977898#: builtin/reflog.c:615 builtin/reflog.c:6207899#, c-format7900msgid "'%s' is not a valid timestamp"7901msgstr "„%s“ не е правилна стойност за време"79027903#: builtin/remote.c:127904msgid "git remote [-v | --verbose]"7905msgstr "git remote [-v | --verbose]"79067907#: builtin/remote.c:137908msgid ""7909"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"7910"mirror=<fetch|push>] <name> <url>"7911msgstr ""7912"git remote add [-t <КЛОН>] [-m <ОСНОВЕН_КЛОН>] [-f] [--tags|--no-tags] [--"7913"mirror=<fetch|push>] <ИМЕ> <АДРЕС>"79147915#: builtin/remote.c:14 builtin/remote.c:337916msgid "git remote rename <old> <new>"7917msgstr "git remote rename <СТАРО_ИМЕ> <НОВО_ИМЕ>"79187919#: builtin/remote.c:15 builtin/remote.c:387920msgid "git remote remove <name>"7921msgstr "git remote remove <ИМЕ>"79227923#: builtin/remote.c:167924msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"7925msgstr "git remote set-head <ИМЕ> (-a | --auto | -d | --delete |<КЛОН>)"79267927#: builtin/remote.c:177928msgid "git remote [-v | --verbose] show [-n] <name>"7929msgstr "git remote [-v | --verbose] show [-n] <ИМЕ>"79307931#: builtin/remote.c:187932msgid "git remote prune [-n | --dry-run] <name>"7933msgstr "git remote prune [-n | --dry-run] <ИМЕ>"79347935#: builtin/remote.c:197936msgid ""7937"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"7938msgstr ""7939"git remote [-v | --verbose] update [-p | --prune] [(<ГРУПА> | "7940"<ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ>)…]"79417942#: builtin/remote.c:207943msgid "git remote set-branches [--add] <name> <branch>..."7944msgstr "git remote set-branches [--add] <ИМЕ> <КЛОН>…"79457946#: builtin/remote.c:21 builtin/remote.c:697947msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"7948msgstr "git remote set-url [--push] <ИМЕ> <НОВ_АДРЕС> [<СТАР_АДРЕС>]"79497950#: builtin/remote.c:22 builtin/remote.c:707951msgid "git remote set-url --add <name> <newurl>"7952msgstr "git remote set-url --add <ИМЕ> <НОВ_АДРЕС>"79537954#: builtin/remote.c:23 builtin/remote.c:717955msgid "git remote set-url --delete <name> <url>"7956msgstr "git remote set-url --delete <ИМЕ> <АДРЕС>"79577958#: builtin/remote.c:287959msgid "git remote add [<options>] <name> <url>"7960msgstr "git remote add [<ОПЦИИ>] <ИМЕ> <АДРЕС>"79617962#: builtin/remote.c:437963msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"7964msgstr "git remote set-head <ИМЕ> (-a | --auto | -d | --delete | <КЛОН>)"79657966#: builtin/remote.c:487967msgid "git remote set-branches <name> <branch>..."7968msgstr "git remote set-branches <ИМЕ> <КЛОН>…"79697970#: builtin/remote.c:497971msgid "git remote set-branches --add <name> <branch>..."7972msgstr "git remote set-branches --add <ИМЕ> <КЛОН>…"79737974#: builtin/remote.c:547975msgid "git remote show [<options>] <name>"7976msgstr "git remote show [<ОПЦИИ>] <ИМЕ>"79777978#: builtin/remote.c:597979msgid "git remote prune [<options>] <name>"7980msgstr "git remote prune [<ОПЦИИ>] <ИМЕ>"79817982#: builtin/remote.c:647983msgid "git remote update [<options>] [<group> | <remote>]..."7984msgstr "git remote update [<ОПЦИИ>] [<ГРУПА> | <ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ>]…"79857986#: builtin/remote.c:887987#, c-format7988msgid "Updating %s"7989msgstr "Обновяване на „%s“"79907991#: builtin/remote.c:1207992msgid ""7993"--mirror is dangerous and deprecated; please\n"7994"\t use --mirror=fetch or --mirror=push instead"7995msgstr ""7996"Използването само на „--mirror“ е опасно. Вместо това\n"7997"\tползвайте „--mirror=fetch“ или „--mirror=push“"79987999#: builtin/remote.c:1378000#, c-format8001msgid "unknown mirror argument: %s"8002msgstr "неправилна стойност за „--mirror“: %s"80038004#: builtin/remote.c:1538005msgid "fetch the remote branches"8006msgstr "отдалечените клони не могат да бъдат доставени"80078008#: builtin/remote.c:1558009msgid "import all tags and associated objects when fetching"8010msgstr "внасяне на всички етикети и принадлежащите им обекти при доставяне"80118012#: builtin/remote.c:1588013msgid "or do not fetch any tag at all (--no-tags)"8014msgstr "може и да не се доставят никакви етикети (чрез опцията „--no-tags“)"80158016#: builtin/remote.c:1608017msgid "branch(es) to track"8018msgstr "клон/и за следене"80198020#: builtin/remote.c:1618021msgid "master branch"8022msgstr "основен клон"80238024#: builtin/remote.c:1628025msgid "push|fetch"8026msgstr "издърпване|доставяне"80278028#: builtin/remote.c:1638029msgid "set up remote as a mirror to push to or fetch from"8030msgstr ""8031"настройване на отдалечено хранилище, от което да се издърпва или доставя"80328033#: builtin/remote.c:1758034msgid "specifying a master branch makes no sense with --mirror"8035msgstr ""8036"няма смисъл да се указва основен клон при използване на опцията „--mirror“"80378038#: builtin/remote.c:1778039msgid "specifying branches to track makes sense only with fetch mirrors"8040msgstr ""8041"указването на следени клони е смислено само за отдалечени хранилища, от "8042"които се доставя"80438044#: builtin/remote.c:185 builtin/remote.c:6418045#, c-format8046msgid "remote %s already exists."8047msgstr "вече съществува отдалечено хранилище с име „%s“."80488049#: builtin/remote.c:189 builtin/remote.c:6458050#, c-format8051msgid "'%s' is not a valid remote name"8052msgstr "„%s“ е неправилно име за отдалечено хранилище"80538054#: builtin/remote.c:2338055#, c-format8056msgid "Could not setup master '%s'"8057msgstr "Основният клон „%s“ не може да бъде настроен"80588059#: builtin/remote.c:2898060#, c-format8061msgid "more than one %s"8062msgstr "повече от едно отдалечено хранилище на име „%s“"80638064#: builtin/remote.c:3348065#, c-format8066msgid "Could not get fetch map for refspec %s"8067msgstr "Обектите за доставяне за указателя „%s“ не могат да бъдат получени"80688069#: builtin/remote.c:435 builtin/remote.c:4438070msgid "(matching)"8071msgstr "(съвпадащи)"80728073#: builtin/remote.c:4478074msgid "(delete)"8075msgstr "(за изтриване)"80768077#: builtin/remote.c:590 builtin/remote.c:596 builtin/remote.c:6028078#, c-format8079msgid "Could not append '%s' to '%s'"8080msgstr "„%s“ не може да се добави към „%s“"80818082#: builtin/remote.c:634 builtin/remote.c:787 builtin/remote.c:8858083#, c-format8084msgid "No such remote: %s"8085msgstr "Такова отдалечено хранилище няма: %s"80868087#: builtin/remote.c:6518088#, c-format8089msgid "Could not rename config section '%s' to '%s'"8090msgstr "Секцията в настройките „%s“ не може да бъде преименувана на „%s“"80918092#: builtin/remote.c:657 builtin/remote.c:7948093#, c-format8094msgid "Could not remove config section '%s'"8095msgstr "Секцията в настройките „%s“ не може да бъде изтрита"80968097# FIXME8098#: builtin/remote.c:6728099#, c-format8100msgid ""8101"Not updating non-default fetch refspec\n"8102"\t%s\n"8103"\tPlease update the configuration manually if necessary."8104msgstr ""8105"Нестандартните указатели за доставяне няма да бъдат обновени\n"8106" %s\n"8107" Променете настройките ръчно, ако е необходимо."81088109#: builtin/remote.c:6788110#, c-format8111msgid "Could not append '%s'"8112msgstr "Секцията „%s“ не може да бъде добавена в настройките"81138114#: builtin/remote.c:6898115#, c-format8116msgid "Could not set '%s'"8117msgstr "Секцията „%s“ не може да бъде зададена в настройките"81188119#: builtin/remote.c:7118120#, c-format8121msgid "deleting '%s' failed"8122msgstr "неуспешно изтриване на „%s“"81238124#: builtin/remote.c:7458125#, c-format8126msgid "creating '%s' failed"8127msgstr "неуспешно създаване на „%s“"81288129#: builtin/remote.c:7598130#, c-format8131msgid "Could not remove branch %s"8132msgstr "Клонът „%s“ не може да бъде изтрит"81338134#: builtin/remote.c:8298135msgid ""8136"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"8137"to delete it, use:"8138msgid_plural ""8139"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"8140"to delete them, use:"8141msgstr[0] ""8142"Бележка: Клон извън йерархията „refs/remotes/“ не бе изтрит.\n"8143"Изтрийте го чрез командата:"8144msgstr[1] ""8145"Бележка: Няколко клона извън йерархията „refs/remotes/“ не бяха изтрити.\n"8146"Изтрийте ги чрез командата:"81478148#: builtin/remote.c:9388149#, c-format8150msgid " new (next fetch will store in remotes/%s)"8151msgstr " нов (следващото доставяне ще го разположи в „remotes/%s“)"81528153#: builtin/remote.c:9418154msgid " tracked"8155msgstr " следен"81568157#: builtin/remote.c:9438158msgid " stale (use 'git remote prune' to remove)"8159msgstr " стар (изтрийте чрез „git remote prune“)"81608161#: builtin/remote.c:9458162msgid " ???"8163msgstr " неясно"81648165# CHECK8166#: builtin/remote.c:9868167#, c-format8168msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"8169msgstr ""8170"неправилен клон за сливане „%s“. Невъзможно е да пребазирате върху повече от "8171"1 клон"81728173#: builtin/remote.c:9938174#, c-format8175msgid "rebases onto remote %s"8176msgstr "пребазиране върху отдалечения клон „%s“"81778178#: builtin/remote.c:9968179#, c-format8180msgid " merges with remote %s"8181msgstr " сливане с отдалечения клон „%s“"81828183#: builtin/remote.c:9978184msgid " and with remote"8185msgstr " и с отдалечения клон"81868187#: builtin/remote.c:9998188#, c-format8189msgid "merges with remote %s"8190msgstr "сливане с отдалечения клон „%s“"81918192#: builtin/remote.c:10008193msgid " and with remote"8194msgstr " и с отдалечения клон"81958196#: builtin/remote.c:10468197msgid "create"8198msgstr "създаден"81998200#: builtin/remote.c:10498201msgid "delete"8202msgstr "изтрит"82038204#: builtin/remote.c:10538205msgid "up to date"8206msgstr "актуален"82078208#: builtin/remote.c:10568209msgid "fast-forwardable"8210msgstr "може да се слее тривиално"82118212#: builtin/remote.c:10598213msgid "local out of date"8214msgstr "локалният е остарял"82158216#: builtin/remote.c:10668217#, c-format8218msgid " %-*s forces to %-*s (%s)"8219msgstr " %-*s принудително изтласква към %-*s (%s)"82208221#: builtin/remote.c:10698222#, c-format8223msgid " %-*s pushes to %-*s (%s)"8224msgstr " %-*s изтласква към %-*s (%s)"82258226#: builtin/remote.c:10738227#, c-format8228msgid " %-*s forces to %s"8229msgstr " %-*s принудително изтласква към %s"82308231#: builtin/remote.c:10768232#, c-format8233msgid " %-*s pushes to %s"8234msgstr " %-*s изтласква към %s"82358236#: builtin/remote.c:11448237msgid "do not query remotes"8238msgstr "без заявки към отдалечените хранилища"82398240#: builtin/remote.c:11718241#, c-format8242msgid "* remote %s"8243msgstr "* отдалечено хранилище „%s“"82448245#: builtin/remote.c:11728246#, c-format8247msgid " Fetch URL: %s"8248msgstr " Адрес за доставяне: %s"82498250#: builtin/remote.c:1173 builtin/remote.c:13188251msgid "(no URL)"8252msgstr "(без адрес)"82538254#: builtin/remote.c:1182 builtin/remote.c:11848255#, c-format8256msgid " Push URL: %s"8257msgstr " Адрес за изтласкване: %s"82588259#: builtin/remote.c:1186 builtin/remote.c:1188 builtin/remote.c:11908260#, c-format8261msgid " HEAD branch: %s"8262msgstr " клон в HEAD: %s"82638264#: builtin/remote.c:11928265#, c-format8266msgid ""8267" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"8268msgstr ""8269" клон в HEAD (клонът указан във файла HEAD от отдалеченото хранилище е\n"8270" нееднозначен и е някой от следните):\n"82718272#: builtin/remote.c:12048273#, c-format8274msgid " Remote branch:%s"8275msgid_plural " Remote branches:%s"8276msgstr[0] " Отдалечен клон: %s"8277msgstr[1] " Отдалечени клони: %s"82788279#: builtin/remote.c:1207 builtin/remote.c:12348280msgid " (status not queried)"8281msgstr " (състоянието не бе проверено)"82828283#: builtin/remote.c:12168284msgid " Local branch configured for 'git pull':"8285msgid_plural " Local branches configured for 'git pull':"8286msgstr[0] " Локален клон настроен за издърпване чрез „git pull“:"8287msgstr[1] " Локални клони настроени за издърпване чрез „git pull“:"82888289#: builtin/remote.c:12248290msgid " Local refs will be mirrored by 'git push'"8291msgstr " Локалните указатели ще бъдат пренесени чрез „ push“"82928293#: builtin/remote.c:12318294#, c-format8295msgid " Local ref configured for 'git push'%s:"8296msgid_plural " Local refs configured for 'git push'%s:"8297msgstr[0] " Локалният указател, настроен за „git push“%s:"8298msgstr[1] " Локалните указатели, настроени за „git push“%s:"82998300#: builtin/remote.c:12528301msgid "set refs/remotes/<name>/HEAD according to remote"8302msgstr "задаване на refs/remotes/<ИМЕ>/HEAD според отдалеченото хранилище"83038304#: builtin/remote.c:12548305msgid "delete refs/remotes/<name>/HEAD"8306msgstr "изтриване на refs/remotes/<ИМЕ>/HEAD"83078308#: builtin/remote.c:12698309msgid "Cannot determine remote HEAD"8310msgstr "Не може да се установи отдалеченият връх"83118312#: builtin/remote.c:12718313msgid "Multiple remote HEAD branches. Please choose one explicitly with:"8314msgstr ""8315"Множество клони с върхове. Изберете изрично някой от тях чрез командата:"83168317#: builtin/remote.c:12818318#, c-format8319msgid "Could not delete %s"8320msgstr "„%s“ не може да бъде изтрит"83218322#: builtin/remote.c:12898323#, c-format8324msgid "Not a valid ref: %s"8325msgstr "Неправилен указател: %s"83268327#: builtin/remote.c:12918328#, c-format8329msgid "Could not setup %s"8330msgstr "„%s“ не може да се настрои"83318332#: builtin/remote.c:13078333#, c-format8334msgid " %s will become dangling!"8335msgstr "„%s“ ще се превърне в обект извън клоните!"83368337#: builtin/remote.c:13088338#, c-format8339msgid " %s has become dangling!"8340msgstr "„%s“ се превърна в обект извън клоните!"83418342#: builtin/remote.c:13148343#, c-format8344msgid "Pruning %s"8345msgstr "Окастряне на „%s“"83468347#: builtin/remote.c:13158348#, c-format8349msgid "URL: %s"8350msgstr "адрес: %s"83518352#: builtin/remote.c:13288353#, c-format8354msgid " * [would prune] %s"8355msgstr " * [ще бъде окастрено] %s"83568357#: builtin/remote.c:13318358#, c-format8359msgid " * [pruned] %s"8360msgstr " * [окастрено] %s"83618362#: builtin/remote.c:13748363msgid "prune remotes after fetching"8364msgstr "окастряне на огледалата на отдалечените хранилища след доставяне"83658366#: builtin/remote.c:1440 builtin/remote.c:15148367#, c-format8368msgid "No such remote '%s'"8369msgstr "Няма отдалечено хранилище на име „%s“"83708371#: builtin/remote.c:14608372msgid "add branch"8373msgstr "добавяне на клон"83748375#: builtin/remote.c:14678376msgid "no remote specified"8377msgstr "не е указано отдалечено хранилище"83788379#: builtin/remote.c:14898380msgid "manipulate push URLs"8381msgstr "промяна на адресите за изтласкване"83828383#: builtin/remote.c:14918384msgid "add URL"8385msgstr "добавяне на адреси"83868387#: builtin/remote.c:14938388msgid "delete URLs"8389msgstr "изтриване на адреси"83908391#: builtin/remote.c:15008392msgid "--add --delete doesn't make sense"8393msgstr "опциите „--add“ и „--delete“ не могат да се използват заедно"83948395#: builtin/remote.c:15408396#, c-format8397msgid "Invalid old URL pattern: %s"8398msgstr "Неправилен (стар) формат за адрес: %s"83998400#: builtin/remote.c:15488401#, c-format8402msgid "No such URL found: %s"8403msgstr "Такъв адрес не е открит: %s"84048405# MEANING8406#: builtin/remote.c:15508407msgid "Will not delete all non-push URLs"8408msgstr "Никой от адресите, които не са за изтласкване, няма да се изтрие"84098410#: builtin/remote.c:15648411msgid "be verbose; must be placed before a subcommand"8412msgstr "повече подробности. Поставя се пред подкоманда"84138414#: builtin/repack.c:158415msgid "git repack [options]"8416msgstr ""84178418#: builtin/repack.c:1438419msgid "pack everything in a single pack"8420msgstr ""84218422#: builtin/repack.c:1458423msgid "same as -a, and turn unreachable objects loose"8424msgstr ""84258426#: builtin/repack.c:1488427msgid "remove redundant packs, and run git-prune-packed"8428msgstr ""84298430#: builtin/repack.c:1508431msgid "pass --no-reuse-delta to git-pack-objects"8432msgstr ""84338434#: builtin/repack.c:1528435msgid "pass --no-reuse-object to git-pack-objects"8436msgstr ""84378438#: builtin/repack.c:1548439msgid "do not run git-update-server-info"8440msgstr ""84418442#: builtin/repack.c:1578443msgid "pass --local to git-pack-objects"8444msgstr ""84458446#: builtin/repack.c:1588447msgid "approxidate"8448msgstr ""84498450#: builtin/repack.c:1598451msgid "with -A, do not loosen objects older than this"8452msgstr ""84538454#: builtin/repack.c:1618455msgid "size of the window used for delta compression"8456msgstr ""84578458#: builtin/repack.c:1638459msgid "same as the above, but limit memory size instead of entries count"8460msgstr ""84618462#: builtin/repack.c:1658463msgid "limits the maximum delta depth"8464msgstr ""84658466#: builtin/repack.c:1678467msgid "maximum size of each packfile"8468msgstr ""84698470#: builtin/repack.c:3438471#, c-format8472msgid "removing '%s' failed"8473msgstr ""84748475#: builtin/replace.c:178476msgid "git replace [-f] <object> <replacement>"8477msgstr ""84788479#: builtin/replace.c:188480msgid "git replace -d <object>..."8481msgstr ""84828483#: builtin/replace.c:198484msgid "git replace [--format=<format>] [-l [<pattern>]]"8485msgstr ""84868487#: builtin/replace.c:1748488msgid "list replace refs"8489msgstr ""84908491#: builtin/replace.c:1758492msgid "delete replace refs"8493msgstr ""84948495#: builtin/replace.c:1768496msgid "replace the ref if it exists"8497msgstr ""84988499#: builtin/replace.c:1778500msgid "use this format"8501msgstr ""85028503#: builtin/rerere.c:128504msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"8505msgstr ""85068507#: builtin/rerere.c:578508msgid "register clean resolutions in index"8509msgstr ""85108511#: builtin/reset.c:258512msgid ""8513"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"8514msgstr ""85158516#: builtin/reset.c:268517msgid "git reset [-q] <tree-ish> [--] <paths>..."8518msgstr ""85198520#: builtin/reset.c:278521msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"8522msgstr ""85238524#: builtin/reset.c:338525msgid "mixed"8526msgstr ""85278528#: builtin/reset.c:338529msgid "soft"8530msgstr ""85318532#: builtin/reset.c:338533msgid "hard"8534msgstr ""85358536#: builtin/reset.c:338537msgid "merge"8538msgstr ""85398540#: builtin/reset.c:338541msgid "keep"8542msgstr ""85438544#: builtin/reset.c:738545msgid "You do not have a valid HEAD."8546msgstr ""85478548#: builtin/reset.c:758549msgid "Failed to find tree of HEAD."8550msgstr ""85518552#: builtin/reset.c:818553#, c-format8554msgid "Failed to find tree of %s."8555msgstr ""85568557#: builtin/reset.c:998558#, c-format8559msgid "HEAD is now at %s"8560msgstr ""85618562#: builtin/reset.c:1728563#, c-format8564msgid "Cannot do a %s reset in the middle of a merge."8565msgstr ""85668567#: builtin/reset.c:2628568msgid "be quiet, only report errors"8569msgstr ""85708571#: builtin/reset.c:2648572msgid "reset HEAD and index"8573msgstr ""85748575#: builtin/reset.c:2658576msgid "reset only HEAD"8577msgstr ""85788579#: builtin/reset.c:267 builtin/reset.c:2698580msgid "reset HEAD, index and working tree"8581msgstr ""85828583#: builtin/reset.c:2718584msgid "reset HEAD but keep local changes"8585msgstr ""85868587#: builtin/reset.c:2898588#, c-format8589msgid "Failed to resolve '%s' as a valid revision."8590msgstr ""85918592#: builtin/reset.c:292 builtin/reset.c:3008593#, c-format8594msgid "Could not parse object '%s'."8595msgstr ""85968597#: builtin/reset.c:2978598#, c-format8599msgid "Failed to resolve '%s' as a valid tree."8600msgstr ""86018602#: builtin/reset.c:3068603msgid "--patch is incompatible with --{hard,mixed,soft}"8604msgstr ""86058606#: builtin/reset.c:3158607msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."8608msgstr ""86098610#: builtin/reset.c:3178611#, c-format8612msgid "Cannot do %s reset with paths."8613msgstr ""86148615#: builtin/reset.c:3278616#, c-format8617msgid "%s reset is not allowed in a bare repository"8618msgstr ""86198620#: builtin/reset.c:3448621msgid "Unstaged changes after reset:"8622msgstr ""86238624#: builtin/reset.c:3508625#, c-format8626msgid "Could not reset index file to revision '%s'."8627msgstr ""86288629#: builtin/reset.c:3558630msgid "Could not write new index file."8631msgstr ""86328633#: builtin/rev-parse.c:3598634msgid "git rev-parse --parseopt [options] -- [<args>...]"8635msgstr ""86368637#: builtin/rev-parse.c:3648638msgid "keep the `--` passed as an arg"8639msgstr ""86408641#: builtin/rev-parse.c:3668642msgid "stop parsing after the first non-option argument"8643msgstr ""86448645#: builtin/rev-parse.c:3698646msgid "output in stuck long form"8647msgstr ""86488649#: builtin/rev-parse.c:4868650msgid ""8651"git rev-parse --parseopt [options] -- [<args>...]\n"8652" or: git rev-parse --sq-quote [<arg>...]\n"8653" or: git rev-parse [options] [<arg>...]\n"8654"\n"8655"Run \"git rev-parse --parseopt -h\" for more information on the first usage."8656msgstr ""86578658#: builtin/revert.c:228659msgid "git revert [options] <commit-ish>..."8660msgstr ""86618662#: builtin/revert.c:238663msgid "git revert <subcommand>"8664msgstr ""86658666#: builtin/revert.c:288667msgid "git cherry-pick [options] <commit-ish>..."8668msgstr ""86698670#: builtin/revert.c:298671msgid "git cherry-pick <subcommand>"8672msgstr ""86738674#: builtin/revert.c:718675#, c-format8676msgid "%s: %s cannot be used with %s"8677msgstr ""86788679#: builtin/revert.c:808680msgid "end revert or cherry-pick sequence"8681msgstr ""86828683#: builtin/revert.c:818684msgid "resume revert or cherry-pick sequence"8685msgstr ""86868687#: builtin/revert.c:828688msgid "cancel revert or cherry-pick sequence"8689msgstr ""86908691#: builtin/revert.c:838692msgid "don't automatically commit"8693msgstr ""86948695#: builtin/revert.c:848696msgid "edit the commit message"8697msgstr ""86988699#: builtin/revert.c:878700msgid "parent number"8701msgstr ""87028703#: builtin/revert.c:898704msgid "merge strategy"8705msgstr ""87068707#: builtin/revert.c:908708msgid "option"8709msgstr ""87108711#: builtin/revert.c:918712msgid "option for merge strategy"8713msgstr ""87148715#: builtin/revert.c:1028716msgid "append commit name"8717msgstr ""87188719#: builtin/revert.c:1038720msgid "allow fast-forward"8721msgstr ""87228723#: builtin/revert.c:1048724msgid "preserve initially empty commits"8725msgstr ""87268727#: builtin/revert.c:1058728msgid "allow commits with empty messages"8729msgstr ""87308731#: builtin/revert.c:1068732msgid "keep redundant, empty commits"8733msgstr ""87348735#: builtin/revert.c:1108736msgid "program error"8737msgstr ""87388739#: builtin/revert.c:1958740msgid "revert failed"8741msgstr ""87428743#: builtin/revert.c:2108744msgid "cherry-pick failed"8745msgstr ""87468747#: builtin/rm.c:178748msgid "git rm [options] [--] <file>..."8749msgstr "git rm [ОПЦИИ] [--] <ФАЙЛ>…"87508751#: builtin/rm.c:658752msgid ""8753"the following submodule (or one of its nested submodules)\n"8754"uses a .git directory:"8755msgid_plural ""8756"the following submodules (or one of its nested submodules)\n"8757"use a .git directory:"8758msgstr[0] ""8759"следният подмодул или някой от неговите подмодули\n"8760"използват директория на име „.git“:"8761msgstr[1] ""8762"следните подмодули или някои от техните подмодули\n"8763"използват директория на име „.git“:"87648765#: builtin/rm.c:718766msgid ""8767"\n"8768"(use 'rm -rf' if you really want to remove it including all of its history)"8769msgstr ""8770"\n"8771"(ако искате да ги изтриете заедно с цялата им история, използвайте „rm -rf“)"87728773#: builtin/rm.c:2318774msgid ""8775"the following file has staged content different from both the\n"8776"file and the HEAD:"8777msgid_plural ""8778"the following files have staged content different from both the\n"8779"file and the HEAD:"8780msgstr[0] ""8781"следният файл е със съдържание в индекса различно от текущото му съдържание "8782"и\n"8783"различно от съответстващото на HEAD:"8784msgstr[1] ""8785"следните файлове са със съдържание в индекса различно от текущото им "8786"съдържание и\n"8787"различно от съответстващото на HEAD:"87888789#: builtin/rm.c:2368790msgid ""8791"\n"8792"(use -f to force removal)"8793msgstr ""8794"\n"8795"(за принудително изтриване използвайте опцията „-f“)"87968797#: builtin/rm.c:2408798msgid "the following file has changes staged in the index:"8799msgid_plural "the following files have changes staged in the index:"8800msgstr[0] "следният файл е с променено съдържание в индекса:"8801msgstr[1] "следните файлове са с променено съдържание в индекса:"88028803#: builtin/rm.c:244 builtin/rm.c:2558804msgid ""8805"\n"8806"(use --cached to keep the file, or -f to force removal)"8807msgstr ""8808"\n"8809"(за запазване на файла използвайте опцията „--cached“, а за принудително\n"8810"изтриване — „-f“)"88118812#: builtin/rm.c:2528813msgid "the following file has local modifications:"8814msgid_plural "the following files have local modifications:"8815msgstr[0] "следният файл е с променено съдържание"8816msgstr[1] "следните файлове са с променено съдържание"88178818#: builtin/rm.c:2708819msgid "do not list removed files"8820msgstr "да не се извеждат изтритите файлове"88218822#: builtin/rm.c:2718823msgid "only remove from the index"8824msgstr "изтриване само от индекса"88258826#: builtin/rm.c:2728827msgid "override the up-to-date check"8828msgstr "въпреки проверката за актуалността на съдържанието"88298830#: builtin/rm.c:2738831msgid "allow recursive removal"8832msgstr "рекурсивно изтриване"88338834#: builtin/rm.c:2758835msgid "exit with a zero status even if nothing matched"8836msgstr ""8837"изходният код да е 0, дори ако никой файл нe e напаснал с шаблона за "8838"изтриване"88398840#: builtin/rm.c:3368841#, c-format8842msgid "not removing '%s' recursively without -r"8843msgstr "без използването на опцията „-r“ „%s“ няма да се изтрие рекурсивно"88448845#: builtin/rm.c:3758846#, c-format8847msgid "git rm: unable to remove %s"8848msgstr "git rm: „%s“ не може да се изтрие"88498850#: builtin/shortlog.c:138851msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"8852msgstr ""88538854#: builtin/shortlog.c:1318855#, c-format8856msgid "Missing author: %s"8857msgstr ""88588859#: builtin/shortlog.c:2308860msgid "sort output according to the number of commits per author"8861msgstr ""88628863#: builtin/shortlog.c:2328864msgid "Suppress commit descriptions, only provides commit count"8865msgstr ""88668867#: builtin/shortlog.c:2348868msgid "Show the email address of each author"8869msgstr ""88708871#: builtin/shortlog.c:2358872msgid "w[,i1[,i2]]"8873msgstr ""88748875#: builtin/shortlog.c:2368876msgid "Linewrap output"8877msgstr ""88788879#: builtin/show-branch.c:98880#, fuzzy8881msgid ""8882"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8883"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"8884"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "8885"<glob>)...]"8886msgstr "<брой>"88878888#: builtin/show-branch.c:108889#, fuzzy8890msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"8891msgstr "<брой>"88928893#: builtin/show-branch.c:6498894msgid "show remote-tracking and local branches"8895msgstr ""88968897#: builtin/show-branch.c:6518898msgid "show remote-tracking branches"8899msgstr ""89008901#: builtin/show-branch.c:6538902msgid "color '*!+-' corresponding to the branch"8903msgstr ""89048905#: builtin/show-branch.c:6558906#, fuzzy8907msgid "show <n> more commits after the common ancestor"8908msgstr "<брой>"89098910#: builtin/show-branch.c:6578911msgid "synonym to more=-1"8912msgstr ""89138914#: builtin/show-branch.c:6588915msgid "suppress naming strings"8916msgstr ""89178918#: builtin/show-branch.c:6608919msgid "include the current branch"8920msgstr ""89218922#: builtin/show-branch.c:6628923msgid "name commits with their object names"8924msgstr ""89258926#: builtin/show-branch.c:6648927msgid "show possible merge bases"8928msgstr ""89298930#: builtin/show-branch.c:6668931msgid "show refs unreachable from any other ref"8932msgstr ""89338934#: builtin/show-branch.c:6688935msgid "show commits in topological order"8936msgstr ""89378938#: builtin/show-branch.c:6718939msgid "show only commits not on the first branch"8940msgstr ""89418942#: builtin/show-branch.c:6738943msgid "show merges reachable from only one tip"8944msgstr ""89458946#: builtin/show-branch.c:6758947msgid "topologically sort, maintaining date order where possible"8948msgstr ""89498950#: builtin/show-branch.c:6788951#, fuzzy8952msgid "<n>[,<base>]"8953msgstr "<брой>"89548955#: builtin/show-branch.c:6798956#, fuzzy8957msgid "show <n> most recent ref-log entries starting at base"8958msgstr "<брой>"89598960#: builtin/show-ref.c:108961#, fuzzy8962msgid ""8963"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"8964"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "8965msgstr "<брой>"89668967#: builtin/show-ref.c:118968msgid "git show-ref --exclude-existing[=pattern] < ref-list"8969msgstr ""89708971#: builtin/show-ref.c:1688972msgid "only show tags (can be combined with heads)"8973msgstr ""89748975#: builtin/show-ref.c:1698976msgid "only show heads (can be combined with tags)"8977msgstr ""89788979#: builtin/show-ref.c:1708980msgid "stricter reference checking, requires exact ref path"8981msgstr ""89828983#: builtin/show-ref.c:173 builtin/show-ref.c:1758984msgid "show the HEAD reference, even if it would be filtered out"8985msgstr ""89868987#: builtin/show-ref.c:1778988msgid "dereference tags into object IDs"8989msgstr ""89908991#: builtin/show-ref.c:1798992#, fuzzy8993msgid "only show SHA1 hash using <n> digits"8994msgstr "<брой>"89958996#: builtin/show-ref.c:1838997msgid "do not print results to stdout (useful with --verify)"8998msgstr ""89999000#: builtin/show-ref.c:1859001msgid "show refs from stdin that aren't in local repository"9002msgstr ""90039004#: builtin/symbolic-ref.c:79005msgid "git symbolic-ref [options] name [ref]"9006msgstr ""90079008#: builtin/symbolic-ref.c:89009msgid "git symbolic-ref -d [-q] name"9010msgstr ""90119012#: builtin/symbolic-ref.c:409013msgid "suppress error message for non-symbolic (detached) refs"9014msgstr ""90159016#: builtin/symbolic-ref.c:419017msgid "delete symbolic ref"9018msgstr ""90199020#: builtin/symbolic-ref.c:429021msgid "shorten ref output"9022msgstr ""90239024#: builtin/symbolic-ref.c:43 builtin/update-ref.c:2549025msgid "reason"9026msgstr ""90279028#: builtin/symbolic-ref.c:43 builtin/update-ref.c:2549029msgid "reason of the update"9030msgstr ""90319032#: builtin/tag.c:229033msgid ""9034"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"9035msgstr ""90369037#: builtin/tag.c:239038msgid "git tag -d <tagname>..."9039msgstr ""90409041# FIXME9042#: builtin/tag.c:249043msgid ""9044"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"9045"\t\t[<pattern>...]"9046msgstr ""90479048#: builtin/tag.c:269049msgid "git tag -v <tagname>..."9050msgstr ""90519052#: builtin/tag.c:609053#, c-format9054msgid "malformed object at '%s'"9055msgstr ""90569057#: builtin/tag.c:2079058#, c-format9059msgid "tag name too long: %.*s..."9060msgstr ""90619062#: builtin/tag.c:2129063#, c-format9064msgid "tag '%s' not found."9065msgstr ""90669067#: builtin/tag.c:2279068#, c-format9069msgid "Deleted tag '%s' (was %s)\n"9070msgstr ""90719072#: builtin/tag.c:2399073#, c-format9074msgid "could not verify the tag '%s'"9075msgstr ""90769077#: builtin/tag.c:2499078#, c-format9079msgid ""9080"\n"9081"Write a tag message\n"9082"Lines starting with '%c' will be ignored.\n"9083msgstr ""90849085#: builtin/tag.c:2539086#, c-format9087msgid ""9088"\n"9089"Write a tag message\n"9090"Lines starting with '%c' will be kept; you may remove them yourself if you "9091"want to.\n"9092msgstr ""90939094#: builtin/tag.c:2929095msgid "unable to sign the tag"9096msgstr ""90979098#: builtin/tag.c:2949099msgid "unable to write tag file"9100msgstr ""91019102#: builtin/tag.c:3199103msgid "bad object type."9104msgstr ""91059106#: builtin/tag.c:3329107msgid "tag header too big."9108msgstr ""91099110#: builtin/tag.c:3689111msgid "no tag message?"9112msgstr ""91139114#: builtin/tag.c:3749115#, c-format9116msgid "The tag message has been left in %s\n"9117msgstr ""91189119#: builtin/tag.c:4239120msgid "switch 'points-at' requires an object"9121msgstr ""91229123#: builtin/tag.c:4259124#, c-format9125msgid "malformed object name '%s'"9126msgstr ""91279128#: builtin/tag.c:4459129msgid "list tag names"9130msgstr ""91319132#: builtin/tag.c:4479133#, fuzzy9134msgid "print <n> lines of each tag message"9135msgstr "<брой>"91369137#: builtin/tag.c:4499138msgid "delete tags"9139msgstr ""91409141#: builtin/tag.c:4509142msgid "verify tags"9143msgstr ""91449145#: builtin/tag.c:4529146msgid "Tag creation options"9147msgstr ""91489149#: builtin/tag.c:4549150msgid "annotated tag, needs a message"9151msgstr ""91529153#: builtin/tag.c:4569154msgid "tag message"9155msgstr ""91569157#: builtin/tag.c:4589158msgid "annotated and GPG-signed tag"9159msgstr ""91609161#: builtin/tag.c:4629162msgid "use another key to sign the tag"9163msgstr ""91649165#: builtin/tag.c:4639166msgid "replace the tag if exists"9167msgstr ""91689169#: builtin/tag.c:4649170msgid "show tag list in columns"9171msgstr ""91729173#: builtin/tag.c:4669174msgid "Tag listing options"9175msgstr ""91769177#: builtin/tag.c:4699178msgid "print only tags that contain the commit"9179msgstr ""91809181#: builtin/tag.c:4759182msgid "print only tags of the object"9183msgstr ""91849185#: builtin/tag.c:5019186msgid "--column and -n are incompatible"9187msgstr ""91889189#: builtin/tag.c:5189190msgid "-n option is only allowed with -l."9191msgstr ""91929193#: builtin/tag.c:5209194msgid "--contains option is only allowed with -l."9195msgstr ""91969197#: builtin/tag.c:5229198msgid "--points-at option is only allowed with -l."9199msgstr ""92009201#: builtin/tag.c:5309202msgid "only one -F or -m option is allowed."9203msgstr ""92049205#: builtin/tag.c:5509206msgid "too many params"9207msgstr ""92089209#: builtin/tag.c:5569210#, c-format9211msgid "'%s' is not a valid tag name."9212msgstr ""92139214#: builtin/tag.c:5619215#, c-format9216msgid "tag '%s' already exists"9217msgstr ""92189219#: builtin/tag.c:5799220#, c-format9221msgid "%s: cannot lock the ref"9222msgstr ""92239224#: builtin/tag.c:5819225#, c-format9226msgid "%s: cannot update the ref"9227msgstr ""92289229#: builtin/tag.c:5839230#, c-format9231msgid "Updated tag '%s' (was %s)\n"9232msgstr ""92339234#: builtin/update-index.c:4029235msgid "git update-index [options] [--] [<file>...]"9236msgstr ""92379238#: builtin/update-index.c:7209239msgid "continue refresh even when index needs update"9240msgstr ""92419242#: builtin/update-index.c:7239243msgid "refresh: ignore submodules"9244msgstr ""92459246#: builtin/update-index.c:7269247msgid "do not ignore new files"9248msgstr ""92499250#: builtin/update-index.c:7289251msgid "let files replace directories and vice-versa"9252msgstr ""92539254#: builtin/update-index.c:7309255msgid "notice files missing from worktree"9256msgstr ""92579258#: builtin/update-index.c:7329259msgid "refresh even if index contains unmerged entries"9260msgstr ""92619262#: builtin/update-index.c:7359263msgid "refresh stat information"9264msgstr ""92659266#: builtin/update-index.c:7399267msgid "like --refresh, but ignore assume-unchanged setting"9268msgstr ""92699270#: builtin/update-index.c:7439271msgid "<mode> <object> <path>"9272msgstr ""92739274#: builtin/update-index.c:7449275msgid "add the specified entry to the index"9276msgstr ""92779278#: builtin/update-index.c:7489279msgid "(+/-)x"9280msgstr ""92819282#: builtin/update-index.c:7499283msgid "override the executable bit of the listed files"9284msgstr ""92859286#: builtin/update-index.c:7539287msgid "mark files as \"not changing\""9288msgstr ""92899290#: builtin/update-index.c:7569291msgid "clear assumed-unchanged bit"9292msgstr ""92939294#: builtin/update-index.c:7599295msgid "mark files as \"index-only\""9296msgstr ""92979298#: builtin/update-index.c:7629299msgid "clear skip-worktree bit"9300msgstr ""93019302#: builtin/update-index.c:7659303msgid "add to index only; do not add content to object database"9304msgstr ""93059306#: builtin/update-index.c:7679307msgid "remove named paths even if present in worktree"9308msgstr ""93099310#: builtin/update-index.c:7699311msgid "with --stdin: input lines are terminated by null bytes"9312msgstr ""93139314#: builtin/update-index.c:7719315msgid "read list of paths to be updated from standard input"9316msgstr ""93179318#: builtin/update-index.c:7759319msgid "add entries from standard input to the index"9320msgstr ""93219322#: builtin/update-index.c:7799323msgid "repopulate stages #2 and #3 for the listed paths"9324msgstr ""93259326#: builtin/update-index.c:7839327msgid "only update entries that differ from HEAD"9328msgstr ""93299330#: builtin/update-index.c:7879331msgid "ignore files missing from worktree"9332msgstr ""93339334#: builtin/update-index.c:7909335msgid "report actions to standard output"9336msgstr ""93379338#: builtin/update-index.c:7929339msgid "(for porcelains) forget saved unresolved conflicts"9340msgstr ""93419342#: builtin/update-index.c:7969343msgid "write index in this format"9344msgstr ""93459346#: builtin/update-ref.c:99347msgid "git update-ref [options] -d <refname> [<oldval>]"9348msgstr ""93499350#: builtin/update-ref.c:109351msgid "git update-ref [options] <refname> <newval> [<oldval>]"9352msgstr ""93539354#: builtin/update-ref.c:119355msgid "git update-ref [options] --stdin [-z]"9356msgstr ""93579358#: builtin/update-ref.c:2559359msgid "delete the reference"9360msgstr ""93619362#: builtin/update-ref.c:2579363msgid "update <refname> not the one it points to"9364msgstr ""93659366#: builtin/update-ref.c:2589367msgid "stdin has NUL-terminated arguments"9368msgstr ""93699370#: builtin/update-ref.c:2599371msgid "read updates from stdin"9372msgstr ""93739374#: builtin/update-server-info.c:69375msgid "git update-server-info [--force]"9376msgstr ""93779378#: builtin/update-server-info.c:149379msgid "update the info files from scratch"9380msgstr ""93819382#: builtin/verify-pack.c:569383msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."9384msgstr ""93859386#: builtin/verify-pack.c:669387msgid "verbose"9388msgstr ""93899390#: builtin/verify-pack.c:689391msgid "show statistics only"9392msgstr ""93939394#: builtin/verify-tag.c:179395msgid "git verify-tag [-v|--verbose] <tag>..."9396msgstr ""93979398#: builtin/verify-tag.c:739399msgid "print tag contents"9400msgstr ""94019402#: builtin/write-tree.c:139403msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"9404msgstr ""94059406#: builtin/write-tree.c:269407msgid "<prefix>/"9408msgstr ""94099410#: builtin/write-tree.c:279411msgid "write tree object for a subdirectory <prefix>"9412msgstr ""94139414#: builtin/write-tree.c:309415msgid "only useful for debugging"9416msgstr ""94179418#: git.c:179419msgid ""9420"'git help -a' and 'git help -g' lists available subcommands and some\n"9421"concept guides. See 'git help <command>' or 'git help <concept>'\n"9422"to read about a specific subcommand or concept."9423msgstr ""94249425#: parse-options.h:1469426msgid "expiry date"9427msgstr "период на валидност"94289429#: parse-options.h:1619430msgid "no-op (backward compatibility)"9431msgstr "нулева операция (за съвместимост с предишни версии)"94329433#: parse-options.h:2359434msgid "be more verbose"9435msgstr "повече подробности"94369437#: parse-options.h:2379438msgid "be more quiet"9439msgstr "по-малко подробности"94409441# FIXME9442#: parse-options.h:2439443msgid "use <n> digits to display SHA-1s"9444msgstr "да се показват такъв <брой> цифри от сумите по SHA1"94459446#: common-cmds.h:89447msgid "Add file contents to the index"9448msgstr ""94499450#: common-cmds.h:99451msgid "Find by binary search the change that introduced a bug"9452msgstr ""94539454#: common-cmds.h:109455msgid "List, create, or delete branches"9456msgstr ""94579458#: common-cmds.h:119459msgid "Checkout a branch or paths to the working tree"9460msgstr ""94619462#: common-cmds.h:129463msgid "Clone a repository into a new directory"9464msgstr ""94659466#: common-cmds.h:139467msgid "Record changes to the repository"9468msgstr ""94699470#: common-cmds.h:149471msgid "Show changes between commits, commit and working tree, etc"9472msgstr ""94739474#: common-cmds.h:159475msgid "Download objects and refs from another repository"9476msgstr ""94779478#: common-cmds.h:169479msgid "Print lines matching a pattern"9480msgstr ""94819482#: common-cmds.h:179483msgid "Create an empty Git repository or reinitialize an existing one"9484msgstr ""94859486#: common-cmds.h:189487msgid "Show commit logs"9488msgstr ""94899490#: common-cmds.h:199491msgid "Join two or more development histories together"9492msgstr ""94939494#: common-cmds.h:209495msgid "Move or rename a file, a directory, or a symlink"9496msgstr ""94979498#: common-cmds.h:219499msgid "Fetch from and integrate with another repository or a local branch"9500msgstr ""95019502#: common-cmds.h:229503msgid "Update remote refs along with associated objects"9504msgstr ""95059506#: common-cmds.h:239507msgid "Forward-port local commits to the updated upstream head"9508msgstr ""95099510#: common-cmds.h:249511msgid "Reset current HEAD to the specified state"9512msgstr ""95139514#: common-cmds.h:259515msgid "Remove files from the working tree and from the index"9516msgstr ""95179518#: common-cmds.h:269519msgid "Show various types of objects"9520msgstr ""95219522#: common-cmds.h:279523msgid "Show the working tree status"9524msgstr ""95259526#: common-cmds.h:289527msgid "Create, list, delete or verify a tag object signed with GPG"9528msgstr ""95299530#: git-am.sh:509531msgid "You need to set your committer info first"9532msgstr ""95339534#: git-am.sh:959535msgid ""9536"You seem to have moved HEAD since the last 'am' failure.\n"9537"Not rewinding to ORIG_HEAD"9538msgstr ""95399540#: git-am.sh:1059541#, sh-format9542msgid ""9543"When you have resolved this problem, run \"$cmdline --continue\".\n"9544"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"9545"To restore the original branch and stop patching, run \"$cmdline --abort\"."9546msgstr ""95479548#: git-am.sh:1219549msgid "Cannot fall back to three-way merge."9550msgstr ""95519552#: git-am.sh:1379553msgid "Repository lacks necessary blobs to fall back on 3-way merge."9554msgstr ""95559556#: git-am.sh:1399557msgid "Using index info to reconstruct a base tree..."9558msgstr ""95599560#: git-am.sh:1549561msgid ""9562"Did you hand edit your patch?\n"9563"It does not apply to blobs recorded in its index."9564msgstr ""95659566#: git-am.sh:1639567msgid "Falling back to patching base and 3-way merge..."9568msgstr ""95699570#: git-am.sh:1799571msgid "Failed to merge in the changes."9572msgstr ""95739574#: git-am.sh:2749575msgid "Only one StGIT patch series can be applied at once"9576msgstr ""95779578#: git-am.sh:3619579#, sh-format9580msgid "Patch format $patch_format is not supported."9581msgstr ""95829583#: git-am.sh:3639584msgid "Patch format detection failed."9585msgstr ""95869587#: git-am.sh:3899588msgid ""9589"The -b/--binary option has been a no-op for long time, and\n"9590"it will be removed. Please do not use it anymore."9591msgstr ""95929593#: git-am.sh:4799594#, sh-format9595msgid "previous rebase directory $dotest still exists but mbox given."9596msgstr ""95979598#: git-am.sh:4849599msgid "Please make up your mind. --skip or --abort?"9600msgstr ""96019602#: git-am.sh:5209603#, sh-format9604msgid ""9605"Stray $dotest directory found.\n"9606"Use \"git am --abort\" to remove it."9607msgstr ""96089609#: git-am.sh:5289610msgid "Resolve operation not in progress, we are not resuming."9611msgstr ""96129613#: git-am.sh:5949614#, sh-format9615msgid "Dirty index: cannot apply patches (dirty: $files)"9616msgstr ""96179618#: git-am.sh:6989619#, sh-format9620msgid ""9621"Patch is empty. Was it split wrong?\n"9622"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"9623"To restore the original branch and stop patching run \"$cmdline --abort\"."9624msgstr ""96259626#: git-am.sh:7259627msgid "Patch does not have a valid e-mail address."9628msgstr ""96299630#: git-am.sh:7729631msgid "cannot be interactive without stdin connected to a terminal."9632msgstr ""96339634#: git-am.sh:7769635msgid "Commit Body is:"9636msgstr ""96379638#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]9639#. in your translation. The program will only accept English9640#. input at this point.9641#: git-am.sh:7839642msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "9643msgstr ""96449645#: git-am.sh:8199646#, sh-format9647msgid "Applying: $FIRSTLINE"9648msgstr ""96499650#: git-am.sh:8409651msgid ""9652"No changes - did you forget to use 'git add'?\n"9653"If there is nothing left to stage, chances are that something else\n"9654"already introduced the same changes; you might want to skip this patch."9655msgstr ""96569657#: git-am.sh:8489658msgid ""9659"You still have unmerged paths in your index\n"9660"did you forget to use 'git add'?"9661msgstr ""96629663#: git-am.sh:8649664msgid "No changes -- Patch already applied."9665msgstr ""96669667#: git-am.sh:8749668#, sh-format9669msgid "Patch failed at $msgnum $FIRSTLINE"9670msgstr ""96719672#: git-am.sh:8779673#, sh-format9674msgid ""9675"The copy of the patch that failed is found in:\n"9676" $dotest/patch"9677msgstr ""96789679#: git-am.sh:8959680msgid "applying to an empty history"9681msgstr ""96829683#: git-bisect.sh:489684msgid "You need to start by \"git bisect start\""9685msgstr ""96869687#. TRANSLATORS: Make sure to include [Y] and [n] in your9688#. translation. The program will only accept English input9689#. at this point.9690#: git-bisect.sh:549691msgid "Do you want me to do it for you [Y/n]? "9692msgstr ""96939694#: git-bisect.sh:959695#, sh-format9696msgid "unrecognised option: '$arg'"9697msgstr ""96989699#: git-bisect.sh:999700#, sh-format9701msgid "'$arg' does not appear to be a valid revision"9702msgstr ""97039704#: git-bisect.sh:1179705msgid "Bad HEAD - I need a HEAD"9706msgstr ""97079708#: git-bisect.sh:1309709#, sh-format9710msgid ""9711"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."9712msgstr ""97139714#: git-bisect.sh:1409715msgid "won't bisect on cg-seek'ed tree"9716msgstr ""97179718#: git-bisect.sh:1449719msgid "Bad HEAD - strange symbolic ref"9720msgstr ""97219722#: git-bisect.sh:1899723#, sh-format9724msgid "Bad bisect_write argument: $state"9725msgstr ""97269727#: git-bisect.sh:2189728#, sh-format9729msgid "Bad rev input: $arg"9730msgstr ""97319732#: git-bisect.sh:2329733msgid "Please call 'bisect_state' with at least one argument."9734msgstr ""97359736#: git-bisect.sh:2449737#, sh-format9738msgid "Bad rev input: $rev"9739msgstr ""97409741#: git-bisect.sh:2509742msgid "'git bisect bad' can take only one argument."9743msgstr ""97449745#. have bad but not good. we could bisect although9746#. this is less optimum.9747#: git-bisect.sh:2739748msgid "Warning: bisecting only with a bad commit."9749msgstr ""97509751#. TRANSLATORS: Make sure to include [Y] and [n] in your9752#. translation. The program will only accept English input9753#. at this point.9754#: git-bisect.sh:2799755msgid "Are you sure [Y/n]? "9756msgstr ""97579758#: git-bisect.sh:2899759msgid ""9760"You need to give me at least one good and one bad revisions.\n"9761"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9762msgstr ""97639764#: git-bisect.sh:2929765msgid ""9766"You need to start by \"git bisect start\".\n"9767"You then need to give me at least one good and one bad revisions.\n"9768"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9769msgstr ""97709771#: git-bisect.sh:363 git-bisect.sh:4909772msgid "We are not bisecting."9773msgstr ""97749775#: git-bisect.sh:3709776#, sh-format9777msgid "'$invalid' is not a valid commit"9778msgstr ""97799780#: git-bisect.sh:3799781#, sh-format9782msgid ""9783"Could not check out original HEAD '$branch'.\n"9784"Try 'git bisect reset <commit>'."9785msgstr ""97869787#: git-bisect.sh:4069788msgid "No logfile given"9789msgstr ""97909791#: git-bisect.sh:4079792#, sh-format9793msgid "cannot read $file for replaying"9794msgstr ""97959796#: git-bisect.sh:4249797msgid "?? what are you talking about?"9798msgstr ""97999800#: git-bisect.sh:4369801#, sh-format9802msgid "running $command"9803msgstr ""98049805#: git-bisect.sh:4439806#, sh-format9807msgid ""9808"bisect run failed:\n"9809"exit code $res from '$command' is < 0 or >= 128"9810msgstr ""98119812#: git-bisect.sh:4699813msgid "bisect run cannot continue any more"9814msgstr ""98159816#: git-bisect.sh:4759817#, sh-format9818msgid ""9819"bisect run failed:\n"9820"'bisect_state $state' exited with error code $res"9821msgstr ""98229823#: git-bisect.sh:4829824msgid "bisect run success"9825msgstr ""98269827#: git-pull.sh:219828msgid ""9829"Pull is not possible because you have unmerged files.\n"9830"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"9831"as appropriate to mark resolution, or use 'git commit -a'."9832msgstr ""98339834#: git-pull.sh:259835msgid "Pull is not possible because you have unmerged files."9836msgstr ""98379838#: git-pull.sh:2239839msgid "updating an unborn branch with changes added to the index"9840msgstr ""98419842#. The fetch involved updating the current branch.9843#. The working tree and the index file is still based on the9844#. $orig_head commit, but we are merging into $curr_head.9845#. First update the working tree to match $curr_head.9846#: git-pull.sh:2479847#, sh-format9848msgid ""9849"Warning: fetch updated the current branch head.\n"9850"Warning: fast-forwarding your working tree from\n"9851"Warning: commit $orig_head."9852msgstr ""98539854#: git-pull.sh:2729855msgid "Cannot merge multiple branches into empty head"9856msgstr ""98579858#: git-pull.sh:2769859msgid "Cannot rebase onto multiple branches"9860msgstr ""98619862#: git-rebase.sh:559863msgid ""9864"When you have resolved this problem, run \"git rebase --continue\".\n"9865"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"9866"To check out the original branch and stop rebasing, run \"git rebase --abort"9867"\"."9868msgstr ""98699870#: git-rebase.sh:1589871msgid "Applied autostash."9872msgstr ""98739874#: git-rebase.sh:1619875#, sh-format9876msgid "Cannot store $stash_sha1"9877msgstr ""98789879#: git-rebase.sh:1629880msgid ""9881"Applying autostash resulted in conflicts.\n"9882"Your changes are safe in the stash.\n"9883"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"9884msgstr ""98859886#: git-rebase.sh:2019887msgid "The pre-rebase hook refused to rebase."9888msgstr ""98899890#: git-rebase.sh:2069891msgid "It looks like git-am is in progress. Cannot rebase."9892msgstr ""98939894#: git-rebase.sh:3469895msgid "The --exec option must be used with the --interactive option"9896msgstr ""98979898#: git-rebase.sh:3519899msgid "No rebase in progress?"9900msgstr ""99019902#: git-rebase.sh:3629903msgid "The --edit-todo action can only be used during interactive rebase."9904msgstr ""99059906#: git-rebase.sh:3699907msgid "Cannot read HEAD"9908msgstr ""99099910#: git-rebase.sh:3729911msgid ""9912"You must edit all merge conflicts and then\n"9913"mark them as resolved using git add"9914msgstr ""99159916#: git-rebase.sh:3909917#, sh-format9918msgid "Could not move back to $head_name"9919msgstr ""99209921# FIXME9922#: git-rebase.sh:4099923#, sh-format9924msgid ""9925"It seems that there is already a $state_dir_base directory, and\n"9926"I wonder if you are in the middle of another rebase. If that is the\n"9927"case, please try\n"9928"\t$cmd_live_rebase\n"9929"If that is not the case, please\n"9930"\t$cmd_clear_stale_rebase\n"9931"and run me again. I am stopping in case you still have something\n"9932"valuable there."9933msgstr ""99349935#: git-rebase.sh:4569936#, sh-format9937msgid "invalid upstream $upstream_name"9938msgstr ""99399940#: git-rebase.sh:4809941#, sh-format9942msgid "$onto_name: there are more than one merge bases"9943msgstr ""99449945#: git-rebase.sh:483 git-rebase.sh:4879946#, sh-format9947msgid "$onto_name: there is no merge base"9948msgstr ""99499950#: git-rebase.sh:4929951#, sh-format9952msgid "Does not point to a valid commit: $onto_name"9953msgstr ""99549955#: git-rebase.sh:5159956#, sh-format9957msgid "fatal: no such branch: $branch_name"9958msgstr ""99599960#: git-rebase.sh:5489961msgid "Cannot autostash"9962msgstr ""99639964#: git-rebase.sh:5539965#, sh-format9966msgid "Created autostash: $stash_abbrev"9967msgstr ""99689969#: git-rebase.sh:5579970msgid "Please commit or stash them."9971msgstr ""99729973#: git-rebase.sh:5779974#, sh-format9975msgid "Current branch $branch_name is up to date."9976msgstr ""99779978#: git-rebase.sh:5819979#, sh-format9980msgid "Current branch $branch_name is up to date, rebase forced."9981msgstr ""99829983#: git-rebase.sh:5929984#, sh-format9985msgid "Changes from $mb to $onto:"9986msgstr ""99879988#. Detach HEAD and reset the tree9989#: git-rebase.sh:6019990msgid "First, rewinding head to replay your work on top of it..."9991msgstr ""99929993#: git-rebase.sh:6119994#, sh-format9995msgid "Fast-forwarded $branch_name to $onto_name."9996msgstr ""99979998#: git-stash.sh:519999msgid "git stash clear with parameters is unimplemented"10000msgstr ""1000110002#: git-stash.sh:7410003msgid "You do not have the initial commit yet"10004msgstr ""1000510006#: git-stash.sh:8910007msgid "Cannot save the current index state"10008msgstr ""1000910010#: git-stash.sh:123 git-stash.sh:13610011msgid "Cannot save the current worktree state"10012msgstr ""1001310014#: git-stash.sh:14010015msgid "No changes selected"10016msgstr ""1001710018#: git-stash.sh:14310019msgid "Cannot remove temporary index (can't happen)"10020msgstr ""1002110022#: git-stash.sh:15610023msgid "Cannot record working tree state"10024msgstr ""1002510026#: git-stash.sh:19010027#, sh-format10028msgid "Cannot update $ref_stash with $w_commit"10029msgstr ""1003010031#. TRANSLATORS: $option is an invalid option, like10032#. `--blah-blah'. The 7 spaces at the beginning of the10033#. second line correspond to "error: ". So you should line10034#. up the second line with however many characters the10035#. translation of "error: " takes in your language. E.g. in10036#. English this is:10037#.10038#. $ git stash save --blah-blah 2>&1 | head -n 210039#. error: unknown option for 'stash save': --blah-blah10040#. To provide a message, use git stash save -- '--blah-blah'10041#: git-stash.sh:23710042#, sh-format10043msgid ""10044"error: unknown option for 'stash save': $option\n"10045" To provide a message, use git stash save -- '$option'"10046msgstr ""1004710048#: git-stash.sh:25810049msgid "No local changes to save"10050msgstr ""1005110052#: git-stash.sh:26210053msgid "Cannot initialize stash"10054msgstr ""1005510056#: git-stash.sh:26610057msgid "Cannot save the current status"10058msgstr ""1005910060#: git-stash.sh:28410061msgid "Cannot remove worktree changes"10062msgstr ""1006310064#: git-stash.sh:38310065msgid "No stash found."10066msgstr ""1006710068#: git-stash.sh:39010069#, sh-format10070msgid "Too many revisions specified: $REV"10071msgstr ""1007210073#: git-stash.sh:39610074#, sh-format10075msgid "$reference is not valid reference"10076msgstr ""1007710078#: git-stash.sh:42410079#, sh-format10080msgid "'$args' is not a stash-like commit"10081msgstr ""1008210083#: git-stash.sh:43510084#, sh-format10085msgid "'$args' is not a stash reference"10086msgstr ""1008710088#: git-stash.sh:44310089msgid "unable to refresh index"10090msgstr ""1009110092#: git-stash.sh:44710093msgid "Cannot apply a stash in the middle of a merge"10094msgstr ""1009510096#: git-stash.sh:45510097msgid "Conflicts in index. Try without --index."10098msgstr ""1009910100#: git-stash.sh:45710101msgid "Could not save index tree"10102msgstr ""1010310104#: git-stash.sh:49110105msgid "Cannot unstage modified files"10106msgstr ""1010710108#: git-stash.sh:50610109msgid "Index was not unstashed."10110msgstr ""1011110112#: git-stash.sh:52310113#, sh-format10114msgid "Dropped ${REV} ($s)"10115msgstr ""1011610117#: git-stash.sh:52410118#, sh-format10119msgid "${REV}: Could not drop stash entry"10120msgstr ""1012110122#: git-stash.sh:53110123msgid "No branch name specified"10124msgstr ""1012510126#: git-stash.sh:60310127msgid "(To restore them type \"git stash apply\")"10128msgstr ""1012910130#: git-submodule.sh:9510131#, sh-format10132msgid "cannot strip one component off url '$remoteurl'"10133msgstr ""1013410135#: git-submodule.sh:23710136#, sh-format10137msgid "No submodule mapping found in .gitmodules for path '$sm_path'"10138msgstr ""1013910140#: git-submodule.sh:28110141#, sh-format10142msgid "Clone of '$url' into submodule path '$sm_path' failed"10143msgstr ""1014410145#: git-submodule.sh:29310146#, sh-format10147msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"10148msgstr ""1014910150#: git-submodule.sh:40310151msgid "Relative path can only be used from the toplevel of the working tree"10152msgstr ""1015310154#: git-submodule.sh:41310155#, sh-format10156msgid "repo URL: '$repo' must be absolute or begin with ./|../"10157msgstr ""1015810159#: git-submodule.sh:43010160#, sh-format10161msgid "'$sm_path' already exists in the index"10162msgstr ""1016310164#: git-submodule.sh:43410165#, sh-format10166msgid ""10167"The following path is ignored by one of your .gitignore files:\n"10168"$sm_path\n"10169"Use -f if you really want to add it."10170msgstr ""1017110172#: git-submodule.sh:45210173#, sh-format10174msgid "Adding existing repo at '$sm_path' to the index"10175msgstr ""1017610177#: git-submodule.sh:45410178#, sh-format10179msgid "'$sm_path' already exists and is not a valid git repo"10180msgstr ""1018110182#: git-submodule.sh:46210183#, sh-format10184msgid "A git directory for '$sm_name' is found locally with remote(s):"10185msgstr ""1018610187#: git-submodule.sh:46410188#, sh-format10189msgid ""10190"If you want to reuse this local git directory instead of cloning again from"10191msgstr ""1019210193#: git-submodule.sh:46610194#, sh-format10195msgid ""10196"use the '--force' option. If the local git directory is not the correct repo"10197msgstr ""1019810199#: git-submodule.sh:46710200#, sh-format10201msgid ""10202"or you are unsure what this means choose another name with the '--name' "10203"option."10204msgstr ""1020510206#: git-submodule.sh:46910207#, sh-format10208msgid "Reactivating local git directory for submodule '$sm_name'."10209msgstr ""1021010211#: git-submodule.sh:48110212#, sh-format10213msgid "Unable to checkout submodule '$sm_path'"10214msgstr ""1021510216#: git-submodule.sh:48610217#, sh-format10218msgid "Failed to add submodule '$sm_path'"10219msgstr ""1022010221#: git-submodule.sh:49510222#, sh-format10223msgid "Failed to register submodule '$sm_path'"10224msgstr ""1022510226#: git-submodule.sh:53910227#, sh-format10228msgid "Entering '$prefix$displaypath'"10229msgstr ""1023010231#: git-submodule.sh:55910232#, sh-format10233msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."10234msgstr ""1023510236#: git-submodule.sh:60510237#, sh-format10238msgid "No url found for submodule path '$displaypath' in .gitmodules"10239msgstr ""1024010241#: git-submodule.sh:61410242#, sh-format10243msgid "Failed to register url for submodule path '$displaypath'"10244msgstr ""1024510246#: git-submodule.sh:61610247#, sh-format10248msgid "Submodule '$name' ($url) registered for path '$displaypath'"10249msgstr ""1025010251#: git-submodule.sh:63310252#, sh-format10253msgid "Failed to register update mode for submodule path '$displaypath'"10254msgstr ""1025510256#: git-submodule.sh:67110257#, sh-format10258msgid "Use '.' if you really want to deinitialize all submodules"10259msgstr ""1026010261#: git-submodule.sh:68810262#, sh-format10263msgid "Submodule work tree '$displaypath' contains a .git directory"10264msgstr ""1026510266#: git-submodule.sh:68910267#, sh-format10268msgid ""10269"(use 'rm -rf' if you really want to remove it including all of its history)"10270msgstr ""1027110272#: git-submodule.sh:69510273#, sh-format10274msgid ""10275"Submodule work tree '$displaypath' contains local modifications; use '-f' to "10276"discard them"10277msgstr ""1027810279#: git-submodule.sh:69810280#, sh-format10281msgid "Cleared directory '$displaypath'"10282msgstr ""1028310284#: git-submodule.sh:69910285#, sh-format10286msgid "Could not remove submodule work tree '$displaypath'"10287msgstr ""1028810289#: git-submodule.sh:70210290#, sh-format10291msgid "Could not create empty submodule directory '$displaypath'"10292msgstr ""1029310294#: git-submodule.sh:71110295#, sh-format10296msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"10297msgstr ""1029810299#: git-submodule.sh:83410300#, sh-format10301msgid ""10302"Submodule path '$displaypath' not initialized\n"10303"Maybe you want to use 'update --init'?"10304msgstr ""1030510306#: git-submodule.sh:84710307#, sh-format10308msgid "Unable to find current revision in submodule path '$displaypath'"10309msgstr ""1031010311#: git-submodule.sh:85610312#, sh-format10313msgid "Unable to fetch in submodule path '$sm_path'"10314msgstr ""1031510316#: git-submodule.sh:88010317#, sh-format10318msgid "Unable to fetch in submodule path '$displaypath'"10319msgstr ""1032010321#: git-submodule.sh:89410322#, sh-format10323msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"10324msgstr ""1032510326#: git-submodule.sh:89510327#, sh-format10328msgid "Submodule path '$displaypath': rebased into '$sha1'"10329msgstr ""1033010331#: git-submodule.sh:90010332#, sh-format10333msgid "Unable to merge '$sha1' in submodule path '$displaypath'"10334msgstr ""1033510336#: git-submodule.sh:90110337#, sh-format10338msgid "Submodule path '$displaypath': merged in '$sha1'"10339msgstr ""1034010341#: git-submodule.sh:90610342#, sh-format10343msgid ""10344"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"10345msgstr ""1034610347#: git-submodule.sh:90710348#, sh-format10349msgid "Submodule path '$prefix$sm_path': '$command $sha1'"10350msgstr ""1035110352#: git-submodule.sh:91210353#, sh-format10354msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"10355msgstr ""1035610357#: git-submodule.sh:91310358#, sh-format10359msgid "Submodule path '$displaypath': checked out '$sha1'"10360msgstr ""1036110362#: git-submodule.sh:94010363#, sh-format10364msgid "Failed to recurse into submodule path '$displaypath'"10365msgstr ""1036610367#: git-submodule.sh:104810368msgid "The --cached option cannot be used with the --files option"10369msgstr ""1037010371#. unexpected type10372#: git-submodule.sh:109610373#, sh-format10374msgid "unexpected mode $mod_dst"10375msgstr ""1037610377#: git-submodule.sh:111610378#, sh-format10379msgid " Warn: $display_name doesn't contain commit $sha1_src"10380msgstr ""1038110382#: git-submodule.sh:111910383#, sh-format10384msgid " Warn: $display_name doesn't contain commit $sha1_dst"10385msgstr ""1038610387#: git-submodule.sh:112210388#, sh-format10389msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"10390msgstr ""1039110392#: git-submodule.sh:114710393msgid "blob"10394msgstr ""1039510396#: git-submodule.sh:126110397#, sh-format10398msgid "Failed to recurse into submodule path '$sm_path'"10399msgstr ""1040010401#: git-submodule.sh:132510402#, sh-format10403msgid "Synchronizing submodule url for '$displaypath'"10404msgstr ""