1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/mr-consumables/langs/en.lua
2025-06-07 08:51:21 +02:00

7 lines
330 B
Lua

Translations["EN"] = {
["use"] = "{button} - Use",
["put_back"] = "{button} - Put Back",
["ate_item"] = "You Ate The Entire %s", -- %s Is The Item Name Changed By The Script
["drank_item"] = "You Drank The Entire %s", -- %s Is The Item Name Changed By The Script
["exit_debug"] = "{button} - Exit Debug"
}