- Specify the overide storage pool for VM. This option allows you to specify the physical pool/disk used to store the disk images and snapshot data. + Specify the override storage pool for VM. This option allows you to specify the physical pool/disk used to store the disk images and snapshot data. Default will follow standard processing and store images in the default location for the share defined in the settings. A pool/disk(Volume) will be the location for images if the default is overridden.
@@ -544,14 +544,14 @@ [$cpu1, $cpu2] = my_preg_split('/[,-]/',$pair); if (!$cpu2) $corecount++; else $corecount=$corecount+2; } - if (is_array($arrConfig['domain']['vcpu'])) {$coredisable = "disabled"; $vcpubuttontext = "Deselect all";} else {$coredisable = ""; $vcpubuttontext = "Select all";} + if (is_array($arrConfig['domain']['vcpu'])) {$coredisable = "disabled"; $vcpubuttontext = _("Deselect all");} else {$coredisable = ""; $vcpubuttontext = _("Select all");} ?>_(vCPUs)_: - + @@ -1465,7 +1465,7 @@ - + _(Graphics ROM Needed)_?: _(GPU is primary adapter, vbios may be required)_. @@ -2583,7 +2583,7 @@ function resetForm() { } }); - $("#vmform").on("change", ".gpu", function changeGPUEvent(){ + $("#vmform").on("change", ".gpu", function changeGPUEvent(){ const ValidGPUs = =json_encode($arrValidGPUDevices)?>; var myvalue = $(this).val(); var mylabel = $(this).children('option:selected').text(); diff --git a/emhttp/plugins/dynamix/ArrayOperation.page b/emhttp/plugins/dynamix/ArrayOperation.page index 4f452b11fd..f72f2a324b 100755 --- a/emhttp/plugins/dynamix/ArrayOperation.page +++ b/emhttp/plugins/dynamix/ArrayOperation.page @@ -86,11 +86,12 @@ function missing_cache() { } function resync($d) { - return in_array($d,['P','Q']) ? 'Parity-Sync' : 'Data-Rebuild'; + return in_array($d,['P','Q']) ? _('Parity-Sync') : _('Data-Rebuild'); } function print_error($error) { - return sprintf(_('Finding **%s** error'.($error==1?'':'s')),$error?:'0'); + $n = (int)($error ?: 0); + return sprintf(ngettext('Finding **%d** error','Finding **%d** errors',$n),$n); } ?> _(Graphics ROM Needed)_: _(GPU is primary adapter, vbios may be required)_.