source: github/program/localization/en_US/messages.inc @ 6eaac22

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 6eaac22 was 6eaac22, checked in by alecpl <alec@…>, 5 years ago
  • Disallowed delimiter in folder name (#1484803)
  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?php
2
3/*
4
5 +-----------------------------------------------------------------------+
6 | language/en_US/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: Thomas Bruederli <roundcube@gmail.com>                        |
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 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 added successfully 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['errorsaving'] = 'An error occured while saving';
44$messages['errormoving'] = 'Could not move the message';
45$messages['errordeleting'] = 'Could not delete the message';
46$messages['deletecontactconfirm']  = 'Do you really want to delete the selected contact(s)?';
47$messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?';
48$messages['deletefolderconfirm']  = 'Do you really want to delete this folder?';
49$messages['purgefolderconfirm']  = 'Do you really want to delete all messages in this folder?';
50$messages['formincomplete'] = 'The form was not completely filled out';
51$messages['noemailwarning'] = 'Please enter a valid email address';
52$messages['nonamewarning']  = 'Please enter a name';
53$messages['nopagesizewarning'] = 'Please enter a page size';
54$messages['norecipientwarning'] = 'Please enter at least one recipient';
55$messages['nosubjectwarning']  = 'The "Subject" field is empty. Would you like to enter one now?';
56$messages['nobodywarning'] = 'Send this message without text?';
57$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
58$messages['noldapserver'] = 'Please select an ldap server to search';
59$messages['nocontactsreturned'] = 'No contacts were found';
60$messages['nosearchname'] = 'Please enter a contact name or email address';
61$messages['searchsuccessful'] = '$nr messages found';
62$messages['searchnomatch'] = 'Search returned no matches';
63$messages['searching'] = 'Searching...';
64$messages['checking'] = 'Checking...';
65$messages['nospellerrors'] = 'No spelling errors found';
66$messages['folderdeleted'] = 'Folder successfully deleted';
67$messages['deletedsuccessfully'] = "Successfully deleted";
68$messages['converting'] = 'Removing formatting from message...';
69$messages['messageopenerror'] = 'Could not load message from server';
70$messages['fileuploaderror'] = 'File upload failed';
71$messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size';
72$messages['copysuccess'] = 'Successfully copied $nr addresses';
73$messages['copyerror'] = 'Could not copy any addresses';
74$messages['sourceisreadonly'] = 'This address source is read only';
75$messages['errorsavingcontact'] = 'Could not save the contact address';
76$messages['movingmessage'] = 'Moving message...';
77$messages['receiptsent'] = 'Successfully sent a read receipt';
78$messages['errorsendingreceipt'] = 'Could not send the receipt';
79$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
80$messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one';
81$messages['forbiddencharacter'] = 'Folder name contains forbidden character';
82
83?>
Note: See TracBrowser for help on using the repository browser.