server/apps/files_trashbin/l10n/tr.php

15 lines
477 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-10-27 06:32:11 +00:00
"Couldn't delete %s permanently" => "%s alıcı olarak silinemedi",
"Couldn't restore %s" => "%s eri yüklenemedi",
2013-04-09 00:14:02 +00:00
"Error" => "Hata",
2013-08-16 05:32:30 +00:00
"restored" => "geri yüklendi",
2013-10-27 06:32:11 +00:00
"Nothing in here. Your trash bin is empty!" => "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!",
2013-10-11 02:30:58 +00:00
"Name" => "İsim",
2013-02-21 23:08:47 +00:00
"Restore" => "Geri yükle",
2013-10-11 02:30:58 +00:00
"Deleted" => "Silindi",
2013-03-26 23:11:05 +00:00
"Delete" => "Sil",
"Deleted Files" => "Silinen Dosyalar"
2013-01-31 23:19:28 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";