websvn |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php
// WebSVN - Subversion repository viewing via the web using PHP
// Copyright (C) 2004 Tim Armes
//
// 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.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// --
//
// turkish.php
//
// Turkish language strings
// by BarĹŠMetin <baris@uludag.org.tr>
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
$lang["LANGUAGENAME"] = "Turkish";
$lang['LANGUAGETAG'] = 'tr';
$lang["LOG"] = "KayÄąt";
$lang["DIFF"] = "Fark";
$lang["NOREP"] = "Bir depo tanÄąmlanmadÄą";
$lang["NOPATH"] = "Patika bulunamadÄą";
$lang["SUPPLYREP"] = "LĂźtfen, include/config.php dosyasÄąnda \$config->parentPath ya da \$config->addRepository deÄerlerini kullanarak bir depo yolu belirtin<p>Daha fazla bilgi için kurulum kÄąlavuzuna bakÄąn";
$lang["DIFFREVS"] = "SĂźrĂźmler arasÄą fark";
$lang["AND"] = "ve";
$lang["REV"] = "SĂźrĂźm";
$lang["LINE"] = "SatÄąr";
$lang["SHOWENTIREFILE"] = "TĂźm dosyayÄą gĂśster";
$lang["SHOWCOMPACT"] = "YalnÄązca deÄiĹen bĂślĂźmleri gĂśster";
$lang["DIFFPREV"] = "Ănceki ile karĹÄąlaĹtÄąr";
$lang["BLAME"] = "svn blame";
$lang["REVINFO"] = "SĂźrĂźm Bilgisi";
$lang["GOYOUNGEST"] = "En gĂźncel sĂźrĂźme git";
$lang["LASTMOD"] = "Son deÄiĹiklik";
$lang["LOGMSG"] = "KayÄąt mesajÄą";
$lang["CHANGES"] = "DeÄiĹiklikler";
$lang["SHOWCHANGED"] = "DeÄiĹen dosyalarÄą gĂśster";
$lang["HIDECHANGED"] = "DeÄiĹen dosyalarÄą gizle";
$lang["NEWFILES"] = "Yeni Dosyalar";
$lang["CHANGEDFILES"] = "DeÄiĹen dosyalar";
$lang["DELETEDFILES"] = "Silinen dosyalar";
$lang["VIEWLOG"] = "KayÄąt MesajÄąnÄą GĂśster";
$lang["PATH"] = "Patika";
$lang["AUTHOR"] = "Yazar";
$lang["AGE"] = "YaĹ";
$lang["LOG"] = "KayÄąt";
$lang["CURDIR"] = "Ĺimdiki Dizin";
$lang["TARBALL"] = "Tar dosyasÄą";
$lang["PREV"] = "Ănceki";
$lang["NEXT"] = "Sonraki";
$lang["SHOWALL"] = "TĂźmĂźnĂź GĂśster";
$lang["BADCMD"] = "Bu komut çalÄąĹtÄąrÄąlÄąrken hata oluĹtu";
$lang["POWERED"] = "<a href=\"http://www.websvn.info/\">WebSVN</a> tarafÄąndan çalÄąĹtÄąrÄąlmaktadÄąr";
$lang["PROJECTS"] = "Subversion Projeleri";
$lang["SERVER"] = "Subversion Sunucusu";
$lang["SEARCHLOG"] = "KayÄątlarda ara";
$lang["CLEARLOG"] = "Mevcut aramayÄą iptal et";
$lang["MORERESULTS"] = "Daha fazla eĹleĹtirmeyi bul...";
$lang["NORESULTS"] = "Aramaya uyan kayÄąt mesajÄą yok";
$lang["NOMORERESULTS"] = "Aramaya uyan baĹka kayÄąt mesajÄą yok";
$lang["RSSFEEDTITLE"] = "WebSVN RSS kaynaÄÄą";
$lang["FILESMODIFIED"] = "dosya deÄiĹti";
$lang["RSSFEED"] = "RSS kaynaÄÄą";
$lang["LINENO"] = "SatÄąr No.";
$lang["BLAMEFOR"] = "svn blame bilgisi alÄąnan sĂźrĂźm numarasÄą";
$lang["YEARS"] = "yÄąl";
$lang["MONTHS"] = "ay";
$lang["WEEKS"] = "hafta";
$lang["DAYS"] = "gĂźn";
$lang["HOURS"] = "saat";
$lang["MINUTES"] = "dakika";
$lang["GO"] = "Git";
$lang["PATHCOMPARISON"] = "Patika karĹÄąlaĹtÄąrmasÄą";
$lang["COMPAREPATHS"] = "PatikalarÄą karĹÄąlaĹtÄąr";
$lang["COMPAREREVS"] = "SĂźrĂźmleri karĹÄąĹaĹtÄąr";
$lang["PROPCHANGES"] = "Ăzellik deÄiĹiklikleri :";
$lang["CONVFROM"] = "Bu karĹÄąlaĹtÄąrma patikayÄą dĂśnĂźĹtĂźrmek için gerekli olan deÄiĹikliÄi gĂśsterir ";
$lang["TO"] = "TO";
$lang["REVCOMP"] = "Geriye doÄru karĹÄąlaĹtÄąr";
$lang["COMPPATH"] = "PatikalarÄą karĹÄąlaĹtÄąr:";
$lang["WITHPATH"] = "Patika ile:";
$lang["FILEDELETED"] = "Dosya silinmiĹ";
$lang["FILEADDED"] = "Yeni dosya";
// The following are defined by some languages to stop unwanted line splitting
// in the template files.
$lang["NOBR"] = "";
$lang["ENDNOBR"] = "";
// $lang["NOBR"] = "<nobr>";
// $lang["ENDNOBR"] = "</nobr>";