summaryrefslogtreecommitdiff
path: root/plugins/password/localization/en_GB.inc
blob: 57f0d83e9ee437e4bedde2d66e3bdf65abeac8ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php

/*
 +-----------------------------------------------------------------------+
 | localization/en_GB/labels.inc                                         |
 |                                                                       |
 | Language file of the Roundcube Webmail client                         |
 | Copyright (C) 2012, The Roundcube Dev Team                            |
 | Licensed under the GNU General Public License                         |
 |                                                                       |
 +-----------------------------------------------------------------------+
 | Author: Kevin Beynon                                                  |
 +-----------------------------------------------------------------------+
*/

$labels = array();
$labels['changepasswd'] = 'Change Password';
$labels['curpasswd'] = 'Current Password:';
$labels['newpasswd'] = 'New Password:';
$labels['confpasswd'] = 'Confirm New Password:';
$labels['nopassword'] = 'Please enter a new password.';
$labels['nocurpassword'] = 'Please enter the current password.';
$labels['passwordincorrect'] = 'Current password is incorrect.';
$labels['passwordinconsistency'] = 'Passwords do not match.  Please try again.';
$labels['crypterror'] = 'New password could not be saved.  The encryption function is missing.';
$labels['connecterror'] = 'New password could not be saved.  There is a connection error.';
$labels['internalerror'] = 'New password could not be saved.';
$labels['passwordshort'] = 'Password must be at least $length characters long.';
$labels['passwordweak'] = 'Password must include at least one number and one symbol.';
$labels['passwordforbidden'] = 'Password contains forbidden characters.';