1<?php 2/** 3 * English language file for forceuserchange plugin 4 * 5 * @author Henry Pan <dokuwiki@phy25.com> 6 */ 7 8// keys need to match the config setting name 9$lang['groupname'] = 'Group name that the plugin will check user against'; 10$lang['grouprel'] = 'What kind of relation between the user and the group'; 11$lang['grouprel_c_including'] = 'including - users in the group will be required to update'; 12$lang['grouprel_c_excluding'] = 'excluding - users not in the group will be required to update'; 13$lang['allowsamepw'] = 'User can proceed by updating with the same password; note that if this is off, user can still reuse password by changing it twice'; 14