summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/pagelist/lang/en/settings.php
blob: 87ee83454f22cc7076a6faa8075d91ae847aa209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?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 :