?>
			</tbody>
		</table>
	</div>

	<p>
		<label>
			<input type="checkbox" name="icl_load_mo" value="1" checked="checked"/>
			<?php 
_e('Load translations if found in the .mo files. (it will not override existing translations)', 'wpml-string-translation');
?>
</label>
	</p>
	
	<?php 
show_automatic_text_domain_checkbox();
?>

	<p>
		<input type="submit" class="button-primary"
		       value="<?php 
echo __("Scan the selected plugins for strings", 'wpml-string-translation');
?>
"/>
		<img class="icl_ajx_loader_p" src="<?php 
echo WPML_ST_URL;
?>
/res/img/ajax-loader.gif" style="display:none;"
		     alt=""/>
	</p>
			</tbody>
		</table>
	</div>

	<p>
		<input type="checkbox" id="icl_load_mo" name="icl_load_mo" value="1" checked="checked"/>
		<label for="icl_load_mo">
			<?php 
_e('Load translations if found in the .mo files. (it will not override existing translations)', 'wpml-string-translation');
?>

		</label>
	</p>

	<?php 
show_automatic_text_domain_checkbox('plugins');
?>


	<p>
		<input type="submit" class="button-primary" value="<?php 
echo __("Scan the selected plugins for strings", 'wpml-string-translation');
?>
"/>
		<img class="icl_ajx_loader_p" src="<?php 
echo WPML_ST_URL;
?>
/res/img/ajax-loader.gif" style="display:none;" alt=""/>
	</p>