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_list.lng | 27 +++++++++++++-------------- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git a/interface/web/admin/lib/lang/hr_iptables_list.lng b/interface/web/admin/lib/lang/hr_iptables_list.lng index 7d4193a..869bd17 100644 --- a/interface/web/admin/lib/lang/hr_iptables_list.lng +++ b/interface/web/admin/lib/lang/hr_iptables_list.lng @@ -1,16 +1,15 @@ <?php -$wb['list_head_txt'] = "IPTables"; -$wb['add_new_rule_txt'] = "Dodaj IPTables pravilo"; -$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['list_head_txt'] = 'IPTables'; +$wb['add_new_rule_txt'] = 'Dodaj IPTables pravilo'; +$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