0.0.1
This commit is contained in:
22
resources/[core]/esx_multicharacter/locales/en.lua
Normal file
22
resources/[core]/esx_multicharacter/locales/en.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
Locales["en"] = {
|
||||
["male"] = "Male",
|
||||
["female"] = "Female",
|
||||
["command_setslots"] = "Set multicharacter slots number of a player",
|
||||
["command_remslots"] = "Remove multicharacter slots number of a player",
|
||||
["command_enablechar"] = "Enable a given character of a player",
|
||||
["command_disablechar"] = "Disable a given character of a player",
|
||||
["command_charslot"] = "Slot number of the character",
|
||||
["command_identifier"] = "Player identifier",
|
||||
["command_slots"] = "# of slots",
|
||||
["slotsadd"] = "You set %s slots to %s",
|
||||
["slotsrem"] = "You removed slots to %s",
|
||||
["charenabled"] = "You enabled character #%s of %s",
|
||||
["chardisabled"] = "You disabled character #%s of %s",
|
||||
["charnotfound"] = "Character #%s of %s doesn't exist",
|
||||
|
||||
UI = {
|
||||
["title"] = "CHARACTER SELECTION",
|
||||
["char_info_title"] = "Character Info",
|
||||
["play"] = "PLAY",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user