diff --git a/l10n/ja.js b/l10n/ja.js
index 531f76c..dec7737 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -4,6 +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." : "メール送信でエラーが発生しました,管理者に連絡してください。",
+ "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?" : "このメールアドレスは既に使用中です,もしかして既にアカウントを持っていませんか?",
"You can log in now." : "今すぐログイン できます。",
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
@@ -16,6 +19,8 @@ OC.L10N.register(
"Registration" : "登録",
"Default group that all registered users belong" : "すべての登録ユーザーが属しているデフォルトのグループ",
"None" : "なし",
+ "Allowed domains for registration" : "登録が許可されたドメイン",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "許可するドメインのリストをセミコロン区切りで入力してください。例:owncloud.com;github.com",
"Registration is only allowed for following domains:" : "次のドメインのみ登録可能です:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください:
\n{link}",
"Welcome, you can create your account below." : "ようこそ、以下から新しくアカウントを作成できます。",
diff --git a/l10n/ja.json b/l10n/ja.json
index b759c37..b3d5fb2 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -2,6 +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." : "メール送信でエラーが発生しました,管理者に連絡してください。",
+ "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?" : "このメールアドレスは既に使用中です,もしかして既にアカウントを持っていませんか?",
"You can log in now." : "今すぐログイン できます。",
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
@@ -14,6 +17,8 @@
"Registration" : "登録",
"Default group that all registered users belong" : "すべての登録ユーザーが属しているデフォルトのグループ",
"None" : "なし",
+ "Allowed domains for registration" : "登録が許可されたドメイン",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "許可するドメインのリストをセミコロン区切りで入力してください。例:owncloud.com;github.com",
"Registration is only allowed for following domains:" : "次のドメインのみ登録可能です:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください:
\n{link}",
"Welcome, you can create your account below." : "ようこそ、以下から新しくアカウントを作成できます。",
diff --git a/l10n/ja.php b/l10n/ja.php
index 20291ff..e1da58f 100644
--- a/l10n/ja.php
+++ b/l10n/ja.php
@@ -3,6 +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." => "メール送信でエラーが発生しました,管理者に連絡してください。",
+"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?" => "このメールアドレスは既に使用中です,もしかして既にアカウントを持っていませんか?",
"You can log in now." => "今すぐログイン できます。",
"Verification email successfully sent." => "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
@@ -15,6 +18,8 @@ $TRANSLATIONS = array(
"Registration" => "登録",
"Default group that all registered users belong" => "すべての登録ユーザーが属しているデフォルトのグループ",
"None" => "なし",
+"Allowed domains for registration" => "登録が許可されたドメイン",
+"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "許可するドメインのリストをセミコロン区切りで入力してください。例:owncloud.com;github.com",
"Registration is only allowed for following domains:" => "次のドメインのみ登録可能です:",
"To create a new account on ownCloud, just click the following link:
\n{link}" => "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください:
\n{link}",
"Welcome, you can create your account below." => "ようこそ、以下から新しくアカウントを作成できます。",