From fbf77b4493f1b77c99751d8a86365c712ae3fb1b Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 18 Nov 2005 10:35:15 -0500 Subject: [PATCH] Added Japanese localization --- program/localization/en/messages.inc | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/program/localization/en/messages.inc b/program/localization/en/messages.inc index 0ad04ed..1ce6bba 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'; @@ -56,5 +60,21 @@ $messages['errordeleting'] = 'Could not delete the message'; +$messages['errordeleting'] = 'Could not delete the message'; + +$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?'; + ?> \ No newline at end of file -- Gitblit v1.9.1