tr.php 1.1 KB

123456789101112131415161718192021
  1. <?php
  2. $TRANSLATIONS = array(
  3. "This share is password-protected" => "Bu paylaşım parola korumalı",
  4. "The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.",
  5. "Password" => "Parola",
  6. "Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor",
  7. "Reasons might be:" => "Sebepleri şunlar olabilir:",
  8. "the item was removed" => "öge kaldırılmış",
  9. "the link expired" => "bağlantı süresi dolmuş",
  10. "sharing is disabled" => "paylaşım devre dışı",
  11. "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.",
  12. "%s shared the folder %s with you" => "%s, %s klasörünü sizinle paylaştı",
  13. "%s shared the file %s with you" => "%s, %s dosyasını sizinle paylaştı",
  14. "Download" => "İndir",
  15. "Upload" => "Yükle",
  16. "Cancel upload" => "Yüklemeyi iptal et",
  17. "No preview available for" => "Kullanılabilir önizleme yok",
  18. "Direct link" => "Doğrudan bağlantı"
  19. );
  20. $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";