diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
commit | 7e34e4c5b5dac037435d0fc2c6db1f71199006e0 (patch) | |
tree | d3de8c0f9b8f609efa3e5434da2da48a4cf5b00b /plugins/password/localization/zh_TW.inc | |
parent | 9f1fd396951dd1bf9a082422d0835ca1a229255d (diff) | |
parent | ced9e5a5bf5d6ffe051b42f474d7a97203641913 (diff) |
Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release-1.0
Diffstat (limited to 'plugins/password/localization/zh_TW.inc')
-rw-r--r-- | plugins/password/localization/zh_TW.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/password/localization/zh_TW.inc b/plugins/password/localization/zh_TW.inc index e5e2414f2..22d88f042 100644 --- a/plugins/password/localization/zh_TW.inc +++ b/plugins/password/localization/zh_TW.inc @@ -29,4 +29,5 @@ $messages['internalerror'] = '無法更新密碼'; $messages['passwordshort'] = '您的密碼至少需 $length 個字元長'; $messages['passwordweak'] = '您的新密碼至少需含有一個數字與一個標點符號'; $messages['passwordforbidden'] = '您的密碼含有禁用字元'; +$messages['firstloginchange'] = '這是你第一次登入。請更改你的密碼。'; ?> |