]> git.donarmstrong.com Git - roundcube.git/blob - program/localization/en_GB/messages.inc
Imported Upstream version 0.2.1
[roundcube.git] / program / localization / en_GB / messages.inc
1 <?php
2
3 /*
4
5  +-----------------------------------------------------------------------+
6  | language/en_GB/messages.inc                                           |
7  |                                                                       |
8  | Language file of the RoundCube Webmail client                         |
9  | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 |
10  | Licensed under the GNU GPL                                            |
11  |                                                                       |
12  +-----------------------------------------------------------------------+
13  | Author: Weiran Zhang (weiran@weiran.co.uk)                            |
14  +-----------------------------------------------------------------------+
15
16  @version $Id: messages.inc 2237 2009-01-17 01:55:39Z till $
17
18 */
19
20 $messages = array();
21 $messages['loginfailed'] = 'Login failed';
22 $messages['cookiesdisabled'] = 'Your browser does not accept cookies';
23 $messages['sessionerror'] = 'Your session is invalid or has expired';
24 $messages['imaperror'] = 'Connection to IMAP server failed';
25 $messages['nomessagesfound'] = 'No messages found in this mailbox';
26 $messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
27 $messages['mailboxempty'] = 'Mailbox is empty';
28 $messages['loading'] = 'Loading...';
29 $messages['loadingdata'] = 'Loading data...';
30 $messages['checkingmail'] = 'Checking for new messages...';
31 $messages['sendingmessage'] = 'Sending message...';
32 $messages['messagesent'] = 'Message sent successfully';
33 $messages['savingmessage'] = 'Saving message...';
34 $messages['messagesaved'] = 'Message saved to Drafts';
35 $messages['successfullysaved'] = 'Successfully saved';
36 $messages['addedsuccessfully'] = 'Contact successfully added to address book';
37 $messages['contactexists'] = 'A contact with this e-mail address already exists';
38 $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
39 $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
40 $messages['nocontactsfound'] = 'No contacts found';
41 $messages['contactnotfound'] = 'The requested contact was not found';
42 $messages['sendingfailed'] = 'Failed to send message';
43 $messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message';
44 $messages['errorsavingsent'] = 'An error occurred while saving sent message';
45 $messages['errorsaving'] = 'An error occurred while saving';
46 $messages['errormoving'] = 'Could not move the message';
47 $messages['errordeleting'] = 'Could not delete the message';
48 $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?';
49 $messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?';
50 $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?';
51 $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?';
52 $messages['foldercreating'] = 'Creating folder...';
53 $messages['folderdeleting'] = 'Deleting folder...';
54 $messages['folderrenaming'] = 'Renaming folder...';
55 $messages['foldermoving'] = 'Moving folder...';
56 $messages['formincomplete'] = 'The form was not completely filled out';
57 $messages['noemailwarning'] = 'Please enter a valid email address';
58 $messages['nonamewarning'] = 'Please enter a name';
59 $messages['nopagesizewarning'] = 'Please enter a page size';
60 $messages['nosenderwarning'] = 'Please enter sender e-mail address';
61 $messages['norecipientwarning'] = 'Please enter at least one recipient';
62 $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?';
63 $messages['nobodywarning'] = 'Send this message without any text?';
64 $messages['notsentwarning'] = 'Your message has not been sent. Do you want to discard it?';
65 $messages['noldapserver'] = 'Please select an LDAP server to search';
66 $messages['nocontactsreturned'] = 'No contacts were found';
67 $messages['nosearchname'] = 'Please enter a contact name or email address';
68 $messages['searchsuccessful'] = '$nr messages found';
69 $messages['searchnomatch'] = 'Search found no matches';
70 $messages['searching'] = 'Searching...';
71 $messages['checking'] = 'Checking...';
72 $messages['nospellerrors'] = 'No spelling errors found';
73 $messages['folderdeleted'] = 'Folder successfully deleted';
74 $messages['deletedsuccessfully'] = 'Successfully deleted';
75 $messages['converting'] = 'Removing formatting...';
76 $messages['messageopenerror'] = 'Could not load message from server';
77 $messages['fileuploaderror'] = 'File upload failed';
78 $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size';
79 $messages['copysuccess'] = 'Successfully copied $nr addresses';
80 $messages['copyerror'] = 'Could not copy any addresses';
81 $messages['sourceisreadonly'] = 'This address source is read-only';
82 $messages['errorsavingcontact'] = 'Could not save the contact address';
83 $messages['movingmessage'] = 'Moving message...';
84 $messages['receiptsent'] = 'Successfully sent a read receipt';
85 $messages['errorsendingreceipt'] = 'Could not send the receipt';
86 $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
87 $messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one';
88 $messages['forbiddencharacter'] = 'Folder name contains a forbidden character';
89 $messages['selectimportfile'] = 'Please select a file to upload';
90 $messages['addresswriterror'] = 'The selected address book is not writeable';
91 $messages['importwait'] = 'Importing, please wait...';
92 $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.';
93 $messages['importconfirm'] = '<b>Successfully imported $inserted contacts, $skipped existing entries skipped</b>:<p><em>$names</em></p>';
94 $messages['opnotpermitted'] = 'Operation not permitted!';
95 $messages['nofromaddress'] = 'Missing e-mail address in selected identity';
96 $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?';
97
98 ?>