diff --git a/l10n/fr.js b/l10n/fr.js
index abfe9b0..d29ff86 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -30,7 +30,7 @@ OC.L10N.register(
"Create account" : "Créer un compte",
"Thank you for registering, you should receive a verification link in a few minutes." : "Merci pour votre inscription, vous allez recevoir un lien de vérification par courriel dans quelques instants.",
"Email" : "Adresse courriel",
- "Request verification link" : "Lien de vérification de la requête",
+ "Request verification link" : "Demander un lien de vérification.",
"Please re-enter a valid email address" : "Veuillez indiquer une adresse courriel valide",
"You will receive an email with a verification link" : "Vous allez recevoir un courriel avec un lien de vérification"
},
diff --git a/l10n/fr.json b/l10n/fr.json
index eb9cc70..e37b522 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -28,7 +28,7 @@
"Create account" : "Créer un compte",
"Thank you for registering, you should receive a verification link in a few minutes." : "Merci pour votre inscription, vous allez recevoir un lien de vérification par courriel dans quelques instants.",
"Email" : "Adresse courriel",
- "Request verification link" : "Lien de vérification de la requête",
+ "Request verification link" : "Demander un lien de vérification.",
"Please re-enter a valid email address" : "Veuillez indiquer une adresse courriel valide",
"You will receive an email with a verification link" : "Vous allez recevoir un courriel avec un lien de vérification"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
diff --git a/l10n/fr.php b/l10n/fr.php
index 89a460b..5f5c792 100644
--- a/l10n/fr.php
+++ b/l10n/fr.php
@@ -29,7 +29,7 @@ $TRANSLATIONS = array(
"Create account" => "Créer un compte",
"Thank you for registering, you should receive a verification link in a few minutes." => "Merci pour votre inscription, vous allez recevoir un lien de vérification par courriel dans quelques instants.",
"Email" => "Adresse courriel",
-"Request verification link" => "Lien de vérification de la requête",
+"Request verification link" => "Demander un lien de vérification.",
"Please re-enter a valid email address" => "Veuillez indiquer une adresse courriel valide",
"You will receive an email with a verification link" => "Vous allez recevoir un courriel avec un lien de vérification"
);
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 023febd..77f9009 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -10,14 +10,20 @@ OC.L10N.register(
"Verification email successfully sent." : "验证邮件发送成功。",
"Invalid verification URL. No registration request with this verification URL is found." : "无效验证链接。此验证链接没有注册请求。",
"Unable to create user, there are problems with the user backend." : "无法创建用户,用户管理后台存在问题。",
+ "Unable to set user email: " : "无法设置用户的电子邮件:",
"Failed to delete pending registration request" : "删除挂起注册请求失败",
"Your account has been successfully created, you can log in now." : "成功创建账户,您现在可以登陆。",
"Verify your %s registration request" : "验证您的 %s 注册请求",
+ "A new user \"%s\" has created an account on %s" : "新用户“%s”在 %s 创建了一个账户",
"Your settings have been updated." : "您的设置已更新。",
"No such group" : "无此组",
"Registration" : "注册",
"Default group that all registered users belong" : "注册用户的默认群组",
"None" : "无",
+ "Allowed mail address domains for registration" : "允许注册的邮件地址域名",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "输入允许的域名,以分号分隔。如:owncloud.com;github.com",
+ "Registration is only allowed for the following domains:" : "只允许下列域名注册:",
+ "To create a new account on %s, just click the following link:" : "要在 %s 创建一个新账户,请点击下面的链接:",
"Welcome, you can create your account below." : "欢迎,下面可以创建帐号",
"Username" : "用户名",
"Password" : "密码",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index c83df7b..ab62f29 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -8,14 +8,20 @@
"Verification email successfully sent." : "验证邮件发送成功。",
"Invalid verification URL. No registration request with this verification URL is found." : "无效验证链接。此验证链接没有注册请求。",
"Unable to create user, there are problems with the user backend." : "无法创建用户,用户管理后台存在问题。",
+ "Unable to set user email: " : "无法设置用户的电子邮件:",
"Failed to delete pending registration request" : "删除挂起注册请求失败",
"Your account has been successfully created, you can log in now." : "成功创建账户,您现在可以登陆。",
"Verify your %s registration request" : "验证您的 %s 注册请求",
+ "A new user \"%s\" has created an account on %s" : "新用户“%s”在 %s 创建了一个账户",
"Your settings have been updated." : "您的设置已更新。",
"No such group" : "无此组",
"Registration" : "注册",
"Default group that all registered users belong" : "注册用户的默认群组",
"None" : "无",
+ "Allowed mail address domains for registration" : "允许注册的邮件地址域名",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "输入允许的域名,以分号分隔。如:owncloud.com;github.com",
+ "Registration is only allowed for the following domains:" : "只允许下列域名注册:",
+ "To create a new account on %s, just click the following link:" : "要在 %s 创建一个新账户,请点击下面的链接:",
"Welcome, you can create your account below." : "欢迎,下面可以创建帐号",
"Username" : "用户名",
"Password" : "密码",
diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php
index 074bfe2..7aeaf24 100644
--- a/l10n/zh_CN.php
+++ b/l10n/zh_CN.php
@@ -9,14 +9,20 @@ $TRANSLATIONS = array(
"Verification email successfully sent." => "验证邮件发送成功。",
"Invalid verification URL. No registration request with this verification URL is found." => "无效验证链接。此验证链接没有注册请求。",
"Unable to create user, there are problems with the user backend." => "无法创建用户,用户管理后台存在问题。",
+"Unable to set user email: " => "无法设置用户的电子邮件:",
"Failed to delete pending registration request" => "删除挂起注册请求失败",
"Your account has been successfully created, you can log in now." => "成功创建账户,您现在可以登陆。",
"Verify your %s registration request" => "验证您的 %s 注册请求",
+"A new user \"%s\" has created an account on %s" => "新用户“%s”在 %s 创建了一个账户",
"Your settings have been updated." => "您的设置已更新。",
"No such group" => "无此组",
"Registration" => "注册",
"Default group that all registered users belong" => "注册用户的默认群组",
"None" => "无",
+"Allowed mail address domains for registration" => "允许注册的邮件地址域名",
+"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "输入允许的域名,以分号分隔。如:owncloud.com;github.com",
+"Registration is only allowed for the following domains:" => "只允许下列域名注册:",
+"To create a new account on %s, just click the following link:" => "要在 %s 创建一个新账户,请点击下面的链接:",
"Welcome, you can create your account below." => "欢迎,下面可以创建帐号",
"Username" => "用户名",
"Password" => "密码",