From 027d48d3dab22630036c8796ba3c3d4ac93f51d6 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Thu, 30 Jun 2011 11:17:42 -0400
Subject: [PATCH] Mixed line endings... Remove the Microsoft Line endings http://lathama.net/Recursively_deleting_Microsoft_end_of_line_characters

---
 interface/web/vm/lib/lang/cz_openvz_vm.lng |   48 ++++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/interface/web/vm/lib/lang/cz_openvz_vm.lng b/interface/web/vm/lib/lang/cz_openvz_vm.lng
index ac350b0..1f2853b 100644
--- a/interface/web/vm/lib/lang/cz_openvz_vm.lng
+++ b/interface/web/vm/lib/lang/cz_openvz_vm.lng
@@ -1,25 +1,25 @@
-<?php
-$wb["diskspace_txt"] = 'Diskspace';
-$wb["ram_txt"] = 'RAM (guaranteed)';
-$wb["ram_burst_txt"] = 'RAM (burst)';
-$wb["cpu_units_txt"] = 'CPU units';
-$wb["cpu_num_txt"] = 'CPU number';
-$wb["cpu_limit_txt"] = 'CPU limit';
-$wb["io_priority_txt"] = 'I/O priority';
-$wb["nameserver_txt"] = 'Nameserver(s)';
-$wb["nameserver_desc_txt"] = '(separated by whitespace)';
-$wb["capability_txt"] = 'Capability';
-$wb["server_id_txt"] = 'Hostserver';
-$wb["ostemplate_id_txt"] = 'OSTemplate';
-$wb["template_id_txt"] = 'Template';
-$wb["ip_address_txt"] = 'IP address';
-$wb["hostname_txt"] = 'Hostname';
-$wb["vm_password_txt"] = 'VM Password';
-$wb["start_boot_txt"] = 'Start at boot';
-$wb["active_txt"] = 'Active';
-$wb["description_txt"] = 'Description';
-$wb["client_group_id_txt"] = 'Client';
-$wb["veid_txt"] = 'VEID';
-$wb["create_dns_txt"] = 'Create DNS for hostname';
-$wb["active_until_date_txt"] = 'Active until date';
+<?php
+$wb["diskspace_txt"] = 'Diskspace';
+$wb["ram_txt"] = 'RAM (guaranteed)';
+$wb["ram_burst_txt"] = 'RAM (burst)';
+$wb["cpu_units_txt"] = 'CPU units';
+$wb["cpu_num_txt"] = 'CPU number';
+$wb["cpu_limit_txt"] = 'CPU limit';
+$wb["io_priority_txt"] = 'I/O priority';
+$wb["nameserver_txt"] = 'Nameserver(s)';
+$wb["nameserver_desc_txt"] = '(separated by whitespace)';
+$wb["capability_txt"] = 'Capability';
+$wb["server_id_txt"] = 'Hostserver';
+$wb["ostemplate_id_txt"] = 'OSTemplate';
+$wb["template_id_txt"] = 'Template';
+$wb["ip_address_txt"] = 'IP address';
+$wb["hostname_txt"] = 'Hostname';
+$wb["vm_password_txt"] = 'VM Password';
+$wb["start_boot_txt"] = 'Start at boot';
+$wb["active_txt"] = 'Active';
+$wb["description_txt"] = 'Description';
+$wb["client_group_id_txt"] = 'Client';
+$wb["veid_txt"] = 'VEID';
+$wb["create_dns_txt"] = 'Create DNS for hostname';
+$wb["active_until_date_txt"] = 'Active until date';
 ?>
\ No newline at end of file

--
Gitblit v1.9.1