@@ -154,6 +154,28 @@ pdfjs-document-properties-linearized-yes = Ano
154154pdfjs-document-properties-linearized-no = Ne
155155pdfjs-document-properties-close-button = Zavřít
156156pdfjs-digital-signature-properties-view-certificate = Zobrazit certifikát
157+ # Shown beneath an invalid signature card to explain why verification
158+ # failed. The text comes from NSS (e.g. "Signature integrity has been
159+ # compromised", "PKCS#7 signature could not be parsed") and is not
160+ # itself localized — it is the underlying error message produced by
161+ # the verification backend.
162+ # Variables:
163+ # $reason (String) - error message describing why the signature
164+ # could not be verified.
165+ pdfjs-digital-signature-properties-reason = Důvod: { $reason }
166+ # Variables:
167+ # $dateObj (Date) - the signing time from the /Sig dict's /M entry.
168+ pdfjs-digital-signature-properties-timestamp = Časové razítko: { DATETIME( $dateObj , dateStyle: "short" , timeStyle: "medium" ) }
169+ # Variables:
170+ # $count (Number) - number of nested sub-signatures (one per earlier
171+ # incremental revision of the document).
172+ pdfjs-digital-signature-properties-sub-signatures =
173+ { $count ->
174+ [ one ] Podpis ({ $count } )
175+ [ few ] Podpisy ({ $count } )
176+ [ many ] Podpisy ({ $count } )
177+ *[ other ] Podpisy ({ $count } )
178+ }
157179
158180## Print
159181
@@ -749,16 +771,82 @@ pdfjs-views-manager-waiting-for-file = Nahrávání souboru…
749771pdfjs-toggle-views-manager-button1 =
750772 .title = Spravovat strany
751773
774+ ## Digital signature properties (signature verification panel)
775+
776+ pdfjs-digital-signature-properties-button =
777+ .title = Vlastnosti digitálního podpisu
778+ .aria-label = Vlastnosti digitálního podpisu
779+ pdfjs-digital-signature-properties-button-label = Vlastnosti digitálního podpisu
780+
781+ ## Banner shown above the signature list summarising the overall
782+ ## verification state of the document. Each variant is selected by the
783+ ## viewer based on the worst per-signature status; one signature is
784+ ## enough to lower the banner.
785+ ##
786+ ## Variables:
787+ ## $count (Number) - number of signatures at the worst level.
788+
789+ pdfjs-digital-signature-properties-banner-verified = Dokument byl podepsán platným digitálním podpisem
790+ pdfjs-digital-signature-properties-banner-unknown =
791+ { $count ->
792+ [ one ] Dokument je podepsán, ale { $count } elektronický podpis se nepodařilo ověřit
793+ [ few ] Dokument je podepsán, ale { $count } elektronické podpisy se nepodařilo ověřit
794+ [ many ] Dokument je podepsán, ale { $count } elektronických podpisů se nepodařilo ověřit
795+ *[ other ] Dokument je podepsán, ale { $count } elektronických podpisů se nepodařilo ověřit
796+ }
797+ pdfjs-digital-signature-properties-banner-untrusted =
798+ { $count ->
799+ [ one ] Dokument podepsaný { $count } certifikátem, který není důvěryhodný
800+ [ few ] Dokument podepsaný { $count } certifikáty, které nejsou důvěryhodné
801+ [ many ] Dokument podepsaný { $count } certifikáty, které nejsou důvěryhodné
802+ *[ other ] Dokument podepsaný { $count } certifikáty, které nejsou důvěryhodné
803+ }
804+ pdfjs-digital-signature-properties-banner-expired =
805+ { $count ->
806+ [ one ] Dokument je podepsaný { $count } prošlým certifikátem
807+ [ few ] Dokument je podepsaný { $count } prošlými certifikáty
808+ [ many ] Dokument je podepsaný { $count } prošlými certifikáty
809+ *[ other ] Dokument je podepsaný { $count } prošlými certifikáty
810+ }
811+ pdfjs-digital-signature-properties-banner-invalid =
812+ { $count ->
813+ [ one ] Dokument má { $count } neplatný elektronický podpis
814+ [ few ] Dokument má { $count } neplatné elektronické podpisy
815+ [ many ] Dokument má { $count } neplatných elektronických podpisů
816+ *[ other ] Dokument má { $count } neplatných elektronických podpisů
817+ }
818+ pdfjs-digital-signature-properties-banner-revoked =
819+ { $count ->
820+ [ one ] Dokument je podepsaný { $count } zneplatněným certifikátem
821+ [ few ] Dokument je podepsaný { $count } zneplatněnými certifikáty
822+ [ many ] Dokument je podepsaný { $count } zneplatněnými certifikáty
823+ *[ other ] Dokument je podepsaný { $count } zneplatněnými certifikáty
824+ }
825+
826+ ## Per-signature status row. Only three distinct strings are needed:
827+ ## the signature crypto either verified (the cert chain may still be
828+ ## untrusted/expired/revoked, but that's surfaced on the cert row
829+ ## below), or it failed, or its sub-format isn't supported.
830+
831+ pdfjs-digital-signature-properties-status-verified = Stav: Podpis ověřen
832+ pdfjs-digital-signature-properties-status-invalid = Stav: Podpis je neplatný
833+ pdfjs-digital-signature-properties-status-unknown = Stav: Nelze ověřit (nepodporováno)
834+
752835## Per-signature certificate row. The variants with an issuer / date in
753836## parentheses embed fully-localized context — no English fall-through.
754837##
755838## Variables:
756839## $issuer (String) - issuer or subject common name from the cert.
757840## $dateObj (Date) - notAfter date for the expired-with-date form.
758841
842+ pdfjs-digital-signature-properties-certificate-trusted = Certifikát: Důvěryhodný ({ $issuer } )
759843pdfjs-digital-signature-properties-certificate-unknown = Certifikát: nedostupný
760844pdfjs-digital-signature-properties-certificate-untrusted = Certifikát: nedůvěryhodný
845+ pdfjs-digital-signature-properties-certificate-untrusted-unknown-issuer = Certifikát: Neznámý vydavatel ({ $issuer } )
846+ pdfjs-digital-signature-properties-certificate-untrusted-self-signed = Certifikát: Self-signed ({ $issuer } )
847+ pdfjs-digital-signature-properties-certificate-untrusted-untrusted-issuer = Certifikát: Nedůvěryhodný vydavatel ({ $issuer } )
761848pdfjs-digital-signature-properties-certificate-expired = Certifikát: vypršel
849+ pdfjs-digital-signature-properties-certificate-expired-with-date = Certifikát: Vypršel ({ DATETIME( $dateObj , dateStyle: "medium" ) } )
762850pdfjs-digital-signature-properties-certificate-revoked = Certifikát: zneplatněn
763851
764852## Main menu for adding/removing signatures
0 commit comments