From b9f313bdc4992f64ed82ae998293df1e1626a4ff Mon Sep 17 00:00:00 2001 From: A. Täffner <darkalex@firesplash.de> Date: Fri, 22 Jan 2016 13:14:39 -0500 Subject: [PATCH] DNSSEC-Switch: Implementation finished, tested And found a small bug (privkeys were not deleted on zone deletion) which is now fixed Testing successful. Doing last test then if everything goes well this will be the new merge request --- interface/web/admin/lib/lang/tr_users_list.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/lang/tr_users_list.lng b/interface/web/admin/lib/lang/tr_users_list.lng index 052d28f..31dbee7 100644 --- a/interface/web/admin/lib/lang/tr_users_list.lng +++ b/interface/web/admin/lib/lang/tr_users_list.lng @@ -1,8 +1,9 @@ <?php $wb['list_head_txt'] = 'Kullanıcılar'; $wb['username_txt'] = 'Kullanıcı adı'; -$wb["client_id_txt"] = 'Client ID'; -$wb["active_txt"] = 'Active'; -$wb['add_new_record_txt'] = 'Yeni Kullanıcı'; -$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!'; +$wb['client_id_txt'] = 'Müşteri Kodu'; +$wb['active_txt'] = 'Etkin'; +$wb['groups_txt'] = 'Gruplar'; +$wb['add_new_record_txt'] = 'Kullanıcı Ekle'; +$wb['warning_txt'] = '<b>UYARI:</b> Buradan herhangi bir kullanıcı ayarını değiştirmeyin. Bunun yerine Müşteri modülünden Müşteri ya da Bayi ayarlarını değiştirin. Kullanıcı ya da gruplar değiştirildiğinde veri kaybı oluşabilir!'; ?> -- Gitblit v1.9.1