<?php
|
$wb['username_txt'] = 'Username:';
|
$wb['password_txt'] = 'Password:';
|
$wb['function_txt'] = 'Functions:';
|
$wb['username_error_unique'] = 'Username must be unique';
|
$wb['username_error_empty'] = 'Username cannot be empty';
|
$wb['password_error_empty'] = 'Password cannot be empty';
|
$wb['password_strength_txt'] = 'Password Strength:';
|
?>
|