Skip to content

Commit

Permalink
fixed english language file
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelstunde committed Feb 6, 2017
1 parent e8e65ee commit dcbb33b
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions en-GB.mod_simpleform.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
MOD_SIMPLEFORM_MAIL_SENT="Email was sent"
MOD_SIMPLEFORM_CAPTCHA_ERROR="Captcha could not be verified"
MOD_SIMPLEFORM_POST_ERROR="Something nasty happened, you probably tried to manipulate the form"
MOD_SIMPLEFORM_MAIL_SENT="Thank you for your request"
MOD_SIMPLEFORM_MAIL_SENT_ERROR="Can not send email. Please contact an admin."
MOD_SIMPLEFORM_CAPTCHA_ERROR="Captcha has not been solved"
MOD_SIMPLEFORM_POST_ERROR="Bad Request."
MOD_SIMPLEFORM_FORM_CONTENTS="Form Content"
MOD_SIMPLEFORM_FORM_CONTENTS_DESC="Content of the form, please read readme.md"
MOD_SIMPLEFORM_RECEIVER="Recipient of email"
MOD_SIMPLEFORM_RECEIVER_DESC="Recipients, separated by commas"
MOD_SIMPLEFORM_SUBJECT="Subject of the email"
MOD_SIMPLEFORM_SUBJECT_DESC="Enter a email subject"
MOD_SIMPLEFORM_USE_PLACEHOLDERS="Use placeholders"
MOD_SIMPLEFORM_USE_PLACEHOLDERS_DESC="Use placeholders for inputs"
MOD_SIMPLEFORM_USE_LABELS="Use labels"
MOD_SIMPLEFORM_USE_LABELS_DESC="Use labels before inputs"
MOD_SIMPLEFORM_SHOW_CAPTCHA="Use captcha"
MOD_SIMPLEFORM_SHOW_CAPTCHA_DESC="Show reCAPTCHA? Make sure to set keys in system plugin."
MOD_SIMPLEFORM_SUCCESS_MESSAGE="Success message"
MOD_SIMPLEFORM_SUCCESS_MESSAGE_DESC="Enter a message, displayed when the form is sent without errors."
MOD_SIMPLEFORM_ERROR_MESSAGE="Captcha Error message"
MOD_SIMPLEFORM_ERROR_MESSAGE_DESC="Enter a message, displayed when there was a captcha error."
MOD_SIMPLEFORM_HIDE_AFTER_SUBMIT="Hide form after submit"
MOD_SIMPLEFORM_HIDE_AFTER_SUBMIT_DESC="Hide form when the form was submitted successfully."
MOD_SIMPLEFORM_UPLOAD_DIR="File upload directory"
MOD_SIMPLEFORM_UPLOAD_DIR_DESC="Where to put the files (relative to your Joomla! Installation). If no value was set, files will be uploaded to image directory."
MOD_SIMPLEFORM_CANNOT_MOVE_UPLOADED_FILE="File could not be moved."
MOD_SIMPLEFORM_CHECK_FILE_EXTENSIONS="Uploading of files with this extension is not allowed."
MOD_SIMPLEFORM_FILE_ERROR="Your file could not be uploaded."
MOD_SIMPLEFORM_PLEASE_SOLVE_CAPTCHA="Please solve captcha before submitting the form."

0 comments on commit dcbb33b

Please sign in to comment.