diff --git a/l10n/ja.js b/l10n/ja.js
index bdeb24a..ecebb2c 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." : "ユーザーを作成出来ません。バックエンドのユーザー管理システムに問題があります。",
+ "Your account has been successfully created, you can log in now." : "アカウントは無事作成されました。 こちらのリンクからログインしてください。",
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください: {link}",
"Welcome, you can create your account below." : "ようこそ、以下から新しくアカウントを作成できます。",
"Username" : "ユーザーID",
diff --git a/l10n/ja.json b/l10n/ja.json
index 70e4aeb..7073ceb 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -5,6 +5,7 @@
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." : "ユーザーを作成出来ません。バックエンドのユーザー管理システムに問題があります。",
+ "Your account has been successfully created, you can log in now." : "アカウントは無事作成されました。 こちらのリンクからログインしてください。",
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください: {link}",
"Welcome, you can create your account below." : "ようこそ、以下から新しくアカウントを作成できます。",
"Username" : "ユーザーID",
diff --git a/l10n/ja.php b/l10n/ja.php
index 66df028..5461507 100644
--- a/l10n/ja.php
+++ b/l10n/ja.php
@@ -6,6 +6,7 @@ $TRANSLATIONS = array(
"Verification email successfully sent." => "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." => "ユーザーを作成出来ません。バックエンドのユーザー管理システムに問題があります。",
+"Your account has been successfully created, you can log in now." => "アカウントは無事作成されました。 こちらのリンクからログインしてください。",
"To create a new account on ownCloud, just click the following link:\n{link}" => "ownCloud に新しいアカウントを作成するには、以下のリンクをクリックしてください: {link}",
"Welcome, you can create your account below." => "ようこそ、以下から新しくアカウントを作成できます。",
"Username" => "ユーザーID",