Blame view
sources/apps/admin_migrate/l10n/tr.php
504 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?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" ); |