[ İSTEK ] Bots Mod v1.3.1

phpBB2 için yapılan MODların dil dosyalarını Türkçeleştirme forumu.
Cevapla
Kullanıcı avatarı
by-keskin
Kayıtlı Kullanıcı
Mesajlar: 425
Kayıt: 10.10.2006, 21:09
İletişim:

[ İSTEK ] Bots Mod v1.3.1

Mesaj gönderen by-keskin »

Arkadaşlar Metin aşağıda bi zahmet :)

Kod: Tümünü seç

<?php

/***************************************************************************
 *                             lang_bot_admin.php
 *                            --------------------
 *   begin                : Sunday, February 13, 2005
 *   copyright            : (C) 2004 Adam Marcus
 *  
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

$lang['Manage_Bots'] = "Manage Bots";
$lang['Bot_Explain'] = "Bots (also known as crawlers) are automated agents most commonly used to index information on the internet. Very few of these bots support sessions and can therefore fail to index your site correctly. Here you can define the assigning of session ids to these bots to solve this problem.";
$lang['L_SUPPORT'] = '<a href="http://www.phpBBservice.nl" target="_blank">Support Forum</a>';
$lang['Pending_Bots'] = "Pending Bots";
$lang['Pending_Explain'] = "Listed below are users that matched some but not all of your bot criteria. In other words the user only matched either the user agent or ip. The mismatched data is the highlighted next to the bot name. You can choose to either add this info which will then appear as part of that bots criteria or ignore it.";

$lang['Bot_Agent'] = "Bot agent";
$lang['Bot_Name'] = "Bot name";
$lang['Bots'] = "bots"; 
$lang['Agent_Match'] = "Agent match";
$lang['Bot_Ip'] = "Bot IP";
$lang['Bot_Style'] = "Bot style";

$lang['Last_Visit'] = "Last visit";
$lang['Visits'] = "Visits";
$lang['Pages'] = "Pages";
$lang['Never'] = "Never";
$lang['Options'] = "Options";
$lang['Result'] = "Result";
$lang['Ok'] = "Ok";
$lang['Mark'] = "Mark";
$lang['Ignore'] = "Ignore";
$lang['Add'] = "Add";

$lang['Submit'] = "Submit";
$lang['Delete'] = "Delete";
$lang['Reset'] = "Reset";
$lang['Edit'] = "Edit";

$lang['ip'] = "ip";
$lang['agent'] = "agent";

$lang['No_Bots'] = "Sorry there are currently no bots in the database!";
$lang['No_Pending_Bots'] = "Sorry there are currently no pending bots in the database!";
$lang['Bot_Added_Or_Modified'] = "Bot information successfully added/ignored."; 
$lang['Bot_Result_Explain'] = "Here you can see the result of your query.";
$lang['Bot_Settings_Changed'] = "Bot settings successfully modified/added.";

$lang['Bot_Edit_Or_Add_Explain'] = "Here you can either add or modify an existing bot entry. You are able to supply either a matching user agent or a range of ip's to use.";
$lang['Bot_Name_Explain'] = "Used for your use only.";
$lang['Bot_Agent_Explain'] = "A matching user agent. Partial matches are allowed. Seperate agents with a single '|'.";
$lang['Bot_Ip_Explain'] = "Partial matches are allowed. Seperate IP addresses with a single '|'.";
$lang['Bot_Style_Explain'] = "Style bot sees when visiting your site.";

$lang['Error_No_Agent_Or_Ip'] = "You have no supplied a vaild user agent or ip.";
$lang['Error_No_Bot_Name'] = "You have not supplied a bot name.";
$lang['Error_Bot_Name_Taken'] = "That bot name is already taken.";
$lang['Error_Own_Ip'] = "You can't use your own Ip as a bot Ip, using your own Ip will get you locked out of the admin cp. If you need to test the script Google search for a spider simulator.";
?>
[/u]
Kullanıcı avatarı
pikachu
Kayıtlı Kullanıcı
Mesajlar: 3062
Kayıt: 16.07.2006, 15:32
Konum: ağandon /
İletişim:

Mesaj gönderen pikachu »

uzun geldi gözüme, bi ara çeviririm, ama yarın falan bi güncelle bu konuyu, belki unuturum. :D
Kullanıcı avatarı
by-keskin
Kayıtlı Kullanıcı
Mesajlar: 425
Kayıt: 10.10.2006, 21:09
İletişim:

Mesaj gönderen by-keskin »

unuttun galiba :D
19911991

Mesaj gönderen 19911991 »

çok sağol...
Kullanıcı avatarı
pikachu
Kayıtlı Kullanıcı
Mesajlar: 3062
Kayıt: 16.07.2006, 15:32
Konum: ağandon /
İletişim:

Mesaj gönderen pikachu »

geç olsun güç olmasın, belki birinin işine yarar. :)

Kod: Tümünü seç

<?php

/***************************************************************************
 *                             lang_bot_admin.php
 *                            --------------------
 *   begin                : Sunday, February 13, 2005
 *   copyright            : (C) 2004 Adam Marcus
 * 
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/
// translation to Turkish: ByRz&ByRz www.forumyok.com
// çeviri versiyonu 1.0.0 ---çeviri ile ilgili geribildirimlerinizi sitemiz üzerinden yapabilirsiniz. 
$lang['Manage_Bots'] = "Bot yönetimi";
$lang['Bot_Explain'] = "Bots (also known as crawlers) are automated agents most commonly used to index information on the internet. Very few of these bots support sessions and can therefore fail to index your site correctly. Here you can define the assigning of session ids to these bots to solve this problem.";
$lang['L_SUPPORT'] = '<a href="http://www.phpBBservice.nl" target="_blank">Destek Forumu</a>';
$lang['Pending_Bots'] = "Askıdaki-bekletilen Botlar";
$lang['Pending_Explain'] = "Listed below are users that matched some but not all of your bot criteria. In other words the user only matched either the user agent or ip. The mismatched data is the highlighted next to the bot name. You can choose to either add this info which will then appear as part of that bots criteria or ignore it.";

$lang['Bot_Agent'] = "Bot ajanı";
$lang['Bot_Name'] = "Bot ismi";
$lang['Bots'] = "botlar";
$lang['Agent_Match'] = "Ajan eşleştirmesi";
$lang['Bot_Ip'] = "Bot IPsi";
$lang['Bot_Style'] = "Bot stili";

$lang['Last_Visit'] = "son ziyaret";
$lang['Visits'] = "Ziyaretler";
$lang['Pages'] = "Sayfalar";
$lang['Never'] = "Hiç";
$lang['Options'] = "Seçenekler";
$lang['Result'] = "Sonuç";
$lang['Ok'] = "Tamam";
$lang['Mark'] = "İşaretle";
$lang['Ignore'] = "Yoksay";
$lang['Add'] = "Ekle";

$lang['Submit'] = "Kabul";
$lang['Delete'] = "Sil";
$lang['Reset'] = "Sıfırla";
$lang['Edit'] = "Düzenle";

$lang['ip'] = "ip";
$lang['agent'] = "ajan";

$lang['No_Bots'] = "Veritabanında bot yok!";
$lang['No_Pending_Bots'] = "Veritabanında askıda bekleyen bot yok!";
$lang['Bot_Added_Or_Modified'] = "Bot bilgisi başarıyla eklendi/yoksayıldı.";
$lang['Bot_Result_Explain'] = "Buradan sorgulamanın sonucunu görebilirsiniz.";
$lang['Bot_Settings_Changed'] = "Bot ayarları başarıyla modifiye edili/eklendi.";

$lang['Bot_Edit_Or_Add_Explain'] = "Burdan bot ekelyebilir veya mevcut olanı düzenleyebilirsin. You are able to supply either a matching user agent or a range of ip's to use.";
$lang['Bot_Name_Explain'] = "Sadece sizin kullanımınız için kullanıldı.";
$lang['Bot_Agent_Explain'] = "Bir eşleşen kullanıcı ajanı. Kısmi eşleştirme izni mevcut. İP adreslerini '|' işaretiyle ayırın.";
$lang['Bot_Ip_Explain'] = "Kısmi eşleştirme izni mevcut. İP adreslerini '|' işaretiyle ayırın.";
$lang['Bot_Style_Explain'] = "Botun siteyi ziyaret ettiğinde göreceği stil.";

$lang['Error_No_Agent_Or_Ip'] = "Geçerli bir kullanıcı ajanı veya İPsi girmediniz.";
$lang['Error_No_Bot_Name'] = "Bir bot ismi girmediniz.";
$lang['Error_Bot_Name_Taken'] = "Bu bot ismi önceden alınmış.";
$lang['Error_Own_Ip'] = "Kendi İPnizi bot İPsi olarak kullanamazsınız, kullanırsanız bu size yönetici kontrol panelini kilitleyecektir. Scripti test etmek istiyorsanız bir örümcek simülatörünü Google dan aratabilirsiniz."; 
avatarturkiye
Kayıtlı Kullanıcı
Mesajlar: 13
Kayıt: 25.06.2007, 23:25
İletişim:

Mesaj gönderen avatarturkiye »

Bu daha tam bir çeviri, ama lütfen emeğe saygı olarak (C)'ı silmeyin ;)

Kod: Tümünü seç

<?php 

/*************************************************************************** 
 *                             lang_bot_admin.php 
 *                            -------------------- 
 *   begin                : Sunday, February 13, 2005 
 *   copyright            : (C) 2004 Adam Marcus 
 *   Turkish Translation     : (C) Gökberk TALU
 * 
 * 
 ***************************************************************************/ 

