diff options
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", |