XPressME Integration Kit

Trac

Changeset 110


Ignore:
Timestamp:
Mar 17, 2009, 6:45:27 PM (15 years ago)
Author:
toemon
Message:

アーカイブブロック、投稿者ブロックの実装。
テンプレートのusage修正

Location:
trunk
Files:
6 added
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/xpress_templates_make.php

    r109 r110  
    7878                'calender_block.html', 
    7979                'popular_posts_block.html', 
     80                'archives_block.html', 
     81                'authors_block.html', 
    8082                'index.html', 
    8183        ); 
  • trunk/language/ja_utf8/blocks.php

    r109 r110  
    22if( ! defined( 'XPRESS_BLOCK_LANG_INCLUDED' ) ) { 
    33        define( 'XPRESS_BLOCK_LANG_INCLUDED' , 1 ) ; 
     4// general       
    45        define("_MB_XPRESS_COUNT",'表示数'); 
    56        define("_MB_XPRESS_LENGTH","長さ"); 
     7        define("_MB_XPRESS_ALL","すべて"); 
     8        define("_MB_XPRESS_BLOCK_CACHE_ERR","キャッシュが存在しません。<br />最初に%sモジュールにアクセスしてください。"); 
     9        define("_MB_XPRESS_SHOW_NUM_OF_POST","エントリー数の表示"); 
     10        define("_MB_XPRESS_SHOW_DROP_DOWN","ドロップダウンリストで表示"); 
     11        define("_MB_XPRESS_HIDE_EMPTY","エントリーのない項目をリスト一覧から除く"); 
     12         
     13// recent comment block  
    614        define("_MB_XPRESS_COMM_DISP_AUTH","コメント投稿者を表示する"); 
    715        define("_MB_XPRESS_COMM_DISP_TYPE","コメントタイプを表示する"); 
     
    1018        define("_MB_XPRESS_TRUCKBACK","トラックバック"); 
    1119        define("_MB_XPRESS_PINGBACK","ピンバック"); 
    12         define("_MB_XPRESS_ALL","すべて"); 
     20         
    1321// recent posts content 
    1422        define("_MB_XPRESS_P_EXCEPT","記事を概要で表示する"); 
     
    1624        define("_MB_XPRESS_CATS_SELECT","対象のカテゴリー選択"); 
    1725        define("_MB_XPRESS_TAGS_SELECT","対象のタグ選択(複数ある場合はカンマ区切りで入力"); 
     26         
    1827// recent posts list     
    1928        define("_MB_XPRESS_REDNEW_DAYS","赤のNewマークを表示する日数"); 
    20         define("_MB_XPRESS_GREENNEW_DAYS","緑のNewマークを表示する日数"); 
    21          
    22         define("_MB_XPRESS_BLOCK_CACHE_ERR","キャッシュが存在しません。<br />最初に%sモジュールにアクセスしてください。"); 
     29        define("_MB_XPRESS_GREENNEW_DAYS","緑のNewマークを表示する日数");    
    2330 
    2431// calender              
     
    2835// popular               
    2936        define("_MB_MONTH_RANGE","指定月数内のものを表示(0;指定なし)"); 
     37         
     38// archives 
     39        define("_MB_XPRESS_ARC_MONTH","月間アーカイブ"); 
     40        define("_MB_XPRESS_ARC_WEEK","週間アーカイブ"); 
     41        define("_MB_XPRESS_ARC_TYPE","アーカイブタイプ"); 
     42 
     43// authors       
     44        define("_MB_XPRESS_EXCLUEDEADMIN","リスト一覧から管理人を除く"); 
     45        define("_MB_XPRESS_SHOW_FULLNAME","著者名をフルネームで表示"); 
     46         
     47 
    3048} 
    3149?> 
  • trunk/language/ja_utf8/modinfo.php

    r109 r110  
    2222        define("_MI_XPRESS_BLOCK_CALENDER","カレンダー"); 
    2323        define("_MI_XPRESS_BLOCK_POPULAR","人気記事リスト"); 
     24        define("_MI_XPRESS_BLOCK_ARCHIVE","アーカイブ"); 
     25        define("_MI_XPRESS_BLOCK_AUTHORS","投稿者"); 
    2426         
    2527        // Notify Categories 
  • trunk/templates/source/popular_posts_block.html

    r109 r110  
    11<{* **************************  usage **************************** 
    22        The template tag of the following list can be used.  
    3                 <{$block.data_count}> 
    4                 <{$content.post_id}> 
    5                 <{$content.post_title}> 
    6                 <{$content.post_date}> 
    7                 <{$content.post_time}> 
    8                 <{$content.post_date_time}> 
    9                 <{$content.post_modified_date}> 
    10                 <{$content.post_modified_time}> 
    11                 <{$content.post_modified_date_time}> 
    12                 <{$content.post_author}> 
    13                 <{$content.post_category}> 
    14                 <{$content.post_tags}> 
    15                 <{$content.post_views}> 
    16                 <{$content.comment_link}> 
    17                 <{$content.trackback_url}> 
     3                <{$block.err_message}>                                  // When the block cannot be displayed, this outputs the reason. Please do not delete it. 
     4                <{$block.data_count}>                                   // The number of contents is displayed.  
     5                <{$block.contents}>                                             // Data array of contents.  
     6                // Examples of <{$block.contents}> 
     7                <{foreach from=$block.contents item=content}>   // Loop 
     8                <{$content.post_id}>                                    // Displays the numeric ID of the post. 
     9                <{$content.post_title}>                                 // Displays the post's permalink, where the link text value is the posts title name. 
     10                <{$content.post_date}>                                  // Displays the published date of a post. Format at date set by general setting of Wordpress. 
     11                <{$content.post_time}>                                  // Displays the published time of a post. Format at time set by general setting of Wordpress. 
     12                <{$content.post_date_time}>                             // Displays the published date-time of a post. 
     13                <{$content.post_modified_date}>                 // Displays the modified date of a post. Format at date set by general setting of Wordpress. 
     14                <{$content.post_modified_time}>                 // Displays the modified date of a post. Format at date set by general setting of Wordpress. 
     15                <{$content.post_modified_date_time}>    // Displays the modified date-time of a post. 
     16                <{$content.post_author}>                                // Displays the author's archive link, where the link text value is the user's Display name.  
     17                <{$content.post_category}>                              // Displays a link to the category or categories a post belongs to. 
     18                <{$content.post_tags}>                                  // Displays a link to the tag or tags a post belongs to. 
     19                <{$content.post_views}>                                 // Displays the number of posts viewer. 
     20                <{$content.comment_link}>                               // Displays a link to the comments popup window if comments_popup_script() is used, otherwise it displays a normal link to comments.  
     21                <{$content.trackback_url}>                              // Displays the trackback URL for the current post. 
     22                <{/foreach}>                                                    // End of Loop 
    1823************************* End of usage ************************ *}> 
    1924<{* Start Template *}> 
  • trunk/templates/source/recent_comments_block.html

    r96 r110  
    11<{* **************************  usage **************************** 
    22        The template tag of the following list can be used.  
    3                 <{$block.data_count}> 
    4                 <{$content.from_auther_to_post}> 
    5                 <{$content.comment_ID}> 
    6                 <{$content.comment_post_ID}> 
    7                 <{$content.comment_date}> 
    8                 <{$content.comment_date_time}> 
    9                 <{$content.comment_content}> 
    10                 <{$content.comment_excerpt}> 
    11                 <{$content.comment_link}> 
    12                 <{$content.comment_title}> 
    13                 <{$content.comment_title_link}> 
    14                 <{$content.post_link}> 
    15                 <{$content.post_title}> 
    16                 <{$content.post_title_link}> 
    17                 <{$content.author_link}> 
    18                 <{$content.author_name}> 
    19                 <{$content.author_name_link}> 
    20                 <{$content.comment_type}> 
     3                <{$block.err_message}>                                  // When the block cannot be displayed, this outputs the reason. Please do not delete it. 
     4                <{$block.data_count}>                                   // The number of contents is displayed.  
     5                <{$block.contents}>                                             // Data array of contents.  
     6                // Examples of <{$block.contents}> 
     7                <{foreach from=$block.contents item=content}>   // Loop 
     8                <{$content.from_auther_to_post}>                // It is displayed by "Author of the comment on the post" format. Each link is included in it.  
     9                <{$content.comment_ID}>                                 // Displays the numeric ID of a comment. 
     10                <{$content.comment_post_ID}>                    // Displays the numeric ID of the target post for the comment is displayed.  
     11                <{$content.comment_date}>                               // Displays the published date of a comment. Format at date set by general setting of Wordpress. 
     12                <{$content.comment_date_time}>                  // Displays the published date-time of a comment. Format at date-time set by general setting of Wordpress. 
     13                <{$content.comment_content}>                    // Displays the contents of a comment. 
     14                <{$content.comment_excerpt}>                    // Displays the excerpt@contents of a comment. 
     15                <{$content.comment_link}>                               // Displays the comment link. 
     16                <{$content.comment_title}>                              // Displays the title of a comment. 
     17                <{$content.comment_title_link}>                 // Displays the comment link, where the link text value is the comment's title name. 
     18                <{$content.post_link}>                                  // Displays a link to the post a comment belongs to. 
     19                <{$content.post_title}>                                 // Displays a title to the post a comment belongs to. 
     20                <{$content.post_title_link}>                    // Displays the post's permalink, where the link text value is the posts title name. 
     21                <{$content.author_link}>                                // Displays the link of comment author's web homepages. 
     22                <{$content.author_name}>                                // Displays the comment author's name. 
     23                <{$content.author_name_link}>                   // Displays the link of comment author's web homepages, where the link text value is the author's name. 
     24                <{$content.comment_type}>                               // Displays the comment type. (type is comment,truckback or pingback) 
     25                <{/foreach}>                                                    // End of Loop 
    2126   ************************* End of usage ************************ *}> 
    2227<{* Start Template *}> 
    2328 
    24 <div id="xpress_recent_comments"> 
     29<ul id="xpress_recent_comments"> 
    2530        <{$block.err_message}> 
    2631        <{$block.data_count}> 
    2732        <{foreach from=$block.contents item=content}> 
    28                 <ul> 
    29                         <li><{$content.from_auther_to_post}></li> 
    30                         <li><{$content.comment_excerpt}></li> 
    31                         <li><{$content.comment_date_time}></li> 
    32                 </ul> 
     33                <li> 
     34                        <{$content.from_auther_to_post}><br /> 
     35                        <{$content.comment_excerpt}><br /> 
     36                        <{$content.comment_date_time}> 
     37                </li> 
    3338        <{/foreach}> 
    34 </div> 
     39</ul> 
  • trunk/templates/source/recent_posts_content_block.html

    r100 r110  
    11<{* **************************  usage **************************** 
    22        The template tag of the following list can be used.  
    3                 <{$block.data_count}> 
    4                 <{$content.post_id}> 
    5                 <{$content.post_title}> 
    6                 <{$content.post_content}> 
    7                 <{$content.post_date}> 
    8                 <{$content.post_time}> 
    9                 <{$content.post_date_time}> 
    10                 <{$content.post_modified_date}> 
    11                 <{$content.post_modified_time}> 
    12                 <{$content.post_modified_date_time}> 
    13                 <{$content.post_author}> 
    14                 <{$content.post_category}> 
    15                 <{$content.post_tags}> 
    16                 <{$content.post_views}> 
    17                 <{$content.comment_link}> 
    18                 <{$content.trackback_url}> 
     3                <{$block.err_message}>                                  // When the block cannot be displayed, this outputs the reason. Please do not delete it. 
     4                <{$block.data_count}>                                   // The number of contents is displayed.  
     5                <{$block.contents}>                                             // Data array of contents.  
     6                // Examples of <{$block.contents}> 
     7                <{foreach from=$block.contents item=content}>   // Loop 
     8                <{$content.post_id}>                                    // Displays the numeric ID of the post. 
     9                <{$content.post_title}>                                 // Displays the post's permalink, where the link text value is the posts title name. 
     10                <{$content.post_content}>                               // Displays the contents of the post. 
     11                <{$content.post_date}>                                  // Displays the published date of a post. Format at date set by general setting of Wordpress. 
     12                <{$content.post_time}>                                  // Displays the published time of a post. Format at time set by general setting of Wordpress. 
     13                <{$content.post_date_time}>                             // Displays the published date-time of a post. 
     14                <{$content.post_modified_date}>                 // Displays the modified date of a post. Format at date set by general setting of Wordpress. 
     15                <{$content.post_modified_time}>                 // Displays the modified date of a post. Format at date set by general setting of Wordpress. 
     16                <{$content.post_modified_date_time}>    // Displays the modified date-time of a post. 
     17                <{$content.post_author}>                                // Displays the author's archive link, where the link text value is the user's Display name.  
     18                <{$content.post_category}>                              // Displays a link to the category or categories a post belongs to. 
     19                <{$content.post_tags}>                                  // Displays a link to the tag or tags a post belongs to. 
     20                <{$content.post_views}>                                 // Displays the number of posts viewer. 
     21                <{$content.comment_link}>                               // Displays a link to the comments popup window if comments_popup_script() is used, otherwise it displays a normal link to comments.  
     22                <{$content.trackback_url}>                              // Displays the trackback URL for the current post. 
     23                <{/foreach}>                                                    // End of Loop 
    1924************************* End of usage ************************ *}> 
    2025<{* Start Template *}> 
  • trunk/templates/source/recent_posts_list_block.html

    r100 r110  
    11<{* **************************  usage **************************** 
    22        The template tag of the following list can be used.  
    3                 <{$block.data_count}> 
    4                 <{$content.post_id}> 
    5                 <{$content.new_mark}> 
    6                 <{$content.post_title}> 
    7                 <{$content.post_date}> 
    8                 <{$content.post_time}> 
    9                 <{$content.post_date_time}> 
    10                 <{$content.post_modified_date}> 
    11                 <{$content.post_modified_time}> 
    12                 <{$content.post_modified_date_time}> 
    13                 <{$content.post_author}> 
    14                 <{$content.post_category}> 
    15                 <{$content.post_tags}> 
    16                 <{$content.post_views}> 
    17                 <{$content.comment_link}> 
    18                 <{$content.trackback_url}> 
     3                <{$block.err_message}>                                  // When the block cannot be displayed, this outputs the reason. Please do not delete it.  
     4                <{$block.data_count}>                                   // The number of contents is displayed. 
     5                <{$block.contents}>                                             // Data array of contents.  
     6                // Examples of <{$block.contents}> 
     7                <{foreach from=$block.contents item=content}>   // Loop 
     8                <{$content.post_id}>                                    // Displays the numeric ID of the post. 
     9                <{$content.new_mark}>                                   // The mark is displayed. The mark is different according to lapsed days from the release date.  
     10                <{$content.post_title}>                                 // Displays the post's permalink, where the link text value is the posts title name. 
     11                <{$content.post_date}>                                  // Displays the published date of a post. Format at date set by general setting of Wordpress. 
     12                <{$content.post_time}>                                  // Displays the published time of a post. Format at time set by general setting of Wordpress. 
     13                <{$content.post_date_time}>                             // Displays the published date-time of a post. 
     14                <{$content.post_modified_date}>                 // Displays the modified date of a post. Format at date set by general setting of Wordpress. 
     15                <{$content.post_modified_time}>                 // Displays the modified date of a post. Format at date set by general setting of Wordpress. 
     16                <{$content.post_modified_date_time}>    // Displays the modified date-time of a post. 
     17                <{$content.post_author}>                                // Displays the author's archive link, where the link text value is the user's Display name.  
     18                <{$content.post_category}>                              // Displays a link to the category or categories a post belongs to. 
     19                <{$content.post_tags}>                                  // Displays a link to the tag or tags a post belongs to. 
     20                <{$content.post_views}>                                 // Displays the number of posts viewer. 
     21                <{$content.comment_link}>                               // Displays a link to the comments popup window if comments_popup_script() is used, otherwise it displays a normal link to comments.  
     22                <{$content.trackback_url}>                              // Displays the trackback URL for the current post. 
     23                <{/foreach}>                                                    // End of Loop 
    1924************************* End of usage ************************ *}> 
    2025<{* Start Template *}> 
  • trunk/wp-content/plugins/xpressme/language/xpressme-ja.po

    r108 r110  
    33"Project-Id-Version: XPressME Plugin\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2009-03-15 18:39+0900\n" 
     5"PO-Revision-Date: 2009-03-17 10:45+0900\n" 
    66"Last-Translator: toemon <toychee@toemon.com>\n" 
    77"Language-Team: \n" 
     
    2020 
    2121#: xpressme_class.php:50 
    22 #: xpressme_class.php:152 
     22#: xpressme_class.php:158 
    2323msgid "to Old Post" 
    2424msgstr "前の投稿へ" 
    2525 
    2626#: xpressme_class.php:51 
    27 #: xpressme_class.php:154 
     27#: xpressme_class.php:160 
    2828msgid "to Newer Post" 
    2929msgstr "次の投稿へ" 
    3030 
    31 #: xpressme_class.php:195 
    32 #: xpressme_class.php:390 
    33 #: xpressme_class.php:395 
    34 #: xpressme_class.php:416 
    35 #: xpressme_class.php:421 
     31#: xpressme_class.php:204 
     32#: xpressme_class.php:410 
     33#: xpressme_class.php:415 
     34#: xpressme_class.php:436 
     35#: xpressme_class.php:441 
    3636msgid "YES" 
    3737msgstr "はい" 
    3838 
    39 #: xpressme_class.php:196 
    40 #: xpressme_class.php:391 
    41 #: xpressme_class.php:396 
    42 #: xpressme_class.php:417 
    43 #: xpressme_class.php:422 
     39#: xpressme_class.php:205 
     40#: xpressme_class.php:411 
     41#: xpressme_class.php:416 
     42#: xpressme_class.php:437 
     43#: xpressme_class.php:442 
    4444msgid "NO" 
    4545msgstr "いいえ" 
    4646 
    47 #: xpressme_class.php:236 
     47#: xpressme_class.php:245 
    4848msgid "Role Setting at Login" 
    4949msgstr "ログイン時の権限設定" 
    5050 
    51 #: xpressme_class.php:239 
     51#: xpressme_class.php:248 
    5252msgid "XOOPS Groupe" 
    5353msgstr "XOOPSグループ名" 
    5454 
    55 #: xpressme_class.php:239 
     55#: xpressme_class.php:248 
    5656msgid "WordPress Role" 
    5757msgstr "WordPressでの権限" 
    5858 
    59 #: xpressme_class.php:239 
     59#: xpressme_class.php:248 
    6060msgid "Role is set at each login" 
    6161msgstr "ログイン時、常に権限を更新する" 
    6262 
    63 #: xpressme_class.php:260 
    64 #: xpressme_class.php:264 
    65 #: xpressme_class.php:267 
     63#: xpressme_class.php:269 
     64#: xpressme_class.php:273 
     65#: xpressme_class.php:276 
    6666msgid "Default Role of WordPress" 
    6767msgstr "WordPressのデフォルト権限" 
    6868 
    69 #: xpressme_class.php:261 
    70 #: xpressme_class.php:265 
    71 #: xpressme_class.php:268 
     69#: xpressme_class.php:270 
     70#: xpressme_class.php:274 
     71#: xpressme_class.php:277 
    7272msgid "Group User Doesn't Register" 
    7373msgstr "ユーザ登録しない" 
    7474 
    75 #: xpressme_class.php:296 
     75#: xpressme_class.php:305 
    7676msgid "Do Not Comment Integration." 
    7777msgstr "コメント統合しません。" 
    7878 
    79 #: xpressme_class.php:330 
     79#: xpressme_class.php:339 
    8080msgid "Comment integration with D3Forum" 
    8181msgstr "D3Forumとのコメント統合" 
    8282 
    83 #: xpressme_class.php:332 
     83#: xpressme_class.php:341 
    8484msgid "Select the forum of D3Forum that does the comment integration from the following lists." 
    8585msgstr "以下のリストからコメント統合をするD3Forumのフォーラムを選択してください。" 
    8686 
    87 #: xpressme_class.php:335 
     87#: xpressme_class.php:345 
    8888msgid "Select the Type of display of D3Forum comment." 
    8989msgstr "D3Forumの表示タイプを選択" 
    9090 
    91 #: xpressme_class.php:337 
    92 #: xpressme_class.php:340 
     91#: xpressme_class.php:347 
     92#: xpressme_class.php:350 
    9393msgid "Flat" 
    9494msgstr "フラット" 
    9595 
    96 #: xpressme_class.php:338 
    97 #: xpressme_class.php:341 
     96#: xpressme_class.php:348 
     97#: xpressme_class.php:351 
    9898msgid "Threaded" 
    9999msgstr "スレッド" 
    100100 
    101 #: xpressme_class.php:344 
     101#: xpressme_class.php:354 
    102102msgid "Select the order of display of D3Forum comment." 
    103103msgstr "D3Forumコメントの表示順を選択" 
    104104 
    105 #: xpressme_class.php:346 
    106 #: xpressme_class.php:349 
     105#: xpressme_class.php:356 
     106#: xpressme_class.php:359 
    107107msgid "DESC" 
    108108msgstr "降順" 
    109109 
    110 #: xpressme_class.php:347 
    111 #: xpressme_class.php:350 
     110#: xpressme_class.php:357 
     111#: xpressme_class.php:360 
    112112msgid "ASC" 
    113113msgstr "昇順" 
    114114 
    115 #: xpressme_class.php:353 
     115#: xpressme_class.php:363 
    116116msgid "Number of displays of D3Forum comments." 
    117117msgstr "D3Forumのコメント表示数" 
    118118 
    119 #: xpressme_class.php:357 
     119#: xpressme_class.php:367 
    120120msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. " 
    121121msgstr "WordPressコメントとD3Forumポスト間の一括転送(エクスポート・インポート)" 
    122122 
    123 #: xpressme_class.php:358 
     123#: xpressme_class.php:368 
    124124msgid "Export to D3Forum" 
    125125msgstr "D3Forumへ一括エクスポート" 
    126126 
    127 #: xpressme_class.php:359 
     127#: xpressme_class.php:369 
    128128msgid "Import from D3Forum" 
    129129msgstr "D3Forumから一括インポート" 
    130130 
    131 #: xpressme_class.php:380 
     131#: xpressme_class.php:400 
    132132msgid "XPressME Configuration Page" 
    133133msgstr "XPressMEの設定ページ" 
    134134 
    135 #: xpressme_class.php:384 
     135#: xpressme_class.php:404 
    136136msgid "Media Upload Base Path" 
    137137msgstr "メディアアップロードのベースパス設定" 
    138138 
    139 #: xpressme_class.php:385 
     139#: xpressme_class.php:405 
    140140msgid "Use XOOPS UPLOAD PATH" 
    141141msgstr "XOOPSのアップロードパスを使用する。" 
    142142 
    143 #: xpressme_class.php:386 
     143#: xpressme_class.php:406 
    144144msgid "USE WordPress BASE_PATH" 
    145145msgstr "WordPressのベースパスを使用する。" 
    146146 
    147 #: xpressme_class.php:389 
     147#: xpressme_class.php:409 
    148148msgid "Thema Sidebar Display" 
    149149msgstr "テーマ表示時にサイドバー表示する。" 
    150150 
    151 #: xpressme_class.php:394 
     151#: xpressme_class.php:414 
    152152msgid "The change tracking of the post is preserved" 
    153153msgstr "投稿の変更履歴を有効にする。" 
    154154 
    155 #: xpressme_class.php:399 
     155#: xpressme_class.php:419 
    156156msgid "Display Navi Title of Old Post Link" 
    157157msgstr "古い記事へのナビタイトルを設定" 
    158158 
    159 #: xpressme_class.php:402 
     159#: xpressme_class.php:422 
    160160msgid "Display Navi Title of Newer Post Link" 
    161161msgstr "新しい記事へのナビタイトルを設定" 
    162162 
    163 #: xpressme_class.php:405 
     163#: xpressme_class.php:425 
    164164msgid "Select Display name of PostNavi Link" 
    165165msgstr "投稿記事リンクナビのタイトル設定" 
    166166 
    167 #: xpressme_class.php:406 
     167#: xpressme_class.php:426 
    168168msgid "Title of post" 
    169169msgstr "投稿記事のタイトルを表示" 
    170170 
    171 #: xpressme_class.php:407 
     171#: xpressme_class.php:427 
    172172msgid "Title of Navi" 
    173173msgstr "ナビタイトルを表示" 
    174174 
    175 #: xpressme_class.php:410 
     175#: xpressme_class.php:430 
    176176msgid "Adjustment of Navi link display position" 
    177177msgstr "投稿記事ナビリンクの表示位置設定" 
    178178 
    179 #: xpressme_class.php:411 
     179#: xpressme_class.php:431 
    180180msgid "'Old Post Link' is displayed in the left, and 'Newer Post Link' is displayed in the right" 
    181181msgstr "古い記事へのリンクを左に、より新しい記事へのリンクを右に表示" 
    182182 
    183 #: xpressme_class.php:412 
     183#: xpressme_class.php:432 
    184184msgid "'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right" 
    185185msgstr "より新しい記事へのリンクを左に、古い記事へのリンクを右に表示" 
    186186 
    187 #: xpressme_class.php:415 
     187#: xpressme_class.php:435 
    188188msgid "Is the posts author views counted?" 
    189189msgstr "投稿者の閲覧をカウントしますか?" 
    190190 
    191 #: xpressme_class.php:420 
     191#: xpressme_class.php:440 
    192192msgid "Is SQL debugging window displayed?" 
    193193msgstr "SQLデバッグウィンドを表示しますか?" 
    194194 
    195 #: xpressme_class.php:432 
     195#: xpressme_class.php:452 
    196196msgid "Update Config" 
    197197msgstr "更新" 
    198198 
    199 #: xpressme_class.php:433 
     199#: xpressme_class.php:453 
    200200msgid "Preset Config" 
    201201msgstr "プリセット" 
  • trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php

    r109 r110  
    7777                                        'comment_date_time' => date(get_settings('date_format') . ' ' . get_settings('time_format'),$comment->comment_unix_time) , 
    7878                                        'comment_content'       => $comment_content , 
    79                                         'comment_excerpt'       => $comment_excerpt ,    
     79                                        'comment_excerpt'       => $comment_excerpt , 
    8080                                        'comment_link'          => $comment_link, 
    8181                                        'comment_title'         => $comment_title , 
     
    8686                                        'author_link'           => $author_link, 
    8787                                        'author_name'           => $author_name, 
    88                                         'author_name_link'      => $author_name_link,            
    89                                         'comment_type'          => $comment_type,                                                                                                                                                                                                                                                                                
     88                                        'author_name_link'      => $author_name_link, 
     89                                        'comment_type'          => $comment_type, 
    9090                                        'from_auther_to_post' => $from_auther_to_post 
    9191                                ); 
  • trunk/wp-content/themes/xpress_default/ja.po

    r64 r110  
    1818"Report-Msgid-Bugs-To: wp-polyglots@lists.automattic.com\n" 
    1919"POT-Creation-Date: 2008-08-15 21:16+0900\n" 
    20 "PO-Revision-Date: 2009-01-08 21:20+0900\n" 
     20"PO-Revision-Date: 2009-03-17 10:21+0900\n" 
    2121"Last-Translator: toemon <toychee@toemon.com>\n" 
    2222"Language-Team: toemon <info@toemon.com>\n" 
     
    2828"X-Poedit-SourceCharset: utf-8\n" 
    2929"X-Poedit-KeywordsList: __;_e;_c\n" 
    30 "X-Poedit-Basepath: C:\\xampp\\htdocs\\cube\\modules\\xpress2x\\wp-content\\themes\\\n" 
     30"X-Poedit-Basepath: C:\\XPressME_Ver2_SVN\\trunk\\wp-content\\themes\\\n" 
    3131"Plural-Forms: nplurals=1; plural=0;\n" 
    3232"X-Poedit-SearchPath-0: xpress_default\n" 
     
    100100 
    101101#: xpress_default/archive.php:78 
    102 #: xpress_default/index.php:35 
     102#: xpress_default/index.php:39 
    103103#: xpress_default/search.php:39 
    104104#: xpress_default/single.php:28 
     105#: xpress_default/blocks/popular_posts_block_theme.php:109 
     106#: xpress_default/blocks/recent_posts_content_block_theme.php:61 
     107#: xpress_default/blocks/recent_posts_list_block_theme.php:56 
    105108msgid "Tags:" 
    106109msgstr "タグ:" 
    107110 
    108111#: xpress_default/archive.php:78 
    109 #: xpress_default/index.php:35 
     112#: xpress_default/index.php:40 
    110113#: xpress_default/search.php:39 
    111114#: xpress_default/single.php:28 
     
    115118 
    116119#: xpress_default/archive.php:78 
    117 #: xpress_default/index.php:35 
     120#: xpress_default/index.php:42 
    118121#: xpress_default/search.php:39 
    119122msgid "Edit" 
     
    121124 
    122125#: xpress_default/archive.php:78 
    123 #: xpress_default/index.php:35 
     126#: xpress_default/index.php:43 
    124127#: xpress_default/search.php:39 
    125128msgid "No Comments &#187;" 
     
    127130 
    128131#: xpress_default/archive.php:78 
    129 #: xpress_default/index.php:35 
     132#: xpress_default/index.php:43 
    130133#: xpress_default/search.php:39 
    131134msgid "1 Comment &#187;" 
     
    133136 
    134137#: xpress_default/archive.php:78 
    135 #: xpress_default/index.php:35 
     138#: xpress_default/index.php:43 
    136139#: xpress_default/search.php:39 
    137140msgid "% Comments &#187;" 
     
    139142 
    140143#: xpress_default/archive.php:78 
    141 #: xpress_default/index.php:35 
     144#: xpress_default/index.php:43 
    142145#: xpress_default/search.php:39 
    143146msgid "Comments Closed" 
     
    145148 
    146149#: xpress_default/archive.php:89 
    147 #: xpress_default/index.php:47 
     150#: xpress_default/index.php:57 
    148151#: xpress_default/search.php:27 
    149152#: xpress_default/search.php:45 
     
    152155 
    153156#: xpress_default/archive.php:90 
    154 #: xpress_default/index.php:48 
     157#: xpress_default/index.php:58 
    155158#: xpress_default/search.php:28 
    156159#: xpress_default/search.php:46 
     
    159162 
    160163#: xpress_default/archive.php:95 
    161 #: xpress_default/index.php:53 
     164#: xpress_default/index.php:63 
    162165msgid "Not Found" 
    163166msgstr "見つかりませんでした。" 
     
    529532msgstr "該当する投稿は見つかりませんでした。" 
    530533 
    531 #: xpress_default/index.php:36 
     534#: xpress_default/index.php:46 
    532535#, php-format 
    533536msgid "Views :%d" 
    534537msgstr "閲覧 :%d" 
    535538 
    536 #: xpress_default/index.php:54 
     539#: xpress_default/index.php:64 
    537540msgid "Sorry, but you are looking for something that isn&#8217;t here." 
    538541msgstr "お探しの物はここにはありません。" 
     
    650653msgstr "この投稿を編集 " 
    651654 
     655#: xpress_default/blocks/archives_block_theme.php:21 
     656msgid "Select Monthly" 
     657msgstr "月を選択" 
     658 
     659#: xpress_default/blocks/archives_block_theme.php:23 
     660msgid "Select Weekly" 
     661msgstr "週を選択" 
     662 
     663#: xpress_default/blocks/calender_block_theme.php:71 
     664msgid "Calendar" 
     665msgstr "カレンダー" 
     666 
     667#: xpress_default/blocks/calender_block_theme.php:72 
     668#, php-format 
     669msgid "%1$s %2$s|Used as a calendar caption" 
     670msgstr "" 
     671 
     672#: xpress_default/blocks/calender_block_theme.php:104 
     673#: xpress_default/blocks/calender_block_theme.php:114 
     674#, php-format 
     675msgid "View posts for %1$s %2$s" 
     676msgstr "" 
     677 
     678#: xpress_default/blocks/popular_posts_block_theme.php:135 
     679#: xpress_default/blocks/recent_posts_content_block_theme.php:93 
     680#: xpress_default/blocks/recent_posts_list_block_theme.php:82 
     681#, fuzzy 
     682msgid "Comments (0)" 
     683msgstr "コメント (RSS)" 
     684 
     685#: xpress_default/blocks/popular_posts_block_theme.php:135 
     686#: xpress_default/blocks/recent_posts_content_block_theme.php:93 
     687#: xpress_default/blocks/recent_posts_list_block_theme.php:82 
     688#, fuzzy 
     689msgid "Comments (1)" 
     690msgstr "コメント (RSS)" 
     691 
     692#: xpress_default/blocks/popular_posts_block_theme.php:135 
     693#: xpress_default/blocks/recent_posts_content_block_theme.php:93 
     694#: xpress_default/blocks/recent_posts_list_block_theme.php:82 
     695#, fuzzy 
     696msgid "Comments (%)" 
     697msgstr "コメント (RSS)" 
     698 
     699#: xpress_default/blocks/recent_comments_block_theme.php:71 
     700#, fuzzy, php-format 
     701msgid "%1$s on %2$s" 
     702msgstr "%1$s と %2$s" 
     703 
     704#: xpress_default/blocks/recent_posts_content_block_theme.php:66 
     705#: xpress_default/blocks/recent_posts_content_block_theme.php:68 
     706msgid "more" 
     707msgstr "続きを読む" 
     708 
  • trunk/xoops_version.php

    r109 r110  
    152152        'func_num'              => 5,    
    153153); 
     154$modversion['blocks'][6] = array( 
     155        'file'                  => 'archives_block.php' , 
     156        'name'                  => constant('_MI_XPRESS_BLOCK_ARCHIVE') , 
     157        'description'   => '' , 
     158        'show_func'     => "b_". $mydirname . "_archives_show" , 
     159        'edit_func'     => "b_". $mydirname . "_archives_edit" , 
     160        'options'               => $mydirname. '|1|10|1|0' , 
     161        'can_clone'             => false , 
     162        'func_num'              => 6,    
     163); 
     164$modversion['blocks'][7] = array( 
     165        'file'                  => 'authors_block.php' , 
     166        'name'                  => constant('_MI_XPRESS_BLOCK_AUTHORS') , 
     167        'description'   => '' , 
     168        'show_func'     => "b_". $mydirname . "_authors_show" , 
     169        'edit_func'     => "b_". $mydirname . "_authors_edit" , 
     170        'options'               => $mydirname. '|0|1|0|1' , 
     171        'can_clone'             => false , 
     172        'func_num'              => 7,    
     173); 
    154174 
    155175// Notification 
Note: See TracChangeset for help on using the changeset viewer.