[İSTEK] Reputation Mod v1.0.0 (TR)

Türkçe tercüme istekleri.

[İSTEK] Reputation Mod v1.0.0 (TR)

İleti AggReSSiVe 28.05.2006, 10:59

Merhaba arkadaşlar... Bu mod için dil dosyalarını Türkçe'ye çevirmenizi rica ediyorum, tabi ilgilenen ve isteyen arkadaş olursa. Mod çok hoş güzel fakar dil satırlarının arasından çıkamadım. Bazı yerleri tarzan ingilizcemle çevirmeye çalıştım ama, işleri iyicene karıştırdım. Yardımcı olursanız sevinirim...

( Not: Aynı mesajı daha öncede yazdım, merakla takip etmek için girdim ama, konum silinmiş. Aynı gün bir mesaj daha yazdım bu mod ile ilgili ama, oda silinmiş. Mesaj dediğim, 2 ayrı konu açtım. İnş. bu silinmez, yardımcı olan olmasa bile silinmez inş...)

Mod ismi: Reputation Mod
Mod sürümü: v1.0.0
Mod yazarı: anton@granik.com (Anton Granik)
Mod sitesi: http://granik.com
Mod indirilme linki: http://rapidshare.de/files/21583766/Rep ... 0.zip.html

Kod: Tümünü seç
###
#language/lang_xxx/lang_main.php
###

// Reputation mod v.1.0.0
$lang['Reputation'] = 'Reputation';
$lang['No_votes'] = 'No votes';
$lang['Votes'] = 'votes';

###
#language/lang_xxx/lang_admin.php
###

// Reputation mod v.1.0.0
$lang['Reputation'] = 'Reputation';
$lang['Reputation_Config_Title'] = 'Reputation System Configuration';
$lang['Reputation_Config_Explain'] = 'Here you can set the options for Users Reputation System.';
$lang['Rep_config_updated'] = 'Reputation System config updated';
$lang['Click_return_rep_config'] = '%sReturn to Reputation System config%s';
$lang['Disable_rep'] = 'Disable Reputation System';
$lang['Graphic_version'] = 'Graphic version';
$lang['Show_stats_to_mods'] = 'Show the stats of given points only to administrators/moderators';
$lang['PM_notify'] = 'Notify users through PM when they receive new reputation points';
$lang['Posts_to_earn'] = 'Amount of posts to earn 1 reputation point (0 - to disable)';
$lang['Days_to_earn'] = 'Amount of days on forum to earn 1 reputation point (0 - to disable)';
$lang['Flood_control_time'] = 'Minimum amount of minutes between reputation givings by the same user (no use for admins and mods)';
$lang['Medal1_to_earn'] = 'Amount of reputation points to earn the 1st size medal';
$lang['Medal2_to_earn'] = 'Amount of reputation points to earn the 2nd size medal';
$lang['Medal3_to_earn'] = 'Amount of reputation points to earn the 3rd size medal';
$lang['Medal4_to_earn'] = 'Amount of reputation points to earn the 4th size medal';
$lang['Given_rep_to_earn'] = 'Amount of given reputation to earn 1 reputation point (0 - to disable)';
$lang['Repsum_limit'] = 'Limit of giving reputation points to a user (0 - no limits)';
$lang['Default_amount'] = 'Turn the simple version on and set the default amount of every giving to this number (0 - to disable)';

###
#language/lang_xxx/lang_reputation.php
###

