18 lines
898 B
PHP
18 lines
898 B
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"Shared by {owner}" => "{owner} tarafından paylaşılmış",
|
||
"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.",
|
||
"shared by %s" => "paylaşan: %s",
|
||
"Download %s" => "İndir: %s",
|
||
"Direct link" => "Doğrudan bağlantı"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|