diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 478684b5ed6..be5256dbddf 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -32,14 +32,10 @@ OC.L10N.register( "Maintenance mode is kept active" : "Maintenance mode is kept active", "Updating database schema" : "Updating database schema", "Updated database" : "Updated database", - "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema can be updated (this can take a long time depending on the database size)", - "Checked database schema update" : "Checked database schema update", - "Checking updates of apps" : "Checking updates of apps", "Checking for update of app \"%s\" in appstore" : "Checking for update of app \"%s\" in appstore", "Update app \"%s\" from appstore" : "Update app \"%s\" from appstore", "Checked for update of app \"%s\" in appstore" : "Checked for update of app \"%s\" in appstore", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)", - "Checked database schema update for apps" : "Checked database schema update for apps", "Set log level to debug" : "Set log level to debug", "Reset log level" : "Reset log level", "Starting code integrity check" : "Starting code integrity check", @@ -237,6 +233,10 @@ OC.L10N.register( "Upgrade via web on my own risk" : "Upgrade via web on my own risk", "This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Checking whether the database schema can be updated (this can take a long time depending on the database size)", + "Checked database schema update" : "Checked database schema update", + "Checking updates of apps" : "Checking updates of apps", + "Checked database schema update for apps" : "Checked database schema update for apps", "Following apps have been disabled: %s" : "Following apps have been disabled: %s", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.", "Check the background job settings" : "Check the background job settings", |