Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1234cdfb0ca79bc0db98753fc64cd02fe67311b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "%s alıcı olarak silinemedi",
"Couldn't restore %s" => "%s eri yüklenemedi",
"Deleted files" => "Silinmiş dosyalar",
"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",
"Restore" => "Geri yükle",
"Deleted" => "Silindi",
"Delete" => "Sil",
"Deleted Files" => "Silinen Dosyalar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";