aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/translations/fr/LC_MESSAGES/messages.mo
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02Translated using Weblate (French)Glandos1-0/+0
Currently translated at 100.0% (231 of 231 strings) Translation: I Hate Money/I Hate Money Translate-URL: https://hosted.weblate.org/projects/i-hate-money/i-hate-money/fr/ Translated using Weblate (French) Currently translated at 100.0% (231 of 231 strings) Translation: I Hate Money/I Hate Money Translate-URL: https://hosted.weblate.org/projects/i-hate-money/i-hate-money/fr/
2020-05-30Translated using Weblate (French)Glandos1-0/+0
Currently translated at 100.0% (231 of 231 strings) Translation: I Hate Money/I Hate Money Translate-URL: https://hosted.weblate.org/projects/i-hate-money/i-hate-money/fr/
2020-05-24Build translationsAdrien CLERC1-0/+0
2020-05-08update l10n data (#613)Glandos1-0/+0
Add all new localization data from Weblate into main menu: - Chinese - Russian - Polish - Turkish (incomplete) - Ukrainian (incomplete)
2020-04-25Fix last history string.Rémy HUBSCHER1-0/+0
2020-04-23Update translations.Rémy HUBSCHER1-0/+0
2019-09-24Add support for spanish language (es_419)Alexis M1-0/+0
2019-09-18Update translations to publish new point release.Alexis M1-0/+0
2019-09-08Update translationsAlexis M1-0/+0
2019-09-06Update translationsAlexis M1-0/+0
2019-03-02Fix french translation for 'added on'Alexis Metaireau1-0/+0
2019-01-03Provide basic math operations on bills (#413)Byron Ullauri1-0/+0
* allow basic math ops in amount field for bills form * docs: changing compile-translations to build-translations
2018-09-03Add a handler when pages aren't found. (#379)Alexis Metaireau1-0/+0
Fixes #356
2018-06-17compile l10nAdrien CLERC1-0/+0
2018-05-15compile translations to MOAdrien CLERC1-0/+0
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-0/+0
* Use token based auth in invitation e-mails Invitation e-mails no longer contain the clear text project password * Skip invite page after project creation - Replace ``The project identifier is demo, remember it!`` by ``Invite other people to join this project!`` (linking to the invite page) - Encourage users to share the project password via other communication means in the reminder email
2017-10-26Use token based auth to reset passwords (#269)0livd1-0/+0
Send a mail containing a password reset token link instead of sending a clear text password. Ref #232
2017-09-04Enhance the dashboard. (#262)0livd1-0/+0
* Update to a more flexible admin authentication * Admin can now access any project * Add delete and edit options in the dashboard * Add a link to the dashboard in the nav bar This is a rework of the changes proposed by @Olivd, so they can apply on top of the latest master without trouble. All credit goes to him for the code.
2017-08-21Add a statistics tab (#257)0livd1-0/+0
2017-08-20Protect admin endpoints against brute force attacks (#249)0livd1-0/+0
* Protect admin endpoints against brute force attacks Add a throttling mechanism to prevent a client brute forcing the authentication form, based on its ip address Closes #245 * Reset attempt counters if they get memory hungry
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+0
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.