source: github/plugins/password/localization/zh_TW.inc @ 62a83b3

Last change on this file since 62a83b3 was 62a83b3, checked in by thomascube <thomas@…>, 2 years ago

Copying plugins to release branch

  • Property mode set to 100644
File size: 875 bytes
Line 
1<?php
2
3$labels = array();
4$labels['changepasswd']  = '曎改密碌';
5$labels['curpasswd']  = '目前的密碌';
6$labels['newpasswd']  = '新密碌';
7$labels['confpasswd']  = '確認新密碌';
8
9$messages = array();
10$messages['nopassword'] = '請茞入新密碌';
11$messages['nocurpassword'] = '請茞入目前的密碌';
12$messages['passwordincorrect'] = '目前的密碌錯誀';
13$messages['passwordinconsistency'] = '密碌䞍盞笊請重新茞入';
14$messages['crypterror'] = '無法曎新密碌無加密機制';
15$messages['connecterror'] = '無法曎新密碌連線倱敗';
16$messages['internalerror'] = '無法曎新密碌';
17$messages['passwordshort'] = '悚的密碌至少需 $length 個字元長';
18$messages['passwordweak'] = '悚的新密碌至少需含有䞀個敞字與䞀個暙點笊號';
19$messages['passwordforbidden'] = '悚的密碌含有犁甚字元';
20
21?>
Note: See TracBrowser for help on using the repository browser.