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