Blame view
sources/apps/files_sharing/l10n/tr.php
1.05 KB
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Bu paylaşım parola korumalı", "The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.", "Password" => "Parola", "Sorry, this link doesn’t 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ş", "sharing is disabled" => "paylaşım devre dışı", "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.", "%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ı", |
|
03e52840d
|
14 |
"Download" => "İndir", |
|
31b7f2792
|
15 16 |
"Upload" => "Yükle", "Cancel upload" => "Yüklemeyi iptal et", |
|
03e52840d
|
17 |
"No preview available for" => "Kullanılabilir önizleme yok", |
|
31b7f2792
|
18 |
"Direct link" => "Doğrudan bağlantı" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |