From ebd0e986ed11f2a34fb58cdd33efbfab192083ad Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Fri, 22 Apr 2016 05:26:17 -0400 Subject: [PATCH] Added PHP 7 check in installer and updater. --- 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..b88c7fa 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'] = 'Etkin'; +$wb['server_id_txt'] = 'Sunucu'; +$wb['parent_domain_id_txt'] = 'Site'; +$wb['username_txt'] = 'Kullanıcı Adı'; +$wb['add_new_record_txt'] = 'Shell Kullanıcısı Ekle'; ?> -- Gitblit v1.9.1