| 12345678910111213141516171819202122232425262728293031323334 |
- <?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 = 'Customize Columns';
- $lang->datatable->customTip = 'Check columns to display and drag columns to order.';
- $lang->datatable->switchToTable = 'Common Table';
- $lang->datatable->switchToDatatable = 'Advanced Table';
- $lang->datatable->required = 'Required';
- $lang->datatable->confirmReset = 'Restoring to default will clear the relevant settings of the list. Are you sure you want to restore to default?';
- $lang->datatable->setGlobal = 'Set Global';
- $lang->datatable->resetGlobal = 'Global Reset';
- $lang->datatable->confirmSetGlobal = 'After applying it globally, the list of all individuals in the system will default to this rule for display. Are you sure you want to apply it globally?';
- $lang->datatable->confirmGlobalReset = 'After restoring to default globally, all individual list settings in the system will be cleared. Are you sure you want to restore to default?';
- $lang->datatable->branch = 'Branch';
- $lang->datatable->platform = 'Platform';
- $lang->datatable->moduleSetting = 'Set Module';
- $lang->datatable->displaySetting = 'Set List';
- $lang->datatable->showModule = 'Show modules in the list';
- $lang->datatable->showBranch = 'Show branches in the list';
- $lang->datatable->showAllModule = "Show {$lang->productCommon} modules";
- $lang->datatable->showModuleList['0'] = 'N/A';
- $lang->datatable->showModuleList['base'] = 'Base Node';
- $lang->datatable->showModuleList['end'] = 'End Node';
- $lang->datatable->showAllModuleList[0] = 'Hide';
- $lang->datatable->showAllModuleList[1] = 'Show';
- $lang->datatable->showBranchList[0] = 'Hide';
- $lang->datatable->showBranchList[1] = 'Show';
|