<?php_e('Add users to main site','civicrm-network-groups');?>
</th>
<td>
<inputtype="checkbox"class="settings-checkbox"id="cng_main"name="cng_main"value="1"<?phpecho$main_checked;?>/><labelclass="civicrm_network_groups_settings_label"for="cng_main"><?php_e('Add users to the main site of the network','civicrm-network-groups');?></label>
<pclass="description"><?php_e('When checked, users will be added to the main site when they are added to a Network Group. This is for use when the "Groups" plugin has NOT been put into "Network" mode via the filter introduced in the "filter-db-table" branch on GitHub.','civicrm-network-groups');?></p>
<pclass="description"><?php_e('When unchecked, WordPress users will NOT be added to the main site when they are added to a Network Group. Please note that there is a limitation with this setup such that WordPress users cannot be added to "Groups" groups unless they are edited on the site they are a member of. This is, of course, is the most likely scenario, since Network Groups will probably be assigned by other members of the same sub-site.','civicrm-network-groups');?></p>