mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Added SpecialLinkTitles special page. This page is not secured yet, anybody may call it an start automatic parsing of every page in the wiki!
15 lines
355 B
PHP
Executable File
15 lines
355 B
PHP
Executable File
<?php
|
|
/*! \file LinkTitles.i18n.php
|
|
*/
|
|
|
|
$messages = array();
|
|
|
|
$messages['en'] = array(
|
|
'linktitles' => 'LinkTitles',
|
|
'linktitles-desc' => 'Automatically adds links to existing pages whenever a page is saved.',
|
|
);
|
|
|
|
$messages['de'] = array(
|
|
'linktitles-desc' => 'Fügt beim Speichern von Seiten automatisch Querverweise zu vorhandenen Seiten ein.',
|
|
);
|