This commit is contained in:
2021-05-25 17:00:45 +05:00
parent e2fcfed44c
commit ec2dac13d8
1172 changed files with 5636 additions and 5839 deletions

View File

@@ -0,0 +1,20 @@
; PDFsharp string resources (German)
;
; Must be saved as Unicode (UTF-8 with signature) to force resgen.exe to process German umlauts.
; ----- General Messages --------------------------------------------------------------------------
SampleMessage1 = Das ist Beispielnachricht 1 (de).
SampleMessage2 = Das ist Beispielnachricht 2: {0}.
; ----- XGraphics Messages ------------------------------------------------------------------------
; ----- Pdf Messages ------------------------------------------------------------------------------
NameMustStartWithSlash = Ein PDF-Name muss mit einem Schrägstrich ('/') beginnen.
UserOrOwnerPasswordRequired = Zum Verschlüsseln des Dokuments muss ein Kennwort zum Öffnen (UserPassword) oder ein Berechtigungskennwort (OwnerPassword) gesetzt sein.
; ----- PdfParser Messages ------------------------------------------------------------------------
UnexpectedToken = Token '{0}' wird an dieser Stelle nicht erwartet.
UnknownEncryption = Das PDF-Dokument ist mit einer von PDFsharp nicht unterstützten Verschlüsselung geschützt.

View File

@@ -0,0 +1,20 @@
; PDFsharp string resources (English)
;
;
; ----- General Messages --------------------------------------------------------------------------
SampleMessage1 = This is sample message 1 (2.0).
SampleMessage2 = This is sample message 2: {0}.
; ----- XGraphics Messages ------------------------------------------------------------------------
; ----- Pdf Messages ------------------------------------------------------------------------------
NameMustStartWithSlash = A PDF name must start with a slash ('/').
UserOrOwnerPasswordRequired = At least a user or an owner password is required to encrypt the document.
; ----- PdfParser Messages ------------------------------------------------------------------------
UnexpectedToken = Token '{0}' was not expected.
UnknownEncryption = The PDF document is protected with an encryption not supported by PDFsharp.