From 9355a7da330d7abed484db9725fab411cb5e8e5f Mon Sep 17 00:00:00 2001 From: David Carneiro <31643017+TheMrDeivid@users.noreply.github.com> Date: Sat, 9 Sep 2017 23:18:06 +0100 Subject: [PATCH] Added a animations menu --- locales/en.lua | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/locales/en.lua b/locales/en.lua index 5fe64aa3..9f3eff97 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -25,6 +25,7 @@ Locales['en'] = { ['citizen_interaction'] = 'citizen Interaction', ['vehicle_interaction'] = 'vehicle Interaction', ['object_spawner'] = 'object Spawner', + ['animations'] = 'animations', ['id_card'] = 'iD Card', ['search'] = 'search', @@ -45,6 +46,34 @@ Locales['en'] = { ['spikestrips'] = 'spikestrips', ['box'] = 'box', ['cash'] = 'Box of cash', + ['police_animations'] = 'Police Animations', + ['dotraffic'] = 'Do a traffic stop', + ['take_note'] = 'Take notes', + ['stand_by'] = 'Stand by', + ['stand_by_2'] = 'Stand by 2', + ['stand_by_3'] = 'Stand by 3', + ['crowd_control'] = 'Crowd control', + ['doinvestigate'] = 'Investigate', + ['dobinoculars'] = 'Use the binoculars', + ['taking_notes'] = 'Im done with taking notes', + ['dealing_with_traffic'] = 'Dealing with traffic is hard', + ['standing_cop'] = 'I cant be here anymore', + ['standing_cop_2'] = 'I cant be here anymore', + ['standing_cop_3'] = 'I cant be here anymore', + ['use_binoculars'] = 'I cant see nothing', + ['do_crowd_control'] = 'The crowd is contained', + ['investigate_done'] = 'My investigation is done', + ['docrouch'] = 'Crouch', + ['kneel'] = 'Let me get up', + ['hang_out'] = 'Free time 1', + ['hanging_out'] = 'Lets go work', + ['doleaning'] = 'Free time 2', + ['dosmoking'] = 'Free time 3', + ['dodrinking'] = 'Free time 4', + ['domobile'] = 'Free time 5', + ['aacoffe'] = 'Morning coffe', + ['push_ups'] = 'Exercise a little', + ['exercise'] = 'Im tired', --ID Card Menu ['name'] = 'name : ', ['bac'] = 'bAC : ', @@ -101,4 +130,4 @@ Locales['en'] = { ['police4'] = 'unmarked Vehicle', ['policeb'] = 'motorcycle', ['policet'] = 'transport Van', -} \ No newline at end of file +}