Skip to content

Commit

Permalink
Merge branch 'ft.add_pt-PT_locale' of https://github.com/tomeduarte/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Mar 21, 2013
2 parents 96bc320 + 7fa1e63 commit 1c45334
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/locales/contact_us.pt-PT.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.

pt-PT:
contact_us:
contact_mailer:
contact_email:
sent_by_contact_form: "Enviado pelo formulário de contacto. %{email}"
sent_by_name: "Enviado por %{name} de %{email}"
subject: "Contacte-nos: nova mensagem de %{email}"
contacts:
new: &new
contact_us: "Contacte-nos"
email: "Email"
message: "Mensagem"
name: "Nome"
subject: "Assunto"
submit: "Enviar"
new_formtastic:
<<: *new
new_simple_form:
<<: *new
notices:
error: "Tem de preencher ambos os campos."
success: "Email de contacto foi enviado com sucesso."

0 comments on commit 1c45334

Please sign in to comment.