mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
9 lines
391 B
PHP
9 lines
391 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Password" => "Şifre",
|
||
"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"
|
||
);
|