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