mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
getPdfInfo, attachments, merge
This commit is contained in:
parent
14a4bdfb1b
commit
5c3ef850df
@ -942,28 +942,28 @@ getPdfInfo.title=Alle Informationen anzeigen
|
|||||||
getPdfInfo.header=Alle Informationen anzeigen
|
getPdfInfo.header=Alle Informationen anzeigen
|
||||||
getPdfInfo.submit=Informationen anzeigen
|
getPdfInfo.submit=Informationen anzeigen
|
||||||
getPdfInfo.downloadJson=Als JSON herunterladen
|
getPdfInfo.downloadJson=Als JSON herunterladen
|
||||||
getPdfInfo.summary=PDF Summary
|
getPdfInfo.summary=PDF-Zusammenfassung
|
||||||
getPdfInfo.summary.encrypted=This PDF is encrypted so may face issues with some applications
|
getPdfInfo.summary.encrypted=Dieses PDF ist verschlüsselt und kann in manchen Anwendungen Probleme verursachen.
|
||||||
getPdfInfo.summary.permissions=This PDF has {0} restricted permissions which may limit what you can do with it
|
getPdfInfo.summary.permissions=Dieses PDF hat {0} eingeschränkte Berechtigungen, was Ihre Möglichkeiten einschränken kann.
|
||||||
getPdfInfo.summary.compliance=This PDF complies with the {0} standard
|
getPdfInfo.summary.compliance=Dieses PDF entspricht dem Standard {0}.
|
||||||
getPdfInfo.summary.basicInfo=Basic Information
|
getPdfInfo.summary.basicInfo=Grundlegende Informationen
|
||||||
getPdfInfo.summary.docInfo=Document Information
|
getPdfInfo.summary.docInfo=Dokumentinformationen
|
||||||
getPdfInfo.summary.encrypted.alert=Encrypted PDF - This document is password protected
|
getPdfInfo.summary.encrypted.alert=Verschlüsseltes PDF – Dieses Dokument ist passwortgeschützt.
|
||||||
getPdfInfo.summary.not.encrypted.alert=Unencrypted PDF - No password protection
|
getPdfInfo.summary.not.encrypted.alert=Nicht verschlüsseltes PDF – Kein Passwortschutz.
|
||||||
getPdfInfo.summary.permissions.alert=Restricted Permissions - {0} actions are not allowed
|
getPdfInfo.summary.permissions.alert=Eingeschränkte Berechtigungen – {0} Aktionen sind nicht erlaubt.
|
||||||
getPdfInfo.summary.all.permissions.alert=All Permissions Allowed
|
getPdfInfo.summary.all.permissions.alert=Alle Berechtigungen erlaubt
|
||||||
getPdfInfo.summary.compliance.alert={0} Compliant
|
getPdfInfo.summary.compliance.alert={0}-konform
|
||||||
getPdfInfo.summary.no.compliance.alert=No Compliance Standards
|
getPdfInfo.summary.no.compliance.alert=Kein Konformitätsstandard
|
||||||
getPdfInfo.summary.security.section=Security Status
|
getPdfInfo.summary.security.section=Sicherheitsstatus
|
||||||
getPdfInfo.section.BasicInfo=Basic Information about the PDF document including file size, page count, and language
|
getPdfInfo.section.BasicInfo=Grundlegende Informationen über das PDF-Dokument inklusive Dateigröße, Seitenanzahl und Sprache.
|
||||||
getPdfInfo.section.Metadata=Document metadata including title, author, creation date and other document properties
|
getPdfInfo.section.Metadata=Dokumentenmetadaten inklusive Titel, Autor, Erstellungsdatum und weiteren Eigenschaften.
|
||||||
getPdfInfo.section.DocumentInfo=Technical details about the PDF document structure and version
|
getPdfInfo.section.DocumentInfo=Technische Details zur Struktur und Version des PDF-Dokuments.
|
||||||
getPdfInfo.section.Compliancy=PDF standards compliance information (PDF/A, PDF/X, etc.)
|
getPdfInfo.section.Compliancy=Informationen zur Einhaltung von PDF-Standards (PDF/A, PDF/X, etc.).
|
||||||
getPdfInfo.section.Encryption=Security and encryption details of the document
|
getPdfInfo.section.Encryption=Sicherheits- und Verschlüsselungsdetails des Dokuments.
|
||||||
getPdfInfo.section.Permissions=Document permission settings that control what actions can be performed
|
getPdfInfo.section.Permissions=Dokumentenberechtigungen, die festlegen, welche Aktionen erlaubt sind.
|
||||||
getPdfInfo.section.Other=Additional document components like bookmarks, layers, and embedded files
|
getPdfInfo.section.Other=Zusätzliche Dokumentbestandteile wie Lesezeichen, Ebenen und eingebettete Dateien.
|
||||||
getPdfInfo.section.FormFields=Interactive form fields present in the document
|
getPdfInfo.section.FormFields=Interaktive Formularfelder im Dokument.
|
||||||
getPdfInfo.section.PerPageInfo=Detailed information about each page in the document
|
getPdfInfo.section.PerPageInfo=Detaillierte Informationen zu jeder Seite im Dokument.
|
||||||
|
|
||||||
|
|
||||||
#markdown-to-pdf
|
#markdown-to-pdf
|
||||||
@ -1271,11 +1271,11 @@ addImage.upload=Bild hinzufügen
|
|||||||
addImage.submit=Bild hinzufügen
|
addImage.submit=Bild hinzufügen
|
||||||
|
|
||||||
#attachments
|
#attachments
|
||||||
attachments.title=Add Attachments
|
attachments.title=Anhänge hinzufügen
|
||||||
attachments.header=Add attachments
|
attachments.header=Anhänge hinzufügen
|
||||||
attachments.description=Allows you to add attachments to the PDF
|
attachments.description=Ermöglicht es Ihnen, Anhänge zum PDF hinzuzufügen.
|
||||||
attachments.descriptionPlaceholder=Enter a description for the attachments...
|
attachments.descriptionPlaceholder=Enter a description for the attachments...
|
||||||
attachments.addButton=Add Attachments
|
attachments.addButton=Anhänge hinzufügen
|
||||||
|
|
||||||
#merge
|
#merge
|
||||||
merge.title=Zusammenführen
|
merge.title=Zusammenführen
|
||||||
@ -1283,7 +1283,7 @@ merge.header=Mehrere PDFs zusammenführen (2+)
|
|||||||
merge.sortByName=Nach Namen sortieren
|
merge.sortByName=Nach Namen sortieren
|
||||||
merge.sortByDate=Nach Datum sortieren
|
merge.sortByDate=Nach Datum sortieren
|
||||||
merge.removeCertSign=Digitale Signatur in der zusammengeführten Datei entfernen?
|
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
|
merge.submit=Zusammenführen
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user