From f652e36b2b2e958ceba3739041e257a4b39f19d0 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <bruederli@kolabsys.com>
Date: Wed, 12 Nov 2014 03:18:58 -0500
Subject: [PATCH] Force-pull translations from Transifex

---
 plugins/password/localization/en_GB.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/plugins/password/localization/en_GB.inc b/plugins/password/localization/en_GB.inc
index 533bcd0..d5387cb 100644
--- a/plugins/password/localization/en_GB.inc
+++ b/plugins/password/localization/en_GB.inc
@@ -15,6 +15,7 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
 */
+$labels['changepasswd']  = 'Change password';
 $labels['curpasswd']  = 'Current Password:';
 $labels['newpasswd']  = 'New Password:';
 $labels['confpasswd']  = 'Confirm New Password:';
@@ -28,4 +29,5 @@
 $messages['passwordshort'] = 'Password must be at least $length characters long.';
 $messages['passwordweak'] = 'Password must include at least one number and one symbol.';
 $messages['passwordforbidden'] = 'Password contains forbidden characters.';
+$messages['firstloginchange'] = 'This is your first login. Please change your password.';
 ?>

--
Gitblit v1.9.1