source: github/program/localization/en_GB/messages.inc @ acb08f5

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since acb08f5 was acb08f5, checked in by alecpl <alec@…>, 5 years ago
  • Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
  • Property mode set to 100644
File size: 4.8 KB
Line 
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-2008, RoundCube Dev. - Switzerland                 |
10 | Licensed under the GNU GPL                                            |
11 |                                                                       |
12 +-----------------------------------------------------------------------+
13 | Author: Weiran Zhang (weiran@weiran.co.uk)                            |
14 +-----------------------------------------------------------------------+
15
16 @version $Id$
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'] = 'You have to wait $sec sec. to sent the message';
44$messages['errorsavingsent'] = 'An error occured while saving sent message';
45$messages['errorsaving'] = 'An error occured 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['formincomplete'] = 'The form was not completely filled out';
53$messages['noemailwarning'] = 'Please enter a valid email address';
54$messages['nonamewarning'] = 'Please enter a name';
55$messages['nopagesizewarning'] = 'Please enter a page size';
56$messages['norecipientwarning'] = 'Please enter at least one recipient';
57$messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?';
58$messages['nobodywarning'] = 'Send this message without any text?';
59$messages['notsentwarning'] = 'Your message has not been sent. Do you want to discard it?';
60$messages['noldapserver'] = 'Please select an LDAP server to search';
61$messages['nocontactsreturned'] = 'No contacts were found';
62$messages['nosearchname'] = 'Please enter a contact name or email address';
63$messages['searchsuccessful'] = '$nr messages found';
64$messages['searchnomatch'] = 'Search found no matches';
65$messages['searching'] = 'Searching...';
66$messages['checking'] = 'Checking...';
67$messages['nospellerrors'] = 'No spelling errors found';
68$messages['folderdeleted'] = 'Folder successfully deleted';
69$messages['deletedsuccessfully'] = 'Successfully deleted';
70$messages['converting'] = 'Removing formatting...';
71$messages['messageopenerror'] = 'Could not load message from server';
72$messages['fileuploaderror'] = 'File upload failed';
73$messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size';
74$messages['copysuccess'] = 'Successfully copied $nr addresses';
75$messages['copyerror'] = 'Could not copy any addresses';
76$messages['sourceisreadonly'] = 'This address source is read-only';
77$messages['errorsavingcontact'] = 'Could not save the contact address';
78$messages['movingmessage'] = 'Moving message...';
79$messages['receiptsent'] = 'Successfully sent a read receipt';
80$messages['errorsendingreceipt'] = 'Could not send the receipt';
81$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
82$messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one';
83
84?>
Note: See TracBrowser for help on using the repository browser.