diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 07:27:22 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 07:27:22 -0400 |
commit | 8df8211225a4252649b652da603ead5d2b9a9a84 (patch) | |
tree | c19158f3eb68a5aed58951e4e40f57ea86c45012 /core/l10n/tr.php | |
parent | 300cb22d24a12b6114716176ceac752056bec017 (diff) | |
download | nextcloud-server-8df8211225a4252649b652da603ead5d2b9a9a84.tar.gz nextcloud-server-8df8211225a4252649b652da603ead5d2b9a9a84.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/tr.php')
-rw-r--r-- | core/l10n/tr.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 234ba925cd1..5468e220f65 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "İzinleri değiştirirken hata oluştu", "Shared with you and the group {group} by {owner}" => " {owner} tarafından sizinle ve {group} ile paylaştırılmış", "Shared with you by {owner}" => "{owner} trafından sizinle paylaştırıldı", +"Share with user or group …" => "Kullanıcı veya grup ile paylaş..", +"Share link" => "Paylaşma bağlantısı", "Password protect" => "Parola koruması", "Password" => "Parola", "Allow Public Upload" => "Herkes tarafından yüklemeye izin ver", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Tekrar paylaşmaya izin verilmiyor", "Shared in {item} with {user}" => " {item} içinde {user} ile paylaşılanlarlar", "Unshare" => "Paylaşılmayan", +"notify by email" => "e-posta ile bildir", "can edit" => "düzenleyebilir", "access control" => "erişim kontrolü", "create" => "oluştur", @@ -163,6 +166,10 @@ $TRANSLATIONS = array( "Alternative Logins" => "Alternatif Girişler", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Merhaba, <br><br> %s sizinle »%s« paylaşımında bulundu.<br><a href=\"%s\">Paylaşımı gör!</a><br><br>İyi günler!", "The share will expire on %s.<br><br>" => "Bu paylaşım %s tarihinde dolacaktır.<br><br>", -"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir." +"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir.", +"This ownCloud instance is currently being updated, which may take a while." => "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir.", +"Please reload this page after a short time to continue using ownCloud." => "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", +"Thank you for your patience." => "Sabrınız için teşekkür ederiz." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |