summaryrefslogtreecommitdiff
path: root/plugins/password/localization/en_GB.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-08-06 18:14:57 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-08-06 18:14:57 +0200
commit20825920e3f723c1a2a962beaa72a33e82cd14da (patch)
tree5eacbfb755f56b6ec2b59be9e7ac1ff3352ff615 /plugins/password/localization/en_GB.inc
parent056a8b7174a1ee9f117b956088973c6dd0e8997d (diff)
Synched translations from launchpad/masterv0.8.0
Diffstat (limited to 'plugins/password/localization/en_GB.inc')
-rw-r--r--plugins/password/localization/en_GB.inc31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/password/localization/en_GB.inc b/plugins/password/localization/en_GB.inc
new file mode 100644
index 000000000..57f0d83e9
--- /dev/null
+++ b/plugins/password/localization/en_GB.inc
@@ -0,0 +1,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.';
+