From ce5524ba4d8594c51e18496f94635af0c64229ff Mon Sep 17 00:00:00 2001 From: C-Moreira Date: Thu, 22 Nov 2012 09:31:33 +0000 Subject: [PATCH] Add localized translation for Time entry menu. #1118 --- config/locales/en.yml | 3 +++ config/locales/pt.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index fb48c1db..22e7775f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -829,6 +829,9 @@ en: label_mail_handler_confirmation: "Confirmation of email submission: %{subject}" label_mail_handler_failure: "Failed email submission: %{subject}" label_mail_handler_errors_with_submission: "There were errors with your email submission:" + label_time_entries: Time entries + label_new_time_entry: New time entry + label_time_entry_report: Time entry report button_login: Login button_submit: Submit diff --git a/config/locales/pt.yml b/config/locales/pt.yml index bee7c019..d9d1ea9b 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -633,6 +633,9 @@ pt: label_incoming_emails: E-mails a chegar label_generate_key: Gerar uma chave label_issue_watchers: Observadores + label_time_entries: Registo de Tempos + label_new_time_entry: Novo registo tempos + label_time_entry_report: Relatório de tempos button_login: Entrar button_submit: Submeter