diff --git a/en.json b/en.json
index 098ffa0..238de1e 100644
--- a/en.json
+++ b/en.json
@@ -692,6 +692,12 @@
"Tooltips.Dev.Rotation" : "Rotation",
"Tooltips.Dev.Scale" : "Scale",
+ "Tooltips.Dev.Selection.Single": "Single",
+ "Tooltips.Dev.Selection.Multi": "Multi",
+
+ "Tooltips.Dev.Interaction.Tip": "Tip",
+ "Tooltips.Dev.Interaction.Projection": "Projection",
+
"Tooltip.Color.Picker": "Color Picker",
"Tooltip.GrabbableSetter.Scalable": "Set Scalable",
@@ -709,6 +715,10 @@
"Tooltip.Light.Spot": "Spot",
"Tooltip.Light.Sun": "Sun",
+ "Tooltip.Light.Shadows.None": "No Shadows",
+ "Tooltip.Light.Shadows.Hard": "Hard Shadows",
+ "Tooltip.Light.Shadows.Soft": "Soft Shadows",
+
"Tooltip.MeshVisibility.KeepShadow": "Keep Shadow",
"Tooltip.MeshVisibility.ShadowOff": "Disable Shadow",
"Tooltip.MeshVisibility.ShadowOn": "Enable Shadow",
@@ -755,6 +765,26 @@
"Tooltip.ProtoFlux.Unpack" : "Unpack {name}",
"Tooltip.ProtoFlux.ExplicitCast" : "Explicit Cast\n(Warning: Potential Data Loss)",
+ "Tooltip.Meter.Mode.Ray" : "Mode: Ray",
+ "Tooltip.Meter.Mode.Perpendicular" : "Mode: Perpendicular",
+ "Tooltip.Meter.Mode.Drag" : "Mode: Drag",
+
+ "Tooltip.Meter.Points.Two" : "Two Points",
+ "Tooltip.Meter.Points.Multiple" : "Multiple Points",
+
+ "Tooltip.Meter.ObjectSpace" : "Measure in Object Space",
+ "Tooltip.Meter.WorldSpace" : "Measure in World Space",
+
+ "Tooltip.Glue.Mode.BakeMeshes" : "Mode: Bake meshes",
+ "Tooltip.Glue.Mode.BakeSkinnedMeshes" : "Mode: Bake skinned meshes",
+ "Tooltip.Glue.Mode.ParentObjects" : "Mode: Parent objects",
+
+ "Tooltip.RigTransfer.ClearSource" : "Clear source",
+
+ "Tooltip.ComponentClone.SingleInstanceOn" : "Single Instance: On",
+ "Tooltip.ComponentClone.SingleInstanceOff" : "Single Instance: Off",
+ "Tooltip.ComponentClone.ClearTemplate" : "Clear template",
+
"ProtoFlux.UI.Call" : "Call",
"ProtoFlux.UI.AsyncCall" : "Async Call",
"ProtoFlux.UI.NodeBrowser.Title" : "ProtoFlux Nodes",