bizext.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. $lang->admin->license = 'License';
  3. $lang->admin->uploadLicense = 'Replace License';
  4. $lang->admin->licenseInfo['alllife'] = 'Permanent';
  5. $lang->admin->licenseInfo['nouser'] = 'Unlimit';
  6. $lang->admin->property = new stdclass();
  7. $lang->admin->property->companyName = 'Company Name';
  8. $lang->admin->property->startDate = 'Start';
  9. $lang->admin->property->expireDate = 'Expiration';
  10. $lang->admin->property->user = 'User';
  11. $lang->admin->property->ip = 'IP';
  12. $lang->admin->property->mac = 'MAC';
  13. $lang->admin->property->domain = 'Domain';
  14. $lang->admin->notWritable = '<code>%s</code> is not writable. Modify permissions and refresh.';
  15. $lang->admin->notZip = 'Please upload zip file.';
  16. $lang->admin->grantCountError = "Authorization limit exceeded: The system currently has %s users, but you've only authorized %s. Please adjust your settings before uploading.";
  17. $lang->admin->extGrantCountError = 'After you checked, the authorized number has reached %s people, exceedingi %s people';
  18. $lang->admin->extGrantCountNotice = 'Support authorization: %s, authorized %s.';
  19. $lang->admin->disableForExpire = 'Authorization has expired';
  20. $lang->admin->disableForCount = 'No authorization needs to be allocated.';
  21. $lang->admin->solutionExt = 'Authorized Solution Info';
  22. $lang->admin->extensionName = 'Solution Name';
  23. $lang->admin->authorUser = 'Author User';
  24. $lang->admin->noAuthorUser = 'No Author User';
  25. $lang->admin->extensionList['safe'] = 'SAFE';
  26. $lang->admin->extensionList['zenboard'] = 'Board Solution';
  27. $lang->admin->extensionList['devops'] = 'DevOps Solution';
  28. $lang->admin->extensionList['thinmory'] = 'Thinmory Solution';
  29. $lang->admin->extensionList['zenperf'] = 'Zen Perf Solution';
  30. $lang->admin->extensionList['aspice'] = 'Aspice';
  31. global $config;
  32. if($config->vision == 'rnd')
  33. {
  34. $lang->admin->menuList->system['subMenu']['license'] = array('link' => "License|admin|license|");
  35. $lang->admin->menuList->system['menuOrder']['25'] = 'license';
  36. $lang->admin->menuList->system['dividerMenu'] = str_replace(',safe,', ',license,', $lang->admin->menuList->system['dividerMenu']);
  37. }