mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Improved string formatting, minor edits
This commit is contained in:
+11
-11
@@ -1,6 +1,6 @@
|
||||
Locales['en'] = {
|
||||
|
||||
['you_paid'] = 'you paid ~g~$',
|
||||
['you_paid'] = 'you paid ~g~$%s~s~ to the DMV school',
|
||||
['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~',
|
||||
@@ -8,22 +8,22 @@ Locales['en'] = {
|
||||
['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~!',
|
||||
['watch_traffic_lightson'] = 'watch the 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 $',
|
||||
['gratz_stay_alert'] = 'i\'m impressed, but don\'t forget to stay ~r~alert~s~ whilst driving!',
|
||||
['passed_test'] = 'you ~g~passed~s~ the test, congratulations!',
|
||||
['failed_test'] = 'you ~r~failed~s~ the test, better luck next time!',
|
||||
['theory_test'] = 'theoretical Driving Test',
|
||||
['road_test_car'] = 'driving Test',
|
||||
['road_test_bike'] = 'motorcycle Skills Test',
|
||||
['road_test_truck'] = 'truck 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~',
|
||||
['driving_too_fast'] = '~r~You\'re driving too fast,~s~ the current speed limit is: ~y~%s~s~ km/h!',
|
||||
['errors'] = 'mistakes: ~r~%s~s~/%s',
|
||||
['you_damaged_veh'] = 'you damaged the vehicle',
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user