source: github/program/localization/en_US/messages.inc @ 000e4bf

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

Added Slovak localization (patch 1386945)

  • Property mode set to 100644
File size: 3.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['loading'] = 'Loading...';
36
37$messages['loadingdata'] = 'Loading data...';
38
39$messages['sendingmessage'] = 'Sending message...';
40
41$messages['messagesent'] = 'Message sent successfully';
42
43$messages['successfullysaved'] = 'Successfully saved';
44
45$messages['addedsuccessfully'] = 'Contact added successfully to address book';
46
47$messages['contactexists'] = 'A contact with this e-mail address already exists';
48
49$messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.';
50
51$messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!';
52
53$messages['nocontactsfound'] = 'No contacts found';
54
55$messages['sendingfailed'] = 'Failed to send message';
56
57$messages['errorsaving'] = 'An error occured while saving';
58
59$messages['errormoving'] = 'Could not move the message';
60
61$messages['errordeleting'] = 'Could not delete the message';
62
63$messages['deletefolderconfirm']  = 'Do you really want to delete this folder?';
64
65$messages['formincomplete'] = 'The form was not completely filled out';
66
67$messages['noemailwarning'] = 'Please enter a valid email address';
68
69$messages['nonamewarning']  = 'Please enter a name';
70
71$messages['nopagesizewarning'] = 'Please enter a page size';
72
73$messages['norecipientwarning'] = 'Please enter at least one recipient';
74
75$messages['nosubjectwarning']  = 'The "Subject" field is empty. Would you like to enter one now?';
76
77$messages['nobodywarning'] = 'Send this message without text?';
78
79$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
80
81$messages['noldapserver'] = 'Please select an ldap server to search';
82
83$messages['nocontactsreturned'] = 'No contacts were found';
84
85$messages['nosearchname'] = 'Please enter a contact name or email address';
86
87?>
Note: See TracBrowser for help on using the repository browser.