Files
esx_core-esx-framework/locales/en.lua
T
nearbyplayer 4c7e767a1d update(feat): Multi-Language Support
chore(coding-style): Fix Indentation
2017-09-21 12:23:36 -04:00

30 lines
1.4 KiB
Lua

Locales['en'] = {
['you_paid'] = 'you paid ~g~$',
['go_next_point'] = 'go to the next point!',
['in_town_speed'] = 'entered town, pay attention to your speed! Speed Limit: ~y~',
['next_point_speed'] = 'go to the next point! Speed Limit: ~y~',
['stop_for_ped'] = '~r~Stop~s~ for the pedestrian ~y~crossing',
['good_lets_cont'] = '~g~Good~s~, continue.',
['stop_look_left'] = '~r~Stop~s~ and look ~y~left~s~. Speed Limit:~y~ ',
['good_turn_right'] = '~g~Good~s~, turn right and follow the line',
['watch_traffic_lightson'] = 'watch traffic, and ~y~turn on your lights~s~!',
['stop_for_passing'] = '~r~Stop~s~ for passing vehicles!',
['hway_time'] = 'it\'s time to drive on the highway! Speed Limit:~y~ ',
['gratz_stay_alert'] = 'congrats, stay ~r~alert~s~ whilst driving!',
['passed_test'] = 'you ~g~passed~s~ the test',
['failed_test'] = 'you ~r~failed~s~ the test',
['theory_test'] = 'theoretical Driving Test $',
['road_test_car'] = 'driving Test $',
['road_test_bike'] = 'motorcycle Skills Test $',
['road_test_truck'] = 'cDL Skills Test $',
['driving_school'] = 'driving School',
['press_open_menu'] = 'press ~INPUT_CONTEXT~ to open the menu',
['driving_school_blip'] = 'driving School',
['driving_test_complete'] = 'driving test completed',
['driving_too_fast'] = '~r~You\'re driving too fast!~s~ Speed Limit:~y~ ',
['errors'] = 'errors: ~r~',
['you_damaged_veh'] = 'you damaged the vehicle',
}