You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_trashbin/l10n/tr.php

14 lines
481 B

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "%s kalıcı olarak silinemedi",
"Couldn't restore %s" => "%s geri yüklenemedi",
"Deleted files" => "Silinmiş dosyalar",
"Restore" => "Geri yükle",
"Error" => "Hata",
"restored" => "geri yüklendi",
"Nothing in here. Your trash bin is empty!" => "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!",
"Name" => "İsim",
"Deleted" => "Silinme",
"Delete" => "Sil"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";