Files
esx_core/locales/en.lua
T
2018-05-01 21:02:54 +02:00

13 lines
593 B
Lua

Locales['en'] = {
['new_message'] = '~b~Recived message:~s~ %s',
['press_take_call'] = ' - Press ~INPUT_CONTEXT~ to take the call',
['taken_call'] = ' has taken the call',
['gps_position'] = 'destination entered into the GPS',
['message_sent'] = 'the message has been sent',
['cannot_add_self'] = 'you can not add yourself',
['number_in_contacts'] = 'this number is already in your contact list',
['contact_added'] = 'the contact has been added!',
['contact_removed'] = 'the contact has been removed!',
['number_not_assigned'] = 'this number is not assigned to anyone!',
}