Files
esx_core/locales/en.lua
T
ElPumpo 4326238f28 Closes #20, fixes #23, security improvements, added swedish language, improvements
- Tab indents
- Swedish translation
- Security update
- Readme improvements
- SQL file improved
- Improved i18n formatting
2018-05-02 17:42:16 +02:00

13 lines
663 B
Lua

Locales['en'] = {
['new_message'] = '~b~You have recived a message:~s~ %s',
['press_take_call'] = '%s - Press ~INPUT_CONTEXT~ to take the call',
['taken_call'] = '~y~%s~s~ has taken the call',
['gps_position'] = 'the destination has been added to your 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'] = 'the number has not been assigned!',
['invalid_number'] = 'that\'s not an valid number!',
}