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