diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-05-09 21:50:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-09 21:50:24 +0200 |
| commit | b9672d9e15fb8feeb21134869f7ce8c4b1087808 (patch) | |
| tree | 2366c812bfe9dc74069cb09c4b7ba4d995da688e /ihatemoney/messages.pot | |
| parent | 570a19c4d27785c33e76ef21ab4aca3ad1b3316a (diff) | |
| download | ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.zip ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.tar.gz ihatemoney-mirror-b9672d9e15fb8feeb21134869f7ce8c4b1087808.tar.bz2 | |
Update i18n (#617)
Diffstat (limited to 'ihatemoney/messages.pot')
| -rw-r--r-- | ihatemoney/messages.pot | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/ihatemoney/messages.pot b/ihatemoney/messages.pot index 63f16cd..dcf16b3 100644 --- a/ihatemoney/messages.pot +++ b/ihatemoney/messages.pot @@ -18,6 +18,9 @@ msgstr "" msgid "Use IP tracking for project history" msgstr "" +msgid "Default Currency" +msgstr "" + msgid "Import previously exported JSON file" msgstr "" @@ -72,6 +75,9 @@ msgstr "" msgid "Amount paid" msgstr "" +msgid "Currency" +msgstr "" + msgid "External link" msgstr "" @@ -87,6 +93,10 @@ msgstr "" msgid "Submit and add a new one" msgstr "" +#, python-format +msgid "Project default: %(currency)s" +msgstr "" + msgid "Bills can't be null" msgstr "" @@ -127,6 +137,9 @@ msgstr "" msgid "Project" msgstr "" +msgid "No Currency" +msgstr "" + msgid "Too many failed login attempts, please retry later." msgstr "" @@ -144,8 +157,11 @@ msgstr "" msgid "You have just created '%(project)s' to share your expenses" msgstr "" +msgid "Error while sending reminder email" +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" +msgid "The project identifier is %(project)s" msgstr "" msgid "No token provided" @@ -480,6 +496,10 @@ msgstr "" msgid "Amount" msgstr "" +#, python-format +msgid "Amount in %(currency)s" +msgstr "" + msgid "modified" msgstr "" @@ -587,6 +607,10 @@ msgstr "" msgid "you can contribute and improve it!" msgstr "" +#, python-format +msgid "%(amount)s each" +msgstr "" + msgid "deactivate" msgstr "" @@ -631,9 +655,6 @@ msgstr "" msgid "Everyone but %(excluded)s" msgstr "" -msgid "each" -msgstr "" - msgid "No bills" msgstr "" |
