Plugin Directory

Changeset 1360027


Ignore:
Timestamp:
02/28/2016 01:25:35 PM (10 years ago)
Author:
muki
Message:

1.3 version update

Location:
muki-tag-cloud/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • muki-tag-cloud/trunk/languages/muki-tag-cloud-zh_TW.po

    r802245 r1360027  
    122122msgstr "最大標籤數量"
    123123
     124#: ../widget.php:102
     125msgid "Use nofollow"
     126msgstr "使用 nofollow"
     127
     128#: ../widget.php:108
     129msgid "Tag Cloud Random Order(default: articles)"
     130msgstr "隨機排序標籤雲(預設按照文章數量)"
     131
    124132#~ msgid "px or %; default is 400px"
    125133#~ msgstr "像素(px); 預設值為 400px"
  • muki-tag-cloud/trunk/readme.txt

    r802920 r1360027  
    11=== Muki Tag Cloud ===
    2 Contributors: mesak, muki
    3 Donate link:http://www.mukispace.com/wordpress-plugin-muki-tag-cloud/
     2Contributors: Mesak, MUKI
     3Donate link: http://muki.tw/tech/wordpress-plugin-muki-tag-cloud/
    44Tags: tags, tag cloud, widget
    55Requires at least: 3.5
    6 Tested up to: 3.6
    7 Stable tag: 1.2.1.1
     6Tested up to: 4.4.2
     7Stable tag: 1.3
    88
    99Another wordpress tag cloud plugin based on jQCloud, which is creative, beauty and colorful.
     
    1212
    1313*   Another wordpress tag cloud plugin based on jQCloud plugin, which is creative, beauty and colorful.
    14 *   If has any suggestion of design thought, please visit and leave comments in [MUKI space*](http://www.mukispace.com/wordpress-plugin-muki-tag-cloud), who is the authoer about plugin design, front end, and creative;
    15 *   About plugin program discuss, you can visit to [MesakTW](http://mesak.tw/code/php/3817/wordpress-plugin-muki-tag-cloud), who is the author about plugin development, and back end.
     14*   If has any suggestion of design thought, please visit and leave comments in [MUKI space*](http://muki.tw/tech/wordpress-plugin-muki-tag-cloud/), who is the authoer about plugin design, front-end, and creative;
     15*   About plugin program discuss, you can visit to [MesakTW](http://mesak.tw/code/php/3817/wordpress-plugin-muki-tag-cloud), who is the author about plugin development, and back-end.
    1616
    1717* 可以在側邊欄或是支援小工具的位置加入這個標籤雲外掛。他跟一般標籤雲最大的差別是不規則的排列形狀,而且顏色豐富多彩,非常的有質感。
     
    3131
    3232== Changelog ==
     33
     34= 1.3 =
     35* 文字修正與新版測試
     36* Released 2016/02/28
    3337
    3438= 1.2.1 =
  • muki-tag-cloud/trunk/widget.php

    r802921 r1360027  
    106106                <td colspan="2">
    107107                    <p><input type="checkbox" name="<?php echo $this->get_field_name( 'article_order' ); ?>" id="<?php echo $this->get_field_id( 'article_order' ); ?>" <?php if($article_order == 'usenofollow') echo 'checked="checked"' ?> value="random" />
    108                     <label for="<?php echo $this->get_field_id( 'article_order' ); ?>"><?php _e("Tag Cloud Random Order", MUKI_TG_NAME ); ?></label>
     108                    <label for="<?php echo $this->get_field_id( 'article_order' ); ?>"><?php _e("Tag Cloud Random Order(default: articles)", MUKI_TG_NAME ); ?></label>
    109109                 </td>
    110110            </tr>
Note: See TracChangeset for help on using the changeset viewer.