forked from Simnation/Main
7 lines
330 B
Lua
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"
|
|
}
|