$lang['Reputation'] = 'Reputation';
$lang['No_check_code'] = 'No check code! Do not try to fool Reputation System. One more try and your reputation will be -500!';
$lang['No_action_specified'] = 'No action specified to make!';
$lang['Hidden_post'] = 'Post is in hidden forum';
$lang['Guests_cant_view_history'] =  'Guests are not allowed to view reputation history!';
$lang['Zero_reputation'] = 'Zero';
$lang['Stats_only_for_admins'] = 'The stats of given points are set to visible only to administrators/moderators';
$lang['Wrong_check_code'] = 'Wrong check code! Do not try to fool Reputation System. One more try and your reputation will be -500!';
$lang['Too_little_time'] = 'There should be %s minutes between reputation givings by the same user.';
$lang['No_user'] = 'There is no user id! Do not try to fool Reputation System. One more try and your reputation will be -500!';
$lang['No_post'] = 'There is no post id! Do not try to fool Reputation System. One more try and your reputation will be -500!';
$lang['Votes'] = 'Votes';
$lang['Cant_give_more_than_have'] = 'You can\'t give points more than you have!';
$lang['No_more_than_limit'] = 'Administrator set the limit of giving points to %s. You can\'t give more.';
$lang['Cant_give_yourself'] = 'You can\'t give yourself a reputation!';
$lang['Cant_give_the_same_user'] = 'To give reputation the same user you should spread it around.';
$lang['You_have_zero_rep'] = 'You can\'t give reputation to others because you don\'t have reputation points yet.';
$lang['You_have_neg_rep'] = 'You can\'t give reputation to others – you have got the negative reputation!';
$lang['Cant_give_zero'] = 'Why give zero?';
$lang['Cant_give_subzero'] = 'If you want to give the negative reputation then enter a positive number and choose the negative direction ("minus" icon).';
$lang['Reputation2'] = 'reputation';
$lang['Total_received'] = 'Total received';
$lang['Positive'] = 'positive';
$lang['Negative'] = 'negative';
$lang['Total_given'] = 'Total given';
$lang['Who'] = 'Who';
$lang['Whom'] = 'Whom';
$lang['Dir'] = 'Direction';
$lang['How_much'] = 'How much';
$lang['Comment'] = 'Comment';
$lang['Received_rep'] = 'Received reputation';
$lang['Given_rep'] = 'Given reputation';
$lang['Global_stats'] = 'Global stats';

$lang['Rep_giving'] = 'Reputation giving to';
$lang['You_have_points'] = 'You have points';
$lang['Description'] = 'Description';
$lang['Form'] = 'Form';
$lang['Enter_repsum'] = 'Enter the amount of points to give';
$lang['Enter_repsum_explain'] = '(only the positive integer numbers accepted)';
$lang['Choose_dir'] = 'Choose direction';
$lang['Choose_dir_explain'] = '(positive or negative reputation)';
$lang['Enter_comment'] = 'Enter the comment';
$lang['Enter_comment_explain'] = '(optional)';
$lang['Give'] = 'Give';

$lang['Close_window'] = 'Close window';
$lang['Reputation_has_given'] = 'Reputation has been given.';
$lang['Click_here_return_rep'] = 'Click %shere%s, to go to the stats of this user.';

$lang['PM_notify_subj'] = "You have received new reputation points!";
$lang['PM_notify_text'] = "You have received %s reputation points from the user which message you are reading. But it\'s an automatic notify system so you don\'t need to reply - only in case you want to thank this user. And delete this message after reading. Don\'t collect this junk!";

$lang['Total_given_by_users'] = "Total given by the users";
$lang['Points_in_givings'] = "<strong>%s</strong> points in <strong>%s</strong> givings";
$lang['Active_user'] = "Most active giver";
$lang['Best_rep_user'] = "Most reputated user";
$lang['Worst_rep_user'] = "Worst reputated user";
$lang['Max_given_sum'] = "Maximum giving";
AggReSSiVe
Üye
Üye
 
İleti: 42
Kayıt: 21.12.2005, 19:06
Konum: Kocaeli

İleti AggReSSiVe 30.05.2006, 12:26

Sevabına bir vatandaş el atsa iyi olmazmı ? ;-)
AggReSSiVe
Üye
Üye
 
İleti: 42
Kayıt: 21.12.2005, 19:06
Konum: Kocaeli

İleti AggReSSiVe 04.06.2006, 18:31

