From 04adfe4155e1bb37609edfe78ae67b361f51e0cf Mon Sep 17 00:00:00 2001 From: Byron Ullauri Date: Thu, 3 Jan 2019 04:03:13 -0500 Subject: Provide basic math operations on bills (#413) * allow basic math ops in amount field for bills form * docs: changing compile-translations to build-translations --- ihatemoney/translations/fr/LC_MESSAGES/messages.mo | Bin 10180 -> 10415 bytes ihatemoney/translations/fr/LC_MESSAGES/messages.po | 13 ++++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'ihatemoney/translations/fr') diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo index ab8a831..44b0c6a 100644 Binary files a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo and b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index b3e2fdb..2516d56 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-05 23:41+0200\n" +"POT-Creation-Date: 2019-01-02 23:26-0500\n" "PO-Revision-Date: 2018-05-15 22:00+0200\n" "Last-Translator: Adrien CLERC <>\n" "Language: fr\n" @@ -18,6 +18,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.6.0\n" +msgid "" +"Not a valid amount or expression.Only numbers and + - * / operators are " +"accepted." +msgstr "" +"Pas un montant ou une expression valide. Seuls les nombres et les opérateurs" +"+ - * / sont acceptés" + msgid "Project name" msgstr "Nom de projet" @@ -394,6 +401,9 @@ msgstr "Invitez d’autres personnes à rejoindre ce projet !" msgid "Add a new bill" msgstr "Nouvelle facture" +msgid "Added on" +msgstr "Ajouté Sur" + msgid "When?" msgstr "Quand ?" @@ -494,3 +504,4 @@ msgstr "Solde" #~ msgid "Invite" #~ msgstr "Invitez" + -- cgit v1.1