From 977a295eb1e97e0c230063da40b8296fca778814 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 16 Dec 2005 15:05:41 -0500 Subject: [PATCH] Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization --- program/localization/en/messages.inc | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/program/localization/en/messages.inc b/program/localization/en/messages.inc index 4a9009a..c1520ec 100644 --- a/program/localization/en/messages.inc +++ b/program/localization/en/messages.inc @@ -32,7 +32,11 @@ $messages['mailboxempty'] = 'Mailbox is empty'; +$messages['loading'] = 'Loading...'; + $messages['loadingdata'] = 'Loading data...'; + +$messages['sendingmessage'] = 'Sending message...'; $messages['messagesent'] = 'Message sent successfully'; @@ -52,5 +56,27 @@ $messages['errorsaving'] = 'An error occured while saving'; +$messages['errormoving'] = 'Could not move the message'; + +$messages['errordeleting'] = 'Could not delete the message'; + +$messages['deletefolderconfirm'] = 'Do you really want to delete this folder?'; + +$messages['formincomplete'] = 'The form was not completely filled out'; + +$messages['noemailwarning'] = 'Please enter a valid email address'; + +$messages['nonamewarning'] = 'Please enter a name'; + +$messages['nopagesizewarning'] = 'Please enter a page size'; + +$messages['norecipientwarning'] = 'Please enter at least one recipient'; + +$messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?'; + +$messages['nobodywarning'] = 'Send this message without text?'; + +$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; + ?> \ No newline at end of file -- Gitblit v1.9.1