diff --git a/tpl/bootstrap5.php b/tpl/bootstrap5.php
index b34328c7..c0686cc8 100644
--- a/tpl/bootstrap5.php
+++ b/tpl/bootstrap5.php
@@ -55,7 +55,7 @@ if ($MARKDOWN) :
- _scriptTag('js/purify-3.1.6.js', 'async'); ?>
+ _scriptTag('js/purify-3.1.7.js', 'async'); ?>
_scriptTag('js/legacy.js', 'async'); ?>
_scriptTag('js/privatebin.js', 'defer'); ?>
diff --git a/tpl/page.php b/tpl/page.php
index ffe0a2cd..4f42ebe1 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -49,7 +49,7 @@ if ($MARKDOWN):
- _scriptTag('js/purify-3.1.6.js', 'async'); ?>
+ _scriptTag('js/purify-3.1.7.js', 'async'); ?>
_scriptTag('js/legacy.js', 'async'); ?>
_scriptTag('js/privatebin.js', 'defer'); ?>
From 2cd1dca6004b28e3234ac2786be6372b27dae02e Mon Sep 17 00:00:00 2001
From: PrivateBin Translator Bot
<72346835+privatebin-translator@users.noreply.github.com>
Date: Sat, 19 Oct 2024 11:26:11 +0200
Subject: [PATCH 11/13] New translations en.json (Czech)
---
i18n/cs.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/cs.json b/i18n/cs.json
index 9d7e293a..711148d4 100644
--- a/i18n/cs.json
+++ b/i18n/cs.json
@@ -20,7 +20,7 @@
"Error saving comment. Sorry.": "Chyba při ukládání komentáře. Promiňte.",
"Error saving paste. Sorry.": "Chyba při ukládání příspěvku. Promiňte.",
"Invalid paste ID.": "Chybné ID příspěvku.",
- "Paste is not of burn-after-reading type.": "Příspěvek není nastaven na smazaní po přečtení.",
+ "Paste is not of burn-after-reading type.": "Příspěvek není nastaven na smazání po přečtení.",
"Wrong deletion token. Paste was not deleted.": "Chybný token pro odstranění. Příspěvek nebyl smazán.",
"Paste was properly deleted.": "Příspěvek byl řádně smazán.",
"JavaScript is required for %s to work. Sorry for the inconvenience.": "Pro fungování %s je vyžadován JavaScript. Omlouváme se za nepříjemnosti.",
@@ -135,7 +135,7 @@
],
"Please enter the password for this paste:": "Zadejte prosím heslo k tomuto příspěvku:",
"Could not decrypt data (Wrong key?)": "Nepodařilo se dešifrovat data (Špatný klíč?)",
- "Could not delete the paste, it was not stored in burn after reading mode.": "Nepodařilo se odstranit příspěvek, nebyl uložen v režimu smazání po přečtení.",
+ "Could not delete the paste, it was not stored in burn after reading mode.": "Nepodařilo se odstranit příspěvek, nebyl uložen v režimu smazání po přečtení.",
"FOR YOUR EYES ONLY. Don't close this window, this message can't be displayed again.": "POUZE PRO VAŠE OČI. Nezavírejte toto okno, tuto zprávu nelze znovu zobrazit.",
"Could not decrypt comment; Wrong key?": "Nepodařilo se dešifrovat komentář; Špatný klíč?",
"Reply": "Odpovědět",
@@ -192,7 +192,7 @@
"Could not get paste data: %s": "Nepodařilo se získat data příspěvku: %s",
"QR code": "QR kód",
"This website is using an insecure HTTP connection! Please use it only for testing.": "Tato stránka používá nezabezpečené HTTP připojení! Použijte ji prosím jen pro testování.",
- "For more information
see this FAQ entry.": "Více informací naleznete
v této položce FAQ.",
+ "For more information
see this FAQ entry.": "Více informací naleznete
v této položce FAQ.",
"Your browser may require an HTTPS connection to support the WebCrypto API. Try
switching to HTTPS.": "Váš prohlížeč může vyžadovat připojení HTTPS pro podporu WebCrypto API. Zkuste
přepnout na HTTPS.",
"Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": "Váš prohlížeč nepodporuje WebAssembly, které se používá pro zlib kompresi. Můžete vytvořit nekomprimované dokumenty, ale nebudete moct číst ty komprimované.",
"waiting on user to provide a password": "čekám na zadání hesla",
From d321995d7d7a7f54ebc8289f4adeeb1b1b64d8cf Mon Sep 17 00:00:00 2001
From: PrivateBin Translator Bot
<72346835+privatebin-translator@users.noreply.github.com>
Date: Sat, 19 Oct 2024 12:28:51 +0200
Subject: [PATCH 12/13] New translations en.json (Czech)
---
i18n/cs.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i18n/cs.json b/i18n/cs.json
index 711148d4..b81f0f7c 100644
--- a/i18n/cs.json
+++ b/i18n/cs.json
@@ -5,7 +5,7 @@
"Because ignorance is bliss": "Protože nevědomost je sladká",
"Paste does not exist, has expired or has been deleted.": "Vložený text neexistuje, expiroval nebo byl odstraněn.",
"%s requires php %s or above to work. Sorry.": "%s vyžaduje php %s nebo vyšší. Lituji.",
- "%s requires configuration section [%s] to be present in configuration file.": "%s vyžaduje, aby byla v konfiguračním souboru přítomna sekce [%s].",
+ "%s requires configuration section [%s] to be present in configuration file.": "%s vyžaduje, aby byla v konfiguračním souboru přítomna sekce [%s].",
"Please wait %d seconds between each post.": [
"Vyčkejte prosím %d sekundu mezi následujícími příspěvky.",
"Vyčkejte prosím %d sekundy mezi následujícími příspěvky.",
From dd4f3a43fe50e0946bed55856d0fc11db823d49a Mon Sep 17 00:00:00 2001
From: PrivateBin Translator Bot
<72346835+privatebin-translator@users.noreply.github.com>
Date: Sun, 20 Oct 2024 12:12:07 +0200
Subject: [PATCH 13/13] New translations en.json (Corsican)
---
i18n/co.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i18n/co.json b/i18n/co.json
index 55ba126a..b79964a3 100644
--- a/i18n/co.json
+++ b/i18n/co.json
@@ -220,5 +220,5 @@
"Dark Mode": "Modu scuru",
"Error compressing paste, due to missing WebAssembly support.": "Sbagliu durante a cumpressione di l’appiccicu, perchè WebAssembly ùn hè micca accettatu.",
"Error decompressing paste, your browser does not support WebAssembly. Please use another browser to view this paste.": "Sbagliu durante a scumpressione di l’appiccicu, perchè u vostru navigatore ùn accetteghja micca WebAssembly. Ci vole à impiegà un altru navigatore per affissà st’appiccicu.",
- "Start over": "Start over"
+ "Start over": "Principià torna"
}