This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
2025-02-02 10:40:42 +01:00

33 lines
1.6 KiB
Lua

Locales["en"] = {
["male"] = "Male",
["female"] = "Female",
["select_char"] = "Select Character",
["select_char_description"] = "Select a character to play as.",
["create_char"] = "New Character",
["char_play"] = "Play",
["char_play_description"] = "Continue Into The City.",
["char_disabled"] = "Disabled",
["char_disabled_description"] = "This Character Is Unusable.",
["char_delete"] = "Delete",
["char_delete_description"] = "Permanently Remove This Character.",
["char_delete_confirmation"] = "Delete Confirmation",
["char_delete_confirmation_description"] = "Are you sure removing selected character?",
["char_delete_yes_description"] = "Yes, I am sure removing selected character",
["char_delete_no_description"] = "No, return to character options",
["character"] = "Character: %s",
["return"] = "Return",
["return_description"] = "Return To Character Selection.",
["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",
}