10 lines
298 B
PHP
10 lines
298 B
PHP
<?php
|
|
/*
|
|
$lang->action->label->vm = 'Virtual Machine|vm|view|id=%s';
|
|
|
|
$lang->action->objectTypes['vm'] = 'Virtual Machine';
|
|
|
|
$lang->action->desc->reboot = '$date, reboot by <strong>$actor</strong> .' . "\n";
|
|
$lang->action->desc->destroy = '$date, destroy by <strong>$actor</strong> .' . "\n";
|
|
*/
|