Advanced Version Check 2.0.5

Türkçe tercüme istekleri.

Advanced Version Check 2.0.5

İleti Céruwine 30.12.2005, 21:23

http://www.phpbb.com/phpBB/viewtopic.php?t=277654

Burada phpBB 2.0.19 için uygun bir versiyon kontrolü var... Bunun Türkçeleştirilmiş hali elinizde var mı? Yoksa çevrilebilirse sevinirim..

Teşekkürler.
Céruwine
Üye
Üye
 
İleti: 17
Kayıt: 23.12.2005, 20:19

Cvp: Advanced Version Check 2.0.5

İleti kobataj 21.01.2006, 22:30

Kardeş Elimden Geleni yaptım.
Bazı yerlerde hata varsa onları da sen tamamlayvar veya tamamlayacak arkadaş bulunur.
[code<?php
/***************************************************************************
* lang_avc.php[Türkçe]
* -------------------
* begin : May 17, 2005
* author : Fountain of Apples < webmacster87@gmail.com >
* author : DemonBob < dustin.coates@systemoverload.net >
* Telif Hakkı : Kobataj < bilgi@webdizayntr.com >
* Web Site : WwW.WebDizaynTR.CoM
* Revision: 0.1.0 -- 11/10/2005
*
***************************************************************************/

/***************************************************************************
*
* 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.
*
***************************************************************************/

/* All lang tags for Advanced Version Check in here. */

//
// Format is same as lang_main
//

//
// Version Check Summary & Admin Index Summary
//
$lang['Version_check_explain'] = 'Using this facility, you can see whether the various MODs you have installed are up-to-date. If they are not up-to-date, then the version number in the Latest Version column will be red, and an update is recommended. You can disable or enable the individual checkers here in the Enable/Disable Checkers panel, and set configuration options for the version check system in the Version Check Configuration Panel. Note that this information may not be up-to-date; click the Run Check button to update the information.';
$lang['Version_check'] = 'Version Kontrol';
$lang['Version_up_to_date_short'] = 'Up to Date';
$lang['Version_not_up_to_date_short'] = 'NOT UP TO DATE!';
$lang['Connect_socket_error'] = '<b>Hata:</b><br />%s'; // %s displays the error information, this is set by default in any page that uses the Version Check
$lang['Socket_functions_disabled'] = '<b>Hata:</b><br />Unable to use socket functions.';
$lang['AVC3_Retrievable'] = 'One or more of your MODs uses a version checker designed for Advanced Version Check 3 or later. Please update to the latest version of Advanced Version Check. <a href="http://mods.webmacster87.info/dload.php">Download Advanced Version Check</a>'; // Added in 2.0.3
$lang['lbl_Mod_Name'] = 'MOD Adı';
$lang['lbl_Download_Phpbb'] = 'PhpBB İndir';
$lang['lbl_Download_Mod'] = 'Download';
$lang['lbl_Recheck_Mod'] = 'Tekrar Kontrol';
$lang['lbl_Latest_Version'] = 'Latest Version';
$lang['lbl_Current_Version'] = 'Current Version';
$lang['lbl_Version_Check'] = 'Version Kontrolünü Çlıştır';
$lang['Index_summary_explain'] = 'The following is a list of MODs that are not up-to-date. You can see full details at the %sVersion Check%s page. This list can be disabled via the Version Check Configuration page.'; // <a href>, </a> tags
$lang['lbl_mods_uptodate'] = 'All MODs are Up-to-Date.';
$lang['lbl_avc_header'] = 'Version Kontrol';
$lang['lbl_Last_Updated'] = 'Son Yükleme: '; // This is used for the Last Updated: timestamp in the Version Check Summary. The timestamp will immediately follow this.

//
// Checker Management page
//
$lang['lbl_Version_Manager'] = 'Aktif/Deaktif Kontrolleri';
$lang['Version_Manager_explain'] = 'From here you can enable or disable individual version checkers. If disabled, the checker will not display on the Version Check page, or the Admin Index.';
$lang['btn_Ignore'] = 'Deaktif Kontrol';
$lang['btn_Check'] = 'Konrol Aktif';
$lang['btn_Recheck_V'] = 'Kontrol Et';
$lang['btn_Recheck_V_All'] = 'Hepsini Kontrol Et';
$lang['btn_Submit'] = 'Hepsini Kontrol Et';

//
// Information Boxes
//
$lang['Click_return_versionmanage'] = 'Click %sHere%s to return to the Enable/Disable Page';
$lang['Click_return_version'] = 'Click %sHere%s to return to the Version Check page';
$lang['Version_updated'] = 'Version Check Information Updated Successfully';
$lang['lbl_Status_Updated'] = 'Version Check Information Updated Successfully';
$lang['No_Config_Info'] = 'Could not query config information';
$lang['Update_failed'] = 'Failed to update general configuration for %s'; // Name of configuration option
$lang['Status_no_Update'] = 'Could not update status';
$lang['No_Version'] = 'Could not get Version Check data from database';
$lang['Connection_error'] = 'Bağlantı Hatası';
$lang['No_socket'] = 'Socket Functions Disabled';

//
// Version Check Configuration page
//
$lang['lbl_Version_Config'] = 'Version Kontrol Ayarları';
$lang['Version_Config_explain'] = 'Here you can set various configuration options for the Version Check system. An explanation of each option available to you is provided.';
$lang['lbl_Allow_Index'] = 'Admin Sayfa Giriş özeti:';
$lang['Allow_Index_explain'] = 'If set, will show a summary of all the MODs that are not up-to-date on the Admin Index.';
$lang['lbl_Version_Check_Time'] = 'Version Konrolünü Tersine Çevir:';
$lang['Version_Check_Time_explain'] = 'Determines how often the version check automatically runs. Selecting \'Each Run\' will check each time the Version Check page is displayed.';
$lang['avc']['0'] = 'Hemen Çalıştır';
$lang['avc']['900'] = '15 Dakika';
$lang['avc']['1800'] = '30 Dakika';
$lang['avc']['2700'] = '45 Dakika';
$lang['avc']['3600'] = '1 Saat';
$lang['avc']['18000'] = '5 Saat';
$lang['avc']['36000'] = '10 Saat';
$lang['avc']['54000'] = '15 Saat';
$lang['avc']['72000'] = '20 Saat';
$lang['avc']['86400'] = '24 Saat';
$lang['avc']['172800'] = '48 Saat';

//
// Download phpBB Page
//
$lang['Download_phpBB_page_head'] = 'phpBB İndir';
$lang['Download_phpBB_page_explain'] = 'The following are a list of links that you can use to download phpBB, as well as information regarding which link you should use. Provided are also links to a tutorial on upgrading phpBB and a link to the phpBB.com Mailing List, where you can receive information on updates to phpBB via e-mail.';
$lang['Downloads_page'] = 'Download the latest version of phpBB from the <a href="http://www.phpbb.com/downloads.php" target="_blank">phpBB Downloads page</a>.';
$lang['Code_changes'] = 'If you have a lot of MODs or complex styles installed, you may wish to use one of<br />the phpBB <a href="http://www.phpbb.com/phpBB/catdb.php?cat=48" target="_blank">Code Changes MODs</a> instead.';
$lang['Upgrade_tutorial'] = 'Don\'t know how to upgrade? Take a look at <a href="http://www.phpbb.com/kb/article.php?article_id=271" target="_blank">this upgrading tutorial</a>.';
$lang['Mailing_list'] = 'To keep notified about phpBB updates and other phpBB-related news,<br /><a href="http://www.phpbb.com/support/" target="_blank">subscribe to the phpBB.com mailing list</a>.';

//
// That's all, folks!
// -------------------------------------------------

?>[/code]
Kullanıcı avatarı
kobataj
Üye
Üye
 
İleti: 51
Kayıt: 28.12.2005, 19:30


İstekler



Kimler çevrimiçi

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

cron