summaryrefslogtreecommitdiff
path: root/plugins/password/localization/en_US.inc
blob: b54bcd4c9f926ded14b1c9044bc8e5f1ae59f938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

$labels = array();
$labels['changepasswd']  = 'Change Password';
$labels['curpasswd']  = 'Current Password:';
$labels['newpasswd']  = 'New Password:';
$labels['confpasswd']  = 'Confirm New Password:';

$messages = array();
$messages['nopassword'] = "Please input new password.";
$messages['nocurpassword'] = "Please input current password.";
$messages['passwordincorrectly'] = "Current password incorrectly.";
$messages['passwordinconsistency'] = "Inconsistency of password, please try again.";

?>