[tx-robot] updated from transifex
This commit is contained in:
parent
e6890738ad
commit
98cd1f48f8
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Email address you entered is not valid" => "La direición d'email inxertada nun ye válida",
|
||||||
|
"There is already a pending registration with this email" => "Ya esiste un rexistru pendiente con esta direición de corréu",
|
||||||
|
"Verify your ownCloud registration request" => "Verifica la to solicitú de rexistru en ownCloud",
|
||||||
|
"Invalid verification URL. No registration request with this verification URL is found." => "Verificación inválida d'URL. Nun esiste nenguna solicitú con esta verificación d'URL.",
|
||||||
|
"To create a new account on ownCloud, just click the following link: {link}" => "Pa crear una nueva cuenta'n ownCloud, namás calca nel siguiente enlláz: {link}",
|
||||||
|
"Username" => "Nome d'usuariu",
|
||||||
|
"Password" => "Contraseña",
|
||||||
|
"Create account" => "Crear cuenta",
|
||||||
|
"Thank you for registering, you should receive verification link in a few minutes." => "Gracies pol to rexistru, deberías recibir un enlláz de verificación en pocos minutos",
|
||||||
|
"Email" => "Corréu-e",
|
||||||
|
"Request verification link" => "Solicitú d'enlláz de verificación",
|
||||||
|
"Please re-enter a valid email address" => "Por favor reinxerta una direción de corréu válida",
|
||||||
|
"You will receive an email with verification link" => "Recibirás un corréu col enlláz de verificación"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||||
|
|
@ -1,15 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
$TRANSLATIONS = array(
|
$TRANSLATIONS = array(
|
||||||
"Email address you entered is not valid" => "Het e-mailadres dat u heeft ingevuld is niet geldig",
|
"Email address you entered is not valid" => "Het e-mailadres dat u heeft ingevuld is niet geldig",
|
||||||
"There is already a pending registration with this email" => "Er is aan een registratie in behandeling met dit e-mailadres",
|
"There is already a pending registration with this email" => "Er is al een registratie met dit e-mailadres in behandeling",
|
||||||
"Verify your ownCloud registration request" => "Controleer uw ownCloud registratie verzoek",
|
"Verify your ownCloud registration request" => "Controleer uw ownCloud registratie verzoek",
|
||||||
|
"Invalid verification URL. No registration request with this verification URL is found." => "Ongeldige verificatie URL. Er is geen aanvraag voor registratie met deze URL gevonden.",
|
||||||
"To create a new account on ownCloud, just click the following link: {link}" => "Klik op de volgende link om een nieuw ownCloud-account te maken: {link}",
|
"To create a new account on ownCloud, just click the following link: {link}" => "Klik op de volgende link om een nieuw ownCloud-account te maken: {link}",
|
||||||
"Username" => "Gebruikersnaam",
|
"Username" => "Gebruikersnaam",
|
||||||
"Password" => "Wachtwoord",
|
"Password" => "Wachtwoord",
|
||||||
"Create account" => "Maak account aan",
|
"Create account" => "Maak account aan",
|
||||||
"Thank you for registering, you should receive verification link in a few minutes." => "Dank voor uw registratie. U zou binnen een paar minuten een verificatie-link moeten ontvangen.",
|
"Thank you for registering, you should receive verification link in a few minutes." => "Dank voor uw registratie. U zou binnen een paar minuten een verificatie-link moeten ontvangen.",
|
||||||
"Email" => "E-mailadres",
|
"Email" => "E-mailadres",
|
||||||
"Request verification link" => "Vraag een verificatie-link",
|
"Request verification link" => "Vraag een verificatie-link aan",
|
||||||
"Please re-enter a valid email address" => "Vul opnieuw een geldig e-mailadres in",
|
"Please re-enter a valid email address" => "Vul opnieuw een geldig e-mailadres in",
|
||||||
"You will receive an email with verification link" => "U ontvangt een e-mail met een verificatie-link"
|
"You will receive an email with verification link" => "U ontvangt een e-mail met een verificatie-link"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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);";
|
||||||
Loading…
Reference in New Issue