From e1998fe7e302374fb463d7c0f1c8475d0ccd3c39 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 5 Dec 2013 15:15:24 -0200 Subject: [PATCH] Translating login/logout texts and updating translations - closes #109 --- src/locale/pt_BR/LC_MESSAGES/django.mo | Bin 14016 -> 0 bytes src/locale/pt_BR/LC_MESSAGES/django.po | 22 +++++++++++++++------- src/templates/base.html | 6 ++++-- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/locale/pt_BR/LC_MESSAGES/django.mo b/src/locale/pt_BR/LC_MESSAGES/django.mo index af266df..71d2961 100644 Binary files a/src/locale/pt_BR/LC_MESSAGES/django.mo and b/src/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index 181ffbc..df7068d 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-05 15:52+0000\n" +"POT-Creation-Date: 2013-12-05 17:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -899,27 +899,35 @@ msgstr "Novo Tíquete" msgid "View Tickets" msgstr "Visualizar Tiquetes" -#: templates/base.html:112 +#: templates/base.html:99 +msgid "Login" +msgstr "Entrar" + +#: templates/base.html:113 msgid "My Profile" msgstr "Meu Perfil" -#: templates/base.html:124 templates/base.html.py:127 +#: templates/base.html:114 +msgid "Logout" +msgstr "Sair" + +#: templates/base.html:126 templates/base.html.py:129 msgid "Search here..." msgstr "Pesquise aqui..." -#: templates/base.html:140 +#: templates/base.html:142 msgid "The login has failed. Please, try again." msgstr "O login falhou. Por favor, tente novamente." -#: templates/base.html:165 +#: templates/base.html:167 msgid "Last email imported at" msgstr "Último e-mail importado em" -#: templates/base.html:170 +#: templates/base.html:172 msgid "The contents of this site is published under license" msgstr "O conteúdo deste site está publicado sob a licença" -#: templates/base.html:172 +#: templates/base.html:174 msgid "Creative Commons - attribution, non-commercial" msgstr "Creative Commons - atribuição e não-comercial" diff --git a/src/templates/base.html b/src/templates/base.html index 038dc49..138feca 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -96,7 +96,8 @@