server/apps/files_trashbin/l10n/tr.php

17 lines
632 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
2013-02-18 23:06:51 +00:00
"Couldn't delete %s permanently" => "%s Kalıcı olarak silinemedi",
"Couldn't restore %s" => "%s Geri yüklenemedi",
"perform restore operation" => "Geri yükleme işlemini gerçekleştir",
"delete file permanently" => "Dosyayı kalıcı olarak sil",
2013-02-21 23:08:47 +00:00
"Delete permanently" => "Kalıcı olarak sil",
2013-01-31 23:19:28 +00:00
"Name" => "İsim",
2013-02-18 23:06:51 +00:00
"Deleted" => "Silindi",
2013-01-31 23:19:28 +00:00
"1 folder" => "1 dizin",
"{count} folders" => "{count} dizin",
"1 file" => "1 dosya",
2013-02-18 23:06:51 +00:00
"{count} files" => "{count} dosya",
"Nothing in here. Your trash bin is empty!" => "Burası boş. Çöp kutun tamamen boş.",
2013-02-21 23:08:47 +00:00
"Restore" => "Geri yükle",
"Delete" => "Sil"
2013-01-31 23:19:28 +00:00
);