language.Add
Example
Small excerpt from a STOOL named cooltool. It has been registered as cooltool.
language.Add("tool.cooltool.name", "The really cool tool")
language.Add("tool.cooltool.desc", "Do some random cool stuff.")
language.Add("tool.cooltool.0", "Left-click: Cool Stuff. Right-click: Nothing.")
language.Add("Undone_cooltool", "Cool stuff has been undone.")
Output: When the player presses undo, "Cool stuff has been undone" will be shown. The cooltool's name will be "The really cool tool". Below that, where the description is shown, "Do some random cool stuff." will be shown. Below that, where the instructions or additional notes for the tool are shown, it will display "Left-click: Cool Stuff. Right-click: Nothing.".