source: github/program/localization/en_US/messages.inc @ c50d887

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since c50d887 was c50d887, checked in by alecpl <alec@…>, 3 years ago
  • Add missing confirmation/error messages on contact/group/message actions (#1486845)
  • Add 'loading' message on message move/copy/delete/mark actions
  • Property mode set to 100644
File size: 8.2 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-2010, 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['servererror'] = 'Server Error!';
26$messages['servererrormsg'] = 'Server Error: $msg';
27$messages['invalidrequest'] = 'Invalid request! No data was saved.';
28$messages['nomessagesfound'] = 'No messages found in this mailbox';
29$messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
30$messages['mailboxempty'] = 'Mailbox is empty';
31$messages['loading'] = 'Loading...';
32$messages['uploading'] = 'Uploading file...';
33$messages['loadingdata'] = 'Loading data...';
34$messages['checkingmail'] = 'Checking for new messages...';
35$messages['sendingmessage'] = 'Sending message...';
36$messages['messagesent'] = 'Message sent successfully';
37$messages['savingmessage'] = 'Saving message...';
38$messages['messagesaved'] = 'Message saved to Drafts';
39$messages['successfullysaved'] = 'Successfully saved';
40$messages['addedsuccessfully'] = 'Contact added successfully to address book';
41$messages['contactexists'] = 'A contact with this e-mail address already exists';
42$messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
43$messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
44$messages['nocontactsfound'] = 'No contacts found';
45$messages['contactnotfound'] = 'The requested contact was not found';
46$messages['sendingfailed'] = 'Failed to send message';
47$messages['senttooquickly'] = 'Please wait $sec sec(s). before sending this message';
48$messages['errorsavingsent'] = 'An error occured while saving sent message';
49$messages['errorsaving'] = 'An error occured while saving';
50$messages['errormoving'] = 'Could not move the message(s)';
51$messages['errorcopying'] = 'Could not copy the message(s)';
52$messages['errordeleting'] = 'Could not delete the message(s)';
53$messages['errormarking'] = 'Could not mark the message(s)';
54$messages['deletecontactconfirm']  = 'Do you really want to delete the selected contact(s)?';
55$messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?';
56$messages['deletefolderconfirm']  = 'Do you really want to delete this folder?';
57$messages['purgefolderconfirm']  = 'Do you really want to delete all messages in this folder?';
58$messages['foldercreating'] = 'Creating folder...';
59$messages['folderdeleting'] = 'Deleting folder...';
60$messages['folderrenaming'] = 'Renaming folder...';
61$messages['foldermoving'] = 'Moving folder...';
62$messages['formincomplete'] = 'The form was not completely filled out';
63$messages['noemailwarning'] = 'Please enter a valid email address';
64$messages['nonamewarning']  = 'Please enter a name';
65$messages['nopagesizewarning'] = 'Please enter a page size';
66$messages['nosenderwarning'] = 'Please enter sender e-mail address';
67$messages['norecipientwarning'] = 'Please enter at least one recipient';
68$messages['nosubjectwarning']  = 'The "Subject" field is empty. Would you like to enter one now?';
69$messages['nobodywarning'] = 'Send this message without text?';
70$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
71$messages['noldapserver'] = 'Please select an ldap server to search';
72$messages['nocontactsreturned'] = 'No contacts were found';
73$messages['nosearchname'] = 'Please enter a contact name or email address';
74$messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.';
75$messages['searchsuccessful'] = '$nr messages found';
76$messages['searchnomatch'] = 'Search returned no matches';
77$messages['searching'] = 'Searching...';
78$messages['checking'] = 'Checking...';
79$messages['nospellerrors'] = 'No spelling errors found';
80$messages['folderdeleted'] = 'Folder successfully deleted';
81$messages['deletedsuccessfully'] = 'Successfully deleted';
82$messages['converting'] = 'Removing formatting...';
83$messages['messageopenerror'] = 'Could not load message from server';
84$messages['fileuploaderror'] = 'File upload failed';
85$messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size';
86$messages['copysuccess'] = 'Successfully copied $nr addresses';
87$messages['copyerror'] = 'Could not copy any addresses';
88$messages['sourceisreadonly'] = 'This address source is read only';
89$messages['errorsavingcontact'] = 'Could not save the contact address';
90$messages['movingmessage'] = 'Moving message(s)...';
91$messages['copyingmessage'] = 'Copying message(s)...';
92$messages['deletingmessage'] = 'Deleting message(s)...';
93$messages['markingmessage'] = 'Marking message(s)...';
94$messages['receiptsent'] = 'Successfully sent a read receipt';
95$messages['errorsendingreceipt'] = 'Could not send the receipt';
96$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';
97$messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one';
98$messages['forbiddencharacter'] = 'Folder name contains a forbidden character';
99$messages['selectimportfile'] = 'Please select a file to upload';
100$messages['addresswriterror'] = 'The selected address book is not writeable';
101$messages['contactaddedtogroup'] = 'Successfully added the contacts to this group';
102$messages['contactremovedfromgroup'] = 'Successfully remove contacts from this group';
103$messages['importwait'] = 'Importing, please wait...';
104$messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.';
105$messages['importconfirm'] = '<b>Successfully imported $inserted contacts, $skipped existing entries skipped</b>:<p><em>$names</em></p>';
106$messages['opnotpermitted'] = 'Operation not permitted!';
107$messages['nofromaddress'] = 'Missing e-mail address in selected identity';
108$messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?';
109$messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>';
110$messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed';
111$messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed';
112$messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg)';
113$messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg)';
114$messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list';
115$messages['smtpdsnerror'] = 'SMTP Error: No support for Delivery Status Notifications';
116$messages['smtperror'] = 'SMTP Error: $msg';
117$messages['emailformaterror'] = 'Invalid e-mail address: $email';
118$messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.';
119$messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max';
120$messages['internalerror'] = 'An internal error occured. Please try again';
121$messages['contactdelerror'] = 'Could not delete contact(s)';
122$messages['contactdeleted'] = 'Contact(s) deleted successfully';
123$messages['groupdeleted'] = 'Group deleted successfully';
124$messages['grouprenamed'] = 'Group renamed successfully';
125$messages['groupcreated'] = 'Group created successfully';
126$messages['messagedeleted'] = 'Message(s) deleted successfully';
127$messages['messagemoved'] = 'Message(s) moved successfully';
128$messages['messagecopied'] = 'Message(s) copied successfully';
129$messages['messagemarked'] = 'Message(s) marked successfully';
130
131?>
Note: See TracBrowser for help on using the repository browser.