/*************************************************************************** 
 * 
 *   Bu program bedava bir yazılımdır; çoğaltamayı ve düzenlemeyi
 *   (GNU) Genel Kamu Lisansı hükümleri altında yapabilirsiniz ve 
 *   Bedava Yazılım Kuruluşu; her 2 Lisansda, veya
 *   (size kalmış) en son çıkan başka sürümünü bulundurabilirsiniz. 
 * 
 ***************************************************************************/ 

$lang['Manage_Bots'] = "Botları Yönet"; 
$lang['Bot_Explain'] = "Botlar (ayrıca crawler olarakta bilinirler) Internetteki sitelerin indekslerini incelemek için kullanılan otomatik ajanlardır. Bu botların birçoğu oturum açamadığından indeksinizi düzgün görüntülüyemezler. Burada oturum idlerini tarif ederek botların bu sorununu düzeltebilirsiniz."; 
$lang['L_SUPPORT'] = '<a href="http://www.phpBBTurkey.com" target="_blank">Destek Forumu</a>'; 
$lang['Pending_Bots'] = "Askıdaki Botlar"; 
$lang['Pending_Explain'] = "Aşağıdaki kullanıcılar sizin bot kriterlerinizin bazılarını ama hepsini uyuşturamamıştır. Diğer anlamda kullanıcı, kullanıcı sadece kullanıcı ajanını veya ipyi uyuşturmuş. Uyumsuz bilgiler bot adının yanında vurgulanmış. Bu bilgiyi ister ekleyebilirsiniz ve böylece botun kriterlerinden biri haline gelir veya yoksayabilirsiniz."; 

