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

Add missing colons to en local #396

Merged
merged 2 commits into from
Oct 29, 2023
Merged
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
24 changes: 12 additions & 12 deletions _locales/en_US/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"message": "DNS"
},
"options_dns.resolver": {
"message": "Resolver"
"message": "Resolver:"
},
"options_dns.resolver.value.1": {
"message": "JavaScript DNS library"
Expand All @@ -371,10 +371,10 @@
"message": "Get DNS servers from OS configuration"
},
"options_dns.nameserver": {
"message": "DNS servers (Syntax (EBNF): host[\":\"port]{\";\"host[\":\"port]} )"
"message": "DNS servers (Syntax (EBNF): host[\":\"port]{\";\"host[\":\"port]} ):"
},
"options_dns.timeout_connect": {
"message": "DNS connection timeout (in seconds)",
"message": "DNS connection timeout (in seconds):",
"description": "Timeout for the connection to the DNS servers (both establishing the connection and sending/receiving data)"
},
"options_dns.proxy.enable": {
Expand All @@ -390,7 +390,7 @@
"message": "Port:"
},
"options_dns.libunbound.nameserver": {
"message": "DNS servers (Syntax (EBNF): IP{\";\"IP} )"
"message": "DNS servers (Syntax (EBNF): IP{\";\"IP} ):"
},
"options_dns.libunbound.usageWarning": {
"message": "The libunbound resolver requires an externally installed library"
Expand Down Expand Up @@ -462,10 +462,10 @@
"message": "Display"
},
"options_showDKIMHeader": {
"message": "Show DKIM header"
"message": "Show DKIM header:"
Mr-Update marked this conversation as resolved.
Show resolved Hide resolved
},
"options_showDKIMFromTooltip": {
"message": "Show DKIM tooltip for From header"
"message": "Show DKIM tooltip for From header:"
},
"options_showDKIM.value.0": {
"message": "never"
Expand Down Expand Up @@ -526,19 +526,19 @@
"message": "Still verify the signature, if a domain is only testing DKIM"
},
"options_error.illformed_i.treatAs": {
"message": "Treat ill-formed AUID tag as"
"message": "Treat ill-formed AUID tag as:"
},
"options_error.illformed_s.treatAs": {
"message": "Treat ill-formed selector tag as"
"message": "Treat ill-formed selector tag as:"
},
"options_error.policy.key_insecure.treatAs": {
"message": "Treat DKIM key not secured by DNSSEC as"
"message": "Treat DKIM key not secured by DNSSEC as:"
},
"options_error.algorithm.sign.rsa-sha1.treatAs": {
"message": "Treat RSA-SHA1 sign algorithm as"
"message": "Treat RSA-SHA1 sign algorithm as:"
},
"options_error.algorithm.rsa.weakKeyLength.treatAs": {
"message": "Treat weak RSA keys (<2048 bits) as"
"message": "Treat weak RSA keys (<2048 bits) as:"
},
"options_error.treatAs.value.0": {
"message": "error"
Expand Down Expand Up @@ -735,7 +735,7 @@
"message": "Automatically select priority"
},
"signRules.priorityMode.manual": {
"message": "Set priority to"
"message": "Set priority to:"
},
"button.cancel": {
"message": "Cancel"
Expand Down
Loading