Changeset 2303133
- Timestamp:
- 05/12/2020 05:07:30 AM (6 years ago)
- Location:
- vaptcha/trunk
- Files:
-
- 4 edited
-
VaptchaPlugin.php (modified) (1 diff)
-
languages/vaptcha-en_US.mo (modified) (previous)
-
languages/vaptcha-en_US.po (modified) (2 diffs)
-
options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vaptcha/trunk/VaptchaPlugin.php
r2303059 r2303133 217 217 if (!get_option('vaptcha_options')) { 218 218 $options = array( 219 'vaptcha_vid' => ' 5e81543159ec213db68b11bd',220 'vaptcha_key' => ' 54fa368bf2534a43b6a73082e571bed6',219 'vaptcha_vid' => '', 220 'vaptcha_key' => '', 221 221 'vaptcha_comment' => '1', 222 222 'vaptcha_register' => '1', -
vaptcha/trunk/languages/vaptcha-en_US.po
r1917973 r2303133 30 30 msgstr "VAPTCHA Setting" 31 31 32 #: options.php:25 32 #: options.php:19 33 msgid "请登录官网(www.vaptcha.com)免费获取VID及KEY" 34 msgstr "Visit the official website (www.vaptcha.com) for VID and KEY free of charge" 35 36 #: options.php:26 33 37 msgid "显示类型" 34 38 msgstr "display type" 35 39 36 #: options.php:2 840 #: options.php:29 37 41 msgid "浮动式" 38 42 msgstr "float" 39 43 40 #: options.php: 2944 #: options.php:30 41 45 msgid "弹出式" 42 46 msgstr "popup" 43 47 44 #: options.php:3 048 #: options.php:31 45 49 msgid "嵌入式" 46 50 msgstr "embed" 47 51 48 #: options.php:3 552 #: options.php:36 49 53 msgid "按钮风格" 50 54 msgstr "Button Style" 51 55 52 #: options.php:3 856 #: options.php:39 53 57 msgid "深色" 54 58 msgstr "dark" 55 59 56 #: options.php: 3960 #: options.php:40 57 61 msgid "浅色" 58 62 msgstr "light" 59 63 60 #: options.php:4 464 #: options.php:45 61 65 msgid "按钮颜色" 62 66 msgstr "Button color" 63 67 64 #: options.php:5 068 #: options.php:51 65 69 msgid "按钮高度" 66 70 msgstr "Button height" 67 71 68 #: options.php:5 272 #: options.php:53 69 73 msgid "不得低于36px" 70 74 msgstr "Can not be lower than 36px" 71 75 72 #: options.php:5 676 #: options.php:57 73 77 msgid "按钮宽度" 74 78 msgstr "Button width" 75 79 76 #: options.php:5 880 #: options.php:59 77 81 msgid "不得低于200px" 78 82 msgstr "Can not be lower than 200px" 79 83 80 #: options.php:6 284 #: options.php:63 81 85 msgid "智能检测" 82 86 msgstr "AI" 83 87 84 #: options.php:64 options.php:7 4 options.php:87 options.php:96 options.php:10588 #: options.php:64 options.php:75 options.php:88 options.php:97 options.php:106 85 89 msgid "开启" 86 90 msgstr "enable" 87 91 88 #: options.php:6 6 options.php:76 options.php:89 options.php:98 options.php:10792 #: options.php:67 options.php:77 options.php:90 options.php:99 options.php:108 89 93 msgid "关闭" 90 94 msgstr "disable" 91 95 92 #: options.php: 69 options.php:7996 #: options.php:70 options.php:80 93 97 msgid "" 94 98 "如果开启,高风险操作或者客户端在验证时需要进行手势验证,无风险客户端则可以一" … … 98 102 "while suspicious users must go through the whole gesture verification " 99 103 100 #: options.php:7 2104 #: options.php:73 101 105 msgid "HTTPS" 102 106 msgstr "HTTPS" 103 107 104 #: options.php:8 2108 #: options.php:83 105 109 msgid "设置启用模块" 106 110 msgstr "Select enabled module" 107 111 108 #: options.php:8 5112 #: options.php:86 109 113 msgid "评论" 110 114 msgstr "Comment" 111 115 112 #: options.php:9 4116 #: options.php:95 113 117 msgid "注册" 114 118 msgstr "Register" 115 119 116 #: options.php:10 3120 #: options.php:104 117 121 msgid "登录" 118 122 msgstr "Login" 119 123 120 #: options.php:11 2124 #: options.php:113 121 125 msgid "语言选择" 122 126 msgstr "Select language" 123 127 124 #: options.php:12 3128 #: options.php:124 125 129 msgid "保存设置" 126 130 msgstr "Save setting" -
vaptcha/trunk/options.php
r1917973 r2303133 17 17 <th><label for="vid">vid</label></th> 18 18 <td> <input name="vaptcha_options[vaptcha_vid]" type="text" value="<?php echo $options['vaptcha_vid'] ?>" class="regular-text code"></td> 19 <td> <?php _e('请登录官网(www.vaptcha.com)免费获取VID及KEY', 'vaptcha') ?> </td> 19 20 </tr> 20 21 <tr>
Note: See TracChangeset
for help on using the changeset viewer.