$lang['Bot_Agent'] = "Bot ajanı"; 
$lang['Bot_Name'] = "Bot adı"; 
$lang['Bots'] = "botlar"; 
$lang['Agent_Match'] = "Ajan uyumu"; 
$lang['Bot_Ip'] = "Bot IPsi"; 
$lang['Bot_Style'] = "Bot stili"; 

$lang['Last_Visit'] = "En Son Ziyaret"; 
$lang['Visits'] = "Ziyaretler"; 
$lang['Pages'] = "Sayfalar"; 
$lang['Never'] = "Hiçbir Zaman"; 
$lang['Options'] = "Ayarlar"; 
$lang['Result'] = "Sonuç"; 
$lang['Ok'] = "Tamam"; 
$lang['Mark'] = "Belirt"; 
$lang['Ignore'] = "Yoksay"; 
$lang['Add'] = "Ekle"; 

$lang['Submit'] = "Gönder"; 
$lang['Delete'] = "Sil"; 
$lang['Reset'] = "Sıfırla"; 
$lang['Edit'] = "Düzenle"; 

$lang['ip'] = "ip"; 
$lang['agent'] = "ajan"; 

$lang['No_Bots'] = "Üzgünüm şuan veribankasında bot yok!"; 
$lang['No_Pending_Bots'] = "Üzgünüm şuan veribankasında askıda bir bot yok!"; 
$lang['Bot_Added_Or_Modified'] = "Bot bilgisi başarıyla eklendi/yoksayıldı."; 
$lang['Bot_Result_Explain'] = "Burada sorgunuzun sonuçlarını görebilirsiniz."; 
$lang['Bot_Settings_Changed'] = "Bot ayarları başarıyla düzenlendi/eklendi."; 

$lang['Bot_Edit_Or_Add_Explain'] = "Burada ister varolan bot girişini ekleyebilirsiniz istersenizde düzenleyebilirsiniz. Kullanımınıza isterseniz uyuşan bir kullanıcı ajan ekleyebilirsiniz isterseniz belli bir alanda ipler."; 
$lang['Bot_Name_Explain'] = "Sadece sizin kullanımınız için."; 
$lang['Bot_Agent_Explain'] = "Uyumlu bir kullanıcı ajanı. Kısmen uyuşmalar izin veriliyor. Ajanları '|' ile ayırın."; 
$lang['Bot_Ip_Explain'] = "Kısmen uyuşmalar izin veriliyor. IP adresini bir '|' ile ayırın."; 
$lang['Bot_Style_Explain'] = "Stil botu sitenizi ziyaretinde görüyor."; 

$lang['Error_No_Agent_Or_Ip'] = "Geçerli bir kullanıcı ajanı veya ip girmedin."; 
$lang['Error_No_Bot_Name'] = "Bot adı girmediniz."; 
$lang['Error_Bot_Name_Taken'] = "O bot adı zaten kullanımda."; 
$lang['Error_Own_Ip'] = "Kendi IPni bot ipsi olarak kullanmazsın,çünkü yaparsan yönetimkp girişini kitlersin. Eğer metini denemek istiyorda Google da örümcek similatör adında arama yap."; 
?>
Cevapla

“phpBB2 MOD Türkçeleştirme” sayfasına dön

Kimler çevrimiçi

Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 5 misafir