action->label->service = 'Service|service|view|id=%s'; $lang->action->label->serverroom = 'IDC|serverroom|browse|'; $lang->action->label->host = 'Host|host|view|id=%s'; $lang->action->label->vm = 'Virtual Machine|vm|view|id=%s'; $lang->action->label->vmtemplate = 'Virtual Template'; $lang->action->label->deploy = 'Deploy|deploy|view|id=%s'; $lang->action->label->deploystep = 'Deploy Step|deploy|viewStep|id=%s'; $lang->action->label->account = "Account|account|view|id=%s"; $lang->action->label->domain = "Domain|domain|view|id=%s"; $lang->action->objectTypes['service'] = 'Service'; $lang->action->objectTypes['serverroom'] = 'IDC'; $lang->action->objectTypes['host'] = 'Host'; $lang->action->objectTypes['deploy'] = 'Deploy'; $lang->action->objectTypes['deploystep'] = 'Deploy Step'; $lang->action->objectTypes['domain'] = 'Domain'; $lang->action->objectTypes['account'] = 'Account'; $lang->action->desc->online = '$date, set online by $actor .' . "\n"; $lang->action->desc->offline = '$date, set offline by $actor .' . "\n"; $lang->action->desc->linkhost = '$date, the host is linked by $actor .' . "\n"; $lang->action->desc->linkservice = '$date, the service is linked by $actor .' . "\n"; $lang->action->desc->linkcomponent = '$date, the component is linked by $actor .' . "\n"; $lang->action->desc->linkcases = '$date, the case is linked by $actor .' . "\n"; $lang->action->desc->suspend = '$date, the vm is suspended by $actor .' . "\n"; $lang->action->desc->resume = '$date, the vm is resumed by $actor .' . "\n"; $lang->action->desc->reboot = '$date, the vm is reboot by $actor .' . "\n"; $lang->action->desc->destroy = '$date, the vm is destroyed by $actor .' . "\n"; $lang->action->label->online = 'online'; $lang->action->label->offline = 'offline'; $lang->action->label->linkhost = 'link hosts to'; $lang->action->label->linkservice = 'link services to'; $lang->action->label->linkcomponent = 'link components to'; $lang->action->label->linkcases = 'link cases to'; $lang->action->label->suspend = 'suspended'; $lang->action->label->resume = 'resumed'; $lang->action->label->reboot = 'reboot'; $lang->action->label->destroy = 'destroyed'; $lang->action->dynamicAction->vm['created'] = 'Create VM'; $lang->action->dynamicAction->vm['suspend'] = 'Suspend VM'; $lang->action->dynamicAction->vm['resume'] = 'Resume VM'; $lang->action->dynamicAction->vm['reboot'] = 'Reboot VM'; $lang->action->dynamicAction->vm['destroy'] = 'Destory VM'; $lang->action->dynamicAction->vmtemplate['created'] = 'Create VM Template'; $lang->action->dynamicAction->vmtemplate['edited'] = 'Edit VM Template';