diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-06 00:08:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-06 00:08:21 +0000 |
commit | 9d930210eec9e30bbc1fcd3e154d65eb0fc7ae28 (patch) | |
tree | 984e7c426ee34dcd4ea2dba9818277cbbb67a336 /core/l10n/en_GB.js | |
parent | 15cd21d252b9da706be817df77e4c0643b40327f (diff) | |
download | nextcloud-server-9d930210eec9e30bbc1fcd3e154d65eb0fc7ae28.tar.gz nextcloud-server-9d930210eec9e30bbc1fcd3e154d65eb0fc7ae28.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 7797bd75244..e06d3005054 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -219,6 +219,8 @@ OC.L10N.register( "The specified document has not been found on the server." : "The specified document has not been found on the server.", "You can click here to return to %s." : "You can click here to return to %s.", "Internal Server Error" : "Internal Server Error", + "The server was unable to complete your request." : "The server was unable to complete your request.", + "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", "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", @@ -282,6 +284,9 @@ OC.L10N.register( "Cancel log in" : "Cancel log in", "Use backup code" : "Use backup code", "Error while validating your second factor" : "Error while validating your second factor", + "Access through untrusted domain" : "Access through untrusted domain", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.", + "Depending on your configuration, this button could also work to trust the domain:" : "Depending on your configuration, this button could also work to trust the domain:", "Add \"%s\" as trusted domain" : "Add \"%s\" as a trusted domain", "App update required" : "App update required", "%s will be updated to version %s" : "%s will be updated to version %s", |