nextcloud/apps/files_trashbin/l10n/tr.php

17 lines
632 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
2013-02-19 03:06:51 +04: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-22 03:08:47 +04:00
"Delete permanently" => "Kalıcı olarak sil",
2013-02-01 03:19:28 +04:00
"Name" => "İsim",
2013-02-19 03:06:51 +04:00
"Deleted" => "Silindi",
2013-02-01 03:19:28 +04:00
"1 folder" => "1 dizin",
"{count} folders" => "{count} dizin",
"1 file" => "1 dosya",
2013-02-19 03:06:51 +04:00
"{count} files" => "{count} dosya",
"Nothing in here. Your trash bin is empty!" => "Burası boş. Çöp kutun tamamen boş.",
2013-02-22 03:08:47 +04:00
"Restore" => "Geri yükle",
"Delete" => "Sil"
2013-02-01 03:19:28 +04:00
);