When using your very nice modul in a multilingual system, i was not able to translate the action link. I fixed it at line 99:
return l(t($action['description']), 'views_actions_links/action/' . $action['function'] . '/' . $nid, array(), drupal_get_destination());
Could you please extend your modul with the missing t().
Thanks an kind regards