mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
12 lines
486 B
Lua
12 lines
486 B
Lua
Locales['en'] = {
|
|
['valid_this_purchase'] = 'validate this purchase?',
|
|
['yes'] = 'yes',
|
|
['no'] = 'no',
|
|
['not_enough_money'] = 'you do not have enough money',
|
|
['press_menu'] = 'press ~INPUT_CONTEXT~ to access the ~y~Clothing Shop~s~.',
|
|
['clothes'] = 'clothing Shop',
|
|
['you_paid'] = 'you paid ~g~$%s~s~',
|
|
['save_in_dressing'] = 'do you want to save the outfit in your property?',
|
|
['name_outfit'] = 'name your outfit',
|
|
['saved_outfit'] = 'the outfit has been saved!',
|
|
} |