I am not able to translate "clikcs" and "Edit Link" teksts in the module.
Suggested code change of the linksdb.module is:
Line 325
$s = ($element['#clicks']==1)?t('click'):t('clicks');
Line 331
$title .= " - " . l(t("Edit Link"), $element['#edit']);
Line 346
$link->description .= "<br/><b>".t('This link is marked as dead: '). $link->deadcomment."</b>";
... and so forth...
Comments
Comment #1
nancydruCommitted.
I will be providing a conversion function to the Web Links module, which already has this and much more.