Skip to content
br_dns_dkim.lng 509 B
Newer Older
Florian Schaal's avatar
Florian Schaal committed
<?php
Till Brehm's avatar
Till Brehm committed
$wb['public_key_txt'] = 'Chave pública';
Florian Schaal's avatar
Florian Schaal committed
$wb['ttl_txt'] = 'TTL';
Till Brehm's avatar
Till Brehm committed
$wb['active_txt'] = 'Ativo';
$wb['record_exists_txt'] = 'Registro dns já existe.';
$wb['dkim_disabled_txt'] = 'DKIM desabilitado para este domínio.';
$wb['limit_dns_record_txt'] = 'O limite de registros dns para esta conta foi alcançado.';
$wb['no_zone_perm'] = 'Você não tem permissão para adicionar registros a esta zona dns.';
$wb['ttl_range_error'] = 'O ttl mínimo são 60 segundos.';
$wb['selector_txt'] = 'Seletor DKIM';
Florian Schaal's avatar
Florian Schaal committed
?>