From 218b7d855fabe0eecdb621c187471f7ec90f037a Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Thu, 29 Jun 2017 07:12:52 +0200 Subject: [PATCH] strings: Update --- data/locale/en-US.ini | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index ba6fd093..767eb225 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