mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-13 02:18:16 +01:00
feat: add browser implementations for advanced tools
This commit is contained in:
@@ -633,6 +633,11 @@ permissions.tags=read,write,edit,print
|
||||
home.removePages.title=Remove
|
||||
home.removePages.desc=Delete unwanted pages from your PDF document.
|
||||
removePages.tags=Remove pages,delete pages
|
||||
removePages.processingMode.label=Processing mode
|
||||
removePages.processingMode.backend=Backend
|
||||
removePages.processingMode.frontend=Browser
|
||||
removePages.processingMode.backendDescription=Use the server to remove pages (required for complex formulas).
|
||||
removePages.processingMode.frontendDescription=Remove the selected pages locally in your browser.
|
||||
|
||||
home.addPassword.title=Add Password
|
||||
home.addPassword.desc=Encrypt your PDF document with a password.
|
||||
@@ -1056,6 +1061,11 @@ AddStampRequest.overrideY=Override Y Coordinate
|
||||
AddStampRequest.customMargin=Custom Margin
|
||||
AddStampRequest.customColor=Custom Text Colour
|
||||
AddStampRequest.submit=Submit
|
||||
addStamp.processingMode.label=Processing mode
|
||||
addStamp.processingMode.backend=Backend
|
||||
addStamp.processingMode.frontend=Browser
|
||||
addStamp.processingMode.backendDescription=Use the server to stamp pages (required for custom page formulas).
|
||||
addStamp.processingMode.frontendDescription=Stamp selected pages directly in your browser.
|
||||
|
||||
|
||||
#sanitizePDF
|
||||
@@ -1104,6 +1114,11 @@ adjustContrast.download=Download
|
||||
crop.title=Crop
|
||||
crop.header=Crop PDF
|
||||
crop.submit=Submit
|
||||
crop.processingMode.label=Processing mode
|
||||
crop.processingMode.backend=Backend
|
||||
crop.processingMode.frontend=Browser
|
||||
crop.processingMode.backendDescription=Use the server to crop pages (recommended for very large files).
|
||||
crop.processingMode.frontendDescription=Crop each page locally without uploading the PDF.
|
||||
|
||||
|
||||
#autoSplitPDF
|
||||
@@ -1480,6 +1495,11 @@ watermark.selectText.10=Convert PDF to PDF-Image
|
||||
watermark.submit=Add Watermark
|
||||
watermark.type.1=Text
|
||||
watermark.type.2=Image
|
||||
watermark.processingMode.label=Processing mode
|
||||
watermark.processingMode.backend=Backend
|
||||
watermark.processingMode.frontend=Browser
|
||||
watermark.processingMode.backendDescription=Use the server to apply the watermark (recommended for large files or flattening).
|
||||
watermark.processingMode.frontendDescription=Process the watermark directly in your browser without uploading files.
|
||||
|
||||
|
||||
#Change permissions
|
||||
|
||||
Reference in New Issue
Block a user