diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-15 02:53:09 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-15 02:53:09 +0200 |
| commit | c1267da2ea720aba26463920722cc6960ad7f92a (patch) | |
| tree | a28bfeca06faf80ec3763af5eb5ac194d5408175 /budget | |
| parent | 8acd4984ddb403a91548180988041a163e041b3e (diff) | |
| download | ihatemoney-mirror-c1267da2ea720aba26463920722cc6960ad7f92a.zip ihatemoney-mirror-c1267da2ea720aba26463920722cc6960ad7f92a.tar.gz ihatemoney-mirror-c1267da2ea720aba26463920722cc6960ad7f92a.tar.bz2 | |
translate 'each' as well
Diffstat (limited to 'budget')
| -rw-r--r-- | budget/messages.pot | 2 | ||||
| -rw-r--r-- | budget/templates/list_bills.html | 2 | ||||
| -rw-r--r-- | budget/translations/fr/LC_MESSAGES/messages.mo | bin | 7185 -> 7213 bytes | |||
| -rw-r--r-- | budget/translations/fr/LC_MESSAGES/messages.po | 3 |
4 files changed, 6 insertions, 1 deletions
diff --git a/budget/messages.pot b/budget/messages.pot index acfae12..b8de26f 100644 --- a/budget/messages.pot +++ b/budget/messages.pot @@ -443,3 +443,5 @@ msgstr "" msgid "and notify them yourself" msgstr "" +msgid "each" +msgstr "" diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 440a973..e763b03 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -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> diff --git a/budget/translations/fr/LC_MESSAGES/messages.mo b/budget/translations/fr/LC_MESSAGES/messages.mo Binary files differindex e19ba9a..c3b07a9 100644 --- a/budget/translations/fr/LC_MESSAGES/messages.mo +++ b/budget/translations/fr/LC_MESSAGES/messages.mo diff --git a/budget/translations/fr/LC_MESSAGES/messages.po b/budget/translations/fr/LC_MESSAGES/messages.po index d2573ab..0f021eb 100644 --- a/budget/translations/fr/LC_MESSAGES/messages.po +++ b/budget/translations/fr/LC_MESSAGES/messages.po @@ -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" |
