Files
esx_core/locales/en.lua
T
Demetrio 52250d0d49 Dynamic slots (#36)
* Removed slots configuration

* feature: dynamic slots

* fixes + improvements

* edited core functionality

* added commands for slots management

* added commands english locale

Co-authored-by: d3rp-jsx <15928886+derp-jsx@users.noreply.github.com>
2021-08-11 03:31:30 +10:00

19 lines
674 B
Lua

Locales['en'] = {
['male'] = "Male",
['female'] = "Female",
['delete_label'] = "Delete %s %s?",
['select_char'] = "Select Character",
['create_char'] = "Create new character",
['char_play'] = "Play this character",
['char_delete'] = "Delete this character",
['cancel'] = "Cancel",
['confirm'] = "Confirm",
['command_setslots'] = "Set multicharacter slots number of a player",
['command_remslots'] = "Remove multicharacter slots number of a player",
['command_identifier'] = "Player identifier",
['command_slots'] = "# of slots",
['slotsadd'] = "You added %s slots to %s",
['slotsedit'] = "You set %s slots to %s",
['slotsrem'] = "You removed slots to %s",
}