aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/yet-another-config-lib/lang/en_us.json
blob: be33ef636b166e0a1c593015bb49438e2c75910f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "yacl.control.boolean.on": "ON",
  "yacl.control.boolean.off": "OFF",
  "yacl.control.boolean.true": "True",
  "yacl.control.boolean.false": "False",
  "yacl.control.boolean.yes": "Yes",
  "yacl.control.boolean.no": "No",

  "yacl.control.action.execute": "EXECUTE",

  "yacl.gui.save": "Save Changes",
  "yacl.gui.save.tooltip": "Makes the changes made permanent.",
  "yacl.gui.finished": "Finished",
  "yacl.gui.finished.tooltip": "Closes the GUI.",
  "yacl.gui.cancel": "Cancel",
  "yacl.gui.cancel.tooltip": "Forgets pending changes and closes the GUI.",
  "yacl.gui.reset": "Reset",
  "yacl.gui.reset.tooltip": "Resets all options to default. (This is reversible!)",
  "yacl.gui.undo": "Undo",
  "yacl.gui.undo.tooltip": "Reverts all options back to what they were before editing.",
  "yocl.gui.fail_apply": "Failed to apply",
  "yocl.gui.fail_apply.tooltip": "There was an error and the changes couldn't be applied.",
  "yocl.gui.save_before_exit": "Save before exiting!",
  "yocl.gui.save_before_exit.tooltip": "Save or cancel to exit the GUI."
}