<?php /** * English language file for plugin authorlist * */ // for the configuration manager $lang['automatic'] = 'Authorlist on every page by default?'; $lang['displaystyle'] = 'How to display the author name?'; $lang['displayaslist'] = 'Display authors in a list instead all in a row?'; $lang['tooltip'] = 'What should be displayed as tooltip?'; $lang['showheading'] = 'Show heading?'; $lang['heading'] = 'The heading <small>(<i>showheading</i> must be enabled)</small>.'; $lang['intro'] = 'Text before the list of authors <small>(you can use html syntax)</small>.'; $lang['showcreator'] = 'Show creator separat.'; $lang['creatortext'] = 'Text, in which the name of the creator and the date will be embedded <small>(use %CREATOR% and %DATE% as wildcard for the creatorname and the date)</small>.'; $lang['printempty'] = 'Also render output, if authorlist is empty?'; $lang['creatorisauthor'] = 'List the page creator in the authorlist? (Only if <i>showcreator</i> is enabled.)'; $lang['linkto'] = 'Link authors name?'; $lang['userpageid'] = 'The ID of the userhomepage <small>(use %USER% as wildcard for the username (loginname))</small>.';