Adjust to fit MediaWiki 1.25+ extension format.

- NEW: Use the new extension format introduced by MediaWiki 1.25; the extension will no longer run with older MediaWiki versions.
This commit is contained in:
Daniel Kraus
2016-06-06 23:30:04 +02:00
parent d0c6716346
commit c88ce848e8
44 changed files with 904 additions and 726 deletions

6
i18n/de.json Normal file
View File

@ -0,0 +1,6 @@
{
"linktitles": "LinkTitles",
"linktitles-desc": "Fügt beim Speichern von Seiten automatisch Querverweise zu vorhandenen Seiten ein.",:w
"right-linktitles-batch": "LinkTitles-Stapelverarbeitung ausführen",
"action-linktitles-batch": "LinkTitles-Stapelverarbeitung auszuführen"
}

6
i18n/en.json Normal file
View File

@ -0,0 +1,6 @@
{
"linktitles": "LinkTitles",
"linktitles-desc": "Automatically adds links to existing pages whenever a page is saved.",
"right-linktitles-batch": "Perform a LinkTitles batch operation",
"action-linktitles-batch": "perform a LinkTitles batch operation"
}

6
i18n/qqq.json Normal file
View File

@ -0,0 +1,6 @@
{
"linktitles": "Title of the LinkTitles extension; also used for the special page.",
"linktitles-desc": "Description of the LinkTitles extension.",
"right-linktitles-batch": "Describes the right to perform a LinkTitles batch operation.",
"action-linktitles-batch": "Describes the action of performing a LinkTitles batch operation."
}