mirror of
https://forge.dns-witch.net/dns-witch/nomilo.git
synced 2026-05-10 18:39:08 +02:00
134 lines
4.3 KiB
Text
134 lines
4.3 KiB
Text
## Zone content
|
|
|
|
zone-header = Zone { $zone_name }
|
|
|
|
zone-content-title = Zone content
|
|
zone-content-records-header = Records
|
|
zone-content-aliases-header = Aliases
|
|
|
|
zone-content-section-web-header = Web
|
|
zone-content-section-mail-header = E-mail
|
|
zone-content-section-service-header = Services
|
|
zone-content-section-general-header = General
|
|
|
|
zone-content-security-warning = Warning
|
|
zone-content-security-ok = Ok
|
|
|
|
zone-content-edit-web-configuration-button = Edit Web configuration for { $name }
|
|
zone-content-edit-mail-configuration-button = Edit email configuration for { $name }
|
|
zone-content-edit-service-configuration-button = Edit services configuration for { $name }
|
|
zone-content-edit-nameservers-records-button = Edit nameservers for { $name }
|
|
zone-content-edit-texts-records-button = Edit arbitrary data (TXT) for { $name }
|
|
|
|
zone-content-record-type-addresses =
|
|
.type-name = IP addresses
|
|
|
|
zone-content-record-type-mailservers =
|
|
.type-name = E-mail servers
|
|
|
|
zone-content-record-type-spf =
|
|
.type-name = Sender policy (SPF)
|
|
|
|
zone-content-record-type-nameservers =
|
|
.type-name = Name servers
|
|
|
|
zone-content-record-type-dkim =
|
|
.type-name = Signature keys (DKIM)
|
|
|
|
zone-content-record-type-dmarc =
|
|
.type-name = Error reporting policy (DMARC)
|
|
|
|
zone-content-record-type-service =
|
|
.type-name = Services
|
|
.data-priority = Priority: { $priority }
|
|
.data-weight = Weight: { $weight }
|
|
|
|
zone-content-record-type-texts =
|
|
.type-name = Arbitrary data (TXT)
|
|
|
|
zone-content-new-record-button = New record
|
|
|
|
zone-content-flash-message =
|
|
.configure-success = Zone configured successfully.
|
|
|
|
## Create record
|
|
|
|
new-record-title = New record
|
|
|
|
record-creation-process-heading = Create a new record in zone { $zone }
|
|
|
|
record-choose-name-heading = Choose the subdomain name of the new record
|
|
|
|
record-input-name =
|
|
.input-label = Subdomain of the new record
|
|
.help-description = Only the subdomain, without the parent domain. For instance, "www" to create the subdomain "www.{ $zone }".
|
|
.error-domain-characters_not_permitted = Domain name label "{ $label }" contains characters not permitted. The allowed characters are lowercase alphanumeric characters (a-z and 0-9), the dash ('-'), the underscore ('_') and the forward slash ('/').
|
|
|
|
button-create-record-next-step = Next step
|
|
|
|
record-input-ttl =
|
|
.input-label = Duration in cache (TTL)
|
|
.help = In seconds, optional, default to 1 hour
|
|
.error-input-type_error = The duration in cache must be a positif integer number.
|
|
.error-record-parse-number = The duration in cache must be a positif integer number.
|
|
|
|
record-input-addresses =
|
|
.input-label = IP address { $index }
|
|
.delete-button = Delete IP address { $index }
|
|
.error-record-parse-ip = Unexpected IP address format. The IP address
|
|
should be either an IPv4 address, like <code>198.51.100.3</code>, or an IPv6
|
|
address, like <code>2001:db8:cafe:bc68::2</code>.
|
|
.error-input-required_record = At least one IP addresses is required.
|
|
|
|
button-add-address = Add an other address
|
|
|
|
record-input-mailservers-fieldset =
|
|
.legend = Mail server { $index }
|
|
.error-input-required_record = At least one mail server must be configured.
|
|
|
|
record-input-mailservers-server-name =
|
|
.input-label = Server name
|
|
.error-input-missing_value = The name of the mail server
|
|
|
|
record-input-mailservers-preference =
|
|
.input-label = Preference
|
|
.error-input-missing_value = The preference of the mail server
|
|
|
|
button-add-mailserver = Add an other mailserver
|
|
|
|
record-input-spf-fieldset =
|
|
.legend = Sender policy (SPF)
|
|
|
|
record-input-spf =
|
|
.input-label = Sender policy
|
|
|
|
record-input-dmarc-fieldset =
|
|
.legend = Error reporting policy (DMARC)
|
|
|
|
record-input-dmarc =
|
|
.input-label = Error reporting policy
|
|
|
|
record-input-dkim-fieldset =
|
|
.legend = Cryptographic signature key (DKIM) { $index }
|
|
|
|
record-input-dkim-selector =
|
|
.input-label = Selector
|
|
|
|
record-input-dkim-signing-key =
|
|
.input-label = Signing key
|
|
|
|
button-add-dkim-key = Add an other signature key
|
|
|
|
record-config-web-heading = Configure a web site for the domain <strong>{ $name }</strong>
|
|
|
|
record-config-section-web =
|
|
.servers = Web servers
|
|
|
|
record-config-mail-heading = Configure e-mails for the domain <strong>{ $name }</strong>
|
|
|
|
record-config-section-mail =
|
|
.servers = Mail servers (MX)
|
|
.security = Security
|
|
.dkim = Cryptographic signature (DKIM)
|
|
|
|
button-save-configuration = Save configuration
|