Skip to content

Commit

Permalink
Added submenu links (and translations) to "Resources" menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
jlehtoma committed Oct 24, 2012
1 parent a768ac0 commit d1a8ca2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 13 deletions.
42 changes: 30 additions & 12 deletions web/locale/fi/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-14 22:09+0300\n"
"POT-Creation-Date: 2012-10-24 20:47+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -71,7 +71,7 @@ msgid "Candidates for municipality election 2012"
msgstr "Kunnallisvaaliehdokkaat 2012"

#: templates/candidates.html:137
#: templates/political/candidate_social_feeds.html:309
#: templates/political/candidate_social_feeds.html:393
msgid "Choose a municipality"
msgstr "Valitse kunta"

Expand All @@ -83,31 +83,49 @@ msgstr "Kuntadata"
msgid "Front page"
msgstr "Etusivu"

#: templates/site_base.html:48
#: templates/site_base.html:59
msgid "Community"
msgstr "Yhteisö"

#: templates/site_base.html:49
#: templates/site_base.html:62
msgid "Resources"
msgstr "Resurssit"

#: templates/site_base.html:52
msgid "Participate"
msgstr "Osallistu"

#: templates/site_base.html:55
#: templates/site_base.html:65 templates/site_base.html.py:75
msgid "General"
msgstr "Yleistä"

#: templates/site_base.html:56
#: templates/site_base.html:66
msgid "API"
msgstr "API"

#: templates/site_base.html:67
msgid "Data catalogue"
msgstr "Datakatalogi"

#: templates/site_base.html:68
msgid "Packaging"
msgstr "Datan paketointi"

#: templates/site_base.html:72
msgid "Participate"
msgstr "Osallistu"

#: templates/site_base.html:76
msgid "Scrapers"
msgstr "Ruudunraapijat"

#: templates/political/candidate_social_feeds.html:182
#: templates/political/candidate_budgets.html:114
#: templates/political/candidate_budgets.html:281
#: templates/political/candidate_change_request.html:34
msgid "Communication with server failed"
msgstr ""

#: templates/political/candidate_social_feeds.html:190
msgid "No social media activity found."
msgstr "Päivityksiä ei löytynyt."

#: templates/political/candidate_social_feeds.html:312
#: templates/political/candidate_social_feeds.html:396
msgid "Choose a party"
msgstr "Valitse puolue"

Expand Down
11 changes: 10 additions & 1 deletion web/templates/site_base.html
Expand Up @@ -57,7 +57,16 @@
<div class="nav-collapse">
<ul class="nav">{% spaceless %}
<li><a href="/community/">{% trans "Community" %}</a></li>
<li><a href="/resources/">{% trans "Resources" %}</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
{% trans "Resources" %} <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="/resources/">{% trans "General" %}</a></li>
<li><a href="/resources/api/">{% trans "API" %}</a></li>
<li><a href="/resources/catalogue/">{% trans "Data catalogue" %}</a></li>
<li><a href="/resources/clean-data/">{% trans "Packaging" %}</a></li>
</ul>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
{% trans "Participate" %} <b class="caret"></b>
Expand Down

0 comments on commit d1a8ca2

Please sign in to comment.