63 lines
3.1 KiB
PHP
63 lines
3.1 KiB
PHP
<?php
|
||
$lang->zanode->common = 'Execution Node';
|
||
$lang->zanode->browse = 'Execution Node List';
|
||
$lang->zanode->create = 'Create Execution Node';
|
||
$lang->zanode->editAction = 'Edit Execution Node';
|
||
$lang->zanode->view = 'View Execution Node';
|
||
$lang->zanode->suspend = 'Suspend Execution Node';
|
||
$lang->zanode->destroy = 'Destroy Execution Node';
|
||
$lang->zanode->handleVM = 'Restart Execution Node';
|
||
$lang->zanode->boot = 'Start Execution Node';
|
||
$lang->zanode->reboot = 'Restart Execution Node';
|
||
$lang->zanode->shutdown = 'Shutdown Execution Node';
|
||
$lang->zanode->resume = 'Resume Execution Node';
|
||
$lang->zanode->getVNC = 'Remote management';
|
||
$lang->zanode->all = 'All';
|
||
$lang->zanode->byQuery = 'Search';
|
||
$lang->zanode->osName = 'System';
|
||
$lang->zanode->image = 'VM Image';
|
||
$lang->zanode->name = 'Name';
|
||
$lang->zanode->start = 'Start After Created';
|
||
$lang->zanode->hostName = 'Host Name';
|
||
$lang->zanode->host = $lang->zanode->hostName;
|
||
$lang->zanode->extranet = 'IP/Domain';
|
||
$lang->zanode->osArch = 'Arch';
|
||
$lang->zanode->cpuCores = 'CPU Cores';
|
||
$lang->zanode->memory = 'Memory Size';
|
||
$lang->zanode->desc = 'Description';
|
||
$lang->zanode->diskSize = 'Disk Size';
|
||
$lang->zanode->status = 'Status';
|
||
$lang->zanode->mac = 'MAC';
|
||
$lang->zanode->vnc = 'VNC Port';
|
||
$lang->zanode->destroyAt = 'Destroy Time';
|
||
$lang->zanode->creater = 'Creator';
|
||
$lang->zanode->createdDate = 'Create Date';
|
||
$lang->zanode->confirmDelete = "Are you sure about destroying the execution node?";
|
||
$lang->zanode->confirmBoot = "Are you sure to start the execution node?";
|
||
$lang->zanode->confirmReboot = "Are you sure to restart the execution node?";
|
||
$lang->zanode->confirmShutdown = "Are you sure to shutdown the execution node?";
|
||
$lang->zanode->confirmSuspend = "Are you sure to suspend the execution node?";
|
||
$lang->zanode->confirmResume = "Are you sure to resume the execution node?";
|
||
$lang->zanode->actionSuccess = 'Success';
|
||
$lang->zanode->deleted = "Deleted";
|
||
|
||
$lang->zanode->notFoundAgent = 'No Agent service is found';
|
||
$lang->zanode->createVmFail = 'Failed to create a execution node';
|
||
$lang->zanode->noVncPort = 'Failed to get vnc port';
|
||
$lang->zanode->nameValid = "The name can only be letters, numbers, '-', '_', '.', and cannot start with a symbol";
|
||
|
||
$lang->zanode->empty = 'No Execution Node';
|
||
|
||
$lang->zanode->apiError['-10100'] = 'Execution node not found.';
|
||
|
||
$lang->zanode->publicList[0] = 'Private';
|
||
$lang->zanode->publicList[1] = 'Public';
|
||
|
||
$lang->zanode->statusList['created'] = 'Created';
|
||
$lang->zanode->statusList['launch'] = 'Launch';
|
||
$lang->zanode->statusList['ready'] = 'Ready';
|
||
$lang->zanode->statusList['running'] = 'Running';
|
||
$lang->zanode->statusList['suspend'] = 'Suspend';
|
||
$lang->zanode->statusList['destroy'] = 'Destroyed';
|
||
$lang->zanode->statusList['destroy_fail'] = 'Destroy Fail';
|