24 lines
1.1 KiB
PHP
24 lines
1.1 KiB
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_ENTRYLINKS_NAME', 'Entry\'s Links');
|
|
@define('PLUGIN_ENTRYLINKS_BLAHBLAH', 'Shows all links referrenced in an article');
|
|
@define('PLUGIN_ENTRYLINKS_NEWWIN', 'Open links in new window?');
|
|
@define('PLUGIN_ENTRYLINKS_NEWWIN_BLAHBLAH', 'Should the links be opened in a new window? (Default: Current window)');
|
|
@define('PLUGIN_ENTRYLINKS_REFERERS', 'Referring links');
|
|
@define('PLUGIN_ENTRYLINKS_WORDWRAP', 'Wordwrap');
|
|
@define('PLUGIN_ENTRYLINKS_WORDWRAP_BLAHBLAH', 'How many words until a wordwrap will occur? (Default: 30)');
|
|
@define('PLUGIN_ENTRYLINKS_MAXREF', 'Maximum referring links');
|
|
@define('PLUGIN_ENTRYLINKS_MAXREF_BLAHBLAH', 'How many referring links should be displayed? (Default: 15)');
|
|
@define('PLUGIN_ENTRYLINKS_ORDERBY', 'Order of referring links');
|
|
@define('PLUGIN_ENTRYLINKS_ORDERBY_BLAHBLAH', 'By which key should the referring links be ordered? (Default: number of links)');
|
|
@define('PLUGIN_ENTRYLINKS_ORDERBY_DAY', 'Date');
|
|
@define('PLUGIN_ENTRYLINKS_ORDERBY_FULLCOUNT', 'Number of links');
|
|
|
|
?>
|