summaryrefslogtreecommitdiffstats
path: root/lib/l10n/en_GB.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-06-13 00:08:22 +0000
committerNextcloud bot <bot@nextcloud.com>2017-06-13 00:08:22 +0000
commitea64cb00289a40ee3c12c195d7a2804ea1abe97e (patch)
tree7c0702c338a40c82c3c67ddf0cce00ffa3ed181a /lib/l10n/en_GB.js
parentaa243376ef64c3c693c35bde11335a353ca15a57 (diff)
downloadnextcloud-server-ea64cb00289a40ee3c12c195d7a2804ea1abe97e.tar.gz
nextcloud-server-ea64cb00289a40ee3c12c195d7a2804ea1abe97e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r--lib/l10n/en_GB.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index 2b14d2798f4..7a35a41df52 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -206,7 +206,6 @@ OC.L10N.register(
"Your data directory must be an absolute path" : "Your data directory must be an absolute path",
"Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration",
"Your data directory is invalid" : "Your data directory is invalid",
- "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.",
"Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".",
"Storage unauthorized. %s" : "Storage unauthorised. %s",
"Storage incomplete configuration. %s" : "Storage incomplete configuration. %s",
@@ -225,6 +224,7 @@ OC.L10N.register(
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.",
"Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users",
"Data directory (%s) must be an absolute path" : "Data directory (%s) must be an absolute path",
- "Data directory (%s) is invalid" : "Data directory (%s) is invalid"
+ "Data directory (%s) is invalid" : "Data directory (%s) is invalid",
+ "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root."
},
"nplurals=2; plural=(n != 1);");