Blame view

sources/apps/files_trashbin/l10n/tr.php 632 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?php $TRANSLATIONS = array(
  "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",
  "Delete permanently" => "Kalıcı olarak sil",
  "Name" => "İsim",
  "Deleted" => "Silindi",
  "1 folder" => "1 dizin",
  "{count} folders" => "{count} dizin",
  "1 file" => "1 dosya",
  "{count} files" => "{count} dosya",
  "Nothing in here. Your trash bin is empty!" => "Burası boş. Çöp kutun tamamen boş.",
  "Restore" => "Geri yükle",
  "Delete" => "Sil"
  );