diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index ce510473935..0f64aa2e6a3 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -251,8 +251,6 @@ OC.L10N.register( "Login canceled by app" : "Login cancelled by app", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s", "a safe home for all your data" : "a safe home for all your data", - "File is currently busy, please try again later" : "File is currently busy, please try again later", - "Cannot download file" : "Cannot download file", "Application is not enabled" : "Application is not enabled", "Authentication error" : "Authentication error", "Token expired. Please reload page." : "Token expired. Please reload page.", @@ -409,6 +407,8 @@ OC.L10N.register( "Username must not consist of dots only" : "Username must not consist of dots only", "Username is invalid because files already exist for this user" : "Username is invalid because files already exist for this user", "User disabled" : "User disabled", + "File is currently busy, please try again later" : "File is currently busy, please try again later", + "Cannot download file" : "Cannot download file", "Your data directory is readable by other users." : "Your data directory is readable by other users.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory." |