en.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $lang->datatable = new stdclass();
  3. $lang->datatable->common = 'Data Table';
  4. $lang->datatable->width = 'Width';
  5. $lang->datatable->show = 'Show';
  6. $lang->datatable->hide = 'Hide';
  7. $lang->datatable->reset = 'Reset';
  8. $lang->datatable->custom = 'Customize Columns';
  9. $lang->datatable->customTip = 'Check columns to display and drag columns to order.';
  10. $lang->datatable->switchToTable = 'Common Table';
  11. $lang->datatable->switchToDatatable = 'Advanced Table';
  12. $lang->datatable->required = 'Required';
  13. $lang->datatable->confirmReset = 'Restoring to default will clear the relevant settings of the list. Are you sure you want to restore to default?';
  14. $lang->datatable->setGlobal = 'Set Global';
  15. $lang->datatable->resetGlobal = 'Global Reset';
  16. $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?';
  17. $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?';
  18. $lang->datatable->branch = 'Branch';
  19. $lang->datatable->platform = 'Platform';
  20. $lang->datatable->moduleSetting = 'Set Module';
  21. $lang->datatable->displaySetting = 'Set List';
  22. $lang->datatable->showModule = 'Show modules in the list';
  23. $lang->datatable->showBranch = 'Show branches in the list';
  24. $lang->datatable->showAllModule = "Show {$lang->productCommon} modules";
  25. $lang->datatable->showModuleList['0'] = 'N/A';
  26. $lang->datatable->showModuleList['base'] = 'Base Node';
  27. $lang->datatable->showModuleList['end'] = 'End Node';
  28. $lang->datatable->showAllModuleList[0] = 'Hide';
  29. $lang->datatable->showAllModuleList[1] = 'Show';
  30. $lang->datatable->showBranchList[0] = 'Hide';
  31. $lang->datatable->showBranchList[1] = 'Show';