first commit. dokuwiki.
[h2N7SspZmY.git] / lib / plugins / pagelist / lang / en / settings.php
blobbe8cd95620b7527da779a820f4c0a6d0e31203ee
1 <?php
2 /**
3 * English language file
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Esther Brunner <wikidesign@gmail.com>
7 */
9 // for the configuration manager
10 $lang['style'] = 'Style of pagelist tables';
11 $lang['style_o_default'] = 'default';
12 $lang['style_o_table'] = 'table';
13 $lang['style_o_list'] = 'list';
15 $lang['showheader'] = 'show heading line';
16 $lang['showdate'] = 'show date column';
17 $lang['showdate_o_0'] = 'hide';
18 $lang['showdate_o_1'] = 'creation date';
19 $lang['showdate_o_2'] = 'modification date';
20 $lang['showuser'] = 'show user column';
21 $lang['showuser_o_0'] = 'hide';
22 $lang['showuser_o_1'] = 'creator';
23 $lang['showuser_o_2'] = 'contributors';
24 $lang['showdesc'] = 'show description column';
25 $lang['showdesc_o_0'] = 'hide';
26 $lang['showdesc_o_160'] = 'max. 160 chars';
27 $lang['showdesc_o_500'] = 'max. 500 chars';
28 $lang['showcomments'] = 'show comments column (Discussion Plugin needed)';
29 $lang['showlinkbacks'] = 'show linkbacks column (Linkback Plugin needed)';
30 $lang['showtags'] = 'show tags column (Tag Plugin needed)';
31 $lang['showfirsthl'] = 'show the first headline instead of the page name';
33 //Setup VIM: ex: et ts=2 enc=utf-8 :