l10n: bg.po: Updated Bulgarian translation (4363t)
Signed-off-by: Alexander Shopov <ash@kambanaria.org>
Alexander Shopov committed
Feb 23, 2019 at 18:39 UTC
ab8f4f5d73caaf2713346b456de095df690e8cf5
1 file changed
+3886
-2911
po/bg.po
+3886
-2911
@@ -1,7 +1,7 @@
1
# Bulgarian translation of git po-file.
2
-# Copyright (C) 2014, 2015, 2016, 2017, 2018 Alexander Shopov <ash@kambanaria.org>.
2
+# Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019 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, 2015, 2016, 2017, 2018.
4
+# Alexander Shopov <ash@kambanaria.org>, 2014, 2015, 2016, 2017, 2018, 2019.
5
#
6
# ========================
7
# DICTIONARY TO MERGE IN GIT GUI
@@ -127,6 +127,8 @@
127
# ssl backend реализация на SSL
128
# delta island група разлики
129
# island marks граници на групите
130
+# reflog журнал на указателите
131
+# hash контролна сума, изчисляване на контролна сума
132
# ------------------------
133
# „$var“ - може да не сработва за shell има gettext и eval_gettext - проверка - намират се лесно по „$
134
# ------------------------
@@ -145,8 +147,8 @@ msgid ""
147
msgstr ""
148
"Project-Id-Version: git 2.20\n"
149
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
148
-"POT-Creation-Date: 2018-12-02 10:55+0800\n"
149
-"PO-Revision-Date: 2018-12-02 13:41+0100\n"
150
+"POT-Creation-Date: 2019-02-15 10:09+0800\n"
151
+"PO-Revision-Date: 2019-02-23 23:27+0200\n"
152
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
153
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
154
"Language: bg\n"
@@ -155,37 +157,37 @@ msgstr ""
157
"Content-Transfer-Encoding: 8bit\n"
158
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
159
158
-#: advice.c:99
160
+#: advice.c:101
161
#, c-format
162
msgid "%shint: %.*s%s\n"
163
msgstr "%sподсказка: %.*s%s\n"
164
163
-#: advice.c:152
165
+#: advice.c:154
166
msgid "Cherry-picking is not possible because you have unmerged files."
167
msgstr "Отбирането на подавания е блокирано от неслети файлове."
168
167
-#: advice.c:154
169
+#: advice.c:156
170
msgid "Committing is not possible because you have unmerged files."
171
msgstr "Подаването е блокирано от неслети файлове."
172
171
-#: advice.c:156
173
+#: advice.c:158
174
msgid "Merging is not possible because you have unmerged files."
175
msgstr "Сливането е блокирано от неслети файлове."
176
175
-#: advice.c:158
177
+#: advice.c:160
178
msgid "Pulling is not possible because you have unmerged files."
179
msgstr "Издърпването е блокирано от неслети файлове."
180
179
-#: advice.c:160
181
+#: advice.c:162
182
msgid "Reverting is not possible because you have unmerged files."
183
msgstr "Отмяната е блокирана от неслети файлове."
184
183
-#: advice.c:162
185
+#: advice.c:164
186
#, c-format
187
msgid "It is not possible to %s because you have unmerged files."
188
msgstr "Действието „%s“ е блокирано от неслети файлове."
189
188
-#: advice.c:170
190
+#: advice.c:172
191
msgid ""
192
"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
193
"as appropriate to mark resolution and make a commit."
@@ -193,23 +195,23 @@ msgstr ""
195
"Редактирайте ги в работното дърво, и тогава ползвайте „git add/rm ФАЙЛ“,\n"
196
"за да отбележите коригирането им. След това извършете подаването."
197
196
-#: advice.c:178
198
+#: advice.c:180
199
msgid "Exiting because of an unresolved conflict."
200
msgstr "Изход от програмата заради некоригиран конфликт."
201
200
-#: advice.c:183 builtin/merge.c:1289
202
+#: advice.c:185 builtin/merge.c:1290
203
msgid "You have not concluded your merge (MERGE_HEAD exists)."
204
msgstr "Не сте завършили сливане. (Указателят „MERGE_HEAD“ съществува)."
205
204
-#: advice.c:185
206
+#: advice.c:187
207
msgid "Please, commit your changes before merging."
208
msgstr "Промените трябва да се подадат преди сливане."
209
208
-#: advice.c:186
210
+#: advice.c:188
211
msgid "Exiting because of unfinished merge."
212
msgstr "Изход от програмата заради незавършено сливане."
213
212
-#: advice.c:192
214
+#: advice.c:194
215
#, c-format
216
msgid ""
217
"Note: checking out '%s'.\n"
@@ -238,6 +240,14 @@ msgstr ""
240
" git checkout -b ИМЕ_НА_НОВ_КЛОН\n"
241
"\n"
242
243
+#: alias.c:50
244
+msgid "cmdline ends with \\"
245
+msgstr "командният ред завършва с „/“"
246
+
247
+#: alias.c:51
248
+msgid "unclosed quote"
249
+msgstr "кавичка без еш"
250
+
251
#: apply.c:59
252
#, c-format
253
msgid "unrecognized whitespace option '%s'"
@@ -268,70 +278,70 @@ msgstr "като „--index“, но извън хранилище"
278
msgid "--cached outside a repository"
279
msgstr "като „--cached“, но извън хранилище"
280
271
-#: apply.c:826
281
+#: apply.c:825
282
#, c-format
283
msgid "Cannot prepare timestamp regexp %s"
284
msgstr "Регулярният израз за времето „%s“ не може за бъде компилиран"
285
276
-#: apply.c:835
286
+#: apply.c:834
287
#, c-format
288
msgid "regexec returned %d for input: %s"
289
msgstr "Регулярният израз върна %d при подадена последователност „%s“ на входа"
290
281
-#: apply.c:909
291
+#: apply.c:908
292
#, c-format
293
msgid "unable to find filename in patch at line %d"
294
msgstr "Липсва име на файл на ред %d от кръпката"
295
286
-#: apply.c:947
296
+#: apply.c:946
297
#, c-format
298
msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
299
msgstr ""
300
"git apply: лош изход от командата „git-diff“ — на ред %2$d се очакваше „/dev/"
301
"null“, а бе получен „%1$s“"
302
293
-#: apply.c:953
303
+#: apply.c:952
304
#, c-format
305
msgid "git apply: bad git-diff - inconsistent new filename on line %d"
306
msgstr ""
307
"git apply: лош изход от командата „git-diff“ — на ред %d бе получено "
308
"неправилно име на нов файл"
309
300
-#: apply.c:954
310
+#: apply.c:953
311
#, c-format
312
msgid "git apply: bad git-diff - inconsistent old filename on line %d"
313
msgstr ""
314
"git apply: лош изход от командата „git-diff“ — на ред %d бе получено "
315
"неправилно име на стар файл"
316
307
-#: apply.c:959
317
+#: apply.c:958
318
#, c-format
319
msgid "git apply: bad git-diff - expected /dev/null on line %d"
320
msgstr ""
321
"git apply: лош изход от командата „git-diff“ — на ред %d се очакваше „/dev/"
322
"null“"
323
314
-#: apply.c:988
324
+#: apply.c:987
325
#, c-format
326
msgid "invalid mode on line %d: %s"
327
msgstr "грешен режим на ред №%d: %s"
328
319
-#: apply.c:1307
329
+#: apply.c:1306
330
#, c-format
331
msgid "inconsistent header lines %d and %d"
332
msgstr "несъвместими заглавни части на редове №%d и №%d"
333
324
-#: apply.c:1479
334
+#: apply.c:1478
335
#, c-format
336
msgid "recount: unexpected line: %.*s"
337
msgstr "при повторното преброяване бе получен неочакван ред: „%.*s“"
338
329
-#: apply.c:1548
339
+#: apply.c:1547
340
#, c-format
341
msgid "patch fragment without header at line %d: %.*s"
342
msgstr "част от кръпка без заглавна част на ред %d: %.*s"
343
334
-#: apply.c:1568
344
+#: apply.c:1567
345
#, c-format
346
msgid ""
347
"git diff header lacks filename information when removing %d leading pathname "
@@ -346,71 +356,71 @@ msgstr[1] ""
356
"След съкращаването на първите %d части от компонентите на пътя, в заглавната "
357
"част на „git diff“ липсва информация за име на файл (ред: %d)"
358
349
-#: apply.c:1581
359
+#: apply.c:1580
360
#, c-format
361
msgid "git diff header lacks filename information (line %d)"
362
msgstr ""
363
"в заглавната част на „git diff“ липсва информация за име на файл (ред: %d)"
364
355
-#: apply.c:1769
365
+#: apply.c:1768
366
msgid "new file depends on old contents"
367
msgstr "новият файл зависи от старото съдържание на файла"
368
359
-#: apply.c:1771
369
+#: apply.c:1770
370
msgid "deleted file still has contents"
371
msgstr "изтритият файл не е празен"
372
363
-#: apply.c:1805
373
+#: apply.c:1804
374
#, c-format
375
msgid "corrupt patch at line %d"
376
msgstr "грешка в кръпката на ред %d"
377
368
-#: apply.c:1842
378
+#: apply.c:1841
379
#, c-format
380
msgid "new file %s depends on old contents"
381
msgstr "новият файл „%s“ зависи от старото съдържание на файла"
382
373
-#: apply.c:1844
383
+#: apply.c:1843
384
#, c-format
385
msgid "deleted file %s still has contents"
386
msgstr "изтритият файл „%s“ не е празен"
387
378
-#: apply.c:1847
388
+#: apply.c:1846
389
#, c-format
390
msgid "** warning: file %s becomes empty but is not deleted"
391
msgstr "● предупреждение: файлът „%s“ вече е празен, но не е изтрит"
392
383
-#: apply.c:1994
393
+#: apply.c:1993
394
#, c-format
395
msgid "corrupt binary patch at line %d: %.*s"
396
msgstr "грешка в двоичната кръпка на ред %d: %.*s"
397
388
-#: apply.c:2031
398
+#: apply.c:2030
399
#, c-format
400
msgid "unrecognized binary patch at line %d"
401
msgstr "неразпозната двоичната кръпка на ред %d"
402
393
-#: apply.c:2193
403
+#: apply.c:2192
404
#, c-format
405
msgid "patch with only garbage at line %d"
406
msgstr "кръпката е с изцяло повредени данни на ред %d"
407
398
-#: apply.c:2279
408
+#: apply.c:2278
409
#, c-format
410
msgid "unable to read symlink %s"
411
msgstr "символната връзка „%s“ не може да бъде прочетена"
412
403
-#: apply.c:2283
413
+#: apply.c:2282
414
#, c-format
415
msgid "unable to open or read %s"
416
msgstr "файлът „%s“ не може да бъде отворен или прочетен"
417
408
-#: apply.c:2942
418
+#: apply.c:2941
419
#, c-format
420
msgid "invalid start of line: '%c'"
421
msgstr "неправилно начало на ред: „%c“"
422
413
-#: apply.c:3063
423
+#: apply.c:3062
424
#, c-format
425
msgid "Hunk #%d succeeded at %d (offset %d line)."
426
msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
@@ -419,13 +429,13 @@ msgstr[0] ""
429
msgstr[1] ""
430
"%d-то парче код бе успешно приложено на ред %d (отместване от %d реда)."
431
422
-#: apply.c:3075
432
+#: apply.c:3074
433
#, c-format
434
msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
435
msgstr ""
436
"Контекстът е намален на (%ld/%ld) за прилагането на парчето код на ред %d"
437
428
-#: apply.c:3081
438
+#: apply.c:3080
439
#, c-format
440
msgid ""
441
"while searching for:\n"
@@ -434,54 +444,54 @@ msgstr ""
444
"при търсене за:\n"
445
"%.*s"
446
437
-#: apply.c:3103
447
+#: apply.c:3102
448
#, c-format
449
msgid "missing binary patch data for '%s'"
450
msgstr "липсват данните за двоичната кръпка за „%s“"
451
442
-#: apply.c:3111
452
+#: apply.c:3110
453
#, c-format
454
msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
455
msgstr ""
456
"двоичната кръпка не може да се приложи в обратна посока, когато обратното "
457
"парче за „%s“ липсва"
458
449
-#: apply.c:3158
459
+#: apply.c:3157
460
#, c-format
461
msgid "cannot apply binary patch to '%s' without full index line"
462
msgstr "към „%s“ не може да се приложи двоична кръпка без пълен индекс"
463
454
-#: apply.c:3168
464
+#: apply.c:3167
465
#, c-format
466
msgid ""
467
"the patch applies to '%s' (%s), which does not match the current contents."
468
msgstr "кръпката съответства на „%s“ (%s), който не съвпада по съдържание."
469
460
-#: apply.c:3176
470
+#: apply.c:3175
471
#, c-format
472
msgid "the patch applies to an empty '%s' but it is not empty"
473
msgstr "кръпката съответства на „%s“, който трябва да е празен, но не е"
474
465
-#: apply.c:3194
475
+#: apply.c:3193
476
#, c-format
477
msgid "the necessary postimage %s for '%s' cannot be read"
478
msgstr ""
479
"необходимият резултат след операцията — „%s“ за „%s“ не може да бъде "
480
"прочетен"
481
472
-#: apply.c:3207
482
+#: apply.c:3206
483
#, c-format
484
msgid "binary patch does not apply to '%s'"
485
msgstr "двоичната кръпка не може да бъде приложена върху „%s“"
486
477
-#: apply.c:3213
487
+#: apply.c:3212
488
#, c-format
489
msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
490
msgstr ""
491
"двоичната кръпка за „%s“ води до неправилни резултати (очакваше се: „%s“, а "
492
"бе получено: „%s“)"
493
484
-#: apply.c:3234
494
+#: apply.c:3233
495
#, c-format
496
msgid "patch failed: %s:%ld"
497
msgstr "неуспешно прилагане на кръпка: „%s:%ld“"
@@ -561,7 +571,8 @@ msgstr "„%s“: неправилен вид"
571
msgid "%s has type %o, expected %o"
572
msgstr "„%s“ е от вид „%o“, а се очакваше „%o“"
573
564
-#: apply.c:3881 apply.c:3883
574
+#: apply.c:3881 apply.c:3883 read-cache.c:820 read-cache.c:846
575
+#: read-cache.c:1299
576
#, c-format
577
msgid "invalid path '%s'"
578
msgstr "неправилен път: „%s“"
@@ -618,7 +629,7 @@ msgstr "смяна на режима на достъпа на „%s“, койт
629
msgid "sha1 information is lacking or useless (%s)."
630
msgstr "информацията за сумата по SHA1 липсва или не е достатъчна (%s)."
631
621
-#: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142
632
+#: apply.c:4113 builtin/checkout.c:248 builtin/reset.c:143
633
#, c-format
634
msgid "make_cache_entry failed for path '%s'"
635
msgstr "неуспешно създаване на запис в кеша чрез „make_cache_entry“ за „%s“"
@@ -696,7 +707,7 @@ msgstr[1] "Прилагане на кръпката „%%s“ с %d отхвър
707
msgid "truncating .rej filename to %.*s.rej"
708
msgstr "съкращаване на името на файла с отхвърлените парчета на „ %.*s.rej“"
709
699
-#: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122
710
+#: apply.c:4564 builtin/fetch.c:837 builtin/fetch.c:1118
711
#, c-format
712
msgid "cannot open %s"
713
msgstr "„%s“ не може да бъде отворен"
@@ -720,30 +731,30 @@ msgstr "Пропусната кръпка: „%s“"
731
msgid "unrecognized input"
732
msgstr "непознат вход"
733
723
-#: apply.c:4719
734
+#: apply.c:4720
735
msgid "unable to read index file"
736
msgstr "индексът не може да бъде записан"
737
727
-#: apply.c:4874
738
+#: apply.c:4875
739
#, c-format
740
msgid "can't open patch '%s': %s"
741
msgstr "кръпката „%s“ не може да бъде отворена: %s"
742
732
-#: apply.c:4901
743
+#: apply.c:4902
744
#, c-format
745
msgid "squelched %d whitespace error"
746
msgid_plural "squelched %d whitespace errors"
747
msgstr[0] "пренебрегната е %d грешка в знаците за интервали"
748
msgstr[1] "пренебрегнати са %d грешки в знаците за интервали"
749
739
-#: apply.c:4907 apply.c:4922
750
+#: apply.c:4908 apply.c:4923
751
#, c-format
752
msgid "%d line adds whitespace errors."
753
msgid_plural "%d lines add whitespace errors."
754
msgstr[0] "%d ред добавя грешки в знаците за интервали."
755
msgstr[1] "%d реда добавят грешки в знаците за интервали."
756
746
-#: apply.c:4915
757
+#: apply.c:4916
758
#, c-format
759
msgid "%d line applied after fixing whitespace errors."
760
msgid_plural "%d lines applied after fixing whitespace errors."
@@ -752,145 +763,145 @@ msgstr[0] ""
763
msgstr[1] ""
764
"Добавени са %d реда след корекцията на грешките в знаците за интервали."
765
755
-#: apply.c:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
766
+#: apply.c:4932 builtin/add.c:539 builtin/mv.c:301 builtin/rm.c:390
767
msgid "Unable to write new index file"
768
msgstr "Новият индекс не може да бъде записан"
769
759
-#: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212
760
-#: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262
761
-#: builtin/pull.c:199 builtin/submodule--helper.c:406
762
-#: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365
763
-#: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849
764
-#: builtin/submodule--helper.c:2088 git-add--interactive.perl:197
770
+#: apply.c:4959 apply.c:4962 builtin/am.c:2203 builtin/am.c:2206
771
+#: builtin/clone.c:122 builtin/fetch.c:118 builtin/merge.c:263
772
+#: builtin/pull.c:200 builtin/submodule--helper.c:407
773
+#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
774
+#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
775
+#: builtin/submodule--helper.c:2092 git-add--interactive.perl:197
776
msgid "path"
777
msgstr "път"
778
768
-#: apply.c:4959
779
+#: apply.c:4960
780
msgid "don't apply changes matching the given path"
781
msgstr "без прилагане на промените напасващи на дадения път"
782
772
-#: apply.c:4962
783
+#: apply.c:4963
784
msgid "apply changes matching the given path"
785
msgstr "прилагане на промените напасващи на дадения път"
786
776
-#: apply.c:4964 builtin/am.c:2218
787
+#: apply.c:4965 builtin/am.c:2212
788
msgid "num"
789
msgstr "БРОЙ"
790
780
-#: apply.c:4965
791
+#: apply.c:4966
792
msgid "remove <num> leading slashes from traditional diff paths"
793
msgstr "премахване на този БРОЙ водещи елементи от пътищата в разликата"
794
784
-#: apply.c:4968
795
+#: apply.c:4969
796
msgid "ignore additions made by the patch"
797
msgstr "игнориране на редовете добавени от тази кръпка"
798
788
-#: apply.c:4970
799
+#: apply.c:4971
800
msgid "instead of applying the patch, output diffstat for the input"
801
msgstr "извеждане на статистика на промените без прилагане на кръпката"
802
792
-#: apply.c:4974
803
+#: apply.c:4975
804
msgid "show number of added and deleted lines in decimal notation"
805
msgstr "извеждане на броя на добавените и изтритите редове"
806
796
-#: apply.c:4976
807
+#: apply.c:4977
808
msgid "instead of applying the patch, output a summary for the input"
809
msgstr "извеждане на статистика на входните данни без прилагане на кръпката"
810
800
-#: apply.c:4978
811
+#: apply.c:4979
812
msgid "instead of applying the patch, see if the patch is applicable"
813
msgstr "проверка дали кръпката може да се приложи, без действително прилагане"
814
804
-#: apply.c:4980
815
+#: apply.c:4981
816
msgid "make sure the patch is applicable to the current index"
817
msgstr "проверка дали кръпката може да бъде приложена към текущия индекс"
818
808
-#: apply.c:4982
819
+#: apply.c:4983
820
msgid "mark new files with `git add --intent-to-add`"
821
msgstr "отбелязване на новите файлове с „git add --intent-to-add“"
822
812
-#: apply.c:4984
823
+#: apply.c:4985
824
msgid "apply a patch without touching the working tree"
825
msgstr "прилагане на кръпката без промяна на работното дърво"
826
816
-#: apply.c:4986
827
+#: apply.c:4987
828
msgid "accept a patch that touches outside the working area"
829
msgstr "прилагане на кръпка, която променя и файлове извън работното дърво"
830
820
-#: apply.c:4989
831
+#: apply.c:4990
832
msgid "also apply the patch (use with --stat/--summary/--check)"
833
msgstr ""
834
"кръпката да бъде приложена. Опцията се комбинира с „--check“/„--stat“/„--"
835
"summary“"
836
826
-#: apply.c:4991
837
+#: apply.c:4992
838
msgid "attempt three-way merge if a patch does not apply"
839
msgstr "пробване с тройно сливане, ако кръпката не може да се приложи директно"
840
830
-#: apply.c:4993
841
+#: apply.c:4994
842
msgid "build a temporary index based on embedded index information"
843
msgstr ""
844
"създаване на временен индекс на база на включената информация за индекса"
845
835
-#: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523
846
+#: apply.c:4997 builtin/checkout-index.c:173 builtin/ls-files.c:524
847
msgid "paths are separated with NUL character"
848
msgstr "разделяне на пътищата с нулевия знак „NUL“"
849
839
-#: apply.c:4998
850
+#: apply.c:4999
851
msgid "ensure at least <n> lines of context match"
852
msgstr "да се осигури контекст от поне такъв БРОЙ съвпадащи редове"
853
843
-#: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97
854
+#: apply.c:5000 builtin/am.c:2191 builtin/interpret-trailers.c:97
855
#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
845
-#: builtin/pack-objects.c:3312 builtin/rebase.c:857
856
+#: builtin/pack-objects.c:3314 builtin/rebase.c:1065
857
msgid "action"
858
msgstr "действие"
859
849
-#: apply.c:5000
860
+#: apply.c:5001
861
msgid "detect new or modified lines that have whitespace errors"
862
msgstr "засичане на нови или променени редове с грешки в знаците за интервали"
863
853
-#: apply.c:5003 apply.c:5006
864
+#: apply.c:5004 apply.c:5007
865
msgid "ignore changes in whitespace when finding context"
866
msgstr ""
867
"игнориране на промените в знаците за интервали при откриване на контекста"
868
858
-#: apply.c:5009
869
+#: apply.c:5010
870
msgid "apply the patch in reverse"
871
msgstr "прилагане на кръпката в обратна посока"
872
862
-#: apply.c:5011
873
+#: apply.c:5012
874
msgid "don't expect at least one line of context"
875
msgstr "без изискване на дори и един ред контекст"
876
866
-#: apply.c:5013
877
+#: apply.c:5014
878
msgid "leave the rejected hunks in corresponding *.rej files"
879
msgstr "оставяне на отхвърлените парчета във файлове с разширение „.rej“"
880
870
-#: apply.c:5015
881
+#: apply.c:5016
882
msgid "allow overlapping hunks"
883
msgstr "позволяване на застъпващи се парчета"
884
874
-#: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21
875
-#: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698
876
-#: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127
877
-#: builtin/rebase--interactive.c:157
885
+#: apply.c:5017 builtin/add.c:291 builtin/check-ignore.c:22
886
+#: builtin/commit.c:1312 builtin/count-objects.c:98 builtin/fsck.c:724
887
+#: builtin/log.c:2037 builtin/mv.c:123 builtin/read-tree.c:128
888
+#: builtin/rebase--interactive.c:159
889
msgid "be verbose"
890
msgstr "повече подробности"
891
881
-#: apply.c:5018
892
+#: apply.c:5019
893
msgid "tolerate incorrectly detected missing new-line at the end of file"
894
msgstr "пренебрегване на неправилно липсващ знак за нов ред в края на файл"
895
885
-#: apply.c:5021
896
+#: apply.c:5022
897
msgid "do not trust the line counts in the hunk headers"
898
msgstr "без доверяване на номерата на редовете в заглавните части на парчетата"
899
889
-#: apply.c:5023 builtin/am.c:2206
900
+#: apply.c:5024 builtin/am.c:2200
901
msgid "root"
902
msgstr "НАЧАЛНА_ДИРЕКТОРИЯ"
903
893
-#: apply.c:5024
904
+#: apply.c:5025
905
msgid "prepend <root> to all filenames"
906
msgstr "добавяне на тази НАЧАЛНА_ДИРЕКТОРИЯ към имената на всички файлове"
907
@@ -913,99 +924,118 @@ msgstr ""
924
msgid "git archive --remote <repo> [--exec <cmd>] --list"
925
msgstr "git archive --remote ХРАНИЛИЩЕ [--exec КОМАНДА] --list"
926
916
-#: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
927
+#: archive.c:372 builtin/add.c:177 builtin/add.c:515 builtin/rm.c:299
928
#, c-format
929
msgid "pathspec '%s' did not match any files"
930
msgstr "пътят „%s“ не съвпада с никой файл"
931
921
-#: archive.c:453
932
+#: archive.c:396
933
+#, c-format
934
+msgid "no such ref: %.*s"
935
+msgstr "такъв указател няма: %.*s"
936
+
937
+#: archive.c:401
938
+#, c-format
939
+msgid "not a valid object name: %s"
940
+msgstr "неправилно име на обект: „%s“"
941
+
942
+#: archive.c:414
943
+#, c-format
944
+msgid "not a tree object: %s"
945
+msgstr "не е обект-дърво: %s"
946
+
947
+#: archive.c:424
948
+msgid "current working directory is untracked"
949
+msgstr "текущата работна директория не е следена"
950
+
951
+#: archive.c:455
952
msgid "fmt"
953
msgstr "ФОРМАТ"
954
925
-#: archive.c:453
955
+#: archive.c:455
956
msgid "archive format"
957
msgstr "ФОРМАТ на архива"
958
929
-#: archive.c:454 builtin/log.c:1536
959
+#: archive.c:456 builtin/log.c:1549
960
msgid "prefix"
961
msgstr "ПРЕФИКС"
962
933
-#: archive.c:455
963
+#: archive.c:457
964
msgid "prepend prefix to each pathname in the archive"
965
msgstr "добавяне на този ПРЕФИКС към всеки път в архива"
966
937
-#: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
938
-#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884
939
-#: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562
940
-#: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122
967
+#: archive.c:458 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
968
+#: builtin/fast-export.c:1091 builtin/fast-export.c:1093 builtin/grep.c:895
969
+#: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
970
+#: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
971
#: parse-options.h:162
972
msgid "file"
973
msgstr "ФАЙЛ"
974
945
-#: archive.c:457 builtin/archive.c:89
975
+#: archive.c:459 builtin/archive.c:90
976
msgid "write the archive to this file"
977
msgstr "запазване на архива в този ФАЙЛ"
978
949
-#: archive.c:459
979
+#: archive.c:461
980
msgid "read .gitattributes in working directory"
981
msgstr "изчитане на „.gitattributes“ в работната директория"
982
953
-#: archive.c:460
983
+#: archive.c:462
984
msgid "report archived files on stderr"
985
msgstr "извеждане на архивираните файлове на стандартната грешка"
986
957
-#: archive.c:461
987
+#: archive.c:463
988
msgid "store only"
989
msgstr "само съхранение без компресиране"
990
961
-#: archive.c:462
991
+#: archive.c:464
992
msgid "compress faster"
993
msgstr "бързо компресиране"
994
965
-#: archive.c:470
995
+#: archive.c:472
996
msgid "compress better"
997
msgstr "добро компресиране"
998
969
-#: archive.c:473
999
+#: archive.c:475
1000
msgid "list supported archive formats"
1001
msgstr "извеждане на списъка с поддържаните формати"
1002
973
-#: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
974
-#: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855
1003
+#: archive.c:477 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
1004
+#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1859
1005
msgid "repo"
1006
msgstr "хранилище"
1007
978
-#: archive.c:476 builtin/archive.c:91
1008
+#: archive.c:478 builtin/archive.c:92
1009
msgid "retrieve the archive from remote repository <repo>"
1010
msgstr "изтегляне на архива от отдалеченото ХРАНИЛИЩЕ"
1011
982
-#: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714
983
-#: builtin/notes.c:496
1012
+#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:715
1013
+#: builtin/notes.c:498
1014
msgid "command"
1015
msgstr "команда"
1016
987
-#: archive.c:478 builtin/archive.c:93
1017
+#: archive.c:480 builtin/archive.c:94
1018
msgid "path to the remote git-upload-archive command"
1019
msgstr "път към отдалечената команда „git-upload-archive“"
1020
991
-#: archive.c:485
1021
+#: archive.c:487
1022
msgid "Unexpected option --remote"
1023
msgstr "Неочаквана опция „--remote“"
1024
995
-#: archive.c:487
1025
+#: archive.c:489
1026
msgid "Option --exec can only be used together with --remote"
1027
msgstr "Опцията „--exec“ изисква „--remote“"
1028
999
-#: archive.c:489
1029
+#: archive.c:491
1030
msgid "Unexpected option --output"
1031
msgstr "Неочаквана опция „--output“"
1032
1003
-#: archive.c:511
1033
+#: archive.c:513
1034
#, c-format
1035
msgid "Unknown archive format '%s'"
1036
msgstr "Непознат формат на архив: „%s“"
1037
1008
-#: archive.c:518
1038
+#: archive.c:520
1039
#, c-format
1040
msgid "Argument not supported for format '%s': -%d"
1041
msgstr "Аргументът не се поддържа за форма̀та „%s“: -%d"
@@ -1049,7 +1079,7 @@ msgstr "пътят не е правилно кодиран в UTF-8: %s"
1079
msgid "path too long (%d chars, SHA1: %s): %s"
1080
msgstr "твърде дълъг път (%d знака, SHA1: %s): %s"
1081
1052
-#: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227
1082
+#: archive-zip.c:474 builtin/pack-objects.c:225 builtin/pack-objects.c:228
1083
#, c-format
1084
msgid "deflate error (%d)"
1085
msgstr "грешка при декомпресиране с „deflate“ (%d)"
@@ -1059,12 +1089,17 @@ msgstr "грешка при декомпресиране с „deflate“ (%d)"
1089
msgid "timestamp too large for this system: %<PRIuMAX>"
1090
msgstr "времевата стойност е твърде голяма за тази система: %<PRIuMAX>"
1091
1062
-#: attr.c:212
1092
+#: attr.c:211
1093
#, c-format
1094
msgid "%.*s is not a valid attribute name"
1095
msgstr "„%.*s“ е неправилно име за атрибут"
1096
1067
-#: attr.c:409
1097
+#: attr.c:368
1098
+#, c-format
1099
+msgid "%s not allowed: %s:%d"
1100
+msgstr "%s: командата не е позволена: „%s:%d“"
1101
+
1102
+#: attr.c:408
1103
msgid ""
1104
"Negative patterns are ignored in git attributes\n"
1105
"Use '\\!' for literal leading exclamation."
@@ -1077,17 +1112,17 @@ msgstr ""
1112
msgid "Badly quoted content in file '%s': %s"
1113
msgstr "Неправилно цитирано съдържание във файла „%s“: %s"
1114
1080
-#: bisect.c:676
1115
+#: bisect.c:678
1116
#, c-format
1117
msgid "We cannot bisect more!\n"
1118
msgstr "Повече не може да се търси двоично!\n"
1119
1085
-#: bisect.c:730
1120
+#: bisect.c:733
1121
#, c-format
1122
msgid "Not a valid commit name %s"
1123
msgstr "Неправилно име на подаване „%s“"
1124
1090
-#: bisect.c:754
1125
+#: bisect.c:758
1126
#, c-format
1127
msgid ""
1128
"The merge base %s is bad.\n"
@@ -1096,7 +1131,7 @@ msgstr ""
1131
"Неправилна база за сливане: %s.\n"
1132
"Следователно грешката е коригирана между „%s“ и [%s].\n"
1133
1099
-#: bisect.c:759
1134
+#: bisect.c:763
1135
#, c-format
1136
msgid ""
1137
"The merge base %s is new.\n"
@@ -1105,7 +1140,7 @@ msgstr ""
1140
"Нова база за сливане: %s.\n"
1141
"Свойството е променено между „%s“ и [%s].\n"
1142
1108
-#: bisect.c:764
1143
+#: bisect.c:768
1144
#, c-format
1145
msgid ""
1146
"The merge base %s is %s.\n"
@@ -1114,7 +1149,7 @@ msgstr ""
1149
"Базата за сливане „%s“ е %s.\n"
1150
"Следователно първото %s подаване е между „%s“ и [%s].\n"
1151
1117
-#: bisect.c:772
1152
+#: bisect.c:776
1153
#, c-format
1154
msgid ""
1155
"Some %s revs are not ancestors of the %s rev.\n"
@@ -1125,7 +1160,7 @@ msgstr ""
1160
"Двоичното търсене с git bisect няма да работи правилно.\n"
1161
"Дали не сте объркали указателите „%s“ и „%s“?\n"
1162
1128
-#: bisect.c:785
1163
+#: bisect.c:789
1164
#, c-format
1165
msgid ""
1166
"the merge base between %s and [%s] must be skipped.\n"
@@ -1136,36 +1171,36 @@ msgstr ""
1171
"Не може да сме сигурни, че първото %s подаване е между „%s“ и „%s“.\n"
1172
"Двоичното търсене продължава."
1173
1139
-#: bisect.c:818
1174
+#: bisect.c:822
1175
#, c-format
1176
msgid "Bisecting: a merge base must be tested\n"
1177
msgstr "Двоично търсене: трябва да се провери база за сливане\n"
1178
1144
-#: bisect.c:858
1179
+#: bisect.c:865
1180
#, c-format
1181
msgid "a %s revision is needed"
1182
msgstr "необходима е версия „%s“"
1183
1149
-#: bisect.c:877 builtin/notes.c:177 builtin/tag.c:237
1184
+#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:237
1185
#, c-format
1186
msgid "could not create file '%s'"
1187
msgstr "файлът „%s“ не може да бъде създаден"
1188
1154
-#: bisect.c:928 builtin/merge.c:138
1189
+#: bisect.c:937 builtin/merge.c:139
1190
#, c-format
1191
msgid "could not read file '%s'"
1192
msgstr "файлът „%s“ не може да бъде прочетен"
1193
1159
-#: bisect.c:958
1194
+#: bisect.c:967
1195
msgid "reading bisect refs failed"
1196
msgstr "неуспешно прочитане на указателите за двоично търсене"
1197
1163
-#: bisect.c:977
1198
+#: bisect.c:986
1199
#, c-format
1200
msgid "%s was both %s and %s\n"
1201
msgstr "„%s“ e както „%s“, така и „%s“\n"
1202
1168
-#: bisect.c:985
1203
+#: bisect.c:994
1204
#, c-format
1205
msgid ""
1206
"No testable commit found.\n"
@@ -1174,7 +1209,7 @@ msgstr ""
1209
"Липсва подходящо за тестване подаване.\n"
1210
"Проверете параметрите за пътищата.\n"
1211
1177
-#: bisect.c:1004
1212
+#: bisect.c:1013
1213
#, c-format
1214
msgid "(roughly %d step)"
1215
msgid_plural "(roughly %d steps)"
@@ -1184,48 +1219,48 @@ msgstr[1] "(приблизително %d стъпки)"
1219
#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1220
#. steps)" translation.
1221
#.
1187
-#: bisect.c:1010
1222
+#: bisect.c:1019
1223
#, c-format
1224
msgid "Bisecting: %d revision left to test after this %s\n"
1225
msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1226
msgstr[0] "Двоично търсене: остава %d версия след тази %s\n"
1227
msgstr[1] "Двоично търсене: остават %d версии след тази %s\n"
1228
1194
-#: blame.c:1787
1229
+#: blame.c:1792
1230
msgid "--contents and --reverse do not blend well."
1231
msgstr "Опциите „--contents“ и „--reverse“ са несъвместими"
1232
1198
-#: blame.c:1801
1233
+#: blame.c:1806
1234
msgid "cannot use --contents with final commit object name"
1235
msgstr "Опцията „--contents“ е несъвместима с име на обект от крайно подаване"
1236
1202
-#: blame.c:1822
1237
+#: blame.c:1827
1238
msgid "--reverse and --first-parent together require specified latest commit"
1239
msgstr ""
1240
"Едновременното задаване на опциите „--reverse“ и „--first-parent“ изисква "
1241
"указването на крайно подаване"
1242
1208
-#: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:1963
1209
-#: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:932
1210
-#: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:406
1243
+#: blame.c:1836 bundle.c:164 ref-filter.c:2071 remote.c:1948 sequencer.c:1993
1244
+#: sequencer.c:4064 builtin/commit.c:1004 builtin/log.c:378 builtin/log.c:936
1245
+#: builtin/log.c:1420 builtin/log.c:1796 builtin/log.c:2086 builtin/merge.c:407
1246
#: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1247
#: builtin/shortlog.c:192
1248
msgid "revision walk setup failed"
1249
msgstr "неуспешно настройване на обхождането на версиите"
1250
1216
-#: blame.c:1849
1251
+#: blame.c:1854
1252
msgid ""
1253
"--reverse --first-parent together require range along first-parent chain"
1254
msgstr ""
1255
"Едновременното задаване на опциите „--reverse“ и „--first-parent“ изисква "
1256
"указването на диапазон по веригата на първите наследници"
1257
1223
-#: blame.c:1860
1258
+#: blame.c:1865
1259
#, c-format
1260
msgid "no such path %s in %s"
1261
msgstr "няма път на име „%s“ в „%s“"
1262
1228
-#: blame.c:1871
1263
+#: blame.c:1876
1264
#, c-format
1265
msgid "cannot read blob %s for path %s"
1266
msgstr "обектът-BLOB „%s“ в пътя %s не може да бъде прочетен"
@@ -1343,27 +1378,27 @@ msgstr ""
1378
"може да използвате „git push -u“, за да настроите към кой клон да се "
1379
"изтласква."
1380
1346
-#: branch.c:279
1381
+#: branch.c:280
1382
#, c-format
1383
msgid "Not a valid object name: '%s'."
1384
msgstr "Неправилно име на обект: „%s“"
1385
1351
-#: branch.c:299
1386
+#: branch.c:300
1387
#, c-format
1388
msgid "Ambiguous object name: '%s'."
1389
msgstr "Името на обект не е еднозначно: „%s“"
1390
1356
-#: branch.c:304
1391
+#: branch.c:305
1392
#, c-format
1393
msgid "Not a valid branch point: '%s'."
1394
msgstr "Неправилно място за начало на клон: „%s“"
1395
1361
-#: branch.c:358
1396
+#: branch.c:359
1397
#, c-format
1398
msgid "'%s' is already checked out at '%s'"
1399
msgstr "„%s“ вече е изтеглен в „%s“"
1400
1366
-#: branch.c:381
1401
+#: branch.c:382
1402
#, c-format
1403
msgid "HEAD of working tree %s is not updated"
1404
msgstr "Указателят „HEAD“ на работното дърво „%s“ не е обновен"
@@ -1378,71 +1413,71 @@ msgstr "Файлът „%s“ не изглежда да е пратка на gi
1413
msgid "unrecognized header: %s%s (%d)"
1414
msgstr "непозната заглавна част: %s%s (%d)"
1415
1381
-#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:2722
1382
-#: builtin/commit.c:774
1416
+#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2215 sequencer.c:2763
1417
+#: builtin/commit.c:776
1418
#, c-format
1419
msgid "could not open '%s'"
1420
msgstr "„%s“ не може да се отвори"
1421
1387
-#: bundle.c:141
1422
+#: bundle.c:143
1423
msgid "Repository lacks these prerequisite commits:"
1424
msgstr "В хранилището липсват следните необходими подавания:"
1425
1391
-#: bundle.c:192
1426
+#: bundle.c:194
1427
#, c-format
1428
msgid "The bundle contains this ref:"
1429
msgid_plural "The bundle contains these %d refs:"
1430
msgstr[0] "Пратката съдържа следния указател:"
1431
msgstr[1] "Пратката съдържа следните %d указатели:"
1432
1398
-#: bundle.c:199
1433
+#: bundle.c:201
1434
msgid "The bundle records a complete history."
1435
msgstr "Пратката съдържа пълна история."
1436
1402
-#: bundle.c:201
1437
+#: bundle.c:203
1438
#, c-format
1439
msgid "The bundle requires this ref:"
1440
msgid_plural "The bundle requires these %d refs:"
1441
msgstr[0] "Пратката изисква следния указател:"
1442
msgstr[1] "Пратката изисква следните %d указатели:"
1443
1409
-#: bundle.c:267
1444
+#: bundle.c:269
1445
msgid "unable to dup bundle descriptor"
1446
msgstr "неуспешно дублиране на дескриптора на пратката с „dup“"
1447
1413
-#: bundle.c:274
1448
+#: bundle.c:276
1449
msgid "Could not spawn pack-objects"
1450
msgstr "Командата „git pack-objects“ не може да бъде стартирана"
1451
1417
-#: bundle.c:285
1452
+#: bundle.c:287
1453
msgid "pack-objects died"
1454
msgstr "Командата „git pack-objects“ не завърши успешно"
1455
1421
-#: bundle.c:327
1456
+#: bundle.c:329
1457
msgid "rev-list died"
1458
msgstr "Командата „git rev-list“ не завърши успешно"
1459
1425
-#: bundle.c:376
1460
+#: bundle.c:378
1461
#, c-format
1462
msgid "ref '%s' is excluded by the rev-list options"
1463
msgstr ""
1464
"указателят „%s“ не е бил включен поради опциите зададени на „git rev-list“"
1465
1431
-#: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:304
1466
+#: bundle.c:457 builtin/log.c:193 builtin/log.c:1701 builtin/shortlog.c:306
1467
#, c-format
1468
msgid "unrecognized argument: %s"
1469
msgstr "непознат аргумент: %s"
1470
1436
-#: bundle.c:464
1471
+#: bundle.c:465
1472
msgid "Refusing to create empty bundle."
1473
msgstr "Създаването на празна пратка е невъзможно."
1474
1440
-#: bundle.c:474
1475
+#: bundle.c:475
1476
#, c-format
1477
msgid "cannot create '%s'"
1478
msgstr "Файлът „%s“ не може да бъде създаден"
1479
1445
-#: bundle.c:498
1480
+#: bundle.c:500
1481
msgid "index-pack died"
1482
msgstr "Командата „git index-pack“ не завърши успешно"
1483
@@ -1451,8 +1486,8 @@ msgstr "Командата „git index-pack“ не завърши успешн
1486
msgid "invalid color value: %.*s"
1487
msgstr "неправилна стойност за цвят: %.*s"
1488
1454
-#: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:414
1455
-#: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:376
1489
+#: commit.c:50 sequencer.c:2567 builtin/am.c:355 builtin/am.c:399
1490
+#: builtin/am.c:1375 builtin/am.c:2019 builtin/replace.c:376
1491
#: builtin/replace.c:448
1492
#, c-format
1493
msgid "could not parse %s"
@@ -1486,29 +1521,29 @@ msgstr ""
1521
"\n"
1522
" git config advice.graftFileDeprecated false"
1523
1489
-#: commit.c:1115
1524
+#: commit.c:1122
1525
#, c-format
1526
msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1527
msgstr ""
1528
"Подаването „%s“ е с недоверен подпис от GPG, който твърди, че е на „%s“."
1529
1495
-#: commit.c:1118
1530
+#: commit.c:1125
1531
#, c-format
1532
msgid "Commit %s has a bad GPG signature allegedly by %s."
1533
msgstr ""
1534
"Подаването „%s“ е с неправилен подпис от GPG, който твърди, че е на „%s“."
1535
1501
-#: commit.c:1121
1536
+#: commit.c:1128
1537
#, c-format
1538
msgid "Commit %s does not have a GPG signature."
1539
msgstr "Подаването „%s“ е без подпис от GPG."
1540
1506
-#: commit.c:1124
1541
+#: commit.c:1131
1542
#, c-format
1543
msgid "Commit %s has a good GPG signature by %s\n"
1544
msgstr "Подаването „%s“ е с коректен подпис от GPG на „%s“.\n"
1545
1511
-#: commit.c:1378
1546
+#: commit.c:1385
1547
msgid ""
1548
"Warning: commit message did not conform to UTF-8.\n"
1549
"You may want to amend it after fixing the message, or set the config\n"
@@ -1518,91 +1553,133 @@ msgstr ""
1553
"Може да поправите подаването заедно със съобщението или може да\n"
1554
"зададете ползваното кодиране в настройката „i18n.commitencoding“.\n"
1555
1521
-#: commit-graph.c:108
1556
+#: commit-graph.c:101
1557
#, c-format
1558
msgid "graph file %s is too small"
1559
msgstr "файлът с гра̀фа на подаванията „%s“ е твърде малък"
1560
1526
-#: commit-graph.c:115
1561
+#: commit-graph.c:136
1562
#, c-format
1563
msgid "graph signature %X does not match signature %X"
1564
msgstr "отпечатъкът на гра̀фа с подаванията %X не съвпада с %X"
1565
1531
-#: commit-graph.c:122
1566
+#: commit-graph.c:143
1567
#, c-format
1568
msgid "graph version %X does not match version %X"
1569
msgstr "версията на гра̀фа с подаванията %X не съвпада с %X"
1570
1536
-#: commit-graph.c:129
1571
+#: commit-graph.c:150
1572
#, c-format
1573
msgid "hash version %X does not match version %X"
1574
msgstr "версията на отпечатъка на гра̀фа с подаванията %X не съвпада с %X"
1575
1541
-#: commit-graph.c:153
1576
+#: commit-graph.c:173
1577
+msgid "chunk lookup table entry missing; graph file may be incomplete"
1578
+msgstr ""
1579
+"записът в таблицата за откъси липсва, файлът за гра̀фа може да е непълен"
1580
+
1581
+#: commit-graph.c:184
1582
#, c-format
1583
msgid "improper chunk offset %08x%08x"
1584
msgstr "неправилно отместване на откъс: %08x%08x"
1585
1546
-#: commit-graph.c:189
1586
+#: commit-graph.c:221
1587
#, c-format
1588
msgid "chunk id %08x appears multiple times"
1589
msgstr "откъсът %08x се явява многократно"
1590
1551
-#: commit-graph.c:308
1591
+#: commit-graph.c:334
1592
#, c-format
1593
msgid "could not find commit %s"
1594
msgstr "подаването „%s“ не може да бъде открито"
1595
1556
-#: commit-graph.c:617 builtin/pack-objects.c:2652
1596
+#: commit-graph.c:671 builtin/pack-objects.c:2646
1597
#, c-format
1598
msgid "unable to get type of object %s"
1599
msgstr "видът на обекта „%s“ не може да бъде определен"
1600
1561
-#: commit-graph.c:651
1562
-msgid "Annotating commits in commit graph"
1563
-msgstr "Анотиране на подаванията в гра̀фа"
1601
+#: commit-graph.c:704
1602
+msgid "Loading known commits in commit graph"
1603
+msgstr "Зареждане на познатите подавания в гра̀фа с подаванията"
1604
1565
-#: commit-graph.c:691
1605
+#: commit-graph.c:720
1606
+msgid "Expanding reachable commits in commit graph"
1607
+msgstr "Разширяване на достижимите подавания в гра̀фа"
1608
+
1609
+#: commit-graph.c:732
1610
+msgid "Clearing commit marks in commit graph"
1611
+msgstr "Изчистване на отбелязванията на подаванията в гра̀фа с подаванията"
1612
+
1613
+#: commit-graph.c:752
1614
msgid "Computing commit graph generation numbers"
1615
msgstr "Изчисляване на номерата на поколенията в гра̀фа с подаванията"
1616
1569
-#: commit-graph.c:803 commit-graph.c:826 commit-graph.c:852
1570
-msgid "Finding commits for commit graph"
1571
-msgstr "Откриване на подаванията в гра̀фа"
1617
+#: commit-graph.c:869
1618
+#, c-format
1619
+msgid "Finding commits for commit graph in %d pack"
1620
+msgid_plural "Finding commits for commit graph in %d packs"
1621
+msgstr[0] "Откриване на подаванията в гра̀фа в %d пакетен файл"
1622
+msgstr[1] "Откриване на подаванията в гра̀фа в %d пакетни файла"
1623
1573
-#: commit-graph.c:812
1624
+#: commit-graph.c:882
1625
#, c-format
1626
msgid "error adding pack %s"
1627
msgstr "грешка при добавяне на пакетен файл „%s“"
1628
1578
-#: commit-graph.c:814
1629
+#: commit-graph.c:884
1630
#, c-format
1631
msgid "error opening index for %s"
1632
msgstr "грешка при отваряне на индекса на „%s“"
1633
1583
-#: commit-graph.c:868
1634
+#: commit-graph.c:898
1635
+#, c-format
1636
+msgid "Finding commits for commit graph from %d ref"
1637
+msgid_plural "Finding commits for commit graph from %d refs"
1638
+msgstr[0] "Откриване на подаванията в гра̀фа измежду %d указател"
1639
+msgstr[1] "Откриване на подаванията в гра̀фа измежду %d указатели"
1640
+
1641
+#: commit-graph.c:930
1642
+msgid "Finding commits for commit graph among packed objects"
1643
+msgstr "Откриване на подаванията в гра̀фа измежду пакетираните обекти"
1644
+
1645
+#: commit-graph.c:943
1646
+msgid "Counting distinct commits in commit graph"
1647
+msgstr "Преброяване на различните подавания в гра̀фа"
1648
+
1649
+#: commit-graph.c:956
1650
#, c-format
1651
msgid "the commit graph format cannot write %d commits"
1652
msgstr "форматът на гра̀фа с подаванията не може да запише %d подавания"
1653
1588
-#: commit-graph.c:895
1654
+#: commit-graph.c:965
1655
+msgid "Finding extra edges in commit graph"
1656
+msgstr "Откриване на още върхове в гра̀фа с подаванията"
1657
+
1658
+#: commit-graph.c:989
1659
msgid "too many commits to write graph"
1660
msgstr "прекалено много подавания за записване на гра̀фа"
1661
1592
-#: commit-graph.c:902 midx.c:769
1662
+#: commit-graph.c:996 midx.c:769
1663
#, c-format
1664
msgid "unable to create leading directories of %s"
1665
msgstr "родителските директории на „%s“ не могат да бъдат създадени"
1666
1597
-#: commit-graph.c:1002
1667
+#: commit-graph.c:1036
1668
+#, c-format
1669
+msgid "Writing out commit graph in %d pass"
1670
+msgid_plural "Writing out commit graph in %d passes"
1671
+msgstr[0] "Запазване на гра̀фа с подаванията в %d пас"
1672
+msgstr[1] "Запазване на гра̀фа с подаванията в %d паса"
1673
+
1674
+#: commit-graph.c:1109
1675
msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1676
msgstr "графът с подаванията е с грешна сума за проверка — вероятно е повреден"
1677
1601
-#: commit-graph.c:1046
1678
+#: commit-graph.c:1153
1679
msgid "Verifying commits in commit graph"
1680
msgstr "Проверка на подаванията в гра̀фа"
1681
1605
-#: compat/obstack.c:405 compat/obstack.c:407
1682
+#: compat/obstack.c:406 compat/obstack.c:408
1683
msgid "memory exhausted"
1684
msgstr "паметта свърши"
1685
@@ -1644,7 +1721,7 @@ msgstr "ключът не съдържа раздел: „%s“"
1721
msgid "key does not contain variable name: %s"
1722
msgstr "ключът не съдържа име на променлива: „%s“"
1723
1647
-#: config.c:378 sequencer.c:2296
1724
+#: config.c:378 sequencer.c:2330
1725
#, c-format
1726
msgid "invalid key: %s"
1727
msgstr "неправилен ключ: „%s“"
@@ -1784,7 +1861,7 @@ msgstr ""
1861
"„simple“ (клонът със същото име, от който се издърпва), „upstream“ (клонът, "
1862
"от който се издърпва) или „current“ (клонът със същото име)"
1863
1787
-#: config.c:1481 builtin/pack-objects.c:3391
1864
+#: config.c:1481 builtin/pack-objects.c:3394
1865
#, c-format
1866
msgid "bad pack compression level %d"
1867
msgstr "неправилно ниво на компресиране при пакетиране: %d"
@@ -1861,62 +1938,62 @@ msgstr "зададени са няколко стойности за „%s“"
1938
msgid "failed to write new configuration file %s"
1939
msgstr "новият конфигурационен файл „%s“ не може да бъде запазен"
1940
1864
-#: config.c:2717 config.c:3041
1941
+#: config.c:2716 config.c:3040
1942
#, c-format
1943
msgid "could not lock config file %s"
1944
msgstr "конфигурационният файл „%s“ не може да бъде заключен"
1945
1869
-#: config.c:2728
1946
+#: config.c:2727
1947
#, c-format
1948
msgid "opening %s"
1949
msgstr "отваряне на „%s“"
1950
1874
-#: config.c:2763 builtin/config.c:327
1951
+#: config.c:2762 builtin/config.c:328
1952
#, c-format
1953
msgid "invalid pattern: %s"
1954
msgstr "неправилен шаблон: %s"
1955
1879
-#: config.c:2788
1956
+#: config.c:2787
1957
#, c-format
1958
msgid "invalid config file %s"
1959
msgstr "неправилен конфигурационен файл: „%s“"
1960
1884
-#: config.c:2801 config.c:3054
1961
+#: config.c:2800 config.c:3053
1962
#, c-format
1963
msgid "fstat on %s failed"
1964
msgstr "неуспешно изпълнение на „fstat“ върху „%s“"
1965
1889
-#: config.c:2812
1966
+#: config.c:2811
1967
#, c-format
1968
msgid "unable to mmap '%s'"
1969
msgstr "неуспешно изпълнение на „mmap“ върху „%s“"
1970
1894
-#: config.c:2821 config.c:3059
1971
+#: config.c:2820 config.c:3058
1972
#, c-format
1973
msgid "chmod on %s failed"
1974
msgstr "неуспешна смяна на права с „chmod“ върху „%s“"
1975
1899
-#: config.c:2906 config.c:3156
1976
+#: config.c:2905 config.c:3155
1977
#, c-format
1978
msgid "could not write config file %s"
1979
msgstr "конфигурационният файл „%s“ не може да бъде записан"
1980
1904
-#: config.c:2940
1981
+#: config.c:2939
1982
#, c-format
1983
msgid "could not set '%s' to '%s'"
1984
msgstr "„%s“ не може да се зададе да е „%s“"
1985
1909
-#: config.c:2942 builtin/remote.c:782
1986
+#: config.c:2941 builtin/remote.c:782
1987
#, c-format
1988
msgid "could not unset '%s'"
1989
msgstr "„%s“ не може да се премахне"
1990
1914
-#: config.c:3032
1991
+#: config.c:3031
1992
#, c-format
1993
msgid "invalid section name: %s"
1994
msgstr "неправилно име на раздел: %s"
1995
1919
-#: config.c:3199
1996
+#: config.c:3198
1997
#, c-format
1998
msgid "missing value for '%s'"
1999
msgstr "липсва стойност за „%s“"
@@ -1970,50 +2047,45 @@ msgstr "протоколна грешка: очаква се SHA1 на плит
2047
msgid "repository on the other end cannot be shallow"
2048
msgstr "отсрещното хранилище не може да е плитко"
2049
1973
-#: connect.c:310 fetch-pack.c:182 builtin/archive.c:63
1974
-#, c-format
1975
-msgid "remote error: %s"
1976
-msgstr "отдалечена грешка: %s"
1977
-
1978
-#: connect.c:316
2050
+#: connect.c:313
2051
msgid "invalid packet"
2052
msgstr "неправилен пакет"
2053
1982
-#: connect.c:336
2054
+#: connect.c:333
2055
#, c-format
2056
msgid "protocol error: unexpected '%s'"
2057
msgstr "протоколна грешка: неочаквано „%s“"
2058
1987
-#: connect.c:444
2059
+#: connect.c:441
2060
#, c-format
2061
msgid "invalid ls-refs response: %s"
2062
msgstr "неправилен отговор на „ls-refs“: „%s“"
2063
1992
-#: connect.c:448
2064
+#: connect.c:445
2065
msgid "expected flush after ref listing"
2066
msgstr "очакваше се изчистване на буферите след изброяването на указателите"
2067
1996
-#: connect.c:547
2068
+#: connect.c:544
2069
#, c-format
2070
msgid "protocol '%s' is not supported"
2071
msgstr "протокол „%s“ не се поддържа"
2072
2001
-#: connect.c:598
2073
+#: connect.c:595
2074
msgid "unable to set SO_KEEPALIVE on socket"
2075
msgstr "неуспешно задаване на „SO_KEEPALIVE“ на гнездо"
2076
2005
-#: connect.c:638 connect.c:701
2077
+#: connect.c:635 connect.c:698
2078
#, c-format
2079
msgid "Looking up %s ... "
2080
msgstr "Търсене на „%s“… "
2081
2010
-#: connect.c:642
2082
+#: connect.c:639
2083
#, c-format
2084
msgid "unable to look up %s (port %s) (%s)"
2085
msgstr "„%s“ (порт %s) не може да се открие („%s“)"
2086
2087
#. TRANSLATORS: this is the end of "Looking up %s ... "
2016
-#: connect.c:646 connect.c:717
2088
+#: connect.c:643 connect.c:714
2089
#, c-format
2090
msgid ""
2091
"done.\n"
@@ -2022,7 +2094,7 @@ msgstr ""
2094
"готово.\n"
2095
"Свързване към „%s“ (порт %s)…"
2096
2025
-#: connect.c:668 connect.c:745
2097
+#: connect.c:665 connect.c:742
2098
#, c-format
2099
msgid ""
2100
"unable to connect to %s:\n"
@@ -2032,67 +2104,67 @@ msgstr ""
2104
"%s"
2105
2106
#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
2035
-#: connect.c:674 connect.c:751
2107
+#: connect.c:671 connect.c:748
2108
msgid "done."
2109
msgstr "действието завърши."
2110
2039
-#: connect.c:705
2111
+#: connect.c:702
2112
#, c-format
2113
msgid "unable to look up %s (%s)"
2114
msgstr "„%s“ не може да се открие (%s)"
2115
2044
-#: connect.c:711
2116
+#: connect.c:708
2117
#, c-format
2118
msgid "unknown port %s"
2119
msgstr "непознат порт „%s“"
2120
2049
-#: connect.c:848 connect.c:1174
2121
+#: connect.c:845 connect.c:1171
2122
#, c-format
2123
msgid "strange hostname '%s' blocked"
2124
msgstr "необичайното име на хост „%s“ е блокирано"
2125
2054
-#: connect.c:850
2126
+#: connect.c:847
2127
#, c-format
2128
msgid "strange port '%s' blocked"
2129
msgstr "необичайният порт „%s“ е блокиран"
2130
2059
-#: connect.c:860
2131
+#: connect.c:857
2132
#, c-format
2133
msgid "cannot start proxy %s"
2134
msgstr "посредникът „%s“ не може да се стартира"
2135
2064
-#: connect.c:927
2136
+#: connect.c:924
2137
msgid "no path specified; see 'git help pull' for valid url syntax"
2138
msgstr ""
2139
"не е указан път. Проверете синтаксиса с командата:\n"
2140
"\n"
2141
" git help pull"
2142
2071
-#: connect.c:1122
2143
+#: connect.c:1119
2144
msgid "ssh variant 'simple' does not support -4"
2145
msgstr "вариантът за „ssh“ — „simple“ (опростен), не поддържа опцията „-4“"
2146
2075
-#: connect.c:1134
2147
+#: connect.c:1131
2148
msgid "ssh variant 'simple' does not support -6"
2149
msgstr "вариантът за „ssh“ — „simple“ (опростен), не поддържа опцията „-6“"
2150
2079
-#: connect.c:1151
2151
+#: connect.c:1148
2152
msgid "ssh variant 'simple' does not support setting port"
2153
msgstr ""
2154
"вариантът за „ssh“ — „simple“ (опростен), не поддържа задаването на порт"
2155
2084
-#: connect.c:1262
2156
+#: connect.c:1259
2157
#, c-format
2158
msgid "strange pathname '%s' blocked"
2159
msgstr "необичайният път „%s“ е блокиран"
2160
2089
-#: connect.c:1307
2161
+#: connect.c:1304
2162
msgid "unable to fork"
2163
msgstr "неуспешно създаване на процес"
2164
2093
-#: connected.c:68 builtin/fsck.c:202 builtin/prune.c:147
2165
+#: connected.c:68 builtin/fsck.c:221 builtin/prune.c:146
2166
msgid "Checking connectivity"
2095
-msgstr "Проверка на връзката"
2167
+msgstr "Проверка на свързаността"
2168
2169
#: connected.c:80
2170
msgid "Could not run 'git rev-list'"
@@ -2106,17 +2178,17 @@ msgstr "неуспешен запис на списъка с версиите"
2178
msgid "failed to close rev-list's stdin"
2179
msgstr "стандартният вход на списъка с версиите не може да бъде затворен"
2180
2109
-#: convert.c:194
2181
+#: convert.c:193
2182
#, c-format
2183
msgid "illegal crlf_action %d"
2184
msgstr "неправилно действие за край на ред: %d"
2185
2114
-#: convert.c:207
2186
+#: convert.c:206
2187
#, c-format
2188
msgid "CRLF would be replaced by LF in %s"
2189
msgstr "Всяка последователност от знаци „CRLF“ ще бъдe заменена с „LF“ в „%s“."
2190
2119
-#: convert.c:209
2191
+#: convert.c:208
2192
#, c-format
2193
msgid ""
2194
"CRLF will be replaced by LF in %s.\n"
@@ -2126,13 +2198,13 @@ msgstr ""
2198
"Файлът ще остане с първоначалните знаци за край на ред в работната ви "
2199
"директория."
2200
2129
-#: convert.c:217
2201
+#: convert.c:216
2202
#, c-format
2203
msgid "LF would be replaced by CRLF in %s"
2204
msgstr ""
2205
"Всеки знак „LF“ ще бъдe заменен с последователността от знаци „CRLF“ в „%s“."
2206
2135
-#: convert.c:219
2207
+#: convert.c:218
2208
#, c-format
2209
msgid ""
2210
"LF will be replaced by CRLF in %s.\n"
@@ -2143,14 +2215,14 @@ msgstr ""
2215
"Файлът ще остане с първоначалните знаци за край на ред в работната ви "
2216
"директория."
2217
2146
-#: convert.c:280
2218
+#: convert.c:279
2219
#, c-format
2220
msgid "BOM is prohibited in '%s' if encoded as %s"
2221
msgstr ""
2222
"„%s“ не трябва да съдържа маркер за поредността на байтовете (BOM) при "
2223
"кодиране „%s“"
2224
2153
-#: convert.c:287
2225
+#: convert.c:286
2226
#, c-format
2227
msgid ""
2228
"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
@@ -2159,14 +2231,14 @@ msgstr ""
2231
"Файлът „%s“ съдържа маркер за поредността на байтовете (BOM). Използвайте "
2232
"„UTF-%s“ като кодиране за работното дърво."
2233
2162
-#: convert.c:305
2234
+#: convert.c:304
2235
#, c-format
2236
msgid "BOM is required in '%s' if encoded as %s"
2237
msgstr ""
2238
"„%s“ трябва да съдържа маркер за поредността на байтовете (BOM) при кодиране "
2239
"„%s“"
2240
2169
-#: convert.c:307
2241
+#: convert.c:306
2242
#, c-format
2243
msgid ""
2244
"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
@@ -2176,37 +2248,37 @@ msgstr ""
2248
"на работното дърво използвайте UTF-%sBE или UTF-%sLE (в зависимост от "
2249
"поредността на байтовете)."
2250
2179
-#: convert.c:425 convert.c:496
2251
+#: convert.c:424 convert.c:495
2252
#, c-format
2253
msgid "failed to encode '%s' from %s to %s"
2254
msgstr "неуспешно прекодиране на „%s“ от „%s“ към „%s“"
2255
2184
-#: convert.c:468
2256
+#: convert.c:467
2257
#, c-format
2258
msgid "encoding '%s' from %s to %s and back is not the same"
2259
msgstr "Прекодирането на „%s“ от „%s“ към „%s“ и обратно променя файла"
2260
2189
-#: convert.c:674
2261
+#: convert.c:673
2262
#, c-format
2263
msgid "cannot fork to run external filter '%s'"
2264
msgstr "неуспешно създаване на процес за външен филтър „%s“"
2265
2194
-#: convert.c:694
2266
+#: convert.c:693
2267
#, c-format
2268
msgid "cannot feed the input to external filter '%s'"
2269
msgstr "входът не може да бъде подаден на външния филтър „%s“"
2270
2199
-#: convert.c:701
2271
+#: convert.c:700
2272
#, c-format
2273
msgid "external filter '%s' failed %d"
2274
msgstr "неуспешно изпълнение на външния филтър „%s“: %d"
2275
2204
-#: convert.c:736 convert.c:739
2276
+#: convert.c:735 convert.c:738
2277
#, c-format
2278
msgid "read from external filter '%s' failed"
2279
msgstr "неуспешно четене от външния филтър „%s“"
2280
2209
-#: convert.c:742 convert.c:796
2281
+#: convert.c:741 convert.c:796
2282
#, c-format
2283
msgid "external filter '%s' failed"
2284
msgstr "неуспешно изпълнение на външния филтър „%s“"
@@ -2242,53 +2314,53 @@ msgstr "%s: неуспешно изпълнение на декодиращ фи
2314
msgid "%s: smudge filter %s failed"
2315
msgstr "%s: неуспешно изпълнение на кодиращ филтър „%s“"
2316
2245
-#: date.c:116
2317
+#: date.c:137
2318
msgid "in the future"
2319
msgstr "в бъдещето"
2320
2249
-#: date.c:122
2321
+#: date.c:143
2322
#, c-format
2323
msgid "%<PRIuMAX> second ago"
2324
msgid_plural "%<PRIuMAX> seconds ago"
2325
msgstr[0] "преди %<PRIuMAX> секунда"
2326
msgstr[1] "преди %<PRIuMAX> секунди"
2327
2256
-#: date.c:129
2328
+#: date.c:150
2329
#, c-format
2330
msgid "%<PRIuMAX> minute ago"
2331
msgid_plural "%<PRIuMAX> minutes ago"
2332
msgstr[0] "преди %<PRIuMAX> минута"
2333
msgstr[1] "преди %<PRIuMAX> минути"
2334
2263
-#: date.c:136
2335
+#: date.c:157
2336
#, c-format
2337
msgid "%<PRIuMAX> hour ago"
2338
msgid_plural "%<PRIuMAX> hours ago"
2339
msgstr[0] "преди %<PRIuMAX> час"
2340
msgstr[1] "преди %<PRIuMAX> часа"
2341
2270
-#: date.c:143
2342
+#: date.c:164
2343
#, c-format
2344
msgid "%<PRIuMAX> day ago"
2345
msgid_plural "%<PRIuMAX> days ago"
2346
msgstr[0] "преди %<PRIuMAX> ден"
2347
msgstr[1] "преди %<PRIuMAX> дена"
2348
2277
-#: date.c:149
2349
+#: date.c:170
2350
#, c-format
2351
msgid "%<PRIuMAX> week ago"
2352
msgid_plural "%<PRIuMAX> weeks ago"
2353
msgstr[0] "преди %<PRIuMAX> седмица"
2354
msgstr[1] "преди %<PRIuMAX> седмици"
2355
2284
-#: date.c:156
2356
+#: date.c:177
2357
#, c-format
2358
msgid "%<PRIuMAX> month ago"
2359
msgid_plural "%<PRIuMAX> months ago"
2360
msgstr[0] "преди %<PRIuMAX> месец"
2361
msgstr[1] "преди %<PRIuMAX> месеца"
2362
2291
-#: date.c:167
2363
+#: date.c:188
2364
#, c-format
2365
msgid "%<PRIuMAX> year"
2366
msgid_plural "%<PRIuMAX> years"
@@ -2296,42 +2368,42 @@ msgstr[0] "%<PRIuMAX> година"
2368
msgstr[1] "%<PRIuMAX> години"
2369
2370
#. TRANSLATORS: "%s" is "<n> years"
2299
-#: date.c:170
2371
+#: date.c:191
2372
#, c-format
2373
msgid "%s, %<PRIuMAX> month ago"
2374
msgid_plural "%s, %<PRIuMAX> months ago"
2375
msgstr[0] "преди %s и %<PRIuMAX> месец"
2376
msgstr[1] "преди %s и %<PRIuMAX> месеца"
2377
2306
-#: date.c:175 date.c:180
2378
+#: date.c:196 date.c:201
2379
#, c-format
2380
msgid "%<PRIuMAX> year ago"
2381
msgid_plural "%<PRIuMAX> years ago"
2382
msgstr[0] "преди %<PRIuMAX> година"
2383
msgstr[1] "преди %<PRIuMAX> години"
2384
2313
-#: delta-islands.c:268
2385
+#: delta-islands.c:272
2386
msgid "Propagating island marks"
2387
msgstr "Разпространяване на границите на групите"
2388
2317
-#: delta-islands.c:286
2389
+#: delta-islands.c:290
2390
#, c-format
2391
msgid "bad tree object %s"
2392
msgstr "неправилен обект-дърво: %s"
2393
2322
-#: delta-islands.c:330
2394
+#: delta-islands.c:334
2395
#, c-format
2396
msgid "failed to load island regex for '%s': %s"
2397
msgstr "регулярният израз на групата за „%s“, не може да бъде зареден: „%s“"
2398
2327
-#: delta-islands.c:386
2399
+#: delta-islands.c:390
2400
#, c-format
2401
msgid "island regex from config has too many capture groups (max=%d)"
2402
msgstr ""
2403
"регулярният израз на групата в конфигурационния файл съдържа повече от "
2404
"максимално поддържаните (%d) прихващащи групи"
2405
2334
-#: delta-islands.c:462
2406
+#: delta-islands.c:466
2407
#, c-format
2408
msgid "Marked %d islands, done.\n"
2409
msgstr "Отбелязани са %d групи, работата приключи.\n"
@@ -2371,25 +2443,33 @@ msgstr ""
2443
"„default“ (стандартно), „blocks“ (парчета), „zebra“ (райе), "
2444
"„dimmed_zebra“ (тъмно райе), „plain“ (обикновено)"
2445
2374
-#: diff.c:316
2446
+#: diff.c:319
2447
#, c-format
2376
-msgid "ignoring unknown color-moved-ws mode '%s'"
2377
-msgstr "непознатата стойност „%s“ на настройката „color-moved-ws“ се прескача"
2448
+msgid ""
2449
+"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2450
+"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2451
+msgstr ""
2452
+"неподдържан режим за настройката „color-moved-ws mode“ — „%s“, possible "
2453
+"values are „ignore-space-change“ (пренебрегване на промените на празните "
2454
+"знаци), „ignore-space-at-eol“ (пренебрегване на промените на празните знаци "
2455
+"в края на реда), „ignore-all-space“ (пренебрегване на всички празни знаци), "
2456
+"„allow-indentation-change“ (позволяване на промените в празните знаци за "
2457
+"форматиране)"
2458
2379
-#: diff.c:323
2459
+#: diff.c:327
2460
msgid ""
2381
-"color-moved-ws: allow-indentation-change cannot be combined with other white "
2382
-"space modes"
2461
+"color-moved-ws: allow-indentation-change cannot be combined with other "
2462
+"whitespace modes"
2463
msgstr ""
2464
"color-moved-ws: „allow-indentation-change“ е несъвместима с другите режими "
2385
-"за знаците за интервали"
2465
+"за празни знаци"
2466
2387
-#: diff.c:394
2467
+#: diff.c:400
2468
#, c-format
2469
msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2470
msgstr "Непозната стойност „%s“ за настройката „diff.submodule“"
2471
2392
-#: diff.c:454
2472
+#: diff.c:460
2473
#, c-format
2474
msgid ""
2475
"Found errors in 'diff.dirstat' config variable:\n"
@@ -2398,27 +2478,27 @@ msgstr ""
2478
"Грешки в настройката „diff.dirstat“:\n"
2479
"%s"
2480
2401
-#: diff.c:4140
2481
+#: diff.c:4211
2482
#, c-format
2483
msgid "external diff died, stopping at %s"
2484
msgstr ""
2485
"външната програма за разлики завърши неуспешно. Спиране на работата при „%s“"
2486
2407
-#: diff.c:4482
2487
+#: diff.c:4553
2488
msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2489
msgstr ""
2490
"Опциите „--name-only“, „--name-status“, „--check“ и „-s“ са несъвместими "
2491
"една с друга"
2492
2413
-#: diff.c:4485
2493
+#: diff.c:4556
2494
msgid "-G, -S and --find-object are mutually exclusive"
2495
msgstr "Опциите „-G“, „-S“ и „--find-object“ са несъвместими една с друга"
2496
2417
-#: diff.c:4563
2497
+#: diff.c:4634
2498
msgid "--follow requires exactly one pathspec"
2499
msgstr "Опцията „--follow“ изисква точно един път"
2500
2421
-#: diff.c:4729
2501
+#: diff.c:4800
2502
#, c-format
2503
msgid ""
2504
"Failed to parse --dirstat/-X option parameter:\n"
@@ -2427,63 +2507,63 @@ msgstr ""
2507
"Неразпознат параметър към опцията „--dirstat/-X“:\n"
2508
"%s"
2509
2430
-#: diff.c:4743
2510
+#: diff.c:4814
2511
#, c-format
2512
msgid "Failed to parse --submodule option parameter: '%s'"
2513
msgstr "Неразпознат параметър към опцията „--submodule“: „%s“"
2514
2435
-#: diff.c:5823
2515
+#: diff.c:5900
2516
msgid "inexact rename detection was skipped due to too many files."
2517
msgstr ""
2518
"търсенето на преименувания на обекти съчетани с промени се прескача поради "
2519
"многото файлове."
2520
2441
-#: diff.c:5826
2521
+#: diff.c:5903
2522
msgid "only found copies from modified paths due to too many files."
2523
msgstr ""
2524
"установени са точните копия на променените пътища поради многото файлове."
2525
2446
-#: diff.c:5829
2526
+#: diff.c:5906
2527
#, c-format
2528
msgid ""
2529
"you may want to set your %s variable to at least %d and retry the command."
2530
msgstr "задайте променливата „%s“ да е поне %d и отново изпълнете командата."
2531
2452
-#: dir.c:576
2532
+#: dir.c:538
2533
#, c-format
2534
msgid "pathspec '%s' did not match any file(s) known to git"
2535
msgstr "пътят „%s“ не съвпада с никой файл в git"
2536
2457
-#: dir.c:965
2537
+#: dir.c:927
2538
#, c-format
2539
msgid "cannot use %s as an exclude file"
2540
msgstr "„%s“ не може да се ползва за игнорираните файлове (като gitignore)"
2541
2462
-#: dir.c:1880
2542
+#: dir.c:1842
2543
#, c-format
2544
msgid "could not open directory '%s'"
2545
msgstr "директорията „%s“ не може да бъде отворена"
2546
2467
-#: dir.c:2122
2547
+#: dir.c:2084
2548
msgid "failed to get kernel name and information"
2549
msgstr "името и версията на ядрото не бяха получени"
2550
2471
-#: dir.c:2246
2551
+#: dir.c:2208
2552
msgid "untracked cache is disabled on this system or location"
2553
msgstr ""
2554
"кешът за неследените файлове е изключен на тази система или местоположение"
2555
2476
-#: dir.c:3047
2556
+#: dir.c:3009
2557
#, c-format
2558
msgid "index file corrupt in repo %s"
2559
msgstr "файлът с индекса е повреден в хранилището „%s“"
2560
2481
-#: dir.c:3092 dir.c:3097
2561
+#: dir.c:3054 dir.c:3059
2562
#, c-format
2563
msgid "could not create directories for %s"
2564
msgstr "директориите за „%s“ не може да бъдат създадени"
2565
2486
-#: dir.c:3126
2566
+#: dir.c:3088
2567
#, c-format
2568
msgid "could not migrate git directory from '%s' to '%s'"
2569
msgstr "директорията на git не може да се мигрира от „%s“ до „%s“"
@@ -2525,239 +2605,243 @@ msgstr "Липсва адрес за отдалеченото хранилище
2605
msgid "git fetch-pack: expected shallow list"
2606
msgstr "git fetch-pack: очаква се плитък списък"
2607
2528
-#: fetch-pack.c:163
2608
+#: fetch-pack.c:154
2609
+msgid "git fetch-pack: expected a flush packet after shallow list"
2610
+msgstr "git fetch-pack: след плитък списък се очаква изчистващ пакет „flush“"
2611
+
2612
+#: fetch-pack.c:165
2613
msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2614
msgstr ""
2615
"git fetch-pack: очаква се „ACK“/„NAK“, а бе получен изчистващ пакет „flush“"
2616
2533
-#: fetch-pack.c:183
2617
+#: fetch-pack.c:185
2618
#, c-format
2619
msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2620
msgstr "git fetch-pack: очаква се „ACK“/„NAK“, а бе получено „%s“"
2621
2538
-#: fetch-pack.c:253
2622
+#: fetch-pack.c:256
2623
msgid "--stateless-rpc requires multi_ack_detailed"
2624
msgstr "опцията „--stateless-rpc“ изисква „multi_ack_detailed“"
2625
2542
-#: fetch-pack.c:347 fetch-pack.c:1277
2626
+#: fetch-pack.c:358 fetch-pack.c:1264
2627
#, c-format
2628
msgid "invalid shallow line: %s"
2629
msgstr "неправилен плитък ред: „%s“"
2630
2547
-#: fetch-pack.c:353 fetch-pack.c:1283
2631
+#: fetch-pack.c:364 fetch-pack.c:1271
2632
#, c-format
2633
msgid "invalid unshallow line: %s"
2634
msgstr "неправилен неплитък ред: „%s“"
2635
2552
-#: fetch-pack.c:355 fetch-pack.c:1285
2636
+#: fetch-pack.c:366 fetch-pack.c:1273
2637
#, c-format
2638
msgid "object not found: %s"
2639
msgstr "обектът „%s“ липсва"
2640
2557
-#: fetch-pack.c:358 fetch-pack.c:1288
2641
+#: fetch-pack.c:369 fetch-pack.c:1276
2642
#, c-format
2643
msgid "error in object: %s"
2644
msgstr "грешка в обекта: „%s“"
2645
2562
-#: fetch-pack.c:360 fetch-pack.c:1290
2646
+#: fetch-pack.c:371 fetch-pack.c:1278
2647
#, c-format
2648
msgid "no shallow found: %s"
2649
msgstr "не е открит плитък обект: %s"
2650
2567
-#: fetch-pack.c:363 fetch-pack.c:1293
2651
+#: fetch-pack.c:374 fetch-pack.c:1282
2652
#, c-format
2653
msgid "expected shallow/unshallow, got %s"
2654
msgstr "очаква се плитък или не обект, а бе получено: „%s“"
2655
2572
-#: fetch-pack.c:404
2656
+#: fetch-pack.c:415
2657
#, c-format
2658
msgid "got %s %d %s"
2659
msgstr "получено бе %s %d %s"
2660
2577
-#: fetch-pack.c:421
2661
+#: fetch-pack.c:432
2662
#, c-format
2663
msgid "invalid commit %s"
2664
msgstr "неправилно подаване: „%s“"
2665
2582
-#: fetch-pack.c:452
2666
+#: fetch-pack.c:463
2667
msgid "giving up"
2668
msgstr "преустановяване"
2669
2586
-#: fetch-pack.c:464 progress.c:229
2670
+#: fetch-pack.c:475 progress.c:229
2671
msgid "done"
2672
msgstr "действието завърши"
2673
2590
-#: fetch-pack.c:476
2674
+#: fetch-pack.c:487
2675
#, c-format
2676
msgid "got %s (%d) %s"
2677
msgstr "получено бе %s (%d) %s"
2678
2595
-#: fetch-pack.c:522
2679
+#: fetch-pack.c:533
2680
#, c-format
2681
msgid "Marking %s as complete"
2682
msgstr "Отбелязване на „%s“ като пълно"
2683
2600
-#: fetch-pack.c:764
2684
+#: fetch-pack.c:740
2685
#, c-format
2686
msgid "already have %s (%s)"
2687
msgstr "вече има „%s“ (%s)"
2688
2605
-#: fetch-pack.c:803
2689
+#: fetch-pack.c:779
2690
msgid "fetch-pack: unable to fork off sideband demultiplexer"
2691
msgstr "fetch-pack: не може да се създаде процес за демултиплексора"
2692
2609
-#: fetch-pack.c:811
2693
+#: fetch-pack.c:787
2694
msgid "protocol error: bad pack header"
2695
msgstr "протоколна грешка: неправилна заглавна част на пакет"
2696
2613
-#: fetch-pack.c:879
2697
+#: fetch-pack.c:855
2698
#, c-format
2699
msgid "fetch-pack: unable to fork off %s"
2700
msgstr "fetch-pack: не може да се създаде процес за „%s“"
2701
2618
-#: fetch-pack.c:895
2702
+#: fetch-pack.c:871
2703
#, c-format
2704
msgid "%s failed"
2705
msgstr "неуспешно изпълнение на „%s“"
2706
2623
-#: fetch-pack.c:897
2707
+#: fetch-pack.c:873
2708
msgid "error in sideband demultiplexer"
2709
msgstr "грешка в демултиплексора"
2710
2627
-#: fetch-pack.c:926
2711
+#: fetch-pack.c:902
2712
msgid "Server does not support shallow clients"
2713
msgstr "Сървърът не поддържа плитки клиенти"
2714
2631
-#: fetch-pack.c:930
2715
+#: fetch-pack.c:906
2716
msgid "Server supports multi_ack_detailed"
2717
msgstr "Сървърът поддържа „multi_ack_detailed“"
2718
2635
-#: fetch-pack.c:933
2719
+#: fetch-pack.c:909
2720
msgid "Server supports no-done"
2721
msgstr "Сървърът поддържа „no-done“"
2722
2639
-#: fetch-pack.c:939
2723
+#: fetch-pack.c:915
2724
msgid "Server supports multi_ack"
2725
msgstr "Сървърът поддържа „multi_ack“"
2726
2643
-#: fetch-pack.c:943
2727
+#: fetch-pack.c:919
2728
msgid "Server supports side-band-64k"
2729
msgstr "Сървърът поддържа „side-band-64k“"
2730
2647
-#: fetch-pack.c:947
2731
+#: fetch-pack.c:923
2732
msgid "Server supports side-band"
2733
msgstr "Сървърът поддържа „side-band“"
2734
2651
-#: fetch-pack.c:951
2735
+#: fetch-pack.c:927
2736
msgid "Server supports allow-tip-sha1-in-want"
2737
msgstr "Сървърът поддържа „allow-tip-sha1-in-want“"
2738
2655
-#: fetch-pack.c:955
2739
+#: fetch-pack.c:931
2740
msgid "Server supports allow-reachable-sha1-in-want"
2741
msgstr "Сървърът поддържа „allow-reachable-sha1-in-want“"
2742
2659
-#: fetch-pack.c:965
2743
+#: fetch-pack.c:941
2744
msgid "Server supports ofs-delta"
2745
msgstr "Сървърът поддържа „ofs-delta“"
2746
2663
-#: fetch-pack.c:971 fetch-pack.c:1158
2747
+#: fetch-pack.c:947 fetch-pack.c:1140
2748
msgid "Server supports filter"
2749
msgstr "Сървърът поддържа филтри"
2750
2667
-#: fetch-pack.c:979
2751
+#: fetch-pack.c:955
2752
#, c-format
2753
msgid "Server version is %.*s"
2754
msgstr "Версията на сървъра е: %.*s"
2755
2672
-#: fetch-pack.c:985
2756
+#: fetch-pack.c:961
2757
msgid "Server does not support --shallow-since"
2758
msgstr "Сървърът не поддържа опцията „--shallow-since“"
2759
2676
-#: fetch-pack.c:989
2760
+#: fetch-pack.c:965
2761
msgid "Server does not support --shallow-exclude"
2762
msgstr "Сървърът не поддържа опцията „--shallow-exclude“"
2763
2680
-#: fetch-pack.c:991
2764
+#: fetch-pack.c:967
2765
msgid "Server does not support --deepen"
2766
msgstr "Сървърът не поддържа опцията „--deepen“"
2767
2684
-#: fetch-pack.c:1008
2768
+#: fetch-pack.c:984
2769
msgid "no common commits"
2770
msgstr "няма общи подавания"
2771
2688
-#: fetch-pack.c:1020 fetch-pack.c:1418
2772
+#: fetch-pack.c:996 fetch-pack.c:1419
2773
msgid "git fetch-pack: fetch failed."
2774
msgstr "git fetch-pack: неуспешно доставяне."
2775
2692
-#: fetch-pack.c:1153
2776
+#: fetch-pack.c:1134
2777
msgid "Server does not support shallow requests"
2778
msgstr "Сървърът не поддържа плитки заявки"
2779
2696
-#: fetch-pack.c:1199
2780
+#: fetch-pack.c:1184
2781
#, c-format
2782
msgid "error reading section header '%s'"
2783
msgstr "грешка при прочитане на заглавната част на раздел „%s“"
2784
2701
-#: fetch-pack.c:1205
2785
+#: fetch-pack.c:1190
2786
#, c-format
2787
msgid "expected '%s', received '%s'"
2788
msgstr "очаква се „%s“, а бе получено „%s“"
2789
2706
-#: fetch-pack.c:1244
2790
+#: fetch-pack.c:1229
2791
#, c-format
2792
msgid "unexpected acknowledgment line: '%s'"
2793
msgstr "неочакван ред за потвърждение: „%s“"
2794
2711
-#: fetch-pack.c:1249
2795
+#: fetch-pack.c:1234
2796
#, c-format
2797
msgid "error processing acks: %d"
2798
msgstr "грешка при обработка на потвържденията: %d"
2799
2716
-#: fetch-pack.c:1259
2800
+#: fetch-pack.c:1244
2801
msgid "expected packfile to be sent after 'ready'"
2802
msgstr ""
2803
"очакваше се пакетният файл да бъде изпратен след отговор за готовност (ready)"
2804
2721
-#: fetch-pack.c:1261
2805
+#: fetch-pack.c:1246
2806
msgid "expected no other sections to be sent after no 'ready'"
2807
msgstr ""
2808
"очакваше се след липса на отговор за готовност (ready) да не се се пращат "
2809
"други раздели"
2810
2727
-#: fetch-pack.c:1298
2811
+#: fetch-pack.c:1287
2812
#, c-format
2813
msgid "error processing shallow info: %d"
2814
msgstr "грешка при обработка на информация за дълбочината/плиткостта: %d"
2815
2732
-#: fetch-pack.c:1314
2816
+#: fetch-pack.c:1308
2817
#, c-format
2818
msgid "expected wanted-ref, got '%s'"
2819
msgstr "очаква се искан указател, а бе получено: „%s“"
2820
2737
-#: fetch-pack.c:1324
2821
+#: fetch-pack.c:1318
2822
#, c-format
2823
msgid "unexpected wanted-ref: '%s'"
2824
msgstr "неочакван искан указател: „%s“"
2825
2742
-#: fetch-pack.c:1328
2826
+#: fetch-pack.c:1322
2827
#, c-format
2828
msgid "error processing wanted refs: %d"
2829
msgstr "грешка при обработката на исканите указатели: %d"
2830
2747
-#: fetch-pack.c:1642
2831
+#: fetch-pack.c:1646
2832
msgid "no matching remote head"
2833
msgstr "не може да бъде открит подходящ връх от отдалеченото хранилище"
2834
2751
-#: fetch-pack.c:1660 builtin/clone.c:664
2835
+#: fetch-pack.c:1664 builtin/clone.c:671
2836
msgid "remote did not send all necessary objects"
2837
msgstr "отдалеченото хранилище не изпрати всички необходими обекти."
2838
2755
-#: fetch-pack.c:1686
2839
+#: fetch-pack.c:1690
2840
#, c-format
2841
msgid "no such remote ref %s"
2842
msgstr "такъв отдалечен указател няма: %s"
2843
2760
-#: fetch-pack.c:1689
2844
+#: fetch-pack.c:1693
2845
#, c-format
2846
msgid "Server does not allow request for unadvertised object %s"
2847
msgstr "Сървърът не позволява заявка за необявен „%s“"
@@ -2785,8 +2869,8 @@ msgstr "прескачане на неправилния цвят „%.*s“ в
2869
msgid "'%s': unable to read %s"
2870
msgstr "„%s“: файлът сочен от „%s“ не може да бъде прочетен"
2871
2788
-#: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2789
-#: builtin/rm.c:134
2872
+#: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
2873
+#: builtin/rm.c:135
2874
#, c-format
2875
msgid "failed to stat '%s'"
2876
msgstr "не може да бъде получена информация чрез „stat“ за „%s“"
@@ -2848,41 +2932,41 @@ msgstr "Команди от ниско ниво/Синхронизация на
2932
msgid "Low-level Commands / Internal Helpers"
2933
msgstr "Команди от ниско ниво/Допълнителни инструменти"
2934
2851
-#: help.c:296
2935
+#: help.c:298
2936
#, c-format
2937
msgid "available git commands in '%s'"
2938
msgstr "налични команди на git от „%s“"
2939
2856
-#: help.c:303
2940
+#: help.c:305
2941
msgid "git commands available from elsewhere on your $PATH"
2942
msgstr "команди на git от други директории от „$PATH“"
2943
2860
-#: help.c:312
2944
+#: help.c:314
2945
msgid "These are common Git commands used in various situations:"
2946
msgstr "Това са най-често използваните команди на Git:"
2947
2864
-#: help.c:361 git.c:90
2948
+#: help.c:363 git.c:90
2949
#, c-format
2950
msgid "unsupported command listing type '%s'"
2951
msgstr "неподдържан списък от команди „%s“"
2952
2869
-#: help.c:408
2953
+#: help.c:410
2954
msgid "The common Git guides are:"
2955
msgstr "Популярните въведения в Git са:"
2956
2873
-#: help.c:517
2957
+#: help.c:519
2958
msgid "See 'git help <command>' to read about a specific subcommand"
2959
msgstr "За повече информация за КОМАНДА изпълнете „git help КОМАНДА“"
2960
2877
-#: help.c:522
2961
+#: help.c:524
2962
msgid "External commands"
2963
msgstr "Външни команди"
2964
2881
-#: help.c:530
2965
+#: help.c:539
2966
msgid "Command aliases"
2967
msgstr "Псевдоними на командите"
2968
2885
-#: help.c:594
2969
+#: help.c:603
2970
#, c-format
2971
msgid ""
2972
"'%s' appears to be a git command, but we were not\n"
@@ -2891,36 +2975,36 @@ msgstr ""
2975
"Изглежда, че „%s“ е команда на git, но тя не може да\n"
2976
"бъде изпълнена. Вероятно пакетът „git-%s“ е повреден."
2977
2894
-#: help.c:653
2978
+#: help.c:662
2979
msgid "Uh oh. Your system reports no Git commands at all."
2980
msgstr "Странно, изглежда, че на системата ви няма нито една команда на git."
2981
2898
-#: help.c:675
2982
+#: help.c:684
2983
#, c-format
2984
msgid "WARNING: You called a Git command named '%s', which does not exist."
2985
msgstr ""
2986
"ПРЕДУПРЕЖДЕНИЕ: Пробвахте да изпълните команда на Git на име „%s“, а такава "
2987
"не съществува."
2988
2905
-#: help.c:680
2989
+#: help.c:689
2990
#, c-format
2991
msgid "Continuing under the assumption that you meant '%s'."
2992
msgstr ""
2993
"Изпълнението автоматично продължава, като се счита, че имате предвид „%s“."
2994
2911
-#: help.c:685
2995
+#: help.c:694
2996
#, c-format
2997
msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2998
msgstr ""
2999
"Изпълнението автоматично ще продължи след %0.1f сек., като се счита, че "
3000
"имате предвид „%s“."
3001
2918
-#: help.c:693
3002
+#: help.c:702
3003
#, c-format
3004
msgid "git: '%s' is not a git command. See 'git --help'."
3005
msgstr "git: „%s“ не е команда на git. Погледнете изхода от „git --help“."
3006
2923
-#: help.c:697
3007
+#: help.c:706
3008
msgid ""
3009
"\n"
3010
"The most similar command is"
@@ -2934,16 +3018,16 @@ msgstr[1] ""
3018
"\n"
3019
"Най-близките команди са"
3020
2937
-#: help.c:712
3021
+#: help.c:721
3022
msgid "git version [<options>]"
3023
msgstr "git version [ОПЦИЯ…]"
3024
2941
-#: help.c:780
3025
+#: help.c:789
3026
#, c-format
3027
msgid "%s: %s - %s"
3028
msgstr "%s: %s — %s"
3029
2946
-#: help.c:784
3030
+#: help.c:793
3031
msgid ""
3032
"\n"
3033
"Did you mean this?"
@@ -3014,20 +3098,20 @@ msgstr "не може да се ползва празно име като иде
3098
msgid "name consists only of disallowed characters: %s"
3099
msgstr "името съдържа само непозволени знаци: „%s“"
3100
3017
-#: ident.c:419 builtin/commit.c:606
3101
+#: ident.c:419 builtin/commit.c:608
3102
#, c-format
3103
msgid "invalid date format: %s"
3104
msgstr "неправилен формат на дата: %s"
3105
3022
-#: list-objects-filter-options.c:35
3106
+#: list-objects-filter-options.c:36
3107
msgid "multiple filter-specs cannot be combined"
3108
msgstr "не може да комбинирате множество филтри"
3109
3110
#: list-objects-filter-options.c:58
3027
-msgid "only 'tree:0' is supported"
3028
-msgstr "поддържа се единствено „tree:0“"
3111
+msgid "expected 'tree:<depth>'"
3112
+msgstr "очаква се „tree:ДЪЛБОЧИНА“"
3113
3030
-#: list-objects-filter-options.c:137
3114
+#: list-objects-filter-options.c:152
3115
msgid "cannot change partial clone promisor remote"
3116
msgstr "не може да промените хранилището-гарант на непълно хранилище"
3117
@@ -3059,102 +3143,102 @@ msgstr "Файлът-ключалка „%s.lock“ не може да бъде
3143
msgid "failed to read the cache"
3144
msgstr "кешът не може да бъде прочетен"
3145
3062
-#: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:1933
3063
-#: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:764
3146
+#: merge.c:107 rerere.c:720 builtin/am.c:1884 builtin/am.c:1918
3147
+#: builtin/checkout.c:416 builtin/checkout.c:745 builtin/clone.c:771
3148
msgid "unable to write new index file"
3149
msgstr "неуспешно записване на новия индекс"
3150
3067
-#: merge-recursive.c:323
3151
+#: merge-recursive.c:332
3152
msgid "(bad commit)\n"
3153
msgstr "(лошо подаване)\n"
3154
3071
-#: merge-recursive.c:345
3155
+#: merge-recursive.c:355
3156
#, c-format
3157
msgid "add_cacheinfo failed for path '%s'; merge aborting."
3158
msgstr ""
3159
"неуспешно изпълнение на „add_cacheinfo“ за пътя „%s“. Сливането е "
3160
"преустановено."
3161
3078
-#: merge-recursive.c:353
3162
+#: merge-recursive.c:364
3163
#, c-format
3164
msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3165
msgstr ""
3166
"неуспешно изпълнение на „add_cacheinfo“ за обновяването на пътя „%s“. "
3167
"Сливането е преустановено."
3168
3085
-#: merge-recursive.c:435
3169
+#: merge-recursive.c:447
3170
msgid "error building trees"
3171
msgstr "грешка при изграждане на дърветата"
3172
3089
-#: merge-recursive.c:906
3173
+#: merge-recursive.c:902
3174
#, c-format
3175
msgid "failed to create path '%s'%s"
3176
msgstr "грешка при създаването на пътя „%s“%s"
3177
3094
-#: merge-recursive.c:917
3178
+#: merge-recursive.c:913
3179
#, c-format
3180
msgid "Removing %s to make room for subdirectory\n"
3181
msgstr "Изтриване на „%s“, за да се освободи място за поддиректория\n"
3182
3099
-#: merge-recursive.c:931 merge-recursive.c:950
3183
+#: merge-recursive.c:927 merge-recursive.c:946
3184
msgid ": perhaps a D/F conflict?"
3185
msgstr ": възможно е да има конфликт директория/файл."
3186
3103
-#: merge-recursive.c:940
3187
+#: merge-recursive.c:936
3188
#, c-format
3189
msgid "refusing to lose untracked file at '%s'"
3190
msgstr ""
3191
"преустановяване на действието, за да не се изтрие неследеният файл „%s“"
3192
3109
-#: merge-recursive.c:982 builtin/cat-file.c:39
3193
+#: merge-recursive.c:978 builtin/cat-file.c:40
3194
#, c-format
3195
msgid "cannot read object %s '%s'"
3196
msgstr "обектът „%s“ (%s) не може да бъде прочетен"
3197
3114
-#: merge-recursive.c:984
3198
+#: merge-recursive.c:980
3199
#, c-format
3200
msgid "blob expected for %s '%s'"
3201
msgstr "обектът „%s“ (%s) се очакваше да е BLOB, а не е"
3202
3119
-#: merge-recursive.c:1008
3203
+#: merge-recursive.c:1004
3204
#, c-format
3205
msgid "failed to open '%s': %s"
3206
msgstr "„%s“ не може да се отвори: %s"
3207
3124
-#: merge-recursive.c:1019
3208
+#: merge-recursive.c:1015
3209
#, c-format
3210
msgid "failed to symlink '%s': %s"
3211
msgstr "неуспешно създаване на символната връзка „%s“: %s"
3212
3129
-#: merge-recursive.c:1024
3213
+#: merge-recursive.c:1020
3214
#, c-format
3215
msgid "do not know what to do with %06o %s '%s'"
3216
msgstr ""
3217
"не е ясно какво да се прави с обекта „%2$s“ (%3$s) с права за достъп „%1$06o“"
3218
3135
-#: merge-recursive.c:1212
3219
+#: merge-recursive.c:1211
3220
#, c-format
3221
msgid "Failed to merge submodule %s (not checked out)"
3222
msgstr "Неуспешно сливане на подмодула „%s“ (не е изтеглен)"
3223
3140
-#: merge-recursive.c:1219
3224
+#: merge-recursive.c:1218
3225
#, c-format
3226
msgid "Failed to merge submodule %s (commits not present)"
3227
msgstr "Неуспешно сливане на подмодула „%s“ (няма подавания)"
3228
3145
-#: merge-recursive.c:1226
3229
+#: merge-recursive.c:1225
3230
#, c-format
3231
msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3232
msgstr ""
3233
"Подмодулът „%s“ не може да бъде слят (базата за сливане не предшества "
3234
"подаванията)"
3235
3152
-#: merge-recursive.c:1234 merge-recursive.c:1246
3236
+#: merge-recursive.c:1233 merge-recursive.c:1245
3237
#, c-format
3238
msgid "Fast-forwarding submodule %s to the following commit:"
3239
msgstr "Превъртане на подмодула „%s“ до следното подаване:"
3240
3157
-#: merge-recursive.c:1237 merge-recursive.c:1249
3241
+#: merge-recursive.c:1236 merge-recursive.c:1248
3242
#, c-format
3243
msgid "Fast-forwarding submodule %s"
3244
msgstr "Превъртане на подмодула „%s“"
@@ -3198,26 +3282,26 @@ msgstr ""
3282
msgid "Failed to merge submodule %s (multiple merges found)"
3283
msgstr "Неуспешно сливане на подмодула „%s“ (открити са множество сливания)"
3284
3201
-#: merge-recursive.c:1358
3285
+#: merge-recursive.c:1361
3286
msgid "Failed to execute internal merge"
3287
msgstr "Неуспешно вътрешно сливане"
3288
3205
-#: merge-recursive.c:1363
3289
+#: merge-recursive.c:1366
3290
#, c-format
3291
msgid "Unable to add %s to database"
3292
msgstr "„%s“ не може да се добави в базата с данни"
3293
3210
-#: merge-recursive.c:1395
3294
+#: merge-recursive.c:1398
3295
#, c-format
3296
msgid "Auto-merging %s"
3297
msgstr "Автоматично сливане на „%s“"
3298
3215
-#: merge-recursive.c:1416
3299
+#: merge-recursive.c:1419
3300
#, c-format
3301
msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3302
msgstr "Грешка: за да не се изтрие неследеният файл „%s“, се записва в „%s“."
3303
3220
-#: merge-recursive.c:1483
3304
+#: merge-recursive.c:1486
3305
#, c-format
3306
msgid ""
3307
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3226,7 +3310,7 @@ msgstr ""
3310
"КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ в %s. Версия %s на „%s“ "
3311
"е оставена в дървото."
3312
3229
-#: merge-recursive.c:1488
3313
+#: merge-recursive.c:1491
3314
#, c-format
3315
msgid ""
3316
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3235,7 +3319,7 @@ msgstr ""
3319
"КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ е преименуван на „%s“ в "
3320
"%s. Версия %s на „%s“ е оставена в дървото."
3321
3238
-#: merge-recursive.c:1495
3322
+#: merge-recursive.c:1498
3323
#, c-format
3324
msgid ""
3325
"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
@@ -3244,7 +3328,7 @@ msgstr ""
3328
"КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ в %s. Версия %s на „%s“ "
3329
"е оставена в дървото: %s."
3330
3247
-#: merge-recursive.c:1500
3331
+#: merge-recursive.c:1503
3332
#, c-format
3333
msgid ""
3334
"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
@@ -3253,33 +3337,45 @@ msgstr ""
3337
"КОНФЛИКТ (%s/изтриване): „%s“ е изтрит в %s, а „%s“ е преименуван на „%s“ в "
3338
"%s. Версия %s на „%s“ е оставена в дървото: %s."
3339
3256
-#: merge-recursive.c:1534
3340
+#: merge-recursive.c:1537
3341
msgid "rename"
3342
msgstr "преименуване"
3343
3260
-#: merge-recursive.c:1534
3344
+#: merge-recursive.c:1537
3345
msgid "renamed"
3346
msgstr "преименуван"
3347
3264
-#: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:2369
3265
-#: merge-recursive.c:3124
3348
+#: merge-recursive.c:1633 merge-recursive.c:2481 merge-recursive.c:3213
3349
#, c-format
3350
msgid "Refusing to lose dirty file at %s"
3351
msgstr "Преустановяване на действието, за да не се изгуби промененият „%s“"
3352
3270
-#: merge-recursive.c:1602
3353
+#: merge-recursive.c:1643
3354
+#, c-format
3355
+msgid "Refusing to lose untracked file at %s, even though it's in the way."
3356
+msgstr ""
3357
+"Отказ да се загуби неследеният файл „%s“, защото е на място, където пречи."
3358
+
3359
+#: merge-recursive.c:1706
3360
+#, c-format
3361
+msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
3362
+msgstr ""
3363
+"КОНФЛИКТ (преименуване/добавяне): „%s“ е преименуван на „%s“ в клон „%s“, а "
3364
+"„%s“ е добавен в „%s“"
3365
+
3366
+#: merge-recursive.c:1734
3367
#, c-format
3368
msgid "%s is a directory in %s adding as %s instead"
3369
msgstr "„%s“ е директория в „%s“, затова се добавя като „%s“"
3370
3275
-#: merge-recursive.c:1607
3371
+#: merge-recursive.c:1739
3372
#, c-format
3373
msgid "Refusing to lose untracked file at %s; adding as %s instead"
3374
msgstr ""
3375
"Преустановяване на действието, за да не се изгуби неследеният файл „%s“. "
3376
"Вместо него се добавя „%s“"
3377
3282
-#: merge-recursive.c:1633
3378
+#: merge-recursive.c:1759
3379
#, c-format
3380
msgid ""
3381
"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
@@ -3288,29 +3384,18 @@ msgstr ""
3384
"КОНФЛИКТ (преименуване/преименуване): „%s“ е преименуван на „%s“ в клон "
3385
"„%s“, а „%s“ е преименуван на „%s“ в „%s“/%s."
3386
3291
-#: merge-recursive.c:1638
3387
+#: merge-recursive.c:1764
3388
msgid " (left unresolved)"
3389
msgstr " (некоригиран конфликт)"
3390
3295
-#: merge-recursive.c:1699
3391
+#: merge-recursive.c:1868
3392
#, c-format
3393
msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3394
msgstr ""
3395
"КОНФЛИКТ (преименуване/преименуване): „%s“ е преименуван на „%s“ в клон "
3396
"„%s“, а „%s“ е преименуван на „%s“ в „%s“"
3397
3302
-#: merge-recursive.c:1734
3303
-#, c-format
3304
-msgid "Renaming %s to %s and %s to %s instead"
3305
-msgstr "Преименуване на „%s“ на „%s“, а „%s“ на „%s“"
3306
-
3307
-#: merge-recursive.c:1746
3308
-#, c-format
3309
-msgid "Refusing to lose untracked file at %s, even though it's in the way."
3310
-msgstr ""
3311
-"Отказ да се загуби неследеният файл „%s“, защото е на място, където пречи."
3312
-
3313
-#: merge-recursive.c:1952
3398
+#: merge-recursive.c:2064
3399
#, c-format
3400
msgid ""
3401
"CONFLICT (directory rename split): Unclear where to place %s because "
@@ -3321,7 +3406,7 @@ msgstr ""
3406
"постави „%s“, защото няколко нови директории поделят съдържанието на "
3407
"директория „%s“, като никоя не съдържа мнозинство от файловете ѝ."
3408
3324
-#: merge-recursive.c:1984
3409
+#: merge-recursive.c:2096
3410
#, c-format
3411
msgid ""
3412
"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
@@ -3330,7 +3415,7 @@ msgstr ""
3415
"КОНФЛИКТ (косвено преименуване на директория): следният файл или директория "
3416
"„%s“ не позволяват косвеното преименуване на следния път/ища: %s."
3417
3333
-#: merge-recursive.c:1994
3418
+#: merge-recursive.c:2106
3419
#, c-format
3420
msgid ""
3421
"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
@@ -3340,7 +3425,7 @@ msgstr ""
3425
"съответства на „%s“. Косвено преименуване на директория води до поставянето "
3426
"на тези пътища там: %s."
3427
3343
-#: merge-recursive.c:2086
3428
+#: merge-recursive.c:2198
3429
#, c-format
3430
msgid ""
3431
"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
@@ -3349,7 +3434,7 @@ msgstr ""
3434
"КОНФЛИКТ (преименуване/преименуване): „%s“ е преименуван на „%s“ в клон "
3435
"„%s“, а „%s“ е преименуван на „%s“ в „%s“"
3436
3352
-#: merge-recursive.c:2331
3437
+#: merge-recursive.c:2443
3438
#, c-format
3439
msgid ""
3440
"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
@@ -3358,89 +3443,82 @@ msgstr ""
3443
"ПРЕДУПРЕЖДЕНИЕ: прескачане на преименуването на „%s“ на „%s“ в „%s“, защото "
3444
"„%s“ също е с променено име."
3445
3361
-#: merge-recursive.c:2737
3362
-#, c-format
3363
-msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
3364
-msgstr ""
3365
-"КОНФЛИКТ (преименуване/добавяне): „%s“ е преименуван на „%s“ в клон „%s“, а "
3366
-"„%s“ е добавен в „%s“"
3367
-
3368
-#: merge-recursive.c:2763
3369
-#, c-format
3370
-msgid "Adding merged %s"
3371
-msgstr "Добавяне на слетия „%s“"
3372
-
3373
-#: merge-recursive.c:2770 merge-recursive.c:3127
3374
-#, c-format
3375
-msgid "Adding as %s instead"
3376
-msgstr "Добавяне като „%s“"
3377
-
3378
-#: merge-recursive.c:2934
3446
+#: merge-recursive.c:3022
3447
#, c-format
3448
msgid "cannot read object %s"
3449
msgstr "обектът „%s“ не може да се прочете"
3450
3383
-#: merge-recursive.c:2937
3451
+#: merge-recursive.c:3025
3452
#, c-format
3453
msgid "object %s is not a blob"
3454
msgstr "обектът „%s“ не е BLOB"
3455
3388
-#: merge-recursive.c:3006
3456
+#: merge-recursive.c:3094
3457
msgid "modify"
3458
msgstr "промяна"
3459
3392
-#: merge-recursive.c:3006
3460
+#: merge-recursive.c:3094
3461
msgid "modified"
3462
msgstr "променен"
3463
3396
-#: merge-recursive.c:3017
3464
+#: merge-recursive.c:3105
3465
msgid "content"
3466
msgstr "съдържание"
3467
3400
-#: merge-recursive.c:3024
3468
+#: merge-recursive.c:3112
3469
msgid "add/add"
3470
msgstr "добавяне/добавяне"
3471
3404
-#: merge-recursive.c:3071
3472
+#: merge-recursive.c:3160
3473
#, c-format
3474
msgid "Skipped %s (merged same as existing)"
3475
msgstr "Прескачане на „%s“ (слетият резултат е идентичен със сегашния)"
3476
3409
-#: merge-recursive.c:3093 git-submodule.sh:858
3477
+#: merge-recursive.c:3182 git-submodule.sh:861
3478
msgid "submodule"
3479
msgstr "ПОДМОДУЛ"
3480
3413
-#: merge-recursive.c:3094
3481
+#: merge-recursive.c:3183
3482
#, c-format
3483
msgid "CONFLICT (%s): Merge conflict in %s"
3484
msgstr "КОНФЛИКТ (%s): Конфликт при сливане на „%s“"
3485
3486
#: merge-recursive.c:3216
3487
#, c-format
3488
+msgid "Adding as %s instead"
3489
+msgstr "Добавяне като „%s“"
3490
+
3491
+#: merge-recursive.c:3319
3492
+#, c-format
3493
msgid "Removing %s"
3494
msgstr "Изтриване на „%s“"
3495
3423
-#: merge-recursive.c:3242
3496
+#: merge-recursive.c:3345
3497
msgid "file/directory"
3498
msgstr "файл/директория"
3499
3427
-#: merge-recursive.c:3248
3500
+#: merge-recursive.c:3351
3501
msgid "directory/file"
3502
msgstr "директория/файл"
3503
3431
-#: merge-recursive.c:3255
3504
+#: merge-recursive.c:3358
3505
#, c-format
3506
msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3507
msgstr ""
3508
"КОНФЛИКТ (%s): Съществува директория на име „%s“ в „%s“. Добавяне на „%s“ "
3509
"като „%s“"
3510
3438
-#: merge-recursive.c:3264
3511
+#: merge-recursive.c:3367
3512
#, c-format
3513
msgid "Adding %s"
3514
msgstr "Добавяне на „%s“"
3515
3443
-#: merge-recursive.c:3300
3516
+#: merge-recursive.c:3376
3517
+#, c-format
3518
+msgid "CONFLICT (add/add): Merge conflict in %s"
3519
+msgstr "КОНФЛИКТ (добавяне/добавяне): Конфликт при сливане на „%s“"
3520
+
3521
+#: merge-recursive.c:3417
3522
#, c-format
3523
msgid ""
3524
"Your local changes to the following files would be overwritten by merge:\n"
@@ -3449,36 +3527,36 @@ msgstr ""
3527
"Сливането ще презапише локалните промени на тези файлове:\n"
3528
" %s"
3529
3452
-#: merge-recursive.c:3311
3530
+#: merge-recursive.c:3428
3531
msgid "Already up to date!"
3532
msgstr "Вече е обновено!"
3533
3456
-#: merge-recursive.c:3320
3534
+#: merge-recursive.c:3437
3535
#, c-format
3536
msgid "merging of trees %s and %s failed"
3537
msgstr "неуспешно сливане на дърветата „%s“ и „%s“"
3538
3461
-#: merge-recursive.c:3419
3539
+#: merge-recursive.c:3536
3540
msgid "Merging:"
3541
msgstr "Сливане:"
3542
3465
-#: merge-recursive.c:3432
3543
+#: merge-recursive.c:3549
3544
#, c-format
3545
msgid "found %u common ancestor:"
3546
msgid_plural "found %u common ancestors:"
3547
msgstr[0] "открит е %u общ предшественик:"
3548
msgstr[1] "открити са %u общи предшественици:"
3549
3472
-#: merge-recursive.c:3471
3550
+#: merge-recursive.c:3588
3551
msgid "merge returned no commit"
3552
msgstr "сливането не върна подаване"
3553
3476
-#: merge-recursive.c:3537
3554
+#: merge-recursive.c:3654
3555
#, c-format
3556
msgid "Could not parse object '%s'"
3557
msgstr "Неуспешен анализ на обекта „%s“"
3558
3481
-#: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:849
3559
+#: merge-recursive.c:3670 builtin/merge.c:692 builtin/merge.c:850
3560
msgid "Unable to write index."
3561
msgstr "Индексът не може да бъде прочетен"
3562
@@ -3606,22 +3684,22 @@ msgstr "индексът на пакета „%s“ не може да бъде
3684
msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3685
msgstr "неправилно отместване на обект за oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3686
3609
-#: name-hash.c:532
3687
+#: name-hash.c:531
3688
#, c-format
3689
msgid "unable to create lazy_dir thread: %s"
3690
msgstr "не може да се създаде нишка за директории: %s"
3691
3614
-#: name-hash.c:554
3692
+#: name-hash.c:553
3693
#, c-format
3694
msgid "unable to create lazy_name thread: %s"
3695
msgstr "не може да се създаде нишка за имена: %s"
3696
3619
-#: name-hash.c:560
3697
+#: name-hash.c:559
3698
#, c-format
3699
msgid "unable to join lazy_name thread: %s"
3700
msgstr "не може да се изчака нишка за имена: %s"
3701
3624
-#: notes-merge.c:275
3702
+#: notes-merge.c:277
3703
#, c-format
3704
msgid ""
3705
"You have not concluded your previous notes merge (%s exists).\n"
@@ -3638,23 +3716,23 @@ msgstr ""
3716
"\n"
3717
" git notes merge --abort"
3718
3641
-#: notes-merge.c:282
3719
+#: notes-merge.c:284
3720
#, c-format
3721
msgid "You have not concluded your notes merge (%s exists)."
3722
msgstr ""
3723
"Не сте завършили сливането на бележките. (Указателят „%s“ съществува)."
3724
3647
-#: notes-utils.c:45
3725
+#: notes-utils.c:46
3726
msgid "Cannot commit uninitialized/unreferenced notes tree"
3727
msgstr ""
3728
"Неинициализирано или нереферирано дърво за бележки не може да бъде подадено"
3729
3652
-#: notes-utils.c:104
3730
+#: notes-utils.c:105
3731
#, c-format
3732
msgid "Bad notes.rewriteMode value: '%s'"
3733
msgstr "Неправилна стойност за „notes.rewriteMode“: „%s“"
3734
3657
-#: notes-utils.c:114
3735
+#: notes-utils.c:115
3736
#, c-format
3737
msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3738
msgstr ""
@@ -3664,7 +3742,7 @@ msgstr ""
3742
#. the environment variable, the second %s is
3743
#. its value.
3744
#.
3667
-#: notes-utils.c:144
3745
+#: notes-utils.c:145
3746
#, c-format
3747
msgid "Bad %s value: '%s'"
3748
msgstr "Зададена е лоша стойност на променливата „%s“: „%s“"
@@ -3674,50 +3752,111 @@ msgstr "Зададена е лоша стойност на променлива
3752
msgid "invalid object type \"%s\""
3753
msgstr "неправилен вид обект: „%s“"
3754
3677
-#: object.c:173
3755
+#: object.c:174
3756
#, c-format
3757
msgid "object %s is a %s, not a %s"
3758
msgstr "обектът „%s“ е %s, а не %s"
3759
3682
-#: object.c:233
3760
+#: object.c:234
3761
#, c-format
3762
msgid "object %s has unknown type id %d"
3763
msgstr "обектът „%s“ е непознат вид: %d"
3764
3687
-#: object.c:246
3765
+#: object.c:247
3766
#, c-format
3767
msgid "unable to parse object: %s"
3768
msgstr "обектът „%s“ не може да бъде анализиран"
3769
3692
-#: object.c:266 object.c:277
3770
+#: object.c:267 object.c:278
3771
#, c-format
3694
-msgid "sha1 mismatch %s"
3695
-msgstr "разлика в SHA1: „%s“"
3772
+msgid "hash mismatch %s"
3773
+msgstr "разлика в контролната сума: „%s“"
3774
3775
#: packfile.c:607
3776
msgid "offset before end of packfile (broken .idx?)"
3777
msgstr ""
3778
"отместване преди края на пакетния файл (възможно е индексът да е повреден)"
3779
3702
-#: packfile.c:1864
3780
+#: packfile.c:1870
3781
#, c-format
3782
msgid "offset before start of pack index for %s (corrupt index?)"
3783
msgstr ""
3784
"отместване преди началото на индекса на пакетния файл „%s“ (възможно е "
3785
"индексът да е повреден)"
3786
3709
-#: packfile.c:1868
3787
+#: packfile.c:1874
3788
#, c-format
3789
msgid "offset beyond end of pack index for %s (truncated index?)"
3790
msgstr ""
3791
"отместване преди края на индекса на пакетния файл „%s“ (възможно е индексът "
3792
"да е отрязан)"
3793
3716
-#: parse-options.c:672
3794
+#: parse-options.c:35
3795
+#, c-format
3796
+msgid "%s requires a value"
3797
+msgstr "опцията „%s“ изисква аргумент"
3798
+
3799
+#: parse-options.c:69
3800
+#, c-format
3801
+msgid "%s is incompatible with %s"
3802
+msgstr "опциите „%s“ и „%s“ са несъвместими"
3803
+
3804
+#: parse-options.c:74
3805
+#, c-format
3806
+msgid "%s : incompatible with something else"
3807
+msgstr "опцията „%s“ е несъвместима с нещо"
3808
+
3809
+#: parse-options.c:88 parse-options.c:92 parse-options.c:260
3810
+#, c-format
3811
+msgid "%s takes no value"
3812
+msgstr "опцията „%s“ не приема аргументи"
3813
+
3814
+#: parse-options.c:90
3815
+#, c-format
3816
+msgid "%s isn't available"
3817
+msgstr "опцията „%s“ не е налична"
3818
+
3819
+#: parse-options.c:178
3820
+#, c-format
3821
+msgid "%s expects a numerical value"
3822
+msgstr "опцията „%s“ очаква число за аргумент"
3823
+
3824
+#: parse-options.c:194
3825
+#, c-format
3826
+msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3827
+msgstr ""
3828
+"„%s“ очаква неотрицателно цяло число, евентуално със суфикс „k“/„m“/„g“"
3829
+
3830
+#: parse-options.c:322
3831
+#, c-format
3832
+msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
3833
+msgstr "нееднозначна опция: „%s“ (може да е „--%s%s“ или „--%s%s“)"
3834
+
3835
+#: parse-options.c:356 parse-options.c:364
3836
+#, c-format
3837
+msgid "did you mean `--%s` (with two dashes ?)"
3838
+msgstr "„--%s“ (с 2 тирета) ли имахте предвид?"
3839
+
3840
+#: parse-options.c:649
3841
+#, c-format
3842
+msgid "unknown option `%s'"
3843
+msgstr "непозната опция: „%s“"
3844
+
3845
+#: parse-options.c:651
3846
+#, c-format
3847
+msgid "unknown switch `%c'"
3848
+msgstr "непознат флаг „%c“"
3849
+
3850
+#: parse-options.c:653
3851
+#, c-format
3852
+msgid "unknown non-ascii option in string: `%s'"
3853
+msgstr "непозната стойност извън „ascii“ в низа: „%s“"
3854
+
3855
+#: parse-options.c:675
3856
msgid "..."
3857
msgstr "…"
3858
3720
-#: parse-options.c:691
3859
+#: parse-options.c:694
3860
#, c-format
3861
msgid "usage: %s"
3862
msgstr "употреба: %s"
@@ -3725,26 +3864,38 @@ msgstr "употреба: %s"
3864
#. TRANSLATORS: the colon here should align with the
3865
#. one in "usage: %s" translation.
3866
#.
3728
-#: parse-options.c:697
3867
+#: parse-options.c:700
3868
#, c-format
3869
msgid " or: %s"
3870
msgstr " или: %s"
3871
3733
-#: parse-options.c:700
3872
+#: parse-options.c:703
3873
#, c-format
3874
msgid " %s"
3875
msgstr " %s"
3876
3738
-#: parse-options.c:739
3877
+#: parse-options.c:742
3878
msgid "-NUM"
3879
msgstr "-ЧИСЛО"
3880
3742
-#: parse-options-cb.c:37
3881
+#: parse-options-cb.c:21
3882
+#, c-format
3883
+msgid "option `%s' expects a numerical value"
3884
+msgstr "опцията „%s“ очаква число за аргумент"
3885
+
3886
+#: parse-options-cb.c:38
3887
#, c-format
3888
msgid "malformed expiration date '%s'"
3889
msgstr "неправилна дата на срок: „%s“"
3890
3747
-#: parse-options-cb.c:109
3891
+#: parse-options-cb.c:51
3892
+#, c-format
3893
+msgid "option `%s' expects \"always\", \"auto\", or \"never\""
3894
+msgstr ""
3895
+"опцията „%s“ изисква някоя от стойностите: „always“ (винаги), "
3896
+"„auto“ (автоматично) или „never“ (никога)"
3897
+
3898
+#: parse-options-cb.c:110
3899
#, c-format
3900
msgid "malformed object name '%s'"
3901
msgstr "неправилно име на обект „%s“"
@@ -3754,29 +3905,29 @@ msgstr "неправилно име на обект „%s“"
3905
msgid "Could not make %s writable by group"
3906
msgstr "Не могат да се дадат права за запис в директорията „%s“ на групата"
3907
3757
-#: pathspec.c:129
3908
+#: pathspec.c:128
3909
msgid "Escape character '\\' not allowed as last character in attr value"
3910
msgstr ""
3911
"Екраниращият знак „\\“не може да е последен знак в стойността на атрибут"
3912
3762
-#: pathspec.c:147
3913
+#: pathspec.c:146
3914
msgid "Only one 'attr:' specification is allowed."
3915
msgstr "Позволено е само едно указване на „attr:“."
3916
3766
-#: pathspec.c:150
3917
+#: pathspec.c:149
3918
msgid "attr spec must not be empty"
3919
msgstr "„attr:“ трябва да указва стойност"
3920
3770
-#: pathspec.c:193
3921
+#: pathspec.c:192
3922
#, c-format
3923
msgid "invalid attribute name %s"
3924
msgstr "неправилно име на атрибут: „%s“"
3925
3775
-#: pathspec.c:258
3926
+#: pathspec.c:257
3927
msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3928
msgstr "глобалните настройки за пътища „glob“ и „noglob“ са несъвместими"
3929
3779
-#: pathspec.c:265
3930
+#: pathspec.c:264
3931
msgid ""
3932
"global 'literal' pathspec setting is incompatible with all other global "
3933
"pathspec settings"
@@ -3784,46 +3935,46 @@ msgstr ""
3935
"глобалната настройка за дословни пътища „literal“ е несъвместима с всички "
3936
"други глобални настройки за пътища"
3937
3787
-#: pathspec.c:305
3938
+#: pathspec.c:304
3939
msgid "invalid parameter for pathspec magic 'prefix'"
3940
msgstr "неправилен параметър за опцията за магически пътища „prefix“"
3941
3791
-#: pathspec.c:326
3942
+#: pathspec.c:325
3943
#, c-format
3944
msgid "Invalid pathspec magic '%.*s' in '%s'"
3945
msgstr "Неправилна стойност за опцията за магически пътища „%.*s“ в „%s“"
3946
3796
-#: pathspec.c:331
3947
+#: pathspec.c:330
3948
#, c-format
3949
msgid "Missing ')' at the end of pathspec magic in '%s'"
3950
msgstr "Знакът „)“ липсва в опцията за магически пътища в „%s“"
3951
3801
-#: pathspec.c:369
3952
+#: pathspec.c:368
3953
#, c-format
3954
msgid "Unimplemented pathspec magic '%c' in '%s'"
3955
msgstr "Магическите пътища „%c“ са без реализация за „%s“"
3956
3806
-#: pathspec.c:428
3957
+#: pathspec.c:427
3958
#, c-format
3959
msgid "%s: 'literal' and 'glob' are incompatible"
3960
msgstr "%s: опциите „literal“ и „glob“ са несъвместими"
3961
3811
-#: pathspec.c:441
3962
+#: pathspec.c:440
3963
#, c-format
3964
msgid "%s: '%s' is outside repository"
3965
msgstr "%s: „%s“ е извън хранилището"
3966
3816
-#: pathspec.c:515
3967
+#: pathspec.c:514
3968
#, c-format
3969
msgid "'%s' (mnemonic: '%c')"
3970
msgstr "„%s“ (клавиш: „%c“)"
3971
3821
-#: pathspec.c:525
3972
+#: pathspec.c:524
3973
#, c-format
3974
msgid "%s: pathspec magic not supported by this command: %s"
3975
msgstr "%s: магическите пътища не се поддържат от командата „%s“"
3976
3826
-#: pathspec.c:592
3977
+#: pathspec.c:591
3978
#, c-format
3979
msgid "pathspec '%s' is beyond a symbolic link"
3980
msgstr "пътят „%s“ е след символна връзка"
@@ -3832,52 +3983,57 @@ msgstr "пътят „%s“ е след символна връзка"
3983
msgid "flush packet write failed"
3984
msgstr "неуспешно изчистване на буферите при запис на пакет"
3985
3835
-#: pkt-line.c:142 pkt-line.c:228
3986
+#: pkt-line.c:144 pkt-line.c:230
3987
msgid "protocol error: impossibly long line"
3988
msgstr "протоколна грешка: прекалено дълъг ред"
3989
3839
-#: pkt-line.c:158 pkt-line.c:160
3990
+#: pkt-line.c:160 pkt-line.c:162
3991
msgid "packet write with format failed"
3992
msgstr "неуспешен запис на пакет с формат"
3993
3843
-#: pkt-line.c:192
3994
+#: pkt-line.c:194
3995
msgid "packet write failed - data exceeds max packet size"
3996
msgstr ""
3997
"неуспешен запис на пакетен файл — данните надвишават максималният размер на "
3998
"пакет"
3999
3849
-#: pkt-line.c:199 pkt-line.c:206
4000
+#: pkt-line.c:201 pkt-line.c:208
4001
msgid "packet write failed"
4002
msgstr "неуспешен запис на пакет"
4003
3853
-#: pkt-line.c:291
4004
+#: pkt-line.c:293
4005
msgid "read error"
4006
msgstr "грешка при четене"
4007
3857
-#: pkt-line.c:299
4008
+#: pkt-line.c:301
4009
msgid "the remote end hung up unexpectedly"
4010
msgstr "отдалеченото хранилище неочаквано прекъсна връзката"
4011
3861
-#: pkt-line.c:327
4012
+#: pkt-line.c:329
4013
#, c-format
4014
msgid "protocol error: bad line length character: %.4s"
4015
msgstr "протоколна грешка: неправилeн знак за дължина на ред: %.4s"
4016
3866
-#: pkt-line.c:337 pkt-line.c:342
4017
+#: pkt-line.c:339 pkt-line.c:344
4018
#, c-format
4019
msgid "protocol error: bad line length %d"
4020
msgstr "протоколна грешка: неправилна дължина на ред: %d"
4021
3871
-#: preload-index.c:118
4022
+#: pkt-line.c:353
4023
+#, c-format
4024
+msgid "remote error: %s"
4025
+msgstr "отдалечена грешка: %s"
4026
+
4027
+#: preload-index.c:119
4028
msgid "Refreshing index"
4029
msgstr "Обновяване на индекса"
4030
3875
-#: preload-index.c:137
4031
+#: preload-index.c:138
4032
#, c-format
4033
msgid "unable to create threaded lstat: %s"
4034
msgstr "не може да се създаде нишка за изпълнението на „lstat“: %s"
4035
3880
-#: pretty.c:962
4036
+#: pretty.c:963
4037
msgid "unable to parse --pretty format"
4038
msgstr "аргументът към опцията „--pretty“ не може да се анализира"
4039
@@ -3890,7 +4046,7 @@ msgid "could not read `log` output"
4046
msgstr ""
4047
"изходът от командата за журнала с подавания „log“ не може да се прочете"
4048
3893
-#: range-diff.c:74 sequencer.c:4764
4049
+#: range-diff.c:74 sequencer.c:4828
4050
#, c-format
4051
msgid "could not parse commit '%s'"
4052
msgstr "подаването „%s“ не може да бъде анализирано"
@@ -3904,11 +4060,48 @@ msgstr "неуспешно търсене на разлика"
4060
msgid "could not parse log for '%s'"
4061
msgstr "журналът с подаванията на „%s“ не може да бъде анализиран"
4062
3907
-#: read-cache.c:1490
4063
+#: read-cache.c:673
4064
+#, c-format
4065
+msgid "will not add file alias '%s' ('%s' already exists in index)"
4066
+msgstr ""
4067
+"няма да бъде добавен псевдоним за файл „%s“ („%s“ вече съществува в индекса)"
4068
+
4069
+#: read-cache.c:689
4070
+msgid "cannot create an empty blob in the object database"
4071
+msgstr "в базата от данни за обектите не може да се създаде празен обект-BLOB"
4072
+
4073
+#: read-cache.c:710
4074
+#, c-format
4075
+msgid "%s: can only add regular files, symbolic links or git-directories"
4076
+msgstr ""
4077
+"%s: може да добавяте само обикновени файлове, символни връзки и директории "
4078
+"на git"
4079
+
4080
+#: read-cache.c:765
4081
+#, c-format
4082
+msgid "unable to index file '%s'"
4083
+msgstr "файлът „%s“ не може да бъде индексиран"
4084
+
4085
+#: read-cache.c:784
4086
+#, c-format
4087
+msgid "unable to add '%s' to index"
4088
+msgstr "„%s“ не може да се добави в индекса"
4089
+
4090
+#: read-cache.c:795
4091
+#, c-format
4092
+msgid "unable to stat '%s'"
4093
+msgstr "„stat“ не може да се изпълни върху „%s“"
4094
+
4095
+#: read-cache.c:1304
4096
+#, c-format
4097
+msgid "'%s' appears as both a file and as a directory"
4098
+msgstr "„%s“ съществува и като файл, и като директория"
4099
+
4100
+#: read-cache.c:1489
4101
msgid "Refresh index"
4102
msgstr "Обновяване на индекса"
4103
3911
-#: read-cache.c:1604
4104
+#: read-cache.c:1603
4105
#, c-format
4106
msgid ""
4107
"index.version set, but the value is invalid.\n"
@@ -3917,7 +4110,7 @@ msgstr ""
4110
"Зададена е неправилна стойност на настройката „index.version“.\n"
4111
"Ще се ползва версия %i"
4112
3920
-#: read-cache.c:1614
4113
+#: read-cache.c:1613
4114
#, c-format
4115
msgid ""
4116
"GIT_INDEX_VERSION set, but the value is invalid.\n"
@@ -3927,61 +4120,146 @@ msgstr ""
4120
"„GIT_INDEX_VERSION“.\n"
4121
"Ще се ползва версия %i"
4122
3930
-#: read-cache.c:1792
4123
+#: read-cache.c:1684
4124
+#, c-format
4125
+msgid "bad signature 0x%08x"
4126
+msgstr "неправилен подпис: „0x%08x“"
4127
+
4128
+#: read-cache.c:1687
4129
+#, c-format
4130
+msgid "bad index version %d"
4131
+msgstr "неправилна версия на индекса %d"
4132
+
4133
+#: read-cache.c:1696
4134
+msgid "bad index file sha1 signature"
4135
+msgstr "неправилен подпис за контролна сума по SHA1 на файла на индекса"
4136
+
4137
+#: read-cache.c:1726
4138
+#, c-format
4139
+msgid "index uses %.4s extension, which we do not understand"
4140
+msgstr ""
4141
+"индексът ползва разширение „%.4s“, което не се поддържа от тази версия на git"
4142
+
4143
+#: read-cache.c:1728
4144
+#, c-format
4145
+msgid "ignoring %.4s extension"
4146
+msgstr "игнориране на разширението „%.4s“"
4147
+
4148
+#: read-cache.c:1765
4149
+#, c-format
4150
+msgid "unknown index entry format 0x%08x"
4151
+msgstr "непознат формат на запис в индекса: „0x%08x“"
4152
+
4153
+#: read-cache.c:1781
4154
#, c-format
4155
msgid "malformed name field in the index, near path '%s'"
3933
-msgstr "неправилно име на поле в индекса, близо до пътя „%s“"
4156
+msgstr "неправилно име на поле в индекса близо до пътя „%s“"
4157
+
4158
+#: read-cache.c:1836
4159
+msgid "unordered stage entries in index"
4160
+msgstr "неподредени записи в индекса"
4161
+
4162
+#: read-cache.c:1839
4163
+#, c-format
4164
+msgid "multiple stage entries for merged file '%s'"
4165
+msgstr "множество записи за слетия файл „%s“"
4166
+
4167
+#: read-cache.c:1842
4168
+#, c-format
4169
+msgid "unordered stage entries for '%s'"
4170
+msgstr "неподредени записи за „%s“"
4171
3935
-#: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:458
3936
-#: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:585
3937
-#: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:343
3938
-#: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:144
3939
-#: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:329
4172
+#: read-cache.c:1949 read-cache.c:2227 rerere.c:565 rerere.c:599 rerere.c:1111
4173
+#: builtin/add.c:459 builtin/check-ignore.c:178 builtin/checkout.c:294
4174
+#: builtin/checkout.c:622 builtin/checkout.c:991 builtin/clean.c:955
4175
+#: builtin/commit.c:344 builtin/diff-tree.c:116 builtin/grep.c:498
4176
+#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4177
+#: builtin/submodule--helper.c:330
4178
msgid "index file corrupt"
4179
msgstr "файлът с индекса е повреден"
4180
3943
-#: read-cache.c:2101
4181
+#: read-cache.c:2090
4182
#, c-format
4183
msgid "unable to create load_cache_entries thread: %s"
4184
msgstr "не може да се създаде нишка за зареждане на обектите от кеша: %s"
4185
3948
-#: read-cache.c:2114
4186
+#: read-cache.c:2103
4187
#, c-format
4188
msgid "unable to join load_cache_entries thread: %s"
4189
msgstr "не може да се изчака нишка за зареждане на обектите от кеша: %s"
4190
3953
-#: read-cache.c:2201
4191
+#: read-cache.c:2136
4192
+#, c-format
4193
+msgid "%s: index file open failed"
4194
+msgstr "%s: неуспешно отваряне на файла на индекса"
4195
+
4196
+#: read-cache.c:2140
4197
+#, c-format
4198
+msgid "%s: cannot stat the open index"
4199
+msgstr "%s: не може да се получи информация за отворения индекс със „stat“"
4200
+
4201
+#: read-cache.c:2144
4202
+#, c-format
4203
+msgid "%s: index file smaller than expected"
4204
+msgstr "%s: файлът на индекса е по-малък от очакваното"
4205
+
4206
+#: read-cache.c:2148
4207
+#, c-format
4208
+msgid "%s: unable to map index file"
4209
+msgstr "%s: неуспешно заделяне на съответстваща памет чрез „mmap“ на индекса"
4210
+
4211
+#: read-cache.c:2190
4212
#, c-format
4213
msgid "unable to create load_index_extensions thread: %s"
4214
msgstr ""
4215
"не може да се създаде нишка за зареждане на разширенията на индекса: %s"
4216
3959
-#: read-cache.c:2228
4217
+#: read-cache.c:2217
4218
#, c-format
4219
msgid "unable to join load_index_extensions thread: %s"
4220
msgstr ""
4221
"не може да се създаде нишка за зареждане на разширенията на индекса: %s"
4222
3965
-#: read-cache.c:2982 sequencer.c:4727 wrapper.c:658 builtin/merge.c:1086
4223
+#: read-cache.c:2239
4224
+#, c-format
4225
+msgid "could not freshen shared index '%s'"
4226
+msgstr "споделеният индекс „%s“ не може да се обнови"
4227
+
4228
+#: read-cache.c:2274
4229
+#, c-format
4230
+msgid "broken index, expect %s in %s, got %s"
4231
+msgstr "грешки в индекса — в „%2$s“ се очаква „%1$s“, а бе получено „%3$s“"
4232
+
4233
+#: read-cache.c:2971 sequencer.c:4791 wrapper.c:658 builtin/merge.c:1087
4234
#, c-format
4235
msgid "could not close '%s'"
4236
msgstr "„%s“ не може да се затвори"
4237
3970
-#: read-cache.c:3055 sequencer.c:2203 sequencer.c:3592
4238
+#: read-cache.c:3044 sequencer.c:2237 sequencer.c:3647
4239
#, c-format
4240
msgid "could not stat '%s'"
4241
msgstr "неуспешно изпълнение на „stat“ върху „%s“"
4242
3975
-#: read-cache.c:3068
4243
+#: read-cache.c:3057
4244
#, c-format
4245
msgid "unable to open git dir: %s"
4246
msgstr "не може да се отвори директорията на git: %s"
4247
3980
-#: read-cache.c:3080
4248
+#: read-cache.c:3069
4249
#, c-format
4250
msgid "unable to unlink: %s"
4251
msgstr "неуспешно изтриване на „%s“"
4252
4253
+#: read-cache.c:3088
4254
+#, c-format
4255
+msgid "cannot fix permission bits on '%s'"
4256
+msgstr "правата за достъп до „%s“ не могат да бъдат поправени"
4257
+
4258
+#: read-cache.c:3237
4259
+#, c-format
4260
+msgid "%s: cannot drop to stage #0"
4261
+msgstr "%s: не може да се премине към етап №0"
4262
+
4263
#: rebase-interactive.c:10
4264
msgid ""
4265
"\n"
@@ -4075,8 +4353,8 @@ msgstr ""
4353
msgid "Note that empty commits are commented out"
4354
msgstr "Празните подавания са коментирани"
4355
4078
-#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2186
4079
-#: sequencer.c:4505 sequencer.c:4561 sequencer.c:4836
4356
+#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2219
4357
+#: sequencer.c:4569 sequencer.c:4625 sequencer.c:4900
4358
#, c-format
4359
msgid "could not read '%s'."
4360
msgstr "от „%s“ не може да се чете."
@@ -4091,7 +4369,7 @@ msgstr "„%s“ не сочи към позволен обект!"
4369
msgid "ignoring dangling symref %s"
4370
msgstr "игнориране на указател на обект извън клон „%s“"
4371
4094
-#: refs.c:585 ref-filter.c:1951
4372
+#: refs.c:585 ref-filter.c:1976
4373
#, c-format
4374
msgid "ignoring broken ref %s"
4375
msgstr "игнориране на повредения указател „%s“"
@@ -4116,15 +4394,15 @@ msgstr "указателят „%s“ вече съществува"
4394
msgid "unexpected object ID when writing '%s'"
4395
msgstr "неочакван идентификатор на обект при записването на „%s“"
4396
4119
-#: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:2636
4120
-#: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:4788
4397
+#: refs.c:740 sequencer.c:396 sequencer.c:2549 sequencer.c:2675
4398
+#: sequencer.c:2689 sequencer.c:2923 sequencer.c:4789 sequencer.c:4852
4399
#: wrapper.c:656
4400
#, c-format
4401
msgid "could not write to '%s'"
4402
msgstr "в „%s“ не може да се пише"
4403
4126
-#: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:395
4127
-#: builtin/am.c:728
4404
+#: refs.c:767 sequencer.c:4787 sequencer.c:4846 wrapper.c:225 wrapper.c:395
4405
+#: builtin/am.c:713 builtin/rebase.c:575
4406
#, c-format
4407
msgid "could not open '%s' for writing"
4408
msgstr "„%s“ не може да бъде отворен за запис"
@@ -4199,7 +4477,7 @@ msgstr "Указателите не може да бъдат изтрити: %s"
4477
msgid "invalid refspec '%s'"
4478
msgstr "неправилен указател: „%s“"
4479
4202
-#: ref-filter.c:39 wt-status.c:1855
4480
+#: ref-filter.c:39 wt-status.c:1861
4481
msgid "gone"
4482
msgstr "изтрит"
4483
@@ -4248,148 +4526,153 @@ msgstr "непознат аргумент за „%%(%s)“: %s"
4526
msgid "%%(objecttype) does not take arguments"
4527
msgstr "%%(objecttype) не приема аргументи"
4528
4251
-#: ref-filter.c:235
4529
+#: ref-filter.c:245
4530
+#, c-format
4531
+msgid "unrecognized %%(objectsize) argument: %s"
4532
+msgstr "непознат аргумент за %%(objectsize): %s"
4533
+
4534
+#: ref-filter.c:253
4535
#, c-format
4253
-msgid "%%(objectsize) does not take arguments"
4254
-msgstr "%%(objectsize) не приема аргументи"
4536
+msgid "%%(deltabase) does not take arguments"
4537
+msgstr "%%(deltabase) не приема аргументи"
4538
4256
-#: ref-filter.c:247
4539
+#: ref-filter.c:265
4540
#, c-format
4541
msgid "%%(body) does not take arguments"
4542
msgstr "%%(body) не приема аргументи"
4543
4261
-#: ref-filter.c:256
4544
+#: ref-filter.c:274
4545
#, c-format
4546
msgid "%%(subject) does not take arguments"
4547
msgstr "%%(subject) не приема аргументи"
4548
4266
-#: ref-filter.c:278
4549
+#: ref-filter.c:296
4550
#, c-format
4551
msgid "unknown %%(trailers) argument: %s"
4552
msgstr "непознат аргумент „%%(trailers)“: %s"
4553
4271
-#: ref-filter.c:307
4554
+#: ref-filter.c:325
4555
#, c-format
4556
msgid "positive value expected contents:lines=%s"
4557
msgstr "очаква се положителна стойност за „contents:lines=%s“"
4558
4276
-#: ref-filter.c:309
4559
+#: ref-filter.c:327
4560
#, c-format
4561
msgid "unrecognized %%(contents) argument: %s"
4562
msgstr "непознат аргумент за %%(contents): %s"
4563
4281
-#: ref-filter.c:324
4564
+#: ref-filter.c:342
4565
#, c-format
4566
msgid "positive value expected objectname:short=%s"
4567
msgstr "очаква се положителна стойност за „objectname:short=%s“"
4568
4286
-#: ref-filter.c:328
4569
+#: ref-filter.c:346
4570
#, c-format
4571
msgid "unrecognized %%(objectname) argument: %s"
4572
msgstr "непознат аргумент за %%(objectname): %s"
4573
4291
-#: ref-filter.c:358
4574
+#: ref-filter.c:376
4575
#, c-format
4576
msgid "expected format: %%(align:<width>,<position>)"
4577
msgstr "очакван формат: %%(align:ШИРОЧИНА,ПОЗИЦИЯ)"
4578
4296
-#: ref-filter.c:370
4579
+#: ref-filter.c:388
4580
#, c-format
4581
msgid "unrecognized position:%s"
4582
msgstr "непозната позиция: %s"
4583
4301
-#: ref-filter.c:377
4584
+#: ref-filter.c:395
4585
#, c-format
4586
msgid "unrecognized width:%s"
4587
msgstr "непозната широчина: %s"
4588
4306
-#: ref-filter.c:386
4589
+#: ref-filter.c:404
4590
#, c-format
4591
msgid "unrecognized %%(align) argument: %s"
4592
msgstr "непознат аргумент за %%(align): %s"
4593
4311
-#: ref-filter.c:394
4594
+#: ref-filter.c:412
4595
#, c-format
4596
msgid "positive width expected with the %%(align) atom"
4597
msgstr "очаква се положителна широчина с лексемата „%%(align)“"
4598
4316
-#: ref-filter.c:412
4599
+#: ref-filter.c:430
4600
#, c-format
4601
msgid "unrecognized %%(if) argument: %s"
4602
msgstr "непознат аргумент за „%%(if)“: %s"
4603
4321
-#: ref-filter.c:508
4604
+#: ref-filter.c:527
4605
#, c-format
4606
msgid "malformed field name: %.*s"
4607
msgstr "неправилно име на обект: „%.*s“"
4608
4326
-#: ref-filter.c:535
4609
+#: ref-filter.c:554
4610
#, c-format
4611
msgid "unknown field name: %.*s"
4612
msgstr "непознато име на обект: „%.*s“"
4613
4331
-#: ref-filter.c:539
4614
+#: ref-filter.c:558
4615
#, c-format
4616
msgid ""
4617
"not a git repository, but the field '%.*s' requires access to object data"
4618
msgstr "не е хранилище на git, а полето „%.*s“ изисква достъп данни на обектни"
4619
4337
-#: ref-filter.c:663
4620
+#: ref-filter.c:682
4621
#, c-format
4622
msgid "format: %%(if) atom used without a %%(then) atom"
4623
msgstr "формат: лексемата %%(if) е използвана без съответната ѝ %%(then)"
4624
4342
-#: ref-filter.c:726
4625
+#: ref-filter.c:745
4626
#, c-format
4627
msgid "format: %%(then) atom used without an %%(if) atom"
4628
msgstr "формат: лексемата %%(then) е използвана без съответната ѝ %%(if)"
4629
4347
-#: ref-filter.c:728
4630
+#: ref-filter.c:747
4631
#, c-format
4632
msgid "format: %%(then) atom used more than once"
4633
msgstr "формат: лексемата %%(then) е използвана повече от един път"
4634
4352
-#: ref-filter.c:730
4635
+#: ref-filter.c:749
4636
#, c-format
4637
msgid "format: %%(then) atom used after %%(else)"
4638
msgstr "формат: лексемата %%(then) е използвана след %%(else)"
4639
4357
-#: ref-filter.c:758
4640
+#: ref-filter.c:777
4641
#, c-format
4642
msgid "format: %%(else) atom used without an %%(if) atom"
4643
msgstr "формат: лексемата %%(else) е използвана без съответната ѝ %%(if)"
4644
4362
-#: ref-filter.c:760
4645
+#: ref-filter.c:779
4646
#, c-format
4647
msgid "format: %%(else) atom used without a %%(then) atom"
4648
msgstr "формат: лексемата %%(else) е използвана без съответната ѝ %%(then)"
4649
4367
-#: ref-filter.c:762
4650
+#: ref-filter.c:781
4651
#, c-format
4652
msgid "format: %%(else) atom used more than once"
4653
msgstr "формат: лексемата %%(else) е използвана повече от един път"
4654
4372
-#: ref-filter.c:777
4655
+#: ref-filter.c:796
4656
#, c-format
4657
msgid "format: %%(end) atom used without corresponding atom"
4658
msgstr "формат: лексемата %%(end) е използвана без съответната ѝ"
4659
4377
-#: ref-filter.c:834
4660
+#: ref-filter.c:853
4661
#, c-format
4662
msgid "malformed format string %s"
4663
msgstr "неправилен форматиращ низ „%s“"
4664
4382
-#: ref-filter.c:1424
4665
+#: ref-filter.c:1447
4666
#, c-format
4667
msgid "(no branch, rebasing %s)"
4668
msgstr "(извън клон, пребазиране на „%s“)"
4669
4387
-#: ref-filter.c:1427
4670
+#: ref-filter.c:1450
4671
#, c-format
4672
msgid "(no branch, rebasing detached HEAD %s)"
4673
msgstr "(извън клон, пребазиране на несвързан указател „HEAD“ при „%s“)"
4674
4392
-#: ref-filter.c:1430
4675
+#: ref-filter.c:1453
4676
#, c-format
4677
msgid "(no branch, bisect started on %s)"
4678
msgstr "(извън клон, двоично търсене от „%s“)"
@@ -4397,7 +4680,7 @@ msgstr "(извън клон, двоично търсене от „%s“)"
4680
#. TRANSLATORS: make sure this matches "HEAD
4681
#. detached at " in wt-status.c
4682
#.
4400
-#: ref-filter.c:1438
4683
+#: ref-filter.c:1461
4684
#, c-format
4685
msgid "(HEAD detached at %s)"
4686
msgstr "(Указателят „HEAD“ не е свързан и е при „%s“)"
@@ -4405,144 +4688,291 @@ msgstr "(Указателят „HEAD“ не е свързан и е при „
4688
#. TRANSLATORS: make sure this matches "HEAD
4689
#. detached from " in wt-status.c
4690
#.
4408
-#: ref-filter.c:1445
4691
+#: ref-filter.c:1468
4692
#, c-format
4693
msgid "(HEAD detached from %s)"
4694
msgstr "Указателят „HEAD“ не е свързан и е отделѐн от „%s“"
4695
4413
-#: ref-filter.c:1449
4696
+#: ref-filter.c:1472
4697
msgid "(no branch)"
4698
msgstr "(извън клон)"
4699
4417
-#: ref-filter.c:1483 ref-filter.c:1638
4700
+#: ref-filter.c:1506 ref-filter.c:1663
4701
#, c-format
4702
msgid "missing object %s for %s"
4703
msgstr "обектът „%s“ липсва за „%s“"
4704
4422
-#: ref-filter.c:1491
4705
+#: ref-filter.c:1516
4706
#, c-format
4707
msgid "parse_object_buffer failed on %s for %s"
4708
msgstr "неуспешно анализиране чрез „parse_object_buffer“ на „%s“ за „%s“"
4709
4427
-#: ref-filter.c:1857
4710
+#: ref-filter.c:1882
4711
#, c-format
4712
msgid "malformed object at '%s'"
4713
msgstr "обект със сгрешен формат при „%s“"
4714
4432
-#: ref-filter.c:1946
4715
+#: ref-filter.c:1971
4716
#, c-format
4717
msgid "ignoring ref with broken name %s"
4718
msgstr "игнориране на указателя с грешно име „%s“"
4719
4437
-#: ref-filter.c:2232
4720
+#: ref-filter.c:2257
4721
#, c-format
4722
msgid "format: %%(end) atom missing"
4723
msgstr "грешка във форма̀та: липсва лексемата %%(end)"
4724
4442
-#: ref-filter.c:2338
4725
+#: ref-filter.c:2352
4726
+#, c-format
4727
+msgid "option `%s' is incompatible with --merged"
4728
+msgstr "опциите „%s“ и „--merged“ са несъвместими"
4729
+
4730
+#: ref-filter.c:2355
4731
+#, c-format
4732
+msgid "option `%s' is incompatible with --no-merged"
4733
+msgstr "опциите „%s“ и „--no-merged“ са несъвместими"
4734
+
4735
+#: ref-filter.c:2365
4736
#, c-format
4737
msgid "malformed object name %s"
4738
msgstr "неправилно име на обект „%s“"
4739
4447
-#: remote.c:607
4740
+#: ref-filter.c:2370
4741
+#, c-format
4742
+msgid "option `%s' must point to a commit"
4743
+msgstr "опцията „%s“ не сочи към подаване"
4744
+
4745
+#: remote.c:363
4746
+#, c-format
4747
+msgid "config remote shorthand cannot begin with '/': %s"
4748
+msgstr ""
4749
+"съкращението за отдалечено хранилище не може за започва със знака „/“: %s"
4750
+
4751
+#: remote.c:410
4752
+msgid "more than one receivepack given, using the first"
4753
+msgstr "зададен е повече от един пакет за получаване, ще се ползва първият"
4754
+
4755
+#: remote.c:418
4756
+msgid "more than one uploadpack given, using the first"
4757
+msgstr "зададен е повече от един пакет за изпращане, ще се ползва първият"
4758
+
4759
+#: remote.c:608
4760
#, c-format
4761
msgid "Cannot fetch both %s and %s to %s"
4762
msgstr "Невъзможно е да се доставят едновременно и „%s“, и „%s“ към „%s“"
4763
4452
-#: remote.c:611
4764
+#: remote.c:612
4765
#, c-format
4766
msgid "%s usually tracks %s, not %s"
4767
msgstr "„%s“ обикновено следи „%s“, а не „%s“"
4768
4457
-#: remote.c:615
4769
+#: remote.c:616
4770
#, c-format
4771
msgid "%s tracks both %s and %s"
4772
msgstr "„%s“ следи както „%s“, така и „%s“"
4773
4462
-#: remote.c:623
4463
-msgid "Internal error"
4464
-msgstr "Вътрешна грешка"
4774
+#: remote.c:684
4775
+#, c-format
4776
+msgid "key '%s' of pattern had no '*'"
4777
+msgstr "ключ „%s“ на шаблона не съдържа „*“"
4778
+
4779
+#: remote.c:694
4780
+#, c-format
4781
+msgid "value '%s' of pattern has no '*'"
4782
+msgstr "стойност „%s“ на шаблона не съдържа „*“"
4783
+
4784
+#: remote.c:1000
4785
+#, c-format
4786
+msgid "src refspec %s does not match any"
4787
+msgstr "указателят на версия-източник „%s“ не съвпада с никой обект"
4788
+
4789
+#: remote.c:1005
4790
+#, c-format
4791
+msgid "src refspec %s matches more than one"
4792
+msgstr "указателят на версия-източник „%s“ съвпада с повече от един обект"
4793
+
4794
+#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4795
+#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4796
+#. the <src>.
4797
+#.
4798
+#: remote.c:1020
4799
+#, c-format
4800
+msgid ""
4801
+"The destination you provided is not a full refname (i.e.,\n"
4802
+"starting with \"refs/\"). We tried to guess what you meant by:\n"
4803
+"\n"
4804
+"- Looking for a ref that matches '%s' on the remote side.\n"
4805
+"- Checking if the <src> being pushed ('%s')\n"
4806
+" is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4807
+" refs/{heads,tags}/ prefix on the remote side.\n"
4808
+"\n"
4809
+"Neither worked, so we gave up. You must fully qualify the ref."
4810
+msgstr ""
4811
+"Зададената цел не е пълен указател (не започва с „refs/“).\n"
4812
+"Бяха пробвани следните варианти:\n"
4813
+"\n"
4814
+" ⁃ указател от отдалеченото хранилище, който да съответства на „%s“;\n"
4815
+" ⁃ дали изтласкваният ИЗТОЧНИК („%s“) е указател в „refs/{heads,tags}/“.\n"
4816
+" При съвпадение се добавя съответен префикс „refs/{heads,tags}/“ за\n"
4817
+" отдалеченото хранилище.\n"
4818
+"\n"
4819
+"Никой от вариантите не сработи. Трябва сами да укажете пълното име на\n"
4820
+"указателя."
4821
+
4822
+#: remote.c:1040
4823
+#, c-format
4824
+msgid ""
4825
+"The <src> part of the refspec is a commit object.\n"
4826
+"Did you mean to create a new branch by pushing to\n"
4827
+"'%s:refs/heads/%s'?"
4828
+msgstr ""
4829
+"ИЗТОЧНИКът е обект-подаване. Не целите ли всъщност да създадете нов клон "
4830
+"като\n"
4831
+"изтласкате към „%s:refs/heads/%s“?"
4832
+
4833
+#: remote.c:1045
4834
+#, c-format
4835
+msgid ""
4836
+"The <src> part of the refspec is a tag object.\n"
4837
+"Did you mean to create a new tag by pushing to\n"
4838
+"'%s:refs/tags/%s'?"
4839
+msgstr ""
4840
+"ИЗТОЧНИКът е обект-етикет. Не целите ли всъщност да създадете нов клон "
4841
+"като\n"
4842
+"изтласкате към „%s:refs/tags/%s“?"
4843
+
4844
+#: remote.c:1050
4845
+#, c-format
4846
+msgid ""
4847
+"The <src> part of the refspec is a tree object.\n"
4848
+"Did you mean to tag a new tree by pushing to\n"
4849
+"'%s:refs/tags/%s'?"
4850
+msgstr ""
4851
+"ИЗТОЧНИКът е обект-дърво. Не целите ли всъщност да създадете нов клон като\n"
4852
+"изтласкате към „%s:refs/tags/%s“?"
4853
+
4854
+#: remote.c:1055
4855
+#, c-format
4856
+msgid ""
4857
+"The <src> part of the refspec is a blob object.\n"
4858
+"Did you mean to tag a new blob by pushing to\n"
4859
+"'%s:refs/tags/%s'?"
4860
+msgstr ""
4861
+"ИЗТОЧНИКът е обект-BLOB. Не целите ли всъщност да създадете нов клон като\n"
4862
+"изтласкате към „%s:refs/tags/%s“?"
4863
+
4864
+#: remote.c:1091
4865
+#, c-format
4866
+msgid "%s cannot be resolved to branch"
4867
+msgstr "не е открит клон съответстващ на „%s“"
4868
+
4869
+#: remote.c:1102
4870
+#, c-format
4871
+msgid "unable to delete '%s': remote ref does not exist"
4872
+msgstr "„%s“ не може да се изтрие: отдалечения указател не съществува"
4873
+
4874
+#: remote.c:1114
4875
+#, c-format
4876
+msgid "dst refspec %s matches more than one"
4877
+msgstr "указателят на версия-цел „%s“ съвпада с повече от един обект"
4878
+
4879
+#: remote.c:1121
4880
+#, c-format
4881
+msgid "dst ref %s receives from more than one src"
4882
+msgstr ""
4883
+"указателят на версия-цел „%s“ съответства и ще получава от повече от един "
4884
+"източник"
4885
4466
-#: remote.c:1569 remote.c:1670
4886
+#: remote.c:1624 remote.c:1725
4887
msgid "HEAD does not point to a branch"
4888
msgstr "Указателят „HEAD“ не сочи към клон"
4889
4470
-#: remote.c:1578
4890
+#: remote.c:1633
4891
#, c-format
4892
msgid "no such branch: '%s'"
4893
msgstr "няма клон на име „%s“"
4894
4475
-#: remote.c:1581
4895
+#: remote.c:1636
4896
#, c-format
4897
msgid "no upstream configured for branch '%s'"
4898
msgstr "не е зададен клон-източник за клона „%s“"
4899
4480
-#: remote.c:1587
4900
+#: remote.c:1642
4901
#, c-format
4902
msgid "upstream branch '%s' not stored as a remote-tracking branch"
4903
msgstr "клонът-източник „%s“ не е съхранен като следящ клон"
4904
4485
-#: remote.c:1602
4905
+#: remote.c:1657
4906
#, c-format
4907
msgid "push destination '%s' on remote '%s' has no local tracking branch"
4908
msgstr ""
4909
"липсва локален следящ клон за местоположението за изтласкване „%s“ в "
4910
"хранилището „%s“"
4911
4492
-#: remote.c:1614
4912
+#: remote.c:1669
4913
#, c-format
4914
msgid "branch '%s' has no remote for pushing"
4915
msgstr "няма информация клонът „%s“ да следи някой друг"
4916
4497
-#: remote.c:1624
4917
+#: remote.c:1679
4918
#, c-format
4919
msgid "push refspecs for '%s' do not include '%s'"
4920
msgstr "указателят за изтласкване на „%s“ не включва „%s“"
4921
4502
-#: remote.c:1637
4922
+#: remote.c:1692
4923
msgid "push has no destination (push.default is 'nothing')"
4924
msgstr "указателят за изтласкване не включва цел („push.default“ е „nothing“)"
4925
4506
-#: remote.c:1659
4926
+#: remote.c:1714
4927
msgid "cannot resolve 'simple' push to a single destination"
4928
msgstr "простото (simple) изтласкване не съответства на една цел"
4929
4510
-#: remote.c:1935
4930
+#: remote.c:1840
4931
+#, c-format
4932
+msgid "couldn't find remote ref %s"
4933
+msgstr "отдалеченият указател „%s“ не може да бъде открит"
4934
+
4935
+#: remote.c:1853
4936
+#, c-format
4937
+msgid "* Ignoring funny ref '%s' locally"
4938
+msgstr "• прескачане на неочаквания локален указател „%s“"
4939
+
4940
+#: remote.c:1990
4941
#, c-format
4942
msgid "Your branch is based on '%s', but the upstream is gone.\n"
4943
msgstr "Този клон следи „%s“, но следеният клон е изтрит.\n"
4944
4515
-#: remote.c:1939
4945
+#: remote.c:1994
4946
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
4947
msgstr " (за да коригирате това, използвайте „git branch --unset-upstream“)\n"
4948
4519
-#: remote.c:1942
4949
+#: remote.c:1997
4950
#, c-format
4951
msgid "Your branch is up to date with '%s'.\n"
4952
msgstr "Клонът е актуализиран към „%s“.\n"
4953
4524
-#: remote.c:1946
4954
+#: remote.c:2001
4955
#, c-format
4956
msgid "Your branch and '%s' refer to different commits.\n"
4957
msgstr "Клонът ви и „%s“ сочат към различни подавания.\n"
4958
4529
-#: remote.c:1949
4959
+#: remote.c:2004
4960
#, c-format
4961
msgid " (use \"%s\" for details)\n"
4962
msgstr " (за повече информация ползвайте „%s“)\n"
4963
4534
-#: remote.c:1953
4964
+#: remote.c:2008
4965
#, c-format
4966
msgid "Your branch is ahead of '%s' by %d commit.\n"
4967
msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4968
msgstr[0] "Клонът ви е с %2$d подаване пред „%1$s“.\n"
4969
msgstr[1] "Клонът ви е с %2$d подавания пред „%1$s“.\n"
4970
4541
-#: remote.c:1959
4971
+#: remote.c:2014
4972
msgid " (use \"git push\" to publish your local commits)\n"
4973
msgstr " (публикувайте локалните си промени чрез „git push“)\n"
4974
4545
-#: remote.c:1962
4975
+#: remote.c:2017
4976
#, c-format
4977
msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4978
msgid_plural ""
@@ -4550,11 +4980,11 @@ msgid_plural ""
4980
msgstr[0] "Клонът ви е с %2$d подаване зад „%1$s“ и може да бъде превъртян.\n"
4981
msgstr[1] "Клонът ви е с %2$d подавания зад „%1$s“ и може да бъде превъртян.\n"
4982
4553
-#: remote.c:1970
4983
+#: remote.c:2025
4984
msgid " (use \"git pull\" to update your local branch)\n"
4985
msgstr " (обновете локалния си клон чрез „git pull“)\n"
4986
4557
-#: remote.c:1973
4987
+#: remote.c:2028
4988
#, c-format
4989
msgid ""
4990
"Your branch and '%s' have diverged,\n"
@@ -4569,10 +4999,15 @@ msgstr[1] ""
4999
"Текущият клон се е отделил от „%s“,\n"
5000
"двата имат съответно по %d и %d несъвпадащи подавания.\n"
5001
4572
-#: remote.c:1983
5002
+#: remote.c:2038
5003
msgid " (use \"git pull\" to merge the remote branch into yours)\n"
5004
msgstr " (слейте отдалечения клон в локалния чрез „git pull“)\n"
5005
5006
+#: remote.c:2221
5007
+#, c-format
5008
+msgid "cannot parse expected object name '%s'"
5009
+msgstr "очакваното име на обект „%s“ не може да бъде анализирано"
5010
+
5011
#: replace-object.c:21
5012
#, c-format
5013
msgid "bad replace ref name: %s"
@@ -4596,7 +5031,8 @@ msgstr "повреден „MERGE_RR“ (запис за коригиране н
5031
msgid "unable to write rerere record"
5032
msgstr "приложеното коригиране на конфликт не може да бъде записано"
5033
4599
-#: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:3162
5034
+#: rerere.c:485 rerere.c:692 sequencer.c:3186 sequencer.c:3212
5035
+#: builtin/fsck.c:314
5036
#, c-format
5037
msgid "could not write '%s'"
5038
msgstr "„%s“ не може да се запише"
@@ -4654,8 +5090,8 @@ msgstr "излишният обект „%s“ не може да се изтр
5090
msgid "Recorded preimage for '%s'"
5091
msgstr "Предварителният вариант на „%s“ е запазен"
5092
4657
-#: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:1413
4658
-#: builtin/submodule--helper.c:1423
5093
+#: rerere.c:881 submodule.c:2012 builtin/submodule--helper.c:1417
5094
+#: builtin/submodule--helper.c:1427
5095
#, c-format
5096
msgid "could not create directory '%s'"
5097
msgstr "Директорията „%s“ не може да бъде създадена"
@@ -4689,29 +5125,29 @@ msgstr "Запазената корекция на конфликт при „%s
5125
msgid "unable to open rr-cache directory"
5126
msgstr "директорията „rr-cache“ не може да се отвори"
5127
4692
-#: revision.c:2324
5128
+#: revision.c:2484
5129
msgid "your current branch appears to be broken"
5130
msgstr "Текущият клон е повреден"
5131
4696
-#: revision.c:2327
5132
+#: revision.c:2487
5133
#, c-format
5134
msgid "your current branch '%s' does not have any commits yet"
5135
msgstr "Текущият клон „%s“ е без подавания "
5136
4701
-#: revision.c:2523
5137
+#: revision.c:2684
5138
msgid "--first-parent is incompatible with --bisect"
5139
msgstr "опциите „--first-parent“ и „--bisect“ са несъвместими"
5140
4705
-#: run-command.c:740
5141
+#: run-command.c:742
5142
msgid "open /dev/null failed"
5143
msgstr "неуспешно отваряне на „/dev/null“"
5144
4709
-#: run-command.c:1229
5145
+#: run-command.c:1231
5146
#, c-format
5147
msgid "cannot create async thread: %s"
5148
msgstr "не може да се създаде асинхронна нишка: %s"
5149
4714
-#: run-command.c:1293
5150
+#: run-command.c:1295
5151
#, c-format
5152
msgid ""
5153
"The '%s' hook was ignored because it's not set as executable.\n"
@@ -4721,32 +5157,32 @@ msgstr ""
5157
"За да изключите това предупреждение, изпълнете:\n"
5158
" git config advice.ignoredHook false"
5159
4724
-#: send-pack.c:142
5160
+#: send-pack.c:141
5161
msgid "unexpected flush packet while reading remote unpack status"
5162
msgstr ""
5163
"неочакван изчистващ пакет „flush“ при изчитане на състоянието от "
5164
"отдалеченото разпакетиране"
5165
4730
-#: send-pack.c:144
5166
+#: send-pack.c:143
5167
#, c-format
5168
msgid "unable to parse remote unpack status: %s"
5169
msgstr ""
5170
"състоянието от отдалеченото разпакетиране не може да бъде анализирано: %s"
5171
4736
-#: send-pack.c:146
5172
+#: send-pack.c:145
5173
#, c-format
5174
msgid "remote unpack failed: %s"
5175
msgstr "неуспешно отдалечено разпакетиране: %s"
5176
4741
-#: send-pack.c:308
5177
+#: send-pack.c:306
5178
msgid "failed to sign the push certificate"
5179
msgstr "сертификатът за изтласкване не може да бъде подписан"
5180
4745
-#: send-pack.c:421
5181
+#: send-pack.c:420
5182
msgid "the receiving end does not support --signed push"
5183
msgstr "отсрещната страна не поддържа изтласкване с опцията „--signed“"
5184
4749
-#: send-pack.c:423
5185
+#: send-pack.c:422
5186
msgid ""
5187
"not sending a push certificate since the receiving end does not support --"
5188
"signed push"
@@ -4754,42 +5190,42 @@ msgstr ""
5190
"отсрещната страна не поддържа изтласкване с опцията „--signed“, затова не се "
5191
"използва сертификат"
5192
4757
-#: send-pack.c:435
5193
+#: send-pack.c:434
5194
msgid "the receiving end does not support --atomic push"
5195
msgstr "получаващата страна не поддържа изтласкване с опцията „--atomic“"
5196
4761
-#: send-pack.c:440
5197
+#: send-pack.c:439
5198
msgid "the receiving end does not support push options"
5199
msgstr "отсрещната страна не поддържа опции при изтласкване"
5200
4765
-#: sequencer.c:183
5201
+#: sequencer.c:184
5202
#, c-format
5203
msgid "invalid commit message cleanup mode '%s'"
5204
msgstr "несъществуващ режим на изчистване „%s“ на съобщение при подаване"
5205
4770
-#: sequencer.c:287
5206
+#: sequencer.c:288
5207
#, c-format
5208
msgid "could not delete '%s'"
5209
msgstr "„%s“ не може да бъде изтрит"
5210
4775
-#: sequencer.c:313
5211
+#: sequencer.c:314
5212
msgid "revert"
5213
msgstr "отмяна"
5214
4779
-#: sequencer.c:315
5215
+#: sequencer.c:316
5216
msgid "cherry-pick"
5217
msgstr "отбиране"
5218
4783
-#: sequencer.c:317
5219
+#: sequencer.c:318
5220
msgid "rebase -i"
5221
msgstr "rebase -i"
5222
4787
-#: sequencer.c:319
5223
+#: sequencer.c:320
5224
#, c-format
5225
msgid "unknown action: %d"
5226
msgstr "неизвестно действие: %d"
5227
4792
-#: sequencer.c:376
5228
+#: sequencer.c:378
5229
msgid ""
5230
"after resolving the conflicts, mark the corrected paths\n"
5231
"with 'git add <paths>' or 'git rm <paths>'"
@@ -4797,7 +5233,7 @@ msgstr ""
5233
"след коригирането на конфликтите, отбележете съответните\n"
5234
"пътища с „git add ПЪТ…“ или „git rm ПЪТ…“."
5235
4800
-#: sequencer.c:379
5236
+#: sequencer.c:381
5237
msgid ""
5238
"after resolving the conflicts, mark the corrected paths\n"
5239
"with 'git add <paths>' or 'git rm <paths>'\n"
@@ -4807,39 +5243,39 @@ msgstr ""
5243
"пътища с „git add ПЪТ…“ или „git rm ПЪТ…“, след което\n"
5244
"подайте резултата с командата „git commit'“."
5245
4810
-#: sequencer.c:392 sequencer.c:2632
5246
+#: sequencer.c:394 sequencer.c:2671
5247
#, c-format
5248
msgid "could not lock '%s'"
5249
msgstr "„%s“ не може да се заключи"
5250
4815
-#: sequencer.c:399
5251
+#: sequencer.c:401
5252
#, c-format
5253
msgid "could not write eol to '%s'"
5254
msgstr "краят на ред не може да се запише в „%s“"
5255
4820
-#: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:2652
4821
-#: sequencer.c:2885
5256
+#: sequencer.c:406 sequencer.c:2554 sequencer.c:2677 sequencer.c:2691
5257
+#: sequencer.c:2931
5258
#, c-format
5259
msgid "failed to finalize '%s'"
5260
msgstr "„%s“ не може да се завърши"
5261
4826
-#: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:2535
4827
-#: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:746
4828
-#: builtin/merge.c:1084 builtin/rebase.c:152
5262
+#: sequencer.c:429 sequencer.c:931 sequencer.c:1615 sequencer.c:2574
5263
+#: sequencer.c:2913 sequencer.c:3022 builtin/am.c:245 builtin/commit.c:748
5264
+#: builtin/merge.c:1085 builtin/rebase.c:154
5265
#, c-format
5266
msgid "could not read '%s'"
5267
msgstr "файлът „%s“ не може да бъде прочетен"
5268
4833
-#: sequencer.c:453
5269
+#: sequencer.c:455
5270
#, c-format
5271
msgid "your local changes would be overwritten by %s."
5272
msgstr "локалните ви промени ще бъдат презаписани при %s."
5273
4838
-#: sequencer.c:457
5274
+#: sequencer.c:459
5275
msgid "commit your changes or stash them to proceed."
5276
msgstr "подайте или скатайте промените, за да продължите"
5277
4842
-#: sequencer.c:486
5278
+#: sequencer.c:491
5279
#, c-format
5280
msgid "%s: fast-forward"
5281
msgstr "%s: превъртане"
@@ -4847,70 +5283,70 @@ msgstr "%s: превъртане"
5283
#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5284
#. "rebase -i".
5285
#.
4850
-#: sequencer.c:575
5286
+#: sequencer.c:582
5287
#, c-format
5288
msgid "%s: Unable to write new index file"
5289
msgstr "%s: новият индекс не може да бъде запазен"
5290
4855
-#: sequencer.c:591
5291
+#: sequencer.c:598
5292
msgid "unable to update cache tree"
5293
msgstr "дървото на кеша не може да бъде обновено"
5294
4859
-#: sequencer.c:604
5295
+#: sequencer.c:612
5296
msgid "could not resolve HEAD commit"
5297
msgstr "подаването, сочено от указателя „HEAD“, не може да бъде открито"
5298
4863
-#: sequencer.c:684
5299
+#: sequencer.c:692
5300
#, c-format
5301
msgid "no key present in '%.*s'"
5302
msgstr "в „%.*s“ няма ключове"
5303
4868
-#: sequencer.c:695
5304
+#: sequencer.c:703
5305
#, c-format
5306
msgid "unable to dequote value of '%s'"
5307
msgstr "цитирането на стойността на „%s“ не може да бъде изчистено"
5308
4873
-#: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:719
4874
-#: builtin/am.c:811 builtin/merge.c:1081
5309
+#: sequencer.c:740 wrapper.c:227 wrapper.c:397 builtin/am.c:704
5310
+#: builtin/am.c:796 builtin/merge.c:1082 builtin/rebase.c:617
5311
#, c-format
5312
msgid "could not open '%s' for reading"
5313
msgstr "файлът не може да бъде прочетен: „%s“"
5314
4879
-#: sequencer.c:742
5315
+#: sequencer.c:750
5316
msgid "'GIT_AUTHOR_NAME' already given"
5317
msgstr "настройката за автор „GIT_AUTHOR_NAME“ вече е зададена"
5318
4883
-#: sequencer.c:747
5319
+#: sequencer.c:755
5320
msgid "'GIT_AUTHOR_EMAIL' already given"
5321
msgstr "настройката за е-поща „GIT_AUTHOR_EMAIL“ вече е зададена"
5322
4887
-#: sequencer.c:752
5323
+#: sequencer.c:760
5324
msgid "'GIT_AUTHOR_DATE' already given"
5325
msgstr "настройката за дата „GIT_AUTHOR_DATE“ вече е зададена"
5326
4891
-#: sequencer.c:756
5327
+#: sequencer.c:764
5328
#, c-format
5329
msgid "unknown variable '%s'"
5330
msgstr "непозната променлива „%s“"
5331
4896
-#: sequencer.c:761
5332
+#: sequencer.c:769
5333
msgid "missing 'GIT_AUTHOR_NAME'"
5334
msgstr "настройката за автор „GIT_AUTHOR_NAME“ липсва"
5335
4900
-#: sequencer.c:763
5336
+#: sequencer.c:771
5337
msgid "missing 'GIT_AUTHOR_EMAIL'"
5338
msgstr "настройката за е-поща „GIT_AUTHOR_EMAIL“ липсва"
5339
4904
-#: sequencer.c:765
5340
+#: sequencer.c:773
5341
msgid "missing 'GIT_AUTHOR_DATE'"
5342
msgstr "настройката за дата „GIT_AUTHOR_DATE“ липсва"
5343
4908
-#: sequencer.c:825
5344
+#: sequencer.c:833
5345
#, c-format
5346
msgid "invalid date format '%s' in '%s'"
5347
msgstr "неправилен формат на дата „%s“ в „%s“"
5348
4913
-#: sequencer.c:842
5349
+#: sequencer.c:850
5350
#, c-format
5351
msgid ""
5352
"you have staged changes in your working tree\n"
@@ -4939,17 +5375,17 @@ msgstr ""
5375
"\n"
5376
" git rebase --continue\n"
5377
4942
-#: sequencer.c:935
5378
+#: sequencer.c:945
5379
msgid "writing root commit"
5380
msgstr "запазване на начално подаване"
5381
4946
-#: sequencer.c:1142
5382
+#: sequencer.c:1155
5383
msgid "'prepare-commit-msg' hook failed"
5384
msgstr ""
5385
"неуспешно изпълнение на куката при промяна на съобщението при подаване "
5386
"(prepare-commit-msg)"
5387
4952
-#: sequencer.c:1149
5388
+#: sequencer.c:1162
5389
msgid ""
5390
"Your name and email address were configured automatically based\n"
5391
"on your username and hostname. Please check that they are accurate.\n"
@@ -4978,7 +5414,7 @@ msgstr ""
5414
"\n"
5415
" git commit --amend --reset-author\n"
5416
4981
-#: sequencer.c:1162
5417
+#: sequencer.c:1175
5418
msgid ""
5419
"Your name and email address were configured automatically based\n"
5420
"on your username and hostname. Please check that they are accurate.\n"
@@ -5004,311 +5440,306 @@ msgstr ""
5440
"\n"
5441
" git commit --amend --reset-author\n"
5442
5007
-#: sequencer.c:1202
5443
+#: sequencer.c:1217
5444
msgid "couldn't look up newly created commit"
5445
msgstr "току що създаденото подаване не може да бъде открито"
5446
5011
-#: sequencer.c:1204
5447
+#: sequencer.c:1219
5448
msgid "could not parse newly created commit"
5449
msgstr "току що създаденото подаване не може да бъде анализирано"
5450
5015
-#: sequencer.c:1250
5451
+#: sequencer.c:1265
5452
msgid "unable to resolve HEAD after creating commit"
5453
msgstr ""
5454
"състоянието сочено от указателя „HEAD“ не може да бъде открито след "
5455
"подаването"
5456
5021
-#: sequencer.c:1252
5457
+#: sequencer.c:1267
5458
msgid "detached HEAD"
5459
msgstr "несвързан връх „HEAD“"
5460
5025
-#: sequencer.c:1256
5461
+#: sequencer.c:1271
5462
msgid " (root-commit)"
5463
msgstr " (начално подаване)"
5464
5029
-#: sequencer.c:1277
5465
+#: sequencer.c:1292
5466
msgid "could not parse HEAD"
5467
msgstr "указателят „HEAD“ не може да бъде анализиран"
5468
5033
-#: sequencer.c:1279
5469
+#: sequencer.c:1294
5470
#, c-format
5471
msgid "HEAD %s is not a commit!"
5472
msgstr "указателят „HEAD“ „%s“ сочи към нещо, което не е подаване!"
5473
5038
-#: sequencer.c:1283 builtin/commit.c:1543
5474
+#: sequencer.c:1298 builtin/commit.c:1546
5475
msgid "could not parse HEAD commit"
5476
msgstr "върховото подаване „HEAD“ не може да бъде прочетено"
5477
5042
-#: sequencer.c:1334 sequencer.c:1934
5478
+#: sequencer.c:1350 sequencer.c:1964
5479
msgid "unable to parse commit author"
5480
msgstr "авторът на подаването не може да бъде анализиран"
5481
5046
-#: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:677
5482
+#: sequencer.c:1360 builtin/am.c:1570 builtin/merge.c:678
5483
msgid "git write-tree failed to write a tree"
5484
msgstr "Командата „git write-tree“ не успя да запише обект-дърво"
5485
5050
-#: sequencer.c:1361 sequencer.c:1416
5486
+#: sequencer.c:1377 sequencer.c:1433
5487
#, c-format
5488
msgid "unable to read commit message from '%s'"
5489
msgstr "съобщението за подаване не може да бъде прочетено от „%s“"
5490
5055
-#: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:858
5056
-#: builtin/merge.c:883
5491
+#: sequencer.c:1399 builtin/am.c:1591 builtin/commit.c:1649 builtin/merge.c:859
5492
+#: builtin/merge.c:884
5493
msgid "failed to write commit object"
5494
msgstr "обектът за подаването не може да бъде записан"
5495
5060
-#: sequencer.c:1443
5496
+#: sequencer.c:1460
5497
#, c-format
5498
msgid "could not parse commit %s"
5499
msgstr "подаването „%s“ не може да бъде анализирано"
5500
5065
-#: sequencer.c:1448
5501
+#: sequencer.c:1465
5502
#, c-format
5503
msgid "could not parse parent commit %s"
5504
msgstr "родителското подаване „%s“ не може да бъде анализирано"
5505
5070
-#: sequencer.c:1546 sequencer.c:1654
5506
+#: sequencer.c:1565 sequencer.c:1675
5507
#, c-format
5508
msgid "unknown command: %d"
5509
msgstr "непозната команда: %d"
5510
5075
-#: sequencer.c:1601 sequencer.c:1626
5511
+#: sequencer.c:1622 sequencer.c:1647
5512
#, c-format
5513
msgid "This is a combination of %d commits."
5514
msgstr "Това е обединение от %d подавания"
5515
5080
-#: sequencer.c:1611 sequencer.c:4744
5516
+#: sequencer.c:1632 sequencer.c:4808
5517
msgid "need a HEAD to fixup"
5518
msgstr "За вкарване в предходното подаване ви трябва указател „HEAD“"
5519
5084
-#: sequencer.c:1613 sequencer.c:2912
5520
+#: sequencer.c:1634 sequencer.c:2958
5521
msgid "could not read HEAD"
5522
msgstr "указателят „HEAD“ не може да се прочете"
5523
5088
-#: sequencer.c:1615
5524
+#: sequencer.c:1636
5525
msgid "could not read HEAD's commit message"
5526
msgstr ""
5527
"съобщението за подаване към указателя „HEAD“ не може да бъде прочетено: %s"
5528
5093
-#: sequencer.c:1621
5529
+#: sequencer.c:1642
5530
#, c-format
5531
msgid "cannot write '%s'"
5532
msgstr "„%s“ не може да се запази"
5533
5098
-#: sequencer.c:1628 git-rebase--preserve-merges.sh:441
5534
+#: sequencer.c:1649 git-rebase--preserve-merges.sh:441
5535
msgid "This is the 1st commit message:"
5536
msgstr "Това е 1-то съобщение при подаване:"
5537
5102
-#: sequencer.c:1636
5538
+#: sequencer.c:1657
5539
#, c-format
5540
msgid "could not read commit message of %s"
5541
msgstr "съобщението за подаване към „%s“ не може да бъде прочетено"
5542
5107
-#: sequencer.c:1643
5543
+#: sequencer.c:1664
5544
#, c-format
5545
msgid "This is the commit message #%d:"
5546
msgstr "Това е съобщение при подаване №%d:"
5547
5112
-#: sequencer.c:1649
5548
+#: sequencer.c:1670
5549
#, c-format
5550
msgid "The commit message #%d will be skipped:"
5551
msgstr "Съобщение при подаване №%d ще бъде прескочено:"
5552
5117
-#: sequencer.c:1732
5553
+#: sequencer.c:1758
5554
msgid "your index file is unmerged."
5555
msgstr "индексът не е слят."
5556
5121
-#: sequencer.c:1739
5557
+#: sequencer.c:1765
5558
msgid "cannot fixup root commit"
5559
msgstr "началното подаване не може да се вкара в предходното му"
5560
5125
-#: sequencer.c:1758
5561
+#: sequencer.c:1784
5562
#, c-format
5563
msgid "commit %s is a merge but no -m option was given."
5564
msgstr "подаването „%s“ е сливане, но не е дадена опцията „-m“"
5565
5130
-#: sequencer.c:1766
5566
+#: sequencer.c:1792 sequencer.c:1800
5567
#, c-format
5568
msgid "commit %s does not have parent %d"
5569
msgstr "подаването „%s“ няма родител %d"
5570
5135
-#: sequencer.c:1770
5136
-#, c-format
5137
-msgid "mainline was specified but commit %s is not a merge."
5138
-msgstr "указано е базово подаване, но подаването „%s“ не е сливане."
5139
-
5140
-#: sequencer.c:1776
5571
+#: sequencer.c:1806
5572
#, c-format
5573
msgid "cannot get commit message for %s"
5574
msgstr "неуспешно извличане на съобщението за подаване на „%s“"
5575
5576
#. TRANSLATORS: The first %s will be a "todo" command like
5577
#. "revert" or "pick", the second %s a SHA1.
5147
-#: sequencer.c:1795
5578
+#: sequencer.c:1825
5579
#, c-format
5580
msgid "%s: cannot parse parent commit %s"
5581
msgstr "%s: неразпозната стойност за родителското подаване „%s“"
5582
5152
-#: sequencer.c:1860
5583
+#: sequencer.c:1890
5584
#, c-format
5585
msgid "could not rename '%s' to '%s'"
5586
msgstr "„%s“ не може да се преименува на „%s“"
5587
5157
-#: sequencer.c:1915
5588
+#: sequencer.c:1945
5589
#, c-format
5590
msgid "could not revert %s... %s"
5591
msgstr "подаването „%s“… не може да бъде отменено: „%s“"
5592
5162
-#: sequencer.c:1916
5593
+#: sequencer.c:1946
5594
#, c-format
5595
msgid "could not apply %s... %s"
5596
msgstr "подаването „%s“… не може да бъде приложено: „%s“"
5597
5167
-#: sequencer.c:1974
5598
+#: sequencer.c:2005
5599
#, c-format
5600
msgid "git %s: failed to read the index"
5601
msgstr "git %s: неуспешно изчитане на индекса"
5602
5172
-#: sequencer.c:1981
5603
+#: sequencer.c:2012
5604
#, c-format
5605
msgid "git %s: failed to refresh the index"
5606
msgstr "git %s: неуспешно обновяване на индекса"
5607
5177
-#: sequencer.c:2062
5608
+#: sequencer.c:2094
5609
#, c-format
5610
msgid "%s does not accept arguments: '%s'"
5611
msgstr "„%s“ не приема аргументи: „%s“"
5612
5182
-#: sequencer.c:2071
5613
+#: sequencer.c:2103
5614
#, c-format
5615
msgid "missing arguments for %s"
5616
msgstr "„%s“ изисква аргументи"
5617
5187
-#: sequencer.c:2130
5618
+#: sequencer.c:2163
5619
#, c-format
5620
msgid "invalid line %d: %.*s"
5621
msgstr "неправилен ред %d: %.*s"
5622
5192
-#: sequencer.c:2138
5623
+#: sequencer.c:2171
5624
#, c-format
5625
msgid "cannot '%s' without a previous commit"
5626
msgstr "Без предишно подаване не може да се изпълни „%s“"
5627
5197
-#: sequencer.c:2209
5628
+#: sequencer.c:2243
5629
msgid "please fix this using 'git rebase --edit-todo'."
5630
msgstr "коригирайте това чрез „git rebase --edit-todo“."
5631
5201
-#: sequencer.c:2211
5632
+#: sequencer.c:2245
5633
#, c-format
5634
msgid "unusable instruction sheet: '%s'"
5635
msgstr "неизползваем файл с описание на предстоящите действия: „%s“"
5636
5206
-#: sequencer.c:2216
5637
+#: sequencer.c:2250
5638
msgid "no commits parsed."
5639
msgstr "никое от подаванията не може да се разпознае."
5640
5210
-#: sequencer.c:2227
5641
+#: sequencer.c:2261
5642
msgid "cannot cherry-pick during a revert."
5643
msgstr ""
5644
"по време на отмяна на подаване не може да се извърши отбиране на подаване."
5645
5215
-#: sequencer.c:2229
5646
+#: sequencer.c:2263
5647
msgid "cannot revert during a cherry-pick."
5648
msgstr "по време на отбиране не може да се извърши отмяна на подаване."
5649
5219
-#: sequencer.c:2299
5650
+#: sequencer.c:2333
5651
#, c-format
5652
msgid "invalid value for %s: %s"
5653
msgstr "неправилна стойност за „%s“: „%s“"
5654
5224
-#: sequencer.c:2380
5655
+#: sequencer.c:2420
5656
msgid "unusable squash-onto"
5657
msgstr "подаването, в което другите да се вкарат, не може да се използва"
5658
5228
-#: sequencer.c:2396
5659
+#: sequencer.c:2436
5660
#, c-format
5661
msgid "malformed options sheet: '%s'"
5662
msgstr "неправилен файл с опции: „%s“"
5663
5233
-#: sequencer.c:2479 sequencer.c:4005
5664
+#: sequencer.c:2518 sequencer.c:4067
5665
msgid "empty commit set passed"
5666
msgstr "зададено е празно множество от подавания"
5667
5237
-#: sequencer.c:2487
5668
+#: sequencer.c:2526
5669
msgid "a cherry-pick or revert is already in progress"
5670
msgstr ""
5671
"в момента вече се извършва отбиране на подавания или пребазиране на клона"
5672
5242
-#: sequencer.c:2488
5673
+#: sequencer.c:2527
5674
msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5675
msgstr "използвайте „git cherry-pick (--continue | --quit | --abort)“"
5676
5246
-#: sequencer.c:2491
5677
+#: sequencer.c:2530
5678
#, c-format
5679
msgid "could not create sequencer directory '%s'"
5680
msgstr "директорията за секвенсора „%s“ не може да бъде създадена"
5681
5251
-#: sequencer.c:2505
5682
+#: sequencer.c:2544
5683
msgid "could not lock HEAD"
5684
msgstr "указателят „HEAD“ не може да се заключи"
5685
5255
-#: sequencer.c:2560 sequencer.c:3761
5686
+#: sequencer.c:2599 sequencer.c:3819
5687
msgid "no cherry-pick or revert in progress"
5688
msgstr ""
5689
"в момента не се извършва отбиране на подавания или пребазиране на клона"
5690
5260
-#: sequencer.c:2562
5691
+#: sequencer.c:2601
5692
msgid "cannot resolve HEAD"
5693
msgstr "Подаването сочено от указателя „HEAD“ не може да бъде открито"
5694
5264
-#: sequencer.c:2564 sequencer.c:2599
5695
+#: sequencer.c:2603 sequencer.c:2638
5696
msgid "cannot abort from a branch yet to be born"
5697
msgstr ""
5698
"действието не може да бъде преустановено, когато сте на клон, който тепърва "
5699
"предстои да бъде създаден"
5700
5270
-#: sequencer.c:2585 builtin/grep.c:721
5701
+#: sequencer.c:2624 builtin/grep.c:732
5702
#, c-format
5703
msgid "cannot open '%s'"
5704
msgstr "„%s“ не може да бъде отворен"
5705
5275
-#: sequencer.c:2587
5706
+#: sequencer.c:2626
5707
#, c-format
5708
msgid "cannot read '%s': %s"
5709
msgstr "„%s“ не може да бъде прочетен: %s"
5710
5280
-#: sequencer.c:2588
5711
+#: sequencer.c:2627
5712
msgid "unexpected end of file"
5713
msgstr "неочакван край на файл"
5714
5284
-#: sequencer.c:2594
5715
+#: sequencer.c:2633
5716
#, c-format
5717
msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5718
msgstr ""
5719
"запазеният преди започването на отбирането файл за указателя „HEAD“ — „%s“ е "
5720
"повреден"
5721
5291
-#: sequencer.c:2605
5722
+#: sequencer.c:2644
5723
msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5724
msgstr ""
5725
"Изглежда указателят „HEAD“ е променен. Проверете към какво сочи.\n"
5726
"Не се правят промени."
5727
5297
-#: sequencer.c:2709 sequencer.c:3679
5728
+#: sequencer.c:2750 sequencer.c:3735
5729
#, c-format
5730
msgid "could not update %s"
5731
msgstr "„%s“ не може да се обнови"
5732
5302
-#: sequencer.c:2747 sequencer.c:3659
5733
+#: sequencer.c:2788 sequencer.c:3715
5734
msgid "cannot read HEAD"
5735
msgstr "указателят „HEAD“ не може да бъде прочетен"
5736
5306
-#: sequencer.c:2762
5737
+#: sequencer.c:2805
5738
#, c-format
5739
msgid "unable to copy '%s' to '%s'"
5740
msgstr "„%s“ не може да се копира като „%s“"
5741
5311
-#: sequencer.c:2770
5742
+#: sequencer.c:2813
5743
#, c-format
5744
msgid ""
5745
"You can amend the commit now, with\n"
@@ -5327,27 +5758,27 @@ msgstr ""
5758
"\n"
5759
" git rebase --continue\n"
5760
5330
-#: sequencer.c:2780
5761
+#: sequencer.c:2823
5762
#, c-format
5763
msgid "Could not apply %s... %.*s"
5764
msgstr "Подаването „%s“… не може да бъде приложено: „%.*s“"
5765
5335
-#: sequencer.c:2787
5766
+#: sequencer.c:2830
5767
#, c-format
5768
msgid "Could not merge %.*s"
5769
msgstr "Невъзможно сливане на „%.*s“"
5770
5340
-#: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:640
5771
+#: sequencer.c:2844 sequencer.c:2848 builtin/difftool.c:641
5772
#, c-format
5773
msgid "could not copy '%s' to '%s'"
5774
msgstr "„%s“ не може да се копира като „%s“"
5775
5345
-#: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:1019
5346
-#: builtin/rebase.c:1372 builtin/rebase.c:1426
5776
+#: sequencer.c:2870 sequencer.c:3293 builtin/rebase.c:424 builtin/rebase.c:1230
5777
+#: builtin/rebase.c:1591 builtin/rebase.c:1646
5778
msgid "could not read index"
5779
msgstr "индексът не може да бъде прочетен"
5780
5350
-#: sequencer.c:2829
5781
+#: sequencer.c:2875
5782
#, c-format
5783
msgid ""
5784
"execution failed: %s\n"
@@ -5362,11 +5793,11 @@ msgstr ""
5793
" git rebase --continue\n"
5794
"\n"
5795
5365
-#: sequencer.c:2835
5796
+#: sequencer.c:2881
5797
msgid "and made changes to the index and/or the working tree\n"
5798
msgstr "и промени индекса и/или работното дърво\n"
5799
5369
-#: sequencer.c:2841
5800
+#: sequencer.c:2887
5801
#, c-format
5802
msgid ""
5803
"execution succeeded: %s\n"
@@ -5383,76 +5814,76 @@ msgstr ""
5814
" git rebase --continue\n"
5815
"\n"
5816
5386
-#: sequencer.c:2902
5817
+#: sequencer.c:2948
5818
#, c-format
5819
msgid "illegal label name: '%.*s'"
5820
msgstr "неправилно име на етикет: „%.*s“"
5821
5391
-#: sequencer.c:2954
5822
+#: sequencer.c:3002
5823
msgid "writing fake root commit"
5824
msgstr "запазване на фалшиво начално подаване"
5825
5395
-#: sequencer.c:2959
5826
+#: sequencer.c:3007
5827
msgid "writing squash-onto"
5828
msgstr "запазване на подаването, в което другите да се вкарат"
5829
5399
-#: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:591
5830
+#: sequencer.c:3045 builtin/rebase.c:429 builtin/rebase.c:435
5831
#, c-format
5832
msgid "failed to find tree of %s"
5833
msgstr "дървото, сочено от „%s“, не може да бъде открито"
5834
5404
-#: sequencer.c:3015 builtin/rebase.c:604
5835
+#: sequencer.c:3063 builtin/rebase.c:448
5836
msgid "could not write index"
5837
msgstr "индексът не може да бъде записан"
5838
5408
-#: sequencer.c:3042
5839
+#: sequencer.c:3090
5840
#, c-format
5841
msgid "could not resolve '%s'"
5842
msgstr "„%s“ не може да бъде открит"
5843
5413
-#: sequencer.c:3068
5844
+#: sequencer.c:3118
5845
msgid "cannot merge without a current revision"
5846
msgstr "без текущо подаване не може да се слива"
5847
5417
-#: sequencer.c:3090
5848
+#: sequencer.c:3140
5849
#, c-format
5850
msgid "unable to parse '%.*s'"
5851
msgstr "„%.*s“ не може да се анализира"
5852
5422
-#: sequencer.c:3099
5853
+#: sequencer.c:3149
5854
#, c-format
5855
msgid "nothing to merge: '%.*s'"
5856
msgstr "няма нищо за сливане: „%.*s“"
5857
5427
-#: sequencer.c:3111
5858
+#: sequencer.c:3161
5859
msgid "octopus merge cannot be executed on top of a [new root]"
5860
msgstr "върху начално подаване не може да се извърши множествено сливане"
5861
5431
-#: sequencer.c:3126
5862
+#: sequencer.c:3176
5863
#, c-format
5864
msgid "could not get commit message of '%s'"
5865
msgstr "съобщението за подаване към „%s“ не може да бъде получено"
5866
5436
-#: sequencer.c:3274
5867
+#: sequencer.c:3325
5868
#, c-format
5869
msgid "could not even attempt to merge '%.*s'"
5870
msgstr "сливането на „%.*s“ не може даже да започне"
5871
5441
-#: sequencer.c:3290
5872
+#: sequencer.c:3341
5873
msgid "merge: Unable to write new index file"
5874
msgstr "сливане: новият индекс не може да бъде запазен"
5875
5445
-#: sequencer.c:3358 builtin/rebase.c:268
5876
+#: sequencer.c:3409 builtin/rebase.c:298
5877
#, c-format
5878
msgid "Applied autostash.\n"
5879
msgstr "Автоматично скатаното е приложено.\n"
5880
5450
-#: sequencer.c:3370
5881
+#: sequencer.c:3421
5882
#, c-format
5883
msgid "cannot store %s"
5884
msgstr "„%s“ не може да бъде запазен"
5885
5455
-#: sequencer.c:3373 builtin/rebase.c:284
5886
+#: sequencer.c:3424 builtin/rebase.c:314
5887
#, c-format
5888
msgid ""
5889
"Applying autostash resulted in conflicts.\n"
@@ -5463,31 +5894,31 @@ msgstr ""
5894
"надеждно скатани. Можете да пробвате да ги приложите чрез „git stash pop“\n"
5895
"или да ги изхвърлите чрез „git stash drop“, когато поискате.\n"
5896
5466
-#: sequencer.c:3427
5897
+#: sequencer.c:3478
5898
#, c-format
5899
msgid "could not checkout %s"
5900
msgstr "„%s“ не може да се изтегли"
5901
5471
-#: sequencer.c:3441
5902
+#: sequencer.c:3492
5903
#, c-format
5904
msgid "%s: not a valid OID"
5905
msgstr "„%s“ е неправилен идентификатор на обект"
5906
5476
-#: sequencer.c:3446 git-rebase--preserve-merges.sh:724
5907
+#: sequencer.c:3497 git-rebase--preserve-merges.sh:724
5908
msgid "could not detach HEAD"
5909
msgstr "указателят „HEAD“ не може да се отдели"
5910
5480
-#: sequencer.c:3461
5911
+#: sequencer.c:3512
5912
#, c-format
5913
msgid "Stopped at HEAD\n"
5914
msgstr "Бе спряно при „HEAD“\n"
5915
5485
-#: sequencer.c:3463
5916
+#: sequencer.c:3514
5917
#, c-format
5918
msgid "Stopped at %s\n"
5919
msgstr "Бе спряно при „%s“\n"
5920
5490
-#: sequencer.c:3471
5921
+#: sequencer.c:3522
5922
#, c-format
5923
msgid ""
5924
"Could not execute the todo command\n"
@@ -5510,48 +5941,48 @@ msgstr ""
5941
" git rebase --edit-todo\n"
5942
" git rebase --continue\n"
5943
5513
-#: sequencer.c:3543
5944
+#: sequencer.c:3597
5945
#, c-format
5946
msgid "Stopped at %s... %.*s\n"
5947
msgstr "Спиране при „%s“… %.*s\n"
5948
5518
-#: sequencer.c:3622
5949
+#: sequencer.c:3677
5950
#, c-format
5951
msgid "unknown command %d"
5952
msgstr "непозната команда %d"
5953
5523
-#: sequencer.c:3667
5954
+#: sequencer.c:3723
5955
msgid "could not read orig-head"
5956
msgstr "указателят за „orig-head“ не може да се прочете"
5957
5527
-#: sequencer.c:3672 sequencer.c:4741
5958
+#: sequencer.c:3728 sequencer.c:4805
5959
msgid "could not read 'onto'"
5960
msgstr "указателят за „onto“ не може да се прочете"
5961
5531
-#: sequencer.c:3686
5962
+#: sequencer.c:3742
5963
#, c-format
5964
msgid "could not update HEAD to %s"
5965
msgstr "„HEAD“ не може да бъде обновен до „%s“"
5966
5536
-#: sequencer.c:3772
5967
+#: sequencer.c:3831
5968
msgid "cannot rebase: You have unstaged changes."
5969
msgstr "не може да пребазирате, защото има промени, които не са в индекса."
5970
5540
-#: sequencer.c:3781
5971
+#: sequencer.c:3840
5972
msgid "cannot amend non-existing commit"
5973
msgstr "несъществуващо подаване не може да се поправи"
5974
5544
-#: sequencer.c:3783
5975
+#: sequencer.c:3842
5976
#, c-format
5977
msgid "invalid file: '%s'"
5978
msgstr "неправилен файл: „%s“"
5979
5549
-#: sequencer.c:3785
5980
+#: sequencer.c:3844
5981
#, c-format
5982
msgid "invalid contents: '%s'"
5983
msgstr "неправилно съдържание: „%s“"
5984
5554
-#: sequencer.c:3788
5985
+#: sequencer.c:3847
5986
msgid ""
5987
"\n"
5988
"You have uncommitted changes in your working tree. Please, commit them\n"
@@ -5561,47 +5992,47 @@ msgstr ""
5992
"В работното дърво има неподадени промени. Първо ги подайте, а след това\n"
5993
"отново изпълнете „git rebase --continue“."
5994
5564
-#: sequencer.c:3824 sequencer.c:3862
5995
+#: sequencer.c:3883 sequencer.c:3921
5996
#, c-format
5997
msgid "could not write file: '%s'"
5998
msgstr "файлът „%s“ не може да бъде записан"
5999
5569
-#: sequencer.c:3877
6000
+#: sequencer.c:3936
6001
msgid "could not remove CHERRY_PICK_HEAD"
6002
msgstr "указателят „CHERRY_PICK_HEAD“ не може да бъде изтрит"
6003
5573
-#: sequencer.c:3884
6004
+#: sequencer.c:3943
6005
msgid "could not commit staged changes."
6006
msgstr "промените в индекса не могат да бъдат подадени."
6007
5577
-#: sequencer.c:3982
6008
+#: sequencer.c:4044
This file is too large to show in full.