| <?php /* en_US.php */
  $string['ActivateMbr'] = 'sprintf(\'Please activate member %s.\',$member);';
  $string['Example1'] = 'sprintf(\'Example with One File\');';
  $string['ExampleSeveral'] = 'sprintf(\'Example with Several Files\');';
  $string['ExampleSQL'] = 'sprintf(\'Example using SQL\');';
  $string['SelectLang'] = 'sprintf(\'Select language\');';
  $string['Submit'] = 'sprintf(\'Submit\');'; 
  $string['YourPwdIs'] = 'sprintf(\'Password Notification.<br />Your password is "%s".\',$pwd);';
?>
 |