Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
This commit is contained in:
commit
1a6ebbb8e5
2 changed files with 9 additions and 1 deletions
|
@ -123,7 +123,7 @@ This folder is required for the python scripts using OpenCV
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo mkdir /opt/Stirling-PDF &&\
|
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/ &&\
|
sudo mv scripts /opt/Stirling-PDF/ &&\
|
||||||
echo "Scripts installed."
|
echo "Scripts installed."
|
||||||
```
|
```
|
||||||
|
|
|
@ -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.title=Podpisz certyfikatem
|
||||||
home.certSign.desc=Podpisz dokument PDF za pomocą certyfikatu/klucza prywatnego (PEM/P12)
|
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
|
downloadPdf=Pobierz PDF
|
||||||
text=Tekst
|
text=Tekst
|
||||||
font=Czcionka
|
font=Czcionka
|
||||||
selectFillter=-- Wybierz --
|
selectFillter=-- Wybierz --
|
||||||
pageNum=Numer strony
|
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.title=Podpisywanie certyfikatem
|
||||||
certSign.header=Podpisz dokument PDF certyfikatem prywatnym (moduł w budowie)
|
certSign.header=Podpisz dokument PDF certyfikatem prywatnym (moduł w budowie)
|
||||||
certSign.selectPDF=Wybierz dokument PDF do podpisania:
|
certSign.selectPDF=Wybierz dokument PDF do podpisania:
|
||||||
|
|
Loading…
Reference in a new issue