diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:49:53 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:49:53 +0100 |
commit | b6add5aed0cfe2ca5597b71abafe4cadc3405310 (patch) | |
tree | 78234003b5d11c6a5b6b4c438a4a1949df9231d3 /program/localization | |
parent | 6199a72c8e11ca8fbfba631af552ddf53b9eebf7 (diff) |
Add noscript warning to login page (#1488615)
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index a00eff8a4..a900fae18 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -163,5 +163,6 @@ $messages['invalidimageformat'] = 'Not a valid image format.'; $messages['mispellingsfound'] = 'Spelling errors detected in the message.'; $messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.'; $messages['messagetoobig'] = 'The message part is too big to process it.'; +$messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.'; ?> |