mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
13 lines
326 B
Lua
13 lines
326 B
Lua
Locales['en'] = {
|
|
|
|
['valid_this_purchase'] = 'validate this purchase?',
|
|
['yes'] = 'yes',
|
|
['no'] = 'no',
|
|
['name_outfit'] = 'name of the outfit?',
|
|
['not_enough_money'] = 'you do not have enough money',
|
|
['press_menu'] = 'press ~INPUT_CONTEXT~ to access the menu',
|
|
['clothes'] = 'clothes',
|
|
['you_paid'] = 'you paid $',
|
|
|
|
}
|