1<?php
2/**
3 * English language file for tablelayout plugin
4 *
5 * @author Michael Große <dokuwiki@cosmocode.de>
6 */
7
8$lang['legend:tablelayout'] = 'Adjust table layout';
9$lang['button:apply'] = 'Apply & Preview';
10$lang['label:rowsHeader'] = 'Number of rows in the table header';
11$lang['label:rowsVisible'] = 'Number of additional rows visible on the page (0 = all)';
12$lang['label:alignment'] = 'How to align the table:';
13$lang['label:tableSort'] = 'Make rows sortable';
14$lang['label:tableSearch'] = 'Make rows searchable';
15$lang['label:tablePrint'] = 'Make table seperately printable';
16$lang['option:default'] = 'Default';
17$lang['option:float left'] = 'Floating to the left';
18$lang['option:float right'] = 'Floating to the right';
19$lang['option:center'] = 'Centered';
20$lang['text:explain form'] = 'After changing these settings, please press the [Apply & Preview]-Button.';
21$lang['js']['loading'] = 'Loading';
22$lang['js']['print'] = 'Print';
23$lang['js']['search'] = 'Search';
24
25//Setup VIM: ex: et ts=4 :
26