hi.
first of all congrats for the awesome module.
just a minor patch i was trying to translate --> Add New Type
but with no luck.After examining
popups_reference.module
i found this at line 97
$form[$key]['#suffix'] = '<div>Add New: ' . implode(', ', $links) .'</div></div>';
and changed it to this
$form[$key]['#suffix'] = '<div>'.t('Add New:'). implode(', ', $links) .'</div></div>';
p.s : i still cant translate the link that is generated for the popup.