1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author 铁桶 <2335652849@qq.com>
7 */
8$lang['autotype']              = '如何生成密码?';
9$lang['autotype_o_random']     = '随机密码';
10$lang['pools_numeric']         = '数字';
11$lang['pools_special']         = '特殊字符(例如!、$、#、%)';
12