po / bg.poon commit tree-diff: no need to manually verify that there is no mode change for a path (e197c2b)
   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:353
1002#, c-format
1003msgid "%s: pathspec magic not supported by this command: %s"
1004msgstr ""
1005
1006#: pathspec.c:433
1007#, c-format
1008msgid "pathspec '%s' is beyond a symbolic link"
1009msgstr ""
1010
1011#: pathspec.c:442
1012msgid ""
1013"There is nothing to exclude from by :(exclude) patterns.\n"
1014"Perhaps you forgot to add either ':/' or '.' ?"
1015msgstr ""
1016
1017#: remote.c:753
1018#, c-format
1019msgid "Cannot fetch both %s and %s to %s"
1020msgstr "Невъзможно е да се доставят едновременно и „%s“, и „%s“ към „%s“"
1021
1022#: remote.c:757
1023#, c-format
1024msgid "%s usually tracks %s, not %s"
1025msgstr "„%s“ обикновено следи „%s“, а не „%s“"
1026
1027#: remote.c:761
1028#, c-format
1029msgid "%s tracks both %s and %s"
1030msgstr "„%s“ следи както „%s“, така и „%s“"
1031
1032#.
1033#. * This last possibility doesn't occur because
1034#. * FETCH_HEAD_IGNORE entries always appear at
1035#. * the end of the list.
1036#.
1037#: remote.c:769
1038msgid "Internal error"
1039msgstr "Вътрешна грешка"
1040
1041#: remote.c:1871
1042#, c-format
1043msgid "Your branch is based on '%s', but the upstream is gone.\n"
1044msgstr "Този клон следи „%s“, но следеният клон е изтрит.\n"
1045
1046#: remote.c:1875
1047msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1048msgstr "  (за да коригирате това използвайте „git branch --unset-upstream“)\n"
1049
1050#: remote.c:1878
1051#, c-format
1052msgid "Your branch is up-to-date with '%s'.\n"
1053msgstr "Клонът е актуализиран както „%s“.\n"
1054
1055#: remote.c:1882
1056#, c-format
1057msgid "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"
1061
1062#: remote.c:1888
1063msgid "  (use \"git push\" to publish your local commits)\n"
1064msgstr "  (публикувайте локалните си промени чрез „git push“)\n"
1065
1066#: remote.c:1891
1067#, c-format
1068msgid "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"
1075
1076#: remote.c:1899
1077msgid "  (use \"git pull\" to update your local branch)\n"
1078msgstr "  (обновете локалния си клон чрез „git pull“)\n"
1079
1080#: remote.c:1902
1081#, c-format
1082msgid ""
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"
1094
1095#: remote.c:1912
1096msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1097msgstr "  (слейте отдалечения клон в локалния чрез „git pull“)\n"
1098
1099#: run-command.c:80
1100msgid "open /dev/null failed"
1101msgstr "неуспешно отваряне на „/dev/null“"
1102
1103#: run-command.c:82
1104#, c-format
1105msgid "dup2(%d,%d) failed"
1106msgstr "неуспешно изпълнение на dup2(%d,%d)"
1107
1108#: sequencer.c:206 builtin/merge.c:783 builtin/merge.c:896
1109#: builtin/merge.c:1006 builtin/merge.c:1016
1110#, c-format
1111msgid "Could not open '%s' for writing"
1112msgstr ""
1113
1114#: sequencer.c:208 builtin/merge.c:343 builtin/merge.c:786
1115#: builtin/merge.c:1008 builtin/merge.c:1021
1116#, c-format
1117msgid "Could not write to '%s'"
1118msgstr ""
1119
1120#: sequencer.c:229
1121msgid ""
1122"after resolving the conflicts, mark the corrected paths\n"
1123"with 'git add <paths>' or 'git rm <paths>'"
1124msgstr ""
1125
1126#: sequencer.c:232
1127msgid ""
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 ""
1132
1133#: sequencer.c:245 sequencer.c:870 sequencer.c:953
1134#, c-format
1135msgid "Could not write to %s"
1136msgstr ""
1137
1138#: sequencer.c:248
1139#, c-format
1140msgid "Error wrapping up %s"
1141msgstr ""
1142
1143#: sequencer.c:263
1144msgid "Your local changes would be overwritten by cherry-pick."
1145msgstr ""
1146
1147#: sequencer.c:265
1148msgid "Your local changes would be overwritten by revert."
1149msgstr ""
1150
1151#: sequencer.c:268
1152msgid "Commit your changes or stash them to proceed."
1153msgstr ""
1154
1155#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1156#: sequencer.c:325
1157#, c-format
1158msgid "%s: Unable to write new index file"
1159msgstr ""
1160
1161#: sequencer.c:356
1162msgid "Could not resolve HEAD commit\n"
1163msgstr ""
1164
1165#: sequencer.c:378
1166msgid "Unable to update cache tree\n"
1167msgstr ""
1168
1169#: sequencer.c:423
1170#, c-format
1171msgid "Could not parse commit %s\n"
1172msgstr ""
1173
1174#: sequencer.c:428
1175#, c-format
1176msgid "Could not parse parent commit %s\n"
1177msgstr ""
1178
1179#: sequencer.c:494
1180msgid "Your index file is unmerged."
1181msgstr ""
1182
1183#: sequencer.c:513
1184#, c-format
1185msgid "Commit %s is a merge but no -m option was given."
1186msgstr ""
1187
1188#: sequencer.c:521
1189#, c-format
1190msgid "Commit %s does not have parent %d"
1191msgstr ""
1192
1193#: sequencer.c:525
1194#, c-format
1195msgid "Mainline was specified but commit %s is not a merge."
1196msgstr ""
1197
1198#. TRANSLATORS: The first %s will be "revert" or
1199#. "cherry-pick", the second %s a SHA1
1200#: sequencer.c:538
1201#, c-format
1202msgid "%s: cannot parse parent commit %s"
1203msgstr ""
1204
1205#: sequencer.c:542
1206#, c-format
1207msgid "Cannot get commit message for %s"
1208msgstr ""
1209
1210#: sequencer.c:628
1211#, c-format
1212msgid "could not revert %s... %s"
1213msgstr ""
1214
1215#: sequencer.c:629
1216#, c-format
1217msgid "could not apply %s... %s"
1218msgstr ""
1219
1220#: sequencer.c:665
1221msgid "empty commit set passed"
1222msgstr ""
1223
1224#: sequencer.c:673
1225#, c-format
1226msgid "git %s: failed to read the index"
1227msgstr ""
1228
1229#: sequencer.c:678
1230#, c-format
1231msgid "git %s: failed to refresh the index"
1232msgstr ""
1233
1234#: sequencer.c:736
1235#, c-format
1236msgid "Cannot %s during a %s"
1237msgstr ""
1238
1239#: sequencer.c:758
1240#, c-format
1241msgid "Could not parse line %d."
1242msgstr ""
1243
1244#: sequencer.c:763
1245msgid "No commits parsed."
1246msgstr ""
1247
1248#: sequencer.c:776
1249#, c-format
1250msgid "Could not open %s"
1251msgstr ""
1252
1253#: sequencer.c:780
1254#, c-format
1255msgid "Could not read %s."
1256msgstr ""
1257
1258#: sequencer.c:787
1259#, c-format
1260msgid "Unusable instruction sheet: %s"
1261msgstr ""
1262
1263#: sequencer.c:815
1264#, c-format
1265msgid "Invalid key: %s"
1266msgstr ""
1267
1268#: sequencer.c:818
1269#, c-format
1270msgid "Invalid value for %s: %s"
1271msgstr ""
1272
1273#: sequencer.c:830
1274#, c-format
1275msgid "Malformed options sheet: %s"
1276msgstr ""
1277
1278#: sequencer.c:851
1279msgid "a cherry-pick or revert is already in progress"
1280msgstr ""
1281
1282#: sequencer.c:852
1283msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1284msgstr ""
1285
1286#: sequencer.c:856
1287#, c-format
1288msgid "Could not create sequencer directory %s"
1289msgstr ""
1290
1291#: sequencer.c:872 sequencer.c:957
1292#, c-format
1293msgid "Error wrapping up %s."
1294msgstr ""
1295
1296#: sequencer.c:891 sequencer.c:1025
1297msgid "no cherry-pick or revert in progress"
1298msgstr ""
1299
1300#: sequencer.c:893
1301msgid "cannot resolve HEAD"
1302msgstr ""
1303
1304#: sequencer.c:895
1305msgid "cannot abort from a branch yet to be born"
1306msgstr ""
1307
1308#: sequencer.c:917 builtin/apply.c:4061
1309#, c-format
1310msgid "cannot open %s: %s"
1311msgstr ""
1312
1313#: sequencer.c:920
1314#, c-format
1315msgid "cannot read %s: %s"
1316msgstr ""
1317
1318#: sequencer.c:921
1319msgid "unexpected end of file"
1320msgstr ""
1321
1322#: sequencer.c:927
1323#, c-format
1324msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1325msgstr ""
1326
1327#: sequencer.c:950
1328#, c-format
1329msgid "Could not format %s."
1330msgstr ""
1331
1332#: sequencer.c:1093
1333#, c-format
1334msgid "%s: can't cherry-pick a %s"
1335msgstr ""
1336
1337#: sequencer.c:1096
1338#, c-format
1339msgid "%s: bad revision"
1340msgstr ""
1341
1342#: sequencer.c:1130
1343msgid "Can't revert as initial commit"
1344msgstr ""
1345
1346#: sequencer.c:1131
1347msgid "Can't cherry-pick into empty head"
1348msgstr ""
1349
1350#: sha1_name.c:439
1351msgid ""
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 ""
1362
1363#: sha1_name.c:1109
1364msgid "HEAD does not point to a branch"
1365msgstr ""
1366
1367#: sha1_name.c:1112
1368#, c-format
1369msgid "No such branch: '%s'"
1370msgstr ""
1371
1372#: sha1_name.c:1114
1373#, c-format
1374msgid "No upstream configured for branch '%s'"
1375msgstr ""
1376
1377#: sha1_name.c:1118
1378#, c-format
1379msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1380msgstr ""
1381
1382#: submodule.c:64 submodule.c:98
1383msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1384msgstr ""
1385
1386#: submodule.c:68 submodule.c:102
1387#, c-format
1388msgid "Could not find section in .gitmodules where path=%s"
1389msgstr ""
1390
1391#. Maybe the user already did that, don't error out here
1392#: submodule.c:76
1393#, c-format
1394msgid "Could not update .gitmodules entry %s"
1395msgstr ""
1396
1397#. Maybe the user already did that, don't error out here
1398#: submodule.c:109
1399#, c-format
1400msgid "Could not remove .gitmodules entry for %s"
1401msgstr ""
1402
1403#: submodule.c:127
1404msgid "could not find .gitmodules in index"
1405msgstr ""
1406
1407#: submodule.c:133
1408msgid "reading updated .gitmodules failed"
1409msgstr ""
1410
1411#: submodule.c:135
1412msgid "unable to stat updated .gitmodules"
1413msgstr ""
1414
1415#: submodule.c:139
1416msgid "unable to remove .gitmodules from index"
1417msgstr ""
1418
1419#: submodule.c:141
1420msgid "adding updated .gitmodules failed"
1421msgstr ""
1422
1423#: submodule.c:143
1424msgid "staging updated .gitmodules failed"
1425msgstr ""
1426
1427#: submodule.c:1144 builtin/init-db.c:363
1428#, c-format
1429msgid "Could not create git link %s"
1430msgstr ""
1431
1432#: submodule.c:1155
1433#, c-format
1434msgid "Could not set core.worktree in %s"
1435msgstr ""
1436
1437#: urlmatch.c:120
1438msgid "invalid URL scheme name or missing '://' suffix"
1439msgstr ""
1440
1441#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1442#, c-format
1443msgid "invalid %XX escape sequence"
1444msgstr ""
1445
1446#: urlmatch.c:172
1447msgid "missing host and scheme is not 'file:'"
1448msgstr ""
1449
1450#: urlmatch.c:189
1451msgid "a 'file:' URL may not have a port number"
1452msgstr ""
1453
1454#: urlmatch.c:199
1455msgid "invalid characters in host name"
1456msgstr ""
1457
1458#: urlmatch.c:244 urlmatch.c:255
1459msgid "invalid port number"
1460msgstr ""
1461
1462#: urlmatch.c:322
1463msgid "invalid '..' path segment"
1464msgstr ""
1465
1466#: wrapper.c:422
1467#, c-format
1468msgid "unable to access '%s': %s"
1469msgstr ""
1470
1471#: wrapper.c:443
1472#, c-format
1473msgid "unable to access '%s'"
1474msgstr ""
1475
1476#: wrapper.c:454
1477#, c-format
1478msgid "unable to look up current user in the passwd file: %s"
1479msgstr ""
1480
1481#: wrapper.c:455
1482msgid "no such user"
1483msgstr ""
1484
1485#: wt-status.c:150
1486msgid "Unmerged paths:"
1487msgstr ""
1488
1489#: wt-status.c:177 wt-status.c:204
1490#, c-format
1491msgid "  (use \"git reset %s <file>...\" to unstage)"
1492msgstr ""
1493
1494#: wt-status.c:179 wt-status.c:206
1495msgid "  (use \"git rm --cached <file>...\" to unstage)"
1496msgstr ""
1497
1498#: wt-status.c:183
1499msgid "  (use \"git add <file>...\" to mark resolution)"
1500msgstr ""
1501
1502#: wt-status.c:185 wt-status.c:189
1503msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1504msgstr ""
1505
1506#: wt-status.c:187
1507msgid "  (use \"git rm <file>...\" to mark resolution)"
1508msgstr ""
1509
1510#: wt-status.c:198
1511msgid "Changes to be committed:"
1512msgstr ""
1513
1514#: wt-status.c:216
1515msgid "Changes not staged for commit:"
1516msgstr ""
1517
1518#: wt-status.c:220
1519msgid "  (use \"git add <file>...\" to update what will be committed)"
1520msgstr ""
1521
1522#: wt-status.c:222
1523msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1524msgstr ""
1525
1526#: wt-status.c:223
1527msgid ""
1528"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1529msgstr ""
1530
1531#: wt-status.c:225
1532msgid "  (commit or discard the untracked or modified content in submodules)"
1533msgstr ""
1534
1535#: wt-status.c:237
1536#, c-format
1537msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1538msgstr ""
1539
1540#: wt-status.c:254
1541msgid "bug"
1542msgstr ""
1543
1544#: wt-status.c:259
1545msgid "both deleted:"
1546msgstr ""
1547
1548#: wt-status.c:260
1549msgid "added by us:"
1550msgstr ""
1551
1552#: wt-status.c:261
1553msgid "deleted by them:"
1554msgstr ""
1555
1556#: wt-status.c:262
1557msgid "added by them:"
1558msgstr ""
1559
1560#: wt-status.c:263
1561msgid "deleted by us:"
1562msgstr ""
1563
1564#: wt-status.c:264
1565msgid "both added:"
1566msgstr ""
1567
1568#: wt-status.c:265
1569msgid "both modified:"
1570msgstr ""
1571
1572#: wt-status.c:275
1573msgid "new file"
1574msgstr ""
1575
1576#: wt-status.c:277
1577msgid "copied"
1578msgstr ""
1579
1580#: wt-status.c:279
1581msgid "deleted"
1582msgstr ""
1583
1584#: wt-status.c:285
1585msgid "typechange"
1586msgstr ""
1587
1588#: wt-status.c:287
1589msgid "unknown"
1590msgstr ""
1591
1592#: wt-status.c:289
1593msgid "unmerged"
1594msgstr ""
1595
1596#: wt-status.c:336
1597msgid "new commits, "
1598msgstr ""
1599
1600#: wt-status.c:338
1601msgid "modified content, "
1602msgstr ""
1603
1604#: wt-status.c:340
1605msgid "untracked content, "
1606msgstr ""
1607
1608#: wt-status.c:357
1609#, c-format
1610msgid "bug: unhandled diff status %c"
1611msgstr ""
1612
1613#: wt-status.c:732
1614msgid "Submodules changed but not updated:"
1615msgstr ""
1616
1617#: wt-status.c:734
1618msgid "Submodule changes to be committed:"
1619msgstr ""
1620
1621#: wt-status.c:836
1622msgid ""
1623"Do not touch the line above.\n"
1624"Everything below will be removed."
1625msgstr ""
1626
1627#: wt-status.c:899
1628msgid "You have unmerged paths."
1629msgstr ""
1630
1631#: wt-status.c:902
1632msgid "  (fix conflicts and run \"git commit\")"
1633msgstr ""
1634
1635#: wt-status.c:905
1636msgid "All conflicts fixed but you are still merging."
1637msgstr ""
1638
1639#: wt-status.c:908
1640msgid "  (use \"git commit\" to conclude merge)"
1641msgstr ""
1642
1643#: wt-status.c:918
1644msgid "You are in the middle of an am session."
1645msgstr ""
1646
1647#: wt-status.c:921
1648msgid "The current patch is empty."
1649msgstr ""
1650
1651#: wt-status.c:925
1652msgid "  (fix conflicts and then run \"git am --continue\")"
1653msgstr ""
1654
1655#: wt-status.c:927
1656msgid "  (use \"git am --skip\" to skip this patch)"
1657msgstr ""
1658
1659#: wt-status.c:929
1660msgid "  (use \"git am --abort\" to restore the original branch)"
1661msgstr ""
1662
1663#: wt-status.c:989 wt-status.c:1006
1664#, c-format
1665msgid "You are currently rebasing branch '%s' on '%s'."
1666msgstr ""
1667
1668#: wt-status.c:994 wt-status.c:1011
1669msgid "You are currently rebasing."
1670msgstr ""
1671
1672#: wt-status.c:997
1673msgid "  (fix conflicts and then run \"git rebase --continue\")"
1674msgstr ""
1675
1676#: wt-status.c:999
1677msgid "  (use \"git rebase --skip\" to skip this patch)"
1678msgstr ""
1679
1680#: wt-status.c:1001
1681msgid "  (use \"git rebase --abort\" to check out the original branch)"
1682msgstr ""
1683
1684#: wt-status.c:1014
1685msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1686msgstr ""
1687
1688#: wt-status.c:1018
1689#, c-format
1690msgid ""
1691"You are currently splitting a commit while rebasing branch '%s' on '%s'."
1692msgstr ""
1693
1694#: wt-status.c:1023
1695msgid "You are currently splitting a commit during a rebase."
1696msgstr ""
1697
1698#: wt-status.c:1026
1699msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1700msgstr ""
1701
1702#: wt-status.c:1030
1703#, c-format
1704msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1705msgstr ""
1706
1707#: wt-status.c:1035
1708msgid "You are currently editing a commit during a rebase."
1709msgstr ""
1710
1711#: wt-status.c:1038
1712msgid "  (use \"git commit --amend\" to amend the current commit)"
1713msgstr ""
1714
1715#: wt-status.c:1040
1716msgid ""
1717"  (use \"git rebase --continue\" once you are satisfied with your changes)"
1718msgstr ""
1719
1720#: wt-status.c:1050
1721#, c-format
1722msgid "You are currently cherry-picking commit %s."
1723msgstr ""
1724
1725#: wt-status.c:1055
1726msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1727msgstr ""
1728
1729#: wt-status.c:1058
1730msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1731msgstr ""
1732
1733#: wt-status.c:1060
1734msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1735msgstr ""
1736
1737#: wt-status.c:1069
1738#, c-format
1739msgid "You are currently reverting commit %s."
1740msgstr ""
1741
1742#: wt-status.c:1074
1743msgid "  (fix conflicts and run \"git revert --continue\")"
1744msgstr ""
1745
1746#: wt-status.c:1077
1747msgid "  (all conflicts fixed: run \"git revert --continue\")"
1748msgstr ""
1749
1750#: wt-status.c:1079
1751msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1752msgstr ""
1753
1754#: wt-status.c:1090
1755#, c-format
1756msgid "You are currently bisecting, started from branch '%s'."
1757msgstr ""
1758
1759#: wt-status.c:1094
1760msgid "You are currently bisecting."
1761msgstr ""
1762
1763#: wt-status.c:1097
1764msgid "  (use \"git bisect reset\" to get back to the original branch)"
1765msgstr ""
1766
1767#: wt-status.c:1272
1768msgid "On branch "
1769msgstr ""
1770
1771#: wt-status.c:1279
1772msgid "rebase in progress; onto "
1773msgstr ""
1774
1775#: wt-status.c:1286
1776msgid "HEAD detached at "
1777msgstr ""
1778
1779#: wt-status.c:1288
1780msgid "HEAD detached from "
1781msgstr ""
1782
1783#: wt-status.c:1291
1784msgid "Not currently on any branch."
1785msgstr ""
1786
1787#: wt-status.c:1308
1788msgid "Initial commit"
1789msgstr ""
1790
1791#: wt-status.c:1322
1792msgid "Untracked files"
1793msgstr ""
1794
1795#: wt-status.c:1324
1796msgid "Ignored files"
1797msgstr ""
1798
1799#: wt-status.c:1328
1800#, c-format
1801msgid ""
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 ""
1806
1807#: wt-status.c:1334
1808#, c-format
1809msgid "Untracked files not listed%s"
1810msgstr ""
1811
1812#: wt-status.c:1336
1813msgid " (use -u option to show untracked files)"
1814msgstr ""
1815
1816#: wt-status.c:1342
1817msgid "No changes"
1818msgstr ""
1819
1820#: wt-status.c:1347
1821#, c-format
1822msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1823msgstr ""
1824
1825#: wt-status.c:1350
1826#, c-format
1827msgid "no changes added to commit\n"
1828msgstr ""
1829
1830#: wt-status.c:1353
1831#, c-format
1832msgid ""
1833"nothing added to commit but untracked files present (use \"git add\" to "
1834"track)\n"
1835msgstr ""
1836
1837#: wt-status.c:1356
1838#, c-format
1839msgid "nothing added to commit but untracked files present\n"
1840msgstr ""
1841
1842#: wt-status.c:1359
1843#, c-format
1844msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1845msgstr ""
1846
1847#: wt-status.c:1362 wt-status.c:1367
1848#, c-format
1849msgid "nothing to commit\n"
1850msgstr ""
1851
1852#: wt-status.c:1365
1853#, c-format
1854msgid "nothing to commit (use -u to show untracked files)\n"
1855msgstr ""
1856
1857#: wt-status.c:1369
1858#, c-format
1859msgid "nothing to commit, working directory clean\n"
1860msgstr ""
1861
1862#: wt-status.c:1478
1863msgid "HEAD (no branch)"
1864msgstr ""
1865
1866#: wt-status.c:1484
1867msgid "Initial commit on "
1868msgstr ""
1869
1870#: wt-status.c:1514
1871msgid "gone"
1872msgstr ""
1873
1874#: wt-status.c:1516
1875msgid "behind "
1876msgstr ""
1877
1878#: wt-status.c:1519 wt-status.c:1522
1879msgid "ahead "
1880msgstr ""
1881
1882#: wt-status.c:1524
1883msgid ", behind "
1884msgstr ""
1885
1886#: compat/precompose_utf8.c:55 builtin/clone.c:356
1887#, c-format
1888msgid "failed to unlink '%s'"
1889msgstr ""
1890
1891#: builtin/add.c:20
1892msgid "git add [options] [--] <pathspec>..."
1893msgstr ""
1894
1895#.
1896#. * To be consistent with "git add -p" and most Git
1897#. * commands, we should default to being tree-wide, but
1898#. * this is not the original behavior and can't be
1899#. * changed until users trained themselves not to type
1900#. * "git add -u" or "git add -A". For now, we warn and
1901#. * keep the old behavior. Later, the behavior can be changed
1902#. * to tree-wide, keeping the warning for a while, and
1903#. * eventually we can drop the warning.
1904#.
1905#: builtin/add.c:58
1906#, c-format
1907msgid ""
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 ""
1924
1925#: builtin/add.c:100
1926#, c-format
1927msgid ""
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 ""
1940
1941#: builtin/add.c:144
1942#, c-format
1943msgid "unexpected diff status %c"
1944msgstr ""
1945
1946#: builtin/add.c:149 builtin/commit.c:260
1947msgid "updating files failed"
1948msgstr ""
1949
1950#: builtin/add.c:163
1951#, c-format
1952msgid "remove '%s'\n"
1953msgstr ""
1954
1955#: builtin/add.c:237
1956msgid "Unstaged changes after refreshing the index:"
1957msgstr ""
1958
1959#: builtin/add.c:299
1960msgid "Could not read the index"
1961msgstr ""
1962
1963#: builtin/add.c:310
1964#, c-format
1965msgid "Could not open '%s' for writing."
1966msgstr ""
1967
1968#: builtin/add.c:314
1969msgid "Could not write patch"
1970msgstr ""
1971
1972#: builtin/add.c:319
1973#, c-format
1974msgid "Could not stat '%s'"
1975msgstr ""
1976
1977#: builtin/add.c:321
1978msgid "Empty patch. Aborted."
1979msgstr ""
1980
1981#: builtin/add.c:327
1982#, c-format
1983msgid "Could not apply '%s'"
1984msgstr ""
1985
1986#: builtin/add.c:337
1987msgid "The following paths are ignored by one of your .gitignore files:\n"
1988msgstr ""
1989
1990#: builtin/add.c:354 builtin/clean.c:875 builtin/fetch.c:93 builtin/mv.c:70
1991#: builtin/prune-packed.c:77 builtin/push.c:506 builtin/remote.c:1344
1992#: builtin/rm.c:269
1993msgid "dry run"
1994msgstr "пробно изпълнeние"
1995
1996#: builtin/add.c:355 builtin/apply.c:4410 builtin/check-ignore.c:19
1997#: builtin/commit.c:1249 builtin/count-objects.c:95 builtin/fsck.c:612
1998#: builtin/log.c:1592 builtin/mv.c:69 builtin/read-tree.c:113
1999msgid "be verbose"
2000msgstr "повече подробности"
2001
2002#: builtin/add.c:357
2003msgid "interactive picking"
2004msgstr ""
2005
2006#: builtin/add.c:358 builtin/checkout.c:1109 builtin/reset.c:272
2007msgid "select hunks interactively"
2008msgstr ""
2009
2010#: builtin/add.c:359
2011msgid "edit current diff and apply"
2012msgstr ""
2013
2014#: builtin/add.c:360
2015msgid "allow adding otherwise ignored files"
2016msgstr ""
2017
2018#: builtin/add.c:361
2019msgid "update tracked files"
2020msgstr ""
2021
2022#: builtin/add.c:362
2023msgid "record only the fact that the path will be added later"
2024msgstr ""
2025
2026#: builtin/add.c:363
2027msgid "add changes from all tracked and untracked files"
2028msgstr ""
2029
2030#. takes no arguments
2031#: builtin/add.c:366
2032msgid "ignore paths removed in the working tree (same as --no-all)"
2033msgstr ""
2034
2035#: builtin/add.c:368
2036msgid "don't add, only refresh the index"
2037msgstr ""
2038
2039#: builtin/add.c:369
2040msgid "just skip files which cannot be added because of errors"
2041msgstr ""
2042
2043#: builtin/add.c:370
2044msgid "check if - even missing - files are ignored in dry run"
2045msgstr ""
2046
2047#: builtin/add.c:392
2048#, c-format
2049msgid "Use -f if you really want to add them.\n"
2050msgstr ""
2051
2052#: builtin/add.c:393
2053msgid "no files added"
2054msgstr ""
2055
2056#: builtin/add.c:399
2057msgid "adding files failed"
2058msgstr ""
2059
2060#: builtin/add.c:438
2061msgid "-A and -u are mutually incompatible"
2062msgstr ""
2063
2064#: builtin/add.c:456
2065msgid "Option --ignore-missing can only be used together with --dry-run"
2066msgstr ""
2067
2068#: builtin/add.c:486
2069#, c-format
2070msgid "Nothing specified, nothing added.\n"
2071msgstr ""
2072
2073#: builtin/add.c:487
2074#, c-format
2075msgid "Maybe you wanted to say 'git add .'?\n"
2076msgstr ""
2077
2078#: builtin/add.c:492 builtin/check-ignore.c:172 builtin/clean.c:919
2079#: builtin/commit.c:320 builtin/mv.c:90 builtin/reset.c:224 builtin/rm.c:299
2080msgid "index file corrupt"
2081msgstr "файлът с индекса е повреден"
2082
2083#: builtin/add.c:592 builtin/apply.c:4506 builtin/mv.c:270 builtin/rm.c:432
2084msgid "Unable to write new index file"
2085msgstr "Новият файл с индекса не може да бъде записан"
2086
2087#: builtin/apply.c:57
2088msgid "git apply [options] [<patch>...]"
2089msgstr ""
2090
2091#: builtin/apply.c:110
2092#, c-format
2093msgid "unrecognized whitespace option '%s'"
2094msgstr ""
2095
2096#: builtin/apply.c:125
2097#, c-format
2098msgid "unrecognized whitespace ignore option '%s'"
2099msgstr ""
2100
2101#: builtin/apply.c:823
2102#, c-format
2103msgid "Cannot prepare timestamp regexp %s"
2104msgstr ""
2105
2106#: builtin/apply.c:832
2107#, c-format
2108msgid "regexec returned %d for input: %s"
2109msgstr ""
2110
2111#: builtin/apply.c:913
2112#, c-format
2113msgid "unable to find filename in patch at line %d"
2114msgstr ""
2115
2116#: builtin/apply.c:945
2117#, c-format
2118msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2119msgstr ""
2120
2121#: builtin/apply.c:949
2122#, c-format
2123msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2124msgstr ""
2125
2126#: builtin/apply.c:950
2127#, c-format
2128msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2129msgstr ""
2130
2131#: builtin/apply.c:957
2132#, c-format
2133msgid "git apply: bad git-diff - expected /dev/null on line %d"
2134msgstr ""
2135
2136#: builtin/apply.c:1422
2137#, c-format
2138msgid "recount: unexpected line: %.*s"
2139msgstr ""
2140
2141#: builtin/apply.c:1479
2142#, c-format
2143msgid "patch fragment without header at line %d: %.*s"
2144msgstr ""
2145
2146#: builtin/apply.c:1496
2147#, c-format
2148msgid ""
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] ""
2156
2157#: builtin/apply.c:1656
2158msgid "new file depends on old contents"
2159msgstr ""
2160
2161#: builtin/apply.c:1658
2162msgid "deleted file still has contents"
2163msgstr ""
2164
2165#: builtin/apply.c:1684
2166#, c-format
2167msgid "corrupt patch at line %d"
2168msgstr ""
2169
2170#: builtin/apply.c:1720
2171#, c-format
2172msgid "new file %s depends on old contents"
2173msgstr ""
2174
2175#: builtin/apply.c:1722
2176#, c-format
2177msgid "deleted file %s still has contents"
2178msgstr ""
2179
2180#: builtin/apply.c:1725
2181#, c-format
2182msgid "** warning: file %s becomes empty but is not deleted"
2183msgstr ""
2184
2185#: builtin/apply.c:1871
2186#, c-format
2187msgid "corrupt binary patch at line %d: %.*s"
2188msgstr ""
2189
2190#. there has to be one hunk (forward hunk)
2191#: builtin/apply.c:1900
2192#, c-format
2193msgid "unrecognized binary patch at line %d"
2194msgstr ""
2195
2196#: builtin/apply.c:1986
2197#, c-format
2198msgid "patch with only garbage at line %d"
2199msgstr ""
2200
2201#: builtin/apply.c:2076
2202#, c-format
2203msgid "unable to read symlink %s"
2204msgstr ""
2205
2206#: builtin/apply.c:2080
2207#, c-format
2208msgid "unable to open or read %s"
2209msgstr ""
2210
2211#: builtin/apply.c:2688
2212#, c-format
2213msgid "invalid start of line: '%c'"
2214msgstr ""
2215
2216#: builtin/apply.c:2806
2217#, c-format
2218msgid "Hunk #%d succeeded at %d (offset %d line)."
2219msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2220msgstr[0] ""
2221msgstr[1] ""
2222
2223#: builtin/apply.c:2818
2224#, c-format
2225msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2226msgstr ""
2227
2228#: builtin/apply.c:2824
2229#, c-format
2230msgid ""
2231"while searching for:\n"
2232"%.*s"
2233msgstr ""
2234
2235#: builtin/apply.c:2843
2236#, c-format
2237msgid "missing binary patch data for '%s'"
2238msgstr ""
2239
2240#: builtin/apply.c:2946
2241#, c-format
2242msgid "binary patch does not apply to '%s'"
2243msgstr ""
2244
2245#: builtin/apply.c:2952
2246#, c-format
2247msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2248msgstr ""
2249
2250#: builtin/apply.c:2973
2251#, c-format
2252msgid "patch failed: %s:%ld"
2253msgstr ""
2254
2255#: builtin/apply.c:3095
2256#, c-format
2257msgid "cannot checkout %s"
2258msgstr ""
2259
2260#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:3194
2261#, c-format
2262msgid "read of %s failed"
2263msgstr ""
2264
2265#: builtin/apply.c:3174 builtin/apply.c:3396
2266#, c-format
2267msgid "path %s has been renamed/deleted"
2268msgstr ""
2269
2270#: builtin/apply.c:3255 builtin/apply.c:3410
2271#, c-format
2272msgid "%s: does not exist in index"
2273msgstr ""
2274
2275#: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:3424
2276#, c-format
2277msgid "%s: %s"
2278msgstr ""
2279
2280#: builtin/apply.c:3264 builtin/apply.c:3418
2281#, c-format
2282msgid "%s: does not match index"
2283msgstr ""
2284
2285#: builtin/apply.c:3366
2286msgid "removal patch leaves file contents"
2287msgstr ""
2288
2289#: builtin/apply.c:3435
2290#, c-format
2291msgid "%s: wrong type"
2292msgstr ""
2293
2294#: builtin/apply.c:3437
2295#, c-format
2296msgid "%s has type %o, expected %o"
2297msgstr ""
2298
2299#: builtin/apply.c:3538
2300#, c-format
2301msgid "%s: already exists in index"
2302msgstr ""
2303
2304#: builtin/apply.c:3541
2305#, c-format
2306msgid "%s: already exists in working directory"
2307msgstr ""
2308
2309#: builtin/apply.c:3561
2310#, c-format
2311msgid "new mode (%o) of %s does not match old mode (%o)"
2312msgstr ""
2313
2314#: builtin/apply.c:3566
2315#, c-format
2316msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2317msgstr ""
2318
2319#: builtin/apply.c:3574
2320#, c-format
2321msgid "%s: patch does not apply"
2322msgstr ""
2323
2324#: builtin/apply.c:3587
2325#, c-format
2326msgid "Checking patch %s..."
2327msgstr ""
2328
2329#: builtin/apply.c:3680 builtin/checkout.c:213 builtin/reset.c:127
2330#, c-format
2331msgid "make_cache_entry failed for path '%s'"
2332msgstr ""
2333
2334#: builtin/apply.c:3823
2335#, c-format
2336msgid "unable to remove %s from index"
2337msgstr ""
2338
2339#: builtin/apply.c:3851
2340#, c-format
2341msgid "corrupt patch for submodule %s"
2342msgstr ""
2343
2344#: builtin/apply.c:3855
2345#, c-format
2346msgid "unable to stat newly created file '%s'"
2347msgstr ""
2348
2349#: builtin/apply.c:3860
2350#, c-format
2351msgid "unable to create backing store for newly created file %s"
2352msgstr ""
2353
2354#: builtin/apply.c:3863 builtin/apply.c:3971
2355#, c-format
2356msgid "unable to add cache entry for %s"
2357msgstr ""
2358
2359#: builtin/apply.c:3896
2360#, c-format
2361msgid "closing file '%s'"
2362msgstr ""
2363
2364#: builtin/apply.c:3945
2365#, c-format
2366msgid "unable to write file '%s' mode %o"
2367msgstr ""
2368
2369#: builtin/apply.c:4032
2370#, c-format
2371msgid "Applied patch %s cleanly."
2372msgstr ""
2373
2374#: builtin/apply.c:4040
2375msgid "internal error"
2376msgstr ""
2377
2378#. Say this even without --verbose
2379#: builtin/apply.c:4043
2380#, c-format
2381msgid "Applying patch %%s with %d reject..."
2382msgid_plural "Applying patch %%s with %d rejects..."
2383msgstr[0] ""
2384msgstr[1] ""
2385
2386#: builtin/apply.c:4053
2387#, c-format
2388msgid "truncating .rej filename to %.*s.rej"
2389msgstr ""
2390
2391#: builtin/apply.c:4074
2392#, c-format
2393msgid "Hunk #%d applied cleanly."
2394msgstr ""
2395
2396#: builtin/apply.c:4077
2397#, c-format
2398msgid "Rejected hunk #%d."
2399msgstr ""
2400
2401#: builtin/apply.c:4227
2402msgid "unrecognized input"
2403msgstr ""
2404
2405#: builtin/apply.c:4238
2406msgid "unable to read index file"
2407msgstr ""
2408
2409#: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:90
2410#: builtin/fetch.c:78
2411msgid "path"
2412msgstr ""
2413
2414#: builtin/apply.c:4358
2415msgid "don't apply changes matching the given path"
2416msgstr ""
2417
2418#: builtin/apply.c:4361
2419msgid "apply changes matching the given path"
2420msgstr ""
2421
2422#: builtin/apply.c:4363
2423msgid "num"
2424msgstr ""
2425
2426#: builtin/apply.c:4364
2427msgid "remove <num> leading slashes from traditional diff paths"
2428msgstr ""
2429
2430#: builtin/apply.c:4367
2431msgid "ignore additions made by the patch"
2432msgstr ""
2433
2434#: builtin/apply.c:4369
2435msgid "instead of applying the patch, output diffstat for the input"
2436msgstr ""
2437
2438#: builtin/apply.c:4373
2439msgid "show number of added and deleted lines in decimal notation"
2440msgstr ""
2441
2442#: builtin/apply.c:4375
2443msgid "instead of applying the patch, output a summary for the input"
2444msgstr ""
2445
2446#: builtin/apply.c:4377
2447msgid "instead of applying the patch, see if the patch is applicable"
2448msgstr ""
2449
2450#: builtin/apply.c:4379
2451msgid "make sure the patch is applicable to the current index"
2452msgstr ""
2453
2454#: builtin/apply.c:4381
2455msgid "apply a patch without touching the working tree"
2456msgstr ""
2457
2458#: builtin/apply.c:4383
2459msgid "also apply the patch (use with --stat/--summary/--check)"
2460msgstr ""
2461
2462#: builtin/apply.c:4385
2463msgid "attempt three-way merge if a patch does not apply"
2464msgstr ""
2465
2466#: builtin/apply.c:4387
2467msgid "build a temporary index based on embedded index information"
2468msgstr ""
2469
2470#: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:452
2471msgid "paths are separated with NUL character"
2472msgstr ""
2473
2474#: builtin/apply.c:4392
2475#, fuzzy
2476msgid "ensure at least <n> lines of context match"
2477msgstr "<брой>"
2478
2479#: builtin/apply.c:4393
2480msgid "action"
2481msgstr ""
2482
2483#: builtin/apply.c:4394
2484msgid "detect new or modified lines that have whitespace errors"
2485msgstr ""
2486
2487#: builtin/apply.c:4397 builtin/apply.c:4400
2488msgid "ignore changes in whitespace when finding context"
2489msgstr ""
2490
2491#: builtin/apply.c:4403
2492msgid "apply the patch in reverse"
2493msgstr ""
2494
2495#: builtin/apply.c:4405
2496msgid "don't expect at least one line of context"
2497msgstr ""
2498
2499#: builtin/apply.c:4407
2500msgid "leave the rejected hunks in corresponding *.rej files"
2501msgstr ""
2502
2503#: builtin/apply.c:4409
2504msgid "allow overlapping hunks"
2505msgstr ""
2506
2507#: builtin/apply.c:4412
2508msgid "tolerate incorrectly detected missing new-line at the end of file"
2509msgstr ""
2510
2511#: builtin/apply.c:4415
2512msgid "do not trust the line counts in the hunk headers"
2513msgstr ""
2514
2515#: builtin/apply.c:4417
2516msgid "root"
2517msgstr ""
2518
2519#: builtin/apply.c:4418
2520msgid "prepend <root> to all filenames"
2521msgstr ""
2522
2523#: builtin/apply.c:4440
2524msgid "--3way outside a repository"
2525msgstr ""
2526
2527#: builtin/apply.c:4448
2528msgid "--index outside a repository"
2529msgstr ""
2530
2531#: builtin/apply.c:4451
2532msgid "--cached outside a repository"
2533msgstr ""
2534
2535#: builtin/apply.c:4467
2536#, c-format
2537msgid "can't open patch '%s'"
2538msgstr ""
2539
2540#: builtin/apply.c:4481
2541#, c-format
2542msgid "squelched %d whitespace error"
2543msgid_plural "squelched %d whitespace errors"
2544msgstr[0] ""
2545msgstr[1] ""
2546
2547#: builtin/apply.c:4487 builtin/apply.c:4497
2548#, c-format
2549msgid "%d line adds whitespace errors."
2550msgid_plural "%d lines add whitespace errors."
2551msgstr[0] ""
2552msgstr[1] ""
2553
2554#: builtin/archive.c:17
2555#, c-format
2556msgid "could not create archive file '%s'"
2557msgstr ""
2558
2559#: builtin/archive.c:20
2560msgid "could not redirect output"
2561msgstr ""
2562
2563#: builtin/archive.c:37
2564msgid "git archive: Remote with no URL"
2565msgstr ""
2566
2567#: builtin/archive.c:58
2568msgid "git archive: expected ACK/NAK, got EOF"
2569msgstr ""
2570
2571#: builtin/archive.c:61
2572#, c-format
2573msgid "git archive: NACK %s"
2574msgstr ""
2575
2576#: builtin/archive.c:63
2577#, c-format
2578msgid "remote error: %s"
2579msgstr ""
2580
2581#: builtin/archive.c:64
2582msgid "git archive: protocol error"
2583msgstr ""
2584
2585#: builtin/archive.c:68
2586msgid "git archive: expected a flush"
2587msgstr ""
2588
2589#: builtin/bisect--helper.c:7
2590msgid "git bisect--helper --next-all [--no-checkout]"
2591msgstr ""
2592
2593#: builtin/bisect--helper.c:17
2594msgid "perform 'git bisect next'"
2595msgstr ""
2596
2597#: builtin/bisect--helper.c:19
2598msgid "update BISECT_HEAD instead of checking out the current commit"
2599msgstr ""
2600
2601#: builtin/blame.c:27
2602msgid "git blame [options] [rev-opts] [rev] [--] file"
2603msgstr ""
2604
2605#: builtin/blame.c:32
2606msgid "[rev-opts] are documented in git-rev-list(1)"
2607msgstr ""
2608
2609#: builtin/blame.c:2249
2610msgid "Show blame entries as we find them, incrementally"
2611msgstr ""
2612
2613# FIXME
2614#: builtin/blame.c:2250
2615msgid "Show blank SHA-1 for boundary commits (Default: off)"
2616msgstr ""
2617
2618#: builtin/blame.c:2251
2619msgid "Do not treat root commits as boundaries (Default: off)"
2620msgstr ""
2621
2622#: builtin/blame.c:2252
2623msgid "Show work cost statistics"
2624msgstr ""
2625
2626#: builtin/blame.c:2253
2627msgid "Show output score for blame entries"
2628msgstr ""
2629
2630#: builtin/blame.c:2254
2631msgid "Show original filename (Default: auto)"
2632msgstr ""
2633
2634#: builtin/blame.c:2255
2635msgid "Show original linenumber (Default: off)"
2636msgstr ""
2637
2638#: builtin/blame.c:2256
2639msgid "Show in a format designed for machine consumption"
2640msgstr ""
2641
2642#: builtin/blame.c:2257
2643msgid "Show porcelain format with per-line commit information"
2644msgstr ""
2645
2646#: builtin/blame.c:2258
2647msgid "Use the same output mode as git-annotate (Default: off)"
2648msgstr ""
2649
2650#: builtin/blame.c:2259
2651msgid "Show raw timestamp (Default: off)"
2652msgstr ""
2653
2654#: builtin/blame.c:2260
2655msgid "Show long commit SHA1 (Default: off)"
2656msgstr ""
2657
2658#: builtin/blame.c:2261
2659msgid "Suppress author name and timestamp (Default: off)"
2660msgstr ""
2661
2662#: builtin/blame.c:2262
2663msgid "Show author email instead of name (Default: off)"
2664msgstr ""
2665
2666#: builtin/blame.c:2263
2667msgid "Ignore whitespace differences"
2668msgstr ""
2669
2670#: builtin/blame.c:2264
2671msgid "Spend extra cycles to find better match"
2672msgstr ""
2673
2674#: builtin/blame.c:2265
2675msgid "Use revisions from <file> instead of calling git-rev-list"
2676msgstr ""
2677
2678#: builtin/blame.c:2266
2679msgid "Use <file>'s contents as the final image"
2680msgstr ""
2681
2682#: builtin/blame.c:2267 builtin/blame.c:2268
2683msgid "score"
2684msgstr ""
2685
2686#: builtin/blame.c:2267
2687msgid "Find line copies within and across files"
2688msgstr ""
2689
2690#: builtin/blame.c:2268
2691msgid "Find line movements within and across files"
2692msgstr ""
2693
2694#: builtin/blame.c:2269
2695msgid "n,m"
2696msgstr ""
2697
2698#: builtin/blame.c:2269
2699msgid "Process only line range n,m, counting from 1"
2700msgstr ""
2701
2702#: builtin/branch.c:24
2703msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2704msgstr ""
2705
2706#: builtin/branch.c:25
2707msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2708msgstr ""
2709
2710#: builtin/branch.c:26
2711msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2712msgstr ""
2713
2714#: builtin/branch.c:27
2715msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2716msgstr ""
2717
2718#: builtin/branch.c:150
2719#, c-format
2720msgid ""
2721"deleting branch '%s' that has been merged to\n"
2722"         '%s', but not yet merged to HEAD."
2723msgstr ""
2724
2725#: builtin/branch.c:154
2726#, c-format
2727msgid ""
2728"not deleting branch '%s' that is not yet merged to\n"
2729"         '%s', even though it is merged to HEAD."
2730msgstr ""
2731
2732#: builtin/branch.c:168
2733#, c-format
2734msgid "Couldn't look up commit object for '%s'"
2735msgstr ""
2736
2737#: builtin/branch.c:172
2738#, c-format
2739msgid ""
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 ""
2743
2744#: builtin/branch.c:185
2745msgid "Update of config-file failed"
2746msgstr ""
2747
2748#: builtin/branch.c:213
2749msgid "cannot use -a with -d"
2750msgstr ""
2751
2752#: builtin/branch.c:219
2753msgid "Couldn't look up commit object for HEAD"
2754msgstr ""
2755
2756#: builtin/branch.c:227
2757#, c-format
2758msgid "Cannot delete the branch '%s' which you are currently on."
2759msgstr ""
2760
2761#: builtin/branch.c:240
2762#, c-format
2763msgid "remote branch '%s' not found."
2764msgstr ""
2765
2766#: builtin/branch.c:241
2767#, c-format
2768msgid "branch '%s' not found."
2769msgstr ""
2770
2771#: builtin/branch.c:255
2772#, c-format
2773msgid "Error deleting remote branch '%s'"
2774msgstr ""
2775
2776#: builtin/branch.c:256
2777#, c-format
2778msgid "Error deleting branch '%s'"
2779msgstr ""
2780
2781#: builtin/branch.c:263
2782#, c-format
2783msgid "Deleted remote branch %s (was %s).\n"
2784msgstr ""
2785
2786#: builtin/branch.c:264
2787#, c-format
2788msgid "Deleted branch %s (was %s).\n"
2789msgstr ""
2790
2791#: builtin/branch.c:366
2792#, c-format
2793msgid "branch '%s' does not point at a commit"
2794msgstr ""
2795
2796#: builtin/branch.c:454
2797#, c-format
2798msgid "[%s: gone]"
2799msgstr ""
2800
2801#: builtin/branch.c:459
2802#, c-format
2803msgid "[%s]"
2804msgstr ""
2805
2806#: builtin/branch.c:464
2807#, c-format
2808msgid "[%s: behind %d]"
2809msgstr ""
2810
2811#: builtin/branch.c:466
2812#, c-format
2813msgid "[behind %d]"
2814msgstr ""
2815
2816#: builtin/branch.c:470
2817#, c-format
2818msgid "[%s: ahead %d]"
2819msgstr ""
2820
2821#: builtin/branch.c:472
2822#, c-format
2823msgid "[ahead %d]"
2824msgstr ""
2825
2826#: builtin/branch.c:475
2827#, c-format
2828msgid "[%s: ahead %d, behind %d]"
2829msgstr ""
2830
2831#: builtin/branch.c:478
2832#, c-format
2833msgid "[ahead %d, behind %d]"
2834msgstr ""
2835
2836#: builtin/branch.c:502
2837msgid " **** invalid ref ****"
2838msgstr ""
2839
2840#: builtin/branch.c:594
2841#, c-format
2842msgid "(no branch, rebasing %s)"
2843msgstr ""
2844
2845#: builtin/branch.c:597
2846#, c-format
2847msgid "(no branch, bisect started on %s)"
2848msgstr ""
2849
2850#: builtin/branch.c:600
2851#, c-format
2852msgid "(detached from %s)"
2853msgstr ""
2854
2855#: builtin/branch.c:603
2856msgid "(no branch)"
2857msgstr ""
2858
2859#: builtin/branch.c:649
2860#, c-format
2861msgid "object '%s' does not point to a commit"
2862msgstr ""
2863
2864#: builtin/branch.c:681
2865msgid "some refs could not be read"
2866msgstr ""
2867
2868#: builtin/branch.c:694
2869msgid "cannot rename the current branch while not on any."
2870msgstr ""
2871
2872#: builtin/branch.c:704
2873#, c-format
2874msgid "Invalid branch name: '%s'"
2875msgstr ""
2876
2877#: builtin/branch.c:719
2878msgid "Branch rename failed"
2879msgstr ""
2880
2881#: builtin/branch.c:723
2882#, c-format
2883msgid "Renamed a misnamed branch '%s' away"
2884msgstr ""
2885
2886#: builtin/branch.c:727
2887#, c-format
2888msgid "Branch renamed to %s, but HEAD is not updated!"
2889msgstr ""
2890
2891#: builtin/branch.c:734
2892msgid "Branch is renamed, but update of config-file failed"
2893msgstr ""
2894
2895#: builtin/branch.c:749
2896#, c-format
2897msgid "malformed object name %s"
2898msgstr ""
2899
2900#: builtin/branch.c:773
2901#, c-format
2902msgid "could not write branch description template: %s"
2903msgstr ""
2904
2905#: builtin/branch.c:803
2906msgid "Generic options"
2907msgstr ""
2908
2909#: builtin/branch.c:805
2910msgid "show hash and subject, give twice for upstream branch"
2911msgstr ""
2912
2913#: builtin/branch.c:806
2914msgid "suppress informational messages"
2915msgstr ""
2916
2917#: builtin/branch.c:807
2918msgid "set up tracking mode (see git-pull(1))"
2919msgstr ""
2920
2921#: builtin/branch.c:809
2922msgid "change upstream info"
2923msgstr ""
2924
2925#: builtin/branch.c:813
2926msgid "use colored output"
2927msgstr ""
2928
2929#: builtin/branch.c:814
2930msgid "act on remote-tracking branches"
2931msgstr ""
2932
2933#: builtin/branch.c:817 builtin/branch.c:823 builtin/branch.c:844
2934#: builtin/branch.c:850 builtin/commit.c:1460 builtin/commit.c:1461
2935#: builtin/commit.c:1462 builtin/commit.c:1463 builtin/tag.c:468
2936msgid "commit"
2937msgstr ""
2938
2939#: builtin/branch.c:818 builtin/branch.c:824
2940msgid "print only branches that contain the commit"
2941msgstr ""
2942
2943#: builtin/branch.c:830
2944msgid "Specific git-branch actions:"
2945msgstr ""
2946
2947#: builtin/branch.c:831
2948msgid "list both remote-tracking and local branches"
2949msgstr ""
2950
2951#: builtin/branch.c:833
2952msgid "delete fully merged branch"
2953msgstr ""
2954
2955#: builtin/branch.c:834
2956msgid "delete branch (even if not merged)"
2957msgstr ""
2958
2959#: builtin/branch.c:835
2960msgid "move/rename a branch and its reflog"
2961msgstr ""
2962
2963#: builtin/branch.c:836
2964msgid "move/rename a branch, even if target exists"
2965msgstr ""
2966
2967#: builtin/branch.c:837
2968msgid "list branch names"
2969msgstr ""
2970
2971#: builtin/branch.c:838
2972msgid "create the branch's reflog"
2973msgstr ""
2974
2975#: builtin/branch.c:840
2976msgid "edit the description for the branch"
2977msgstr ""
2978
2979#: builtin/branch.c:841
2980msgid "force creation (when already exists)"
2981msgstr ""
2982
2983#: builtin/branch.c:844
2984msgid "print only not merged branches"
2985msgstr ""
2986
2987#: builtin/branch.c:850
2988msgid "print only merged branches"
2989msgstr ""
2990
2991#: builtin/branch.c:854
2992msgid "list branches in columns"
2993msgstr ""
2994
2995#: builtin/branch.c:867
2996msgid "Failed to resolve HEAD as a valid ref."
2997msgstr ""
2998
2999#: builtin/branch.c:872 builtin/clone.c:635
3000msgid "HEAD not found below refs/heads!"
3001msgstr ""
3002
3003#: builtin/branch.c:896
3004msgid "--column and --verbose are incompatible"
3005msgstr ""
3006
3007#: builtin/branch.c:902 builtin/branch.c:941
3008msgid "branch name required"
3009msgstr ""
3010
3011#: builtin/branch.c:917
3012msgid "Cannot give description to detached HEAD"
3013msgstr ""
3014
3015#: builtin/branch.c:922
3016msgid "cannot edit description of more than one branch"
3017msgstr ""
3018
3019#: builtin/branch.c:929
3020#, c-format
3021msgid "No commit on branch '%s' yet."
3022msgstr ""
3023
3024#: builtin/branch.c:932
3025#, c-format
3026msgid "No branch named '%s'."
3027msgstr ""
3028
3029#: builtin/branch.c:947
3030msgid "too many branches for a rename operation"
3031msgstr ""
3032
3033#: builtin/branch.c:952
3034msgid "too many branches to set new upstream"
3035msgstr ""
3036
3037#: builtin/branch.c:956
3038#, c-format
3039msgid ""
3040"could not set upstream of HEAD to %s when it does not point to any branch."
3041msgstr ""
3042
3043#: builtin/branch.c:959 builtin/branch.c:981 builtin/branch.c:1002
3044#, c-format
3045msgid "no such branch '%s'"
3046msgstr ""
3047
3048#: builtin/branch.c:963
3049#, c-format
3050msgid "branch '%s' does not exist"
3051msgstr ""
3052
3053#: builtin/branch.c:975
3054msgid "too many branches to unset upstream"
3055msgstr ""
3056
3057#: builtin/branch.c:979
3058msgid "could not unset upstream of HEAD when it does not point to any branch."
3059msgstr ""
3060
3061#: builtin/branch.c:985
3062#, c-format
3063msgid "Branch '%s' has no upstream information"
3064msgstr ""
3065
3066#: builtin/branch.c:999
3067msgid "it does not make sense to create 'HEAD' manually"
3068msgstr ""
3069
3070#: builtin/branch.c:1005
3071msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3072msgstr ""
3073
3074#: builtin/branch.c:1008
3075#, c-format
3076msgid ""
3077"The --set-upstream flag is deprecated and will be removed. Consider using --"
3078"track or --set-upstream-to\n"
3079msgstr ""
3080
3081#: builtin/branch.c:1025
3082#, c-format
3083msgid ""
3084"\n"
3085"If you wanted to make '%s' track '%s', do this:\n"
3086"\n"
3087msgstr ""
3088
3089#: builtin/branch.c:1026
3090#, c-format
3091msgid "    git branch -d %s\n"
3092msgstr ""
3093
3094#: builtin/branch.c:1027
3095#, c-format
3096msgid "    git branch --set-upstream-to %s\n"
3097msgstr ""
3098
3099#: builtin/bundle.c:47
3100#, c-format
3101msgid "%s is okay\n"
3102msgstr ""
3103
3104#: builtin/bundle.c:56
3105msgid "Need a repository to create a bundle."
3106msgstr ""
3107
3108#: builtin/bundle.c:60
3109msgid "Need a repository to unbundle."
3110msgstr ""
3111
3112#: builtin/cat-file.c:328
3113msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
3114msgstr ""
3115
3116#: builtin/cat-file.c:329
3117msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
3118msgstr ""
3119
3120#: builtin/cat-file.c:366
3121msgid "<type> can be one of: blob, tree, commit, tag"
3122msgstr ""
3123
3124#: builtin/cat-file.c:367
3125msgid "show object type"
3126msgstr ""
3127
3128#: builtin/cat-file.c:368
3129msgid "show object size"
3130msgstr ""
3131
3132#: builtin/cat-file.c:370
3133msgid "exit with zero when there's no error"
3134msgstr ""
3135
3136#: builtin/cat-file.c:371
3137msgid "pretty-print object's content"
3138msgstr ""
3139
3140#: builtin/cat-file.c:373
3141msgid "for blob objects, run textconv on object's content"
3142msgstr ""
3143
3144#: builtin/cat-file.c:375
3145msgid "show info and content of objects fed from the standard input"
3146msgstr ""
3147
3148#: builtin/cat-file.c:378
3149msgid "show info about objects fed from the standard input"
3150msgstr ""
3151
3152#: builtin/check-attr.c:11
3153msgid "git check-attr [-a | --all | attr...] [--] pathname..."
3154msgstr ""
3155
3156#: builtin/check-attr.c:12
3157msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
3158msgstr ""
3159
3160#: builtin/check-attr.c:19
3161msgid "report all attributes set on file"
3162msgstr ""
3163
3164#: builtin/check-attr.c:20
3165msgid "use .gitattributes only from the index"
3166msgstr ""
3167
3168#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:75
3169msgid "read file names from stdin"
3170msgstr ""
3171
3172#: builtin/check-attr.c:23 builtin/check-ignore.c:24
3173msgid "terminate input and output records by a NUL character"
3174msgstr ""
3175
3176#: builtin/check-ignore.c:18 builtin/checkout.c:1090 builtin/gc.c:260
3177msgid "suppress progress reporting"
3178msgstr "без показване на напредъка"
3179
3180#: builtin/check-ignore.c:26
3181msgid "show non-matching input paths"
3182msgstr ""
3183
3184#: builtin/check-ignore.c:28
3185msgid "ignore index when checking"
3186msgstr ""
3187
3188#: builtin/check-ignore.c:154
3189msgid "cannot specify pathnames with --stdin"
3190msgstr ""
3191
3192#: builtin/check-ignore.c:157
3193msgid "-z only makes sense with --stdin"
3194msgstr ""
3195
3196#: builtin/check-ignore.c:159
3197msgid "no path specified"
3198msgstr ""
3199
3200#: builtin/check-ignore.c:163
3201msgid "--quiet is only valid with a single pathname"
3202msgstr ""
3203
3204#: builtin/check-ignore.c:165
3205msgid "cannot have both --quiet and --verbose"
3206msgstr ""
3207
3208#: builtin/check-ignore.c:168
3209msgid "--non-matching is only valid with --verbose"
3210msgstr ""
3211
3212#: builtin/check-mailmap.c:8
3213msgid "git check-mailmap [options] <contact>..."
3214msgstr ""
3215
3216#: builtin/check-mailmap.c:13
3217msgid "also read contacts from stdin"
3218msgstr ""
3219
3220#: builtin/check-mailmap.c:24
3221#, c-format
3222msgid "unable to parse contact: %s"
3223msgstr ""
3224
3225#: builtin/check-mailmap.c:47
3226msgid "no contacts specified"
3227msgstr ""
3228
3229#: builtin/checkout-index.c:126
3230msgid "git checkout-index [options] [--] [<file>...]"
3231msgstr ""
3232
3233#: builtin/checkout-index.c:187
3234msgid "check out all files in the index"
3235msgstr ""
3236
3237#: builtin/checkout-index.c:188
3238msgid "force overwrite of existing files"
3239msgstr ""
3240
3241#: builtin/checkout-index.c:190
3242msgid "no warning for existing files and files not in index"
3243msgstr ""
3244
3245#: builtin/checkout-index.c:192
3246msgid "don't checkout new files"
3247msgstr ""
3248
3249#: builtin/checkout-index.c:194
3250msgid "update stat information in the index file"
3251msgstr ""
3252
3253#: builtin/checkout-index.c:200
3254msgid "read list of paths from the standard input"
3255msgstr ""
3256
3257#: builtin/checkout-index.c:202
3258msgid "write the content to temporary files"
3259msgstr ""
3260
3261#: builtin/checkout-index.c:203 builtin/column.c:30
3262msgid "string"
3263msgstr ""
3264
3265#: builtin/checkout-index.c:204
3266msgid "when creating files, prepend <string>"
3267msgstr ""
3268
3269#: builtin/checkout-index.c:207
3270msgid "copy out the files from named stage"
3271msgstr ""
3272
3273#: builtin/checkout.c:25
3274msgid "git checkout [options] <branch>"
3275msgstr ""
3276
3277#: builtin/checkout.c:26
3278msgid "git checkout [options] [<branch>] -- <file>..."
3279msgstr ""
3280
3281#: builtin/checkout.c:114 builtin/checkout.c:147
3282#, c-format
3283msgid "path '%s' does not have our version"
3284msgstr ""
3285
3286#: builtin/checkout.c:116 builtin/checkout.c:149
3287#, c-format
3288msgid "path '%s' does not have their version"
3289msgstr ""
3290
3291#: builtin/checkout.c:132
3292#, c-format
3293msgid "path '%s' does not have all necessary versions"
3294msgstr ""
3295
3296#: builtin/checkout.c:176
3297#, c-format
3298msgid "path '%s' does not have necessary versions"
3299msgstr ""
3300
3301#: builtin/checkout.c:193
3302#, c-format
3303msgid "path '%s': cannot merge"
3304msgstr ""
3305
3306#: builtin/checkout.c:210
3307#, c-format
3308msgid "Unable to add merge result for '%s'"
3309msgstr ""
3310
3311#: builtin/checkout.c:232 builtin/checkout.c:235 builtin/checkout.c:238
3312#: builtin/checkout.c:241
3313#, c-format
3314msgid "'%s' cannot be used with updating paths"
3315msgstr ""
3316
3317#: builtin/checkout.c:244 builtin/checkout.c:247
3318#, c-format
3319msgid "'%s' cannot be used with %s"
3320msgstr ""
3321
3322#: builtin/checkout.c:250
3323#, c-format
3324msgid "Cannot update paths and switch to branch '%s' at the same time."
3325msgstr ""
3326
3327#: builtin/checkout.c:261 builtin/checkout.c:451
3328msgid "corrupt index file"
3329msgstr ""
3330
3331#: builtin/checkout.c:322 builtin/checkout.c:329
3332#, c-format
3333msgid "path '%s' is unmerged"
3334msgstr ""
3335
3336#: builtin/checkout.c:473
3337msgid "you need to resolve your current index first"
3338msgstr ""
3339
3340#: builtin/checkout.c:594
3341#, c-format
3342msgid "Can not do reflog for '%s'\n"
3343msgstr ""
3344
3345#: builtin/checkout.c:632
3346msgid "HEAD is now at"
3347msgstr ""
3348
3349#: builtin/checkout.c:639
3350#, c-format
3351msgid "Reset branch '%s'\n"
3352msgstr ""
3353
3354#: builtin/checkout.c:642
3355#, c-format
3356msgid "Already on '%s'\n"
3357msgstr ""
3358
3359#: builtin/checkout.c:646
3360#, c-format
3361msgid "Switched to and reset branch '%s'\n"
3362msgstr ""
3363
3364#: builtin/checkout.c:648 builtin/checkout.c:1033
3365#, c-format
3366msgid "Switched to a new branch '%s'\n"
3367msgstr ""
3368
3369#: builtin/checkout.c:650
3370#, c-format
3371msgid "Switched to branch '%s'\n"
3372msgstr ""
3373
3374#: builtin/checkout.c:706
3375#, c-format
3376msgid " ... and %d more.\n"
3377msgstr ""
3378
3379#. The singular version
3380#: builtin/checkout.c:712
3381#, c-format
3382msgid ""
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] ""
3394
3395#: builtin/checkout.c:730
3396#, c-format
3397msgid ""
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 ""
3404
3405#: builtin/checkout.c:760
3406msgid "internal error in revision walk"
3407msgstr ""
3408
3409#: builtin/checkout.c:764
3410msgid "Previous HEAD position was"
3411msgstr ""
3412
3413#: builtin/checkout.c:791 builtin/checkout.c:1028
3414msgid "You are on a branch yet to be born"
3415msgstr ""
3416
3417#: builtin/checkout.c:935
3418#, c-format
3419msgid "only one reference expected, %d given."
3420msgstr ""
3421
3422#: builtin/checkout.c:974
3423#, c-format
3424msgid "invalid reference: %s"
3425msgstr ""
3426
3427#. case (1): want a tree
3428#: builtin/checkout.c:1003
3429#, c-format
3430msgid "reference is not a tree: %s"
3431msgstr ""
3432
3433#: builtin/checkout.c:1042
3434msgid "paths cannot be used with switching branches"
3435msgstr ""
3436
3437#: builtin/checkout.c:1045 builtin/checkout.c:1049
3438#, c-format
3439msgid "'%s' cannot be used with switching branches"
3440msgstr ""
3441
3442#: builtin/checkout.c:1053 builtin/checkout.c:1056 builtin/checkout.c:1061
3443#: builtin/checkout.c:1064
3444#, c-format
3445msgid "'%s' cannot be used with '%s'"
3446msgstr ""
3447
3448#: builtin/checkout.c:1069
3449#, c-format
3450msgid "Cannot switch branch to a non-commit '%s'"
3451msgstr ""
3452
3453#: builtin/checkout.c:1091 builtin/checkout.c:1093 builtin/clone.c:88
3454#: builtin/remote.c:159 builtin/remote.c:161
3455msgid "branch"
3456msgstr "клон"
3457
3458#: builtin/checkout.c:1092
3459msgid "create and checkout a new branch"
3460msgstr ""
3461
3462#: builtin/checkout.c:1094
3463msgid "create/reset and checkout a branch"
3464msgstr ""
3465
3466#: builtin/checkout.c:1095
3467msgid "create reflog for new branch"
3468msgstr ""
3469
3470#: builtin/checkout.c:1096
3471msgid "detach the HEAD at named commit"
3472msgstr ""
3473
3474#: builtin/checkout.c:1097
3475msgid "set upstream info for new branch"
3476msgstr ""
3477
3478#: builtin/checkout.c:1099
3479msgid "new branch"
3480msgstr ""
3481
3482#: builtin/checkout.c:1099
3483msgid "new unparented branch"
3484msgstr ""
3485
3486#: builtin/checkout.c:1100
3487msgid "checkout our version for unmerged files"
3488msgstr ""
3489
3490#: builtin/checkout.c:1102
3491msgid "checkout their version for unmerged files"
3492msgstr ""
3493
3494#: builtin/checkout.c:1104
3495msgid "force checkout (throw away local modifications)"
3496msgstr ""
3497
3498#: builtin/checkout.c:1105
3499msgid "perform a 3-way merge with the new branch"
3500msgstr ""
3501
3502#: builtin/checkout.c:1106 builtin/merge.c:225
3503msgid "update ignored files (default)"
3504msgstr ""
3505
3506#: builtin/checkout.c:1107 builtin/log.c:1228 parse-options.h:248
3507msgid "style"
3508msgstr "стил"
3509
3510#: builtin/checkout.c:1108
3511msgid "conflict style (merge or diff3)"
3512msgstr ""
3513
3514#: builtin/checkout.c:1111
3515msgid "do not limit pathspecs to sparse entries only"
3516msgstr ""
3517
3518#: builtin/checkout.c:1113
3519msgid "second guess 'git checkout no-such-branch'"
3520msgstr ""
3521
3522#: builtin/checkout.c:1136
3523msgid "-b, -B and --orphan are mutually exclusive"
3524msgstr ""
3525
3526#: builtin/checkout.c:1153
3527msgid "--track needs a branch name"
3528msgstr ""
3529
3530#: builtin/checkout.c:1160
3531msgid "Missing branch name; try -b"
3532msgstr ""
3533
3534#: builtin/checkout.c:1197
3535msgid "invalid path specification"
3536msgstr ""
3537
3538#: builtin/checkout.c:1204
3539#, c-format
3540msgid ""
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 ""
3544
3545#: builtin/checkout.c:1209
3546#, c-format
3547msgid "git checkout: --detach does not take a path argument '%s'"
3548msgstr ""
3549
3550#: builtin/checkout.c:1213
3551msgid ""
3552"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3553"checking out of the index."
3554msgstr ""
3555
3556#: builtin/clean.c:26
3557msgid ""
3558"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3559msgstr ""
3560
3561#: builtin/clean.c:30
3562#, c-format
3563msgid "Removing %s\n"
3564msgstr ""
3565
3566#: builtin/clean.c:31
3567#, c-format
3568msgid "Would remove %s\n"
3569msgstr ""
3570
3571#: builtin/clean.c:32
3572#, c-format
3573msgid "Skipping repository %s\n"
3574msgstr ""
3575
3576#: builtin/clean.c:33
3577#, c-format
3578msgid "Would skip repository %s\n"
3579msgstr ""
3580
3581#: builtin/clean.c:34
3582#, c-format
3583msgid "failed to remove %s"
3584msgstr ""
3585
3586#: builtin/clean.c:294
3587msgid ""
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 ""
3593
3594#: builtin/clean.c:298
3595msgid ""
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 ""
3605
3606#: builtin/clean.c:516
3607#, c-format
3608msgid "Huh (%s)?"
3609msgstr ""
3610
3611#: builtin/clean.c:659
3612#, c-format
3613msgid "Input ignore patterns>> "
3614msgstr ""
3615
3616#: builtin/clean.c:696
3617#, c-format
3618msgid "WARNING: Cannot find items matched by: %s"
3619msgstr ""
3620
3621#: builtin/clean.c:717
3622msgid "Select items to delete"
3623msgstr ""
3624
3625#: builtin/clean.c:757
3626#, c-format
3627msgid "remove %s? "
3628msgstr ""
3629
3630#: builtin/clean.c:782
3631msgid "Bye."
3632msgstr ""
3633
3634#: builtin/clean.c:790
3635msgid ""
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 ""
3644
3645#: builtin/clean.c:817
3646msgid "*** Commands ***"
3647msgstr ""
3648
3649#: builtin/clean.c:818
3650msgid "What now"
3651msgstr ""
3652
3653#: builtin/clean.c:826
3654msgid "Would remove the following item:"
3655msgid_plural "Would remove the following items:"
3656msgstr[0] ""
3657msgstr[1] ""
3658
3659#: builtin/clean.c:843
3660msgid "No more files to clean, exiting."
3661msgstr ""
3662
3663#: builtin/clean.c:874
3664msgid "do not print names of files removed"
3665msgstr ""
3666
3667#: builtin/clean.c:876
3668msgid "force"
3669msgstr ""
3670
3671#: builtin/clean.c:877
3672msgid "interactive cleaning"
3673msgstr ""
3674
3675#: builtin/clean.c:879
3676msgid "remove whole directories"
3677msgstr ""
3678
3679#: builtin/clean.c:880 builtin/describe.c:420 builtin/grep.c:718
3680#: builtin/ls-files.c:483 builtin/name-rev.c:314 builtin/show-ref.c:185
3681msgid "pattern"
3682msgstr ""
3683
3684#: builtin/clean.c:881
3685msgid "add <pattern> to ignore rules"
3686msgstr ""
3687
3688#: builtin/clean.c:882
3689msgid "remove ignored files, too"
3690msgstr ""
3691
3692#: builtin/clean.c:884
3693msgid "remove only ignored files"
3694msgstr ""
3695
3696#: builtin/clean.c:902
3697msgid "-x and -X cannot be used together"
3698msgstr ""
3699
3700#: builtin/clean.c:906
3701msgid ""
3702"clean.requireForce set to true and neither -i, -n nor -f given; refusing to "
3703"clean"
3704msgstr ""
3705
3706#: builtin/clean.c:909
3707msgid ""
3708"clean.requireForce defaults to true and neither -i, -n nor -f given; "
3709"refusing to clean"
3710msgstr ""
3711
3712#: builtin/clone.c:36
3713msgid "git clone [options] [--] <repo> [<dir>]"
3714msgstr ""
3715
3716#: builtin/clone.c:64 builtin/fetch.c:97 builtin/merge.c:222
3717#: builtin/push.c:521
3718msgid "force progress reporting"
3719msgstr ""
3720
3721#: builtin/clone.c:66
3722msgid "don't create a checkout"
3723msgstr ""
3724
3725#: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:488
3726msgid "create a bare repository"
3727msgstr ""
3728
3729#: builtin/clone.c:71
3730msgid "create a mirror repository (implies bare)"
3731msgstr ""
3732
3733#: builtin/clone.c:73
3734msgid "to clone from a local repository"
3735msgstr ""
3736
3737#: builtin/clone.c:75
3738msgid "don't use local hardlinks, always copy"
3739msgstr ""
3740
3741#: builtin/clone.c:77
3742msgid "setup as shared repository"
3743msgstr ""
3744
3745#: builtin/clone.c:79 builtin/clone.c:81
3746msgid "initialize submodules in the clone"
3747msgstr ""
3748
3749#: builtin/clone.c:82 builtin/init-db.c:485
3750msgid "template-directory"
3751msgstr ""
3752
3753#: builtin/clone.c:83 builtin/init-db.c:486
3754msgid "directory from which templates will be used"
3755msgstr ""
3756
3757#: builtin/clone.c:85
3758msgid "reference repository"
3759msgstr ""
3760
3761#: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:44
3762msgid "name"
3763msgstr ""
3764
3765#: builtin/clone.c:87
3766msgid "use <name> instead of 'origin' to track upstream"
3767msgstr ""
3768
3769#: builtin/clone.c:89
3770msgid "checkout <branch> instead of the remote's HEAD"
3771msgstr ""
3772
3773#: builtin/clone.c:91
3774msgid "path to git-upload-pack on the remote"
3775msgstr ""
3776
3777#: builtin/clone.c:92 builtin/fetch.c:98 builtin/grep.c:663
3778msgid "depth"
3779msgstr ""
3780
3781#: builtin/clone.c:93
3782msgid "create a shallow clone of that depth"
3783msgstr ""
3784
3785#: builtin/clone.c:95
3786msgid "clone only one branch, HEAD or --branch"
3787msgstr ""
3788
3789#: builtin/clone.c:96 builtin/init-db.c:494
3790msgid "gitdir"
3791msgstr ""
3792
3793#: builtin/clone.c:97 builtin/init-db.c:495
3794msgid "separate git dir from working tree"
3795msgstr ""
3796
3797#: builtin/clone.c:98
3798msgid "key=value"
3799msgstr ""
3800
3801#: builtin/clone.c:99
3802msgid "set config inside the new repository"
3803msgstr ""
3804
3805#: builtin/clone.c:252
3806#, c-format
3807msgid "reference repository '%s' is not a local repository."
3808msgstr ""
3809
3810#: builtin/clone.c:256
3811#, c-format
3812msgid "reference repository '%s' is shallow"
3813msgstr ""
3814
3815#: builtin/clone.c:259
3816#, c-format
3817msgid "reference repository '%s' is grafted"
3818msgstr ""
3819
3820#: builtin/clone.c:321
3821#, c-format
3822msgid "failed to create directory '%s'"
3823msgstr ""
3824
3825#: builtin/clone.c:323 builtin/diff.c:83
3826#, c-format
3827msgid "failed to stat '%s'"
3828msgstr ""
3829
3830#: builtin/clone.c:325
3831#, c-format
3832msgid "%s exists and is not a directory"
3833msgstr ""
3834
3835#: builtin/clone.c:339
3836#, c-format
3837msgid "failed to stat %s\n"
3838msgstr ""
3839
3840#: builtin/clone.c:361
3841#, c-format
3842msgid "failed to create link '%s'"
3843msgstr ""
3844
3845#: builtin/clone.c:365
3846#, c-format
3847msgid "failed to copy file to '%s'"
3848msgstr ""
3849
3850#: builtin/clone.c:388 builtin/clone.c:565
3851#, c-format
3852msgid "done.\n"
3853msgstr ""
3854
3855#: builtin/clone.c:401
3856msgid ""
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 ""
3861
3862#: builtin/clone.c:480
3863#, c-format
3864msgid "Could not find remote branch %s to clone."
3865msgstr ""
3866
3867#: builtin/clone.c:560
3868#, c-format
3869msgid "Checking connectivity... "
3870msgstr ""
3871
3872#: builtin/clone.c:563
3873msgid "remote did not send all necessary objects"
3874msgstr ""
3875
3876#: builtin/clone.c:626
3877msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3878msgstr ""
3879
3880#: builtin/clone.c:657
3881msgid "unable to checkout working tree"
3882msgstr ""
3883
3884#: builtin/clone.c:765
3885msgid "Too many arguments."
3886msgstr ""
3887
3888#: builtin/clone.c:769
3889msgid "You must specify a repository to clone."
3890msgstr ""
3891
3892#: builtin/clone.c:780
3893#, c-format
3894msgid "--bare and --origin %s options are incompatible."
3895msgstr ""
3896
3897#: builtin/clone.c:783
3898msgid "--bare and --separate-git-dir are incompatible."
3899msgstr ""
3900
3901#: builtin/clone.c:796
3902#, c-format
3903msgid "repository '%s' does not exist"
3904msgstr ""
3905
3906#: builtin/clone.c:802
3907msgid "--depth is ignored in local clones; use file:// instead."
3908msgstr ""
3909
3910#: builtin/clone.c:805
3911msgid "source repository is shallow, ignoring --local"
3912msgstr ""
3913
3914#: builtin/clone.c:810
3915msgid "--local is ignored"
3916msgstr ""
3917
3918#: builtin/clone.c:814 builtin/fetch.c:1119
3919#, c-format
3920msgid "depth %s is not a positive number"
3921msgstr ""
3922
3923#: builtin/clone.c:824
3924#, c-format
3925msgid "destination path '%s' already exists and is not an empty directory."
3926msgstr ""
3927
3928#: builtin/clone.c:834
3929#, c-format
3930msgid "working tree '%s' already exists."
3931msgstr ""
3932
3933#: builtin/clone.c:847 builtin/clone.c:859
3934#, c-format
3935msgid "could not create leading directories of '%s'"
3936msgstr ""
3937
3938#: builtin/clone.c:850
3939#, c-format
3940msgid "could not create work tree dir '%s'."
3941msgstr ""
3942
3943#: builtin/clone.c:869
3944#, c-format
3945msgid "Cloning into bare repository '%s'...\n"
3946msgstr ""
3947
3948#: builtin/clone.c:871
3949#, c-format
3950msgid "Cloning into '%s'...\n"
3951msgstr ""
3952
3953#: builtin/clone.c:906
3954#, c-format
3955msgid "Don't know how to clone %s"
3956msgstr ""
3957
3958#: builtin/clone.c:957 builtin/clone.c:965
3959#, c-format
3960msgid "Remote branch %s not found in upstream %s"
3961msgstr ""
3962
3963#: builtin/clone.c:968
3964msgid "You appear to have cloned an empty repository."
3965msgstr ""
3966
3967#: builtin/column.c:9
3968msgid "git column [options]"
3969msgstr ""
3970
3971#: builtin/column.c:26
3972msgid "lookup config vars"
3973msgstr ""
3974
3975#: builtin/column.c:27 builtin/column.c:28
3976msgid "layout to use"
3977msgstr ""
3978
3979#: builtin/column.c:29
3980msgid "Maximum width"
3981msgstr ""
3982
3983#: builtin/column.c:30
3984msgid "Padding space on left border"
3985msgstr ""
3986
3987#: builtin/column.c:31
3988msgid "Padding space on right border"
3989msgstr ""
3990
3991#: builtin/column.c:32
3992msgid "Padding space between columns"
3993msgstr ""
3994
3995#: builtin/column.c:51
3996msgid "--command must be the first argument"
3997msgstr ""
3998
3999#: builtin/commit.c:36
4000msgid "git commit [options] [--] <pathspec>..."
4001msgstr ""
4002
4003#: builtin/commit.c:41
4004msgid "git status [options] [--] <pathspec>..."
4005msgstr ""
4006
4007#: builtin/commit.c:46
4008msgid ""
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 ""
4020
4021#: builtin/commit.c:58
4022msgid ""
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 ""
4027
4028#: builtin/commit.c:63
4029msgid ""
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 ""
4036
4037#: builtin/commit.c:70
4038msgid "Otherwise, please use 'git reset'\n"
4039msgstr ""
4040
4041#: builtin/commit.c:73
4042msgid ""
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 ""
4050
4051#: builtin/commit.c:287
4052msgid "failed to unpack HEAD tree object"
4053msgstr ""
4054
4055#: builtin/commit.c:329
4056msgid "unable to create temporary index"
4057msgstr ""
4058
4059#: builtin/commit.c:335
4060msgid "interactive add failed"
4061msgstr ""
4062
4063#: builtin/commit.c:368 builtin/commit.c:389 builtin/commit.c:439
4064msgid "unable to write new_index file"
4065msgstr ""
4066
4067#: builtin/commit.c:420
4068msgid "cannot do a partial commit during a merge."
4069msgstr ""
4070
4071#: builtin/commit.c:422
4072msgid "cannot do a partial commit during a cherry-pick."
4073msgstr ""
4074
4075#: builtin/commit.c:432
4076msgid "cannot read the index"
4077msgstr ""
4078
4079#: builtin/commit.c:452
4080msgid "unable to write temporary index file"
4081msgstr ""
4082
4083#: builtin/commit.c:543 builtin/commit.c:549
4084#, c-format
4085msgid "invalid commit: %s"
4086msgstr ""
4087
4088#: builtin/commit.c:571
4089msgid "malformed --author parameter"
4090msgstr ""
4091
4092#: builtin/commit.c:591
4093#, c-format
4094msgid "Malformed ident string: '%s'"
4095msgstr ""
4096
4097#: builtin/commit.c:630 builtin/commit.c:663 builtin/commit.c:1007
4098#, c-format
4099msgid "could not lookup commit %s"
4100msgstr ""
4101
4102#: builtin/commit.c:642 builtin/shortlog.c:273
4103#, c-format
4104msgid "(reading log message from standard input)\n"
4105msgstr ""
4106
4107#: builtin/commit.c:644
4108msgid "could not read log from standard input"
4109msgstr ""
4110
4111#: builtin/commit.c:648
4112#, c-format
4113msgid "could not read log file '%s'"
4114msgstr ""
4115
4116#: builtin/commit.c:654
4117msgid "commit has empty message"
4118msgstr ""
4119
4120#: builtin/commit.c:670
4121msgid "could not read MERGE_MSG"
4122msgstr ""
4123
4124#: builtin/commit.c:674
4125msgid "could not read SQUASH_MSG"
4126msgstr ""
4127
4128#: builtin/commit.c:678
4129#, c-format
4130msgid "could not read '%s'"
4131msgstr ""
4132
4133#: builtin/commit.c:749
4134msgid "could not write commit template"
4135msgstr ""
4136
4137# FIXME
4138#: builtin/commit.c:760
4139#, c-format
4140msgid ""
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 ""
4147
4148# FIXME
4149#: builtin/commit.c:765
4150#, c-format
4151msgid ""
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 ""
4158
4159#: builtin/commit.c:777
4160#, c-format
4161msgid ""
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 ""
4165
4166#: builtin/commit.c:782
4167#, c-format
4168msgid ""
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 ""
4173
4174#: builtin/commit.c:795
4175#, c-format
4176msgid "%sAuthor:    %s"
4177msgstr ""
4178
4179#: builtin/commit.c:802
4180#, c-format
4181msgid "%sCommitter: %s"
4182msgstr ""
4183
4184#: builtin/commit.c:822
4185msgid "Cannot read index"
4186msgstr ""
4187
4188#: builtin/commit.c:865
4189msgid "Error building trees"
4190msgstr ""
4191
4192#: builtin/commit.c:880 builtin/tag.c:359
4193#, c-format
4194msgid "Please supply the message using either -m or -F option.\n"
4195msgstr ""
4196
4197#: builtin/commit.c:982
4198#, c-format
4199msgid "No existing author found with '%s'"
4200msgstr ""
4201
4202#: builtin/commit.c:997 builtin/commit.c:1237
4203#, c-format
4204msgid "Invalid untracked files mode '%s'"
4205msgstr ""
4206
4207#: builtin/commit.c:1034
4208msgid "--long and -z are incompatible"
4209msgstr ""
4210
4211#: builtin/commit.c:1064
4212msgid "Using both --reset-author and --author does not make sense"
4213msgstr ""
4214
4215#: builtin/commit.c:1075
4216msgid "You have nothing to amend."
4217msgstr ""
4218
4219#: builtin/commit.c:1078
4220msgid "You are in the middle of a merge -- cannot amend."
4221msgstr ""
4222
4223#: builtin/commit.c:1080
4224msgid "You are in the middle of a cherry-pick -- cannot amend."
4225msgstr ""
4226
4227#: builtin/commit.c:1083
4228msgid "Options --squash and --fixup cannot be used together"
4229msgstr ""
4230
4231#: builtin/commit.c:1093
4232msgid "Only one of -c/-C/-F/--fixup can be used."
4233msgstr ""
4234
4235#: builtin/commit.c:1095
4236msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4237msgstr ""
4238
4239#: builtin/commit.c:1103
4240msgid "--reset-author can be used only with -C, -c or --amend."
4241msgstr ""
4242
4243#: builtin/commit.c:1120
4244msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4245msgstr ""
4246
4247#: builtin/commit.c:1122
4248msgid "No paths with --include/--only does not make sense."
4249msgstr ""
4250
4251#: builtin/commit.c:1124
4252msgid "Clever... amending the last one with dirty index."
4253msgstr ""
4254
4255#: builtin/commit.c:1126
4256msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
4257msgstr ""
4258
4259#: builtin/commit.c:1136 builtin/tag.c:572
4260#, c-format
4261msgid "Invalid cleanup mode %s"
4262msgstr ""
4263
4264#: builtin/commit.c:1141
4265msgid "Paths with -a does not make sense."
4266msgstr ""
4267
4268#: builtin/commit.c:1251 builtin/commit.c:1482
4269msgid "show status concisely"
4270msgstr ""
4271
4272#: builtin/commit.c:1253 builtin/commit.c:1484
4273msgid "show branch information"
4274msgstr ""
4275
4276#: builtin/commit.c:1255 builtin/commit.c:1486 builtin/push.c:507
4277msgid "machine-readable output"
4278msgstr ""
4279
4280#: builtin/commit.c:1258 builtin/commit.c:1488
4281msgid "show status in long format (default)"
4282msgstr ""
4283
4284#: builtin/commit.c:1261 builtin/commit.c:1491
4285msgid "terminate entries with NUL"
4286msgstr ""
4287
4288#: builtin/commit.c:1263 builtin/commit.c:1494 builtin/fast-export.c:674
4289#: builtin/fast-export.c:677 builtin/tag.c:459
4290msgid "mode"
4291msgstr ""
4292
4293#: builtin/commit.c:1264 builtin/commit.c:1494
4294msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4295msgstr ""
4296
4297#: builtin/commit.c:1267
4298msgid "show ignored files"
4299msgstr ""
4300
4301#: builtin/commit.c:1268 parse-options.h:156
4302msgid "when"
4303msgstr "кога"
4304
4305#: builtin/commit.c:1269
4306msgid ""
4307"ignore changes to submodules, optional when: all, dirty, untracked. "
4308"(Default: all)"
4309msgstr ""
4310
4311#: builtin/commit.c:1271
4312msgid "list untracked files in columns"
4313msgstr ""
4314
4315#: builtin/commit.c:1340
4316msgid "couldn't look up newly created commit"
4317msgstr ""
4318
4319#: builtin/commit.c:1342
4320msgid "could not parse newly created commit"
4321msgstr ""
4322
4323#: builtin/commit.c:1383
4324msgid "detached HEAD"
4325msgstr ""
4326
4327#: builtin/commit.c:1385
4328msgid " (root-commit)"
4329msgstr ""
4330
4331#: builtin/commit.c:1452
4332msgid "suppress summary after successful commit"
4333msgstr ""
4334
4335#: builtin/commit.c:1453
4336msgid "show diff in commit message template"
4337msgstr ""
4338
4339#: builtin/commit.c:1455
4340msgid "Commit message options"
4341msgstr ""
4342
4343#: builtin/commit.c:1456 builtin/tag.c:457
4344msgid "read message from file"
4345msgstr ""
4346
4347#: builtin/commit.c:1457
4348msgid "author"
4349msgstr ""
4350
4351#: builtin/commit.c:1457
4352msgid "override author for commit"
4353msgstr ""
4354
4355#: builtin/commit.c:1458 builtin/gc.c:261
4356msgid "date"
4357msgstr "дата"
4358
4359#: builtin/commit.c:1458
4360msgid "override date for commit"
4361msgstr ""
4362
4363#: builtin/commit.c:1459 builtin/merge.c:216 builtin/notes.c:405
4364#: builtin/notes.c:562 builtin/tag.c:455
4365msgid "message"
4366msgstr ""
4367
4368#: builtin/commit.c:1459
4369msgid "commit message"
4370msgstr ""
4371
4372#: builtin/commit.c:1460
4373msgid "reuse and edit message from specified commit"
4374msgstr ""
4375
4376#: builtin/commit.c:1461
4377msgid "reuse message from specified commit"
4378msgstr ""
4379
4380#: builtin/commit.c:1462
4381msgid "use autosquash formatted message to fixup specified commit"
4382msgstr ""
4383
4384#: builtin/commit.c:1463
4385msgid "use autosquash formatted message to squash specified commit"
4386msgstr ""
4387
4388#: builtin/commit.c:1464
4389msgid "the commit is authored by me now (used with -C/-c/--amend)"
4390msgstr ""
4391
4392#: builtin/commit.c:1465 builtin/log.c:1180 builtin/revert.c:86
4393msgid "add Signed-off-by:"
4394msgstr ""
4395
4396#: builtin/commit.c:1466
4397msgid "use specified template file"
4398msgstr ""
4399
4400#: builtin/commit.c:1467
4401msgid "force edit of commit"
4402msgstr ""
4403
4404#: builtin/commit.c:1468
4405msgid "default"
4406msgstr ""
4407
4408#: builtin/commit.c:1468 builtin/tag.c:460
4409msgid "how to strip spaces and #comments from message"
4410msgstr ""
4411
4412#: builtin/commit.c:1469
4413msgid "include status in commit message template"
4414msgstr ""
4415
4416#: builtin/commit.c:1470 builtin/merge.c:223 builtin/tag.c:461
4417msgid "key id"
4418msgstr ""
4419
4420#: builtin/commit.c:1471 builtin/merge.c:224
4421msgid "GPG sign commit"
4422msgstr ""
4423
4424#. end commit message options
4425#: builtin/commit.c:1474
4426msgid "Commit contents options"
4427msgstr ""
4428
4429#: builtin/commit.c:1475
4430msgid "commit all changed files"
4431msgstr ""
4432
4433#: builtin/commit.c:1476
4434msgid "add specified files to index for commit"
4435msgstr ""
4436
4437#: builtin/commit.c:1477
4438msgid "interactively add files"
4439msgstr ""
4440
4441#: builtin/commit.c:1478
4442msgid "interactively add changes"
4443msgstr ""
4444
4445#: builtin/commit.c:1479
4446msgid "commit only specified files"
4447msgstr ""
4448
4449#: builtin/commit.c:1480
4450msgid "bypass pre-commit hook"
4451msgstr ""
4452
4453#: builtin/commit.c:1481
4454msgid "show what would be committed"
4455msgstr ""
4456
4457#: builtin/commit.c:1492
4458msgid "amend previous commit"
4459msgstr ""
4460
4461#: builtin/commit.c:1493
4462msgid "bypass post-rewrite hook"
4463msgstr ""
4464
4465#: builtin/commit.c:1498
4466msgid "ok to record an empty change"
4467msgstr ""
4468
4469#: builtin/commit.c:1500
4470msgid "ok to record a change with an empty message"
4471msgstr ""
4472
4473#: builtin/commit.c:1529
4474msgid "could not parse HEAD commit"
4475msgstr ""
4476
4477#: builtin/commit.c:1567 builtin/merge.c:518
4478#, c-format
4479msgid "could not open '%s' for reading"
4480msgstr ""
4481
4482#: builtin/commit.c:1574
4483#, c-format
4484msgid "Corrupt MERGE_HEAD file (%s)"
4485msgstr ""
4486
4487#: builtin/commit.c:1581
4488msgid "could not read MERGE_MODE"
4489msgstr ""
4490
4491#: builtin/commit.c:1600
4492#, c-format
4493msgid "could not read commit message: %s"
4494msgstr ""
4495
4496#: builtin/commit.c:1611
4497#, c-format
4498msgid "Aborting commit; you did not edit the message.\n"
4499msgstr ""
4500
4501#: builtin/commit.c:1616
4502#, c-format
4503msgid "Aborting commit due to empty commit message.\n"
4504msgstr ""
4505
4506#: builtin/commit.c:1631 builtin/merge.c:854 builtin/merge.c:879
4507msgid "failed to write commit object"
4508msgstr ""
4509
4510#: builtin/commit.c:1652
4511msgid "cannot lock HEAD ref"
4512msgstr ""
4513
4514#: builtin/commit.c:1656
4515msgid "cannot update HEAD ref"
4516msgstr ""
4517
4518#: builtin/commit.c:1667
4519msgid ""
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 ""
4524
4525#: builtin/config.c:8
4526msgid "git config [options]"
4527msgstr ""
4528
4529#: builtin/config.c:54
4530msgid "Config file location"
4531msgstr ""
4532
4533#: builtin/config.c:55
4534msgid "use global config file"
4535msgstr ""
4536
4537#: builtin/config.c:56
4538msgid "use system config file"
4539msgstr ""
4540
4541#: builtin/config.c:57
4542msgid "use repository config file"
4543msgstr ""
4544
4545#: builtin/config.c:58
4546msgid "use given config file"
4547msgstr ""
4548
4549#: builtin/config.c:59
4550msgid "blob-id"
4551msgstr ""
4552
4553#: builtin/config.c:59
4554msgid "read config from given blob object"
4555msgstr ""
4556
4557#: builtin/config.c:60
4558msgid "Action"
4559msgstr ""
4560
4561#: builtin/config.c:61
4562msgid "get value: name [value-regex]"
4563msgstr ""
4564
4565#: builtin/config.c:62
4566msgid "get all values: key [value-regex]"
4567msgstr ""
4568
4569#: builtin/config.c:63
4570msgid "get values for regexp: name-regex [value-regex]"
4571msgstr ""
4572
4573#: builtin/config.c:64
4574msgid "get value specific for the URL: section[.var] URL"
4575msgstr ""
4576
4577#: builtin/config.c:65
4578msgid "replace all matching variables: name value [value_regex]"
4579msgstr ""
4580
4581#: builtin/config.c:66
4582msgid "add a new variable: name value"
4583msgstr ""
4584
4585#: builtin/config.c:67
4586msgid "remove a variable: name [value-regex]"
4587msgstr ""
4588
4589#: builtin/config.c:68
4590msgid "remove all matches: name [value-regex]"
4591msgstr ""
4592
4593#: builtin/config.c:69
4594msgid "rename section: old-name new-name"
4595msgstr ""
4596
4597#: builtin/config.c:70
4598msgid "remove a section: name"
4599msgstr ""
4600
4601#: builtin/config.c:71
4602msgid "list all"
4603msgstr ""
4604
4605#: builtin/config.c:72
4606msgid "open an editor"
4607msgstr ""
4608
4609#: builtin/config.c:73 builtin/config.c:74
4610msgid "slot"
4611msgstr ""
4612
4613#: builtin/config.c:73
4614msgid "find the color configured: [default]"
4615msgstr ""
4616
4617#: builtin/config.c:74
4618msgid "find the color setting: [stdout-is-tty]"
4619msgstr ""
4620
4621#: builtin/config.c:75
4622msgid "Type"
4623msgstr ""
4624
4625#: builtin/config.c:76
4626msgid "value is \"true\" or \"false\""
4627msgstr ""
4628
4629#: builtin/config.c:77
4630msgid "value is decimal number"
4631msgstr ""
4632
4633#: builtin/config.c:78
4634msgid "value is --bool or --int"
4635msgstr ""
4636
4637#: builtin/config.c:79
4638msgid "value is a path (file or directory name)"
4639msgstr ""
4640
4641#: builtin/config.c:80
4642msgid "Other"
4643msgstr ""
4644
4645#: builtin/config.c:81
4646msgid "terminate values with NUL byte"
4647msgstr ""
4648
4649#: builtin/config.c:82
4650msgid "respect include directives on lookup"
4651msgstr ""
4652
4653#: builtin/count-objects.c:82
4654msgid "git count-objects [-v] [-H | --human-readable]"
4655msgstr ""
4656
4657#: builtin/count-objects.c:97
4658msgid "print sizes in human readable format"
4659msgstr ""
4660
4661#: builtin/describe.c:16
4662msgid "git describe [options] <commit-ish>*"
4663msgstr ""
4664
4665#: builtin/describe.c:17
4666msgid "git describe [options] --dirty"
4667msgstr ""
4668
4669#: builtin/describe.c:237
4670#, c-format
4671msgid "annotated tag %s not available"
4672msgstr ""
4673
4674#: builtin/describe.c:241
4675#, c-format
4676msgid "annotated tag %s has no embedded name"
4677msgstr ""
4678
4679#: builtin/describe.c:243
4680#, c-format
4681msgid "tag '%s' is really '%s' here"
4682msgstr ""
4683
4684#: builtin/describe.c:270
4685#, c-format
4686msgid "Not a valid object name %s"
4687msgstr ""
4688
4689#: builtin/describe.c:273
4690#, c-format
4691msgid "%s is not a valid '%s' object"
4692msgstr ""
4693
4694#: builtin/describe.c:290
4695#, c-format
4696msgid "no tag exactly matches '%s'"
4697msgstr ""
4698
4699#: builtin/describe.c:292
4700#, c-format
4701msgid "searching to describe %s\n"
4702msgstr ""
4703
4704#: builtin/describe.c:332
4705#, c-format
4706msgid "finished search at %s\n"
4707msgstr ""
4708
4709#: builtin/describe.c:359
4710#, c-format
4711msgid ""
4712"No annotated tags can describe '%s'.\n"
4713"However, there were unannotated tags: try --tags."
4714msgstr ""
4715
4716#: builtin/describe.c:363
4717#, c-format
4718msgid ""
4719"No tags can describe '%s'.\n"
4720"Try --always, or create some tags."
4721msgstr ""
4722
4723#: builtin/describe.c:384
4724#, c-format
4725msgid "traversed %lu commits\n"
4726msgstr ""
4727
4728#: builtin/describe.c:387
4729#, c-format
4730msgid ""
4731"more than %i tags found; listed %i most recent\n"
4732"gave up search at %s\n"
4733msgstr ""
4734
4735#: builtin/describe.c:409
4736msgid "find the tag that comes after the commit"
4737msgstr ""
4738
4739#: builtin/describe.c:410
4740msgid "debug search strategy on stderr"
4741msgstr ""
4742
4743#: builtin/describe.c:411
4744msgid "use any ref"
4745msgstr ""
4746
4747#: builtin/describe.c:412
4748msgid "use any tag, even unannotated"
4749msgstr ""
4750
4751#: builtin/describe.c:413
4752msgid "always use long format"
4753msgstr ""
4754
4755#: builtin/describe.c:414
4756msgid "only follow first parent"
4757msgstr ""
4758
4759#: builtin/describe.c:417
4760msgid "only output exact matches"
4761msgstr ""
4762
4763#: builtin/describe.c:419
4764#, fuzzy
4765msgid "consider <n> most recent tags (default: 10)"
4766msgstr "<брой>"
4767
4768#: builtin/describe.c:421
4769msgid "only consider tags matching <pattern>"
4770msgstr ""
4771
4772#: builtin/describe.c:423 builtin/name-rev.c:321
4773msgid "show abbreviated commit object as fallback"
4774msgstr ""
4775
4776#: builtin/describe.c:424
4777msgid "mark"
4778msgstr ""
4779
4780#: builtin/describe.c:425
4781msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4782msgstr ""
4783
4784#: builtin/describe.c:443
4785msgid "--long is incompatible with --abbrev=0"
4786msgstr ""
4787
4788#: builtin/describe.c:469
4789msgid "No names found, cannot describe anything."
4790msgstr ""
4791
4792#: builtin/describe.c:489
4793msgid "--dirty is incompatible with commit-ishes"
4794msgstr ""
4795
4796#: builtin/diff.c:85
4797#, c-format
4798msgid "'%s': not a regular file or symlink"
4799msgstr ""
4800
4801#: builtin/diff.c:236
4802#, c-format
4803msgid "invalid option: %s"
4804msgstr ""
4805
4806#: builtin/diff.c:357
4807msgid "Not a git repository"
4808msgstr ""
4809
4810#: builtin/diff.c:400
4811#, c-format
4812msgid "invalid object '%s' given."
4813msgstr ""
4814
4815#: builtin/diff.c:409
4816#, c-format
4817msgid "more than two blobs given: '%s'"
4818msgstr ""
4819
4820#: builtin/diff.c:416
4821#, c-format
4822msgid "unhandled object '%s' given."
4823msgstr ""
4824
4825#: builtin/fast-export.c:22
4826msgid "git fast-export [rev-list-opts]"
4827msgstr ""
4828
4829#: builtin/fast-export.c:673
4830#, fuzzy
4831msgid "show progress after <n> objects"
4832msgstr "<брой>"
4833
4834#: builtin/fast-export.c:675
4835msgid "select handling of signed tags"
4836msgstr ""
4837
4838#: builtin/fast-export.c:678
4839msgid "select handling of tags that tag filtered objects"
4840msgstr ""
4841
4842#: builtin/fast-export.c:681
4843msgid "Dump marks to this file"
4844msgstr ""
4845
4846#: builtin/fast-export.c:683
4847msgid "Import marks from this file"
4848msgstr ""
4849
4850#: builtin/fast-export.c:685
4851msgid "Fake a tagger when tags lack one"
4852msgstr ""
4853
4854#: builtin/fast-export.c:687
4855msgid "Output full tree for each commit"
4856msgstr ""
4857
4858#: builtin/fast-export.c:689
4859msgid "Use the done feature to terminate the stream"
4860msgstr ""
4861
4862#: builtin/fast-export.c:690
4863msgid "Skip output of blob data"
4864msgstr ""
4865
4866#: builtin/fetch.c:20
4867msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4868msgstr ""
4869
4870#: builtin/fetch.c:21
4871msgid "git fetch [<options>] <group>"
4872msgstr ""
4873
4874#: builtin/fetch.c:22
4875msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4876msgstr ""
4877
4878#: builtin/fetch.c:23
4879msgid "git fetch --all [<options>]"
4880msgstr ""
4881
4882#: builtin/fetch.c:75
4883msgid "fetch from all remotes"
4884msgstr ""
4885
4886#: builtin/fetch.c:77
4887msgid "append to .git/FETCH_HEAD instead of overwriting"
4888msgstr ""
4889
4890#: builtin/fetch.c:79
4891msgid "path to upload pack on remote end"
4892msgstr ""
4893
4894#: builtin/fetch.c:80
4895msgid "force overwrite of local branch"
4896msgstr ""
4897
4898#: builtin/fetch.c:82
4899msgid "fetch from multiple remotes"
4900msgstr ""
4901
4902#: builtin/fetch.c:84
4903msgid "fetch all tags and associated objects"
4904msgstr ""
4905
4906#: builtin/fetch.c:86
4907msgid "do not fetch all tags (--no-tags)"
4908msgstr ""
4909
4910#: builtin/fetch.c:88
4911msgid "prune remote-tracking branches no longer on remote"
4912msgstr ""
4913
4914#: builtin/fetch.c:89
4915msgid "on-demand"
4916msgstr ""
4917
4918#: builtin/fetch.c:90
4919msgid "control recursive fetching of submodules"
4920msgstr ""
4921
4922#: builtin/fetch.c:94
4923msgid "keep downloaded pack"
4924msgstr ""
4925
4926#: builtin/fetch.c:96
4927msgid "allow updating of HEAD ref"
4928msgstr ""
4929
4930#: builtin/fetch.c:99
4931msgid "deepen history of shallow clone"
4932msgstr ""
4933
4934#: builtin/fetch.c:101
4935msgid "convert to a complete repository"
4936msgstr ""
4937
4938#: builtin/fetch.c:103 builtin/log.c:1197
4939msgid "dir"
4940msgstr ""
4941
4942#: builtin/fetch.c:104
4943msgid "prepend this to submodule path output"
4944msgstr ""
4945
4946#: builtin/fetch.c:107
4947msgid "default mode for recursion"
4948msgstr ""
4949
4950#: builtin/fetch.c:109
4951msgid "accept refs that update .git/shallow"
4952msgstr ""
4953
4954#: builtin/fetch.c:347
4955msgid "Couldn't find remote ref HEAD"
4956msgstr ""
4957
4958#: builtin/fetch.c:411
4959#, c-format
4960msgid "object %s not found"
4961msgstr ""
4962
4963#: builtin/fetch.c:416
4964msgid "[up to date]"
4965msgstr ""
4966
4967#: builtin/fetch.c:430
4968#, c-format
4969msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
4970msgstr ""
4971
4972#: builtin/fetch.c:431 builtin/fetch.c:517
4973msgid "[rejected]"
4974msgstr ""
4975
4976#: builtin/fetch.c:442
4977msgid "[tag update]"
4978msgstr ""
4979
4980#: builtin/fetch.c:444 builtin/fetch.c:479 builtin/fetch.c:497
4981msgid "  (unable to update local ref)"
4982msgstr ""
4983
4984#: builtin/fetch.c:462
4985msgid "[new tag]"
4986msgstr ""
4987
4988#: builtin/fetch.c:465
4989msgid "[new branch]"
4990msgstr ""
4991
4992#: builtin/fetch.c:468
4993msgid "[new ref]"
4994msgstr ""
4995
4996#: builtin/fetch.c:513
4997msgid "unable to update local ref"
4998msgstr ""
4999
5000#: builtin/fetch.c:513
5001msgid "forced update"
5002msgstr ""
5003
5004#: builtin/fetch.c:519
5005msgid "(non-fast-forward)"
5006msgstr ""
5007
5008#: builtin/fetch.c:552 builtin/fetch.c:785
5009#, c-format
5010msgid "cannot open %s: %s\n"
5011msgstr ""
5012
5013#: builtin/fetch.c:561
5014#, c-format
5015msgid "%s did not send all necessary objects\n"
5016msgstr ""
5017
5018#: builtin/fetch.c:579
5019#, c-format
5020msgid "reject %s because shallow roots are not allowed to be updated"
5021msgstr ""
5022
5023#: builtin/fetch.c:667 builtin/fetch.c:750
5024#, c-format
5025msgid "From %.*s\n"
5026msgstr ""
5027
5028#: builtin/fetch.c:678
5029#, c-format
5030msgid ""
5031"some local refs could not be updated; try running\n"
5032" 'git remote prune %s' to remove any old, conflicting branches"
5033msgstr ""
5034
5035#: builtin/fetch.c:730
5036#, c-format
5037msgid "   (%s will become dangling)"
5038msgstr ""
5039
5040#: builtin/fetch.c:731
5041#, c-format
5042msgid "   (%s has become dangling)"
5043msgstr ""
5044
5045#: builtin/fetch.c:755
5046msgid "[deleted]"
5047msgstr ""
5048
5049#: builtin/fetch.c:756 builtin/remote.c:1050
5050msgid "(none)"
5051msgstr "(нищо)"
5052
5053#: builtin/fetch.c:775
5054#, c-format
5055msgid "Refusing to fetch into current branch %s of non-bare repository"
5056msgstr ""
5057
5058#: builtin/fetch.c:794
5059#, c-format
5060msgid "Option \"%s\" value \"%s\" is not valid for %s"
5061msgstr ""
5062
5063#: builtin/fetch.c:797
5064#, c-format
5065msgid "Option \"%s\" is ignored for %s\n"
5066msgstr ""
5067
5068#: builtin/fetch.c:853
5069#, c-format
5070msgid "Don't know how to fetch from %s"
5071msgstr ""
5072
5073#: builtin/fetch.c:1015
5074#, c-format
5075msgid "Fetching %s\n"
5076msgstr ""
5077
5078#: builtin/fetch.c:1017 builtin/remote.c:90
5079#, c-format
5080msgid "Could not fetch %s"
5081msgstr "„%s“ не може да се достави"
5082
5083#: builtin/fetch.c:1036
5084msgid ""
5085"No remote repository specified.  Please, specify either a URL or a\n"
5086"remote name from which new revisions should be fetched."
5087msgstr ""
5088
5089#: builtin/fetch.c:1059
5090msgid "You need to specify a tag name."
5091msgstr ""
5092
5093#: builtin/fetch.c:1107
5094msgid "--depth and --unshallow cannot be used together"
5095msgstr ""
5096
5097#: builtin/fetch.c:1109
5098msgid "--unshallow on a complete repository does not make sense"
5099msgstr ""
5100
5101#: builtin/fetch.c:1132
5102msgid "fetch --all does not take a repository argument"
5103msgstr ""
5104
5105#: builtin/fetch.c:1134
5106msgid "fetch --all does not make sense with refspecs"
5107msgstr ""
5108
5109#: builtin/fetch.c:1145
5110#, c-format
5111msgid "No such remote or remote group: %s"
5112msgstr ""
5113
5114#: builtin/fetch.c:1153
5115msgid "Fetching a group and specifying refspecs does not make sense"
5116msgstr ""
5117
5118#: builtin/fmt-merge-msg.c:13
5119#, fuzzy
5120msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
5121msgstr "<брой>"
5122
5123#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:702
5124#: builtin/merge.c:196 builtin/show-branch.c:654 builtin/show-ref.c:178
5125#: builtin/tag.c:446 parse-options.h:135 parse-options.h:242
5126msgid "n"
5127msgstr "брой"
5128
5129#: builtin/fmt-merge-msg.c:664
5130#, fuzzy
5131msgid "populate log with at most <n> entries from shortlog"
5132msgstr "<брой>"
5133
5134#: builtin/fmt-merge-msg.c:667
5135msgid "alias for --log (deprecated)"
5136msgstr ""
5137
5138#: builtin/fmt-merge-msg.c:670
5139msgid "text"
5140msgstr ""
5141
5142#: builtin/fmt-merge-msg.c:671
5143msgid "use <text> as start of message"
5144msgstr ""
5145
5146#: builtin/fmt-merge-msg.c:672
5147msgid "file to read from"
5148msgstr ""
5149
5150#: builtin/for-each-ref.c:1063
5151msgid "git for-each-ref [options] [<pattern>]"
5152msgstr ""
5153
5154#: builtin/for-each-ref.c:1078
5155msgid "quote placeholders suitably for shells"
5156msgstr ""
5157
5158#: builtin/for-each-ref.c:1080
5159msgid "quote placeholders suitably for perl"
5160msgstr ""
5161
5162#: builtin/for-each-ref.c:1082
5163msgid "quote placeholders suitably for python"
5164msgstr ""
5165
5166#: builtin/for-each-ref.c:1084
5167msgid "quote placeholders suitably for tcl"
5168msgstr ""
5169
5170#: builtin/for-each-ref.c:1087
5171#, fuzzy
5172msgid "show only <n> matched refs"
5173msgstr "<брой>"
5174
5175#: builtin/for-each-ref.c:1088 builtin/replace.c:177
5176msgid "format"
5177msgstr ""
5178
5179#: builtin/for-each-ref.c:1088
5180msgid "format to use for the output"
5181msgstr ""
5182
5183#: builtin/for-each-ref.c:1089
5184msgid "key"
5185msgstr ""
5186
5187#: builtin/for-each-ref.c:1090
5188msgid "field name to sort on"
5189msgstr ""
5190
5191#: builtin/fsck.c:607
5192msgid "git fsck [options] [<object>...]"
5193msgstr "git fsck [ОПЦИИ] [<ОБЕКТ>…]"
5194
5195#: builtin/fsck.c:613
5196msgid "show unreachable objects"
5197msgstr "показване на недостижимите обекти"
5198
5199#: builtin/fsck.c:614
5200msgid "show dangling objects"
5201msgstr "показване на обектите извън клоните"
5202
5203#: builtin/fsck.c:615
5204msgid "report tags"
5205msgstr "показване на етикетите"
5206
5207#: builtin/fsck.c:616
5208msgid "report root nodes"
5209msgstr "показване на кореновите възли"
5210
5211#: builtin/fsck.c:617
5212msgid "make index objects head nodes"
5213msgstr "задаване на обекти от индекса да са коренови"
5214
5215#: builtin/fsck.c:618
5216#, fuzzy
5217msgid "make reflogs head nodes (default)"
5218msgstr "проследяване на указателите от журнала като глави (стандартно)"
5219
5220#: builtin/fsck.c:619
5221#, fuzzy
5222msgid "also consider packs and alternate objects"
5223msgstr "допълнително да се проверяват пакетите и алтернативните обекти"
5224
5225#: builtin/fsck.c:620
5226msgid "enable more strict checking"
5227msgstr "по-строги проверки"
5228
5229#: builtin/fsck.c:622
5230msgid "write dangling objects in .git/lost-found"
5231msgstr "запазване на обектите извън клоните в директорията „.git/lost-found“"
5232
5233#: builtin/fsck.c:623 builtin/prune.c:144
5234msgid "show progress"
5235msgstr "показване на напредъка"
5236
5237#: builtin/gc.c:24
5238msgid "git gc [options]"
5239msgstr "git gc [ОПЦИИ]"
5240
5241#: builtin/gc.c:80
5242#, c-format
5243msgid "Invalid %s: '%s'"
5244msgstr "Неправилна стойност за „%s“: „%s“"
5245
5246#: builtin/gc.c:107
5247#, c-format
5248msgid "insanely long object directory %.*s"
5249msgstr "прекалено дълга директория с обекти „%.*s“"
5250
5251#: builtin/gc.c:262
5252msgid "prune unreferenced objects"
5253msgstr "окастряне на обектите, към които нищо не сочи"
5254
5255#: builtin/gc.c:264
5256msgid "be more thorough (increased runtime)"
5257msgstr "изчерпателно търсене на боклука (за сметка на повече време работа)"
5258
5259#: builtin/gc.c:265
5260msgid "enable auto-gc mode"
5261msgstr "включване на автоматичното събиране на боклука (auto-gc)"
5262
5263#: builtin/gc.c:266
5264msgid "force running gc even if there may be another gc running"
5265msgstr ""
5266"изрично стартиране на събирането на боклука, дори и ако вече работи друго "
5267"събиране"
5268
5269#: builtin/gc.c:306
5270#, c-format
5271msgid ""
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"
5279
5280#. be quiet on --auto
5281#: builtin/gc.c:316
5282#, c-format
5283msgid ""
5284"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5285msgstr ""
5286"събирането на боклука вече е стартирано на машината „%s“ с идентификатор на\n"
5287"процеса: %<PRIuMAX> (ако сте сигурни, че това не е вярно, това използвайте\n"
5288"опцията „--force“)"
5289
5290#: builtin/gc.c:341
5291msgid ""
5292"There are too many unreachable loose objects; run 'git prune' to remove them."
5293msgstr ""
5294"Има прекалено много недостижими, непакетирани обекти. Използвайте „git "
5295"prune“, за да\n"
5296"ги окастрите."
5297
5298#: builtin/grep.c:23
5299msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
5300msgstr ""
5301
5302#: builtin/grep.c:218
5303#, c-format
5304msgid "grep: failed to create thread: %s"
5305msgstr ""
5306
5307#: builtin/grep.c:365
5308#, c-format
5309msgid "Failed to chdir: %s"
5310msgstr ""
5311
5312#: builtin/grep.c:443 builtin/grep.c:478
5313#, c-format
5314msgid "unable to read tree (%s)"
5315msgstr ""
5316
5317#: builtin/grep.c:493
5318#, c-format
5319msgid "unable to grep from object of type %s"
5320msgstr ""
5321
5322#: builtin/grep.c:551
5323#, c-format
5324msgid "switch `%c' expects a numerical value"
5325msgstr ""
5326
5327#: builtin/grep.c:568
5328#, c-format
5329msgid "cannot open '%s'"
5330msgstr ""
5331
5332#: builtin/grep.c:642
5333msgid "search in index instead of in the work tree"
5334msgstr ""
5335
5336#: builtin/grep.c:644
5337msgid "find in contents not managed by git"
5338msgstr ""
5339
5340#: builtin/grep.c:646
5341msgid "search in both tracked and untracked files"
5342msgstr ""
5343
5344#: builtin/grep.c:648
5345msgid "search also in ignored files"
5346msgstr ""
5347
5348#: builtin/grep.c:651
5349msgid "show non-matching lines"
5350msgstr ""
5351
5352#: builtin/grep.c:653
5353msgid "case insensitive matching"
5354msgstr ""
5355
5356#: builtin/grep.c:655
5357msgid "match patterns only at word boundaries"
5358msgstr ""
5359
5360#: builtin/grep.c:657
5361msgid "process binary files as text"
5362msgstr ""
5363
5364#: builtin/grep.c:659
5365msgid "don't match patterns in binary files"
5366msgstr ""
5367
5368#: builtin/grep.c:662
5369msgid "process binary files with textconv filters"
5370msgstr ""
5371
5372#: builtin/grep.c:664
5373msgid "descend at most <depth> levels"
5374msgstr ""
5375
5376#: builtin/grep.c:668
5377msgid "use extended POSIX regular expressions"
5378msgstr ""
5379
5380#: builtin/grep.c:671
5381msgid "use basic POSIX regular expressions (default)"
5382msgstr ""
5383
5384#: builtin/grep.c:674
5385msgid "interpret patterns as fixed strings"
5386msgstr ""
5387
5388#: builtin/grep.c:677
5389msgid "use Perl-compatible regular expressions"
5390msgstr ""
5391
5392#: builtin/grep.c:680
5393msgid "show line numbers"
5394msgstr ""
5395
5396#: builtin/grep.c:681
5397msgid "don't show filenames"
5398msgstr ""
5399
5400#: builtin/grep.c:682
5401msgid "show filenames"
5402msgstr ""
5403
5404#: builtin/grep.c:684
5405msgid "show filenames relative to top directory"
5406msgstr ""
5407
5408#: builtin/grep.c:686
5409msgid "show only filenames instead of matching lines"
5410msgstr ""
5411
5412#: builtin/grep.c:688
5413msgid "synonym for --files-with-matches"
5414msgstr ""
5415
5416#: builtin/grep.c:691
5417msgid "show only the names of files without match"
5418msgstr ""
5419
5420#: builtin/grep.c:693
5421msgid "print NUL after filenames"
5422msgstr ""
5423
5424#: builtin/grep.c:695
5425msgid "show the number of matches instead of matching lines"
5426msgstr ""
5427
5428#: builtin/grep.c:696
5429msgid "highlight matches"
5430msgstr ""
5431
5432#: builtin/grep.c:698
5433msgid "print empty line between matches from different files"
5434msgstr ""
5435
5436#: builtin/grep.c:700
5437msgid "show filename only once above matches from same file"
5438msgstr ""
5439
5440#: builtin/grep.c:703
5441#, fuzzy
5442msgid "show <n> context lines before and after matches"
5443msgstr "<брой>"
5444
5445#: builtin/grep.c:706
5446#, fuzzy
5447msgid "show <n> context lines before matches"
5448msgstr "<брой>"
5449
5450#: builtin/grep.c:708
5451#, fuzzy
5452msgid "show <n> context lines after matches"
5453msgstr "<брой>"
5454
5455#: builtin/grep.c:709
5456msgid "shortcut for -C NUM"
5457msgstr ""
5458
5459#: builtin/grep.c:712
5460msgid "show a line with the function name before matches"
5461msgstr ""
5462
5463#: builtin/grep.c:714
5464msgid "show the surrounding function"
5465msgstr ""
5466
5467#: builtin/grep.c:717
5468msgid "read patterns from file"
5469msgstr ""
5470
5471#: builtin/grep.c:719
5472msgid "match <pattern>"
5473msgstr ""
5474
5475#: builtin/grep.c:721
5476msgid "combine patterns specified with -e"
5477msgstr ""
5478
5479#: builtin/grep.c:733
5480msgid "indicate hit with exit status without output"
5481msgstr ""
5482
5483#: builtin/grep.c:735
5484msgid "show only matches from files that match all patterns"
5485msgstr ""
5486
5487#: builtin/grep.c:737
5488msgid "show parse tree for grep expression"
5489msgstr ""
5490
5491#: builtin/grep.c:741
5492msgid "pager"
5493msgstr ""
5494
5495#: builtin/grep.c:741
5496msgid "show matching files in the pager"
5497msgstr ""
5498
5499#: builtin/grep.c:744
5500msgid "allow calling of grep(1) (ignored by this build)"
5501msgstr ""
5502
5503#: builtin/grep.c:745 builtin/show-ref.c:187
5504msgid "show usage"
5505msgstr ""
5506
5507#: builtin/grep.c:812
5508msgid "no pattern given."
5509msgstr ""
5510
5511#: builtin/grep.c:870
5512msgid "--open-files-in-pager only works on the worktree"
5513msgstr ""
5514
5515#: builtin/grep.c:893
5516msgid "--cached or --untracked cannot be used with --no-index."
5517msgstr ""
5518
5519#: builtin/grep.c:898
5520msgid "--no-index or --untracked cannot be used with revs."
5521msgstr ""
5522
5523#: builtin/grep.c:901
5524msgid "--[no-]exclude-standard cannot be used for tracked contents."
5525msgstr ""
5526
5527#: builtin/grep.c:909
5528msgid "both --cached and trees are given."
5529msgstr ""
5530
5531#: builtin/hash-object.c:60
5532msgid ""
5533"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
5534"<file>..."
5535msgstr ""
5536
5537#: builtin/hash-object.c:61
5538msgid "git hash-object  --stdin-paths < <list-of-paths>"
5539msgstr ""
5540
5541#: builtin/hash-object.c:72
5542msgid "type"
5543msgstr ""
5544
5545#: builtin/hash-object.c:72
5546msgid "object type"
5547msgstr ""
5548
5549#: builtin/hash-object.c:73
5550msgid "write the object into the object database"
5551msgstr ""
5552
5553#: builtin/hash-object.c:74
5554msgid "read the object from stdin"
5555msgstr ""
5556
5557#: builtin/hash-object.c:76
5558msgid "store file as is without filters"
5559msgstr ""
5560
5561#: builtin/hash-object.c:77
5562msgid "process file as it were from this path"
5563msgstr ""
5564
5565#: builtin/help.c:41
5566msgid "print all available commands"
5567msgstr "показване на всички налични команди"
5568
5569#: builtin/help.c:42
5570msgid "print list of useful guides"
5571msgstr "показване на списък с пътеводители"
5572
5573#: builtin/help.c:43
5574msgid "show man page"
5575msgstr "показване на страница от ръководството"
5576
5577#: builtin/help.c:44
5578msgid "show manual in web browser"
5579msgstr "показване на страница от ръководството в уеб браузър"
5580
5581#: builtin/help.c:46
5582msgid "show info page"
5583msgstr "показване на информационна страница"
5584
5585#: builtin/help.c:52
5586msgid "git help [--all] [--guides] [--man|--web|--info] [command]"
5587msgstr "git help [--all] [--guides] [--man|--web|--info] [КОМАНДА]"
5588
5589#: builtin/help.c:64
5590#, c-format
5591msgid "unrecognized help format '%s'"
5592msgstr "непознат формат на помощта „%s“"
5593
5594#: builtin/help.c:92
5595msgid "Failed to start emacsclient."
5596msgstr "Неуспешно стартиране на „emacsclient“."
5597
5598#: builtin/help.c:105
5599msgid "Failed to parse emacsclient version."
5600msgstr "Версията на „emacsclient“ не може да се анализира."
5601
5602#: builtin/help.c:113
5603#, c-format
5604msgid "emacsclient version '%d' too old (< 22)."
5605msgstr "Прекалено стара версия на „emacsclient“ — %d (< 22)."
5606
5607#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:176
5608#, c-format
5609msgid "failed to exec '%s': %s"
5610msgstr "неуспешно изпълнение на „%s“: %s"
5611
5612#: builtin/help.c:216
5613#, c-format
5614msgid ""
5615"'%s': path for unsupported man viewer.\n"
5616"Please consider using 'man.<tool>.cmd' instead."
5617msgstr ""
5618"„%s“: път към неподдържана програма за разглеждане на\n"
5619" ръководството. Вместо нея пробвайте „man.<tool>.cmd“."
5620
5621#: builtin/help.c:228
5622#, c-format
5623msgid ""
5624"'%s': cmd for supported man viewer.\n"
5625"Please consider using 'man.<tool>.path' instead."
5626msgstr ""
5627"„%s“: команда за поддържана програма за разглеждане на\n"
5628" ръководството. Вместо нея пробвайте „man.<tool>.path“."
5629
5630#: builtin/help.c:353
5631#, c-format
5632msgid "'%s': unknown man viewer."
5633msgstr "„%s“: непозната програма за преглед на ръководството."
5634
5635#: builtin/help.c:370
5636msgid "no man viewer handled the request"
5637msgstr "никоя програма за ръководство не успя да обработи заявката"
5638
5639#: builtin/help.c:378
5640msgid "no info viewer handled the request"
5641msgstr "никоя програма за информационни страници не успя да обработи заявката"
5642
5643#: builtin/help.c:424
5644msgid "Defining attributes per path"
5645msgstr "Указване на атрибути към път"
5646
5647#: builtin/help.c:425
5648msgid "A Git glossary"
5649msgstr "Речник с термините на Git"
5650
5651#: builtin/help.c:426
5652msgid "Specifies intentionally untracked files to ignore"
5653msgstr "Указване на неследени файлове, които да бъдат нарочно пренебрегвани"
5654
5655#: builtin/help.c:427
5656msgid "Defining submodule properties"
5657msgstr "Дефиниране на свойствата на подмодулите"
5658
5659#: builtin/help.c:428
5660msgid "Specifying revisions and ranges for Git"
5661msgstr "Указване на версии и интервали в Git"
5662
5663#: builtin/help.c:429
5664msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
5665msgstr "Въвеждащ урок за Git (версии поне 1.5.1)"
5666
5667#: builtin/help.c:430
5668msgid "An overview of recommended workflows with Git"
5669msgstr "Общ преглед на препоръчваните начини за работа с Git"
5670
5671#: builtin/help.c:442
5672msgid "The common Git guides are:\n"
5673msgstr "Популярните пътеводители в Git са:\n"
5674
5675#: builtin/help.c:463 builtin/help.c:480
5676#, c-format
5677msgid "usage: %s%s"
5678msgstr "употреба: %s%s"
5679
5680#: builtin/help.c:496
5681#, c-format
5682msgid "`git %s' is aliased to `%s'"
5683msgstr "„git %s“ е синоним на „%s“"
5684
5685#: builtin/index-pack.c:184
5686#, c-format
5687msgid "object type mismatch at %s"
5688msgstr ""
5689
5690#: builtin/index-pack.c:204
5691msgid "object of unexpected type"
5692msgstr ""
5693
5694#: builtin/index-pack.c:244
5695#, c-format
5696msgid "cannot fill %d byte"
5697msgid_plural "cannot fill %d bytes"
5698msgstr[0] ""
5699msgstr[1] ""
5700
5701#: builtin/index-pack.c:254
5702msgid "early EOF"
5703msgstr ""
5704
5705#: builtin/index-pack.c:255
5706msgid "read error on input"
5707msgstr ""
5708
5709#: builtin/index-pack.c:267
5710msgid "used more bytes than were available"
5711msgstr ""
5712
5713#: builtin/index-pack.c:274
5714msgid "pack too large for current definition of off_t"
5715msgstr ""
5716
5717#: builtin/index-pack.c:290
5718#, c-format
5719msgid "unable to create '%s'"
5720msgstr ""
5721
5722#: builtin/index-pack.c:295
5723#, c-format
5724msgid "cannot open packfile '%s'"
5725msgstr ""
5726
5727#: builtin/index-pack.c:309
5728msgid "pack signature mismatch"
5729msgstr ""
5730
5731#: builtin/index-pack.c:311
5732#, c-format
5733msgid "pack version %<PRIu32> unsupported"
5734msgstr ""
5735
5736#: builtin/index-pack.c:329
5737#, c-format
5738msgid "pack has bad object at offset %lu: %s"
5739msgstr ""
5740
5741#: builtin/index-pack.c:451
5742#, c-format
5743msgid "inflate returned %d"
5744msgstr ""
5745
5746#: builtin/index-pack.c:500
5747msgid "offset value overflow for delta base object"
5748msgstr ""
5749
5750#: builtin/index-pack.c:508
5751msgid "delta base offset is out of bound"
5752msgstr ""
5753
5754#: builtin/index-pack.c:516
5755#, c-format
5756msgid "unknown object type %d"
5757msgstr ""
5758
5759#: builtin/index-pack.c:547
5760msgid "cannot pread pack file"
5761msgstr ""
5762
5763#: builtin/index-pack.c:549
5764#, c-format
5765msgid "premature end of pack file, %lu byte missing"
5766msgid_plural "premature end of pack file, %lu bytes missing"
5767msgstr[0] ""
5768msgstr[1] ""
5769
5770#: builtin/index-pack.c:575
5771msgid "serious inflate inconsistency"
5772msgstr ""
5773
5774#: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:695
5775#: builtin/index-pack.c:729 builtin/index-pack.c:738
5776#, c-format
5777msgid "SHA1 COLLISION FOUND WITH %s !"
5778msgstr ""
5779
5780#: builtin/index-pack.c:669 builtin/pack-objects.c:171
5781#: builtin/pack-objects.c:263
5782#, c-format
5783msgid "unable to read %s"
5784msgstr ""
5785
5786#: builtin/index-pack.c:735
5787#, c-format
5788msgid "cannot read existing object %s"
5789msgstr ""
5790
5791#: builtin/index-pack.c:749
5792#, c-format
5793msgid "invalid blob object %s"
5794msgstr ""
5795
5796#: builtin/index-pack.c:763
5797#, c-format
5798msgid "invalid %s"
5799msgstr ""
5800
5801#: builtin/index-pack.c:766
5802msgid "Error in object"
5803msgstr ""
5804
5805#: builtin/index-pack.c:768
5806#, c-format
5807msgid "Not all child objects of %s are reachable"
5808msgstr ""
5809
5810#: builtin/index-pack.c:839 builtin/index-pack.c:869
5811msgid "failed to apply delta"
5812msgstr ""
5813
5814#: builtin/index-pack.c:1010
5815msgid "Receiving objects"
5816msgstr ""
5817
5818#: builtin/index-pack.c:1010
5819msgid "Indexing objects"
5820msgstr ""
5821
5822#: builtin/index-pack.c:1036
5823msgid "pack is corrupted (SHA1 mismatch)"
5824msgstr ""
5825
5826#: builtin/index-pack.c:1041
5827msgid "cannot fstat packfile"
5828msgstr ""
5829
5830#: builtin/index-pack.c:1044
5831msgid "pack has junk at the end"
5832msgstr ""
5833
5834#: builtin/index-pack.c:1055
5835msgid "confusion beyond insanity in parse_pack_objects()"
5836msgstr ""
5837
5838#: builtin/index-pack.c:1078
5839msgid "Resolving deltas"
5840msgstr ""
5841
5842#: builtin/index-pack.c:1088
5843#, c-format
5844msgid "unable to create thread: %s"
5845msgstr ""
5846
5847#: builtin/index-pack.c:1130
5848msgid "confusion beyond insanity"
5849msgstr ""
5850
5851#: builtin/index-pack.c:1138
5852#, c-format
5853msgid "completed with %d local objects"
5854msgstr ""
5855
5856#: builtin/index-pack.c:1148
5857#, c-format
5858msgid "Unexpected tail checksum for %s (disk corruption?)"
5859msgstr ""
5860
5861#: builtin/index-pack.c:1152
5862#, c-format
5863msgid "pack has %d unresolved delta"
5864msgid_plural "pack has %d unresolved deltas"
5865msgstr[0] ""
5866msgstr[1] ""
5867
5868#: builtin/index-pack.c:1177
5869#, c-format
5870msgid "unable to deflate appended object (%d)"
5871msgstr ""
5872
5873#: builtin/index-pack.c:1256
5874#, c-format
5875msgid "local object %s is corrupt"
5876msgstr ""
5877
5878#: builtin/index-pack.c:1280
5879msgid "error while closing pack file"
5880msgstr ""
5881
5882#: builtin/index-pack.c:1293
5883#, c-format
5884msgid "cannot write keep file '%s'"
5885msgstr ""
5886
5887#: builtin/index-pack.c:1301
5888#, c-format
5889msgid "cannot close written keep file '%s'"
5890msgstr ""
5891
5892#: builtin/index-pack.c:1314
5893msgid "cannot store pack file"
5894msgstr ""
5895
5896#: builtin/index-pack.c:1325
5897msgid "cannot store index file"
5898msgstr ""
5899
5900#: builtin/index-pack.c:1358
5901#, c-format
5902msgid "bad pack.indexversion=%<PRIu32>"
5903msgstr ""
5904
5905#: builtin/index-pack.c:1364
5906#, c-format
5907msgid "invalid number of threads specified (%d)"
5908msgstr ""
5909
5910#: builtin/index-pack.c:1368 builtin/index-pack.c:1546
5911#, c-format
5912msgid "no threads support, ignoring %s"
5913msgstr ""
5914
5915#: builtin/index-pack.c:1426
5916#, c-format
5917msgid "Cannot open existing pack file '%s'"
5918msgstr ""
5919
5920#: builtin/index-pack.c:1428
5921#, c-format
5922msgid "Cannot open existing pack idx file for '%s'"
5923msgstr ""
5924
5925#: builtin/index-pack.c:1475
5926#, c-format
5927msgid "non delta: %d object"
5928msgid_plural "non delta: %d objects"
5929msgstr[0] ""
5930msgstr[1] ""
5931
5932#: builtin/index-pack.c:1482
5933#, c-format
5934msgid "chain length = %d: %lu object"
5935msgid_plural "chain length = %d: %lu objects"
5936msgstr[0] ""
5937msgstr[1] ""
5938
5939#: builtin/index-pack.c:1510
5940msgid "Cannot come back to cwd"
5941msgstr ""
5942
5943#: builtin/index-pack.c:1558 builtin/index-pack.c:1561
5944#: builtin/index-pack.c:1573 builtin/index-pack.c:1577
5945#, c-format
5946msgid "bad %s"
5947msgstr ""
5948
5949#: builtin/index-pack.c:1591
5950msgid "--fix-thin cannot be used without --stdin"
5951msgstr ""
5952
5953#: builtin/index-pack.c:1595 builtin/index-pack.c:1605
5954#, c-format
5955msgid "packfile name '%s' does not end with '.pack'"
5956msgstr ""
5957
5958#: builtin/index-pack.c:1614
5959msgid "--verify with no packfile name given"
5960msgstr ""
5961
5962#: builtin/init-db.c:35
5963#, c-format
5964msgid "Could not make %s writable by group"
5965msgstr ""
5966
5967#: builtin/init-db.c:62
5968#, c-format
5969msgid "insanely long template name %s"
5970msgstr ""
5971
5972#: builtin/init-db.c:67
5973#, c-format
5974msgid "cannot stat '%s'"
5975msgstr ""
5976
5977#: builtin/init-db.c:73
5978#, c-format
5979msgid "cannot stat template '%s'"
5980msgstr ""
5981
5982#: builtin/init-db.c:80
5983#, c-format
5984msgid "cannot opendir '%s'"
5985msgstr ""
5986
5987#: builtin/init-db.c:97
5988#, c-format
5989msgid "cannot readlink '%s'"
5990msgstr ""
5991
5992#: builtin/init-db.c:99
5993#, c-format
5994msgid "insanely long symlink %s"
5995msgstr ""
5996
5997#: builtin/init-db.c:102
5998#, c-format
5999msgid "cannot symlink '%s' '%s'"
6000msgstr ""
6001
6002#: builtin/init-db.c:106
6003#, c-format
6004msgid "cannot copy '%s' to '%s'"
6005msgstr ""
6006
6007#: builtin/init-db.c:110
6008#, c-format
6009msgid "ignoring template %s"
6010msgstr ""
6011
6012#: builtin/init-db.c:133
6013#, c-format
6014msgid "insanely long template path %s"
6015msgstr ""
6016
6017#: builtin/init-db.c:141
6018#, c-format
6019msgid "templates not found %s"
6020msgstr ""
6021
6022#: builtin/init-db.c:154
6023#, c-format
6024msgid "not copying templates of a wrong format version %d from '%s'"
6025msgstr ""
6026
6027#: builtin/init-db.c:192
6028#, c-format
6029msgid "insane git directory %s"
6030msgstr ""
6031
6032#: builtin/init-db.c:323 builtin/init-db.c:326
6033#, c-format
6034msgid "%s already exists"
6035msgstr ""
6036
6037#: builtin/init-db.c:355
6038#, c-format
6039msgid "unable to handle file type %d"
6040msgstr ""
6041
6042#: builtin/init-db.c:358
6043#, c-format
6044msgid "unable to move %s to %s"
6045msgstr ""
6046
6047#.
6048#. * TRANSLATORS: The first '%s' is either "Reinitialized
6049#. * existing" or "Initialized empty", the second " shared" or
6050#. * "", and the last '%s%s' is the verbatim directory name.
6051#.
6052#: builtin/init-db.c:420
6053#, c-format
6054msgid "%s%s Git repository in %s%s\n"
6055msgstr ""
6056
6057#: builtin/init-db.c:421
6058msgid "Reinitialized existing"
6059msgstr ""
6060
6061#: builtin/init-db.c:421
6062msgid "Initialized empty"
6063msgstr ""
6064
6065#: builtin/init-db.c:422
6066msgid " shared"
6067msgstr ""
6068
6069#: builtin/init-db.c:441
6070msgid "cannot tell cwd"
6071msgstr ""
6072
6073#: builtin/init-db.c:467
6074msgid ""
6075"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6076"shared[=<permissions>]] [directory]"
6077msgstr ""
6078
6079#: builtin/init-db.c:490
6080msgid "permissions"
6081msgstr ""
6082
6083#: builtin/init-db.c:491
6084msgid "specify that the git repository is to be shared amongst several users"
6085msgstr ""
6086
6087#: builtin/init-db.c:493 builtin/prune-packed.c:79 builtin/repack.c:155
6088msgid "be quiet"
6089msgstr ""
6090
6091#: builtin/init-db.c:522 builtin/init-db.c:529
6092#, c-format
6093msgid "cannot mkdir %s"
6094msgstr ""
6095
6096#: builtin/init-db.c:533
6097#, c-format
6098msgid "cannot chdir to %s"
6099msgstr ""
6100
6101#: builtin/init-db.c:555
6102#, c-format
6103msgid ""
6104"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6105"dir=<directory>)"
6106msgstr ""
6107
6108#: builtin/init-db.c:579
6109msgid "Cannot access current working directory"
6110msgstr ""
6111
6112#: builtin/init-db.c:586
6113#, c-format
6114msgid "Cannot access work tree '%s'"
6115msgstr ""
6116
6117#: builtin/log.c:41
6118msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"
6119msgstr ""
6120
6121#: builtin/log.c:42
6122msgid "   or: git show [options] <object>..."
6123msgstr ""
6124
6125#: builtin/log.c:125
6126msgid "suppress diff output"
6127msgstr ""
6128
6129#: builtin/log.c:126
6130msgid "show source"
6131msgstr ""
6132
6133#: builtin/log.c:127
6134msgid "Use mail map file"
6135msgstr ""
6136
6137#: builtin/log.c:128
6138msgid "decorate options"
6139msgstr ""
6140
6141#: builtin/log.c:231
6142#, c-format
6143msgid "Final output: %d %s\n"
6144msgstr ""
6145
6146#: builtin/log.c:473 builtin/log.c:565
6147#, c-format
6148msgid "Could not read object %s"
6149msgstr ""
6150
6151#: builtin/log.c:589
6152#, c-format
6153msgid "Unknown type: %d"
6154msgstr ""
6155
6156#: builtin/log.c:689
6157msgid "format.headers without value"
6158msgstr ""
6159
6160#: builtin/log.c:771
6161msgid "name of output directory is too long"
6162msgstr ""
6163
6164#: builtin/log.c:787
6165#, c-format
6166msgid "Cannot open patch file %s"
6167msgstr ""
6168
6169#: builtin/log.c:801
6170msgid "Need exactly one range."
6171msgstr ""
6172
6173#: builtin/log.c:809
6174msgid "Not a range."
6175msgstr ""
6176
6177#: builtin/log.c:911
6178msgid "Cover letter needs email format"
6179msgstr ""
6180
6181#: builtin/log.c:987
6182#, c-format
6183msgid "insane in-reply-to: %s"
6184msgstr ""
6185
6186#: builtin/log.c:1015
6187msgid "git format-patch [options] [<since> | <revision range>]"
6188msgstr ""
6189
6190#: builtin/log.c:1060
6191msgid "Two output directories?"
6192msgstr ""
6193
6194#: builtin/log.c:1175
6195msgid "use [PATCH n/m] even with a single patch"
6196msgstr ""
6197
6198#: builtin/log.c:1178
6199msgid "use [PATCH] even with multiple patches"
6200msgstr ""
6201
6202#: builtin/log.c:1182
6203msgid "print patches to standard out"
6204msgstr ""
6205
6206#: builtin/log.c:1184
6207msgid "generate a cover letter"
6208msgstr ""
6209
6210#: builtin/log.c:1186
6211msgid "use simple number sequence for output file names"
6212msgstr ""
6213
6214#: builtin/log.c:1187
6215msgid "sfx"
6216msgstr ""
6217
6218#: builtin/log.c:1188
6219msgid "use <sfx> instead of '.patch'"
6220msgstr ""
6221
6222#: builtin/log.c:1190
6223#, fuzzy
6224msgid "start numbering patches at <n> instead of 1"
6225msgstr "<брой>"
6226
6227#: builtin/log.c:1192
6228msgid "mark the series as Nth re-roll"
6229msgstr ""
6230
6231#: builtin/log.c:1194
6232msgid "Use [<prefix>] instead of [PATCH]"
6233msgstr ""
6234
6235#: builtin/log.c:1197
6236msgid "store resulting files in <dir>"
6237msgstr ""
6238
6239#: builtin/log.c:1200
6240msgid "don't strip/add [PATCH]"
6241msgstr ""
6242
6243#: builtin/log.c:1203
6244msgid "don't output binary diffs"
6245msgstr ""
6246
6247#: builtin/log.c:1205
6248msgid "don't include a patch matching a commit upstream"
6249msgstr ""
6250
6251#: builtin/log.c:1207
6252msgid "show patch format instead of default (patch + stat)"
6253msgstr ""
6254
6255#: builtin/log.c:1209
6256msgid "Messaging"
6257msgstr ""
6258
6259#: builtin/log.c:1210
6260msgid "header"
6261msgstr ""
6262
6263#: builtin/log.c:1211
6264msgid "add email header"
6265msgstr ""
6266
6267#: builtin/log.c:1212 builtin/log.c:1214
6268msgid "email"
6269msgstr ""
6270
6271#: builtin/log.c:1212
6272msgid "add To: header"
6273msgstr ""
6274
6275#: builtin/log.c:1214
6276msgid "add Cc: header"
6277msgstr ""
6278
6279#: builtin/log.c:1216
6280msgid "ident"
6281msgstr ""
6282
6283#: builtin/log.c:1217
6284msgid "set From address to <ident> (or committer ident if absent)"
6285msgstr ""
6286
6287#: builtin/log.c:1219
6288msgid "message-id"
6289msgstr ""
6290
6291#: builtin/log.c:1220
6292msgid "make first mail a reply to <message-id>"
6293msgstr ""
6294
6295#: builtin/log.c:1221 builtin/log.c:1224
6296msgid "boundary"
6297msgstr ""
6298
6299#: builtin/log.c:1222
6300msgid "attach the patch"
6301msgstr ""
6302
6303#: builtin/log.c:1225
6304msgid "inline the patch"
6305msgstr ""
6306
6307#: builtin/log.c:1229
6308msgid "enable message threading, styles: shallow, deep"
6309msgstr ""
6310
6311#: builtin/log.c:1231
6312msgid "signature"
6313msgstr ""
6314
6315#: builtin/log.c:1232
6316msgid "add a signature"
6317msgstr ""
6318
6319#: builtin/log.c:1233
6320msgid "don't print the patch filenames"
6321msgstr ""
6322
6323#: builtin/log.c:1307
6324#, c-format
6325msgid "invalid ident line: %s"
6326msgstr ""
6327
6328#: builtin/log.c:1322
6329msgid "-n and -k are mutually exclusive."
6330msgstr ""
6331
6332#: builtin/log.c:1324
6333msgid "--subject-prefix and -k are mutually exclusive."
6334msgstr ""
6335
6336#: builtin/log.c:1332
6337msgid "--name-only does not make sense"
6338msgstr ""
6339
6340#: builtin/log.c:1334
6341msgid "--name-status does not make sense"
6342msgstr ""
6343
6344#: builtin/log.c:1336
6345msgid "--check does not make sense"
6346msgstr ""
6347
6348#: builtin/log.c:1359
6349msgid "standard output, or directory, which one?"
6350msgstr ""
6351
6352#: builtin/log.c:1361
6353#, c-format
6354msgid "Could not create directory '%s'"
6355msgstr ""
6356
6357#: builtin/log.c:1509
6358msgid "Failed to create output files"
6359msgstr ""
6360
6361#: builtin/log.c:1558
6362msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6363msgstr ""
6364
6365#: builtin/log.c:1613
6366#, c-format
6367msgid ""
6368"Could not find a tracked remote branch, please specify <upstream> manually.\n"
6369msgstr ""
6370
6371#: builtin/log.c:1626 builtin/log.c:1628 builtin/log.c:1640
6372#, c-format
6373msgid "Unknown commit %s"
6374msgstr ""
6375
6376#: builtin/ls-files.c:398
6377msgid "git ls-files [options] [<file>...]"
6378msgstr ""
6379
6380#: builtin/ls-files.c:455
6381msgid "identify the file status with tags"
6382msgstr ""
6383
6384#: builtin/ls-files.c:457
6385msgid "use lowercase letters for 'assume unchanged' files"
6386msgstr ""
6387
6388#: builtin/ls-files.c:459
6389msgid "show cached files in the output (default)"
6390msgstr ""
6391
6392#: builtin/ls-files.c:461
6393msgid "show deleted files in the output"
6394msgstr ""
6395
6396#: builtin/ls-files.c:463
6397msgid "show modified files in the output"
6398msgstr ""
6399
6400#: builtin/ls-files.c:465
6401msgid "show other files in the output"
6402msgstr ""
6403
6404#: builtin/ls-files.c:467
6405msgid "show ignored files in the output"
6406msgstr ""
6407
6408#: builtin/ls-files.c:470
6409msgid "show staged contents' object name in the output"
6410msgstr ""
6411
6412#: builtin/ls-files.c:472
6413msgid "show files on the filesystem that need to be removed"
6414msgstr ""
6415
6416#: builtin/ls-files.c:474
6417msgid "show 'other' directories' name only"
6418msgstr ""
6419
6420#: builtin/ls-files.c:477
6421msgid "don't show empty directories"
6422msgstr ""
6423
6424#: builtin/ls-files.c:480
6425msgid "show unmerged files in the output"
6426msgstr ""
6427
6428#: builtin/ls-files.c:482
6429msgid "show resolve-undo information"
6430msgstr ""
6431
6432#: builtin/ls-files.c:484
6433msgid "skip files matching pattern"
6434msgstr ""
6435
6436#: builtin/ls-files.c:487
6437msgid "exclude patterns are read from <file>"
6438msgstr ""
6439
6440#: builtin/ls-files.c:490
6441msgid "read additional per-directory exclude patterns in <file>"
6442msgstr ""
6443
6444#: builtin/ls-files.c:492
6445msgid "add the standard git exclusions"
6446msgstr ""
6447
6448#: builtin/ls-files.c:495
6449msgid "make the output relative to the project top directory"
6450msgstr ""
6451
6452#: builtin/ls-files.c:498
6453msgid "if any <file> is not in the index, treat this as an error"
6454msgstr ""
6455
6456#: builtin/ls-files.c:499
6457msgid "tree-ish"
6458msgstr ""
6459
6460#: builtin/ls-files.c:500
6461msgid "pretend that paths removed since <tree-ish> are still present"
6462msgstr ""
6463
6464#: builtin/ls-files.c:502
6465msgid "show debugging data"
6466msgstr ""
6467
6468#: builtin/ls-tree.c:28
6469msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6470msgstr ""
6471
6472#: builtin/ls-tree.c:126
6473msgid "only show trees"
6474msgstr ""
6475
6476#: builtin/ls-tree.c:128
6477msgid "recurse into subtrees"
6478msgstr ""
6479
6480#: builtin/ls-tree.c:130
6481msgid "show trees when recursing"
6482msgstr ""
6483
6484#: builtin/ls-tree.c:133
6485msgid "terminate entries with NUL byte"
6486msgstr ""
6487
6488#: builtin/ls-tree.c:134
6489msgid "include object size"
6490msgstr ""
6491
6492#: builtin/ls-tree.c:136 builtin/ls-tree.c:138
6493msgid "list only filenames"
6494msgstr ""
6495
6496#: builtin/ls-tree.c:141
6497msgid "use full path names"
6498msgstr ""
6499
6500#: builtin/ls-tree.c:143
6501msgid "list entire tree; not just current directory (implies --full-name)"
6502msgstr ""
6503
6504#: builtin/merge.c:43
6505msgid "git merge [options] [<commit>...]"
6506msgstr ""
6507
6508#: builtin/merge.c:44
6509msgid "git merge [options] <msg> HEAD <commit>"
6510msgstr ""
6511
6512#: builtin/merge.c:45
6513msgid "git merge --abort"
6514msgstr ""
6515
6516#: builtin/merge.c:98
6517msgid "switch `m' requires a value"
6518msgstr ""
6519
6520#: builtin/merge.c:135
6521#, c-format
6522msgid "Could not find merge strategy '%s'.\n"
6523msgstr ""
6524
6525#: builtin/merge.c:136
6526#, c-format
6527msgid "Available strategies are:"
6528msgstr ""
6529
6530#: builtin/merge.c:141
6531#, c-format
6532msgid "Available custom strategies are:"
6533msgstr ""
6534
6535#: builtin/merge.c:191
6536msgid "do not show a diffstat at the end of the merge"
6537msgstr ""
6538
6539#: builtin/merge.c:194
6540msgid "show a diffstat at the end of the merge"
6541msgstr ""
6542
6543#: builtin/merge.c:195
6544msgid "(synonym to --stat)"
6545msgstr ""
6546
6547#: builtin/merge.c:197
6548#, fuzzy
6549msgid "add (at most <n>) entries from shortlog to merge commit message"
6550msgstr "<брой>"
6551
6552#: builtin/merge.c:200
6553msgid "create a single commit instead of doing a merge"
6554msgstr ""
6555
6556#: builtin/merge.c:202
6557msgid "perform a commit if the merge succeeds (default)"
6558msgstr ""
6559
6560#: builtin/merge.c:204
6561msgid "edit message before committing"
6562msgstr ""
6563
6564#: builtin/merge.c:205
6565msgid "allow fast-forward (default)"
6566msgstr ""
6567
6568#: builtin/merge.c:207
6569msgid "abort if fast-forward is not possible"
6570msgstr ""
6571
6572#: builtin/merge.c:211
6573msgid "Verify that the named commit has a valid GPG signature"
6574msgstr ""
6575
6576#: builtin/merge.c:212 builtin/notes.c:738 builtin/revert.c:89
6577msgid "strategy"
6578msgstr ""
6579
6580#: builtin/merge.c:213
6581msgid "merge strategy to use"
6582msgstr ""
6583
6584#: builtin/merge.c:214
6585msgid "option=value"
6586msgstr ""
6587
6588#: builtin/merge.c:215
6589msgid "option for selected merge strategy"
6590msgstr ""
6591
6592#: builtin/merge.c:217
6593msgid "merge commit message (for a non-fast-forward merge)"
6594msgstr ""
6595
6596#: builtin/merge.c:221
6597msgid "abort the current in-progress merge"
6598msgstr ""
6599
6600#: builtin/merge.c:250
6601msgid "could not run stash."
6602msgstr ""
6603
6604#: builtin/merge.c:255
6605msgid "stash failed"
6606msgstr ""
6607
6608#: builtin/merge.c:260
6609#, c-format
6610msgid "not a valid object: %s"
6611msgstr ""
6612
6613#: builtin/merge.c:279 builtin/merge.c:296
6614msgid "read-tree failed"
6615msgstr ""
6616
6617#: builtin/merge.c:326
6618msgid " (nothing to squash)"
6619msgstr ""
6620
6621#: builtin/merge.c:339
6622#, c-format
6623msgid "Squash commit -- not updating HEAD\n"
6624msgstr ""
6625
6626#: builtin/merge.c:371
6627msgid "Writing SQUASH_MSG"
6628msgstr ""
6629
6630#: builtin/merge.c:373
6631msgid "Finishing SQUASH_MSG"
6632msgstr ""
6633
6634#: builtin/merge.c:396
6635#, c-format
6636msgid "No merge message -- not updating HEAD\n"
6637msgstr ""
6638
6639#: builtin/merge.c:446
6640#, c-format
6641msgid "'%s' does not point to a commit"
6642msgstr ""
6643
6644#: builtin/merge.c:558
6645#, c-format
6646msgid "Bad branch.%s.mergeoptions string: %s"
6647msgstr ""
6648
6649#: builtin/merge.c:650
6650msgid "git write-tree failed to write a tree"
6651msgstr ""
6652
6653#: builtin/merge.c:678
6654msgid "Not handling anything other than two heads merge."
6655msgstr ""
6656
6657#: builtin/merge.c:692
6658#, c-format
6659msgid "Unknown option for merge-recursive: -X%s"
6660msgstr ""
6661
6662#: builtin/merge.c:706
6663#, c-format
6664msgid "unable to write %s"
6665msgstr ""
6666
6667#: builtin/merge.c:795
6668#, c-format
6669msgid "Could not read from '%s'"
6670msgstr ""
6671
6672#: builtin/merge.c:804
6673#, c-format
6674msgid "Not committing merge; use 'git commit' to complete the merge.\n"
6675msgstr ""
6676
6677#: builtin/merge.c:810
6678#, c-format
6679msgid ""
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 ""
6686
6687#: builtin/merge.c:834
6688msgid "Empty commit message."
6689msgstr ""
6690
6691#: builtin/merge.c:846
6692#, c-format
6693msgid "Wonderful.\n"
6694msgstr ""
6695
6696#: builtin/merge.c:911
6697#, c-format
6698msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
6699msgstr ""
6700
6701#: builtin/merge.c:927
6702#, c-format
6703msgid "'%s' is not a commit"
6704msgstr ""
6705
6706#: builtin/merge.c:968
6707msgid "No current branch."
6708msgstr ""
6709
6710#: builtin/merge.c:970
6711msgid "No remote for the current branch."
6712msgstr ""
6713
6714#: builtin/merge.c:972
6715msgid "No default upstream defined for the current branch."
6716msgstr ""
6717
6718#: builtin/merge.c:977
6719#, c-format
6720msgid "No remote-tracking branch for %s from %s"
6721msgstr ""
6722
6723#: builtin/merge.c:1133
6724msgid "There is no merge to abort (MERGE_HEAD missing)."
6725msgstr ""
6726
6727#: builtin/merge.c:1149 git-pull.sh:31
6728msgid ""
6729"You have not concluded your merge (MERGE_HEAD exists).\n"
6730"Please, commit your changes before you can merge."
6731msgstr ""
6732
6733#: builtin/merge.c:1152 git-pull.sh:34
6734msgid "You have not concluded your merge (MERGE_HEAD exists)."
6735msgstr ""
6736
6737#: builtin/merge.c:1156
6738msgid ""
6739"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
6740"Please, commit your changes before you can merge."
6741msgstr ""
6742
6743#: builtin/merge.c:1159
6744msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6745msgstr ""
6746
6747#: builtin/merge.c:1168
6748msgid "You cannot combine --squash with --no-ff."
6749msgstr ""
6750
6751#: builtin/merge.c:1177
6752msgid "No commit specified and merge.defaultToUpstream not set."
6753msgstr ""
6754
6755#: builtin/merge.c:1209
6756msgid "Can merge only exactly one commit into empty head"
6757msgstr ""
6758
6759#: builtin/merge.c:1212
6760msgid "Squash commit into empty head not supported yet"
6761msgstr ""
6762
6763#: builtin/merge.c:1214
6764msgid "Non-fast-forward commit does not make sense into an empty head"
6765msgstr ""
6766
6767#: builtin/merge.c:1219
6768#, c-format
6769msgid "%s - not something we can merge"
6770msgstr ""
6771
6772#: builtin/merge.c:1270
6773#, c-format
6774msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6775msgstr ""
6776
6777#: builtin/merge.c:1273
6778#, c-format
6779msgid "Commit %s has a bad GPG signature allegedly by %s."
6780msgstr ""
6781
6782#. 'N'
6783#: builtin/merge.c:1276
6784#, c-format
6785msgid "Commit %s does not have a GPG signature."
6786msgstr ""
6787
6788#: builtin/merge.c:1279
6789#, c-format
6790msgid "Commit %s has a good GPG signature by %s\n"
6791msgstr ""
6792
6793#: builtin/merge.c:1363
6794#, c-format
6795msgid "Updating %s..%s\n"
6796msgstr ""
6797
6798#: builtin/merge.c:1402
6799#, c-format
6800msgid "Trying really trivial in-index merge...\n"
6801msgstr ""
6802
6803#: builtin/merge.c:1409
6804#, c-format
6805msgid "Nope.\n"
6806msgstr ""
6807
6808#: builtin/merge.c:1441
6809msgid "Not possible to fast-forward, aborting."
6810msgstr ""
6811
6812#: builtin/merge.c:1464 builtin/merge.c:1543
6813#, c-format
6814msgid "Rewinding the tree to pristine...\n"
6815msgstr ""
6816
6817#: builtin/merge.c:1468
6818#, c-format
6819msgid "Trying merge strategy %s...\n"
6820msgstr ""
6821
6822#: builtin/merge.c:1534
6823#, c-format
6824msgid "No merge strategy handled the merge.\n"
6825msgstr ""
6826
6827#: builtin/merge.c:1536
6828#, c-format
6829msgid "Merge with strategy %s failed.\n"
6830msgstr ""
6831
6832#: builtin/merge.c:1545
6833#, c-format
6834msgid "Using the %s to prepare resolving by hand.\n"
6835msgstr ""
6836
6837#: builtin/merge.c:1557
6838#, c-format
6839msgid "Automatic merge went well; stopped before committing as requested\n"
6840msgstr ""
6841
6842#: builtin/merge-base.c:29
6843msgid "git merge-base [-a|--all] <commit> <commit>..."
6844msgstr ""
6845
6846#: builtin/merge-base.c:30
6847msgid "git merge-base [-a|--all] --octopus <commit>..."
6848msgstr ""
6849
6850#: builtin/merge-base.c:31
6851msgid "git merge-base --independent <commit>..."
6852msgstr ""
6853
6854#: builtin/merge-base.c:32
6855msgid "git merge-base --is-ancestor <commit> <commit>"
6856msgstr ""
6857
6858#: builtin/merge-base.c:33
6859msgid "git merge-base --fork-point <ref> [<commit>]"
6860msgstr ""
6861
6862#: builtin/merge-base.c:214
6863msgid "output all common ancestors"
6864msgstr ""
6865
6866#: builtin/merge-base.c:216
6867msgid "find ancestors for a single n-way merge"
6868msgstr ""
6869
6870#: builtin/merge-base.c:218
6871msgid "list revs not reachable from others"
6872msgstr ""
6873
6874#: builtin/merge-base.c:220
6875msgid "is the first one ancestor of the other?"
6876msgstr ""
6877
6878#: builtin/merge-base.c:222
6879msgid "find where <commit> forked from reflog of <ref>"
6880msgstr ""
6881
6882#: builtin/merge-file.c:8
6883msgid ""
6884"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
6885"file2"
6886msgstr ""
6887
6888#: builtin/merge-file.c:33
6889msgid "send results to standard output"
6890msgstr ""
6891
6892#: builtin/merge-file.c:34
6893msgid "use a diff3 based merge"
6894msgstr ""
6895
6896#: builtin/merge-file.c:35
6897msgid "for conflicts, use our version"
6898msgstr ""
6899
6900#: builtin/merge-file.c:37
6901msgid "for conflicts, use their version"
6902msgstr ""
6903
6904#: builtin/merge-file.c:39
6905msgid "for conflicts, use a union version"
6906msgstr ""
6907
6908#: builtin/merge-file.c:42
6909msgid "for conflicts, use this marker size"
6910msgstr ""
6911
6912#: builtin/merge-file.c:43
6913msgid "do not warn about conflicts"
6914msgstr ""
6915
6916#: builtin/merge-file.c:45
6917msgid "set labels for file1/orig_file/file2"
6918msgstr ""
6919
6920#: builtin/mktree.c:67
6921msgid "git mktree [-z] [--missing] [--batch]"
6922msgstr ""
6923
6924#: builtin/mktree.c:153
6925msgid "input is NUL terminated"
6926msgstr ""
6927
6928#: builtin/mktree.c:154 builtin/write-tree.c:24
6929msgid "allow missing objects"
6930msgstr ""
6931
6932#: builtin/mktree.c:155
6933msgid "allow creation of more than one tree"
6934msgstr ""
6935
6936#: builtin/mv.c:15
6937msgid "git mv [options] <source>... <destination>"
6938msgstr ""
6939
6940#: builtin/mv.c:71
6941msgid "force move/rename even if target exists"
6942msgstr ""
6943
6944#: builtin/mv.c:72
6945msgid "skip move/rename errors"
6946msgstr ""
6947
6948#: builtin/mv.c:122
6949#, c-format
6950msgid "Checking rename of '%s' to '%s'\n"
6951msgstr ""
6952
6953#: builtin/mv.c:126
6954msgid "bad source"
6955msgstr ""
6956
6957#: builtin/mv.c:129
6958msgid "can not move directory into itself"
6959msgstr ""
6960
6961#: builtin/mv.c:132
6962msgid "cannot move directory over file"
6963msgstr ""
6964
6965#: builtin/mv.c:138
6966#, c-format
6967msgid "Huh? Directory %s is in index and no submodule?"
6968msgstr ""
6969
6970#: builtin/mv.c:140 builtin/rm.c:318
6971msgid "Please, stage your changes to .gitmodules or stash them to proceed"
6972msgstr ""
6973"За да продължите или вкарайте промените по файла „.gitmodules“ в индекса, "
6974"или\n"
6975"ги скътайте"
6976
6977#: builtin/mv.c:156
6978#, c-format
6979msgid "Huh? %.*s is in index?"
6980msgstr ""
6981
6982#: builtin/mv.c:168
6983msgid "source directory is empty"
6984msgstr ""
6985
6986#: builtin/mv.c:200
6987msgid "not under version control"
6988msgstr ""
6989
6990#: builtin/mv.c:202
6991msgid "destination exists"
6992msgstr ""
6993
6994#: builtin/mv.c:210
6995#, c-format
6996msgid "overwriting '%s'"
6997msgstr ""
6998
6999#: builtin/mv.c:213
7000msgid "Cannot overwrite"
7001msgstr ""
7002
7003#: builtin/mv.c:216
7004msgid "multiple sources for the same target"
7005msgstr ""
7006
7007#: builtin/mv.c:218
7008msgid "destination directory does not exist"
7009msgstr ""
7010
7011#: builtin/mv.c:233
7012#, c-format
7013msgid "%s, source=%s, destination=%s"
7014msgstr ""
7015
7016#: builtin/mv.c:243
7017#, c-format
7018msgid "Renaming %s to %s\n"
7019msgstr ""
7020
7021#: builtin/mv.c:246 builtin/remote.c:726 builtin/repack.c:328
7022#, c-format
7023msgid "renaming '%s' failed"
7024msgstr "неуспешно преименуване на „%s“"
7025
7026#: builtin/name-rev.c:258
7027msgid "git name-rev [options] <commit>..."
7028msgstr ""
7029
7030#: builtin/name-rev.c:259
7031msgid "git name-rev [options] --all"
7032msgstr ""
7033
7034#: builtin/name-rev.c:260
7035msgid "git name-rev [options] --stdin"
7036msgstr ""
7037
7038# FIXME
7039#: builtin/name-rev.c:312
7040msgid "print only names (no SHA-1)"
7041msgstr ""
7042
7043#: builtin/name-rev.c:313
7044msgid "only use tags to name the commits"
7045msgstr ""
7046
7047#: builtin/name-rev.c:315
7048msgid "only use refs matching <pattern>"
7049msgstr ""
7050
7051#: builtin/name-rev.c:317
7052msgid "list all commits reachable from all refs"
7053msgstr ""
7054
7055#: builtin/name-rev.c:318
7056msgid "read from stdin"
7057msgstr ""
7058
7059#: builtin/name-rev.c:319
7060msgid "allow to print `undefined` names (default)"
7061msgstr ""
7062
7063#: builtin/name-rev.c:325
7064msgid "dereference tags in the input (internal use)"
7065msgstr ""
7066
7067#: builtin/notes.c:24
7068msgid "git notes [--ref <notes_ref>] [list [<object>]]"
7069msgstr ""
7070
7071#: builtin/notes.c:25
7072msgid ""
7073"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "
7074"<object>] [<object>]"
7075msgstr ""
7076
7077#: builtin/notes.c:26
7078msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
7079msgstr ""
7080
7081#: builtin/notes.c:27
7082msgid ""
7083"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "
7084"<object>] [<object>]"
7085msgstr ""
7086
7087#: builtin/notes.c:28
7088msgid "git notes [--ref <notes_ref>] edit [<object>]"
7089msgstr ""
7090
7091#: builtin/notes.c:29
7092msgid "git notes [--ref <notes_ref>] show [<object>]"
7093msgstr ""
7094
7095#: builtin/notes.c:30
7096msgid ""
7097"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
7098msgstr ""
7099
7100#: builtin/notes.c:31
7101msgid "git notes merge --commit [-v | -q]"
7102msgstr ""
7103
7104#: builtin/notes.c:32
7105msgid "git notes merge --abort [-v | -q]"
7106msgstr ""
7107
7108#: builtin/notes.c:33
7109msgid "git notes [--ref <notes_ref>] remove [<object>...]"
7110msgstr ""
7111
7112#: builtin/notes.c:34
7113msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
7114msgstr ""
7115
7116#: builtin/notes.c:35
7117msgid "git notes [--ref <notes_ref>] get-ref"
7118msgstr ""
7119
7120#: builtin/notes.c:40
7121msgid "git notes [list [<object>]]"
7122msgstr ""
7123
7124#: builtin/notes.c:45
7125msgid "git notes add [<options>] [<object>]"
7126msgstr ""
7127
7128#: builtin/notes.c:50
7129msgid "git notes copy [<options>] <from-object> <to-object>"
7130msgstr ""
7131
7132#: builtin/notes.c:51
7133msgid "git notes copy --stdin [<from-object> <to-object>]..."
7134msgstr ""
7135
7136#: builtin/notes.c:56
7137msgid "git notes append [<options>] [<object>]"
7138msgstr ""
7139
7140#: builtin/notes.c:61
7141msgid "git notes edit [<object>]"
7142msgstr ""
7143
7144#: builtin/notes.c:66
7145msgid "git notes show [<object>]"
7146msgstr ""
7147
7148#: builtin/notes.c:71
7149msgid "git notes merge [<options>] <notes_ref>"
7150msgstr ""
7151
7152#: builtin/notes.c:72
7153msgid "git notes merge --commit [<options>]"
7154msgstr ""
7155
7156#: builtin/notes.c:73
7157msgid "git notes merge --abort [<options>]"
7158msgstr ""
7159
7160#: builtin/notes.c:78
7161msgid "git notes remove [<object>]"
7162msgstr ""
7163
7164#: builtin/notes.c:83
7165msgid "git notes prune [<options>]"
7166msgstr ""
7167
7168#: builtin/notes.c:88
7169msgid "git notes get-ref"
7170msgstr ""
7171
7172#: builtin/notes.c:137
7173#, c-format
7174msgid "unable to start 'show' for object '%s'"
7175msgstr ""
7176
7177#: builtin/notes.c:141
7178msgid "could not read 'show' output"
7179msgstr ""
7180
7181#: builtin/notes.c:149
7182#, c-format
7183msgid "failed to finish 'show' for object '%s'"
7184msgstr ""
7185
7186#: builtin/notes.c:167 builtin/tag.c:341
7187#, c-format
7188msgid "could not create file '%s'"
7189msgstr ""
7190
7191#: builtin/notes.c:186
7192msgid "Please supply the note contents using either -m or -F option"
7193msgstr ""
7194
7195#: builtin/notes.c:207 builtin/notes.c:844
7196#, c-format
7197msgid "Removing note for object %s\n"
7198msgstr ""
7199
7200#: builtin/notes.c:212
7201msgid "unable to write note object"
7202msgstr ""
7203
7204#: builtin/notes.c:214
7205#, c-format
7206msgid "The note contents has been left in %s"
7207msgstr ""
7208
7209#: builtin/notes.c:248 builtin/tag.c:537
7210#, c-format
7211msgid "cannot read '%s'"
7212msgstr ""
7213
7214#: builtin/notes.c:250 builtin/tag.c:540
7215#, c-format
7216msgid "could not open or read '%s'"
7217msgstr ""
7218
7219#: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:318
7220#: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:515
7221#: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:637
7222#: builtin/notes.c:839 builtin/tag.c:553
7223#, c-format
7224msgid "Failed to resolve '%s' as a valid ref."
7225msgstr ""
7226
7227#: builtin/notes.c:272
7228#, c-format
7229msgid "Failed to read object '%s'."
7230msgstr ""
7231
7232#: builtin/notes.c:312
7233#, c-format
7234msgid "Malformed input line: '%s'."
7235msgstr ""
7236
7237#: builtin/notes.c:327
7238#, c-format
7239msgid "Failed to copy notes from '%s' to '%s'"
7240msgstr ""
7241
7242#: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:498
7243#: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:630
7244#: builtin/notes.c:904
7245msgid "too many parameters"
7246msgstr ""
7247
7248#: builtin/notes.c:384 builtin/notes.c:643
7249#, c-format
7250msgid "No note found for object %s."
7251msgstr ""
7252
7253#: builtin/notes.c:406 builtin/notes.c:563
7254msgid "note contents as a string"
7255msgstr ""
7256
7257#: builtin/notes.c:409 builtin/notes.c:566
7258msgid "note contents in a file"
7259msgstr ""
7260
7261#: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:568
7262#: builtin/notes.c:571 builtin/tag.c:474
7263msgid "object"
7264msgstr ""
7265
7266#: builtin/notes.c:412 builtin/notes.c:569
7267msgid "reuse and edit specified note object"
7268msgstr ""
7269
7270#: builtin/notes.c:415 builtin/notes.c:572
7271msgid "reuse specified note object"
7272msgstr ""
7273
7274#: builtin/notes.c:417 builtin/notes.c:485
7275msgid "replace existing notes"
7276msgstr ""
7277
7278#: builtin/notes.c:451
7279#, c-format
7280msgid ""
7281"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7282"existing notes"
7283msgstr ""
7284
7285#: builtin/notes.c:456 builtin/notes.c:533
7286#, c-format
7287msgid "Overwriting existing notes for object %s\n"
7288msgstr ""
7289
7290#: builtin/notes.c:486
7291msgid "read objects from stdin"
7292msgstr ""
7293
7294#: builtin/notes.c:488
7295msgid "load rewriting config for <command> (implies --stdin)"
7296msgstr ""
7297
7298#: builtin/notes.c:506
7299msgid "too few parameters"
7300msgstr ""
7301
7302#: builtin/notes.c:527
7303#, c-format
7304msgid ""
7305"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7306"existing notes"
7307msgstr ""
7308
7309#: builtin/notes.c:539
7310#, c-format
7311msgid "Missing notes on source object %s. Cannot copy."
7312msgstr ""
7313
7314#: builtin/notes.c:588
7315#, c-format
7316msgid ""
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 ""
7320
7321#: builtin/notes.c:735
7322msgid "General options"
7323msgstr ""
7324
7325#: builtin/notes.c:737
7326msgid "Merge options"
7327msgstr ""
7328
7329#: builtin/notes.c:739
7330msgid ""
7331"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7332"cat_sort_uniq)"
7333msgstr ""
7334
7335#: builtin/notes.c:741
7336msgid "Committing unmerged notes"
7337msgstr ""
7338
7339#: builtin/notes.c:743
7340msgid "finalize notes merge by committing unmerged notes"
7341msgstr ""
7342
7343#: builtin/notes.c:745
7344msgid "Aborting notes merge resolution"
7345msgstr ""
7346
7347#: builtin/notes.c:747
7348msgid "abort notes merge"
7349msgstr ""
7350
7351#: builtin/notes.c:842
7352#, c-format
7353msgid "Object %s has no note\n"
7354msgstr ""
7355
7356#: builtin/notes.c:854
7357msgid "attempt to remove non-existent note is not an error"
7358msgstr ""
7359
7360#: builtin/notes.c:857
7361msgid "read object names from the standard input"
7362msgstr ""
7363
7364#: builtin/notes.c:938
7365msgid "notes_ref"
7366msgstr ""
7367
7368#: builtin/notes.c:939
7369msgid "use notes from <notes_ref>"
7370msgstr ""
7371
7372#: builtin/notes.c:974 builtin/remote.c:1593
7373#, c-format
7374msgid "Unknown subcommand: %s"
7375msgstr "Непозната подкоманда: %s"
7376
7377#: builtin/pack-objects.c:23
7378msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
7379msgstr ""
7380
7381#: builtin/pack-objects.c:24
7382msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
7383msgstr ""
7384
7385#: builtin/pack-objects.c:184 builtin/pack-objects.c:187
7386#, c-format
7387msgid "deflate error (%d)"
7388msgstr ""
7389
7390#: builtin/pack-objects.c:2396
7391#, c-format
7392msgid "unsupported index version %s"
7393msgstr ""
7394
7395#: builtin/pack-objects.c:2400
7396#, c-format
7397msgid "bad index version '%s'"
7398msgstr ""
7399
7400#: builtin/pack-objects.c:2423
7401#, c-format
7402msgid "option %s does not accept negative form"
7403msgstr ""
7404
7405#: builtin/pack-objects.c:2427
7406#, c-format
7407msgid "unable to parse value '%s' for option %s"
7408msgstr ""
7409
7410#: builtin/pack-objects.c:2446
7411msgid "do not show progress meter"
7412msgstr ""
7413
7414#: builtin/pack-objects.c:2448
7415msgid "show progress meter"
7416msgstr ""
7417
7418#: builtin/pack-objects.c:2450
7419msgid "show progress meter during object writing phase"
7420msgstr ""
7421
7422#: builtin/pack-objects.c:2453
7423msgid "similar to --all-progress when progress meter is shown"
7424msgstr ""
7425
7426#: builtin/pack-objects.c:2454
7427msgid "version[,offset]"
7428msgstr ""
7429
7430#: builtin/pack-objects.c:2455
7431msgid "write the pack index file in the specified idx format version"
7432msgstr ""
7433
7434#: builtin/pack-objects.c:2458
7435msgid "maximum size of each output pack file"
7436msgstr ""
7437
7438#: builtin/pack-objects.c:2460
7439msgid "ignore borrowed objects from alternate object store"
7440msgstr ""
7441
7442#: builtin/pack-objects.c:2462
7443msgid "ignore packed objects"
7444msgstr ""
7445
7446#: builtin/pack-objects.c:2464
7447msgid "limit pack window by objects"
7448msgstr ""
7449
7450#: builtin/pack-objects.c:2466
7451msgid "limit pack window by memory in addition to object limit"
7452msgstr ""
7453
7454#: builtin/pack-objects.c:2468
7455msgid "maximum length of delta chain allowed in the resulting pack"
7456msgstr ""
7457
7458#: builtin/pack-objects.c:2470
7459msgid "reuse existing deltas"
7460msgstr ""
7461
7462#: builtin/pack-objects.c:2472
7463msgid "reuse existing objects"
7464msgstr ""
7465
7466#: builtin/pack-objects.c:2474
7467msgid "use OFS_DELTA objects"
7468msgstr ""
7469
7470#: builtin/pack-objects.c:2476
7471msgid "use threads when searching for best delta matches"
7472msgstr ""
7473
7474#: builtin/pack-objects.c:2478
7475msgid "do not create an empty pack output"
7476msgstr ""
7477
7478#: builtin/pack-objects.c:2480
7479msgid "read revision arguments from standard input"
7480msgstr ""
7481
7482#: builtin/pack-objects.c:2482
7483msgid "limit the objects to those that are not yet packed"
7484msgstr ""
7485
7486#: builtin/pack-objects.c:2485
7487msgid "include objects reachable from any reference"
7488msgstr ""
7489
7490#: builtin/pack-objects.c:2488
7491msgid "include objects referred by reflog entries"
7492msgstr ""
7493
7494#: builtin/pack-objects.c:2491
7495msgid "output pack to stdout"
7496msgstr ""
7497
7498#: builtin/pack-objects.c:2493
7499msgid "include tag objects that refer to objects to be packed"
7500msgstr ""
7501
7502#: builtin/pack-objects.c:2495
7503msgid "keep unreachable objects"
7504msgstr ""
7505
7506#: builtin/pack-objects.c:2496 parse-options.h:143
7507msgid "time"
7508msgstr "време"
7509
7510#: builtin/pack-objects.c:2497
7511msgid "unpack unreachable objects newer than <time>"
7512msgstr ""
7513
7514#: builtin/pack-objects.c:2500
7515msgid "create thin packs"
7516msgstr ""
7517
7518#: builtin/pack-objects.c:2502
7519msgid "ignore packs that have companion .keep file"
7520msgstr ""
7521
7522#: builtin/pack-objects.c:2504
7523msgid "pack compression level"
7524msgstr ""
7525
7526#: builtin/pack-objects.c:2506
7527msgid "do not hide commits by grafts"
7528msgstr ""
7529
7530#: builtin/pack-refs.c:6
7531msgid "git pack-refs [options]"
7532msgstr ""
7533
7534#: builtin/pack-refs.c:14
7535msgid "pack everything"
7536msgstr ""
7537
7538#: builtin/pack-refs.c:15
7539msgid "prune loose refs (default)"
7540msgstr ""
7541
7542#: builtin/prune-packed.c:7
7543msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
7544msgstr ""
7545
7546#: builtin/prune.c:12
7547msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
7548msgstr ""
7549
7550#: builtin/prune.c:142
7551msgid "do not remove, show only"
7552msgstr ""
7553
7554#: builtin/prune.c:143
7555msgid "report pruned objects"
7556msgstr ""
7557
7558#: builtin/prune.c:146
7559msgid "expire objects older than <time>"
7560msgstr ""
7561
7562#: builtin/push.c:14
7563msgid "git push [<options>] [<repository> [<refspec>...]]"
7564msgstr ""
7565
7566#: builtin/push.c:86
7567msgid "tag shorthand without <tag>"
7568msgstr ""
7569
7570#: builtin/push.c:96
7571msgid "--delete only accepts plain target ref names"
7572msgstr ""
7573
7574#: builtin/push.c:141
7575msgid ""
7576"\n"
7577"To choose either option permanently, see push.default in 'git help config'."
7578msgstr ""
7579
7580#: builtin/push.c:144
7581#, c-format
7582msgid ""
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 ""
7594
7595#: builtin/push.c:159
7596#, c-format
7597msgid ""
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 ""
7604
7605#: builtin/push.c:173
7606#, c-format
7607msgid ""
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 ""
7613
7614#: builtin/push.c:181
7615#, c-format
7616msgid "The current branch %s has multiple upstream branches, refusing to push."
7617msgstr ""
7618
7619#: builtin/push.c:184
7620#, c-format
7621msgid ""
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 ""
7626
7627#: builtin/push.c:207
7628msgid ""
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 ""
7651
7652#: builtin/push.c:274
7653msgid ""
7654"You didn't specify any refspecs to push, and push.default is \"nothing\"."
7655msgstr ""
7656
7657#: builtin/push.c:281
7658msgid ""
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 ""
7664
7665#: builtin/push.c:287
7666msgid ""
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 ""
7672
7673#: builtin/push.c:293
7674msgid ""
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 ""
7680
7681#: builtin/push.c:299
7682msgid ""
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 ""
7689
7690#: builtin/push.c:306
7691msgid "Updates were rejected because the tag already exists in the remote."
7692msgstr ""
7693
7694#: builtin/push.c:309
7695msgid ""
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 ""
7700
7701#: builtin/push.c:375
7702#, c-format
7703msgid "Pushing to %s\n"
7704msgstr ""
7705
7706#: builtin/push.c:379
7707#, c-format
7708msgid "failed to push some refs to '%s'"
7709msgstr ""
7710
7711#: builtin/push.c:412
7712#, c-format
7713msgid "bad repository '%s'"
7714msgstr ""
7715
7716#: builtin/push.c:413
7717msgid ""
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 ""
7728
7729#: builtin/push.c:428
7730msgid "--all and --tags are incompatible"
7731msgstr ""
7732
7733#: builtin/push.c:429
7734msgid "--all can't be combined with refspecs"
7735msgstr ""
7736
7737#: builtin/push.c:434
7738msgid "--mirror and --tags are incompatible"
7739msgstr ""
7740
7741#: builtin/push.c:435
7742msgid "--mirror can't be combined with refspecs"
7743msgstr ""
7744
7745#: builtin/push.c:440
7746msgid "--all and --mirror are incompatible"
7747msgstr ""
7748
7749#: builtin/push.c:500
7750msgid "repository"
7751msgstr ""
7752
7753#: builtin/push.c:501
7754msgid "push all refs"
7755msgstr ""
7756
7757#: builtin/push.c:502
7758msgid "mirror all refs"
7759msgstr ""
7760
7761#: builtin/push.c:504
7762msgid "delete refs"
7763msgstr ""
7764
7765#: builtin/push.c:505
7766msgid "push tags (can't be used with --all or --mirror)"
7767msgstr ""
7768
7769#: builtin/push.c:508
7770msgid "force updates"
7771msgstr ""
7772
7773#: builtin/push.c:510
7774msgid "refname>:<expect"
7775msgstr ""
7776
7777#: builtin/push.c:511
7778msgid "require old value of ref to be at this value"
7779msgstr ""
7780
7781#: builtin/push.c:513
7782msgid "check"
7783msgstr ""
7784
7785#: builtin/push.c:514
7786msgid "control recursive pushing of submodules"
7787msgstr ""
7788
7789#: builtin/push.c:516
7790msgid "use thin pack"
7791msgstr ""
7792
7793#: builtin/push.c:517 builtin/push.c:518
7794msgid "receive pack program"
7795msgstr ""
7796
7797#: builtin/push.c:519
7798msgid "set upstream for git pull/status"
7799msgstr ""
7800
7801#: builtin/push.c:522
7802msgid "prune locally removed refs"
7803msgstr ""
7804
7805#: builtin/push.c:524
7806msgid "bypass pre-push hook"
7807msgstr ""
7808
7809#: builtin/push.c:525
7810msgid "push missing but relevant tags"
7811msgstr ""
7812
7813#: builtin/push.c:535
7814msgid "--delete is incompatible with --all, --mirror and --tags"
7815msgstr ""
7816
7817#: builtin/push.c:537
7818msgid "--delete doesn't make sense without any refs"
7819msgstr ""
7820
7821#: builtin/read-tree.c:36
7822msgid ""
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 ""
7827
7828#: builtin/read-tree.c:109
7829msgid "write resulting index to <file>"
7830msgstr ""
7831
7832#: builtin/read-tree.c:112
7833msgid "only empty the index"
7834msgstr ""
7835
7836#: builtin/read-tree.c:114
7837msgid "Merging"
7838msgstr ""
7839
7840#: builtin/read-tree.c:116
7841msgid "perform a merge in addition to a read"
7842msgstr ""
7843
7844#: builtin/read-tree.c:118
7845msgid "3-way merge if no file level merging required"
7846msgstr ""
7847
7848#: builtin/read-tree.c:120
7849msgid "3-way merge in presence of adds and removes"
7850msgstr ""
7851
7852#: builtin/read-tree.c:122
7853msgid "same as -m, but discard unmerged entries"
7854msgstr ""
7855
7856#: builtin/read-tree.c:123
7857msgid "<subdirectory>/"
7858msgstr ""
7859
7860#: builtin/read-tree.c:124
7861msgid "read the tree into the index under <subdirectory>/"
7862msgstr ""
7863
7864#: builtin/read-tree.c:127
7865msgid "update working tree with merge result"
7866msgstr ""
7867
7868#: builtin/read-tree.c:129
7869msgid "gitignore"
7870msgstr ""
7871
7872#: builtin/read-tree.c:130
7873msgid "allow explicitly ignored files to be overwritten"
7874msgstr ""
7875
7876#: builtin/read-tree.c:133
7877msgid "don't check the working tree after merging"
7878msgstr ""
7879
7880#: builtin/read-tree.c:134
7881msgid "don't update the index or the work tree"
7882msgstr ""
7883
7884#: builtin/read-tree.c:136
7885msgid "skip applying sparse checkout filter"
7886msgstr ""
7887
7888#: builtin/read-tree.c:138
7889msgid "debug unpack-trees"
7890msgstr ""
7891
7892# FIXME
7893#: builtin/reflog.c:499
7894#, c-format
7895msgid "%s' for '%s' is not a valid timestamp"
7896msgstr "„%s“ не е правилна стойност за време за „%s“"
7897
7898#: builtin/reflog.c:615 builtin/reflog.c:620
7899#, c-format
7900msgid "'%s' is not a valid timestamp"
7901msgstr "„%s“ не е правилна стойност за време"
7902
7903#: builtin/remote.c:12
7904msgid "git remote [-v | --verbose]"
7905msgstr "git remote [-v | --verbose]"
7906
7907#: builtin/remote.c:13
7908msgid ""
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>] <ИМЕ> <АДРЕС>"
7914
7915#: builtin/remote.c:14 builtin/remote.c:33
7916msgid "git remote rename <old> <new>"
7917msgstr "git remote rename <СТАРО_ИМЕ> <НОВО_ИМЕ>"
7918
7919#: builtin/remote.c:15 builtin/remote.c:38
7920msgid "git remote remove <name>"
7921msgstr "git remote remove <ИМЕ>"
7922
7923#: builtin/remote.c:16
7924msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
7925msgstr "git remote set-head <ИМЕ> (-a | --auto | -d | --delete |<КЛОН>)"
7926
7927#: builtin/remote.c:17
7928msgid "git remote [-v | --verbose] show [-n] <name>"
7929msgstr "git remote [-v | --verbose] show [-n] <ИМЕ>"
7930
7931#: builtin/remote.c:18
7932msgid "git remote prune [-n | --dry-run] <name>"
7933msgstr "git remote prune [-n | --dry-run] <ИМЕ>"
7934
7935#: builtin/remote.c:19
7936msgid ""
7937"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
7938msgstr ""
7939"git remote [-v | --verbose] update [-p | --prune] [(<ГРУПА> | "
7940"<ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ>)…]"
7941
7942#: builtin/remote.c:20
7943msgid "git remote set-branches [--add] <name> <branch>..."
7944msgstr "git remote set-branches [--add] <ИМЕ> <КЛОН>…"
7945
7946#: builtin/remote.c:21 builtin/remote.c:69
7947msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
7948msgstr "git remote set-url [--push] <ИМЕ> <НОВ_АДРЕС> [<СТАР_АДРЕС>]"
7949
7950#: builtin/remote.c:22 builtin/remote.c:70
7951msgid "git remote set-url --add <name> <newurl>"
7952msgstr "git remote set-url --add <ИМЕ> <НОВ_АДРЕС>"
7953
7954#: builtin/remote.c:23 builtin/remote.c:71
7955msgid "git remote set-url --delete <name> <url>"
7956msgstr "git remote set-url --delete <ИМЕ> <АДРЕС>"
7957
7958#: builtin/remote.c:28
7959msgid "git remote add [<options>] <name> <url>"
7960msgstr "git remote add [<ОПЦИИ>] <ИМЕ> <АДРЕС>"
7961
7962#: builtin/remote.c:43
7963msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
7964msgstr "git remote set-head <ИМЕ> (-a | --auto | -d | --delete | <КЛОН>)"
7965
7966#: builtin/remote.c:48
7967msgid "git remote set-branches <name> <branch>..."
7968msgstr "git remote set-branches <ИМЕ> <КЛОН>…"
7969
7970#: builtin/remote.c:49
7971msgid "git remote set-branches --add <name> <branch>..."
7972msgstr "git remote set-branches --add <ИМЕ> <КЛОН>…"
7973
7974#: builtin/remote.c:54
7975msgid "git remote show [<options>] <name>"
7976msgstr "git remote show [<ОПЦИИ>] <ИМЕ>"
7977
7978#: builtin/remote.c:59
7979msgid "git remote prune [<options>] <name>"
7980msgstr "git remote prune [<ОПЦИИ>] <ИМЕ>"
7981
7982#: builtin/remote.c:64
7983msgid "git remote update [<options>] [<group> | <remote>]..."
7984msgstr "git remote update [<ОПЦИИ>] [<ГРУПА> | <ОТДАЛЕЧЕНО_ХРАНИЛИЩЕ>]…"
7985
7986#: builtin/remote.c:88
7987#, c-format
7988msgid "Updating %s"
7989msgstr "Обновяване на „%s“"
7990
7991#: builtin/remote.c:120
7992msgid ""
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“"
7998
7999#: builtin/remote.c:137
8000#, c-format
8001msgid "unknown mirror argument: %s"
8002msgstr "неправилна стойност за „--mirror“: %s"
8003
8004#: builtin/remote.c:153
8005msgid "fetch the remote branches"
8006msgstr "отдалечените клони не могат да бъдат доставени"
8007
8008#: builtin/remote.c:155
8009msgid "import all tags and associated objects when fetching"
8010msgstr "внасяне на всички етикети и принадлежащите им обекти при доставяне"
8011
8012#: builtin/remote.c:158
8013msgid "or do not fetch any tag at all (--no-tags)"
8014msgstr "може и да не се доставят никакви етикети (чрез опцията „--no-tags“)"
8015
8016#: builtin/remote.c:160
8017msgid "branch(es) to track"
8018msgstr "клон/и за следене"
8019
8020#: builtin/remote.c:161
8021msgid "master branch"
8022msgstr "основен клон"
8023
8024#: builtin/remote.c:162
8025msgid "push|fetch"
8026msgstr "издърпване|доставяне"
8027
8028#: builtin/remote.c:163
8029msgid "set up remote as a mirror to push to or fetch from"
8030msgstr ""
8031"настройване на отдалечено хранилище, от което да се издърпва или доставя"
8032
8033#: builtin/remote.c:175
8034msgid "specifying a master branch makes no sense with --mirror"
8035msgstr ""
8036"няма смисъл да се указва основен клон при използване на опцията „--mirror“"
8037
8038#: builtin/remote.c:177
8039msgid "specifying branches to track makes sense only with fetch mirrors"
8040msgstr ""
8041"указването на следени клони е смислено само за отдалечени хранилища, от "
8042"които се доставя"
8043
8044#: builtin/remote.c:185 builtin/remote.c:641
8045#, c-format
8046msgid "remote %s already exists."
8047msgstr "вече съществува отдалечено хранилище с име „%s“."
8048
8049#: builtin/remote.c:189 builtin/remote.c:645
8050#, c-format
8051msgid "'%s' is not a valid remote name"
8052msgstr "„%s“ е неправилно име за отдалечено хранилище"
8053
8054#: builtin/remote.c:233
8055#, c-format
8056msgid "Could not setup master '%s'"
8057msgstr "Основният клон „%s“ не може да бъде настроен"
8058
8059#: builtin/remote.c:289
8060#, c-format
8061msgid "more than one %s"
8062msgstr "повече от едно отдалечено хранилище на име „%s“"
8063
8064#: builtin/remote.c:334
8065#, c-format
8066msgid "Could not get fetch map for refspec %s"
8067msgstr "Обектите за доставяне за указателя „%s“ не могат да бъдат получени"
8068
8069#: builtin/remote.c:435 builtin/remote.c:443
8070msgid "(matching)"
8071msgstr "(съвпадащи)"
8072
8073#: builtin/remote.c:447
8074msgid "(delete)"
8075msgstr "(за изтриване)"
8076
8077#: builtin/remote.c:590 builtin/remote.c:596 builtin/remote.c:602
8078#, c-format
8079msgid "Could not append '%s' to '%s'"
8080msgstr "„%s“ не може да се добави към „%s“"
8081
8082#: builtin/remote.c:634 builtin/remote.c:787 builtin/remote.c:885
8083#, c-format
8084msgid "No such remote: %s"
8085msgstr "Такова отдалечено хранилище няма: %s"
8086
8087#: builtin/remote.c:651
8088#, c-format
8089msgid "Could not rename config section '%s' to '%s'"
8090msgstr "Секцията в настройките „%s“ не може да бъде преименувана на „%s“"
8091
8092#: builtin/remote.c:657 builtin/remote.c:794
8093#, c-format
8094msgid "Could not remove config section '%s'"
8095msgstr "Секцията в настройките „%s“ не може да бъде изтрита"
8096
8097# FIXME
8098#: builtin/remote.c:672
8099#, c-format
8100msgid ""
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"  Променете настройките ръчно, ако е необходимо."
8108
8109#: builtin/remote.c:678
8110#, c-format
8111msgid "Could not append '%s'"
8112msgstr "Секцията „%s“ не може да бъде добавена в настройките"
8113
8114#: builtin/remote.c:689
8115#, c-format
8116msgid "Could not set '%s'"
8117msgstr "Секцията „%s“ не може да бъде зададена в настройките"
8118
8119#: builtin/remote.c:711
8120#, c-format
8121msgid "deleting '%s' failed"
8122msgstr "неуспешно изтриване на „%s“"
8123
8124#: builtin/remote.c:745
8125#, c-format
8126msgid "creating '%s' failed"
8127msgstr "неуспешно създаване на „%s“"
8128
8129#: builtin/remote.c:759
8130#, c-format
8131msgid "Could not remove branch %s"
8132msgstr "Клонът „%s“ не може да бъде изтрит"
8133
8134#: builtin/remote.c:829
8135msgid ""
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"Изтрийте ги чрез командата:"
8147
8148#: builtin/remote.c:938
8149#, c-format
8150msgid " new (next fetch will store in remotes/%s)"
8151msgstr " нов (следващото доставяне ще го разположи в „remotes/%s“)"
8152
8153#: builtin/remote.c:941
8154msgid " tracked"
8155msgstr " следен"
8156
8157#: builtin/remote.c:943
8158msgid " stale (use 'git remote prune' to remove)"
8159msgstr " стар (изтрийте чрез „git remote prune“)"
8160
8161#: builtin/remote.c:945
8162msgid " ???"
8163msgstr " неясно"
8164
8165# CHECK
8166#: builtin/remote.c:986
8167#, c-format
8168msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
8169msgstr ""
8170"неправилен клон за сливане „%s“. Невъзможно е да пребазирате върху повече от "
8171"1 клон"
8172
8173#: builtin/remote.c:993
8174#, c-format
8175msgid "rebases onto remote %s"
8176msgstr "пребазиране върху отдалечения клон „%s“"
8177
8178#: builtin/remote.c:996
8179#, c-format
8180msgid " merges with remote %s"
8181msgstr " сливане с отдалечения клон „%s“"
8182
8183#: builtin/remote.c:997
8184msgid "    and with remote"
8185msgstr "    и с отдалечения клон"
8186
8187#: builtin/remote.c:999
8188#, c-format
8189msgid "merges with remote %s"
8190msgstr "сливане с отдалечения клон „%s“"
8191
8192#: builtin/remote.c:1000
8193msgid "   and with remote"
8194msgstr "   и с отдалечения клон"
8195
8196#: builtin/remote.c:1046
8197msgid "create"
8198msgstr "създаден"
8199
8200#: builtin/remote.c:1049
8201msgid "delete"
8202msgstr "изтрит"
8203
8204#: builtin/remote.c:1053
8205msgid "up to date"
8206msgstr "актуален"
8207
8208#: builtin/remote.c:1056
8209msgid "fast-forwardable"
8210msgstr "може да се слее тривиално"
8211
8212#: builtin/remote.c:1059
8213msgid "local out of date"
8214msgstr "локалният е остарял"
8215
8216#: builtin/remote.c:1066
8217#, c-format
8218msgid "    %-*s forces to %-*s (%s)"
8219msgstr "    %-*s принудително изтласква към %-*s (%s)"
8220
8221#: builtin/remote.c:1069
8222#, c-format
8223msgid "    %-*s pushes to %-*s (%s)"
8224msgstr "    %-*s изтласква към %-*s (%s)"
8225
8226#: builtin/remote.c:1073
8227#, c-format
8228msgid "    %-*s forces to %s"
8229msgstr "    %-*s принудително изтласква към %s"
8230
8231#: builtin/remote.c:1076
8232#, c-format
8233msgid "    %-*s pushes to %s"
8234msgstr "    %-*s изтласква към %s"
8235
8236#: builtin/remote.c:1144
8237msgid "do not query remotes"
8238msgstr "без заявки към отдалечените хранилища"
8239
8240#: builtin/remote.c:1171
8241#, c-format
8242msgid "* remote %s"
8243msgstr "* отдалечено хранилище „%s“"
8244
8245#: builtin/remote.c:1172
8246#, c-format
8247msgid "  Fetch URL: %s"
8248msgstr "  Адрес за доставяне: %s"
8249
8250#: builtin/remote.c:1173 builtin/remote.c:1318
8251msgid "(no URL)"
8252msgstr "(без адрес)"
8253
8254#: builtin/remote.c:1182 builtin/remote.c:1184
8255#, c-format
8256msgid "  Push  URL: %s"
8257msgstr "  Адрес за изтласкване: %s"
8258
8259#: builtin/remote.c:1186 builtin/remote.c:1188 builtin/remote.c:1190
8260#, c-format
8261msgid "  HEAD branch: %s"
8262msgstr "  клон в HEAD: %s"
8263
8264#: builtin/remote.c:1192
8265#, c-format
8266msgid ""
8267"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
8268msgstr ""
8269"  клон в HEAD (клонът указан във файла HEAD от отдалеченото хранилище е\n"
8270"  нееднозначен и е някой от следните):\n"
8271
8272#: builtin/remote.c:1204
8273#, c-format
8274msgid "  Remote branch:%s"
8275msgid_plural "  Remote branches:%s"
8276msgstr[0] "  Отдалечен клон: %s"
8277msgstr[1] "  Отдалечени клони: %s"
8278
8279#: builtin/remote.c:1207 builtin/remote.c:1234
8280msgid " (status not queried)"
8281msgstr " (състоянието не бе проверено)"
8282
8283#: builtin/remote.c:1216
8284msgid "  Local branch configured for 'git pull':"
8285msgid_plural "  Local branches configured for 'git pull':"
8286msgstr[0] "  Локален клон настроен за издърпване чрез „git pull“:"
8287msgstr[1] "  Локални клони настроени за издърпване чрез „git pull“:"
8288
8289#: builtin/remote.c:1224
8290msgid "  Local refs will be mirrored by 'git push'"
8291msgstr "  Локалните указатели ще бъдат пренесени чрез „ push“"
8292
8293#: builtin/remote.c:1231
8294#, c-format
8295msgid "  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:"
8299
8300#: builtin/remote.c:1252
8301msgid "set refs/remotes/<name>/HEAD according to remote"
8302msgstr "задаване на refs/remotes/<ИМЕ>/HEAD според отдалеченото хранилище"
8303
8304#: builtin/remote.c:1254
8305msgid "delete refs/remotes/<name>/HEAD"
8306msgstr "изтриване на refs/remotes/<ИМЕ>/HEAD"
8307
8308#: builtin/remote.c:1269
8309msgid "Cannot determine remote HEAD"
8310msgstr "Не може да се установи отдалеченият връх"
8311
8312#: builtin/remote.c:1271
8313msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
8314msgstr ""
8315"Множество клони с върхове. Изберете изрично някой от тях чрез командата:"
8316
8317#: builtin/remote.c:1281
8318#, c-format
8319msgid "Could not delete %s"
8320msgstr "„%s“ не може да бъде изтрит"
8321
8322#: builtin/remote.c:1289
8323#, c-format
8324msgid "Not a valid ref: %s"
8325msgstr "Неправилен указател: %s"
8326
8327#: builtin/remote.c:1291
8328#, c-format
8329msgid "Could not setup %s"
8330msgstr "„%s“ не може да се настрои"
8331
8332#: builtin/remote.c:1307
8333#, c-format
8334msgid " %s will become dangling!"
8335msgstr "„%s“ ще се превърне в обект извън клоните!"
8336
8337#: builtin/remote.c:1308
8338#, c-format
8339msgid " %s has become dangling!"
8340msgstr "„%s“ се превърна в обект извън клоните!"
8341
8342#: builtin/remote.c:1314
8343#, c-format
8344msgid "Pruning %s"
8345msgstr "Окастряне на „%s“"
8346
8347#: builtin/remote.c:1315
8348#, c-format
8349msgid "URL: %s"
8350msgstr "адрес: %s"
8351
8352#: builtin/remote.c:1328
8353#, c-format
8354msgid " * [would prune] %s"
8355msgstr " * [ще бъде окастрено] %s"
8356
8357#: builtin/remote.c:1331
8358#, c-format
8359msgid " * [pruned] %s"
8360msgstr " * [окастрено] %s"
8361
8362#: builtin/remote.c:1374
8363msgid "prune remotes after fetching"
8364msgstr "окастряне на огледалата на отдалечените хранилища след доставяне"
8365
8366#: builtin/remote.c:1440 builtin/remote.c:1514
8367#, c-format
8368msgid "No such remote '%s'"
8369msgstr "Няма отдалечено хранилище на име „%s“"
8370
8371#: builtin/remote.c:1460
8372msgid "add branch"
8373msgstr "добавяне на клон"
8374
8375#: builtin/remote.c:1467
8376msgid "no remote specified"
8377msgstr "не е указано отдалечено хранилище"
8378
8379#: builtin/remote.c:1489
8380msgid "manipulate push URLs"
8381msgstr "промяна на адресите за изтласкване"
8382
8383#: builtin/remote.c:1491
8384msgid "add URL"
8385msgstr "добавяне на адреси"
8386
8387#: builtin/remote.c:1493
8388msgid "delete URLs"
8389msgstr "изтриване на адреси"
8390
8391#: builtin/remote.c:1500
8392msgid "--add --delete doesn't make sense"
8393msgstr "опциите „--add“ и „--delete“ не могат да се използват заедно"
8394
8395#: builtin/remote.c:1540
8396#, c-format
8397msgid "Invalid old URL pattern: %s"
8398msgstr "Неправилен (стар) формат за адрес: %s"
8399
8400#: builtin/remote.c:1548
8401#, c-format
8402msgid "No such URL found: %s"
8403msgstr "Такъв адрес не е открит: %s"
8404
8405# MEANING
8406#: builtin/remote.c:1550
8407msgid "Will not delete all non-push URLs"
8408msgstr "Никой от адресите, които не са за изтласкване, няма да се изтрие"
8409
8410#: builtin/remote.c:1564
8411msgid "be verbose; must be placed before a subcommand"
8412msgstr "повече подробности. Поставя се пред подкоманда"
8413
8414#: builtin/repack.c:15
8415msgid "git repack [options]"
8416msgstr ""
8417
8418#: builtin/repack.c:143
8419msgid "pack everything in a single pack"
8420msgstr ""
8421
8422#: builtin/repack.c:145
8423msgid "same as -a, and turn unreachable objects loose"
8424msgstr ""
8425
8426#: builtin/repack.c:148
8427msgid "remove redundant packs, and run git-prune-packed"
8428msgstr ""
8429
8430#: builtin/repack.c:150
8431msgid "pass --no-reuse-delta to git-pack-objects"
8432msgstr ""
8433
8434#: builtin/repack.c:152
8435msgid "pass --no-reuse-object to git-pack-objects"
8436msgstr ""
8437
8438#: builtin/repack.c:154
8439msgid "do not run git-update-server-info"
8440msgstr ""
8441
8442#: builtin/repack.c:157
8443msgid "pass --local to git-pack-objects"
8444msgstr ""
8445
8446#: builtin/repack.c:158
8447msgid "approxidate"
8448msgstr ""
8449
8450#: builtin/repack.c:159
8451msgid "with -A, do not loosen objects older than this"
8452msgstr ""
8453
8454#: builtin/repack.c:161
8455msgid "size of the window used for delta compression"
8456msgstr ""
8457
8458#: builtin/repack.c:163
8459msgid "same as the above, but limit memory size instead of entries count"
8460msgstr ""
8461
8462#: builtin/repack.c:165
8463msgid "limits the maximum delta depth"
8464msgstr ""
8465
8466#: builtin/repack.c:167
8467msgid "maximum size of each packfile"
8468msgstr ""
8469
8470#: builtin/repack.c:343
8471#, c-format
8472msgid "removing '%s' failed"
8473msgstr ""
8474
8475#: builtin/replace.c:17
8476msgid "git replace [-f] <object> <replacement>"
8477msgstr ""
8478
8479#: builtin/replace.c:18
8480msgid "git replace -d <object>..."
8481msgstr ""
8482
8483#: builtin/replace.c:19
8484msgid "git replace [--format=<format>] [-l [<pattern>]]"
8485msgstr ""
8486
8487#: builtin/replace.c:174
8488msgid "list replace refs"
8489msgstr ""
8490
8491#: builtin/replace.c:175
8492msgid "delete replace refs"
8493msgstr ""
8494
8495#: builtin/replace.c:176
8496msgid "replace the ref if it exists"
8497msgstr ""
8498
8499#: builtin/replace.c:177
8500msgid "use this format"
8501msgstr ""
8502
8503#: builtin/rerere.c:12
8504msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
8505msgstr ""
8506
8507#: builtin/rerere.c:57
8508msgid "register clean resolutions in index"
8509msgstr ""
8510
8511#: builtin/reset.c:25
8512msgid ""
8513"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
8514msgstr ""
8515
8516#: builtin/reset.c:26
8517msgid "git reset [-q] <tree-ish> [--] <paths>..."
8518msgstr ""
8519
8520#: builtin/reset.c:27
8521msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
8522msgstr ""
8523
8524#: builtin/reset.c:33
8525msgid "mixed"
8526msgstr ""
8527
8528#: builtin/reset.c:33
8529msgid "soft"
8530msgstr ""
8531
8532#: builtin/reset.c:33
8533msgid "hard"
8534msgstr ""
8535
8536#: builtin/reset.c:33
8537msgid "merge"
8538msgstr ""
8539
8540#: builtin/reset.c:33
8541msgid "keep"
8542msgstr ""
8543
8544#: builtin/reset.c:73
8545msgid "You do not have a valid HEAD."
8546msgstr ""
8547
8548#: builtin/reset.c:75
8549msgid "Failed to find tree of HEAD."
8550msgstr ""
8551
8552#: builtin/reset.c:81
8553#, c-format
8554msgid "Failed to find tree of %s."
8555msgstr ""
8556
8557#: builtin/reset.c:99
8558#, c-format
8559msgid "HEAD is now at %s"
8560msgstr ""
8561
8562#: builtin/reset.c:172
8563#, c-format
8564msgid "Cannot do a %s reset in the middle of a merge."
8565msgstr ""
8566
8567#: builtin/reset.c:262
8568msgid "be quiet, only report errors"
8569msgstr ""
8570
8571#: builtin/reset.c:264
8572msgid "reset HEAD and index"
8573msgstr ""
8574
8575#: builtin/reset.c:265
8576msgid "reset only HEAD"
8577msgstr ""
8578
8579#: builtin/reset.c:267 builtin/reset.c:269
8580msgid "reset HEAD, index and working tree"
8581msgstr ""
8582
8583#: builtin/reset.c:271
8584msgid "reset HEAD but keep local changes"
8585msgstr ""
8586
8587#: builtin/reset.c:289
8588#, c-format
8589msgid "Failed to resolve '%s' as a valid revision."
8590msgstr ""
8591
8592#: builtin/reset.c:292 builtin/reset.c:300
8593#, c-format
8594msgid "Could not parse object '%s'."
8595msgstr ""
8596
8597#: builtin/reset.c:297
8598#, c-format
8599msgid "Failed to resolve '%s' as a valid tree."
8600msgstr ""
8601
8602#: builtin/reset.c:306
8603msgid "--patch is incompatible with --{hard,mixed,soft}"
8604msgstr ""
8605
8606#: builtin/reset.c:315
8607msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
8608msgstr ""
8609
8610#: builtin/reset.c:317
8611#, c-format
8612msgid "Cannot do %s reset with paths."
8613msgstr ""
8614
8615#: builtin/reset.c:327
8616#, c-format
8617msgid "%s reset is not allowed in a bare repository"
8618msgstr ""
8619
8620#: builtin/reset.c:344
8621msgid "Unstaged changes after reset:"
8622msgstr ""
8623
8624#: builtin/reset.c:350
8625#, c-format
8626msgid "Could not reset index file to revision '%s'."
8627msgstr ""
8628
8629#: builtin/reset.c:355
8630msgid "Could not write new index file."
8631msgstr ""
8632
8633#: builtin/rev-parse.c:359
8634msgid "git rev-parse --parseopt [options] -- [<args>...]"
8635msgstr ""
8636
8637#: builtin/rev-parse.c:364
8638msgid "keep the `--` passed as an arg"
8639msgstr ""
8640
8641#: builtin/rev-parse.c:366
8642msgid "stop parsing after the first non-option argument"
8643msgstr ""
8644
8645#: builtin/rev-parse.c:369
8646msgid "output in stuck long form"
8647msgstr ""
8648
8649#: builtin/rev-parse.c:486
8650msgid ""
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 ""
8657
8658#: builtin/revert.c:22
8659msgid "git revert [options] <commit-ish>..."
8660msgstr ""
8661
8662#: builtin/revert.c:23
8663msgid "git revert <subcommand>"
8664msgstr ""
8665
8666#: builtin/revert.c:28
8667msgid "git cherry-pick [options] <commit-ish>..."
8668msgstr ""
8669
8670#: builtin/revert.c:29
8671msgid "git cherry-pick <subcommand>"
8672msgstr ""
8673
8674#: builtin/revert.c:71
8675#, c-format
8676msgid "%s: %s cannot be used with %s"
8677msgstr ""
8678
8679#: builtin/revert.c:80
8680msgid "end revert or cherry-pick sequence"
8681msgstr ""
8682
8683#: builtin/revert.c:81
8684msgid "resume revert or cherry-pick sequence"
8685msgstr ""
8686
8687#: builtin/revert.c:82
8688msgid "cancel revert or cherry-pick sequence"
8689msgstr ""
8690
8691#: builtin/revert.c:83
8692msgid "don't automatically commit"
8693msgstr ""
8694
8695#: builtin/revert.c:84
8696msgid "edit the commit message"
8697msgstr ""
8698
8699#: builtin/revert.c:87
8700msgid "parent number"
8701msgstr ""
8702
8703#: builtin/revert.c:89
8704msgid "merge strategy"
8705msgstr ""
8706
8707#: builtin/revert.c:90
8708msgid "option"
8709msgstr ""
8710
8711#: builtin/revert.c:91
8712msgid "option for merge strategy"
8713msgstr ""
8714
8715#: builtin/revert.c:102
8716msgid "append commit name"
8717msgstr ""
8718
8719#: builtin/revert.c:103
8720msgid "allow fast-forward"
8721msgstr ""
8722
8723#: builtin/revert.c:104
8724msgid "preserve initially empty commits"
8725msgstr ""
8726
8727#: builtin/revert.c:105
8728msgid "allow commits with empty messages"
8729msgstr ""
8730
8731#: builtin/revert.c:106
8732msgid "keep redundant, empty commits"
8733msgstr ""
8734
8735#: builtin/revert.c:110
8736msgid "program error"
8737msgstr ""
8738
8739#: builtin/revert.c:195
8740msgid "revert failed"
8741msgstr ""
8742
8743#: builtin/revert.c:210
8744msgid "cherry-pick failed"
8745msgstr ""
8746
8747#: builtin/rm.c:17
8748msgid "git rm [options] [--] <file>..."
8749msgstr "git rm [ОПЦИИ] [--] <ФАЙЛ>…"
8750
8751#: builtin/rm.c:65
8752msgid ""
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“:"
8764
8765#: builtin/rm.c:71
8766msgid ""
8767"\n"
8768"(use 'rm -rf' if you really want to remove it including all of its history)"
8769msgstr ""
8770"\n"
8771"(ако искате да ги изтриете заедно с цялата им история, използвайте „rm -rf“)"
8772
8773#: builtin/rm.c:231
8774msgid ""
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:"
8788
8789#: builtin/rm.c:236
8790msgid ""
8791"\n"
8792"(use -f to force removal)"
8793msgstr ""
8794"\n"
8795"(за принудително изтриване използвайте опцията „-f“)"
8796
8797#: builtin/rm.c:240
8798msgid "the following file has changes staged in the index:"
8799msgid_plural "the following files have changes staged in the index:"
8800msgstr[0] "следният файл е с променено съдържание в индекса:"
8801msgstr[1] "следните файлове са с променено съдържание в индекса:"
8802
8803#: builtin/rm.c:244 builtin/rm.c:255
8804msgid ""
8805"\n"
8806"(use --cached to keep the file, or -f to force removal)"
8807msgstr ""
8808"\n"
8809"(за запазване на файла използвайте опцията „--cached“, а за принудително\n"
8810"изтриване — „-f“)"
8811
8812#: builtin/rm.c:252
8813msgid "the following file has local modifications:"
8814msgid_plural "the following files have local modifications:"
8815msgstr[0] "следният файл е с променено съдържание"
8816msgstr[1] "следните файлове са с променено съдържание"
8817
8818#: builtin/rm.c:270
8819msgid "do not list removed files"
8820msgstr "да не се извеждат изтритите файлове"
8821
8822#: builtin/rm.c:271
8823msgid "only remove from the index"
8824msgstr "изтриване само от индекса"
8825
8826#: builtin/rm.c:272
8827msgid "override the up-to-date check"
8828msgstr "въпреки проверката за актуалността на съдържанието"
8829
8830#: builtin/rm.c:273
8831msgid "allow recursive removal"
8832msgstr "рекурсивно изтриване"
8833
8834#: builtin/rm.c:275
8835msgid "exit with a zero status even if nothing matched"
8836msgstr ""
8837"изходният код да е 0, дори ако никой файл нe e напаснал с шаблона за "
8838"изтриване"
8839
8840#: builtin/rm.c:336
8841#, c-format
8842msgid "not removing '%s' recursively without -r"
8843msgstr "без използването на опцията „-r“ „%s“ няма да се изтрие рекурсивно"
8844
8845#: builtin/rm.c:375
8846#, c-format
8847msgid "git rm: unable to remove %s"
8848msgstr "git rm: „%s“ не може да се изтрие"
8849
8850#: builtin/shortlog.c:13
8851msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"
8852msgstr ""
8853
8854#: builtin/shortlog.c:131
8855#, c-format
8856msgid "Missing author: %s"
8857msgstr ""
8858
8859#: builtin/shortlog.c:230
8860msgid "sort output according to the number of commits per author"
8861msgstr ""
8862
8863#: builtin/shortlog.c:232
8864msgid "Suppress commit descriptions, only provides commit count"
8865msgstr ""
8866
8867#: builtin/shortlog.c:234
8868msgid "Show the email address of each author"
8869msgstr ""
8870
8871#: builtin/shortlog.c:235
8872msgid "w[,i1[,i2]]"
8873msgstr ""
8874
8875#: builtin/shortlog.c:236
8876msgid "Linewrap output"
8877msgstr ""
8878
8879#: builtin/show-branch.c:9
8880#, fuzzy
8881msgid ""
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 "<брой>"
8887
8888#: builtin/show-branch.c:10
8889#, fuzzy
8890msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
8891msgstr "<брой>"
8892
8893#: builtin/show-branch.c:649
8894msgid "show remote-tracking and local branches"
8895msgstr ""
8896
8897#: builtin/show-branch.c:651
8898msgid "show remote-tracking branches"
8899msgstr ""
8900
8901#: builtin/show-branch.c:653
8902msgid "color '*!+-' corresponding to the branch"
8903msgstr ""
8904
8905#: builtin/show-branch.c:655
8906#, fuzzy
8907msgid "show <n> more commits after the common ancestor"
8908msgstr "<брой>"
8909
8910#: builtin/show-branch.c:657
8911msgid "synonym to more=-1"
8912msgstr ""
8913
8914#: builtin/show-branch.c:658
8915msgid "suppress naming strings"
8916msgstr ""
8917
8918#: builtin/show-branch.c:660
8919msgid "include the current branch"
8920msgstr ""
8921
8922#: builtin/show-branch.c:662
8923msgid "name commits with their object names"
8924msgstr ""
8925
8926#: builtin/show-branch.c:664
8927msgid "show possible merge bases"
8928msgstr ""
8929
8930#: builtin/show-branch.c:666
8931msgid "show refs unreachable from any other ref"
8932msgstr ""
8933
8934#: builtin/show-branch.c:668
8935msgid "show commits in topological order"
8936msgstr ""
8937
8938#: builtin/show-branch.c:671
8939msgid "show only commits not on the first branch"
8940msgstr ""
8941
8942#: builtin/show-branch.c:673
8943msgid "show merges reachable from only one tip"
8944msgstr ""
8945
8946#: builtin/show-branch.c:675
8947msgid "topologically sort, maintaining date order where possible"
8948msgstr ""
8949
8950#: builtin/show-branch.c:678
8951#, fuzzy
8952msgid "<n>[,<base>]"
8953msgstr "<брой>"
8954
8955#: builtin/show-branch.c:679
8956#, fuzzy
8957msgid "show <n> most recent ref-log entries starting at base"
8958msgstr "<брой>"
8959
8960#: builtin/show-ref.c:10
8961#, fuzzy
8962msgid ""
8963"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
8964"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
8965msgstr "<брой>"
8966
8967#: builtin/show-ref.c:11
8968msgid "git show-ref --exclude-existing[=pattern] < ref-list"
8969msgstr ""
8970
8971#: builtin/show-ref.c:168
8972msgid "only show tags (can be combined with heads)"
8973msgstr ""
8974
8975#: builtin/show-ref.c:169
8976msgid "only show heads (can be combined with tags)"
8977msgstr ""
8978
8979#: builtin/show-ref.c:170
8980msgid "stricter reference checking, requires exact ref path"
8981msgstr ""
8982
8983#: builtin/show-ref.c:173 builtin/show-ref.c:175
8984msgid "show the HEAD reference, even if it would be filtered out"
8985msgstr ""
8986
8987#: builtin/show-ref.c:177
8988msgid "dereference tags into object IDs"
8989msgstr ""
8990
8991#: builtin/show-ref.c:179
8992#, fuzzy
8993msgid "only show SHA1 hash using <n> digits"
8994msgstr "<брой>"
8995
8996#: builtin/show-ref.c:183
8997msgid "do not print results to stdout (useful with --verify)"
8998msgstr ""
8999
9000#: builtin/show-ref.c:185
9001msgid "show refs from stdin that aren't in local repository"
9002msgstr ""
9003
9004#: builtin/symbolic-ref.c:7
9005msgid "git symbolic-ref [options] name [ref]"
9006msgstr ""
9007
9008#: builtin/symbolic-ref.c:8
9009msgid "git symbolic-ref -d [-q] name"
9010msgstr ""
9011
9012#: builtin/symbolic-ref.c:40
9013msgid "suppress error message for non-symbolic (detached) refs"
9014msgstr ""
9015
9016#: builtin/symbolic-ref.c:41
9017msgid "delete symbolic ref"
9018msgstr ""
9019
9020#: builtin/symbolic-ref.c:42
9021msgid "shorten ref output"
9022msgstr ""
9023
9024#: builtin/symbolic-ref.c:43 builtin/update-ref.c:254
9025msgid "reason"
9026msgstr ""
9027
9028#: builtin/symbolic-ref.c:43 builtin/update-ref.c:254
9029msgid "reason of the update"
9030msgstr ""
9031
9032#: builtin/tag.c:22
9033msgid ""
9034"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
9035msgstr ""
9036
9037#: builtin/tag.c:23
9038msgid "git tag -d <tagname>..."
9039msgstr ""
9040
9041# FIXME
9042#: builtin/tag.c:24
9043msgid ""
9044"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
9045"\t\t[<pattern>...]"
9046msgstr ""
9047
9048#: builtin/tag.c:26
9049msgid "git tag -v <tagname>..."
9050msgstr ""
9051
9052#: builtin/tag.c:60
9053#, c-format
9054msgid "malformed object at '%s'"
9055msgstr ""
9056
9057#: builtin/tag.c:207
9058#, c-format
9059msgid "tag name too long: %.*s..."
9060msgstr ""
9061
9062#: builtin/tag.c:212
9063#, c-format
9064msgid "tag '%s' not found."
9065msgstr ""
9066
9067#: builtin/tag.c:227
9068#, c-format
9069msgid "Deleted tag '%s' (was %s)\n"
9070msgstr ""
9071
9072#: builtin/tag.c:239
9073#, c-format
9074msgid "could not verify the tag '%s'"
9075msgstr ""
9076
9077#: builtin/tag.c:249
9078#, c-format
9079msgid ""
9080"\n"
9081"Write a tag message\n"
9082"Lines starting with '%c' will be ignored.\n"
9083msgstr ""
9084
9085#: builtin/tag.c:253
9086#, c-format
9087msgid ""
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 ""
9093
9094#: builtin/tag.c:292
9095msgid "unable to sign the tag"
9096msgstr ""
9097
9098#: builtin/tag.c:294
9099msgid "unable to write tag file"
9100msgstr ""
9101
9102#: builtin/tag.c:319
9103msgid "bad object type."
9104msgstr ""
9105
9106#: builtin/tag.c:332
9107msgid "tag header too big."
9108msgstr ""
9109
9110#: builtin/tag.c:368
9111msgid "no tag message?"
9112msgstr ""
9113
9114#: builtin/tag.c:374
9115#, c-format
9116msgid "The tag message has been left in %s\n"
9117msgstr ""
9118
9119#: builtin/tag.c:423
9120msgid "switch 'points-at' requires an object"
9121msgstr ""
9122
9123#: builtin/tag.c:425
9124#, c-format
9125msgid "malformed object name '%s'"
9126msgstr ""
9127
9128#: builtin/tag.c:445
9129msgid "list tag names"
9130msgstr ""
9131
9132#: builtin/tag.c:447
9133#, fuzzy
9134msgid "print <n> lines of each tag message"
9135msgstr "<брой>"
9136
9137#: builtin/tag.c:449
9138msgid "delete tags"
9139msgstr ""
9140
9141#: builtin/tag.c:450
9142msgid "verify tags"
9143msgstr ""
9144
9145#: builtin/tag.c:452
9146msgid "Tag creation options"
9147msgstr ""
9148
9149#: builtin/tag.c:454
9150msgid "annotated tag, needs a message"
9151msgstr ""
9152
9153#: builtin/tag.c:456
9154msgid "tag message"
9155msgstr ""
9156
9157#: builtin/tag.c:458
9158msgid "annotated and GPG-signed tag"
9159msgstr ""
9160
9161#: builtin/tag.c:462
9162msgid "use another key to sign the tag"
9163msgstr ""
9164
9165#: builtin/tag.c:463
9166msgid "replace the tag if exists"
9167msgstr ""
9168
9169#: builtin/tag.c:464
9170msgid "show tag list in columns"
9171msgstr ""
9172
9173#: builtin/tag.c:466
9174msgid "Tag listing options"
9175msgstr ""
9176
9177#: builtin/tag.c:469
9178msgid "print only tags that contain the commit"
9179msgstr ""
9180
9181#: builtin/tag.c:475
9182msgid "print only tags of the object"
9183msgstr ""
9184
9185#: builtin/tag.c:501
9186msgid "--column and -n are incompatible"
9187msgstr ""
9188
9189#: builtin/tag.c:518
9190msgid "-n option is only allowed with -l."
9191msgstr ""
9192
9193#: builtin/tag.c:520
9194msgid "--contains option is only allowed with -l."
9195msgstr ""
9196
9197#: builtin/tag.c:522
9198msgid "--points-at option is only allowed with -l."
9199msgstr ""
9200
9201#: builtin/tag.c:530
9202msgid "only one -F or -m option is allowed."
9203msgstr ""
9204
9205#: builtin/tag.c:550
9206msgid "too many params"
9207msgstr ""
9208
9209#: builtin/tag.c:556
9210#, c-format
9211msgid "'%s' is not a valid tag name."
9212msgstr ""
9213
9214#: builtin/tag.c:561
9215#, c-format
9216msgid "tag '%s' already exists"
9217msgstr ""
9218
9219#: builtin/tag.c:579
9220#, c-format
9221msgid "%s: cannot lock the ref"
9222msgstr ""
9223
9224#: builtin/tag.c:581
9225#, c-format
9226msgid "%s: cannot update the ref"
9227msgstr ""
9228
9229#: builtin/tag.c:583
9230#, c-format
9231msgid "Updated tag '%s' (was %s)\n"
9232msgstr ""
9233
9234#: builtin/update-index.c:402
9235msgid "git update-index [options] [--] [<file>...]"
9236msgstr ""
9237
9238#: builtin/update-index.c:720
9239msgid "continue refresh even when index needs update"
9240msgstr ""
9241
9242#: builtin/update-index.c:723
9243msgid "refresh: ignore submodules"
9244msgstr ""
9245
9246#: builtin/update-index.c:726
9247msgid "do not ignore new files"
9248msgstr ""
9249
9250#: builtin/update-index.c:728
9251msgid "let files replace directories and vice-versa"
9252msgstr ""
9253
9254#: builtin/update-index.c:730
9255msgid "notice files missing from worktree"
9256msgstr ""
9257
9258#: builtin/update-index.c:732
9259msgid "refresh even if index contains unmerged entries"
9260msgstr ""
9261
9262#: builtin/update-index.c:735
9263msgid "refresh stat information"
9264msgstr ""
9265
9266#: builtin/update-index.c:739
9267msgid "like --refresh, but ignore assume-unchanged setting"
9268msgstr ""
9269
9270#: builtin/update-index.c:743
9271msgid "<mode> <object> <path>"
9272msgstr ""
9273
9274#: builtin/update-index.c:744
9275msgid "add the specified entry to the index"
9276msgstr ""
9277
9278#: builtin/update-index.c:748
9279msgid "(+/-)x"
9280msgstr ""
9281
9282#: builtin/update-index.c:749
9283msgid "override the executable bit of the listed files"
9284msgstr ""
9285
9286#: builtin/update-index.c:753
9287msgid "mark files as \"not changing\""
9288msgstr ""
9289
9290#: builtin/update-index.c:756
9291msgid "clear assumed-unchanged bit"
9292msgstr ""
9293
9294#: builtin/update-index.c:759
9295msgid "mark files as \"index-only\""
9296msgstr ""
9297
9298#: builtin/update-index.c:762
9299msgid "clear skip-worktree bit"
9300msgstr ""
9301
9302#: builtin/update-index.c:765
9303msgid "add to index only; do not add content to object database"
9304msgstr ""
9305
9306#: builtin/update-index.c:767
9307msgid "remove named paths even if present in worktree"
9308msgstr ""
9309
9310#: builtin/update-index.c:769
9311msgid "with --stdin: input lines are terminated by null bytes"
9312msgstr ""
9313
9314#: builtin/update-index.c:771
9315msgid "read list of paths to be updated from standard input"
9316msgstr ""
9317
9318#: builtin/update-index.c:775
9319msgid "add entries from standard input to the index"
9320msgstr ""
9321
9322#: builtin/update-index.c:779
9323msgid "repopulate stages #2 and #3 for the listed paths"
9324msgstr ""
9325
9326#: builtin/update-index.c:783
9327msgid "only update entries that differ from HEAD"
9328msgstr ""
9329
9330#: builtin/update-index.c:787
9331msgid "ignore files missing from worktree"
9332msgstr ""
9333
9334#: builtin/update-index.c:790
9335msgid "report actions to standard output"
9336msgstr ""
9337
9338#: builtin/update-index.c:792
9339msgid "(for porcelains) forget saved unresolved conflicts"
9340msgstr ""
9341
9342#: builtin/update-index.c:796
9343msgid "write index in this format"
9344msgstr ""
9345
9346#: builtin/update-ref.c:9
9347msgid "git update-ref [options] -d <refname> [<oldval>]"
9348msgstr ""
9349
9350#: builtin/update-ref.c:10
9351msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
9352msgstr ""
9353
9354#: builtin/update-ref.c:11
9355msgid "git update-ref [options] --stdin [-z]"
9356msgstr ""
9357
9358#: builtin/update-ref.c:255
9359msgid "delete the reference"
9360msgstr ""
9361
9362#: builtin/update-ref.c:257
9363msgid "update <refname> not the one it points to"
9364msgstr ""
9365
9366#: builtin/update-ref.c:258
9367msgid "stdin has NUL-terminated arguments"
9368msgstr ""
9369
9370#: builtin/update-ref.c:259
9371msgid "read updates from stdin"
9372msgstr ""
9373
9374#: builtin/update-server-info.c:6
9375msgid "git update-server-info [--force]"
9376msgstr ""
9377
9378#: builtin/update-server-info.c:14
9379msgid "update the info files from scratch"
9380msgstr ""
9381
9382#: builtin/verify-pack.c:56
9383msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
9384msgstr ""
9385
9386#: builtin/verify-pack.c:66
9387msgid "verbose"
9388msgstr ""
9389
9390#: builtin/verify-pack.c:68
9391msgid "show statistics only"
9392msgstr ""
9393
9394#: builtin/verify-tag.c:17
9395msgid "git verify-tag [-v|--verbose] <tag>..."
9396msgstr ""
9397
9398#: builtin/verify-tag.c:73
9399msgid "print tag contents"
9400msgstr ""
9401
9402#: builtin/write-tree.c:13
9403msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
9404msgstr ""
9405
9406#: builtin/write-tree.c:26
9407msgid "<prefix>/"
9408msgstr ""
9409
9410#: builtin/write-tree.c:27
9411msgid "write tree object for a subdirectory <prefix>"
9412msgstr ""
9413
9414#: builtin/write-tree.c:30
9415msgid "only useful for debugging"
9416msgstr ""
9417
9418#: git.c:17
9419msgid ""
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 ""
9424
9425#: parse-options.h:146
9426msgid "expiry date"
9427msgstr "период на валидност"
9428
9429#: parse-options.h:161
9430msgid "no-op (backward compatibility)"
9431msgstr "нулева операция (за съвместимост с предишни версии)"
9432
9433#: parse-options.h:235
9434msgid "be more verbose"
9435msgstr "повече подробности"
9436
9437#: parse-options.h:237
9438msgid "be more quiet"
9439msgstr "по-малко подробности"
9440
9441# FIXME
9442#: parse-options.h:243
9443msgid "use <n> digits to display SHA-1s"
9444msgstr "да се показват такъв <брой> цифри от сумите по SHA1"
9445
9446#: common-cmds.h:8
9447msgid "Add file contents to the index"
9448msgstr ""
9449
9450#: common-cmds.h:9
9451msgid "Find by binary search the change that introduced a bug"
9452msgstr ""
9453
9454#: common-cmds.h:10
9455msgid "List, create, or delete branches"
9456msgstr ""
9457
9458#: common-cmds.h:11
9459msgid "Checkout a branch or paths to the working tree"
9460msgstr ""
9461
9462#: common-cmds.h:12
9463msgid "Clone a repository into a new directory"
9464msgstr ""
9465
9466#: common-cmds.h:13
9467msgid "Record changes to the repository"
9468msgstr ""
9469
9470#: common-cmds.h:14
9471msgid "Show changes between commits, commit and working tree, etc"
9472msgstr ""
9473
9474#: common-cmds.h:15
9475msgid "Download objects and refs from another repository"
9476msgstr ""
9477
9478#: common-cmds.h:16
9479msgid "Print lines matching a pattern"
9480msgstr ""
9481
9482#: common-cmds.h:17
9483msgid "Create an empty Git repository or reinitialize an existing one"
9484msgstr ""
9485
9486#: common-cmds.h:18
9487msgid "Show commit logs"
9488msgstr ""
9489
9490#: common-cmds.h:19
9491msgid "Join two or more development histories together"
9492msgstr ""
9493
9494#: common-cmds.h:20
9495msgid "Move or rename a file, a directory, or a symlink"
9496msgstr ""
9497
9498#: common-cmds.h:21
9499msgid "Fetch from and integrate with another repository or a local branch"
9500msgstr ""
9501
9502#: common-cmds.h:22
9503msgid "Update remote refs along with associated objects"
9504msgstr ""
9505
9506#: common-cmds.h:23
9507msgid "Forward-port local commits to the updated upstream head"
9508msgstr ""
9509
9510#: common-cmds.h:24
9511msgid "Reset current HEAD to the specified state"
9512msgstr ""
9513
9514#: common-cmds.h:25
9515msgid "Remove files from the working tree and from the index"
9516msgstr ""
9517
9518#: common-cmds.h:26
9519msgid "Show various types of objects"
9520msgstr ""
9521
9522#: common-cmds.h:27
9523msgid "Show the working tree status"
9524msgstr ""
9525
9526#: common-cmds.h:28
9527msgid "Create, list, delete or verify a tag object signed with GPG"
9528msgstr ""
9529
9530#: git-am.sh:50
9531msgid "You need to set your committer info first"
9532msgstr ""
9533
9534#: git-am.sh:95
9535msgid ""
9536"You seem to have moved HEAD since the last 'am' failure.\n"
9537"Not rewinding to ORIG_HEAD"
9538msgstr ""
9539
9540#: git-am.sh:105
9541#, sh-format
9542msgid ""
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 ""
9547
9548#: git-am.sh:121
9549msgid "Cannot fall back to three-way merge."
9550msgstr ""
9551
9552#: git-am.sh:137
9553msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9554msgstr ""
9555
9556#: git-am.sh:139
9557msgid "Using index info to reconstruct a base tree..."
9558msgstr ""
9559
9560#: git-am.sh:154
9561msgid ""
9562"Did you hand edit your patch?\n"
9563"It does not apply to blobs recorded in its index."
9564msgstr ""
9565
9566#: git-am.sh:163
9567msgid "Falling back to patching base and 3-way merge..."
9568msgstr ""
9569
9570#: git-am.sh:179
9571msgid "Failed to merge in the changes."
9572msgstr ""
9573
9574#: git-am.sh:274
9575msgid "Only one StGIT patch series can be applied at once"
9576msgstr ""
9577
9578#: git-am.sh:361
9579#, sh-format
9580msgid "Patch format $patch_format is not supported."
9581msgstr ""
9582
9583#: git-am.sh:363
9584msgid "Patch format detection failed."
9585msgstr ""
9586
9587#: git-am.sh:389
9588msgid ""
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 ""
9592
9593#: git-am.sh:479
9594#, sh-format
9595msgid "previous rebase directory $dotest still exists but mbox given."
9596msgstr ""
9597
9598#: git-am.sh:484
9599msgid "Please make up your mind. --skip or --abort?"
9600msgstr ""
9601
9602#: git-am.sh:520
9603#, sh-format
9604msgid ""
9605"Stray $dotest directory found.\n"
9606"Use \"git am --abort\" to remove it."
9607msgstr ""
9608
9609#: git-am.sh:528
9610msgid "Resolve operation not in progress, we are not resuming."
9611msgstr ""
9612
9613#: git-am.sh:594
9614#, sh-format
9615msgid "Dirty index: cannot apply patches (dirty: $files)"
9616msgstr ""
9617
9618#: git-am.sh:698
9619#, sh-format
9620msgid ""
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 ""
9625
9626#: git-am.sh:725
9627msgid "Patch does not have a valid e-mail address."
9628msgstr ""
9629
9630#: git-am.sh:772
9631msgid "cannot be interactive without stdin connected to a terminal."
9632msgstr ""
9633
9634#: git-am.sh:776
9635msgid "Commit Body is:"
9636msgstr ""
9637
9638#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9639#. in your translation. The program will only accept English
9640#. input at this point.
9641#: git-am.sh:783
9642msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
9643msgstr ""
9644
9645#: git-am.sh:819
9646#, sh-format
9647msgid "Applying: $FIRSTLINE"
9648msgstr ""
9649
9650#: git-am.sh:840
9651msgid ""
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 ""
9656
9657#: git-am.sh:848
9658msgid ""
9659"You still have unmerged paths in your index\n"
9660"did you forget to use 'git add'?"
9661msgstr ""
9662
9663#: git-am.sh:864
9664msgid "No changes -- Patch already applied."
9665msgstr ""
9666
9667#: git-am.sh:874
9668#, sh-format
9669msgid "Patch failed at $msgnum $FIRSTLINE"
9670msgstr ""
9671
9672#: git-am.sh:877
9673#, sh-format
9674msgid ""
9675"The copy of the patch that failed is found in:\n"
9676"   $dotest/patch"
9677msgstr ""
9678
9679#: git-am.sh:895
9680msgid "applying to an empty history"
9681msgstr ""
9682
9683#: git-bisect.sh:48
9684msgid "You need to start by \"git bisect start\""
9685msgstr ""
9686
9687#. TRANSLATORS: Make sure to include [Y] and [n] in your
9688#. translation. The program will only accept English input
9689#. at this point.
9690#: git-bisect.sh:54
9691msgid "Do you want me to do it for you [Y/n]? "
9692msgstr ""
9693
9694#: git-bisect.sh:95
9695#, sh-format
9696msgid "unrecognised option: '$arg'"
9697msgstr ""
9698
9699#: git-bisect.sh:99
9700#, sh-format
9701msgid "'$arg' does not appear to be a valid revision"
9702msgstr ""
9703
9704#: git-bisect.sh:117
9705msgid "Bad HEAD - I need a HEAD"
9706msgstr ""
9707
9708#: git-bisect.sh:130
9709#, sh-format
9710msgid ""
9711"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
9712msgstr ""
9713
9714#: git-bisect.sh:140
9715msgid "won't bisect on cg-seek'ed tree"
9716msgstr ""
9717
9718#: git-bisect.sh:144
9719msgid "Bad HEAD - strange symbolic ref"
9720msgstr ""
9721
9722#: git-bisect.sh:189
9723#, sh-format
9724msgid "Bad bisect_write argument: $state"
9725msgstr ""
9726
9727#: git-bisect.sh:218
9728#, sh-format
9729msgid "Bad rev input: $arg"
9730msgstr ""
9731
9732#: git-bisect.sh:232
9733msgid "Please call 'bisect_state' with at least one argument."
9734msgstr ""
9735
9736#: git-bisect.sh:244
9737#, sh-format
9738msgid "Bad rev input: $rev"
9739msgstr ""
9740
9741#: git-bisect.sh:250
9742msgid "'git bisect bad' can take only one argument."
9743msgstr ""
9744
9745#. have bad but not good.  we could bisect although
9746#. this is less optimum.
9747#: git-bisect.sh:273
9748msgid "Warning: bisecting only with a bad commit."
9749msgstr ""
9750
9751#. TRANSLATORS: Make sure to include [Y] and [n] in your
9752#. translation. The program will only accept English input
9753#. at this point.
9754#: git-bisect.sh:279
9755msgid "Are you sure [Y/n]? "
9756msgstr ""
9757
9758#: git-bisect.sh:289
9759msgid ""
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 ""
9763
9764#: git-bisect.sh:292
9765msgid ""
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 ""
9770
9771#: git-bisect.sh:363 git-bisect.sh:490
9772msgid "We are not bisecting."
9773msgstr ""
9774
9775#: git-bisect.sh:370
9776#, sh-format
9777msgid "'$invalid' is not a valid commit"
9778msgstr ""
9779
9780#: git-bisect.sh:379
9781#, sh-format
9782msgid ""
9783"Could not check out original HEAD '$branch'.\n"
9784"Try 'git bisect reset <commit>'."
9785msgstr ""
9786
9787#: git-bisect.sh:406
9788msgid "No logfile given"
9789msgstr ""
9790
9791#: git-bisect.sh:407
9792#, sh-format
9793msgid "cannot read $file for replaying"
9794msgstr ""
9795
9796#: git-bisect.sh:424
9797msgid "?? what are you talking about?"
9798msgstr ""
9799
9800#: git-bisect.sh:436
9801#, sh-format
9802msgid "running $command"
9803msgstr ""
9804
9805#: git-bisect.sh:443
9806#, sh-format
9807msgid ""
9808"bisect run failed:\n"
9809"exit code $res from '$command' is < 0 or >= 128"
9810msgstr ""
9811
9812#: git-bisect.sh:469
9813msgid "bisect run cannot continue any more"
9814msgstr ""
9815
9816#: git-bisect.sh:475
9817#, sh-format
9818msgid ""
9819"bisect run failed:\n"
9820"'bisect_state $state' exited with error code $res"
9821msgstr ""
9822
9823#: git-bisect.sh:482
9824msgid "bisect run success"
9825msgstr ""
9826
9827#: git-pull.sh:21
9828msgid ""
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 ""
9833
9834#: git-pull.sh:25
9835msgid "Pull is not possible because you have unmerged files."
9836msgstr ""
9837
9838#: git-pull.sh:223
9839msgid "updating an unborn branch with changes added to the index"
9840msgstr ""
9841
9842#. The fetch involved updating the current branch.
9843#. The working tree and the index file is still based on the
9844#. $orig_head commit, but we are merging into $curr_head.
9845#. First update the working tree to match $curr_head.
9846#: git-pull.sh:247
9847#, sh-format
9848msgid ""
9849"Warning: fetch updated the current branch head.\n"
9850"Warning: fast-forwarding your working tree from\n"
9851"Warning: commit $orig_head."
9852msgstr ""
9853
9854#: git-pull.sh:272
9855msgid "Cannot merge multiple branches into empty head"
9856msgstr ""
9857
9858#: git-pull.sh:276
9859msgid "Cannot rebase onto multiple branches"
9860msgstr ""
9861
9862#: git-rebase.sh:55
9863msgid ""
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 ""
9869
9870#: git-rebase.sh:158
9871msgid "Applied autostash."
9872msgstr ""
9873
9874#: git-rebase.sh:161
9875#, sh-format
9876msgid "Cannot store $stash_sha1"
9877msgstr ""
9878
9879#: git-rebase.sh:162
9880msgid ""
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 ""
9885
9886#: git-rebase.sh:201
9887msgid "The pre-rebase hook refused to rebase."
9888msgstr ""
9889
9890#: git-rebase.sh:206
9891msgid "It looks like git-am is in progress. Cannot rebase."
9892msgstr ""
9893
9894#: git-rebase.sh:346
9895msgid "The --exec option must be used with the --interactive option"
9896msgstr ""
9897
9898#: git-rebase.sh:351
9899msgid "No rebase in progress?"
9900msgstr ""
9901
9902#: git-rebase.sh:362
9903msgid "The --edit-todo action can only be used during interactive rebase."
9904msgstr ""
9905
9906#: git-rebase.sh:369
9907msgid "Cannot read HEAD"
9908msgstr ""
9909
9910#: git-rebase.sh:372
9911msgid ""
9912"You must edit all merge conflicts and then\n"
9913"mark them as resolved using git add"
9914msgstr ""
9915
9916#: git-rebase.sh:390
9917#, sh-format
9918msgid "Could not move back to $head_name"
9919msgstr ""
9920
9921# FIXME
9922#: git-rebase.sh:409
9923#, sh-format
9924msgid ""
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 ""
9934
9935#: git-rebase.sh:456
9936#, sh-format
9937msgid "invalid upstream $upstream_name"
9938msgstr ""
9939
9940#: git-rebase.sh:480
9941#, sh-format
9942msgid "$onto_name: there are more than one merge bases"
9943msgstr ""
9944
9945#: git-rebase.sh:483 git-rebase.sh:487
9946#, sh-format
9947msgid "$onto_name: there is no merge base"
9948msgstr ""
9949
9950#: git-rebase.sh:492
9951#, sh-format
9952msgid "Does not point to a valid commit: $onto_name"
9953msgstr ""
9954
9955#: git-rebase.sh:515
9956#, sh-format
9957msgid "fatal: no such branch: $branch_name"
9958msgstr ""
9959
9960#: git-rebase.sh:548
9961msgid "Cannot autostash"
9962msgstr ""
9963
9964#: git-rebase.sh:553
9965#, sh-format
9966msgid "Created autostash: $stash_abbrev"
9967msgstr ""
9968
9969#: git-rebase.sh:557
9970msgid "Please commit or stash them."
9971msgstr ""
9972
9973#: git-rebase.sh:577
9974#, sh-format
9975msgid "Current branch $branch_name is up to date."
9976msgstr ""
9977
9978#: git-rebase.sh:581
9979#, sh-format
9980msgid "Current branch $branch_name is up to date, rebase forced."
9981msgstr ""
9982
9983#: git-rebase.sh:592
9984#, sh-format
9985msgid "Changes from $mb to $onto:"
9986msgstr ""
9987
9988#. Detach HEAD and reset the tree
9989#: git-rebase.sh:601
9990msgid "First, rewinding head to replay your work on top of it..."
9991msgstr ""
9992
9993#: git-rebase.sh:611
9994#, sh-format
9995msgid "Fast-forwarded $branch_name to $onto_name."
9996msgstr ""
9997
9998#: git-stash.sh:51
9999msgid "git stash clear with parameters is unimplemented"
10000msgstr ""
10001
10002#: git-stash.sh:74
10003msgid "You do not have the initial commit yet"
10004msgstr ""
10005
10006#: git-stash.sh:89
10007msgid "Cannot save the current index state"
10008msgstr ""
10009
10010#: git-stash.sh:123 git-stash.sh:136
10011msgid "Cannot save the current worktree state"
10012msgstr ""
10013
10014#: git-stash.sh:140
10015msgid "No changes selected"
10016msgstr ""
10017
10018#: git-stash.sh:143
10019msgid "Cannot remove temporary index (can't happen)"
10020msgstr ""
10021
10022#: git-stash.sh:156
10023msgid "Cannot record working tree state"
10024msgstr ""
10025
10026#: git-stash.sh:190
10027#, sh-format
10028msgid "Cannot update $ref_stash with $w_commit"
10029msgstr ""
10030
10031#. TRANSLATORS: $option is an invalid option, like
10032#. `--blah-blah'. The 7 spaces at the beginning of the
10033#. second line correspond to "error: ". So you should line
10034#. up the second line with however many characters the
10035#. translation of "error: " takes in your language. E.g. in
10036#. English this is:
10037#.
10038#. $ git stash save --blah-blah 2>&1 | head -n 2
10039#. error: unknown option for 'stash save': --blah-blah
10040#. To provide a message, use git stash save -- '--blah-blah'
10041#: git-stash.sh:237
10042#, sh-format
10043msgid ""
10044"error: unknown option for 'stash save': $option\n"
10045"       To provide a message, use git stash save -- '$option'"
10046msgstr ""
10047
10048#: git-stash.sh:258
10049msgid "No local changes to save"
10050msgstr ""
10051
10052#: git-stash.sh:262
10053msgid "Cannot initialize stash"
10054msgstr ""
10055
10056#: git-stash.sh:266
10057msgid "Cannot save the current status"
10058msgstr ""
10059
10060#: git-stash.sh:284
10061msgid "Cannot remove worktree changes"
10062msgstr ""
10063
10064#: git-stash.sh:383
10065msgid "No stash found."
10066msgstr ""
10067
10068#: git-stash.sh:390
10069#, sh-format
10070msgid "Too many revisions specified: $REV"
10071msgstr ""
10072
10073#: git-stash.sh:396
10074#, sh-format
10075msgid "$reference is not valid reference"
10076msgstr ""
10077
10078#: git-stash.sh:424
10079#, sh-format
10080msgid "'$args' is not a stash-like commit"
10081msgstr ""
10082
10083#: git-stash.sh:435
10084#, sh-format
10085msgid "'$args' is not a stash reference"
10086msgstr ""
10087
10088#: git-stash.sh:443
10089msgid "unable to refresh index"
10090msgstr ""
10091
10092#: git-stash.sh:447
10093msgid "Cannot apply a stash in the middle of a merge"
10094msgstr ""
10095
10096#: git-stash.sh:455
10097msgid "Conflicts in index. Try without --index."
10098msgstr ""
10099
10100#: git-stash.sh:457
10101msgid "Could not save index tree"
10102msgstr ""
10103
10104#: git-stash.sh:491
10105msgid "Cannot unstage modified files"
10106msgstr ""
10107
10108#: git-stash.sh:506
10109msgid "Index was not unstashed."
10110msgstr ""
10111
10112#: git-stash.sh:523
10113#, sh-format
10114msgid "Dropped ${REV} ($s)"
10115msgstr ""
10116
10117#: git-stash.sh:524
10118#, sh-format
10119msgid "${REV}: Could not drop stash entry"
10120msgstr ""
10121
10122#: git-stash.sh:531
10123msgid "No branch name specified"
10124msgstr ""
10125
10126#: git-stash.sh:603
10127msgid "(To restore them type \"git stash apply\")"
10128msgstr ""
10129
10130#: git-submodule.sh:95
10131#, sh-format
10132msgid "cannot strip one component off url '$remoteurl'"
10133msgstr ""
10134
10135#: git-submodule.sh:237
10136#, sh-format
10137msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
10138msgstr ""
10139
10140#: git-submodule.sh:281
10141#, sh-format
10142msgid "Clone of '$url' into submodule path '$sm_path' failed"
10143msgstr ""
10144
10145#: git-submodule.sh:293
10146#, sh-format
10147msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
10148msgstr ""
10149
10150#: git-submodule.sh:403
10151msgid "Relative path can only be used from the toplevel of the working tree"
10152msgstr ""
10153
10154#: git-submodule.sh:413
10155#, sh-format
10156msgid "repo URL: '$repo' must be absolute or begin with ./|../"
10157msgstr ""
10158
10159#: git-submodule.sh:430
10160#, sh-format
10161msgid "'$sm_path' already exists in the index"
10162msgstr ""
10163
10164#: git-submodule.sh:434
10165#, sh-format
10166msgid ""
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 ""
10171
10172#: git-submodule.sh:452
10173#, sh-format
10174msgid "Adding existing repo at '$sm_path' to the index"
10175msgstr ""
10176
10177#: git-submodule.sh:454
10178#, sh-format
10179msgid "'$sm_path' already exists and is not a valid git repo"
10180msgstr ""
10181
10182#: git-submodule.sh:462
10183#, sh-format
10184msgid "A git directory for '$sm_name' is found locally with remote(s):"
10185msgstr ""
10186
10187#: git-submodule.sh:464
10188#, sh-format
10189msgid ""
10190"If you want to reuse this local git directory instead of cloning again from"
10191msgstr ""
10192
10193#: git-submodule.sh:466
10194#, sh-format
10195msgid ""
10196"use the '--force' option. If the local git directory is not the correct repo"
10197msgstr ""
10198
10199#: git-submodule.sh:467
10200#, sh-format
10201msgid ""
10202"or you are unsure what this means choose another name with the '--name' "
10203"option."
10204msgstr ""
10205
10206#: git-submodule.sh:469
10207#, sh-format
10208msgid "Reactivating local git directory for submodule '$sm_name'."
10209msgstr ""
10210
10211#: git-submodule.sh:481
10212#, sh-format
10213msgid "Unable to checkout submodule '$sm_path'"
10214msgstr ""
10215
10216#: git-submodule.sh:486
10217#, sh-format
10218msgid "Failed to add submodule '$sm_path'"
10219msgstr ""
10220
10221#: git-submodule.sh:495
10222#, sh-format
10223msgid "Failed to register submodule '$sm_path'"
10224msgstr ""
10225
10226#: git-submodule.sh:539
10227#, sh-format
10228msgid "Entering '$prefix$displaypath'"
10229msgstr ""
10230
10231#: git-submodule.sh:559
10232#, sh-format
10233msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
10234msgstr ""
10235
10236#: git-submodule.sh:605
10237#, sh-format
10238msgid "No url found for submodule path '$displaypath' in .gitmodules"
10239msgstr ""
10240
10241#: git-submodule.sh:614
10242#, sh-format
10243msgid "Failed to register url for submodule path '$displaypath'"
10244msgstr ""
10245
10246#: git-submodule.sh:616
10247#, sh-format
10248msgid "Submodule '$name' ($url) registered for path '$displaypath'"
10249msgstr ""
10250
10251#: git-submodule.sh:633
10252#, sh-format
10253msgid "Failed to register update mode for submodule path '$displaypath'"
10254msgstr ""
10255
10256#: git-submodule.sh:671
10257#, sh-format
10258msgid "Use '.' if you really want to deinitialize all submodules"
10259msgstr ""
10260
10261#: git-submodule.sh:688
10262#, sh-format
10263msgid "Submodule work tree '$displaypath' contains a .git directory"
10264msgstr ""
10265
10266#: git-submodule.sh:689
10267#, sh-format
10268msgid ""
10269"(use 'rm -rf' if you really want to remove it including all of its history)"
10270msgstr ""
10271
10272#: git-submodule.sh:695
10273#, sh-format
10274msgid ""
10275"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
10276"discard them"
10277msgstr ""
10278
10279#: git-submodule.sh:698
10280#, sh-format
10281msgid "Cleared directory '$displaypath'"
10282msgstr ""
10283
10284#: git-submodule.sh:699
10285#, sh-format
10286msgid "Could not remove submodule work tree '$displaypath'"
10287msgstr ""
10288
10289#: git-submodule.sh:702
10290#, sh-format
10291msgid "Could not create empty submodule directory '$displaypath'"
10292msgstr ""
10293
10294#: git-submodule.sh:711
10295#, sh-format
10296msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
10297msgstr ""
10298
10299#: git-submodule.sh:834
10300#, sh-format
10301msgid ""
10302"Submodule path '$displaypath' not initialized\n"
10303"Maybe you want to use 'update --init'?"
10304msgstr ""
10305
10306#: git-submodule.sh:847
10307#, sh-format
10308msgid "Unable to find current revision in submodule path '$displaypath'"
10309msgstr ""
10310
10311#: git-submodule.sh:856
10312#, sh-format
10313msgid "Unable to fetch in submodule path '$sm_path'"
10314msgstr ""
10315
10316#: git-submodule.sh:880
10317#, sh-format
10318msgid "Unable to fetch in submodule path '$displaypath'"
10319msgstr ""
10320
10321#: git-submodule.sh:894
10322#, sh-format
10323msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
10324msgstr ""
10325
10326#: git-submodule.sh:895
10327#, sh-format
10328msgid "Submodule path '$displaypath': rebased into '$sha1'"
10329msgstr ""
10330
10331#: git-submodule.sh:900
10332#, sh-format
10333msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
10334msgstr ""
10335
10336#: git-submodule.sh:901
10337#, sh-format
10338msgid "Submodule path '$displaypath': merged in '$sha1'"
10339msgstr ""
10340
10341#: git-submodule.sh:906
10342#, sh-format
10343msgid ""
10344"Execution of '$command $sha1' failed in submodule  path '$prefix$sm_path'"
10345msgstr ""
10346
10347#: git-submodule.sh:907
10348#, sh-format
10349msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
10350msgstr ""
10351
10352#: git-submodule.sh:912
10353#, sh-format
10354msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
10355msgstr ""
10356
10357#: git-submodule.sh:913
10358#, sh-format
10359msgid "Submodule path '$displaypath': checked out '$sha1'"
10360msgstr ""
10361
10362#: git-submodule.sh:940
10363#, sh-format
10364msgid "Failed to recurse into submodule path '$displaypath'"
10365msgstr ""
10366
10367#: git-submodule.sh:1048
10368msgid "The --cached option cannot be used with the --files option"
10369msgstr ""
10370
10371#. unexpected type
10372#: git-submodule.sh:1096
10373#, sh-format
10374msgid "unexpected mode $mod_dst"
10375msgstr ""
10376
10377#: git-submodule.sh:1116
10378#, sh-format
10379msgid "  Warn: $display_name doesn't contain commit $sha1_src"
10380msgstr ""
10381
10382#: git-submodule.sh:1119
10383#, sh-format
10384msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
10385msgstr ""
10386
10387#: git-submodule.sh:1122
10388#, sh-format
10389msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
10390msgstr ""
10391
10392#: git-submodule.sh:1147
10393msgid "blob"
10394msgstr ""
10395
10396#: git-submodule.sh:1261
10397#, sh-format
10398msgid "Failed to recurse into submodule path '$sm_path'"
10399msgstr ""
10400
10401#: git-submodule.sh:1325
10402#, sh-format
10403msgid "Synchronizing submodule url for '$displaypath'"
10404msgstr ""