aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/fr/messages.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension ↵kumavis2019-03-291-0/+9
|\ | | | | | | into vimalsagar-develop
| * merging upstream branchVimal2018-11-121-0/+39
| |\
| * | Adding CoinSwitch exchangeVimal2018-10-221-0/+9
| | |
* | | Wrong french translationWathis2019-01-041-6/+6
| | | | | | | | | Changing "Connection" by "Connexion"
* | | Increase Token Symbol length to twelveThomas Huang2018-11-231-2/+2
| | |
* | | Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-211-1/+1
| |/ |/| | | | | | | | | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete
* | EIP-1102: add user privacy optionbitpshr2018-11-061-6/+6
| |
* | EIP-1102: Add option to force-enable providerbitpshr2018-11-061-0/+9
| |
* | EIP-1102: updated implementationbitpshr2018-11-061-0/+30
|/
* Fix formatting of locale files (#5479)Noel Yoo2018-10-101-3/+3
|
* i18n - fr - improvementsVincent2018-10-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding * translated 2 missing french locale words and also remove a caps * Update messages.json * Update messages.json
* 100% French locale, reordering of English locale, fixes #5457 (#5470)Vincent2018-10-091-35/+714
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding
* Typo in "send" translationJerome de Tychey2018-08-221-1/+1
| | | send should be translated as Envoyer instead of Envoyé (which mean sent, not send)
* Fix casing of Bitcoin, Ethereum, and Litecoin across localized messagesWhymarrh Whitby2018-08-141-1/+1
| | | | | | | | | | | | | Using the following commands: sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
* Fix casing of MetaMask in all localized messagesWhymarrh Whitby2018-08-141-1/+1
| | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
* fix plural in french translationsimon fourdinier2018-03-151-1/+1
|
* Update messages.jsonVincent Le Gallic2018-03-151-12/+12
| | | thx to @Senshii
* Add French translationVincent Le Gallic2018-03-141-0/+609