Newer
Older
dmpopidor / config / locales / contact_us / contact_us.en-UK.yml
# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en-UK:
  contact_us:
    contact_mailer:
      contact_email:
        sent_by_contact_form: "Sent by contact form from %{email}"
        sent_by_name: "Sent by %{name} from %{email}"
        subject: "Contact Us message from %{email}"
    contacts:
      new: &new
        contact_us: "Contact Us"
        email: "Email"
        message: "Message"
        name: "Name"
        subject: "Subjecteee"
        submit: "Submit"
      new_formtastic:
        <<: *new
      new_simple_form:
        <<: *new
    notices:
      error: "You must enter both fields."
      success: "Contact email was successfully sent."