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