mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
24 lines
570 B
Lua
24 lines
570 B
Lua
Locales['en'] = {
|
|
|
|
['by_default'] = 'by default',
|
|
['installed'] = 'installed',
|
|
['already_own'] = 'you already own: ~b~',
|
|
['not_enough_money'] = 'you do not have enough money!',
|
|
['purchased'] = 'purchased!',
|
|
['press_custom'] = 'press ~INPUT_PICKUP~ to personalize your vehicle.',
|
|
['black'] = 'black',
|
|
['white'] = 'white',
|
|
['grey'] = 'grey',
|
|
['red'] = 'red',
|
|
['pink'] = 'pink',
|
|
['blue'] = 'blue',
|
|
['yellow'] = 'yellow',
|
|
['green'] = 'green',
|
|
['orange'] = 'orange',
|
|
['brown'] = 'brown',
|
|
['purple'] = 'purple',
|
|
['chrome'] = 'chrome',
|
|
['gold'] = 'gold',
|
|
|
|
}
|