diff --git a/l10n/es.js b/l10n/es.js
index 2e4dad5..00b74c3 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -2,12 +2,14 @@ OC.L10N.register(
"registration",
{
"Register" : "Registro",
+ "The email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
"A problem occurred sending email, please contact your administrator." : "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.",
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Ya hay un registro pendiente para este correo. Acaba de enviarse un nuevo mensaje de verificación.",
"A user has already taken this email, maybe you already have an account?" : "Un usuario ya ha utilizado este correo electrónico, ¿sabe si usted ya tiene una cuenta?",
"You can log in now." : "Puede iniciar sesión ahora.",
"Verification email successfully sent." : "Mensaje de verificación enviado con éxito.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
+ "Unable to create user, there are problems with the user backend." : "No es posible crear el usuario; hay problemas con el backend.",
"Unable to set user email: " : "No se puede establecer correo electrónico del usuario:",
"Failed to delete pending registration request" : "Fallo al eliminar la petición de registro pendiente",
"Your account has been successfully created, you can log in now." : "Su cuenta ha sido creada con éxito, puede iniciar sesión ahora.",
@@ -19,13 +21,17 @@ OC.L10N.register(
"Default group that all registered users belong" : "Grupo predeterminado al cual pertenecen todos los usuarios registrados",
"None" : "Ninguno",
"Allowed mail address domains for registration" : "Dirección de e-mail permitido para el registro",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Escribe una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com",
+ "Registration is only allowed for the following domains:" : "El registro sólo está permitido para los siguientes dominios:",
"To create a new account on %s, just click the following link:" : "Para crear una nueva cuenta en %s, hacer clic en el siguiente enlace:",
"Welcome, you can create your account below." : "Bienvenido, puede crear una cuenta más abajo.",
"Username" : "Nombre de usuario",
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Gracias por registrarse; recibirá un enlace de verificación en unos minutos.",
"Email" : "Correo electrónico",
"Request verification link" : "Solicitar enlace de verificación",
- "Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida"
+ "Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida",
+ "You will receive an email with a verification link" : "Recibirá un email con un enlace de verificación"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es.json b/l10n/es.json
index d283e3d..87c77c5 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,11 +1,13 @@
{ "translations": {
"Register" : "Registro",
+ "The email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
"A problem occurred sending email, please contact your administrator." : "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.",
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Ya hay un registro pendiente para este correo. Acaba de enviarse un nuevo mensaje de verificación.",
"A user has already taken this email, maybe you already have an account?" : "Un usuario ya ha utilizado este correo electrónico, ¿sabe si usted ya tiene una cuenta?",
"You can log in now." : "Puede iniciar sesión ahora.",
"Verification email successfully sent." : "Mensaje de verificación enviado con éxito.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
+ "Unable to create user, there are problems with the user backend." : "No es posible crear el usuario; hay problemas con el backend.",
"Unable to set user email: " : "No se puede establecer correo electrónico del usuario:",
"Failed to delete pending registration request" : "Fallo al eliminar la petición de registro pendiente",
"Your account has been successfully created, you can log in now." : "Su cuenta ha sido creada con éxito, puede iniciar sesión ahora.",
@@ -17,13 +19,17 @@
"Default group that all registered users belong" : "Grupo predeterminado al cual pertenecen todos los usuarios registrados",
"None" : "Ninguno",
"Allowed mail address domains for registration" : "Dirección de e-mail permitido para el registro",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Escribe una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com",
+ "Registration is only allowed for the following domains:" : "El registro sólo está permitido para los siguientes dominios:",
"To create a new account on %s, just click the following link:" : "Para crear una nueva cuenta en %s, hacer clic en el siguiente enlace:",
"Welcome, you can create your account below." : "Bienvenido, puede crear una cuenta más abajo.",
"Username" : "Nombre de usuario",
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Gracias por registrarse; recibirá un enlace de verificación en unos minutos.",
"Email" : "Correo electrónico",
"Request verification link" : "Solicitar enlace de verificación",
- "Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida"
+ "Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida",
+ "You will receive an email with a verification link" : "Recibirá un email con un enlace de verificación"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/l10n/es.php b/l10n/es.php
index c5fb22a..fb3fe8f 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -1,12 +1,14 @@
"Registro",
+"The email address you entered is not valid" => "La dirección de correo electrónico que ingresó no es válida",
"A problem occurred sending email, please contact your administrator." => "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.",
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Ya hay un registro pendiente para este correo. Acaba de enviarse un nuevo mensaje de verificación.",
"A user has already taken this email, maybe you already have an account?" => "Un usuario ya ha utilizado este correo electrónico, ¿sabe si usted ya tiene una cuenta?",
"You can log in now." => "Puede iniciar sesión ahora.",
"Verification email successfully sent." => "Mensaje de verificación enviado con éxito.",
"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
+"Unable to create user, there are problems with the user backend." => "No es posible crear el usuario; hay problemas con el backend.",
"Unable to set user email: " => "No se puede establecer correo electrónico del usuario:",
"Failed to delete pending registration request" => "Fallo al eliminar la petición de registro pendiente",
"Your account has been successfully created, you can log in now." => "Su cuenta ha sido creada con éxito, puede iniciar sesión ahora.",
@@ -18,13 +20,17 @@ $TRANSLATIONS = array(
"Default group that all registered users belong" => "Grupo predeterminado al cual pertenecen todos los usuarios registrados",
"None" => "Ninguno",
"Allowed mail address domains for registration" => "Dirección de e-mail permitido para el registro",
+"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Escribe una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com",
+"Registration is only allowed for the following domains:" => "El registro sólo está permitido para los siguientes dominios:",
"To create a new account on %s, just click the following link:" => "Para crear una nueva cuenta en %s, hacer clic en el siguiente enlace:",
"Welcome, you can create your account below." => "Bienvenido, puede crear una cuenta más abajo.",
"Username" => "Nombre de usuario",
"Password" => "Contraseña",
"Create account" => "Crear cuenta",
+"Thank you for registering, you should receive a verification link in a few minutes." => "Gracias por registrarse; recibirá un enlace de verificación en unos minutos.",
"Email" => "Correo electrónico",
"Request verification link" => "Solicitar enlace de verificación",
-"Please re-enter a valid email address" => "Vuelva a ingresar una dirección de correo electrónico válida"
+"Please re-enter a valid email address" => "Vuelva a ingresar una dirección de correo electrónico válida",
+"You will receive an email with a verification link" => "Recibirá un email con un enlace de verificación"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/l10n/tr.js b/l10n/tr.js
index 0b602df..f31fb3d 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -2,12 +2,14 @@ OC.L10N.register(
"registration",
{
"Register" : "Kaydol",
+ "The email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
"A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken hata oluştu, lütfen sistem yöneticinizle bağlantı kurun.",
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Bu e-posta adresiyle bir kayıt işlemi zaten beklemede, yeni bir doğrulama e-postası bu adrese gönderilecek.",
"A user has already taken this email, maybe you already have an account?" : "Bu e-posta adresiyle bir hesap alınmış, zaten bir hesabınız olabilir mi?",
"You can log in now." : "Artık oturum açabilirsiniz.",
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
"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ı.",
+ "Unable to create user, there are problems with the user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
"Unable to set user email: " : "Kullanıcı e-postası ayarlanamadı: ",
"Failed to delete pending registration request" : "Bekleyen kayıt isteğini silme başarısız",
"Your account has been successfully created, you can log in now." : "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.",
@@ -19,13 +21,17 @@ OC.L10N.register(
"Default group that all registered users belong" : "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
"None" : "Hiçbiri",
"Allowed mail address domains for registration" : "Kayıt için izin verilen e-posta sunucu adları",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "İzin verilen sunucu adlarını aralarında noktalı virgülle listeleyin. Örneğin: owncloud.com;github.com",
+ "Registration is only allowed for the following domains:" : "Kayıt işlemi sadece bu sunucu adları için izin verilmektedir:",
"To create a new account on %s, just click the following link:" : "%s üzerinde hesap oluşturmak için bağlantıyı tıklayın:",
"Welcome, you can create your account below." : "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
"Username" : "Kullanıcı Adı",
"Password" : "Parola",
"Create account" : "Hesap oluştur",
+ "Thank you for registering, you should receive a 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"
+ "Please re-enter a valid email address" : "Lütfen geçerli e-posta adresini yeniden girin",
+ "You will receive an email with a verification link" : "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
index 5bebf79..570ce67 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,11 +1,13 @@
{ "translations": {
"Register" : "Kaydol",
+ "The email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
"A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken hata oluştu, lütfen sistem yöneticinizle bağlantı kurun.",
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Bu e-posta adresiyle bir kayıt işlemi zaten beklemede, yeni bir doğrulama e-postası bu adrese gönderilecek.",
"A user has already taken this email, maybe you already have an account?" : "Bu e-posta adresiyle bir hesap alınmış, zaten bir hesabınız olabilir mi?",
"You can log in now." : "Artık oturum açabilirsiniz.",
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
"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ı.",
+ "Unable to create user, there are problems with the user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
"Unable to set user email: " : "Kullanıcı e-postası ayarlanamadı: ",
"Failed to delete pending registration request" : "Bekleyen kayıt isteğini silme başarısız",
"Your account has been successfully created, you can log in now." : "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.",
@@ -17,13 +19,17 @@
"Default group that all registered users belong" : "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
"None" : "Hiçbiri",
"Allowed mail address domains for registration" : "Kayıt için izin verilen e-posta sunucu adları",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "İzin verilen sunucu adlarını aralarında noktalı virgülle listeleyin. Örneğin: owncloud.com;github.com",
+ "Registration is only allowed for the following domains:" : "Kayıt işlemi sadece bu sunucu adları için izin verilmektedir:",
"To create a new account on %s, just click the following link:" : "%s üzerinde hesap oluşturmak için bağlantıyı tıklayın:",
"Welcome, you can create your account below." : "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
"Username" : "Kullanıcı Adı",
"Password" : "Parola",
"Create account" : "Hesap oluştur",
+ "Thank you for registering, you should receive a 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"
+ "Please re-enter a valid email address" : "Lütfen geçerli e-posta adresini yeniden girin",
+ "You will receive an email with a verification link" : "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
\ No newline at end of file
diff --git a/l10n/tr.php b/l10n/tr.php
index a17f614..9548b1d 100644
--- a/l10n/tr.php
+++ b/l10n/tr.php
@@ -1,12 +1,14 @@
"Kaydol",
+"The email address you entered is not valid" => "Girdiğiniz e-posta adresi geçerli değil",
"A problem occurred sending email, please contact your administrator." => "E-posta gönderilirken hata oluştu, lütfen sistem yöneticinizle bağlantı kurun.",
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Bu e-posta adresiyle bir kayıt işlemi zaten beklemede, yeni bir doğrulama e-postası bu adrese gönderilecek.",
"A user has already taken this email, maybe you already have an account?" => "Bu e-posta adresiyle bir hesap alınmış, zaten bir hesabınız olabilir mi?",
"You can log in now." => "Artık oturum açabilirsiniz.",
"Verification email successfully sent." => "Doğrulama e-postası başarıyla gönderildi.",
"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ı.",
+"Unable to create user, there are problems with the user backend." => "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
"Unable to set user email: " => "Kullanıcı e-postası ayarlanamadı: ",
"Failed to delete pending registration request" => "Bekleyen kayıt isteğini silme başarısız",
"Your account has been successfully created, you can log in now." => "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.",
@@ -18,13 +20,17 @@ $TRANSLATIONS = array(
"Default group that all registered users belong" => "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
"None" => "Hiçbiri",
"Allowed mail address domains for registration" => "Kayıt için izin verilen e-posta sunucu adları",
+"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "İzin verilen sunucu adlarını aralarında noktalı virgülle listeleyin. Örneğin: owncloud.com;github.com",
+"Registration is only allowed for the following domains:" => "Kayıt işlemi sadece bu sunucu adları için izin verilmektedir:",
"To create a new account on %s, just click the following link:" => "%s üzerinde hesap oluşturmak için bağlantıyı tıklayın:",
"Welcome, you can create your account below." => "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
"Username" => "Kullanıcı Adı",
"Password" => "Parola",
"Create account" => "Hesap oluştur",
+"Thank you for registering, you should receive a 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"
+"Please re-enter a valid email address" => "Lütfen geçerli e-posta adresini yeniden girin",
+"You will receive an email with a verification link" => "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";