Arkadaşlar birisi ilgileniyormu onu bari söylesin :-( Konuyu açtığım günden bu zamana takip ediyorum ama tık yok, yapamam deyin oda yeter...
AggReSSiVe
Üye
Üye
 
İleti: 42
Kayıt: 21.12.2005, 19:06
Konum: Kocaeli

İleti Pluton 05.06.2006, 14:53

demek ki kimse çevirememiş ya da çevirmek istememiş ısrarlaman gerke yok.
No CommEnT
Pluton
Üye
Üye
 
İleti: 555
Kayıt: 09.10.2005, 18:51
Konum: Antalya

İleti umuttt_16 09.06.2006, 22:35

murtazadan isteğimizdir yaparmısın ????*
umuttt_16
Üye
Üye
 
İleti: 54
Kayıt: 01.04.2006, 09:07

İleti silent_imploring 16.06.2006, 11:23

Buyrun çeviri
Eklentiler
lang_reputation.zip
(1.96 KiB) 1407 defa indirildi
Kullanıcı avatarı
silent_imploring
Üye
Üye
 
İleti: 143
Kayıt: 02.01.2006, 22:04
Konum: Kocaeli

İleti AemreA 04.07.2006, 15:08

arkadaşlar ben per modülünü yüklüyorum ama hep hata verio

AggReSSiVe arkdaşım rica etsem senin forumda rep modülü yüklüyse ve düzgün çalışıosa bana forum dosyalarını atarmısın
AemreA
Üye
Üye
 
İleti: 2
Kayıt: 04.07.2006, 15:02

İleti AggReSSiVe 05.07.2006, 17:52

Bendeki forum dosyalarını atmasına atayım ama, daha fazla hata verir o zaman :)

Nedeni ise ; benim kurduğum mod tek o değil, bir çok mod var, onların dosyaları falan karışır, ekte verdiğim modu kendim uploda ettim, o dosyaları kur sorunsuz çalışıyor. Yani demek istediğim farklı modifikasyonlarda var bende onların verileri de olacak içlerinde ve diğer dosyalarada gerek duyacaklar...
AggReSSiVe
Üye
Üye
 
İleti: 42
Kayıt: 21.12.2005, 19:06
Konum: Kocaeli

Cvp: [İSTEK] Reputation Mod v1.0.0 (TR)

İleti AggReSSiVe 08.07.2006, 14:01

@ demilo11

Sanırım Admin panelindeki satırları gözden kaçırmışsın ! Rica etsem şu satırlarıda tercüme edebilirmisin ?

Kod: Tümünü seç
// Reputation mod v.1.0.0
$lang['Reputation'] = 'Reputation';
$lang['Reputation_Config_Title'] = 'Reputation System Configuration';
$lang['Reputation_Config_Explain'] = 'Here you can set the options for Users Reputation System.';
$lang['Rep_config_updated'] = 'Reputation System config updated';
$lang['Click_return_rep_config'] = '%sReturn to Reputation System config%s';
$lang['Disable_rep'] = 'Disable Reputation System';
$lang['Graphic_version'] = 'Graphic version';
$lang['Show_stats_to_mods'] = 'Show the stats of given points only to administrators/moderators';
$lang['PM_notify'] = 'Notify users through PM when they receive new reputation points';
$lang['Posts_to_earn'] = 'Amount of posts to earn 1 reputation point (0 - to disable)';
$lang['Days_to_earn'] = 'Amount of days on forum to earn 1 reputation point (0 - to disable)';
$lang['Flood_control_time'] = 'Minimum amount of minutes between reputation givings by the same user (no use for admins and mods)';
$lang['Medal1_to_earn'] = 'Amount of reputation points to earn the 1st size medal';
$lang['Medal2_to_earn'] = 'Amount of reputation points to earn the 2nd size medal';
$lang['Medal3_to_earn'] = 'Amount of reputation points to earn the 3rd size medal';
$lang['Medal4_to_earn'] = 'Amount of reputation points to earn the 4th size medal';
$lang['Given_rep_to_earn'] = 'Amount of given reputation to earn 1 reputation point (0 - to disable)';
$lang['Repsum_limit'] = 'Limit of giving reputation points to a user (0 - no limits)';
$lang['Default_amount'] = 'Turn the simple version on and set the default amount of every giving to this number (0 - to disable)';


