From 556e4c1ef189e63a08df9f0ffab386cbbacf5313 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Sat, 27 Oct 2012 05:03:43 -0400 Subject: [PATCH] Bugfix: Backup did not work correctly on multiple databases in one web. "X Copies" were not preserved per database so not all databases were backed up Bugfix: Select box did behave strange in some cases --- interface/web/vm/lib/lang/pl_openvz_ip.lng | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/interface/web/vm/lib/lang/pl_openvz_ip.lng b/interface/web/vm/lib/lang/pl_openvz_ip.lng index 98d5c98..6016681 100644 --- a/interface/web/vm/lib/lang/pl_openvz_ip.lng +++ b/interface/web/vm/lib/lang/pl_openvz_ip.lng @@ -1,6 +1,9 @@ -<?php -$wb["server_id_txt"] = 'Hostserver'; -$wb["ip_address_txt"] = 'IP address'; -$wb["vm_id_txt"] = 'Virtual server'; -$wb["reserved_txt"] = 'Reserved'; -?> \ No newline at end of file +<?php +$wb['server_id_txt'] = 'Hostserver'; +$wb['ip_address_txt'] = 'IP address'; +$wb['vm_id_txt'] = 'Virtual server'; +$wb['reserved_txt'] = 'Reserved'; +$wb['ip_error_wrong'] = 'Please fill in a valid IPv4 address.'; +$wb['ip_error_unique'] = 'This IP address does already exist.'; +$wb['IP address'] = 'IP address'; +?> -- Gitblit v1.9.1