Skip to content

Commit

Permalink
[GUI][i18n] Improve Number of Revoked Cert. Label [for: en, fr, de] (#…
Browse files Browse the repository at this point in the history
…473)

* i18n: Improve Number of Revoked Cert. Label [for: en, fr, de]

* i18n: fix german typo

Co-authored-by: Kai Kramer <[email protected]>

---------

Co-authored-by: Kai Kramer <[email protected]>
  • Loading branch information
The-Lum and kaikramer authored Jan 8, 2024
1 parent 864d674 commit bd7b66d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ DViewCrl.jdnIssuer.tooltip = CRL issuer's distinguished name
DViewCrl.jlEffectiveDate.text = Effective Date:
DViewCrl.jlIssuer.text = Issuer:
DViewCrl.jlNextUpdate.text = Next Update:
DViewCrl.jlRevokedCerts.text = Revoked Certificates ({0,choice,0#no entries|1#1 entry|1<{0,number,integer} entries}):
DViewCrl.jlRevokedCerts.text = {0,choice,0#Empty CRL (no entries).|1#One revoked Certificate:|1<Revoked Certificates ({0,number,integer} entries):}
DViewCrl.jlSignatureAlgorithm.text = Signature Algorithm:
DViewCrl.jlVersion.text = Version:
DViewCrl.jtfEffectiveDate.noteffective.text = {0} (NOT YET EFFECTIVE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ DViewCrl.jdnIssuer.tooltip = Eindeutiger Name des CRL Ausstelle
DViewCrl.jlEffectiveDate.text = G\u00FCltigkeitsdatum:
DViewCrl.jlIssuer.text = Aussteller:
DViewCrl.jlNextUpdate.text = N\u00E4chste Aktualisierung:
DViewCrl.jlRevokedCerts.text = Gesperrte Zertifikate ({0,choice,0#0 Eintr\u00E4ge|1#1 Eintrag|1<{0,number,integer} Eintr\u00E4ge}):
DViewCrl.jlRevokedCerts.text = {0,choice,0#Leere CRL (keine Eintr\u00E4ge).|1#Ein gesperrtes Zertifikat:|1<Gesperrte Zertifikate ({0,number,integer} Eintr\u00E4ge):}
DViewCrl.jlSignatureAlgorithm.text = Signaturalgorithmus:
DViewCrl.jlVersion.text = Version:
DViewCrl.jtfEffectiveDate.noteffective.text = {0} (NOCH NICHT WIRKSAM)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ DViewCrl.jdnIssuer.tooltip = Nom distinctif de l\u2019\u00E9met
DViewCrl.jlEffectiveDate.text = Date d\u2019effet\u00A0:
DViewCrl.jlIssuer.text = \u00C9metteur\u00A0:
DViewCrl.jlNextUpdate.text = Prochaine mise \u00E0 jour\u00A0:
DViewCrl.jlRevokedCerts.text = Certificats r\u00E9voqu\u00E9s\u00A0:
DViewCrl.jlRevokedCerts.text = {0,choice,0#CRL vide (aucune entr\u00E9e).|1#Un certificat r\u00E9voqu\u00E9\u00A0:|1<Certificats r\u00E9voqu\u00E9s ({0,number,integer} entr\u00E9es)\u00A0:}
DViewCrl.jlSignatureAlgorithm.text = Algorithme de signature\u00A0:
DViewCrl.jlVersion.text = Version\u00A0:
DViewCrl.jtfEffectiveDate.noteffective.text = {0} (PAS ENCORE EFFECTIVE)
Expand Down

0 comments on commit bd7b66d

Please sign in to comment.