From 22bf3845c0caa099b8bfcae2b9ded2d9023d62df Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Sun, 17 Sep 2017 22:16:23 +0200 Subject: [PATCH] locale: Update to current code --- data/locale/en-US.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index 9689272..1d9e05e 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -26,6 +26,10 @@ Filter.Transform.Scale="Scale" Filter.Transform.Scale.Description="Scale of the rendered quad." Filter.Transform.Scale.X="Scale (X)" Filter.Transform.Scale.Y="Scale (Y)" +Filter.Transform.Shear="Shear" +Filter.Transform.Shear.Description="Shearing of the rendered quad." +Filter.Transform.Shear.X="Shear (X)" +Filter.Transform.Shear.Y="Shear (Y)" Filter.Transform.Rotation.Order="Rotation Order" Filter.Transform.Rotation.Order.Description="The order in which to apply the euler angles to the rendered quad." Filter.Transform.Rotation.Order.XYZ="Pitch, Yaw, Roll"