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 626d998fa36..f4421deafb2 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -149,7 +149,6 @@ OC.L10N.register( "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "This can usually be fixed by giving the webserver write access to the config directory. See %s", "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", - "Cannot create \"data\" directory" : "Cannot create \"data\" directory", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "This can usually be fixed by giving the webserver write access to the root directory. See %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s.", "Setting locale to %s failed" : "Setting locale to %s failed", @@ -187,6 +186,7 @@ OC.L10N.register( "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" + "Can't read file" : "Can't read file", + "Cannot create \"data\" directory" : "Cannot create \"data\" directory" }, "nplurals=2; plural=(n != 1);"); |