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/translations/it | |
| 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/translations/it')
| -rw-r--r-- | ihatemoney/translations/it/LC_MESSAGES/messages.po | 46 |
1 files changed, 38 insertions, 8 deletions
diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.po b/ihatemoney/translations/it/LC_MESSAGES/messages.po index f9c05c9..0af04ee 100644 --- a/ihatemoney/translations/it/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/it/LC_MESSAGES/messages.po @@ -1,16 +1,18 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-28 10:30+0200\n" +"POT-Creation-Date: 2020-05-09 21:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" -"Language-Team: none\n" "Language: it\n" +"Language-Team: none\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 2.5.1\n" +"Generated-By: Babel 2.7.0\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -32,6 +34,9 @@ msgstr "" msgid "Use IP tracking for project history" msgstr "" +msgid "Default Currency" +msgstr "" + msgid "Import previously exported JSON file" msgstr "" @@ -86,6 +91,9 @@ msgstr "" msgid "Amount paid" msgstr "" +msgid "Currency" +msgstr "" + msgid "External link" msgstr "" @@ -101,6 +109,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 "" @@ -141,6 +153,9 @@ msgstr "" msgid "Project" msgstr "" +msgid "No Currency" +msgstr "" + msgid "Too many failed login attempts, please retry later." msgstr "" @@ -158,8 +173,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" @@ -494,6 +512,10 @@ msgstr "" msgid "Amount" msgstr "" +#, python-format +msgid "Amount in %(currency)s" +msgstr "" + msgid "modified" msgstr "" @@ -601,6 +623,10 @@ msgstr "" msgid "you can contribute and improve it!" msgstr "" +#, python-format +msgid "%(amount)s each" +msgstr "" + msgid "deactivate" msgstr "" @@ -645,9 +671,6 @@ msgstr "" msgid "Everyone but %(excluded)s" msgstr "" -msgid "each" -msgstr "" - msgid "No bills" msgstr "" @@ -727,3 +750,10 @@ msgstr "" msgid "Period" msgstr "" + +#~ msgid "%(msg_compl)sThe project identifier is %(project)s" +#~ msgstr "" + +#~ msgid "each" +#~ msgstr "" + |
