mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +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',
|
['shops'] = 'magasins',
|
||||||
['press_menu'] = 'appuyez sur ~INPUT_CONTEXT~ pour accéder au magasin.',
|
['press_menu'] = 'appuyez sur ~INPUT_CONTEXT~ pour accéder au magasin.',
|
||||||
['shop_item'] = '$%s',
|
['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',
|
['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!',
|
['player_cannot_hold'] = 'vous n\'avez ~r~pas~s~ assez ~y~de place~s~ dans votre inventaire!',
|
||||||
['shop_confirm'] = 'buy %sx %s for $%s?',
|
['shop_confirm'] = 'acheter %sx %s pour $%s?',
|
||||||
['no'] = 'no',
|
['no'] = 'non',
|
||||||
['yes'] = 'yes',
|
['yes'] = 'oui',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user