| | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en/messages.inc | |
| | | | language/en_US/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.'; |
| | | $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; |
| | | $messages['nocontactsfound'] = 'No contacts found'; |
| | | $messages['contactnotfound'] = 'The requested contact was not found'; |
| | | $messages['sendingfailed'] = 'Failed to send message'; |
| | | $messages['errorsavingsent'] = 'An error occured while saving sent message'; |
| | | $messages['errorsaving'] = 'An error occured while saving'; |
| | | $messages['errormoving'] = 'Could not move the message'; |
| | | $messages['errordeleting'] = 'Could not delete the message'; |
| | |
| | | $messages['messageopenerror'] = 'Could not load message from server'; |
| | | $messages['fileuploaderror'] = 'File upload failed'; |
| | | $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size'; |
| | | $messages['copysuccess'] = 'Successfully copied $nr addresses'; |
| | | $messages['copyerror'] = 'Could not copy any addresses'; |
| | | $messages['sourceisreadonly'] = 'This address source is read only'; |
| | | $messages['errorsavingcontact'] = 'Could not save the contact address'; |
| | | $messages['movingmessage'] = 'Moving message...'; |
| | | $messages['receiptsent'] = 'Successfully sent a read receipt'; |
| | | $messages['errorsendingreceipt'] = 'Could not send the receipt'; |
| | | $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.'; |
| | | $messages['addsubfolderhint'] = 'This folder will be created as subfolder of the currently selected one'; |
| | | $messages['forbiddencharacter'] = 'Folder name contains a forbidden character'; |
| | | |
| | | ?> |