From f0b3e5fe4f3d40a95e1f4f6e8cd62246a7c93c83 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Wed, 27 Jun 2012 05:02:13 -0400
Subject: [PATCH] changed template switch folder to _theme-name_/templates/_module-name_/*

---
 interface/web/vm/lib/lang/pl_openvz_ip.lng |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/interface/web/vm/lib/lang/pl_openvz_ip.lng b/interface/web/vm/lib/lang/pl_openvz_ip.lng
index e83baae..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
+$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