Version Description
- [ Share Button ][ bug fix ] js error
- [ 3PR Area Widget ][ Bugfix ] Link open blank not work
- [ Facebook Page Plugin ] Multilingual
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 5.3.4 |
Comparing to | |
See all releases |
Code changes from version 5.3.3 to 5.3.4
- js/all.js +1 -1
- js/all.min.js +1 -1
- js/master.js +1 -1
- languages/vkExUnit-ja.mo +0 -0
- languages/vkExUnit-ja.po +34 -14
- languages/vkexunit.pot +131 -97
- plugins/other_widget/widget-3pr-area.php +4 -3
- plugins/sns/sns.php +5 -5
- readme.txt +6 -1
- vkExUnit.php +1 -1
js/all.js
CHANGED
@@ -199,7 +199,7 @@ var facebook = {
|
|
199 |
url: url,
|
200 |
dataType: 'jsonp',
|
201 |
success: function(response) {
|
202 |
-
if( response.share.share_count === undefined ) return;
|
203 |
socials.find('.veu_count_sns_fb').html(response.share.share_count);
|
204 |
}
|
205 |
});
|
199 |
url: url,
|
200 |
dataType: 'jsonp',
|
201 |
success: function(response) {
|
202 |
+
if( !response.share || response.share.share_count === undefined ) return;
|
203 |
socials.find('.veu_count_sns_fb').html(response.share.share_count);
|
204 |
}
|
205 |
});
|
js/all.min.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
jQuery.changeLetterSize={handlers:[],interval:1000,currentSize:0};(function($){var self=$.changeLetterSize;var ins=$('<ins>M</ins>').css({display:'block',visibility:'hidden',position:'absolute',padding:'0',top:'0'});var isChanged=function(){ins.appendTo('body');var size=ins[0].offsetHeight;ins.remove();if(self.currentSize==size)return false;self.currentSize=size;return true;};$(isChanged);var observer=function(){if(!isChanged())return;$.each(self.handlers,function(i,handler){handler();});};self.addHandler=function(func){self.handlers.push(func);if(self.handlers.length==1){}};})(jQuery);(function($){var sets=[];var flatHeights=function(set){var maxHeight=0;set.each(function(){var height=this.offsetHeight;if(height>maxHeight)maxHeight=height;});set.css('height',maxHeight+'px');};jQuery.fn.flatHeights=function(){if(this.length>1){flatHeights(this);sets.push(this);}
|
3 |
return this;};var reflatting=function(){$.each(sets,function(){this.height('auto');flatHeights(this);});};$.changeLetterSize.addHandler(reflatting);$(window).resize(reflatting);})(jQuery);jQuery(document).ready(function($){jQuery('.topPrTit a').flatHeights();jQuery('.topPrDescription').flatHeights();jQuery('.child_page_block h4 a').flatHeights();});(function($){$veu_postList=$('.veu_postList');if($veu_postList.length){var $postList_item_veu=$('.veu_postList .postList > .postList_item'),cnt=0;$postList_item_veu.each(function(){var $post_thumb=$(this).find('.postList_thumbnail');if(!($post_thumb.length)){$(this).addClass('no_img');}else{cnt++;if((cnt%2)==0){$(this).addClass('even');}}});}})(jQuery);pagePluginReSize();jQuery(window).resize(function(){pagePluginReSize();});function pagePluginReSize(){}
|
4 |
-
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','twitter-wjs');(function($){$(function(){$('.prArea > .subSection-title').flatHeights();$('.prArea > .summary').flatHeights();});window.onload=function(){$('.childPage_list_text').flatHeights();}})(jQuery);(function($){var socials=$('.veu_socialSet');if(typeof socials[0]==="undefined")return;var linkurl=encodeURIComponent((typeof vkExOpt!=="undefined"&&vkExOpt.sns_linkurl)||location.href);var facebook={init:function(){var url='https://graph.facebook.com/?id='+linkurl;$.ajax({url:url,dataType:'jsonp',success:function(response){if(response.share.share_count===undefined)return;socials.find('.veu_count_sns_fb').html(response.share.share_count);}});}}
|
5 |
window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));var hatena={init:function(){var url=(location.protocol==='https:'?'https://b.hatena.ne.jp':'http://api.b.st-hatena.com')
|
6 |
+'/entry.count?url='+linkurl;$.ajax({url:url,dataType:'jsonp',success:function(response){var count=response?response:0;socials.find('.veu_count_sns_hb').html(count);if(typeof(count)=='undefined'){count=0;}}});}}
|
7 |
var pocket={init:function(){$.ajax({url:vkExOpt.ajax_url,type:'POST',data:{'action':'vkex_pocket_tunnel','linkurl':linkurl},dataType:'html',success:function(response){var count=$(response).find("#cnt").html();if(count===undefined)return;socials.find('.veu_count_sns_pocket').html(count);}})}}
|
1 |
|
2 |
jQuery.changeLetterSize={handlers:[],interval:1000,currentSize:0};(function($){var self=$.changeLetterSize;var ins=$('<ins>M</ins>').css({display:'block',visibility:'hidden',position:'absolute',padding:'0',top:'0'});var isChanged=function(){ins.appendTo('body');var size=ins[0].offsetHeight;ins.remove();if(self.currentSize==size)return false;self.currentSize=size;return true;};$(isChanged);var observer=function(){if(!isChanged())return;$.each(self.handlers,function(i,handler){handler();});};self.addHandler=function(func){self.handlers.push(func);if(self.handlers.length==1){}};})(jQuery);(function($){var sets=[];var flatHeights=function(set){var maxHeight=0;set.each(function(){var height=this.offsetHeight;if(height>maxHeight)maxHeight=height;});set.css('height',maxHeight+'px');};jQuery.fn.flatHeights=function(){if(this.length>1){flatHeights(this);sets.push(this);}
|
3 |
return this;};var reflatting=function(){$.each(sets,function(){this.height('auto');flatHeights(this);});};$.changeLetterSize.addHandler(reflatting);$(window).resize(reflatting);})(jQuery);jQuery(document).ready(function($){jQuery('.topPrTit a').flatHeights();jQuery('.topPrDescription').flatHeights();jQuery('.child_page_block h4 a').flatHeights();});(function($){$veu_postList=$('.veu_postList');if($veu_postList.length){var $postList_item_veu=$('.veu_postList .postList > .postList_item'),cnt=0;$postList_item_veu.each(function(){var $post_thumb=$(this).find('.postList_thumbnail');if(!($post_thumb.length)){$(this).addClass('no_img');}else{cnt++;if((cnt%2)==0){$(this).addClass('even');}}});}})(jQuery);pagePluginReSize();jQuery(window).resize(function(){pagePluginReSize();});function pagePluginReSize(){}
|
4 |
+
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','twitter-wjs');(function($){$(function(){$('.prArea > .subSection-title').flatHeights();$('.prArea > .summary').flatHeights();});window.onload=function(){$('.childPage_list_text').flatHeights();}})(jQuery);(function($){var socials=$('.veu_socialSet');if(typeof socials[0]==="undefined")return;var linkurl=encodeURIComponent((typeof vkExOpt!=="undefined"&&vkExOpt.sns_linkurl)||location.href);var facebook={init:function(){var url='https://graph.facebook.com/?id='+linkurl;$.ajax({url:url,dataType:'jsonp',success:function(response){if(!response.share||response.share.share_count===undefined)return;socials.find('.veu_count_sns_fb').html(response.share.share_count);}});}}
|
5 |
window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));var hatena={init:function(){var url=(location.protocol==='https:'?'https://b.hatena.ne.jp':'http://api.b.st-hatena.com')
|
6 |
+'/entry.count?url='+linkurl;$.ajax({url:url,dataType:'jsonp',success:function(response){var count=response?response:0;socials.find('.veu_count_sns_hb').html(count);if(typeof(count)=='undefined'){count=0;}}});}}
|
7 |
var pocket={init:function(){$.ajax({url:vkExOpt.ajax_url,type:'POST',data:{'action':'vkex_pocket_tunnel','linkurl':linkurl},dataType:'html',success:function(response){var count=$(response).find("#cnt").html();if(count===undefined)return;socials.find('.veu_count_sns_pocket').html(count);}})}}
|
js/master.js
CHANGED
@@ -80,7 +80,7 @@ var facebook = {
|
|
80 |
url: url,
|
81 |
dataType: 'jsonp',
|
82 |
success: function(response) {
|
83 |
-
if( response.share.share_count === undefined ) return;
|
84 |
socials.find('.veu_count_sns_fb').html(response.share.share_count);
|
85 |
}
|
86 |
});
|
80 |
url: url,
|
81 |
dataType: 'jsonp',
|
82 |
success: function(response) {
|
83 |
+
if( !response.share || response.share.share_count === undefined ) return;
|
84 |
socials.find('.veu_count_sns_fb').html(response.share.share_count);
|
85 |
}
|
86 |
});
|
languages/vkExUnit-ja.mo
CHANGED
Binary file
|
languages/vkExUnit-ja.po
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"POT-Creation-Date: 2017-04-
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"X-Generator: Poedit 1.8.11\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_x;
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
"X-Poedit-SearchPathExcluded-0: node_modules\n"
|
18 |
|
@@ -31,50 +31,63 @@ msgid "Author: %s"
|
|
31 |
msgstr "著者: %s"
|
32 |
|
33 |
#: common_helpers.php:111 common_helpers.php:192
|
|
|
34 |
msgid "Y"
|
35 |
msgstr "年"
|
36 |
|
37 |
#: common_helpers.php:113 common_helpers.php:196
|
|
|
38 |
msgid "F Y"
|
39 |
msgstr "年月"
|
40 |
|
41 |
#: common_helpers.php:115
|
|
|
42 |
msgid "F j, Y"
|
43 |
-
msgstr "
|
44 |
|
45 |
#: common_helpers.php:118
|
|
|
|
|
46 |
msgid "Asides"
|
47 |
msgstr "サイド"
|
48 |
|
49 |
#: common_helpers.php:120
|
|
|
50 |
msgid "Galleries"
|
51 |
msgstr "ギャラリー"
|
52 |
|
53 |
#: common_helpers.php:122
|
|
|
54 |
msgid "Images"
|
55 |
msgstr "画像"
|
56 |
|
57 |
#: common_helpers.php:124
|
|
|
58 |
msgid "Videos"
|
59 |
msgstr "ビデオ"
|
60 |
|
61 |
#: common_helpers.php:126
|
|
|
62 |
msgid "Quotes"
|
63 |
msgstr "引用"
|
64 |
|
65 |
#: common_helpers.php:128
|
|
|
66 |
msgid "Links"
|
67 |
msgstr "リンク"
|
68 |
|
69 |
#: common_helpers.php:130
|
|
|
70 |
msgid "Statuses"
|
71 |
msgstr "ステータス"
|
72 |
|
73 |
#: common_helpers.php:132
|
|
|
74 |
msgid "Audio"
|
75 |
msgstr "オーディオ"
|
76 |
|
77 |
#: common_helpers.php:134
|
|
|
78 |
msgid "Chats"
|
79 |
msgstr "チャット"
|
80 |
|
@@ -87,9 +100,15 @@ msgstr "アーカイブ"
|
|
87 |
msgid "About %s"
|
88 |
msgstr "%s について"
|
89 |
|
90 |
-
#: common_helpers.php:193
|
91 |
-
#: common_helpers.php:205
|
92 |
#, php-format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
msgid "Article of %s."
|
94 |
msgstr "%s の記事"
|
95 |
|
@@ -1544,6 +1563,11 @@ msgstr ""
|
|
1544 |
msgid "SNS"
|
1545 |
msgstr "SNS"
|
1546 |
|
|
|
|
|
|
|
|
|
|
|
1547 |
#: plugins/sns/sns_admin.php:1
|
1548 |
msgid "SNS Settings"
|
1549 |
msgstr "SNS設定"
|
@@ -1794,20 +1818,20 @@ msgstr "説明"
|
|
1794 |
msgid "Extension Setting"
|
1795 |
msgstr "拡張設定"
|
1796 |
|
1797 |
-
#: vkExUnit_admin.php:
|
1798 |
#, fuzzy
|
1799 |
-
msgid "
|
1800 |
msgstr "記事に広告を挿入します"
|
1801 |
|
1802 |
-
#: vkExUnit_admin.php:
|
1803 |
msgid "set extension contents to loop_end hook"
|
1804 |
msgstr "ループ終了時にコンテンツを追加する"
|
1805 |
|
1806 |
-
#: vkExUnit_admin.php:
|
1807 |
msgid "Plugin setting options"
|
1808 |
msgstr "プラグイン設定オプション"
|
1809 |
|
1810 |
-
#: vkExUnit_admin.php:
|
1811 |
msgid "Delete myOptions when deactivate me."
|
1812 |
msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
|
1813 |
|
@@ -2106,10 +2130,6 @@ msgstr "プラグインを無効化する際にDBに保存したオプション
|
|
2106 |
#~ msgid "Output OG tags(default)"
|
2107 |
#~ msgstr "OGタグを出力する"
|
2108 |
|
2109 |
-
#~ msgctxt "Archive description"
|
2110 |
-
#~ msgid "Article of %s."
|
2111 |
-
#~ msgstr "%s の記事"
|
2112 |
-
|
2113 |
#~ msgid "WebClip Setting"
|
2114 |
#~ msgstr "ウェブクリップ設定"
|
2115 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2017-04-24 16:09+0900\n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
12 |
"X-Generator: Poedit 1.8.11\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;_x;_ex;_ex:1,2c;_x:1,2c;_n:1,2;esc_attr__\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
"X-Poedit-SearchPathExcluded-0: node_modules\n"
|
18 |
|
31 |
msgstr "著者: %s"
|
32 |
|
33 |
#: common_helpers.php:111 common_helpers.php:192
|
34 |
+
msgctxt "yearly archives date format"
|
35 |
msgid "Y"
|
36 |
msgstr "年"
|
37 |
|
38 |
#: common_helpers.php:113 common_helpers.php:196
|
39 |
+
msgctxt "monthly archives date format"
|
40 |
msgid "F Y"
|
41 |
msgstr "年月"
|
42 |
|
43 |
#: common_helpers.php:115
|
44 |
+
msgctxt "daily archives date format"
|
45 |
msgid "F j, Y"
|
46 |
+
msgstr "Y年F月j日"
|
47 |
|
48 |
#: common_helpers.php:118
|
49 |
+
#, fuzzy
|
50 |
+
msgctxt "post format archive title"
|
51 |
msgid "Asides"
|
52 |
msgstr "サイド"
|
53 |
|
54 |
#: common_helpers.php:120
|
55 |
+
msgctxt "post format archive title"
|
56 |
msgid "Galleries"
|
57 |
msgstr "ギャラリー"
|
58 |
|
59 |
#: common_helpers.php:122
|
60 |
+
msgctxt "post format archive title"
|
61 |
msgid "Images"
|
62 |
msgstr "画像"
|
63 |
|
64 |
#: common_helpers.php:124
|
65 |
+
msgctxt "post format archive title"
|
66 |
msgid "Videos"
|
67 |
msgstr "ビデオ"
|
68 |
|
69 |
#: common_helpers.php:126
|
70 |
+
msgctxt "post format archive title"
|
71 |
msgid "Quotes"
|
72 |
msgstr "引用"
|
73 |
|
74 |
#: common_helpers.php:128
|
75 |
+
msgctxt "post format archive title"
|
76 |
msgid "Links"
|
77 |
msgstr "リンク"
|
78 |
|
79 |
#: common_helpers.php:130
|
80 |
+
msgctxt "post format archive title"
|
81 |
msgid "Statuses"
|
82 |
msgstr "ステータス"
|
83 |
|
84 |
#: common_helpers.php:132
|
85 |
+
msgctxt "post format archive title"
|
86 |
msgid "Audio"
|
87 |
msgstr "オーディオ"
|
88 |
|
89 |
#: common_helpers.php:134
|
90 |
+
msgctxt "post format archive title"
|
91 |
msgid "Chats"
|
92 |
msgstr "チャット"
|
93 |
|
100 |
msgid "About %s"
|
101 |
msgstr "%s について"
|
102 |
|
103 |
+
#: common_helpers.php:193
|
|
|
104 |
#, php-format
|
105 |
+
msgctxt "Yearly archive description"
|
106 |
+
msgid "Article of %s."
|
107 |
+
msgstr "%s の記事"
|
108 |
+
|
109 |
+
#: common_helpers.php:197 common_helpers.php:201 common_helpers.php:205
|
110 |
+
#, php-format
|
111 |
+
msgctxt "Archive description"
|
112 |
msgid "Article of %s."
|
113 |
msgstr "%s の記事"
|
114 |
|
1563 |
msgid "SNS"
|
1564 |
msgstr "SNS"
|
1565 |
|
1566 |
+
#: plugins/sns/sns.php:89 plugins/sns/sns.php:100
|
1567 |
+
msgctxt "facebook language code"
|
1568 |
+
msgid "en_US"
|
1569 |
+
msgstr "ja_JP"
|
1570 |
+
|
1571 |
#: plugins/sns/sns_admin.php:1
|
1572 |
msgid "SNS Settings"
|
1573 |
msgstr "SNS設定"
|
1818 |
msgid "Extension Setting"
|
1819 |
msgstr "拡張設定"
|
1820 |
|
1821 |
+
#: vkExUnit_admin.php:85
|
1822 |
#, fuzzy
|
1823 |
+
msgid "Extention contents"
|
1824 |
msgstr "記事に広告を挿入します"
|
1825 |
|
1826 |
+
#: vkExUnit_admin.php:86
|
1827 |
msgid "set extension contents to loop_end hook"
|
1828 |
msgstr "ループ終了時にコンテンツを追加する"
|
1829 |
|
1830 |
+
#: vkExUnit_admin.php:92
|
1831 |
msgid "Plugin setting options"
|
1832 |
msgstr "プラグイン設定オプション"
|
1833 |
|
1834 |
+
#: vkExUnit_admin.php:94
|
1835 |
msgid "Delete myOptions when deactivate me."
|
1836 |
msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
|
1837 |
|
2130 |
#~ msgid "Output OG tags(default)"
|
2131 |
#~ msgstr "OGタグを出力する"
|
2132 |
|
|
|
|
|
|
|
|
|
2133 |
#~ msgid "WebClip Setting"
|
2134 |
#~ msgstr "ウェブクリップ設定"
|
2135 |
|
languages/vkexunit.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
8 |
"Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Generator: Poedit 1.8.11\n"
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e;_x\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
@@ -29,50 +29,62 @@ msgid "Author: %s"
|
|
29 |
msgstr ""
|
30 |
|
31 |
#: common_helpers.php:111 common_helpers.php:192
|
|
|
32 |
msgid "Y"
|
33 |
msgstr ""
|
34 |
|
35 |
#: common_helpers.php:113 common_helpers.php:196
|
|
|
36 |
msgid "F Y"
|
37 |
msgstr ""
|
38 |
|
39 |
#: common_helpers.php:115
|
|
|
40 |
msgid "F j, Y"
|
41 |
msgstr ""
|
42 |
|
43 |
#: common_helpers.php:118
|
|
|
44 |
msgid "Asides"
|
45 |
msgstr ""
|
46 |
|
47 |
#: common_helpers.php:120
|
|
|
48 |
msgid "Galleries"
|
49 |
msgstr ""
|
50 |
|
51 |
#: common_helpers.php:122
|
|
|
52 |
msgid "Images"
|
53 |
msgstr ""
|
54 |
|
55 |
#: common_helpers.php:124
|
|
|
56 |
msgid "Videos"
|
57 |
msgstr ""
|
58 |
|
59 |
#: common_helpers.php:126
|
|
|
60 |
msgid "Quotes"
|
61 |
msgstr ""
|
62 |
|
63 |
#: common_helpers.php:128
|
|
|
64 |
msgid "Links"
|
65 |
msgstr ""
|
66 |
|
67 |
#: common_helpers.php:130
|
|
|
68 |
msgid "Statuses"
|
69 |
msgstr ""
|
70 |
|
71 |
#: common_helpers.php:132
|
|
|
72 |
msgid "Audio"
|
73 |
msgstr ""
|
74 |
|
75 |
#: common_helpers.php:134
|
|
|
76 |
msgid "Chats"
|
77 |
msgstr ""
|
78 |
|
@@ -85,9 +97,15 @@ msgstr ""
|
|
85 |
msgid "About %s"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: common_helpers.php:193
|
89 |
-
#: common_helpers.php:205
|
90 |
#, php-format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
msgid "Article of %s."
|
92 |
msgstr ""
|
93 |
|
@@ -97,7 +115,7 @@ msgid "Page of %s"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: packages.php:70
|
100 |
-
msgid "Print Bootstrap css
|
101 |
msgstr ""
|
102 |
|
103 |
#: packages.php:71
|
@@ -106,261 +124,261 @@ msgid ""
|
|
106 |
"item."
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: packages.php:
|
110 |
msgid "Print link fontawesome"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: packages.php:
|
114 |
msgid "Print fontawesome link tag to html head."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: packages.php:
|
118 |
msgid "Favicon setting"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: packages.php:
|
122 |
msgid "About favicon."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: packages.php:
|
126 |
msgid "Rewrite the title tag"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: packages.php:
|
130 |
msgid "Print is rewritten by its own rules to html head."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: packages.php:
|
134 |
-
#: packages.php:
|
135 |
-
#: packages.php:
|
136 |
msgid "Setting"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: packages.php:
|
140 |
msgid "Print meta Keyword"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: packages.php:
|
144 |
msgid "Print meta Keyword to html head."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: packages.php:
|
148 |
msgid "Print meta description"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: packages.php:
|
152 |
msgid "Print meta description to html head."
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: packages.php:
|
156 |
msgid "Main setting page"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: packages.php:
|
160 |
msgid "Print og tags to html head."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: packages.php:
|
164 |
msgid "Print twitter card tags to html head."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: packages.php:
|
168 |
msgid "Print social bookmark buttons."
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: packages.php:
|
172 |
msgid "Facebook Page Plugin widget."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: packages.php:
|
176 |
msgid "Print Follow me box to content bottom."
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: packages.php:
|
180 |
#, php-format
|
181 |
msgid "* You can stop the function separately from the %s."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: packages.php:
|
185 |
msgid "Social media cooperation"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: packages.php:
|
189 |
msgid "Print Google Analytics tracking code."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: packages.php:
|
193 |
msgid "You can use various widgets."
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: packages.php:
|
197 |
msgid ""
|
198 |
"VK_Recent Posts - display the link text and the date of the latest article "
|
199 |
"title."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: packages.php:
|
203 |
msgid ""
|
204 |
"VK_Page content to widget - display the contents of the page to the widgets."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: packages.php:
|
208 |
msgid "VK_Profile - display the profile entered in the widget."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: packages.php:
|
212 |
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: packages.php:
|
216 |
msgid "VK_3PR area - display the 3PR area."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: packages.php:
|
220 |
msgid "categories/tags list"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: packages.php:
|
224 |
msgid "Displays a categories, tags or format list."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: packages.php:
|
228 |
msgid "archive list"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: packages.php:
|
232 |
msgid ""
|
233 |
"Displays a list of archives. You can choose the post type and also to "
|
234 |
"display archives by month or by year."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: packages.php:
|
238 |
msgid "Widgets"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: packages.php:
|
242 |
msgid "CSS customize"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: packages.php:
|
246 |
msgid "You can set Customize CSS."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: packages.php:
|
250 |
msgid "Child page index"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: packages.php:
|
254 |
msgid ""
|
255 |
"At the bottom of the specified page, it will display a list of the child "
|
256 |
"page."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: packages.php:
|
260 |
msgid "Page list from ancestor"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: packages.php:
|
264 |
msgid "Display Page list from ancestor at after content."
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: packages.php:
|
268 |
msgid "Contact Section"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: packages.php:
|
272 |
msgid "Display Contact Section at after content."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: packages.php:
|
276 |
msgid "Display HTML Site Map"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: packages.php:
|
280 |
msgid "It displays a HTML Site Map to the specified page."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: packages.php:
|
284 |
msgid "Display the CTA at the end of the post content."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: packages.php:
|
288 |
msgid ""
|
289 |
"The CTA stands for \"Call to action\" and this is the area that prompts the "
|
290 |
"user behavior."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: packages.php:
|
294 |
msgid ""
|
295 |
"As an example, text message and a link button for induction to the free "
|
296 |
"sample download page."
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: packages.php:
|
300 |
msgid "Call To Action"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: packages.php:
|
304 |
msgid "Contents setting"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: packages.php:
|
308 |
msgid "Insert ads"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: packages.php:
|
312 |
msgid "Insert ads to content."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: packages.php:
|
316 |
msgid "Related posts"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: packages.php:
|
320 |
msgid "Print Related posts lists to post content bottom."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: packages.php:
|
324 |
msgid "Automatic Eye Catch insert"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: packages.php:
|
328 |
msgid "Display Eye Catch image at before content."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: packages.php:
|
332 |
msgid "Disable ping back"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: packages.php:
|
336 |
msgid "Disable xmlrpc ping back."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: packages.php:
|
340 |
msgid "Disable dashbord"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: packages.php:
|
344 |
msgid "TinyMCE Style Tags"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: packages.php:
|
348 |
msgid "Add TinyMCE Editor to style tags."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: packages.php:
|
352 |
msgid "Admin bar manu"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: packages.php:
|
356 |
msgid "Add ExUnit menu to admin bar."
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: packages.php:
|
360 |
msgid "Post Type Manager"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: packages.php:
|
364 |
msgid "Add custom post types and custom taxonomies."
|
365 |
msgstr ""
|
366 |
|
@@ -372,6 +390,18 @@ msgstr ""
|
|
372 |
msgid "Do not set eyecatch image automatic."
|
373 |
msgstr ""
|
374 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
#: plugins/call_to_action/class.call_to_action.php:46
|
376 |
#: plugins/call_to_action/view.actionbox.php:39
|
377 |
msgid "Edit CTA"
|
@@ -626,15 +656,15 @@ msgstr ""
|
|
626 |
msgid "Display Contact Section"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: plugins/contact_section.php:
|
630 |
msgid "Edit contact information"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: plugins/contact_section.php:
|
634 |
msgid "Contact Button"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: plugins/contact_section.php:
|
638 |
#, php-format
|
639 |
msgid ""
|
640 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
@@ -667,11 +697,10 @@ msgstr ""
|
|
667 |
#: plugins/footer_copyright_change.php:6
|
668 |
msgid ""
|
669 |
"<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
|
670 |
-
"\"
|
671 |
-
"
|
672 |
-
"
|
673 |
-
"
|
674 |
-
"</p>"
|
675 |
msgstr ""
|
676 |
|
677 |
#: plugins/google_analytics/ga_admin.php:9
|
@@ -868,7 +897,7 @@ msgid "3PR area setting"
|
|
868 |
msgstr ""
|
869 |
|
870 |
#: plugins/other_widget/widget-3pr-area.php:58
|
871 |
-
#: plugins/other_widget/widget-new-posts.php:
|
872 |
#: plugins/other_widget/widget-pr-blocks.php:89
|
873 |
#: plugins/other_widget/widget-profile.php:40
|
874 |
#: plugins/sns/function_fbPagePlugin.php:79
|
@@ -919,8 +948,8 @@ msgid "Monthly archives"
|
|
919 |
msgstr ""
|
920 |
|
921 |
#: plugins/other_widget/widget-archives.php:63
|
922 |
-
#: plugins/other_widget/widget-new-posts.php:
|
923 |
-
#: plugins/other_widget/widget-new-posts.php:
|
924 |
msgid "Title"
|
925 |
msgstr ""
|
926 |
|
@@ -1066,55 +1095,55 @@ msgstr ""
|
|
1066 |
msgid "Displays a list of your most recent posts"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1070 |
msgid "Display Format"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1074 |
msgid "Thumbnail"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1078 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1079 |
msgid "Date"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1083 |
#: plugins/other_widget/widget-taxonomies.php:20
|
1084 |
#: plugins/other_widget/widget-taxonomies.php:49
|
1085 |
#: plugins/other_widget/widget-taxonomies.php:50
|
1086 |
msgid "Category"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1090 |
msgid "Order by"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1094 |
msgid "Publish date"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1098 |
msgid "Modified date"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1102 |
msgid "Display count"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1106 |
msgid "Slug for the custom type you want to display"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1110 |
msgid "taxonomy ID"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1114 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: plugins/other_widget/widget-new-posts.php:
|
1118 |
msgid "if empty this area, I will do not filtering."
|
1119 |
msgstr ""
|
1120 |
|
@@ -1451,6 +1480,11 @@ msgstr ""
|
|
1451 |
msgid "SNS"
|
1452 |
msgstr ""
|
1453 |
|
|
|
|
|
|
|
|
|
|
|
1454 |
#: plugins/sns/sns_admin.php:1
|
1455 |
msgid "SNS Settings"
|
1456 |
msgstr ""
|
@@ -1680,18 +1714,18 @@ msgstr ""
|
|
1680 |
msgid "Extension Setting"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: vkExUnit_admin.php:
|
1684 |
-
msgid "
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: vkExUnit_admin.php:
|
1688 |
msgid "set extension contents to loop_end hook"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: vkExUnit_admin.php:
|
1692 |
msgid "Plugin setting options"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
#: vkExUnit_admin.php:
|
1696 |
msgid "Delete myOptions when deactivate me."
|
1697 |
msgstr ""
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-24 16:15+0900\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
8 |
"Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Generator: Poedit 1.8.11\n"
|
13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;_x;_n:1,2;_x:1,2c;_ex:1,2c\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
29 |
msgstr ""
|
30 |
|
31 |
#: common_helpers.php:111 common_helpers.php:192
|
32 |
+
msgctxt "yearly archives date format"
|
33 |
msgid "Y"
|
34 |
msgstr ""
|
35 |
|
36 |
#: common_helpers.php:113 common_helpers.php:196
|
37 |
+
msgctxt "monthly archives date format"
|
38 |
msgid "F Y"
|
39 |
msgstr ""
|
40 |
|
41 |
#: common_helpers.php:115
|
42 |
+
msgctxt "daily archives date format"
|
43 |
msgid "F j, Y"
|
44 |
msgstr ""
|
45 |
|
46 |
#: common_helpers.php:118
|
47 |
+
msgctxt "post format archive title"
|
48 |
msgid "Asides"
|
49 |
msgstr ""
|
50 |
|
51 |
#: common_helpers.php:120
|
52 |
+
msgctxt "post format archive title"
|
53 |
msgid "Galleries"
|
54 |
msgstr ""
|
55 |
|
56 |
#: common_helpers.php:122
|
57 |
+
msgctxt "post format archive title"
|
58 |
msgid "Images"
|
59 |
msgstr ""
|
60 |
|
61 |
#: common_helpers.php:124
|
62 |
+
msgctxt "post format archive title"
|
63 |
msgid "Videos"
|
64 |
msgstr ""
|
65 |
|
66 |
#: common_helpers.php:126
|
67 |
+
msgctxt "post format archive title"
|
68 |
msgid "Quotes"
|
69 |
msgstr ""
|
70 |
|
71 |
#: common_helpers.php:128
|
72 |
+
msgctxt "post format archive title"
|
73 |
msgid "Links"
|
74 |
msgstr ""
|
75 |
|
76 |
#: common_helpers.php:130
|
77 |
+
msgctxt "post format archive title"
|
78 |
msgid "Statuses"
|
79 |
msgstr ""
|
80 |
|
81 |
#: common_helpers.php:132
|
82 |
+
msgctxt "post format archive title"
|
83 |
msgid "Audio"
|
84 |
msgstr ""
|
85 |
|
86 |
#: common_helpers.php:134
|
87 |
+
msgctxt "post format archive title"
|
88 |
msgid "Chats"
|
89 |
msgstr ""
|
90 |
|
97 |
msgid "About %s"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: common_helpers.php:193
|
|
|
101 |
#, php-format
|
102 |
+
msgctxt "Yearly archive description"
|
103 |
+
msgid "Article of %s."
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: common_helpers.php:197 common_helpers.php:201 common_helpers.php:205
|
107 |
+
#, php-format
|
108 |
+
msgctxt "Archive description"
|
109 |
msgid "Article of %s."
|
110 |
msgstr ""
|
111 |
|
115 |
msgstr ""
|
116 |
|
117 |
#: packages.php:70
|
118 |
+
msgid "Print Bootstrap css ( grid / button / table )"
|
119 |
msgstr ""
|
120 |
|
121 |
#: packages.php:71
|
124 |
"item."
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: packages.php:81
|
128 |
msgid "Print link fontawesome"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: packages.php:82
|
132 |
msgid "Print fontawesome link tag to html head."
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: packages.php:91
|
136 |
msgid "Favicon setting"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: packages.php:92
|
140 |
msgid "About favicon."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: packages.php:102
|
144 |
msgid "Rewrite the title tag"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: packages.php:103
|
148 |
msgid "Print is rewritten by its own rules to html head."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: packages.php:106 packages.php:124 packages.php:163 packages.php:181
|
152 |
+
#: packages.php:211 packages.php:229 packages.php:271 packages.php:307
|
153 |
+
#: packages.php:330 packages.php:411
|
154 |
msgid "Setting"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: packages.php:120
|
158 |
msgid "Print meta Keyword"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: packages.php:121
|
162 |
msgid "Print meta Keyword to html head."
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: packages.php:137
|
166 |
msgid "Print meta description"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: packages.php:138
|
170 |
msgid "Print meta description to html head."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: packages.php:147
|
174 |
msgid "Main setting page"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: packages.php:149
|
178 |
msgid "Print og tags to html head."
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: packages.php:150
|
182 |
msgid "Print twitter card tags to html head."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: packages.php:151
|
186 |
msgid "Print social bookmark buttons."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: packages.php:152
|
190 |
msgid "Facebook Page Plugin widget."
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: packages.php:153
|
194 |
msgid "Print Follow me box to content bottom."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: packages.php:155
|
198 |
#, php-format
|
199 |
msgid "* You can stop the function separately from the %s."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: packages.php:159
|
203 |
msgid "Social media cooperation"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: packages.php:178
|
207 |
msgid "Print Google Analytics tracking code."
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: packages.php:194
|
211 |
msgid "You can use various widgets."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: packages.php:196
|
215 |
msgid ""
|
216 |
"VK_Recent Posts - display the link text and the date of the latest article "
|
217 |
"title."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: packages.php:197
|
221 |
msgid ""
|
222 |
"VK_Page content to widget - display the contents of the page to the widgets."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: packages.php:198
|
226 |
msgid "VK_Profile - display the profile entered in the widget."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: packages.php:199
|
230 |
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: packages.php:200
|
234 |
msgid "VK_3PR area - display the 3PR area."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: packages.php:201
|
238 |
msgid "categories/tags list"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: packages.php:201
|
242 |
msgid "Displays a categories, tags or format list."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: packages.php:202 plugins/other_widget/widget-archives.php:9
|
246 |
msgid "archive list"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: packages.php:202 plugins/other_widget/widget-archives.php:14
|
250 |
msgid ""
|
251 |
"Displays a list of archives. You can choose the post type and also to "
|
252 |
"display archives by month or by year."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: packages.php:207
|
256 |
msgid "Widgets"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: packages.php:225
|
260 |
msgid "CSS customize"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: packages.php:226
|
264 |
msgid "You can set Customize CSS."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: packages.php:244
|
268 |
msgid "Child page index"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: packages.php:245
|
272 |
msgid ""
|
273 |
"At the bottom of the specified page, it will display a list of the child "
|
274 |
"page."
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: packages.php:256
|
278 |
msgid "Page list from ancestor"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: packages.php:257
|
282 |
msgid "Display Page list from ancestor at after content."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: packages.php:267
|
286 |
msgid "Contact Section"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: packages.php:268
|
290 |
msgid "Display Contact Section at after content."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: packages.php:285
|
294 |
msgid "Display HTML Site Map"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: packages.php:286
|
298 |
msgid "It displays a HTML Site Map to the specified page."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: packages.php:295 plugins/call_to_action/view.adminsetting.php:10
|
302 |
msgid "Display the CTA at the end of the post content."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: packages.php:297 plugins/call_to_action/view.adminsetting.php:11
|
306 |
msgid ""
|
307 |
"The CTA stands for \"Call to action\" and this is the area that prompts the "
|
308 |
"user behavior."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: packages.php:299 plugins/call_to_action/view.adminsetting.php:12
|
312 |
msgid ""
|
313 |
"As an example, text message and a link button for induction to the free "
|
314 |
"sample download page."
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: packages.php:303 plugins/call_to_action/view.adminsetting.php:6
|
318 |
msgid "Call To Action"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: packages.php:312
|
322 |
msgid "Contents setting"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: packages.php:326 plugins/insert_ads.php:37 plugins/insert_ads.php:137
|
326 |
msgid "Insert ads"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: packages.php:327
|
330 |
msgid "Insert ads to content."
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: packages.php:343 plugins/related_posts/related_posts.php:89
|
334 |
msgid "Related posts"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: packages.php:344
|
338 |
msgid "Print Related posts lists to post content bottom."
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: packages.php:354 vkExUnit_admin.php:28
|
342 |
msgid "Automatic Eye Catch insert"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: packages.php:355
|
346 |
msgid "Display Eye Catch image at before content."
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: packages.php:365
|
350 |
msgid "Disable ping back"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: packages.php:366
|
354 |
msgid "Disable xmlrpc ping back."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: packages.php:375 packages.php:376
|
358 |
msgid "Disable dashbord"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: packages.php:387
|
362 |
msgid "TinyMCE Style Tags"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: packages.php:388
|
366 |
msgid "Add TinyMCE Editor to style tags."
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: packages.php:396
|
370 |
msgid "Admin bar manu"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: packages.php:397
|
374 |
msgid "Add ExUnit menu to admin bar."
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: packages.php:407
|
378 |
msgid "Post Type Manager"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: packages.php:408
|
382 |
msgid "Add custom post types and custom taxonomies."
|
383 |
msgstr ""
|
384 |
|
390 |
msgid "Do not set eyecatch image automatic."
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: plugins/bootstrap.php:9
|
394 |
+
msgid "Settings"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: plugins/bootstrap.php:29
|
398 |
+
msgid "Key color"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: plugins/bootstrap.php:36
|
402 |
+
msgid "Key color(dark)"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
#: plugins/call_to_action/class.call_to_action.php:46
|
406 |
#: plugins/call_to_action/view.actionbox.php:39
|
407 |
msgid "Edit CTA"
|
656 |
msgid "Display Contact Section"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: plugins/contact_section.php:296 plugins/contact_section.php:326
|
660 |
msgid "Edit contact information"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: plugins/contact_section.php:346
|
664 |
msgid "Contact Button"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: plugins/contact_section.php:352 plugins/contact_section.php:374
|
668 |
#, php-format
|
669 |
msgid ""
|
670 |
"*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
|
697 |
#: plugins/footer_copyright_change.php:6
|
698 |
msgid ""
|
699 |
"<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
|
700 |
+
"\"https://lightning.nagoya\" target=\"_blank\" title=\"Free WordPress Theme "
|
701 |
+
"Lightning\"> Lightning Theme</a> & <a href=\"https://ex-unit.nagoya\" "
|
702 |
+
"target=\"_blank\">VK All in One Expansion Unit</a> by <a href=\"//www.vektor-"
|
703 |
+
"inc.co.jp\" target=\"_blank\">Vektor,Inc.</a> technology.</p>"
|
|
|
704 |
msgstr ""
|
705 |
|
706 |
#: plugins/google_analytics/ga_admin.php:9
|
897 |
msgstr ""
|
898 |
|
899 |
#: plugins/other_widget/widget-3pr-area.php:58
|
900 |
+
#: plugins/other_widget/widget-new-posts.php:184
|
901 |
#: plugins/other_widget/widget-pr-blocks.php:89
|
902 |
#: plugins/other_widget/widget-profile.php:40
|
903 |
#: plugins/sns/function_fbPagePlugin.php:79
|
948 |
msgstr ""
|
949 |
|
950 |
#: plugins/other_widget/widget-archives.php:63
|
951 |
+
#: plugins/other_widget/widget-new-posts.php:189
|
952 |
+
#: plugins/other_widget/widget-new-posts.php:190
|
953 |
msgid "Title"
|
954 |
msgstr ""
|
955 |
|
1095 |
msgid "Displays a list of your most recent posts"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: plugins/other_widget/widget-new-posts.php:188
|
1099 |
msgid "Display Format"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: plugins/other_widget/widget-new-posts.php:189
|
1103 |
msgid "Thumbnail"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: plugins/other_widget/widget-new-posts.php:189
|
1107 |
+
#: plugins/other_widget/widget-new-posts.php:190
|
1108 |
msgid "Date"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: plugins/other_widget/widget-new-posts.php:190
|
1112 |
#: plugins/other_widget/widget-taxonomies.php:20
|
1113 |
#: plugins/other_widget/widget-taxonomies.php:49
|
1114 |
#: plugins/other_widget/widget-taxonomies.php:50
|
1115 |
msgid "Category"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: plugins/other_widget/widget-new-posts.php:193
|
1119 |
msgid "Order by"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: plugins/other_widget/widget-new-posts.php:194
|
1123 |
msgid "Publish date"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: plugins/other_widget/widget-new-posts.php:195
|
1127 |
msgid "Modified date"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: plugins/other_widget/widget-new-posts.php:199
|
1131 |
msgid "Display count"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: plugins/other_widget/widget-new-posts.php:204
|
1135 |
msgid "Slug for the custom type you want to display"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
+
#: plugins/other_widget/widget-new-posts.php:209
|
1139 |
msgid "taxonomy ID"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: plugins/other_widget/widget-new-posts.php:211
|
1143 |
msgid "if you need filtering by term, add the term ID separate by \",\"."
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: plugins/other_widget/widget-new-posts.php:213 plugins/sns/sns_admin.php:88
|
1147 |
msgid "if empty this area, I will do not filtering."
|
1148 |
msgstr ""
|
1149 |
|
1480 |
msgid "SNS"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: plugins/sns/sns.php:97
|
1484 |
+
msgctxt "facebook language code"
|
1485 |
+
msgid "en_US"
|
1486 |
+
msgstr ""
|
1487 |
+
|
1488 |
#: plugins/sns/sns_admin.php:1
|
1489 |
msgid "SNS Settings"
|
1490 |
msgstr ""
|
1714 |
msgid "Extension Setting"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: vkExUnit_admin.php:85
|
1718 |
+
msgid "Extention contents"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: vkExUnit_admin.php:86
|
1722 |
msgid "set extension contents to loop_end hook"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: vkExUnit_admin.php:92
|
1726 |
msgid "Plugin setting options"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: vkExUnit_admin.php:94
|
1730 |
msgid "Delete myOptions when deactivate me."
|
1731 |
msgstr ""
|
plugins/other_widget/widget-3pr-area.php
CHANGED
@@ -154,9 +154,10 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
|
|
154 |
// media_pr は現在不使用 近日削除
|
155 |
echo '<div class="media_pr veu_3prArea_image">';
|
156 |
|
|
|
|
|
157 |
if ( ! empty( $instance['linkurl_'.$i] ) ) {
|
158 |
-
|
159 |
-
echo '<a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="veu_3prArea_image_link" '.$blank.'>';
|
160 |
}
|
161 |
|
162 |
if ( ! empty( $instance['media_3pr_image_'.$i] ) ) {
|
@@ -179,7 +180,7 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
|
|
179 |
echo '<p class="summary">'.nl2br( esc_attr( $instance['summary_'.$i] ) ).'</p>';
|
180 |
}
|
181 |
if ( ! empty( $instance['linkurl_'.$i] ) ) {
|
182 |
-
echo '<p class="linkurl"><a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="btn btn-default btn-sm">'.__( 'Read more', 'vkExUnit' ).'</a></p>';
|
183 |
}
|
184 |
|
185 |
echo '</div>';
|
154 |
// media_pr は現在不使用 近日削除
|
155 |
echo '<div class="media_pr veu_3prArea_image">';
|
156 |
|
157 |
+
$blank = ( isset( $instance['blank_'.$i] ) && $instance['blank_'.$i] ) ? ' target="_blank" ':'';
|
158 |
+
|
159 |
if ( ! empty( $instance['linkurl_'.$i] ) ) {
|
160 |
+
echo '<a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="veu_3prArea_image_link"'.$blank.'>';
|
|
|
161 |
}
|
162 |
|
163 |
if ( ! empty( $instance['media_3pr_image_'.$i] ) ) {
|
180 |
echo '<p class="summary">'.nl2br( esc_attr( $instance['summary_'.$i] ) ).'</p>';
|
181 |
}
|
182 |
if ( ! empty( $instance['linkurl_'.$i] ) ) {
|
183 |
+
echo '<p class="linkurl"><a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="btn btn-default btn-sm"'.$blank.'>'.__( 'Read more', 'vkExUnit' ).'</a></p>';
|
184 |
}
|
185 |
|
186 |
echo '</div>';
|
plugins/sns/sns.php
CHANGED
@@ -91,11 +91,11 @@ $options = vkExUnit_get_sns_options();
|
|
91 |
$fbAppId = (isset( $options['fbAppId'] )) ? $options['fbAppId'] : '';
|
92 |
?>
|
93 |
<script>(function(d, s, id) {
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
js.src = "//connect.facebook.net
|
98 |
-
|
99 |
}(document, 'script', 'facebook-jssdk'));</script>
|
100 |
<?php //endif;
|
101 |
}
|
91 |
$fbAppId = (isset( $options['fbAppId'] )) ? $options['fbAppId'] : '';
|
92 |
?>
|
93 |
<script>(function(d, s, id) {
|
94 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
95 |
+
if (d.getElementById(id)) return;
|
96 |
+
js = d.createElement(s); js.id = id;
|
97 |
+
js.src = "//connect.facebook.net/<?php echo esc_attr(_x('en_US', 'facebook language code', 'vkExUnit'));?>/sdk.js#xfbml=1&version=v2.9&appId=<?php echo esc_html( $fbAppId );?>";
|
98 |
+
fjs.parentNode.insertBefore(js, fjs);
|
99 |
}(document, 'script', 'facebook-jssdk'));</script>
|
100 |
<?php //endif;
|
101 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7.2
|
7 |
-
Stable tag: 5.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -74,6 +74,11 @@ e.g.
|
|
74 |
|
75 |
== Changelog ==
|
76 |
|
|
|
|
|
|
|
|
|
|
|
77 |
= 5.2.4 =
|
78 |
* [ Bug fix ][ CTA Widget ] PHP notice
|
79 |
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7.2
|
7 |
+
Stable tag: 5.3.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
74 |
|
75 |
== Changelog ==
|
76 |
|
77 |
+
= 5.3.4 =
|
78 |
+
* [ Share Button ][ bug fix ] js error
|
79 |
+
* [ 3PR Area Widget ][ Bugfix ] Link open blank not work …
|
80 |
+
* [ Facebook Page Plugin ] Multilingual
|
81 |
+
|
82 |
= 5.2.4 =
|
83 |
* [ Bug fix ][ CTA Widget ] PHP notice
|
84 |
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: http://ex-unit.vektor-inc.co.jp
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
* Version: 5.3.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
9 |
* Domain Path: /languages
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: http://ex-unit.vektor-inc.co.jp
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
* Version: 5.3.4
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
9 |
* Domain Path: /languages
|