en.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. global $config;
  3. $lang->space->common = 'Services';
  4. $lang->space->browse = 'Service List';
  5. $lang->space->getStoreAppInfo = 'Fetch Service Details';
  6. $lang->space->status = 'Status';
  7. $lang->space->noApps = 'No Services Found';
  8. $lang->space->defaultSpace = 'Default space';
  9. $lang->space->systemSpace = 'System space';
  10. $lang->space->searchInstance = 'Search Services';
  11. $lang->space->upgrade = 'Upgrade';
  12. $lang->space->install = 'Add service';
  13. $lang->space->createdBy = 'Creator';
  14. $lang->space->createdAt = 'Created At';
  15. $lang->space->handConfig = 'Manual Config';
  16. $lang->space->addType = 'Addition Method';
  17. $lang->space->instanceType = 'Instance type';
  18. $lang->space->notice = new stdClass();
  19. $lang->space->notice->toInstall = 'Install via App Marketplace';
  20. $lang->space->byList = 'List View';
  21. $lang->space->byCard = 'Card View';
  22. $lang->space->featureBar['browse']['all'] = 'All';
  23. if($config->inQuickon) $lang->space->featureBar['browse']['running'] = 'Running';
  24. if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = 'Stopped';
  25. if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = 'Abnormal';
  26. $lang->space->appType['gitlab'] = 'GitLab';
  27. $lang->space->appType['jenkins'] = 'Jenkins';
  28. $lang->space->appType['sonarqube'] = 'SonarQube';
  29. if(!$config->inQuickon && !$config->inCompose)
  30. {
  31. $lang->space->appType['gitea'] = 'Gitea';
  32. $lang->space->appType['gogs'] = 'Gogs';
  33. }