diff --git a/l10n/de.js b/l10n/de.js
index 83fc8e9..6915c27 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören",
"None" : "Keine",
"Allowed domains for registration" : "Erlaubte Domains für die Registrierung",
+ "Registration is only allowed for following domains:" : "Anmeldung ist nur für die folgenden Domains erlaubt:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Bitte klicke auf den folgenden Link, um ein neues ownCloud-Konto zu erstellen:
\n{link}",
"Welcome, you can create your account below." : "Willkommen, Du kannst im unteren Teil Dein Konto anlegen.",
"Username" : "Benutzername",
diff --git a/l10n/de.json b/l10n/de.json
index 311c99e..0a43eb8 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -17,6 +17,7 @@
"Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören",
"None" : "Keine",
"Allowed domains for registration" : "Erlaubte Domains für die Registrierung",
+ "Registration is only allowed for following domains:" : "Anmeldung ist nur für die folgenden Domains erlaubt:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Bitte klicke auf den folgenden Link, um ein neues ownCloud-Konto zu erstellen:
\n{link}",
"Welcome, you can create your account below." : "Willkommen, Du kannst im unteren Teil Dein Konto anlegen.",
"Username" : "Benutzername",
diff --git a/l10n/de.php b/l10n/de.php
index 2cd61fc..f60e421 100644
--- a/l10n/de.php
+++ b/l10n/de.php
@@ -18,6 +18,7 @@ $TRANSLATIONS = array(
"Default group that all registered users belong" => "Standardgruppe, zu der alle registrierten Benutzer gehören",
"None" => "Keine",
"Allowed domains for registration" => "Erlaubte Domains für die Registrierung",
+"Registration is only allowed for following domains:" => "Anmeldung ist nur für die folgenden Domains erlaubt:",
"To create a new account on ownCloud, just click the following link:
\n{link}" => "Bitte klicke auf den folgenden Link, um ein neues ownCloud-Konto zu erstellen:
\n{link}",
"Welcome, you can create your account below." => "Willkommen, Du kannst im unteren Teil Dein Konto anlegen.",
"Username" => "Benutzername",
diff --git a/l10n/ko.js b/l10n/ko.js
index 7b510fb..e0ace14 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -4,9 +4,9 @@ OC.L10N.register(
"Register" : "등록",
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
- "A problem occurred sending email, please contact your administrator." : "이메일을 보내는 중 문제가 발생하였습니다. 시스템 관리자에게 연락하십시오.",
+ "A problem occurred sending email, please contact your administrator." : "이메일을 보내는 중 문제가 발생했습니다. 시스템 관리자에게 연락하십시오.",
"There is already a pending registration with this email, a new verification email has been sent to the address." : "같은 이메일에서 온 등록 요청이 이미 있어서 새 확인 메일을 보냈습니다.",
- "A user has already taken this email, maybe you already have an account?" : "누군가가 이미 이 메일 주소를 선점하였습니다. 계정이 있을 수도 있습니다.",
+ "A user has already taken this email, maybe you already have an account?" : "누군가가 이미 이 메일 주소를 선점했습니다. 계정이 있을 수도 있습니다.",
"You can log in now." : "지금 로그인할 수 있습니다.",
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
diff --git a/l10n/ko.json b/l10n/ko.json
index 0a89191..41d1df1 100644
--- a/l10n/ko.json
+++ b/l10n/ko.json
@@ -2,9 +2,9 @@
"Register" : "등록",
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
- "A problem occurred sending email, please contact your administrator." : "이메일을 보내는 중 문제가 발생하였습니다. 시스템 관리자에게 연락하십시오.",
+ "A problem occurred sending email, please contact your administrator." : "이메일을 보내는 중 문제가 발생했습니다. 시스템 관리자에게 연락하십시오.",
"There is already a pending registration with this email, a new verification email has been sent to the address." : "같은 이메일에서 온 등록 요청이 이미 있어서 새 확인 메일을 보냈습니다.",
- "A user has already taken this email, maybe you already have an account?" : "누군가가 이미 이 메일 주소를 선점하였습니다. 계정이 있을 수도 있습니다.",
+ "A user has already taken this email, maybe you already have an account?" : "누군가가 이미 이 메일 주소를 선점했습니다. 계정이 있을 수도 있습니다.",
"You can log in now." : "지금 로그인할 수 있습니다.",
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
diff --git a/l10n/ko.php b/l10n/ko.php
index cf84970..f6ac4b4 100644
--- a/l10n/ko.php
+++ b/l10n/ko.php
@@ -3,9 +3,9 @@ $TRANSLATIONS = array(
"Register" => "등록",
"Email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않음",
"Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",
-"A problem occurred sending email, please contact your administrator." => "이메일을 보내는 중 문제가 발생하였습니다. 시스템 관리자에게 연락하십시오.",
+"A problem occurred sending email, please contact your administrator." => "이메일을 보내는 중 문제가 발생했습니다. 시스템 관리자에게 연락하십시오.",
"There is already a pending registration with this email, a new verification email has been sent to the address." => "같은 이메일에서 온 등록 요청이 이미 있어서 새 확인 메일을 보냈습니다.",
-"A user has already taken this email, maybe you already have an account?" => "누군가가 이미 이 메일 주소를 선점하였습니다. 계정이 있을 수도 있습니다.",
+"A user has already taken this email, maybe you already have an account?" => "누군가가 이미 이 메일 주소를 선점했습니다. 계정이 있을 수도 있습니다.",
"You can log in now." => "지금 로그인할 수 있습니다.",
"Verification email successfully sent." => "확인 이메일을 보냈습니다.",
"Invalid verification URL. No registration request with this verification URL is found." => "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",