From 37b29231e47a0c4458dc1c15d98588f16f07e1e2 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 06 Aug 2015 03:18:44 -0400 Subject: [PATCH] - don't set password via remoting if field is empty --- interface/web/vm/lib/lang/pl_openvz_vm.lng | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/interface/web/vm/lib/lang/pl_openvz_vm.lng b/interface/web/vm/lib/lang/pl_openvz_vm.lng index d079ad3..3f4e1c1 100644 --- a/interface/web/vm/lib/lang/pl_openvz_vm.lng +++ b/interface/web/vm/lib/lang/pl_openvz_vm.lng @@ -22,4 +22,21 @@ $wb['veid_txt'] = 'VEID'; $wb['create_dns_txt'] = 'Create DNS for hostname'; $wb['active_until_date_txt'] = 'Active until date'; +$wb['ip_address_error_empty'] = 'IP address is empty.'; +$wb['hostname_error_empty'] = 'Hostname is empty.'; +$wb['vm_password_error_empty'] = 'VM Password is empty.'; +$wb['veid_error_empty'] = 'VEID is empty.'; +$wb['veid_error_unique'] = 'VEID does already exist.'; +$wb['diskspace_error_empty'] = 'Diskspace is empty.'; +$wb['ram_error_empty'] = 'RAM (guaranteed) is empty.'; +$wb['ram_burst_error_empty'] = 'RAM (burst) is empty.'; +$wb['cpu_units_error_empty'] = 'CPU units is empty.'; +$wb['cpu_num_error_empty'] = 'CPU number is empty.'; +$wb['cpu_limit_error_empty'] = 'CPU limit is empty.'; +$wb['io_priority_error_empty'] = 'I/O priority is empty.'; +$wb['template_nameserver_error_empty'] = 'Nameserver(s) is empty.'; +$wb['Virtual server'] = 'Virtual server'; +$wb['Advanced'] = 'Advanced'; +$wb['features_txt'] = 'Features'; +$wb["iptables_txt"] = "IP Tables"; ?> -- Gitblit v1.9.1