Version Description
Download this release
Release Info
Developer | poporon |
Plugin | Pz-LinkCard |
Version | 2.1.8 |
Comparing to | |
See all releases |
Code changes from version 2.1.7.1 to 2.1.8
- js/mce-pz-lkc.js +3 -3
- languages/pz-linkcard-ja.mo +0 -0
- languages/pz-linkcard-ja.po +333 -317
- lib/pz-linkcard-cacheman-edit.php +1 -0
- lib/pz-linkcard-cacheman-list.php +11 -8
- lib/pz-linkcard-init.php +12 -4
- lib/pz-linkcard-settings.php +11 -8
- lib/pz-linkcard-style.php +17 -10
- pz-linkcard.php +56 -28
- readme.txt +24 -0
- templete/pz-linkcard-templete.css +4 -2
js/mce-pz-lkc.js
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
tinymce.create('tinymce.plugins.pzlinkcard', {
|
3 |
init: function(ed, url){
|
4 |
ed.addButton('pz_linkcard',{
|
5 |
-
title: '
|
6 |
image: url + '/button.png',
|
7 |
cmd: 'insert_pz_linkcard'
|
8 |
});
|
9 |
ed.addCommand('insert_pz_linkcard', function() {
|
10 |
-
var insert_tag = window.prompt('
|
11 |
if (insert_tag !== null) {
|
12 |
-
ed.execCommand('mceInsertContent', 0, '[
|
13 |
}
|
14 |
});
|
15 |
},
|
2 |
tinymce.create('tinymce.plugins.pzlinkcard', {
|
3 |
init: function(ed, url){
|
4 |
ed.addButton('pz_linkcard',{
|
5 |
+
title: 'リンクカード作成',
|
6 |
image: url + '/button.png',
|
7 |
cmd: 'insert_pz_linkcard'
|
8 |
});
|
9 |
ed.addCommand('insert_pz_linkcard', function() {
|
10 |
+
var insert_tag = window.prompt('リンクカードを作成するURLを入力してください', 'http://');
|
11 |
if (insert_tag !== null) {
|
12 |
+
ed.execCommand('mceInsertContent', 0, '[link url="' + insert_tag + '"]');
|
13 |
}
|
14 |
});
|
15 |
},
|
languages/pz-linkcard-ja.mo
CHANGED
Binary file
|
languages/pz-linkcard-ja.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Pz-LinkCard\n"
|
6 |
"Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n"
|
7 |
-
"POT-Creation-Date: 2018-
|
8 |
-
"PO-Revision-Date: 2018-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: poporon\n"
|
11 |
"Language: ja_JP\n"
|
@@ -19,87 +19,87 @@ msgstr ""
|
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
|
22 |
-
#: ../pz-linkcard.php:
|
23 |
msgid "Incorrect URL specification."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: ../pz-linkcard.php:
|
27 |
msgid "Category"
|
28 |
msgstr "カテゴリー"
|
29 |
|
30 |
-
#: ../pz-linkcard.php:
|
31 |
msgid "‘"
|
32 |
msgstr "「"
|
33 |
|
34 |
-
#: ../pz-linkcard.php:
|
35 |
msgid "’"
|
36 |
msgstr "」"
|
37 |
|
38 |
-
#: ../pz-linkcard.php:
|
39 |
msgid "("
|
40 |
msgstr "("
|
41 |
|
42 |
-
#: ../pz-linkcard.php:
|
43 |
msgid "Count"
|
44 |
msgstr "件数"
|
45 |
|
46 |
-
#: ../pz-linkcard.php:
|
47 |
msgid ")"
|
48 |
msgstr ")"
|
49 |
|
50 |
-
#: ../pz-linkcard.php:
|
51 |
msgid "Tag"
|
52 |
msgstr "タグ"
|
53 |
|
54 |
-
#: ../pz-linkcard.php:
|
55 |
msgid "Linkcard"
|
56 |
msgstr "リンクカード"
|
57 |
|
58 |
-
#: ../pz-linkcard.php:
|
59 |
msgid "Make Linkcard"
|
60 |
msgstr "リンクカードのショートコードを挿入する"
|
61 |
|
62 |
-
#: ../pz-linkcard.php:
|
63 |
msgid "Invalid URL parameter in "
|
64 |
msgstr "URLパラメーターの指定が無効です→"
|
65 |
|
66 |
-
#: ../pz-linkcard.php:
|
67 |
msgid "Pz LkC Cache"
|
68 |
msgstr "Pz カード管理"
|
69 |
|
70 |
-
#: ../pz-linkcard.php:
|
71 |
msgid "Pz LinkCard"
|
72 |
msgstr "Pz カード設定"
|
73 |
|
74 |
-
#: ../pz-linkcard.php:
|
75 |
msgid "LinkCard cache manager"
|
76 |
msgstr "リンクカード/DBキャッシュ管理"
|
77 |
|
78 |
-
#: ../pz-linkcard.php:
|
79 |
msgid "LinkCard Settings"
|
80 |
msgstr "リンクカード設定"
|
81 |
|
82 |
-
#: ../pz-linkcard.php:
|
83 |
msgid "Settings"
|
84 |
msgstr "設定"
|
85 |
|
86 |
-
#: ../pz-linkcard.php:
|
87 |
msgid "Manage"
|
88 |
msgstr "管理"
|
89 |
|
90 |
#: ../lib/pz-linkcard-cacheman-edit.php:14
|
91 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
92 |
msgid "ID"
|
93 |
msgstr ""
|
94 |
|
95 |
#: ../lib/pz-linkcard-cacheman-edit.php:18
|
96 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
97 |
msgid "URL key"
|
98 |
msgstr "URLキー"
|
99 |
|
100 |
#: ../lib/pz-linkcard-cacheman-edit.php:22
|
101 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
102 |
-
#: ../lib/pz-linkcard-settings.php:
|
103 |
msgid "URL"
|
104 |
msgstr "URL"
|
105 |
|
@@ -108,24 +108,24 @@ msgid "Site name"
|
|
108 |
msgstr "サイト名称"
|
109 |
|
110 |
#: ../lib/pz-linkcard-cacheman-edit.php:30
|
111 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
112 |
msgid "Domain"
|
113 |
msgstr "ドメイン"
|
114 |
|
115 |
#: ../lib/pz-linkcard-cacheman-edit.php:34
|
116 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
117 |
-
#: ../lib/pz-linkcard-settings.php:
|
118 |
msgid "Title"
|
119 |
msgstr "タイトル"
|
120 |
|
121 |
#: ../lib/pz-linkcard-cacheman-edit.php:38
|
122 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
123 |
-
#: ../lib/pz-linkcard-settings.php:
|
124 |
msgid "Excerpt"
|
125 |
msgstr "抜粋文"
|
126 |
|
127 |
#: ../lib/pz-linkcard-cacheman-edit.php:42
|
128 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
129 |
msgid "Charset"
|
130 |
msgstr "文字セット"
|
131 |
|
@@ -142,12 +142,12 @@ msgid "Favicon URL"
|
|
142 |
msgstr "ファビコンURL"
|
143 |
|
144 |
#: ../lib/pz-linkcard-cacheman-edit.php:54
|
145 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
146 |
msgid "Result code"
|
147 |
msgstr "結果コード"
|
148 |
|
149 |
#: ../lib/pz-linkcard-cacheman-edit.php:92
|
150 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
151 |
msgid "Post ID"
|
152 |
msgstr "記事ID"
|
153 |
|
@@ -156,144 +156,149 @@ msgid "SNS"
|
|
156 |
msgstr ""
|
157 |
|
158 |
#: ../lib/pz-linkcard-cacheman-edit.php:103
|
159 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
160 |
msgid "Tw"
|
161 |
msgstr ""
|
162 |
|
163 |
#: ../lib/pz-linkcard-cacheman-edit.php:104
|
164 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
165 |
msgid "fb"
|
166 |
msgstr ""
|
167 |
|
168 |
#: ../lib/pz-linkcard-cacheman-edit.php:105
|
169 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
170 |
msgid "B!"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: ../lib/pz-linkcard-cacheman-edit.php:
|
|
|
|
|
|
|
|
|
|
|
174 |
msgid "Uptime"
|
175 |
msgstr "更新日時"
|
176 |
|
177 |
-
#: ../lib/pz-linkcard-cacheman-edit.php:
|
178 |
msgid "Next update"
|
179 |
msgstr "次回更新日時"
|
180 |
|
181 |
-
#: ../lib/pz-linkcard-cacheman-edit.php:
|
182 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
183 |
msgid "Regist"
|
184 |
msgstr "登録日時"
|
185 |
|
186 |
-
#: ../lib/pz-linkcard-cacheman-edit.php:
|
187 |
msgid "Update"
|
188 |
msgstr "更新"
|
189 |
|
190 |
-
#: ../lib/pz-linkcard-cacheman-edit.php:
|
191 |
msgid "Cancel"
|
192 |
msgstr "キャンセル"
|
193 |
|
194 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
195 |
msgid "All"
|
196 |
msgstr "すべて"
|
197 |
|
198 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
199 |
msgid "Internal"
|
200 |
msgstr "内部リンク"
|
201 |
|
202 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
203 |
msgid "External"
|
204 |
msgstr "外部リンク"
|
205 |
|
206 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
207 |
msgid "Modify"
|
208 |
msgstr "更新あり"
|
209 |
|
210 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
211 |
msgid "Unlink"
|
212 |
msgstr "リンク切れ"
|
213 |
|
214 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
215 |
msgid "Search keyword"
|
216 |
msgstr "検索キーワード"
|
217 |
|
218 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
219 |
msgid "Search"
|
220 |
msgstr "検索"
|
221 |
|
222 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
223 |
msgid "Select batch"
|
224 |
msgstr "一括処理を選択"
|
225 |
|
226 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
227 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
228 |
msgid "Select"
|
229 |
msgstr "選択してください"
|
230 |
|
231 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
232 |
msgid "Renew cache"
|
233 |
msgstr "記事内容を再取得する"
|
234 |
|
235 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
236 |
msgid "Renew Thumbnail"
|
237 |
msgstr "サムネイルを再取得する"
|
238 |
|
239 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
240 |
msgid "Renew SNS count"
|
241 |
msgstr "ソーシャルカウントを再取得する"
|
242 |
|
243 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
244 |
msgid "Check status"
|
245 |
msgstr "リンクが有効かチェックする"
|
246 |
|
247 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
248 |
msgid "Delete from cache"
|
249 |
msgstr "キャッシュから削除する"
|
250 |
|
251 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
252 |
msgid "Submit"
|
253 |
msgstr "適用"
|
254 |
|
255 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
256 |
msgid "Select domain"
|
257 |
msgstr "ドメインを選択"
|
258 |
|
259 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
260 |
msgid "All domain"
|
261 |
msgstr "すべてのドメイン"
|
262 |
|
263 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
264 |
msgid "Refine search"
|
265 |
msgstr "絞り込み検索"
|
266 |
|
267 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
268 |
msgid "items"
|
269 |
msgstr "項目"
|
270 |
|
271 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
272 |
msgid "Select all"
|
273 |
msgstr "すべて選択"
|
274 |
|
275 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
276 |
msgid "(last)"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
280 |
msgid "edit"
|
281 |
msgstr "編集"
|
282 |
|
283 |
-
#: ../lib/pz-linkcard-cacheman-list.php:310
|
284 |
#: ../lib/pz-linkcard-cacheman-list.php:311
|
|
|
285 |
msgid "Are you sure?"
|
286 |
msgstr "実行します。"
|
287 |
|
288 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
289 |
msgid "renew"
|
290 |
msgstr "再取得"
|
291 |
|
292 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
293 |
msgid "delete"
|
294 |
msgstr "削除"
|
295 |
|
296 |
-
#: ../lib/pz-linkcard-cacheman-list.php:
|
297 |
msgid "Export"
|
298 |
msgstr "エクスポート"
|
299 |
|
@@ -394,562 +399,573 @@ msgstr "基本の設定"
|
|
394 |
msgid "Easy format"
|
395 |
msgstr "かんたん書式設定"
|
396 |
|
397 |
-
#: ../lib/pz-linkcard-settings.php:152 ../lib/pz-linkcard-settings.php:
|
398 |
-
#: ../lib/pz-linkcard-settings.php:
|
399 |
-
#: ../lib/pz-linkcard-settings.php:
|
400 |
-
#: ../lib/pz-linkcard-settings.php:
|
401 |
-
#: ../lib/pz-linkcard-settings.php:
|
402 |
-
#: ../lib/pz-linkcard-settings.php:
|
403 |
-
#: ../lib/pz-linkcard-settings.php:
|
404 |
msgid "None"
|
405 |
msgstr "なし"
|
406 |
|
407 |
#: ../lib/pz-linkcard-settings.php:153
|
408 |
msgid "Pz-LkC Default"
|
409 |
-
msgstr "Pz リンクカード
|
410 |
|
411 |
#: ../lib/pz-linkcard-settings.php:154
|
412 |
msgid "Simple"
|
413 |
msgstr "シンプル"
|
414 |
|
415 |
#: ../lib/pz-linkcard-settings.php:155
|
416 |
-
msgid "
|
417 |
-
msgstr "
|
418 |
|
419 |
#: ../lib/pz-linkcard-settings.php:156
|
|
|
|
|
|
|
|
|
420 |
msgid "Square"
|
421 |
msgstr "スクエア"
|
422 |
|
423 |
-
#: ../lib/pz-linkcard-settings.php:
|
424 |
msgid "Cellophane tape \"center\""
|
425 |
msgstr "セロハンテープ(中央)"
|
426 |
|
427 |
-
#: ../lib/pz-linkcard-settings.php:
|
428 |
msgid "Cellophane tape \"Top corner\""
|
429 |
msgstr "セロハンテープ(左上と右上)"
|
430 |
|
431 |
-
#: ../lib/pz-linkcard-settings.php:
|
432 |
msgid "Cellophane tape \"long\""
|
433 |
msgstr "セロハンテープ(長め)"
|
434 |
|
435 |
-
#: ../lib/pz-linkcard-settings.php:
|
436 |
msgid "Curling paper"
|
437 |
msgstr "紙がめくれた効果"
|
438 |
|
439 |
-
#: ../lib/pz-linkcard-settings.php:
|
440 |
msgid "Cellophane tape and curling"
|
441 |
msgstr "セロハンテープと紙めくれた効果"
|
442 |
|
443 |
-
#: ../lib/pz-linkcard-settings.php:
|
444 |
msgid "Stitch blue & red"
|
445 |
msgstr "縫い目(青と赤)"
|
446 |
|
447 |
-
#: ../lib/pz-linkcard-settings.php:
|
448 |
msgid "Stitch green & yellow"
|
449 |
msgstr "縫い目(緑と黄色)"
|
450 |
|
451 |
-
#: ../lib/pz-linkcard-settings.php:
|
452 |
msgid "Infomation orange"
|
453 |
msgstr "インフォメーション オレンジ"
|
454 |
|
455 |
-
#: ../lib/pz-linkcard-settings.php:
|
456 |
msgid "Neutral bluegreen"
|
457 |
msgstr "ニュートラル ブルーグリーン"
|
458 |
|
459 |
-
#: ../lib/pz-linkcard-settings.php:
|
460 |
msgid "Enlightened green"
|
461 |
msgstr "エンライテド グリーン"
|
462 |
|
463 |
-
#: ../lib/pz-linkcard-settings.php:
|
464 |
msgid "Resistance blue"
|
465 |
msgstr "レジスタンス ブルー"
|
466 |
|
467 |
-
#: ../lib/pz-linkcard-settings.php:
|
468 |
msgid "Slanting"
|
469 |
msgstr "斜め"
|
470 |
|
471 |
-
#: ../lib/pz-linkcard-settings.php:
|
472 |
msgid "3D Rotate"
|
473 |
msgstr "3D回転"
|
474 |
|
475 |
-
#: ../lib/pz-linkcard-settings.php:
|
476 |
msgid "Pushpin"
|
477 |
msgstr "押しピン"
|
478 |
|
479 |
-
#: ../lib/pz-linkcard-settings.php:
|
480 |
msgid "* It applies over other formatting settings."
|
481 |
msgstr "※ほかの項目よりも優先して適用されます。"
|
482 |
|
483 |
-
#: ../lib/pz-linkcard-settings.php:
|
484 |
msgid "How to (Japanese only)"
|
485 |
msgstr "使い方"
|
486 |
|
487 |
-
#: ../lib/pz-linkcard-settings.php:
|
488 |
msgid "Position settings"
|
489 |
msgstr "配置の設定"
|
490 |
|
491 |
-
#: ../lib/pz-linkcard-settings.php:
|
492 |
msgid "Use blockquote tag"
|
493 |
msgstr "BLOCKQUOTEタグを使用する"
|
494 |
|
495 |
-
#: ../lib/pz-linkcard-settings.php:
|
496 |
msgid "without using DIV tag, and use BLOCKQUOTE tag"
|
497 |
msgstr "<BLOCKQUOTE>で囲んで引用扱いにします"
|
498 |
|
499 |
-
#: ../lib/pz-linkcard-settings.php:
|
500 |
msgid "Link the whole"
|
501 |
msgstr "カード全体をリンク"
|
502 |
|
503 |
-
#: ../lib/pz-linkcard-settings.php:
|
504 |
msgid "Enclose the entire card at anchor"
|
505 |
msgstr ""
|
506 |
"カード全体をAタグで囲って、どこをクリックしてもリンク先を開くようにします。"
|
507 |
|
508 |
-
#: ../lib/pz-linkcard-settings.php:
|
509 |
msgid "Margin"
|
510 |
msgstr "余白"
|
511 |
|
512 |
-
#: ../lib/pz-linkcard-settings.php:
|
513 |
msgid "Margin top"
|
514 |
msgstr "上の余白"
|
515 |
|
516 |
-
#: ../lib/pz-linkcard-settings.php:212 ../lib/pz-linkcard-settings.php:227
|
517 |
-
#: ../lib/pz-linkcard-settings.php:243 ../lib/pz-linkcard-settings.php:258
|
518 |
-
#: ../lib/pz-linkcard-settings.php:271 ../lib/pz-linkcard-settings.php:292
|
519 |
-
#: ../lib/pz-linkcard-settings.php:309 ../lib/pz-linkcard-settings.php:326
|
520 |
-
msgid "Not defined"
|
521 |
-
msgstr "設定しない"
|
522 |
-
|
523 |
#: ../lib/pz-linkcard-settings.php:213 ../lib/pz-linkcard-settings.php:228
|
524 |
-
#: ../lib/pz-linkcard-settings.php:
|
525 |
-
#: ../lib/pz-linkcard-settings.php:
|
526 |
#: ../lib/pz-linkcard-settings.php:310 ../lib/pz-linkcard-settings.php:327
|
527 |
-
msgid "
|
528 |
-
msgstr ""
|
529 |
|
530 |
#: ../lib/pz-linkcard-settings.php:214 ../lib/pz-linkcard-settings.php:229
|
531 |
-
#: ../lib/pz-linkcard-settings.php:
|
532 |
-
#: ../lib/pz-linkcard-settings.php:
|
533 |
#: ../lib/pz-linkcard-settings.php:311 ../lib/pz-linkcard-settings.php:328
|
534 |
-
|
535 |
-
msgid "4px"
|
536 |
msgstr ""
|
537 |
|
538 |
#: ../lib/pz-linkcard-settings.php:215 ../lib/pz-linkcard-settings.php:230
|
539 |
#: ../lib/pz-linkcard-settings.php:245 ../lib/pz-linkcard-settings.php:260
|
540 |
#: ../lib/pz-linkcard-settings.php:273 ../lib/pz-linkcard-settings.php:294
|
541 |
#: ../lib/pz-linkcard-settings.php:312 ../lib/pz-linkcard-settings.php:329
|
542 |
-
#: ../lib/pz-linkcard-settings.php:
|
543 |
-
msgid "
|
544 |
msgstr ""
|
545 |
|
546 |
#: ../lib/pz-linkcard-settings.php:216 ../lib/pz-linkcard-settings.php:231
|
547 |
#: ../lib/pz-linkcard-settings.php:246 ../lib/pz-linkcard-settings.php:261
|
548 |
#: ../lib/pz-linkcard-settings.php:274 ../lib/pz-linkcard-settings.php:295
|
549 |
#: ../lib/pz-linkcard-settings.php:313 ../lib/pz-linkcard-settings.php:330
|
550 |
-
#: ../lib/pz-linkcard-settings.php:
|
551 |
-
msgid "
|
552 |
msgstr ""
|
553 |
|
554 |
#: ../lib/pz-linkcard-settings.php:217 ../lib/pz-linkcard-settings.php:232
|
555 |
-
#: ../lib/pz-linkcard-settings.php:
|
556 |
-
#: ../lib/pz-linkcard-settings.php:
|
557 |
#: ../lib/pz-linkcard-settings.php:314 ../lib/pz-linkcard-settings.php:331
|
558 |
-
#: ../lib/pz-linkcard-settings.php:
|
559 |
-
msgid "
|
560 |
msgstr ""
|
561 |
|
562 |
#: ../lib/pz-linkcard-settings.php:218 ../lib/pz-linkcard-settings.php:233
|
563 |
#: ../lib/pz-linkcard-settings.php:249 ../lib/pz-linkcard-settings.php:264
|
564 |
#: ../lib/pz-linkcard-settings.php:277 ../lib/pz-linkcard-settings.php:298
|
565 |
#: ../lib/pz-linkcard-settings.php:315 ../lib/pz-linkcard-settings.php:332
|
566 |
-
#: ../lib/pz-linkcard-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
567 |
msgid "64px"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../lib/pz-linkcard-settings.php:
|
571 |
msgid "Margin left"
|
572 |
msgstr "左の余白"
|
573 |
|
574 |
-
#: ../lib/pz-linkcard-settings.php:
|
575 |
-
#: ../lib/pz-linkcard-settings.php:
|
576 |
msgid "24px"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: ../lib/pz-linkcard-settings.php:
|
580 |
msgid "Margin right"
|
581 |
msgstr "右の余白"
|
582 |
|
583 |
-
#: ../lib/pz-linkcard-settings.php:
|
584 |
-
#: ../lib/pz-linkcard-settings.php:
|
585 |
msgid "Width"
|
586 |
msgstr "幅"
|
587 |
|
588 |
-
#: ../lib/pz-linkcard-settings.php:
|
589 |
-
#: ../lib/pz-linkcard-settings.php:
|
590 |
-
#: ../lib/pz-linkcard-settings.php:
|
591 |
-
#: ../lib/pz-linkcard-settings.php:
|
592 |
msgid "Height"
|
593 |
msgstr "高さ"
|
594 |
|
595 |
-
#: ../lib/pz-linkcard-settings.php:
|
596 |
msgid "Margin bottom"
|
597 |
msgstr "下の余白"
|
598 |
|
599 |
-
#: ../lib/pz-linkcard-settings.php:
|
600 |
msgid "Centering"
|
601 |
msgstr "中央に寄せる"
|
602 |
|
603 |
-
#: ../lib/pz-linkcard-settings.php:
|
604 |
msgid "Display settings"
|
605 |
msgstr "表示の設定"
|
606 |
|
607 |
-
#: ../lib/pz-linkcard-settings.php:
|
608 |
msgid "Layout"
|
609 |
msgstr "外観設定"
|
610 |
|
611 |
-
#: ../lib/pz-linkcard-settings.php:
|
612 |
-
#: ../lib/pz-linkcard-settings.php:754 ../lib/pz-linkcard-settings.php:821
|
613 |
-
#: ../lib/pz-linkcard-settings.php:875
|
614 |
msgid "Site information"
|
615 |
msgstr "サイト情報"
|
616 |
|
617 |
-
#: ../lib/pz-linkcard-settings.php:
|
618 |
msgid "Top"
|
619 |
msgstr "上側"
|
620 |
|
621 |
-
#: ../lib/pz-linkcard-settings.php:
|
|
|
|
|
|
|
|
|
622 |
msgid "Bottom"
|
623 |
msgstr "下側"
|
624 |
|
625 |
-
#: ../lib/pz-linkcard-settings.php:
|
626 |
msgid "Use SiteName"
|
627 |
msgstr "サイト名称を使用"
|
628 |
|
629 |
-
#: ../lib/pz-linkcard-settings.php:
|
630 |
msgid "Make additional information heading display"
|
631 |
msgstr "付加情報を見出し表示にする"
|
632 |
|
633 |
-
#: ../lib/pz-linkcard-settings.php:
|
634 |
msgid "Turn off the anchor text underlining"
|
635 |
msgstr "リンク文字のアンダーラインを除去する"
|
636 |
|
637 |
-
#: ../lib/pz-linkcard-settings.php:
|
638 |
msgid "Separator line"
|
639 |
msgstr "区切り線"
|
640 |
|
641 |
-
#: ../lib/pz-linkcard-settings.php:
|
642 |
msgid "Display URL"
|
643 |
msgstr "リンク先URLの表示"
|
644 |
|
645 |
-
#: ../lib/pz-linkcard-settings.php:
|
646 |
msgid "Under title"
|
647 |
msgstr "タイトルの下"
|
648 |
|
649 |
-
#: ../lib/pz-linkcard-settings.php:
|
650 |
msgid "Bihind site-info"
|
651 |
msgstr "サイト情報の後ろ"
|
652 |
|
653 |
-
#: ../lib/pz-linkcard-settings.php:
|
654 |
-
#: ../lib/pz-linkcard-settings.php:
|
655 |
msgid "Thumbnail"
|
656 |
msgstr "サムネイル"
|
657 |
|
658 |
-
#: ../lib/pz-linkcard-settings.php:
|
659 |
msgid "Right"
|
660 |
msgstr "右側"
|
661 |
|
662 |
-
#: ../lib/pz-linkcard-settings.php:
|
663 |
msgid "Left"
|
664 |
msgstr "左側"
|
665 |
|
666 |
-
#: ../lib/pz-linkcard-settings.php:
|
667 |
msgid "Upper"
|
668 |
msgstr "上側"
|
669 |
|
670 |
-
#: ../lib/pz-linkcard-settings.php:
|
671 |
msgid "Shadow"
|
672 |
msgstr "影を付ける"
|
673 |
|
674 |
-
#: ../lib/pz-linkcard-settings.php:
|
675 |
msgid "Hollow content area"
|
676 |
msgstr "記事の情報に枠を付ける"
|
677 |
|
678 |
-
#: ../lib/pz-linkcard-settings.php:
|
679 |
msgid "Display excerpt"
|
680 |
msgstr "抜粋文を表示する"
|
681 |
|
682 |
-
#: ../lib/pz-linkcard-settings.php:
|
683 |
msgid "Hollow"
|
684 |
msgstr "内側に影を付ける"
|
685 |
|
686 |
-
#: ../lib/pz-linkcard-settings.php:
|
687 |
msgid "Round a square"
|
688 |
msgstr "角を丸める"
|
689 |
|
690 |
-
#: ../lib/pz-linkcard-settings.php:
|
691 |
msgid "Thinning at mouseover"
|
692 |
msgstr "マウスでポイントしたときに表示を薄くする"
|
693 |
|
694 |
-
#: ../lib/pz-linkcard-settings.php:
|
695 |
msgid "Border"
|
696 |
msgstr "枠線の太さ"
|
697 |
|
698 |
-
#: ../lib/pz-linkcard-settings.php:
|
699 |
-
#: ../lib/pz-linkcard-settings.php:
|
700 |
-
#: ../lib/pz-linkcard-settings.php:
|
701 |
-
#: ../lib/pz-linkcard-settings.php:
|
702 |
msgid "Color"
|
703 |
msgstr "色"
|
704 |
|
705 |
-
#: ../lib/pz-linkcard-settings.php:
|
706 |
msgid "none"
|
707 |
msgstr "なし"
|
708 |
|
709 |
-
#: ../lib/pz-linkcard-settings.php:
|
710 |
msgid "solid"
|
711 |
msgstr "solid/実線"
|
712 |
|
713 |
-
#: ../lib/pz-linkcard-settings.php:
|
714 |
msgid "dotted"
|
715 |
msgstr "dotted/点線"
|
716 |
|
717 |
-
#: ../lib/pz-linkcard-settings.php:
|
718 |
msgid "dashed"
|
719 |
msgstr "dashed/破線"
|
720 |
|
721 |
-
#: ../lib/pz-linkcard-settings.php:
|
722 |
msgid "double"
|
723 |
msgstr "double/二重線"
|
724 |
|
725 |
-
#: ../lib/pz-linkcard-settings.php:
|
726 |
msgid "groove"
|
727 |
msgstr "groove/立体(へこみ)"
|
728 |
|
729 |
-
#: ../lib/pz-linkcard-settings.php:
|
730 |
msgid "ridge"
|
731 |
msgstr "ridge/立体(隆起)"
|
732 |
|
733 |
-
#: ../lib/pz-linkcard-settings.php:
|
734 |
msgid "inset"
|
735 |
msgstr "inset/立体(押したボタンのような効果)"
|
736 |
|
737 |
-
#: ../lib/pz-linkcard-settings.php:
|
738 |
msgid "outset"
|
739 |
msgstr "outset/立体(ボタンのような効果)"
|
740 |
|
741 |
-
#: ../lib/pz-linkcard-settings.php:
|
742 |
msgid "Reset img style"
|
743 |
msgstr "CSSリセット(img)"
|
744 |
|
745 |
-
#: ../lib/pz-linkcard-settings.php:
|
746 |
msgid ""
|
747 |
"When unnecessary frame is displayed on the image, you can improve it by case"
|
748 |
msgstr "画像がずれて表示されるときに改善される可能性が有ります(推奨)"
|
749 |
|
750 |
-
#: ../lib/pz-linkcard-settings.php:
|
751 |
msgid "More button"
|
752 |
msgstr "続きを読むボタン"
|
753 |
|
754 |
-
#: ../lib/pz-linkcard-settings.php:
|
755 |
msgid "Text link"
|
756 |
msgstr "テキストリンク"
|
757 |
|
758 |
-
#: ../lib/pz-linkcard-settings.php:
|
759 |
msgid "Simple button"
|
760 |
msgstr "シンプルなボタン"
|
761 |
|
762 |
-
#: ../lib/pz-linkcard-settings.php:
|
763 |
msgid "Blue"
|
764 |
msgstr "ブルー"
|
765 |
|
766 |
-
#: ../lib/pz-linkcard-settings.php:
|
767 |
msgid "Dark"
|
768 |
msgstr "ダーク"
|
769 |
|
770 |
-
#: ../lib/pz-linkcard-settings.php:
|
771 |
msgid "*"
|
772 |
msgstr "※"
|
773 |
|
774 |
-
#: ../lib/pz-linkcard-settings.php:
|
775 |
msgid ""
|
776 |
"It is recommended that you leave the card height blank when using this "
|
777 |
"setting."
|
778 |
msgstr "この設定を使用するときはカードの高さを空欄にすることをお勧めします。"
|
779 |
|
780 |
-
#: ../lib/pz-linkcard-settings.php:
|
781 |
msgid "Display SNS Count"
|
782 |
msgstr "シェア数を表示する"
|
783 |
|
784 |
-
#: ../lib/pz-linkcard-settings.php:
|
785 |
msgid "Bihind title"
|
786 |
msgstr "タイトルの後ろ"
|
787 |
|
788 |
-
#: ../lib/pz-linkcard-settings.php:
|
789 |
msgid "Twitter"
|
790 |
msgstr "ツイッター"
|
791 |
|
792 |
-
#: ../lib/pz-linkcard-settings.php:
|
793 |
msgid "Facebook"
|
794 |
msgstr "フェイスブック(シェア数)"
|
795 |
|
796 |
-
#: ../lib/pz-linkcard-settings.php:
|
797 |
msgid "Hatena"
|
798 |
msgstr "はてなブックマーク"
|
799 |
|
800 |
-
#: ../lib/pz-linkcard-settings.php:
|
|
|
|
|
|
|
|
|
801 |
msgid "Letter settings"
|
802 |
msgstr "文字の設定"
|
803 |
|
804 |
-
#: ../lib/pz-linkcard-settings.php:
|
805 |
-
#: ../lib/pz-linkcard-settings.php:
|
806 |
-
#: ../lib/pz-linkcard-settings.php:
|
807 |
msgid "Outline"
|
808 |
msgstr "縁取り"
|
809 |
|
810 |
-
#: ../lib/pz-linkcard-settings.php:
|
811 |
-
#: ../lib/pz-linkcard-settings.php:
|
812 |
-
#: ../lib/pz-linkcard-settings.php:
|
813 |
msgid "Size"
|
814 |
msgstr "大きさ"
|
815 |
|
816 |
-
#: ../lib/pz-linkcard-settings.php:
|
817 |
-
#: ../lib/pz-linkcard-settings.php:
|
818 |
msgid "Length"
|
819 |
msgstr "桁数"
|
820 |
|
821 |
-
#: ../lib/pz-linkcard-settings.php:
|
|
|
822 |
msgid "Added information"
|
823 |
msgstr "付加情報"
|
824 |
|
825 |
-
#: ../lib/pz-linkcard-settings.php:
|
826 |
msgid "Resize"
|
827 |
msgstr "幅に合わせて縮小"
|
828 |
|
829 |
-
#: ../lib/pz-linkcard-settings.php:
|
830 |
msgid "Adjust thumbnail and letter size according to width"
|
831 |
msgstr "画面幅に合わせて文字とサムネイルの大きさを調整します。"
|
832 |
|
833 |
-
#: ../lib/pz-linkcard-settings.php:
|
834 |
msgid "External link settings"
|
835 |
msgstr "外部リンクの設定"
|
836 |
|
837 |
-
#: ../lib/pz-linkcard-settings.php:
|
838 |
-
#: ../lib/pz-linkcard-settings.php:
|
839 |
msgid "Background Color"
|
840 |
msgstr "背景色"
|
841 |
|
842 |
-
#: ../lib/pz-linkcard-settings.php:
|
843 |
msgid "Background image"
|
844 |
msgstr "背景画像"
|
845 |
|
846 |
-
#: ../lib/pz-linkcard-settings.php:
|
847 |
-
#: ../lib/pz-linkcard-settings.php:
|
848 |
msgid "Direct"
|
849 |
msgstr "直接取得する"
|
850 |
|
851 |
-
#: ../lib/pz-linkcard-settings.php:
|
852 |
-
#: ../lib/pz-linkcard-settings.php:
|
853 |
msgid "Use WebAPI"
|
854 |
msgstr "WebAPIを利用する"
|
855 |
|
856 |
-
#: ../lib/pz-linkcard-settings.php:
|
857 |
-
#: ../lib/pz-linkcard-settings.php:
|
858 |
msgid "Use WebAPI ,If can not direct"
|
859 |
msgstr "直接取得できない場合、WebAPIを利用する"
|
860 |
|
861 |
-
#: ../lib/pz-linkcard-settings.php:
|
862 |
-
#: ../lib/pz-linkcard-settings.php:
|
863 |
msgid "Favicon"
|
864 |
msgstr "サイトアイコン"
|
865 |
|
866 |
-
#: ../lib/pz-linkcard-settings.php:
|
867 |
msgid "Text of more button"
|
868 |
msgstr "続きを読むボタンの文字"
|
869 |
|
870 |
-
#: ../lib/pz-linkcard-settings.php:
|
871 |
-
#: ../lib/pz-linkcard-settings.php:
|
872 |
msgid "Open new window/tab"
|
873 |
msgstr "新しいウィンドウで開く"
|
874 |
|
875 |
-
#: ../lib/pz-linkcard-settings.php:
|
876 |
msgid "All client"
|
877 |
msgstr "すべての端末"
|
878 |
|
879 |
-
#: ../lib/pz-linkcard-settings.php:
|
880 |
msgid "Other than mobile"
|
881 |
msgstr "モバイル端末以外"
|
882 |
|
883 |
-
#: ../lib/pz-linkcard-settings.php:
|
884 |
msgid "Get contents"
|
885 |
msgstr "記事取得方法"
|
886 |
|
887 |
-
#: ../lib/pz-linkcard-settings.php:
|
888 |
msgid "Initially acquired only from the content"
|
889 |
msgstr "カード管理画面に記録されている内容から表示する"
|
890 |
|
891 |
-
#: ../lib/pz-linkcard-settings.php:
|
892 |
msgid "Set nofollow"
|
893 |
msgstr "nofollowを付与する"
|
894 |
|
895 |
-
#: ../lib/pz-linkcard-settings.php:
|
896 |
msgid "In the case of an external site, it puts the \"nofollow\""
|
897 |
msgstr "外部リンクのリンクを nofollow にする"
|
898 |
|
899 |
-
#: ../lib/pz-linkcard-settings.php:
|
900 |
msgid "Use HatenaBlogCard"
|
901 |
msgstr "はてなブログカードを利用する"
|
902 |
|
903 |
-
#: ../lib/pz-linkcard-settings.php:
|
904 |
msgid "External links will use Always HatenaBlogCard."
|
905 |
msgstr "外部リンクは「はてなブログカード」を利用する"
|
906 |
|
907 |
-
#: ../lib/pz-linkcard-settings.php:
|
908 |
msgid "(Not recommended)"
|
909 |
msgstr "(非推奨)"
|
910 |
|
911 |
-
#: ../lib/pz-linkcard-settings.php:
|
912 |
msgid "Internal link settings"
|
913 |
msgstr "内部リンクの設定"
|
914 |
|
915 |
-
#: ../lib/pz-linkcard-settings.php:
|
916 |
msgid "Background Image"
|
917 |
msgstr "背景画像"
|
918 |
|
919 |
-
#: ../lib/pz-linkcard-settings.php:
|
920 |
msgid "Always get the latest from the content"
|
921 |
msgstr "常に最新の記事内容から抜粋文を作成する"
|
922 |
|
923 |
-
#: ../lib/pz-linkcard-settings.php:
|
924 |
msgid "Always get the latest from the excerpt"
|
925 |
msgstr "抜粋文が設定されている投稿はそちらを優先する"
|
926 |
|
927 |
-
#: ../lib/pz-linkcard-settings.php:
|
928 |
msgid "Retry get PID"
|
929 |
msgstr "記事URLの再取得"
|
930 |
|
931 |
-
#: ../lib/pz-linkcard-settings.php:
|
932 |
msgid "When the `Post ID` can not be acquired, it is acquired again."
|
933 |
msgstr "記事IDが取得できなかった場合に、リダイレクト先のURLを取得する。"
|
934 |
|
935 |
-
#: ../lib/pz-linkcard-settings.php:
|
936 |
msgid "Same-page link settings"
|
937 |
msgstr "同ページへのリンクの設定"
|
938 |
|
939 |
-
#: ../lib/pz-linkcard-settings.php:
|
940 |
-
#: ../lib/pz-linkcard-settings.php:
|
941 |
msgid "It is common with setting Internal-link"
|
942 |
msgstr "内部リンク用の設定が使用されます"
|
943 |
|
944 |
-
#: ../lib/pz-linkcard-settings.php:
|
945 |
msgid "Web-API settings"
|
946 |
msgstr "画像取得APIの設定"
|
947 |
|
948 |
-
#: ../lib/pz-linkcard-settings.php:
|
949 |
msgid "Favicon API"
|
950 |
msgstr "ファビコンの取得API"
|
951 |
|
952 |
-
#: ../lib/pz-linkcard-settings.php:
|
953 |
msgid ""
|
954 |
"%DOMAIN% replace to domain name (ex. poporon.poponet.jp )<br>%DOMAIN_URL% "
|
955 |
"replace to domain URL (ex. http://poporon.poponet.jp )"
|
@@ -958,89 +974,89 @@ msgstr ""
|
|
958 |
"%DOMAIN_URL% と記述するとドメインのURL(例.http://poporon.poponet.jp)に置き"
|
959 |
"換わります。"
|
960 |
|
961 |
-
#: ../lib/pz-linkcard-settings.php:
|
962 |
msgid "%URL% replace to URL."
|
963 |
msgstr "%URL% と記述すると記事のURLに置き換わります。"
|
964 |
|
965 |
-
#: ../lib/pz-linkcard-settings.php:
|
966 |
msgid "ex1."
|
967 |
msgstr "例1."
|
968 |
|
969 |
-
#: ../lib/pz-linkcard-settings.php:
|
970 |
msgid "ex2."
|
971 |
msgstr "例2."
|
972 |
|
973 |
-
#: ../lib/pz-linkcard-settings.php:
|
974 |
msgid "Thumbnail API"
|
975 |
msgstr "サムネイル画像の取得API"
|
976 |
|
977 |
-
#: ../lib/pz-linkcard-settings.php:
|
978 |
msgid "Check link settings"
|
979 |
msgstr "リンク先チェックの設定"
|
980 |
|
981 |
-
#: ../lib/pz-linkcard-settings.php:
|
982 |
msgid "Do not link at error"
|
983 |
msgstr "エラーのときリンクしない"
|
984 |
|
985 |
-
#: ../lib/pz-linkcard-settings.php:
|
986 |
msgid "When access status is \"403\", \"404\", \"410\", unlink"
|
987 |
msgstr "ステータスが「403」「404」「410」のときにリンクを無効にします"
|
988 |
|
989 |
-
#: ../lib/pz-linkcard-settings.php:
|
990 |
msgid "SSL verification disabled"
|
991 |
msgstr "SSL検証を無効"
|
992 |
|
993 |
-
#: ../lib/pz-linkcard-settings.php:
|
994 |
msgid "Try setting if the contents of the SSL site can not be acquired."
|
995 |
msgstr ""
|
996 |
"SSLサイトのタイトルや記事内容が取得できない場合に設定することで取得できる可能"
|
997 |
"性があります。"
|
998 |
|
999 |
-
#: ../lib/pz-linkcard-settings.php:
|
1000 |
msgid "Follow location"
|
1001 |
msgstr "リダイレクト処理"
|
1002 |
|
1003 |
-
#: ../lib/pz-linkcard-settings.php:
|
1004 |
msgid "Track when the link destination is redirected."
|
1005 |
msgstr "リンク先がリダイレクトされている場合に追跡します。"
|
1006 |
|
1007 |
-
#: ../lib/pz-linkcard-settings.php:
|
1008 |
msgid "Set referer"
|
1009 |
msgstr "リファラーの通知"
|
1010 |
|
1011 |
-
#: ../lib/pz-linkcard-settings.php:
|
1012 |
msgid "Notify the article URL to the link destination."
|
1013 |
msgstr "リンク先に記事のURLを知らせます。"
|
1014 |
|
1015 |
-
#: ../lib/pz-linkcard-settings.php:
|
1016 |
msgid "Use User-Agent"
|
1017 |
msgstr "ユーザーエージェントの通知"
|
1018 |
|
1019 |
-
#: ../lib/pz-linkcard-settings.php:
|
1020 |
msgid "Notify using Pz-LinkCard to the link destination."
|
1021 |
msgstr "リンク先にPz-LinkCardを使用していることを知らせます。"
|
1022 |
|
1023 |
-
#: ../lib/pz-linkcard-settings.php:
|
1024 |
msgid "Broken link checker"
|
1025 |
msgstr "リンク切れチェック"
|
1026 |
|
1027 |
-
#: ../lib/pz-linkcard-settings.php:
|
1028 |
msgid "Alive confirmation of the link destination."
|
1029 |
msgstr "リンク先がアクセスできるか定期的に確認します。"
|
1030 |
|
1031 |
-
#: ../lib/pz-linkcard-settings.php:
|
1032 |
msgid "Broken link count"
|
1033 |
msgstr "リンク切れカウント"
|
1034 |
|
1035 |
-
#: ../lib/pz-linkcard-settings.php:
|
1036 |
msgid "The number of broken links is displayed next to the submenu."
|
1037 |
msgstr "サブメニューの横にリンク切れの件数を表示します。"
|
1038 |
|
1039 |
-
#: ../lib/pz-linkcard-settings.php:
|
1040 |
msgid "Multi-site compatible"
|
1041 |
msgstr "サブディレクトリを外部リンクにする"
|
1042 |
|
1043 |
-
#: ../lib/pz-linkcard-settings.php:
|
1044 |
msgid ""
|
1045 |
"In the case of the multi-site of the subdirectory type, the site under the "
|
1046 |
"subdirectory is judged as an external site."
|
@@ -1048,56 +1064,56 @@ msgstr ""
|
|
1048 |
"サブディレクトリ型のマルチサイトの場合で、メインサイトからサブサイトを外部サ"
|
1049 |
"イトとして判定する。"
|
1050 |
|
1051 |
-
#: ../lib/pz-linkcard-settings.php:
|
1052 |
msgid "Editor settings"
|
1053 |
msgstr "エディターの設定"
|
1054 |
|
1055 |
-
#: ../lib/pz-linkcard-settings.php:
|
1056 |
msgid "ShortCode 1"
|
1057 |
msgstr "ショートコード 1"
|
1058 |
|
1059 |
-
#: ../lib/pz-linkcard-settings.php:
|
1060 |
-
#: ../lib/pz-linkcard-settings.php:
|
1061 |
msgid "Case-sensitive"
|
1062 |
msgstr "大文字と小文字を区別します"
|
1063 |
|
1064 |
-
#: ../lib/pz-linkcard-settings.php:
|
1065 |
msgid "Use inlinetext"
|
1066 |
msgstr "ショートコードで囲んだ文字列"
|
1067 |
|
1068 |
-
#: ../lib/pz-linkcard-settings.php:
|
1069 |
msgid "No use"
|
1070 |
msgstr "使用しない"
|
1071 |
|
1072 |
-
#: ../lib/pz-linkcard-settings.php:
|
1073 |
msgid "Use to excerpt"
|
1074 |
msgstr "抜粋文として使用"
|
1075 |
|
1076 |
-
#: ../lib/pz-linkcard-settings.php:
|
1077 |
msgid "Use to title"
|
1078 |
msgstr "タイトルとして使用"
|
1079 |
|
1080 |
-
#: ../lib/pz-linkcard-settings.php:
|
1081 |
msgid "This setting applies only to the Shortcode1"
|
1082 |
msgstr "ショートコード1にのみ適用されます"
|
1083 |
|
1084 |
-
#: ../lib/pz-linkcard-settings.php:
|
1085 |
msgid "ShortCode 2"
|
1086 |
msgstr "ショートコード 2"
|
1087 |
|
1088 |
-
#: ../lib/pz-linkcard-settings.php:
|
1089 |
msgid "ShortCode 3"
|
1090 |
msgstr "ショートコード 3"
|
1091 |
|
1092 |
-
#: ../lib/pz-linkcard-settings.php:
|
1093 |
msgid "ShortCode 4"
|
1094 |
msgstr "ショートコード 4"
|
1095 |
|
1096 |
-
#: ../lib/pz-linkcard-settings.php:
|
1097 |
msgid "Parameters"
|
1098 |
msgstr "パラメータ"
|
1099 |
|
1100 |
-
#: ../lib/pz-linkcard-settings.php:
|
1101 |
msgid ""
|
1102 |
"For any shortcode you can change the title and excerpt with `title` "
|
1103 |
"parameter and `content` parameter"
|
@@ -1105,187 +1121,187 @@ msgstr ""
|
|
1105 |
"どのショートコードでも title パラメータと content パラメータでタイトルと抜粋"
|
1106 |
"文を指定できます。"
|
1107 |
|
1108 |
-
#: ../lib/pz-linkcard-settings.php:
|
1109 |
msgid "Convert text link"
|
1110 |
msgstr "テキストリンク行の変換"
|
1111 |
|
1112 |
-
#: ../lib/pz-linkcard-settings.php:
|
1113 |
msgid "Convert lines with text link only to Linkcard."
|
1114 |
msgstr "テキストリンクだけの行をリンクカードに変換する。"
|
1115 |
|
1116 |
-
#: ../lib/pz-linkcard-settings.php:
|
1117 |
msgid "Convert URL"
|
1118 |
msgstr "URL行の変換"
|
1119 |
|
1120 |
-
#: ../lib/pz-linkcard-settings.php:
|
1121 |
msgid "Convert lines with URL only to Linkcard."
|
1122 |
msgstr "URLだけの行をリンクカードに変換する。"
|
1123 |
|
1124 |
-
#: ../lib/pz-linkcard-settings.php:
|
1125 |
msgid "Only external link"
|
1126 |
msgstr "外部リンクのみ変換"
|
1127 |
|
1128 |
-
#: ../lib/pz-linkcard-settings.php:
|
1129 |
msgid "Conversion only external link"
|
1130 |
msgstr "外部リンクのときのみ変換します"
|
1131 |
|
1132 |
-
#: ../lib/pz-linkcard-settings.php:
|
1133 |
msgid "Add insert button"
|
1134 |
msgstr "リンクカードボタンを追加"
|
1135 |
|
1136 |
-
#: ../lib/pz-linkcard-settings.php:
|
1137 |
msgid "Add insert button to visual editor."
|
1138 |
msgstr "ビジュアルエディタにリンクカードを挿入するボタンを追加する。"
|
1139 |
|
1140 |
-
#: ../lib/pz-linkcard-settings.php:
|
1141 |
msgid "Add quick tag"
|
1142 |
msgstr "クイックタグを追加"
|
1143 |
|
1144 |
-
#: ../lib/pz-linkcard-settings.php:
|
1145 |
msgid "Add quick tag button to text editor."
|
1146 |
msgstr "テキストエディタにリンクカードを挿入するボタンを追加する。"
|
1147 |
|
1148 |
-
#: ../lib/pz-linkcard-settings.php:
|
1149 |
msgid "Advanced settings"
|
1150 |
msgstr "詳しい人向けの設定"
|
1151 |
|
1152 |
-
#: ../lib/pz-linkcard-settings.php:
|
1153 |
msgid "Trailing slash"
|
1154 |
msgstr "末尾のスラッシュ"
|
1155 |
|
1156 |
-
#: ../lib/pz-linkcard-settings.php:
|
1157 |
msgid "As it"
|
1158 |
msgstr "そのまま"
|
1159 |
|
1160 |
-
#: ../lib/pz-linkcard-settings.php:
|
1161 |
msgid "When only domain name, remove"
|
1162 |
msgstr "ドメイン名のみのときだけ削除"
|
1163 |
|
1164 |
-
#: ../lib/pz-linkcard-settings.php:
|
1165 |
msgid "Always remove"
|
1166 |
msgstr "常に削除"
|
1167 |
|
1168 |
-
#: ../lib/pz-linkcard-settings.php:
|
1169 |
msgid "CSS to be added"
|
1170 |
msgstr "追加するスタイルシート"
|
1171 |
|
1172 |
-
#: ../lib/pz-linkcard-settings.php:
|
1173 |
msgid "specified CSS"
|
1174 |
msgstr "指定したCSSを使用"
|
1175 |
|
1176 |
-
#: ../lib/pz-linkcard-settings.php:
|
1177 |
msgid "Use specified CSS file"
|
1178 |
msgstr "指定したCSSファイルを使用する"
|
1179 |
|
1180 |
-
#: ../lib/pz-linkcard-settings.php:
|
1181 |
msgid "CSS file"
|
1182 |
msgstr "CSSファイル名"
|
1183 |
|
1184 |
-
#: ../lib/pz-linkcard-settings.php:
|
1185 |
msgid "(ex. https://exsample.com/style.css )"
|
1186 |
msgstr "例.https://exsample.com/style.css"
|
1187 |
|
1188 |
-
#: ../lib/pz-linkcard-settings.php:
|
1189 |
msgid "CSS URL"
|
1190 |
msgstr "CSSファイルのURL"
|
1191 |
|
1192 |
-
#: ../lib/pz-linkcard-settings.php:
|
1193 |
msgid "Class ID to be added(for PC)"
|
1194 |
msgstr "PCのときに追加するクラス名"
|
1195 |
|
1196 |
-
#: ../lib/pz-linkcard-settings.php:
|
1197 |
msgid "Class ID to be added(for Mobile)"
|
1198 |
msgstr "モバイルのときに追加するクラス名"
|
1199 |
|
1200 |
-
#: ../lib/pz-linkcard-settings.php:
|
1201 |
msgid "Google AMP URL"
|
1202 |
msgstr "URLによるAMP判断"
|
1203 |
|
1204 |
-
#: ../lib/pz-linkcard-settings.php:
|
1205 |
msgid "If the URL is AMP, display simple."
|
1206 |
msgstr ""
|
1207 |
"アクセスされたURLの末尾が「/amp」「/amp/」「/?amp=1」の場合、簡易表示に切り替"
|
1208 |
"える。"
|
1209 |
|
1210 |
-
#: ../lib/pz-linkcard-settings.php:
|
1211 |
msgid "IDNA Convert"
|
1212 |
msgstr "IDNAドメインの表示"
|
1213 |
|
1214 |
-
#: ../lib/pz-linkcard-settings.php:
|
1215 |
msgid "Convert domain name from IDNA ASCII to Unicode."
|
1216 |
msgstr ""
|
1217 |
"IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換して表示します(日"
|
1218 |
"本語ドメインなど)"
|
1219 |
|
1220 |
-
#: ../lib/pz-linkcard-settings.php:
|
1221 |
msgid "Display link to author page"
|
1222 |
msgstr "プラグイン名を表示する"
|
1223 |
|
1224 |
-
#: ../lib/pz-linkcard-settings.php:
|
1225 |
msgid "Plugin URL"
|
1226 |
msgstr "プラグインページURL"
|
1227 |
|
1228 |
-
#: ../lib/pz-linkcard-settings.php:
|
1229 |
msgid "Plugin name"
|
1230 |
msgstr "プラグイン名"
|
1231 |
|
1232 |
-
#: ../lib/pz-linkcard-settings.php:
|
1233 |
msgid "Plugin version"
|
1234 |
msgstr "プラグインバージョン"
|
1235 |
|
1236 |
-
#: ../lib/pz-linkcard-settings.php:
|
1237 |
msgid "Saved datetime"
|
1238 |
msgstr "保存した日時"
|
1239 |
|
1240 |
-
#: ../lib/pz-linkcard-settings.php:
|
1241 |
msgid "Display elapsed time"
|
1242 |
msgstr "実行時間の表示"
|
1243 |
|
1244 |
-
#: ../lib/pz-linkcard-settings.php:
|
1245 |
msgid "Output the elapsed time to HTML comment."
|
1246 |
msgstr "作成にかかった時間をコメントとしてHTMLへ出力する"
|
1247 |
|
1248 |
-
#: ../lib/pz-linkcard-settings.php:
|
1249 |
msgid "Initialize"
|
1250 |
msgstr "初期化"
|
1251 |
|
1252 |
-
#: ../lib/pz-linkcard-settings.php:
|
1253 |
msgid "Return to the initial setting"
|
1254 |
msgstr "設定を初期状態へ戻す"
|
1255 |
|
1256 |
-
#: ../lib/pz-linkcard-settings.php:
|
1257 |
msgid "etc"
|
1258 |
msgstr "その他"
|
1259 |
|
1260 |
-
#: ../lib/pz-linkcard-settings.php:
|
1261 |
msgid "Author's site"
|
1262 |
msgstr "作者のサイト"
|
1263 |
|
1264 |
-
#: ../lib/pz-linkcard-settings.php:
|
1265 |
msgid "Popozure."
|
1266 |
msgstr "ぽぽづれ。"
|
1267 |
|
1268 |
-
#: ../lib/pz-linkcard-settings.php:
|
1269 |
msgid "Poporon's PC daily diary"
|
1270 |
msgstr "ぽぽろんのパソコンつれづれ(ズレズレ?)日記"
|
1271 |
|
1272 |
-
#: ../lib/pz-linkcard-settings.php:
|
1273 |
msgid "When in trouble"
|
1274 |
msgstr "困ったときは"
|
1275 |
|
1276 |
-
#: ../lib/pz-linkcard-settings.php:
|
1277 |
msgid "Twitter account"
|
1278 |
msgstr "ツイッター アカウント"
|
1279 |
|
1280 |
-
#: ../lib/pz-linkcard-settings.php:
|
1281 |
msgid "Donation"
|
1282 |
msgstr "寄付"
|
1283 |
|
1284 |
-
#: ../lib/pz-linkcard-style.php:
|
1285 |
msgid "Style sheet saved."
|
1286 |
msgstr "設定を元にスタイルシートを自動生成しました。"
|
1287 |
|
1288 |
-
#: ../lib/pz-linkcard-style.php:
|
1289 |
msgid "Style sheet failed."
|
1290 |
msgstr "スタイルシートの自動生成に失敗しました。"
|
1291 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Pz-LinkCard\n"
|
6 |
"Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n"
|
7 |
+
"POT-Creation-Date: 2018-09-01 10:08+0900\n"
|
8 |
+
"PO-Revision-Date: 2018-09-01 10:15+0900\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: poporon\n"
|
11 |
"Language: ja_JP\n"
|
19 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
|
22 |
+
#: ../pz-linkcard.php:343
|
23 |
msgid "Incorrect URL specification."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: ../pz-linkcard.php:1218
|
27 |
msgid "Category"
|
28 |
msgstr "カテゴリー"
|
29 |
|
30 |
+
#: ../pz-linkcard.php:1218 ../pz-linkcard.php:1231
|
31 |
msgid "‘"
|
32 |
msgstr "「"
|
33 |
|
34 |
+
#: ../pz-linkcard.php:1218 ../pz-linkcard.php:1231
|
35 |
msgid "’"
|
36 |
msgstr "」"
|
37 |
|
38 |
+
#: ../pz-linkcard.php:1219 ../pz-linkcard.php:1232
|
39 |
msgid "("
|
40 |
msgstr "("
|
41 |
|
42 |
+
#: ../pz-linkcard.php:1219 ../pz-linkcard.php:1232
|
43 |
msgid "Count"
|
44 |
msgstr "件数"
|
45 |
|
46 |
+
#: ../pz-linkcard.php:1219 ../pz-linkcard.php:1232
|
47 |
msgid ")"
|
48 |
msgstr ")"
|
49 |
|
50 |
+
#: ../pz-linkcard.php:1231
|
51 |
msgid "Tag"
|
52 |
msgstr "タグ"
|
53 |
|
54 |
+
#: ../pz-linkcard.php:1624
|
55 |
msgid "Linkcard"
|
56 |
msgstr "リンクカード"
|
57 |
|
58 |
+
#: ../pz-linkcard.php:1624
|
59 |
msgid "Make Linkcard"
|
60 |
msgstr "リンクカードのショートコードを挿入する"
|
61 |
|
62 |
+
#: ../pz-linkcard.php:1632
|
63 |
msgid "Invalid URL parameter in "
|
64 |
msgstr "URLパラメーターの指定が無効です→"
|
65 |
|
66 |
+
#: ../pz-linkcard.php:1663
|
67 |
msgid "Pz LkC Cache"
|
68 |
msgstr "Pz カード管理"
|
69 |
|
70 |
+
#: ../pz-linkcard.php:1664
|
71 |
msgid "Pz LinkCard"
|
72 |
msgstr "Pz カード設定"
|
73 |
|
74 |
+
#: ../pz-linkcard.php:1672 ../lib/pz-linkcard-cacheman.php:6
|
75 |
msgid "LinkCard cache manager"
|
76 |
msgstr "リンクカード/DBキャッシュ管理"
|
77 |
|
78 |
+
#: ../pz-linkcard.php:1673 ../lib/pz-linkcard-settings.php:4
|
79 |
msgid "LinkCard Settings"
|
80 |
msgstr "リンクカード設定"
|
81 |
|
82 |
+
#: ../pz-linkcard.php:1760
|
83 |
msgid "Settings"
|
84 |
msgstr "設定"
|
85 |
|
86 |
+
#: ../pz-linkcard.php:1760
|
87 |
msgid "Manage"
|
88 |
msgstr "管理"
|
89 |
|
90 |
#: ../lib/pz-linkcard-cacheman-edit.php:14
|
91 |
+
#: ../lib/pz-linkcard-cacheman-list.php:235 ../lib/pz-linkcard-edit.php:13
|
92 |
msgid "ID"
|
93 |
msgstr ""
|
94 |
|
95 |
#: ../lib/pz-linkcard-cacheman-edit.php:18
|
96 |
+
#: ../lib/pz-linkcard-cacheman-list.php:236 ../lib/pz-linkcard-edit.php:17
|
97 |
msgid "URL key"
|
98 |
msgstr "URLキー"
|
99 |
|
100 |
#: ../lib/pz-linkcard-cacheman-edit.php:22
|
101 |
+
#: ../lib/pz-linkcard-cacheman-list.php:237 ../lib/pz-linkcard-edit.php:21
|
102 |
+
#: ../lib/pz-linkcard-settings.php:628
|
103 |
msgid "URL"
|
104 |
msgstr "URL"
|
105 |
|
108 |
msgstr "サイト名称"
|
109 |
|
110 |
#: ../lib/pz-linkcard-cacheman-edit.php:30
|
111 |
+
#: ../lib/pz-linkcard-cacheman-list.php:241 ../lib/pz-linkcard-edit.php:33
|
112 |
msgid "Domain"
|
113 |
msgstr "ドメイン"
|
114 |
|
115 |
#: ../lib/pz-linkcard-cacheman-edit.php:34
|
116 |
+
#: ../lib/pz-linkcard-cacheman-list.php:238 ../lib/pz-linkcard-edit.php:37
|
117 |
+
#: ../lib/pz-linkcard-settings.php:599
|
118 |
msgid "Title"
|
119 |
msgstr "タイトル"
|
120 |
|
121 |
#: ../lib/pz-linkcard-cacheman-edit.php:38
|
122 |
+
#: ../lib/pz-linkcard-cacheman-list.php:239 ../lib/pz-linkcard-edit.php:41
|
123 |
+
#: ../lib/pz-linkcard-settings.php:656
|
124 |
msgid "Excerpt"
|
125 |
msgstr "抜粋文"
|
126 |
|
127 |
#: ../lib/pz-linkcard-cacheman-edit.php:42
|
128 |
+
#: ../lib/pz-linkcard-cacheman-list.php:240 ../lib/pz-linkcard-edit.php:45
|
129 |
msgid "Charset"
|
130 |
msgstr "文字セット"
|
131 |
|
142 |
msgstr "ファビコンURL"
|
143 |
|
144 |
#: ../lib/pz-linkcard-cacheman-edit.php:54
|
145 |
+
#: ../lib/pz-linkcard-cacheman-list.php:245 ../lib/pz-linkcard-edit.php:57
|
146 |
msgid "Result code"
|
147 |
msgstr "結果コード"
|
148 |
|
149 |
#: ../lib/pz-linkcard-cacheman-edit.php:92
|
150 |
+
#: ../lib/pz-linkcard-cacheman-list.php:244 ../lib/pz-linkcard-edit.php:61
|
151 |
msgid "Post ID"
|
152 |
msgstr "記事ID"
|
153 |
|
156 |
msgstr ""
|
157 |
|
158 |
#: ../lib/pz-linkcard-cacheman-edit.php:103
|
159 |
+
#: ../lib/pz-linkcard-cacheman-list.php:242 ../lib/pz-linkcard-edit.php:67
|
160 |
msgid "Tw"
|
161 |
msgstr ""
|
162 |
|
163 |
#: ../lib/pz-linkcard-cacheman-edit.php:104
|
164 |
+
#: ../lib/pz-linkcard-cacheman-list.php:242 ../lib/pz-linkcard-edit.php:68
|
165 |
msgid "fb"
|
166 |
msgstr ""
|
167 |
|
168 |
#: ../lib/pz-linkcard-cacheman-edit.php:105
|
169 |
+
#: ../lib/pz-linkcard-cacheman-list.php:242 ../lib/pz-linkcard-edit.php:69
|
170 |
msgid "B!"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: ../lib/pz-linkcard-cacheman-edit.php:106
|
174 |
+
#: ../lib/pz-linkcard-cacheman-list.php:242
|
175 |
+
msgid "Po"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: ../lib/pz-linkcard-cacheman-edit.php:110 ../lib/pz-linkcard-edit.php:73
|
179 |
msgid "Uptime"
|
180 |
msgstr "更新日時"
|
181 |
|
182 |
+
#: ../lib/pz-linkcard-cacheman-edit.php:114 ../lib/pz-linkcard-edit.php:77
|
183 |
msgid "Next update"
|
184 |
msgstr "次回更新日時"
|
185 |
|
186 |
+
#: ../lib/pz-linkcard-cacheman-edit.php:118
|
187 |
+
#: ../lib/pz-linkcard-cacheman-list.php:243 ../lib/pz-linkcard-edit.php:81
|
188 |
msgid "Regist"
|
189 |
msgstr "登録日時"
|
190 |
|
191 |
+
#: ../lib/pz-linkcard-cacheman-edit.php:123 ../lib/pz-linkcard-edit.php:86
|
192 |
msgid "Update"
|
193 |
msgstr "更新"
|
194 |
|
195 |
+
#: ../lib/pz-linkcard-cacheman-edit.php:123 ../lib/pz-linkcard-edit.php:86
|
196 |
msgid "Cancel"
|
197 |
msgstr "キャンセル"
|
198 |
|
199 |
+
#: ../lib/pz-linkcard-cacheman-list.php:165
|
200 |
msgid "All"
|
201 |
msgstr "すべて"
|
202 |
|
203 |
+
#: ../lib/pz-linkcard-cacheman-list.php:166
|
204 |
msgid "Internal"
|
205 |
msgstr "内部リンク"
|
206 |
|
207 |
+
#: ../lib/pz-linkcard-cacheman-list.php:167
|
208 |
msgid "External"
|
209 |
msgstr "外部リンク"
|
210 |
|
211 |
+
#: ../lib/pz-linkcard-cacheman-list.php:168
|
212 |
msgid "Modify"
|
213 |
msgstr "更新あり"
|
214 |
|
215 |
+
#: ../lib/pz-linkcard-cacheman-list.php:169
|
216 |
msgid "Unlink"
|
217 |
msgstr "リンク切れ"
|
218 |
|
219 |
+
#: ../lib/pz-linkcard-cacheman-list.php:173
|
220 |
msgid "Search keyword"
|
221 |
msgstr "検索キーワード"
|
222 |
|
223 |
+
#: ../lib/pz-linkcard-cacheman-list.php:175
|
224 |
msgid "Search"
|
225 |
msgstr "検索"
|
226 |
|
227 |
+
#: ../lib/pz-linkcard-cacheman-list.php:184
|
228 |
msgid "Select batch"
|
229 |
msgstr "一括処理を選択"
|
230 |
|
231 |
+
#: ../lib/pz-linkcard-cacheman-list.php:186
|
232 |
+
#: ../lib/pz-linkcard-cacheman-list.php:256
|
233 |
msgid "Select"
|
234 |
msgstr "選択してください"
|
235 |
|
236 |
+
#: ../lib/pz-linkcard-cacheman-list.php:187
|
237 |
msgid "Renew cache"
|
238 |
msgstr "記事内容を再取得する"
|
239 |
|
240 |
+
#: ../lib/pz-linkcard-cacheman-list.php:188
|
241 |
msgid "Renew Thumbnail"
|
242 |
msgstr "サムネイルを再取得する"
|
243 |
|
244 |
+
#: ../lib/pz-linkcard-cacheman-list.php:189
|
245 |
msgid "Renew SNS count"
|
246 |
msgstr "ソーシャルカウントを再取得する"
|
247 |
|
248 |
+
#: ../lib/pz-linkcard-cacheman-list.php:190
|
249 |
msgid "Check status"
|
250 |
msgstr "リンクが有効かチェックする"
|
251 |
|
252 |
+
#: ../lib/pz-linkcard-cacheman-list.php:191
|
253 |
msgid "Delete from cache"
|
254 |
msgstr "キャッシュから削除する"
|
255 |
|
256 |
+
#: ../lib/pz-linkcard-cacheman-list.php:193
|
257 |
msgid "Submit"
|
258 |
msgstr "適用"
|
259 |
|
260 |
+
#: ../lib/pz-linkcard-cacheman-list.php:197
|
261 |
msgid "Select domain"
|
262 |
msgstr "ドメインを選択"
|
263 |
|
264 |
+
#: ../lib/pz-linkcard-cacheman-list.php:199
|
265 |
msgid "All domain"
|
266 |
msgstr "すべてのドメイン"
|
267 |
|
268 |
+
#: ../lib/pz-linkcard-cacheman-list.php:212
|
269 |
msgid "Refine search"
|
270 |
msgstr "絞り込み検索"
|
271 |
|
272 |
+
#: ../lib/pz-linkcard-cacheman-list.php:217
|
273 |
msgid "items"
|
274 |
msgstr "項目"
|
275 |
|
276 |
+
#: ../lib/pz-linkcard-cacheman-list.php:234
|
277 |
msgid "Select all"
|
278 |
msgstr "すべて選択"
|
279 |
|
280 |
+
#: ../lib/pz-linkcard-cacheman-list.php:245
|
281 |
msgid "(last)"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: ../lib/pz-linkcard-cacheman-list.php:310
|
285 |
msgid "edit"
|
286 |
msgstr "編集"
|
287 |
|
|
|
288 |
#: ../lib/pz-linkcard-cacheman-list.php:311
|
289 |
+
#: ../lib/pz-linkcard-cacheman-list.php:312
|
290 |
msgid "Are you sure?"
|
291 |
msgstr "実行します。"
|
292 |
|
293 |
+
#: ../lib/pz-linkcard-cacheman-list.php:311
|
294 |
msgid "renew"
|
295 |
msgstr "再取得"
|
296 |
|
297 |
+
#: ../lib/pz-linkcard-cacheman-list.php:312
|
298 |
msgid "delete"
|
299 |
msgstr "削除"
|
300 |
|
301 |
+
#: ../lib/pz-linkcard-cacheman-list.php:369
|
302 |
msgid "Export"
|
303 |
msgstr "エクスポート"
|
304 |
|
399 |
msgid "Easy format"
|
400 |
msgstr "かんたん書式設定"
|
401 |
|
402 |
+
#: ../lib/pz-linkcard-settings.php:152 ../lib/pz-linkcard-settings.php:356
|
403 |
+
#: ../lib/pz-linkcard-settings.php:390 ../lib/pz-linkcard-settings.php:399
|
404 |
+
#: ../lib/pz-linkcard-settings.php:438 ../lib/pz-linkcard-settings.php:513
|
405 |
+
#: ../lib/pz-linkcard-settings.php:527 ../lib/pz-linkcard-settings.php:737
|
406 |
+
#: ../lib/pz-linkcard-settings.php:749 ../lib/pz-linkcard-settings.php:768
|
407 |
+
#: ../lib/pz-linkcard-settings.php:805 ../lib/pz-linkcard-settings.php:816
|
408 |
+
#: ../lib/pz-linkcard-settings.php:835
|
409 |
msgid "None"
|
410 |
msgstr "なし"
|
411 |
|
412 |
#: ../lib/pz-linkcard-settings.php:153
|
413 |
msgid "Pz-LkC Default"
|
414 |
+
msgstr "Pz リンクカード オリジナル"
|
415 |
|
416 |
#: ../lib/pz-linkcard-settings.php:154
|
417 |
msgid "Simple"
|
418 |
msgstr "シンプル"
|
419 |
|
420 |
#: ../lib/pz-linkcard-settings.php:155
|
421 |
+
msgid "Normal"
|
422 |
+
msgstr "ノーマル(はてなブログカード風)"
|
423 |
|
424 |
#: ../lib/pz-linkcard-settings.php:156
|
425 |
+
msgid "Headline"
|
426 |
+
msgstr "見出し(付加情報のテキストが見出しとして表示されます)"
|
427 |
+
|
428 |
+
#: ../lib/pz-linkcard-settings.php:157
|
429 |
msgid "Square"
|
430 |
msgstr "スクエア"
|
431 |
|
432 |
+
#: ../lib/pz-linkcard-settings.php:158
|
433 |
msgid "Cellophane tape \"center\""
|
434 |
msgstr "セロハンテープ(中央)"
|
435 |
|
436 |
+
#: ../lib/pz-linkcard-settings.php:159
|
437 |
msgid "Cellophane tape \"Top corner\""
|
438 |
msgstr "セロハンテープ(左上と右上)"
|
439 |
|
440 |
+
#: ../lib/pz-linkcard-settings.php:160
|
441 |
msgid "Cellophane tape \"long\""
|
442 |
msgstr "セロハンテープ(長め)"
|
443 |
|
444 |
+
#: ../lib/pz-linkcard-settings.php:161
|
445 |
msgid "Curling paper"
|
446 |
msgstr "紙がめくれた効果"
|
447 |
|
448 |
+
#: ../lib/pz-linkcard-settings.php:162
|
449 |
msgid "Cellophane tape and curling"
|
450 |
msgstr "セロハンテープと紙めくれた効果"
|
451 |
|
452 |
+
#: ../lib/pz-linkcard-settings.php:163
|
453 |
msgid "Stitch blue & red"
|
454 |
msgstr "縫い目(青と赤)"
|
455 |
|
456 |
+
#: ../lib/pz-linkcard-settings.php:164
|
457 |
msgid "Stitch green & yellow"
|
458 |
msgstr "縫い目(緑と黄色)"
|
459 |
|
460 |
+
#: ../lib/pz-linkcard-settings.php:165
|
461 |
msgid "Infomation orange"
|
462 |
msgstr "インフォメーション オレンジ"
|
463 |
|
464 |
+
#: ../lib/pz-linkcard-settings.php:166
|
465 |
msgid "Neutral bluegreen"
|
466 |
msgstr "ニュートラル ブルーグリーン"
|
467 |
|
468 |
+
#: ../lib/pz-linkcard-settings.php:167
|
469 |
msgid "Enlightened green"
|
470 |
msgstr "エンライテド グリーン"
|
471 |
|
472 |
+
#: ../lib/pz-linkcard-settings.php:168
|
473 |
msgid "Resistance blue"
|
474 |
msgstr "レジスタンス ブルー"
|
475 |
|
476 |
+
#: ../lib/pz-linkcard-settings.php:169
|
477 |
msgid "Slanting"
|
478 |
msgstr "斜め"
|
479 |
|
480 |
+
#: ../lib/pz-linkcard-settings.php:170
|
481 |
msgid "3D Rotate"
|
482 |
msgstr "3D回転"
|
483 |
|
484 |
+
#: ../lib/pz-linkcard-settings.php:171
|
485 |
msgid "Pushpin"
|
486 |
msgstr "押しピン"
|
487 |
|
488 |
+
#: ../lib/pz-linkcard-settings.php:173
|
489 |
msgid "* It applies over other formatting settings."
|
490 |
msgstr "※ほかの項目よりも優先して適用されます。"
|
491 |
|
492 |
+
#: ../lib/pz-linkcard-settings.php:178
|
493 |
msgid "How to (Japanese only)"
|
494 |
msgstr "使い方"
|
495 |
|
496 |
+
#: ../lib/pz-linkcard-settings.php:186
|
497 |
msgid "Position settings"
|
498 |
msgstr "配置の設定"
|
499 |
|
500 |
+
#: ../lib/pz-linkcard-settings.php:189
|
501 |
msgid "Use blockquote tag"
|
502 |
msgstr "BLOCKQUOTEタグを使用する"
|
503 |
|
504 |
+
#: ../lib/pz-linkcard-settings.php:190
|
505 |
msgid "without using DIV tag, and use BLOCKQUOTE tag"
|
506 |
msgstr "<BLOCKQUOTE>で囲んで引用扱いにします"
|
507 |
|
508 |
+
#: ../lib/pz-linkcard-settings.php:194
|
509 |
msgid "Link the whole"
|
510 |
msgstr "カード全体をリンク"
|
511 |
|
512 |
+
#: ../lib/pz-linkcard-settings.php:198
|
513 |
msgid "Enclose the entire card at anchor"
|
514 |
msgstr ""
|
515 |
"カード全体をAタグで囲って、どこをクリックしてもリンク先を開くようにします。"
|
516 |
|
517 |
+
#: ../lib/pz-linkcard-settings.php:204
|
518 |
msgid "Margin"
|
519 |
msgstr "余白"
|
520 |
|
521 |
+
#: ../lib/pz-linkcard-settings.php:211 ../lib/pz-linkcard-settings.php:242
|
522 |
msgid "Margin top"
|
523 |
msgstr "上の余白"
|
524 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
#: ../lib/pz-linkcard-settings.php:213 ../lib/pz-linkcard-settings.php:228
|
526 |
+
#: ../lib/pz-linkcard-settings.php:244 ../lib/pz-linkcard-settings.php:259
|
527 |
+
#: ../lib/pz-linkcard-settings.php:272 ../lib/pz-linkcard-settings.php:293
|
528 |
#: ../lib/pz-linkcard-settings.php:310 ../lib/pz-linkcard-settings.php:327
|
529 |
+
msgid "Not defined"
|
530 |
+
msgstr "設定しない"
|
531 |
|
532 |
#: ../lib/pz-linkcard-settings.php:214 ../lib/pz-linkcard-settings.php:229
|
533 |
+
#: ../lib/pz-linkcard-settings.php:251 ../lib/pz-linkcard-settings.php:266
|
534 |
+
#: ../lib/pz-linkcard-settings.php:279 ../lib/pz-linkcard-settings.php:300
|
535 |
#: ../lib/pz-linkcard-settings.php:311 ../lib/pz-linkcard-settings.php:328
|
536 |
+
msgid "0"
|
|
|
537 |
msgstr ""
|
538 |
|
539 |
#: ../lib/pz-linkcard-settings.php:215 ../lib/pz-linkcard-settings.php:230
|
540 |
#: ../lib/pz-linkcard-settings.php:245 ../lib/pz-linkcard-settings.php:260
|
541 |
#: ../lib/pz-linkcard-settings.php:273 ../lib/pz-linkcard-settings.php:294
|
542 |
#: ../lib/pz-linkcard-settings.php:312 ../lib/pz-linkcard-settings.php:329
|
543 |
+
#: ../lib/pz-linkcard-settings.php:439
|
544 |
+
msgid "4px"
|
545 |
msgstr ""
|
546 |
|
547 |
#: ../lib/pz-linkcard-settings.php:216 ../lib/pz-linkcard-settings.php:231
|
548 |
#: ../lib/pz-linkcard-settings.php:246 ../lib/pz-linkcard-settings.php:261
|
549 |
#: ../lib/pz-linkcard-settings.php:274 ../lib/pz-linkcard-settings.php:295
|
550 |
#: ../lib/pz-linkcard-settings.php:313 ../lib/pz-linkcard-settings.php:330
|
551 |
+
#: ../lib/pz-linkcard-settings.php:440
|
552 |
+
msgid "8px"
|
553 |
msgstr ""
|
554 |
|
555 |
#: ../lib/pz-linkcard-settings.php:217 ../lib/pz-linkcard-settings.php:232
|
556 |
+
#: ../lib/pz-linkcard-settings.php:247 ../lib/pz-linkcard-settings.php:262
|
557 |
+
#: ../lib/pz-linkcard-settings.php:275 ../lib/pz-linkcard-settings.php:296
|
558 |
#: ../lib/pz-linkcard-settings.php:314 ../lib/pz-linkcard-settings.php:331
|
559 |
+
#: ../lib/pz-linkcard-settings.php:441
|
560 |
+
msgid "16px"
|
561 |
msgstr ""
|
562 |
|
563 |
#: ../lib/pz-linkcard-settings.php:218 ../lib/pz-linkcard-settings.php:233
|
564 |
#: ../lib/pz-linkcard-settings.php:249 ../lib/pz-linkcard-settings.php:264
|
565 |
#: ../lib/pz-linkcard-settings.php:277 ../lib/pz-linkcard-settings.php:298
|
566 |
#: ../lib/pz-linkcard-settings.php:315 ../lib/pz-linkcard-settings.php:332
|
567 |
+
#: ../lib/pz-linkcard-settings.php:442
|
568 |
+
msgid "32px"
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: ../lib/pz-linkcard-settings.php:219 ../lib/pz-linkcard-settings.php:234
|
572 |
+
#: ../lib/pz-linkcard-settings.php:250 ../lib/pz-linkcard-settings.php:265
|
573 |
+
#: ../lib/pz-linkcard-settings.php:278 ../lib/pz-linkcard-settings.php:299
|
574 |
+
#: ../lib/pz-linkcard-settings.php:316 ../lib/pz-linkcard-settings.php:333
|
575 |
+
#: ../lib/pz-linkcard-settings.php:443
|
576 |
msgid "64px"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../lib/pz-linkcard-settings.php:226 ../lib/pz-linkcard-settings.php:257
|
580 |
msgid "Margin left"
|
581 |
msgstr "左の余白"
|
582 |
|
583 |
+
#: ../lib/pz-linkcard-settings.php:248 ../lib/pz-linkcard-settings.php:263
|
584 |
+
#: ../lib/pz-linkcard-settings.php:276 ../lib/pz-linkcard-settings.php:297
|
585 |
msgid "24px"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../lib/pz-linkcard-settings.php:270 ../lib/pz-linkcard-settings.php:308
|
589 |
msgid "Margin right"
|
590 |
msgstr "右の余白"
|
591 |
|
592 |
+
#: ../lib/pz-linkcard-settings.php:285 ../lib/pz-linkcard-settings.php:405
|
593 |
+
#: ../lib/pz-linkcard-settings.php:497
|
594 |
msgid "Width"
|
595 |
msgstr "幅"
|
596 |
|
597 |
+
#: ../lib/pz-linkcard-settings.php:286 ../lib/pz-linkcard-settings.php:407
|
598 |
+
#: ../lib/pz-linkcard-settings.php:565 ../lib/pz-linkcard-settings.php:594
|
599 |
+
#: ../lib/pz-linkcard-settings.php:620 ../lib/pz-linkcard-settings.php:649
|
600 |
+
#: ../lib/pz-linkcard-settings.php:677 ../lib/pz-linkcard-settings.php:706
|
601 |
msgid "Height"
|
602 |
msgstr "高さ"
|
603 |
|
604 |
+
#: ../lib/pz-linkcard-settings.php:291 ../lib/pz-linkcard-settings.php:325
|
605 |
msgid "Margin bottom"
|
606 |
msgstr "下の余白"
|
607 |
|
608 |
+
#: ../lib/pz-linkcard-settings.php:322
|
609 |
msgid "Centering"
|
610 |
msgstr "中央に寄せる"
|
611 |
|
612 |
+
#: ../lib/pz-linkcard-settings.php:345
|
613 |
msgid "Display settings"
|
614 |
msgstr "表示の設定"
|
615 |
|
616 |
+
#: ../lib/pz-linkcard-settings.php:348
|
617 |
msgid "Layout"
|
618 |
msgstr "外観設定"
|
619 |
|
620 |
+
#: ../lib/pz-linkcard-settings.php:354 ../lib/pz-linkcard-settings.php:544
|
|
|
|
|
621 |
msgid "Site information"
|
622 |
msgstr "サイト情報"
|
623 |
|
624 |
+
#: ../lib/pz-linkcard-settings.php:357
|
625 |
msgid "Top"
|
626 |
msgstr "上側"
|
627 |
|
628 |
+
#: ../lib/pz-linkcard-settings.php:358
|
629 |
+
msgid "Above the title"
|
630 |
+
msgstr "タイトルの上側"
|
631 |
+
|
632 |
+
#: ../lib/pz-linkcard-settings.php:359
|
633 |
msgid "Bottom"
|
634 |
msgstr "下側"
|
635 |
|
636 |
+
#: ../lib/pz-linkcard-settings.php:361
|
637 |
msgid "Use SiteName"
|
638 |
msgstr "サイト名称を使用"
|
639 |
|
640 |
+
#: ../lib/pz-linkcard-settings.php:366
|
641 |
msgid "Make additional information heading display"
|
642 |
msgstr "付加情報を見出し表示にする"
|
643 |
|
644 |
+
#: ../lib/pz-linkcard-settings.php:373
|
645 |
msgid "Turn off the anchor text underlining"
|
646 |
msgstr "リンク文字のアンダーラインを除去する"
|
647 |
|
648 |
+
#: ../lib/pz-linkcard-settings.php:380
|
649 |
msgid "Separator line"
|
650 |
msgstr "区切り線"
|
651 |
|
652 |
+
#: ../lib/pz-linkcard-settings.php:388
|
653 |
msgid "Display URL"
|
654 |
msgstr "リンク先URLの表示"
|
655 |
|
656 |
+
#: ../lib/pz-linkcard-settings.php:391
|
657 |
msgid "Under title"
|
658 |
msgstr "タイトルの下"
|
659 |
|
660 |
+
#: ../lib/pz-linkcard-settings.php:392 ../lib/pz-linkcard-settings.php:529
|
661 |
msgid "Bihind site-info"
|
662 |
msgstr "サイト情報の後ろ"
|
663 |
|
664 |
+
#: ../lib/pz-linkcard-settings.php:397 ../lib/pz-linkcard-settings.php:734
|
665 |
+
#: ../lib/pz-linkcard-settings.php:802 ../lib/pz-linkcard-settings.php:870
|
666 |
msgid "Thumbnail"
|
667 |
msgstr "サムネイル"
|
668 |
|
669 |
+
#: ../lib/pz-linkcard-settings.php:400
|
670 |
msgid "Right"
|
671 |
msgstr "右側"
|
672 |
|
673 |
+
#: ../lib/pz-linkcard-settings.php:401
|
674 |
msgid "Left"
|
675 |
msgstr "左側"
|
676 |
|
677 |
+
#: ../lib/pz-linkcard-settings.php:402
|
678 |
msgid "Upper"
|
679 |
msgstr "上側"
|
680 |
|
681 |
+
#: ../lib/pz-linkcard-settings.php:409 ../lib/pz-linkcard-settings.php:431
|
682 |
msgid "Shadow"
|
683 |
msgstr "影を付ける"
|
684 |
|
685 |
+
#: ../lib/pz-linkcard-settings.php:414
|
686 |
msgid "Hollow content area"
|
687 |
msgstr "記事の情報に枠を付ける"
|
688 |
|
689 |
+
#: ../lib/pz-linkcard-settings.php:419
|
690 |
msgid "Display excerpt"
|
691 |
msgstr "抜粋文を表示する"
|
692 |
|
693 |
+
#: ../lib/pz-linkcard-settings.php:424
|
694 |
msgid "Hollow"
|
695 |
msgstr "内側に影を付ける"
|
696 |
|
697 |
+
#: ../lib/pz-linkcard-settings.php:436
|
698 |
msgid "Round a square"
|
699 |
msgstr "角を丸める"
|
700 |
|
701 |
+
#: ../lib/pz-linkcard-settings.php:450
|
702 |
msgid "Thinning at mouseover"
|
703 |
msgstr "マウスでポイントしたときに表示を薄くする"
|
704 |
|
705 |
+
#: ../lib/pz-linkcard-settings.php:478
|
706 |
msgid "Border"
|
707 |
msgstr "枠線の太さ"
|
708 |
|
709 |
+
#: ../lib/pz-linkcard-settings.php:480 ../lib/pz-linkcard-settings.php:549
|
710 |
+
#: ../lib/pz-linkcard-settings.php:578 ../lib/pz-linkcard-settings.php:604
|
711 |
+
#: ../lib/pz-linkcard-settings.php:633 ../lib/pz-linkcard-settings.php:661
|
712 |
+
#: ../lib/pz-linkcard-settings.php:690
|
713 |
msgid "Color"
|
714 |
msgstr "色"
|
715 |
|
716 |
+
#: ../lib/pz-linkcard-settings.php:485
|
717 |
msgid "none"
|
718 |
msgstr "なし"
|
719 |
|
720 |
+
#: ../lib/pz-linkcard-settings.php:486
|
721 |
msgid "solid"
|
722 |
msgstr "solid/実線"
|
723 |
|
724 |
+
#: ../lib/pz-linkcard-settings.php:487
|
725 |
msgid "dotted"
|
726 |
msgstr "dotted/点線"
|
727 |
|
728 |
+
#: ../lib/pz-linkcard-settings.php:488
|
729 |
msgid "dashed"
|
730 |
msgstr "dashed/破線"
|
731 |
|
732 |
+
#: ../lib/pz-linkcard-settings.php:489
|
733 |
msgid "double"
|
734 |
msgstr "double/二重線"
|
735 |
|
736 |
+
#: ../lib/pz-linkcard-settings.php:490
|
737 |
msgid "groove"
|
738 |
msgstr "groove/立体(へこみ)"
|
739 |
|
740 |
+
#: ../lib/pz-linkcard-settings.php:491
|
741 |
msgid "ridge"
|
742 |
msgstr "ridge/立体(隆起)"
|
743 |
|
744 |
+
#: ../lib/pz-linkcard-settings.php:492
|
745 |
msgid "inset"
|
746 |
msgstr "inset/立体(押したボタンのような効果)"
|
747 |
|
748 |
+
#: ../lib/pz-linkcard-settings.php:493
|
749 |
msgid "outset"
|
750 |
msgstr "outset/立体(ボタンのような効果)"
|
751 |
|
752 |
+
#: ../lib/pz-linkcard-settings.php:505
|
753 |
msgid "Reset img style"
|
754 |
msgstr "CSSリセット(img)"
|
755 |
|
756 |
+
#: ../lib/pz-linkcard-settings.php:506
|
757 |
msgid ""
|
758 |
"When unnecessary frame is displayed on the image, you can improve it by case"
|
759 |
msgstr "画像がずれて表示されるときに改善される可能性が有ります(推奨)"
|
760 |
|
761 |
+
#: ../lib/pz-linkcard-settings.php:510 ../lib/pz-linkcard-settings.php:685
|
762 |
msgid "More button"
|
763 |
msgstr "続きを読むボタン"
|
764 |
|
765 |
+
#: ../lib/pz-linkcard-settings.php:514
|
766 |
msgid "Text link"
|
767 |
msgstr "テキストリンク"
|
768 |
|
769 |
+
#: ../lib/pz-linkcard-settings.php:515
|
770 |
msgid "Simple button"
|
771 |
msgstr "シンプルなボタン"
|
772 |
|
773 |
+
#: ../lib/pz-linkcard-settings.php:516
|
774 |
msgid "Blue"
|
775 |
msgstr "ブルー"
|
776 |
|
777 |
+
#: ../lib/pz-linkcard-settings.php:517
|
778 |
msgid "Dark"
|
779 |
msgstr "ダーク"
|
780 |
|
781 |
+
#: ../lib/pz-linkcard-settings.php:519
|
782 |
msgid "*"
|
783 |
msgstr "※"
|
784 |
|
785 |
+
#: ../lib/pz-linkcard-settings.php:519
|
786 |
msgid ""
|
787 |
"It is recommended that you leave the card height blank when using this "
|
788 |
"setting."
|
789 |
msgstr "この設定を使用するときはカードの高さを空欄にすることをお勧めします。"
|
790 |
|
791 |
+
#: ../lib/pz-linkcard-settings.php:524
|
792 |
msgid "Display SNS Count"
|
793 |
msgstr "シェア数を表示する"
|
794 |
|
795 |
+
#: ../lib/pz-linkcard-settings.php:528
|
796 |
msgid "Bihind title"
|
797 |
msgstr "タイトルの後ろ"
|
798 |
|
799 |
+
#: ../lib/pz-linkcard-settings.php:531
|
800 |
msgid "Twitter"
|
801 |
msgstr "ツイッター"
|
802 |
|
803 |
+
#: ../lib/pz-linkcard-settings.php:532
|
804 |
msgid "Facebook"
|
805 |
msgstr "フェイスブック(シェア数)"
|
806 |
|
807 |
+
#: ../lib/pz-linkcard-settings.php:533
|
808 |
msgid "Hatena"
|
809 |
msgstr "はてなブックマーク"
|
810 |
|
811 |
+
#: ../lib/pz-linkcard-settings.php:534
|
812 |
+
msgid "Pocket"
|
813 |
+
msgstr ""
|
814 |
+
|
815 |
+
#: ../lib/pz-linkcard-settings.php:540
|
816 |
msgid "Letter settings"
|
817 |
msgstr "文字の設定"
|
818 |
|
819 |
+
#: ../lib/pz-linkcard-settings.php:552 ../lib/pz-linkcard-settings.php:581
|
820 |
+
#: ../lib/pz-linkcard-settings.php:607 ../lib/pz-linkcard-settings.php:636
|
821 |
+
#: ../lib/pz-linkcard-settings.php:664 ../lib/pz-linkcard-settings.php:693
|
822 |
msgid "Outline"
|
823 |
msgstr "縁取り"
|
824 |
|
825 |
+
#: ../lib/pz-linkcard-settings.php:562 ../lib/pz-linkcard-settings.php:591
|
826 |
+
#: ../lib/pz-linkcard-settings.php:617 ../lib/pz-linkcard-settings.php:646
|
827 |
+
#: ../lib/pz-linkcard-settings.php:674 ../lib/pz-linkcard-settings.php:703
|
828 |
msgid "Size"
|
829 |
msgstr "大きさ"
|
830 |
|
831 |
+
#: ../lib/pz-linkcard-settings.php:568 ../lib/pz-linkcard-settings.php:623
|
832 |
+
#: ../lib/pz-linkcard-settings.php:680 ../lib/pz-linkcard-settings.php:709
|
833 |
msgid "Length"
|
834 |
msgstr "桁数"
|
835 |
|
836 |
+
#: ../lib/pz-linkcard-settings.php:573 ../lib/pz-linkcard-settings.php:757
|
837 |
+
#: ../lib/pz-linkcard-settings.php:824 ../lib/pz-linkcard-settings.php:878
|
838 |
msgid "Added information"
|
839 |
msgstr "付加情報"
|
840 |
|
841 |
+
#: ../lib/pz-linkcard-settings.php:714
|
842 |
msgid "Resize"
|
843 |
msgstr "幅に合わせて縮小"
|
844 |
|
845 |
+
#: ../lib/pz-linkcard-settings.php:715
|
846 |
msgid "Adjust thumbnail and letter size according to width"
|
847 |
msgstr "画面幅に合わせて文字とサムネイルの大きさを調整します。"
|
848 |
|
849 |
+
#: ../lib/pz-linkcard-settings.php:722
|
850 |
msgid "External link settings"
|
851 |
msgstr "外部リンクの設定"
|
852 |
|
853 |
+
#: ../lib/pz-linkcard-settings.php:726 ../lib/pz-linkcard-settings.php:794
|
854 |
+
#: ../lib/pz-linkcard-settings.php:862
|
855 |
msgid "Background Color"
|
856 |
msgstr "背景色"
|
857 |
|
858 |
+
#: ../lib/pz-linkcard-settings.php:730
|
859 |
msgid "Background image"
|
860 |
msgstr "背景画像"
|
861 |
|
862 |
+
#: ../lib/pz-linkcard-settings.php:738 ../lib/pz-linkcard-settings.php:750
|
863 |
+
#: ../lib/pz-linkcard-settings.php:806 ../lib/pz-linkcard-settings.php:817
|
864 |
msgid "Direct"
|
865 |
msgstr "直接取得する"
|
866 |
|
867 |
+
#: ../lib/pz-linkcard-settings.php:739 ../lib/pz-linkcard-settings.php:751
|
868 |
+
#: ../lib/pz-linkcard-settings.php:807 ../lib/pz-linkcard-settings.php:818
|
869 |
msgid "Use WebAPI"
|
870 |
msgstr "WebAPIを利用する"
|
871 |
|
872 |
+
#: ../lib/pz-linkcard-settings.php:740 ../lib/pz-linkcard-settings.php:752
|
873 |
+
#: ../lib/pz-linkcard-settings.php:808 ../lib/pz-linkcard-settings.php:819
|
874 |
msgid "Use WebAPI ,If can not direct"
|
875 |
msgstr "直接取得できない場合、WebAPIを利用する"
|
876 |
|
877 |
+
#: ../lib/pz-linkcard-settings.php:746 ../lib/pz-linkcard-settings.php:813
|
878 |
+
#: ../lib/pz-linkcard-settings.php:874
|
879 |
msgid "Favicon"
|
880 |
msgstr "サイトアイコン"
|
881 |
|
882 |
+
#: ../lib/pz-linkcard-settings.php:761 ../lib/pz-linkcard-settings.php:828
|
883 |
msgid "Text of more button"
|
884 |
msgstr "続きを読むボタンの文字"
|
885 |
|
886 |
+
#: ../lib/pz-linkcard-settings.php:765 ../lib/pz-linkcard-settings.php:832
|
887 |
+
#: ../lib/pz-linkcard-settings.php:882
|
888 |
msgid "Open new window/tab"
|
889 |
msgstr "新しいウィンドウで開く"
|
890 |
|
891 |
+
#: ../lib/pz-linkcard-settings.php:769 ../lib/pz-linkcard-settings.php:836
|
892 |
msgid "All client"
|
893 |
msgstr "すべての端末"
|
894 |
|
895 |
+
#: ../lib/pz-linkcard-settings.php:770 ../lib/pz-linkcard-settings.php:837
|
896 |
msgid "Other than mobile"
|
897 |
msgstr "モバイル端末以外"
|
898 |
|
899 |
+
#: ../lib/pz-linkcard-settings.php:775 ../lib/pz-linkcard-settings.php:842
|
900 |
msgid "Get contents"
|
901 |
msgstr "記事取得方法"
|
902 |
|
903 |
+
#: ../lib/pz-linkcard-settings.php:777 ../lib/pz-linkcard-settings.php:848
|
904 |
msgid "Initially acquired only from the content"
|
905 |
msgstr "カード管理画面に記録されている内容から表示する"
|
906 |
|
907 |
+
#: ../lib/pz-linkcard-settings.php:781
|
908 |
msgid "Set nofollow"
|
909 |
msgstr "nofollowを付与する"
|
910 |
|
911 |
+
#: ../lib/pz-linkcard-settings.php:782
|
912 |
msgid "In the case of an external site, it puts the \"nofollow\""
|
913 |
msgstr "外部リンクのリンクを nofollow にする"
|
914 |
|
915 |
+
#: ../lib/pz-linkcard-settings.php:785
|
916 |
msgid "Use HatenaBlogCard"
|
917 |
msgstr "はてなブログカードを利用する"
|
918 |
|
919 |
+
#: ../lib/pz-linkcard-settings.php:786
|
920 |
msgid "External links will use Always HatenaBlogCard."
|
921 |
msgstr "外部リンクは「はてなブログカード」を利用する"
|
922 |
|
923 |
+
#: ../lib/pz-linkcard-settings.php:786 ../lib/pz-linkcard-settings.php:1097
|
924 |
msgid "(Not recommended)"
|
925 |
msgstr "(非推奨)"
|
926 |
|
927 |
+
#: ../lib/pz-linkcard-settings.php:791
|
928 |
msgid "Internal link settings"
|
929 |
msgstr "内部リンクの設定"
|
930 |
|
931 |
+
#: ../lib/pz-linkcard-settings.php:798 ../lib/pz-linkcard-settings.php:866
|
932 |
msgid "Background Image"
|
933 |
msgstr "背景画像"
|
934 |
|
935 |
+
#: ../lib/pz-linkcard-settings.php:846
|
936 |
msgid "Always get the latest from the content"
|
937 |
msgstr "常に最新の記事内容から抜粋文を作成する"
|
938 |
|
939 |
+
#: ../lib/pz-linkcard-settings.php:847
|
940 |
msgid "Always get the latest from the excerpt"
|
941 |
msgstr "抜粋文が設定されている投稿はそちらを優先する"
|
942 |
|
943 |
+
#: ../lib/pz-linkcard-settings.php:853
|
944 |
msgid "Retry get PID"
|
945 |
msgstr "記事URLの再取得"
|
946 |
|
947 |
+
#: ../lib/pz-linkcard-settings.php:854
|
948 |
msgid "When the `Post ID` can not be acquired, it is acquired again."
|
949 |
msgstr "記事IDが取得できなかった場合に、リダイレクト先のURLを取得する。"
|
950 |
|
951 |
+
#: ../lib/pz-linkcard-settings.php:859
|
952 |
msgid "Same-page link settings"
|
953 |
msgstr "同ページへのリンクの設定"
|
954 |
|
955 |
+
#: ../lib/pz-linkcard-settings.php:871 ../lib/pz-linkcard-settings.php:875
|
956 |
+
#: ../lib/pz-linkcard-settings.php:883
|
957 |
msgid "It is common with setting Internal-link"
|
958 |
msgstr "内部リンク用の設定が使用されます"
|
959 |
|
960 |
+
#: ../lib/pz-linkcard-settings.php:888
|
961 |
msgid "Web-API settings"
|
962 |
msgstr "画像取得APIの設定"
|
963 |
|
964 |
+
#: ../lib/pz-linkcard-settings.php:891
|
965 |
msgid "Favicon API"
|
966 |
msgstr "ファビコンの取得API"
|
967 |
|
968 |
+
#: ../lib/pz-linkcard-settings.php:894
|
969 |
msgid ""
|
970 |
"%DOMAIN% replace to domain name (ex. poporon.poponet.jp )<br>%DOMAIN_URL% "
|
971 |
"replace to domain URL (ex. http://poporon.poponet.jp )"
|
974 |
"%DOMAIN_URL% と記述するとドメインのURL(例.http://poporon.poponet.jp)に置き"
|
975 |
"換わります。"
|
976 |
|
977 |
+
#: ../lib/pz-linkcard-settings.php:895 ../lib/pz-linkcard-settings.php:904
|
978 |
msgid "%URL% replace to URL."
|
979 |
msgstr "%URL% と記述すると記事のURLに置き換わります。"
|
980 |
|
981 |
+
#: ../lib/pz-linkcard-settings.php:896 ../lib/pz-linkcard-settings.php:905
|
982 |
msgid "ex1."
|
983 |
msgstr "例1."
|
984 |
|
985 |
+
#: ../lib/pz-linkcard-settings.php:897 ../lib/pz-linkcard-settings.php:906
|
986 |
msgid "ex2."
|
987 |
msgstr "例2."
|
988 |
|
989 |
+
#: ../lib/pz-linkcard-settings.php:901
|
990 |
msgid "Thumbnail API"
|
991 |
msgstr "サムネイル画像の取得API"
|
992 |
|
993 |
+
#: ../lib/pz-linkcard-settings.php:912
|
994 |
msgid "Check link settings"
|
995 |
msgstr "リンク先チェックの設定"
|
996 |
|
997 |
+
#: ../lib/pz-linkcard-settings.php:915
|
998 |
msgid "Do not link at error"
|
999 |
msgstr "エラーのときリンクしない"
|
1000 |
|
1001 |
+
#: ../lib/pz-linkcard-settings.php:916
|
1002 |
msgid "When access status is \"403\", \"404\", \"410\", unlink"
|
1003 |
msgstr "ステータスが「403」「404」「410」のときにリンクを無効にします"
|
1004 |
|
1005 |
+
#: ../lib/pz-linkcard-settings.php:919
|
1006 |
msgid "SSL verification disabled"
|
1007 |
msgstr "SSL検証を無効"
|
1008 |
|
1009 |
+
#: ../lib/pz-linkcard-settings.php:920
|
1010 |
msgid "Try setting if the contents of the SSL site can not be acquired."
|
1011 |
msgstr ""
|
1012 |
"SSLサイトのタイトルや記事内容が取得できない場合に設定することで取得できる可能"
|
1013 |
"性があります。"
|
1014 |
|
1015 |
+
#: ../lib/pz-linkcard-settings.php:923
|
1016 |
msgid "Follow location"
|
1017 |
msgstr "リダイレクト処理"
|
1018 |
|
1019 |
+
#: ../lib/pz-linkcard-settings.php:924
|
1020 |
msgid "Track when the link destination is redirected."
|
1021 |
msgstr "リンク先がリダイレクトされている場合に追跡します。"
|
1022 |
|
1023 |
+
#: ../lib/pz-linkcard-settings.php:927
|
1024 |
msgid "Set referer"
|
1025 |
msgstr "リファラーの通知"
|
1026 |
|
1027 |
+
#: ../lib/pz-linkcard-settings.php:928
|
1028 |
msgid "Notify the article URL to the link destination."
|
1029 |
msgstr "リンク先に記事のURLを知らせます。"
|
1030 |
|
1031 |
+
#: ../lib/pz-linkcard-settings.php:931
|
1032 |
msgid "Use User-Agent"
|
1033 |
msgstr "ユーザーエージェントの通知"
|
1034 |
|
1035 |
+
#: ../lib/pz-linkcard-settings.php:933
|
1036 |
msgid "Notify using Pz-LinkCard to the link destination."
|
1037 |
msgstr "リンク先にPz-LinkCardを使用していることを知らせます。"
|
1038 |
|
1039 |
+
#: ../lib/pz-linkcard-settings.php:938
|
1040 |
msgid "Broken link checker"
|
1041 |
msgstr "リンク切れチェック"
|
1042 |
|
1043 |
+
#: ../lib/pz-linkcard-settings.php:939
|
1044 |
msgid "Alive confirmation of the link destination."
|
1045 |
msgstr "リンク先がアクセスできるか定期的に確認します。"
|
1046 |
|
1047 |
+
#: ../lib/pz-linkcard-settings.php:942
|
1048 |
msgid "Broken link count"
|
1049 |
msgstr "リンク切れカウント"
|
1050 |
|
1051 |
+
#: ../lib/pz-linkcard-settings.php:943
|
1052 |
msgid "The number of broken links is displayed next to the submenu."
|
1053 |
msgstr "サブメニューの横にリンク切れの件数を表示します。"
|
1054 |
|
1055 |
+
#: ../lib/pz-linkcard-settings.php:946
|
1056 |
msgid "Multi-site compatible"
|
1057 |
msgstr "サブディレクトリを外部リンクにする"
|
1058 |
|
1059 |
+
#: ../lib/pz-linkcard-settings.php:947
|
1060 |
msgid ""
|
1061 |
"In the case of the multi-site of the subdirectory type, the site under the "
|
1062 |
"subdirectory is judged as an external site."
|
1064 |
"サブディレクトリ型のマルチサイトの場合で、メインサイトからサブサイトを外部サ"
|
1065 |
"イトとして判定する。"
|
1066 |
|
1067 |
+
#: ../lib/pz-linkcard-settings.php:952
|
1068 |
msgid "Editor settings"
|
1069 |
msgstr "エディターの設定"
|
1070 |
|
1071 |
+
#: ../lib/pz-linkcard-settings.php:955
|
1072 |
msgid "ShortCode 1"
|
1073 |
msgstr "ショートコード 1"
|
1074 |
|
1075 |
+
#: ../lib/pz-linkcard-settings.php:957 ../lib/pz-linkcard-settings.php:975
|
1076 |
+
#: ../lib/pz-linkcard-settings.php:980 ../lib/pz-linkcard-settings.php:985
|
1077 |
msgid "Case-sensitive"
|
1078 |
msgstr "大文字と小文字を区別します"
|
1079 |
|
1080 |
+
#: ../lib/pz-linkcard-settings.php:960
|
1081 |
msgid "Use inlinetext"
|
1082 |
msgstr "ショートコードで囲んだ文字列"
|
1083 |
|
1084 |
+
#: ../lib/pz-linkcard-settings.php:964
|
1085 |
msgid "No use"
|
1086 |
msgstr "使用しない"
|
1087 |
|
1088 |
+
#: ../lib/pz-linkcard-settings.php:965
|
1089 |
msgid "Use to excerpt"
|
1090 |
msgstr "抜粋文として使用"
|
1091 |
|
1092 |
+
#: ../lib/pz-linkcard-settings.php:966
|
1093 |
msgid "Use to title"
|
1094 |
msgstr "タイトルとして使用"
|
1095 |
|
1096 |
+
#: ../lib/pz-linkcard-settings.php:969
|
1097 |
msgid "This setting applies only to the Shortcode1"
|
1098 |
msgstr "ショートコード1にのみ適用されます"
|
1099 |
|
1100 |
+
#: ../lib/pz-linkcard-settings.php:973
|
1101 |
msgid "ShortCode 2"
|
1102 |
msgstr "ショートコード 2"
|
1103 |
|
1104 |
+
#: ../lib/pz-linkcard-settings.php:978
|
1105 |
msgid "ShortCode 3"
|
1106 |
msgstr "ショートコード 3"
|
1107 |
|
1108 |
+
#: ../lib/pz-linkcard-settings.php:983
|
1109 |
msgid "ShortCode 4"
|
1110 |
msgstr "ショートコード 4"
|
1111 |
|
1112 |
+
#: ../lib/pz-linkcard-settings.php:988
|
1113 |
msgid "Parameters"
|
1114 |
msgstr "パラメータ"
|
1115 |
|
1116 |
+
#: ../lib/pz-linkcard-settings.php:991
|
1117 |
msgid ""
|
1118 |
"For any shortcode you can change the title and excerpt with `title` "
|
1119 |
"parameter and `content` parameter"
|
1121 |
"どのショートコードでも title パラメータと content パラメータでタイトルと抜粋"
|
1122 |
"文を指定できます。"
|
1123 |
|
1124 |
+
#: ../lib/pz-linkcard-settings.php:996
|
1125 |
msgid "Convert text link"
|
1126 |
msgstr "テキストリンク行の変換"
|
1127 |
|
1128 |
+
#: ../lib/pz-linkcard-settings.php:997
|
1129 |
msgid "Convert lines with text link only to Linkcard."
|
1130 |
msgstr "テキストリンクだけの行をリンクカードに変換する。"
|
1131 |
|
1132 |
+
#: ../lib/pz-linkcard-settings.php:1000
|
1133 |
msgid "Convert URL"
|
1134 |
msgstr "URL行の変換"
|
1135 |
|
1136 |
+
#: ../lib/pz-linkcard-settings.php:1001
|
1137 |
msgid "Convert lines with URL only to Linkcard."
|
1138 |
msgstr "URLだけの行をリンクカードに変換する。"
|
1139 |
|
1140 |
+
#: ../lib/pz-linkcard-settings.php:1004
|
1141 |
msgid "Only external link"
|
1142 |
msgstr "外部リンクのみ変換"
|
1143 |
|
1144 |
+
#: ../lib/pz-linkcard-settings.php:1005
|
1145 |
msgid "Conversion only external link"
|
1146 |
msgstr "外部リンクのときのみ変換します"
|
1147 |
|
1148 |
+
#: ../lib/pz-linkcard-settings.php:1009
|
1149 |
msgid "Add insert button"
|
1150 |
msgstr "リンクカードボタンを追加"
|
1151 |
|
1152 |
+
#: ../lib/pz-linkcard-settings.php:1010
|
1153 |
msgid "Add insert button to visual editor."
|
1154 |
msgstr "ビジュアルエディタにリンクカードを挿入するボタンを追加する。"
|
1155 |
|
1156 |
+
#: ../lib/pz-linkcard-settings.php:1013
|
1157 |
msgid "Add quick tag"
|
1158 |
msgstr "クイックタグを追加"
|
1159 |
|
1160 |
+
#: ../lib/pz-linkcard-settings.php:1014
|
1161 |
msgid "Add quick tag button to text editor."
|
1162 |
msgstr "テキストエディタにリンクカードを挿入するボタンを追加する。"
|
1163 |
|
1164 |
+
#: ../lib/pz-linkcard-settings.php:1020
|
1165 |
msgid "Advanced settings"
|
1166 |
msgstr "詳しい人向けの設定"
|
1167 |
|
1168 |
+
#: ../lib/pz-linkcard-settings.php:1023
|
1169 |
msgid "Trailing slash"
|
1170 |
msgstr "末尾のスラッシュ"
|
1171 |
|
1172 |
+
#: ../lib/pz-linkcard-settings.php:1027
|
1173 |
msgid "As it"
|
1174 |
msgstr "そのまま"
|
1175 |
|
1176 |
+
#: ../lib/pz-linkcard-settings.php:1028
|
1177 |
msgid "When only domain name, remove"
|
1178 |
msgstr "ドメイン名のみのときだけ削除"
|
1179 |
|
1180 |
+
#: ../lib/pz-linkcard-settings.php:1029
|
1181 |
msgid "Always remove"
|
1182 |
msgstr "常に削除"
|
1183 |
|
1184 |
+
#: ../lib/pz-linkcard-settings.php:1035
|
1185 |
msgid "CSS to be added"
|
1186 |
msgstr "追加するスタイルシート"
|
1187 |
|
1188 |
+
#: ../lib/pz-linkcard-settings.php:1039
|
1189 |
msgid "specified CSS"
|
1190 |
msgstr "指定したCSSを使用"
|
1191 |
|
1192 |
+
#: ../lib/pz-linkcard-settings.php:1040
|
1193 |
msgid "Use specified CSS file"
|
1194 |
msgstr "指定したCSSファイルを使用する"
|
1195 |
|
1196 |
+
#: ../lib/pz-linkcard-settings.php:1043 ../lib/pz-linkcard-settings.php:1047
|
1197 |
msgid "CSS file"
|
1198 |
msgstr "CSSファイル名"
|
1199 |
|
1200 |
+
#: ../lib/pz-linkcard-settings.php:1044
|
1201 |
msgid "(ex. https://exsample.com/style.css )"
|
1202 |
msgstr "例.https://exsample.com/style.css"
|
1203 |
|
1204 |
+
#: ../lib/pz-linkcard-settings.php:1051
|
1205 |
msgid "CSS URL"
|
1206 |
msgstr "CSSファイルのURL"
|
1207 |
|
1208 |
+
#: ../lib/pz-linkcard-settings.php:1056
|
1209 |
msgid "Class ID to be added(for PC)"
|
1210 |
msgstr "PCのときに追加するクラス名"
|
1211 |
|
1212 |
+
#: ../lib/pz-linkcard-settings.php:1060
|
1213 |
msgid "Class ID to be added(for Mobile)"
|
1214 |
msgstr "モバイルのときに追加するクラス名"
|
1215 |
|
1216 |
+
#: ../lib/pz-linkcard-settings.php:1065
|
1217 |
msgid "Google AMP URL"
|
1218 |
msgstr "URLによるAMP判断"
|
1219 |
|
1220 |
+
#: ../lib/pz-linkcard-settings.php:1066
|
1221 |
msgid "If the URL is AMP, display simple."
|
1222 |
msgstr ""
|
1223 |
"アクセスされたURLの末尾が「/amp」「/amp/」「/?amp=1」の場合、簡易表示に切り替"
|
1224 |
"える。"
|
1225 |
|
1226 |
+
#: ../lib/pz-linkcard-settings.php:1070
|
1227 |
msgid "IDNA Convert"
|
1228 |
msgstr "IDNAドメインの表示"
|
1229 |
|
1230 |
+
#: ../lib/pz-linkcard-settings.php:1071
|
1231 |
msgid "Convert domain name from IDNA ASCII to Unicode."
|
1232 |
msgstr ""
|
1233 |
"IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換して表示します(日"
|
1234 |
"本語ドメインなど)"
|
1235 |
|
1236 |
+
#: ../lib/pz-linkcard-settings.php:1075
|
1237 |
msgid "Display link to author page"
|
1238 |
msgstr "プラグイン名を表示する"
|
1239 |
|
1240 |
+
#: ../lib/pz-linkcard-settings.php:1079
|
1241 |
msgid "Plugin URL"
|
1242 |
msgstr "プラグインページURL"
|
1243 |
|
1244 |
+
#: ../lib/pz-linkcard-settings.php:1083
|
1245 |
msgid "Plugin name"
|
1246 |
msgstr "プラグイン名"
|
1247 |
|
1248 |
+
#: ../lib/pz-linkcard-settings.php:1087
|
1249 |
msgid "Plugin version"
|
1250 |
msgstr "プラグインバージョン"
|
1251 |
|
1252 |
+
#: ../lib/pz-linkcard-settings.php:1091
|
1253 |
msgid "Saved datetime"
|
1254 |
msgstr "保存した日時"
|
1255 |
|
1256 |
+
#: ../lib/pz-linkcard-settings.php:1096
|
1257 |
msgid "Display elapsed time"
|
1258 |
msgstr "実行時間の表示"
|
1259 |
|
1260 |
+
#: ../lib/pz-linkcard-settings.php:1097
|
1261 |
msgid "Output the elapsed time to HTML comment."
|
1262 |
msgstr "作成にかかった時間をコメントとしてHTMLへ出力する"
|
1263 |
|
1264 |
+
#: ../lib/pz-linkcard-settings.php:1103
|
1265 |
msgid "Initialize"
|
1266 |
msgstr "初期化"
|
1267 |
|
1268 |
+
#: ../lib/pz-linkcard-settings.php:1106
|
1269 |
msgid "Return to the initial setting"
|
1270 |
msgstr "設定を初期状態へ戻す"
|
1271 |
|
1272 |
+
#: ../lib/pz-linkcard-settings.php:1112
|
1273 |
msgid "etc"
|
1274 |
msgstr "その他"
|
1275 |
|
1276 |
+
#: ../lib/pz-linkcard-settings.php:1115
|
1277 |
msgid "Author's site"
|
1278 |
msgstr "作者のサイト"
|
1279 |
|
1280 |
+
#: ../lib/pz-linkcard-settings.php:1116
|
1281 |
msgid "Popozure."
|
1282 |
msgstr "ぽぽづれ。"
|
1283 |
|
1284 |
+
#: ../lib/pz-linkcard-settings.php:1116
|
1285 |
msgid "Poporon's PC daily diary"
|
1286 |
msgstr "ぽぽろんのパソコンつれづれ(ズレズレ?)日記"
|
1287 |
|
1288 |
+
#: ../lib/pz-linkcard-settings.php:1119
|
1289 |
msgid "When in trouble"
|
1290 |
msgstr "困ったときは"
|
1291 |
|
1292 |
+
#: ../lib/pz-linkcard-settings.php:1120
|
1293 |
msgid "Twitter account"
|
1294 |
msgstr "ツイッター アカウント"
|
1295 |
|
1296 |
+
#: ../lib/pz-linkcard-settings.php:1123
|
1297 |
msgid "Donation"
|
1298 |
msgstr "寄付"
|
1299 |
|
1300 |
+
#: ../lib/pz-linkcard-style.php:585
|
1301 |
msgid "Style sheet saved."
|
1302 |
msgstr "設定を元にスタイルシートを自動生成しました。"
|
1303 |
|
1304 |
+
#: ../lib/pz-linkcard-style.php:587
|
1305 |
msgid "Style sheet failed."
|
1306 |
msgstr "スタイルシートの自動生成に失敗しました。"
|
1307 |
|
lib/pz-linkcard-cacheman-edit.php
CHANGED
@@ -103,6 +103,7 @@
|
|
103 |
<?php _e('Tw', $this->text_domain) ?>:<input name="data[sns_twitter]" type="text" id="inputtext" value="<?php echo $data['sns_twitter']; ?>" size="5" readonly="readonly" />
|
104 |
<?php _e('fb', $this->text_domain) ?>:<input name="data[sns_facebook]" type="text" id="inputtext" value="<?php echo $data['sns_facebook']; ?>" size="5" readonly="readonly" />
|
105 |
<?php _e('B!', $this->text_domain) ?>:<input name="data[sns_hatena]" type="text" id="inputtext" value="<?php echo $data['sns_hatena']; ?>" size="5" readonly="readonly" />
|
|
|
106 |
</td>
|
107 |
</tr>
|
108 |
<tr>
|
103 |
<?php _e('Tw', $this->text_domain) ?>:<input name="data[sns_twitter]" type="text" id="inputtext" value="<?php echo $data['sns_twitter']; ?>" size="5" readonly="readonly" />
|
104 |
<?php _e('fb', $this->text_domain) ?>:<input name="data[sns_facebook]" type="text" id="inputtext" value="<?php echo $data['sns_facebook']; ?>" size="5" readonly="readonly" />
|
105 |
<?php _e('B!', $this->text_domain) ?>:<input name="data[sns_hatena]" type="text" id="inputtext" value="<?php echo $data['sns_hatena']; ?>" size="5" readonly="readonly" />
|
106 |
+
<?php _e('Po', $this->text_domain) ?>:<input name="data[sns_pocket]" type="text" id="inputtext" value="<?php echo $data['sns_pocket']; ?>" size="5" readonly="readonly" />
|
107 |
</td>
|
108 |
</tr>
|
109 |
<tr>
|
lib/pz-linkcard-cacheman-list.php
CHANGED
@@ -23,17 +23,18 @@ case 'use_post_id6':
|
|
23 |
case 'sns_twitter':
|
24 |
case 'sns_facebook':
|
25 |
case 'sns_hatena':
|
|
|
26 |
case 'regist':
|
27 |
case 'sns_nexttime':
|
28 |
break;
|
29 |
default:
|
30 |
$orderby = 'regist';
|
31 |
-
$order = '
|
32 |
}
|
33 |
|
34 |
$order = strtoupper($order);
|
35 |
-
if ($order != '
|
36 |
-
$order = '
|
37 |
}
|
38 |
|
39 |
// 抽出条件
|
@@ -238,7 +239,7 @@ echo '</div>';
|
|
238 |
<th scope="col" class="excerpt" style="min-width: 20em;"> <?php echo_THC('excerpt', __('Excerpt', $this->text_domain) ); ?></th>
|
239 |
<th scope="col" class="charset" style="width: 4em; display: none;"> <?php echo_THC('charset', __('Charset', $this->text_domain) ); ?></th>
|
240 |
<th scope="col" class="domain" style="min-width: 6em;"> <?php echo_THC('domain', __('Domain', $this->text_domain) ); ?></th>
|
241 |
-
<th scope="col" class="sns" style="width: 2.5em;"> <?php echo_THC('sns_twitter', __('Tw', $this->text_domain)); echo '<br>'; echo_THC('sns_facebook', __('fb', $this->text_domain)); echo '<br>'; echo_THC('sns_hatena', __('B!', $this->text_domain)); ?></th>
|
242 |
<th scope="col" class="regist" style="width: 5em;"> <?php echo_THC('regist', __('Regist', $this->text_domain) ); ?></th>
|
243 |
<th scope="col" class="postid" style="width: 3em;"> <?php echo_THC('use_post_id1', __('Post ID', $this->text_domain) ); ?></th>
|
244 |
<th scope="col" class="result" style="width: 2.5em;"> <?php echo_THC('result_code', __('Result code', $this->text_domain) ); ?><br><?php echo_THC('alive_result', __('(last)', $this->text_domain) ); ?></th>
|
@@ -333,6 +334,8 @@ foreach ($data_all as $data) {
|
|
333 |
echo (($sns_count >= 0) ? numKM($sns_count) : '-').'<br>';
|
334 |
$sns_count = $data->sns_hatena;
|
335 |
echo (($sns_count >= 0) ? numKM($sns_count) : '-').'<br>';
|
|
|
|
|
336 |
echo '</td>';
|
337 |
|
338 |
echo ' <td>'.$data->regist.'</td>';
|
@@ -391,16 +394,16 @@ function echo_THC($item, $text) {
|
|
391 |
$link_type = isset($_REQUEST['link_type'] ) ? $_REQUEST['link_type'] : null;
|
392 |
|
393 |
if ($item == $orderby) {
|
394 |
-
if ($order == '
|
395 |
$mark = '▼';
|
396 |
-
$order = '
|
397 |
} else {
|
398 |
$mark = '▲';
|
399 |
-
$order = '
|
400 |
}
|
401 |
} else {
|
402 |
$mark = '';
|
403 |
-
$order = '
|
404 |
}
|
405 |
echo '<a href="?page=pz-linkcard-cache&link_type='.$link_type.'&orderby='.$item.'&order='.$order.'&refine='.$refine.'&keyword='.$keyword.'">'.$text.$mark.'</a>';
|
406 |
}
|
23 |
case 'sns_twitter':
|
24 |
case 'sns_facebook':
|
25 |
case 'sns_hatena':
|
26 |
+
case 'sns_pocket':
|
27 |
case 'regist':
|
28 |
case 'sns_nexttime':
|
29 |
break;
|
30 |
default:
|
31 |
$orderby = 'regist';
|
32 |
+
$order = 'desc';
|
33 |
}
|
34 |
|
35 |
$order = strtoupper($order);
|
36 |
+
if ($order != 'asc' && $orderby == $orderby_now) {
|
37 |
+
$order = 'desc';
|
38 |
}
|
39 |
|
40 |
// 抽出条件
|
239 |
<th scope="col" class="excerpt" style="min-width: 20em;"> <?php echo_THC('excerpt', __('Excerpt', $this->text_domain) ); ?></th>
|
240 |
<th scope="col" class="charset" style="width: 4em; display: none;"> <?php echo_THC('charset', __('Charset', $this->text_domain) ); ?></th>
|
241 |
<th scope="col" class="domain" style="min-width: 6em;"> <?php echo_THC('domain', __('Domain', $this->text_domain) ); ?></th>
|
242 |
+
<th scope="col" class="sns" style="width: 2.5em;"> <?php echo_THC('sns_twitter', __('Tw', $this->text_domain)); echo '<br>'; echo_THC('sns_facebook', __('fb', $this->text_domain)); echo '<br>'; echo_THC('sns_hatena', __('B!', $this->text_domain)); echo '<br>'; echo_THC('sns_pocket', __('Po', $this->text_domain)); ?></th>
|
243 |
<th scope="col" class="regist" style="width: 5em;"> <?php echo_THC('regist', __('Regist', $this->text_domain) ); ?></th>
|
244 |
<th scope="col" class="postid" style="width: 3em;"> <?php echo_THC('use_post_id1', __('Post ID', $this->text_domain) ); ?></th>
|
245 |
<th scope="col" class="result" style="width: 2.5em;"> <?php echo_THC('result_code', __('Result code', $this->text_domain) ); ?><br><?php echo_THC('alive_result', __('(last)', $this->text_domain) ); ?></th>
|
334 |
echo (($sns_count >= 0) ? numKM($sns_count) : '-').'<br>';
|
335 |
$sns_count = $data->sns_hatena;
|
336 |
echo (($sns_count >= 0) ? numKM($sns_count) : '-').'<br>';
|
337 |
+
$sns_count = $data->sns_pocket;
|
338 |
+
echo (($sns_count >= 0) ? numKM($sns_count) : '-').'<br>';
|
339 |
echo '</td>';
|
340 |
|
341 |
echo ' <td>'.$data->regist.'</td>';
|
394 |
$link_type = isset($_REQUEST['link_type'] ) ? $_REQUEST['link_type'] : null;
|
395 |
|
396 |
if ($item == $orderby) {
|
397 |
+
if ($order == 'desc') {
|
398 |
$mark = '▼';
|
399 |
+
$order = 'asc';
|
400 |
} else {
|
401 |
$mark = '▲';
|
402 |
+
$order = 'desc';
|
403 |
}
|
404 |
} else {
|
405 |
$mark = '';
|
406 |
+
$order = 'desc';
|
407 |
}
|
408 |
echo '<a href="?page=pz-linkcard-cache&link_type='.$link_type.'&orderby='.$item.'&order='.$order.'&refine='.$refine.'&keyword='.$keyword.'">'.$text.$mark.'</a>';
|
409 |
}
|
lib/pz-linkcard-init.php
CHANGED
@@ -7,9 +7,6 @@
|
|
7 |
}
|
8 |
}
|
9 |
|
10 |
-
// 現バージョン
|
11 |
-
$this->options['plugin-version'] = $this->defaults['plugin-version'];
|
12 |
-
|
13 |
// サムネイルのキャッシュディレクトリの用意
|
14 |
$wp_upload_dir = wp_upload_dir();
|
15 |
$thumbnail_dir = $wp_upload_dir['basedir'].'/'.$this->slug.'/cache/';
|
@@ -28,7 +25,17 @@
|
|
28 |
$this->options['thumbnail-url'] = $thumbnail_url;
|
29 |
|
30 |
// 暫定措置
|
31 |
-
$this->options['
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
// オプションの更新
|
34 |
update_option('Pz_LinkCard_options', $this->options);
|
@@ -60,6 +67,7 @@
|
|
60 |
sns_twitter INT DEFAULT -1,
|
61 |
sns_facebook INT DEFAULT -1,
|
62 |
sns_hatena INT DEFAULT -1,
|
|
|
63 |
post_id INT UNSIGNED DEFAULT 0,
|
64 |
use_post_id1 INT UNSIGNED,
|
65 |
use_post_id2 INT UNSIGNED,
|
7 |
}
|
8 |
}
|
9 |
|
|
|
|
|
|
|
10 |
// サムネイルのキャッシュディレクトリの用意
|
11 |
$wp_upload_dir = wp_upload_dir();
|
12 |
$thumbnail_dir = $wp_upload_dir['basedir'].'/'.$this->slug.'/cache/';
|
25 |
$this->options['thumbnail-url'] = $thumbnail_url;
|
26 |
|
27 |
// 暫定措置
|
28 |
+
if ($this->options['plugin-version'] < '2.1.7') {
|
29 |
+
$this->options['flg-anker'] = '1';
|
30 |
+
}
|
31 |
+
if ($this->options['plugin-version'] < '2.1.8') {
|
32 |
+
if ($this->options['sns-tw'] && $this->options['sns-fb'] && $this->options['sns-hb']) {
|
33 |
+
$this->options['sns-po'] = '1';
|
34 |
+
}
|
35 |
+
}
|
36 |
+
|
37 |
+
// 現バージョン
|
38 |
+
$this->options['plugin-version'] = $this->defaults['plugin-version'];
|
39 |
|
40 |
// オプションの更新
|
41 |
update_option('Pz_LinkCard_options', $this->options);
|
67 |
sns_twitter INT DEFAULT -1,
|
68 |
sns_facebook INT DEFAULT -1,
|
69 |
sns_hatena INT DEFAULT -1,
|
70 |
+
sns_pocket INT DEFAULT -1,
|
71 |
post_id INT UNSIGNED DEFAULT 0,
|
72 |
use_post_id1 INT UNSIGNED,
|
73 |
use_post_id2 INT UNSIGNED,
|
lib/pz-linkcard-settings.php
CHANGED
@@ -151,7 +151,8 @@
|
|
151 |
<select name="properties[special-format]">
|
152 |
<option value="" <?php if($this->options['special-format'] == '') echo 'selected="selected"'; ?>><?php _e('None', $this->text_domain); ?></option>
|
153 |
<option value="LkC" <?php if($this->options['special-format'] == 'LkC') echo 'selected="selected"'; ?>><?php _e('Pz-LkC Default', $this->text_domain); ?></option>
|
154 |
-
<option value="
|
|
|
155 |
<option value="JIN" <?php if($this->options['special-format'] == 'JIN') echo 'selected="selected"'; ?>><?php _e('Headline', $this->text_domain); ?></option>
|
156 |
<option value="sqr" <?php if($this->options['special-format'] == 'sqr') echo 'selected="selected"'; ?>><?php _e('Square', $this->text_domain); ?></option>
|
157 |
<option value="ct1" <?php if($this->options['special-format'] == 'ct1') echo 'selected="selected"'; ?>><?php _e('Cellophane tape "center"', $this->text_domain); ?></option>
|
@@ -352,9 +353,10 @@
|
|
352 |
<td colspan="2">
|
353 |
<?php _e('Site information', $this->text_domain); ?>
|
354 |
<select name="properties[info-position]">
|
355 |
-
<option value="" <?php if($this->options['info-position'] == '') echo 'selected="selected"'; ?>><?php _e('None',
|
356 |
-
<option value="1" <?php if($this->options['info-position'] == '1') echo 'selected="selected"'; ?>><?php _e('Top',
|
357 |
-
<option value="
|
|
|
358 |
</select>
|
359 |
<label><input name="properties[use-sitename]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['use-sitename']) ? $this->options['use-sitename'] : null, 1); ?> /><?php _e('Use SiteName', $this->text_domain); ?></label>
|
360 |
</td>
|
@@ -366,7 +368,7 @@
|
|
366 |
<td>
|
367 |
</td>
|
368 |
</tr>
|
369 |
-
<tr
|
370 |
<td>
|
371 |
<label><input name="properties[flg-anker]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['flg-anker']) ? $this->options['flg-anker'] : null, 1); ?> /><?php _e('Turn off the anchor text underlining', $this->text_domain); ?></label>
|
372 |
</td>
|
@@ -529,6 +531,7 @@
|
|
529 |
<label><input name="properties[sns-tw]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['sns-tw']) ? $this->options['sns-tw'] : null, 1); ?> /><?php _e('Twitter', $this->text_domain); ?></label>
|
530 |
<label><input name="properties[sns-fb]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['sns-fb']) ? $this->options['sns-fb'] : null, 1); ?> /><?php _e('Facebook', $this->text_domain); ?></label>
|
531 |
<label><input name="properties[sns-hb]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['sns-hb']) ? $this->options['sns-hb'] : null, 1); ?> /><?php _e('Hatena', $this->text_domain); ?></label>
|
|
|
532 |
</td>
|
533 |
</tr>
|
534 |
</table>
|
@@ -751,7 +754,7 @@
|
|
751 |
</td>
|
752 |
</tr>
|
753 |
<tr valign="top">
|
754 |
-
<th scope="row"><?php _e('
|
755 |
<td><input name="properties[ex-info]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['ex-info']); ?>" class="regular-text" /></td>
|
756 |
</tr>
|
757 |
<tr valign="top">
|
@@ -818,7 +821,7 @@
|
|
818 |
</td>
|
819 |
</tr>
|
820 |
<tr valign="top">
|
821 |
-
<th scope="row"><?php _e('
|
822 |
<td><input name="properties[in-info]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['in-info']); ?>" class="regular-text" /><br></td>
|
823 |
</tr>
|
824 |
<tr valign="top">
|
@@ -872,7 +875,7 @@
|
|
872 |
<td><?php _e('It is common with setting Internal-link', $this->text_domain); ?></td>
|
873 |
</re>
|
874 |
<tr valign="top">
|
875 |
-
<th scope="row"><?php _e('
|
876 |
<td><input name="properties[th-info]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['th-info']); ?>" class="regular-text" /></td>
|
877 |
</tr>
|
878 |
<tr valign="top">
|
151 |
<select name="properties[special-format]">
|
152 |
<option value="" <?php if($this->options['special-format'] == '') echo 'selected="selected"'; ?>><?php _e('None', $this->text_domain); ?></option>
|
153 |
<option value="LkC" <?php if($this->options['special-format'] == 'LkC') echo 'selected="selected"'; ?>><?php _e('Pz-LkC Default', $this->text_domain); ?></option>
|
154 |
+
<option value="smp" <?php if($this->options['special-format'] == 'smp') echo 'selected="selected"'; ?>><?php _e('Simple', $this->text_domain); ?></option>
|
155 |
+
<option value="hbc" <?php if($this->options['special-format'] == 'hbc') echo 'selected="selected"'; ?>><?php _e('Normal', $this->text_domain); ?></option>
|
156 |
<option value="JIN" <?php if($this->options['special-format'] == 'JIN') echo 'selected="selected"'; ?>><?php _e('Headline', $this->text_domain); ?></option>
|
157 |
<option value="sqr" <?php if($this->options['special-format'] == 'sqr') echo 'selected="selected"'; ?>><?php _e('Square', $this->text_domain); ?></option>
|
158 |
<option value="ct1" <?php if($this->options['special-format'] == 'ct1') echo 'selected="selected"'; ?>><?php _e('Cellophane tape "center"', $this->text_domain); ?></option>
|
353 |
<td colspan="2">
|
354 |
<?php _e('Site information', $this->text_domain); ?>
|
355 |
<select name="properties[info-position]">
|
356 |
+
<option value="" <?php if($this->options['info-position'] == '') echo 'selected="selected"'; ?>><?php _e('None', $this->text_domain); ?></option>
|
357 |
+
<option value="1" <?php if($this->options['info-position'] == '1') echo 'selected="selected"'; ?>><?php _e('Top', $this->text_domain); ?></option>
|
358 |
+
<option value="3" <?php if($this->options['info-position'] == '3') echo 'selected="selected"'; ?>><?php _e('Above the title', $this->text_domain); ?></option>
|
359 |
+
<option value="2" <?php if($this->options['info-position'] == '2') echo 'selected="selected"'; ?>><?php _e('Bottom', $this->text_domain); ?></option>
|
360 |
</select>
|
361 |
<label><input name="properties[use-sitename]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['use-sitename']) ? $this->options['use-sitename'] : null, 1); ?> /><?php _e('Use SiteName', $this->text_domain); ?></label>
|
362 |
</td>
|
368 |
<td>
|
369 |
</td>
|
370 |
</tr>
|
371 |
+
<tr>
|
372 |
<td>
|
373 |
<label><input name="properties[flg-anker]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['flg-anker']) ? $this->options['flg-anker'] : null, 1); ?> /><?php _e('Turn off the anchor text underlining', $this->text_domain); ?></label>
|
374 |
</td>
|
531 |
<label><input name="properties[sns-tw]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['sns-tw']) ? $this->options['sns-tw'] : null, 1); ?> /><?php _e('Twitter', $this->text_domain); ?></label>
|
532 |
<label><input name="properties[sns-fb]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['sns-fb']) ? $this->options['sns-fb'] : null, 1); ?> /><?php _e('Facebook', $this->text_domain); ?></label>
|
533 |
<label><input name="properties[sns-hb]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['sns-hb']) ? $this->options['sns-hb'] : null, 1); ?> /><?php _e('Hatena', $this->text_domain); ?></label>
|
534 |
+
<label><input name="properties[sns-po]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['sns-po']) ? $this->options['sns-po'] : null, 1); ?> /><?php _e('Pocket', $this->text_domain); ?></label>
|
535 |
</td>
|
536 |
</tr>
|
537 |
</table>
|
754 |
</td>
|
755 |
</tr>
|
756 |
<tr valign="top">
|
757 |
+
<th scope="row"><?php _e('Added information', $this->text_domain); ?></th>
|
758 |
<td><input name="properties[ex-info]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['ex-info']); ?>" class="regular-text" /></td>
|
759 |
</tr>
|
760 |
<tr valign="top">
|
821 |
</td>
|
822 |
</tr>
|
823 |
<tr valign="top">
|
824 |
+
<th scope="row"><?php _e('Added information', $this->text_domain); ?></th>
|
825 |
<td><input name="properties[in-info]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['in-info']); ?>" class="regular-text" /><br></td>
|
826 |
</tr>
|
827 |
<tr valign="top">
|
875 |
<td><?php _e('It is common with setting Internal-link', $this->text_domain); ?></td>
|
876 |
</re>
|
877 |
<tr valign="top">
|
878 |
+
<th scope="row"><?php _e('Added information', $this->text_domain); ?></th>
|
879 |
<td><input name="properties[th-info]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['th-info']); ?>" class="regular-text" /></td>
|
880 |
</tr>
|
881 |
<tr valign="top">
|
lib/pz-linkcard-style.php
CHANGED
@@ -39,9 +39,15 @@
|
|
39 |
switch ($this->options['info-position']) {
|
40 |
case '1':
|
41 |
$file_text = str_replace('/*COLOR-INFO*/', 'color: #fff;', $file_text );
|
|
|
42 |
}
|
43 |
$file_text = str_replace('/*THUMBNAIL_POSITION*/', 'float: left;', $file_text );
|
44 |
break;
|
|
|
|
|
|
|
|
|
|
|
45 |
case 'hbc': // Hatena Blogcard
|
46 |
$file_text = str_replace('/*BORDER*/', 'border: 1px solid rgba(0,0,0,0.1);', $file_text );
|
47 |
$file_text = str_replace('/*RADIUS*/', 'border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;', $file_text );
|
@@ -59,9 +65,10 @@
|
|
59 |
$file_text = str_replace('/*WIDTH*/', 'max-width: 96%;', $file_text );
|
60 |
$file_text = str_replace('/*RADIUS*/', 'border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;', $file_text );
|
61 |
$file_text = str_replace('/*LINKCARD-WRAP-MARGIN*/', 'margin: 0 auto;', $file_text );
|
62 |
-
$file_text = str_replace('/*THUMBNAIL-WIDTH*/',
|
63 |
-
$file_text = str_replace('/*THUMBNAIL-HEIGHT*/',
|
64 |
-
$file_text = str_replace('/*THUMBNAIL-IMG-WIDTH*/',
|
|
|
65 |
$file_text = str_replace('/*OPTION*/', '.linkcard p { display: none; }', $file_text );
|
66 |
$file_text = str_replace('/*COLOR-ADDED*/', 'color: #fff;', $file_text );
|
67 |
$file_text = str_replace('/*SIZE-ADDED*/', 'font-size: 12px;', $file_text );
|
@@ -77,9 +84,9 @@
|
|
77 |
$height_excerpt = intval(preg_replace('/[^0-9]/', '', isset($this->options['height-excerpt']) ? $this->options['height-excerpt'] : $this->defaults['height-excerpt'] ) );
|
78 |
$thumbnail_width = 150;
|
79 |
$file_text = str_replace('/*RESIZE*/',
|
80 |
-
'@media screen and (max-width: 767px) {'.PHP_EOL.'.lkc-internal-wrap { max-width: 100% }'.PHP_EOL.'.lkc-external-wrap { max-width: 100% }'.PHP_EOL.'.lkc-this-wrap { max-width: 100% }'.PHP_EOL.'.lkc-title {
|
81 |
-
'@media screen and (max-width: 512px) {'.PHP_EOL.'.lkc-internal-wrap { max-width: 100% }'.PHP_EOL.'.lkc-external-wrap { max-width: 100% }'.PHP_EOL.'.lkc-this-wrap { max-width: 100% }'.PHP_EOL.'.lkc-title {
|
82 |
-
'@media screen and (max-width: 320px) {'.PHP_EOL.'.lkc-internal-wrap { max-width: 100% }'.PHP_EOL.'.lkc-external-wrap { max-width: 100% }'.PHP_EOL.'.lkc-this-wrap { max-width: 100% }'.PHP_EOL.'.lkc-title {
|
83 |
}
|
84 |
break;
|
85 |
case 'sqr': // Square
|
@@ -144,7 +151,7 @@
|
|
144 |
break;
|
145 |
case 'pin': // Pushpin
|
146 |
$file_text = str_replace('/*WRAP*/', 'position: relative;', $file_text );
|
147 |
-
$file_text = str_replace('/*WRAP-AFTER*/', 'content: ""; display: block; position: absolute; background-image: url("'.$this->plugin_dir_url.'img/pin.png"); background-repeat: no-repeat; background-position: center; left:
|
148 |
break;
|
149 |
case 'inN': // Neutral
|
150 |
$file_text = str_replace('/*BORDER*/', 'border: 4px solid #59fbea;', $file_text );
|
@@ -441,9 +448,9 @@
|
|
441 |
$height_excerpt = intval(preg_replace('/[^0-9]/', '', isset($this->options['height-excerpt']) ? $this->options['height-excerpt'] : $this->defaults['height-excerpt'] ) );
|
442 |
$thumbnail_width = intval(preg_replace('/[^0-9]/', '', isset($this->options['thumbnail-width']) ? $this->options['thumbnail-width'] : $this->defaults['thumbnail-width'] ) );
|
443 |
$file_text = str_replace('/*RESIZE*/',
|
444 |
-
'@media screen and (max-width: 600px) {'.PHP_EOL.'.lkc-title {
|
445 |
-
'@media screen and (max-width: 480px) {'.PHP_EOL.'.lkc-title {
|
446 |
-
'@media screen and (max-width: 320px) {'.PHP_EOL.'.lkc-title {
|
447 |
}
|
448 |
|
449 |
// 横幅
|
39 |
switch ($this->options['info-position']) {
|
40 |
case '1':
|
41 |
$file_text = str_replace('/*COLOR-INFO*/', 'color: #fff;', $file_text );
|
42 |
+
$file_text = str_replace('/*COLOR-ADDED*/', 'color: #fff;', $file_text );
|
43 |
}
|
44 |
$file_text = str_replace('/*THUMBNAIL_POSITION*/', 'float: left;', $file_text );
|
45 |
break;
|
46 |
+
case 'smp': // Hatena Blogcard
|
47 |
+
$file_text = str_replace('/*BORDER*/', 'border: none;', $file_text );
|
48 |
+
$file_text = str_replace('/*NONE-INFO*/', 'display: none !important;', $file_text );
|
49 |
+
$file_text = str_replace('/*NONE-EXCERPT*/', 'display: none !important;', $file_text );
|
50 |
+
break;
|
51 |
case 'hbc': // Hatena Blogcard
|
52 |
$file_text = str_replace('/*BORDER*/', 'border: 1px solid rgba(0,0,0,0.1);', $file_text );
|
53 |
$file_text = str_replace('/*RADIUS*/', 'border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;', $file_text );
|
65 |
$file_text = str_replace('/*WIDTH*/', 'max-width: 96%;', $file_text );
|
66 |
$file_text = str_replace('/*RADIUS*/', 'border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;', $file_text );
|
67 |
$file_text = str_replace('/*LINKCARD-WRAP-MARGIN*/', 'margin: 0 auto;', $file_text );
|
68 |
+
$file_text = str_replace('/*THUMBNAIL-WIDTH*/', 'max-width: 150px;', $file_text );
|
69 |
+
$file_text = str_replace('/*THUMBNAIL-HEIGHT*/', 'height: 108px; overflow: hidden;', $file_text );
|
70 |
+
$file_text = str_replace('/*THUMBNAIL-IMG-WIDTH*/', 'width: 150px;', $file_text );
|
71 |
+
$file_text = str_replace('/*OPACITY*/', 'opacity: 0.8;', $file_text );
|
72 |
$file_text = str_replace('/*OPTION*/', '.linkcard p { display: none; }', $file_text );
|
73 |
$file_text = str_replace('/*COLOR-ADDED*/', 'color: #fff;', $file_text );
|
74 |
$file_text = str_replace('/*SIZE-ADDED*/', 'font-size: 12px;', $file_text );
|
84 |
$height_excerpt = intval(preg_replace('/[^0-9]/', '', isset($this->options['height-excerpt']) ? $this->options['height-excerpt'] : $this->defaults['height-excerpt'] ) );
|
85 |
$thumbnail_width = 150;
|
86 |
$file_text = str_replace('/*RESIZE*/',
|
87 |
+
'@media screen and (max-width: 767px) {'.PHP_EOL.' .lkc-internal-wrap { max-width: 100% }'.PHP_EOL.' .lkc-external-wrap { max-width: 100% }'.PHP_EOL.' .lkc-this-wrap { max-width: 100% }'.PHP_EOL.' .lkc-title { font-size: '.intval($size_title * 0.9).'px; line-height: '.intval($height_title * 0.9).'px; }'.PHP_EOL.' .lkc-excerpt { font-size: '.intval($size_excerpt * 0.95).'px; }'.PHP_EOL.' .lkc-thumbnail { max-width: '.intval($thumbnail_width * 0.9).'px; }'.PHP_EOL.' .lkc-thumbnail-img { max-width: '.intval($thumbnail_width * 0.9).'px; }'.PHP_EOL.'}'.PHP_EOL.
|
88 |
+
'@media screen and (max-width: 512px) {'.PHP_EOL.' .lkc-internal-wrap { max-width: 100% }'.PHP_EOL.' .lkc-external-wrap { max-width: 100% }'.PHP_EOL.' .lkc-this-wrap { max-width: 100% }'.PHP_EOL.' .lkc-title { font-size: '.intval($size_title * 0.8).'px; line-height: '.intval($height_title * 0.8).'px; }'.PHP_EOL.' .lkc-excerpt { font-size: '.intval($size_excerpt * 0.8).'px; }'.PHP_EOL.' .lkc-thumbnail { max-width: '.intval($thumbnail_width * 0.7).'px; }'.PHP_EOL.' .lkc-thumbnail-img { max-width: '.intval($thumbnail_width * 0.7).'px; }'.PHP_EOL.'}'.PHP_EOL.
|
89 |
+
'@media screen and (max-width: 320px) {'.PHP_EOL.' .lkc-internal-wrap { max-width: 100% }'.PHP_EOL.' .lkc-external-wrap { max-width: 100% }'.PHP_EOL.' .lkc-this-wrap { max-width: 100% }'.PHP_EOL.' .lkc-title { font-size: '.intval($size_title * 0.7).'px; line-height: '.intval($height_title * 0.7).'px; }'.PHP_EOL.' .lkc-excerpt { font-size: '.intval($size_excerpt * 0.6).'px; }'.PHP_EOL.' .lkc-thumbnail { max-width: '.intval($thumbnail_width * 0.5).'px; }'.PHP_EOL.' .lkc-thumbnail-img { max-width: '.intval($thumbnail_width * 0.5).'px; }'.PHP_EOL.'}', $file_text );
|
90 |
}
|
91 |
break;
|
92 |
case 'sqr': // Square
|
151 |
break;
|
152 |
case 'pin': // Pushpin
|
153 |
$file_text = str_replace('/*WRAP*/', 'position: relative;', $file_text );
|
154 |
+
$file_text = str_replace('/*WRAP-AFTER*/', 'content: ""; display: block; position: absolute; background-image: url("'.$this->plugin_dir_url.'img/pin.png"); background-repeat: no-repeat; background-position: center; left: 47%; top: -16px; width: 40px; height: 40px; z-index: 1;', $file_text );
|
155 |
break;
|
156 |
case 'inN': // Neutral
|
157 |
$file_text = str_replace('/*BORDER*/', 'border: 4px solid #59fbea;', $file_text );
|
448 |
$height_excerpt = intval(preg_replace('/[^0-9]/', '', isset($this->options['height-excerpt']) ? $this->options['height-excerpt'] : $this->defaults['height-excerpt'] ) );
|
449 |
$thumbnail_width = intval(preg_replace('/[^0-9]/', '', isset($this->options['thumbnail-width']) ? $this->options['thumbnail-width'] : $this->defaults['thumbnail-width'] ) );
|
450 |
$file_text = str_replace('/*RESIZE*/',
|
451 |
+
'@media screen and (max-width: 600px) {'.PHP_EOL.' .lkc-title { font-size: '.intval($size_title * 0.9).'px; line-height: '.intval($height_title * 0.9).'px; }'.PHP_EOL.' .lkc-excerpt { font-size: '.intval($size_excerpt * 0.95).'px; }'.PHP_EOL.' .lkc-thumbnail { max-width: '.intval($thumbnail_width * 0.9).'px; }'.PHP_EOL.' .lkc-thumbnail-img { max-width: '.intval($thumbnail_width * 0.9).'px; }'.PHP_EOL.'}'.PHP_EOL.
|
452 |
+
'@media screen and (max-width: 480px) {'.PHP_EOL.' .lkc-title { font-size: '.intval($size_title * 0.8).'px; line-height: '.intval($height_title * 0.8).'px; }'.PHP_EOL.' .lkc-excerpt { font-size: '.intval($size_excerpt * 0.8).'px; }'.PHP_EOL.' .lkc-thumbnail { max-width: '.intval($thumbnail_width * 0.7).'px; }'.PHP_EOL.' .lkc-thumbnail-img { max-width: '.intval($thumbnail_width * 0.7).'px; }'.PHP_EOL.'}'.PHP_EOL.
|
453 |
+
'@media screen and (max-width: 320px) {'.PHP_EOL.' .lkc-title { font-size: '.intval($size_title * 0.7).'px; line-height: '.intval($height_title * 0.7).'px; }'.PHP_EOL.' .lkc-excerpt { font-size: '.intval($size_excerpt * 0.6).'px; }'.PHP_EOL.' .lkc-thumbnail { max-width: '.intval($thumbnail_width * 0.5).'px; }'.PHP_EOL.' .lkc-thumbnail-img { max-width: '.intval($thumbnail_width * 0.5).'px; }'.PHP_EOL.'}', $file_text );
|
454 |
}
|
455 |
|
456 |
// 横幅
|
pz-linkcard.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Pz-LinkCard
|
4 |
Plugin URI: http://poporon.poponet.jp/pz-linkcard
|
5 |
Description: リンクをカード形式で表示します。
|
6 |
-
Version: 2.1.
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
@@ -152,6 +152,7 @@ class Pz_LinkCard {
|
|
152 |
'sns-tw' => '1',
|
153 |
'sns-fb' => '1',
|
154 |
'sns-hb' => '1',
|
|
|
155 |
'link-all' => '1',
|
156 |
'blockquote' => null,
|
157 |
'nofollow' => null,
|
@@ -162,7 +163,7 @@ class Pz_LinkCard {
|
|
162 |
'invalid-time' => null,
|
163 |
'plugin-link' => null,
|
164 |
'plugin-name' => 'Pz-LinkCard',
|
165 |
-
'plugin-version' => '2.1.
|
166 |
'plugin-url' => 'https://popozure.info/pz-linkcard',
|
167 |
'pz-hbc-options' => null,
|
168 |
'debug-time' => null
|
@@ -200,12 +201,12 @@ class Pz_LinkCard {
|
|
200 |
}
|
201 |
|
202 |
// CSS URLが空だったら生成
|
203 |
-
if (
|
204 |
$this->pz_SetStyle();
|
205 |
}
|
206 |
|
207 |
// ショートコードの設定
|
208 |
-
if ($this->options['auto-atag']
|
209 |
add_filter ('the_content', array($this, 'auto_replace') ); // 自動置き換え
|
210 |
add_shortcode ('pz-linkcard-auto-replace', array($this, 'shortcode') ); // 自動置き換え専用ショートコード
|
211 |
}
|
@@ -237,14 +238,14 @@ class Pz_LinkCard {
|
|
237 |
add_filter ('mce_external_plugins', array($this, 'add_mce_plugin') ); // ビジュアルエディタ用ボタン
|
238 |
add_filter ('plugin_action_links_'.$this->plugin_basename, array($this, 'action_links') ); // プラグイン画面
|
239 |
|
240 |
-
if (
|
241 |
if (!isset($this->options['css-path']) || !file_exists($this->options['css-path'])) {
|
242 |
$this->pz_SetStyle();
|
243 |
}
|
244 |
}
|
245 |
} else {
|
246 |
-
if (
|
247 |
-
if (
|
248 |
$this->pz_SetStyle();
|
249 |
}
|
250 |
}
|
@@ -264,16 +265,16 @@ class Pz_LinkCard {
|
|
264 |
|
265 |
// テキストリンクの行とURLのみの行をリンクカードへ置き換える処理(直接HTMLタグにするのでは無くショートコードに変換する。)
|
266 |
public function auto_replace($content) {
|
267 |
-
if (
|
268 |
-
if (
|
269 |
$content = preg_replace( '/(^|<br ?\/?>)(<p.*>)?<a .*href=[\'"](https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)[\'"]((?!<IMG).)*<\/a>(<\/p>)?$/im', '[pz-linkcard-auto-replace url="$3"]', $content);
|
270 |
}
|
271 |
-
if (
|
272 |
$content = preg_replace( '/(^|<br ?\/?>)(<p.*>)?(https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)(<\/p>|<br ?\/?>)?$/im', '[pz-linkcard-auto-replace url="$3"]', $content);
|
273 |
}
|
274 |
return $content;
|
275 |
} else {
|
276 |
-
if (
|
277 |
preg_match_all('/(^|<br ?\/?>)(<p.*>)?(<a .*href=[\'"](https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)[\'"]((?!<IMG).)*<\/a>)(<\/p>)?$/im', $content, $m );
|
278 |
for ($i=0; $i<count($m[0]); $i++) {
|
279 |
$url = $m[4][$i];
|
@@ -283,7 +284,7 @@ class Pz_LinkCard {
|
|
283 |
}
|
284 |
}
|
285 |
}
|
286 |
-
if (
|
287 |
preg_match_all('/(^|<br ?\/?>)(<p.*>)?(https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)(<\/p>|<br ?\/?>)?$/im', $content, $m );
|
288 |
for ($i=0; $i<count($m[0]); $i++) {
|
289 |
$url = $m[3][$i];
|
@@ -302,6 +303,8 @@ class Pz_LinkCard {
|
|
302 |
// 実行時間
|
303 |
if ($this->options['debug-time']) {
|
304 |
$start_time = microtime(true);
|
|
|
|
|
305 |
}
|
306 |
|
307 |
// URL
|
@@ -324,7 +327,7 @@ class Pz_LinkCard {
|
|
324 |
}
|
325 |
}
|
326 |
$url_org = $url; // 指定されたurlパラメータ
|
327 |
-
$url = $this->pz_TrimURL( $url );
|
328 |
if ( !$url ) {
|
329 |
if ($this->options['debug-time']) {
|
330 |
echo '<!-- Pz-LkC ['.html_entity_decode(print_r($atts, true)).'] /-->'.PHP_EOL;
|
@@ -332,7 +335,7 @@ class Pz_LinkCard {
|
|
332 |
if (!$this->options['flg-invalid']) {
|
333 |
if (!preg_match('/\/wp-admin\/admin-ajax.php/i', $_SERVER["REQUEST_URI"])) {
|
334 |
$this->options['flg-invalid'] = '1';
|
335 |
-
$this->options['invalid-url'] = (
|
336 |
$this->options['invalid-time'] = $this->now;
|
337 |
$result = update_option('Pz_LinkCard_options', $this->options);
|
338 |
}
|
@@ -374,7 +377,7 @@ class Pz_LinkCard {
|
|
374 |
if ($this->options['debug-time']) {
|
375 |
$end_time = microtime(true);
|
376 |
$elasped_time = number_format($end_time - $start_time, 8, '.', ',');
|
377 |
-
|
378 |
}
|
379 |
|
380 |
return $data;
|
@@ -396,8 +399,7 @@ class Pz_LinkCard {
|
|
396 |
echo '<!-- Pz-LkC [MOBILE='.$is_mobile.'] /-->'.PHP_EOL;
|
397 |
}
|
398 |
|
399 |
-
|
400 |
-
$url = $this->pz_TrimURL( $atts['url'] );
|
401 |
if (!isset($url) || $url == '' ) {
|
402 |
return null;
|
403 |
}
|
@@ -448,7 +450,7 @@ class Pz_LinkCard {
|
|
448 |
}
|
449 |
$nofollow = ''; // 内部サイトにnoflollowは付けない
|
450 |
|
451 |
-
//
|
452 |
if ( is_null($data_id) || ( isset($atts['force']) && $atts['force'] == true ) ) {
|
453 |
if ($this->options['debug-time']) {
|
454 |
echo '<!-- Pz-LkC [IN-POST] /-->'.PHP_EOL;
|
@@ -504,6 +506,7 @@ class Pz_LinkCard {
|
|
504 |
$sns_tw = (isset($data['sns_twitter']) ? $data['sns_twitter'] : null);
|
505 |
$sns_fb = (isset($data['sns_facebook']) ? $data['sns_facebook'] : null);
|
506 |
$sns_hb = (isset($data['sns_hatena']) ? $data['sns_hatena'] : null);
|
|
|
507 |
$alive_result = (isset($data['alive_result']) ? $data['alive_result'] : null);
|
508 |
|
509 |
$thumbnail = null;
|
@@ -709,17 +712,23 @@ class Pz_LinkCard {
|
|
709 |
if (isset($this->options['sns-hb']) && !is_null($this->options['sns-hb']) && $sns_hb > 0) {
|
710 |
$sns .= ' <span class="lkc-sns-hb">'.$sns_hb.' user'.(($sns_hb > 1) ? 's' : '').'</span>';
|
711 |
}
|
|
|
|
|
|
|
712 |
} else {
|
713 |
// 外部リンクアイコンを表示させるプラグイン対応のため no_icon を付与
|
714 |
if (isset($this->options['sns-tw']) && !is_null($this->options['sns-tw']) && $sns_tw > 0) {
|
715 |
$sns .= ' <a class="lkc-sns-tw no_icon" href="https://twitter.com/search?q=' .preg_replace('/.*\/\/(.*)/', '$1', $url).'&text='.esc_html($title).'" target="_blank">'.$sns_tw.' tweet'.(($sns_tw > 1) ? 's' : '').'</a>';
|
716 |
}
|
717 |
if (isset($this->options['sns-fb']) && !is_null($this->options['sns-fb']) && $sns_fb > 0) {
|
718 |
-
$sns .= ' <a class="lkc-sns-fb no_icon" href="https://www.facebook.com/
|
719 |
}
|
720 |
if (isset($this->options['sns-hb']) && !is_null($this->options['sns-hb']) && $sns_hb > 0) {
|
721 |
$sns .= ' <a class="lkc-sns-hb no_icon" href="https://b.hatena.ne.jp/entry/s/' .preg_replace('/.*\/\/(.*)/', '$1', $url).'" target="_blank">'.$sns_hb.' user'.(($sns_hb > 1) ? 's' : '').'</a>';
|
722 |
}
|
|
|
|
|
|
|
723 |
}
|
724 |
if ($sns) {
|
725 |
if ($this->options['sns-position'] == '1') {
|
@@ -771,7 +780,7 @@ class Pz_LinkCard {
|
|
771 |
$domain_info = '<div class="lkc-info">'.$a_op.'<span class="lkc-domain"'.$site_title.'>'.$favicon.' '.$site_name.'</span>'.$added_info.$a_cl.$sns_info.$url2.'</div>';
|
772 |
|
773 |
// 記事内容
|
774 |
-
|
775 |
|
776 |
// Google AMPに対応
|
777 |
if ( (function_exists('is_amp_endpoint') && is_amp_endpoint()) || isset($this->amp) || ( isset($this->options['flg-amp-url']) && ( preg_match('/\/amp\/?$/i', $_SERVER["REQUEST_URI"]) || preg_match('/\?amp=1$/i', $_SERVER["REQUEST_URI"]) ) ) ) {
|
@@ -781,13 +790,16 @@ class Pz_LinkCard {
|
|
781 |
// HTMLタグ作成
|
782 |
switch (isset($this->options['info-position']) ? $this->options['info-position'] : null) {
|
783 |
case '1':
|
784 |
-
$tag = $wrap_op.$a_op_all.'<div class="lkc-card">'.$domain_info.$
|
785 |
break;
|
786 |
case '2':
|
787 |
-
$tag = $wrap_op.$a_op_all.'<div class="lkc-card">'.$
|
|
|
|
|
|
|
788 |
break;
|
789 |
default:
|
790 |
-
$tag = $wrap_op.$a_op_all.'<div class="lkc-card">'.$
|
791 |
}
|
792 |
}
|
793 |
|
@@ -841,7 +853,7 @@ class Pz_LinkCard {
|
|
841 |
// 内部サイト・外部サイトの判断
|
842 |
function pz_LinkType($url = null) {
|
843 |
if (substr($url, 0, mb_strlen(home_url() ) ) == home_url() ) {
|
844 |
-
if (
|
845 |
$link_type = 1; // 自ページ
|
846 |
} else {
|
847 |
$link_type = 2; // 自サイト内
|
@@ -960,6 +972,21 @@ class Pz_LinkCard {
|
|
960 |
}
|
961 |
}
|
962 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
963 |
// 登録してから一週間までは毎日、それ以降は週一回更新(取得が固まらないようにランダム時間付与)
|
964 |
if ($update_cnt || ($this->now - strtotime($data['regist']) < WEEK_IN_SECONDS)) {
|
965 |
$sns_nexttime = $this->now + DAY_IN_SECONDS + rand(0, DAY_IN_SECONDS); // 1day + 0-24h
|
@@ -979,6 +1006,7 @@ class Pz_LinkCard {
|
|
979 |
'sns_twitter' => $data['sns_twitter'],
|
980 |
'sns_facebook' => $data['sns_facebook'],
|
981 |
'sns_hatena' => $data['sns_hatena'],
|
|
|
982 |
'sns_time' => $this->now,
|
983 |
'sns_nexttime' => $sns_nexttime,
|
984 |
'uptime' => $this->now
|
@@ -996,8 +1024,8 @@ class Pz_LinkCard {
|
|
996 |
return null;
|
997 |
}
|
998 |
global $wpdb;
|
999 |
-
if (
|
1000 |
-
$url = $
|
1001 |
$data = $wpdb->get_row($wpdb->prepare("SELECT * FROM $this->db_name WHERE url=%s", $url));
|
1002 |
} elseif (isset($data['id']) && !is_null($data['id'])) {
|
1003 |
$data_id = intval($data['id']);
|
@@ -1254,7 +1282,7 @@ class Pz_LinkCard {
|
|
1254 |
} else {
|
1255 |
$before['mod_excerpt'] = 1;
|
1256 |
}
|
1257 |
-
if (
|
1258 |
$data['use_post_id1'] = get_the_ID();
|
1259 |
}
|
1260 |
$data['scheme'] = $scheme;
|
@@ -1491,7 +1519,7 @@ class Pz_LinkCard {
|
|
1491 |
$data['domain'] = $domain;
|
1492 |
$data['location'] = $location;
|
1493 |
$data['favicon'] = ( isset($favicon_url) ? $favicon_url : null );
|
1494 |
-
if (
|
1495 |
$data['use_post_id1'] = get_the_ID();
|
1496 |
}
|
1497 |
$data['sns_twitter'] = (isset( $data['sns_twitter'] ) ? $data['sns_twitter'] : -1 );
|
3 |
Plugin Name: Pz-LinkCard
|
4 |
Plugin URI: http://poporon.poponet.jp/pz-linkcard
|
5 |
Description: リンクをカード形式で表示します。
|
6 |
+
Version: 2.1.8
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
152 |
'sns-tw' => '1',
|
153 |
'sns-fb' => '1',
|
154 |
'sns-hb' => '1',
|
155 |
+
'sns-po' => '1',
|
156 |
'link-all' => '1',
|
157 |
'blockquote' => null,
|
158 |
'nofollow' => null,
|
163 |
'invalid-time' => null,
|
164 |
'plugin-link' => null,
|
165 |
'plugin-name' => 'Pz-LinkCard',
|
166 |
+
'plugin-version' => '2.1.8',
|
167 |
'plugin-url' => 'https://popozure.info/pz-linkcard',
|
168 |
'pz-hbc-options' => null,
|
169 |
'debug-time' => null
|
201 |
}
|
202 |
|
203 |
// CSS URLが空だったら生成
|
204 |
+
if (!$this->options['css-url']) {
|
205 |
$this->pz_SetStyle();
|
206 |
}
|
207 |
|
208 |
// ショートコードの設定
|
209 |
+
if ($this->options['auto-atag'] || $this->options['auto-url']) {
|
210 |
add_filter ('the_content', array($this, 'auto_replace') ); // 自動置き換え
|
211 |
add_shortcode ('pz-linkcard-auto-replace', array($this, 'shortcode') ); // 自動置き換え専用ショートコード
|
212 |
}
|
238 |
add_filter ('mce_external_plugins', array($this, 'add_mce_plugin') ); // ビジュアルエディタ用ボタン
|
239 |
add_filter ('plugin_action_links_'.$this->plugin_basename, array($this, 'action_links') ); // プラグイン画面
|
240 |
|
241 |
+
if (!$this->options['style']) {
|
242 |
if (!isset($this->options['css-path']) || !file_exists($this->options['css-path'])) {
|
243 |
$this->pz_SetStyle();
|
244 |
}
|
245 |
}
|
246 |
} else {
|
247 |
+
if (!$this->options['style']) {
|
248 |
+
if (!$this->options['css-url']) {
|
249 |
$this->pz_SetStyle();
|
250 |
}
|
251 |
}
|
265 |
|
266 |
// テキストリンクの行とURLのみの行をリンクカードへ置き換える処理(直接HTMLタグにするのでは無くショートコードに変換する。)
|
267 |
public function auto_replace($content) {
|
268 |
+
if (!$this->options['auto-external']) {
|
269 |
+
if ($this->options['auto-atag']) {
|
270 |
$content = preg_replace( '/(^|<br ?\/?>)(<p.*>)?<a .*href=[\'"](https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)[\'"]((?!<IMG).)*<\/a>(<\/p>)?$/im', '[pz-linkcard-auto-replace url="$3"]', $content);
|
271 |
}
|
272 |
+
if ($this->options['auto-url']) {
|
273 |
$content = preg_replace( '/(^|<br ?\/?>)(<p.*>)?(https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)(<\/p>|<br ?\/?>)?$/im', '[pz-linkcard-auto-replace url="$3"]', $content);
|
274 |
}
|
275 |
return $content;
|
276 |
} else {
|
277 |
+
if ($this->options['auto-atag']) {
|
278 |
preg_match_all('/(^|<br ?\/?>)(<p.*>)?(<a .*href=[\'"](https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)[\'"]((?!<IMG).)*<\/a>)(<\/p>)?$/im', $content, $m );
|
279 |
for ($i=0; $i<count($m[0]); $i++) {
|
280 |
$url = $m[4][$i];
|
284 |
}
|
285 |
}
|
286 |
}
|
287 |
+
if ($this->options['auto-url']) {
|
288 |
preg_match_all('/(^|<br ?\/?>)(<p.*>)?(https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)(<\/p>|<br ?\/?>)?$/im', $content, $m );
|
289 |
for ($i=0; $i<count($m[0]); $i++) {
|
290 |
$url = $m[3][$i];
|
303 |
// 実行時間
|
304 |
if ($this->options['debug-time']) {
|
305 |
$start_time = microtime(true);
|
306 |
+
echo PHP_EOL.'<!-- Pz-LkC [Debug mode: On] /-->'.PHP_EOL;
|
307 |
+
echo '<!-- Pz-LkC [Shortcode] /-->'.PHP_EOL;
|
308 |
}
|
309 |
|
310 |
// URL
|
327 |
}
|
328 |
}
|
329 |
$url_org = $url; // 指定されたurlパラメータ
|
330 |
+
$url = $this->pz_TrimURL( $url ); // URLエンティティ化など(無害化?)
|
331 |
if ( !$url ) {
|
332 |
if ($this->options['debug-time']) {
|
333 |
echo '<!-- Pz-LkC ['.html_entity_decode(print_r($atts, true)).'] /-->'.PHP_EOL;
|
335 |
if (!$this->options['flg-invalid']) {
|
336 |
if (!preg_match('/\/wp-admin\/admin-ajax.php/i', $_SERVER["REQUEST_URI"])) {
|
337 |
$this->options['flg-invalid'] = '1';
|
338 |
+
$this->options['invalid-url'] = (!$_SERVER["HTTPS"] ? "http://" : "https://").$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
|
339 |
$this->options['invalid-time'] = $this->now;
|
340 |
$result = update_option('Pz_LinkCard_options', $this->options);
|
341 |
}
|
377 |
if ($this->options['debug-time']) {
|
378 |
$end_time = microtime(true);
|
379 |
$elasped_time = number_format($end_time - $start_time, 8, '.', ',');
|
380 |
+
echo '<!-- Pz-LkC [ElaspedTime='.$elasped_time.'sec] /-->'.PHP_EOL;
|
381 |
}
|
382 |
|
383 |
return $data;
|
399 |
echo '<!-- Pz-LkC [MOBILE='.$is_mobile.'] /-->'.PHP_EOL;
|
400 |
}
|
401 |
|
402 |
+
$url = $atts['url'];
|
|
|
403 |
if (!isset($url) || $url == '' ) {
|
404 |
return null;
|
405 |
}
|
450 |
}
|
451 |
$nofollow = ''; // 内部サイトにnoflollowは付けない
|
452 |
|
453 |
+
// キャッシュが無い、もしくは強制取得
|
454 |
if ( is_null($data_id) || ( isset($atts['force']) && $atts['force'] == true ) ) {
|
455 |
if ($this->options['debug-time']) {
|
456 |
echo '<!-- Pz-LkC [IN-POST] /-->'.PHP_EOL;
|
506 |
$sns_tw = (isset($data['sns_twitter']) ? $data['sns_twitter'] : null);
|
507 |
$sns_fb = (isset($data['sns_facebook']) ? $data['sns_facebook'] : null);
|
508 |
$sns_hb = (isset($data['sns_hatena']) ? $data['sns_hatena'] : null);
|
509 |
+
$sns_po = (isset($data['sns_pocket']) ? $data['sns_pocket'] : null);
|
510 |
$alive_result = (isset($data['alive_result']) ? $data['alive_result'] : null);
|
511 |
|
512 |
$thumbnail = null;
|
712 |
if (isset($this->options['sns-hb']) && !is_null($this->options['sns-hb']) && $sns_hb > 0) {
|
713 |
$sns .= ' <span class="lkc-sns-hb">'.$sns_hb.' user'.(($sns_hb > 1) ? 's' : '').'</span>';
|
714 |
}
|
715 |
+
if (isset($this->options['sns-po']) && !is_null($this->options['sns-po']) && $sns_po > 0) {
|
716 |
+
$sns .= ' <span class="lkc-sns-po">'.$sns_po.' pocket'.(($sns_po > 1) ? 's' : '').'</span>';
|
717 |
+
}
|
718 |
} else {
|
719 |
// 外部リンクアイコンを表示させるプラグイン対応のため no_icon を付与
|
720 |
if (isset($this->options['sns-tw']) && !is_null($this->options['sns-tw']) && $sns_tw > 0) {
|
721 |
$sns .= ' <a class="lkc-sns-tw no_icon" href="https://twitter.com/search?q=' .preg_replace('/.*\/\/(.*)/', '$1', $url).'&text='.esc_html($title).'" target="_blank">'.$sns_tw.' tweet'.(($sns_tw > 1) ? 's' : '').'</a>';
|
722 |
}
|
723 |
if (isset($this->options['sns-fb']) && !is_null($this->options['sns-fb']) && $sns_fb > 0) {
|
724 |
+
$sns .= ' <a class="lkc-sns-fb no_icon" href="https://www.facebook.com/" target="_blank">'.$sns_fb.' share'.(($sns_fb > 1) ? 's' : '').'</a>';
|
725 |
}
|
726 |
if (isset($this->options['sns-hb']) && !is_null($this->options['sns-hb']) && $sns_hb > 0) {
|
727 |
$sns .= ' <a class="lkc-sns-hb no_icon" href="https://b.hatena.ne.jp/entry/s/' .preg_replace('/.*\/\/(.*)/', '$1', $url).'" target="_blank">'.$sns_hb.' user'.(($sns_hb > 1) ? 's' : '').'</a>';
|
728 |
}
|
729 |
+
if (isset($this->options['sns-po']) && !is_null($this->options['sns-po']) && $sns_po > 0) {
|
730 |
+
$sns .= ' <a class="lkc-sns-po no_icon" href="https://getpocket.com/" target="_blank">'.$sns_po.' pocket'.(($sns_po > 1) ? 's' : '').'</a>';
|
731 |
+
}
|
732 |
}
|
733 |
if ($sns) {
|
734 |
if ($this->options['sns-position'] == '1') {
|
780 |
$domain_info = '<div class="lkc-info">'.$a_op.'<span class="lkc-domain"'.$site_title.'>'.$favicon.' '.$site_name.'</span>'.$added_info.$a_cl.$sns_info.$url2.'</div>';
|
781 |
|
782 |
// 記事内容
|
783 |
+
//$content = '<div class="lkc-content">'.$a_op.$thumbnail.'<div class="lkc-title"><span class="lkc-title-text">'.$title.'</span>'.$a_cl.$sns_title.'</div>'.$url1.'<div class="lkc-excerpt">'.$excerpt.'</div>'.$moretag.'</div>';
|
784 |
|
785 |
// Google AMPに対応
|
786 |
if ( (function_exists('is_amp_endpoint') && is_amp_endpoint()) || isset($this->amp) || ( isset($this->options['flg-amp-url']) && ( preg_match('/\/amp\/?$/i', $_SERVER["REQUEST_URI"]) || preg_match('/\?amp=1$/i', $_SERVER["REQUEST_URI"]) ) ) ) {
|
790 |
// HTMLタグ作成
|
791 |
switch (isset($this->options['info-position']) ? $this->options['info-position'] : null) {
|
792 |
case '1':
|
793 |
+
$tag = $wrap_op.$a_op_all.'<div class="lkc-card">'.$domain_info.'<div class="lkc-content">'.$a_op.$thumbnail.'<div class="lkc-title"><span class="lkc-title-text">'.$title.'</span>'.$a_cl.$sns_title.'</div>'.$url1.'<div class="lkc-excerpt">'.$excerpt.'</div></div><div class="clear"></div></div>'.$a_cl_all.$wrap_cl;
|
794 |
break;
|
795 |
case '2':
|
796 |
+
$tag = $wrap_op.$a_op_all.'<div class="lkc-card"><div class="lkc-content">'.$a_op.$thumbnail.'<div class="lkc-title"><span class="lkc-title-text">'.$title.'</span>'.$a_cl.$sns_title.'</div>'.$url1.'<div class="lkc-excerpt">'.$excerpt.'</div></div>'.$domain_info.'<div class="clear"></div></div>'.$a_cl_all.$wrap_cl;
|
797 |
+
break;
|
798 |
+
case '3':
|
799 |
+
$tag = $wrap_op.$a_op_all.'<div class="lkc-card"><div class="lkc-content">'.$a_op.$thumbnail.$domain_info.'<div class="lkc-title"><span class="lkc-title-text">'.$title.'</span>'.$a_cl.$sns_title.$url1.'</div><div class="lkc-excerpt">'.$excerpt.'</div></div><div class="clear"></div></div>'.$a_cl_all.$wrap_cl;
|
800 |
break;
|
801 |
default:
|
802 |
+
$tag = $wrap_op.$a_op_all.'<div class="lkc-card"><div class="lkc-content">'.$a_op.$thumbnail.'<div class="lkc-title"><span class="lkc-title-text">'.$title.'</span>'.$a_cl.$sns_title.'</div>'.$url1.'<div class="lkc-excerpt">'.$excerpt.'</div></div><div class="clear"></div></div>'.$a_cl_all.$wrap_cl;
|
803 |
}
|
804 |
}
|
805 |
|
853 |
// 内部サイト・外部サイトの判断
|
854 |
function pz_LinkType($url = null) {
|
855 |
if (substr($url, 0, mb_strlen(home_url() ) ) == home_url() ) {
|
856 |
+
if (get_permalink() == $url) {
|
857 |
$link_type = 1; // 自ページ
|
858 |
} else {
|
859 |
$link_type = 2; // 自サイト内
|
972 |
}
|
973 |
}
|
974 |
|
975 |
+
if (isset($this->options['sns-po']) && !is_null($this->options['sns-po'])) {
|
976 |
+
$count_before = isset($data['sns_pocket']) ? $data['sns_pocket'] : -1;
|
977 |
+
if ($sns_renew || $count_before < 0) {
|
978 |
+
$result = wp_remote_get( 'https://widgets.getpocket.com/v1/button?label=pocket&count=vertical&align=left&v=1&src=https&url=' .rawurlencode($data['url']), $opt );
|
979 |
+
if (isset($result) && !is_wp_error($result) && $result['response']['code'] == 200) {
|
980 |
+
preg_match('/<em id="cnt">([0-9]*)<\/em>/', $result['body'], $m);
|
981 |
+
$count = intval($m[1] ? $m[1] : 0);
|
982 |
+
if ($count > $count_before) {
|
983 |
+
$data['sns_pocket'] = $count;
|
984 |
+
$update_cnt = true;
|
985 |
+
}
|
986 |
+
}
|
987 |
+
}
|
988 |
+
}
|
989 |
+
|
990 |
// 登録してから一週間までは毎日、それ以降は週一回更新(取得が固まらないようにランダム時間付与)
|
991 |
if ($update_cnt || ($this->now - strtotime($data['regist']) < WEEK_IN_SECONDS)) {
|
992 |
$sns_nexttime = $this->now + DAY_IN_SECONDS + rand(0, DAY_IN_SECONDS); // 1day + 0-24h
|
1006 |
'sns_twitter' => $data['sns_twitter'],
|
1007 |
'sns_facebook' => $data['sns_facebook'],
|
1008 |
'sns_hatena' => $data['sns_hatena'],
|
1009 |
+
'sns_pocket' => $data['sns_pocket'],
|
1010 |
'sns_time' => $this->now,
|
1011 |
'sns_nexttime' => $sns_nexttime,
|
1012 |
'uptime' => $this->now
|
1024 |
return null;
|
1025 |
}
|
1026 |
global $wpdb;
|
1027 |
+
if (!empty($data['url'])) {
|
1028 |
+
$url = $data['url'];
|
1029 |
$data = $wpdb->get_row($wpdb->prepare("SELECT * FROM $this->db_name WHERE url=%s", $url));
|
1030 |
} elseif (isset($data['id']) && !is_null($data['id'])) {
|
1031 |
$data_id = intval($data['id']);
|
1282 |
} else {
|
1283 |
$before['mod_excerpt'] = 1;
|
1284 |
}
|
1285 |
+
if (!$data['use_post_id1']) {
|
1286 |
$data['use_post_id1'] = get_the_ID();
|
1287 |
}
|
1288 |
$data['scheme'] = $scheme;
|
1519 |
$data['domain'] = $domain;
|
1520 |
$data['location'] = $location;
|
1521 |
$data['favicon'] = ( isset($favicon_url) ? $favicon_url : null );
|
1522 |
+
if (!$data['use_post_id1']) {
|
1523 |
$data['use_post_id1'] = get_the_ID();
|
1524 |
}
|
1525 |
$data['sns_twitter'] = (isset( $data['sns_twitter'] ) ? $data['sns_twitter'] : -1 );
|
readme.txt
CHANGED
@@ -163,6 +163,30 @@ A7.
|
|
163 |
5. "Write shortcode and url"
|
164 |
|
165 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
Ver2.1.7.1
|
167 |
* 「かんたん書式設定」に「見出し」を追加しました。
|
168 |
Added: Tiny format 'Headline'.
|
163 |
5. "Write shortcode and url"
|
164 |
|
165 |
== Changelog ==
|
166 |
+
Ver 2.1.8
|
167 |
+
* 「かんたん書式設定」の「Pzカード 標準書式」を「Pzカード オリジナル」に名称変更しました。
|
168 |
+
Modified: Minor fixes.
|
169 |
+
* 「かんたん書式設定」の「Pzカード オリジナル」を微調整しました。
|
170 |
+
Modified: Minor fixes.
|
171 |
+
* 「かんたん書式設定」の「見出し」を微調整しました。
|
172 |
+
Modified: Minor fixes.
|
173 |
+
* 「かんたん書式設定」の「シンプル」を「ノーマル(はてなブログカード風)」に名称変更しました。
|
174 |
+
Modified: Minor fixes.
|
175 |
+
* 「かんたん書式設定」に「シンプル」を追加しました。
|
176 |
+
Modified: Minor fixes.
|
177 |
+
* 「かんたん書式設定」の「押しピン」を微調整しました。
|
178 |
+
Modified: Minor fixes.
|
179 |
+
* 設定画面のサイト情報の位置に「タイトルの上側」を追加しました。
|
180 |
+
Added: Added setting to set Above the title.
|
181 |
+
* 設定画面の「サイト情報」を「付加情報」に修正しました。
|
182 |
+
Fixed: Modified "Site information" to "Added information".
|
183 |
+
* カード管理画面の並び順の表示が昇順になっていたのを修正しました。
|
184 |
+
Fixed: Fixed a bug.
|
185 |
+
* ソーシャルカウントに「Pocket」を追加しました。
|
186 |
+
Added: Added Pocket social count.
|
187 |
+
* アンカーテキストの装飾を無効にする設定を追加しました。
|
188 |
+
Added: Added setting to disable anchor text decoration.
|
189 |
+
|
190 |
Ver2.1.7.1
|
191 |
* 「かんたん書式設定」に「見出し」を追加しました。
|
192 |
Added: Tiny format 'Headline'.
|
templete/pz-linkcard-templete.css
CHANGED
@@ -88,7 +88,7 @@
|
|
88 |
overflow: hidden;
|
89 |
/*SEPARATOR*/
|
90 |
}
|
91 |
-
.lkc-title {
|
92 |
/*COLOR-TITLE*/
|
93 |
/*OUTCOLOR-TITLE*/
|
94 |
/*SIZE-TITLE*/
|
@@ -97,7 +97,7 @@
|
|
97 |
overflow: hidden;
|
98 |
word-break: break-all;
|
99 |
}
|
100 |
-
.lkc-title:hover {
|
101 |
text-decoration: underline;
|
102 |
}
|
103 |
.lkc-url {
|
@@ -139,6 +139,7 @@
|
|
139 |
padding: 0;
|
140 |
margin: 0;
|
141 |
overflow: hidden;
|
|
|
142 |
}
|
143 |
.lkc-more-text {
|
144 |
/*COLOR-MORE*/
|
@@ -170,6 +171,7 @@
|
|
170 |
white-space: nowrap;
|
171 |
overflow: hidden;
|
172 |
display: block /*IMPORTANT*/;
|
|
|
173 |
}
|
174 |
.lkc-infotext {
|
175 |
/*INFO-TEXT*/
|
88 |
overflow: hidden;
|
89 |
/*SEPARATOR*/
|
90 |
}
|
91 |
+
.lkc-title-text {
|
92 |
/*COLOR-TITLE*/
|
93 |
/*OUTCOLOR-TITLE*/
|
94 |
/*SIZE-TITLE*/
|
97 |
overflow: hidden;
|
98 |
word-break: break-all;
|
99 |
}
|
100 |
+
.lkc-title-text:hover {
|
101 |
text-decoration: underline;
|
102 |
}
|
103 |
.lkc-url {
|
139 |
padding: 0;
|
140 |
margin: 0;
|
141 |
overflow: hidden;
|
142 |
+
/*NONE-EXCERPT*/
|
143 |
}
|
144 |
.lkc-more-text {
|
145 |
/*COLOR-MORE*/
|
171 |
white-space: nowrap;
|
172 |
overflow: hidden;
|
173 |
display: block /*IMPORTANT*/;
|
174 |
+
/*NONE-INFO*/
|
175 |
}
|
176 |
.lkc-infotext {
|
177 |
/*INFO-TEXT*/
|