diff --git a/l10n/da.js b/l10n/da.js index be3eeb6..a62abf0 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -4,6 +4,7 @@ OC.L10N.register( "Register" : "Tilmeld", "Email address you entered is not valid" : "E-mailadressen du angav er ikke gyldig", "There is already a pending registration with this email" : "Der er allerede en afventende tilmelding med denne e-mail", + "There is an existing user with this email" : "Der findes en bruger med denne e-mail", "Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding", "Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.", "Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.", diff --git a/l10n/da.json b/l10n/da.json index e5e4670..ee60d90 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -2,6 +2,7 @@ "Register" : "Tilmeld", "Email address you entered is not valid" : "E-mailadressen du angav er ikke gyldig", "There is already a pending registration with this email" : "Der er allerede en afventende tilmelding med denne e-mail", + "There is an existing user with this email" : "Der findes en bruger med denne e-mail", "Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding", "Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.", "Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.", diff --git a/l10n/da.php b/l10n/da.php index e93fbc0..a9c8399 100644 --- a/l10n/da.php +++ b/l10n/da.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Register" => "Tilmeld", "Email address you entered is not valid" => "E-mailadressen du angav er ikke gyldig", "There is already a pending registration with this email" => "Der er allerede en afventende tilmelding med denne e-mail", +"There is an existing user with this email" => "Der findes en bruger med denne e-mail", "Verify your ownCloud registration request" => "Verificér din forespørgsel om ownCloud-tilmelding", "Verification email successfully sent." => "Bekræftelse er blevet sendt med e-mail.", "Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.", diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js index 6b94824..7346267 100644 --- a/l10n/fi_FI.js +++ b/l10n/fi_FI.js @@ -4,6 +4,7 @@ OC.L10N.register( "Register" : "Rekisteröidy", "Email address you entered is not valid" : "Antamasi sähköpostiosoite ei ole kelvollinen", "There is already a pending registration with this email" : "Tällä sähköpostiosoitteella on jo odottamassa rekisteröityminen", + "There is an existing user with this email" : "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle", "Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö", "Verification email successfully sent." : "Vahvistussähköposti lähetettiin onnistuneesti.", "Invalid verification URL. No registration request with this verification URL is found." : "Virheellinen vahvistuksen verkko-osoite. Kyseisellä osoitteella ei löytynyt rekisteröintipyyntöä.", diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json index 322517e..e7ae78b 100644 --- a/l10n/fi_FI.json +++ b/l10n/fi_FI.json @@ -2,6 +2,7 @@ "Register" : "Rekisteröidy", "Email address you entered is not valid" : "Antamasi sähköpostiosoite ei ole kelvollinen", "There is already a pending registration with this email" : "Tällä sähköpostiosoitteella on jo odottamassa rekisteröityminen", + "There is an existing user with this email" : "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle", "Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö", "Verification email successfully sent." : "Vahvistussähköposti lähetettiin onnistuneesti.", "Invalid verification URL. No registration request with this verification URL is found." : "Virheellinen vahvistuksen verkko-osoite. Kyseisellä osoitteella ei löytynyt rekisteröintipyyntöä.", diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php index 7576052..73062fa 100644 --- a/l10n/fi_FI.php +++ b/l10n/fi_FI.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Register" => "Rekisteröidy", "Email address you entered is not valid" => "Antamasi sähköpostiosoite ei ole kelvollinen", "There is already a pending registration with this email" => "Tällä sähköpostiosoitteella on jo odottamassa rekisteröityminen", +"There is an existing user with this email" => "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle", "Verify your ownCloud registration request" => "Vahvista ownCloud-rekisteröintipyyntö", "Verification email successfully sent." => "Vahvistussähköposti lähetettiin onnistuneesti.", "Invalid verification URL. No registration request with this verification URL is found." => "Virheellinen vahvistuksen verkko-osoite. Kyseisellä osoitteella ei löytynyt rekisteröintipyyntöä.", diff --git a/l10n/fr.js b/l10n/fr.js index b09104b..8a9de11 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -4,6 +4,7 @@ OC.L10N.register( "Register" : "S'enregistrer", "Email address you entered is not valid" : "L'adresse de courriel saisie n'est pas valable", "There is already a pending registration with this email" : "Il y a déjà une inscription en attente avec cette adresse de courriel", + "There is an existing user with this email" : "Un utilisateur existant utilise cette adresse de courriel", "Verify your ownCloud registration request" : "Effectuez la vérification de votre demande d'inscription ownCloud", "Verification email successfully sent." : "Courriel de vérification envoyé avec succès.", "Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.", diff --git a/l10n/fr.json b/l10n/fr.json index 8a8e914..fdd7ba7 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -2,6 +2,7 @@ "Register" : "S'enregistrer", "Email address you entered is not valid" : "L'adresse de courriel saisie n'est pas valable", "There is already a pending registration with this email" : "Il y a déjà une inscription en attente avec cette adresse de courriel", + "There is an existing user with this email" : "Un utilisateur existant utilise cette adresse de courriel", "Verify your ownCloud registration request" : "Effectuez la vérification de votre demande d'inscription ownCloud", "Verification email successfully sent." : "Courriel de vérification envoyé avec succès.", "Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.", diff --git a/l10n/fr.php b/l10n/fr.php index 2ed219b..c21d094 100644 --- a/l10n/fr.php +++ b/l10n/fr.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Register" => "S'enregistrer", "Email address you entered is not valid" => "L'adresse de courriel saisie n'est pas valable", "There is already a pending registration with this email" => "Il y a déjà une inscription en attente avec cette adresse de courriel", +"There is an existing user with this email" => "Un utilisateur existant utilise cette adresse de courriel", "Verify your ownCloud registration request" => "Effectuez la vérification de votre demande d'inscription ownCloud", "Verification email successfully sent." => "Courriel de vérification envoyé avec succès.", "Invalid verification URL. No registration request with this verification URL is found." => "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.", diff --git a/l10n/gl.js b/l10n/gl.js index eb159fe..5c97ffe 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -4,6 +4,7 @@ OC.L10N.register( "Register" : "Rexistrarse", "Email address you entered is not valid" : "O enderezo introducido non é correcto", "There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo", + "There is an existing user with this email" : "Xa existe un usuario con este enderezo de correo", "Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud", "Verification email successfully sent." : "Correo de verificación enviado correctamente", "Invalid verification URL. No registration request with this verification URL is found." : "O URL de verificación no é correcto. Non se atopou ningunha petición de rexistro con este URL de verificación.", diff --git a/l10n/gl.json b/l10n/gl.json index ae41d92..85925e8 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -2,6 +2,7 @@ "Register" : "Rexistrarse", "Email address you entered is not valid" : "O enderezo introducido non é correcto", "There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo", + "There is an existing user with this email" : "Xa existe un usuario con este enderezo de correo", "Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud", "Verification email successfully sent." : "Correo de verificación enviado correctamente", "Invalid verification URL. No registration request with this verification URL is found." : "O URL de verificación no é correcto. Non se atopou ningunha petición de rexistro con este URL de verificación.", diff --git a/l10n/gl.php b/l10n/gl.php index 041f91d..a158048 100644 --- a/l10n/gl.php +++ b/l10n/gl.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Register" => "Rexistrarse", "Email address you entered is not valid" => "O enderezo introducido non é correcto", "There is already a pending registration with this email" => "Xa existe unha petición de rexistro con este enderezo", +"There is an existing user with this email" => "Xa existe un usuario con este enderezo de correo", "Verify your ownCloud registration request" => "Verifique a súa petición de rexistro en ownCloud", "Verification email successfully sent." => "Correo de verificación enviado correctamente", "Invalid verification URL. No registration request with this verification URL is found." => "O URL de verificación no é correcto. Non se atopou ningunha petición de rexistro con este URL de verificación.", diff --git a/l10n/nl.js b/l10n/nl.js index 1531f4e..0e75f9e 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -4,6 +4,7 @@ OC.L10N.register( "Register" : "Registreren", "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 al een registratie met dit e-mailadres in behandeling", + "There is an existing user with this email" : "Er is al een gebruiker met dit e-mailadres", "Verify your ownCloud registration request" : "Controleer uw ownCloud registratie verzoek", "Verification email successfully sent." : "Verificatie e-mailbericht succesvol verstuurd.", "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.", diff --git a/l10n/nl.json b/l10n/nl.json index 6052786..33318c6 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -2,6 +2,7 @@ "Register" : "Registreren", "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 al een registratie met dit e-mailadres in behandeling", + "There is an existing user with this email" : "Er is al een gebruiker met dit e-mailadres", "Verify your ownCloud registration request" : "Controleer uw ownCloud registratie verzoek", "Verification email successfully sent." : "Verificatie e-mailbericht succesvol verstuurd.", "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.", diff --git a/l10n/nl.php b/l10n/nl.php index cdc06cb..558bf91 100644 --- a/l10n/nl.php +++ b/l10n/nl.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Register" => "Registreren", "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 al een registratie met dit e-mailadres in behandeling", +"There is an existing user with this email" => "Er is al een gebruiker met dit e-mailadres", "Verify your ownCloud registration request" => "Controleer uw ownCloud registratie verzoek", "Verification email successfully sent." => "Verificatie e-mailbericht succesvol verstuurd.", "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.", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index ed32c96..994a5ac 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -4,6 +4,7 @@ OC.L10N.register( "Register" : "Registrar", "Email address you entered is not valid" : "O endereço de email que você forneceu é inválido", "There is already a pending registration with this email" : "Já existe um registro pendente com este email", + "There is an existing user with this email" : "Existe um usuário com este email", "Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ", "Verification email successfully sent." : "Verificação de email enviado com sucesso.", "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválido. Nenhum pedido de registro com este URL de verificação foi encontrado.", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index fbc9063..2ad84ca 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -2,6 +2,7 @@ "Register" : "Registrar", "Email address you entered is not valid" : "O endereço de email que você forneceu é inválido", "There is already a pending registration with this email" : "Já existe um registro pendente com este email", + "There is an existing user with this email" : "Existe um usuário com este email", "Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ", "Verification email successfully sent." : "Verificação de email enviado com sucesso.", "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválido. Nenhum pedido de registro com este URL de verificação foi encontrado.", diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php index 154c6dc..771b4a0 100644 --- a/l10n/pt_BR.php +++ b/l10n/pt_BR.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Register" => "Registrar", "Email address you entered is not valid" => "O endereço de email que você forneceu é inválido", "There is already a pending registration with this email" => "Já existe um registro pendente com este email", +"There is an existing user with this email" => "Existe um usuário com este email", "Verify your ownCloud registration request" => "Verifique seu pedido de registro no ownCloud ", "Verification email successfully sent." => "Verificação de email enviado com sucesso.", "Invalid verification URL. No registration request with this verification URL is found." => "URL de verificação inválido. Nenhum pedido de registro com este URL de verificação foi encontrado.", diff --git a/l10n/th_TH.js b/l10n/th_TH.js new file mode 100644 index 0000000..8413420 --- /dev/null +++ b/l10n/th_TH.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "registration", + { + "Register" : "สมัครสมาชิก", + "Email address you entered is not valid" : "ที่อยู่อีเมลที่คุณป้อนไม่ถูกต้อง", + "There is already a pending registration with this email" : "อีเมลนี้ยังอยู่ในขั้นตอนการลงทะเบียน", + "There is an existing user with this email" : "มีคนใช้อีเมลนี้ไปแล้ว", + "Verify your ownCloud registration request" : "ตรวจสอบคำขอลงทะเบียน ownCloud ของคุณ", + "Verification email successfully sent." : "ส่งอีเมลยืนยันเรียบร้อยแล้ว", + "Invalid verification URL. No registration request with this verification URL is found." : "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน", + "Unable to create user, there are problems with user backend." : "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้", + "Your account has been successfully created, you can log in now." : "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ เข้าสู่ระบบได้ที่นี่", + "Your settings have been updated." : "การตั้งค่าของคุณได้รับการปรับปรุง", + "No such group" : "ไม่มีกลุ่มดังกล่าว", + "Registration" : "การลงทะเบียน", + "Default group that all registered users belong" : "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก", + "None" : "ไม่มี", + "To create a new account on ownCloud, just click the following link:\n{link}" : "หากต้องการสร้างบัญชีใหม่บน ownCloud เพียงแค่คลิกที่ลิงค์ต่อไปนี้: {link}", + "Welcome, you can create your account below." : "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง", + "Username" : "ชื่อผู้ใช้งาน", + "Password" : "รหัสผ่าน", + "Create account" : "สร้างบัญชีใหม่", + "Thank you for registering, you should receive verification link in a few minutes." : "ขอบคุณสำหรับการลงทะเบียน คุณจะได้รับการตรวจสอบลิงค์ในไม่กี่นาที", + "Email" : "อีเมล", + "Request verification link" : "ร้องขอลิงค์ยืนยันตัวตน", + "Please re-enter a valid email address" : "กรุณป้อนที่อยู่อีเมลที่ถูกต้องอีกครั้ง", + "You will receive an email with verification link" : "คุณจะได้รับอีเมลที่มีลิงค์ยืนยันตัวตน" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/th_TH.json b/l10n/th_TH.json new file mode 100644 index 0000000..ccedfaa --- /dev/null +++ b/l10n/th_TH.json @@ -0,0 +1,27 @@ +{ "translations": { + "Register" : "สมัครสมาชิก", + "Email address you entered is not valid" : "ที่อยู่อีเมลที่คุณป้อนไม่ถูกต้อง", + "There is already a pending registration with this email" : "อีเมลนี้ยังอยู่ในขั้นตอนการลงทะเบียน", + "There is an existing user with this email" : "มีคนใช้อีเมลนี้ไปแล้ว", + "Verify your ownCloud registration request" : "ตรวจสอบคำขอลงทะเบียน ownCloud ของคุณ", + "Verification email successfully sent." : "ส่งอีเมลยืนยันเรียบร้อยแล้ว", + "Invalid verification URL. No registration request with this verification URL is found." : "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน", + "Unable to create user, there are problems with user backend." : "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้", + "Your account has been successfully created, you can log in now." : "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ เข้าสู่ระบบได้ที่นี่", + "Your settings have been updated." : "การตั้งค่าของคุณได้รับการปรับปรุง", + "No such group" : "ไม่มีกลุ่มดังกล่าว", + "Registration" : "การลงทะเบียน", + "Default group that all registered users belong" : "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก", + "None" : "ไม่มี", + "To create a new account on ownCloud, just click the following link:\n{link}" : "หากต้องการสร้างบัญชีใหม่บน ownCloud เพียงแค่คลิกที่ลิงค์ต่อไปนี้: {link}", + "Welcome, you can create your account below." : "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง", + "Username" : "ชื่อผู้ใช้งาน", + "Password" : "รหัสผ่าน", + "Create account" : "สร้างบัญชีใหม่", + "Thank you for registering, you should receive verification link in a few minutes." : "ขอบคุณสำหรับการลงทะเบียน คุณจะได้รับการตรวจสอบลิงค์ในไม่กี่นาที", + "Email" : "อีเมล", + "Request verification link" : "ร้องขอลิงค์ยืนยันตัวตน", + "Please re-enter a valid email address" : "กรุณป้อนที่อยู่อีเมลที่ถูกต้องอีกครั้ง", + "You will receive an email with verification link" : "คุณจะได้รับอีเมลที่มีลิงค์ยืนยันตัวตน" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/th_TH.php b/l10n/th_TH.php new file mode 100644 index 0000000..567e421 --- /dev/null +++ b/l10n/th_TH.php @@ -0,0 +1,28 @@ + "สมัครสมาชิก", +"Email address you entered is not valid" => "ที่อยู่อีเมลที่คุณป้อนไม่ถูกต้อง", +"There is already a pending registration with this email" => "อีเมลนี้ยังอยู่ในขั้นตอนการลงทะเบียน", +"There is an existing user with this email" => "มีคนใช้อีเมลนี้ไปแล้ว", +"Verify your ownCloud registration request" => "ตรวจสอบคำขอลงทะเบียน ownCloud ของคุณ", +"Verification email successfully sent." => "ส่งอีเมลยืนยันเรียบร้อยแล้ว", +"Invalid verification URL. No registration request with this verification URL is found." => "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน", +"Unable to create user, there are problems with user backend." => "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้", +"Your account has been successfully created, you can log in now." => "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ เข้าสู่ระบบได้ที่นี่", +"Your settings have been updated." => "การตั้งค่าของคุณได้รับการปรับปรุง", +"No such group" => "ไม่มีกลุ่มดังกล่าว", +"Registration" => "การลงทะเบียน", +"Default group that all registered users belong" => "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก", +"None" => "ไม่มี", +"To create a new account on ownCloud, just click the following link:\n{link}" => "หากต้องการสร้างบัญชีใหม่บน ownCloud เพียงแค่คลิกที่ลิงค์ต่อไปนี้: {link}", +"Welcome, you can create your account below." => "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง", +"Username" => "ชื่อผู้ใช้งาน", +"Password" => "รหัสผ่าน", +"Create account" => "สร้างบัญชีใหม่", +"Thank you for registering, you should receive verification link in a few minutes." => "ขอบคุณสำหรับการลงทะเบียน คุณจะได้รับการตรวจสอบลิงค์ในไม่กี่นาที", +"Email" => "อีเมล", +"Request verification link" => "ร้องขอลิงค์ยืนยันตัวตน", +"Please re-enter a valid email address" => "กรุณป้อนที่อยู่อีเมลที่ถูกต้องอีกครั้ง", +"You will receive an email with verification link" => "คุณจะได้รับอีเมลที่มีลิงค์ยืนยันตัวตน" +); +$PLURAL_FORMS = "nplurals=1; plural=0;";