diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-05 00:04:55 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-05 00:04:55 +0100 |
commit | 524f3c3c0bf2545ba82f9e98da6708335db15027 (patch) | |
tree | 419e1afb7bc19de6a94e371d47b6d2dd480e947a /apps/files_sharing | |
parent | 39e37fa9c64b61fa4d01a8894cd0a7ef577e61f0 (diff) | |
download | nextcloud-server-524f3c3c0bf2545ba82f9e98da6708335db15027.tar.gz nextcloud-server-524f3c3c0bf2545ba82f9e98da6708335db15027.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/tr.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php new file mode 100644 index 00000000000..f2e6e5697d6 --- /dev/null +++ b/apps/files_sharing/l10n/tr.php @@ -0,0 +1,9 @@ +<?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" +); |