Skip to content

Commit

Permalink
Add PL locale
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaszwaszak committed Jun 18, 2013
1 parent ec62b06 commit fc7f1cf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/locales/contact_us.pl.yml
@@ -0,0 +1,25 @@
# 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:
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"

0 comments on commit fc7f1cf

Please sign in to comment.