Version Description
Download this release
Release Info
Developer | poporon |
Plugin | Pz-LinkCard |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- js/mce-pz-lkc.js +2 -2
- languages/pz-linkcard-ja.mo +0 -0
- languages/pz-linkcard-ja.po +257 -241
- lib/pz-linkcard-settings.php +19 -0
- pz-linkcard.php +29 -8
- readme.txt +6 -2
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: 'Insert Pz-LinkCard',
|
6 |
image: url + '/button.png',
|
7 |
cmd: 'insert_pz_linkcard'
|
8 |
});
|
9 |
ed.addCommand('insert_pz_linkcard', function() {
|
10 |
+
var insert_tag = window.prompt('Input 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: 2017-10-
|
8 |
-
"PO-Revision-Date: 2017-10-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: poporon\n"
|
11 |
"Language: ja_JP\n"
|
@@ -19,67 +19,71 @@ 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 "LinkCard cache manager"
|
64 |
msgstr "リンクカード/DBキャッシュ管理"
|
65 |
|
66 |
-
#: ../pz-linkcard.php:
|
67 |
msgid "Pz LkC Cache"
|
68 |
msgstr "Pz カード管理"
|
69 |
|
70 |
-
#: ../pz-linkcard.php:
|
71 |
msgid "LinkCard Settings"
|
72 |
msgstr "リンクカード設定"
|
73 |
|
74 |
-
#: ../pz-linkcard.php:
|
75 |
msgid "Pz LinkCard"
|
76 |
msgstr "Pz カード設定"
|
77 |
|
78 |
-
#: ../pz-linkcard.php:
|
79 |
msgid "Settings"
|
80 |
msgstr "設定"
|
81 |
|
82 |
-
#: ../pz-linkcard.php:
|
83 |
msgid "Manage"
|
84 |
msgstr "管理"
|
85 |
|
@@ -95,7 +99,7 @@ msgstr "URLキー"
|
|
95 |
|
96 |
#: ../lib/pz-linkcard-cacheman-edit.php:22
|
97 |
#: ../lib/pz-linkcard-cacheman-list.php:200 ../lib/pz-linkcard-edit.php:21
|
98 |
-
#: ../lib/pz-linkcard-settings.php:
|
99 |
msgid "URL"
|
100 |
msgstr "URL"
|
101 |
|
@@ -110,13 +114,13 @@ msgstr "ドメイン"
|
|
110 |
|
111 |
#: ../lib/pz-linkcard-cacheman-edit.php:34
|
112 |
#: ../lib/pz-linkcard-cacheman-list.php:201 ../lib/pz-linkcard-edit.php:37
|
113 |
-
#: ../lib/pz-linkcard-settings.php:
|
114 |
msgid "Title"
|
115 |
msgstr "タイトル"
|
116 |
|
117 |
#: ../lib/pz-linkcard-cacheman-edit.php:38
|
118 |
#: ../lib/pz-linkcard-cacheman-list.php:202 ../lib/pz-linkcard-edit.php:41
|
119 |
-
#: ../lib/pz-linkcard-settings.php:
|
120 |
msgid "Excerpt"
|
121 |
msgstr "抜粋文"
|
122 |
|
@@ -342,144 +346,156 @@ msgstr "設定を保存しました。"
|
|
342 |
msgid "Not changed."
|
343 |
msgstr "設定は変更されませんでした。"
|
344 |
|
345 |
-
#: ../lib/pz-linkcard-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
346 |
msgid "Special format"
|
347 |
msgstr "定型書式"
|
348 |
|
349 |
-
#: ../lib/pz-linkcard-settings.php:
|
350 |
msgid "Tiny format"
|
351 |
msgstr "かんたん書式設定"
|
352 |
|
353 |
-
#: ../lib/pz-linkcard-settings.php:
|
354 |
-
#: ../lib/pz-linkcard-settings.php:
|
355 |
-
#: ../lib/pz-linkcard-settings.php:
|
356 |
-
#: ../lib/pz-linkcard-settings.php:
|
357 |
-
#: ../lib/pz-linkcard-settings.php:
|
358 |
msgid "None"
|
359 |
msgstr "なし"
|
360 |
|
361 |
-
#: ../lib/pz-linkcard-settings.php:
|
362 |
msgid "Pz-LkC Default"
|
363 |
msgstr "Pz リンクカード 標準書式"
|
364 |
|
365 |
-
#: ../lib/pz-linkcard-settings.php:
|
366 |
msgid "Simple"
|
367 |
msgstr "シンプル"
|
368 |
|
369 |
-
#: ../lib/pz-linkcard-settings.php:
|
370 |
msgid "Square"
|
371 |
msgstr "スクエア"
|
372 |
|
373 |
-
#: ../lib/pz-linkcard-settings.php:
|
374 |
msgid "Cellophane tape \"center\""
|
375 |
msgstr "セロハンテープ(中央)"
|
376 |
|
377 |
-
#: ../lib/pz-linkcard-settings.php:
|
378 |
msgid "Cellophane tape \"Top corner\""
|
379 |
msgstr "セロハンテープ(左上と右上)"
|
380 |
|
381 |
-
#: ../lib/pz-linkcard-settings.php:
|
382 |
msgid "Cellophane tape \"long\""
|
383 |
msgstr "セロハンテープ(長め)"
|
384 |
|
385 |
-
#: ../lib/pz-linkcard-settings.php:
|
386 |
msgid "Slanting"
|
387 |
msgstr "斜め"
|
388 |
|
389 |
-
#: ../lib/pz-linkcard-settings.php:
|
390 |
msgid "3D Rotate"
|
391 |
msgstr "3D回転"
|
392 |
|
393 |
-
#: ../lib/pz-linkcard-settings.php:
|
394 |
msgid "Curling paper"
|
395 |
msgstr "紙がめくれた効果(テーマとの相性があります)"
|
396 |
|
397 |
-
#: ../lib/pz-linkcard-settings.php:
|
398 |
msgid "Taping and curling"
|
399 |
msgstr "テープと紙めくれ(テーマとの相性があります)"
|
400 |
|
401 |
-
#: ../lib/pz-linkcard-settings.php:
|
402 |
msgid "Stitch blue&red"
|
403 |
msgstr "縫い目(青&赤)"
|
404 |
|
405 |
-
#: ../lib/pz-linkcard-settings.php:
|
406 |
msgid "Stitch green&yellow"
|
407 |
msgstr "縫い目(緑&黄色)"
|
408 |
|
409 |
-
#: ../lib/pz-linkcard-settings.php:
|
410 |
msgid "Neutral"
|
411 |
msgstr "ブルーグリーン(黒背景推奨)"
|
412 |
|
413 |
-
#: ../lib/pz-linkcard-settings.php:
|
414 |
msgid "Orange"
|
415 |
msgstr "オレンジ(黒背景推奨)"
|
416 |
|
417 |
-
#: ../lib/pz-linkcard-settings.php:
|
418 |
msgid "Green"
|
419 |
msgstr "グリーン(黒背景推奨)"
|
420 |
|
421 |
-
#: ../lib/pz-linkcard-settings.php:
|
422 |
msgid "Blue"
|
423 |
msgstr "ブルー(黒背景推奨)"
|
424 |
|
425 |
-
#: ../lib/pz-linkcard-settings.php:
|
426 |
msgid "Pushpin"
|
427 |
msgstr "押しピン"
|
428 |
|
429 |
-
#: ../lib/pz-linkcard-settings.php:
|
430 |
msgid "* It applies over other formatting settings."
|
431 |
msgstr "※ほかの項目よりも優先して適用されます。"
|
432 |
|
433 |
-
#: ../lib/pz-linkcard-settings.php:
|
434 |
msgid "Shortcode"
|
435 |
msgstr "ショートコード "
|
436 |
|
437 |
-
#: ../lib/pz-linkcard-settings.php:
|
438 |
msgid "ShortCode 1"
|
439 |
msgstr "ショートコード 1"
|
440 |
|
441 |
-
#: ../lib/pz-linkcard-settings.php:
|
442 |
-
#: ../lib/pz-linkcard-settings.php:
|
443 |
msgid "Case-sensitive"
|
444 |
msgstr "大文字と小文字を区別します"
|
445 |
|
446 |
-
#: ../lib/pz-linkcard-settings.php:
|
447 |
msgid "Use inlinetext"
|
448 |
msgstr "ショートコードで囲んだ文字列"
|
449 |
|
450 |
-
#: ../lib/pz-linkcard-settings.php:
|
451 |
msgid "No use"
|
452 |
msgstr "使用しない"
|
453 |
|
454 |
-
#: ../lib/pz-linkcard-settings.php:
|
455 |
msgid "Use to excerpt"
|
456 |
msgstr "抜粋文として使用"
|
457 |
|
458 |
-
#: ../lib/pz-linkcard-settings.php:
|
459 |
msgid "Use to title"
|
460 |
msgstr "タイトルとして使用"
|
461 |
|
462 |
-
#: ../lib/pz-linkcard-settings.php:
|
463 |
msgid "This setting applies only to the Shortcode1"
|
464 |
msgstr "ショートコード1にのみ適用されます"
|
465 |
|
466 |
-
#: ../lib/pz-linkcard-settings.php:
|
467 |
msgid "ShortCode 2"
|
468 |
msgstr "ショートコード 2"
|
469 |
|
470 |
-
#: ../lib/pz-linkcard-settings.php:
|
471 |
msgid "ShortCode 3"
|
472 |
msgstr "ショートコード 3"
|
473 |
|
474 |
-
#: ../lib/pz-linkcard-settings.php:
|
475 |
msgid "ShortCode 4"
|
476 |
msgstr "ショートコード 4"
|
477 |
|
478 |
-
#: ../lib/pz-linkcard-settings.php:
|
479 |
msgid "Parameters"
|
480 |
msgstr "パラメータ"
|
481 |
|
482 |
-
#: ../lib/pz-linkcard-settings.php:
|
483 |
msgid ""
|
484 |
"For any shortcode you can change the title and excerpt with `title` "
|
485 |
"parameter and `content` parameter"
|
@@ -487,425 +503,425 @@ msgstr ""
|
|
487 |
"どのショートコードでも title パラメータと content パラメータでタイトルと抜粋"
|
488 |
"文を指定できます。"
|
489 |
|
490 |
-
#: ../lib/pz-linkcard-settings.php:
|
491 |
msgid "Convert text link"
|
492 |
msgstr "テキストリンク行の変換"
|
493 |
|
494 |
-
#: ../lib/pz-linkcard-settings.php:
|
495 |
msgid "Convert lines with text link only to Linkcard."
|
496 |
msgstr "テキストリンクだけの行をリンクカードに変換する。"
|
497 |
|
498 |
-
#: ../lib/pz-linkcard-settings.php:
|
499 |
msgid "Convert URL"
|
500 |
msgstr "URL行の変換"
|
501 |
|
502 |
-
#: ../lib/pz-linkcard-settings.php:
|
503 |
msgid "Convert lines with URL only to Linkcard."
|
504 |
msgstr "URLだけの行をリンクカードに変換する。"
|
505 |
|
506 |
-
#: ../lib/pz-linkcard-settings.php:
|
507 |
msgid "Style"
|
508 |
msgstr "表示設定"
|
509 |
|
510 |
-
#: ../lib/pz-linkcard-settings.php:
|
511 |
msgid "Use blockquote tag"
|
512 |
msgstr "BLOCKQUOTEをタグを使用する"
|
513 |
|
514 |
-
#: ../lib/pz-linkcard-settings.php:
|
515 |
msgid "without using DIV tag, and use BLOCKQUOTE tag"
|
516 |
msgstr "<BLOCKQUOTE>で囲んで引用扱いにします"
|
517 |
|
518 |
-
#: ../lib/pz-linkcard-settings.php:
|
519 |
msgid "Link the whole"
|
520 |
msgstr "カード全体をリンク"
|
521 |
|
522 |
-
#: ../lib/pz-linkcard-settings.php:
|
523 |
msgid "Enclose the entire card at anchor"
|
524 |
msgstr ""
|
525 |
"カード全体をAタグで囲って、どこをクリックしてもリンク先を開くようにします。"
|
526 |
|
527 |
-
#: ../lib/pz-linkcard-settings.php:
|
528 |
msgid "Position"
|
529 |
msgstr "配置設定"
|
530 |
|
531 |
-
#: ../lib/pz-linkcard-settings.php:
|
532 |
msgid "Margin top"
|
533 |
msgstr "上の余白"
|
534 |
|
535 |
-
#: ../lib/pz-linkcard-settings.php:
|
536 |
-
#: ../lib/pz-linkcard-settings.php:
|
537 |
-
#: ../lib/pz-linkcard-settings.php:
|
538 |
-
#: ../lib/pz-linkcard-settings.php:
|
539 |
msgid "Not defined"
|
540 |
msgstr "設定しない"
|
541 |
|
542 |
-
#: ../lib/pz-linkcard-settings.php:
|
543 |
-
#: ../lib/pz-linkcard-settings.php:
|
544 |
-
#: ../lib/pz-linkcard-settings.php:
|
545 |
-
#: ../lib/pz-linkcard-settings.php:
|
546 |
msgid "0"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../lib/pz-linkcard-settings.php:
|
550 |
-
#: ../lib/pz-linkcard-settings.php:
|
551 |
-
#: ../lib/pz-linkcard-settings.php:
|
552 |
-
#: ../lib/pz-linkcard-settings.php:
|
553 |
msgid "4px"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: ../lib/pz-linkcard-settings.php:
|
557 |
-
#: ../lib/pz-linkcard-settings.php:
|
558 |
-
#: ../lib/pz-linkcard-settings.php:
|
559 |
-
#: ../lib/pz-linkcard-settings.php:
|
560 |
msgid "8px"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: ../lib/pz-linkcard-settings.php:
|
564 |
-
#: ../lib/pz-linkcard-settings.php:
|
565 |
-
#: ../lib/pz-linkcard-settings.php:
|
566 |
-
#: ../lib/pz-linkcard-settings.php:
|
567 |
msgid "16px"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../lib/pz-linkcard-settings.php:
|
571 |
-
#: ../lib/pz-linkcard-settings.php:
|
572 |
-
#: ../lib/pz-linkcard-settings.php:
|
573 |
-
#: ../lib/pz-linkcard-settings.php:
|
574 |
msgid "32px"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../lib/pz-linkcard-settings.php:
|
578 |
-
#: ../lib/pz-linkcard-settings.php:
|
579 |
-
#: ../lib/pz-linkcard-settings.php:
|
580 |
-
#: ../lib/pz-linkcard-settings.php:
|
581 |
msgid "64px"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../lib/pz-linkcard-settings.php:
|
585 |
msgid "Margin left"
|
586 |
msgstr "左の余白"
|
587 |
|
588 |
-
#: ../lib/pz-linkcard-settings.php:
|
589 |
msgid "Margin right"
|
590 |
msgstr "右の余白"
|
591 |
|
592 |
-
#: ../lib/pz-linkcard-settings.php:
|
593 |
-
#: ../lib/pz-linkcard-settings.php:
|
594 |
msgid "Width"
|
595 |
msgstr "幅"
|
596 |
|
597 |
-
#: ../lib/pz-linkcard-settings.php:
|
598 |
-
#: ../lib/pz-linkcard-settings.php:
|
599 |
-
#: ../lib/pz-linkcard-settings.php:
|
600 |
msgid "Height"
|
601 |
msgstr "高さ"
|
602 |
|
603 |
-
#: ../lib/pz-linkcard-settings.php:
|
604 |
msgid "Margin bottom"
|
605 |
msgstr "下の余白"
|
606 |
|
607 |
-
#: ../lib/pz-linkcard-settings.php:
|
608 |
msgid "Centering"
|
609 |
msgstr "中央に寄せる"
|
610 |
|
611 |
-
#: ../lib/pz-linkcard-settings.php:
|
612 |
msgid "Layout"
|
613 |
msgstr "外観設定"
|
614 |
|
615 |
-
#: ../lib/pz-linkcard-settings.php:
|
616 |
-
#: ../lib/pz-linkcard-settings.php:
|
617 |
msgid "Site information"
|
618 |
msgstr "サイト情報"
|
619 |
|
620 |
-
#: ../lib/pz-linkcard-settings.php:
|
621 |
msgid "Top"
|
622 |
msgstr "上側"
|
623 |
|
624 |
-
#: ../lib/pz-linkcard-settings.php:
|
625 |
msgid "Bottom"
|
626 |
msgstr "下側"
|
627 |
|
628 |
-
#: ../lib/pz-linkcard-settings.php:
|
629 |
msgid "Use SiteName"
|
630 |
msgstr "サイト名称を使用"
|
631 |
|
632 |
-
#: ../lib/pz-linkcard-settings.php:
|
633 |
msgid "Separator line"
|
634 |
msgstr "区切り線"
|
635 |
|
636 |
-
#: ../lib/pz-linkcard-settings.php:
|
637 |
msgid "Display URL"
|
638 |
msgstr "リンク先のURLを表示する"
|
639 |
|
640 |
-
#: ../lib/pz-linkcard-settings.php:
|
641 |
-
#: ../lib/pz-linkcard-settings.php:
|
642 |
msgid "Thumbnail"
|
643 |
msgstr "サムネイル"
|
644 |
|
645 |
-
#: ../lib/pz-linkcard-settings.php:
|
646 |
msgid "Right"
|
647 |
msgstr "右側"
|
648 |
|
649 |
-
#: ../lib/pz-linkcard-settings.php:
|
650 |
msgid "Left"
|
651 |
msgstr "左側"
|
652 |
|
653 |
-
#: ../lib/pz-linkcard-settings.php:
|
654 |
msgid "Upper"
|
655 |
msgstr "上側"
|
656 |
|
657 |
-
#: ../lib/pz-linkcard-settings.php:
|
658 |
msgid "Shadow"
|
659 |
msgstr "影を付ける"
|
660 |
|
661 |
-
#: ../lib/pz-linkcard-settings.php:
|
662 |
msgid "Hollow content area"
|
663 |
msgstr "記事の情報に枠を付ける"
|
664 |
|
665 |
-
#: ../lib/pz-linkcard-settings.php:
|
666 |
msgid "Display excerpt"
|
667 |
msgstr "抜粋文を表示する"
|
668 |
|
669 |
-
#: ../lib/pz-linkcard-settings.php:
|
670 |
msgid "Hollow"
|
671 |
msgstr "内側に影を付ける"
|
672 |
|
673 |
-
#: ../lib/pz-linkcard-settings.php:
|
674 |
msgid "Radius"
|
675 |
msgstr "角を丸める"
|
676 |
|
677 |
-
#: ../lib/pz-linkcard-settings.php:
|
678 |
msgid "Border"
|
679 |
msgstr "枠線の太さ"
|
680 |
|
681 |
-
#: ../lib/pz-linkcard-settings.php:
|
682 |
-
#: ../lib/pz-linkcard-settings.php:
|
683 |
-
#: ../lib/pz-linkcard-settings.php:
|
684 |
msgid "Color"
|
685 |
msgstr "色"
|
686 |
|
687 |
-
#: ../lib/pz-linkcard-settings.php:
|
688 |
msgid "none"
|
689 |
msgstr "なし"
|
690 |
|
691 |
-
#: ../lib/pz-linkcard-settings.php:
|
692 |
msgid "solid"
|
693 |
msgstr "solid/実線"
|
694 |
|
695 |
-
#: ../lib/pz-linkcard-settings.php:
|
696 |
msgid "dotted"
|
697 |
msgstr "dotted/点線"
|
698 |
|
699 |
-
#: ../lib/pz-linkcard-settings.php:
|
700 |
msgid "dashed"
|
701 |
msgstr "dashed/破線"
|
702 |
|
703 |
-
#: ../lib/pz-linkcard-settings.php:
|
704 |
msgid "double"
|
705 |
msgstr "double/二重線"
|
706 |
|
707 |
-
#: ../lib/pz-linkcard-settings.php:
|
708 |
msgid "groove"
|
709 |
msgstr "groove/立体(へこみ)"
|
710 |
|
711 |
-
#: ../lib/pz-linkcard-settings.php:
|
712 |
msgid "ridge"
|
713 |
msgstr "ridge/立体(隆起)"
|
714 |
|
715 |
-
#: ../lib/pz-linkcard-settings.php:
|
716 |
msgid "inset"
|
717 |
msgstr "inset/立体(押したボタンのような効果)"
|
718 |
|
719 |
-
#: ../lib/pz-linkcard-settings.php:
|
720 |
msgid "outset"
|
721 |
msgstr "outset/立体(ボタンのような効果)"
|
722 |
|
723 |
-
#: ../lib/pz-linkcard-settings.php:
|
724 |
msgid "Reset img style"
|
725 |
msgstr "CSSリセット(img)"
|
726 |
|
727 |
-
#: ../lib/pz-linkcard-settings.php:
|
728 |
msgid ""
|
729 |
"When unnecessary frame is displayed on the image, you can improve it by case"
|
730 |
msgstr "画像がずれて表示されるときに改善される可能性が有ります(推奨)"
|
731 |
|
732 |
-
#: ../lib/pz-linkcard-settings.php:
|
733 |
msgid "Display SNS Count"
|
734 |
msgstr "シェア数を表示する"
|
735 |
|
736 |
-
#: ../lib/pz-linkcard-settings.php:
|
737 |
msgid "After Title"
|
738 |
msgstr "タイトルの後ろ"
|
739 |
|
740 |
-
#: ../lib/pz-linkcard-settings.php:
|
741 |
msgid "After site-name"
|
742 |
msgstr "サイト情報の後ろ"
|
743 |
|
744 |
-
#: ../lib/pz-linkcard-settings.php:
|
745 |
msgid "Twitter"
|
746 |
msgstr "ツイッター"
|
747 |
|
748 |
-
#: ../lib/pz-linkcard-settings.php:
|
749 |
msgid "Facebook"
|
750 |
msgstr "フェイスブック(シェア数)"
|
751 |
|
752 |
-
#: ../lib/pz-linkcard-settings.php:
|
753 |
msgid "Hatena"
|
754 |
msgstr "はてなブックマーク"
|
755 |
|
756 |
-
#: ../lib/pz-linkcard-settings.php:
|
757 |
msgid ""
|
758 |
"There is a possibility that the screen display is slow If you enable this "
|
759 |
"setting."
|
760 |
msgstr "有効にする取得APIによっては表示が遅くなる場合があります。"
|
761 |
|
762 |
-
#: ../lib/pz-linkcard-settings.php:
|
763 |
msgid "Letters"
|
764 |
msgstr "文字設定"
|
765 |
|
766 |
-
#: ../lib/pz-linkcard-settings.php:
|
767 |
msgid "Site-info."
|
768 |
msgstr "サイト情報"
|
769 |
|
770 |
-
#: ../lib/pz-linkcard-settings.php:
|
771 |
-
#: ../lib/pz-linkcard-settings.php:
|
772 |
msgid "Outline"
|
773 |
msgstr "縁取り"
|
774 |
|
775 |
-
#: ../lib/pz-linkcard-settings.php:
|
776 |
-
#: ../lib/pz-linkcard-settings.php:
|
777 |
msgid "Size"
|
778 |
msgstr "大きさ"
|
779 |
|
780 |
-
#: ../lib/pz-linkcard-settings.php:
|
781 |
-
#: ../lib/pz-linkcard-settings.php:
|
782 |
msgid "Length"
|
783 |
msgstr "桁数"
|
784 |
|
785 |
-
#: ../lib/pz-linkcard-settings.php:
|
786 |
msgid "Resize"
|
787 |
msgstr "幅に合わせて縮小"
|
788 |
|
789 |
-
#: ../lib/pz-linkcard-settings.php:
|
790 |
msgid "Adjust thumbnail and letter size according to width"
|
791 |
msgstr "画面幅に合わせて文字とサムネイルの大きさを調整します。"
|
792 |
|
793 |
-
#: ../lib/pz-linkcard-settings.php:
|
794 |
msgid "External link"
|
795 |
msgstr "外部リンク"
|
796 |
|
797 |
-
#: ../lib/pz-linkcard-settings.php:
|
798 |
-
#: ../lib/pz-linkcard-settings.php:
|
799 |
msgid "Background Color"
|
800 |
msgstr "背景色"
|
801 |
|
802 |
-
#: ../lib/pz-linkcard-settings.php:
|
803 |
msgid "Background image"
|
804 |
msgstr "背景画像"
|
805 |
|
806 |
-
#: ../lib/pz-linkcard-settings.php:
|
807 |
-
#: ../lib/pz-linkcard-settings.php:
|
808 |
msgid "Direct"
|
809 |
msgstr "直接取得する"
|
810 |
|
811 |
-
#: ../lib/pz-linkcard-settings.php:
|
812 |
-
#: ../lib/pz-linkcard-settings.php:
|
813 |
msgid "Use WebAPI"
|
814 |
msgstr "WebAPIを利用する"
|
815 |
|
816 |
-
#: ../lib/pz-linkcard-settings.php:
|
817 |
-
#: ../lib/pz-linkcard-settings.php:
|
818 |
msgid "Use WebAPI ,If can not direct"
|
819 |
msgstr "直接取得できない場合、WebAPIを利用する"
|
820 |
|
821 |
-
#: ../lib/pz-linkcard-settings.php:
|
822 |
-
#: ../lib/pz-linkcard-settings.php:
|
823 |
msgid "Favicon"
|
824 |
msgstr "サイトアイコン"
|
825 |
|
826 |
-
#: ../lib/pz-linkcard-settings.php:
|
827 |
-
#: ../lib/pz-linkcard-settings.php:
|
828 |
msgid "Open new window/tab"
|
829 |
msgstr "新しいウィンドウで開く"
|
830 |
|
831 |
-
#: ../lib/pz-linkcard-settings.php:
|
832 |
msgid "All client"
|
833 |
msgstr "すべての端末"
|
834 |
|
835 |
-
#: ../lib/pz-linkcard-settings.php:
|
836 |
msgid "Other than mobile"
|
837 |
msgstr "モバイル端末以外"
|
838 |
|
839 |
-
#: ../lib/pz-linkcard-settings.php:
|
840 |
msgid "Get contents"
|
841 |
msgstr "記事取得方法"
|
842 |
|
843 |
-
#: ../lib/pz-linkcard-settings.php:
|
844 |
msgid "Initially acquired only from the content"
|
845 |
msgstr "カード管理画面に記録されている内容から表示する"
|
846 |
|
847 |
-
#: ../lib/pz-linkcard-settings.php:
|
848 |
msgid "Set nofollow"
|
849 |
msgstr "nofollowを付与する"
|
850 |
|
851 |
-
#: ../lib/pz-linkcard-settings.php:
|
852 |
msgid "In the case of an external site, it puts the \"nofollow\""
|
853 |
msgstr "外部リンクのリンクを nofollow にする"
|
854 |
|
855 |
-
#: ../lib/pz-linkcard-settings.php:
|
856 |
msgid "Use HatenaBlogCard"
|
857 |
msgstr "はてなブログカードを利用する"
|
858 |
|
859 |
-
#: ../lib/pz-linkcard-settings.php:
|
860 |
msgid "External links will use Always HatenaBlogCard."
|
861 |
msgstr "外部リンクは「はてなブログカード」を利用する"
|
862 |
|
863 |
-
#: ../lib/pz-linkcard-settings.php:
|
864 |
msgid "(Not recommended)"
|
865 |
msgstr "(非推奨)"
|
866 |
|
867 |
-
#: ../lib/pz-linkcard-settings.php:
|
868 |
msgid "Internal link"
|
869 |
msgstr "内部リンク"
|
870 |
|
871 |
-
#: ../lib/pz-linkcard-settings.php:
|
872 |
msgid "Background Image"
|
873 |
msgstr "背景画像"
|
874 |
|
875 |
-
#: ../lib/pz-linkcard-settings.php:
|
876 |
msgid "Always get the latest from the content"
|
877 |
msgstr "常に最新の記事内容から抜粋文を作成する"
|
878 |
|
879 |
-
#: ../lib/pz-linkcard-settings.php:
|
880 |
msgid "Always get the latest from the excerpt"
|
881 |
msgstr "抜粋文が設定されている投稿はそちらを優先する"
|
882 |
|
883 |
-
#: ../lib/pz-linkcard-settings.php:
|
884 |
msgid "Retry get PID"
|
885 |
msgstr "記事URLの再取得"
|
886 |
|
887 |
-
#: ../lib/pz-linkcard-settings.php:
|
888 |
msgid "When the `Post ID` can not be acquired, it is acquired again."
|
889 |
msgstr "記事IDが取得できなかった場合に、リダイレクト先のURLを取得する。"
|
890 |
|
891 |
-
#: ../lib/pz-linkcard-settings.php:
|
892 |
msgid "Same-page link"
|
893 |
msgstr "同ページへのリンク"
|
894 |
|
895 |
-
#: ../lib/pz-linkcard-settings.php:
|
896 |
-
#: ../lib/pz-linkcard-settings.php:
|
897 |
msgid "It is common with setting Internal-link"
|
898 |
msgstr "内部リンク用の設定が使用されます"
|
899 |
|
900 |
-
#: ../lib/pz-linkcard-settings.php:
|
901 |
msgid "Web-API"
|
902 |
msgstr "画像取得APIの指定"
|
903 |
|
904 |
-
#: ../lib/pz-linkcard-settings.php:
|
905 |
msgid "Favicon API"
|
906 |
msgstr "ファビコンの取得API"
|
907 |
|
908 |
-
#: ../lib/pz-linkcard-settings.php:
|
909 |
msgid ""
|
910 |
"%DOMAIN% replace to domain name (ex. poporon.poponet.jp )<br>%DOMAIN_URL% "
|
911 |
"replace to domain URL (ex. http://poporon.poponet.jp )"
|
@@ -914,201 +930,201 @@ msgstr ""
|
|
914 |
"%DOMAIN_URL% と記述するとドメインのURL(例.http://poporon.poponet.jp)に置き"
|
915 |
"換わります。"
|
916 |
|
917 |
-
#: ../lib/pz-linkcard-settings.php:
|
918 |
msgid "ex1."
|
919 |
msgstr "例1."
|
920 |
|
921 |
-
#: ../lib/pz-linkcard-settings.php:
|
922 |
msgid "ex2."
|
923 |
msgstr "例2."
|
924 |
|
925 |
-
#: ../lib/pz-linkcard-settings.php:
|
926 |
msgid "Thumbnail API"
|
927 |
msgstr "サムネイル画像の取得API"
|
928 |
|
929 |
-
#: ../lib/pz-linkcard-settings.php:
|
930 |
msgid "%URL% replace to URL"
|
931 |
msgstr "%URL% と記述するとURLに置き換わります"
|
932 |
|
933 |
-
#: ../lib/pz-linkcard-settings.php:
|
934 |
msgid "Link check"
|
935 |
msgstr "リンク先のチェック"
|
936 |
|
937 |
-
#: ../lib/pz-linkcard-settings.php:
|
938 |
msgid "Do not link at error"
|
939 |
msgstr "エラーのときリンクしない"
|
940 |
|
941 |
-
#: ../lib/pz-linkcard-settings.php:
|
942 |
msgid "When access status is \"403\", \"404\", \"410\", unlink"
|
943 |
msgstr "ステータスが「403」「404」「410」のときにリンクを無効にします"
|
944 |
|
945 |
-
#: ../lib/pz-linkcard-settings.php:
|
946 |
msgid "SSL verification disabled"
|
947 |
msgstr "SSL検証を無効"
|
948 |
|
949 |
-
#: ../lib/pz-linkcard-settings.php:
|
950 |
msgid "Try setting if the contents of the SSL site can not be acquired."
|
951 |
msgstr ""
|
952 |
"SSLサイトのタイトルや記事内容が取得できない場合に設定することで取得できる可能"
|
953 |
"性があります。"
|
954 |
|
955 |
-
#: ../lib/pz-linkcard-settings.php:
|
956 |
msgid "Follow location"
|
957 |
msgstr "リダイレクト処理"
|
958 |
|
959 |
-
#: ../lib/pz-linkcard-settings.php:
|
960 |
msgid "Track when the link destination is redirected."
|
961 |
msgstr "リンク先がリダイレクトされている場合に追跡します。"
|
962 |
|
963 |
-
#: ../lib/pz-linkcard-settings.php:
|
964 |
msgid "Set referer"
|
965 |
msgstr "リファラーの通知"
|
966 |
|
967 |
-
#: ../lib/pz-linkcard-settings.php:
|
968 |
msgid "Notify the article URL to the link destination."
|
969 |
msgstr "リンク先に記事のURLを知らせます。"
|
970 |
|
971 |
-
#: ../lib/pz-linkcard-settings.php:
|
972 |
msgid "Use User-Agent"
|
973 |
msgstr "ユーザーエージェントの通知"
|
974 |
|
975 |
-
#: ../lib/pz-linkcard-settings.php:
|
976 |
msgid "Notify using Pz-LinkCard to the link destination."
|
977 |
msgstr "リンク先にPz-LinkCardを使用していることを知らせます。"
|
978 |
|
979 |
-
#: ../lib/pz-linkcard-settings.php:
|
980 |
msgid "Broken link checker"
|
981 |
msgstr "リンク切れチェック"
|
982 |
|
983 |
-
#: ../lib/pz-linkcard-settings.php:
|
984 |
msgid "Alive confirmation of the link destination."
|
985 |
msgstr "リンク先がアクセスできるか定期的に確認します。"
|
986 |
|
987 |
-
#: ../lib/pz-linkcard-settings.php:
|
988 |
msgid "Debug"
|
989 |
msgstr "詳しい人用(Debug)"
|
990 |
|
991 |
-
#: ../lib/pz-linkcard-settings.php:
|
992 |
msgid "Trailing slash"
|
993 |
msgstr "末尾のスラッシュ"
|
994 |
|
995 |
-
#: ../lib/pz-linkcard-settings.php:
|
996 |
msgid "As it"
|
997 |
msgstr "そのまま"
|
998 |
|
999 |
-
#: ../lib/pz-linkcard-settings.php:
|
1000 |
msgid "When only domain name, remove"
|
1001 |
msgstr "ドメイン名のみのときだけ削除"
|
1002 |
|
1003 |
-
#: ../lib/pz-linkcard-settings.php:
|
1004 |
msgid "Always remove"
|
1005 |
msgstr "常に削除"
|
1006 |
|
1007 |
-
#: ../lib/pz-linkcard-settings.php:
|
1008 |
msgid "specified CSS"
|
1009 |
msgstr "指定したCSSを使用"
|
1010 |
|
1011 |
-
#: ../lib/pz-linkcard-settings.php:
|
1012 |
msgid "Use specified CSS file"
|
1013 |
msgstr "指定したCSSファイルを使用する"
|
1014 |
|
1015 |
-
#: ../lib/pz-linkcard-settings.php:
|
1016 |
msgid "CSS file"
|
1017 |
msgstr "CSSファイル名"
|
1018 |
|
1019 |
-
#: ../lib/pz-linkcard-settings.php:
|
1020 |
msgid "(ex. https://exsample.com/style.css )"
|
1021 |
msgstr "例.https://exsample.com/style.css"
|
1022 |
|
1023 |
-
#: ../lib/pz-linkcard-settings.php:
|
1024 |
msgid "CSS URL"
|
1025 |
msgstr "CSSファイルのURL"
|
1026 |
|
1027 |
-
#: ../lib/pz-linkcard-settings.php:
|
1028 |
msgid "Class ID to be added(for PC)"
|
1029 |
msgstr "PCのときに追加するクラス名"
|
1030 |
|
1031 |
-
#: ../lib/pz-linkcard-settings.php:
|
1032 |
msgid "Class ID to be added(for Mobile)"
|
1033 |
msgstr "モバイルのときに追加するクラス名"
|
1034 |
|
1035 |
-
#: ../lib/pz-linkcard-settings.php:
|
1036 |
msgid "Google AMP"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: ../lib/pz-linkcard-settings.php:
|
1040 |
msgid "Corresponds to simple display for Google AMP."
|
1041 |
msgstr ""
|
1042 |
"アクセスされたURLの末尾が「/amp」「/amp/」「/?amp=1」の場合、簡易表示に切り替"
|
1043 |
"える。"
|
1044 |
|
1045 |
-
#: ../lib/pz-linkcard-settings.php:
|
1046 |
msgid "IDNA Convert"
|
1047 |
msgstr "IDNAドメインの表示"
|
1048 |
|
1049 |
-
#: ../lib/pz-linkcard-settings.php:
|
1050 |
msgid "Convert domain name from IDNA ASCII to Unicode."
|
1051 |
msgstr ""
|
1052 |
"IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換して表示します(日"
|
1053 |
"本語ドメインなど)"
|
1054 |
|
1055 |
-
#: ../lib/pz-linkcard-settings.php:
|
1056 |
msgid "Display link to author page"
|
1057 |
msgstr "プラグイン名を表示する"
|
1058 |
|
1059 |
-
#: ../lib/pz-linkcard-settings.php:
|
1060 |
msgid "Plugin URL"
|
1061 |
msgstr "プラグインページURL"
|
1062 |
|
1063 |
-
#: ../lib/pz-linkcard-settings.php:
|
1064 |
msgid "Plugin name"
|
1065 |
msgstr "プラグイン名"
|
1066 |
|
1067 |
-
#: ../lib/pz-linkcard-settings.php:
|
1068 |
msgid "Plugin version"
|
1069 |
msgstr "プラグインバージョン"
|
1070 |
|
1071 |
-
#: ../lib/pz-linkcard-settings.php:
|
1072 |
msgid "Saved datetime"
|
1073 |
msgstr "保存した日時"
|
1074 |
|
1075 |
-
#: ../lib/pz-linkcard-settings.php:
|
1076 |
msgid "Display elapsed time"
|
1077 |
msgstr "実行時間の表示"
|
1078 |
|
1079 |
-
#: ../lib/pz-linkcard-settings.php:
|
1080 |
msgid "Output the elapsed time to HTML comment."
|
1081 |
msgstr "作成にかかった時間をコメントとしてHTMLへ出力する"
|
1082 |
|
1083 |
-
#: ../lib/pz-linkcard-settings.php:
|
1084 |
msgid "Initialize"
|
1085 |
msgstr "初期化"
|
1086 |
|
1087 |
-
#: ../lib/pz-linkcard-settings.php:
|
1088 |
msgid "Return to the initial setting"
|
1089 |
msgstr "設定を初期状態へ戻す"
|
1090 |
|
1091 |
-
#: ../lib/pz-linkcard-settings.php:
|
1092 |
msgid "etc"
|
1093 |
msgstr "その他"
|
1094 |
|
1095 |
-
#: ../lib/pz-linkcard-settings.php:
|
1096 |
msgid "Author's site"
|
1097 |
msgstr "作者のサイト"
|
1098 |
|
1099 |
-
#: ../lib/pz-linkcard-settings.php:
|
1100 |
msgid "Popozure."
|
1101 |
msgstr "ぽぽづれ。"
|
1102 |
|
1103 |
-
#: ../lib/pz-linkcard-settings.php:
|
1104 |
msgid "Poporon's PC daily diary"
|
1105 |
msgstr "ぽぽろんのパソコンつれづれ(ズレズレ?)日記"
|
1106 |
|
1107 |
-
#: ../lib/pz-linkcard-settings.php:
|
1108 |
msgid "Plugin's page"
|
1109 |
msgstr "プラグインのページ"
|
1110 |
|
1111 |
-
#: ../lib/pz-linkcard-settings.php:
|
1112 |
msgid "Donation"
|
1113 |
msgstr "寄付"
|
1114 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Pz-LinkCard\n"
|
6 |
"Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n"
|
7 |
+
"POT-Creation-Date: 2017-10-21 18:47+0900\n"
|
8 |
+
"PO-Revision-Date: 2017-10-21 18:48+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:287
|
23 |
msgid "Incorrect URL specification."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: ../pz-linkcard.php:1069
|
27 |
msgid "Category"
|
28 |
msgstr "カテゴリー"
|
29 |
|
30 |
+
#: ../pz-linkcard.php:1069 ../pz-linkcard.php:1081
|
31 |
msgid "‘"
|
32 |
msgstr "「"
|
33 |
|
34 |
+
#: ../pz-linkcard.php:1069 ../pz-linkcard.php:1081
|
35 |
msgid "’"
|
36 |
msgstr "」"
|
37 |
|
38 |
+
#: ../pz-linkcard.php:1070 ../pz-linkcard.php:1082
|
39 |
msgid "("
|
40 |
msgstr "("
|
41 |
|
42 |
+
#: ../pz-linkcard.php:1070 ../pz-linkcard.php:1082
|
43 |
msgid "Count"
|
44 |
msgstr "件数"
|
45 |
|
46 |
+
#: ../pz-linkcard.php:1070 ../pz-linkcard.php:1082
|
47 |
msgid ")"
|
48 |
msgstr ")"
|
49 |
|
50 |
+
#: ../pz-linkcard.php:1081
|
51 |
msgid "Tag"
|
52 |
msgstr "タグ"
|
53 |
|
54 |
+
#: ../pz-linkcard.php:1474
|
55 |
msgid "Linkcard"
|
56 |
msgstr "リンクカード"
|
57 |
|
58 |
+
#: ../pz-linkcard.php:1474
|
59 |
msgid "Make Linkcard"
|
60 |
msgstr "リンクカードのショートコードを挿入する"
|
61 |
|
62 |
+
#: ../pz-linkcard.php:1481
|
63 |
+
msgid "Invalid URL parameter in "
|
64 |
+
msgstr "URLパラメーターの指定が無効です→"
|
65 |
+
|
66 |
+
#: ../pz-linkcard.php:1508 ../lib/pz-linkcard-cacheman.php:6
|
67 |
msgid "LinkCard cache manager"
|
68 |
msgstr "リンクカード/DBキャッシュ管理"
|
69 |
|
70 |
+
#: ../pz-linkcard.php:1508
|
71 |
msgid "Pz LkC Cache"
|
72 |
msgstr "Pz カード管理"
|
73 |
|
74 |
+
#: ../pz-linkcard.php:1509 ../lib/pz-linkcard-settings.php:4
|
75 |
msgid "LinkCard Settings"
|
76 |
msgstr "リンクカード設定"
|
77 |
|
78 |
+
#: ../pz-linkcard.php:1509
|
79 |
msgid "Pz LinkCard"
|
80 |
msgstr "Pz カード設定"
|
81 |
|
82 |
+
#: ../pz-linkcard.php:1596
|
83 |
msgid "Settings"
|
84 |
msgstr "設定"
|
85 |
|
86 |
+
#: ../pz-linkcard.php:1596
|
87 |
msgid "Manage"
|
88 |
msgstr "管理"
|
89 |
|
99 |
|
100 |
#: ../lib/pz-linkcard-cacheman-edit.php:22
|
101 |
#: ../lib/pz-linkcard-cacheman-list.php:200 ../lib/pz-linkcard-edit.php:21
|
102 |
+
#: ../lib/pz-linkcard-settings.php:573
|
103 |
msgid "URL"
|
104 |
msgstr "URL"
|
105 |
|
114 |
|
115 |
#: ../lib/pz-linkcard-cacheman-edit.php:34
|
116 |
#: ../lib/pz-linkcard-cacheman-list.php:201 ../lib/pz-linkcard-edit.php:37
|
117 |
+
#: ../lib/pz-linkcard-settings.php:544
|
118 |
msgid "Title"
|
119 |
msgstr "タイトル"
|
120 |
|
121 |
#: ../lib/pz-linkcard-cacheman-edit.php:38
|
122 |
#: ../lib/pz-linkcard-cacheman-list.php:202 ../lib/pz-linkcard-edit.php:41
|
123 |
+
#: ../lib/pz-linkcard-settings.php:601
|
124 |
msgid "Excerpt"
|
125 |
msgstr "抜粋文"
|
126 |
|
346 |
msgid "Not changed."
|
347 |
msgstr "設定は変更されませんでした。"
|
348 |
|
349 |
+
#: ../lib/pz-linkcard-settings.php:117
|
350 |
+
msgid "Error"
|
351 |
+
msgstr "エラー表示"
|
352 |
+
|
353 |
+
#: ../lib/pz-linkcard-settings.php:120
|
354 |
+
msgid "Invalid URL"
|
355 |
+
msgstr "URL指定エラー"
|
356 |
+
|
357 |
+
#: ../lib/pz-linkcard-settings.php:121
|
358 |
+
msgid "Uncheck to cancel the error condition."
|
359 |
+
msgstr "チェックを外すとエラー状態を解除します。"
|
360 |
+
|
361 |
+
#: ../lib/pz-linkcard-settings.php:127
|
362 |
msgid "Special format"
|
363 |
msgstr "定型書式"
|
364 |
|
365 |
+
#: ../lib/pz-linkcard-settings.php:130
|
366 |
msgid "Tiny format"
|
367 |
msgstr "かんたん書式設定"
|
368 |
|
369 |
+
#: ../lib/pz-linkcard-settings.php:133 ../lib/pz-linkcard-settings.php:376
|
370 |
+
#: ../lib/pz-linkcard-settings.php:397 ../lib/pz-linkcard-settings.php:498
|
371 |
+
#: ../lib/pz-linkcard-settings.php:651 ../lib/pz-linkcard-settings.php:663
|
372 |
+
#: ../lib/pz-linkcard-settings.php:678 ../lib/pz-linkcard-settings.php:715
|
373 |
+
#: ../lib/pz-linkcard-settings.php:726 ../lib/pz-linkcard-settings.php:741
|
374 |
msgid "None"
|
375 |
msgstr "なし"
|
376 |
|
377 |
+
#: ../lib/pz-linkcard-settings.php:134
|
378 |
msgid "Pz-LkC Default"
|
379 |
msgstr "Pz リンクカード 標準書式"
|
380 |
|
381 |
+
#: ../lib/pz-linkcard-settings.php:135
|
382 |
msgid "Simple"
|
383 |
msgstr "シンプル"
|
384 |
|
385 |
+
#: ../lib/pz-linkcard-settings.php:136
|
386 |
msgid "Square"
|
387 |
msgstr "スクエア"
|
388 |
|
389 |
+
#: ../lib/pz-linkcard-settings.php:137
|
390 |
msgid "Cellophane tape \"center\""
|
391 |
msgstr "セロハンテープ(中央)"
|
392 |
|
393 |
+
#: ../lib/pz-linkcard-settings.php:138
|
394 |
msgid "Cellophane tape \"Top corner\""
|
395 |
msgstr "セロハンテープ(左上と右上)"
|
396 |
|
397 |
+
#: ../lib/pz-linkcard-settings.php:139
|
398 |
msgid "Cellophane tape \"long\""
|
399 |
msgstr "セロハンテープ(長め)"
|
400 |
|
401 |
+
#: ../lib/pz-linkcard-settings.php:140
|
402 |
msgid "Slanting"
|
403 |
msgstr "斜め"
|
404 |
|
405 |
+
#: ../lib/pz-linkcard-settings.php:141
|
406 |
msgid "3D Rotate"
|
407 |
msgstr "3D回転"
|
408 |
|
409 |
+
#: ../lib/pz-linkcard-settings.php:142
|
410 |
msgid "Curling paper"
|
411 |
msgstr "紙がめくれた効果(テーマとの相性があります)"
|
412 |
|
413 |
+
#: ../lib/pz-linkcard-settings.php:143
|
414 |
msgid "Taping and curling"
|
415 |
msgstr "テープと紙めくれ(テーマとの相性があります)"
|
416 |
|
417 |
+
#: ../lib/pz-linkcard-settings.php:144
|
418 |
msgid "Stitch blue&red"
|
419 |
msgstr "縫い目(青&赤)"
|
420 |
|
421 |
+
#: ../lib/pz-linkcard-settings.php:145
|
422 |
msgid "Stitch green&yellow"
|
423 |
msgstr "縫い目(緑&黄色)"
|
424 |
|
425 |
+
#: ../lib/pz-linkcard-settings.php:146
|
426 |
msgid "Neutral"
|
427 |
msgstr "ブルーグリーン(黒背景推奨)"
|
428 |
|
429 |
+
#: ../lib/pz-linkcard-settings.php:147
|
430 |
msgid "Orange"
|
431 |
msgstr "オレンジ(黒背景推奨)"
|
432 |
|
433 |
+
#: ../lib/pz-linkcard-settings.php:148
|
434 |
msgid "Green"
|
435 |
msgstr "グリーン(黒背景推奨)"
|
436 |
|
437 |
+
#: ../lib/pz-linkcard-settings.php:149
|
438 |
msgid "Blue"
|
439 |
msgstr "ブルー(黒背景推奨)"
|
440 |
|
441 |
+
#: ../lib/pz-linkcard-settings.php:150
|
442 |
msgid "Pushpin"
|
443 |
msgstr "押しピン"
|
444 |
|
445 |
+
#: ../lib/pz-linkcard-settings.php:152
|
446 |
msgid "* It applies over other formatting settings."
|
447 |
msgstr "※ほかの項目よりも優先して適用されます。"
|
448 |
|
449 |
+
#: ../lib/pz-linkcard-settings.php:158
|
450 |
msgid "Shortcode"
|
451 |
msgstr "ショートコード "
|
452 |
|
453 |
+
#: ../lib/pz-linkcard-settings.php:161
|
454 |
msgid "ShortCode 1"
|
455 |
msgstr "ショートコード 1"
|
456 |
|
457 |
+
#: ../lib/pz-linkcard-settings.php:163 ../lib/pz-linkcard-settings.php:181
|
458 |
+
#: ../lib/pz-linkcard-settings.php:186 ../lib/pz-linkcard-settings.php:191
|
459 |
msgid "Case-sensitive"
|
460 |
msgstr "大文字と小文字を区別します"
|
461 |
|
462 |
+
#: ../lib/pz-linkcard-settings.php:166
|
463 |
msgid "Use inlinetext"
|
464 |
msgstr "ショートコードで囲んだ文字列"
|
465 |
|
466 |
+
#: ../lib/pz-linkcard-settings.php:170
|
467 |
msgid "No use"
|
468 |
msgstr "使用しない"
|
469 |
|
470 |
+
#: ../lib/pz-linkcard-settings.php:171
|
471 |
msgid "Use to excerpt"
|
472 |
msgstr "抜粋文として使用"
|
473 |
|
474 |
+
#: ../lib/pz-linkcard-settings.php:172
|
475 |
msgid "Use to title"
|
476 |
msgstr "タイトルとして使用"
|
477 |
|
478 |
+
#: ../lib/pz-linkcard-settings.php:175
|
479 |
msgid "This setting applies only to the Shortcode1"
|
480 |
msgstr "ショートコード1にのみ適用されます"
|
481 |
|
482 |
+
#: ../lib/pz-linkcard-settings.php:179
|
483 |
msgid "ShortCode 2"
|
484 |
msgstr "ショートコード 2"
|
485 |
|
486 |
+
#: ../lib/pz-linkcard-settings.php:184
|
487 |
msgid "ShortCode 3"
|
488 |
msgstr "ショートコード 3"
|
489 |
|
490 |
+
#: ../lib/pz-linkcard-settings.php:189
|
491 |
msgid "ShortCode 4"
|
492 |
msgstr "ショートコード 4"
|
493 |
|
494 |
+
#: ../lib/pz-linkcard-settings.php:194
|
495 |
msgid "Parameters"
|
496 |
msgstr "パラメータ"
|
497 |
|
498 |
+
#: ../lib/pz-linkcard-settings.php:197
|
499 |
msgid ""
|
500 |
"For any shortcode you can change the title and excerpt with `title` "
|
501 |
"parameter and `content` parameter"
|
503 |
"どのショートコードでも title パラメータと content パラメータでタイトルと抜粋"
|
504 |
"文を指定できます。"
|
505 |
|
506 |
+
#: ../lib/pz-linkcard-settings.php:202
|
507 |
msgid "Convert text link"
|
508 |
msgstr "テキストリンク行の変換"
|
509 |
|
510 |
+
#: ../lib/pz-linkcard-settings.php:203
|
511 |
msgid "Convert lines with text link only to Linkcard."
|
512 |
msgstr "テキストリンクだけの行をリンクカードに変換する。"
|
513 |
|
514 |
+
#: ../lib/pz-linkcard-settings.php:206
|
515 |
msgid "Convert URL"
|
516 |
msgstr "URL行の変換"
|
517 |
|
518 |
+
#: ../lib/pz-linkcard-settings.php:207
|
519 |
msgid "Convert lines with URL only to Linkcard."
|
520 |
msgstr "URLだけの行をリンクカードに変換する。"
|
521 |
|
522 |
+
#: ../lib/pz-linkcard-settings.php:213
|
523 |
msgid "Style"
|
524 |
msgstr "表示設定"
|
525 |
|
526 |
+
#: ../lib/pz-linkcard-settings.php:217
|
527 |
msgid "Use blockquote tag"
|
528 |
msgstr "BLOCKQUOTEをタグを使用する"
|
529 |
|
530 |
+
#: ../lib/pz-linkcard-settings.php:218
|
531 |
msgid "without using DIV tag, and use BLOCKQUOTE tag"
|
532 |
msgstr "<BLOCKQUOTE>で囲んで引用扱いにします"
|
533 |
|
534 |
+
#: ../lib/pz-linkcard-settings.php:222
|
535 |
msgid "Link the whole"
|
536 |
msgstr "カード全体をリンク"
|
537 |
|
538 |
+
#: ../lib/pz-linkcard-settings.php:226
|
539 |
msgid "Enclose the entire card at anchor"
|
540 |
msgstr ""
|
541 |
"カード全体をAタグで囲って、どこをクリックしてもリンク先を開くようにします。"
|
542 |
|
543 |
+
#: ../lib/pz-linkcard-settings.php:232
|
544 |
msgid "Position"
|
545 |
msgstr "配置設定"
|
546 |
|
547 |
+
#: ../lib/pz-linkcard-settings.php:239 ../lib/pz-linkcard-settings.php:270
|
548 |
msgid "Margin top"
|
549 |
msgstr "上の余白"
|
550 |
|
551 |
+
#: ../lib/pz-linkcard-settings.php:241 ../lib/pz-linkcard-settings.php:256
|
552 |
+
#: ../lib/pz-linkcard-settings.php:272 ../lib/pz-linkcard-settings.php:286
|
553 |
+
#: ../lib/pz-linkcard-settings.php:298 ../lib/pz-linkcard-settings.php:318
|
554 |
+
#: ../lib/pz-linkcard-settings.php:334 ../lib/pz-linkcard-settings.php:351
|
555 |
msgid "Not defined"
|
556 |
msgstr "設定しない"
|
557 |
|
558 |
+
#: ../lib/pz-linkcard-settings.php:242 ../lib/pz-linkcard-settings.php:257
|
559 |
+
#: ../lib/pz-linkcard-settings.php:278 ../lib/pz-linkcard-settings.php:292
|
560 |
+
#: ../lib/pz-linkcard-settings.php:304 ../lib/pz-linkcard-settings.php:324
|
561 |
+
#: ../lib/pz-linkcard-settings.php:335 ../lib/pz-linkcard-settings.php:352
|
562 |
msgid "0"
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: ../lib/pz-linkcard-settings.php:243 ../lib/pz-linkcard-settings.php:258
|
566 |
+
#: ../lib/pz-linkcard-settings.php:273 ../lib/pz-linkcard-settings.php:287
|
567 |
+
#: ../lib/pz-linkcard-settings.php:299 ../lib/pz-linkcard-settings.php:319
|
568 |
+
#: ../lib/pz-linkcard-settings.php:336 ../lib/pz-linkcard-settings.php:353
|
569 |
msgid "4px"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../lib/pz-linkcard-settings.php:244 ../lib/pz-linkcard-settings.php:259
|
573 |
+
#: ../lib/pz-linkcard-settings.php:274 ../lib/pz-linkcard-settings.php:288
|
574 |
+
#: ../lib/pz-linkcard-settings.php:300 ../lib/pz-linkcard-settings.php:320
|
575 |
+
#: ../lib/pz-linkcard-settings.php:337 ../lib/pz-linkcard-settings.php:354
|
576 |
msgid "8px"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../lib/pz-linkcard-settings.php:245 ../lib/pz-linkcard-settings.php:260
|
580 |
+
#: ../lib/pz-linkcard-settings.php:275 ../lib/pz-linkcard-settings.php:289
|
581 |
+
#: ../lib/pz-linkcard-settings.php:301 ../lib/pz-linkcard-settings.php:321
|
582 |
+
#: ../lib/pz-linkcard-settings.php:338 ../lib/pz-linkcard-settings.php:355
|
583 |
msgid "16px"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: ../lib/pz-linkcard-settings.php:246 ../lib/pz-linkcard-settings.php:261
|
587 |
+
#: ../lib/pz-linkcard-settings.php:276 ../lib/pz-linkcard-settings.php:290
|
588 |
+
#: ../lib/pz-linkcard-settings.php:302 ../lib/pz-linkcard-settings.php:322
|
589 |
+
#: ../lib/pz-linkcard-settings.php:339 ../lib/pz-linkcard-settings.php:356
|
590 |
msgid "32px"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: ../lib/pz-linkcard-settings.php:247 ../lib/pz-linkcard-settings.php:262
|
594 |
+
#: ../lib/pz-linkcard-settings.php:277 ../lib/pz-linkcard-settings.php:291
|
595 |
+
#: ../lib/pz-linkcard-settings.php:303 ../lib/pz-linkcard-settings.php:323
|
596 |
+
#: ../lib/pz-linkcard-settings.php:340 ../lib/pz-linkcard-settings.php:357
|
597 |
msgid "64px"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: ../lib/pz-linkcard-settings.php:254 ../lib/pz-linkcard-settings.php:284
|
601 |
msgid "Margin left"
|
602 |
msgstr "左の余白"
|
603 |
|
604 |
+
#: ../lib/pz-linkcard-settings.php:296 ../lib/pz-linkcard-settings.php:332
|
605 |
msgid "Margin right"
|
606 |
msgstr "右の余白"
|
607 |
|
608 |
+
#: ../lib/pz-linkcard-settings.php:310 ../lib/pz-linkcard-settings.php:403
|
609 |
+
#: ../lib/pz-linkcard-settings.php:482
|
610 |
msgid "Width"
|
611 |
msgstr "幅"
|
612 |
|
613 |
+
#: ../lib/pz-linkcard-settings.php:311 ../lib/pz-linkcard-settings.php:405
|
614 |
+
#: ../lib/pz-linkcard-settings.php:536 ../lib/pz-linkcard-settings.php:565
|
615 |
+
#: ../lib/pz-linkcard-settings.php:594 ../lib/pz-linkcard-settings.php:622
|
616 |
msgid "Height"
|
617 |
msgstr "高さ"
|
618 |
|
619 |
+
#: ../lib/pz-linkcard-settings.php:316 ../lib/pz-linkcard-settings.php:349
|
620 |
msgid "Margin bottom"
|
621 |
msgstr "下の余白"
|
622 |
|
623 |
+
#: ../lib/pz-linkcard-settings.php:346
|
624 |
msgid "Centering"
|
625 |
msgstr "中央に寄せる"
|
626 |
|
627 |
+
#: ../lib/pz-linkcard-settings.php:368
|
628 |
msgid "Layout"
|
629 |
msgstr "外観設定"
|
630 |
|
631 |
+
#: ../lib/pz-linkcard-settings.php:374 ../lib/pz-linkcard-settings.php:671
|
632 |
+
#: ../lib/pz-linkcard-settings.php:734 ../lib/pz-linkcard-settings.php:784
|
633 |
msgid "Site information"
|
634 |
msgstr "サイト情報"
|
635 |
|
636 |
+
#: ../lib/pz-linkcard-settings.php:377
|
637 |
msgid "Top"
|
638 |
msgstr "上側"
|
639 |
|
640 |
+
#: ../lib/pz-linkcard-settings.php:378
|
641 |
msgid "Bottom"
|
642 |
msgstr "下側"
|
643 |
|
644 |
+
#: ../lib/pz-linkcard-settings.php:380
|
645 |
msgid "Use SiteName"
|
646 |
msgstr "サイト名称を使用"
|
647 |
|
648 |
+
#: ../lib/pz-linkcard-settings.php:385
|
649 |
msgid "Separator line"
|
650 |
msgstr "区切り線"
|
651 |
|
652 |
+
#: ../lib/pz-linkcard-settings.php:392
|
653 |
msgid "Display URL"
|
654 |
msgstr "リンク先のURLを表示する"
|
655 |
|
656 |
+
#: ../lib/pz-linkcard-settings.php:395 ../lib/pz-linkcard-settings.php:648
|
657 |
+
#: ../lib/pz-linkcard-settings.php:712 ../lib/pz-linkcard-settings.php:776
|
658 |
msgid "Thumbnail"
|
659 |
msgstr "サムネイル"
|
660 |
|
661 |
+
#: ../lib/pz-linkcard-settings.php:398
|
662 |
msgid "Right"
|
663 |
msgstr "右側"
|
664 |
|
665 |
+
#: ../lib/pz-linkcard-settings.php:399
|
666 |
msgid "Left"
|
667 |
msgstr "左側"
|
668 |
|
669 |
+
#: ../lib/pz-linkcard-settings.php:400
|
670 |
msgid "Upper"
|
671 |
msgstr "上側"
|
672 |
|
673 |
+
#: ../lib/pz-linkcard-settings.php:407 ../lib/pz-linkcard-settings.php:429
|
674 |
msgid "Shadow"
|
675 |
msgstr "影を付ける"
|
676 |
|
677 |
+
#: ../lib/pz-linkcard-settings.php:412
|
678 |
msgid "Hollow content area"
|
679 |
msgstr "記事の情報に枠を付ける"
|
680 |
|
681 |
+
#: ../lib/pz-linkcard-settings.php:417
|
682 |
msgid "Display excerpt"
|
683 |
msgstr "抜粋文を表示する"
|
684 |
|
685 |
+
#: ../lib/pz-linkcard-settings.php:422
|
686 |
msgid "Hollow"
|
687 |
msgstr "内側に影を付ける"
|
688 |
|
689 |
+
#: ../lib/pz-linkcard-settings.php:435
|
690 |
msgid "Radius"
|
691 |
msgstr "角を丸める"
|
692 |
|
693 |
+
#: ../lib/pz-linkcard-settings.php:463
|
694 |
msgid "Border"
|
695 |
msgstr "枠線の太さ"
|
696 |
|
697 |
+
#: ../lib/pz-linkcard-settings.php:465 ../lib/pz-linkcard-settings.php:520
|
698 |
+
#: ../lib/pz-linkcard-settings.php:549 ../lib/pz-linkcard-settings.php:578
|
699 |
+
#: ../lib/pz-linkcard-settings.php:606
|
700 |
msgid "Color"
|
701 |
msgstr "色"
|
702 |
|
703 |
+
#: ../lib/pz-linkcard-settings.php:470
|
704 |
msgid "none"
|
705 |
msgstr "なし"
|
706 |
|
707 |
+
#: ../lib/pz-linkcard-settings.php:471
|
708 |
msgid "solid"
|
709 |
msgstr "solid/実線"
|
710 |
|
711 |
+
#: ../lib/pz-linkcard-settings.php:472
|
712 |
msgid "dotted"
|
713 |
msgstr "dotted/点線"
|
714 |
|
715 |
+
#: ../lib/pz-linkcard-settings.php:473
|
716 |
msgid "dashed"
|
717 |
msgstr "dashed/破線"
|
718 |
|
719 |
+
#: ../lib/pz-linkcard-settings.php:474
|
720 |
msgid "double"
|
721 |
msgstr "double/二重線"
|
722 |
|
723 |
+
#: ../lib/pz-linkcard-settings.php:475
|
724 |
msgid "groove"
|
725 |
msgstr "groove/立体(へこみ)"
|
726 |
|
727 |
+
#: ../lib/pz-linkcard-settings.php:476
|
728 |
msgid "ridge"
|
729 |
msgstr "ridge/立体(隆起)"
|
730 |
|
731 |
+
#: ../lib/pz-linkcard-settings.php:477
|
732 |
msgid "inset"
|
733 |
msgstr "inset/立体(押したボタンのような効果)"
|
734 |
|
735 |
+
#: ../lib/pz-linkcard-settings.php:478
|
736 |
msgid "outset"
|
737 |
msgstr "outset/立体(ボタンのような効果)"
|
738 |
|
739 |
+
#: ../lib/pz-linkcard-settings.php:490
|
740 |
msgid "Reset img style"
|
741 |
msgstr "CSSリセット(img)"
|
742 |
|
743 |
+
#: ../lib/pz-linkcard-settings.php:491
|
744 |
msgid ""
|
745 |
"When unnecessary frame is displayed on the image, you can improve it by case"
|
746 |
msgstr "画像がずれて表示されるときに改善される可能性が有ります(推奨)"
|
747 |
|
748 |
+
#: ../lib/pz-linkcard-settings.php:495
|
749 |
msgid "Display SNS Count"
|
750 |
msgstr "シェア数を表示する"
|
751 |
|
752 |
+
#: ../lib/pz-linkcard-settings.php:499
|
753 |
msgid "After Title"
|
754 |
msgstr "タイトルの後ろ"
|
755 |
|
756 |
+
#: ../lib/pz-linkcard-settings.php:500
|
757 |
msgid "After site-name"
|
758 |
msgstr "サイト情報の後ろ"
|
759 |
|
760 |
+
#: ../lib/pz-linkcard-settings.php:502
|
761 |
msgid "Twitter"
|
762 |
msgstr "ツイッター"
|
763 |
|
764 |
+
#: ../lib/pz-linkcard-settings.php:503
|
765 |
msgid "Facebook"
|
766 |
msgstr "フェイスブック(シェア数)"
|
767 |
|
768 |
+
#: ../lib/pz-linkcard-settings.php:504
|
769 |
msgid "Hatena"
|
770 |
msgstr "はてなブックマーク"
|
771 |
|
772 |
+
#: ../lib/pz-linkcard-settings.php:505
|
773 |
msgid ""
|
774 |
"There is a possibility that the screen display is slow If you enable this "
|
775 |
"setting."
|
776 |
msgstr "有効にする取得APIによっては表示が遅くなる場合があります。"
|
777 |
|
778 |
+
#: ../lib/pz-linkcard-settings.php:511
|
779 |
msgid "Letters"
|
780 |
msgstr "文字設定"
|
781 |
|
782 |
+
#: ../lib/pz-linkcard-settings.php:515
|
783 |
msgid "Site-info."
|
784 |
msgstr "サイト情報"
|
785 |
|
786 |
+
#: ../lib/pz-linkcard-settings.php:523 ../lib/pz-linkcard-settings.php:552
|
787 |
+
#: ../lib/pz-linkcard-settings.php:581 ../lib/pz-linkcard-settings.php:609
|
788 |
msgid "Outline"
|
789 |
msgstr "縁取り"
|
790 |
|
791 |
+
#: ../lib/pz-linkcard-settings.php:533 ../lib/pz-linkcard-settings.php:562
|
792 |
+
#: ../lib/pz-linkcard-settings.php:591 ../lib/pz-linkcard-settings.php:619
|
793 |
msgid "Size"
|
794 |
msgstr "大きさ"
|
795 |
|
796 |
+
#: ../lib/pz-linkcard-settings.php:539 ../lib/pz-linkcard-settings.php:568
|
797 |
+
#: ../lib/pz-linkcard-settings.php:625
|
798 |
msgid "Length"
|
799 |
msgstr "桁数"
|
800 |
|
801 |
+
#: ../lib/pz-linkcard-settings.php:629
|
802 |
msgid "Resize"
|
803 |
msgstr "幅に合わせて縮小"
|
804 |
|
805 |
+
#: ../lib/pz-linkcard-settings.php:630
|
806 |
msgid "Adjust thumbnail and letter size according to width"
|
807 |
msgstr "画面幅に合わせて文字とサムネイルの大きさを調整します。"
|
808 |
|
809 |
+
#: ../lib/pz-linkcard-settings.php:636
|
810 |
msgid "External link"
|
811 |
msgstr "外部リンク"
|
812 |
|
813 |
+
#: ../lib/pz-linkcard-settings.php:640 ../lib/pz-linkcard-settings.php:704
|
814 |
+
#: ../lib/pz-linkcard-settings.php:768
|
815 |
msgid "Background Color"
|
816 |
msgstr "背景色"
|
817 |
|
818 |
+
#: ../lib/pz-linkcard-settings.php:644
|
819 |
msgid "Background image"
|
820 |
msgstr "背景画像"
|
821 |
|
822 |
+
#: ../lib/pz-linkcard-settings.php:652 ../lib/pz-linkcard-settings.php:664
|
823 |
+
#: ../lib/pz-linkcard-settings.php:716 ../lib/pz-linkcard-settings.php:727
|
824 |
msgid "Direct"
|
825 |
msgstr "直接取得する"
|
826 |
|
827 |
+
#: ../lib/pz-linkcard-settings.php:653 ../lib/pz-linkcard-settings.php:665
|
828 |
+
#: ../lib/pz-linkcard-settings.php:717 ../lib/pz-linkcard-settings.php:728
|
829 |
msgid "Use WebAPI"
|
830 |
msgstr "WebAPIを利用する"
|
831 |
|
832 |
+
#: ../lib/pz-linkcard-settings.php:654 ../lib/pz-linkcard-settings.php:666
|
833 |
+
#: ../lib/pz-linkcard-settings.php:718 ../lib/pz-linkcard-settings.php:729
|
834 |
msgid "Use WebAPI ,If can not direct"
|
835 |
msgstr "直接取得できない場合、WebAPIを利用する"
|
836 |
|
837 |
+
#: ../lib/pz-linkcard-settings.php:660 ../lib/pz-linkcard-settings.php:723
|
838 |
+
#: ../lib/pz-linkcard-settings.php:780
|
839 |
msgid "Favicon"
|
840 |
msgstr "サイトアイコン"
|
841 |
|
842 |
+
#: ../lib/pz-linkcard-settings.php:675 ../lib/pz-linkcard-settings.php:738
|
843 |
+
#: ../lib/pz-linkcard-settings.php:788
|
844 |
msgid "Open new window/tab"
|
845 |
msgstr "新しいウィンドウで開く"
|
846 |
|
847 |
+
#: ../lib/pz-linkcard-settings.php:679 ../lib/pz-linkcard-settings.php:742
|
848 |
msgid "All client"
|
849 |
msgstr "すべての端末"
|
850 |
|
851 |
+
#: ../lib/pz-linkcard-settings.php:680 ../lib/pz-linkcard-settings.php:743
|
852 |
msgid "Other than mobile"
|
853 |
msgstr "モバイル端末以外"
|
854 |
|
855 |
+
#: ../lib/pz-linkcard-settings.php:685 ../lib/pz-linkcard-settings.php:748
|
856 |
msgid "Get contents"
|
857 |
msgstr "記事取得方法"
|
858 |
|
859 |
+
#: ../lib/pz-linkcard-settings.php:687 ../lib/pz-linkcard-settings.php:754
|
860 |
msgid "Initially acquired only from the content"
|
861 |
msgstr "カード管理画面に記録されている内容から表示する"
|
862 |
|
863 |
+
#: ../lib/pz-linkcard-settings.php:691
|
864 |
msgid "Set nofollow"
|
865 |
msgstr "nofollowを付与する"
|
866 |
|
867 |
+
#: ../lib/pz-linkcard-settings.php:692
|
868 |
msgid "In the case of an external site, it puts the \"nofollow\""
|
869 |
msgstr "外部リンクのリンクを nofollow にする"
|
870 |
|
871 |
+
#: ../lib/pz-linkcard-settings.php:695
|
872 |
msgid "Use HatenaBlogCard"
|
873 |
msgstr "はてなブログカードを利用する"
|
874 |
|
875 |
+
#: ../lib/pz-linkcard-settings.php:696
|
876 |
msgid "External links will use Always HatenaBlogCard."
|
877 |
msgstr "外部リンクは「はてなブログカード」を利用する"
|
878 |
|
879 |
+
#: ../lib/pz-linkcard-settings.php:696 ../lib/pz-linkcard-settings.php:922
|
880 |
msgid "(Not recommended)"
|
881 |
msgstr "(非推奨)"
|
882 |
|
883 |
+
#: ../lib/pz-linkcard-settings.php:701
|
884 |
msgid "Internal link"
|
885 |
msgstr "内部リンク"
|
886 |
|
887 |
+
#: ../lib/pz-linkcard-settings.php:708 ../lib/pz-linkcard-settings.php:772
|
888 |
msgid "Background Image"
|
889 |
msgstr "背景画像"
|
890 |
|
891 |
+
#: ../lib/pz-linkcard-settings.php:752
|
892 |
msgid "Always get the latest from the content"
|
893 |
msgstr "常に最新の記事内容から抜粋文を作成する"
|
894 |
|
895 |
+
#: ../lib/pz-linkcard-settings.php:753
|
896 |
msgid "Always get the latest from the excerpt"
|
897 |
msgstr "抜粋文が設定されている投稿はそちらを優先する"
|
898 |
|
899 |
+
#: ../lib/pz-linkcard-settings.php:759
|
900 |
msgid "Retry get PID"
|
901 |
msgstr "記事URLの再取得"
|
902 |
|
903 |
+
#: ../lib/pz-linkcard-settings.php:760
|
904 |
msgid "When the `Post ID` can not be acquired, it is acquired again."
|
905 |
msgstr "記事IDが取得できなかった場合に、リダイレクト先のURLを取得する。"
|
906 |
|
907 |
+
#: ../lib/pz-linkcard-settings.php:765
|
908 |
msgid "Same-page link"
|
909 |
msgstr "同ページへのリンク"
|
910 |
|
911 |
+
#: ../lib/pz-linkcard-settings.php:777 ../lib/pz-linkcard-settings.php:781
|
912 |
+
#: ../lib/pz-linkcard-settings.php:789
|
913 |
msgid "It is common with setting Internal-link"
|
914 |
msgstr "内部リンク用の設定が使用されます"
|
915 |
|
916 |
+
#: ../lib/pz-linkcard-settings.php:794
|
917 |
msgid "Web-API"
|
918 |
msgstr "画像取得APIの指定"
|
919 |
|
920 |
+
#: ../lib/pz-linkcard-settings.php:797
|
921 |
msgid "Favicon API"
|
922 |
msgstr "ファビコンの取得API"
|
923 |
|
924 |
+
#: ../lib/pz-linkcard-settings.php:800
|
925 |
msgid ""
|
926 |
"%DOMAIN% replace to domain name (ex. poporon.poponet.jp )<br>%DOMAIN_URL% "
|
927 |
"replace to domain URL (ex. http://poporon.poponet.jp )"
|
930 |
"%DOMAIN_URL% と記述するとドメインのURL(例.http://poporon.poponet.jp)に置き"
|
931 |
"換わります。"
|
932 |
|
933 |
+
#: ../lib/pz-linkcard-settings.php:801 ../lib/pz-linkcard-settings.php:810
|
934 |
msgid "ex1."
|
935 |
msgstr "例1."
|
936 |
|
937 |
+
#: ../lib/pz-linkcard-settings.php:802 ../lib/pz-linkcard-settings.php:811
|
938 |
msgid "ex2."
|
939 |
msgstr "例2."
|
940 |
|
941 |
+
#: ../lib/pz-linkcard-settings.php:806
|
942 |
msgid "Thumbnail API"
|
943 |
msgstr "サムネイル画像の取得API"
|
944 |
|
945 |
+
#: ../lib/pz-linkcard-settings.php:809
|
946 |
msgid "%URL% replace to URL"
|
947 |
msgstr "%URL% と記述するとURLに置き換わります"
|
948 |
|
949 |
+
#: ../lib/pz-linkcard-settings.php:817
|
950 |
msgid "Link check"
|
951 |
msgstr "リンク先のチェック"
|
952 |
|
953 |
+
#: ../lib/pz-linkcard-settings.php:820
|
954 |
msgid "Do not link at error"
|
955 |
msgstr "エラーのときリンクしない"
|
956 |
|
957 |
+
#: ../lib/pz-linkcard-settings.php:821
|
958 |
msgid "When access status is \"403\", \"404\", \"410\", unlink"
|
959 |
msgstr "ステータスが「403」「404」「410」のときにリンクを無効にします"
|
960 |
|
961 |
+
#: ../lib/pz-linkcard-settings.php:824
|
962 |
msgid "SSL verification disabled"
|
963 |
msgstr "SSL検証を無効"
|
964 |
|
965 |
+
#: ../lib/pz-linkcard-settings.php:825
|
966 |
msgid "Try setting if the contents of the SSL site can not be acquired."
|
967 |
msgstr ""
|
968 |
"SSLサイトのタイトルや記事内容が取得できない場合に設定することで取得できる可能"
|
969 |
"性があります。"
|
970 |
|
971 |
+
#: ../lib/pz-linkcard-settings.php:828
|
972 |
msgid "Follow location"
|
973 |
msgstr "リダイレクト処理"
|
974 |
|
975 |
+
#: ../lib/pz-linkcard-settings.php:829
|
976 |
msgid "Track when the link destination is redirected."
|
977 |
msgstr "リンク先がリダイレクトされている場合に追跡します。"
|
978 |
|
979 |
+
#: ../lib/pz-linkcard-settings.php:832
|
980 |
msgid "Set referer"
|
981 |
msgstr "リファラーの通知"
|
982 |
|
983 |
+
#: ../lib/pz-linkcard-settings.php:833
|
984 |
msgid "Notify the article URL to the link destination."
|
985 |
msgstr "リンク先に記事のURLを知らせます。"
|
986 |
|
987 |
+
#: ../lib/pz-linkcard-settings.php:836
|
988 |
msgid "Use User-Agent"
|
989 |
msgstr "ユーザーエージェントの通知"
|
990 |
|
991 |
+
#: ../lib/pz-linkcard-settings.php:838
|
992 |
msgid "Notify using Pz-LinkCard to the link destination."
|
993 |
msgstr "リンク先にPz-LinkCardを使用していることを知らせます。"
|
994 |
|
995 |
+
#: ../lib/pz-linkcard-settings.php:843
|
996 |
msgid "Broken link checker"
|
997 |
msgstr "リンク切れチェック"
|
998 |
|
999 |
+
#: ../lib/pz-linkcard-settings.php:844
|
1000 |
msgid "Alive confirmation of the link destination."
|
1001 |
msgstr "リンク先がアクセスできるか定期的に確認します。"
|
1002 |
|
1003 |
+
#: ../lib/pz-linkcard-settings.php:849
|
1004 |
msgid "Debug"
|
1005 |
msgstr "詳しい人用(Debug)"
|
1006 |
|
1007 |
+
#: ../lib/pz-linkcard-settings.php:852
|
1008 |
msgid "Trailing slash"
|
1009 |
msgstr "末尾のスラッシュ"
|
1010 |
|
1011 |
+
#: ../lib/pz-linkcard-settings.php:856
|
1012 |
msgid "As it"
|
1013 |
msgstr "そのまま"
|
1014 |
|
1015 |
+
#: ../lib/pz-linkcard-settings.php:857
|
1016 |
msgid "When only domain name, remove"
|
1017 |
msgstr "ドメイン名のみのときだけ削除"
|
1018 |
|
1019 |
+
#: ../lib/pz-linkcard-settings.php:858
|
1020 |
msgid "Always remove"
|
1021 |
msgstr "常に削除"
|
1022 |
|
1023 |
+
#: ../lib/pz-linkcard-settings.php:864
|
1024 |
msgid "specified CSS"
|
1025 |
msgstr "指定したCSSを使用"
|
1026 |
|
1027 |
+
#: ../lib/pz-linkcard-settings.php:865
|
1028 |
msgid "Use specified CSS file"
|
1029 |
msgstr "指定したCSSファイルを使用する"
|
1030 |
|
1031 |
+
#: ../lib/pz-linkcard-settings.php:868 ../lib/pz-linkcard-settings.php:872
|
1032 |
msgid "CSS file"
|
1033 |
msgstr "CSSファイル名"
|
1034 |
|
1035 |
+
#: ../lib/pz-linkcard-settings.php:869
|
1036 |
msgid "(ex. https://exsample.com/style.css )"
|
1037 |
msgstr "例.https://exsample.com/style.css"
|
1038 |
|
1039 |
+
#: ../lib/pz-linkcard-settings.php:876
|
1040 |
msgid "CSS URL"
|
1041 |
msgstr "CSSファイルのURL"
|
1042 |
|
1043 |
+
#: ../lib/pz-linkcard-settings.php:881
|
1044 |
msgid "Class ID to be added(for PC)"
|
1045 |
msgstr "PCのときに追加するクラス名"
|
1046 |
|
1047 |
+
#: ../lib/pz-linkcard-settings.php:885
|
1048 |
msgid "Class ID to be added(for Mobile)"
|
1049 |
msgstr "モバイルのときに追加するクラス名"
|
1050 |
|
1051 |
+
#: ../lib/pz-linkcard-settings.php:890
|
1052 |
msgid "Google AMP"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: ../lib/pz-linkcard-settings.php:891
|
1056 |
msgid "Corresponds to simple display for Google AMP."
|
1057 |
msgstr ""
|
1058 |
"アクセスされたURLの末尾が「/amp」「/amp/」「/?amp=1」の場合、簡易表示に切り替"
|
1059 |
"える。"
|
1060 |
|
1061 |
+
#: ../lib/pz-linkcard-settings.php:895
|
1062 |
msgid "IDNA Convert"
|
1063 |
msgstr "IDNAドメインの表示"
|
1064 |
|
1065 |
+
#: ../lib/pz-linkcard-settings.php:896
|
1066 |
msgid "Convert domain name from IDNA ASCII to Unicode."
|
1067 |
msgstr ""
|
1068 |
"IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換して表示します(日"
|
1069 |
"本語ドメインなど)"
|
1070 |
|
1071 |
+
#: ../lib/pz-linkcard-settings.php:900
|
1072 |
msgid "Display link to author page"
|
1073 |
msgstr "プラグイン名を表示する"
|
1074 |
|
1075 |
+
#: ../lib/pz-linkcard-settings.php:904
|
1076 |
msgid "Plugin URL"
|
1077 |
msgstr "プラグインページURL"
|
1078 |
|
1079 |
+
#: ../lib/pz-linkcard-settings.php:908
|
1080 |
msgid "Plugin name"
|
1081 |
msgstr "プラグイン名"
|
1082 |
|
1083 |
+
#: ../lib/pz-linkcard-settings.php:912
|
1084 |
msgid "Plugin version"
|
1085 |
msgstr "プラグインバージョン"
|
1086 |
|
1087 |
+
#: ../lib/pz-linkcard-settings.php:916
|
1088 |
msgid "Saved datetime"
|
1089 |
msgstr "保存した日時"
|
1090 |
|
1091 |
+
#: ../lib/pz-linkcard-settings.php:921
|
1092 |
msgid "Display elapsed time"
|
1093 |
msgstr "実行時間の表示"
|
1094 |
|
1095 |
+
#: ../lib/pz-linkcard-settings.php:922
|
1096 |
msgid "Output the elapsed time to HTML comment."
|
1097 |
msgstr "作成にかかった時間をコメントとしてHTMLへ出力する"
|
1098 |
|
1099 |
+
#: ../lib/pz-linkcard-settings.php:928
|
1100 |
msgid "Initialize"
|
1101 |
msgstr "初期化"
|
1102 |
|
1103 |
+
#: ../lib/pz-linkcard-settings.php:931
|
1104 |
msgid "Return to the initial setting"
|
1105 |
msgstr "設定を初期状態へ戻す"
|
1106 |
|
1107 |
+
#: ../lib/pz-linkcard-settings.php:937
|
1108 |
msgid "etc"
|
1109 |
msgstr "その他"
|
1110 |
|
1111 |
+
#: ../lib/pz-linkcard-settings.php:940
|
1112 |
msgid "Author's site"
|
1113 |
msgstr "作者のサイト"
|
1114 |
|
1115 |
+
#: ../lib/pz-linkcard-settings.php:941
|
1116 |
msgid "Popozure."
|
1117 |
msgstr "ぽぽづれ。"
|
1118 |
|
1119 |
+
#: ../lib/pz-linkcard-settings.php:941
|
1120 |
msgid "Poporon's PC daily diary"
|
1121 |
msgstr "ぽぽろんのパソコンつれづれ(ズレズレ?)日記"
|
1122 |
|
1123 |
+
#: ../lib/pz-linkcard-settings.php:944
|
1124 |
msgid "Plugin's page"
|
1125 |
msgstr "プラグインのページ"
|
1126 |
|
1127 |
+
#: ../lib/pz-linkcard-settings.php:948
|
1128 |
msgid "Donation"
|
1129 |
msgstr "寄付"
|
1130 |
|
lib/pz-linkcard-settings.php
CHANGED
@@ -113,6 +113,25 @@
|
|
113 |
<form action="" method="post">
|
114 |
<?php wp_nonce_field('pz_options'); ?>
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
<h3><?php _e('Special format', $this->text_domain); ?></h3>
|
117 |
<table class="form-table">
|
118 |
<tr valign="top">
|
113 |
<form action="" method="post">
|
114 |
<?php wp_nonce_field('pz_options'); ?>
|
115 |
|
116 |
+
<div <?php if (!$this->options['flg-invalid']) { echo 'style="display: none;"'; } ?>>
|
117 |
+
<h3><?php _e('Error', $this->text_domain); ?></h3>
|
118 |
+
<table class="form-table">
|
119 |
+
<tr valign="top">
|
120 |
+
<th scope="row"><?php _e('Invalid URL', $this->text_domain); ?></th>
|
121 |
+
<td><label><input name="properties[flg-invalid]" type="checkbox" id="check" value="1" <?php checked(isset($this->options['flg-invalid']) ? $this->options['flg-invalid'] : null, 1); ?> /><?php _e('Uncheck to cancel the error condition.', $this->text_domain); ?></label></td>
|
122 |
+
</tr>
|
123 |
+
<tr valign="top" style="display: none;">
|
124 |
+
<th scope="row"><?php _e('Error URL', $this->text_domain); ?></th>
|
125 |
+
<td><input name="properties[invalid-url]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['invalid-url']); ?>" size="80" /></td>
|
126 |
+
</tr>
|
127 |
+
<tr valign="top" style="display: none;">
|
128 |
+
<th scope="row"><?php _e('Error Time', $this->text_domain); ?></th>
|
129 |
+
<td><input name="properties[invalid-time]" type="text" id="inputtext" value="<?php echo esc_attr($this->options['invalid-time']); ?>" size="10" /></td>
|
130 |
+
</tr>
|
131 |
+
</table>
|
132 |
+
<?php submit_button(); ?>
|
133 |
+
</div>
|
134 |
+
|
135 |
<h3><?php _e('Special format', $this->text_domain); ?></h3>
|
136 |
<table class="form-table">
|
137 |
<tr valign="top">
|
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.0.
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
@@ -118,6 +118,7 @@ class Pz_LinkCard {
|
|
118 |
'flg-idn' => '1',
|
119 |
'flg-unlink' => '1',
|
120 |
'flg-get-pid' => null,
|
|
|
121 |
'style-reset-img' => '1',
|
122 |
'style' => null,
|
123 |
'css-file' => null,
|
@@ -135,9 +136,11 @@ class Pz_LinkCard {
|
|
135 |
'presence' => null,
|
136 |
'thumbnail-dir' => null,
|
137 |
'thumbnail-url' => null,
|
|
|
|
|
138 |
'plugin-link' => null,
|
139 |
'plugin-name' => 'Pz-LinkCard',
|
140 |
-
'plugin-version' => '2.0.
|
141 |
'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
|
142 |
'pz-hbc-options' => null,
|
143 |
'debug-time' => null
|
@@ -205,6 +208,7 @@ class Pz_LinkCard {
|
|
205 |
add_action ('admin_menu', array($this, 'add_menu') ); // 設定メニュー
|
206 |
add_action ('admin_enqueue_scripts', array($this, 'enqueue_admin') ); // 設定メニュー用スクリプト
|
207 |
add_action ('admin_print_footer_scripts', array($this, 'add_qtag') ); // テキストエディタ用クイックタグ
|
|
|
208 |
add_filter ('mce_buttons', array($this, 'add_mce_button') ); // ビジュアルエディタ用ボタン
|
209 |
add_filter ('mce_external_plugins', array($this, 'add_mce_plugin') ); // ビジュアルエディタ用ボタン
|
210 |
add_filter ('plugin_action_links_'.$this->plugin_basename, array($this, 'action_links') ); // プラグイン画面
|
@@ -234,7 +238,7 @@ class Pz_LinkCard {
|
|
234 |
}
|
235 |
}
|
236 |
|
237 |
-
// テキストリンクの行とURL
|
238 |
public function auto_replace($contents) {
|
239 |
if (isset($this->options['auto-atag']) && $this->options['auto-atag']) {
|
240 |
$contents = preg_replace( '/(^|<br ?\/?>)(<p.*>)?<a .*href=[\'"](https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)[\'"]((?!<IMG).)*<\/a>(<\/p>)?$/im', '[pz-linkcard-auto-replace url="$3"]', $contents);
|
@@ -262,8 +266,12 @@ class Pz_LinkCard {
|
|
262 |
} elseif (isset( $atts['ur1'] ) ) { // 密かに記述ミス対応(ur1でもurlとして判定する)
|
263 |
$url = $atts['ur1'];
|
264 |
} elseif (isset( $atts[0] ) ) { // 謎の記述ミスに対応
|
265 |
-
if (preg_match('/
|
266 |
$url = $m[1];
|
|
|
|
|
|
|
|
|
267 |
}
|
268 |
}
|
269 |
$url_org = $url; // 指定されたurlパラメータ
|
@@ -272,7 +280,13 @@ class Pz_LinkCard {
|
|
272 |
if ($this->options['debug-time']) {
|
273 |
echo '<!-- Pz-LkC ['.html_entity_decode(print_r($atts, true)).'] /-->'.PHP_EOL;
|
274 |
}
|
275 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
}
|
277 |
$atts['url'] = $url;
|
278 |
|
@@ -658,7 +672,7 @@ class Pz_LinkCard {
|
|
658 |
$sns .= ' <a class="lkc-sns-fb no_icon" href="https://www.facebook.com/sharer/sharer.php?u=' .rawurlencode($url).'" target="_blank">'.$sns_fb.' share'.(($sns_fb > 1) ? 's' : '').'</a>';
|
659 |
}
|
660 |
if (isset($this->options['sns-hb']) && !is_null($this->options['sns-hb']) && $sns_hb > 0) {
|
661 |
-
$sns .= ' <a class="lkc-sns-hb no_icon" href="
|
662 |
}
|
663 |
}
|
664 |
$sns .= '</span>';
|
@@ -690,7 +704,7 @@ class Pz_LinkCard {
|
|
690 |
$content = '<div class="lkc-content">'.$a_op.$thumbnail.'<span class="lkc-title">'.$title.'</span>'.$a_cl.$sns_title.'<div class="lkc-url"><cite>'.$st_op.$a_op.$url.$st_cl.$a_cl.'</cite></div><div class="lkc-excerpt">'.$excerpt.'</div></div>';
|
691 |
|
692 |
// Google AMPに暫定対応
|
693 |
-
if ( (isset($this->options['flg-amp']) ? true : false) && (preg_match('/\/amp\/?$/i', $_SERVER["REQUEST_URI"]) || preg_match('
|
694 |
// 簡易タグ作成
|
695 |
$tag = '<table border="1" cellspacing="0" cellpadding="4"><tbody></tr><tr><td>'.$excerpt.'<br>'.$a_op_all.$a_op.$title.$a_cl.$a_cl_all.' - '.$site_name.'</td></tr></tbody></table>';
|
696 |
} else {
|
@@ -985,7 +999,7 @@ class Pz_LinkCard {
|
|
985 |
$site_name = get_bloginfo('name');
|
986 |
|
987 |
// ドメイン名
|
988 |
-
if (preg_match('
|
989 |
$domain_url = $m[0];
|
990 |
$domain = $m[1];
|
991 |
} else {
|
@@ -1463,6 +1477,13 @@ class Pz_LinkCard {
|
|
1463 |
}
|
1464 |
}
|
1465 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1466 |
// 管理画面時のスタイルシート、スクリプト設定
|
1467 |
public function add_mce_button($buttons) {
|
1468 |
$buttons[] = 'pz_linkcard';
|
3 |
Plugin Name: Pz-LinkCard
|
4 |
Plugin URI: http://poporon.poponet.jp/pz-linkcard
|
5 |
Description: リンクをカード形式で表示します。
|
6 |
+
Version: 2.0.6
|
7 |
Author: poporon
|
8 |
Author URI: http://poporon.poponet.jp
|
9 |
License: GPLv2 or later
|
118 |
'flg-idn' => '1',
|
119 |
'flg-unlink' => '1',
|
120 |
'flg-get-pid' => null,
|
121 |
+
'flg-invalid' => null,
|
122 |
'style-reset-img' => '1',
|
123 |
'style' => null,
|
124 |
'css-file' => null,
|
136 |
'presence' => null,
|
137 |
'thumbnail-dir' => null,
|
138 |
'thumbnail-url' => null,
|
139 |
+
'invalid-url' => null,
|
140 |
+
'invalid-time' => null,
|
141 |
'plugin-link' => null,
|
142 |
'plugin-name' => 'Pz-LinkCard',
|
143 |
+
'plugin-version' => '2.0.6',
|
144 |
'plugin-url' => 'http://poporon.poponet.jp/pz-linkcard',
|
145 |
'pz-hbc-options' => null,
|
146 |
'debug-time' => null
|
208 |
add_action ('admin_menu', array($this, 'add_menu') ); // 設定メニュー
|
209 |
add_action ('admin_enqueue_scripts', array($this, 'enqueue_admin') ); // 設定メニュー用スクリプト
|
210 |
add_action ('admin_print_footer_scripts', array($this, 'add_qtag') ); // テキストエディタ用クイックタグ
|
211 |
+
add_action ('admin_notices', array($this, 'add_notices')); // 注意書き
|
212 |
add_filter ('mce_buttons', array($this, 'add_mce_button') ); // ビジュアルエディタ用ボタン
|
213 |
add_filter ('mce_external_plugins', array($this, 'add_mce_plugin') ); // ビジュアルエディタ用ボタン
|
214 |
add_filter ('plugin_action_links_'.$this->plugin_basename, array($this, 'action_links') ); // プラグイン画面
|
238 |
}
|
239 |
}
|
240 |
|
241 |
+
// テキストリンクの行とURLのみの行をリンクカードへ置き換える処理(直接HTMLタグにするのでは無くショートコードに変換する。)
|
242 |
public function auto_replace($contents) {
|
243 |
if (isset($this->options['auto-atag']) && $this->options['auto-atag']) {
|
244 |
$contents = preg_replace( '/(^|<br ?\/?>)(<p.*>)?<a .*href=[\'"](https?:\/\/[-_\.!~*()a-zA-Z0-9;\/?:\@&=+\$,%#]+)[\'"]((?!<IMG).)*<\/a>(<\/p>)?$/im', '[pz-linkcard-auto-replace url="$3"]', $contents);
|
266 |
} elseif (isset( $atts['ur1'] ) ) { // 密かに記述ミス対応(ur1でもurlとして判定する)
|
267 |
$url = $atts['ur1'];
|
268 |
} elseif (isset( $atts[0] ) ) { // 謎の記述ミスに対応
|
269 |
+
if (preg_match('/href="(.*)"/i', $atts[0], $m)) {
|
270 |
$url = $m[1];
|
271 |
+
} elseif (isset( $atts[1] ) ) { // 謎の記述ミスに対応
|
272 |
+
if (preg_match('/href="(.*)"/i', $atts[1], $m)) {
|
273 |
+
$url = $m[1];
|
274 |
+
}
|
275 |
}
|
276 |
}
|
277 |
$url_org = $url; // 指定されたurlパラメータ
|
280 |
if ($this->options['debug-time']) {
|
281 |
echo '<!-- Pz-LkC ['.html_entity_decode(print_r($atts, true)).'] /-->'.PHP_EOL;
|
282 |
}
|
283 |
+
if (!$this->options['flg-invalid']) {
|
284 |
+
$this->options['flg-invalid'] = '1';
|
285 |
+
$this->options['invalid-url'] = (empty($_SERVER["HTTPS"]) ? "http://" : "https://").$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
|
286 |
+
$this->options['invalid-time'] = $this->now;
|
287 |
+
$result = update_option('Pz_LinkCard_options', $this->options);
|
288 |
+
}
|
289 |
+
return '<a name="pz-lkc-error"></a><div class="lkc-error"><div class="lkc-card"><div class="lkc-this-wrap"><div class="lkc-excerpt">'.$this->slug.': '.__('Incorrect URL specification.', $text_domain).'(url='.html_entity_decode($url_org).')'.PHP_EOL.'<!-- '.html_entity_decode(print_r($atts, true)).' /-->'.PHP_EOL.'</div></div></div></div>';
|
290 |
}
|
291 |
$atts['url'] = $url;
|
292 |
|
672 |
$sns .= ' <a class="lkc-sns-fb no_icon" href="https://www.facebook.com/sharer/sharer.php?u=' .rawurlencode($url).'" target="_blank">'.$sns_fb.' share'.(($sns_fb > 1) ? 's' : '').'</a>';
|
673 |
}
|
674 |
if (isset($this->options['sns-hb']) && !is_null($this->options['sns-hb']) && $sns_hb > 0) {
|
675 |
+
$sns .= ' <a class="lkc-sns-hb no_icon" href="https://b.hatena.ne.jp/entry.count?url=' .rawurlencode($url).'" target="_blank">'.$sns_hb.' user'.(($sns_hb > 1) ? 's' : '').'</a>';
|
676 |
}
|
677 |
}
|
678 |
$sns .= '</span>';
|
704 |
$content = '<div class="lkc-content">'.$a_op.$thumbnail.'<span class="lkc-title">'.$title.'</span>'.$a_cl.$sns_title.'<div class="lkc-url"><cite>'.$st_op.$a_op.$url.$st_cl.$a_cl.'</cite></div><div class="lkc-excerpt">'.$excerpt.'</div></div>';
|
705 |
|
706 |
// Google AMPに暫定対応
|
707 |
+
if ( (isset($this->options['flg-amp']) ? true : false) && (preg_match('/\/amp\/?$/i', $_SERVER["REQUEST_URI"]) || preg_match('/\?amp=1$/i', $_SERVER["REQUEST_URI"]) || (function_exists('is_amp_endpoint') && is_amp_endpoint()) ) ) {
|
708 |
// 簡易タグ作成
|
709 |
$tag = '<table border="1" cellspacing="0" cellpadding="4"><tbody></tr><tr><td>'.$excerpt.'<br>'.$a_op_all.$a_op.$title.$a_cl.$a_cl_all.' - '.$site_name.'</td></tr></tbody></table>';
|
710 |
} else {
|
999 |
$site_name = get_bloginfo('name');
|
1000 |
|
1001 |
// ドメイン名
|
1002 |
+
if (preg_match('/https?:\/\/(.*)\//i', home_url().'/',$m)) {
|
1003 |
$domain_url = $m[0];
|
1004 |
$domain = $m[1];
|
1005 |
} else {
|
1477 |
}
|
1478 |
}
|
1479 |
|
1480 |
+
// 管理画面時の注意書き設定
|
1481 |
+
public function add_notices() {
|
1482 |
+
if ($this->options['flg-invalid']) {
|
1483 |
+
echo '<div class="error fade is-dismissible"><p><strong>'.$this->slug.': '.__('Invalid URL parameter in ', $this->text_domain).'<a href="'.$this->options['invalid-url'].'" target="_blank">'.$this->options['invalid-url'].'</a></strong></p></div>';
|
1484 |
+
}
|
1485 |
+
}
|
1486 |
+
|
1487 |
// 管理画面時のスタイルシート、スクリプト設定
|
1488 |
public function add_mce_button($buttons) {
|
1489 |
$buttons[] = 'pz_linkcard';
|
readme.txt
CHANGED
@@ -155,8 +155,12 @@ A5.
|
|
155 |
5. "Write shortcode and url"
|
156 |
|
157 |
== Changelog ==
|
|
|
|
|
|
|
|
|
158 |
Ver2.0.5
|
159 |
-
* 内部リンクの記事ID
|
160 |
Added: If the PostID can not be acquired, the URL of the redirect destination is acquired.
|
161 |
|
162 |
Ver2.0.4.1
|
@@ -180,7 +184,7 @@ Ver2.0.4
|
|
180 |
Added: "Upper" has been added to the position of the thumbnail.
|
181 |
|
182 |
Ver2.0.3
|
183 |
-
* 404
|
184 |
Added: Added setting to enable link even on 404 error.
|
185 |
* 内部リンクの抜粋が取得できていなかったのを修正しました。
|
186 |
Fixed: Fixed an excerpt of the internal link could not be acquired.
|
155 |
5. "Write shortcode and url"
|
156 |
|
157 |
== Changelog ==
|
158 |
+
Ver2.0.6
|
159 |
+
* URLパラメーターが無効な場合にエラー表示する機能を追加しました。
|
160 |
+
Added the function to display URL parameter.
|
161 |
+
|
162 |
Ver2.0.5
|
163 |
+
* 内部リンクの記事ID取得が失敗した場合に外部アクセスする機能を追加しました。(サイト表示が遅くなる可能性があります)
|
164 |
Added: If the PostID can not be acquired, the URL of the redirect destination is acquired.
|
165 |
|
166 |
Ver2.0.4.1
|
184 |
Added: "Upper" has been added to the position of the thumbnail.
|
185 |
|
186 |
Ver2.0.3
|
187 |
+
* 404エラーのときでもリンクを有効にする設定を追加しました。(Thanks @toru1231)
|
188 |
Added: Added setting to enable link even on 404 error.
|
189 |
* 内部リンクの抜粋が取得できていなかったのを修正しました。
|
190 |
Fixed: Fixed an excerpt of the internal link could not be acquired.
|