diff options
author | svncommit <devs@roundcube.net> | 2007-10-01 13:55:02 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-10-01 13:55:02 +0000 |
commit | 747e3c3cd9ae39ee07d2c9130a021f61ed320869 (patch) | |
tree | ec3c92a8580766f84af12cb36eb403163dba2423 /program/localization/en_GB | |
parent | f04b3c886d0a6acffd0ed62c90f4347d961762d3 (diff) |
cleanup localizations
Diffstat (limited to 'program/localization/en_GB')
-rw-r--r-- | program/localization/en_GB/labels.inc | 2 | ||||
-rw-r--r-- | program/localization/en_GB/messages.inc | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 88ba61362..1b9394e7d 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -230,4 +230,4 @@ $labels['sortby'] = 'Sort by'; $labels['sortasc'] = 'Sort ascending'; $labels['sortdesc'] = 'Sort descending'; -?> +?>
\ No newline at end of file diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index f06422a4d..4b83de68a 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -39,7 +39,6 @@ $messages['blockedimages'] = 'To protect your privacy, remote images are blocked $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; $messages['nocontactsfound'] = 'No contacts found'; $messages['contactnotfound'] = 'The requested contact was not found'; - $messages['sendingfailed'] = 'Failed to send message'; $messages['errorsaving'] = 'An error occured while saving'; $messages['errormoving'] = 'Could not move the message'; @@ -70,10 +69,10 @@ $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'; - $messages['copysuccess'] = 'Successfully copied $nr addresses'; $messages['copyerror'] = 'Could not copy any addresses'; $messages['sourceisreadonly'] = 'This address source is read-only'; $messages['errorsavingcontact'] = 'Could not save the contact address'; $messages['movingmessage'] = 'Moving message...'; -?> + +?>
\ No newline at end of file |