Blame view
sources/apps/files_trashbin/l10n/tr.php
477 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "%s alıcı olarak silinemedi", "Couldn't restore %s" => "%s eri yüklenemedi", "Error" => "Hata", "restored" => "geri yüklendi", "Nothing in here. Your trash bin is empty!" => "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!", |
|
03e52840d
|
8 |
"Name" => "İsim", |
|
03e52840d
|
9 |
"Restore" => "Geri yükle", |
|
31b7f2792
|
10 11 12 |
"Deleted" => "Silindi", "Delete" => "Sil", "Deleted Files" => "Silinen Dosyalar" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |