diff options
Diffstat (limited to 'apps/settings/l10n/ja.js')
-rw-r--r-- | apps/settings/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 2ad466d5d19..47909d6d543 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -541,8 +541,6 @@ OC.L10N.register( "Enter your date of birth" : "生年月日を入力してください", "Unable to update date of birth" : "生年月日の更新ができません", "You are a member of the following groups:" : "次のグループに所属:", - "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong>使用中です", - "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{totalSpace}</strong> (<strong>{usageRelative}</strong>) のうち<strong>{usage}</strong>を使用しています", "Your full name" : "フルネーム", "Primary email for password reset and notifications" : "パスワードのリセットや通知のための基本メールアドレス", "Email options" : "メールのオプション", @@ -841,6 +839,8 @@ OC.L10N.register( "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php はシステムユーザー \"{user}\" で実行する必要があります。", "Enable or disable profile by default for new users." : "新規ユーザーのプロフィールの有効・無効(デフォルト)", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "グループ \"{group}\" を削除しようとしています。ユーザーは削除されません。", + "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong>使用中です", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{totalSpace}</strong> (<strong>{usageRelative}</strong>) のうち<strong>{usage}</strong>を使用しています", "Additional emails" : "その他のメールアドレス", "Enable Profile" : "プロフィールを有効化", "No users" : "No users", |