1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

translate 'each' as well

This commit is contained in:
Alexis Metaireau 2011-10-15 02:53:09 +02:00
parent 8acd4984dd
commit c1267da2ea
4 changed files with 6 additions and 1 deletions

View file

@ -443,3 +443,5 @@ msgstr ""
msgid "and notify them yourself"
msgstr ""
msgid "each"
msgstr ""

View file

@ -83,7 +83,7 @@
<td>{{ bill.payer }}</td>
<td>{{ bill.what }}</td>
<td>{% for ower in bill.owers %}{{ ower.name }} {% endfor %}</td>
<td>{{ bill.amount }} ({{ bill.pay_each() }} each)</td>
<td>{{ bill.amount }} ({{ bill.pay_each() }} {{ _("each") }})</td>
<td><a href="{{ url_for(".edit_bill", bill_id=bill.id) }}">{{ _("edit") }}</a>
<a class="delete" href="{{ url_for(".delete_bill", bill_id=bill.id) }}">{{ _("delete") }}</a></td>
</tr>

View file

@ -448,3 +448,6 @@ msgstr "sauter cette étape"
#: templates/send_invites.html:14
msgid "and notify them yourself"
msgstr "et les notifier vous même"
msgid "each"
msgstr "chacun"