Plugin Directory

Changeset 2603527


Ignore:
Timestamp:
09/23/2021 09:58:54 AM (4 years ago)
Author:
aresei
Message:

1.3: add link to use guide

Location:
category-post-list/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • category-post-list/trunk/Setting.html

    r2602435 r2603527  
    2626            <div id="ColumnWrapper">
    2727                <div id="LeftColumn">
     28                    <h2><?php _e("Use guide", "CategoryPostList"); ?></h2>
     29                    <?php _e("Please see <a href='https://aresei-note.com/12479'>this page</a>.", "CategoryPostList"); ?>
     30
    2831                    <h2><?php _e("Separator", "CategoryPostList");  ?></h2>
    2932                    <table id="SeparatorTable">
  • category-post-list/trunk/languages/CategoryPostList-ja.po

    r2602430 r2603527  
    22msgstr ""
    33"Project-Id-Version: \n"
    4 "POT-Creation-Date: 2021-09-21 23:07+0900\n"
    5 "PO-Revision-Date: 2021-09-21 23:07+0900\n"
     4"POT-Creation-Date: 2021-09-23 18:54+0900\n"
     5"PO-Revision-Date: 2021-09-23 18:56+0900\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    3434
    3535#: Setting.html:28
     36msgid "Use guide"
     37msgstr "使用方法"
     38
     39#: Setting.html:29
     40msgid "Please see <a href='https://aresei-note.com/12479'>this page</a>."
     41msgstr "<a href='https://aresei-note.com/12103'>こちら</a>をご覧ください。"
     42
     43#: Setting.html:31
    3644msgid "Separator"
    3745msgstr "セパレータ"
    3846
    39 #: Setting.html:33
     47#: Setting.html:36
    4048msgid "H2 HEADLINE"
    4149msgstr "H2見出し"
    4250
    43 #: Setting.html:38
     51#: Setting.html:41
    4452msgid "H3 HEADLINE"
    4553msgstr "H3見出し"
    4654
    47 #: Setting.html:43
     55#: Setting.html:46
    4856msgid "H4 HEADLINE"
    4957msgstr "H4見出し"
    5058
    51 #: Setting.html:48
     59#: Setting.html:51
    5260msgid "INTEND START"
    5361msgstr "インテンド開始"
    5462
    55 #: Setting.html:53
     63#: Setting.html:56
    5664msgid "INTEND END"
    5765msgstr "インテンド終了"
    5866
    59 #: Setting.html:58
     67#: Setting.html:61
    6068msgid "TEXT"
    6169msgstr "テキスト"
    6270
    63 #: Setting.html:62
     71#: Setting.html:65
    6472msgid "Post list in the category"
    6573msgstr "カテゴリ内の記事一覧"
    6674
    67 #: Setting.html:65
     75#: Setting.html:68
    6876msgid "Hide added posts: "
    6977msgstr "追加済みの記事を非表示にする: "
    7078
    71 #: Setting.html:69
     79#: Setting.html:72
    7280msgid "Add all post"
    7381msgstr "全ての記事を追加する"
    7482
    75 #: Setting.html:75
     83#: Setting.html:78
    7684msgid "Output items"
    7785msgstr "出力項目"
    7886
    79 #: Setting.html:77
     87#: Setting.html:80
    8088msgid "Note: You can change the order of items by mouse drag"
    8189msgstr "※項目をマウスドラッグで順番を入れ替え可能です"
    8290
    83 #: Setting.html:79
     91#: Setting.html:82
    8492msgid "Delete all item"
    8593msgstr "全ての項目を削除する"
    8694
    87 #: Setting.html:92
     95#: Setting.html:95
    8896msgid "Output preview"
    8997msgstr "出力プレビュー"
    9098
    91 #: Setting.html:94
     99#: Setting.html:97
    92100msgid ""
    93101"In this setting page, your theme's css is not applied to the output preview"
    94102msgstr "※このプレビューではテーマのCSSは適用されません"
    95103
    96 #: Setting.html:98
     104#: Setting.html:101
    97105msgid "How to insert this list to your post ?"
    98106msgstr "記事にリストを挿入するには?"
    99107
    100 #: Setting.html:100
     108#: Setting.html:103
    101109msgid ""
    102110"After saving the settings, please insert the following shortcode to your post"
    103111msgstr "設定を保存した後に以下のショートコードを記事に挿入してください"
    104112
    105 #: Setting.html:107
     113#: Setting.html:110
    106114msgid "Alternatively, insert the following HTML codes to your post"
    107115msgstr "もしくは、以下のHTMLを記事に挿入してください"
    108116
    109 #: Setting.html:115
     117#: Setting.html:118
    110118msgid "Donation"
    111119msgstr "寄付について"
    112120
    113 #: Setting.html:116
     121#: Setting.html:119
    114122msgid "If you support this plugin, please consider donate by following link:"
    115123msgstr ""
     
    117125"いたします:"
    118126
    119 #: Setting.html:117
     127#: Setting.html:121
    120128msgid ""
    121129"<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/"
     
    127135"マゾンほしいものリスト</a>"
    128136
    129 #: Setting.html:122
     137#: Setting.html:126
    130138msgid "Initialize setting data"
    131139msgstr "設定を初期化する"
  • category-post-list/trunk/readme.txt

    r2603463 r2603527  
    2626
    2727## How to Use ?
    28 1. Go to setting page: Settings -> Create Category Post List
    29 2. Add page and separator to output list
    30 3. Change the order of those items by mouse drag
    31 4. Save setting
    32 5. Copy shortcode or html code
    33 6. Insert shortcode or html code
     28Please see [USE GUIDE](https://aresei-note.com/12479)
    3429
    3530
Note: See TracChangeset for help on using the changeset viewer.