From 5c3ef850dfbee995bd0bba32b0ec66b4b0c978bc Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sun, 6 Jul 2025 18:01:34 +0200 Subject: [PATCH] getPdfInfo, attachments, merge --- .../main/resources/messages_de_DE.properties | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/stirling-pdf/src/main/resources/messages_de_DE.properties b/stirling-pdf/src/main/resources/messages_de_DE.properties index 683b272d6..5b9d54091 100644 --- a/stirling-pdf/src/main/resources/messages_de_DE.properties +++ b/stirling-pdf/src/main/resources/messages_de_DE.properties @@ -942,28 +942,28 @@ getPdfInfo.title=Alle Informationen anzeigen getPdfInfo.header=Alle Informationen anzeigen getPdfInfo.submit=Informationen anzeigen getPdfInfo.downloadJson=Als JSON herunterladen -getPdfInfo.summary=PDF Summary -getPdfInfo.summary.encrypted=This PDF is encrypted so may face issues with some applications -getPdfInfo.summary.permissions=This PDF has {0} restricted permissions which may limit what you can do with it -getPdfInfo.summary.compliance=This PDF complies with the {0} standard -getPdfInfo.summary.basicInfo=Basic Information -getPdfInfo.summary.docInfo=Document Information -getPdfInfo.summary.encrypted.alert=Encrypted PDF - This document is password protected -getPdfInfo.summary.not.encrypted.alert=Unencrypted PDF - No password protection -getPdfInfo.summary.permissions.alert=Restricted Permissions - {0} actions are not allowed -getPdfInfo.summary.all.permissions.alert=All Permissions Allowed -getPdfInfo.summary.compliance.alert={0} Compliant -getPdfInfo.summary.no.compliance.alert=No Compliance Standards -getPdfInfo.summary.security.section=Security Status -getPdfInfo.section.BasicInfo=Basic Information about the PDF document including file size, page count, and language -getPdfInfo.section.Metadata=Document metadata including title, author, creation date and other document properties -getPdfInfo.section.DocumentInfo=Technical details about the PDF document structure and version -getPdfInfo.section.Compliancy=PDF standards compliance information (PDF/A, PDF/X, etc.) -getPdfInfo.section.Encryption=Security and encryption details of the document -getPdfInfo.section.Permissions=Document permission settings that control what actions can be performed -getPdfInfo.section.Other=Additional document components like bookmarks, layers, and embedded files -getPdfInfo.section.FormFields=Interactive form fields present in the document -getPdfInfo.section.PerPageInfo=Detailed information about each page in the document +getPdfInfo.summary=PDF-Zusammenfassung +getPdfInfo.summary.encrypted=Dieses PDF ist verschlüsselt und kann in manchen Anwendungen Probleme verursachen. +getPdfInfo.summary.permissions=Dieses PDF hat {0} eingeschränkte Berechtigungen, was Ihre Möglichkeiten einschränken kann. +getPdfInfo.summary.compliance=Dieses PDF entspricht dem Standard {0}. +getPdfInfo.summary.basicInfo=Grundlegende Informationen +getPdfInfo.summary.docInfo=Dokumentinformationen +getPdfInfo.summary.encrypted.alert=Verschlüsseltes PDF – Dieses Dokument ist passwortgeschützt. +getPdfInfo.summary.not.encrypted.alert=Nicht verschlüsseltes PDF – Kein Passwortschutz. +getPdfInfo.summary.permissions.alert=Eingeschränkte Berechtigungen – {0} Aktionen sind nicht erlaubt. +getPdfInfo.summary.all.permissions.alert=Alle Berechtigungen erlaubt +getPdfInfo.summary.compliance.alert={0}-konform +getPdfInfo.summary.no.compliance.alert=Kein Konformitätsstandard +getPdfInfo.summary.security.section=Sicherheitsstatus +getPdfInfo.section.BasicInfo=Grundlegende Informationen über das PDF-Dokument inklusive Dateigröße, Seitenanzahl und Sprache. +getPdfInfo.section.Metadata=Dokumentenmetadaten inklusive Titel, Autor, Erstellungsdatum und weiteren Eigenschaften. +getPdfInfo.section.DocumentInfo=Technische Details zur Struktur und Version des PDF-Dokuments. +getPdfInfo.section.Compliancy=Informationen zur Einhaltung von PDF-Standards (PDF/A, PDF/X, etc.). +getPdfInfo.section.Encryption=Sicherheits- und Verschlüsselungsdetails des Dokuments. +getPdfInfo.section.Permissions=Dokumentenberechtigungen, die festlegen, welche Aktionen erlaubt sind. +getPdfInfo.section.Other=Zusätzliche Dokumentbestandteile wie Lesezeichen, Ebenen und eingebettete Dateien. +getPdfInfo.section.FormFields=Interaktive Formularfelder im Dokument. +getPdfInfo.section.PerPageInfo=Detaillierte Informationen zu jeder Seite im Dokument. #markdown-to-pdf @@ -1271,11 +1271,11 @@ addImage.upload=Bild hinzufügen addImage.submit=Bild hinzufügen #attachments -attachments.title=Add Attachments -attachments.header=Add attachments -attachments.description=Allows you to add attachments to the PDF +attachments.title=Anhänge hinzufügen +attachments.header=Anhänge hinzufügen +attachments.description=Ermöglicht es Ihnen, Anhänge zum PDF hinzuzufügen. attachments.descriptionPlaceholder=Enter a description for the attachments... -attachments.addButton=Add Attachments +attachments.addButton=Anhänge hinzufügen #merge merge.title=Zusammenführen @@ -1283,7 +1283,7 @@ merge.header=Mehrere PDFs zusammenführen (2+) merge.sortByName=Nach Namen sortieren merge.sortByDate=Nach Datum sortieren merge.removeCertSign=Digitale Signatur in der zusammengeführten Datei entfernen? -merge.generateToc=Generate table of contents in the merged file? +merge.generateToc=Inhaltsverzeichnis in der zusammengeführten Datei erstellen? merge.submit=Zusammenführen