<?php
/**
 * English language file for tablelayout plugin
 *
 * @author Michael Große <dokuwiki@cosmocode.de>
 */

$lang['legend:tablelayout'] = 'Adjust table layout';
$lang['button:apply'] = 'Apply & Preview';
$lang['label:rowsHeader'] = 'Number of rows in the table header';
$lang['label:rowsVisible'] = 'Number of additional rows visible on the page (0 = all)';
$lang['label:alignment'] = 'How to align the table:';
$lang['label:tableSort'] = 'Make rows sortable';
$lang['label:tableSearch'] = 'Make rows searchable';
$lang['label:tablePrint'] = 'Make table seperately printable';
$lang['option:default'] = 'Default';
$lang['option:float left'] = 'Floating to the left';
$lang['option:float right'] = 'Floating to the right';
$lang['option:center'] = 'Centered';
$lang['text:explain form'] = 'After changing these settings, please press the [Apply & Preview]-Button.';
$lang['js']['loading'] = 'Loading';
$lang['js']['print'] = 'Print';
$lang['js']['search'] = 'Search';

//Setup VIM: ex: et ts=4 :
