mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
52250d0d49
* 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>
19 lines
674 B
Lua
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",
|
|
}
|