Plugin Directory

Changeset 2303133


Ignore:
Timestamp:
05/12/2020 05:07:30 AM (6 years ago)
Author:
vaptcha
Message:

about how to get vid and key

Location:
vaptcha/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vaptcha/trunk/VaptchaPlugin.php

    r2303059 r2303133  
    217217        if (!get_option('vaptcha_options')) {
    218218            $options = array(
    219                 'vaptcha_vid' => '5e81543159ec213db68b11bd',
    220                 'vaptcha_key' => '54fa368bf2534a43b6a73082e571bed6',
     219                'vaptcha_vid' => '',
     220                'vaptcha_key' => '',
    221221                'vaptcha_comment' => '1',
    222222                'vaptcha_register' => '1',
  • vaptcha/trunk/languages/vaptcha-en_US.po

    r1917973 r2303133  
    3030msgstr "VAPTCHA Setting"
    3131
    32 #: options.php:25
     32#: options.php:19
     33msgid "请登录官网(www.vaptcha.com)免费获取VID及KEY"
     34msgstr "Visit the official website (www.vaptcha.com) for VID and KEY free of charge"
     35
     36#: options.php:26
    3337msgid "显示类型"
    3438msgstr "display type"
    3539
    36 #: options.php:28
     40#: options.php:29
    3741msgid "浮动式"
    3842msgstr "float"
    3943
    40 #: options.php:29
     44#: options.php:30
    4145msgid "弹出式"
    4246msgstr "popup"
    4347
    44 #: options.php:30
     48#: options.php:31
    4549msgid "嵌入式"
    4650msgstr "embed"
    4751
    48 #: options.php:35
     52#: options.php:36
    4953msgid "按钮风格"
    5054msgstr "Button Style"
    5155
    52 #: options.php:38
     56#: options.php:39
    5357msgid "深色"
    5458msgstr "dark"
    5559
    56 #: options.php:39
     60#: options.php:40
    5761msgid "浅色"
    5862msgstr "light"
    5963
    60 #: options.php:44
     64#: options.php:45
    6165msgid "按钮颜色"
    6266msgstr "Button color"
    6367
    64 #: options.php:50
     68#: options.php:51
    6569msgid "按钮高度"
    6670msgstr "Button height"
    6771
    68 #: options.php:52
     72#: options.php:53
    6973msgid "不得低于36px"
    7074msgstr "Can not be lower than 36px"
    7175
    72 #: options.php:56
     76#: options.php:57
    7377msgid "按钮宽度"
    7478msgstr "Button width"
    7579
    76 #: options.php:58
     80#: options.php:59
    7781msgid "不得低于200px"
    7882msgstr "Can not be lower than 200px"
    7983
    80 #: options.php:62
     84#: options.php:63
    8185msgid "智能检测"
    8286msgstr "AI"
    8387
    84 #: options.php:64 options.php:74 options.php:87 options.php:96 options.php:105
     88#: options.php:64 options.php:75 options.php:88 options.php:97 options.php:106
    8589msgid "开启"
    8690msgstr "enable"
    8791
    88 #: options.php:66 options.php:76 options.php:89 options.php:98 options.php:107
     92#: options.php:67 options.php:77 options.php:90 options.php:99 options.php:108
    8993msgid "关闭"
    9094msgstr "disable"
    9195
    92 #: options.php:69 options.php:79
     96#: options.php:70 options.php:80
    9397msgid ""
    9498"如果开启,高风险操作或者客户端在验证时需要进行手势验证,无风险客户端则可以一"
     
    98102"while suspicious users must go through the whole  gesture verification "
    99103
    100 #: options.php:72
     104#: options.php:73
    101105msgid "HTTPS"
    102106msgstr "HTTPS"
    103107
    104 #: options.php:82
     108#: options.php:83
    105109msgid "设置启用模块"
    106110msgstr "Select  enabled module"
    107111
    108 #: options.php:85
     112#: options.php:86
    109113msgid "评论"
    110114msgstr "Comment"
    111115
    112 #: options.php:94
     116#: options.php:95
    113117msgid "注册"
    114118msgstr "Register"
    115119
    116 #: options.php:103
     120#: options.php:104
    117121msgid "登录"
    118122msgstr "Login"
    119123
    120 #: options.php:112
     124#: options.php:113
    121125msgid "语言选择"
    122126msgstr "Select language"
    123127
    124 #: options.php:123
     128#: options.php:124
    125129msgid "保存设置"
    126130msgstr "Save setting"
  • vaptcha/trunk/options.php

    r1917973 r2303133  
    1717            <th><label for="vid">vid</label></th>
    1818            <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>
    1920        </tr>
    2021        <tr>
Note: See TracChangeset for help on using the changeset viewer.