From 6fc21c8415163a55f39b7200be6a359c8a53affe Mon Sep 17 00:00:00 2001 From: Cedric LECOMTE Date: Tue, 20 Nov 2018 13:12:34 +0100 Subject: [PATCH] Fix french localization. --- locales/fr.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/fr.lua b/locales/fr.lua index c61da5df..b789e767 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -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', }