First working version.

This commit is contained in:
Daniel Kraus
2012-05-20 12:58:29 +02:00
parent 13238548fb
commit 142c71e723
3 changed files with 52 additions and 15 deletions

13
LinkTitles.i18n.php Executable file
View File

@ -0,0 +1,13 @@
<?php
/*! \file LinkTitles.i18n.php
*/
$messages = array();
$messages['en'] = array(
'pubmedparser-desc' => 'Automatically adds links to existing pages when a page is saved.',
);
$messages['de'] = array(
'pubmedparser-desc' => 'Fügt beim Speichern von Seiten automatisch Querverweise zu vorhandenen Seiten ein.',
);