Newer
Older
dmpopidor / config / locales / contact_us / contact_us.pl.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.

pl:
  contact_us:
    contact_mailer:
      contact_email:
        sent_by_contact_form: "Wysłane przez formularz kontaktowy z %{email}"
        sent_by_name: "Wysłane przez %{name} z %{email}"
        subject: "Wiadomość od %{email}"
    contacts:
      new: &new
        contact_us: "Kontakt z nami"
        email: "Email"
        message: "Wiadomość"
        name: "Imię"
        subject: "Temat"
        submit: "Wyślij"
      new_formtastic:
        <<: *new
      new_simple_form:
        <<: *new
    notices:
      error: "Musisz wypełnić oba pola."
      success: "Twój email został wysłany"