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

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since d93fc99 was d93fc99, checked in by alecpl <alec@…>, 5 years ago
  • Display progress message for folders create/delete/rename operations (#1485357)
  • Property mode set to 100644
File size: 5.0 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['foldercreating'] = 'Folder creating...';
53$messages['folderdeleting'] = 'Folder deleting...';
54$messages['folderrenaming'] = 'Folder renaming...';
55$messages['formincomplete'] = 'The form was not completely filled out';
56$messages['noemailwarning'] = 'Please enter a valid email address';
57$messages['nonamewarning'] = 'Please enter a name';
58$messages['nopagesizewarning'] = 'Please enter a page size';
59$messages['norecipientwarning'] = 'Please enter at least one recipient';
60$messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?';
61$messages['nobodywarning'] = 'Send this message without any text?';
62$messages['notsentwarning'] = 'Your message has not been sent. Do you want to discard it?';
63$messages['noldapserver'] = 'Please select an LDAP server to search';
64$messages['nocontactsreturned'] = 'No contacts were found';
65$messages['nosearchname'] = 'Please enter a contact name or email address';
66$messages['searchsuccessful'] = '$nr messages found';
67$messages['searchnomatch'] = 'Search found no matches';
68$messages['searching'] = 'Searching...';
69$messages['checking'] = 'Checking...';
70$messages['nospellerrors'] = 'No spelling errors found';
71$messages['folderdeleted'] = 'Folder successfully deleted';
72$messages['deletedsuccessfully'] = 'Successfully deleted';
73$messages['converting'] = 'Removing formatting...';
74$messages['messageopenerror'] = 'Could not load message from server';
75$messages['fileuploaderror'] = 'File upload failed';
76$messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size';
77$messages['copysuccess'] = 'Successfully copied $nr addresses';
78$messages['copyerror'] = 'Could not copy any addresses';
79$messages['sourceisreadonly'] = 'This address source is read-only';
80$messages['errorsavingcontact'] = 'Could not save the contact address';
81$messages['movingmessage'] = 'Moving message...';
82$messages['receiptsent'] = 'Successfully sent a read receipt';
83$messages['errorsendingreceipt'] = 'Could not send the receipt';
84$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
85$messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one';
86
87?>
Note: See TracBrowser for help on using the repository browser.