Skip to content

Commit 9d16c2d

Browse files
authored
Version 1.6.0 - Add translations and link to MediaWiki
Version 1.6.0 (Mar 20, 2026) * Add translations and link to MediaWiki
1 parent e4f9903 commit 9d16c2d

8 files changed

Lines changed: 41 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ intensive.
4848
1.5.0 (Mar 4, 2026)
4949

5050
* Add custom header and text settings for access-denial display
51+
52+
1.6.0 (Mar 20, 2026)
53+
54+
* Add translations and link to MediaWiki

extension.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "CrawlerProtection",
33
"author": "MyWikis LLC",
4-
"version": "1.5.0",
5-
"description": "Suite of protective measures to protect wikis from crawlers.",
4+
"url": "https://github.com/WikiMANNia/Mediawiki-Extension-CrawlerProtection",
5+
"version": "1.6.0",
6+
"descriptionmsg": "crawlerprotection-desc",
67
"type": "hook",
78
"requires": {
89
"MediaWiki": ">= 1.35"

i18n/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"@metadata": {
33
"authors": [ "MyWikis LLC" ]
44
},
5+
"crawlerprotection-desc": "Eine Reihe von Schutzmaßnahmen zum Schutz von Wikis vor Crawlern.",
56
"crawlerprotection-accessdenied-title": "Zugriff verweigert",
67
"crawlerprotection-accessdenied-text": "Anmeldung erforderlich, um diese Aktion auzuführen oder Spezialseite anzusehen. Bitte [[Special:UserLogin|melden Sie sich an]], um fortzufahren."
78
}

i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"@metadata": {
33
"authors": [ "MyWikis LLC" ]
44
},
5+
"crawlerprotection-desc": "Suite of protective measures to protect wikis from crawlers.",
56
"crawlerprotection-accessdenied-title": "Access denied",
67
"crawlerprotection-accessdenied-text": "You must be logged in to perform this action or view this special page. Please [[Special:UserLogin|log in]] to continue."
78
}

i18n/es.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"@metadata": {
3+
"authors": [ "MyWikis LLC" ]
4+
},
5+
"crawlerprotection-desc": "Conjunto de medidas de protección para proteger los wikis de los rastreadores.",
6+
"crawlerprotection-accessdenied-title": "Acceso denegado",
7+
"crawlerprotection-accessdenied-text": "Es necesario iniciar sesión para realizar esta acción o ver esta página especial. Por favor, [[Special:UserLogin|inicia sesión]] para continuar."
8+
}

i18n/fr.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"@metadata": {
3+
"authors": [ "MyWikis LLC" ]
4+
},
5+
"crawlerprotection-desc": "Ensemble de mesures de protection visant à protéger les wikis contre les robots d'indexation.",
6+
"crawlerprotection-accessdenied-title": "Accès refusé",
7+
"crawlerprotection-accessdenied-text": "Connexion requise pour effectuer cette action ou consulter cette page spéciale. Veuillez [[Special:UserLogin|vous connecter]] pour continuer."
8+
}

i18n/he.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"@metadata": {
3+
"authors": [ "MyWikis LLC" ]
4+
},
5+
"crawlerprotection-desc": "סדרת אמצעי הגנה להגנה על ויקי מפני סורקים.",
6+
"crawlerprotection-accessdenied-title": "גישה נדחתה",
7+
"crawlerprotection-accessdenied-text": "עליך להיות מחובר כדי לבצע פעולה זו או להציג דף מיוחד זה. אנא [[Special:UserLogin|התחבר]] כדי להמשיך."
8+
}

i18n/ru.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"@metadata": {
3+
"authors": [ "MyWikis LLC" ]
4+
},
5+
"crawlerprotection-desc": "Набор защитных мер для защиты вики-сайтов от краулеров.",
6+
"crawlerprotection-accessdenied-title": "Доступ запрещен",
7+
"crawlerprotection-accessdenied-text": "Для выполнения этого действия или просмотра этой специальной страницы необходимо войти в систему. Пожалуйста, [[Special:UserLogin|войдите в систему]], чтобы продолжить."
8+
}

0 commit comments

Comments
 (0)