translated all fr_FR except in levels

This commit is contained in:
Joël Thieffry 2013-06-29 18:16:25 +02:00
parent 62317b8d4c
commit 27ccab4dec
7 changed files with 256 additions and 82 deletions

View file

@ -30,6 +30,17 @@ exports.dialog = {
'你用 *{numCommands}* 条命令搞定了这一关;我们的答案要用 {best}。'
]
}
}],
'fr_FR': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Beau Travail!!',
'',
'Vous avez résolu le niveau en *{numCommands}* commande(s); ',
'notre solution le fait en {best}.'
]
}
}]
};