From da578cc9e4f372c31daa68cd67952626f1b8e42d Mon Sep 17 00:00:00 2001 From: premyslposker Date: Wed, 31 Aug 2022 09:47:01 +0200 Subject: [PATCH] =?UTF-8?q?#49=20Oprava=20BG=20p=C5=99ekladu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/jquery.pdbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/jquery.pdbox.js b/src/js/jquery.pdbox.js index 0577b1f..828f29f 100644 --- a/src/js/jquery.pdbox.js +++ b/src/js/jquery.pdbox.js @@ -26,7 +26,7 @@ $.pdBox = (function () { ro: { close: "Închide", prev: "Anterior", next: "Următor", of: "/" }, sr: { close: "Zatvori", prev: "Prethodna", next: "Sledeći", of: "/" }, ru: { close: "закрыть", prev: "Предшествующий", next: "Последующий", of: "/" }, - bg: { close: "Близо", prev: "Предишен", next: "Следващия", of: "/" } + bg: { close: "Затвори", prev: "Предишен", next: "Следващия", of: "/" } }; var events = ['beforeOpen', 'afterOpen', 'load', 'beforeClose', 'afterClose'];