diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-01 01:54:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-01 01:54:43 -0400 |
commit | a878b42b42f79b9362fc37835f9922451e64fbc4 (patch) | |
tree | 859713c19e5b3c445b3d1710cad567158b96e8de /lib/l10n/en_GB.php | |
parent | f3973c1c205893e9260b3684a20acc0ec0a9ae13 (diff) | |
download | nextcloud-server-a878b42b42f79b9362fc37835f9922451e64fbc4.tar.gz nextcloud-server-a878b42b42f79b9362fc37835f9922451e64fbc4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.php')
-rw-r--r-- | lib/l10n/en_GB.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php index 4a7eddb1ea8..e1e485058e1 100644 --- a/lib/l10n/en_GB.php +++ b/lib/l10n/en_GB.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( +"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" => "This can usually be fixed by giving the webserver write access to the config directory", +"See %s" => "See %s", +"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "This can usually be fixed by %sgiving the webserver write access to the config directory%s.", "You are accessing the server from an untrusted domain." => "You are accessing the server from an untrusted domain.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", "Help" => "Help", @@ -86,6 +90,33 @@ $TRANSLATIONS = array( "A valid username must be provided" => "A valid username must be provided", "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.", +"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.", +"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\">giving the webserver write access to the root directory</a>." => "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>.", +"Setting locale to %s failed" => "Setting locale to %s failed", +"Please install one of theses locales on your system and restart your webserver." => "Please install one of theses 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 %s or higher is required." => "PHP %s or higher is required.", +"Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." => "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community.", +"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly.", +"PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config.", +"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly.", +"Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config.", +"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", +"Error occurred while checking PostgreSQL version" => "Error occurred while checking PostgreSQL version", +"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error", +"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) 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\"." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |