From 02bf997271f4d09e91c8fcb9cecd08f06f2400c4 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 12 Apr 2012 12:04:52 -0400 Subject: [PATCH] Merged revisions 3028-3045 from stable branch. --- interface/web/sites/lib/lang/hr_shell_user_list.lng | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/sites/lib/lang/hr_shell_user_list.lng b/interface/web/sites/lib/lang/hr_shell_user_list.lng index 9212ee4..16fc32c 100644 --- a/interface/web/sites/lib/lang/hr_shell_user_list.lng +++ b/interface/web/sites/lib/lang/hr_shell_user_list.lng @@ -1,8 +1,8 @@ <?php -$wb['list_head_txt'] = 'Shell User'; +$wb['list_head_txt'] = 'Shell korisnik'; $wb['active_txt'] = 'Aktivno'; $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Site'; +$wb['parent_domain_id_txt'] = 'Web stranica'; $wb['username_txt'] = 'Korisničko ime'; -$wb['add_new_record_txt'] = 'Add new Shell-User'; +$wb['add_new_record_txt'] = 'Dodaj novog Shell korisnika'; ?> -- Gitblit v1.9.1