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-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ş.",
|
|
|
|
|
"Restore" => "Geri yükle"
|
2013-02-01 03:19:28 +04:00
|
|
|
|
);
|