From e15295406e45c3f7944ed571dba8f099a9b5ac59 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 05 Apr 2012 08:46:46 -0400
Subject: [PATCH] Fixed: FS#2119 - String missing in language files? Uploaded new HR language file set.

---
 interface/web/vm/lib/lang/hr_openvz_vm.lng |   54 +++++++++++++++++++++++++++---------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/interface/web/vm/lib/lang/hr_openvz_vm.lng b/interface/web/vm/lib/lang/hr_openvz_vm.lng
index af3fd11..206fe3a 100644
--- a/interface/web/vm/lib/lang/hr_openvz_vm.lng
+++ b/interface/web/vm/lib/lang/hr_openvz_vm.lng
@@ -1,40 +1,40 @@
 <?php
-$wb['diskspace_txt'] = 'Diskspace';
-$wb['ram_txt'] = 'RAM (guaranteed)';
+$wb['diskspace_txt'] = 'Diskovni prostor';
+$wb['ram_txt'] = 'RAM (garantirano)';
 $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['nameserver_desc_txt'] = '(odvojeno razmakom)';
+$wb['capability_txt'] = 'Mogućnosti';
 $wb['server_id_txt'] = 'Hostserver';
-$wb['ostemplate_id_txt'] = 'OSTemplate';
-$wb['template_id_txt'] = 'Template';
-$wb['ip_address_txt'] = 'IP address';
+$wb['ostemplate_id_txt'] = 'OS predložak';
+$wb['template_id_txt'] = 'Predložak';
+$wb['ip_address_txt'] = 'IP adresa';
 $wb['hostname_txt'] = 'Hostname';
-$wb['vm_password_txt'] = 'VM Password';
-$wb['start_boot_txt'] = 'Start at boot';
+$wb['vm_password_txt'] = 'VM šifra';
+$wb['start_boot_txt'] = 'Pokreni pri bootanju';
 $wb['active_txt'] = 'Aktivno';
-$wb['description_txt'] = 'Description';
-$wb['client_group_id_txt'] = 'Client';
+$wb['description_txt'] = 'Opis';
+$wb['client_group_id_txt'] = 'Klijent';
 $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['create_dns_txt'] = 'Kreira DNS za hostname';
+$wb['active_until_date_txt'] = 'Aktivno do';
+$wb['ip_address_error_empty'] = 'IP adresa polje je prazno.';
+$wb['hostname_error_empty'] = 'Hostname polje je prazno.';
+$wb['vm_password_error_empty'] = 'VM šifra polje je prazno.';
+$wb['veid_error_empty'] = 'VEID polje je prazno.';
 $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['diskspace_error_empty'] = 'Diskspace polje je prazno.';
+$wb['ram_error_empty'] = 'RAM (guaranteed) polje je prazno.';
+$wb['ram_burst_error_empty'] = 'RAM (burst) polje je prazno.';
+$wb['cpu_units_error_empty'] = 'CPU units polje je prazno.';
+$wb['cpu_num_error_empty'] = 'CPU number polje je prazno.';
+$wb['cpu_limit_error_empty'] = 'CPU limit polje je prazno.';
+$wb['io_priority_error_empty'] = 'I/O priority polje je prazno.';
+$wb['template_nameserver_error_empty'] = 'Nameserver(s) polje je prazno.';
+$wb['Virtual server'] = 'Virtualni server';
+$wb['Advanced'] = 'Napredno';
 ?>

--
Gitblit v1.9.1