0.0.1
This commit is contained in:
18
resources/[esx_addons]/esx_shops/locales/en.lua
Normal file
18
resources/[esx_addons]/esx_shops/locales/en.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
Locales['en'] = {
|
||||
['shop'] = 'shop',
|
||||
['shops'] = 'shops',
|
||||
['press_menu'] = 'press [%s] to access the ~g~store.',
|
||||
['shop_item'] = '$%s',
|
||||
['bought'] = 'You Have Bought ~b~%sx %s~s~ for ~b~$%s',
|
||||
['not_enough'] = 'you do ~r~not~s~ have enough money, you\'re missing ~b~$%s!',
|
||||
['player_cannot_hold'] = 'you do ~r~not~s~ have enough free space in your inventory!',
|
||||
['shop_confirm'] = 'buy %sx %s for $%s?',
|
||||
['no'] = 'no',
|
||||
['yes'] = 'yes',
|
||||
['amount'] = 'Amount',
|
||||
['amount_placeholder'] = 'Amount you want to buy',
|
||||
['confirm'] = 'Confirm',
|
||||
['purchase'] = 'Purchase',
|
||||
['bread'] = 'Bread',
|
||||
['water'] = 'Water',
|
||||
}
|
||||
Reference in New Issue
Block a user