server/apps/files_sharing/l10n/tr.php

18 lines
888 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-03-12 05:57:17 +00:00
"Shared by {owner}" => "{owner} tarafından paylaşılmış",
2013-10-16 04:31:48 +00:00
"This share is password-protected" => "Bu paylaşım parola korumalı",
"The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.",
2013-04-27 00:24:29 +00:00
"Password" => "Parola",
2014-05-04 05:56:15 +00:00
"Sorry, this link doesnt seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.",
2013-10-16 04:31:48 +00:00
"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 06:32:11 +00:00
"sharing is disabled" => "paylaşım devre dışı",
2013-10-16 04:31:48 +00: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.",
2014-05-04 05:56:15 +00:00
"Download" => "İndir",
2014-03-13 05:55:50 +00:00
"Download %s" => "İndir: %s",
2013-10-27 06:32:11 +00:00
"Direct link" => "Doğrudan bağlantı"
2012-12-04 23:04:55 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";