mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
26 lines
1.0 KiB
Lua
26 lines
1.0 KiB
Lua
Locales["en"] = {
|
|
["male"] = "Male",
|
|
["female"] = "Female",
|
|
["delete_label"] = "Delete %s %s?",
|
|
["select_char"] = "Select Character",
|
|
["create_char"] = "New Character",
|
|
["char_play"] = "Play",
|
|
["char_disabled"] = "Disabled",
|
|
["char_delete"] = "Delete",
|
|
["cancel"] = "Cancel",
|
|
["confirm"] = "Confirm",
|
|
["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 added %s slots to %s",
|
|
["slotsedit"] = "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",
|
|
}
|