commit | author | age
|
48e9c1
|
1 |
<?php |
T |
2 |
|
c41a86
|
3 |
/* |
TB |
4 |
+-----------------------------------------------------------------------+ |
aed581
|
5 |
| plugins/password/localization/<lang>.inc | |
c41a86
|
6 |
| | |
aed581
|
7 |
| Localization file of the Roundcube Webmail Password plugin | |
TB |
8 |
| Copyright (C) 2012-2013, The Roundcube Dev Team | |
|
9 |
| | |
|
10 |
| Licensed under the GNU General Public License version 3 or | |
|
11 |
| any later version with exceptions for skins & plugins. | |
|
12 |
| See the README file for a full license statement. | |
c41a86
|
13 |
| | |
TB |
14 |
+-----------------------------------------------------------------------+ |
aed581
|
15 |
|
TB |
16 |
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ |
c41a86
|
17 |
*/ |
aed581
|
18 |
$labels['changepasswd'] = '更改密碼'; |
TB |
19 |
$labels['curpasswd'] = '目前的密碼'; |
|
20 |
$labels['newpasswd'] = '新密碼'; |
|
21 |
$labels['confpasswd'] = '確認新密碼'; |
|
22 |
$messages['nopassword'] = '請輸入新密碼'; |
|
23 |
$messages['nocurpassword'] = '請輸入目前的密碼'; |
|
24 |
$messages['passwordincorrect'] = '目前的密碼錯誤'; |
|
25 |
$messages['passwordinconsistency'] = '密碼不相符,請重新輸入'; |
|
26 |
$messages['crypterror'] = '無法更新密碼:無加密機制'; |
|
27 |
$messages['connecterror'] = '無法更新密碼:連線失敗'; |
|
28 |
$messages['internalerror'] = '無法更新密碼'; |
|
29 |
$messages['passwordshort'] = '您的密碼至少需 $length 個字元長'; |
|
30 |
$messages['passwordweak'] = '您的新密碼至少需含有一個數字與一個標點符號'; |
|
31 |
$messages['passwordforbidden'] = '您的密碼含有禁用字元'; |
|
32 |
?> |