Çok teşekkürler, kolay gelsin !
AggReSSiVe
Üye
Üye
 
İleti: 42
Kayıt: 21.12.2005, 19:06
Konum: Kocaeli

İleti trf1 11.08.2006, 07:52

AemreA yazdı:arkadaşlar ben per modülünü yüklüyorum ama hep hata verio

AggReSSiVe arkdaşım rica etsem senin forumda rep modülü yüklüyse ve düzgün çalışıosa bana forum dosyalarını atarmısın


banada hata verdi hepten???
Kullanıcı avatarı
trf1
Üye
Üye
 
İleti: 32
Kayıt: 07.07.2006, 13:39
Konum: Ordu

Cvp: [İSTEK] Reputation Mod v1.0.0 (TR)

İleti silent_imploring 13.08.2006, 23:08

// Reputation mod v.1.0.0
$lang['Reputation'] = 'Reputation';
$lang['Reputation_Config_Title'] = 'Ün Sistemi Ayarları';
$lang['Reputation_Config_Explain'] = 'Buradan kullanıcı Ünü Sisteminin Özelliklerini ayarlayabilirsiniz.';
$lang['Rep_config_updated'] = 'Ün sistemi ayarları güncellendi';
$lang['Click_return_rep_config'] = '%sÜn sistemi ayarlarına dön%s';
$lang['Disable_rep'] = 'Ün sistemini kapat';
$lang['Graphic_version'] = 'Grafik Versiyonu';
$lang['Show_stats_to_mods'] = 'Verilen puan durumlarını yanlızca yönetici ve alt yöneticilere göster';
$lang['PM_notify'] = 'Kullanıcılar yeni ün puanları kazandıklarında PM ile bildir';
$lang['Posts_to_earn'] = 'Ün puanı kazanılması için gönderilmesi gereken ileti sayısı';
$lang['Days_to_earn'] = 'Ün puanı kazanılması için forumda kalınması gereken gün sayısı';
$lang['Flood_control_time'] = 'Aynı kişi tarafından ün puanı verilmesi için geçmesi gereken dakika.(Yöneticileri ve Alt yöneticileri etkilemeyecektir)';
$lang['Medal1_to_earn'] = '1. Boyut madalyayı kazanmak için alınması gereken puan';
$lang['Medal2_to_earn'] = '2. Boyut madalyayı kazanmak için alınması gereken puan';
$lang['Medal3_to_earn'] = '3. Boyut madalyayı kazanmak için alınması gereken puan';
$lang['Medal4_to_earn'] = '4. Boyut madalyayı kazanmak için alınması gereken puan';
$lang['Given_rep_to_earn'] = 'Ün puanı alabilmek için verilmesi gereken ün puanı(kapatmak için 0)';
$lang['Repsum_limit'] = 'Bir kullanıcıya verilebilecek ün puanı sınırı';
$lang['Default_amount'] = 'Basit versiyona dön ve tüm ayarları sıfırla (kapatmak için 0)';
Teşekkür etmeyi bilmiyorsanız ya da Telif Haklarını Korumayacaksanız Yardım İstemeyin!..
Kullanıcı avatarı
silent_imploring
Üye
Üye
 
İleti: 143
Kayıt: 02.01.2006, 22:04
Konum: Kocaeli

İleti mach 30.12.2006, 17:04

arkadaşlar ep i indiremiyorum tekrar upload edermisiniz url hatası veriyo
mach
Üye
Üye
 
İleti: 2
Kayıt: 18.04.2006, 11:32

İleti

ALEXIS
30.12.2006, 19:36

Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08


İstekler



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron