97 lines
5.6 KiB
PHP
Executable File
97 lines
5.6 KiB
PHP
Executable File
<?php
|
||
$lang->executionnode->common = 'Execution Node';
|
||
$lang->executionnode->browse = 'Execution Node List';
|
||
$lang->executionnode->create = 'Create Execution Node';
|
||
$lang->executionnode->view = 'View Execution Node';
|
||
$lang->executionnode->suspend = 'Suspend Execution Node';
|
||
$lang->executionnode->destroy = 'Destroy Execution Node';
|
||
$lang->executionnode->handleVM = 'Restart Execution Node';
|
||
$lang->executionnode->boot = 'Start Execution Node';
|
||
$lang->executionnode->reboot = 'Restart Execution Node';
|
||
$lang->executionnode->shutdown = 'Shutdown Execution Node';
|
||
$lang->executionnode->resume = 'Resume Execution Node';
|
||
$lang->executionnode->getVNC = 'Remote management';
|
||
$lang->executionnode->all = 'All';
|
||
$lang->executionnode->byQuery = 'Search';
|
||
$lang->executionnode->osCategory = 'System';
|
||
$lang->executionnode->osType = 'Os Version';
|
||
$lang->executionnode->osVersion = 'Os Version No';
|
||
$lang->executionnode->vmTemplate = 'VM Template';
|
||
$lang->executionnode->name = 'Name';
|
||
$lang->executionnode->start = 'Start After Created';
|
||
$lang->executionnode->hostName = 'Host Name';
|
||
$lang->executionnode->ip = 'IP';
|
||
$lang->executionnode->osArch = 'Arch';
|
||
$lang->executionnode->osLang = 'Language';
|
||
$lang->executionnode->cpu = 'CPU Cores';
|
||
$lang->executionnode->memory = 'Memory Size';
|
||
$lang->executionnode->disk = 'Disk Size';
|
||
$lang->executionnode->status = 'Status';
|
||
$lang->executionnode->macAddress = 'MAC';
|
||
$lang->executionnode->vnc = 'VNC Port';
|
||
$lang->executionnode->destroyAt = 'Destroy Time';
|
||
$lang->executionnode->creater = 'Creator';
|
||
$lang->executionnode->createdDate = 'Create Date';
|
||
$lang->executionnode->template = 'Template';
|
||
$lang->executionnode->templateID = 'VM Template';
|
||
$lang->executionnode->templateList = 'TemplateList';
|
||
$lang->executionnode->confirmDelete = "Are you sure about destroying the execution node?";
|
||
$lang->executionnode->confirmBoot = "Are you sure to start the execution node?";
|
||
$lang->executionnode->confirmReboot = "Are you sure to restart the execution node?";
|
||
$lang->executionnode->confirmShutdown = "Are you sure to shutdown the execution node?";
|
||
$lang->executionnode->confirmSuspend = "Are you sure to suspend the execution node?";
|
||
$lang->executionnode->confirmResume = "Are you sure to resume the execution node?";
|
||
$lang->executionnode->actionSuccess = 'Success';
|
||
|
||
$lang->executionnode->notFoundAgent = 'No Agent service is found';
|
||
$lang->executionnode->createVmFail = 'Failed to create a execution node';
|
||
$lang->executionnode->noVncPort = 'Failed to get vnc port';
|
||
$lang->executionnode->nameValid = "The name can only be letters, numbers, '-', '_', '.', and cannot start with a symbol";
|
||
|
||
$lang->executionnode->empty = 'No Execution Node';
|
||
$lang->executionnode->templateEmpty = 'No Template';
|
||
|
||
$lang->executionnode->publicList[0] = 'Private';
|
||
$lang->executionnode->publicList[1] = 'Public';
|
||
|
||
$lang->executionnode->statusList['created'] = 'Created';
|
||
$lang->executionnode->statusList['launch'] = 'Launch';
|
||
$lang->executionnode->statusList['ready'] = 'Ready';
|
||
$lang->executionnode->statusList['running'] = 'Running';
|
||
$lang->executionnode->statusList['suspend'] = 'Suspend';
|
||
$lang->executionnode->statusList['destroy'] = 'Destroyed';
|
||
$lang->executionnode->statusList['destroy_fail'] = 'Destroy Fail';
|
||
|
||
$lang->executionnode->versionList = array();
|
||
$lang->executionnode->versionList['winxp']['all'] = 'Windows XP';
|
||
$lang->executionnode->versionList['win7']['home'] = 'Home Basic';
|
||
$lang->executionnode->versionList['win7']['professional'] = 'Professional';
|
||
$lang->executionnode->versionList['win7']['enterprise'] = 'Enterprise';
|
||
$lang->executionnode->versionList['win7']['ultimate'] = 'Ultimate';
|
||
$lang->executionnode->versionList['win10']['home'] = 'Home Basic';
|
||
$lang->executionnode->versionList['win10']['professional'] = 'Professional';
|
||
$lang->executionnode->versionList['win10']['enterprise'] = 'Enterprise';
|
||
$lang->executionnode->versionList['win10']['ultimate'] = 'Ultimate';
|
||
$lang->executionnode->versionList['win11']['home'] = 'Home Basic';
|
||
$lang->executionnode->versionList['win11']['professional'] = 'Professional';
|
||
$lang->executionnode->versionList['win11']['enterprise'] = 'Enterprise';
|
||
$lang->executionnode->versionList['win11']['ultimate'] = 'Ultimate';
|
||
$lang->executionnode->versionList['winServer']['2008'] = '2008';
|
||
$lang->executionnode->versionList['winServer']['2012'] = '2012';
|
||
$lang->executionnode->versionList['winServer']['2016'] = '2016';
|
||
$lang->executionnode->versionList['winServer']['2019'] = '2019';
|
||
$lang->executionnode->versionList['debian']['9'] = '9';
|
||
$lang->executionnode->versionList['debian']['10'] = '10';
|
||
$lang->executionnode->versionList['debian']['11'] = '11';
|
||
$lang->executionnode->versionList['ubuntu']['16'] = '16';
|
||
$lang->executionnode->versionList['ubuntu']['18'] = '18';
|
||
$lang->executionnode->versionList['ubuntu']['20'] = '20';
|
||
$lang->executionnode->versionList['centos']['6'] = '6';
|
||
$lang->executionnode->versionList['centos']['7'] = '7';
|
||
$lang->executionnode->versionList['centos']['8'] = '8';
|
||
|
||
$lang->executionnode->langList = array();
|
||
$lang->executionnode->langList['zh_cn'] = 'Simplified Chinese';
|
||
$lang->executionnode->langList['zh_tw'] = 'Traditional Chinese';
|
||
$lang->executionnode->langList['en_us'] = 'American English';
|