1<?php 2/** 3 * English language file for forceuserchange plugin 4 * 5 * @author Henry Pan <dokuwiki@phy25.com> 6 */ 7 8$lang['msg_forceupdate'] = 'You are required to complete a password update before proceeding%s.'; 9$lang['msg_sameallowed'] = ' - you can use the same password'; 10$lang['msg_errorpw'] = 'Please choose a new, different password to proceed.'; 11