Changeset 1360027
- Timestamp:
- 02/28/2016 01:25:35 PM (10 years ago)
- Location:
- muki-tag-cloud/trunk
- Files:
-
- 4 edited
-
languages/muki-tag-cloud-zh_TW.mo (modified) (previous)
-
languages/muki-tag-cloud-zh_TW.po (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
muki-tag-cloud/trunk/languages/muki-tag-cloud-zh_TW.po
r802245 r1360027 122 122 msgstr "最大標籤數量" 123 123 124 #: ../widget.php:102 125 msgid "Use nofollow" 126 msgstr "使用 nofollow" 127 128 #: ../widget.php:108 129 msgid "Tag Cloud Random Order(default: articles)" 130 msgstr "隨機排序標籤雲(預設按照文章數量)" 131 124 132 #~ msgid "px or %; default is 400px" 125 133 #~ msgstr "像素(px); 預設值為 400px" -
muki-tag-cloud/trunk/readme.txt
r802920 r1360027 1 1 === Muki Tag Cloud === 2 Contributors: mesak, muki3 Donate link: http://www.mukispace.com/wordpress-plugin-muki-tag-cloud/2 Contributors: Mesak, MUKI 3 Donate link: http://muki.tw/tech/wordpress-plugin-muki-tag-cloud/ 4 4 Tags: tags, tag cloud, widget 5 5 Requires at least: 3.5 6 Tested up to: 3.67 Stable tag: 1. 2.1.16 Tested up to: 4.4.2 7 Stable tag: 1.3 8 8 9 9 Another wordpress tag cloud plugin based on jQCloud, which is creative, beauty and colorful. … … 12 12 13 13 * 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, frontend, 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. 16 16 17 17 * 可以在側邊欄或是支援小工具的位置加入這個標籤雲外掛。他跟一般標籤雲最大的差別是不規則的排列形狀,而且顏色豐富多彩,非常的有質感。 … … 31 31 32 32 == Changelog == 33 34 = 1.3 = 35 * 文字修正與新版測試 36 * Released 2016/02/28 33 37 34 38 = 1.2.1 = -
muki-tag-cloud/trunk/widget.php
r802921 r1360027 106 106 <td colspan="2"> 107 107 <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> 109 109 </td> 110 110 </tr>
Note: See TracChangeset
for help on using the changeset viewer.