jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [turkish.php] - Blame information for rev 3

 

Line No. Rev Author Line
11simandl<?php
2 
3// WebSVN - Subversion repository viewing via the web using PHP
4// Copyright (C) 2004 Tim Armes
5//
6// This program is free software; you can redistribute it and/or modify
7// it under the terms of the GNU General Public License as published by
8// the Free Software Foundation; either version 2 of the License, or
9// (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14// GNU General Public License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// --
21//
22// turkish.php
23//
24// Turkish language strings
25// by Barış Metin <baris@uludag.org.tr>
26 
27// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
28$lang["LANGUAGENAME"] = "Turkish";
29$lang['LANGUAGETAG'] = 'tr';
30 
31$lang["LOG"] = "KayÄąt";
32$lang["DIFF"] = "Fark";
33 
34$lang["NOREP"] = "Bir depo tanÄąmlanmadÄą";
35$lang["NOPATH"] = "Patika bulunamadÄą";
36$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";
37 
38$lang["DIFFREVS"] = "SĂźrĂźmler arasÄą fark";
39$lang["AND"] = "ve";
40$lang["REV"] = "SĂźrĂźm";
41$lang["LINE"] = "SatÄąr";
42$lang["SHOWENTIREFILE"] = "TĂźm dosyayÄą gĂśster";
43$lang["SHOWCOMPACT"] = "Yalnızca değişen bölümleri göster";
44 
45$lang["DIFFPREV"] = "Önceki ile karşılaştır";
46$lang["BLAME"] = "svn blame";
47 
48$lang["REVINFO"] = "SĂźrĂźm Bilgisi";
49$lang["GOYOUNGEST"] = "En gĂźncel sĂźrĂźme git";
50$lang["LASTMOD"] = "Son değişiklik";
51$lang["LOGMSG"] = "KayÄąt mesajÄą";
52$lang["CHANGES"] = "Değişiklikler";
53$lang["SHOWCHANGED"] = "Değişen dosyaları göster";
54$lang["HIDECHANGED"] = "Değişen dosyaları gizle";
55$lang["NEWFILES"] = "Yeni Dosyalar";
56$lang["CHANGEDFILES"] = "Değişen dosyalar";
57$lang["DELETEDFILES"] = "Silinen dosyalar";
58$lang["VIEWLOG"] = "KayÄąt&nbsp;MesajÄąnÄą&nbsp;GĂśster";
59$lang["PATH"] = "Patika";
60$lang["AUTHOR"] = "Yazar";
61$lang["AGE"] = "Yaş";
62$lang["LOG"] = "KayÄąt";
63$lang["CURDIR"] = "Şimdiki Dizin";
64$lang["TARBALL"] = "Tar dosyasÄą";
65 
66$lang["PREV"] = "Önceki";
67$lang["NEXT"] = "Sonraki";
68$lang["SHOWALL"] = "TĂźmĂźnĂź GĂśster";
69 
70$lang["BADCMD"] = "Bu komut çalıştırılırken hata oluştu";
71 
72$lang["POWERED"] = "<a href=\"http://www.websvn.info/\">WebSVN</a> tarafından çalıştırılmaktadır";
73$lang["PROJECTS"] = "Subversion&nbsp;Projeleri";
74$lang["SERVER"] = "Subversion&nbsp;Sunucusu";
75 
76$lang["SEARCHLOG"] = "KayÄątlarda ara";
77$lang["CLEARLOG"] = "Mevcut aramayÄą iptal et";
78$lang["MORERESULTS"] = "Daha fazla eşleştirmeyi bul...";
79$lang["NORESULTS"] = "Aramaya uyan kayÄąt mesajÄą yok";
80$lang["NOMORERESULTS"] = "Aramaya uyan başka kayıt mesajı yok";
81 
82$lang["RSSFEEDTITLE"] = "WebSVN RSS kaynağı";
83$lang["FILESMODIFIED"] = "dosya değişti";
84$lang["RSSFEED"] = "RSS kaynağı";
85 
86$lang["LINENO"] = "SatÄąr No.";
87$lang["BLAMEFOR"] = "svn blame bilgisi alÄąnan sĂźrĂźm numarasÄą";
88 
89$lang["YEARS"] = "yÄąl";
90$lang["MONTHS"] = "ay";
91$lang["WEEKS"] = "hafta";
92$lang["DAYS"] = "gĂźn";
93$lang["HOURS"] = "saat";
94$lang["MINUTES"] = "dakika";
95 
96$lang["GO"] = "Git";
97 
98$lang["PATHCOMPARISON"] = "Patika karşılaştırması";
99$lang["COMPAREPATHS"] = "Patikaları karşılaştır";
100$lang["COMPAREREVS"] = "Sürümleri karşışaştır";
101$lang["PROPCHANGES"] = "Özellik değişiklikleri :";
102$lang["CONVFROM"] = "Bu karşılaştırma patikayı dönüştürmek için gerekli olan değişikliği gösterir ";
103$lang["TO"] = "TO";
104$lang["REVCOMP"] = "Geriye doğru karşılaştır";
105$lang["COMPPATH"] = "Patikaları karşılaştır:";
106$lang["WITHPATH"] = "Patika ile:";
107$lang["FILEDELETED"] = "Dosya silinmiş";
108$lang["FILEADDED"] = "Yeni dosya";
109 
110// The following are defined by some languages to stop unwanted line splitting
111// in the template files.
112 
113$lang["NOBR"] = "";
114$lang["ENDNOBR"] = "";
115 
116// $lang["NOBR"] = "<nobr>";
117// $lang["ENDNOBR"] = "</nobr>";

Powered by WebSVN 2.2.1