nextcloud/apps/files_trashbin/l10n/tr.php

15 lines
481 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-05-25 09:54:35 +04:00
"Couldn't delete %s permanently" => "%s kalıcı olarak silinemedi",
2014-04-11 09:55:15 +04:00
"Couldn't restore %s" => "%s geri yüklenemedi",
2014-03-12 09:57:17 +04:00
"Deleted files" => "Silinmiş dosyalar",
2014-05-11 09:57:00 +04:00
"Restore" => "Geri yükle",
2014-05-17 09:57:38 +04:00
"Error" => "Hata",
2013-08-16 09:32:30 +04:00
"restored" => "geri yüklendi",
2013-10-27 10:32:11 +04:00
"Nothing in here. Your trash bin is empty!" => "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!",
2013-10-11 06:30:58 +04:00
"Name" => "İsim",
2014-05-30 09:55:11 +04:00
"Deleted" => "Silinme",
2014-04-11 09:55:15 +04:00
"Delete" => "Sil"
2013-02-01 03:19:28 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";