$upinst.="update add {$dnsupdate['host']}. {$dnsupdate['ttl']} A {$wanip}\n";
$notify_text.=sprintf(gettext("DynDNS updated IP Address (A) for {$dnsupdate['host']} on %s (%s) to %s"),convert_real_interface_to_friendly_descr($if),$if,$wanip)."\n";
$notify_text.=sprintf(_('DynDNS updated IP Address (A) for %s on %s (%s) to %s'),$dnsupdate['host'],convert_real_interface_to_friendly_descr($if),$if,$wanip)."\n";
$notify_text.=sprintf(gettext("DynDNS updated IPv6 Address (AAAA) for {$dnsupdate['host']} on %s (%s) to %s"),convert_real_interface_to_friendly_descr($if),$if,$wanipv6)."\n";
$notify_text.=sprintf(_('DynDNS updated IPv6 Address (AAAA) for %s on %s (%s) to %s'),$dnsupdate['host'],convert_real_interface_to_friendly_descr($if),$if,$wanipv6)."\n";