diff options
Diffstat (limited to 'settings/l10n/en_GB.js')
-rw-r--r-- | settings/l10n/en_GB.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 9d8018ccc05..bab49b9755d 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -158,6 +158,7 @@ OC.L10N.register( "Good password" : "Good password", "Strong password" : "Strong password", "Groups" : "Groups", + "Group list is empty" : "Group list is empty", "Unable to retrieve the group list" : "Unable to retrieve the group list", "Unable to delete {objName}" : "Unable to delete {objName}", "Error creating group: {message}" : "Error creating group: {message}", @@ -263,6 +264,7 @@ OC.L10N.register( "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "It was not possible to execute the cron job via CLI. The following technical errors have appeared:", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>.", "All checks passed." : "All checks passed.", + "Version" : "Version", "Background jobs" : "Background jobs", "Last job ran %s." : "Last job ran %s.", "Last job execution ran %s. Something seems wrong." : "Last job execution ran %s. Something seems wrong.", @@ -273,7 +275,6 @@ OC.L10N.register( "Use system cron service to call the cron.php file every 15 minutes." : "Use system cron service to call the cron.php file every 15 minutes.", "The cron.php needs to be executed by the system user \"%s\"." : "The cron.php needs to be executed by the system user \"%s\".", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.", - "Version" : "Version", "Sharing" : "Sharing", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "As admin you can fine-tune the sharing behavior. Please see the documentation for more information.", "Allow apps to use the Share API" : "Allow apps to use the Share API", @@ -315,7 +316,9 @@ OC.L10N.register( "Picture provided by original account" : "Picture provided by original account", "Cancel" : "Cancel", "Choose as profile picture" : "Choose as profile picture", + "Details" : "Details", "You are member of the following groups:" : "You are member of the following groups:", + "You are using <strong>%s</strong>" : "You are using <strong>%s</strong>", "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)", "Full name" : "Full name", "No display name set" : "No display name set", |