source: github/program/localization/en/messages.inc @ 09941ea

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 09941ea was 09941ea, checked in by thomascube <thomas@…>, 8 years ago

Some error messages added

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | language/en/messages.inc                                              |
6 |                                                                       |
7 | Language file of the RoundCube Webmail client                         |
8 | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
9 | Licensed under the GNU GPL                                            |
10 |                                                                       |
11 +-----------------------------------------------------------------------+
12 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
13 +-----------------------------------------------------------------------+
14
15 $Id$
16
17*/
18
19$messages = array();
20
21$messages['loginfailed']  = 'Login failed';
22
23$messages['cookiesdisabled'] = 'Your browser does not accept cookies';
24
25$messages['sessionerror'] = 'Your session is invalid or expired';
26
27$messages['imaperror'] = 'Connection to IMAP server failed';
28
29$messages['nomessagesfound'] = 'No messages found in this mailbox';
30
31$messages['loggedout'] = 'You have successfully terminated the session. Goody bye!';
32
33$messages['mailboxempty'] = 'Mailbox is empty';
34
35$messages['loadingdata'] = 'Loading data...';
36
37$messages['messagesent'] = 'Message sent successfully';
38
39$messages['successfullysaved'] = 'Successfully saved';
40
41$messages['addedsuccessfully'] = 'Contact added successfully to address book';
42
43$messages['contactexists'] = 'A contact with this e-mail address already exists';
44
45$messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
46
47$messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
48
49$messages['nocontactsfound'] = 'No contacts found';
50
51$messages['sendingfailed'] = 'Failed to send message';
52
53$messages['errorsaving'] = 'An error occured while saving';
54
55$messages['errormoving'] = 'Could not move the message';
56
57$messages['errordeleting'] = 'Could not delete the message';
58
59
60?>
Note: See TracBrowser for help on using the repository browser.