From 75fff1d52f48a17dfb9c4dd43e3c7044dbf70c7a Mon Sep 17 00:00:00 2001 From: Marcin Bielicki <91062129+MarcO-79@users.noreply.github.com> Date: Mon, 29 May 2023 13:34:20 +0200 Subject: [PATCH 1/2] Update messages_pl_PL.properties Adjusting the translation to the new version --- src/main/resources/messages_pl_PL.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/messages_pl_PL.properties b/src/main/resources/messages_pl_PL.properties index ed0fd199..ef409b97 100644 --- a/src/main/resources/messages_pl_PL.properties +++ b/src/main/resources/messages_pl_PL.properties @@ -128,12 +128,20 @@ home.compare.desc=Porównuje i pokazuje różnice między dwoma dokumentami PDF home.certSign.title=Podpisz certyfikatem home.certSign.desc=Podpisz dokument PDF za pomocą certyfikatu/klucza prywatnego (PEM/P12) +home.pageLayout.title=Układ wielu stron +home.pageLayout.desc=Scal wiele stron dokumentu PDF w jedną stronę + downloadPdf=Pobierz PDF text=Tekst font=Czcionka selectFillter=-- Wybierz -- pageNum=Numer strony +pageLayout.title=Układ wielu stron +pageLayout.header=Układ wielu stron +pageLayout.pagesPerSheet=Stron na jednym arkuszu: +pageLayout.submit=Wykonaj + certSign.title=Podpisywanie certyfikatem certSign.header=Podpisz dokument PDF certyfikatem prywatnym (moduł w budowie) certSign.selectPDF=Wybierz dokument PDF do podpisania: From 716d4c6f28dff0e90bc2315149dd1f557baa52a7 Mon Sep 17 00:00:00 2001 From: Blair Wang Date: Tue, 30 May 2023 08:15:26 +1000 Subject: [PATCH 2/2] Update LocalRunGuide.md Correct small typo (`/build/libs/` does not exist, `./build/libs/` does) --- LocalRunGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index 35c66512..b4b65be7 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -123,7 +123,7 @@ This folder is required for the python scripts using OpenCV ```bash sudo mkdir /opt/Stirling-PDF &&\ -sudo mv /build/libs/S-PDF-*.jar /opt/Stirling-PDF/ &&\ +sudo mv ./build/libs/S-PDF-*.jar /opt/Stirling-PDF/ &&\ sudo mv scripts /opt/Stirling-PDF/ &&\ echo "Scripts installed." ```