diff options
author | yemkareems <yemkareems@gmail.com> | 2024-10-17 09:57:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 09:57:12 +0530 |
commit | 1e13776a879989c1edbade539fea1a20f3abed90 (patch) | |
tree | f64836d7dee802cc7fe3e5459f22769357e0225a /apps/settings/l10n/en_GB.js | |
parent | 3e387d427e9cfe42eed22f5cf2746bdae8d3d98f (diff) | |
parent | d4dffc156606e4f721042ff0ce8f9377c23d63a5 (diff) | |
download | nextcloud-server-1e13776a879989c1edbade539fea1a20f3abed90.tar.gz nextcloud-server-1e13776a879989c1edbade539fea1a20f3abed90.zip |
Merge branch 'master' into fix/788/add-password-confirmation-required-to-user-storage-create
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", |