tr.php
504 Bytes
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Bu ownCloud durumunu dışa aktar",
"This will create a compressed file that contains the data of this owncloud instance." => "Bu ownCloud durumundaki veriyi içeren sıkıştırılmış bir dosya oluşturacaktır.",
"Please choose the export type:" => "Lütfen dışa aktarım türünü seçin:",
"ownCloud system files" => "ownCloud sistem dosyaları",
"Just user files" => "Sadece kullanıcı dosyaları",
"Export" => "Dışa aktar"
);