Translations update

This commit is contained in:
guillaume-renaud
2017-01-08 11:46:25 +01:00
parent 539faccab2
commit 6f88d0cf8c
7 changed files with 1159 additions and 500 deletions

View File

@ -34,7 +34,7 @@
</table>
{% endif %}
{% endfor %}
<h4>Other</h4>
<h4>{% trans %}Other{% endtrans %}</h4>
<br>
<table>
<thead>

View File

@ -15,7 +15,7 @@ Shopping list for {{ stock }}
<br>
{% trans %}Use the "update stock" action when you get back from shopping to add the effective quantity bought for each shopping list item.{% endtrans %}
<br>
{% trans %}For example, 3 Cheesburger (boxes) are aksing in the list, but there were only 2 so, 2 have to be added in the stock quantity.{% endtrans %}
{% trans %}For example, 3 Cheeseburger (boxes) are aksing in the list, but there were only 2 so, 2 have to be added in the stock quantity.{% endtrans %}
</p>
<h4>{% trans %}To do{% endtrans %}</h4>

View File

@ -2,11 +2,11 @@
{% from 'core/macros.jinja' import user_profile_link %}
{% block title %}
{% trans s = stock %}Take items form {{ s }}{% endtrans %}
{% trans s = stock %}Take items from {{ s }}{% endtrans %}
{% endblock %}
{% block content %}
<h3>{% trans s = stock %}Take items form {{ s }}{% endtrans %}</h3>
<h3>{% trans s = stock %}Take items from {{ s }}{% endtrans %}</h3>
<div>
<form method="post" action="" class="inline" style="display:inline">
{% csrf_token %}