From ab109b90791ea16902e99e7858585adaa26029fa Mon Sep 17 00:00:00 2001 From: OUNZAR Aymane Date: Fri, 24 Oct 2025 00:01:19 +0200 Subject: [PATCH] Added page layout labels and page order translations --- app/core/src/main/resources/messages_en_US.properties | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/core/src/main/resources/messages_en_US.properties b/app/core/src/main/resources/messages_en_US.properties index 9220403bc..09a8bbea1 100644 --- a/app/core/src/main/resources/messages_en_US.properties +++ b/app/core/src/main/resources/messages_en_US.properties @@ -1156,11 +1156,10 @@ pipeline.title=Pipeline #pageLayout pageLayout.title=Multi Page Layout pageLayout.header=Multi Page Layout +pageLayout.mode=Mode +pageLayout.default=Default +pageLayout.custom=Custom pageLayout.pagesPerSheet=Pages per sheet: -pageLayout.orientation=Orientation: -pageLayout.portrait=Portrait -pageLayout.landscape=Landscape -pageLayout.addBorder=Add Borders pageLayout.rows=Rows pageLayout.columns=Columns pageLayout.pageOrder=Page order: @@ -1168,6 +1167,10 @@ pageLayout.leftRightTopDown=Left -> Right, then Top -> Bottom pageLayout.rightLeftTopDown=Right -> Left, then Top -> Bottom pageLayout.topDownLeftRight=Top -> Bottom, then Left -> Right pageLayout.topDownRightLeft=Top -> Bottom, then Right -> Left +pageLayout.orientation=Orientation: +pageLayout.portrait=Portrait +pageLayout.landscape=Landscape +pageLayout.addBorder=Add Borders pageLayout.submit=Submit