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/sites/lib/lang/tr_shell_user_list.lng | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/sites/lib/lang/tr_shell_user_list.lng b/interface/web/sites/lib/lang/tr_shell_user_list.lng index ead4a83..a72b3e4 100644 --- a/interface/web/sites/lib/lang/tr_shell_user_list.lng +++ b/interface/web/sites/lib/lang/tr_shell_user_list.lng @@ -1,8 +1,8 @@ <?php -$wb["list_head_txt"] = 'Shell Kullanıcısı'; -$wb["active_txt"] = 'Aktif'; -$wb["server_id_txt"] = 'Sunucu'; -$wb["parent_domain_id_txt"] = 'Site'; -$wb["username_txt"] = 'Kullanıcı adı'; -$wb["add_new_record_txt"] = 'Yeni Shell Kullanıcısı'; +$wb['list_head_txt'] = 'Shell Kullanıcısı'; +$wb['active_txt'] = 'Aktif'; +$wb['server_id_txt'] = 'Sunucu'; +$wb['parent_domain_id_txt'] = 'Site'; +$wb['username_txt'] = 'Kullanıcı adı'; +$wb['add_new_record_txt'] = 'Yeni Shell Kullanıcısı'; ?> -- Gitblit v1.9.1