diff options
Diffstat (limited to 'apps/settings/l10n/en_GB.js')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 1f7306437ba..719d6a99d35 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -541,8 +541,6 @@ OC.L10N.register( "Enter your date of birth" : "Enter your date of birth", "Unable to update date of birth" : "Unable to update date of birth", "You are a member of the following groups:" : "You are a member of the following groups:", - "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>", - "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "Primary email for password reset and notifications", "Email options" : "Email options", @@ -841,6 +839,8 @@ OC.L10N.register( "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".", "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", + "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Additional emails" : "Additional emails", "Enable Profile" : "Enable Profile", "No users" : "No users", |