nextcloud/apps/files_trashbin/l10n/tr.php

15 lines
481 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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);";