fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Translated "logout"

This commit is contained in:
Felipe Martin 2014-04-02 17:09:59 +02:00
parent d317646f24
commit 1352dda40e
3 changed files with 7 additions and 3 deletions

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-02 17:01+0200\n"
"PO-Revision-Date: 2014-04-02 17:05+0200\n"
"POT-Creation-Date: 2014-04-02 17:09+0200\n"
"PO-Revision-Date: 2014-04-02 17:09+0200\n"
"Last-Translator: <fmartingr@me.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@ -147,6 +147,10 @@ msgstr "Mi colección"
msgid "Profile"
msgstr "Perfil"
#: themes/bootflat/templates/_layout.html:43
msgid "Logout"
msgstr "Cerrar sesión"
#: themes/bootflat/templates/_layout.html:46
msgid "Log in"
msgstr "Entrar"

View File

@ -40,7 +40,7 @@
<li><a href="#">{% trans "Profile" %}</a></li>
</li>
</ul>
<li><a href="{% url "logout" %}"><i class="glyphicon glyphicon-log-out"></i> Logout</a>
<li><a href="{% url "logout" %}"><i class="glyphicon glyphicon-log-out"></i> {% trans "Logout" %}</a>
</li>
{% else %}
<li><a href="{% url "login" %}"><i class="glyphicon glyphicon-log-in"></i> {% trans "Log in" %}</a>