diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-29 00:28:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-29 00:28:11 +0000 |
commit | aec1ac1da4504f2c0c4ee2d5dd5b85eab19a4579 (patch) | |
tree | c0b1c1e57c814f3a495c619182c827065a989714 /lib/l10n/en_GB.js | |
parent | 6e27f995fba9fbca1eddbe3e001863fc0aee2138 (diff) | |
download | nextcloud-server-aec1ac1da4504f2c0c4ee2d5dd5b85eab19a4579.tar.gz nextcloud-server-aec1ac1da4504f2c0c4ee2d5dd5b85eab19a4579.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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." |