nc-vue-register/l10n/tr.php

18 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Email address you entered is not valid" => "Girdiğiniz e-posta adresi geçerli değil",
"There is already a pending registration with this email" => "Bu e-posta ile zaten bekleyen bir kayıt mevcut",
"Verify your ownCloud registration request" => "ownCloud kayıt talebinizi doğrulayın",
"Invalid verification URL. No registration request with this verification URL is found." => "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
"To create a new account on ownCloud, just click the following link: {link}" => "ownCloud üzerinde yeni bir hesap oluşturmak için sadece şu bağlantıya tıklayın: {link}",
"Username" => "Kullanıcı Adı",
"Password" => "Parola",
"Create account" => "Hesap oluştur",
"Thank you for registering, you should receive verification link in a few minutes." => "Kaydolduğunuz için teşekkürler, birkaç dakika içerisinde bir doğrulama bağlantısı almalısınız.",
"Email" => "E-posta",
"Request verification link" => "Doğrulama bağlantısı talep et",
"Please re-enter a valid email address" => "Lütfen geçerli e-posta adresini yeniden girin",
"You will receive an email with verification link" => "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";