blob: 42dfec8cc6f0a08d1a85dc73c1476e1715da2966 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php $TRANSLATIONS = array(
"Password" => "Parola",
"Submit" => "Gönder",
"%s shared the folder %s with you" => "%s sizinle paylaşılan %s klasör",
"%s shared the file %s with you" => "%s sizinle paylaşılan %s klasör",
"Download" => "İndir",
"No preview available for" => "Kullanılabilir önizleme yok",
"web services under your control" => "Bilgileriniz güvenli ve şifreli"
);
|