diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-25 01:55:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-25 01:55:32 -0400 |
commit | f46e49529fed8cb60ff846bb959b2f564b14bea6 (patch) | |
tree | 5b16ab145e8fead51e36e274b3fe2c7654e220fe /core/l10n/en_GB.php | |
parent | dbf81c89b68f5e999eb16b65588cc110cc9a4f17 (diff) | |
download | nextcloud-server-f46e49529fed8cb60ff846bb959b2f564b14bea6.tar.gz nextcloud-server-f46e49529fed8cb60ff846bb959b2f564b14bea6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/en_GB.php')
-rw-r--r-- | core/l10n/en_GB.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 03b48abe943..7c32d382150 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -66,6 +66,9 @@ $TRANSLATIONS = array( "So-so password" => "So-so password", "Good password" => "Good password", "Strong password" => "Strong password", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken.", +"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps donĀ“t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don't work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features.", +"Error occurred while checking server setup" => "Error occurred whilst checking server setup", "Shared" => "Shared", "Shared with {recipients}" => "Shared with {recipients}", "Share" => "Share", @@ -146,6 +149,17 @@ $TRANSLATIONS = array( "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", "The share will expire on %s." => "The share will expire on %s.", "Cheers!" => "Cheers!", +"The server encountered an internal error and was unable to complete your request." => "The server encountered an internal error and was unable to complete your request.", +"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.", +"More details can be found in the server log." => "More details can be found in the server log.", +"Technical details" => "Technical details", +"Remote Address: %s" => "Remote Address: %s", +"Request ID: %s" => "Request ID: %s", +"Code: %s" => "Code: %s", +"Message: %s" => "Message: %s", +"File: %s" => "File: %s", +"Line: %s" => "Line: %s", +"Trace" => "Trace", "Security Warning" => "Security Warning", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Please update your PHP installation to use %s securely.", |