Fix french localization.

This commit is contained in:
Cedric LECOMTE
2018-11-20 13:12:34 +01:00
parent e227338573
commit 6fc21c8415
+5 -5
View File
@@ -3,10 +3,10 @@ Locales['fr'] = {
['shops'] = 'magasins',
['press_menu'] = 'appuyez sur ~INPUT_CONTEXT~ pour accéder au magasin.',
['shop_item'] = '$%s',
['bought'] = 'you just bought ~y~%sx~s~ ~b~%s~s~ for ~r~$%s~s~',
['bought'] = 'vous venez d\'acheter ~y~%sx~s~ ~b~%s~s~ pour ~r~$%s~s~',
['not_enough'] = 'vous n\'avez ~r~pas assez~s~ d\'argent: %s',
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
['shop_confirm'] = 'buy %sx %s for $%s?',
['no'] = 'no',
['yes'] = 'yes',
['player_cannot_hold'] = 'vous n\'avez ~r~pas~s~ assez ~y~de place~s~ dans votre inventaire!',
['shop_confirm'] = 'acheter %sx %s pour $%s?',
['no'] = 'non',
['yes'] = 'oui',
}