nextcloud/apps/files_sharing/l10n/tr.php

21 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-10-16 08:31:48 +04:00
"This share is password-protected" => "Bu paylaşım parola korumalı",
"The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.",
2013-04-27 04:24:29 +04:00
"Password" => "Parola",
2013-10-16 08:31:48 +04:00
"Sorry, this link doesnt seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor",
"Reasons might be:" => "Sebepleri şunlar olabilir:",
"the item was removed" => "öge kaldırılmış",
"the link expired" => "bağlantı süresi dolmuş",
2013-10-27 10:32:11 +04:00
"sharing is disabled" => "paylaşım devre dışı",
2013-10-16 08:31:48 +04:00
"For more info, please ask the person who sent this link." => "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.",
2013-10-27 10:32:11 +04:00
"%s shared the folder %s with you" => "%s, %s klasörünü sizinle paylaştı",
"%s shared the file %s with you" => "%s, %s dosyasını sizinle paylaştı",
2012-12-05 03:04:55 +04:00
"Download" => "İndir",
2013-06-30 04:13:07 +04:00
"Upload" => "Yükle",
"Cancel upload" => "Yüklemeyi iptal et",
2013-10-27 10:32:11 +04:00
"No preview available for" => "Kullanılabilir önizleme yok",
"Direct link" => "Doğrudan bağlantı"
2012-12-05 03:04:55 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";