39 lines
1.5 KiB
PHP
39 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* English language file
|
|
*
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
* @author Esther Brunner <wikidesign@gmail.com>
|
|
*/
|
|
|
|
// for the configuration manager
|
|
$lang['style'] = 'Style of pagelist';
|
|
$lang['style_o_default'] = 'default';
|
|
$lang['style_o_table'] = 'table';
|
|
$lang['style_o_list'] = 'table/list';
|
|
$lang['style_o_simple'] = 'simple list';
|
|
|
|
$lang['showheader'] = 'show heading line';
|
|
$lang['showdate'] = 'show date column';
|
|
$lang['showdate_o_0'] = 'hide';
|
|
$lang['showdate_o_1'] = 'creation date';
|
|
$lang['showdate_o_2'] = 'modification date';
|
|
$lang['showuser'] = 'show user column';
|
|
$lang['showuser_o_0'] = 'hide';
|
|
$lang['showuser_o_1'] = 'creator';
|
|
$lang['showuser_o_2'] = 'contributors';
|
|
$lang['showdesc'] = 'show description column';
|
|
$lang['showdesc_o_0'] = 'hide';
|
|
$lang['showdesc_o_160'] = 'max. 160 chars';
|
|
$lang['showdesc_o_500'] = 'max. 500 chars';
|
|
$lang['showcomments'] = 'show comments column (Discussion Plugin needed)';
|
|
$lang['showlinkbacks'] = 'show linkbacks column (Linkback Plugin needed)';
|
|
$lang['showtags'] = 'show tags column (Tag Plugin needed)';
|
|
$lang['showfirsthl'] = 'show the first headline instead of the page name';
|
|
$lang['showimage'] = 'show image column (Pageimage Plugin needed)';
|
|
$lang['showdiff'] = 'show link to the diff page';
|
|
$lang['sort'] = 'sort pages by pagename';
|
|
$lang['rsort'] = 'reverse sort pages by pagename';
|
|
|
|
//Setup VIM: ex: et ts=2 :
|