2
Checked ver 0.96 from SVN:
"Modules" - is from _AM_WAITING_MODNAME so it is not hard coded, you should be able to translate this...
"dirname" is hard coded, as you stated.
"Status" - is from _AM_WAITING_STATUS so it is not hard coded, you should be able to translate this one too...
The actual status type (in the case above 'built-in') are derived from the type in the waiting_get_plugin_info function in ./include/functions.php. The possible values are 'module', 'module (D3)', or 'built-in'.
A cursory review looks like language strings could be added for 'dirname' and the 3 'status types' pretty easily.