diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 5028399c895..27b66aac251 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -109,11 +109,7 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "Sharing %s failed, because resharing is not allowed", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sharing %s failed, because the sharing backend for %s could not find its source", "Sharing %s failed, because the file could not be found in the file cache" : "Sharing %s failed, because the file could not be found in the file cache", - "Cannot increase permissions of %s" : "Cannot 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", - "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future", "The requested share does not exist anymore" : "The requested share does not exist anymore", "Could not find category \"%s\"" : "Could not find category \"%s\"", "Sunday" : "Sunday", @@ -220,6 +216,10 @@ OC.L10N.register( "You need to enter either an existing account or the administrator." : "You need to enter either an existing account or the administrator.", "%s shared »%s« with you" : "%s shared \"%s\" with you", "%s via %s" : "%s via %s", + "Cannot increase permissions of %s" : "Cannot 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", + "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future", "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", "Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>.", |