Skip to content

Commit

Permalink
Merge pull request #651 from vlevigneron/fix-issue-zonemaster-engine-642
Browse files Browse the repository at this point in the history
- Fixes DNSSEC error message typo (DNSSEC:ALGORITHM_NOT_ZONE_SIGN)
  • Loading branch information
vlevigneron committed Oct 22, 2019
2 parents 9937b46 + ae9eaf2 commit f4a25da
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions lib/Zonemaster/Engine/Test/DNSSEC.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Zonemaster::Engine::Test::DNSSEC;

use version; our $VERSION = version->declare("v1.1.9");
use version; our $VERSION = version->declare("v1.1.10");

###
### This test module implements DNSSEC tests.
Expand Down Expand Up @@ -440,7 +440,7 @@ Readonly my %TAG_DESCRIPTIONS => (
},
ALGORITHM_NOT_ZONE_SIGN => sub {
__x # DNSSEC:ALGORITHM_NOT_ZONE_SIGN
"The DNSKEY with tag {keytag} uses algorithm number not meant for zone signing{algorithm}/({description}).",
"The DNSKEY with tag {keytag} uses algorithm number not meant for zone signing {algorithm}/({description}).",
@_;
},
ALGORITHM_OK => sub {
Expand Down
6 changes: 3 additions & 3 deletions share/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-22 11:24+0200\n"
"POT-Creation-Date: 2019-10-22 14:30+0200\n"
"PO-Revision-Date: 2019-10-18 14:32+0200\n"
"Last-Translator: mats.dufberg@iis.se\n"
"Language-Team: Zonemaster Team\n"
Expand Down Expand Up @@ -1516,10 +1516,10 @@ msgstr "Target ({info}) found to deliver e-mail for the domain name."
#, perl-brace-format
msgid ""
"The DNSKEY with tag {keytag} uses algorithm number not meant for zone "
"signing{algorithm}/({description})."
"signing {algorithm}/({description})."
msgstr ""
"The DNSKEY with tag {keytag} uses algorithm number not meant for zone "
"signing{algorithm}/({description})."
"signing {algorithm}/({description})."

#. DNSSEC:ALGORITHM_OK
#, perl-brace-format
Expand Down
28 changes: 14 additions & 14 deletions share/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-22 11:24+0200\n"
"POT-Creation-Date: 2019-10-22 14:30+0200\n"
"PO-Revision-Date: 2017-12-18\n"
"Last-Translator: vincent.levigneron@afnic.fr\n"
"Language-Team: Zonemaster Team\n"
Expand Down Expand Up @@ -340,9 +340,9 @@ msgid ""
"({algorithm_description}) has a size ({keysize}) larger than the maximum one "
"({keysizemax})."
msgstr ""
"La clé (DNSKEY) avec le tag {keytag} utilisant l'algorithme {algorithm_number} "
"({algorithm_description}) a une taille ({keysize}) plus grande que la taille "
"maximum ({keysizemax}) spécifiée pour cet algorithme."
"La clé (DNSKEY) avec le tag {keytag} utilisant l'algorithme "
"{algorithm_number} ({algorithm_description}) a une taille ({keysize}) plus "
"grande que la taille maximum ({keysizemax}) spécifiée pour cet algorithme."

#. DNSSEC:DNSKEY_TOO_SMALL_FOR_ALGO
#, perl-brace-format
Expand All @@ -351,9 +351,9 @@ msgid ""
"({algorithm_description}) has a size ({keysize}) smaller than the minimum "
"one ({keysizemin})."
msgstr ""
"La clé (DNSKEY) avec le tag {keytag} utilisant l'algorithme {algorithm_number} "
"({algorithm_description}) a une taille ({keysize}) plus petite que la taille "
"minimum ({keysizemin}) spécifiée pour cet algorithme."
"La clé (DNSKEY) avec le tag {keytag} utilisant l'algorithme "
"{algorithm_number} ({algorithm_description}) a une taille ({keysize}) plus "
"petite que la taille minimum ({keysizemin}) spécifiée pour cet algorithme."

#. DNSSEC:DNSKEY_SMALLER_THAN_REC
#, perl-brace-format
Expand All @@ -362,9 +362,9 @@ msgid ""
"({algorithm_description}) has a size ({keysize}) smaller than the "
"recommended one ({keysizerec})."
msgstr ""
"La clé (DNSKEY) avec le tag {keytag} utilisant l'algorithme {algorithm_number} "
"({algorithm_description}) a une taille ({keysize}) plus petite que la taille "
"recommandée ({keysizerec}) pour cet algorithme."
"La clé (DNSKEY) avec le tag {keytag} utilisant l'algorithme "
"{algorithm_number} ({algorithm_description}) a une taille ({keysize}) plus "
"petite que la taille recommandée ({keysizerec}) pour cet algorithme."

#. DNSSEC:DS_DOES_NOT_MATCH_DNSKEY
#, perl-brace-format
Expand Down Expand Up @@ -1762,7 +1762,7 @@ msgstr ""
#, perl-brace-format
msgid ""
"The DNSKEY with tag {keytag} uses algorithm number not meant for zone "
"signing{algorithm}/({description})."
"signing {algorithm}/({description})."
msgstr ""
"La clé (DNSKEY) avec le tag {keytag} utilise un numéro d'algorithme non "
"prévu pour faire des signatures {algorithm}/({description})."
Expand Down Expand Up @@ -2183,9 +2183,9 @@ msgid ""
"{ns}/{address} returned no DS record created by algorithm {algorithm_number}/"
"{algorithm_mnemonic} for zone {zone}, which is required."
msgstr ""
"Le serveur de noms {ns}/{address} ne retourne aucun enregistrement de type \"DS\" "
"créé à partir de l'algorithme {algorithm_number}/{algorithm_mnemonic} pour la "
"zone {zone}, alors que c'est nécessaire."
"Le serveur de noms {ns}/{address} ne retourne aucun enregistrement de type "
"\"DS\" créé à partir de l'algorithme {algorithm_number}/{algorithm_mnemonic} "
"pour la zone {zone}, alors que c'est nécessaire."

#. DNSSEC:NO_RESPONSE_DS
#, perl-brace-format
Expand Down

0 comments on commit f4a25da

Please sign in to comment.