Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
tr.php
5
Türkçe - Turkish
6
Translation by Sinan Keskýn
7
*/
8
 
9
$words = array(
10
'index of' => 'Ýçindekiler',
11
'parent directory' => 'Ana Dizin',
12
'file' => 'Dosya',
13
'size' => 'Boyut',
14
'modified' => 'Deðiþtirilme',
15
'total size' => 'Toplam boyut',
16
'total files' => 'Toplam dosya',
17
'total folders' => 'Toplam klasör',
18
'search' => 'Arama',
19
'files' => 'Dosya',
20
'folders' => 'Klasör',
21
'both' => 'Her Ýkiside',
22
'search results' => 'Arama Sonuçlarý',
23
'no results' => 'SONUÇ BULUNAMADI',
24
'end of results' => 'Aramanýn sonu',
25
'found' => 'bulundu');
26
 
27
?>