From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/admin/lib/lang/hr_server_ip_list.lng | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/interface/web/admin/lib/lang/hr_server_ip_list.lng b/interface/web/admin/lib/lang/hr_server_ip_list.lng index e08a52f..d4210d3 100644 --- a/interface/web/admin/lib/lang/hr_server_ip_list.lng +++ b/interface/web/admin/lib/lang/hr_server_ip_list.lng @@ -1,11 +1,10 @@ <?php -$wb['list_head_txt'] = "IP adrese"; -$wb['server_id_txt'] = "Server"; -$wb['ip_address_txt'] = "IP adresa"; -$wb['add_new_record_txt'] = "Dodaj novu IP adresu"; -$wb['client_id_txt'] = "Klijent"; -$wb['virtualhost_txt'] = "HTTP Vhost"; -$wb['virtualhost_port_txt'] = "HTTP portovi"; -$wb['ip_type_txt'] = "Vrsta"; +$wb['list_head_txt'] = 'IP adrese'; +$wb['server_id_txt'] = 'Server'; +$wb['ip_address_txt'] = 'IP adresa'; +$wb['add_new_record_txt'] = 'Dodaj novu IP adresu'; +$wb['client_id_txt'] = 'Klijent'; +$wb['virtualhost_txt'] = 'HTTP Vhost'; +$wb['virtualhost_port_txt'] = 'HTTP portovi'; +$wb['ip_type_txt'] = 'Vrsta'; ?> - -- Gitblit v1.9.1