diff options
Diffstat (limited to 'lib/l10n/en_GB.json')
-rw-r--r-- | lib/l10n/en_GB.json | 65 |
1 files changed, 34 insertions, 31 deletions
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index f2599db100f..fd5b55eb16b 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -7,6 +7,7 @@ "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php", "PHP %s or higher is required." : "PHP %s or higher is required.", "PHP with a version lower than %s is required." : "PHP with a version lower than %s is required.", + "%sbit or higher PHP required." : "%sbit or higher PHP required.", "Following databases are supported: %s" : "Following databases are supported: %s", "The command line tool %s could not be found" : "The command line tool %s could not be found", "The library %s is not available." : "The library %s is not available.", @@ -54,6 +55,8 @@ "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", "You are not allowed to share %s" : "You are not allowed to share %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", "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", "Could not find category \"%s\"" : "Could not find category \"%s\"", @@ -89,6 +92,37 @@ "Authentication error" : "Authentication error", "Token expired. Please reload page." : "Token expired. Please reload page.", "Unknown user" : "Unknown user", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", + "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform is not supported", + "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.", + "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", + "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", + "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>.", + "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.", + "Setting locale to %s failed" : "Setting locale to %s failed", + "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", + "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", + "PHP module %s not installed." : "PHP module %s not installed.", + "PHP setting \"%s\" is not set to \"%s\"." : "PHP setting \"%s\" is not set to \"%s\".", + "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", + "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", + "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", + "Please upgrade your database version" : "Please upgrade your database version", + "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.", + "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", + "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", + "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.", "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "%s shared »%s« with you" : "%s shared \"%s\" with you", "%s via %s" : "%s via %s", @@ -124,37 +158,6 @@ "Username contains whitespace at the beginning or at the end" : "Username contains whitespace at the beginning or at the end", "A valid password must be provided" : "A valid password must be provided", "The username is already being used" : "The username is already being used", - "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", - "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform is not supported", - "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.", - "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", - "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", - "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>.", - "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.", - "Setting locale to %s failed" : "Setting locale to %s failed", - "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", - "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", - "PHP module %s not installed." : "PHP module %s not installed.", - "PHP setting \"%s\" is not set to \"%s\"." : "PHP setting \"%s\" is not set to \"%s\".", - "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", - "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", - "PHP modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", - "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", - "Please upgrade your database version" : "Please upgrade your database version", - "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.", - "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", - "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", - "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.", "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", |