From 12aeac009c8c865d246952720e480a54548c6441 Mon Sep 17 00:00:00 2001 From: MariaLaranjeira Date: Mon, 28 Apr 2025 23:22:39 +0100 Subject: [PATCH] Change endpoint name --- .../SPDF/config/EndpointConfiguration.java | 2 +- ...ntroller.java => UnlockPDFFormsController.java} | 10 +++++----- .../SPDF/controller/web/OtherWebController.java | 8 ++++---- src/main/resources/messages_ar_AR.properties | 12 ++++++------ src/main/resources/messages_az_AZ.properties | 12 ++++++------ src/main/resources/messages_bg_BG.properties | 12 ++++++------ src/main/resources/messages_ca_CA.properties | 12 ++++++------ src/main/resources/messages_cs_CZ.properties | 12 ++++++------ src/main/resources/messages_da_DK.properties | 12 ++++++------ src/main/resources/messages_de_DE.properties | 12 ++++++------ src/main/resources/messages_el_GR.properties | 12 ++++++------ src/main/resources/messages_en_GB.properties | 14 +++++++------- src/main/resources/messages_en_US.properties | 14 +++++++------- src/main/resources/messages_es_ES.properties | 12 ++++++------ src/main/resources/messages_eu_ES.properties | 12 ++++++------ src/main/resources/messages_fa_IR.properties | 12 ++++++------ src/main/resources/messages_fr_FR.properties | 12 ++++++------ src/main/resources/messages_ga_IE.properties | 12 ++++++------ src/main/resources/messages_hi_IN.properties | 12 ++++++------ src/main/resources/messages_hr_HR.properties | 12 ++++++------ src/main/resources/messages_hu_HU.properties | 12 ++++++------ src/main/resources/messages_id_ID.properties | 12 ++++++------ src/main/resources/messages_it_IT.properties | 12 ++++++------ src/main/resources/messages_ja_JP.properties | 12 ++++++------ src/main/resources/messages_ko_KR.properties | 12 ++++++------ src/main/resources/messages_nl_NL.properties | 12 ++++++------ src/main/resources/messages_no_NB.properties | 12 ++++++------ src/main/resources/messages_pl_PL.properties | 12 ++++++------ src/main/resources/messages_pt_BR.properties | 12 ++++++------ src/main/resources/messages_pt_PT.properties | 14 +++++++------- src/main/resources/messages_ro_RO.properties | 12 ++++++------ src/main/resources/messages_ru_RU.properties | 12 ++++++------ src/main/resources/messages_sk_SK.properties | 12 ++++++------ src/main/resources/messages_sl_SI.properties | 12 ++++++------ src/main/resources/messages_sr_LATN_RS.properties | 12 ++++++------ src/main/resources/messages_sv_SE.properties | 12 ++++++------ src/main/resources/messages_th_TH.properties | 12 ++++++------ src/main/resources/messages_tr_TR.properties | 12 ++++++------ src/main/resources/messages_uk_UA.properties | 12 ++++++------ src/main/resources/messages_vi_VN.properties | 12 ++++++------ src/main/resources/messages_zh_BO.properties | 12 ++++++------ src/main/resources/messages_zh_CN.properties | 12 ++++++------ src/main/resources/messages_zh_TW.properties | 12 ++++++------ .../resources/templates/fragments/navElements.html | 2 +- src/main/resources/templates/home-legacy.html | 2 +- ...remove-read-only.html => unlock-pdf-forms.html} | 8 ++++---- 46 files changed, 259 insertions(+), 259 deletions(-) rename src/main/java/stirling/software/SPDF/controller/api/misc/{RemoveReadOnlyController.java => UnlockPDFFormsController.java} (94%) rename src/main/resources/templates/misc/{remove-read-only.html => unlock-pdf-forms.html} (76%) diff --git a/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java b/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java index 7cfd45ad8..0ddd68958 100644 --- a/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java +++ b/src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java @@ -164,7 +164,7 @@ public class EndpointConfiguration { addEndpointToGroup("Other", "sign"); addEndpointToGroup("Other", "flatten"); addEndpointToGroup("Other", "repair"); - addEndpointToGroup("Other", "remove-read-only"); + addEndpointToGroup("Other", "unlock-pdf-forms"); addEndpointToGroup("Other", REMOVE_BLANKS); addEndpointToGroup("Other", "remove-annotations"); addEndpointToGroup("Other", "compare"); diff --git a/src/main/java/stirling/software/SPDF/controller/api/misc/RemoveReadOnlyController.java b/src/main/java/stirling/software/SPDF/controller/api/misc/UnlockPDFFormsController.java similarity index 94% rename from src/main/java/stirling/software/SPDF/controller/api/misc/RemoveReadOnlyController.java rename to src/main/java/stirling/software/SPDF/controller/api/misc/UnlockPDFFormsController.java index 05a4f78d5..764c7d6c4 100644 --- a/src/main/java/stirling/software/SPDF/controller/api/misc/RemoveReadOnlyController.java +++ b/src/main/java/stirling/software/SPDF/controller/api/misc/UnlockPDFFormsController.java @@ -31,21 +31,21 @@ import stirling.software.SPDF.utils.WebResponseUtils; @RequestMapping("/api/v1/misc") @Slf4j @Tag(name = "Misc", description = "Miscellaneous APIs") -public class RemoveReadOnlyController { +public class UnlockPDFFormsController { private final CustomPDFDocumentFactory pdfDocumentFactory; @Autowired - public RemoveReadOnlyController(CustomPDFDocumentFactory pdfDocumentFactory) { + public UnlockPDFFormsController(CustomPDFDocumentFactory pdfDocumentFactory) { this.pdfDocumentFactory = pdfDocumentFactory; } - @PostMapping(consumes = "multipart/form-data", value = "/remove-read-only") + @PostMapping(consumes = "multipart/form-data", value = "/unlock-pdf-forms") @Operation( summary = "Remove read-only property from form fields", description = "Removing read-only property from form fields making them fillable" + "Input:PDF, Output:PDF. Type:SISO") - public ResponseEntity removeReadOnly(@ModelAttribute PDFFile file) { + public ResponseEntity unlockPDFForms(@ModelAttribute PDFFile file) { try (PDDocument document = pdfDocumentFactory.load(file)) { PDAcroForm acroForm = document.getDocumentCatalog().getAcroForm(); @@ -113,7 +113,7 @@ public class RemoveReadOnlyController { } String mergedFileName = file.getFileInput().getOriginalFilename().replaceFirst("[.][^.]+$", "") - + "_removed_readonly.pdf"; + + "_unlocked_forms.pdf"; return WebResponseUtils.pdfDocToWebResponse( document, Filenames.toSimpleFileName(mergedFileName)); } catch (Exception e) { diff --git a/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java b/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java index 795c6ee4b..2006e358a 100644 --- a/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java +++ b/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java @@ -98,11 +98,11 @@ public class OtherWebController { return "misc/change-metadata"; } - @GetMapping("/remove-read-only") + @GetMapping("/unlock-pdf-forms") @Hidden - public String removeReadOnlyForm(Model model) { - model.addAttribute("currentPage", "remove-read-only"); - return "misc/remove-read-only"; + public String unlockPDFFormsForm(Model model) { + model.addAttribute("currentPage", "unlock-pdf-forms"); + return "misc/unlock-pdf-forms"; } @GetMapping("/compare") diff --git a/src/main/resources/messages_ar_AR.properties b/src/main/resources/messages_ar_AR.properties index 1775b2fce..ac37ba71d 100644 --- a/src/main/resources/messages_ar_AR.properties +++ b/src/main/resources/messages_ar_AR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_az_AZ.properties b/src/main/resources/messages_az_AZ.properties index 4ac7fe645..9a12f5279 100644 --- a/src/main/resources/messages_az_AZ.properties +++ b/src/main/resources/messages_az_AZ.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_bg_BG.properties b/src/main/resources/messages_bg_BG.properties index b7e427d80..7172079cf 100644 --- a/src/main/resources/messages_bg_BG.properties +++ b/src/main/resources/messages_bg_BG.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_ca_CA.properties b/src/main/resources/messages_ca_CA.properties index ae97fcd1b..f9704c700 100644 --- a/src/main/resources/messages_ca_CA.properties +++ b/src/main/resources/messages_ca_CA.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_cs_CZ.properties b/src/main/resources/messages_cs_CZ.properties index e349058b9..3154003e3 100644 --- a/src/main/resources/messages_cs_CZ.properties +++ b/src/main/resources/messages_cs_CZ.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_da_DK.properties b/src/main/resources/messages_da_DK.properties index 3de9a628d..5277a59c6 100644 --- a/src/main/resources/messages_da_DK.properties +++ b/src/main/resources/messages_da_DK.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_de_DE.properties b/src/main/resources/messages_de_DE.properties index b69fe2969..039eaed56 100644 --- a/src/main/resources/messages_de_DE.properties +++ b/src/main/resources/messages_de_DE.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=Diese Cookies sind für das cookieBanner.preferencesModal.analytics.title=Analyse cookieBanner.preferencesModal.analytics.description=Diese Cookies helfen uns zu verstehen, wie unsere Tools genutzt werden, damit wir uns darauf konzentrieren können, die Funktionen zu entwickeln, die unserer Community am meisten am Herzen liegen. Seien Sie beruhigt – Stirling PDF kann und wird niemals den Inhalt der Dokumente verfolgen, mit denen Sie arbeiten. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_el_GR.properties b/src/main/resources/messages_el_GR.properties index 36defbd2b..036372407 100644 --- a/src/main/resources/messages_el_GR.properties +++ b/src/main/resources/messages_el_GR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 11fc07e76..a8be0c1b6 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -364,9 +364,9 @@ home.compressPdfs.title=Compress home.compressPdfs.desc=Compress PDFs to reduce their file size. compressPdfs.tags=squish,small,tiny -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly home.changeMetadata.title=Change Metadata home.changeMetadata.desc=Change/Remove/Add metadata from a PDF document @@ -1195,10 +1195,10 @@ changeMetadata.selectText.4=Other Metadata: changeMetadata.selectText.5=Add Custom Metadata Entry changeMetadata.submit=Change -#removeReadOnly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +#unlockPDFForms +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove #pdfToPDFA pdfToPDFA.title=PDF To PDF/A diff --git a/src/main/resources/messages_en_US.properties b/src/main/resources/messages_en_US.properties index c737623eb..13b7ec988 100644 --- a/src/main/resources/messages_en_US.properties +++ b/src/main/resources/messages_en_US.properties @@ -364,9 +364,9 @@ home.compressPdfs.title=Compress home.compressPdfs.desc=Compress PDFs to reduce their file size. compressPdfs.tags=squish,small,tiny -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly home.changeMetadata.title=Change Metadata home.changeMetadata.desc=Change/Remove/Add metadata from a PDF document @@ -1195,10 +1195,10 @@ changeMetadata.selectText.4=Other Metadata: changeMetadata.selectText.5=Add Custom Metadata Entry changeMetadata.submit=Change -#removeReadOnly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +#unlockPDFForms +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove #pdfToPDFA pdfToPDFA.title=PDF To PDF/A diff --git a/src/main/resources/messages_es_ES.properties b/src/main/resources/messages_es_ES.properties index 8b3d0119b..b3ec9c555 100644 --- a/src/main/resources/messages_es_ES.properties +++ b/src/main/resources/messages_es_ES.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=Estas cookies son esenciales cookieBanner.preferencesModal.analytics.title=Análisis cookieBanner.preferencesModal.analytics.description=Estas cookies nos ayudan a entender cómo se están utilizando nuestras herramientas, para que podamos centrarnos en desarrollar las funciones que nuestra comunidad valora más. Tenga la seguridad de que Stirling PDF no puede y nunca podrá rastrear el contenido de los documentos con los que trabaja. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_eu_ES.properties b/src/main/resources/messages_eu_ES.properties index 7265efaa8..8f7685d7c 100644 --- a/src/main/resources/messages_eu_ES.properties +++ b/src/main/resources/messages_eu_ES.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_fa_IR.properties b/src/main/resources/messages_fa_IR.properties index b6595b90a..f5b7c407b 100644 --- a/src/main/resources/messages_fa_IR.properties +++ b/src/main/resources/messages_fa_IR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_fr_FR.properties b/src/main/resources/messages_fr_FR.properties index 310766165..9b15c63ae 100644 --- a/src/main/resources/messages_fr_FR.properties +++ b/src/main/resources/messages_fr_FR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_ga_IE.properties b/src/main/resources/messages_ga_IE.properties index c6076311c..ff5bf7766 100644 --- a/src/main/resources/messages_ga_IE.properties +++ b/src/main/resources/messages_ga_IE.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_hi_IN.properties b/src/main/resources/messages_hi_IN.properties index 10993f601..0f185cfab 100644 --- a/src/main/resources/messages_hi_IN.properties +++ b/src/main/resources/messages_hi_IN.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_hr_HR.properties b/src/main/resources/messages_hr_HR.properties index 3e12b4dba..b48e5d031 100644 --- a/src/main/resources/messages_hr_HR.properties +++ b/src/main/resources/messages_hr_HR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_hu_HU.properties b/src/main/resources/messages_hu_HU.properties index 6d86c8ae9..cf1dc55fa 100644 --- a/src/main/resources/messages_hu_HU.properties +++ b/src/main/resources/messages_hu_HU.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_id_ID.properties b/src/main/resources/messages_id_ID.properties index d543294fb..19d99db76 100644 --- a/src/main/resources/messages_id_ID.properties +++ b/src/main/resources/messages_id_ID.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_it_IT.properties b/src/main/resources/messages_it_IT.properties index 6a3450ed0..7e6a20a81 100644 --- a/src/main/resources/messages_it_IT.properties +++ b/src/main/resources/messages_it_IT.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=Questi cookie sono essenzial cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=Questi cookie ci aiutano a capire come vengono utilizzati i nostri strumenti, così possiamo concentrarci sullo sviluppo delle funzionalità che la nostra community apprezza di più. Non preoccuparti: Stirling PDF non può e non traccerà mai il contenuto dei documenti con cui lavori. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_ja_JP.properties b/src/main/resources/messages_ja_JP.properties index 7e00922b4..d323b008b 100644 --- a/src/main/resources/messages_ja_JP.properties +++ b/src/main/resources/messages_ja_JP.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=これらのCookieはウェ cookieBanner.preferencesModal.analytics.title=分析 cookieBanner.preferencesModal.analytics.description=これらのCookieはツールがどのように使用されているかを把握するのに役立ちます。これによりコミュニティが最も重視する機能の開発に集中することができます。ご安心ください。Stirling PDFはお客様が操作するドキュメントの内容を追跡することは決してありません。 -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_ko_KR.properties b/src/main/resources/messages_ko_KR.properties index 7881d335e..1b3d22a82 100644 --- a/src/main/resources/messages_ko_KR.properties +++ b/src/main/resources/messages_ko_KR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_nl_NL.properties b/src/main/resources/messages_nl_NL.properties index 8231e293e..15e55b42f 100644 --- a/src/main/resources/messages_nl_NL.properties +++ b/src/main/resources/messages_nl_NL.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_no_NB.properties b/src/main/resources/messages_no_NB.properties index abdf94924..0e19e2f53 100644 --- a/src/main/resources/messages_no_NB.properties +++ b/src/main/resources/messages_no_NB.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_pl_PL.properties b/src/main/resources/messages_pl_PL.properties index 886699552..9b312a07d 100644 --- a/src/main/resources/messages_pl_PL.properties +++ b/src/main/resources/messages_pl_PL.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_pt_BR.properties b/src/main/resources/messages_pt_BR.properties index 91a99c10c..7a9e8af4b 100644 --- a/src/main/resources/messages_pt_BR.properties +++ b/src/main/resources/messages_pt_BR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=Estes cookies são essenciai cookieBanner.preferencesModal.analytics.title=Cookies Analíticos cookieBanner.preferencesModal.analytics.description=Estes cookies nos ajudam a entender como nossas ferramentas estão sendo utilizadas, para que possamos nos concentrar na construção dos recursos que nossa comunidade mais valoriza. Fique tranquilo: o Stirling PDF não pode e nunca rastreará o conteúdo dos documentos com os quais você manipula. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_pt_PT.properties b/src/main/resources/messages_pt_PT.properties index 5b958a9c0..be1498ff3 100644 --- a/src/main/resources/messages_pt_PT.properties +++ b/src/main/resources/messages_pt_PT.properties @@ -364,9 +364,9 @@ home.compressPdfs.title=Comprimir home.compressPdfs.desc=Comprimir PDFs para reduzir o seu tamanho. compressPdfs.tags=comprimir,pequeno,minúsculo -home.removeReadOnly.title=Remover Apenas Leitura de Formulários -home.removeReadOnly.desc=Remover propriedades de apenas leitura dos formulários de um PDF -removeReadOnly.tags=remover,apagar,formulário,campo,apenas leitura +home.unlockPDFForms.title=Remover Apenas Leitura de Formulários +home.unlockPDFForms.desc=Remover propriedades de apenas leitura dos formulários de um PDF +unlockPDFForms.tags=remover,apagar,formulário,campo,apenas leitura home.changeMetadata.title=Alterar Metadados home.changeMetadata.desc=Alterar/Remover/Adicionar metadados de um documento PDF @@ -1196,10 +1196,10 @@ changeMetadata.selectText.4=Outros Metadados: changeMetadata.selectText.5=Adicionar Entrada de Metadados Personalizada changeMetadata.submit=Alterar -#removeReadOnly -removeReadOnly.title=Remover Apenas Leitura de Formulários -removeReadOnly.header=Remover Apenas Leitura de Formulários -removeReadOnly.submit=Remover +#unlockPDFForms +unlockPDFForms.title=Remover Apenas Leitura de Formulários +unlockPDFForms.header=Remover Apenas Leitura de Formulários +unlockPDFForms.submit=Remover #pdfToPDFA pdfToPDFA.title=PDF Para PDF/A diff --git a/src/main/resources/messages_ro_RO.properties b/src/main/resources/messages_ro_RO.properties index e7b3e1397..67f01b741 100644 --- a/src/main/resources/messages_ro_RO.properties +++ b/src/main/resources/messages_ro_RO.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_ru_RU.properties b/src/main/resources/messages_ru_RU.properties index fb972e031..1b829b138 100644 --- a/src/main/resources/messages_ru_RU.properties +++ b/src/main/resources/messages_ru_RU.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_sk_SK.properties b/src/main/resources/messages_sk_SK.properties index 58be51dc1..1ebef67ae 100644 --- a/src/main/resources/messages_sk_SK.properties +++ b/src/main/resources/messages_sk_SK.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_sl_SI.properties b/src/main/resources/messages_sl_SI.properties index 149988149..0eb6435cf 100644 --- a/src/main/resources/messages_sl_SI.properties +++ b/src/main/resources/messages_sl_SI.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_sr_LATN_RS.properties b/src/main/resources/messages_sr_LATN_RS.properties index 21bee2f01..541eb1bdd 100644 --- a/src/main/resources/messages_sr_LATN_RS.properties +++ b/src/main/resources/messages_sr_LATN_RS.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_sv_SE.properties b/src/main/resources/messages_sv_SE.properties index 602354d08..00d2b20b3 100644 --- a/src/main/resources/messages_sv_SE.properties +++ b/src/main/resources/messages_sv_SE.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_th_TH.properties b/src/main/resources/messages_th_TH.properties index a865a97eb..d78be5657 100644 --- a/src/main/resources/messages_th_TH.properties +++ b/src/main/resources/messages_th_TH.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_tr_TR.properties b/src/main/resources/messages_tr_TR.properties index 1e9a5d4c4..8aaa91761 100644 --- a/src/main/resources/messages_tr_TR.properties +++ b/src/main/resources/messages_tr_TR.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=Bu çerezler, web sitesinin cookieBanner.preferencesModal.analytics.title=Analitik cookieBanner.preferencesModal.analytics.description=Bu çerezler, araçlarımızın nasıl kullanıldığını anlamamıza yardımcı olur, böylece topluluğumuzun en çok değer verdiği özellikleri geliştirmeye odaklanabiliriz. İçiniz rahat olsun — Stirling PDF, belgelerinizin içeriğini asla takip etmez ve etmeyecektir. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_uk_UA.properties b/src/main/resources/messages_uk_UA.properties index d7020544c..0ef0738e1 100644 --- a/src/main/resources/messages_uk_UA.properties +++ b/src/main/resources/messages_uk_UA.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_vi_VN.properties b/src/main/resources/messages_vi_VN.properties index cfcdfe229..a818e4b94 100644 --- a/src/main/resources/messages_vi_VN.properties +++ b/src/main/resources/messages_vi_VN.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_zh_BO.properties b/src/main/resources/messages_zh_BO.properties index ac49d5296..fa39ac8de 100644 --- a/src/main/resources/messages_zh_BO.properties +++ b/src/main/resources/messages_zh_BO.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_zh_CN.properties b/src/main/resources/messages_zh_CN.properties index dd4de0345..0f329ce53 100644 --- a/src/main/resources/messages_zh_CN.properties +++ b/src/main/resources/messages_zh_CN.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/messages_zh_TW.properties b/src/main/resources/messages_zh_TW.properties index afc04be87..843a6a031 100644 --- a/src/main/resources/messages_zh_TW.properties +++ b/src/main/resources/messages_zh_TW.properties @@ -1430,9 +1430,9 @@ cookieBanner.preferencesModal.necessary.description=這些 Cookies 對網站正 cookieBanner.preferencesModal.analytics.title=分析 Cookies cookieBanner.preferencesModal.analytics.description=這些 Cookies 幫助我們分析您如何使用我們的工具,好讓我們能專注在構建社群最重視的功能。儘管放心—— Stirling PDF 不會且永不追蹤您的文件 -home.removeReadOnly.title=Unlock PDF Forms -home.removeReadOnly.desc=Remove read-only property of form fields in a PDF document. -removeReadOnly.tags=remove,delete,form,field,readonly -removeReadOnly.title=Remove Read-Only from Form Fields -removeReadOnly.header=Unlock PDF Forms -removeReadOnly.submit=Remove +home.unlockPDFForms.title=Unlock PDF Forms +home.unlockPDFForms.desc=Remove read-only property of form fields in a PDF document. +unlockPDFForms.tags=remove,delete,form,field,readonly +unlockPDFForms.title=Remove Read-Only from Form Fields +unlockPDFForms.header=Unlock PDF Forms +unlockPDFForms.submit=Remove diff --git a/src/main/resources/templates/fragments/navElements.html b/src/main/resources/templates/fragments/navElements.html index 7722ff3ea..0bc0ef1e0 100644 --- a/src/main/resources/templates/fragments/navElements.html +++ b/src/main/resources/templates/fragments/navElements.html @@ -232,7 +232,7 @@ th:replace="~{fragments/navbarEntry :: navbarEntry('replace-and-invert-color-pdf', 'format_color_fill', 'home.replaceColorPdf.title', 'home.replaceColorPdf.desc', 'replaceColorPdf.tags', 'other')}">
+ th:replace="~{fragments/navbarEntry :: navbarEntry('unlock-pdf-forms', 'preview_off', 'home.unlockPDFForms.title', 'home.unlockPDFForms.desc', 'unlockPDFForms.tags', 'other')}">
diff --git a/src/main/resources/templates/home-legacy.html b/src/main/resources/templates/home-legacy.html index a6aa67093..d60ac220e 100644 --- a/src/main/resources/templates/home-legacy.html +++ b/src/main/resources/templates/home-legacy.html @@ -288,7 +288,7 @@ th:replace="~{fragments/card :: card(id='replace-and-invert-color-pdf', cardTitle=#{home.replaceColorPdf.title}, cardText=#{home.replaceColorPdf.desc}, cardLink='replace-and-invert-color-pdf', toolIcon='format_color_fill', tags=#{replaceColorPdf.tags}, toolGroup='other')}">
+ th:replace="~{fragments/card :: card(id='unlock-pdf-forms', cardTitle=#{home.unlockPDFForms.title}, cardText=#{home.unlockPDFForms.desc}, cardLink='unlock-pdf-forms', toolIcon='preview_off', tags=#{unlockPDFForms.tags}, toolGroup='other')}">
diff --git a/src/main/resources/templates/misc/remove-read-only.html b/src/main/resources/templates/misc/unlock-pdf-forms.html similarity index 76% rename from src/main/resources/templates/misc/remove-read-only.html rename to src/main/resources/templates/misc/unlock-pdf-forms.html index b571b1fec..11fc43515 100644 --- a/src/main/resources/templates/misc/remove-read-only.html +++ b/src/main/resources/templates/misc/unlock-pdf-forms.html @@ -1,7 +1,7 @@ - + @@ -15,14 +15,14 @@
preview_off - +
-
+

- +