Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/web/mujweb/AutoIndex/languages/tr.php
0,0 → 1,27
<?php
 
/*
tr.php
Türkçe - Turkish
Translation by Sinan Keskýn
*/
 
$words = array(
'index of' => 'Ýçindekiler',
'parent directory' => 'Ana Dizin',
'file' => 'Dosya',
'size' => 'Boyut',
'modified' => 'Deðiþtirilme',
'total size' => 'Toplam boyut',
'total files' => 'Toplam dosya',
'total folders' => 'Toplam klasör',
'search' => 'Arama',
'files' => 'Dosya',
'folders' => 'Klasör',
'both' => 'Her Ýkiside',
'search results' => 'Arama Sonuçlarý',
'no results' => 'SONUÇ BULUNAMADI',
'end of results' => 'Aramanýn sonu',
'found' => 'bulundu');
 
?>