Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Fixes DNSSEC error message typo (DNSSEC:ALGORITHM_NOT_ZONE_SIGN) #651

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
- Fixes #642
  • Loading branch information
vlevigneron committed Oct 22, 2019
commit ae9eaf28e077a3b78a1f1f09865c3cd77c150595
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}).",
vlevigneron marked this conversation as resolved.
Show resolved Hide resolved
@_;
},
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