diff options
author | yllar <yllar.pajus@gmail.com> | 2009-11-10 21:11:43 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2009-11-10 21:11:43 +0000 |
commit | 742db41b1be742c8eb82c16fb4ee5135e7ea22d4 (patch) | |
tree | 97124af3ef52e9cc3d7097315127444b7c86961f /program/localization/en_GB | |
parent | 6c5aa6b054f827c444b21c400424396e7d082888 (diff) |
he_IL nb_NO en_GB zh_TW update
Diffstat (limited to 'program/localization/en_GB')
-rw-r--r-- | program/localization/en_GB/labels.inc | 24 | ||||
-rw-r--r-- | program/localization/en_GB/messages.inc | 4 |
2 files changed, 26 insertions, 2 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 565560572..6dc3af22c 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -42,7 +42,7 @@ $labels['date'] = 'Date'; $labels['size'] = 'Size'; $labels['priority'] = 'Priority'; $labels['organization'] = 'Organisation'; -$labels['reply-to'] = 'Reply-To'; +$labels['reply-to'] = $labels['replyto']; $labels['mailboxlist'] = 'Folders'; $labels['messagesfromto'] = 'Messages $from to $to of $count'; $labels['messagenrof'] = 'Message $nr of $count'; @@ -116,6 +116,7 @@ $labels['markread'] = 'As read'; $labels['markunread'] = 'As unread'; $labels['markflagged'] = 'As flagged'; $labels['markunflagged'] = 'As unflagged'; +$labels['messageactions'] = 'More actions...'; $labels['select'] = 'Select'; $labels['all'] = 'All'; $labels['none'] = 'None'; @@ -197,7 +198,7 @@ $labels['import'] = 'Import'; $labels['importcontacts'] = 'Import contacts'; $labels['importfromfile'] = 'Import from file:'; $labels['importreplace'] = 'Replace the entire address book'; -$labels['importtext'] = 'You can upload contacts from an existing address book. We currently support importing addresses from the vCard data format.'; +$labels['importtext'] = 'You can upload contacts from an existing address book.<br/>We currently support importing addresses from the <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> data format.'; $labels['done'] = 'Done'; $labels['settingsfor'] = 'Settings for'; $labels['preferences'] = 'Preferences'; @@ -248,6 +249,25 @@ $labels['2047folding'] = 'Full RFC 2047 (other)'; $labels['advancedoptions'] = 'Advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; $labels['checkallfolders'] = 'Check all folders for new messages'; +$labels['displaynext'] = 'After message delete/move display the next message'; +$labels['indexsort'] = 'Use message index for sorting by date'; +$labels['mainoptions'] = 'Main Options'; +$labels['section'] = 'Section'; +$labels['maintenance'] = 'Maintenance'; +$labels['newmessage'] = 'New Message'; +$labels['listoptions'] = 'List Options'; +$labels['signatureoptions'] = 'Signature Options'; +$labels['whenreplying'] = 'When replying'; +$labels['replytopposting'] = 'start new message above original'; +$labels['replybottomposting'] = 'start new message below original'; +$labels['replyremovesignature'] = 'When replying remove original signature from message'; +$labels['autoaddsignature'] = 'Automatically add signature'; +$labels['newmessageonly'] = 'new message only'; +$labels['replyandforwardonly'] = 'replies and forwards only'; +$labels['replysignaturepos'] = 'When replying or forwarding place signature'; +$labels['belowquote'] = 'below the quote'; +$labels['abovequote'] = 'above the quote'; +$labels['insertsignature'] = 'Insert signature'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; $labels['foldername'] = 'Folder name'; diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 0552591bb..2848b1360 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -23,10 +23,12 @@ $messages['cookiesdisabled'] = 'Your browser does not accept cookies'; $messages['sessionerror'] = 'Your session is invalid or has expired'; $messages['imaperror'] = 'Connection to IMAP server failed'; $messages['servererror'] = 'Server Error!'; +$messages['invalidrequest'] = 'Invalid request! No data was saved.'; $messages['nomessagesfound'] = 'No messages found in this mailbox'; $messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; $messages['mailboxempty'] = 'Mailbox is empty'; $messages['loading'] = 'Loading...'; +$messages['uploading'] = 'Uploading file...'; $messages['loadingdata'] = 'Loading data...'; $messages['checkingmail'] = 'Checking for new messages...'; $messages['sendingmessage'] = 'Sending message...'; @@ -67,6 +69,7 @@ $messages['notsentwarning'] = 'Your message has not been sent. Do you want to di $messages['noldapserver'] = 'Please select an LDAP server to search'; $messages['nocontactsreturned'] = 'No contacts were found'; $messages['nosearchname'] = 'Please enter a contact name or email address'; +$messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.'; $messages['searchsuccessful'] = '$nr messages found'; $messages['searchnomatch'] = 'Search found no matches'; $messages['searching'] = 'Searching...'; @@ -103,5 +106,6 @@ $messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from"'; $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to"'; $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list'; $messages['smtperror'] = 'SMTP Error: $msg'; +$messages['emailformaterror'] = 'Incorrect e-mail address: $email'; ?> |