Ready.
[static.git] / layout / scenario.j2
index 8d08e05..a8ff89a 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "text.j2" %}
 
 {% block mainlink -%}
-    {{ content_url('/') }}#scenariusze
+    {{ content_url('/') }}#scenarios
 {%- endblock %}
 
 {% block image -%}
@@ -20,7 +20,7 @@
         {% for i in range(0, p) %}<img style="width: 2em;" src="{{ media_url('images/listek1.png') }}">{% endfor %}
     </span>
     <span class="label">
-        Pozycja {{ label }} jest {% if p == 1 %}słaba{% elif p == 2 %}średnia{% else %}silna{% endif %}:
+        Position of the {{ label }} is {% if p == 1 %}weak{% elif p == 2 %}average{% else %}strong{% endif %}:
     </span>
 </h3>
 {%- endmacro %}