| | |
| | | $messages['storageerror'] = 'Connection to storage server failed.'; |
| | | $messages['servererror'] = 'Server Error!'; |
| | | $messages['servererrormsg'] = 'Server Error: $msg'; |
| | | $messages['accountlocked'] = 'Too many failed login attempts. Try again later.'; |
| | | $messages['connerror'] = 'Connection Error (Failed to reach the server)!'; |
| | | $messages['dberror'] = 'Database Error!'; |
| | | $messages['windowopenerror'] = 'The popup window was blocked!'; |
| | |
| | | $messages['refreshing'] = 'Refreshing...'; |
| | | $messages['loading'] = 'Loading...'; |
| | | $messages['uploading'] = 'Uploading file...'; |
| | | $messages['attaching'] = 'Attaching file...'; |
| | | $messages['uploadingmany'] = 'Uploading files...'; |
| | | $messages['loadingdata'] = 'Loading data...'; |
| | | $messages['checkingmail'] = 'Checking for new messages...'; |
| | |
| | | $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; |
| | | $messages['externalmessagedecryption'] = 'This is an encrypted message and can be decrypted with your browser extension.'; |
| | | $messages['nopubkeyfor'] = 'No valid public key found for $email'; |
| | | $messages['nopubkeyforsender'] = 'No valid public key found for your sender identity. Do you want to encrypt the message for the recipients only?'; |
| | | $messages['encryptnoattachments'] = 'Already uploaded attachments cannot be encrypted. Please re-add them in the encryption editor.'; |
| | | $messages['searchpubkeyservers'] = 'Do you want to search public key servers for the missing keys?'; |
| | | $messages['encryptpubkeysfound'] = 'The following public keys have been found:'; |
| | | $messages['keyservererror'] = 'Failed to get key from keyserver'; |
| | | $messages['keyimportsuccess'] = 'Public key $key successfully imported into your key ring'; |
| | | $messages['nocontactsfound'] = 'No contacts found.'; |
| | | $messages['contactnotfound'] = 'The requested contact was not found.'; |
| | | $messages['contactsearchonly'] = 'Enter some search terms to find contacts'; |
| | |
| | | $messages['deletedsuccessfully'] = 'Successfully deleted.'; |
| | | $messages['converting'] = 'Removing formatting...'; |
| | | $messages['messageopenerror'] = 'Could not load message from server.'; |
| | | $messages['filelinkerror'] = 'Attaching the file failed.'; |
| | | $messages['fileuploaderror'] = 'File upload failed.'; |
| | | $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size.'; |
| | | $messages['copysuccess'] = 'Successfully copied $nr contacts.'; |
| | |
| | | $messages['autocompletemore'] = 'More matching entries found. Please type more characters.'; |
| | | $messages['namecannotbeempty'] = 'Name cannot be empty.'; |
| | | $messages['nametoolong'] = 'Name is too long.'; |
| | | $messages['namedotforbidden'] = 'Folder name cannot start with a dot.'; |
| | | $messages['folderupdated'] = 'Folder updated successfully.'; |
| | | $messages['foldercreated'] = 'Folder created successfully.'; |
| | | $messages['invalidimageformat'] = 'Not a valid image format.'; |
| | |
| | | $messages['errcsrfprotectionexplain'] = "For your protection, access to this resource is secured against CSRF.\nIf you see this, you probably didn't log out before leaving the web application.\n\nHuman interaction is now required to continue."; |
| | | $messages['errcontactserveradmin'] = 'Please contact your server-administrator.'; |
| | | $messages['clicktoresumesession'] = 'Click here to resume your previous session'; |
| | | |
| | | ?> |
| | | $messages['errcomposesession'] = 'Compose session error'; |
| | | $messages['errcomposesessionexplain'] = 'Requested compose session not found.'; |
| | | $messages['clicktocompose'] = 'Click here to compose a new message'; |