nextcloud/apps/files_trashbin/l10n/tr.php

15 lines
466 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",
"Error" => "Hata",
"restored" => "geri yüklendi",
"Nothing in here. Your trash bin is empty!" => "Burası boş. Çöp kutun tamamen boş.",
"Name" => "İsim",
"Restore" => "Geri yükle",
"Deleted" => "Silindi",
"Delete" => "Sil",
"Deleted Files" => "Silinen Dosyalar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";