Changeset 1232867
- Timestamp:
- 08/28/2015 08:11:12 AM (11 years ago)
- Location:
- beek-widget-extention/trunk
- Files:
-
- 5 edited
-
beek-widget-extention.php (modified) (1 diff)
-
languages/beek-widget-extention-ja.mo (modified) (previous)
-
languages/beek-widget-extention-ja.po (modified) (2 diffs)
-
languages/beek-widget-extention.pot (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beek-widget-extention/trunk/beek-widget-extention.php
r1232861 r1232867 4 4 Plugin URI: http://beek.jp/beek-widget-extention/ 5 5 Description: Will extend the widget of WordPress. 6 Version: 0.7. 06 Version: 0.7.1 7 7 Author: Satoshi Yoshida 8 8 Author URI: http://beek.jp -
beek-widget-extention/trunk/languages/beek-widget-extention-ja.po
r1230972 r1232867 2 2 msgstr "" 3 3 "Project-Id-Version: Beek Widget Extention\n" 4 "POT-Creation-Date: 2015-08-2 6 14:26+0900\n"5 "PO-Revision-Date: 2015-08-2 6 14:27+0900\n"4 "POT-Creation-Date: 2015-08-28 17:08+0900\n" 5 "PO-Revision-Date: 2015-08-28 17:09+0900\n" 6 6 "Last-Translator: satoshi yoshida <yos.3104@gmail.com>\n" 7 7 "Language-Team: Satoshi Yoshida <yos.3104@gmail.com>\n" … … 182 182 msgstr "ページネーション" 183 183 184 #: inc/custom-post-list.php:25 3184 #: inc/custom-post-list.php:256 185 185 msgid "No Posts" 186 186 msgstr "記事がありません" 187 187 188 #: inc/custom-post-list.php:334 inc/custom-post-list.php:378 188 #: inc/custom-post-list.php:263 inc/custom-post-list.php:265 189 #: inc/custom-post-list.php:267 190 msgid "Load more articles" 191 msgstr "記事を読み込む" 192 193 #: inc/custom-post-list.php:360 inc/custom-post-list.php:414 189 194 msgid "Posted by" 190 195 msgstr "投稿者" 191 196 192 #: inc/custom-post-list.php:3 42 inc/custom-post-list.php:386197 #: inc/custom-post-list.php:368 inc/custom-post-list.php:422 193 198 msgid "More..." 194 199 msgstr "もっと見る" 200 201 #: inc/custom-post-list.php:494 inc/custom-post-list.php:502 202 msgid "Parameter is abnormal" 203 msgstr "通信パラメータが異常です" 204 205 #: inc/custom-post-list.php:520 206 msgid "Did load all" 207 msgstr "全て読み込みました" 195 208 196 209 #: inc/heading.php:7 -
beek-widget-extention/trunk/languages/beek-widget-extention.pot
r1230972 r1232867 4 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 5 5 "Project-Id-Version: Beek Widget Extention\n" 6 "POT-Creation-Date: 2015-08-2 6 14:26+0900\n"6 "POT-Creation-Date: 2015-08-28 17:08+0900\n" 7 7 "PO-Revision-Date: 2015-08-24 14:04+0900\n" 8 8 "Last-Translator: satoshi yoshida <yos.3104@gmail.com>\n" … … 182 182 msgstr "" 183 183 184 #: inc/custom-post-list.php:25 3184 #: inc/custom-post-list.php:256 185 185 msgid "No Posts" 186 186 msgstr "" 187 187 188 #: inc/custom-post-list.php:334 inc/custom-post-list.php:378 188 #: inc/custom-post-list.php:263 inc/custom-post-list.php:265 189 #: inc/custom-post-list.php:267 190 msgid "Load more articles" 191 msgstr "" 192 193 #: inc/custom-post-list.php:360 inc/custom-post-list.php:414 189 194 msgid "Posted by" 190 195 msgstr "" 191 196 192 #: inc/custom-post-list.php:3 42 inc/custom-post-list.php:386197 #: inc/custom-post-list.php:368 inc/custom-post-list.php:422 193 198 msgid "More..." 199 msgstr "" 200 201 #: inc/custom-post-list.php:494 inc/custom-post-list.php:502 202 msgid "Parameter is abnormal" 203 msgstr "" 204 205 #: inc/custom-post-list.php:520 206 msgid "Did load all" 194 207 msgstr "" 195 208 -
beek-widget-extention/trunk/readme.txt
r1232861 r1232867 4 4 Requires at least: 4.1 5 5 Tested up to: 4.3 6 Stable tag: 0.7. 06 Stable tag: 0.7.1 7 7 License: GPLv2 or later 8 8 … … 23 23 24 24 = 0.7.0 = 25 26 Translation files update. 27 28 = 0.7.1 = 25 29 26 30 Add AJAX load to Custom Post List widget. … … 81 85 == Upgrade Notice == 82 86 87 = 0.7.1 = 88 89 Translation files update. 90 83 91 = 0.7.0 = 84 92
Note: See TracChangeset
for help on using the changeset viewer.