mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Merge pull request #36 from Prophidys/fix_locales
Fix french localization.
This commit is contained in:
+5
-5
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user