mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
13 lines
593 B
Lua
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!',
|
|
}
|