Alex, can you modify line 60 in nggallery.php from:
$this->load_textdomain();
to
add_action('plugins_loaded',array(&$this,'load_textdomain'));
so that the translations for next gen will be picked up by the wpml plugin (and potential other plugins that do translations for WordPress).