From e485d0a26f0e3fbb7d6f02555a527183e5b44f2d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 03 Jan 2012 07:52:40 -0500
Subject: [PATCH] Updated: FS#1881 - Update croatian language files

---
 interface/web/sites/lib/lang/hr_web_subdomain_list.lng |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/interface/web/sites/lib/lang/hr_web_subdomain_list.lng b/interface/web/sites/lib/lang/hr_web_subdomain_list.lng
index 1c16bcd..6bfa569 100644
--- a/interface/web/sites/lib/lang/hr_web_subdomain_list.lng
+++ b/interface/web/sites/lib/lang/hr_web_subdomain_list.lng
@@ -1,8 +1,9 @@
 <?php
-$wb['list_head_txt'] = 'Subdomains';
-$wb['active_txt'] = 'Active';
+$wb['list_head_txt'] = 'Poddomene';
+$wb['active_txt'] = 'Aktivno';
 $wb['server_id_txt'] = 'Server';
-$wb['parent_domain_id_txt'] = 'Website';
-$wb['domain_txt'] = 'Subdomain';
-$wb['add_new_record_txt'] = 'Add new subdomain';
+$wb['parent_domain_id_txt'] = 'Web stranica';
+$wb['domain_txt'] = 'Poddomena';
+$wb['add_new_record_txt'] = 'Dodaj novu poddomenu';
 ?>
+

--
Gitblit v1.9.1