From 5c5231bd323012cfabe30e9ff7ed9730c07f7911 Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Tue, 1 Jul 2014 11:56:13 -0300 Subject: [PATCH] Adding help link to the actived users --- src/locale/pt_BR/LC_MESSAGES/django.mo | Bin 16353 -> 0 bytes src/locale/pt_BR/LC_MESSAGES/django.po | 32 ++++++++++++++++++++------------ src/super_archives/templates/superarchives/thread-dashboard.html | 2 +- src/templates/base.html | 5 +++++ 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/src/locale/pt_BR/LC_MESSAGES/django.mo b/src/locale/pt_BR/LC_MESSAGES/django.mo index 07cdef2..64922e5 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 88dbd23..3846a03 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: 2014-06-11 13:17+0000\n" +"POT-Creation-Date: 2014-06-16 14:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -134,7 +134,7 @@ msgid "Subscribe to groups" msgstr "Inscreva-se nos grupos" #: accounts/templates/accounts/user_create_form.html:60 -#: templates/base.html:101 templates/base.html.py:106 +#: templates/base.html:106 templates/base.html.py:111 msgid "Register" msgstr "Cadastre-se" @@ -1021,37 +1021,42 @@ msgstr "Códigos Fontes" msgid "Continuous Integration" msgstr "Integração Contínua" -#: templates/base.html:102 templates/base.html.py:107 +#: templates/base.html:95 +msgid "Help" +msgstr "Ajuda" + +#: templates/base.html:107 templates/base.html.py:112 msgid "Login" msgstr "Entrar" -#: templates/base.html:121 +#: templates/base.html:126 msgid "My Profile" msgstr "Meu Perfil" -#: templates/base.html:122 +#: templates/base.html:127 msgid "Logout" msgstr "Sair" -#: templates/base.html:134 templates/base.html.py:137 +#: templates/base.html:139 templates/base.html.py:142 msgid "Search here..." msgstr "Pesquise aqui..." -#: templates/base.html:150 +#: templates/base.html:155 msgid "The login has failed. Please, try again." msgstr "O login falhou. Por favor, tente novamente." -#: templates/base.html:180 +#: templates/base.html:182 msgid "Last email imported at" msgstr "Último e-mail importado em" -#: templates/base.html:183 +#: templates/base.html:189 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:185 -msgid "Creative Commons - attribution, non-commercial" -msgstr "Creative Commons - atribuição e não-comercial" +#: templates/base.html:192 +msgid "" +"Creative Commons 3.0 Brasil - Atribuição - Não-Comercial - Compartilha-Igual" +msgstr "" #: templates/home.html:21 msgid "Latest Collaborations" @@ -1483,6 +1488,9 @@ msgstr "" msgid "INTERLEGIS COMMUNITIES" msgstr "COMUNIDADES INTERLEGIS" +#~ msgid "Creative Commons - attribution, non-commercial" +#~ msgstr "Creative Commons - atribuição e não-comercial" + #~ msgid "Willing to help" #~ msgstr "Vontade de ajudar" diff --git a/src/super_archives/templates/superarchives/thread-dashboard.html b/src/super_archives/templates/superarchives/thread-dashboard.html index 397f3ce..f31553e 100644 --- a/src/super_archives/templates/superarchives/thread-dashboard.html +++ b/src/super_archives/templates/superarchives/thread-dashboard.html @@ -9,7 +9,7 @@ {% for listname, description, latest, most_relevant in lists %} {% if latest or most_relevant %} -

{{ listname|title }} {% if description %} ({{ description }}){% endif %}

+

{{ listname|title|lower }} {% if description %} ({{ description }}){% endif %}


diff --git a/src/templates/base.html b/src/templates/base.html index 244be1a..9815098 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -115,6 +115,11 @@ + {% if user.is_active %} +
  • + {% trans "Help" %} +
  • + {% endif %}