16 lines
609 B
PHP
16 lines
609 B
PHP
<?php
|
|
/**
|
|
* English language file
|
|
*
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
|
*/
|
|
|
|
// for the configuration manager
|
|
$lang['excludedPages'] = 'Excluded pages (insert a regex)';
|
|
$lang['enableForAllTables'] = 'Enable DataTables for all "well formatted" tables';
|
|
$lang['enableLocalization'] = 'Enable automatic localization';
|
|
$lang['enableColumnFilters'] = 'Enable column filters with dropdown and search functionality';
|
|
$lang['columnFiltersPosition'] = 'Position of column filters (header or footer)';
|
|
|