Could you surround the "Edit" text on line 709 in entry_list.php with an translate __() function?
<th scope="col" style="width:15px;">
<a>/select_columns.php?id=<?php echo $form_id ?>&TB_iframe=true&height=350&width=500" class="thickbox entries_edit_icon">Edit</a>
</th>
The edit link in the thead section is translatable, but in the tfoot section not.