Files
esx_core/locales/en.lua
T
David Rychlý 4e4484f0ff Add of /do (#18)
* Add /do

!Needs check of translations except for English!

* Hotfix: locales first letter case

* Hotfix: French typo
2018-08-13 14:13:35 -04:00

16 lines
522 B
Lua

Locales['en'] = {
['ooc_help'] = 'type an out of character message',
['ooc_prefix'] = 'OOC | %s',
['twt_help'] = 'send a tweet',
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
['me_help'] = 'personal action',
['me_prefix'] = 'me | %s',
['do_help'] = 'rP information',
['do_prefix'] = 'do | %s',
['news_help'] = 'announce news (do not abuse)',
['news_prefix'] = 'news | %s',
['ooc_argument_name'] = 'message',
['ooc_argument_help'] = 'the message',
['ooc_unknown_command'] = '^3%s^0 is not a valid command!',
}