I've made Japanese files for image-widget.
http://firegoby.theta.ne.jp/wp-content/uploads/2011/06/lang.zip
By the way, I was find problem on debug mode.
I will happy to fix below.
image-widget.php line 39
before:
if (WP_ADMIN) {
after:
if (defined("WP_ADMIN") && WP_ADMIN) {
Thanks. :)