wiki-links: one fix and one problem
Posted: Sun Dec 31, 2006 11:37 pm
hello,
happy new year to all!
I worked at the wikilinks-plugin:
a) the fix:
in the lang_en.inc.php the "?>" at the end is missed
b) I make a translation to german:
The converting to UTF-8 did not work for me, please do it for me
c) the problem:
when I have marked a word in the text and click to the "link to entry" button the link allways goes to the end of the text and not around the marked word!
happy new year to all!
I worked at the wikilinks-plugin:
a) the fix:
in the lang_en.inc.php the "?>" at the end is missed
b) I make a translation to german:
Code: Select all
<?php # $Id: lang_de.inc.php,v 1.4 2006/12/31 21:32:53 elf2000 Exp $
@define('PLUGIN_EVENT_WIKILINKS_NAME', 'Free Wiki Links für Einträge');
@define('PLUGIN_EVENT_WIKILINKS_DESC', 'Ermöglicht Links zu blog-internen Einträgen via [[Title]], Links zu Statischen Seiten via ((Title)) und einen Link zu beidem via {{Title}}. Zudem wird ein Button zu internen Einträgen bereitgestellt.');
@define('PLUGIN_EVENT_WIKILINKS_IMGPATH', 'Pfad zu den Bildern');
@define('PLUGIN_EVENT_WIKILINKS_IMGPATH_DESC', 'Bitte Pfad zu den Wikilink-bearbeiten-Icons eingeben.');
@define('PLUGIN_EVENT_WIKILINKS_EDIT_INTERNAL', 'Bearbeite Blog-Eintrag');
@define('PLUGIN_EVENT_WIKILINKS_EDIT_STATICPAGE', 'Bearbeite Statische Seite');
@define('PLUGIN_EVENT_WIKILINKS_CREATE_INTERNAL', 'Erstelle Blog-Eintrag');
@define('PLUGIN_EVENT_WIKILINKS_CREATE_STATICPAGE', 'Erstelle Statische Seite');
@define('PLUGIN_EVENT_WIKILINKS_LINKENTRY', 'Link zu Eintrag');
@define('PLUGIN_EVENT_WIKILINKS_LINKENTRY_DESC', 'Bitte wähle den Eintrag aus, zu dem gelinkt werden soll.');
?>
c) the problem:
when I have marked a word in the text and click to the "link to entry" button the link allways goes to the end of the text and not around the marked word!