From e01179653fe569c86c7ca1aba73ccc098363624c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Mon, 25 Feb 2019 20:45:59 +0100 Subject: [PATCH 1/3] Update: added QR code --- i18n/oc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/oc.json b/i18n/oc.json index 9ab4f80..5168a94 100644 --- a/i18n/oc.json +++ b/i18n/oc.json @@ -165,5 +165,5 @@ "+++ no paste text +++": "+++ cap de tèxte pegat +++", "Could not get paste data: %s": "Recuperacion impossibla de las donadas copiadas : %s", - "QR code": "QR code" + "QR code": "Còdi QR" } From 8ea7c4cda627b32f9aab3b9d532bb6141d67305c Mon Sep 17 00:00:00 2001 From: AreYouLoco Date: Fri, 8 Mar 2019 23:03:07 +0100 Subject: [PATCH 2/3] Update polish translation. --- i18n/pl.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i18n/pl.json b/i18n/pl.json index 061ca43..6a1e377 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -109,11 +109,11 @@ "unknown status": "nieznany status", "server error or not responding": - "bląd serwera lub brak odpowiedzi", + "błąd serwera lub brak odpowiedzi", "Could not post comment: %s": "Nie udało się wysłać komentarza: %s", "Please move your mouse for more entropy…": - "Proszę poruszać myszą aby uzyskać większą entropię…", + "Proszę poruszać myszą, aby uzyskać większą entropię…", "Sending paste…": "Wysyłanie wklejki…", "Your paste is %s (Hit [Ctrl]+[c] to copy)": @@ -141,7 +141,7 @@ "Options": "Opcje", "Shorten URL": "Skróć adres URL", "Editor": "Edytować", - "Preview": "Zapowiedź", + "Preview": "Podgląd", "%s requires the PATH to end in a \"%s\". Please update the PATH in your index.php.": "%s requires the PATH to end in a \"%s\". Please update the PATH in your index.php.", "Decrypt": @@ -154,8 +154,8 @@ "Preparing new paste…": "Przygotowywanie nowej wklejki…", "In case this message never disappears please have a look at this FAQ for information to troubleshoot.": "W przypadku gdy ten komunikat nigdy nie znika, proszę spójrz na to FAQ aby rozwiązać problem (po angielsku).", - "+++ no paste text +++": "+++ no paste text +++", + "+++ no paste text +++": "+++ brak wklejonego tekstu +++", "Could not get paste data: %s": - "Could not get paste data: %s", - "QR code": "QR code" + "Nie można było pobrać danych wklejki: %s", + "QR code": "Kod QR" } From 0033f39b85233d125298ddac9bec7dabf7ad432c Mon Sep 17 00:00:00 2001 From: Romain Dessort Date: Sun, 24 Mar 2019 09:50:04 -0400 Subject: [PATCH 3/3] Fix #413. Exclude Let's Encrypt bot from blacklisted bots --- .htaccess.disabled | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess.disabled b/.htaccess.disabled index 60149fe..e2c8374 100644 --- a/.htaccess.disabled +++ b/.htaccess.disabled @@ -1,3 +1,4 @@ RewriteEngine on +RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC] RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC] RewriteRule .* - [R=403,L]