zmiana w menu na katalog.edukacjamedialna
authorcain-ish <mariusz.machuta@gmail.com>
Mon, 15 Feb 2016 11:07:03 +0000 (12:07 +0100)
committercain-ish <mariusz.machuta@gmail.com>
Mon, 15 Feb 2016 11:07:03 +0000 (12:07 +0100)
edumed/locale/pl/LC_MESSAGES/django.po
edumed/templates/base_mil.html

index 8175f7c..c35be11 100644 (file)
@@ -81,13 +81,13 @@ msgid "Forum search"
 msgstr "Szukaj na forum"
 
 #: templates/base_mil.html:9
-msgid "Consultations"
-msgstr "Konsultacje"
-
-#: templates/base_mil.html:10
 msgid "About Catalogue"
 msgstr "O katalogu"
 
+#: templates/base_mil.html:10
+msgid "Competencies"
+msgstr "Kompetencje"
+
 #: templates/base_mil.html:11
 msgid "Take Part"
 msgstr "Weź udział"
index 5abc21d..2523f13 100644 (file)
@@ -13,8 +13,8 @@
 {% endblock %}
 
 {% block top_navigation %}
-    <li><a class="menu-consultations" href="{% url "mil_home" %}">{% trans 'Consultations' %}</a></li>
-    <li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'About Catalogue' %}</a></li>
+    <li><a class="menu-consultations" href="{% url "mil_home" %}">{% trans 'About Catalogue' %}</a></li>
+    <li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'Competencies' %}</a></li>
     {% comment %}<li><a class="menu-takepart" href="{% url "comment_document_index" %}">{% trans 'Take Part' %}</a></li>{% endcomment %}
         {% if request.LANGUAGE_CODE == 'pl' %}
             <li><a class="menu-knowledgebase" href="{% url 'knowledge_base' url='' %}">Baza wiedzy</a></li>