21 lines
794 B
PHP
21 lines
794 B
PHP
<?php
|
|
$lang->datatable = new stdclass();
|
|
$lang->datatable->common = 'Data table';
|
|
$lang->datatable->width = 'Width';
|
|
$lang->datatable->show = 'Show';
|
|
$lang->datatable->hide = 'Hide';
|
|
|
|
$lang->datatable->custom = 'Custom columns';
|
|
$lang->datatable->customTip = 'Check columns to display';
|
|
$lang->datatable->switchToTable = 'Switch to table';
|
|
$lang->datatable->switchToDatatable = 'Switch to datatable';
|
|
$lang->datatable->required = 'Required';
|
|
|
|
$lang->datatable->branch = 'Branch';
|
|
$lang->datatable->platform = 'Platform';
|
|
|
|
$lang->datatable->showModule = 'Show module in title';
|
|
$lang->datatable->showModuleList[] = 'Not show';
|
|
$lang->datatable->showModuleList['base'] = 'Base node';
|
|
$lang->datatable->showModuleList['end'] = 'End node';
|