Mod default içindir.Yapımcısı vbgamer45'dir.Modun kendisi ekte.Türkçeleştirmek için ilk olarak ektekini paketler bölümünden kurun ve aşağıdaki kodları Staff.turkish.php Olarak Kaydedip languages'e atın
Kod:
PHP- Kodu:
<?php
/*
SMF Staff
Version 1.5
by:vbgamer45
http://www.smfhacks.com
*/
//Staff text strings
$txt['smfstaff_local'] = 'Moderatorler';
$txt['smfstaff_lastactive'] = 'Son Aktif Olma Zamani:';
$txt['smfstaff_forums'] = 'Forumlar:';
$txt['smfstaff_dateregistered'] = 'Kayit Olma Zamani:';
$txt['smfstaff_contact'] = 'Iletisim Bilgileri:';
$txt['smfstaff_sendpm'] = 'ÖM Yolla';
$txt['smfstaff_avatar'] = 'Avatar';
$txt['smfstaff_options'] = 'Ayarlar';
$txt['smfstaff_nocatabove'] = 'There is no group above the current one.';
$txt['smfstaff_nocatbelow'] = 'There is no group below the current one.';
$txt['smfstaff_errgroupexists'] = 'Bu Grup Forum Yoneticileri Listesinde Zaten var.';
$txt['smfstaff_staffsetting'] = 'Forum Yoneticileri Ayarlari';
$txt['smfstaff_showavatar'] = 'Avatari Goster';
$txt['smfstaff_showlastactive'] = 'En Son Aktif Olma Zamanini Goster';
$txt['smfstaff_showdateregistered'] = 'Kayit Olma Zamanini Goster';
$txt['smfstaff_showcontactinfo'] = 'Iletisim Bigilerini Goster';
$txt['smfstaff_showlocalmods'] = 'Moderatorleri Goster';
$txt['smfstaff_groupstoshow'] = 'Forum Yoneticileri Sayfasinda Gosterilicek Gruplar:';
$txt['smfstaff_groupstoadd'] = 'Forum Yoneticileri Sayfasina Eklenicek Gruplar:';
$txt['smfstaff_addgroup'] = 'Grup Ekle';
$txt['smfstaff_delgroup'] = 'Grup Sil';
$txt['smfstaff_up'] = 'Yukari';
$txt['smfstaff_down'] = 'Asagi';
$txt['smfstaff_savesettings'] = 'Kaydet';
?><?php
/*
SMF Staff
Version 1.5
by:vbgamer45
http://www.smfhacks.com
*/
//Staff text strings
$txt['smfstaff_local'] = 'Moderatorler';
$txt['smfstaff_lastactive'] = 'Son Aktif Olma Zamani:';
$txt['smfstaff_forums'] = 'Forumlar:';
$txt['smfstaff_dateregistered'] = 'Kayit Olma Zamani:';
$txt['smfstaff_contact'] = 'Iletisim Bilgileri:';
$txt['smfstaff_sendpm'] = 'ÖM Yolla';
$txt['smfstaff_avatar'] = 'Avatar';
$txt['smfstaff_options'] = 'Ayarlar';
$txt['smfstaff_nocatabove'] = 'There is no group above the current one.';
$txt['smfstaff_nocatbelow'] = 'There is no group below the current one.';
$txt['smfstaff_errgroupexists'] = 'Bu Grup Forum Yoneticileri Listesinde Zaten var.';
$txt['smfstaff_staffsetting'] = 'Forum Yoneticileri Ayarlari';
$txt['smfstaff_showavatar'] = 'Avatari Goster';
$txt['smfstaff_showlastactive'] = 'En Son Aktif Olma Zamanini Goster';
$txt['smfstaff_showdateregistered'] = 'Kayit Olma Zamanini Goster';
$txt['smfstaff_showcontactinfo'] = 'Iletisim Bigilerini Goster';
$txt['smfstaff_showlocalmods'] = 'Moderatorleri Goster';
$txt['smfstaff_groupstoshow'] = 'Forum Yoneticileri Sayfasinda Gosterilicek Gruplar:';
$txt['smfstaff_groupstoadd'] = 'Forum Yoneticileri Sayfasina Eklenicek Gruplar:';
$txt['smfstaff_addgroup'] = 'Grup Ekle';
$txt['smfstaff_delgroup'] = 'Grup Sil';
$txt['smfstaff_up'] = 'Yukari';
$txt['smfstaff_down'] = 'Asagi';
$txt['smfstaff_savesettings'] = 'Kaydet';
?>
Yukarıdaki işlemden sonra Modifications.turkish.phpyi açıp bulun
Öncesine Ekleyin
Kod:
PHP- Kodu:
//Begin SMF Staff Page Text Strings
$txt['smfstaff_stafflist'] = 'Forum Yoneticileri';
$txt['smfstaff_admin'] = 'Yonetici Ayarlari';
$txt['permissionname_view_stafflist'] = 'Forum Yoneticilerini Goster';
$txt['permissionhelp_view_stafflist'] = 'Forum Yoneticileri Listesi Forumunuzdaki Yoneticileri Gosterir. Duzen ve Seceneklerden Degistirebilirsiniz. Bu Izin Kimlerin Yoneticiler Listesini Gorebilecegini Ayarlar.';
$txt['cannot_view_stafflist'] = 'Forum Yoneticilerini Goremessiniz.';
Who.turkish.phpyi açıp bulun
Kod:
?>
Öncesine Ekleyin
Kod:
// Begin SMF Staff Page Text Strings$txt['whoall_staff'] = '<a href="' . $scripturl . '?action=staff">Forum Yoneticileri</a>ne Bakiyor';// END SMF Staff Page Text Strings
smfgrup.com 'dan alıntıdır