| | |
| | | $messages['contactnameexists'] = 'A contact with the same name already exists.'; |
| | | $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['externalmessagedecryption'] = 'This is an encrypted message and can be decrypted with your browser extension.'; |
| | | $messages['nopubkeyfor'] = 'No valid public key found for $email'; |
| | | $messages['nocontactsfound'] = 'No contacts found.'; |
| | | $messages['contactnotfound'] = 'The requested contact was not found.'; |
| | | $messages['contactsearchonly'] = 'Enter some search terms to find contacts'; |
| | |
| | | $messages['errauthorizationfailed'] = 'Authorization Failed'; |
| | | $messages['errunauthorizedexplain'] = 'Could not verify that you are authorized to access this service!'; |
| | | $messages['errrequestcheckfailed'] = 'Request Check Failed'; |
| | | $messages['errcsrfprotectionexplain'] = "For your protection, access to this resource is secured against CSRF.\nYou probably didn't log out before leaving the web application.\n\nHuman interaction is now required to continue."; |
| | | $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'; |
| | | |