diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-05-21 02:28:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-05-21 02:28:08 +0000 |
commit | b13dbbb9d782887e791a5e46c08df3868e4b874e (patch) | |
tree | bf7e4caf1c31156a97fd6cc38312c09eb7d2d773 /lib/l10n/en_GB.js | |
parent | 48c7be075e56a1772d1fe3f9da8dfbc2f22a4f78 (diff) | |
download | nextcloud-server-b13dbbb9d782887e791a5e46c08df3868e4b874e.tar.gz nextcloud-server-b13dbbb9d782887e791a5e46c08df3868e4b874e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 2926027d343..2e1a2634717 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -76,16 +76,12 @@ OC.L10N.register( "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP.", "Set an admin username." : "Set an admin username.", "Set an admin password." : "Set an admin password.", - "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend", "Sharing backend %s not found" : "Sharing backend %s not found", "Sharing backend for %s not found" : "Sharing backend for %s not found", "Open »%s«" : "Open »%s«", "%1$s via %2$s" : "%1$s via %2$s", "You are not allowed to share %s" : "You are not allowed to share %s", - "Can’t increase permissions of %s" : "Can’t increase permissions of %s", - "Files can’t be shared with delete permissions" : "Files can’t be shared with delete permissions", - "Files can’t be shared with create permissions" : "Files can’t be shared with create permissions", "Expiration date is in the past" : "Expiration date is in the past", "Click the button below to open it." : "Click the button below to open it.", "The requested share does not exist anymore" : "The requested share does not exist anymore", @@ -146,7 +142,6 @@ OC.L10N.register( "Login canceled by app" : "Login cancelled by app", "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", - "Can't read file" : "Can't read file", "Application is not enabled" : "Application is not enabled", "Authentication error" : "Authentication error", "Token expired. Please reload page." : "Token expired. Please reload page.", @@ -187,7 +182,12 @@ OC.L10N.register( "Storage connection timeout. %s" : "Storage connection timeout. %s", "Following databases are supported: %s" : "Following databases are supported: %s", "Following platforms are supported: %s" : "Following platforms are supported: %s", + "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", - "Can’t set expiration date more than %s days in the future" : "Can’t set expiration date more than %s days in the future" + "Can’t increase permissions of %s" : "Can’t increase permissions of %s", + "Files can’t be shared with delete permissions" : "Files can’t be shared with delete permissions", + "Files can’t be shared with create permissions" : "Files can’t be shared with create permissions", + "Can’t set expiration date more than %s days in the future" : "Can’t set expiration date more than %s days in the future", + "Can't read file" : "Can't read file" }, "nplurals=2; plural=(n != 1);"); |