25 lines
1022 B
PHP
25 lines
1022 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->reset = 'Reset';
|
|
|
|
$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->confirmReset = 'Do you want to restore the default settings?';
|
|
$lang->datatable->setGlobal = 'Global';
|
|
$lang->datatable->resetGlobal = 'Reset Global Default';
|
|
|
|
$lang->datatable->branch = 'Branch';
|
|
$lang->datatable->platform = 'Platform';
|
|
|
|
$lang->datatable->showModule = 'Show/Hide Module Name';
|
|
$lang->datatable->showModuleList[] = 'N/A';
|
|
$lang->datatable->showModuleList['base'] = 'Base Node';
|
|
$lang->datatable->showModuleList['end'] = 'End Node';
|