Files
esx_core/locales/en.lua
T
2017-08-16 21:44:39 -04:00

24 lines
1.1 KiB
Lua

Locales['en'] = {
['robbery_cancelled'] = 'the robbery will be cancelled, you will gain nothing!',
['robbery_successful'] = 'successful robbery you have gained ~g~$',
['shop_robbery'] = 'shop Robbery',
['press_to_rob'] = 'press ~INPUT_CONTEXT~ to rob ~b~',
['robbery_of'] = 'store robbery: ~r~',
['seconds_remaining'] = '~w~ seconds remaning',
['robbery_cancelled_at'] = '~r~ Robbery cancelled at: ~b~',
['robbery_has_cancelled'] = '~r~ robbery has been cancelled: ~b~',
['already_robbed'] = 'this store has already been robbed. Please wait: ',
['seconds'] = 'seconds.',
['rob_in_prog'] = '~r~ robbery in progress at: ~b~',
['started_to_rob'] = 'you started to rob ',
['do_not_move'] = ', do not move away!',
['alarm_triggered'] = 'the alarm has been triggered',
['hold_pos'] = 'hold for 5 minutes and the money is yours!',
['robbery_complete'] = '~r~ Robbery complete.~s~ ~h~ Run!',
['robbery_complete_at'] = '~r~ Robbery complete at: ~b~',
['min_two_police'] = 'there must be at least ~b~2 policemen~s~ in town to rob.',
['robbery_already'] = '~r~A robbery is already in progress.',
}