diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 8c490baf600..48d3bc2cc49 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -32,9 +32,6 @@ OC.L10N.register( "Maintenance mode is kept active" : "Maintenance mode is kept active", "Updating database schema" : "Updating database schema", "Updated database" : "Updated database", - "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)", "Set log level to debug" : "Set log level to debug", "Reset log level" : "Reset log level", @@ -236,6 +233,9 @@ OC.L10N.register( "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", "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>.", |