diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-29 21:06:39 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-29 21:06:39 +0000 |
| commit | f4f322ec568a54b6e8b3a2f3eb581484543898e6 (patch) | |
| tree | b319ce048f0ac5a35781b68170a53df81c4c249d /roundcubemail/program/localization/en_US | |
| parent | 097e3924383ff388060e5639dbd53ea1a93da923 (diff) | |
Error handling for attachment uploads; multibyte-safe string functions; XSS improvements
git-svn-id: https://svn.roundcube.net/trunk@440 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index f5e0e8ba9..d9b3896f0 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -114,4 +114,8 @@ $messages['converting'] = 'Removing formatting from message...'; $messages['messageopenerror'] = 'Could not load message from server'; +$messages['fileuploaderror'] = 'File upload failed'; + +$messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size'; + ?> |
