diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index ba6fd09..767eb22 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -1,3 +1,8 @@ +Filter.Displacement="Displacement" +Filter.Displacement.File="File" +Filter.Displacement.File.Types="Images (*.png *.jpeg *.jpg *.bmp);;All Files (*)" +Filter.Displacement.Ratio="Ratio" +Filter.Displacement.Scale="Scale" Filter.Shape="Shape" Filter.Shape.Loop="Repeat last Point" Filter.Shape.Points="Points" @@ -6,12 +11,21 @@ Filter.Shape.Point.Y="Point %llu Y" Filter.Shape.Point.U="Point %llu U" Filter.Shape.Point.V="Point %llu V" Filter.Transform="3D Transform" -Filter.Transform.Orthographic="Orthographic" +Filter.Transform.Camera="Camera" +Filter.Transform.Camera.Orthographic="Orthographic" +Filter.Transform.Camera.Perspective="Perspective" Filter.Transform.Position.X="Position (X)" Filter.Transform.Position.Y="Position (Y)" Filter.Transform.Position.Z="Position (Z)" -Filter.Transform.Rotation.X="Rotation (X)" -Filter.Transform.Rotation.Y="Rotation (Y)" -Filter.Transform.Rotation.Z="Rotation (Z)" Filter.Transform.Scale.X="Scale (X)" -Filter.Transform.Scale.Y="Scale (Y)" \ No newline at end of file +Filter.Transform.Scale.Y="Scale (Y)" +Filter.Transform.Rotation.Order="Rotation Order" +Filter.Transform.Rotation.Order.XYZ="Pitch, Yaw, Roll" +Filter.Transform.Rotation.Order.XZY="Pitch, Roll, Yaw" +Filter.Transform.Rotation.Order.YXZ="Yaw, Pitch, Roll" +Filter.Transform.Rotation.Order.YZX="Yaw, Roll, Pitch" +Filter.Transform.Rotation.Order.ZXY="Roll, Pitch, Yaw" +Filter.Transform.Rotation.Order.ZYX="Roll, Yaw, Pitch" +Filter.Transform.Rotation.X="Pitch (X)" +Filter.Transform.Rotation.Y="Yaw (Y)" +Filter.Transform.Rotation.Z="Roll (Z)" \ No newline at end of file