From 151face950205d2c085d778c4981edae5d535e12 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 04 Jan 2012 12:06:24 -0500 Subject: [PATCH] - Merged language files - Updated version number to 3.0.4.2 --- interface/web/admin/lib/lang/hr_iptables.lng | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/interface/web/admin/lib/lang/hr_iptables.lng b/interface/web/admin/lib/lang/hr_iptables.lng index 9392147..5a6cef9 100644 --- a/interface/web/admin/lib/lang/hr_iptables.lng +++ b/interface/web/admin/lib/lang/hr_iptables.lng @@ -1,14 +1,13 @@ <?php -$wb['server_id_txt'] = "Server"; -$wb['multiport_txt'] = "Više portova"; -$wb['singleport_txt'] = "Jedan port"; -$wb['protocol_txt'] = "Protokol"; -$wb['table_txt'] = "Tablica"; -$wb['target_txt'] = "Meta"; -$wb['state_txt'] = "Stanje"; -$wb['destination_ip_txt'] = "Adresa destinacije"; -$wb['source_ip_txt'] = "Adresa izvora"; -$wb['active_txt'] = "Aktivno"; -$wb['iptables_error_unique'] = "Već postoji firewall zapis za ovaj server."; +$wb['server_id_txt'] = 'Server'; +$wb['multiport_txt'] = 'Više portova'; +$wb['singleport_txt'] = 'Jedan port'; +$wb['protocol_txt'] = 'Protokol'; +$wb['table_txt'] = 'Tablica'; +$wb['target_txt'] = 'Meta'; +$wb['state_txt'] = 'Stanje'; +$wb['destination_ip_txt'] = 'Adresa destinacije'; +$wb['source_ip_txt'] = 'Adresa izvora'; +$wb['active_txt'] = 'Aktivno'; +$wb['iptables_error_unique'] = 'Već postoji firewall zapis za ovaj server.'; ?> - -- Gitblit v1.9.1